/*
  Switches to mobile navbar once below lg breakpoint (992px).
*/
html {
    max-width: 1920px;
    margin: 0 auto;
    scroll-padding-top: 127px;
}
body {
    font-family: Poppins,Helvetica Neue,sans-serif !important;
}
.navbar {
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 5px 5px -5px rgb(204 208 216 / 50%);
    box-shadow: 0 5px 5px -5px rgb(204 208 216 / 50%);
}
@media (min-width: 992px) {
    .navbar {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1080px) {
    .navbar {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav {
        text-align: right;
    }
}
.navbar-brand {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .navbar-brand {
        max-width: 60%;
    }
    .navbar .logo {
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .navbar .collapse .navbar-nav .nav-link {
        font-size: 14px;
    }
}
@media (min-width: 1280px) {
    .navbar .collapse .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.navbar-spacer {
    height: 87px;
}

.page {
    display: none;
}
.current-page {
    display: initial;
}
.error, .message {
    padding: 15px;
    width: 100%;
    position: fixed;
    background-color: white;
    z-index: 1;
}
.error .fa-exclamation-triangle {
    color: red;
}
.message .fa-thumbs-up {
    color: green;
}

body h1 {
    font-size: 64px;
    line-height: 76px;
    font-weight: bold;
}
body p {
    font-weight: 300;
}
body strong {
    font-weight: bold;
}
@media (max-width: 1280px) {
    body h1 {
        font-size: 36px;
        line-height: 46px;
    }
}
body .btn {
    font-size: 14px;
    line-height: normal;
    padding: 1rem 1.625rem;
    background: -webkit-gradient(linear,right top,left top,from(#00acef),to(#0078c1));
    background: linear-gradient(270deg,#00acef,#0078c1);
    height: 52px;
    font-weight: 600;
    letter-spacing: .3px;
    text-align: center;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0 !important;
    margin-top: 20px;
}
.btn a {
    color: white !important;
    text-decoration: none !important;
}
@media (max-width: 768px) {
    body .section-block h2 {
        font-size: 24px !important;
        padding-bottom: 10px !important;
    }
    body .section-block h4 {
        max-width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
form .form-control::-webkit-input-placeholder {
    opacity: 0.4;
}
form .form-control::-moz-placeholder {
    opacity: 0.4;
}
form .form-control::placeholder {
    opacity: 0.4;
}
form .form-label {
    font-size: 13px;
}
footer img {
    height: 95px;
}
footer {
    background: #F6F6F6;
    padding: 75px 20px 0 20px;
}
footer .footer-nav {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3,1fr);
    grid-auto-flow: column;
    padding: 0;
}
footer .footer-nav-container {
    padding-bottom: 25px;
}
footer .footer-nav a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    list-style-type: none;
    white-space: nowrap;
    margin-bottom: 15px;
    display: list-item;
}
footer .publisher-text {
    margin-bottom: 50px;
}
footer .publisher-text h5 {
    font-size: 18px;
    color: #0078c1;
    margin-top: 30px;
}
footer .publisher-text .fa-phone {
    font-size: 17px;
    color: #04B0F0;
    padding-left: 6px;
}
footer .publisher-text a, footer .text-us a {
    text-decoration: none;
    color: black;
}
footer .text-us .fa-commenting {
    font-size: 18px;
    color: #04B0F0;
    padding-left: 6px;
}
footer .copyright-row {
    border-top: 1px solid #e1e1e1;
    padding: 25px;
}
footer .copyright p {
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    opacity: 0.6;
    text-align: left;
}
footer .copyright a {
    color: black;
    text-decoration: none;
}
footer .text-us p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    font-weight: 300;
    text-align: right;
}
footer .contact, footer .copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 768px) {
    footer {
        padding: 30px 20px 0 20px;
    }
    footer .publisher-text {
        margin-bottom: 10px;
    }
    footer .text-us {
        order: 1;
        margin-bottom: 25px;
        text-align: center;
    }
    footer .text-us p {
        font-size: 17px;
    }
    footer .copyright {
        order: 2;
        text-align: center;
    }
}
@media (max-width: 991px) {
    footer .footer-nav {
        padding-top: 0;
    }
    footer .footer-nav:first-of-type {
        padding-top: 25px;
    }
    footer .text-us p {
        text-align: left;
    }
}

#advertise-page .section-block {
    margin: 0 auto;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
}
@media (min-width: 992px) {
    #advertise-page .section-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
#advertise-page .section-1 {
    position: relative;
    background-color: #f9f9f9;
    padding-top: 0;
    padding-bottom: 0;
}
#advertise-page .section-1 > .container {
    max-width: 100%;
}
#advertise-page .section-1 .logo-splash-container {
    padding-left: 0;
}
#advertise-page .section-1 .logo-splash {
    margin-right: 25%;
    margin-bottom: -1px;
}

#advertise-page .section-1 .content {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 0;
}
#advertise-page .section-1 .lg-text, #advertise-page .section-1 .sm-text {
    display: none;
}
@media (min-width: 992px) {
    #advertise-page .section-1 .content {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    #advertise-page .section-1 > .container {
        width: 100%;
        margin: 0;
    }
    #advertise-page .section-1 .lg-text {
        display: block;
    }
}
@media (min-width: 1280px) {
    #advertise-page .section-1 .content {
        padding-top: 50px;
        padding-bottom: 75px;
    }
}
#advertise-page .section-1 h1 {
    max-width: 600px;
    background-image: url(woman_with_magazine.jpg);
    background-repeat: repeat;
    background-position: top;
    background-size: cover;
    filter: brightness(66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#advertise-page .section-1 p {
    max-width: 500px;
}

