h3 {
    font-size: 20px;
}

p {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 22px;
}

a {
    color: #f78219;
}

a:hover {
    text-decoration: underline;
}

.banner-inner-text {
    width: 90%;
    margin: 45px auto;
    display: block;
}

.banner-inner-text h2 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "PT Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner-inner-text p {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* H3 */
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}

#callOutContainer {
    width: 80%;
    margin: 20px auto;
    display: block;
}

.subscribeCallOut {

}

.subscribeCallOut h3 {
    margin: 15px 5px 5px;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: white;
    text-align: center;
}

.subscribeCallOut a {
    color: #F4AD00;
}

.subscribeCallOut a:hover {
    color: #F4AD00;
}

.subscribeCallOut p {
    margin: 15px 5px 5px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: white;
    text-align: center;
}

.subscribeCallOut img.socialIcon {
    height: 37px;
    padding-right: 5px;
    padding-left: 5px;
}

.topSection {
    margin-top: 50px;
}


.topSection .topSectionCallOutContainer {
    background-color: #DDE5FF;
    padding: 1.0em 1.5em 1em 1.5em;
    border-radius: 21px;
}

.topSectionCallOutContainer .topSectionConfImage {
    height: 225px;
    margin: 5px auto;
    display: block;
}

.topSectionCallOutContainer .textContainer {
    width: 90%;
    display: block;
    margin: 0 auto 0 0;
}

.topSectionCallOutContainer h3 {
    font-family: Montserrat;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 140%;
}

.topSectionCallOutContainer p {
    font-family: Montserrat;
    line-height: 140%;
    font-size: 18px;
}

.topSectionCallOutContainer a {
    border-radius: 10px;
    background: #275CE4;
    color: white;
    padding: 16px 18px;
    font-family: Montserrat;
}

.topSectionCallOutContainer a:hover {
    color: #F4AD00;
}


.topSection h2 {
    color: #1F3B9B;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.resourcesItemsSection {
    margin: 30px auto;
    background-color: #1DB8E8;
    padding: 5px;
}

.resourcesItemsSection h3 {
    font-family: Montserrat;
    font-size: 32px;
    line-height: 120%;
    color: white;
    margin-top: 60px;
    font-weight: bold;
    text-align: center;
}

.resourcesItemsSectionContainer {
    background-color: white;
    border-radius: 22px;
    padding: 5px;
    margin: 25px auto;
}

.resourcesItemsSectionContainer:hover {
    box-shadow: 3px 3px 15px #999;
}

.resourceFinLitImage {
    padding: 25px;
    height: 155px;
    margin: 0 auto;
}

.resourceFinLitImage img {
    display: block;
    margin: 5px auto;
    max-height: 150px;
    cursor: pointer;
}

.resourceFinLitTextContainer {
    padding: 25px;
    text-align: center;
}

.resourceFinLitTextContainer a {
    color: #275CE4;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.resourceFinLitTextContainer p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}


.flmCal {
    margin-bottom: 30px;
}

.flmCal h3 {
    color: #0B1541;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.calendarDayText {
    color: #1F3B9B;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    background-color: transparent;
}

.dateNumber {
    background: #F3F0F0;
    margin: 10px;
    border: 3px solid white;
    padding: 15px 10px;
    vertical-align: top;
}

.dateNumber h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

.dateNumber p {
    color: black;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-weight: bold;
}

.dateNumber a {
    color: #275CE4;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.desktopCal {
}

.mobileCal {
}

@media only screen and (max-width: 767px) {
    .desktopCal {
        display: none;
    }

    .mobileCal {
    }

    .dateNumber {
        width: 90%;
    }

}

@media only screen and (min-width: 768px) {
    .desktopCal {
    }

    .mobileCal {
        display: none;
    }

    .dateNumber {
        width: 14.25%;
    }

    .resourcesItemsSection {
        padding: 5px 50px 25px;
    }
}


