@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap');


@font-face {
    font-family: 'TrajanProRegular';
    src: url('../_fonts/TrajanProRegular.eot');
    src: local('TrajanProRegular'), url('../_fonts/TrajanProRegular.woff') format('woff'), url('../_fonts/TrajanProRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../_fonts/Oswald-Regular.ttf');
    src: local('Oswald-Regular'), url('../_fonts/Oswald-Regular.ttf') format('ttf'), url('../_fonts/Oswald-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../_fonts/Oswald-Bold.ttf');
    src: local('Oswald-Regular'), url('../_fonts/Oswald-Bold.ttf') format('ttf'), url('../_fonts/Oswald-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('../_fonts/Oswald-light.ttf');
    src: local('Oswald-Regular'), url('../_fonts/Oswald-Light.ttf') format('ttf'), url('../_fonts/Oswald-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald-ExtraLight';
    src: url('../_fonts/Oswald-ExtraLight.ttf');
    src: local('Oswald-Regular'), url('../_fonts/Oswald-ExtraLight.ttf') format('ttf'), url('../_fonts/Oswald-ExtraLight.ttf') format('truetype');
}





/*-----------------------------*/
/*-----------GENERAL-----------*/
/*-----------------------------*/

.font-TrajanPR {
    font-family: 'TrajanProRegular' !important;
}

.full-width {
    width: 100%;
}

/*POSITION*/
.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.no-under,
.no-under:hover {
    text-decoration: none;
}

.italic {
    font-style: italic;
}

ul,
ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.disc {
    list-style: disc !important;
    padding: 10px 30px;
}

ul.disc li {
    list-style: disc !important;
    padding: 10px 0px;
}

/*TOP*/
.top-60 {
    margin-top: 60px;
}

.top-50 {
    margin-top: 50px;
}

.top-40 {
    margin-top: 40px;
}

.top-30 {
    margin-top: 30px;
}

.top-20 {
    margin-top: 20px;
}

.top-15 {
    margin-top: 15px;
}

.top-10 {
    margin-top: 10px;
}

.top-5 {
    margin-top: 5px;
}

.top-2 {
    margin-top: 2px;
}

.pad-vert-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*LEFT*/
.left-30 {
    margin-left: 30px;
}

.left-20 {
    margin-left: 20px;
}

.left-15 {
    margin-left: 15px;
}

.left-10 {
    margin-left: 10px;
}

.left-5 {
    margin-left: 5px;
}

.left-2 {
    margin-left: 2px;
}

/*BOTTOM*/
.bot-80 {
    margin-bottom: 80px;
}

.bot-40 {
    margin-bottom: 40px;
}

.bot-30 {
    margin-bottom: 30px;
}

.bot-20 {
    margin-bottom: 20px;
}

.bot-15 {
    margin-bottom: 15px;
}

.bot-10 {
    margin-bottom: 10px;
}

.bot-5 {
    margin-bottom: 5px;
}

.bot-2 {
    margin-bottom: 2px;
}

/*RIGHT*/
.right-30 {
    margin-right: 30px;
}

.right-20 {
    margin-right: 20px;
}

.right-15 {
    margin-right: 15px;
}

.right-10 {
    margin-right: 10px;
}

.right-5 {
    margin-right: 5px;
}

.right-2 {
    margin-right: 2px;
}

/*COLORS*/
.white-text {
    color: #ffffff !important;
}

.white-bkg {
    background-color: #ffffff !important;
}

.grey-text {
    color: #666666 !important;
}

.grey-bkg {
    background-color: #9A9A9A !important;
}

.black-text {
    color: #000000 !important;
}

.blue-text {
    color: #2bafc7 !important;
}

.blue-bkg {
    background-color: #99d0f1 !important;
}

.lt-orange-text {
    color: #e88c14 !important;
}

.red-text {
    color: #ff0000 !important;
}

.orange-text {
    color: #fdaa18 !important;
}

.orange-bkg {
    background-color: #fdaa18 !important;
}

.yellow-text {
    color: #f5cc24 !important;
}

.yellow-bkg {
    background-color: #f5cc24 !important;
}

/*MAIN STYLES*/
/*BOOTSTRAP OVERRIDES*/
body {
    font-family: 'Lato';
    color: #3F3F3F;
    font-size: 25px;
}

h1.big {
    font-size: 42px;
}

.helvetica {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.no-horz-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.jumbotron {
    background: none;
    padding: 50px 0px;
    margin: 0px;
}

.jumbotron .icon-bar {
    display: block;
    width: 70px;
    height: 4px;
    border-radius: 10px;
    margin-bottom: 40px;
}

p.big {
    font-size: 18px;
}

a {
    color: #666666;


    -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

a:hover {
    color: #0d445f;
}

p#suggested {
    background-color: #b4e3eb;
    padding: 5px;
}

i#verysmall {
    width: 100%;
    font-size: 10px;
}

a.body-link {
    color: #111 !important;
}

.body-link:hover {
    color: #36afc8 !important;
}

.img-icon {
    width: 30px;
    margin-right: 20px;
}

p.sponsor-type {
    /* float: left; */
    width: 100%;
    font-weight: bold;
    /* padding: 12px 10px 6px;
    height: 45px;
    margin: 0; */
}

p.sponsor-type .price {
    /* float: right; */
    margin-right: 0px;
    font-weight: normal;
    font-size: 19px;
}

/*
.contact-section-text {
    width: 80%;
    margin: 0 auto;
} */

/* .donate-form {
    display: none;
} */

#outside-footer {
    background-color: #2bafc7;
    padding: 20px 0px;
    font-size: 12px;
}

input.form-control,
select.form-control {
    border-color: #ccc;
    margin-bottom: 19.7px;
    padding: 15px 10px;
    height: 50px !important;
}

button {
    margin-top: 4px;
    border: none;
    padding: 10px;
}

button#sponsorFormSubmit {
    background-color: #2bafc7;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 20px 30px;

}