@media (max-width: 991px) {
    #advertise-page .section-1 h1 {
        max-width: 550px;
    }
    #advertise-page .section-1 .magazine-cover-row {
        margin-top: -52px;
    }
    #advertise-page .section-1 .magazine-cover {
        padding-bottom: 26px;
    }
    #advertise-page .section-1 .logo-splash-container-lg {
        width: 0;
        display: none;
    }
    #advertise-page .section-1 .magazine-cover-container, #advertise-page .section-1 .text-container {
        padding: 0;
        margin: 0;
    }
    #advertise-page .section-1 .sm-text {
        display: block;
    }
}
@media (max-width: 768px) {
    #advertise-page .section-1 h1 {
        max-width: 550px;
    }
    #advertise-page .section-1 .magazine-cover-row {
        margin-top: 15px;
    }
    #advertise-page .section-1 .magazine-cover {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 15px;
    }
    #advertise-page .section-1 .magazine-cover-container, #advertise-page .section-1 .text-container {
        padding: 0;
        margin: 0;
        max-width: 550px;
    }
}
@media (min-width: 992px) {
    #advertise-page .section-1 .logo-splash-container-sm, #advertise-page .section-1 .logo-splash-spacer-sm {
        width: 0;
        display: none;
    }
    #advertise-page .section-1 .magazine-cover {
        width: 95%;
    }
}

#advertise-page .section-2 {
    padding-top: 75px;
    background-color: #ededed;
}
#advertise-page .section-2 h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0078c1;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.875rem;
}
#advertise-page .section-2 h2 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
    font-size: 44px;
    line-height: 1.22;
}
#advertise-page .section-2 .img-grid .container {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 443px;
}
#advertise-page .section-2 .img-grid .row {
    height: 100%;
}
#advertise-page .section-2 .img-grid .text {
    margin-top: -6rem;
}
#advertise-page .section-2 .img-grid .text > div {
    max-width: 75%;
    margin: 0 auto;
}
#advertise-page .section-2 .text-sm {
    margin: 0 auto 50px auto;
    max-width: 50%;
}
#advertise-page .section-2 .text-sm-2 {
    margin-top: 50px;
}
#advertise-page .section-2 .img-grid .img-container {
    background-image: url(main-img-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
#advertise-page .section-2 .img-grid-2 .img-container {
    background-image: url(main-img-2.jpg);
}
#advertise-page .section-2 .img-grid-2 {
    margin-top: -6rem;
}
#advertise-page .section-2 .img-grid-2 .text {
    margin-top: 6rem;
}
@media (max-width: 768px) {
    #advertise-page .section-2 .text-sm {
        margin: 0 auto 25px auto;
        max-width: 75%;
    }
    #advertise-page .section-2 .text-sm-2 {
        margin-top: 25px;
    }
}
@media (max-width: 991px) {
    #advertise-page .section-2 .img-grid .text > div {
        display: none;
    }
    #advertise-page .section-2 .img-grid .text {
        height: 50%;
    }
    #advertise-page .section-2 .img-grid .container {
        height: 343px;
    }
}
@media (min-width: 992px) {
    #advertise-page .section-2 .text-sm {
        display: none;
    }
}

