 
@font-face {
    font-family: museo-sans-rounded;
    src: url('../fonts/MuseoSansRounded300.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-rounded;
    src: url('../fonts/MuseoSansRounded700.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-rounded;
    src: url('../fonts/MuseoSansRounded100.otf') format("opentype");
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-rounded;
    src: url('../fonts/MuseoSansRounded500.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-rounded;
    src: url('../fonts/MuseoSansRounded900.otf') format("opentype");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}

html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

body {
    font: 400 18px/130% "chaparral-pro", Georgia, serif;
    color: #222;
    background: #eee
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    font: 500 18px/27px "museo-sans-rounded", Arial, Helvetica, sans-serif
}

h1,
h2 {
    text-transform: uppercase;
    font-weight: 900
}

h1 {
    font-size: 40px;
    line-height: 120%;
    margin: 1.25em 0 0
}

h2 {
    font-size: 32px;
    color: #76b5c4;
    line-height: 120%
}

h3 {
    font-size: 24px;
    line-height: 120%
}

@media(min-width:769px) {
    body {
        font-size: 22px
    }

    h1 {
        font-size: 55px;
        line-height: 120%
    }

    h2 {
        font-size: 40px;
        line-height: 120%
    }

    h3 {
        font-size: 28px;
        line-height: 120%
    }
}

.btn {
    text-transform: uppercase;
    letter-spacing: .05rem;
    transition: background-color .5s;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 2px !important;
    text-decoration: none !important;
    line-height: 58px;
    padding: 0 30px;
    height: 60px;
    vertical-align: middle;
    font-weight: 600 !important;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    background: #ff6766;
    border-color: #ff6766
}

.btn:hover {
    background: #ff4644;
    border-color: #ff4644
}

.carousel {
    position: relative
}

.carousel .hs_cos_wrapper_widget_container {
    display: block;
    opacity: 0
}

.carousel .hs_cos_wrapper_widget_container.tns-slider {
    opacity: 1
}

.carousel .hs_cos_wrapper_widget_container>.hs_cos_wrapper {
    float: left
}

.carousel .tns-slider {
    display: flex;
    align-items: center
}

.carousel .tns-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999
}

.carousel .tns-nav button {
    width: 16px;
    height: 16px;
    position: relative;
    background: 0;
    border: 0
}

.carousel .tns-nav button:after {
    content: "";
    background: #ddd;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.carousel .tns-nav button.tns-nav-active:after {
    background: #888
}

.section {
    padding-top: 40px;
    padding-bottom: 40px
}

@media(min-width:769px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.section--white {
    background: #fff
}

.section--navy {
    background: #102429;
    color: #fff
}

@media(min-width:769px) {
    #cta .row-fluid {
        display: flex
    }

    .vertical-align .row-fluid {
        display: flex;
        align-items: center
    }
}

.three-column-grid>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper {
    padding-bottom: 30px
}

@media(min-width:769px) {
    .three-column-grid>.hs_cos_wrapper_type_widget_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .three-column-grid>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper {
        width: 48%
    }
}

@media(min-width:1200px) {
    .three-column-grid>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper {
        width: 31%
    }
}

.widget-span.container>.row-fluid-wrapper>.row-fluid,
.widget-span.container>.hs_cos_wrapper,
.container:not(.widget-span) {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box
}

#hero {
    position: relative;
    color: #102429;
    font: 300 24px/30px "museo-sans-rounded", Arial, Helvetica, sans-serif
}

#hero>.row-fluid-wrapper {
    position: relative;
    z-index: 3
}

#hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff6766;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    z-index: 1
}

#hero:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #76b5c4;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
    z-index: 2
}

#footer {
    background: #102429;
    color: #fff;
    font: 300 16px/20px "museo-sans-rounded", Arial, Helvetica, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

#footer a {
    color: #fff
}

@media(min-width:769px) {
    #footer .footer__left {
        text-align: left
    }

    #footer .footer__right {
        text-align: right
    }
}

.card {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%
}

.card .card__container {
    padding: 60px 40px 150px;
    position: relative;
    z-index: 2
}

.card .card__image {
    position: absolute;
    bottom: -10px;
    right: 10px;
    z-index: 1;
    width: 40%;
    max-width: 150px
}

.card .card__image img {
    width: 100%;
    height: auto
}

.image-icon img {
    max-width: 110px !important;
    height: auto !important
}

#testimonial strong {
    color: #76b5c4;
    display: block;
    margin: 0;
    font-weight: bold;
    font-family: "museo-sans-rounded", Arial, Helvetica, sans-serif
}
@media(min-width:769px) {
    #testimonial strong {
        margin: 0 100px
    }
}

.circle-crop>.widget-type-linked_image {
    width: 100px;
    margin: 0 auto
}

.circle-crop>.widget-type-linked_image>.hs_cos_wrapper_type_linked_image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0 0 100%;
    border-radius: 100%;
    display: block
}

.circle-crop>.widget-type-linked_image>.hs_cos_wrapper_type_linked_image img {
    width: 100% !important;
    height: auto !important
}

.accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

.accordion .accordion__item__trigger {
    cursor: pointer;
    padding: 20px 65px 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    margin: 0;
    font-family: "chaparral-pro", Georgia, serif;
    font-style: italic;
    font-weight: normal;
    transition: color .5s
}

.accordion .accordion__item__trigger:hover {
    color: #76b5c4
}

.accordion .accordion__item__trigger:after {
    content: "+";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 2px;
    text-align: center;
    line-height: 48px;
    font-size: 30px;
    color: #fff;
    transition: background .5s;
    background: #ff6766
}

.accordion .accordion__item__trigger:hover:after {
    background: #ff4644
}

.accordion .accordion__item__content {
    display: none
}

.accordion .accordion__item__content p:first-child {
    margin-top: 0
}

.accordion .accordion__item__trigger.active+.accordion__item__content {
    display: block
}

.accordion .accordion__item__trigger.active:after {
    content: "×"
}

#creds {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

#creds .widget-type-header {
    position: relative
}

#creds .widget-type-header h2 {
    font-size: 20px;
    background: #102429;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    position: relative;
    z-index: 2
}

#creds .widget-type-header:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    display: block;
    content: "";
    z-index 1
}

#cta .circle-crop>.widget-type-linked_image {
    width: 130px
}

#cta a:not(.btn) {
    color: #ff6766
}

#cta h2 {
    color: #222
}