body {
    font-family: tahoma, verdana, san-serif
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1360px
}

section {
    padding-left: 10px;
    padding-right: 10px
}

h1 {
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #fff;
    font-size: 25px
}

@media (min-width:1200px) {
    h1 {
        margin-bottom: 25px;
        font-size: 56px
    }
}

h2 {
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px
}

@media (min-width:1200px) {
    h2 {
        font-size: 32px
    }
}

h3 {
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px
}

@media (min-width:1200px) {
    h3 {
        font-size: 24px
    }
}

p {
    line-height: 1.25;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px
}

p.small {
    font-size: 14px
}

@media (min-width:1200px) {
    p {
        margin-bottom: 25px;
        font-size: 24px
    }

    p.small {
        font-size: 18px
    }
}

.bold {
    font-weight: 900
}

.no-space {
    white-space: nowrap
}

#video-modal .modal-header {
    border: 0
}

#video-modal .modal-header h1 {
    color: #1f497d;
    font-size: 18px
}

@media (min-width:768px) {
    #video-modal .modal-header h1 {
        font-size: 24px
    }
}

#video-modal .modal-dialog {
    width: 90vw;
    max-height: 70vh;
    max-width: 1024px
}

#video-modal .modal-dialog .video-container {
    overflow: hidden;
    position: relative;
    width: 100%
}

#video-modal .modal-dialog .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: ''
}

#video-modal .modal-dialog .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slide-arrow {
    border: 0;
    width: 40px;
    height: 40px;
    background: 0 0;
    cursor: pointer;
    position: relative;
    margin: 10px 20px
}

.slide-arrow:after {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-top: 3px solid #1f497d;
    border-right: 3px solid #1f497d;
    background: 0 0;
    top: 5px
}

.slide-arrow.prev-arrow:after {
    left: 5px;
    transform: rotate(-135deg)
}

.slide-arrow.next-arrow:after {
    left: -5px;
    transform: rotate(45deg)
}

.slick-dots {
    flex: 1;
    align-self: center
}

.slick-dots ul {
    margin: 0;
    padding: 0
}

.slick-dots ul li {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    margin: 5px
}

.slick-dots ul li button {
    background: #fff;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #1f497d;
    padding: 0
}

.slick-dots ul li.slick-active button {
    background: #1f497d
}

#section-1 {
    background: #9cbac7;
    background-image: url(../images/section-1-bkgd.jpg);
    background-size: cover;
    background-position: 20% top;
    background-repeat: no-repeat;
    position: relative
}

#section-1 .container {
    position: relative;
    z-index: 1
}

#section-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/wing-sml.png);
    background-position: center top;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    #section-1::before {
        background-image: url(../images/wing.png)
    }
}

#section-1::after {
    display: none
}

#section-1 .logo {
    width: 130px;
    margin: 10px 0 20px
}

@media (min-width:992px) {
    #section-1 .logo {
        width: 273px
    }
}

#section-1 .full-height .content {
    padding-top: 160px;
    padding-right: 15%
}

@media (min-width:576px) {
    #section-1 .full-height .content {
        padding-top: 190px;
        padding-right: 31%
    }
}

@media (min-width:768px) {
    #section-1 .full-height .content {
        padding-top: 41%;
        padding-right: 30px
    }
}

@media (min-width:992px) {
    #section-1 .full-height .content {
        padding-top: 48%;
        padding-right: 0
    }
}

#section-1 h1,
#section-1 p {
    color: #fff
}

#section-1 .arrow-down {
    display: block;
    width: 44px;
    margin: 15px auto 15px auto
}

#section-1 p {
    font-size: 18px
}

@media (min-width:992px) {
    #section-1 p {
        font-size: 22px;
        padding-right: 20px
    }
}

@media (min-width:992px) {
    #section-1 {
        background-image: url(../images/section-1-bkgd.jpg);
        background-position: center top
    }

    #section-1::after {
        background-position: center top
    }
}