button#sponsorFormSubmit:hover {
    background-color: transparent;
    outline: 2px solid #2bafc7;
    color: #2bafc7;
}

button#sponsorFormReset {
    background-color: #9fcfd7;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 20px 30px;
}

button#sponsorFormReset:hover {
    background-color: transparent;
    outline: 2px solid #2bafc7;
    color: #2bafc7;
}

div#sponsorFormMsg {
    background-color: #2bafc7;
    border-radius: 4px;
    padding: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 40px 0;
    letter-spacing: 1px;
}

input#sponsorother {
    border-radius: 4px;
    border: 1px solid black;
    padding: 10px 0 10px 0;
    border-color: #ccc;
    margin-top: 5px;
}

.error {
    margin: 0;
}

.footer-content-inner {
    font-size: 16px !important;
    color: #fff;
}

/* .footer-content-inner h1 {
    font-size: 28px;
} */

.other-input {
    display: flex;
    align-items: center;
}

.other-input input[type="text"] {
    width: 100%;
}

#sponsor-eleven {
    position: relative;
    top: -5px;
}


/* ---------------> CUSTOM CSS <--------------- */

html body #site-body-wrap p,
span,
small,
li,
a,
button,
label {
    font-family: "Lato" !important;
}


input::placeholder {
    font-family: "Lato" !important;
    letter-spacing: 0.5px;
}

select {
    font-family: "Lato" !important;
    text-transform: capitalize;
    color: #ccc !important;
    font-size: 14px;
    line-height: 1.42857143;
}

select option {
    color: #111 !important;
}

#top-banner {
    width: 100%;
    height: auto;
    background: #36afc8;
    /* margin-bottom: 70px; */

    transform: skewY(-4deg);
    padding-top: 150px;
    padding-bottom: 30px;
    margin-top: -90px;
    position: relative;
    margin-bottom: 40px;
}
/* #top-banner:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

.top-banner-inner {
    transform: skewY(4deg);
}

nav.main-nav ul {
    display: flex;
    justify-content: flex-end;
}

nav.main-nav li {
    margin: 0 25px;
    letter-spacing: 1px;
}

nav.main-nav li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    font-weight: 700;
}

#reveal-donate-form-button {
    background: #36afc8;
    border: 2px solid #36afc8;
    font-size: 21px;
    padding: 10px 15px;
    font-weight: 300;
    font-family: "Lato" !important;
    color: #fff;
}

#reveal-donate-form-button:hover {
    background: #fff;
    color: #36afc8;
}


#donationForm {
    overflow: hidden;
    display: none;
}
.donationForm {
    margin-top: 40px;
}

nav.main-nav li a:hover {
    border-bottom: 5px solid #333;
    padding-bottom: 3px;
}

/* #higher-standard-care-section {
    width: 80%;
    margin: 100px auto;
    padding: 50px 0 150px 0;
} */