#advertise-page .section-3 {
    background-color: #ededed;
}
#advertise-page .section-3 h2 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
}
#advertise-page .section-3 .row {
    margin-top: 20px;
}
#advertise-page .section-3 .tile {
    background-color: white;
    padding: 30px;
    height: 100%;
}
@media (max-width: 400px) {
    #advertise-page .section-3 .tile {
        background-color: white;
        padding: 15px;
        height: 100%;
    }
}
#advertise-page .section-3 .tile p {
    margin: 0 auto;
    text-align: center;
    max-width: 75%;
}
#advertise-page .section-3 .svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    width: 6.75rem;
    height: 6.75rem;
    margin: 0 auto 30px auto;
    background-color: rgba(0,172,239,.08);
    border-radius: 50%;
}
@media (max-width: 991px) {
    #advertise-page .section-3 .row-lg {
        display: none;
    }
    #advertise-page .section-3 .row > div {
        margin: 0 auto 20px auto;
        max-width: 75%;
    }
}

#advertise-page .section-4 {
    background-color: #ededed;
    padding-bottom: 75px;
}
#advertise-page .section-4 h2 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
    font-size: 44px;
    line-height: 1.22;
}
#advertise-page .section-4 > p {
    max-width: 65%;
    margin: 0 auto 50px auto;
}
#advertise-page .section-4 .img-outer-container {
    background-color: #ededed;
    position: relative;
    height: 550px;
}
#advertise-page .section-4 .img-container {
    width: 50%;
    margin: 0 auto;
    background-image: url(main-img-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
#advertise-page .section-4 .floating .svg-container {
    background-color: #fff;
    -webkit-box-shadow: 0 22px 24px 0 rgb(119 128 135 / 5%);
    box-shadow: 0 22px 24px 0 rgb(119 128 135 / 5%);
    padding: 10px 25px 0 10px;
    border-radius: 10px;
}
#advertise-page .section-4 .floating-container {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#advertise-page .section-4 .floating {
    background-color: white;
    display: flex;
    position: absolute;
    width: 475px;
    padding: 30px 30px 30px 20px;
    border-radius: 10px;
}
#advertise-page .section-4 .floating p {
    margin: 0;
}
#advertise-page .section-4 .floating h5 {
    color: #0078c1;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
}
#advertise-page .section-4 .floating-1 {
    top: 10%;
    right: -25%;
}
#advertise-page .section-4 .floating-2 {
    top: 20%;
    left: -25%;
}
#advertise-page .section-4 .floating-3 {
    bottom: -5%;
    left: -15%;
}
@media (max-width: 1366px) {
    #advertise-page .section-4 .img-outer-container {
        height: auto;
    }
    #advertise-page .section-4 .img-container {
        height: 550px;
    }
    #advertise-page .section-4 .floating-container {
        position: relative;
        top: unset;
        margin-top: -25px;
        padding-left: 25px;
        height: auto;
    }
    #advertise-page .section-4 .floating {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    #advertise-page .section-4 .floating-1 {
        top: unset;
        right: unset;
    }
    #advertise-page .section-4 .floating-2 {
        top: unset;
        left: unset;
    }
    #advertise-page .section-4 .floating-3 {
        bottom: unset;
        left: unset;
    }
}
@media (max-width: 1140px) {
    #advertise-page .section-4 .img-container {
        width: 75%;
    }
    #advertise-page .section-4 .floating-container {
        width: 75%;
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    #advertise-page .section-4 .img-container {
        height: 350px;
        width: 95%;
    }
    #advertise-page .section-4 .floating-container {
        width: 95%;
    }
    #advertise-page .section-4 .floating {
        padding: 15px;
    }
}

