body {
    background-color: #8bb8be;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    display: block;
    min-height: 100vh;
    flex-direction: column;
}

a {
    color: #19285a;
    text-decoration: none;
    background-color: transparent;
}

.container {
    max-width: 1280px;
    padding-right: 0;
    padding-left: 0;
}

.hidden {
    display: none !important;
}

.fade {
    animation: imagefader 1s forwards;
}

@keyframes imagefader {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (min-width: 576px) {
    .container {
        max-width: 100vw;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 1280px;
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar .material-icons {
    font-size: 3rem;
    color: #19285a;
}

.navbar .navbar-toggler {
    height: 50px;
}

.navbar .navbar-toggler {
    font-size: 36px;
    color: #19285a;
    transform: scale(1.2, 1);
    font-weight: 400;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}

.navbar-brand {
    color: #fff;
    width: 110px;
    width: 62px;
    padding: 0 5px 0 5px;
    background: #fff url("/~/media/f5d9dd1fa6a148d1820c1c3847b44f2c.ashx") no-repeat center;
    height: 75px !important;
    background-size: contain;
    /*margin-left: 15px;*/
}

.dropdown-menu.show {
    border-radius: 1px;
}

.billboard {
    color: #fff;
    font-size: 0.8em;
    background-color: unset !important;
}

.billboard h2 {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    color: #19285a;
    text-align: center;
    margin: 0;
}

.billboard .tagline {
    display: none;
}

nav.navbar {
    position: fixed;
    z-index: 1001;
    width: 100%;
    margin-bottom: 0 !important;
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.11);
    height: 75px;
}

.nav-link,
.dropdown-item {
    font-size: 1em;
    line-height: 2.5em;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
}

.navbar-nav a:hover {
    color: inherit;
    cursor: pointer;
}

nav.slim .navbar-brand {
    background-size: 103px auto;
    background: url("/~/media/a2cf5970a79d45a597e46fe512086d75.ashx") no-repeat center;
    background-size: contain;
    width: 150px;
}

.white-section {
    background-color: #fff;
    height: 80px;
    align-items: center;
    justify-content: center;
    padding: 0 3px 0 3px;
}

@media only screen and (max-width: 375px) {
    .billboard h2 {
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 375px) {
    .billboard h2 {
        font-size: 1em;
    }
}

@media only screen and (min-width: 440px) {
    .billboard h2 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 435px) {
    .navbar-brand {
        margin-right: 2px;
    }
}

@media only screen and (min-width: 530px) {
    .billboard h2 {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 576px) {
    .white-section {
        background-color: #fff;
        height: 110px;
        margin-left: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav a:hover,
    .navbar-nav a:active {
        color: #fff;
    }
    .nav-link,
    .dropdown-item {
        text-align: center;
        background-color: #fff;
        width: 100vw;
    }
    #navbarNav .dropdown-menu.show {
        border-radius: 0;
        border: none;
        margin-top: 0;
    }
    .banner-section {
        margin-right: unset;
        padding-top: 25px;
        background-color: #fff;
    }
    .white-section {
        padding: 0;
        height: unset !important;
    }
}

@media only screen and (min-width: 768px) {
    .billboard h2 {
        color: #19285a;
    }
    .white-section {
        height: 85px;
        margin-left: 0 !important;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .nav-link {
        font-family: Oswald, sans-serif;
        font-size: 1.3em;
        font-weight: normal;
        line-height: inherit;
    }
    .navbar-expand-md .navbar-collapse {
        padding-right: 20px;
    }
    .navbar-expand-md .navbar-nav .nav-link:hover {
        background-color: #e5f0f2;
    }
    .dropdown-menu {
        min-width: inherit;
        margin: 0;
        padding: 0.15em 0;
        font-size: 14px;
    }
    li.nav-item.dropdown.show {
        background-color: #e5f0f2;
        margin-top: 0;
    }
    a.dropdown-item {
        color: #19285a;
        padding: 0.25rem 0.8rem;
        font-weight: inherit;
        line-height: 1.2em;
    }
    .dropdown-item.active,
    .dropdown-item:active {
        background-color: #e5f0f2;
    }
}

.nav-link-host,
.dropdown.show .nav-link-host {
    color: #fff;
    border-bottom: 4px #92c5cc solid;
    padding-bottom: 4px;
    background-color: #19285a;
}

@media only screen and (min-width: 992px) {
    .white-section {
        background-color: #fff;
        height: 110px;
    }
    .nav-link {
        font-size: 1.3em;
        display: block;
    }
    .white-section {
        background-color: #fff;
    }
    .billboard h2 {
        font-size: 1.8em;
    }
}

@media only screen and (min-width: 1240px) {
    .navbar-brand {
        color: #fff;
    }
    .white-section {
        background-color: #fff;
        height: 120px;
    }
    nav.slim .white-section,
    nav.slim .navbar-brand {
        height: 70px;
    }
    nav.slim .navbar-brand {
        background-size: 103px auto;
        background: url("/~/media/a2cf5970a79d45a597e46fe512086d75.ashx") no-repeat center;
        background-size: contain;
        width: 150px;
    }
}

.testimonial__Text {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
}

.testimonial__Attribution {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: italic;
}

.testimonial__Attribution:before {
    content: "— ";
    font-style: italic;
}

.testimonials {
    display: block;
    max-width: 95%;
    width: 930px;
    padding-bottom: 5em;
    margin: 0 auto;
}

.testimonials:after {
    display: table;
    content: "";
    clear: both;
}

.testimonials .headline,
.testimonials .link {
    display: none;
}

.testimonials .title {
    display: none;
    padding-top: 2em;
    padding-bottom: 2em;
    width: 80%;
    margin: 0 auto;
}

.testimonials .title span {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
}

.testimonials .image {
    display: block;
    width: 150px;
    min-height: 200px;
    background-image: url("/~/media/images/");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto 3em;
    overflow: hidden;
}

.testimonials .image img {
    width: 100%;
    height: auto;
}

.testimonials .text {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.testimonials .text p {
    font-size: 1.1em;
}

.testimonials:first-of-type .title {
    display: block;
}

@media only screen and (min-width: 768px) {
    .testimonials .image {
        float: left;
        margin: inherit;
    }
    .testimonials .title {
        margin: 0;
    }
    .testimonials .text {
        width: 75%;
        float: left;
        margin: inherit;
    }
    .testimonials .text p {
        font-size: 1em;
        padding-left: 1.5em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .testimonials {
        padding-right: 5vw;
        padding-left: 10vw;
    }
}

.tagline .row {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}

.tagline .row>span {
    width: 100%;
    font-size: 32px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}

.tagline .row>span>span:nth-child(odd) {
    color: #19285a;
}

.tagline .row>span>span:nth-child(even) {
    color: #8bb8be;
}

@media only screen and (max-width: 767px) {
    .tagline {
        display: none;
    }
}

.footer {
    background-color: #fff;
}

.footer {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2em 0 1em;
    margin-bottom: auto;
    bottom: 0;
    flex: 1;
    width: 100vw;
}

.footer .chairLogin {
    background-color: #19285a;
    color: #fff;
    font-size: 1em;
    padding: 0.5em 1em;
}

.footer .p-2::after {
    content: "•";
    padding-left: 20px;
    color: #8bb8be;
}

.footer .p-2:last-of-type::after {
    content: "";
}

.footer .p-2 a {
    color: #19285a !important;
}

.terms-and-conditions {
    padding-top: 75px;
}

citation {
    padding: 15px;
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .footer .p-2 {
        text-align: center;
        padding: 5px 0 !important;
        border-bottom: 1px solid #8bb8be;
    }
    .footer .p-2:last-of-type {
        border-bottom: 0;
    }
    .footer .p-2::after {
        content: "";
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .footer .p-2 a {
        font-family: Oswald, sans-serif;
    }
}

@media only screen and (min-width: 992px) {
    .footer {
        max-width: 1280px;
        margin: 0 auto;
        padding: 2em 0 1em;
    }
    .footer button {
        background-color: #19285a;
        color: #fff;
        font-size: 1em;
        border-radius: 0;
        width: 170px;
    }
    .footer .p-2 a {
        font-size: 1.2em;
    }
}

.msw-content-top a {
    font-weight: 400;
}

.msw-content-top {
    background-color: #fff;
    min-height: 100px;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.msw-content-top {
    margin-top: 50px;
    padding-top: 0;
}

.msw-content-bottom {
    display: none;
}

.sspb {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.sspb .title {
    display: block;
    background-color: #19285a;
}

.sspb .title span {
    font-family: Oswald, sans-serif;
    font-size: 1.8em;
    color: #fff;
    display: block;
    padding-left: 0.5em;
}

.sspb .headline {
    display: none;
}

.sspb .image {
    display: block;
    min-height: 300px;
    margin: 0;
    padding: 0;
    background-color: #ccc;
}

.sspb .text {
    padding-top: 3em;
}

.sspb .text p {
    font-size: 1.1em;
    color: #19285a;
}

.sspb .link {
    display: block;
    padding-top: 3em;
    padding-bottom: 3em;
}

.sspb .link a {
    display: block;
    background-color: #99c2c4;
    color: #19285a;
    font-size: 1.1rem;
    padding: 0.5em 1em;
    border: 1px solid #19285a;
    text-align: center;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) {
    .sspb {
        max-width: 930px;
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .sspb::after {
        display: table;
        content: "";
        clear: both;
    }
    .sspb .title {
        display: block;
        min-height: 180px;
        width: 18%;
        float: left;
    }
    .sspb .title span {
        font-size: 2.2em;
    }
    .sspb .image {
        display: block;
        min-height: 180px;
        width: 32%;
        float: left;
    }
    .sspb .text {
        display: block;
        width: 50%;
        float: left;
        padding-top: 0;
    }
    .sspb .text p {
        font-size: 1em;
        padding-left: 3em;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .sspb .link {
        display: block;
        clear: both;
        margin: 2em auto 0;
        padding-top: 2em;
        padding-bottom: 2em;
        text-align: center;
    }
    .sspb .link a {
        display: inline;
        background-color: #19285a;
        color: #fff;
        font-size: 1em;
        font-weight: inherit;
    }
}

@media only screen and (min-width: 1440px) {
    .sspb {
        max-width: 1200px;
    }
}

.sspb.save .image {
    background: url("/~/media/msw/images/sspb-save-1x.jpg") no-repeat center;
    background-size: cover;
}

.sspb.spend .image {
    background: url("/~/media/msw/images/sspb-spend-1x.jpg") no-repeat center;
    background-size: cover;
}

.sspb.plan .image {
    background: url("/~/media/msw/images/sspb-plan-1x.jpg") no-repeat center;
    background-size: cover;
}

.sspb.borrow .image {
    background: url("/~/media/msw/images/sspb-borrow-1x.jpg") no-repeat center;
    background-size: cover;
}

.button.searchButton {
    font-size: 16px;
    margin-top: 0 !important;
    display: inline-block !important;
}

.searchInput {
    border-radius: 0;
    vertical-align: baseline !important;
}

.hero .text {
    width: 50%;
    position: relative;
    color: #fff;
    font-size: 1.8em;
}

.hero .text ul {
    margin-left: 25px;
    margin-top: 25px;
    margin-left: 100px;
    font-weight: 400;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
}

.hero .image {
    top: 0;
    max-height: 100%;
}

.hero,
.hero-full,
.hero-champion {
    display: block;
    min-height: 300px;
    background-color: #19285a;
}

.hero .button,
.hero-full .button,
.hero-champion .button,
.hero-wide a.button {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-top: 15px;
    background: #92c5cc;
    background: -moz-radial-gradient( center, ellipse cover, #92c5cc 0%, #7ca7ad 97%);
    background: -webkit-radial-gradient( center, ellipse cover, #92c5cc 0%, #7ca7ad 97%);
    background: radial-gradient(ellipse at center, #92c5cc 0%, #7ca7ad 97%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#92c5cc', endColorstr='#7ca7ad', GradientType=1);
    color: #fff !important;
    font-weight: 400 !important;
    display: table;
    border: none;
    padding: 10px;
    box-shadow: black 2px 2px 2px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}

.hero .sublink {
    color: white;
    text-align: center;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    display: table;
}

.hero-wide {
    position: relative;
}

.hero .title {
    display: none;
}

.hero .image,
.hero-full .image,
.hero-champion .image {
    display: block;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background: #fff;
    background: radial-gradient(circle, #fff 25%, #e5e5e5 100%);
}

.hero-full .image img,
.hero-champion .image img {
    width: 100%;
    height: auto;
}

.hero .image span,
.hero-champion .image span {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: block;
}

.hero .image span svg,
.hero-champion .image span svg {
    width: auto;
    height: auto;
    margin-top: 20px;
    height: 66%;
    margin: auto;
    max-width: 66%;
    display: inline;
    display: block;
}

.hero .headline,
.hero-full .headline,
.hero-champion .headline {
    display: block;
}

.hero .headline h1 {
    text-align: left;
    margin-top: 50px;
}

.hero .headline h1,
.hero-full .headline h1,
.hero-champion .headline h1 {
    display: block;
    width: 80%;
    margin: 20px auto 0;
    padding: 20px 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
}

.hero .headline {
    padding-top: 2em;
}

.hero .text,
.hero-full .text,
.hero-champion .text {
    display: block;
    padding-bottom: 3em;
    background-color: #19285a;
}

.hero .text p,
.hero-full .text p,
.hero-champion .text p {
    display: block;
    width: 80%;
    margin: 20px auto 0;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.hero .text p,
.hero-wide .text p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.hero .text ul li {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}

.hero .text p,
.hero-full .text p,
.hero-champion .text p {
    color: #fff;
}

.hero .link,
.hero-full .link,
.hero-champion .link {
    display: none;
}

.hero .image img {
    max-height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hero .text,
.hero-champion .text {
    padding-bottom: 2em;
}

.hero-champion .text {
    top: 0;
    height: 100%;
    background: #19285a;
    height: auto;
    bottom: 0;
    transform: none;
}

.hero-champion {
    margin-top: -55px !important;
    min-height: 600px;
}

.hero-champion .image {
    top: 0;
    bottom: -100px;
    padding-top: 55px;
}

.hero-champion .image {
    top: 0;
    bottom: -100px;
    padding-top: 55px;
}

.hero-champion .image span {
    height: 100%;
    display: block;
    margin-top: 100px;
}

.hero-champion .headline {
    margin-top: 75px;
    z-index: 2;
}

.hero-champion .text {
    height: 100%;
    background: #19285a;
    height: auto;
    position: absolute;
    bottom: 0;
    transform: translateY(100px);
}

.hero-champion .title {
    display: none;
}

@media only screen and (min-width: 992px) {
    .hero,
    .hero-full,
    .hero-champion {
        position: relative;
        max-width: 1280px;
        margin: 0 auto;
        margin: 0;
    }
    .hero .image,
    .hero-full .image,
    .hero-champion .image {
        min-height: 300px;
        width: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .hero .image img,
    .hero-full .image img {
        min-height: 100%;
        width: auto;
    }
    .hero .image img {
        max-height: 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
    .hero .headline,
    .hero-full .headline,
    .hero-champion .headline {
        width: 50%;
        position: relative;
        top: 0;
        left: 50%;
    }
    .hero .text,
    .hero-full .text,
    .hero-champion .text {
        width: 50%;
        position: relative;
        left: 50%;
    }
    .hero .text p,
    .hero-full .text p,
    .hero-champion .text p {
        max-width: 80%;
    }
    .hero::after .hero-full::after,
    .hero-champion::after {
        display: table;
        content: "";
        clear: both;
    }
}

@media only screen and (max-width: 992px) {
    .hero .text ul {
        margin-left: 0;
    }
    .hero .headline {
        padding-top: 1em;
    }
    .hero .image {
        position: static;
        margin-bottom: 600px;
    }
    .hero .image img {
        transform: none;
    }
    .hero .image img,
    .hero .image::after {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        left: 0;
    }
    .hero .text {
        width: 100%;
    }
    .hero-wide {
        max-height: fit-content;
    }
    .hero-champion .image {
        min-height: 200px;
        padding-top: 25%;
        padding-bottom: 10%;
    }
    .hero-champion .image {
        margin-top: -80px !important;
    }
    .hero-champion .image span {
        margin-top: auto;
    }
    .hero-champion .text {
        position: relative;
        padding-bottom: 50px;
        transform: none;
        top: auto;
    }
    .hero-champion {
        margin-bottom: 0;
        padding-top: 100px;
    }
}

.hero-champion a {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .hero .image {
        margin-bottom: 450px;
    }
}

@media only screen and (max-width: 535px) {
    .hero .image {
        margin-bottom: 300px;
    }
}

@media only screen and (max-width: 320px) {
    .hero .image {
        margin-bottom: 200px;
    }
}

.hero2 {
    display: block;
    margin-top: 3rem !important;
}

.hero2 .title {
    display: block;
    background-color: #19285a;
}

.hero2 .title span {
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 2.5em;
    color: #fff;
    padding: 0 0 0 1em;
}

.hero2 .image {
    display: block;
    min-height: 300px;
    background-color: #ccc;
}

.hero2 .headline {
    display: block;
}

.hero2 .headline h1 {
    display: block;
    margin: 1em auto;
    padding: 0 60px;
    color: #19285a;
    font-family: Oswald, sans-serif;
    text-align: center;
}

.hero2 .text {
    display: block;
}

.hero2 .text p {
    display: block;
    margin: 0 auto 1.25em;
    padding: 0 60px;
    color: #19285a;
}

.hero2 .link {
    display: block;
    padding-top: 3em;
    padding-bottom: 3em;
}

.hero2 .link a {
    display: block;
    width: 80%;
    background-color: #99c2c4;
    color: #19285a;
    font-size: 1.1rem;
    padding: 0.5em 1em;
    margin: 3em auto 0 auto;
    border: 1px solid #19285a;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .hero2 {
        position: relative;
        min-height: 420px;
        max-width: 1280px;
        margin: 0 auto;
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #fff 75%, #efefef 100%);
        background: -webkit-gradient( left top, left bottom, color-stop(0%, #fff), color-stop(75%, #fff), color-stop(100%, #efefef));
        background: -webkit-linear-gradient(top, #fff 0%, #fff 75%, #efefef 100%);
        background: -o-linear-gradient(top, #fff 0%, #fff 75%, #efefef 100%);
        background: -ms-linear-gradient(top, #fff 0%, #fff 75%, #efefef 100%);
        background: linear-gradient(to bottom, #fff 0%, #fff 75%, #efefef 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    }
    .hero2::after {
        display: table;
        content: "";
        clear: both;
    }
    .hero2 .title {
        width: 40%;
        height: 130px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .hero2 .title span {
        line-height: 1em;
        padding: 1em 0 0 1em;
    }
    .hero2 .image {
        width: 40%;
        height: 300px;
        position: absolute;
        left: 0;
        top: 120px;
        bottom: 0;
    }
    .hero2 .headline {
        width: 60%;
        float: right;
        text-align: center;
    }
    .hero2 .headline h1 {
        margin: 1em auto;
    }
    .hero2 .text {
        width: 60%;
        float: right;
    }
    .hero2 .text p {
        font-size: 1em;
    }
    .hero2 .link {
        width: 60%;
        text-align: right;
        float: right;
        padding-top: 0;
        padding-bottom: 0;
    }
    .hero2 .link a {
        background-color: #19285a;
        width: 170px;
        color: #fff;
        font-size: 1rem;
        padding: 0.5em 1em;
    }
}

.hero2.save .image {
    background: url("/~/media/msw/images/sspb-top-save-1x.jpg") no-repeat center;
    background-size: cover;
}

.hero2.spend .image {
    background: url("/~/media/msw/images/sspb-top-spend-1x.jpg") no-repeat center;
    background-size: cover;
}

.hero2.plan .image {
    background: url("/~/media/msw/images/sspb-top-plan-1x.jpg") no-repeat center;
    background-size: cover;
}

.hero2.borrow .image {
    background: url("/~/media/msw/images/sspb-top-borrow-1x.jpg") no-repeat center;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min--moz-device-pixel-ratio: 1.25),
only screen and (-o-min-device-pixel-ratio: 1.25/1),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 150dpi),
only screen and (min-resolution: 1.25dppx) {
    .hero2.save .image {
        background: url("/~/media/msw/images/sspb-top-save-2x.jpg") no-repeat center;
        background-size: cover;
    }
    .hero2.spend .image {
        background: url("/~/media/msw/images/sspb-top-spend-2x.jpg") no-repeat center;
        background-size: cover;
    }
    .hero2.plan .image {
        background: url("/~/media/msw/images/sspb-top-plan-2x.jpg") no-repeat center;
        background-size: cover;
    }
    .hero2.borrow .image {
        background: url("/~/media/msw/images/sspb-top-borrow-2x.jpg") no-repeat center;
        background-size: cover;
    }
}

.about {
    display: block;
    min-height: 300px;
    padding-bottom: 3em;
    margin-bottom: 5em;
}

.about .title {
    display: none;
}

.about .image {
    display: block;
    min-height: 300px;
    margin: 0;
    padding: 0;
    background-image: url("/~/media/images/");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.about .image img {
    width: 100%;
    height: auto;
}

.about .headline {
    display: block;
}

.about .headline h1 {
    display: block;
    width: auto;
    margin: 20px auto 0;
    padding: 0 20px;
    color: #19285a;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-align: center;
}

.about .text {
    display: block;
    margin-top: 1em;
}

.about .text p {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 1.1em;
    color: #19285a;
    padding-bottom: 1.5em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.about strong {
    font-size: 1.3em;
}

.about .link {
    display: none;
}

@media only screen and (min-width: 992px) {
    .about {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #fff 75%, #efefef 100%);
        background: -webkit-gradient( left top, left bottom, color-stop(0%, #fff), color-stop(75%, #fff), color-stop(100%, #efefef));
        background: -webkit-linear-gradient(top, #fff 0%, #fff 75%, #efefef 100%);
        background: -o-linear-gradient(top, #fff 0%, #fff 75%, #efefef 100%);
        background: -ms-linear-gradient(top, #fff 0%, #fff 75%, #efefef 100%);
        background: linear-gradient(to bottom, #fff 0%, #fff 75%, #efefef 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    }
    .about .image {
        min-height: 300px;
        float: left;
        height: 300px;
        width: 450px;
        margin: 0 60px 30px 0;
    }
    .about .image img {
        min-width: 100%;
        width: auto;
    }
    .about .headline h1 {
        width: inherit;
        padding-top: 1em;
        padding-left: 0;
        margin: 0 0 0 0;
        text-align: left;
    }
}

#mswAr--current {
    padding: 25px;
    background-color: #19285a;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#mswAr--past {
    padding: 25px 25px 0 25px;
    color: #19285a;
}

.mswAr--title {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    padding: 15px;
}

.mswAr--link {
    color: #3e6a70;
    font-weight: 400;
}

#mswAr--current .mswAr--link:hover,
#mswAr--current a {
    color: #fff;
}

#mswAr--past .mswAr--link:hover {
    color: #19285a;
}

.supporters {
    display: block;
    background-color: #8bb8be;
    min-height: 400px;
    padding-top: 3em;
}

.supporters::after {
    display: table;
    content: "";
    clear: both;
}

.supporters .title {
    display: none;
}

.supporters .image {
    display: block;
    width: 80%;
    margin: 0 auto 3em auto;
    padding: 3em 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.supporters .image span {
    display: block;
    height: 300px;
}

.supporters .image img {
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.supporters .headline {
    display: block;
}

.supporters .headline h1 {
    display: block;
    max-width: 80%;
    margin: 2em auto 1em;
    color: #fff;
    font-family: Oswald, sans-serif;
    text-align: center;
}

.supporters .text {
    display: block;
}

.supporters .text p {
    display: block;
    width: 70%;
    margin: 0 auto 1em;
    color: #fff;
    font-size: 1.1em;
}

.supporters .link {
    display: block;
    margin-top: 3em;
    padding-bottom: 2em;
}

.supporters .link a {
    display: block;
    width: 80%;
    background-color: #19285a;
    color: #fff;
    font-size: 1.1rem;
    padding: 0.5em 1em;
    margin: 3em auto 0 auto;
    text-align: center;
}

@media only screen and (max-width: 380px) {
    .supporters .image {
        background-size: contain;
    }
}

@media only screen and (min-width: 992px) {
    .supporters {
        position: relative;
        max-width: 1280px;
        margin: 0 auto;
    }
    .supporters .image {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 45%;
        margin-top: 3em;
        padding: 0 0;
        border-bottom: none;
        min-height: 300px;
        background-color: #fff;
        margin-left: 3em;
    }
    .supporters .image img {
        max-width: 400px;
    }
    .supporters .headline {
        width: 50%;
        position: relative;
        top: 0;
        left: 50%;
        text-align: center;
    }
    .supporters .headline h1 {
        margin: 0 auto 0.5em;
    }
    .supporters .text {
        width: 50%;
        position: relative;
        top: 0;
        left: 50%;
    }
    .supporters .text p {
        font-size: 1em;
    }
    .supporters .link {
        width: 50%;
        position: relative;
        top: 0;
        left: 50%;
        text-align: center;
    }
    .supporters .link a {
        display: inline;
        background-color: #19285a;
        color: #fff;
        font-size: 1rem;
        padding: 0.5em 1em;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1280px) {
    .supporters {
        background-color: #19285a;
    }
    .supporters .link a {
        color: #fff;
        border: 1px solid #fff;
    }
}

.champions-grid .container {
    margin-top: 60px;
}

.want-to-host {
    background-color: #19285a;
}

.want-to-host h2 {
    color: #92c5cc;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    padding: 50px;
}

.want-to-host a span {
    border: 2px solid #92c5cc;
    background-color: #fff;
    padding: 5px 20px 5px 20px;
    display: inline-block;
    margin-top: 15px;
}

.want-to-host a:hover span {
    border: 2px solid #92c5cc;
    background-color: #92c5cc;
    padding: 5px 20px 5px 20px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
}

.champions-grid .row {
    padding: 20px;
    background-color: #8bb8be;
}

.champions-grid .grid-container {
    text-align: center;
    position: relative;
}

.champions-grid h2 {
    font-size: 2rem;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    color: #19285a;
}

.champions-grid .col {
    align-items: center;
}

.champions-grid .partner-square {
    background-color: #fff;
    border-radius: 200px;
    box-shadow: #fff 1px 1px 20px;
    overflow: hidden;
    max-height: 100%;
    display: inline-flex;
    width: 175px;
    height: 175px;
    padding: 15px;
    max-width: 100%;
}

.champions-grid .partner-square__extra-padding {
    padding: 30px;
}

.champions-grid .partner-square a {
    display: flex;
}

.champions-grid .partner-square img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    max-width: 100%;
    width: 175px;
}

@media only screen and (max-width: 435px) {
    .champions-grid .partner-square {
        margin-bottom: 20px;
    }
    .champions-grid .row {
        padding: 0;
    }
}

.ways-grid .card {
    height: 100%;
    border: none;
    padding-bottom: 100%;
    border-radius: 0;
    transition: transform 0.1s ease-in, box-shadow 0.2s ease-out;
}

.ways-grid .card img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 10;
}

.ways-grid div.square-description {
    display: block;
    font-size: 18px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 0 10px 0 10px;
}

.ways-grid div.square-name {
    display: block;
    font-size: 20px;
    font-family: "Merriweather", Baskerville, Georgia, serif;
    text-align: center;
    padding: 0 10px 0 10px;
}

.ways-grid div.square-date {
    display: block;
    font-size: 18px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 0 10px 0 10px;
}

.ways-grid span.square-details {
    font-size: 14px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    display: block;
    padding: 0;
    margin: 0;
    color: #ffff79;
}

.ways-grid .row:nth-child(even) .col-lg:nth-child(even) .card-text,
.ways-grid .row:nth-child(odd) .col-lg:nth-child(odd) .card-text {
    background-color: rgba(25, 40, 90, 0.8);
}

.ways-grid .row:nth-child(odd) .col-lg:nth-child(even) .card-text,
.ways-grid .row:nth-child(even) .col-lg:nth-child(odd) .card-text {
    background-color: rgba(102, 135, 129, 0.8);
}

.ways-grid .card-text {
    width: 100%;
    color: #fff;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    font-size: 20px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
    z-index: 100;
}

.hero-width {
    position: absolute;
}

.hero-wide p a {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-top: 15px;
    background: #92c5cc;
    background: -webkit-radial-gradient( center, ellipse cover, #92c5cc 0%, #3e6a70 97%);
    background: -webkit-radial-gradient( center, ellipse cover, #92c5cc 0%, #3e6a70 97%);
    background: radial-gradient(ellipse at center, #92c5cc 0%, #3e6a70 97%);
    filter: startColorstr="#92c5cc", endColorstr="#3E6A70", GradientType=1;
    color: #fff !important;
    font-weight: 400 !important;
    display: table;
    border: none;
    right: 15px;
    bottom: -25px;
    padding: 1px 10px 1px 10px;
    box-shadow: #000 2px 2px 2px;
}

.hero-wide img {
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

.hero-wide {
    width: 100%;
    overflow: hidden;
    border-bottom: 4px #fff solid;
}

.hero-wide .text p {
    position: absolute;
    background-color: rgba(25, 40, 90, 0.8);
    text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px, rgba(0, 0, 0, 0.35) 1px 1px 1px;
    color: #fff;
    right: 15%;
    top: 0;
    top: 0;
    left: 50%;
    width: 50%;
    padding: 25px;
    margin: auto;
    font-size: 1.8em;
    height: 100%;
}

.hero-wide .text p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding-top: 55px;
}

@media only screen and (max-width: 435px) {
    .hero-wide img {
        transform: translateX(-125px);
        z-index: 2;
    }
    .hero-wide .text p {
        position: absolute;
        background-color: rgba(25, 40, 90, 0.8);
        text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px, rgba(0, 0, 0, 0.35) 1px 1px 1px;
        color: #fff;
        right: 15%;
        top: 0;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 25px;
        margin: auto;
        font-size: 1.8em;
        height: 100%;
        left: 0;
        z-index: 10;
    }
    .hero-wide .text p {
        font-size: 1em;
    }
    .hero-wide .text p a {
        bottom: -15px;
    }
}

@media only screen and (max-width: 800px) and (min-width: 435px) {
    .hero-wide .text p {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 990px) {
    .ways-grid div.square-name {
        font-size: 16px;
    }
    .ways-grid div.square-date {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 800px) {
    .hero-wide .text p {
        padding-top: 150px;
        font-size: 1.8em;
    }
}

.how-to-help {
    overflow: hidden;
}

.how-to-help .col-lg-6 {
    position: relative;
}

.how-to-help img {
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

.how-to-help .row .col-lg-6 .heading {
    position: absolute;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px, rgba(0, 0, 0, 0.35) 1px 1px 1px;
    color: #fff;
    padding: 10px;
    margin: auto;
    font-size: 1.5em;
    z-index: 2;
    padding: 0;
    top: 0;
    width: 100%;
    left: 0;
    border: 0;
    text-align: center;
}

.how-to-help .row:nth-child(2) .col-lg-6:nth-child(odd) .heading,
.how-to-help .row:nth-child(1) .col-lg-6:nth-child(even) .heading,
.how-to-help .row:nth-child(3) .col-lg-6:nth-child(even) .heading {
    background-color: rgba(102, 135, 129, 0.8);
    background: linear-gradient( 90deg, rgba(102, 135, 129, 0.8) 0%, #577973 50%, rgba(102, 135, 129, 0.8) 100%);
}

.how-to-help .row:nth-child(2) .col-lg-6:nth-child(even) .heading,
.how-to-help .row:nth-child(1) .col-lg-6:nth-child(odd) .heading,
.how-to-help .row:nth-child(3) .col-lg-6:nth-child(odd) .heading {
    background-color: rgba(25, 40, 90, 0.8);
    background: linear-gradient( 90deg, rgba(25, 40, 90, 0.8) 0%, #121d41 50%, rgba(25, 40, 90, 0.8) 100%);
}

.how-to-help .row .col-lg-6 .explanation {
    display: inline;
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.2em;
    z-index: 4;
    position: absolute;
    bottom: 15px;
    max-width: 90%;
    margin: 15px;
    padding: 10px;
    left: 15px;
    width: auto;
    height: auto;
    line-height: 175%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.how-to-help .row .col-lg-6 .explanation span {
    font-weight: 900;
}

.how-to-help .row {
    min-height: 457px;
}

.how-to-help .row .help-card {
    min-height: 457px;
    height: auto;
}

.help-card {
    perspective: 1000px;
}

.help-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1s, opacity 0.1s;
    transform-style: preserve-3d;
}

.help-card:hover .help-card-inner,
.help-card:active .help-card-inner {
    transform: rotateY(180deg);
}

.help-card-front,
.help-card-back {
    overflow: hidden;
}

.help-card:hover .help-card-front {
    opacity: 0;
    transition: opacity 0.2s;
    transition-delay: 0.4s;
}

.help-card:hover .help-card-inner,
.help-card:active .help-card-inner {
    transform: rotateY(180deg);
}

.help-card:hover .help-card-inner .help-card-back .heading,
.help-card:active .help-card-inner .help-card-back .heading {
    transform: rotateY(0deg);
}

.help-card.help-card-front .explanation,
.help-card .help-card-front .explanation,
.help-card .help-card-front .heading,
.help-card .help-card-front .heading {
    transition: opacity 0.2s;
    transition-delay: 0.4s;
    opacity: 1;
}

.help-card:hover .help-card-front .explanation,
.help-card:active .help-card-front .explanation,
.help-card:hover .help-card-front .heading,
.help-card:active .help-card-front .heading {
    transition: opacity 0.4s;
    opacity: 0;
}

.help-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    z-index: 20;
}

.help-card-front .explanation,
.help-card-front .heading {
    backface-visibility: hidden;
}

.help-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    backface-visibility: visible;
}

.help-card-back {
    background-color: #1e90ff;
    color: #fff;
    transform: rotateY(180deg);
}

@media only screen and (max-width: 900px) {
    .how-to-help .row {
        min-height: 900px;
    }
}

@media only screen and (max-width: 435px) {
    .how-to-help .row .col-lg-6 .heading {
        top: 0;
        width: 100%;
        left: 0;
        border: 0;
        text-align: center;
        font-size: inherit;
    }
    .how-to-help .row .col-lg-6 .explanation {
        display: inline;
        color: #000;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 4;
        position: absolute;
        bottom: 15px;
        max-width: 90%;
        margin: 15px;
        padding: 10px;
        left: 15px;
        width: auto;
        height: auto;
        line-height: 175%;
        font-size: 1em;
    }
    .how-to-help .row .col-lg-6 .explanation a {
        background: radial-gradient(circle, #054f9f 5%, #19285a 80%);
        color: #fff;
        padding: 5px;
        margin: 5px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
        display: inline;
    }
    .how-to-help .left-shift {
        transform: translateX(-200px);
    }
}

.videoList .mswListItem {
    display: inline-block;
    margin: 0 0 40px;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.videoList .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
}

.videoList .mswListItem__link {
    height: 240px;
    position: relative;
    overflow: hidden;
    outline: none;
    text-decoration: none;
    -moz-transition: color 0.2s ease-in-out, background-color 0.4s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.4s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.4s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.4s ease-in-out;
    background: #19285a;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    height: 240px;
    width: 100%;
}

.videoList .mswListItem__link:hover .mswListItem__background {
    opacity: 1;
}

.videoList .mswListItem__link:hover .mswListItem__background {
    transform: scale(1.1);
}

.mswListItem__link::after {
    background: transparent;
    height: auto;
    width: auto;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    color: #fff;
    content: url(/~/media/msw/images/global/video-play-button.svg);
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-135px) translateY(-102px) scale(0.3);
    -ms-transform: translateX(-135px) translateY(-102px) scale(0.3);
    transform: translateX(-135px) translateY(-102px) scale(0.3);
    top: 50%;
    z-index: 3;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.videoList .mswListItem__background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.4;
    top: 0;
    width: 100%;
    z-index: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.mswListItem__textLink {
    text-transform: uppercase;
    font-family: "Oswald";
    color: #8bb8be;
    font-weight: 300;
    text-decoration: none;
}

a.mswListItem__textLink:hover {
    text-transform: uppercase;
    font-family: "Oswald";
    color: #19285a;
    font-weight: 300;
    text-decoration: none;
}

.form-row {
    flex: 1 1 auto;
    width: 1%;
}

.scEnabledChrome h3 {
    color: #868383;
    font-size: 1.3em;
}

span.scWebEditInput.scEnabledChrome {
    display: block;
}

.videoAndTitleHolder {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.banner-image {
    background-image: url("/~/media/1933d2629d2d42258df33d995b3985d3.ashx");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1280px;
    margin-bottom: 45px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-image.banner-novideo {
    background-size: cover;
}

.banner-image h1 {
    /*padding-top: 75px;*/
    padding-left: 20px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}

.banner-image .date-time {
    font-size: 1.5rem;
    padding-left: 25px;
}

.presented {
    padding-left: 20px;
    font-size: 1.6em;
    font-style: italic;
}

@media (max-width: 640px) {
    .banner-image h1 {
        font-size: 1.5rem;
    }
}

.cfedContent__text .row {
    margin-left: 45px;
    margin-right: 45px;
}

.msw-organization-logo {
    width: 300px;
    max-width: 100%;
}

.btn-primary {
    background-color: #19285a;
    border-radius: 1px;
}

.btn-primary:hover {
    background-color: 92c5cc;
}

.resources .col-md-4 a {
    color: white;
    font-size: 1.8em;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resources .row:nth-child(odd) .col-md-4:nth-child(odd) a:hover,
.resources .row:nth-child(even) .col-md-4:nth-child(even) a:hover {
    background: #8bb8be;
    background: radial-gradient( circle, rgba(139, 184, 190, 1) 50%, rgba(132, 175, 181, 1) 78%, rgba(119, 158, 163, 1) 100%);
    text-shadow: none;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: black;
    z-index: 100;
}

.resources .row:nth-child(odd) .col-md-4:nth-child(even) a:hover,
.resources .row:nth-child(even) .col-md-4:nth-child(odd) a:hover {
    background: #ffffff;
    background: radial-gradient( circle, rgba(255, 255, 255, 1) 50%, rgb(245, 245, 245) 78%, rgba(228, 228, 228, 1) 100%);
    text-shadow: none;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: black;
    z-index: 100;
}

.resources .row {
    margin-top: 15px;
}

.resources .col-md-4 {
    aspect-ratio: 2/1;
    text-align: center;
    vertical-align: middle;
}

.resources .row:nth-child(even) .col-md-4:nth-child(1) a {
    background-color: #396582;
}

.resources .row:nth-child(even) .col-md-4:nth-child(2) a {
    background-color: #18394f;
}

.resources .row:nth-child(even) .col-md-4:nth-child(3) a {
    background-color: #2b6287;
}

.resources .row:nth-child(odd) .col-md-4:nth-child(1) a {
    background-color: #0a344f;
}

.resources .row:nth-child(odd) .col-md-4:nth-child(2) a {
    background-color: #20618c;
}

.resources .row:nth-child(odd) .col-md-4:nth-child(3) a {
    background-color: #18394f;
}

.ways-grid span.square-description {
    font-size: 14px !important;
    text-align: center !important;
}

.card-text {
    min-height: 100px;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgb(0 0 0 / 12%), 0 4px 8px rgb(0 0 0 / 6%);
    z-index: 1000;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.btn-register {
    font-size: 28px;
    background: rgb(42, 61, 125);
    background: radial-gradient(circle, rgba(42, 61, 125, 1) 28%, rgba(25, 40, 90, 1) 100%);
    /* background: rgba(25,40,90,1); */
    font-family: 'Oswald';
    text-shadow: 1px 1px 0px #154682, 2px 2px 0px black;
    border: 1px solid #92c5cc;
    box-shadow: 1px 1px black, -1px -1px #92c5cc;
    background: radial-gradient(circle, rgba(34, 51, 109, 1) 41%, rgba(25, 40, 90, 1) 100%);
    color: white;
    border-radius: 1px;
}

.btn-register:hover {
    color: white;
    box-shadow: none;
    transform: translate(1px, 1px);
}

.videoFrame {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

@media only screen and (min-width: 768px) {
    .navbar-expand-md>.container {
        align-items: end;
        padding-bottom: 5px;
    }
    .hero .button {
        font-size: 2rem;
        max-width: 90%;
        box-shadow: black 2px 2px 2px, black 2px 3px 3px, #a6e0e8 -1px -1px 2px;
        border-radius: 1px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .hero .button {
        font-size: 1.6rem;
        max-width: 90%;
        box-shadow: black 2px 2px 2px, black 2px 3px 3px, #a6e0e8 -1px -1px 2px;
        border-radius: 1px;
        text-align: center;
    }
}

.resources .col-md-4 .resource-split{
	height:50%;
	margin:0px;
	width:100%;
}

.resources .col-md-4 .resource-split:nth-child(2)
{
	border-top:1px solid white
}



.resources .col-md-4 {
	padding:10px;
}


