/* Add here all your css styles (customizations) */

/* 
 * Google Captacha Styling
 * Process Doc: https://docs.google.com/document/d/1T6JPBUsrORUwsWYi_JL-AvTJTbYo_hJ3WtNegNki484/
 */
 @media (max-width: 768px) {
    .g-recaptcha{
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}



body {
    font-family: 'Muli', Arial, sans-serif;
    color: #000;
}

.ff-alternative-1 {
    font-family: 'Montserrat',  sans-serif;
}

::selection {
    color: #fff !important;
    background-color: #55A4C5 !important
}

.h1, .h2, .h3 {
    font-family: 'Muli', sans-serif;
}

.h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
}

.h1 {
    font-size: 55px;
}

.h2 {
    font-size: 30px;
}

.h3 {
    font-size: 25px;
}

.h4 {
    font-size: 55px;
}

.h5 {
    font-size: 40px;
}

.h6 {
    font-size: 30px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .h1 {
        font-size: 35px;
    }
}

.body-p {
    font-size: 20px;
}

.body-p-sm {
    font-size: 16px;
}

a {
    color: #46B8ED;
    transition: 0.2s all ease-in-out;
}

a.nav-link {
    font-size: 16px;
}
.nav-social-links  a > i{
    font-size: 16px;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar li.nav-item {
        margin: 0 10px !important; 
    }
    .navbar a.nav-link {
        font-size: 13px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    a.nav-link {
        font-size: 12px;
    }
    .nav-social-links  a > i{
        font-size: 14px;
    }
    .u-header + section {
        margin-top: 138px !important;
    }
}
/* iPhone 5 (and similar) */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .t-top-bar a.nav-link {
        font-size: 10px;
        text-align: center;
    }
}

/* [md] Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar-top {
        margin-left: auto;
    }
}

/* [lg] Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-top {
        margin-left: 75px;
    }
}

/* [xl] Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar-top {
        margin-left: 286px;
    }
}

/* Best Trick to always make the first header have the margin it needs */
.u-header + section {
    margin-top: 130px;
}
@media (max-width: 350) {
    .u-header + section {
        margin-top: 175px;
    }
}


.theme-color-primary, 
.color-blue {
    color: #46B8ED;
}
.theme-color-grey {
    color: #999999;
}
.theme-color-grey-v2 {
    color: #d7d7d7;
}

.theme-bg-primary {
    background-color: #65B7E3;
}

.u-arrow-v1:hover {
    color: #65b7E3;
}
.u-carousel-indicators-v1 li.slick-active span,
.u-carousel-indicators-v1--white li.slick-active span {
    background-color: #65B7E3;
}


a:hover, a:focus {
    color: #000;
}

/* Default Blue BG, White Color Version with Hover effect*/
.btn {
    line-height: 1;
    padding: 18px 40px;
    text-transform: uppercase;
}
.btn-theme {
    background-color: #65B7E3;
    color: #fff;
}
.btn-theme:hover,
.btn-theme:focus {
    background-color: #eee;
    color: #65B7E3;
}

#donate.btn {
    color: #fff;
    background-color: #FF4141;
    height: 100%;
    font-weight: 700;
    z-index: 2;
    border: none !important;
}

.btn.red {
    background-color: #FF4141;
    color: #fff;
}

.btn.red-inverse {
    border: 1px solid #FF4141;
    color: #ff4141;
    background-color: #fff;
}

.btn.red-inverse:hover,
.btn.red-inverse:focus {
    border: 1px solid #fff;
    color: #fff;
    background-color: #ff4141;
}

#donate.btn > span {
    padding-top: 5px;
    vertical-align: middle;
}

.btn.red:hover,
#donate.btn:hover {
    color: #FF4141;
    background-color: #fff;
}

.btn.nav-link {
    line-height: 1;
    padding: 18px 40px !important;
    text-transform: uppercase;
}

#js-header .navbar .nav-item.active > a.nav-link {
    color: #65B7E3;
}

#js-header .navbar .nav-item > a.nav-link:hover,
.navbar .u-sub-menu-v1 .hs-sub-menu a:hover,
.navbar .u-sub-menu-v1 .hs-sub-menu a:active {
    color: #65B7E3 !important;
}

#js-header .navbar .nav-item > .btn.nav-link.red {
    color: #fff !important;
    transition: all 0.3s ease-in;
    font-weight: 700;
}
#js-header .navbar .nav-item > .btn.nav-link.red:hover,
#js-header .navbar .nav-item > .btn.nav-link.red:focus {
    color: #FF4141 !important;
    border: 1px solid #FF4141;
}