@media (min-width:1200px) {
    #section-1 .logo {
        width: auto;
        margin: 20px 0 145px
    }

    #section-1 .arrow-down {
        margin: 25px 40% 40px auto
    }
}

#section-1a {
    background: #c26286;
    padding-top: 50px;
    padding-bottom: 50px
}

#section-1a p {
    font-size: 17px
}

@media (min-width:1200px) {
    #section-1a p {
        font-size: 21px
    }
}

#section-1a .button {
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    color: #1f497d;
    background: #fff;
    font-weight: 900;
    font-family: tahoma, verdana, san-serif;
    border: 0;
    padding: 5px 25px;
    text-decoration: none
}

#section-1a .button:active,
#section-1a .button:hover {
    opacity: .9
}

@media (min-width:992px) {
    #section-1a .button {
        font-size: 18px;
        padding: 10px 45px
    }
}

#section-2 {
    background: #1f497d;
    padding-top: 50px
}

#section-2 .content {
    margin-bottom: 25px
}

#section-2 .icon {
    height: 40px;
    margin-bottom: 5px
}

#section-2 .title {
    font-weight: 900
}

@media (max-width:991px) {
    #section-2 .content {
        display: flex;
        flex-wrap: wrap
    }

    #section-2 .icon {
        flex: 60px 0 1
    }

    #section-2 .title {
        flex: 1
    }

    #section-2 .small {
        padding-left: 10px
    }
}

@media (min-width:992px) {
    #section-2 {
        padding-top: 80px;
        padding-bottom: 50px
    }

    #section-2 .icon {
        height: 80px;
        margin-bottom: 28px
    }

    #section-2 .title {
        margin-bottom: 12px
    }

    #section-2 .icon-1 {
        padding-right: 80px
    }

    #section-2 .icon-2 {
        padding-right: 40px;
        margin-left: -30px
    }

    #section-2 .icon-3 {
        padding-right: 80px
    }
}

#section-3 {
    padding-top: 60px;
    padding-bottom: 45px;
    background: #1f497d
}

#section-3 .image {
    display: block;
    width: 100%
}

#section-3 .download {
    text-decoration: none;
    color: #fff;
    font-weight: 900
}

@media (max-width:991px) {
    #section-3 .image {
        margin: auto;
        max-width: 50%
    }
}

@media (min-width:992px) {
    #section-3 {
        padding-top: 50px
    }
}

#section-4 {
    padding-left: 0;
    padding-right: 0
}

#section-4 .container {
    padding-left: 0;
    padding-right: 0
}

#section-4 .cta-1,
#section-4 .cta-2 {
    background-size: cover
}

#section-4 .cta-1 .card,
#section-4 .cta-2 .card {
    background-color: transparent;
    overflow: hidden
}

#section-4 .cta-1 .content,
#section-4 .cta-2 .content {
    width: 100%;
    margin-top: 50%;
    padding: 80px 110px 50px 20px
}

#section-4 .cta-1 .content .bkgd,
#section-4 .cta-2 .content .bkgd {
    position: absolute;
    top: 50%;
    right: 10px;
    mix-blend-mode: multiply;
    top: 30%;
    right: -20px;
    width: 350%
}

@media (min-width:576px) {

    #section-4 .cta-1 .content .bkgd,
    #section-4 .cta-2 .content .bkgd {
        top: 40%;
        right: 5px
    }
}

@media (min-width:768px) {

    #section-4 .cta-1 .content .bkgd,
    #section-4 .cta-2 .content .bkgd {
        top: 0;
        height: 100%;
        right: 10px;
        width: 105%
    }
}

#section-4 .cta-1 .content h2,
#section-4 .cta-1 .content p,
#section-4 .cta-2 .content h2,
#section-4 .cta-2 .content p {
    position: relative;
    z-index: 1
}