#advertise-page .section-5 {
    padding-top: 0;
    padding-bottom: 0;
}
#advertise-page .section-5 .img-container {
    margin-top: -25px;
}
#advertise-page .section-5 img {
    height: 500px;
}
#advertise-page .section-5 .quote-container {
    position: relative;
}
#advertise-page .section-5 .quotes {
    position: absolute;
    left: -75px;
    width: 103px;
    height: 97px;
}
#advertise-page .section-5 .quote-header {
    color: #0078c1;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 65px;
    letter-spacing: 2px;
}
@media (max-width: 991px) {
    #advertise-page .section-5 {
        padding-top: 35px;
    }
    #advertise-page .section-5 .quotes {
        position: absolute;
        left: 5px;
    }
    #advertise-page .section-5 .quote-header {
        margin-left: 75px;
    }
    #advertise-page .section-5 .img-container {
        order: 2;
    }
    #advertise-page .section-5 .quote-container {
        order: 1;
    }
}
#advertise-testimonial-carousel .carousel-item {
    height: 150px;
}
#advertise-testimonial-carousel .carousel-item p {
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    #advertise-testimonial-carousel .carousel-item {
        height: 220px;
    }
}
#advertise-testimonial-carousel .carousel-indicators button {
    background-color: #0078c1;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
#advertise-testimonial-carousel a {
    color: black;
    font-weight: 600;
    text-decoration: none;
}

#advertise-page .section-6 {
    background-image: url(main-img-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 11.5rem;
    padding-bottom: 5.45rem;
}
#advertise-page .section-6 .text-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1439px) {
    #advertise-page .section-6 .text-container {
        max-width: 1050px;
    }
}
@media (max-width: 991px) {
    #advertise-page .section-6 .text-container {
        max-width: unset;
        margin-right: 30px;
        margin-left: 30px;
    }
}
#advertise-page .section-6 h5 {
    color: #0078c1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}
#advertise-page .section-6 h2 {
    font-size: 44px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin-top: 2.5rem;
    margin-bottom: 9.75rem;
}
#advertise-page .section-6 .circle-text {
    position: relative;
}
@media (min-width: 813px) {
    #advertise-page .section-6 .circle-text:after {
        content: "";
        position: absolute;
        top: -10px;
        left: -1.5rem;
        width: 150%;
        height: 150%;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='315' height='94'%3E%3Cpath fill='none' stroke='%238AD3FF' d='M187.456 24.605C127.793 30.172-26.67 42.395 6.84 66.542c33.51 24.148 313.653-4.29 304.923-23.108-8.73-18.818-111.44-33.536-162.591-29.31'/%3E%3C/svg%3E");
    }
}
#advertise-page .percent-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    color: #fff;
}
#advertise-page .percent {
    font-size: 55px;
    line-height: normal;
    position: relative;
    font-weight: 700;
    margin-right: 17px;
}
#advertise-page .percent:before {
    content: "*";
    position: absolute;
    top: 0;
    left: -1.5rem;
    color: #8ad3ff;
    font-size: 2rem;
    font-weight: 400;
}
#advertise-page p {
    line-height: normal;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}
@media (max-width: 812px) {
    #advertise-page .section-6 {
        padding-top: 5rem;
        padding-bottom: 5.5rem;
    }
    #advertise-page .section-6 h5 {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 2px;
    }
    #advertise-page .section-6 h2 {
        font-size: 36px;
        margin-top: 5rem;
        margin-bottom: 2.5rem;
    }
    #advertise-page .section-6 p br {
        display: none;
    }
    #advertise-page .percent-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-flow: row nowrap;
        flex-direction: column;
        padding-left: 30px;
    }
}


