@charset "UTF-8";

h1 {
    color: #0E79B3;
    margin: 0rem;
    text-align: center;
    line-height: 1.8125;
}


.page-section {
    min-height: 90vh;
}

.page-container {
    position: relative;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.25rem;
    background: #FFFFFF;
    margin: 0 auto;
}

.fixed-top-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    display: block;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background: #6EC7ED;
    margin: 0 auto;
}

.header-logo-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rat-base-header {
    display: none;
}

.logo {
    width: 70%;
}

.cta-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    z-index: 9999;
}

.header-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdownMenuButton {
    border: 0px;
    background-color: transparent;
}

.menu-options {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-holder {
    min-height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rat-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
}

.rat-header img {
    width: 30%;
}

.rat-text {
    color: #28ADE5;
    font-size: 1.5rem;
    margin: 0rem;
    text-align: center;
    line-height: 1.8125rem;
}

.rat-text-gray {
    color: #a5a5a5;
    font-size: 1.5rem;
    margin: 0rem;
    text-align: center;
    line-height: 1.8125rem;
}

.rat-link {
    color: #4CA4E7;
    text-decoration: none;
}

.form-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bl-btn {
    background: #28ade5;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 0.625rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    width: 20%;
    text-align: center;
}

.bl-btn:hover {
    background: #3cb0fd;
    text-decoration: none;
}

.bl-btn-o-white {
    display: block;
    width: 250px;
    padding: 11px 0;
    color: #FFFFFF;
    border-radius: 200px;
    background: #003B81;
    border: 3px solid #FFFFFF;
}

.bl-btn-o-white:hover {
    background: #001f44;
    text-decoration: none;
}

.green-btn-blk {
    background: #8DC641;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: black;
    padding: 0.8rem 4rem 0.8rem 4rem;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.green-btn-blk:hover {
    background: #53890C;
    text-decoration: none;
}

.counterConfirm {
    background: #e5b400;
}

.counterConfirm:hover {
    background: #cea200;
}



.cloud-images {
    width: 45%;
    position: fixed;
    z-index: -9999;
}

.clouds-bg-moving {
    background: url("https://read-a-thon.com/signup/resources/images/clouds-bg.jpg") #ebfaff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
}

.signup-box {
    padding: 25px;
    width: 80%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #bedde9;
    margin-top: 3%;
}

.signup-logo-container img {
    width: 120px;
    padding-bottom: 25px;
}

.left-background-cloud {
    left: -15%;
    right: 0%;
    top: 32%;
}

.left-foreground-cloud {
    left: -6%;
    right: 0%;
    top: 51%;
}

.right-foreground-cloud {
    left: 62%;
    right: 0%;
    top: 60%;
}

.right-background-cloud {
    left: 70%;
    right: 0%;
    top: 40%;
}

i.font-awesome-text {
    font-size: 1rem;
}

.enter-text-hidden {
    display: none !important;
}

.continue-section {
    margin-top: 1.875rem;
}

.section-hidden {
    display: none;
}

.hide-section {
    display: none !important;
}

.queryTextColor {
    color: #0E79B3;
}

.queriedName {
    font-size: 2.5rem;
}

a.orange-btn {
    background: #F6AE2D;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 4rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.orange-btn:hover {
    background: #dd9c28;
    text-decoration: none;
}

a.orange-btn-blk {
    background: #F6AE2D;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 4rem;
    text-shadow: none;
    font-family: Arial;
    color: black;
    padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
    font-size: 1rem;
    text-decoration: none;
    width: auto;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.orange-btn-blk:hover {
    background: #dd9c28;
    text-decoration: none;
}

a.larger-orange-btn {
    height: 5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

a.white-btn {
    background: #FFF;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 4rem;
    text-shadow: none;
    font-family: Arial;
    color: #29aae3;
    padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.white-btn:hover {
    background: #d2e9f3;
    text-decoration: none;
}

a.larger-white-btn {
    height: 5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.footer-section-first {
    min-height: 20vh;
    padding: 3rem;
    background-color: #1D87C4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-section-second {
    min-height: 20vh;
    padding: 2rem;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-column-header {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
}

div.footer-first-section-cols {
    padding-left: 1% !important;
    padding-right: 1% !important;
}

a.footer-btn {
    background: #a9f4fc;
    color: #0E79B3;
    text-shadow: none;
    font-weight: 700;
    box-shadow: none;
    padding: 10px 25px;
    border-radius: 20px;
    display: block;
    width: 100%;
}

a.footer-btn:link {
    color: #0E79B3;
    font-size: 12px;
}

a.footer-btn:hover {
    background: #98dbe2;
    text-decoration: none;
}

.footer-link {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.375rem;
}

.footer-link:hover {
    text-decoration: none;
    color: #e5e5e5;
}

.footer-link-row {
    margin-top: 0.5rem;
}

.social-links-row-header {
    margin-top: 3rem;
}

.social-link-col i {
    font-size: 3.25rem;
}

.social-link-col a {
    text-decoration: none;
    color: #ffffff;
}

.social-links {
    width: 70%;
}

.footer-second-section-text {
    color: #0E79B3;
    font-size: 1.375rem;
    margin: 0rem;
    text-align: left;
    line-height: 2rem;
}

a.narrow-width-orange-btn {
    width: 40%;
}

.container-spacer {
    margin-top: 3%;
    margin-bottom: 6%;
}

a.non-cta-btn {
    background-color: #1993C8;
}

a.non-cta-btn:hover {
    background-color: #2f9dcd;
}


.last-section {
    margin-top: 10rem;
    background: #f0f9fd;
    padding-top: 5rem;
    padding-bottom: 5rem;
}


/* .last-content-row {
    min-height: 100vh;
} */


.last-half-first {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


div.last-half-first-text {
    margin: 0 auto;
    width: 80%;
    /* margin-top: 8rem; */
}

div.last-half-first-text h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.5rem;
    text-align: left;
}


.lets-talk {
    color: #1D87C4;
    font-size: 3rem;
    margin-top: 4rem;
}

.last-button-row {
    margin-top: 2rem;
}

.last-button-row .orange-btn {
    font-size: 1rem;
}


div.last-half-second-text {
    margin: 0 auto;
    width: 80%;
    margin-top: 4rem;
}

.last-half-second {
    display: flex;
    justify-content: center;
    align-items: center;
}

.last-half-second.alternate {
    background: #ffffff;
}

a.meeting {
    color: #0E79B3;
    text-shadow: 0 0 black;
    background-color: #FAFCFE;
}

a.meeting:hover {
    background-color: #e1e2e4;
}

.options-row {
    width: 100%;
}

a.header-option-text,
.header-option-text {
    font-size: 0.8rem;
    color: #ffffff;
}

a.header-option-text-blk,
.header-option-text-blk {
    font-size: 0.8rem;
    color: black;
}

.header-link {
    color: #ffffff;
    text-decoration: none;
}

.header-link a {
    color: #ffffff;
}

.header-link a:visited {
    color: #ffffff !important;
}

.header-link:hover {
    color: #e5e5e5;
    text-decoration: none;
}

.carousel-testimonial-item-container-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80%;
}

.carousel-testimonial-item-container {
    /* -webkit-box-shadow: 3px 3px 3px 3px #ccc;
    -moz-box-shadow:    3px 3px 3px 3px #ccc;
    box-shadow:         3px 3px 3px 3px #ccc;  */
    width: 100%;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 8px;
    height: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

.carousel-pagination-button-containers {
    width: 50%;
}

.carouselTestimonialHeaderIcon {
    background: lightblue;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carouselTestimonialHeaderIcon p {
    margin: 0rem;
    font-size: 1.5rem;
}

.carouselTestimonialHeaderIcon.yellow {
    background: #F9CB76;
}

.carouselTestimonialHeaderIcon.lightBlue {
    background: #6EC7ED;
}

.carouselTestimonialHeaderIcon.green {
    background: #90C35C;
}

.carouselTestimonialHeaderTextSpacer {
    margin-left: 1rem;
}

.testimonialSchoolName {
    color: #0E79B3;
    margin: 0rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.carouselTestimonialFunds {
    color: #90C35C;
    margin: 0rem;
    font-size: 1.75rem;
    font-weight: 700;
}

.testimonial-text-row {
    margin-top: 2rem;
}


.testimonial-slide-text {
    color: #61656B;
}

.carouselHeaderTextSpacer {
    margin-left: 1rem;
}

/*** footer2 ***/
.bg-footer {
    background: url(/images/rat/bg-footer.jpg);
    background-size: cover;
}

.footer-2 {
    margin-left: 40px;
    margin-right: 40px;
}

.footer2 .col {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer2-header {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 20px;
}

.footer2-link,
.footer2-link:link,
.footer2-link:visited {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer2-link .fa {
    font-size: 26px;
    margin-right: 20px;
}

.footer2 .small {
    color: #0E79B3;
    font-size: 12px;
}

.footer2 #trustwaveSealImage {
    width: 84px;
}

/*** end footer2 ***/

.form-data {
    width: 60%;
    margin: 0 auto;
}

.form-row input[type=text],
.form-row input[type=password],
.form-row input[type=email],
.form-row input[type=number],
.form-row select {
    width: 30%;
    height: 2.5rem;
    border-radius: 0.4375rem;
    margin: 0.625rem;
    border-width: 0.0625rem;
    padding-left: 0.625rem;
}

.form-row select {
    background-color: #ffffff;
}


.input-section {
    margin-top: 1.25rem;
}

.forgot-code {
    padding-top: 0.625rem;
}

.formErrorField {
    display: none;
    font-size: 0.9rem;
    color: red;
}

.submit-button-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-data-full-width {
    width: 100%;
}

.pagination-button {
    margin-top: 2rem;
}

a.pagination {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

a.pagination:hover {
    background-color: #63b3d5;
    color: #ffffff;
    cursor: pointer;
}

.previous {
    background-color: #6EC7ED;
    color: white;
}

.next {
    background-color: #6EC7ED;
    color: white;
}

.round {
    border-radius: 50%;
}


.modal-title {
    text-align: center;
    color: #000000;
}

.modal-header {
    margin: 0 auto;
    width: 100%;
}

.delete-btn {
    background-color: #fafcfe;
    width: fit-content !important;
}

.add-btn {
    background-color: #fafcfe;
    width: fit-content !important;
    color: #9FA2A8;
    padding: 0 5px;
}

.delete-btn .fa,
.add-btn .fa {
    font-size: 22px;
    color: #9FA2A8;
}

.bl-btn:disabled {
    background-color: #9FA2A8;
}

/* file Uploads */
input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px dashed #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 80%;
    height: 200px;
    font-size: 2em;
}

.custom-file-upload i {
    font-size: 6em;
    color: #009BFF;
}

.cust-coupon-file-upload {
    border: 1px solid #2b5d96;
    display: inline-block;
    cursor: pointer;
    width: 210px;
    padding: 12px 0;

    border-radius: 7px;
    background: #6499d8;
    background-image: -webkit-linear-gradient(top, #80b1e4, #528ad0);
    background-image: -moz-linear-gradient(top, #80b1e4, #528ad0);
    background-image: -ms-linear-gradient(top, #80b1e4, #528ad0);
    background-image: -o-linear-gradient(top, #80b1e4, #528ad0);
    background-image: linear-gradient(to bottom, #80b1e4, #528ad0);
}

.cust-coupon-delete {
    border: 1px solid #962b2b;
    display: inline-block;
    cursor: pointer;
    width: 210px;
    padding: 12px 0;
    border-radius: 7px;
    background: #cb3d3d;
    background-image: -webkit-linear-gradient(top, #df6f6f, #cb3d3d);
    background-image: -moz-linear-gradient(top, #df6f6f, #cb3d3d);
    background-image: -ms-linear-gradient(top, #df6f6f, #cb3d3d);
    background-image: -o-linear-gradient(top, #df6f6f, #cb3d3d);
    background-image: linear-gradient(to bottom, #df6f6f, #cb3d3d);
    font-size: 1.2em;
    color: #FFF;
}

.cust-coupon-save {
    border: 1px solid #2b5d96;
    display: inline-block;
    cursor: pointer;
    width: 330px;
    padding: 15px 0;
    border-radius: 7px;
    background: #FFF;
    font-size: 1.4em;
    color: #2b5d96;
}

.cust-coupon-text {
    border: 1px solid #5b8e28;
    display: inline-block;
    cursor: pointer;
    width: 210px;
    padding: 12px 0;
    border-radius: 7px;
    background: #6ba423;
    background-image: -webkit-linear-gradient(top, #7ed056, #6ba423);
    background-image: -moz-linear-gradient(top, #7ed056, #6ba423);
    background-image: -ms-linear-gradient(top, #7ed056, #6ba423);
    background-image: -o-linear-gradient(top, #7ed056, #6ba423);
    background-image: linear-gradient(to bottom, #7ed056, #6ba423);
    font-size: 1.2em;
    color: #FFF;
}

.cust-coupon-file-upload span {
    font-size: 1.2em;
    padding: 5px 0;
    color: #FFF;

}

.sixtenwidth {
    width: 610px;
}

.hundredwidth {
    width: 100%;
}

.squiggly {
    background: url("/images/Homepage_header/underline_squiggly_green.png");
    position: absolute;
    z-index: -1;
}

.more_squiggly {
    position: relative;
    z-index: 1;
}

.squig {
    background: url("/images/Homepage_header/underline_squig_green.png");
    position: absolute;
    z-index: -1;
}

.more_squig {
    position: relative;
    z-index: 1;
}

.twentyvw {
    width: 20vw;
}
.fit-content-width {
    max-width: fit-content;
}

.grid-four-column-centered-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: start;
}
.social-tags {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media only screen and (max-width: 720px) {

    .delete-btn .fa,
    .add-btn .fa {
        padding: 0;
    }

    .none {
        display: none;
    }

    .twosixty {
        width: 260px;
    }

    .autowidth {
        width: auto;
    }

    .hundredvw {
        width: 100vw;
    }
    .sixtyvw {
        width: 60vw;
    }
    .fortyfivevw {
        width: 45vw;
    }
    .ninetyvw {
        width: 90vw;
    }

    .seventyw {
        width: 70%;
    }

    .mobile-stack {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .grid-four-column-centered-footer {
        grid-template-columns: 1fr 1fr;
    }
    .social-tags {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .column-flex {
        flex-direction: column;
    }
}

.form-centered {
    min-height: 45vh;
    width: 100%;
}

.form-centered button,
.form-centered .btn,
.button-div button,
.button-div .btn {
    border: none;
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    border-radius: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-align: center;
    outline: none;
}

.form-centered button:hover,
.form-centered .btn:hover,
.button-div button:hover,
.button-div .btn:hover {
    color: #ffffff;
    cursor: pointer;
}

.space30 {
    display: flex;
    height: 30px;
}

.submit-button-div button,
.submit-button-div a {
    width: 50% !important;
    margin: 0.625rem;
}

.circularLabel {
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* mobile responsive */
@media only screen and (max-width: 750px) {
    .step-off {
        min-height: 175px;
    }
}

@media only screen and (max-width: 767px) {

    /* navbar */
    .fixed-top-header {
        padding: 1rem 1rem 0 1rem;
        background-color: #6ec7ed !important;
    }

    .collapse {
        display: none;
    }

    .navbar-toggler {
        padding: 0;
    }

    .navbar-toggler button:focus {
        outline: none;
    }

    .navbar-toggler-icon i {
        color: #fff;
        font-size: 24px;
    }

    .options-row,
    .dropdown-item {
        padding: 1rem;
        font-size: 1.3rem;
    }

    .navbar-nav>.header-col {
        padding: 1rem 0;
    }

    .navbar-nav>.header-col,
    .navbar-nav>.header-col>.menu-options {
        justify-content: start;
    }

    #dropdownMenuButton {
        padding: 0;
        font-size: 1.3rem;
    }

    .navbar-nav .dropdown-menu {
        width: 85vw;
    }

    .navbar-nav>a.orange-btn {
        height: 2.5rem;
    }

    a.white-btn {
        height: 2.5rem;
        font-size: 0.8rem;
    }

    .header-logo-col {
        justify-content: space-between;
    }

    .info-signup-options {
        min-height: 40vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .col-4 {
        min-width: 300px;
        padding: 20px 0px;
    }

    .step-off {
        min-height: 175px;
    }
}

/* mobile responsive */
@media only screen and (min-width: 768px) and (max-width: 900px) {

    .header-link span,
    #dropdownMenuButton {
        font-size: 0.8rem;
    }
}

/* mobile responsive */
@media only screen and (min-width: 768px) and (max-width: 972px) {

    a.header-option-text,
    .header-option-text {
        font-size: 0.7rem;
    }
}

/* mobile responsive */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    a.footer-btn {
        width: 60%;
    }
}

.close-modal {
    background-color: #9FA2A8;
}