#section-4 .cta-1 .content button,
#section-4 .cta-2 .content button {
    position: absolute;
    text-align: left;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    color: #1f497d;
    font-weight: 900;
    font-family: tahoma, verdana, san-serif;
    border: 0;
    padding: 5px 40px 5px 10px;
    bottom: 20px;
    background-image: url(../images/icon-play-video.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center
}

#section-4 .cta-1 .content button.play-video,
#section-4 .cta-2 .content button.play-video {
    background-image: url(../images/icon-play-video.svg)
}

#section-4 .cta-1 .content button.expand-icon,
#section-4 .cta-2 .content button.expand-icon {
    background-image: url(../images/icon-expand.svg)
}

@media (min-width:768px) {

    #section-4 .cta-1 .content,
    #section-4 .cta-2 .content {
        position: relative;
        padding: 80px 150px 50px 50px
    }
}

@media (min-width:1200px) {

    #section-4 .cta-1 .content,
    #section-4 .cta-2 .content {
        margin-top: 44%;
        padding: 130px 180px 100px 130px
    }

    #section-4 .cta-1 .content button,
    #section-4 .cta-2 .content button {
        font-size: 18px;
        line-height: 1.1;
        bottom: 50px;
        left: 130px;
        width: 220px;
        padding: 8px 40px 8px 20px;
        min-height: 52px;
        background-size: 20px
    }
}

#section-4 .cta-1 {
    background-image: url(../images/image-4-1.jpg)
}

#section-4 .cta-2 {
    background-image: url(../images/image-4-2.jpg)
}

#pledge-panel {
    display: none;
    background: #c26286;
    padding-top: 30px;
    padding-bottom: 50px
}

#pledge-panel .slider-nav {
    align-self: flex-end;
    margin-bottom: 30px;
    flex: 1
}

#pledge-panel .slider-nav .slide-arrow {
    margin: 0 5px
}

#pledge-panel .slider-nav .slide-arrow:after {
    border-color: #fff
}

#pledge-panel .slider-nav .slick-dots {
    flex: 0 0 auto
}

#pledge-panel .slider-nav .slick-dots ul li button {
    background: 0 0;
    border-color: #fff
}

#pledge-panel .slider-nav .slick-dots ul li.slick-active button {
    background: #fff
}

#pledge-panel #pledge-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

#pledge-panel #pledge-slider.slick-initialized {
    visibility: visible;
    opacity: 1
}

#pledge-panel #pledge-slider .item img {
    width: 100%;
    margin-bottom: 15px
}

#pledge-panel .close-panel {
    border: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: 0 0;
    cursor: pointer;
    position: relative;
    margin: 10px 20px 10px 0
}

#pledge-panel .close-panel:before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 32px;
    border-left: 4px solid #fff;
    background: 0 0;
    top: 15px;
    left: 20px;
    transform: rotate(45deg)
}

#pledge-panel .close-panel:after {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 32px;
    border-right: 4px solid #fff;
    background: 0 0;
    top: 15px;
    left: 2px;
    transform: rotate(-45deg)
}

@media (min-width:1200px) {
    #pledge-panel .close-panel {
        margin: 10px 20px 30px 0
    }

    #pledge-panel .close-panel:after,
    #pledge-panel .close-panel:before {
        height: 52px
    }
}

#pledge-panel h2 {
    margin-bottom: 15px
}

@media (min-width:768px) {
    #pledge-panel h2 {
        margin-bottom: 35px
    }
}

#pledge-panel ul p {
    margin-bottom: 0
}

#pledge-panel a,
#pledge-panel li,
#pledge-panel p {
    color: #fff
}

#section-5 {
    padding-top: 40px;
    padding-bottom: 45px;
    background: #f2f2f2
}

#section-5 h2,
#section-5 p {
    color: #1f497d
}

#section-5 #meet-the-team {
    padding-top: 10px
}

#section-5 .slider-nav {
    text-align: center
}

#section-5 .slick-list {
    margin-left: -25px;
    margin-right: -25px;
    overflow: hidden
}

@media (min-width:576px) {
    #section-5 .slick-list {
        margin-left: auto;
        margin-right: auto
    }
}