#appointments {
    /* width: 100%; */
    background: #36afc8;
    /* padding: 150px 0;
    margin-bottom: 100px; */
}

/* #appointments > div {
    width: 80%;
    margin: 0 auto;
} */




/* #site-body-wrap {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
} */

.top-banner-inner {
    /* width: 80%; */
    margin: 0 auto;
    /* padding-top: 40px; */
}

/* #personal-information {
    float: left !important;
    width: 60% !important;
    margin-left: 4%;
} */

#personal-information>.container {
    width: 100%;
}


#sponsorship-opportunities {
    /* width: 36% !important;
    float: left !important; */
    /* padding: 20px 20px 65px;
    margin-left: 0; */
    border: 1px solid #ccc;
    /* overflow: hidden; */
    padding: 20px;
}
/*
#sponsorship-opportunities>.container-fluid {
    width: 100%;
    float: left;
} */

.footer-content-wrap {
    /* width: 75%; */
    margin: 25px auto 0;
}

.footer-content-wrap .col-md-12 {
    padding: 0;
}

p#suggested {
    height: auto !important;
}

#suggested>span {
    padding: 10px 0 15px;
}

.site-logo {
    width: 200px;
}

.top-banner-inner {
    display: flex;
    align-items: center;
}

.top-banner-inner>.container>.col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.banner-info-right h1 {
    font-size: 16px;
    color: #FFF;
    font-family: "Lato";
    font-weight: bold;
    margin-bottom: 5px;
}

.banner-info-right p {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    font-family: "Lato";
    letter-spacing: 0.5px;
}

.banner-info-right {
    /* margin-top: 90px; */
    text-align: right;
}

/*
.banner-info-bottom {
    margin-top: 50px;
} */

h1 {
    font-family: "Oswald-ExtraLight";
    letter-spacing: -1px;
    font-size: 80px;
    color: #4fbbcd;
}

h1.white{
  color: #fff;
}

.big-text {
    font-size: 38px;
}

/* .banner-info-bottom p {

    color: #414042;
    font-family: "Lato";
    margin: 15px 0;
} */

.sponsorship-opportunities-wrap {
    margin-bottom: 0;
}

#sponsorship-opportunities label {
    font-weight: 400;
    font-size: 19px;
}

#pledge-headline {
    color: #2bafc7;
    font-weight: 500;
    font-size: 40px;
}



/* #contact-us>div {
    width: 80% !important;
    margin: 0 auto;
} */

p#suggested {
    padding-top: 10px;
}

#suggested>.price {
    padding: 5px !important;
    position: relative;
    top: -3px;
}

.footer-content-wrap .col-md-12:first-of-type {
    text-align: center;
    margin-top: 0px;
}

.footer-left {
    padding-left: 0;
    padding-right: 0;
}

/* .footer-left .col-md-8 {
    padding-right: 100px;
} */

/* #inside-footer {
    padding-bottom: 100px;
} */

.footer-right {
    text-align: right;
}

/* TYPOGRAPHY UPDATES */


#higher-standard-care-section .big-text, .col-xs-12 .big-text, .contact-section-text p:first-of-type, .footer-sec-left p.big-text {
    font-weight: 300;
    font-size: 31.5px;
    line-height: 1.3em;
}

.med-size-text {
    font-size: 24px;
    font-family: "Lato";
    line-height: 1.3em;
    font-weight: 300;
}

.small-size-text {
    font-size: 14px;
    font-family: "Lato";
    line-height: 1.3em;
    font-weight: 300;
}

.only-mobile-contact-para {
    display: none;
}

.responsive-nav {
    display: none;
}

.hamburger-menu-icon {
    display: none !important;
}

/* CSS for survey popup */
#popup-overlay {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}

#survey-popup {
    width:410px;
    margin:15% auto;
    padding:40px;
    border-radius:10px;
    border:2px solid white;
    text-align:center;
    position:relative;
}

#button-close-survey-popup {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s ease;
}
/* -------------------- */


/* RESPONSIVE */

/* @media only screen and (max-width: 1600px) {
    #top-banner {
   height: 600px;
}
} */

