/*
Theme Name: marumatchbox
Text Domain: marumatchbox
Updated: May 16
v:1.4
*/

.hero {
    position: relative;
    width: 100%;
    height: 660px;
    position: relative;
    overflow: hidden;
}

@media all and (min-width:1760px) {
    .hero {
        height: 960px;
    }
}

.hero .headline {
    position: relative;
    top: 50%;
    z-index: 201;
    transform: translateY(-50%) translateY(-100px);
    z-index: 1;
}

@media all and (max-width:1000px) {
    .hero .headline {
        transform: translateY(-50%);
    }
}

.hero h2 {
    font-family: Museo-Normal, Arial, Sans-Serif;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

@media all and (max-width:667px) {
    .hero h2 {
        top: 50%
    }
}

.hero h2 .page-title {
    display: block;
    margin-bottom: 50px;
    font-size: 3.2rem;
}

@media all and (max-width:667px) {
    .hero h2 .page-title {
        margin-bottom: 20px;
        font-size: 2.8rem;
    }
}

@media all and (max-width:460px) {
    .hero h2 .page-title {
        font-size: 1.8rem;
    }
}

.hero h3 {
    font-family: Museo-Light, Arial, Sans-Serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 30px;
    margin: 0;
}

.hero .hero__images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero .hero__images img {
    position: absolute;
    height: 100%!important;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.hero--resources .headline {
    transform: translateY(-50%);
}

.breadcrumb {
    font-size: 1.8rem;
    color: #2c6a87;
}

body {
    font-family: Museo-Light, Arial, Sans-Serif;
}

section.wrapper--offset {
    background: #fff;
    margin: 0 95px;
}

.about,
.careers,
.communities,
.industries,
.what-we-do {
    background: #f1f1f1;
}

.about section:not(.hero),
.careers section:not(.hero),
.communities section:not(.hero),
.what-we-do section:not(.hero) {
    padding-top: 90px;
    padding-bottom: 50px;
}

.about section:not(.hero) h2,
.careers section:not(.hero) h2,
.communities section:not(.hero) h2,
.what-we-do section:not(.hero) h2 {
    font-size: 3.2rem;
    color: #25aae1;
}

.about section:nth-of-type(2),
.careers section:nth-of-type(2),
.communities section:nth-of-type(2),
.industries section:nth-of-type(2),
.what-we-do section:nth-of-type(2) {
    margin-top: -200px;
}

.about li,
.about p,
.careers p,
.communities li,
.communities p,
.solutions p,
.what-we-do p {
    font-size: 2rem;
    color: #4a4a4a;
}

.decorated a,
a.decorated {
    font-family: Museo-Normal, Arial, Sans-Serif;
    font-size: 1.6rem;
    padding: 5px 90px 5px 0;
    background-image: url(img/reg-cta-bg.png);
    background-position: -210px top;
    background-repeat: no-repeat;
    color: #4a4a4a;
    transition: all .25s ease;
}

.decorated a:after,
a.decorated:after {
    content: '\003e';
    padding-left: 5px;
    display: inline-block;
}

.decorated a:hover,
a.decorated:hover {
    padding: 5px 90px 5px 20px;
    background-position: 0 top;
    text-decoration: none;
}

.breadcrumb--team-member a,
.press__breadcrumb a {
    font-family: Museo-Normal, Arial, Sans-Serif;
    font-size: 1.6rem;
    padding: 5px 90px 5px 0;
    background-image: url(img/reg-cta-bg.png);
    background-position: -210px top;
    background-repeat: no-repeat;
    color: #25aae1;
    transition: all .25s ease;
}

.breadcrumb--team-member a:before,
.press__breadcrumb a:before {
    content: '<';
    padding-right: 5px;
    display: inline-block;
}

.breadcrumb--team-member a:hover,
.press__breadcrumb a:hover {
    padding: 5px 90px 5px 20px;
    background-position: 0 top;
    text-decoration: none;
}

.cta {
    margin: 0 95px;
    background: #fff;
    padding-top: 0;
    padding-bottom: 70px;
    overflow: hidden;
}

.cta__about,
.cta__careers,
.cta__get-started,
.cta__home,
.cta__industry,
.cta__insight,
.cta__market,
.cta__resource,
.cta__what {
    width: calc(100% - 95px);
    background-size: cover;
    height: 515px;
    padding: 0 200px;
    position: relative;
    overflow: hidden;
}

@media all and (max-width:1100px) {
    .cta__about,
    .cta__careers,
    .cta__get-started,
    .cta__home,
    .cta__industry,
    .cta__insight,
    .cta__market,
    .cta__resource,
    .cta__what {
        width: 100%
    }
}

.cta__about div,
.cta__careers div,
.cta__get-started div,
.cta__home div,
.cta__industry div,
.cta__insight div,
.cta__market div,
.cta__resource div,
.cta__what div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 21;
}

.cta__about p,
.cta__careers p,
.cta__get-started p,
.cta__home p,
.cta__industry p,
.cta__insight p,
.cta__market p,
.cta__resource p,
.cta__what p {
    position: relative;
    z-index: 21;
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
    font-size: 3.6rem;
    line-height: 1.5;
    color: #fff;
}

.cta__about .stripe,
.cta__careers .stripe,
.cta__get-started .stripe,
.cta__home .stripe,
.cta__industry .stripe,
.cta__insight .stripe,
.cta__market .stripe,
.cta__resource .stripe,
.cta__what .stripe {
    z-index: 19;
    width: 70%;
    height: 250%;
    position: absolute;
    top: -350px;
    left: 40%
}

@media all and (max-width:1500px) {
    .cta__about .stripe,
    .cta__careers .stripe,
    .cta__get-started .stripe,
    .cta__home .stripe,
    .cta__industry .stripe,
    .cta__insight .stripe,
    .cta__market .stripe,
    .cta__resource .stripe,
    .cta__what .stripe {
        top: -250px;
    }
}

@media all and (max-width:1100px) {
    .cta__about .stripe,
    .cta__careers .stripe,
    .cta__get-started .stripe,
    .cta__home .stripe,
    .cta__industry .stripe,
    .cta__insight .stripe,
    .cta__market .stripe,
    .cta__resource .stripe,
    .cta__what .stripe {
        top: -70px;
    }
}

@media all and (max-width:667px) {
    .cta__about .stripe,
    .cta__careers .stripe,
    .cta__get-started .stripe,
    .cta__home .stripe,
    .cta__industry .stripe,
    .cta__insight .stripe,
    .cta__market .stripe,
    .cta__resource .stripe,
    .cta__what .stripe {
        top: -30px;
    }
}

@media all and (max-width:500px) {
    .cta__about .stripe,
    .cta__careers .stripe,
    .cta__get-started .stripe,
    .cta__home .stripe,
    .cta__industry .stripe,
    .cta__insight .stripe,
    .cta__market .stripe,
    .cta__resource .stripe,
    .cta__what .stripe {
        top: 150px;
    }
}

.communities--market .cta__market,
.cta__about,
.cta__home {
    background: #25aae1;
}

.communities--market .cta__market .stripe .second,
.cta__about .stripe .second,
.cta__home .stripe .second {
    fill: #10455b;
}

.cta__careers,
.cta__industry,
.cta__insight {
    background: #fbbf13;
}

.cta__careers .stripe .second,
.cta__industry .stripe .second,
.cta__insight .stripe .second {
    fill: #25aae1!important;
}

.cta__what {
    background: #10455b;
}

.cta__what .stripe .second {
    fill: #25aae1;
}

.cta__resource {
    background: #128fbf;
}

.cta__resource .stripe .second {
    fill: #10455b!important;
}

.cta__resource input[type=text] {
    width: 50%;
    font-size: 2rem;
    padding: 7px 20px;
}

.cta__pattern {
    width: calc(100% - 95px);
    height: 515px;
    position: absolute;
    top: 0;
    left: 95px;
    z-index: 20;
    background: pink;
    opacity: .5;
    background: url(img/footer-cta-pattern.png) center center no-repeat;
    background-size: 110%
}

@media all and (min-width:1400px) {
    .cta__pattern {
        height: 640px;
    }
}

@media all and (max-width:500px) {
    .cta__pattern {
        height: 470px;
        background-size: 200%;
        width: 100%;
        left: 0;
        top: 20px;
    }
}

.cta__button {
    font-size: 2rem;
    padding: 10px 75px;
}

.cta__button--light {
    border: 1px solid #10455b;
    color: #10455b;
    position: relative;
    overflow: hidden;
    background-color: #fbbf13;
    background-position: -450px top;
    background-image: url(img/gs-yellow-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease;
}

.cta__button--light:hover {
    background-position: 0 top;
    text-decoration: none;
}

.cta__button--dark {
    border: 1px solid #10455b;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-color: #10455b;
    background-position: -450px top;
    background-image: url(img/gs-blue-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease;
}

.cta__button--dark:hover {
    background-position: 0 top;
    text-decoration: none;
}

@media all and (max-width:460px) {
    .about li,
    .about p,
    .careers p,
    .communities li,
    .communities p,
    .solutions p,
    .what-we-do p {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

@media all and (max-width:460px) {
    .about__content a,
    .approach__text a,
    .community__item a,
    .map a {
        padding: 0;
    }
}

@media all and (max-width:1000px) {
    .about section: nth-of-type(2),
    .communities section:nth-of-type(2),
    .what-we-do section:nth-of-type(2) {
        margin-top: 0;
    }
}

@media all and (max-width:1000px) {
    .about section.wrapper--offset,
    .communities section.wrapper--offset,
    .what-we-do section.wrapper--offset {
        margin: 0;
    }
}

@media all and (max-width:460px) {
    .what-we-do .hero h2.wrapper--inner {
        width: 100%;
        padding: 0 35px;
    }
}

@media all and (max-width:1000px) {
    .about section: not(.hero),
    .communities section:not(.hero),
    .what-we-do section:not(.hero) {
        padding-bottom: 0;
    }
    .about section:not(.hero) p:last-of-type,
    .communities section:not(.hero) p:last-of-type,
    .what-we-do section:not(.hero) p:last-of-type {
        margin-bottom: 0;
    }
}

@media all and (max-width:460px) {
    .about section: not(.hero),
    .communities section:not(.hero),
    .what-we-do section:not(.hero) {
        padding-top: 40px;
    }
    .about section:not(.hero) h2,
    .communities section:not(.hero) h2,
    .what-we-do section:not(.hero) h2 {
        font-size: 2.4rem;
    }
}

@media all and (max-width:1000px) {
    .about .wrapper--offset,
    .cta.wrapper--offset,
    .what-we-do .wrapper--offset {
        position: static;
        margin: 0;
    }
}

@media all and (max-width:500px) {
    .cta.wrapper--offset {
        padding: 35px!important;
        padding-right: 0!important;
    }
}

@media all and (max-width:1000px) {
    .what-we-do .cta {
        padding-top: 90px;
    }
}

@media all and (max-width:1400px) {
    .about .cta__careers,
    .cta__about,
    .cta__careers,
    .cta__home,
    .cta__industry,
    .cta__insight,
    .cta__market,
    .cta__what,
    .what-we-do .cta__get-started {
        height: 415px;
        padding: 0 150px;
    }
}

@media all and (max-width:1000px) {
    .about .cta__careers,
    .cta__about,
    .cta__careers,
    .cta__home,
    .cta__industry,
    .cta__insight,
    .cta__market,
    .cta__what,
    .what-we-do .cta__get-started {
        height: 335px;
        padding: 0 100px;
        margin-right: 0;
        margin-left: 95px;
    }
    .about .cta__careers p,
    .cta__about p,
    .cta__careers p,
    .cta__home p,
    .cta__industry p,
    .cta__insight p,
    .cta__market p,
    .cta__what p,
    .what-we-do .cta__get-started p {
        font-size: 3rem;
    }
}

@media all and (max-width:1000px) {
    .about .cta__careers,
    .cta__about,
    .cta__careers,
    .cta__home,
    .cta__industry,
    .cta__insight,
    .cta__market,
    .cta__what,
    .what-we-do .cta__get-started {
        width: calc(100% - 35px);
        margin-left: 35px;
        margin-bottom: 45px;
    }
}

@media all and (max-width:667px) {
    .about .cta__careers,
    .cta__about,
    .cta__careers,
    .cta__home,
    .cta__industry,
    .cta__insight,
    .cta__market,
    .cta__what,
    .what-we-do .cta__get-started {
        padding-left: 35px;
        padding-right: 20%;
        margin: 0;
    }
    .about .cta__careers p,
    .cta__about p,
    .cta__careers p,
    .cta__home p,
    .cta__industry p,
    .cta__insight p,
    .cta__market p,
    .cta__what p,
    .what-we-do .cta__get-started p {
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .about .cta__careers p:last-of-type,
    .cta__about p:last-of-type,
    .cta__careers p:last-of-type,
    .cta__home p:last-of-type,
    .cta__industry p:last-of-type,
    .cta__insight p:last-of-type,
    .cta__market p:last-of-type,
    .cta__what p:last-of-type,
    .what-we-do .cta__get-started p:last-of-type {
        padding-bottom: 0;
    }
    .about .cta__careers div,
    .cta__about div,
    .cta__careers div,
    .cta__home div,
    .cta__industry div,
    .cta__insight div,
    .cta__market div,
    .cta__what div,
    .what-we-do .cta__get-started div {
        position: relative;
        transform: translateY(-50%);
    }
}

.error404 #searchform {
    margin-bottom: 50px;
}

.error404 input[type=search] {
    font-size: 2rem;
    padding: 5px 10px;
    border: 1px solid #2c6a87;
    width: calc(100% - 230px);
    margin-right: 5px;
}

.error404 input[type=search]:focus {
    outline: #2c6a87 solid medium;
}

.error404 input[type=submit] {
    font-size: 2rem;
    padding: 10px 75px;
    border: 1px solid #2c6a87;
    color: #2c6a87;
    position: relative;
    overflow: hidden;
    background-color: #fbbf13;
    background-position: -450px top;
    background-image: url(img/gs-yellow-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease;
}

.error404 input[type=submit]:focus,
.error404 input[type=submit]:hover {
    background-position: 0 top;
    outline: #2c6a87 solid medium;
}

.error404 li.cat-item {
    color: #25aae1;
}

.error404 select {
    min-width: 260px;
    font-size: 2rem;
}

.error404 select:focus {
    outline: #2c6a87 solid medium;
}

.error404 .widget {
    margin-top: 30px;
    margin-bottom: 50px;
}

.error404 .wrapper--fullwidth,
.page-template-fullwidth .wrapper--fullwidth {
    width: 85%;
    margin: 190px auto 100px auto;
}

.error404 .entry-content,
.page-template-fullwidth .entry-content {
    color: #4a4a4a;
    padding-right: 25%
}

.error404 .entry-content p:last-of-type,
.page-template-fullwidth .entry-content p:last-of-type {
    display: inline-block;
    font-weight: 700;
}

.error404 .site-main p,
.page-template-fullwidth .site-main p {
    margin-bottom: 50px;
}

.error404 .site-main h1,
.error404 .site-main h2,
.page-template-fullwidth .site-main h1,
.page-template-fullwidth .site-main h2 {
    color: #25aae1;
}

.error404 .site-main h1,
.page-template-fullwidth .site-main h1 {
    font-size: 3.2rem;
}

.error404 .site-main h2,
.page-template-fullwidth .site-main h2 {
    margin-bottom: 0;
    font-size: 2.4rem;
}

.error404 .site-main h3,
.page-template-fullwidth .site-main h3 {
    margin-bottom: 0;
    color: #2c6a87;
    font-size: 2.2rem;
}

.error404 .site-main h2+p,
.error404 .site-main h3+p,
.page-template-fullwidth .site-main h2+p,
.page-template-fullwidth .site-main h3+p {
    margin-top: 0;
}

.error404 .site-main address,
.error404 .site-main li,
.error404 .site-main p,
.page-template-fullwidth .site-main address,
.page-template-fullwidth .site-main li,
.page-template-fullwidth .site-main p {
    font-size: 2rem;
}

.error404 .site-main address,
.page-template-fullwidth .site-main address {
    font-style: normal;
    font-weight: 700;
}

.error404 .site-main a,
.page-template-fullwidth .site-main a {
    color: #25aae1;
    transition: .3s;
}

.error404 .site-main a:focus,
.error404 .site-main a:hover,
.page-template-fullwidth .site-main a:focus,
.page-template-fullwidth .site-main a:hover {
    color: #abdef4;
}

.error404 .site-main strong,
.page-template-fullwidth .site-main strong {
    font-weight: 700;
}

.page-template-fullwidth .site-main ol,
.page-template-fullwidth .site-main ul {
    padding: 0;
    margin-left: 25px;
    margin-bottom: 50px;
}

.page-template-fullwidth .site-main ol li,
.page-template-fullwidth .site-main ul li {
    padding: 5px 0;
}

.error404 .site-main ol,
.error404 .site-main ul {
    padding: 0;
    margin-left: 25px;
    list-style-image: url(img/list-bullet.png);
}

.error404 .site-main ol li,
.error404 .site-main ul li {
    padding: 5px 0;
}

@media all and (max-width:1000px) {
    .error404 .page-content>p {
        text-align: left;
    }
}

@media all and (max-width:667px) {
    .error404 #searchform {
        margin-bottom: 50px;
    }
    .error404 input[type=search] {
        font-size: 2rem;
        padding: 10px;
        border: 1px solid #2c6a87;
        width: 100%;
        margin-right: 5px;
        margin-bottom: 20px;
    }
    .error404 input[type=search]:focus {
        outline: #2c6a87 solid medium;
    }
    .error404 input[type=submit] {
        width: 100%;
        background-position: -850px top;
    }
}

@media all and (max-width:460px) {
    .error404 h1,
    .page-template-fullwidth h1 {
        font-size: 2.8rem;
    }
    .error404 h2,
    .page-template-fullwidth h2 {
        font-size: 2rem;
    }
    .error404 h3,
    .page-template-fullwidth h3 {
        font-size: 1.8rem;
    }
    .error404 address,
    .error404 li,
    .error404 p,
    .page-template-fullwidth address,
    .page-template-fullwidth li,
    .page-template-fullwidth p {
        font-size: 1.6rem;
    }
    .error404 ul,
    .page-template-fullwidth ul {
        margin-left: 25px;
    }
    .error404 h1 {
        font-size: 2.5rem;
        text-align: left;
    }
}

.hero--about h2 {
    padding-right: 20%;
    z-index: 201;
}

@media all and (max-width:1000px) {
    .hero--about h2 {
        top: 50%
    }
}

.hero--about .stripe {
    left: 25%
}

.hero--about .stripe .second {
    fill: #25aae1;
}

.about__content {
    padding-right: 20%
}

.about__content p:first-of-type {
    margin-top: 0;
}

@media all and (max-width:1000px) {
    .about__content {
        padding-right: 0;
    }
}

.approach .fb-container {
    -ms-flex-align: center;
    align-items: center;
}

.approach .approach__text {
    padding-left: 100px;
}

@media all and (max-width:1400px) {
    .approach .fb-container {
        display: block;
    }
    .approach .approach__text {
        padding-left: 0;
        padding-right: 20%
    }
}

@media all and (max-width:850px) {
    .approach .approach__text {
        padding-right: 0;
    }
}

.team .fb-container {
    max-width: 1200px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media all and (max-width:1400px) {
    .team .fb-container {
        max-width: 1000px;
    }
}

.team .tab-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team .tab-list,
.team h2 {
    margin-bottom: 35px;
}

.team .tab-list__item {
    margin-right: 30px;
    display: inline-block;
    color: #2c6a87;
    padding: 0 20px;
    background-image: url(img/reg-cta-bg.png);
    background-position: -210px top;
    background-repeat: no-repeat;
    transition: background-position .3s;
}

.team .tab-list__item:focus,
.team .tab-list__item:hover {
    cursor: pointer;
    background-position: 0 top;
}

@media all and (max-width:460px) {
    .team .tab-list__item {
        padding: 0 7px;
    }
}

.team .tab-list__item.selected {
    background-position: 0 top;
}

.team .tab-panel {
    display: none;
}

.team .tab-panel.selected {
    display: -ms-flexbox;
    display: flex;
}

a.team__link:hover {
    text-decoration: none;
}

.team__link {
    -ms-flex: 0 1 225px;
    flex: 0 1 225px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.team__link:nth-child(4n) {
    margin-right: 0;
}

@media all and (max-width:1370px) {
    .team__link {
        -ms-flex: 0 1 194px;
        flex: 0 1 194px;
    }
    .team__link:nth-child(4n) {
        margin-right: 30px;
    }
    .team__link:nth-child(3n) {
        margin-right: 0;
    }
}

@media all and (max-width:1000px) {
    .team__link {
        -ms-flex: 0 1 180px;
        flex: 0 1 180px;
    }
    .team__link:nth-child(4n) {
        margin-right: 0;
    }
    .team__link:nth-child(3n) {
        margin-right: 30px;
    }
}

@media all and (max-width:965px) {
    .team__link {
        -ms-flex: 0 1 165px;
        flex: 0 1 165px;
        width: 30%
    }
    .team__link:nth-child(4n) {
        margin-right: 30px;
    }
    .team__link:nth-child(3n) {
        margin-right: 0;
    }
}

@media all and (max-width:730px) {
    .team__link {
        width: 25%
    }
}

@media all and (max-width:680px) {
    .team__link {
        width: 20%
    }
    .team__link:nth-child(4n) {
        margin-right: 30px;
    }
    .team__link:nth-child(3n) {
        margin-right: 30px;
    }
}

@media all and (max-width:500px) {
    .team__link {
        -ms-flex: auto;
        flex: auto;
        width: calc(50% - 30px);
        margin-right: 0;
    }
    .team__link:nth-child(1n) {
        margin-right: 30px;
    }
    .team__link:last-child {
        -ms-flex: none;
        flex: none;
    }
}

.team__link .overlay-container {
    position: relative;
    overflow: hidden;
    height: 225px;
    width: 225px;
}

@media all and (max-width:1160px) {
    .team__link .overlay-container {
        height: 194px;
        width: 194px;
    }
}

@media all and (max-width:880px) {
    .team__link .overlay-container {
        height: 200px;
        width: 200px;
    }
}

@media all and (max-width:730px) {
    .team__link .overlay-container {
        height: 180px;
        width: 180px;
    }
}

@media all and (max-width:680px) {
    .team__link .overlay-container {
        height: 175px;
        width: 175px;
    }
}

@media all and (max-width:500px) {
    .team__link .overlay-container {
        height: auto;
        width: auto;
    }
}

.team__link .overlay-container img {
    width: 100%
}

.team__link .overlay-container .overlay {
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(39, 169, 224, .5);
    transition: left .3s;
}

.team__link:focus .overlay,
.team__link:hover .overlay {
    left: 0;
}

@media all and (max-width:500px) {
    .team__link: focus .overlay,
    .team__link:hover .overlay {
        left: -100%
    }
}

.team__link figcaption {
    margin-top: 15px;
    color: #25aae1;
    font-size: 2rem;
}

.team__link figcaption .fig__title {
    display: block;
    color: #2c6a87;
    font-size: 1.8rem;
}

@media all and (max-width:460px) {
    .team__link figcaption {
        font-size: 1.6rem;
    }
    .team__link figcaption .fig__title {
        font-size: 1.6rem;
    }
}

.team-member {
    padding-bottom: 90px;
    margin-top: 60px;
}

@media all and (max-width:850px) {
    .team-member .fb-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 45px;
    }
}

@media all and (max-width:1000px) {
    .team-member.wrapper--inner {
        width: 85%
    }
}

.team-member__image {
    width: calc(30% - 50px);
    margin-right: 50px;
    max-width: 350px;
}

.team-member__image img {
    display: block;
    margin-left: auto;
}

@media all and (max-width:1000px) {
    .team-member__image {
        width: calc(40% - 40px);
    }
}

@media all and (max-width:850px) {
    .team-member__image {
        width: auto;
        max-width: 100%
    }
}

.team-member__info {
    width: 70%
}

.team-member__info h2 {
    font-size: 2.2rem;
    margin-bottom: 5px;
    margin-top: 0;
}

.team-member__info h3 {
    font-size: 2rem;
    margin-top: 0;
}

.team-member__info p {
    font-size: 1.8rem;
}

@media all and (max-width:1000px) {
    .team-member__info {
        width: 60%
    }
}

@media all and (max-width:1000px) {
    .team-member__info {
        width: 100%
    }
}

.hero--what-we-do h2 {
    padding-right: 30%!important;
    z-index: 201;
}

@media all and (max-width:1000px) {
    .hero--what-we-do h2 {
        padding-right: 0!important;
        width: 100%
    }
}

.hero--what-we-do .stripe {
    left: 50%
}

.hero--what-we-do .stripe .second {
    fill: #fbbf13;
}

.what-we-do .services p {
    padding-right: 25%
}

@media all and (max-width:1000px) {
    .what-we-do .services p {
        padding-right: 0;
    }
}

.what-we-do__content p {
    font-size: 2.4rem;
    padding-right: 25%
}

@media all and (max-width:1000px) {
    .what-we-do__content p {
        padding-right: 0;
    }
}

@media all and (max-width:460px) {
    .what-we-do__content p {
        font-size: 1.8rem;
    }
}

.what-we-do section.services {
    padding-top: 0;
    padding-bottom: 0;
}

@media all and (max-width:1000px) {
    .what-we-do section.services {
        padding-top: 90px;
    }
}

.what-we-do section.services h2 {
    margin-top: 0;
}

.what-we-do section.services p:last-of-type {
    margin-bottom: 0;
}

.what-we-do section.solutions {
    padding-top: 40px;
    padding-bottom: 0;
}

@media all and (max-width:667px) {
    .what-we-do section.solutions {
        padding-top: 45px;
    }
}

.solutions .fb-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solutions h3 {
    font-size: 2rem;
    color: #2c6a87;
}

.solutions .solutions__item {
    width: 50%;
    margin-top: 50px;
}

.solutions .solutions__item:nth-of-type(1),
.solutions .solutions__item:nth-of-type(2) {
    margin-top: 0;
}

.solutions .solutions__item img {
    width: 150px;
    max-width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
}

.solutions .solutions__item .item__text {
    width: calc(100% - 150px - 50px);
    margin-left: 50px;
}

@media all and (max-width:1160px) {
    .solutions .solutions__item img {
        width: 75px;
    }
    .solutions .solutions__item .item__text {
        width: calc(100% - 75px - 30px);
        margin-left: 30px;
    }
}

@media all and (max-width:667px) {
    .solutions .solutions__item {
        width: 100%
    }
    .solutions .solutions__item img {
        width: 150px;
    }
    .solutions .solutions__item .item__text {
        width: calc(100% - 150px - 50px);
        margin-left: 50px;
    }
    .solutions .solutions__item:nth-of-type(2) {
        margin-top: 50px;
    }
}

@media all and (max-width:460px) {
    .solutions .solutions__item {
        width: 100%
    }
    .solutions .solutions__item img {
        height: auto;
        width: 75px;
    }
    .solutions .solutions__item .item__text {
        width: calc(100% - 75px - 25px);
        margin-left: 25px;
    }
}

.community .fb-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (max-width:600px) {
    .community .fb-container {
        display: block;
    }
}

.community h2 {
    width: 100%
}

.community .a_item_reset {
    padding: 0;
    background-position: 0;
    background-image: none;
    position: static;
}

.community .a_item_reset:hover {
    padding: 0;
    background-position: 0;
}

.community .a_item_reset:after {
    content: ""
}

.community__item {
    width: calc(50% - 20px);
    position: relative;
    padding-bottom: 30px;
}

.community__item:first-of-type {
    margin-right: 20px;
}

.community__item:last-of-type {
    margin-left: 20px;
}

.community__item h3,
.community__item h3 a {
    font-size: 2.4rem;
    color: #2c6a87;
}

.community__item p {
    padding-right: 40px;
}

.community__item a {
    position: absolute;
    bottom: 0;
}

@media all and (max-width:850px) {
    .community__item {
        width: 100%
    }
    .community__item:first-of-type {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .community__item:last-of-type {
        margin-left: 0;
    }
    .community__item h3 {
        font-size: 1.8rem;
    }
    .community__item p {
        padding-right: 100px;
    }
}

@media all and (max-width:600px) {
    .community__item p {
        padding-right: 0;
    }
}

@media all and (max-width:1160px) {
    .what-we-do section.insight {
        padding-bottom: 30px;
    }
}

.what-we-do section.insight h2 {
    margin-top: 0;
    font-size: 2.4rem;
    color: #2c6a87;
}

.what-we-do section.insight .insight__text {
    padding-right: 100px;
}

.what-we-do section.insight .fb-container {
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width:1160px) {
    .what-we-do section.insight .fb-container {
        display: block;
    }
    .what-we-do section.insight .insight__text {
        margin-bottom: 30px;
    }
}

@media all and (max-width:600px) {
    .what-we-do section.insight .insight__text {
        padding-right: 0;
    }
}

.communities--market .hero h2 {
    padding-right: 25%
}

@media all and (max-width:1160px) {
    .communities--market .hero h2 {
        padding-right: 15%
    }
}

.communities--market .download {
    padding: 0!important;
    padding-bottom: 90px;
}

.communities--market .download .wrapper--inner {
    padding-right: 0!important;
    max-width: 3000px!important;
}

.communities--market .download .wrapper--inner .image {
    float: left;
    width: 50%;
    height: 425px;
    background-size: cover;
}

.communities--market .download .wrapper--inner .copy {
    float: left;
    width: 50%;
    height: 425px;
    background: #25aae1;
    color: #fff;
    font-size: 3rem;
    position: relative;
}

.communities--market .download .wrapper--inner .copy .info-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 40px 110px;
}

.communities--market .download .wrapper--inner .copy .info-block p {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 30px;
    margin-top: 0;
}

@media all and (max-width:1000px) {
    .communities--market .download .wrapper--inner {
        width: 100%
    }
    .communities--market .download .wrapper--inner .copy {
        height: 400px;
    }
    .communities--market .download .wrapper--inner .copy .info-block {
        padding: 40px 70px;
    }
    .communities--market .download .wrapper--inner .copy .info-block p {
        font-size: 2.5rem;
    }
    .communities--market .download .wrapper--inner .image {
        height: 400px;
    }
}

@media all and (max-width:667px) {
    .communities--market .download .wrapper--inner .image {
        height: 250px;
        width: 100%
    }
    .communities--market .download .wrapper--inner .copy {
        width: 100%;
        height: 250px;
        padding: 35px;
        font-size: 2.2rem;
    }
    .communities--market .download .wrapper--inner .copy p {
        margin-top: 0;
    }
}

.communities--market section.communities__content {
    padding-bottom: 0;
}

.communities--market section.communities__content h2 {
    padding-right: 40%
}

@media all and (max-width:1160px) {
    .communities--market section.communities__content h2 {
        padding-right: 0;
    }
}

.communities--market section.communities__content p {
    padding-right: 25%;
    margin-bottom: 0;
}

@media all and (max-width:1160px) {
    .communities--market section.communities__content p {
        padding-right: 0;
    }
}

.communities--market section.online {
    padding-bottom: 0;
}

.online__grid {
    width: 75%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.online__grid a {
    margin-right: 10%;
    width: 33.333%;
    max-width: 260px;
}

@media all and (max-width:460px) {
    .online__grid a {
        width: 100%;
        margin-right: 0;
    }
}

@media all and (max-width:1160px) {
    .online__grid {
        width: 100%
    }
}

@media all and (max-width:460px) {
    .online__grid.fb-container {
        display: block;
        width: 75%
    }
    .online__grid.fb-container a {
        display: block;
        padding-top: 40px;
    }
}

.communities--market section.map {
    padding-bottom: 0!important;
}

.communities--market section.map p {
    padding-right: 40%
}

@media all and (max-width:1160px) {
    .communities--market section.map p {
        padding-right: 0;
    }
}

.communities--market section.map img {
    width: 80%
}

.targeting h3 {
    font-size: 2rem;
    color: #2c6a87;
}

@media all and (max-width:460px) {
    .targeting h3 {
        margin-bottom: 0;
    }
}

.targeting p {
    padding-right: 25%
}

@media all and (max-width:1160px) {
    .targeting p {
        padding-right: 0;
    }
}

.targeting__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grid__benefit {
    width: 50%
}

@media all and (max-width:1160px) {
    .grid__benefit {
        width: 45%;
        margin-top: 30px;
    }
}

@media all and (max-width:460px) {
    .grid__benefit {
        width: 100%;
        margin-top: 50px;
    }
}

.grid__benefit img {
    margin-right: 10px;
}

.grid__benefit h3 {
    display: inline-block;
    width: 60%
}

@media all and (max-width:1160px) {
    .grid__benefit h3 {
        width: 100%
    }
}

@media all and (max-width:460px) {
    .grid__benefit h3 {
        margin-top: 5px;
    }
}

.communities--insight .stripe {
    left: 13%
}

.communities--insight .stripe .second {
    fill: #25aae1;
}

.communities section.insight-market {
    margin-left: 95px;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

@media all and (max-width:1000px) {
    .communities section.insight-market {
        margin-left: 0;
        padding: 0 50px;
    }
}

@media all and (max-width:460px) {
    .communities section.insight-market {
        padding: 0 35px;
    }
}

.communities--insight .communities__content h2,
.communities--insight .communities__content p {
    padding-right: 25%
}

@media all and (max-width:1000px) {
    .communities--insight .communities__content h2,
    .communities--insight .communities__content p {
        padding-right: 0;
    }
}

@media all and (max-width:1000px) {
    .communities--insight .communities__content {
        padding-top: 40px!important;
        padding-bottom: 60px!important;
    }
}

.insight-market .fb-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.insight-market__image {
    width: 670px;
    position: relative;
    right: 95px;
}

@media all and (max-width:1300px) {
    .insight-market__image {
        width: 450px;
    }
}

@media all and (max-width:1000px) {
    .insight-market__image {
        width: 100%;
        height: 300px;
        position: static;
    }
}

.insight-market__content {
    width: calc(100% - 670px);
    max-width: 600px;
}

@media all and (max-width:1300px) {
    .insight-market__content {
        width: calc(100% - 450px);
    }
}

@media all and (max-width:1000px) {
    .insight-market__content {
        width: 100%
    }
}

.communities section.solution {
    padding-bottom: 0;
}

.communities section.solution h2 {
    padding-right: 20%
}

@media all and (max-width:460px) {
    .communities section.solution h2 {
        padding-right: 0;
    }
}

.communities section.solution .fb-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 0;
    list-style-image: url(img/list-bullet.png);
    margin-left: 25px;
}

.communities section.solution li {
    width: calc(30.3% - 100px);
    margin-right: 100px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.communities section.solution li:nth-of-type(3n) {
    margin-right: 0;
}

.communities section.solution li:nth-child(-n+3) {
    margin-top: 30px;
}

@media all and (max-width:1300px) {
    .communities section.solution li {
        font-size: 1.8rem;
    }
}

@media all and (max-width:1160px) {
    .communities section.solution li {
        width: calc(33.3% - 65px);
        margin-right: 65px;
    }
}

@media all and (max-width:1000px) {
    .communities section.solution li {
        width: calc(35.3% - 50px);
        margin-right: 50px;
    }
}

@media all and (max-width:460px) {
    .communities section.solution li {
        width: 100%;
        margin-top: 15px;
        font-size: 1.6rem;
    }
}

.communities section.solution .wrapper--inner {
    padding: 0 50px;
}

@media all and (max-width:1000px) {
    .communities section.solution .wrapper--inner {
        padding: 0;
    }
}

.outcome {
    padding-top: 60px!important;
}

.outcome__grid {
    margin-top: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.outcome__grid img {
    max-height: 120px;
}

@media all and (max-width:1160px) {
    .outcome__grid img {
        max-height: none;
    }
}

@media all and (max-width:460px) {
    .outcome__grid {
        margin-top: 0;
    }
}

.outcome__grid h3,
.outcome__grid p {
    font-size: 2rem;
    color: #2c6a87;
}

@media all and (max-width:1160px) {
    .outcome__grid h3,
    .outcome__grid p {
        font-size: 1.8rem;
    }
}

.outcome__grid .grid__item {
    width: calc(33.3% - 100px);
    margin-right: 100px;
}

@media all and (max-width:1160px) {
    .outcome__grid .grid__item {
        width: calc(33.3% - 65px);
        margin-right: 65px;
    }
    .outcome__grid .grid__item p {
        font-size: 1.8rem;
    }
}

@media all and (max-width:1160px) and (max-width:1000px) {
    .outcome__grid .grid__item p {
        font-size: 1.6rem;
    }
}

@media all and (max-width:1160px) {
    .outcome__grid .grid__item {
        width: 100%;
        margin-top: 40px;
    }
    .outcome__grid .grid__item img {
        width: 50%
    }
}

.outcome__grid .grid__item:nth-of-type(3n) {
    margin-right: 0;
}

.content-area {}

.site-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 102px;
    background-repeat: repeat-x;
}

.site-branding {
    float: left;
    padding-top: 40px;
}

.bg {
    position: absolute;
    top: 0;
    left: -45px;
    width: calc(100% + 45px);
    z-index: -998;
    height: 102px;
    background-repeat: repeat-x;
}

.site-footer {
    background: orange;
}

.menu-top-container {
    font-family: Museo-Light, Arial, Sans-Serif;
    font-size: 1.9rem;
}

.menu-top-container ul li {
    padding-right: 40px;
}

.menu-top-container ul li a {
    color: #4a4a4a;
}

.site-footer {
    padding: 50px 0;
    background: #10455b;
}

.site-footer .svg-fill {
    fill: #ecf8fd;
    transition: fill .25s ease;
}

.site-footer .svg-fill:hover {
    fill: #fbbf13;
}

.site-info {
    font-family: Museo-Light, Arial, Sans-Serif;
    font-size: 1.5rem;
    padding-bottom: 50px;
    padding-left: 125px;
}

@media all and (max-width:1000px) {
    .site-info {
        padding-left: 0;
    }
}

.site-info ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-info ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 30%;
    max-width: 500px;
    padding-bottom: 20px;
}

@media all and (max-width:770px) {
    .site-info ul li {
        width: 100%
    }
}

.site-info ul li a {
    color: #ecf8fd;
    text-decoration: none;
}

.site-info ul li a:hover {
    color: #fbbf13;
    transition: color .25s ease;
}

.site-info ul li:nth-child(2) {
    margin-left: 60px;
}

.site-info ul li:nth-child(5) {
    margin-left: 60px;
}

.site-info ul li:nth-child(8) {
    margin-left: 60px;
}

.site-info ul li:nth-child(11) {
    margin-left: 60px;
}

@media all and (max-width:770px) {
    .site-info ul li: nth-child(1) {
        -ms-flex-order: 1;
        order: 1;
    }
    .site-info ul li:nth-child(2) {
        -ms-flex-order: 5;
        order: 5;
        margin-left: 0;
    }
    .site-info ul li:nth-child(3) {
        -ms-flex-order: 9;
        order: 9;
    }
    .site-info ul li:nth-child(4) {
        -ms-flex-order: 2;
        order: 2;
    }
    .site-info ul li:nth-child(5) {
        -ms-flex-order: 6;
        order: 6;
        margin-left: 0;
    }
    .site-info ul li:nth-child(6) {
        -ms-flex-order: 10;
        order: 10;
    }
    .site-info ul li:nth-child(7) {
        -ms-flex-order: 3;
        order: 3;
    }
    .site-info ul li:nth-child(8) {
        -ms-flex-order: 7;
        order: 7;
        margin-left: 0;
    }
    .site-info ul li:nth-child(9) {
        -ms-flex-order: 11;
        order: 11;
    }
    .site-info ul li:nth-child(10) {
        -ms-flex-order: 4;
        order: 4;
        margin-bottom: 25px;
    }
    .site-info ul li:nth-child(11) {
        -ms-flex-order: 8;
        order: 8;
        margin-left: 0;
        margin-bottom: 25px;
    }
    .site-info ul li:nth-child(12) {
        -ms-flex-order: 12;
        order: 12;
    }
}

.site-info ul .current_page_item a {
    color: #fbbf13;
}

.site-info ul ul {
    display: none;
}

.copy-right {
    float: left;
    color: #fff;
    font-size: 1.8rem;
    padding-left: 125px;
}

@media all and (max-width:800px) {
    .copy-right {
        padding-left: 0;
    }
}

.social {
    float: right;
}

.social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social ul .social--icons {
    width: 40px;
    height: 40px;
}

.social ul .linkedin {
    margin-left: 10px;
}

.drop--down {
    top: 102px!important;
    transition: all 5s ease;
}

.hero--home {
    height: 720px;
}

@media all and (min-width:1760px) {
    .hero--home {
        height: 960px;
    }
}

.hero--home h2 {
    font-size: 7rem;
    font-family: Museo-Light, Arial, Sans-Serif;
    padding-right: 20%;
    padding-left: 190px;
}

@media screen and (max-width:1160px) {
    .hero--home h2 {
        padding-right: 10%
    }
}

@media screen and (max-width:1024px) {
    .hero--home h2 {
        padding-right: 0;
    }
}

.hero--home h3 {
    padding-right: 40%!important;
    padding-left: 190px;
    z-index: 201;
}

@media screen and (max-width:1160px) {
    .hero--home h3 {
        padding-right: 15%!important;
    }
}

@media screen and (max-width:1024px) {
    .hero--home h3 {
        padding-right: 0!important;
    }
}

.home__content p {
    font-size: 3.2rem;
    padding-right: 20%
}

.home .services .services__item .item__image,
.home .services .services__item .item__text {
    text-align: center;
    font-size: 2rem;
}

.home .services .wrapper--inner {
    padding: 0 195px!important;
}

.home .blogs {
    padding-top: 100px!important;
    padding-bottom: 120px!important;
}

.home .blogs a {
    text-decoration: none;
}

.home .blogs .wrapper--inner {
    position: relative;
    padding: 0 70px;
}

.home .blogs article {
    float: left;
    width: 30%;
    margin-right: 5%
}

.home .blogs article:last-child {
    margin-right: 0;
}

.home .blogs .image-holder {
    position: relative;
    width: 100%;
    height: 210px;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
}

.home .blogs .image-holder:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 169, 224, .5);
    transition: all .3s ease;
    z-index: 10;
}

.home .blogs .image-holder:hover:after {
    left: 0;
    visibility: visible;
}

.home .blogs .image-holder:hover .post__category {
    color: #2c6a87;
    background: #fbbf13;
}

.home .blogs h3 {
    font-family: Museo-Light, Arial, Sans-Serif;
    font-size: 3.2rem;
}

.home .blogs h4 {
    font-size: 2rem;
    color: #4a4a4a;
}

.home .blogs button {
    background: 0 0;
    border: none;
    cursor: pointer;
}

.home .blogs .post__category {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 78px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: rgba(18, 143, 191, .9);
    text-align: center;
    z-index: 11;
    transition: all .3s ease;
}

.home .blogs .post__imageLink {
    display: block;
    position: relative;
}

.home .blogs .fb-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-direction: row;
    flex-direction: row;
}

.home .blogs .post {
    -ms-flex: 0 0 396px;
    flex: 0 0 396px;
}

.home .blogs .post .post__title {
    font-family: Museo-Light, Arial, Sans-Serif;
    margin-top: 20px;
}

.home .blogs .post .post__title a {
    font-size: 24px;
    color: #4a4a4a;
}

.home .blogs .post--first {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #25aae1;
    margin-bottom: 0;
}

.home .blogs .post__title--first {
    background: #fff;
    position: relative;
    padding: 30px 25px 25px 30px;
    max-width: 525px;
}

.home .blogs .post__title--first .post__title a {
    color: #25aae1;
    font-size: 4.6rem;
    font-family: Museo-Light, Arial, Sans-Serif;
    line-height: 1.3;
}

.home .blogs .post__title--first .post__category {
    background: #fbbf13;
    color: #4a4a4a;
    min-width: 135px;
}

.home .blogs .post--noThumbnail {
    background: #25aae1;
    width: 396px;
    min-height: 264px;
    max-width: 100%
}

.home .blogs .blog__searchBar {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home .blogs .blog__searchBar button {
    font-size: 21px;
    margin: 50px 0 115px;
}

.home .blogs .search__form {
    margin: auto!important;
}

.home .blogs .search__form input {
    width: 80%;
    display: block;
    float: left;
    padding: 25px 15px;
    font-size: 21px;
    font-family: Museo-Normal, Arial, Sans-Serif;
}

.home .blogs .search__form button {
    width: 20%;
    display: block;
    float: left;
    padding-top: 20px;
}

.home .blogs .search__button--exit g {
    stroke: #fff;
}

.home .clients {
    padding: 70px!important;
    margin-left: 135px;
}

.home .clients p {
    font-size: 3.2rem;
    color: #25aae1;
    padding-right: 30%;
    margin-top: 0;
}

.home .clients .clients--wrapper {
    padding: 75px 60px;
    max-width: 2000px;
    background: #fff;
}

.home .clients .clients--wrapper_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:1500px) {
    .home .clients .clients--wrapper_list {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.home .clients .clients--wrapper_list .logo {
    padding: 20px;
    width: 25%;
    height: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width:1500px) {
    .home .clients .clients--wrapper_list .logo {
        width: 33.333%
    }
}

@media screen and (max-width:1100px) {
    .home .clients .clients--wrapper_list .logo {
        width: 50%;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width:460px) {
    .home .clients .clients--wrapper_list .logo {
        width: 100%
    }
}

.home .clients .clients--wrapper_list .logo img {
    max-height: 100%;
    width: auto;
}

.client--cta {
    padding-top: 120px!important;
}

.hero--industries .headline h2 {
    padding-right: 20%!important;
    transform: none!important;
    margin-top: 0;
    margin-left: 95px;
}

@media (max-width:1000px) {
    .hero--industries .headline h2 {
        margin-left: 50px;
    }
}

@media (max-width:460px) {
    .hero--industries .headline h2 {
        margin-left: 35px;
    }
}

.hero--industries .headline h3 {
    font-family: Museo-Light, Arial, Sans-Serif;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    transform: none!important;
    margin-left: 95px;
}

@media (max-width:1000px) {
    .hero--industries .headline h3 {
        margin-left: 50px;
    }
}

@media (max-width:667px) {
    .hero--industries .headline h3 {
        font-size: 2.5rem;
        padding-top: 25px;
    }
}

@media (max-width:460px) {
    .hero--industries .headline h3 {
        margin-left: 35px;
    }
}

.industries section:not(.hero) {
    padding-bottom: 50px;
}

.industries .intro {
    font-size: 2rem;
    padding-right: 20%;
    padding-top: 90px;
}

.industries h4 {
    font-family: Museo-Light, Arial, Sans-Serif;
    font-size: 3.2rem;
    color: #25aae1;
    margin-top: 0;
    margin-bottom: 60px;
}

.industries .ind-communities {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.industries .ind-communities .community__item {
    float: left;
    width: calc(50% - 40px);
    padding-bottom: 30px;
    margin-right: 40px;
    margin-bottom: 40px;
    max-width: 550px;
}

.industries .ind-communities .community__item:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 40px;
}

.industries .ind-communities .community__item:nth-child(3) {
    clear: left;
    margin-left: 0;
}

.industries .ind-communities .community__item .item__text .item__icon {
    float: left;
    width: 15%;
    padding-bottom: 20px;
}

.industries .ind-communities .community__item .item__text .item__title {
    float: left;
    width: 80%;
    margin-left: 10px;
}

.industries .ind-communities .community__item .item__text .item__title h3 {
    font-size: 2rem;
    margin-right: 10px;
    margin-top: 15px;
}

@media (max-width:1160px) {
    .industries .ind-communities .community__item .item__text .item__title h3 {
        margin-top: 5px;
    }
}

.industries .ind-communities .community__item .item__text p {
    clear: both;
}

.industries .logos {
    padding: 50px 0 100px!important;
}

.industries .logos .fb-container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1000px) {
    .industries .logos .fb-container {
        padding: 0 50px;
    }
}

@media (max-width:667px) {
    .industries .logos .fb-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.industries .logos .image {
    max-width: 195px;
    margin-right: 5%
}

.industries .logos .image:last-child {
    margin-right: 0;
}

@media (max-width:667px) {
    .industries .logos .image: last-child {
        margin-bottom: 0;
    }
}

@media (max-width:800px) {
    .industries .logos .image {
        margin-right: 10%;
        width: 50%
    }
}

@media (max-width:667px) {
    .industries .logos .image {
        margin-right: 0;
        margin-bottom: 70px;
    }
}

.industries .logos .image img {
    width: 100%
}

.industries .ind-solutions h4 {
    padding-right: 50%
}

.industries .ind-solutions .solution__item {
    float: left;
    width: calc(50% - 40px);
    padding-bottom: 30px;
    margin-right: 40px;
    margin-bottom: 40px;
    max-width: 550px;
}

.industries .ind-solutions .solution__item:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 40px;
}

.industries .ind-solutions .solution__item:nth-child(3) {
    clear: left;
}

.industries .ind-solutions .solution__item .item__text .item__icon {
    float: left;
    width: 15%;
    padding-bottom: 20px;
}

.industries .ind-solutions .solution__item .item__text .item__title {
    float: left;
    width: 80%;
    margin-left: 10px;
}

.industries .ind-solutions .solution__item .item__text .item__title h3 {
    font-size: 2rem;
    margin-top: 10px;
    color: #2c6a87;
}

.industries .ind-solutions .solution__item .item__text p {
    clear: both;
}

.industries .ind-health-oneoff {
    padding-top: 10px!important;
}

.industries .ind-health-oneoff h4 {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 100px;
    padding-right: 30%
}

@media (max-width:1160px) {
    .industries .ind-health-oneoff h4 {
        margin-left: 0;
        padding-right: 0;
    }
}

@media (max-width:800px) {
    .industries .ind-health-oneoff h4 {
        padding-right: 0;
    }
}

.industries .ind-health-oneoff h4:first-child {
    margin-top: 0;
}

.industries .ind-health-oneoff p {
    width: 100%;
    font-size: 2rem;
    padding-right: 30%
}

@media (max-width:1160px) {
    .industries .ind-health-oneoff p {
        margin-left: 0;
        padding-right: 0;
        font-size: 1.6rem;
    }
}

@media (max-width:800px) {
    .industries .ind-health-oneoff p {
        padding-right: 0;
    }
}

.industries .ind-health-oneoff ul {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    list-style-image: url(img/list-bullet.png);
}

.industries .ind-health-oneoff ul li {
    padding-right: 30%;
    padding-bottom: 15px;
    font-size: 2rem;
}

@media (max-width:1160px) {
    .industries .ind-health-oneoff ul li {
        margin-left: 0;
        padding-right: 0;
        font-size: 1.6rem;
    }
}

.industries .spacer {
    padding-bottom: 90px!important;
}

.industries .download {
    padding: 0!important;
}

.industries .download .wrapper--inner {
    padding-right: 0!important;
    max-width: 3000px!important;
}

.industries .download .wrapper--inner .image {
    float: left;
    width: 50%;
    height: 425px;
    background-size: cover;
}

.industries .download .wrapper--inner .copy {
    float: left;
    width: 50%;
    height: 425px;
    background: #25aae1;
    color: #fff;
    font-size: 3rem;
    position: relative;
}

.industries .download .wrapper--inner .copy .info-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%
}

.industries .download .wrapper--inner .copy .info-block p {
    margin-bottom: 30px;
    margin-top: 0;
}

.industries .story {
    padding-top: 0!important;
    padding-bottom: 70px!important;
}

.industries .story .less-margin {
    margin-bottom: 0;
}

.industries .story h5 {
    font-size: 2rem;
    color: #25aae1;
    margin: 0;
}

.industries .story .wrapper--inner {
    padding-top: 0;
    margin-bottom: 50px;
}

.industries .story .wrapper--inner .image {
    float: left;
    width: 45%;
    background-size: cover;
    margin-right: 10%
}

.industries .story .wrapper--inner .image img {
    width: 100%
}

.industries .story .wrapper--inner .copy {
    float: left;
    width: 45%;
    padding-right: 5%
}

.industries .story .wrapper--inner .copy p {
    font-size: 1.6rem;
    line-height: 2;
}

.industries .story .wrapper--inner .full-width {
    width: 100%;
    padding-right: 25%
}

.industries .quote {
    position: relative;
    padding-top: 100px!important;
    font-size: 2rem;
    padding-bottom: 90px!important;
}

.industries .quote .quote_wrapper .quote_name,
.industries .quote .quote_wrapper .quote_text {
    text-align: center;
}

.industries .quote .quote_wrapper .quote_text {
    padding: 0 12.5%
}

.industries .quote .quote_wrapper .quote_name {
    margin-top: 40px;
    font-size: 1.5rem;
}

.industries .quote:before {
    content: url(img/quote-marker.png);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width:1000px) {
    .industries .flexslider {
        padding: 0;
    }
    .industries .flexslider .slides {
        padding: 0 20%
    }
}

@media (max-width:1000px) {
    .Healthcare-catch .community__item {
        width: 100%!important;
        margin: 0!important;
    }
}

.careers h4 {
    font-family: Museo-Light, Arial, Sans-Serif;
    font-size: 3.2rem;
    color: #25aae1;
    margin-top: 0;
    margin-bottom: 25px;
}

.careers .wrapper--inner {
    padding-right: 30%
}

.careers .intro {
    padding-bottom: 100px!important;
}

.careers .intro p {
    font-size: 1.6rem;
    line-height: 2;
}

.careers h2 {
    font-size: 5rem;
    font-family: Museo-Light, Arial, Sans-Serif;
    padding-right: 20%;
    padding-left: 190px;
    top: 35%;
    z-index: 201;
}

@media (max-width:1000px) {
    .careers h2 {
        padding-right: 0;
        padding-left: 50px;
    }
}

@media (max-width:460px) {
    .careers h2 {
        padding-left: 35px;
    }
}

.careers h3 {
    padding-right: 40%;
    padding-left: 190px;
    top: 28%;
    z-index: 201;
}

.careers .stripe {
    left: 30%
}

.careers .stripe .second {
    fill: #fbbf13;
}

.careers .quotes {
    padding-top: 150px!important;
}

.careers .quotes h4.quote_wrapper {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
    display: block;
}

.careers .quotes .quote_wrapper {
    display: -ms-flexbox;
    display: flex;
}

.careers .quotes .quote_wrapper:nth-child(2) {
    margin-left: -95px;
    margin-bottom: 165px;
}

.careers .quotes .quote_wrapper:nth-child(2) .quote_image {
    width: calc(50% - 45px);
}

.careers .quotes .quote_wrapper:nth-child(2) .the_quotes {
    padding-left: 95px;
}

.careers .quotes .quote_wrapper:nth-child(2) {
    padding-bottom: 100px;
}

.careers .quotes .quote_wrapper:last-child .quote_image {
    float: right;
    -ms-flex-order: 2;
    order: 2;
}

.careers .quotes .quote_wrapper:last-child .the_quotes {
    -ms-flex-order: 1;
    order: 1;
}

.careers .quotes p {
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 115px;
}

.careers .quotes:before {
    content: url(img/quote-marker.png);
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.careers .quotes .quote_image {
    float: left;
    width: 50%;
    background-size: cover;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.careers .quotes .the_quotes {
    float: left;
    width: 50%;
    padding: 0 100px;
}

.careers .quotes .the_quotes p {
    margin-top: 0;
}

.careers .quotes .the_quotes p:last-child {
    padding: 0;
    margin: 0;
}

@media all and (max-width:1000px) {
    .press-wrapper {
        padding: 0 70px;
    }
}

@media all and (max-width:460px) {
    .press-wrapper {
        padding: 0 25px;
    }
}

.press {
    font-family: Museo-Light, Arial, Sans-Serif;
}

.press h4 {
    font-size: 1.8rem;
    margin-top: 0;
}

.press .wrapper {
    margin-top: 150px;
}

@media all and (max-width:667px) {
    .press .wrapper {
        margin-top: 100px;
    }
}

.press h2 {
    color: #25aae1;
    font-size: 3.2rem;
    margin: 0;
    margin-bottom: 50px;
}

.press .release {
    float: left;
    width: 65%;
    margin-bottom: 100px;
}

@media all and (max-width:800px) {
    .press .release {
        width: 60%
    }
}

@media all and (max-width:667px) {
    .press .release {
        width: 100%;
        margin-bottom: 40px;
    }
}

.press .release .release--container {
    margin-bottom: 50px;
}

.press .release .release--container a {
    color: #25aae1;
    font-size: 2.8rem;
    font-family: Museo-Light, Arial, Sans-Serif;
    line-height: 1.25;
    transition: opacity .5s ease;
}

.press .release .release--container a:hover {
    opacity: .7;
    text-decoration: none;
}

@media all and (max-width:800px) {
    .press .release .release--container a {
        font-size: 2rem;
    }
}

.press .release .release--container .press--date {
    font-size: 1.6rem;
}

.press .press--info {
    float: left;
    width: 27.5%;
    margin-left: 7.5%
}

@media all and (max-width:800px) {
    .press .press--info {
        width: 32.5%
    }
}

@media all and (max-width:667px) {
    .press .press--info {
        width: 100%;
        margin-left: 0;
        margin-bottom: 60px;
    }
}

.press .press--info h4 {
    margin-top: 50px;
    margin-bottom: 5px;
    line-height: 1.25;
}

.press .press--info h4:first-child {
    margin-top: 0;
}

.press .press--info a {
    color: #25aae1;
    font-size: 1.6rem;
    font-family: Museo-Light, Arial, Sans-Serif;
    line-height: 1.5;
    transition: opacity .5s ease;
}

.press .press--info a:hover {
    opacity: .7;
    text-decoration: none;
}

.press .press--info .download-btn {
    margin-top: 15px;
}

.press .press--info .download-btn a {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #10455b;
    color: #10455b;
    position: relative;
    overflow: hidden;
    background-color: #fbbf13;
    background-position: -450px top;
    background-image: url(img/gs-yellow-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease;
}

.press .press--info .download-btn a:hover {
    opacity: 1;
    background-position: left top;
    text-decoration: none;
}

@media all and (max-width:800px) {
    .press .press--info .download-btn a {
        padding: 10px 20px;
        font-size: 1.6rem;
    }
}

.press .press--info .h4--twitter {
    position: relative;
    margin-left: 30px;
}

.press .press--info .h4--twitter:before {
    content: url(img/twitter.svg);
    position: absolute;
    top: 0;
    left: -30px;
    width: 25px;
    height: 25px;
}

.press-single-wrapper {
    margin: 0 auto;
    width: 75%;
    padding-right: 25%
}

@media all and (max-width:1160px) {
    .press-single-wrapper {
        width: 85%
    }
}

@media all and (max-width:1000px) {
    .press-single-wrapper {
        width: 100%;
        padding: 0 50px;
    }
}

@media all and (max-width:460px) {
    .press-single-wrapper {
        padding: 0 25px;
    }
}

.press__breadcrumb {
    margin: 0 12.5%;
    margin-top: 120px;
    font-size: 1.8rem;
}

@media all and (max-width:1160px) {
    .press__breadcrumb {
        margin: 0 7.5%;
        margin-top: 120px;
    }
}

@media all and (max-width:1000px) {
    .press__breadcrumb {
        width: 100%;
        margin: 0 50px;
        margin-top: 100px;
    }
}

@media all and (max-width:667px) {
    .press__breadcrumb {
        margin: 0 25px;
        margin-top: 100px;
    }
}

.press--single_release {
    margin-top: 75px;
    margin-bottom: 150px;
}

.press--single_release h2 {
    color: #25aae1;
    font-size: 4rem;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 1.25;
}

@media all and (max-width:460px) {
    .press--single_release h2 {
        font-size: 3rem;
    }
}

@media all and (max-width:460px) {
    .press--single_release {
        margin-top: 25px;
    }
}

.press--single_release .date {
    font-size: 2rem;
    margin-bottom: 50px;
}

.press--single_release .press__release-image {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
}

.press--single_release .release-content {
    margin: 75px auto;
    line-height: 1.75;
}

.press--single_release .release-content h3 {
    font-size: 2.4rem;
    color: #25aae1;
    margin-top: 50px;
    margin-bottom: 5px;
}

@media all and (max-width:460px) {
    .press--single_release .release-content h3 {
        margin-top: 25px;
        font-size: 3rem;
    }
}

.press--single_release .release-content a {
    color: #25aae1;
}

.press--single_release .release-content a:hover {
    text-decoration: underline;
}

.press--single_release .release-content p {
    font-size: 2rem;
    margin-bottom: 50px;
}

.press--single_release .release-content ol,
.press--single_release .release-content ul {
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.press--single_release .release-content ol li,
.press--single_release .release-content ul li {
    padding: 0;
    margin: 0;
}

.press--single_release .release-content h2,
.press--single_release .release-content h3,
.press--single_release .release-content h4 {
    color: #25aae1;
    margin-top: 50px;
    margin-bottom: 5px;
}

.press--single_release .release-content h2 {
    font-size: 3.2rem;
}

.press--single_release .release-content h3 {
    font-size: 2.4rem;
}

.press--single_release .release-content h4 {
    font-size: 2rem;
}

.hs-form-field label,
.label-hidden {
    visibility: hidden;
    position: absolute;
    left: -100000px;
}

.hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.hs-error-msgs label {
    visibility: visible!important;
    position: static!important;
    color: #fbbf13;
    font-size: 1.2rem;
}

.hs-form-field {
    position: relative;
}

.hs-error-msgs {
    position: absolute;
    top: 3px;
    left: 10px;
    line-height: 1.3;
}

.hs-error-msgs label {
    display: block;
}

@media (max-width:460px) {
    .hs_firstname: after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
}

.hs_firstname .hs-error-msgs {
    left: 10px;
    right: 10px;
}

@media (max-width:460px) {
    .hs_firstname .hs-error-msgs {
        top: 3px;
        left: 10px;
        max-width: 100%
    }
}

.resource__content--form .hs_firstname .hs-error-msgs {
    max-width: calc(50% - 20px);
}

@media (max-width:460px) {
    .resource__content--form .hs_firstname .hs-error-msgs {
        max-width: 100%
    }
}

@media (max-width:460px) {
    .hs_lastname: after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
}

.resource__content--form .hs_lastname .hs-error-msgs {
    left: calc(50% + 10px);
}

@media (max-width:460px) {
    .resource__content--form .hs_lastname .hs-error-msgs {
        left: 10px;
    }
}

.hs-form-booleancheckbox label {
    visibility: visible!important;
    position: static!important;
}

.hs-richtext {
    padding-top: 20px;
}

select {
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(img/select.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding: 20px;
    min-height: 50px;
    font-size: 2rem;
}

select option {
    font-size: 2rem;
}

.overlay__button--exit {
    position: absolute;
    right: 60px;
    top: 60px;
    -ms-overflow-style: none;
}

.overlay__button--exit svg {
    width: 55px;
}

@media (max-width:420px) {
    .overlay__button--exit {
        right: 20px;
        top: 20px;
    }
}

.blog .blog-grid,
.page-template-archive-blog .blog-grid {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}

@media (max-width:1000px) {
    .blog .blog-grid,
    .page-template-archive-blog .blog-grid {
        width: 90%
    }
}

.blog .site-content,
.page-template-archive-blog .site-content {
    overflow: hidden;
}

.blog button,
.page-template-archive-blog button {
    background: 0 0;
    border: none;
    cursor: pointer;
}

.blog .post__category,
.page-template-archive-blog .post__category {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 78px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: rgba(18, 143, 191, .9);
    text-align: center;
}

.blog .post__imageLink,
.page-template-archive-blog .post__imageLink {
    display: block;
    position: relative;
}

.blog .fb-container,
.page-template-archive-blog .fb-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    /*justify-content: space-between;
	*/
    margin: 0 auto;
    max-width: 1280px;
}

.blog .post,
.page-template-archive-blog .post {
    margin-bottom: 100px;
    width: 32%;
    margin-right: 2%
}

@media (min-width:1000px) {
    .blog .post: nth-child(3n),
    .page-template-archive-blog .post:nth-child(3n) {
        margin-right: 0;
    }
}

.blog .post img,
.page-template-archive-blog .post img {
    display: block;
}

.blog .post:not(.post--first):focus .post__imageLink:after,
.blog .post:not(.post--first):hover .post__imageLink:after,
.page-template-archive-blog .post:not(.post--first):focus .post__imageLink:after,
.page-template-archive-blog .post:not(.post--first):hover .post__imageLink:after {
    left: 0;
}

.blog .post:not(.post--first):focus .post__category,
.blog .post:not(.post--first):hover .post__category,
.page-template-archive-blog .post:not(.post--first):focus .post__category,
.page-template-archive-blog .post:not(.post--first):hover .post__category {
    background: #fbbf13;
    z-index: 10;
    color: #10455b;
}

.blog .post .post__title,
.page-template-archive-blog .post .post__title {
    font-family: Museo-Light, Arial, Sans-Serif;
    margin-top: 20px;
}

.blog .post .post__title a,
.page-template-archive-blog .post .post__title a {
    font-size: 20px;
    color: #4a4a4a;
    text-decoration: none;
}

.blog .post .post__imageLink,
.page-template-archive-blog .post .post__imageLink {
    overflow: hidden;
}

.blog .post .post__imageLink:after,
.page-template-archive-blog .post .post__imageLink:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    max-width: 396px;
    height: 100%;
    background: rgba(18, 143, 191, .7);
    z-index: 1;
    transition: all .3s ease;
}

.blog .post--first,
.page-template-archive-blog .post--first {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 85px;
    background-color: #25aae1;
    min-height: 530px;
    margin-bottom: 0;
    width: 100%!important;
    position: relative;
    overflow: hidden;
}

@media all and (min-width:1760px) {
    .blog .post--first,
    .page-template-archive-blog .post--first {
        min-height: 960px;
        padding-top: 250px;
    }
}

.blog .post--first .hero__images,
.page-template-archive-blog .post--first .hero__images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog .post--first .hero__images img,
.page-template-archive-blog .post--first .hero__images img {
    position: absolute;
    height: 100%!important;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.blog .page-numbers,
.page-template-archive-blog .page-numbers {
    display: none;
    float: right;
    font-size: 32px;
    color: #25aae1;
    margin-bottom: 100px;
    transition: all .3s;
}

.blog .page-numbers:focus,
.blog .page-numbers:hover,
.page-template-archive-blog .page-numbers:focus,
.page-template-archive-blog .page-numbers:hover {
    color: rgba(18, 143, 191, .7);
}

.blog .next,
.blog .prev,
.page-template-archive-blog .next,
.page-template-archive-blog .prev {
    display: inline-block;
}

@media (max-width:470px) {
    .blog .next,
    .blog .prev,
    .page-template-archive-blog .next,
    .page-template-archive-blog .prev {
        font-size: 20px;
    }
}

.blog .prev,
.page-template-archive-blog .prev {
    float: none;
}

.blog .post__title--first,
.page-template-archive-blog .post__title--first {
    background: #fff;
    position: relative;
    padding: 40px 25px 25px 30px;
    max-width: 525px;
    z-index: 2;
}

@media (max-width:600px) {
    .blog .post__title--first,
    .page-template-archive-blog .post__title--first {
        padding: 30px 25px 25px 30px;
    }
}

.blog .post__title--first .post__title a,
.page-template-archive-blog .post__title--first .post__title a {
    color: #25aae1;
    font-size: 4.6rem;
    font-family: Museo-Light, Arial, Sans-Serif;
    line-height: 1.3;
    text-decoration: none;
}

.blog .post__title--first .post__category,
.page-template-archive-blog .post__title--first .post__category {
    background: #fbbf13;
    color: #4a4a4a;
    min-width: 135px;
    z-index: 10;
}

.blog .post--noThumbnail,
.page-template-archive-blog .post--noThumbnail {
    background: #25aae1;
    width: 396px;
    min-height: 264px;
    max-width: 100%
}

.blog .blog__searchBar,
.page-template-archive-blog .blog__searchBar {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.blog .blog__searchBar a,
.blog .blog__searchBar button,
.page-template-archive-blog .blog__searchBar a,
.page-template-archive-blog .blog__searchBar button {
    font-size: 21px;
    margin: 50px 0 60px;
    display: block;
    color: #4a4a4a;
    padding: 20px;
}

.blog .blog__searchBar a:hover,
.blog .blog__searchBar button:hover,
.page-template-archive-blog .blog__searchBar a:hover,
.page-template-archive-blog .blog__searchBar button:hover {
    text-decoration: none;
}

.blog .blog__search,
.page-template-archive-blog .blog__search {
    max-width: none;
}

.blog .button--subscribe,
.page-template-archive-blog .button--subscribe {
    margin-right: 10px;
    text-decoration: none;
}

.blog .blog__search,
.page-template-archive-blog .blog__search {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: scroll;
    background: #25aae1;
    z-index: 2000;
    max-height: 100vh;
}

.blog .blog__search>*,
.page-template-archive-blog .blog__search>* {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
}

.blog .blog__search>::-webkit-scrollbar,
.page-template-archive-blog .blog__search>::-webkit-scrollbar {
    display: none;
}

.blog .search__form,
.page-template-archive-blog .search__form {
    margin: auto!important;
    -ms-overflow-style: none;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .blog .search__form,
    .page-template-archive-blog .search__form {
        margin-top: 200px!important;
    }
}

.blog .search__form input,
.page-template-archive-blog .search__form input {
    width: 80%;
    display: block;
    float: left;
    padding: 25px 15px;
    font-size: 21px;
    font-family: Museo-Normal, Arial, Sans-Serif;
}

.blog .search__form button,
.page-template-archive-blog .search__form button {
    width: 20%;
    display: block;
    float: left;
    padding-top: 20px;
}

@media (max-width:420px) {
    .blog .search__form button svg,
    .page-template-archive-blog .search__form button svg {
        max-width: 30px;
        max-height: 40px;
    }
}

.blog .search__button--exit g,
.page-template-archive-blog .search__button--exit g {
    stroke: #fff;
}

.author .cta__blog,
.cta__blog,
.search .cta__blog,
.single-post .cta__blog,
.single-press_release .cta__blog {
    width: 100%;
    background-size: cover;
    height: 515px;
    padding: 0 180px;
    position: relative;
    overflow: hidden;
    background: #25aae1;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.author .cta__blog .cta__content,
.cta__blog .cta__content,
.search .cta__blog .cta__content,
.single-post .cta__blog .cta__content,
.single-press_release .cta__blog .cta__content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 21;
}

.author .cta__blog p,
.cta__blog p,
.search .cta__blog p,
.single-post .cta__blog p,
.single-press_release .cta__blog p {
    position: relative;
    z-index: 21;
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
    font-size: 3.6rem;
    line-height: 1.5;
    color: #fff;
}

.author .cta__blog .stripe,
.cta__blog .stripe,
.search .cta__blog .stripe,
.single-post .cta__blog .stripe,
.single-press_release .cta__blog .stripe {
    z-index: 19;
    width: 70%;
    position: absolute;
    top: -350px;
    left: 40%;
    top: -70px;
}

.author .cta__blog .stripe svg,
.cta__blog .stripe svg,
.search .cta__blog .stripe svg,
.single-post .cta__blog .stripe svg,
.single-press_release .cta__blog .stripe svg {
    fill: #10455b;
}

@media all and (max-width:1500px) {
    .author .cta__blog .stripe,
    .cta__blog .stripe,
    .search .cta__blog .stripe,
    .single-post .cta__blog .stripe,
    .single-press_release .cta__blog .stripe {
        top: -70px;
    }
}

@media all and (max-width:1100px) {
    .author .cta__blog .stripe,
    .cta__blog .stripe,
    .search .cta__blog .stripe,
    .single-post .cta__blog .stripe,
    .single-press_release .cta__blog .stripe {
        top: -20px;
    }
}

@media all and (max-width:667px) {
    .author .cta__blog .stripe,
    .cta__blog .stripe,
    .search .cta__blog .stripe,
    .single-post .cta__blog .stripe,
    .single-press_release .cta__blog .stripe {
        top: 150px;
    }
}

@media all and (max-width:500px) {
    .author .cta__blog .stripe,
    .cta__blog .stripe,
    .search .cta__blog .stripe,
    .single-post .cta__blog .stripe,
    .single-press_release .cta__blog .stripe {
        top: 0;
        width: 90%;
        left: 20%
    }
}

.author .cta__blog form,
.cta__blog form,
.search .cta__blog form,
.single-post .cta__blog form,
.single-press_release .cta__blog form {
    max-width: 760px;
    display: -ms-flexbox;
    display: flex;
}

.author .cta__blog form>*,
.cta__blog form>*,
.search .cta__blog form>*,
.single-post .cta__blog form>*,
.single-press_release .cta__blog form>* {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 0;
}

.author .cta__blog .hs-input,
.cta__blog .hs-input,
.search .cta__blog .hs-input,
.single-post .cta__blog .hs-input,
.single-press_release .cta__blog .hs-input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 12px;
    font-size: 24px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #10455b;
}

.author .cta__blog input.primary,
.cta__blog input.primary,
.search .cta__blog input.primary,
.single-post .cta__blog input.primary,
.single-press_release .cta__blog input.primary {
    color: #10455b;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
    width: 100%;
    padding: 19px 0;
    position: relative;
    overflow: hidden;
    font-size: 24px;
    max-width: 250px;
    border-radius: 0;
    background-color: #fbbf13;
    background-position: -450px top;
    background-image: url(img/gs-yellow-bg.png);
    background-repeat: no-repeat;
    border: none;
    background-size: cover;
    transition: all .25s ease;
}

.author .cta__blog input.primary:hover,
.cta__blog input.primary:hover,
.search .cta__blog input.primary:hover,
.single-post .cta__blog input.primary:hover,
.single-press_release .cta__blog input.primary:hover {
    background-position: 0 top;
}

@media (max-width:600px) {
    .author .cta__blog input.primary,
    .cta__blog input.primary,
    .search .cta__blog input.primary,
    .single-post .cta__blog input.primary,
    .single-press_release .cta__blog input.primary {
        margin-top: 15px;
    }
}

.author .cta__blog .submitted-message,
.cta__blog .submitted-message,
.search .cta__blog .submitted-message,
.single-post .cta__blog .submitted-message,
.single-press_release .cta__blog .submitted-message {
    font-size: 2rem;
    color: #fff;
}

@media (max-width:460px) {
    .post-container {
        padding: 0 25px;
    }
}

.search-again-form {
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.search-again-form input[type=search] {
    font-size: 2rem;
    padding: 5px 10px;
    border: 1px solid #2c6a87;
    width: calc(100% - 230px);
    margin-right: 5px;
    border-radius: 0;
}

@media (max-width:770px) {
    .search-again-form input[type=search] {
        width: 100%
    }
}

.search-again-form input[type=search]:focus {
    outline: #2c6a87 solid medium;
}

.search-again-form input[type=submit] {
    font-size: 2rem;
    padding: 10px 75px;
    border: 1px solid #2c6a87;
    border-radius: 0;
    color: #2c6a87;
    position: relative;
    overflow: hidden;
    background-color: #fbbf13;
    background-position: -450px top;
    background-image: url(img/gs-yellow-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease;
}

@media (max-width:770px) {
    .search-again-form input[type=submit] {
        width: 100%;
        margin-top: 20px;
    }
}

.search-again-form input[type=submit]:focus,
.search-again-form input[type=submit]:hover {
    background-position: 0 top;
    border: 1px solid #2c6a87;
}

.author .cta__pattern,
.blog .cta__pattern,
.page-template-archive-blog .cta__pattern,
.single-post .cta__pattern {
    width: 100%;
    left: 0;
    top: 0;
}

.page-template-archive-resources .hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 530px;
    max-height: 90vh;
    position: relative;
}

@media all and (min-width:1760px) {
    .page-template-archive-resources .hero {
        height: 960px;
        max-height: none;
    }
}

.page-template-archive-resources .stripe {
    left: 10%;
    bottom: -5px;
}

.page-template-archive-resources .stripe .second {
    fill: #fbbf13;
}

.page-template-archive-resources ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.page-template-archive-resources .resources__resource {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #25aae1;
    position: relative;
    width: 30%;
    min-height: 264px;
    max-height: 264px;
    list-style-type: none;
    margin-bottom: 40px;
    overflow: hidden;
    margin-right: 2%
}

.page-template-archive-resources .resources__resource a {
    font-size: 2.29rem;
    display: block;
    color: #fff;
    line-height: 1.3;
    padding: 120px 20px 20px 20px;
    width: 100%;
    height: 100%;
    font-family: Museo-Light, Arial, Sans-Serif;
    text-decoration: none;
}

.page-template-archive-resources .resources__resource a span {
    z-index: 10;
}

.page-template-archive-resources .resources__resource a .resource__title {
    position: relative;
}

.page-template-archive-resources .resources__resource a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 169, 224, .5);
    transition: all .3s ease;
}

.page-template-archive-resources .resources__resource a:hover:after {
    visibility: visible;
    top: 0;
    left: 0;
}

.page-template-archive-resources select {
    margin: 30px 0 55px;
    min-width: 300px;
    font-size: 2rem;
}

.page-template-archive-resources .resources--select {
    margin-right: 30px;
}

.page-template-archive-resources .resource__category {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 16px;
}

.page-template-archive-resources .resources__resource--none {
    display: none;
    font-size: 2rem;
    list-style-type: none;
    margin-bottom: 50px;
}

@media (max-width:1000px) {
    .page-template-archive-resources .resources__resource--none {
        padding-left: 5%
    }
}

.single-resources .form-mobile {
    display: none;
}

@media (max-width:1000px) {
    .single-resources .form-mobile {
        display: block;
        position: relative!important;
    }
}

@media (max-width:1000px) {
    .single-resources .form-desktop {
        display: none;
    }
}

.single-resources p {
    font-size: 2rem;
}

.single-resources .resource__content--form input::-webkit-input-placeholder {
    color: rgba(74, 74, 74, .6)!important;
}

.single-resources .resource__content--form input::-moz-placeholder {
    color: rgba(74, 74, 74, .6)!important;
}

.single-resources .resource__content--form input:-ms-input-placeholder {
    color: rgba(74, 74, 74, .6)!important;
}

.single-resources .resource__content--form input:-moz-placeholder {
    color: rgba(74, 74, 74, .6)!important;
}

.single-resources .privacy {
    font-size: 13px;
}

.single-resources .privacy a {
    color: #25aae1;
}

.single-resources .hs_email {
    clear: both;
}

.single-resources .hs_blog_default_hubspot_blog_subscription {
    margin-top: 5px;
}

.single-resources .hero {
    background-color: #25aae1;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.single-resources .hero h2 {
    max-width: 550px;
    margin: 0;
    padding: 0 0 0 90px;
}

.single-resources .single__resource {
    background: #fff;
}

.single-resources .resource__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: -200px;
    padding-top: 90px;
    padding-bottom: 90px;
    background: #fff;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 190px;
}

.single-resources .resource__content--aside,
.single-resources .resource__content--content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}

.single-resources .resource__content--content ol,
.single-resources .resource__content--content ul {
    font-size: 1.75rem;
    margin-left: 0;
    padding-left: 20px;
}

.single-resources .resource__content--content ol li,
.single-resources .resource__content--content ul li {
    line-height: 1.75;
}

.single-resources .resource__content--aside {
    margin-left: 100px;
    position: relative;
    max-width: 500px;
}

@media (max-width:1000px) {
    .single-resources .resource__content--aside {
        max-width: 100%
    }
}

.single-resources .resource__content--form {
    background: #ecf8fd;
    padding: 35px 40px;
    position: absolute;
    top: -400px;
    width: 100%;
    z-index: 300;
}

.single-resources .resource__content--form a {
    color: #25aae1;
}

.single-resources .resource__content--form h2 {
    color: #25aae1;
    font-size: 3.2rem;
    margin-top: 0;
    margin-bottom: 45px;
}

.single-resources .resource__content--form .hs-input,
.single-resources .resource__content--form .resource__input {
    background-color: #ecf8fd;
    border-radius: 0;
    border-bottom: 1px solid #10455b;
    border-left: 1px solid #10455b;
    border-right: 1px solid #10455b;
    border-top: none;
    padding: 15px 20px;
    font-size: 2rem;
    margin: 0;
    display: block;
    width: 100%;
    font-family: Museo-Normal, Arial, Sans-Serif;
}

.single-resources .resource__content--form .hs-input::-webkit-input-placeholder,
.single-resources .resource__content--form .resource__input::-webkit-input-placeholder {
    color: #4a4a4a;
}

.single-resources .resource__content--form .hs-input::-moz-placeholder,
.single-resources .resource__content--form .resource__input::-moz-placeholder {
    color: #4a4a4a;
}

.single-resources .resource__content--form .hs-input:-ms-input-placeholder,
.single-resources .resource__content--form .resource__input:-ms-input-placeholder {
    color: #4a4a4a;
}

.single-resources .resource__content--form .hs-input:-moz-placeholder,
.single-resources .resource__content--form .resource__input:-moz-placeholder {
    color: #4a4a4a;
}

.single-resources .resource__content--form .hs-input[name=firstname],
.single-resources .resource__content--form .hs-input[name=lastname],
.single-resources .resource__content--form .resource__input--half {
    float: left;
    width: 50%;
    border-top: 1px solid #10455b;
}

@media (max-width:460px) {
    .single-resources .resource__content--form .hs-input[name=firstname],
    .single-resources .resource__content--form .hs-input[name=lastname],
    .single-resources .resource__content--form .resource__input--half {
        width: 100%
    }
}

@media (max-width:460px) {
    .single-resources .resource__content--form .hs-input[name=lastname] {
        border-top: none;
    }
}

.single-resources .resource__content--form .hs-input[name=firstname],
.single-resources .resource__content--form .resource__input--first {
    border-right: none;
}

@media (max-width:460px) {
    .single-resources .resource__content--form .hs-input[name=firstname],
    .single-resources .resource__content--form .resource__input--first {
        border-right: 1px solid #10455b;
    }
}

.single-resources .resource__content--form .primary,
.single-resources .resource__content--form .resource__input--submit {
    color: #10455b;
    padding: 20px 15px;
    font-size: 2rem;
    border: 1px solid #10455b;
    margin-top: 40px;
    background: #fbbf13;
    width: 100%
}

.single-resources .resource__content--form .hs-input[type=checkbox] {
    display: initial;
    width: initial;
    margin-right: 10px;
}

.single-resources .resource__content--form .inputs-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.single-resources .resource__content--img {
    margin-top: 420px;
    text-align: center;
}

.contact h1 {
    margin-top: 190px;
    font-size: 3.2rem;
    color: #25aae1;
}

.contact .contact__content {
    margin-bottom: 60px;
    font-size: 2rem;
}

.contact .contact__input {
    background-color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #10455b;
    border-left: 1px solid #10455b;
    border-right: 1px solid #10455b;
    border-top: none;
    padding: 25px 20px;
    font-size: 2rem;
    margin: 0;
    display: block;
    width: 100%;
    font-family: Museo-Normal, Arial, Sans-Serif;
}

.contact .contact__input::-webkit-input-placeholder {
    color: #b5b5b5;
}

.contact .contact__input::-moz-placeholder {
    color: #b5b5b5;
}

.contact .contact__input:-ms-input-placeholder {
    color: #b5b5b5;
}

.contact .contact__input:-moz-placeholder {
    color: #b5b5b5;
}

.contact .contact__input--co {
    border-radius: 0 0 3px 3px;
}

.contact .contact__input--name {
    border-top: 1px solid #10455b;
    border-radius: 3px 3px 0 0;
}

.contact .contact__input--select {
    color: #b5b5b5;
    background-image: url(img/select--grey.png);
}

.contact .contact__input--submit {
    color: #10455b;
    border: 1px solid #10455b;
    margin-top: 40px;
    background: #fbbf13;
    max-width: 290px;
}

.contact .contact__form__container {
    max-width: 870px;
    margin-top: 40px;
}

.contact .contact__locations {
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 185px;
}

.contact .contact__location {
    width: 33.33%;
    list-style-type: none;
    font-size: 2rem;
    color: #4a4a4a;
    margin-bottom: 100px;
}

.contact .contact__location h4 {
    color: #25aae1;
}

.contact .contact__location h4,
.contact .contact__location p {
    margin: 0;
}

.contact .wpcf7-form {
    position: relative;
}

.contact .error-log {
    display: none;
    color: red;
    font-size: 1.6rem;
}

.contact .wpcf7-not-valid {
    border: 2px solid red;
}

.contact div.wpcf7-validation-errors {
    color: red;
    border: none;
    margin: 0;
    padding: 0;
}

.contact .wpcf7-mail-sent-ok {
    border: 1px solid #25aae1;
}

.contact span.wpcf7-not-valid-tip {
    visibility: hidden;
    position: absolute;
}

.single-post .wrapper--gutter {
    width: 100%;
    max-width: 100%
}

.single-post article p {
    font-size: 2rem;
    line-height: 33px;
}

@media (max-width:1160px) {
    .single-post article p {
        padding-right: 0;
    }
}

@media (max-width:420px) {
    .single-post article p {
        font-size: 1.6rem;
    }
}

.single-post .entry-content {
    font-size: 2rem;
    max-width: 900px;
    margin: 0;
    margin-left: calc(((100vw - 900px)/ 2) - 95px)!important;
}

@media (min-width:1800px) {
    .single-post .entry-content {
        max-width: 1180px;
        margin-left: 0;
        margin-left: calc(((100vw - 1180px)/ 2) - ((100vw - 1600px)/ 2))!important;
    }
}

@media (max-width:1160px) {
    .single-post .entry-content {
        margin-left: 0!important;
        margin: 0 auto!important;
        margin-bottom: 50px!important;
        width: 85%
    }
}

@media (max-width:1000px) {
    .single-post .entry-content {
        max-width: none;
        margin-left: 0!important;
        margin: 0 auto!important;
        margin-bottom: 50px!important;
        width: 100%;
        padding: 0 95px;
    }
}

@media (max-width:800px) {
    .single-post .entry-content {
        padding: 0 50px;
        font-size: 1.7rem;
    }
}

@media (max-width:460px) {
    .single-post .entry-content {
        padding: 0 25px;
    }
}

.single-post .entry-content .aligncenter {
    clear: both;
    display: block;
    margin-left: none!important;
    margin: 0 auto!important;
}

.single-post .entry-content a {
    color: #25aae1;
}

.single-post .entry-content a:hover {
    text-decoration: underline;
}

.single-post .entry-content p {
    margin-bottom: 50px;
}

.single-post .entry-content .p-button {
    border: 1px solid #10455b;
    border-radius: 0;
    font-size: 2rem;
    color: #10455b;
    position: relative;
    overflow: hidden;
    background-color: #fbbf13;
    background-position: -750px top;
    background-image: url(img/gs-yellow-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 10px 75px;
    cursor: pointer;
    transition: all .25s ease;
}

@media (max-width:667px) {
    .single-post .entry-content .p-button {
        font-size: 1.4rem;
        padding: 10px 15px;
    }
}

@media (max-width:375px) {
    .single-post .entry-content .p-button {
        font-size: 1.3rem;
        padding: 7px 15px;
    }
}

.single-post .entry-content .p-button:hover {
    background-position: 0 top;
    text-decoration: none;
}

.single-post .entry-content ol,
.single-post .entry-content ul {
    font-size: 2rem;
    padding-left: 20px;
    margin: 0;
    margin-bottom: 50px;
}

.single-post .entry-content ol li,
.single-post .entry-content ul li {
    margin-bottom: 20px;
}

.single-post .entry-content h2 {
    color: #25aae1;
    font-size: 3.2rem;
    margin-top: 100px;
    margin-bottom: 25px;
}

@media (max-width:1000px) {
    .single-post .entry-content h2 {
        margin-bottom: 15px!important;
    }
}

@media (max-width:800px) {
    .single-post .entry-content h2 {
        font-size: 2.5rem;
    }
}

.single-post .entry-content h3 {
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #2c6a87;
}

.single-post .entry-content table {
    font-size: 2rem;
    margin-bottom: 50px;
}

@media (max-width:1160px) {
    .single-post .entry-content table {
        padding-left: 50px;
        padding-right: 50px;
        width: 80%
    }
}

@media (max-width:800px) {
    .single-post .entry-content table {
        width: calc(100% - 100px);
        padding: 0 50px;
    }
}

.single-post .entry-content table tr {
    border-bottom: 1px solid rgba(74, 74, 74, .1);
}

.single-post .entry-content table tr td {
    padding: 10px 0;
    padding-right: 20px;
}

.single-post .entry-content .site-content {
    overflow: hidden;
}

.single-post .entry-content .wideimg {
    position: relative;
    margin: 50px 0 75px!important;
    margin-left: calc(0px - 11vw)!important;
    overflow: hidden;
}

@media (max-width:3000px) {
    .single-post .entry-content .wideimg {
        width: 81.5vw;
    }
}

@media (max-width:2800px) {
    .single-post .entry-content .wideimg {
        width: 83vw;
    }
}

@media (max-width:2700px) {
    .single-post .entry-content .wideimg {
        width: 83.5vw;
    }
}

@media (max-width:2600px) {
    .single-post .entry-content .wideimg {
        width: 84.5vw;
    }
}

@media (max-width:2500px) {
    .single-post .entry-content .wideimg {
        width: 85.5vw;
    }
}

@media (max-width:2400px) {
    .single-post .entry-content .wideimg {
        width: 86.25vw;
    }
}

@media (max-width:2350px) {
    .single-post .entry-content .wideimg {
        width: 86.75vw;
    }
}

@media (max-width:2300px) {
    .single-post .entry-content .wideimg {
        width: 88.75vw;
        margin-left: -12vw!important;
    }
}

@media (max-width:2200px) {
    .single-post .entry-content .wideimg {
        width: 89vw;
        margin-left: -12vw!important;
    }
}

@media (max-width:2150px) {
    .single-post .entry-content .wideimg {
        width: 91vw;
        margin-left: -13vw!important;
    }
}

@media (max-width:2100px) {
    .single-post .entry-content .wideimg {
        width: 92vw;
    }
}

@media (max-width:2050px) {
    .single-post .entry-content .wideimg {
        width: 92.5vw;
    }
}

@media (max-width:2000px) {
    .single-post .entry-content .wideimg {
        width: 93.25vw;
    }
}

@media (max-width:1950px) {
    .single-post .entry-content .wideimg {
        width: 94vw;
    }
}

@media (max-width:1900px) {
    .single-post .entry-content .wideimg {
        width: 94.75vw;
    }
}

@media (max-width:1850px) {
    .single-post .entry-content .wideimg {
        width: 96.5vw;
        margin-left: -14vw!important;
    }
}

@media (max-width:1800px) {
    .single-post .entry-content .wideimg {
        width: 97.5vw;
        height: 50vh;
        margin-left: -21vw!important;
    }
}

@media (max-width:1700px) {
    .single-post .entry-content .wideimg {
        width: 98.25vw;
    }
}

@media (max-width:1650px) {
    .single-post .entry-content .wideimg {
        width: 97vw;
        margin-left: -19vw!important;
    }
}

@media (max-width:1600px) {
    .single-post .entry-content .wideimg {
        width: 98vw;
    }
}

@media (max-width:1550px) {
    .single-post .entry-content .wideimg {
        width: 97.5vw;
        margin-left: -18vw!important;
    }
}

@media (max-width:1550px) {
    .single-post .entry-content .wideimg {
        width: 97.5vw;
        margin-left: -17vw!important;
    }
}

@media (max-width:1500px) {
    .single-post .entry-content .wideimg {
        width: 97.5vw;
        margin-left: -16vw!important;
    }
}

@media (max-width:1400px) {
    .single-post .entry-content .wideimg {
        width: 97.25vw;
        margin-left: -14vw!important;
    }
}

@media (max-width:1350px) {
    .single-post .entry-content .wideimg {
        width: 97.25vw;
        margin-left: -13vw!important;
    }
}

@media (max-width:1300px) {
    .single-post .entry-content .wideimg {
        width: 97vw;
        margin-left: -11vw!important;
    }
}

@media (max-width:1250px) {
    .single-post .entry-content .wideimg {
        width: 96.25vw;
        margin-left: -9vw!important;
    }
}

@media (max-width:1200px) {
    .single-post .entry-content .wideimg {
        width: 96.25vw;
        margin-left: -7vw!important;
    }
}

@media (max-width:1160px) {
    .single-post .entry-content .wideimg {
        width: 94.75vw;
        margin-left: -10vw!important;
    }
}

@media (max-width:1050px) {
    .single-post .entry-content .wideimg {
        width: 94.25vw;
        margin-left: -10vw!important;
    }
}

@media (max-width:1000px) {
    .single-post .entry-content .wideimg {
        width: 100vw;
        margin-left: -95px!important;
    }
}

@media (max-width:800px) {
    .single-post .entry-content .wideimg {
        margin-left: -50px!important;
        height: 40vh;
    }
}

@media (max-width:460px) {
    .single-post .entry-content .wideimg {
        margin-left: -25px!important;
        height: 25vh;
    }
}

.single-post .entry-content .wideimg img {
    width: 100%;
    max-width: none;
}

.single-post .entry-content .size-large {
    width: 100%
}

@media (max-width:1160px) {
    .single-post .entry-content .size-large {
        width: 80%;
        margin: 30px;
        padding: 0;
    }
}

@media (max-width:1000px) {
    .single-post .entry-content .size-large {
        width: 100%;
        margin: 50px 0!important;
    }
}

@media (min-width:1800px) {
    .single-post .entry-content .size-medium,
    .single-post .entry-content .size-thumbnail,
    .single-post .entry-content img {
        max-width: 1080px;
    }
}

.single-post .entry-content .size-full {
    width: 100%;
    max-width: 900px;
}

.single-post .entry-header {
    padding: 0;
    max-width: none;
}

@media (min-width:1800px) {
    .single-post .entry-header {
        margin-left: 0!important;
        padding-left: 95px!important;
    }
}

.single-post .entry-header .wrapper--inner {
    max-width: none;
}

.single-post .single__header {
    padding: 120px 0 50px 0!important;
    max-width: 900px!important;
    margin: 0 auto;
}

@media (min-width:1800px) {
    .single-post .single__header {
        max-width: 1080px!important;
        margin: 0;
        margin-left: calc(((100vw - 95px - 1080px)/ 2) - 95px);
    }
}

@media (max-width:1000px) {
    .single-post .single__header {
        max-width: none!important;
        margin-left: 0;
        padding: 80px 0 50px 0;
    }
}

@media (max-width:667px) {
    .single-post .single__header {
        padding: 70px 0 50px 0!important;
    }
}

.single-post .single__header h1 {
    color: #25aae1;
    font-size: 4.8rem;
    font-weight: 300;
    font-family: Museo-Light, Arial, Sans-Serif;
    line-height: 1.3;
}

@media (max-width:1000px) {
    .single-post .single__header h1 {
        padding-left: 95px;
        padding-right: 95px;
    }
}

@media (max-width:800px) {
    .single-post .single__header h1 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width:667px) {
    .single-post .single__header h1 {
        font-size: 3.2rem;
        width: 100%
    }
}

@media (max-width:460px) {
    .single-post .single__header h1 {
        font-size: 3rem;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.single-post .single__header .avatar {
    border-radius: 50%;
    max-width: 45px;
    max-height: 45px;
}

.single-post .single__header .entry-meta {
    -ms-flex-align: center;
    align-items: center;
    margin-top: 65px;
}

@media (max-width:1000px) {
    .single-post .single__header .entry-meta {
        padding-left: 95px;
        padding-right: 95px;
    }
}

@media (max-width:800px) {
    .single-post .single__header .entry-meta {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width:460px) {
    .single-post .single__header .entry-meta {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.single-post .single__header p {
    margin: 0;
    margin-left: 15px;
    font-size: 1.8rem;
}

@media (max-width:667px) {
    .single-post .single__header p {
        font-size: 1.5rem;
    }
}

.single-post .single__header a {
    color: #4a4a4a;
}

.single-post .single__header a:hover {
    color: #25aae1;
}

.single-post .single__header .social-shares {
    padding: 0;
    margin: 0;
    margin-top: 35px;
    list-style: none;
}

@media (max-width:1000px) {
    .single-post .single__header .social-shares {
        padding: 0 95px;
    }
}

@media (max-width:850px) {
    .single-post .single__header .social-shares {
        padding: 0 50px;
    }
}

@media (max-width:460px) {
    .single-post .single__header .social-shares {
        padding: 0 25px;
    }
}

.single-post .single__header .social-shares li {
    display: inline-block;
    padding-right: 8px;
}

.single-post .single__header .social-shares li .fb_iframe_widget {
    top: -6px;
}

.single-post .single__postThumb {
    height: 780px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.single-post .single__postThumb .hero__images {
    position: relative;
    width: 100%;
    height: 100%
}

.single-post .single__postThumb .hero__images img {
    position: absolute;
    height: 100%!important;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

@media all and (min-width:1760px) {
    .single-post .single__postThumb {
        height: 960px;
    }
}

@media (max-width:1000px) {
    .single-post .single__postThumb {
        height: 590px;
    }
}

@media (max-width:667px) {
    .single-post .single__postThumb {
        height: 350px;
    }
}

.single-post .single__content {
    margin-top: -200px;
    padding-top: 90px;
    padding-bottom: 90px;
    background: #fff;
    width: calc(100% - 95px);
}

@media (min-width:1800px) {
    .single-post .single__content {
        width: auto;
        margin-top: -200px!important;
    }
}

@media (max-width:1000px) {
    .single-post .single__content {
        margin-top: 0;
        padding-top: 70px;
        padding-bottom: 40px;
        width: 100%
    }
}

@media (max-width:667px) {
    .single-post .single__content {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.single-post .single__sidePad {
    padding-right: 190px;
}

@media (max-width:1000px) {
    .single-post .single__sidePad {
        padding-right: 0;
    }
}

.single-post .single__middleImage {
    position: relative;
    right: -3%;
    height: 650px;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:1000px) {
    .single-post .single__middleImage {
        position: static;
        height: 590px;
    }
}

@media (max-width:667px) {
    .single-post .single__middleImage {
        height: 350px;
    }
}

.single-post .single__content--secondary,
.single-post .single__tags {
    position: relative;
    left: 95px;
    background: #fff;
    width: calc(100% - 95px);
}

@media (min-width:1800px) {
    .single-post .single__content--secondary,
    .single-post .single__tags {
        width: auto;
        left: 0;
        margin-left: calc((100vw - 1600px)/ 2)!important;
    }
}

@media (max-width:1000px) {
    .single-post .single__content--secondary,
    .single-post .single__tags {
        left: 0;
    }
}

@media (max-width:667px) {
    .single-post .single__content--secondary,
    .single-post .single__tags {
        padding-top: 20px;
        width: calc(100% - 45px);
    }
}

.single-post .single__content--secondary .wrapper--inner,
.single-post .single__tags .wrapper--inner {
    padding: 0;
}

@media (min-width:1800px) {
    .single-post .single__content--secondary .wrapper--inner,
    .single-post .single__tags .wrapper--inner {
        margin: 0;
    }
}

@media (max-width:1160px) {
    .single-post .single__content--secondary .wrapper--inner,
    .single-post .single__tags .wrapper--inner {
        width: 100%
    }
}

.single-post .single__content--secondary {
    padding-top: 100px;
    padding-bottom: 80px;
}

@media (max-width:1000px) {
    .single-post .single__content--secondary {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.single-post .single__sidePad.entry-content {
    padding-top: 50px;
}

.single .tags-links {
    margin: 0 0 100px;
    margin-left: calc(((100vw - 900px)/ 2) - 95px);
}

.single-post .tags-links p {
    font-size: 2rem;
}

@media (min-width:1800px) {
    .single .tags-links {
        margin-left: calc(((100vw - 1200px)/ 2) - ((100vw - 1200px)/ 3));
    }
}

@media (max-width:1160px) {
    .single .tags-links {
        margin-left: 0;
        max-width: 900px;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

@media (max-width:1000px) {
    .single .tags-links {
        padding-left: 95px;
        padding-right: 95px;
        width: 100%
    }
}

@media (max-width:800px) {
    .single .tags-links {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.single .tags-links a {
    color: #4a4a4a;
}

.single .tags-links a:focus,
.single-post .tags-links a:hover {
    color: #25aae1;
}

@media (max-width:1000px) {
    .single .edit-link {
        padding-left: 95px;
        padding-right: 95px;
    }
}

@media (max-width:800px) {
    .single .edit-link {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width:460px) {
    .single .edit-link {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.single-post .single__next-post {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20% 100px 0;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    left: -3%
}

@media (min-width:1800px) {
    .single-post .single__next-post {
        padding: 0 30% 100px 0;
    }
}

@media (max-width:1000px) {
    .single-post .single__next-post {
        left: 5%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        padding-bottom: 50px;
    }
    .single-post .single__next-post p {
        font-size: 1.6rem;
    }
}

@media (max-width:800px) {
    .single-post .single__next-post {
        padding: 0;
    }
}

@media (max-width:680px) {
    .single-post .single__next-post {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.single-post .single__next-post>* {
    width: 48%
}

@media (max-width:680px) {
    .single-post .single__next-post>* {
        width: 100%
    }
}

.single-post .single__next-post a {
    color: #25aae1;
}

.single-post .single__next-post h3 {
    font-size: 3.2rem;
    margin: 0 0 30px 0;
}

@media (max-width:1000px) {
    .single-post .single__next-post h3 {
        font-size: 2.4rem;
    }
}

.single-post .single__next-post h3 span {
    display: block;
}

.posts-next-container {
    max-width: 1280px!important;
}

@media (max-width:1000px) {
    .posts-next-container {
        max-width: 90%!important;
    }
}

.posts-next-container a:hover {
    text-decoration: none;
}

.single__subscribe {
    position: relative;
    left: -3%;
    padding-bottom: 100px;
}

@media (max-width:667px) {
    .single__subscribe {
        padding-bottom: 70px;
    }
}

.author .cta__container,
.blog .cta__container,
.cta__container,
.page-template-archive-blog .cta__container,
.search .cta__container,
.single-post .cta__container {
    overflow: hidden;
    margin-bottom: 100px;
}

@media (max-width:1000px) {
    .author .cta__container,
    .blog .cta__container,
    .cta__container,
    .page-template-archive-blog .cta__container,
    .search .cta__container,
    .single-post .cta__container {
        position: relative!important;
        left: 5%
    }
}

.author .cta__container .cta__pattern,
.blog .cta__container .cta__pattern,
.cta__container .cta__pattern,
.page-template-archive-blog .cta__container .cta__pattern,
.search .cta__container .cta__pattern,
.single-post .cta__container .cta__pattern {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.archive .content-area,
.author .content-area,
.page-template-archive-blog .content-area,
.search .content-area {
    overflow: hidden;
}

.archive .wrapper--inner,
.author .wrapper--inner,
.page-template-archive-blog .wrapper--inner,
.search .wrapper--inner {
    position: relative;
}

.archive p,
.author p,
.page-template-archive-blog p {
    font-size: 2rem;
}

.archive a,
.author a,
.page-template-archive-blog a,
.search a {
    color: #25aae1;
}

.archive .post__image-container,
.author .post__image-container,
.page-template-archive-blog .post__image-container,
.search .post__image-container {
    display: block;
    max-width: 396px;
}

.archive .post__image-container img,
.author .post__image-container img,
.page-template-archive-blog .post__image-container img,
.search .post__image-container img {
    display: block;
}

.archive .avatar,
.author .avatar,
.page-template-archive-blog .avatar,
.search .avatar {
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
}

.archive .entry-meta,
.author .entry-meta,
.page-template-archive-blog .entry-meta,
.search .entry-meta {
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
}

.archive .entry-meta img,
.author .entry-meta img,
.page-template-archive-blog .entry-meta img,
.search .entry-meta img {
    margin-right: 15px;
}

.archive .author__subscript,
.author .author__subscript,
.page-template-archive-blog .author__subscript,
.search .author__subscript {
    font-size: 1.7rem;
}

.archive .archive__header,
.archive .author__header,
.archive .old-posts-header,
.archive .search__header,
.author .archive__header,
.author .author__header,
.author .old-posts-header,
.author .search__header,
.page-template-archive-blog .archive__header,
.page-template-archive-blog .author__header,
.page-template-archive-blog .old-posts-header,
.page-template-archive-blog .search__header,
.search .archive__header,
.search .author__header,
.search .old-posts-header,
.search .search__header {
    padding: 120px 0 90px;
    max-width: 850px;
    margin: 0 auto;
}

.archive .archive__header h1,
.archive .author__header h1,
.archive .old-posts-header h1,
.archive .search__header h1,
.author .archive__header h1,
.author .author__header h1,
.author .old-posts-header h1,
.author .search__header h1,
.page-template-archive-blog .archive__header h1,
.page-template-archive-blog .author__header h1,
.page-template-archive-blog .old-posts-header h1,
.page-template-archive-blog .search__header h1,
.search .archive__header h1,
.search .author__header h1,
.search .old-posts-header h1,
.search .search__header h1 {
    font-size: 2.5rem;
}

@media (max-width:770px) {
    .archive .archive__header,
    .archive .author__header,
    .archive .old-posts-header,
    .archive .search__header,
    .author .archive__header,
    .author .author__header,
    .author .old-posts-header,
    .author .search__header,
    .page-template-archive-blog .archive__header,
    .page-template-archive-blog .author__header,
    .page-template-archive-blog .old-posts-header,
    .page-template-archive-blog .search__header,
    .search .archive__header,
    .search .author__header,
    .search .old-posts-header,
    .search .search__header {
        max-width: 396px;
    }
}

@media (max-width:665px) {
    .archive .archive__header,
    .archive .author__header,
    .archive .old-posts-header,
    .archive .search__header,
    .author .archive__header,
    .author .author__header,
    .author .old-posts-header,
    .author .search__header,
    .page-template-archive-blog .archive__header,
    .page-template-archive-blog .author__header,
    .page-template-archive-blog .old-posts-header,
    .page-template-archive-blog .search__header,
    .search .archive__header,
    .search .author__header,
    .search .old-posts-header,
    .search .search__header {
        padding: 30px 0 50px;
    }
}

@media (max-width:460px) {
    .archive .archive__header,
    .archive .author__header,
    .archive .old-posts-header,
    .archive .search__header,
    .author .archive__header,
    .author .author__header,
    .author .old-posts-header,
    .author .search__header,
    .page-template-archive-blog .archive__header,
    .page-template-archive-blog .author__header,
    .page-template-archive-blog .old-posts-header,
    .page-template-archive-blog .search__header,
    .search .archive__header,
    .search .author__header,
    .search .old-posts-header,
    .search .search__header {
        padding: 30px 25px 50px;
    }
}

.archive .old-posts-header,
.author .old-posts-header,
.page-template-archive-blog .old-posts-header,
.search .old-posts-header {
    max-width: 1280px;
    margin: 0 auto!important;
}

.archive .old-posts-header,
.author .old-posts-header,
.page-template-archive-blog .old-posts-header,
.search .old-posts-header {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.archive .old-posts-header h1,
.author .old-posts-header h1,
.page-template-archive-blog .old-posts-header h1,
.search .old-posts-header h1 {
    font-size: 3rem;
}

.archive .author__post,
.author .author__post,
.page-template-archive-blog .author__post,
.search .author__post {
    max-width: 850px;
    margin: 0 auto;
    font-size: 1.7rem;
    margin-bottom: 100px;
}

.archive .author__post h2,
.author .author__post h2,
.page-template-archive-blog .author__post h2,
.search .author__post h2 {
    font-size: 2.2rem;
    margin: 0;
}

@media (max-width:770px) {
    .archive .author__post h2,
    .author .author__post h2,
    .page-template-archive-blog .author__post h2,
    .search .author__post h2 {
        margin-top: 20px;
    }
}

.archive .author__post p,
.author .author__post p,
.page-template-archive-blog .author__post p,
.search .author__post p {
    margin: 15px 0 0 0;
}

.archive .author__post .fb-container,
.author .author__post .fb-container,
.page-template-archive-blog .author__post .fb-container,
.search .author__post .fb-container {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:770px) {
    .archive .author__post .fb-container,
    .author .author__post .fb-container,
    .page-template-archive-blog .author__post .fb-container,
    .search .author__post .fb-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.archive .author__post .fb-container>*,
.author .author__post .fb-container>*,
.page-template-archive-blog .author__post .fb-container>*,
.search .author__post .fb-container>* {
    width: 47%
}

@media (max-width:770px) {
    .archive .author__post .fb-container>*,
    .author .author__post .fb-container>*,
    .page-template-archive-blog .author__post .fb-container>*,
    .search .author__post .fb-container>* {
        width: 100%;
        max-width: 396px;
    }
}

.archive .search__noResults,
.author .search__noResults,
.page-template-archive-blog .search__noResults,
.search .search__noResults {
    text-align: center;
}

.subscribe__overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: scroll;
    background: #242424;
    z-index: 2000;
    max-height: 100vh;
    color: #fff;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.subscribe__overlay>* {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
}

.subscribe__overlay>::-webkit-scrollbar {
    display: none;
}

.subscribe__overlay .subscribe__button--exit {
    height: auto;
}

@media (max-width:850px) {
    .subscribe__overlay .subscribe__button--exit {
        right: 10px;
        top: 30px;
    }
}

.subscribe__overlay .subscribe__button--exit svg {
    width: 55px;
}

@media (max-width:850px) {
    .subscribe__overlay .subscribe__button--exit svg {
        width: 35px;
    }
}

.subscribe__overlay .subscribe__button--exit svg g {
    fill: #fbbf13;
    stroke: #fbbf13;
}

.subscribe__overlay .subscribe__container {
    max-width: 750px;
    padding: 0 35px;
    font-family: Museo-Light, Arial, Sans-Serif;
    margin: 0 auto;
    -ms-overflow-style: none;
}

@media (max-width:850px) {
    .subscribe__overlay .subscribe__container {
        width: 100%
    }
}

.subscribe__overlay .subscribe__container h1 {
    font-size: 3.2rem;
    font-family: Museo-Light, Arial, Sans-Serif;
    margin-bottom: 20px;
    margin-top: 100px;
    max-width: 650px;
}

@media (max-width:1000px) {
    .subscribe__overlay .subscribe__container h1 {
        font-size: 2rem;
        padding-right: 20%
    }
}

@media (max-width:667px) {
    .subscribe__overlay .subscribe__container h1 {
        margin-top: 50px;
        padding-right: 10%
    }
}

.subscribe__overlay form {
    color: #fff;
}

.subscribe__overlay .half {
    float: left;
    width: 50%
}

.subscribe__overlay fieldset {
    max-width: none!important;
}

@media (max-width:850px) {
    .subscribe__overlay fieldset.form-columns-2 .hs-form-field {
        width: 100%!important;
        float: none;
    }
}

.subscribe__overlay fieldset.form-columns-1 .input,
.subscribe__overlay fieldset.form-columns-2 .input {
    margin-right: 0!important;
}

.subscribe__overlay fieldset.form-columns-1 .hs-input {
    width: 100%!important;
}

@media (max-width:400px) {
    .subscribe__overlay form .form-columns-2 .hs-form-field .hs-input,
    .subscribe__overlay form .form-columns-3 .hs-form-field .hs-input {
        width: 100%!important;
    }
}

@media (max-device-width:480px) and (min-device-width:320px) {
    .subscribe__overlay form .form-columns-2 .hs-form-field .hs-input,
    .subscribe__overlay form .form-columns-3 .hs-form-field .hs-input {
        width: 100%!important;
    }
}

.subscribe__overlay .hs-input,
.subscribe__overlay .subscribe__input {
    background-color: #242424;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 15px 20px;
    font-size: 2rem;
    margin: 0;
    display: block;
    width: 100%;
    color: #fff!important;
}

@media (max-width:1000px) {
    .subscribe__overlay .hs-input,
    .subscribe__overlay .subscribe__input {
        padding: 15px;
        font-size: 1.6rem;
    }
}

@media (max-width:850px) {
    .subscribe__overlay .hs-input,
    .subscribe__overlay .subscribe__input {
        padding: 10px 15px;
    }
}

.subscribe__overlay textarea {
    min-height: 150px;
}

@media (max-width:850px) {
    .subscribe__overlay textarea {
        min-height: 70px;
    }
}

.subscribe__overlay .primary,
.subscribe__overlay .subscribe__input--submit {
    max-width: 246px;
    min-width: 246px;
    padding: 15px 0;
    border-radius: 0;
    color: #10455b;
    border: none;
    margin-top: 20px;
    background: #fbbf13;
    font-size: 2.4rem;
    transition: .3s;
}

.subscribe__overlay .primary:hover,
.subscribe__overlay .subscribe__input--submit:hover {
    background: repeating-linear-gradient(-55deg, transparent, transparent 6px, #f6cc2d 10px, #f6cc2d 2px), #fbbf13;
}

@media (max-width:1000px) {
    .subscribe__overlay .primary,
    .subscribe__overlay .subscribe__input--submit {
        padding: 15px 0;
        font-size: 2rem;
    }
}

.subscribe__thankyou {
    display: none;
    margin: auto;
    position: absolute;
    max-width: 650px;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subscribe__thankyou p {
    font-size: 3.2rem;
    color: #fff;
}

@media (max-width:1000px) {
    .subscribe__thankyou p {
        font-size: 2.5rem;
    }
}

@media (max-width:420px) {
    .subscribe__thankyou p {
        font-size: 2rem;
    }
}

@media (min-width:1400px) {
    .archive .wrapper--inner,
    .author .wrapper--inner,
    .blog .wrapper--inner,
    .page-template-archive-blog .wrapper--inner,
    .search .wrapper--inner {
        margin: 0 auto;
    }
}

@media (max-width:1160px) {
    .blog .blog__searchBar a,
    .blog .blog__searchBar button {
        margin: 40px 0;
    }
    .single-resources .resource__content--aside {
        margin-left: 30px;
    }
    .single-resources .resource__content--form h2 {
        font-size: 2.5rem;
        margin-bottom: 25px;
    }
    .single-resources .resource__content--form {
        padding: 25px;
    }
    .page-template-archive-resources .resources__resource a {
        font-size: 2rem;
    }
}

@media (max-width:1000px) {
    .single-resources .resource__content {
        margin-top: 0;
        padding-top: 0;
        padding-right: 0;
        position: relative;
    }
    .single-resources .resource__content--aside,
    .single-resources .resource__content--content {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .single-resources .resource__content--content {
        position: relative;
        top: -80px;
    }
    .single-resources .resource__content--aside {
        margin-left: 0;
        position: static;
    }
    .single-resources .resource__content--form {
        top: -120px;
        width: 100%
    }
    .single-resources .resource__content--img {
        margin-top: 50px;
    }
    .single-resources .hero h2 {
        padding: 0 0 0 7.5%
    }
    .single-press_release aside {
        width: 95%!important;
    }
    .blog aside,
    .page-template-archive-blog aside,
    .single-post aside,
    .single-press_release aside {
        position: relative;
        left: 5%!important;
        background: #fff;
    }
    .author .cta__blog,
    .blog .cta__blog,
    .page-template-archive-blog .cta__blog,
    .search .cta__blog,
    .single-post .cta__blog,
    .single-press_release .cta__blog {
        padding: 60px;
    }
    .author .cta__blog p,
    .blog .cta__blog p,
    .page-template-archive-blog .cta__blog p,
    .search .cta__blog p,
    .single-post .cta__blog p,
    .single-press_release .cta__blog p {
        font-size: 3rem;
    }
}

@media (max-width:850px) {
    .contact .contact__location {
        -ms-flex: 1 1 250px;
        flex: 1 1 250px;
    }
    .blog .post__title--first .post__title a {
        font-size: 4rem;
    }
    .resources--search-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-template-archive-resources .resources--select {
        margin-right: 10px;
        margin-bottom: 0;
        max-height: 72px;
    }
    .page-template-archive-resources select {
        min-width: auto;
        -ms-flex: 1 1 250px;
        flex: 1 1 250px;
    }
    .blog .post,
    .page-template-archive-blog .post,
    .page-template-archive-resources .resources__resource {
        width: 48%
    }
    .blog .post:not(.post--first),
    .page-template-archive-blog .post {
        margin-bottom: 50px;
    }
    .blog .blog__searchBar a,
    .blog .blog__searchBar button {
        margin: 20px 0;
    }
    .blog .blog__searchBar a:hover,
    .blog .blog__searchBar button:hover {
        text-decoration: none;
    }
}

@media (max-width:600px) {
    .page-template-archive-resources select {
        margin: 20px 0;
    }
    .contact .contact__location {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .blog .post__title--first {
        max-width: 70%
    }
    .blog .post__title--first .post__title a {
        font-size: 3rem;
    }
    .blog .post__category,
    .page-template-archive-blog .post__category {
        font-size: 12px;
    }
    .blog .post__title--first .post__category {
        min-width: 90px;
    }
    .page-template-archive-resources .resources--select {
        margin-right: 0;
    }
    .page-template-archive-resources select {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .blog .post:not(.post--first),
    .page-template-archive-blog .post,
    .page-template-archive-resources .resources__resource {
        width: 100%;
        max-width: 396px;
        margin: 0 auto 60px;
    }
    .author .cta__blog form,
    .blog .cta__blog form,
    .page-template-archive-blog .cta__blog form,
    .search .cta__blog form,
    .single-post .cta__blog form,
    .single-press_release .cta__blog form {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .author input.primary,
    .blog input.primary,
    .page-template-archive-blog input.primary,
    .single-post input.primary,
    .single-press_release input.primary {
        max-width: 180px;
        margin-top: 12px;
        font-size: 1.7rem;
    }
    .author .hs-input,
    .blog .hs-input,
    .page-template-archive-blog .hs-input,
    .search .hs-input,
    .single-post .hs-input,
    .single-press_release .hs-input {
        padding: 15px;
        font-size: 1.7rem;
    }
    .author .cta__blog,
    .blog .cta__blog,
    .page-template-archive-blog .cta__blog,
    .search .cta__blog,
    .single-post .cta__blog,
    .single-press_release .cta__blog {
        height: 400px;
    }
    .author .cta__blog p,
    .blog .cta__blog p,
    .page-template-archive-blog .cta__blog p,
    .search .cta__blog p,
    .single-post .cta__blog p,
    .single-press_release .cta__blog p {
        font-size: 2.5rem;
    }
}

@media (max-width:460px) {
    .blog .post__title--first .post__title a {
        font-size: 2.4rem;
    }
    .blog .post__title--first {
        max-width: 78%
    }
    .blog button,
    .page-template-archive-blog button {
        padding: 0 15px;
    }
    .single-resources .resource__input--half {
        width: 100%
    }
    .single-resources .resource__input--first {
        border-right: 1px solid #10455b;
    }
    .single-resources .resource__input--lastName {
        border-top: none;
    }
    .author .cta__blog,
    .blog .cta__blog,
    .page-template-archive-blog .cta__blog,
    .search .cta__blog,
    .single-post .cta__blog,
    .single-press_release .cta__blog {
        padding: 40px;
    }
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

a {
    color: #25aae1;
}

a:hover {
    text-decoration: underline;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    font-family: Museo-Normal, Arial, Sans-Serif;
    font-size: 62.5%
}

body,
button,
input,
select,
textarea {
    color: #404040;
    line-height: 1.5;
    font-size: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box;
}

*,
 :after,
 :before {
    box-sizing: inherit;
}

body {
    background: #fff;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

.bg-offset-color {
    background-color: #f2f2f2;
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: right;
    font-size: 3.2rem;
    padding: 120px 0;
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: left;
    font-size: 3.2rem;
    padding: 120px 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal!important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em!important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em!important;
    margin-bottom: 1.5em!important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 1.5em!important;
}

.alignnone {
    margin-bottom: 1.5em!important;
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%
}

button {
    background: 0 0;
    border: none;
    cursor: pointer;
}

.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.group-blog .byline,
.single .byline {
    display: inline;
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper--outer {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto!important;
    padding: 0 70px;
}

.wrapper--inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 95px;
}

.wrapper--offset {
    position: relative;
    left: 95px;
}

.wrapper--unset {
    position: relative;
    background: orange;
    width: 120%
}

.fb-container {
    display: -ms-flexbox;
    display: flex;
}

a {
    text-decoration: none;
}

.display-it {
    display: block!important;
}

.show-it {
    opacity: 1!important;
    transition: all .5s ease;
}

.slant-prong-right {
    transform: rotate(45deg);
    top: 48%!important;
    background: #fbbf13!important;
}

.fade-prong {
    opacity: 0;
    background: #fbbf13!important;
}

.slant-prong-left {
    transform: rotate(-45deg);
    top: 50%!important;
    background: #fbbf13!important;
}

@media screen and (max-width:1024px) {
    .mobile-fixed-wrapper .consumer-btn {
        background: transparent url(img/consumers-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .agency-btn {
        background: transparent url(img/agency-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .technology-btn {
        background: transparent url(img/technology-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .healthcare-btn {
        background: transparent url(img/healthcare-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .financial-btn {
        background: transparent url(img/financial-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .public-btn {
        background: transparent url(img/publicaffairs-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .media-btn {
        background: transparent url(img/media-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .retail-btn {
        background: transparent url(img/retail-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .company-btn {
        background: transparent url(img/company-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .careers-btn {
        background: transparent url(img/careers-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .contact-btn {
        background: transparent url(img/contact-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .press-btn {
        background: transparent url(img/press-icon.png) left 100px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .menu-top-container ul li a {
        margin: 0 100px;
    }
    .mobile-fixed-wrapper .mbl-industries:after {
        left: 210px;
    }
    .mobile-fixed-wrapper .mbl-about:after {
        left: 170px;
    }
    .mobile-fixed-wrapper .mobile-nav h1 {
        margin: 40px 0 0 75px;
    }
    .menu-toggle {
        position: fixed;
        top: 30px;
        right: 40px;
        z-index: 2000;
        font-size: 2rem;
        color: grey;
    }
    .site-branding {
        position: relative;
        z-index: 2000;
    }
    .main-navigation {
        display: none;
    }
    .mobile-nav {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1500;
    }
    .hero--home h2 {
        font-size: 5.5rem;
    }
    .hero--home h3 {
        top: 30%;
        line-height: 1.25;
    }
    .home__content p {
        font-size: 2.6rem;
        padding-right: 0;
    }
    .home .services .wrapper--inner {
        padding: 0 100px!important;
    }
    .home .blogs h4 {
        font-size: 1.8rem;
    }
    .home .blogs .image-holder {
        height: 180px;
    }
    .home .clients p {
        font-size: 2.8rem;
        padding-right: 0;
    }
    .careers .quotes .the_quotes {
        padding: 0 50px;
    }
    .careers .quotes .the_quotes p {
        padding-bottom: 50px;
    }
    .careers .quotes .quote_wrapper:nth-child(2) .the_quotes {
        padding-left: 50px;
    }
    .site-info ul {
        width: 100%
    }
    .cta.wrapper--offset {
        position: relative;
        margin-left: 95px;
    }
    .cta__get-started {
        padding: 100px;
    }
}

@media (min-width:1800px) {
    .wrapper--outer {
        padding: 0;
    }
    .wrapper--inner {
        padding: 0!important;
        margin: 0;
        margin-left: 95px;
    }
    .wrapper--offset {
        left: 0;
        margin: 0 auto!important;
        margin-left: calc((100vw - 1600px)/ 2)!important;
    }
    .about section:nth-of-type(2),
    .careers section:nth-of-type(2),
    .communities section:nth-of-type(2),
    .industries section:nth-of-type(2),
    .what-we-do section:nth-of-type(2) {
        margin-top: -200px!important;
    }
    .about li,
    .about p,
    .careers p,
    .communities li,
    .communities p,
    .solutions p,
    .what-we-do p {
        max-width: 1180px;
    }
    .hero h2,
    .hero h3 {
        margin: 0 auto;
        padding: 0;
        width: 100%
    }
    .hero h2.wrapper--inner,
    .hero h3.wrapper--inner {
        margin: 0 auto!important;
        padding: 0!important;
        padding-right: 10%!important;
    }
    .colour-wrapper {
        background: #fff;
        margin: 0 auto!important;
        margin-left: calc(((100vw - 1600px)/ 2))!important;
    }
    .home .blogs .wrapper--inner {
        max-width: 1180px;
        width: 100%
    }
    .home .services {
        margin: 0 auto!important;
        margin-left: calc(((100vw - 1600px)/ 2) - 95px)!important;
    }
    .home .services .wrapper--inner {
        max-width: 1180px;
        width: 100%;
        padding: 0 100px!important;
    }
    .home .clients {
        margin: 0!important;
        max-width: 1500px;
        background-color: #fff;
        max-width: 1280px;
    }
    .home .clients .clients--wrapper {
        padding: 75px 60px!important;
        margin: 0;
    }
    .home .clients p {
        padding-right: 0!important;
    }
    .home .home__content p {
        padding-right: 0;
    }
    .hero--about .headline,
    .hero--careers .headline,
    .hero--communities .headline,
    .hero--industries .headline,
    .hero--resources .headline,
    .hero--single-resources .headline,
    .hero--what-we-do .headline {
        margin: 0 auto!important;
        width: 100%;
        max-width: 1600px;
    }
    .hero--about .headline h2,
    .hero--about .headline h3,
    .hero--careers .headline h2,
    .hero--careers .headline h3,
    .hero--communities .headline h2,
    .hero--communities .headline h3,
    .hero--industries .headline h2,
    .hero--industries .headline h3,
    .hero--resources .headline h2,
    .hero--resources .headline h3,
    .hero--single-resources .headline h2,
    .hero--single-resources .headline h3,
    .hero--what-we-do .headline h2,
    .hero--what-we-do .headline h3 {
        margin-left: 0;
        padding-right: 40%!important;
    }
    .hero--single-resources .headline h2,
    .hero--single-resources .headline h3 {
        padding-right: 60%!important;
    }
    .industries .intro {
        padding-right: 40%!important;
    }
    .industries .ind-communities .community__item {
        max-width: 600px;
    }
    .industries .ind-solutions h4 {
        padding-right: 0;
    }
    .industries .ind-solutions .solution__item {
        max-width: 600px;
    }
    .industries .download .wrapper--inner {
        width: auto;
        margin-left: calc(((100vw - 1600px)/ 2) - 95px)!important;
    }
    .industries .download .wrapper--inner .image {
        width: 40%
    }
    .industries .download .wrapper--inner .copy {
        width: 60%
    }
    .industries .download .wrapper--inner .copy .info-block {
        left: 40%
    }
    .industries .download .wrapper--inner .copy .info-block p {
        width: 60%
    }
    .industries .logos .wrapper--inner {
        max-width: 1280px;
    }
    .industries .logos .logo--item {
        max-width: 250px;
    }
    .industries .quote {
        max-width: 1400px;
        margin-left: 0!important;
    }
    .industries .quote .quote_wrapper {
        width: 88%!important;
    }
    .industries .story .wrapper--inner {
        max-width: 1280px;
    }
    .what-we-do .services p,
    .what-we-do p {
        padding-right: 0;
    }
    .what-we-do .community__item {
        max-width: 600px;
    }
    .what-we-do .community__item img {
        width: 100%
    }
    .what-we-do .insight .insight__text {
        max-width: 600px;
    }
    .what-we-do .insight img {
        width: 100%;
        max-width: 600px;
    }
    .cta__about,
    .cta__careers,
    .cta__get-started,
    .cta__home,
    .cta__industry,
    .cta__insight,
    .cta__market,
    .cta__resource,
    .cta__what {
        margin-left: 95px!important;
    }
    .cta__about p,
    .cta__careers p,
    .cta__get-started p,
    .cta__home p,
    .cta__industry p,
    .cta__insight p,
    .cta__market p,
    .cta__resource p,
    .cta__what p {
        max-width: 1080px;
    }
    .resource__list,
    .resources--search-container {
        max-width: 1280px;
        margin: 0 auto;
    }
    .hero--resources .headline h2,
    .hero--resources .headline h3 {
        max-width: 1280px;
        margin: 0 auto;
    }
    .about__content p {
        padding-right: 20%
    }
    .approach .approach__text {
        max-width: 650px;
    }
    .team-member {
        max-width: 1600px;
        margin: 0 auto;
        padding-bottom: 90px;
        margin-top: 60px;
    }
    .team-member .team-member__info {
        width: 50%
    }
    .single-resources .resource__content {
        padding: 90px 0!important;
        max-width: 1180px;
    }
    .single-resources .hero h2 {
        max-width: none;
    }
    .communities .download .wrapper--inner {
        width: auto;
        margin-left: calc(((100vw - 1600px)/ 2) - 95px)!important;
    }
    .communities .download .wrapper--inner .image {
        width: 40%
    }
    .communities .download .wrapper--inner .copy {
        width: 60%
    }
    .communities .download .wrapper--inner .copy .info-block p {
        width: 45%
    }
    .communities section.outcome,
    .communities section.solution {
        padding-right: 25%
    }
    .communities section.outcome .grid__item img,
    .communities section.solution .grid__item img {
        max-height: 140px;
    }
    .communities section.insight-market {
        margin-left: calc(((100vw - 1600px)/ 2) - 95px)!important;
    }
    .communities__content h2,
    .communities__content p {
        padding-right: 0!important;
    }
    .targeting__grid {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .targeting__grid .grid__benefit {
        width: 40%
    }
    .careers .intro {
        padding-right: 35%
    }
    .careers .quotes:before {
        left: 35%
    }
    .careers .quotes .h4-wrapper {
        max-width: 1280px;
    }
    .careers .quotes .quote_wrapper:nth-child(2) .the_quotes {
        padding-right: 20%
    }
    .careers .quotes .quote_wrapper:nth-child(2) .quote_image {
        width: 35%
    }
    .careers .quotes .quote_wrapper:last-child .the_quotes {
        padding-left: 5%;
        padding-right: 5%
    }
    .careers .quotes .quote_wrapper:last-child .quote_image {
        width: 90%
    }
    .blog .wrapper--inner {
        max-width: 1280px;
    }
    .press-wrapper {
        max-width: 1600px;
        margin: 0 auto;
    }
    .press-wrapper .wrapper--inner {
        margin-left: 0;
        max-width: 1500px;
    }
    .press--single_release,
    .press__breadcrumb {
        max-width: 1600px;
        margin: 0 auto;
    }
    .press--single_release {
        margin-top: 75px;
    }
    .press-single-wrapper {
        width: 100%;
        padding-right: 25%
    }
    .contact {
        max-width: 1600px;
    }
    .contact .wrapper--inner {
        margin-left: 0;
    }
    .page-content {
        max-width: 1280px;
    }
    .copy-right,
    .site-info {
        padding-left: 0;
    }
}

@media (min-width:1400px) {
    .industries .ind-communities .community__item .item__text p,
    .industries .ind-solutions .solution__item .item__text p {
        font-size: 2rem;
    }
}

@media (max-width:1400px) {
    .main-navigation ul ul {
        padding: 40px 70px;
    }
    .main-navigation ul ul li {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%
    }
    .main-navigation ul ul li a {
        font-size: 1.6rem;
        padding: 120px 10px 0;
    }
    .consumer-btn {
        background-size: 70px;
    }
    .agency-btn {
        background-size: 80px;
    }
    .technology-btn {
        background-size: 80px;
    }
    .healthcare-btn {
        background-size: 65px;
    }
    .financial-btn {
        background-size: 45px;
    }
    .public-btn {
        background-size: 80px;
    }
    .media-btn {
        background-size: 70px;
    }
    .retail-btn {
        background-size: 50px;
    }
    .industries .story .wrapper--inner .copy p {
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .industries .ind-communities .community__item .item__text p,
    .industries .ind-solutions .solution__item .item__text p {
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .industries .ind-communities .community__item .item__text .item__title h3,
    .industries .ind-solutions .solution__item .item__text .item__title h3 {
        font-size: 1.6rem;
    }
    .industries .download .wrapper--inner .copy {
        padding-top: 70px;
        font-size: 2.75rem;
    }
    .industries .quote .quote_wrapper .quote_text {
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .industries .intro {
        padding-right: 10%
    }
    .industries .ind-solutions h4 {
        padding-right: 20%
    }
}

@media (max-width:1200px) {
    .menu-top-container {
        font-size: 1.6rem;
    }
    .menu-top-container ul li {
        padding-right: 30px;
    }
    .hero--industries h2 {
        font-size: 4rem;
        padding-right: 15%!important;
    }
    .hero--industries h3 {
        top: 18%;
        font-size: 2.8rem;
    }
    .industries .story .wrapper--inner .image {
        width: 100%;
        margin-right: 0;
        padding: 0 60px;
        margin-bottom: 50px;
    }
    .industries .story .wrapper--inner .copy {
        width: 100%;
        padding-right: 0;
    }
    .industries .story .wrapper--inner .copy p {
        font-size: 1.6rem;
    }
}

@media screen and (min-width:1025px) {
    .mobile-fixed-wrapper .mobile-nav {
        display: none;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .toggled {
        display: none;
    }
}

@media (max-width:1000px) {
    .wrapper--inner {
        padding: 0;
        width: 100%
    }
    .wrapper--offset {
        left: 0;
    }
    section.wrapper--offset {
        position: static;
        margin: 0;
        padding: 0 50px;
    }
    .hero {
        height: 590px;
    }
    .hero .stripe {
        bottom: -10px;
        width: 90%
    }
    .hero--home h2 {
        width: 100%!important;
        margin-bottom: 10px;
        padding-left: 50px!important;
    }
    .hero--home h3 {
        padding-left: 50px!important;
    }
    .hero h2.wrapper--inner,
    .hero h3.wrapper--inner {
        padding: 0 50px;
        width: 85%
    }
    .hero--industries h2 {
        padding-right: 0!important;
        top: 45%
    }
    .hero--industries h3 {
        top: 27.5%
    }
    .industries .intro {
        line-height: 1.75;
        padding-right: 35px;
    }
    .ind-communities p,
    .ind-solutions p {
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .ind-communities .community__item p {
        padding-right: 0;
    }
    .industries section:nth-of-type(2) {
        margin-top: 0;
    }
    .industries section:not(.hero) {
        padding-top: 50px;
    }
    .industries .ind-communities .community__item .item__text .item__title h3,
    .industries .ind-solutions .solution__item .item__text .item__title h3 {
        font-size: 1.6rem;
    }
    .industries .ind-solutions h4 {
        padding-right: 0;
    }
    .industries .download .wrapper--inner {
        width: 100%
    }
    .industries .download .wrapper--inner .copy {
        font-size: 2.6rem;
        height: 400px;
    }
    .industries .download .wrapper--inner .image {
        height: 400px;
    }
    .industries .quote .quote_wrapper .quote_text {
        font-size: 1.6rem;
        line-height: 1.75;
        padding: 0;
    }
    .home .hero--home h2 {
        font-size: 4.5rem;
    }
    .home .services {
        margin-left: 0;
        padding-bottom: 0!important;
    }
    .home .services .wrapper--inner {
        padding: 35px 70px!important;
    }
    .home .blogs {
        padding-top: 50px!important;
        padding-bottom: 60px!important;
    }
    .home .blogs .wrapper--inner {
        padding: 0;
    }
    .home .blogs article {
        margin-right: 2.5%;
        width: 31.5%
    }
    .home .blogs h4 {
        font-size: 1.8rem;
    }
    .home .clients {
        margin-left: 0;
        padding: 35px!important;
    }
    .home .clients p {
        font-size: 2.8rem;
        padding-right: 0;
    }
    .careers section:nth-of-type(2) {
        margin: 0;
    }
    .careers section:not(.hero) {
        padding-top: 40px;
    }
    .careers .intro {
        padding-bottom: 100px!important;
    }
    .careers .wrapper--inner {
        padding-right: 0;
    }
    .careers .quotes {
        position: relative;
        padding-top: 75px!important;
    }
    .careers .quotes:before {
        top: -30px;
    }
    .careers .quotes .quote_wrapper {
        display: block;
    }
    .careers .quotes .quote_wrapper:last-child {
        padding-bottom: 0;
    }
    .careers .quotes .quote_image {
        width: 100%;
        height: 300px;
        margin-bottom: 50px;
        background-size: 100%;
        background-position: center;
    }
    .careers .quotes .the_quotes {
        width: 100%;
        padding: 0 70px;
    }
    .careers .quotes .the_quotes p {
        padding-bottom: 30px;
    }
    .careers .quotes .quote_wrapper:nth-child(2) {
        margin-left: 0;
        margin-bottom: 80px;
    }
    .careers .quotes .quote_wrapper:nth-child(2) .the_quotes {
        padding-left: 0;
        padding: 0 70px;
    }
    .careers .quotes .quote_wrapper:nth-child(2) .quote_image {
        width: 100%;
        margin-bottom: 50px;
    }
    .cta.wrapper--offset {
        position: relative;
        margin-left: 0;
        padding: 50px;
        padding-right: 0;
        padding-top: 70px!important;
    }
    .cta {
        margin: 0;
        padding-bottom: 0;
    }
    .cta__button {
        font-size: 2rem;
        padding: 7px 50px;
    }
    .cta__about,
    .cta__careers,
    .cta__get-started,
    .cta__home,
    .cta__industry,
    .cta__insight,
    .cta__market,
    .cta__what {
        position: relative!important;
        width: 100%;
        height: 400px;
        padding: 0 100px;
        margin-right: 0;
    }
}

@media all and (max-width:1000px) and (max-width:500px) {
    .cta__about,
    .cta__careers,
    .cta__get-started,
    .cta__home,
    .cta__industry,
    .cta__insight,
    .cta__market,
    .cta__what {
        padding: 0 40px;
    }
}

@media (max-width:1000px) {
    .cta__about p,
    .cta__careers p,
    .cta__get-started p,
    .cta__home p,
    .cta__industry p,
    .cta__insight p,
    .cta__market p,
    .cta__what p {
        font-size: 3.2rem;
    }
}

@media all and (max-width:1000px) and (max-width:500px) {
    .cta__about p,
    .cta__careers p,
    .cta__get-started p,
    .cta__home p,
    .cta__industry p,
    .cta__insight p,
    .cta__market p,
    .cta__what p {
        font-size: 2rem;
    }
}

@media screen and (max-width:800px) {
    .home .blogs h3 {
        font-size: 2.4rem;
    }
    .home .blogs article {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:667px) {
    .hero--home h2 {
        padding-left: 35px!important;
    }
    .hero--home h3 {
        padding-left: 35px!important;
    }
    .hero--about h2 {
        font-size: 3rem!important;
    }
    .nav-container {
        padding-left: 25px!important;
    }
    .menu-toggle {
        top: 20px;
        right: 12px;
    }
    .page-template-archive-resources .hero {
        height: 350px;
    }
    .single-resources .hero {
        height: 500px!important;
    }
    .single-resources .hero h2 {
        top: 45%
    }
    .home .services .services__item {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .home .services .services__item .item__image,
    .home .services .services__item .item__text {
        text-align: center!important;
    }
    .mobile-fixed-wrapper .consumer-btn {
        background: transparent url(img/consumers-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .agency-btn {
        background: transparent url(img/agency-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .technology-btn {
        background: transparent url(img/technology-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .healthcare-btn {
        background: transparent url(img/healthcare-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .financial-btn {
        background: transparent url(img/financial-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .public-btn {
        background: transparent url(img/publicaffairs-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .media-btn {
        background: transparent url(img/media-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .retail-btn {
        background: transparent url(img/retail-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .company-btn {
        background: transparent url(img/company-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .careers-btn {
        background: transparent url(img/careers-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .contact-btn {
        background: transparent url(img/contact-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .press-btn {
        background: transparent url(img/press-icon.png) left 35px top 2px no-repeat;
        background-size: 20px;
    }
    .mobile-fixed-wrapper .menu-top-container ul li a {
        margin: 0 35px;
    }
    .mobile-fixed-wrapper .mbl-industries:after {
        left: 150px;
    }
    .mobile-fixed-wrapper .mbl-about:after {
        left: 110px;
    }
    .mobile-fixed-wrapper .mobile-nav h1 {
        margin: 40px 0 0 25px;
    }
    .mobile-fixed-wrapper .mobile-nav h1 {
        margin: 29px 0 0 25px;
    }
    .site-header {
        height: 77px;
    }
    .site-branding {
        padding-top: 29px;
    }
    .home h1 {
        width: 190px;
    }
    .bg {
        height: 77px;
    }
    .content-area {
        margin-top: 77px;
    }
    .hero {
        height: 350px!important;
    }
    .hero h2 {
        font-size: 3.2rem;
    }
    .wrapper--inner {
        width: 100%;
        padding: 0;
    }
    .wrapper--offset {
        left: 0;
    }
    section:nth-of-type(2) {
        margin-top: 0!important;
    }
    section.wrapper--offset {
        margin: 0;
    }
    .about,
    .ind-communities,
    .what-we-do {
        background: #fff;
    }
    .cta__careers p,
    .cta__get-started p {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .cta__get-started {
        width: 100%;
        height: auto;
        padding: 30px 85px 40px 40px;
        margin-top: 30px;
    }
    .cta__get-started div {
        position: static;
        transform: translateY(0);
    }
    .cta {
        margin: 0;
    }
    .cta__button {
        font-size: 2rem;
        padding: 10px 15px;
    }
    .site-footer .wrapper--outer {
        padding-left: 25px!important;
    }
    .menu-footer-container .menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu-footer-container .menu li {
        width: 100%;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .copy-right {
        font-size: 1.4rem;
    }
    .social {
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }
    .industries h4 {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .industries section:not(.hero) {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .industries .intro {
        font-size: 1.6rem;
    }
    .industries .hero {
        height: 350px;
    }
    .industries .hero--industries h2 {
        font-size: 2.8rem;
        padding-right: 10%!important;
    }
    .industries .hero--industries h3 {
        top: 20%
    }
    .industries .hero--industries h2.wrapper--inner,
    .industries .hero--industries h3.wrapper--inner {
        width: 100%
    }
    .industries .ind-communities_grid,
    .industries .logos {
        padding-bottom: 0!important;
    }
    .industries .ind-communities .community__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .industries .ind-communities .community__item:nth-child(2n+2) {
        margin-left: 0;
    }
    .industries .ind-communities .community__item:nth-child(2) .item__text .item__title {
        width: 70%;
        margin-left: 20px;
    }
    .industries .ind-communities .community__item:last-child {
        padding-bottom: 0;
    }
    .industries .logos .logo--item {
        float: left;
        width: 100%;
        margin-right: 0;
        height: 200px;
    }
    .industries .logos .logo--item:nth-child(4n+4) {
        margin-right: 0;
    }
    .industries .logos .logo--item .image {
        position: absolute;
        display: inline-block;
        bottom: 50%;
        width: 100%
    }
    .industries .logos .logo--item .image img {
        max-width: none;
        width: 100%
    }
    .industries section.ind-solutions {
        padding-top: 80px;
    }
    .industries section.ind-solutions .solution__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .industries section.ind-solutions .solution__item:nth-child(2n+2) {
        margin-left: 0;
    }
    .industries section.ind-solutions .solution__item:nth-child(2) .item__text .item__title {
        width: 70%;
        margin-left: 20px;
    }
    .industries section.ind-solutions .solution__item:last-child {
        padding-bottom: 0;
    }
    .industries .story .wrapper--inner .image {
        padding: 0;
    }
    .industries .download .wrapper--inner .image {
        height: 250px;
        width: 100%
    }
    .industries .download .wrapper--inner .copy {
        width: 100%;
        height: 250px;
        padding: 35px;
        font-size: 2.2rem;
    }
    .industries .download .wrapper--inner .copy p {
        margin-top: 0;
    }
    .careers h2 {
        top: 40%
    }
}

@media (max-width:1000px) {
    .bg-offset-color {
        background: #fff;
    }
    .wrapper--offset {
        position: static;
    }
    .hero {
        height: 590px;
    }
    .wrapper--gutter {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (max-width:1000px) and (max-width:420px) {
    .wrapper--gutter {
        max-width: 80%
    }
}

@media (max-width:600px) {
    .hero {
        height: 350px;
    }
}

@media (max-width:460px) {
    .hero h2 {
        font-size: 3.4rem;
    }
    .industries .intro {
        font-size: 1.6rem;
    }
    .industries .hero--industries h2 {
        font-size: 2.8rem;
        padding-right: 10%!important;
    }
    .industries .hero--industries h3 {
        font-size: 1.8rem;
        top: 15%
    }
    .industries .quote:before {
        transform: translateX(-50%) scale(.75);
    }
    .industries .download .wrapper--inner .copy .info-block {
        width: 70%
    }
}

@media (max-width:375px) {
    .hero h2.wrapper--inner,
    .hero h3.wrapper--inner {
        padding: 0 35px;
        width: 100%
    }
    section.wrapper--offset {
        padding: 0 35px;
    }
    .cta.wrapper--offset {
        padding: 35px;
    }
    .hero--home h2.wrapper--inner {
        font-size: 3.6rem;
        line-height: 1.25;
        width: 100%;
        padding: 0 35px;
    }
    .hero--home h3.wrapper--inner {
        font-size: 1.8rem;
        line-height: 1.4;
        width: 100%;
        padding: 0 35px;
    }
    .home .home__content {
        padding-top: 25px!important;
        padding-bottom: 25px!important;
    }
    .home .home__content p {
        font-size: 2rem;
        line-height: 1.5;
    }
    .home .services {
        padding-top: 0!important;
    }
    .home .services .services__item {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .home .services .services__item .item__image,
    .industries .intro {
        font-size: 1.6rem;
    }
    .industries .hero--industries h2 {
        font-size: 2.6rem;
        padding-right: 10%!important;
        line-height: 1.25;
    }
    .industries .hero--industries h3 {
        font-size: 1.8rem;
        top: 15%
    }
    .careers h2 {
        top: 45%
    }
    .careers h4 {
        font-size: 2.4rem;
    }
    .careers .quotes .the_quotes {
        padding: 0;
    }
    .careers .quotes .quote_wrapper:nth-child(2) .the_quotes {
        padding: 0;
    }
    .careers .quotes h4.quote_wrapper {
        margin-bottom: 30px;
    }
    .careers .quotes:before {
        transform: translateX(-50%) scale(.75);
    }
}

.solutions-header {
    background: black;
}

.solutions-header img {
    opacity: 0.39;
}

.hidden {
    display: none;
}

.menu-top-container ul li {
    padding-right: 20px;
}

.england-flag span {
    /*display:none;*/
}


/*.england-flag a{
	display:none;
}

.england-flag:after {
	background-image: url('/wp-content/themes/marumatchbox/img/England_flag.png');
	background-size: 37px 20px;
	display: inline-block;
	width: 37px;
	height: 20px;
	content:"";
	background-repeat:no-repeat;
	margin-left:10px;
	cursor: pointer;
}*/


/*RDS STYLES*/

.admin-bar header {
    top: 32px;
}

.admin-bar nav ul li ul {
    top: 112px;
}

.admin-bar header.scrolled nav ul li ul {
    top: 102px;
}

.resources-blog-page #search__overlay {
    display: none;
}

@media(min-width: 851px) {
    .page-template-archive-resources .resources--select {
        margin-right: 1%;
    }
    .page-template-archive-resources select {
        margin-right: 1%;
        min-width: auto;
        width: 30%;
    }
    .page-template-archive-resources select:last-child,
    .page-template-archive-resources select.resources--select:last-child {
        margin-right: 0;
    }
    .page-template-archive-resources .resources__resource {
        width: 31.33%;
    }
    .resources-blog-page .resources--search-container.fb-container {
        display: block;
        flex-wrap: unset;
    }
    #primary.resources-blog-page #button__search {
        width: 6%;
        font-size: 21px;
        margin: 0 0px 55px;
        display: inline-block;
        color: #4a4a4a;
        padding: 18px;
        vertical-align: bottom;
    }
    .lang a:hover {
        opacity: 0.7;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .language-item:hover .lang {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media(max-width: 850px) {
    #primary.resources-blog-page .resource__list {
        margin-top: 30px;
    }
    #primary.resources-blog-page #button__search {
        display: none;
    }
    .lang {
        margin-top: -36px;
        margin-left: 50px;
    }
    .active-mobile .lang {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 1800px) {
    .resources--search-container {
        padding-right: 30px !important;
    }
    .main-navigation ul .language-item:before {
        padding-bottom: 50px;
    }
    .spanish-flag:after,
    .england-flag:after {
        vertical-align: top;
    }
}

.single-post .article {
    position: relative;
}


/*.single-post .entry-header{position: absolute;z-index: 1;}*/

@media (max-width: 1199px) {
    .admin-bar header.active .nav-wrapper {
        top: 102px;
    }
}

@media (max-width: 767px) {
    .admin-bar header.active .nav-wrapper {
        top: 106px;
    }
    .admin-bar header {
        top: 46px;
    }
    #wpadminbar {
        position: fixed;
    }
}


/**New Career Template**/

@media (min-width: 1630px) {
    .container.benefits-of-work {
        width: 1320px;
    }
}

.benefits-of-work .img-wrap {
    float: left;
    width: 75px;
}

.benefits-of-work .img-wrap img {
    width: auto;
    height: 40px;
}

.benefits-of-work .all-wrap:after,
.benefits-of-work .all-wrap:before {
    clear: both;
    content: '';
    display: block;
}

.benefits-of-work .text-wrap .h5 {
    line-height: 26px;
    padding-top: 7px
}

.benefits-of-work .text-wrap {
    max-width: 465px;
    min-height: 111px
}


/**New Career Template**/

.capitalize {
    text-transform: capitalize
}

.page-template-page-about-us-new .sw-2 .sa.text span {
    max-width: 585px;
    display: block;
    margin: 0 auto;
}

.leadership .team {
    margin-left: auto!important;
    max-width: 1200px;
    margin-right: auto;
    left: 0
}

.leadership .team .wrapper--inner {
    margin-left: 0!important;
    max-width: 1200px
}

.leadership .team .wrapper--inner .tab-list {
    display: inline-block;
}

.leadership .team .wrapper--inner .tab-list>li {
    display: inline-block;
}

.leadership .team .wrapper--inner .tab-list>li>span {
    margin-right: 0px;
    background-image: none;
    padding: 15px 35px;
    min-width: 145px;
    text-align: center;
    border: 1px solid #aaa;
}

.leadership .team .wrapper--inner .tab-list>li:first-child>span:not(.selected) {
    border-right: 0px;
}

.leadership .team .wrapper--inner .tab-list>li:last-child>span:not(.selected) {
    border-left: 0px;
}

.leadership .team .wrapper--inner .tab-list>li>span.selected,
.leadership .team .wrapper--inner .tab-list>li:hover>span {
    border-color: #fbbf13
}

.leadership .team .wrapper--inner .team__link {
    -ms-flex: 0 1 292px;
    flex: 0 1 292px;
    margin-right: 0;
    margin-bottom: 15px;
}

.leadership .team .wrapper--inner .team__link .overlay-container {
    width: 292px;
    height: 292px;
}

.leadership .team .tab-panel {
    justify-content: center;
}

.leadership .team .tab-panel .team__link {
    margin-left: 1px;
    margin-right: 1px;
}

.leadership .team .tab-panel .team__link figcaption {
    color: #111;
    text-align: left;
    margin: 0;
    padding: 25px;
    font-weight: 700
}

.leadership .team .tab-panel .team__link figcaption .fig__title {
    color: #aaa;
    margin-top: 15px;
    display: block;
    font-weight: 300;
    font-size: 1.56rem;
    line-height: 1.4
}


/*HIDE the UK Popup
#myModal{display:none!important}*/

.single-post .single__content ul,
.single-post .single__content ol {
    list-style: initial;
}

.lwi_wwd-list {
    margin: 50px auto 0;
    display: block;
    max-width: 380px;
}

.lwi_wwd-list li {
    position: relative;
    display: table;
    padding-left: 100px;
    min-height: 50px;
    margin-bottom: 30px;
}

.lwi_wwd-list li:last-child {
    margin-bottom: 0px;
}

.lwi_wwd-list li b {
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.lwi_wwd-list li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #414141;
}

@media (min-width:768px) {
    .lwi_wwd-list {
        max-width: 100%
    }
    .lwi_wwd-list:before,
    .lwi_wwd-list:after {
        clear: both;
        content: '';
        display: block;
    }
    .lwi_wwd-list li {
        float: left;
        width: 50%;
    }
    /* .lwi_wwd-list li:nth-last-child(2) {
		margin-bottom: 0px;
	} */
}

.wrap-item-block {
    display: block;
    margin: 0 auto;
    max-width: 305px;
}

.wwds4 .row>div:not(:last-child) .wrap-item-block {
    margin-bottom: 60px;
}

.wrap-item-block img {
    margin-bottom: 30px;
}

.wrap-item-block h6 {
    color: #fff;
    margin-bottom: 25px;
}

.wrap-item-block div p,
.wrap-item-block div li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}

.wrap-item-block div p:before,
.wrap-item-block div li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #8f8f8f;
}

@media (min-width:768px) {
    .wwds4 .row>div .wrap-item-block {
        margin-bottom: 0;
    }
}

.wwds5 {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

@media (min-width:768px) {
    .wwds5 .title-styled {
        display: inline-block;
        position: relative;
    }
    .wwds5 .title-styled:before,
    .wwds5 .title-styled:after {
        clear: both;
        content: '';
        display: block;
    }
    .wwds5 .title-styled .image {
        position: absolute;
        left: -65px;
        top: -40px;
    }
}

@media (max-width:767px) {
    .wwds5 .title-styled .image {
        margin-bottom: 20px;
    }
}

.single-post .single__content ol{
	list-style: decimal;
}