#section-5 .slick-track {
    display: flex !important;
    padding-left: 0;
    padding-right: 0
}

#section-5 .slick-slide {
    height: inherit !important;
    display: flex;
    margin: 10px;
    padding: 20px;
    background-color: #fff;
    background-image: url(../images/section-5-bkgd.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    border-bottom: #c26286 solid 3px;
    position: relative
}

#section-5 .slick-slide:active:after,
#section-5 .slick-slide:hover:after {
    opacity: .8
}

#section-5 .slick-slide a {
    cursor: pointer;
    text-decoration: none;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#section-5 .slick-slide p.small {
    font-size: 14x
}

#section-5 .slick-slide p:last-child {
    padding-bottom: 120px
}

@media (min-width:992px) {
    #section-5 .slick-slide {
        padding: 25px;
        border-bottom: #c26286 solid 5px
    }

    #section-5 .slick-slide p.small {
        font-size: 18x
    }

    #section-5 .slick-slide p:last-child {
        padding-bottom: 115px
    }
}

#section-5 .slick-slide h3,
#section-5 .slick-slide p {
    color: #1f497d
}

#section-5 .slick-slide:after {
    content: '';
    background-image: url(../images/circle-arrow-right.svg);
    background-size: contain;
    width: 40px;
    height: 40px;
    pointer-events: none;
    position: absolute;
    bottom: 15px;
    right: 5px
}

@media (min-width:992px) {
    #section-5 .slick-slide:after {
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 30px
    }
}

#section-5 .slick-prev {
    position: absolute;
    top: 0;
    right: 50px
}

#section-5 .slick-prev:after {
    content: 'xdsfsf';
    width: 40px;
    height: 40px;
    border-right: solid #1f497d;
    border-top: solid #1f497d
}

#section-6 {
    padding-top: 60px;
    padding-bottom: 40px
}

#section-6 h2,
#section-6 p {
    color: #1f497d
}

#section-6 .slider-nav {
    align-self: flex-end;
    margin-bottom: 30px;
    flex: 1
}

#section-6 .slider-nav .slide-arrow {
    margin: 0 5px
}

#section-6 .slider-nav .slick-dots {
    flex: 1 0 auto
}

#section-6 .slick-list {
    margin-left: -25px;
    margin-right: -25px
}

@media (min-width:576px) {
    #section-6 .slick-list {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    #section-6 .slick-list {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 50px;
        margin-right: 50px
    }
}

#section-6 .slick-slide {
    height: inherit !important;
    display: flex;
    padding: 10px;
    position: relative
}

#section-6 #hear-from-the-team .item>div {
    display: block;
    position: relative
}

#section-6 #hear-from-the-team .item>div .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30% 20px 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 100%)
}

#section-6 #hear-from-the-team .item>div .content p {
    color: #1f497d;
    margin-bottom: 10px
}

#section-6 #hear-from-the-team .item>div .content button {
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    color: #1f497d;
    background: #fff;
    font-weight: 900;
    font-family: tahoma, verdana, san-serif;
    border: 0;
    padding: 5px 40px 5px 10px;
    background-image: url(../images/icon-play-video.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center
}

#section-6 #hear-from-the-team .item>div .content button.play-video {
    background-image: url(../images/icon-play-video.svg)
}

#section-6 #hear-from-the-team .item>div .content button.expand-icon {
    background-image: url(../images/icon-expand.svg)
}

@media (min-width:992px) {
    #section-6 #hear-from-the-team .item>div .content button {
        font-size: 18px;
        padding: 10px 40px 10px 15px
    }
}

#section-6 #hear-from-the-team .item img {
    width: 100%
}

#section-7 {
    background: #006664;
    padding-top: 70px;
    padding-bottom: 40px
}

#section-7 .intro {
    max-width: 700px;
    margin-bottom: 40px
}

#section-7 .intro a {
    color: #fff;
    text-decoration: underline
}