/* @media only screen and (max-width: 1100px) {
    .banner-info-bottom h1 {
        font-size: 80px;
    }
} */

#mobile-select-opportunity option:nth-of-type(6){
  font-size: 1.1em;
  background-color: #b4e3eb;
  padding: 1.1em;
  font-weight: 800;
}

#g-recaptcha-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

@media (max-width:768px) {

    #top-banner {
        margin-bottom: 20px;
    }

    .site-logo {
        margin: 0 auto;
    }

    /* .banner-info-right {
        margin-top: 50px;
        text-align: center;
    } */

    /* .banner-info-bottom {
        margin-top: 50px;
        text-align: center;
    } */

    /* .banner-info-bottom p {
        margin-top: 30px;
    } */

    /* .banner-info-bottom h1 {
        font-size: 70px;
        white-space: normal;
    } */


    p.sponsor-type {
        height: auto !important;
    }

    /* .pull-left {
        float: left !important;
    } */

    #personal-information {
        margin-top: 30px;
    }
}

/* Small devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width : 991px) {}

@media (max-width:1024px) {
    /* .personal-container-wrap {
        float: none !important;
        width: 100% !important;
    }

    #sponsorship-opportunities {
        width: 100% !important;
        float: none !important;
        padding: 10px 0 30px;
        border: 1px solid #ccc;
        margin-left: 0%;
        margin-top: 70px;
    } */

    /* #personal-information {
        float: none !important;
        width: 100% !important;
        margin-left: 0;
        padding: 20px;
    }

    .personal-container-wrap {
        padding: 0;
    }

    #site-body-wrap {
        width: 90%;
    } */

    .top-banner-inner {
        /* width: 90%; */
        padding-top: 0px;
    }

    /* .footer-content-wrap {
        width: 85%;
        margin-top: 30px;
        padding: 0;
    } */

    div#sponsorFormMsg {
        margin-top: 0;
    }

    .only-mobile-contact-para {
        display: block;
    }

    .only-desktop-contact-para {
        display: none;
    }

    .footer-right {
        text-align: left;
        margin-top: 50px;
    }

    .small-size-text span {
        float: none !important;
    }
    #higher-standard-care-section .col-sm-9 {
        width: 100%;
    }
    #higher-standard-care-section .big-text, .col-xs-12 .big-text, .contact-section-text p:first-of-type, .footer-sec-left p.big-text {
    font-weight: 300;
    font-size: 27px;
    line-height: 1.3em;
}

    .banner-info-right {
        padding: 0;
    }

    .responsive-nav {
        display: none;
        background: #36afc8;
        margin-top: 25px;
        padding: 25px;
        text-align: center;
    }

     .responsive-nav ul li {
        margin: 6px 0;
    }

    .responsive-nav ul li a {
        font-size: 22px;
        color: #fff;
        font-weight: 400;
    }


    html body .hamburger-menu-icon {
        font-size: 30px;
        margin-top: 15px;
    }
}


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

    .only-mobile-contact-para a {
        font-size: 21px;
    }

    .only-mobile-contact-para > span {
        padding-right: 35px;
    }

   html body .site-logo {
        max-width: 175px;
        padding-top: 25px;
    }

    .main-nav {
        display: none;
    }


    html body .hamburger-menu-icon {
        display: block !important;
    }

   html body * h1 {
        font-size: 50px;
        text-align: left !important;
    }

    .img-icon {
        margin-right: 10px;
    }

   #higher-standard-care-section .big-text, .col-xs-12 .big-text, .contact-section-text p:first-of-type, .footer-sec-left p.big-text {
    font-weight: 300;
    font-size: 25px;
    line-height: 1.3em;
}

.med-size-text {
    font-size: 20px;
    font-family: "Lato";
    line-height: 1.3em;
    font-weight: 300;
}

#top-banner {
    padding-bottom: 55px;
}

.top-banner-inner {
    width: 100%;
    display: block;
    padding: 0;
}