.t-top-bar .u-sub-menu-v1 > .nav-item > a:hover,
.t-top-bar .u-sub-menu-v1 > .nav-item > a:active {
    color: #000 !important;
}

.navbar .u-sub-menu-v1 .hs-sub-menu,
.navbar .u-sub-menu-v1 .hs-mega-menu,
.navbar .u-sub-menu-v1 .dropdown-menu {
    border-color: #65B7E3;
}

.hamburger {
    padding: 16px;
}

/* [lg] Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hide-topbar-donate .nav-item > .btn.nav-link.red {
        display: none !important;
        /* visibility: hidden; */
    }
}


.rounded-pill {
    border-radius: 50px;
}

/* #region UTILITY */

    /* LARGE SVG ICONS */
    .theme-icon-svg {
        position: relative;
        display: inline-block;
        text-align: center;
        transition: all .2s ease-in-out;
    }

    .theme-icon-svg:hover {
        text-decoration: none;
    }

    .theme-icon-svg i {
        position: absolute;
        top: 50%;
        display: block;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        width: 100%;
        color: #fff;
        font-style: normal;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif; }

    .theme-icon-svg.append-plus i::after,
    .theme-icon-svg.append-pct i::after
    {
        color: #fff;
        font-style: normal;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif
    }
    .theme-icon-svg.append-plus i::after {
        content: '+';
    }
    .theme-icon-svg.append-pct i::after {
        content: '%';
    }


    .theme-icon-svg {
        width: 216px;
        height: 200px;
        font-size: 50px;
    }

    .theme-icon-bullet-pt {
        width: 70px;
    }

    .IE .theme-icon-bullet-pt {
        height: 70px;
    }

    /* #region BLOCK / TEXT BLOCK */
    .text-block .section-title {
        font-size: 30px;
        color: #000;
    }
    .text-block p {
        font-size: 16px;
        color: #999;
        line-height: 1.4;
    }
    .text-block p:not(:last-child) {
        margin-bottom: 26px;
    }
    .text-block p:last-child {
        margin-bottom: 0;
    }
    /* Extra small devices (portrait phones, less than 576px) */
    @media (max-width: 991.98px) {
        .text-block p:last-child {
            margin-bottom: 1rem;
        }
    }
    /* #endregion */

    .container.borderline > hr {
        border-bottom: 1px solid #CCE6F5;
    }

    /* #region JS FANCYBOX VIDEO ICON */
    .js-fancybox > span.video-icon {
        font-size: 24px;
        background-color: #fff;
        color: #ff4141;
        border: 2px solid #ff4141 !important;
    }
    .js-fancybox > span.video-icon:hover {
        background-color: #ff4141;
        color: #fff;
    }
    /* #endregion */

    /* PAGE HEADER DEFAULT */
    .page-header {
        padding-top: 80px;
        padding-bottom: 80px;
        line-height: 1.1;
        color: #fff;
        background-color: #65B7E3;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .page-header .section-title {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        /* Let this dicated the font size instead of the h* tags */
        font-size: 55px; 
    }

     /* Extra small devices (portrait phones, less than 576px) */
    @media (max-width: 575.98px) {
        .page-header .section-title {
            font-size: 45px;
        }
    }
    
    .page-header {
        background-image: url(/assets/yay/header-image.jpg);
        padding-top: 125px;
        padding-bottom: 175px;
    }

    /* BLOG THUMBS */
    .blog-thumbnail .blog-title {
        min-height: 53px;
    }

    .blog-thumbnail p {
        min-height: 88px;
    }

    .th-shadow--none {
        text-shadow: none;
    }
    /* Medium devices (tablets, less than 992px) */
    @media (max-width: 991.98px) {
        .th-shadow--md-down {
            text-shadow: 5px 10px 14px #0000008f;
        }
    }

    .img-responsive {
        max-width: 100%;
        height: auto;
    }

/* #endregion */

/* #region FOOTER */
.page-footer,
.page-footer.copyright {
    color: #000;
    font-size: 13px;
    background: #FFFFFF;
}

.page-footer.copyright {
    color: #fff;
    background-color: #000;
}

.page-footer .nav-footer li:not(:last-child) {
    padding-bottom: 0.6rem;
}

.page-footer .nav-footer li > h4 {
    font-size: 13px;
}

.page-footer .f-header {
    color: #65B7E3;
    font-size: 14px;
    font-weight: 300;
}

.page-footer.copyright a:hover,
.page-footer.copyright a:hover i {
    color: #fff;
}