#section-7 .intro a:hover {
    opacity: .8
}

#section-7 .content {
    margin-bottom: 40px
}

#section-7 .content h3 {
    font-size: 14px;
    margin-bottom: 0
}

#section-7 .content .email {
    display: inline-block;
    background-image: url(../images/icon-email.svg);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    background-size: 20px;
    padding-left: 32px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900
}

#section-7 .content .email:active,
#section-7 .content .email:hover {
    text-decoration: underline
}

@media (min-width:1200px) {
    #section-7 .content h3 {
        font-size: 18px
    }

    #section-7 .content .email {
        background-position: 5px 5px;
        background-size: 30px;
        padding-left: 45px;
        font-size: 22px
    }
}

#section-8 {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

#section-8 p {
    color: #1f497d;
    font-size: 16px;
    margin: 0
}

@media (min-width:1200px) {
    #section-8 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    #section-8 p {
        font-size: 18px
    }
}

#footer {
    padding-top: 50px;
    padding-bottom: 30px;
    background: #f5f5f5
}

#footer .container {
    position: relative
}

#footer .container:before {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background: #1f497d;
    position: absolute;
    top: -20px
}

#footer .container:after {
    content: '';
    width: calc(50% - 15px);
    height: 3px;
    background: #1f497d;
    position: absolute;
    top: -23px
}

@media (min-width:1200px) {
    #footer .container:before {
        top: -40px
    }

    #footer .container:after {
        height: 4px;
        top: -44px
    }
}

#footer p {
    color: #1f497d;
    font-size: 14px
}

#footer .linked-in {
    float: right
}

#footer .linked-in:hover {
    opacity: .9
}

@media (min-width:1200px) {
    #footer {
        padding-top: 90px;
        padding-bottom: 60px
    }

    #footer p {
        font-size: 16px
    }
}

#section-two-boxes {
    display: flex;
    padding-left: 0;
    padding-right: 0;
}

#section-two-boxes .container {
    height: 100%;
    padding: 0;
    margin: 0;
}

#section-two-boxes .row {
    align-items: center;
    height: 839px;
}


@media screen and (min-width:1200px) and (max-width:1407px) {
    #section-two-boxes .row {
        height: 909px;
    }

    #section-two-boxes .content {
        padding: 100px;
        padding-top: 386px !important;
    }

    .bg-right .content {
        padding-top: 410px !important;
    }
}

@media (min-width:1530px) {
    #section-two-boxes .row {
        height: 909px;
    }

    #section-two-boxes .content {
        padding: 100px;
        padding-top: 478px !important;
    }

    .bg-right .content {
        padding-top: 541px !important;
    }
}

@media (min-width:2000px) {
    #section-two-boxes .row {
        height: 909px;
    }

    #section-two-boxes .content {
        padding: 100px;
        padding-top: 566px !important;
    }

    .bg-right .content {
        padding-top: 599px !important;
    }
}

@media (max-width: 991px) {
    #section-two-boxes .row {
        height: auto;
    }

    #section-two-boxes .content {
        padding: 33px !important;
    }

    #section-two-boxes .content {
        padding: 100px;
        padding-top: 386px !important;
    }

    .bg-right .content {
        padding-top: 410px !important;
    }
}


#section-two-boxes .content {
    padding: 100px;
    padding-top: 327px;
    position: relative;
}

.bg-right .content {
    padding-top: 358px !important;
}

#section-two-boxes .button {
    display: inline-block;
    border-radius: 3px;
    font-size: 18px;
    text-transform: uppercase;
    color: #1f497d;
    background: #fff;
    font-weight: 900;
    font-family: tahoma, verdana, san-serif;
    border: 0;
    padding: 10px 45px;
    text-decoration: none;

}

.bg-left {
    background: url('../images/blue_wing.png'), url('../images/building.png');
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.bg-right {
    background: url('../images/green_wing.png'), url('../images/graph-image.png');
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.bg-left .content {
    margin-top: 33px;
}