#advertise-page .section-7 {
    padding-top: 75px;
    background-color: #ededed;
    padding-bottom: 75px;
}
#advertise-page .section-7 h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0078c1;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.875rem;
}
#advertise-page .section-7 h2 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 44px;
    line-height: 1.22;
}
#advertise-page .section-7 .text-sm {
    text-align: center;
    padding-bottom: 65px;
}
#advertise-page .section-7 .video-container {
    width: 100%;
    height: 590px;
}
@media (max-width: 812px) {
    #advertise-page .section-7 .video-container {
        width: 100%;
        height: 360px;
    }
    #advertise-page .section-7 p br {
        display: none;
    }
}

#advertise-page .section-8 {
    padding-top: 75px;
    padding-bottom: 50px;
}
#advertise-page .section-8 .container {
    max-width: 1440px;
    margin: 0 auto;
}
#advertise-page .section-8 h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0078c1;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.875rem;
}
#advertise-page .section-8 h2 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 44px;
    line-height: 1.22;
}
#advertise-page .section-8 p {
    text-align: center;
    padding-bottom: 50px;
}
#advertise-page .section-8 img {
    max-width: 100%;
}
@media (max-width: 812px) {
    #advertise-page .section-8 br {
        display: none;
    }
}

#advertise-page .section-9 {
    padding: 0;
    background-color: #ededed;
}
#advertise-page .section-9 .container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
#advertise-page .section-9 .form-container {
    padding: 4rem 4rem 3rem 4rem;
}
@media (max-width: 991px) {
    #advertise-page .section-9 .form-container {
        padding: 4rem 0 3rem 0;
        max-width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    #advertise-page .section-9 .form-container {
        max-width: 90%;
    }
}
#advertise-page .section-9 h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0078c1;
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 1.875rem;
}
#advertise-page .section-9 h3 {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 700;
    margin-top: 26px;
    margin-bottom: 34px;
    text-align: left;
}
#advertise-page .section-9 img {
    object-fit: cover;
}

#opportunity-page .section-1 {
    padding-top: 75px;
    background-color: #f9f9f9;
}
#opportunity-page .section-1 h1 {
    text-align: center;
    font-size: 44px;
    line-height: 1.22;
}
#opportunity-page .section-1 p {
    margin: 25px auto 75px auto;
    max-width: 75%;
    text-align: center;
}
#opportunity-page .section-1 .container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
#opportunity-page .section-1 .form-row {
    background-color: #ededed;
}
#opportunity-page .section-1 .form-container {
    padding: 4rem 4rem 3rem 4rem;
}
#opportunity-page #attachments-label {
    border: 2px dashed #ced4da;
    padding: 30px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
@media (max-width: 991px) {
    #opportunity-page .section-1 .form-container {
        padding: 4rem 0 3rem 0;
        max-width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    #opportunity-page .section-1 .form-container {
        max-width: 90%;
    }
}

#opportunity-page .section-2 {
    padding-top: 50px;
    padding-bottom: 150px;
    background-color: #f9f9f9;
}
#opportunity-page .section-2 h2 {
    font-size: 44px;
    line-height: 1.22;
    font-weight: 700;
    text-align: center;
}
#opportunity-page .section-2 .header-text {
    text-align: center;
}
#opportunity-page .section-2 h3 {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 700;
}
#opportunity-page .section-2 .row {
    margin-top: 50px;
    max-width: 100%;
}
#opportunity-page .section-2 .img-container {
    position: relative;
}
#opportunity-page .section-2 img {
    object-fit: cover;
    max-width: 100%;
}
#opportunity-page .section-2 .overlay-img {
    position: absolute;
    bottom: -115px;
    right: -15px;
}
#opportunity-page .section-2 .img-text-container {
    padding-left: 50px;
    padding-right: 50px;
}
#opportunity-page .section-2 .img-text-container p {
    margin-top: 10px;
}
@media (max-width: 991px) {
    #opportunity-page .section-2 {
        padding-bottom: 50px;
    }
    #opportunity-page .section-1 h1, #opportunity-page .section-2 h2, #opportunity-page .section-3 h2 {
        font-size: 31px;
        line-height: 1.22;
    }
    #opportunity-page .section-2 .img-text-container {
        padding-top: 125px;
    }
}