/* .page-footer.copyright [class*="col-"] > * {
    border-top: 1px #d7d7d7 solid;
    padding-top: 25px;
} */

.page-footer .footer-about p:last-child{
    margin-bottom: 0px;
}

.page-footer .footer-donations p {
    margin-bottom: 30px;
}

.page-footer .btn.btn-theme {
    padding: 10px 30px;
}

/* 
.page-footer .footer-logo {
} 
*/
/* #endregion */

/* 
    REGIONS
    - HOMEPAGE
    - OUR PEOPLE
    - OUR WORK
 */

/* #region HOMEPAGE */
.homepage-banner {
    background-image: url(/assets/yay/homepage/hero-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 240px;
}

.waves-border > svg {
    top: -70px;
    color: #fff;
}

.yay-home-achievement.icon-block {
    padding-top: 78px;
    padding-bottom: 78px;
}

.newsletters-preview {
    /* background-color: #F8FBFD; */
    padding-top: 50px;
    padding-bottom: 70px;
}

.newsletter-sub-cta {
    background-image: url(/assets/yay/newsletter-signup.jpg);
    color: #fff;
}

.newsletter-sub-cta .btn.btn-theme {
    background-color: #FF4141;
    color: #fff;
}

/* #endregion */

/* #region OUR PEOPLE */

.profile > .container {
    padding-top: 75px;
    padding-bottom: 75px;
}

.team.board > .container,
.team.commitee > .container,
.sponsor.profile > .container {
    padding-top: 68px;
    padding-bottom: 73px;
}

.team.commitee > .container {
    padding-bottom: 113px;
}

.team.executives > .container,
.team.ambassadors-people > .container {
    padding-top: 78px;
    padding-bottom: 73px;
}

@media (max-width: 575.98px) {
    .team.board > .container, .team.commitee > .container, .sponsor.profile > .container {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .team.commitee > .container {
        padding-bottom: 65px;
    }
    .team.executives > .container,
    .team.ambassadors-people > .container {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

.team.board > .container,
.team.executives  > .container,
.team.commitee > .container,
.sponsor.profile > .container {
    border-bottom: 1px solid #CCE6F5;
}

/* Will allow you to just use the text-align to center */
.team .js-slide img{
    display: inline-block;
}

.team .js-slide {
    padding: 0;
}

@media (max-width: 991px) {
    .team .js-slide {
        padding: 0 45px;
    }
    .team.commitee .js-slide {
        padding: 0;
    }

    .u-header + section {
        margin-top: 145px;
    }
}

/* #endregion */

/* #region OUR WORK [WHAT WE DO] */
.info-block.work-about {
    padding-top: 100px;
    padding-bottom: 62px;
}
/* Subtracts the current margin from the icons */
.icon-block.objectives {
    padding-bottom: 70px;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .info-block.work-about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .icon-block.objectives {
        padding-bottom: 35px;
    }
}
/* #endregion */

/* #region NEW_REGION */
/* #endregion */
/* #region NEW_REGION */
/* #endregion */

/* #region HOW WE HELP */

/* #endregion */

/* #region CAREERS */
    /* #region ICON BLOCKS */
    span.icon-block {
        width: 30px !important;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        height: 30px;
        font-size: 20px;
        position: relative;
        text-align: center;
        display: inline-block;
        margin-right: 15px;
        border-radius: 50%;
        display: inline-block;
        color: #fff;
        background: #65B7E3;
    }

    span.icon-block > i{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        z-index: 2;
    }

    .staff-hours span.icon-block {
        width: 17px !important;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 17px;
        -ms-flex: 0 0 17px;
        flex: 0 0 17px;
        height: 17px;
        font-size: 7.5px;
        margin-top: 5px;
    }


    ol {
        list-style: none;
        counter-reset: my-awesome-counter;
        padding-left: 0;
        margin-bottom: 0;
    }
    ol li {
        counter-increment: my-awesome-counter;
        margin-bottom: 15px;
        color: #999999;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }
    ol li::before {
        content: counter(my-awesome-counter);
        
        width: 23px !important;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 23px;
        -ms-flex: 0 0 23px;
        flex: 0 0 23px;
        height: 23px;
        line-height: 23px;

        font-size: 12px;
        position: relative;
        text-align: center;
        display: inline-block;
        margin-right: 15px;
        border-radius: 50%;
        display: inline-block;
        color: #fff;
        background: #65B7E3;
    }
    /* #endregion */
.work-benefits {
    padding-bottom: 41px;
}

/* #endregion */

/* #region CONTACT */

/* More on Placeholder: https://css-tricks.com/almanac/selectors/p/placeholder/ */
/* Enable Shadow Root to Debug Placeholder: https://stackoverflow.com/questions/26852922/inspect-webkit-input-placeholder-with-developer-tools */
.form-control {
    color: #000;
}
.form-control:-webkit-input-placeholder {
    color: #999;
}

#contact-form .form-control {
    border:none;
    border-bottom: 1px solid #000;
    font-size: 16px;
/*     height: calc(18px * 2 + 13px); */
    padding-left: 0px !important;
}

#contact-form .form-control:not(textarea) {
    height: 50px;
}

#contact-form .form-control:hover,
#contact-form .form-control:focus {
    border:none;
    border-bottom: 1px solid #d7d7d7;
}

#map {
    min-height: 650px;
}

@media (max-width: 991px) {
    #map {
        min-height: 450px;
    }
}