.top-banner-inner .header__row {
    width: 100%;
    margin: 0;
    display: block;
}



}

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

    .site-logo {
        width: 200px;
    }

    /* #top-banner {
        height: auto;
        padding: 40px 0 70px;
    } */

    /* .banner-info-right {
        display: none;
    } */

    p.sponsor-type {
        padding: 0 10px;
        margin: 15px 0;
    }

    .top-banner-inner {
        width: 100%;
    }

    /* .banner-info-bottom h1 {
        font-size: 65px;
        letter-spacing: 0;
    } */

    /* .banner-info-bottom p {
        padding: 0;
        font-size: 15px;
    } */

    /* #sponsorship-opportunities {
        overflow: hidden;
        padding-bottom: 50px;
    } */


    #inside-footer button {
        padding: 15px;
    }

    /* #sponsorship-opportunities {
        padding-left: 5px;
        padding-right: 5px;
    } */

}

/* Medium devices (desktops, 992px t0 1199px) */
@media (min-width: 992px) and (max-width : 1199px) {}

@media (min-width:992px) {}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

h1 {
    margin-top: 0;
}

.bg-blue {
    background: #36afc8;
}
#mobile-select-opportunity
.bg-blue h1 {
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .block {
        padding: 60px 0;
    }
}


.form-control {
    font-size: 16px;
}
p:last-child {
    margin-bottom: 0;
}
.mt0 {
    margin-top: 0;
}
.header__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;

}
.small-text {
    font-size: 16px;
}
button#sponsorFormSubmit {
    margin-top: 34px;
}
.select-sponsor-option {
    display: none;
}
@media screen and (max-width: 1199px) {
    h1 {
        font-size: 68px;

    }
    nav.main-nav li a {
        font-size: 16px;
    }
    body {
        font-size: 20px;
    }
    .big-text {
        font-size: 30px;
    }
    .site-logo {
        max-width: 170px;
    }
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 50px;
    }
    .block {
        padding: 50px 0;
    }
    /* nav.main-nav li a {
        font-size: 20px;
    } */
    nav.main-nav li {
        margin: 0 10px;
    }
    .big-text {
        font-size: 28px;
    }
    .site-logo {
        max-width: 150px;
    }
    button#sponsorFormSubmit {
        margin-top: 25px;
    }
    #survey-popup {
        margin: 2% auto;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
    .block {
        padding: 40px 0;
    }
    .header__row {
        justify-content: center;
    }
    .banner-info-right {
        text-align: center;
        margin-top: 15px;
    }
    nav.main-nav ul {
        justify-content: center;
    }
    #top-banner {
        padding-top: 100px;
    }
    #pledge-headline {
        font-size: 35px;
    }
    h2, .h2 {
        font-size: 25px;
    }
    .big-text {
        font-size: 26px;
    }
    button#sponsorFormSubmit {
        margin-top: 15px;
    }
    .list-of-opportunities {
        display: none;
    }
    .select-sponsor-option {
        display: block;
    }
}
.dib {
    display: inline-block;
}
.mb40 {
    margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
    h1 {
        font-size: 35px;
        text-align: center;
    }
    nav.main-nav li a {
        font-size: 18px;
    }
    body {
        font-size: 18px;
    }
    nav.main-nav ul {
        flex-wrap: wrap;
    }

    .donationForm {
        margin-top: 30px;
    }
    #sponsorship-opportunities {
        padding: 15px;
    }
    #pledge-headline {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    .site-logo {
        max-width: 150px;
    }
    .big-text {
        font-size: 24px;
    }

    #survey-popup {
        width:360px;
    }
}

@media screen and (max-width: 390px) {
    #survey-popup {
        margin: 15% auto;
    }
}

@media screen and (max-width: 375px) {
    h1 {
        font-size: 29px;
    }
    #pledge-headline {
        font-size: 25px;
    }
    body {
        font-size: 16px;
    }
    .big-text {
        font-size: 20px;
    }
}
.row:after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

@media screen and (min-width: 1200px) {
    .higher-standard {
        padding: 85px 0 120px;
    }
    .appointments {
        padding: 60px 0 80px;
    }
    .donate  {
        padding: 60px 0 30px;
    }
    .contact {
        padding: 50px 0 45px;
    }
    #personal-information {
        padding: 0 15px;
    }
}
@media screen and (min-width: 1440px) {
    .higher-standard {
        padding: 95px 0 150px;
    }
    .appointments {
        padding: 80px 0 100px;
    }
    .donate  {
        padding: 80px 0 40px;
    }
    .contact {
        padding: 70px 0 50px;
    }
}