#opportunity-page .section-3 {
    padding-top: 75px;
    padding-bottom: 75px;
}
#opportunity-page .container {
    max-width: 1200px;
}
#opportunity-page .section-3 h2 {
    margin-bottom: 25px;
    font-size: 44px;
    line-height: 1.22;
    font-weight: 700;
    text-align: center;
}
#opportunity-page .section-3 .header-text {
    text-align: center;
}
#opportunity-page .section-3 .row {
    padding-top: 50px;
    padding-bottom: 75px;
}
#opportunity-page .section-3 .percent-col {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
#opportunity-page .section-3 .percent-col > div {
    margin-top: 10px;
    margin-bottom: 5px;
}
#opportunity-page .section-3 .percent-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    width: 6.75rem;
    height: 6.75rem;
    margin: 0 auto 20px auto !important;
    background-color: rgba(0,172,239,.08);
    border-radius: 50%;
}
#opportunity-page .section-3 .percent-col strong {
    font-weight: 600;
}
#opportunity-page .section-3 .percent {
    font-size: 2rem;
    font-weight: 200;
    color: #0078c1;
}
#opportunity-page .section-3 .disclaimer {
    opacity: 0.4;
    font-size: 11px;
    text-align: center;
}
@media (max-width: 991px) {
    #opportunity-page .section-3 br {
        display: none;
    }
}

#opportunity-page .section-4 {
    background-color: #f9f9f9;
}
#opportunity-page .section-4 .container {
    max-width: 100%;
    padding: 0;
}
#opportunity-page .section-4 .row {
    width: 100%;
    margin: 0;
}
#opportunity-page .section-4 .img-text-container {
    padding-left: 75px;
    padding-right: 75px;
}
#opportunity-page .section-4 img {
    object-fit: cover;
    height: 600px;
    padding: 0;
}
#opportunity-page .section-4 h3 {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 700;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    #opportunity-page .section-4 .img-text-container {
        padding: 50px 25px;
    }
    #opportunity-page .section-4 img {
        height: 450px;
    }
}
@media (max-width: 768px) {
    #opportunity-page .section-4 img {
        height: 250px;
    }
}

#opportunity-page .section-testimonials {
    padding-top: 50px;
    padding-bottom: 25px;
}
@media (max-width: 1366px) {
    #opportunity-page .section-testimonials {
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media (max-width: 900px) {
    #opportunity-page .section-testimonials {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    #opportunity-page .section-testimonials {
        margin-left: 8%;
        margin-right: 8%;
    }
}
#opportunity-page .section-testimonials h2 {
    margin-bottom: 25px;
    font-size: 44px;
    line-height: 1.22;
    font-weight: 700;
    text-align: center;
}
#opportunity-page .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 68px;
    height: 48px;
    cursor: pointer;
    z-index: 1;
    background-color: red;
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, .2, 1);
    border: none;
    border-radius: 0.5em;
}
#opportunity-page .play-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
}
#opportunity-page .play-button:hover {
    filter: none;
}
#opportunity-page .section-testimonials iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}
#opportunity-page .section-testimonials .video-titles {
    margin-top: 10px;
    margin-bottom: 20px;
}
#opportunity-page .section-testimonials .video-titles h4 {
    text-align: left;
}
@media (max-width: 1366px) {
    #opportunity-page .section-testimonials .video-titles h4 {
        font-size: 14px;
    }
    #opportunity-page .section-testimonials .video-titles p {
        font-size: 12px;
    }
}
#opportunity-page .section-testimonials .video-container {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 100%;
    padding: 0;
}
#opportunity-page .section-testimonials .video-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 110px;
    padding-bottom: 50px;
    width: 100%;
    transition: all .2s cubic-bezier(0, 0, .2, 1);
}
#opportunity-page .section-testimonials .video-container:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}