@media (max-width: 575px) {
    #map {
        min-height: 300px;
    }
}

/* #endregion */

/* #region REGION */
/* #endregion */

.blog-thumbnail .blog-title {
    font-size: 20px;
}

.blog-thumbnail.no-content-padding .text-block {
    padding: 30px 0 !important;
}

.cta {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.donate-cta.cta {
    padding-top: 105px;
    padding-bottom: 105px;
}

.sponsor .section-title {
    margin-bottom: 20px; 
}

/* Our People */
.team .u-arrow-v1 {
    color: #000 !important;
}

.team .u-arrow-v1:hover {
    color: #fff !important;
    background-color: #65B7E3 !important;
}

/* Careers */
.cta-work-for-us {
    padding-bottom: 110px;
}
.cta-work-for-us blockquote{
    font-size: 25px;
}

@media (max-width: 575px) {
    .cta-work-for-us {
        padding-bottom: 70px;
    }
    .cta-work-for-us blockquote{
        font-size: 17px;
    }
    .cta-work-for-us h4 {
        font-size: 14px;
    }
}

.newsletter-sub-cta .section-title {
    font-size: 40px;
    line-height: 1.1;
}

.newsletter-sub-cta p {
    font-size: 20px;
    line-height: 1.3
}

/* NEWSLETTER */
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .newsletter-sub-cta .section-title {
        font-size: 30px;
    }
    
    .newsletter-sub-cta p {
        font-size: 16px;
    }
}

/* HOMEPAGE */
@media (max-width: 575px) {
    iframe#twitter-widget-0 {
        height: 70vh !important;
    }
}

/* HOW WE HELP */
@media (max-width: 575px) {
    .info-block.health h3, .info-block.education h3, .info-block.training h3 {
        font-size: 18px;
    }
}

/* PEOPLE */

.scroll-text {
    overflow-y: scroll;
    background-color: #FEFEFE;
    padding: 5px;
    height: 400px;
}

@media (min-width: 768px) {
    .block-text-md {
        /* initial not accepted as a value for IE */
        overflow-y: auto;
        height: auto;
        background-color: transparent;
        padding: 0;
    }
}

.scroll-text::-webkit-scrollbar {
    width: 2px;
}
.scroll-text::-webkit-scrollbar-thumb {
    background-color: #65B7E3;
}
.scroll-text::-webkit-scrollbar {
    background-color: #f5f5f5;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 340px) {
    .team .js-slide .text-block div > h3 {
        min-height: 54px;
    }
    .team .js-slide .text-block div > span {
        font-size: 16px !important;
        min-height: 75px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 575.98px) {
    .team .js-slide .text-block div > h3 {
        min-height: 54px;
    }
    .team .js-slide .text-block div > span {
        font-size: 16px !important;
        min-height: 50px;
    }
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .team .js-slide .text-block div > h3 {
        min-height: 32px;
    }
    .team .js-slide .text-block div > span {
        font-size: 16px !important;
        min-height: 50px;
    }
}

/* region NEWSLETTER CONTENT */
@media (max-width: 767.98px) {
    .layoutmanager .layout-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }   
}

.container-fluid.layout-container {
    padding: 0;
}
/* endregion */

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: #1b1b1b;
}

.homepage-banner h1.bright-future{
    line-height: 67px;
}

.newsletters-preview .section-header a {
    font-size: 18px;
    line-height: 1;
}

/* MODAL */

.popping .close{
	position: absolute;
    top: 0px;
    right: 15px;
}

.popping ul{
	font-weight:500;
	color:#3E4351;
	letter-spacing:-0.35px;
	line-height:28px;
    font-size:14px;
    padding-left:15px;
}

.popping .close {
    font-size: 1.5rem;
    color: #fff !important;
	opacity: 0.7 !important;
	font-size: 3.5rem !important;
    font-weight: 300 !important;
}

.popping h4{
	color:white;
	font-size: 55px;
	line-height: 42px;
	font-weight: 700;
}

.modal-dialog{
	background-color:rgba(0,0,0,0.5) !important;
}

.modal-dialog {
    max-width: 669px !important;
    z-index: 9999999999 !important;
}

.modal-header {
	display: block !important;
    border-bottom: 0px solid #fff !important;
    padding:0px;
}

.background-modal h4{
    padding:95px 0px 80px 0px;
    color:white;
    text-align:center;
}

.modal-body {
    position: relative;
    padding: 30px 65px 50px 65px !important;
    border-bottom:1px solid #fff !important;
}

.background-modal{ 
	background-image: url('../img/YAY modal image desktop.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.modal-heading{
	font-weight:600;
	color:#000;
	line-height:30px;
	font-size:25px;
	letter-spacing:-0.63px;
    margin-bottom:25px;
}

.modal-content {
    border: 1px solid #fff !important;
    border-radius: 0px !important;
}

.modal-dialog {
    max-width: 500px;
    margin: 4.75rem auto;
}

.modal-heading.reg{
	font-weight:400;
	line-height:26px;
    font-size:16px;
    margin-bottom:15px;
}

.modal-para{
	font-weight:400;
	color:#000;
	line-height:22px;
	font-size:13px;
	letter-spacing:-0.33px;
    margin-bottom:25px;
}

.modal-para.heading{
    font-weight:700;
    margin-bottom:10px;
}

.modal-para.points{
    margin-bottom:0px;
}

.modal-para a{
    color:#FF4141 !important;
}

.modal-para.points.last{
    margin-bottom:30px;
}

.above-director.modal-para.points{
    margin-bottom:50px;
}

.checkbox label{
    line-height: 23px;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: -0.33px;
    font-weight: 400;
    color: #000 !important;
    margin-top: 35px;
    margin-bottom: 25px;
    display: block;
}

img.img{
    margin-top: 25px;
}

.modal-button{
    padding:10px 40px;
    background-color: #FF4141;
    color:white;
    font-size:13px;
    letter-spacing:-0.33px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius:25px;
}

.popping .modal-header span {
  top: 0px !important;
  right: 0px !important;
  background-color: transparent !important;
}

.modal-button:hover{
    background-color: #65B7E3;
    color:#000;
    text-decoration: none;
    cursor: pointer;
}

.popping img{
  margin-top:30px;
}

.modal-button-down{
    position: absolute;
    right: 70px;
    bottom: 25px;
}
#myModal .fa.fa-angle-right{
    margin-right:20px;
    font-size:19px;
}

.modal {
    z-index: 9999999999 !important;
}

@media(max-width:1199px){
    .modal-dialog {
        margin: 7.75rem auto !important;
    }
}

@media(max-width:767px){

    .background-modal{ 
        background-image: url('../img/YAY modal mob.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .modal-dialog {
        margin: 2.75rem 15px !important;
    }

  .popping img{
    margin-top:0px;
  }

  .popping ul {
      font-weight: 500;
      color: #3E4351;
      letter-spacing: -0.35px;
      line-height: 28px;
      font-size: 14px;
      margin-bottom: 40px;
  }

	.checkbox label {
		line-height: 23px;
		font-size: 16px;
		margin-bottom: 10px;
		color: #000 !important;
        margin-top: 40px;
        margin-bottom:20px;
	}

	.modal-para {
		font-weight: 500;
		color: #3E4351;
		line-height: 22px;
		font-size: 13px;
		letter-spacing: -0.33px;
		margin-bottom: 30px; 
	}

    #myModal .modal-dialog {
        min-width: 320px !important; 
    }

    .popping h4 {
        color: white;
        font-size: 55px;
        line-height: 53px;
        font-weight: 700;
    }

    .modal-body {
        padding: 20px 23px 60px 23px !important;
        border-bottom:1px solid #fff !important;
    }

    .background-modal h4 {
        padding: 45px 25px 45px 25px;
    }

    .modal-button {
        padding: 10px 70px;
    }

    .background-modal {
        background-position: inherit;
    }

    .modal-button-down{
        position: relative;
        right: 0px;
        bottom: 0px;
        
    }

    img.img {
		margin-bottom: 0px;
		margin-top:40px;
    }

    .modal-button, .modal-button:hover{
        background-color: #FF4141;
        color:white;
    }
}

.program-links{
    color:black !important;
}

.program-links:hover{
    color:#65B7E3 !important;
    cursor: pointer;
}