/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ====== Global ====== */

.showMobile {display: inline-block!important;}

.hideMobile {display: none!important;}

.g_navBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    z-index: 100;
    padding-top: 36px;
    transform: translateY(-36px);
}

.g_navBarBG {
    background: #FF704C;
    background-image: linear-gradient(#FF8258 0%, #FF724D 100%);
    box-shadow: 0 2px 4px 0 rgba(40,28,67,0.12);
}

.g_navBarLogo, .g_navBarLogomark {
    position: absolute;
    top: 47px;
    left: 12px;
    width: 125px;
    height: 26px;
    display: none!important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.g_navBarLogomark {
    width: 34px;
    height: 26px;
    display: block!important;
}

.g_navBarLogo:hover, .g_navBarLogomark:hover {opacity: 0.8;}

.g_navBarLink {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-size: 1.1875em;
    color: #FFFFFF;
    line-height: 47px;
    float: right;
    margin-right: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.g_navBarLink:hover {
    opacity: 0.75;
    text-decoration: none;
}

.g_1600FullWidth {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.g_1024FullWidth {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.g_600FullWidth {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.g_33block {
    width: calc(100% - 24px);
    margin: 0 0 12px 12px;
    display: inline-block;
}

body {
    background-color: #FCFBFD;
}

h1 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 2.25em;
    color: #3C3154;
    margin: 24px 0 12px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2 { 
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-size: 1.75em;
    color: #3C3154;
    margin: 0 0 12px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h3 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: #3C3154;
    margin: 0 0 12px 0;
    letter-spacing: -0.1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h4 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.125em;
    color: #3C3154;
    margin: 0 0 12px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h5 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.1875em;
    color: #3C3154;
    margin: 12px 0 4px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 1.1875em;
    color: #3C3154;
    line-height: 1.5em;
    margin: 0 0 12px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    color: #1FBFC1;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover, a:active {
    text-decoration: underline;
}

li {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 1.1875em;
    color: #3C3154;
    line-height: 1.5em;
    margin: 0 0 12px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li li {font-size: 1em;}

ul { 
    margin: 0;
    padding: 24px 0 24px 24px;
}

ol { 
    margin: 0;
    padding: 24px 0 24px 18px;
}


.g_pullQuote {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: #837D91;
    line-height: 1.5em;
    margin: 48px 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.g_pullQuoteName {
    font-weight: 400;
    margin-top: 8px;
    line-height: 1.5em;
}

.g_pullQuoteRole {padding-left: 18px;}

.g_divider {
    border-top: solid 1px rgba(225, 223, 233, 1);
    -moz-border-image: -moz-linear-gradient(left, rgba(225, 223, 233, 1) 0%, rgba(225, 223, 233, 0) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, rgba(225, 223, 233, 1) 0%, rgba(225, 223, 233, 0) 100%);
    border-image: linear-gradient(to right, rgba(225, 223, 233, 1) 0%, rgba(225, 223, 233, 0) 100%);
    border-image-slice: 1;
    margin: 48px 0px;
}

.g_primaryButton {
    padding: 0 12px;
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    background: #1FBFC1;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.0625em;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.g_primaryButton:hover {
    background: #47D6D8;
    text-decoration: none;
}

.footerCont {
    width: calc(100% - 48px);
    background: #F1F0F3;
    padding: 24px 24px 12px 24px;
    text-align: center;
    float: left;
    z-index: 2;
    position: relative;
}

.footerCont p {
    color: #837D91;
    font-size: 1em;
}

.footerLinks {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
}

.footerLinks a {font-weight: 600;}


/* ====== Home & about pages ====== */

.hp_page {
    width: 100%;
    margin-top: 372px;
    background-color: #FCFBFD;
    position: relative;
    z-index: 1;
    float: left;
    box-shadow: 0 -4px 20px 0 rgba(40,29,66,0.24);
}

.hp_headerCont {
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    max-height: 560px;
    background: #FF704C;
}

.hp_headerCont div {
    text-align: center;
    width: calc(100% - 48px);
    position: absolute; 
    z-index: 1;
    top: 42%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.hp_headerImage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    max-height: 560px;
    object-fit: cover;
    background: #FF704C;
    transform: scale(1);
    opacity: 1;
    transition: transform 10s linear, opacity 1s ease;
}

.hp_headerImageBG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: cover;
    background: #FF704C;
    background-image: linear-gradient(#FF8258 0%, #FF724D 100%);
    opacity: 1;
    transition: transform 10s linear, opacity 1s ease;
}

.hp_headerWeText,
.hp_headerLinkText {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 3em;
    line-height: 1.175em;
    color: #FFFFFF;
    text-shadow: 0 0 15px #FE7F57;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hp_noUnderline, .hp_noUnderline:hover {
    cursor: default;
    text-decoration: none!important;
}

.hp_headerLogo {
    display: inline-block;
    position: relative;
    width: calc(100% - 48px);
    max-width: 460px;
    height: auto;
    transition: all 0.4s ease;
    margin: 0 0 0 12px;
    opacity: 1;
}

.hp_h1 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    color: #3C3154;
    margin: 0 0 12px 0;
    font-size: 2.25em;
    margin: 24px 12px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hp_h1:hover {text-decoration: none;}

/* Cards */

.hp_card {
    margin: 0 12px 12px 12px;
    width: calc(100% - 24px);
    background: #ffffff;
    /*border: solid 1px #E6E5E9;*/
    border-radius: 4px;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px 0 #E6E5E9;
}

.hp_card:hover {
    box-shadow: 0 4px 4px 0 #E6E5E9;
    text-decoration: none;
    
}

.hp_cardImage {
    width: 100%;
    height: 48vw;
    object-fit: cover;
    background: #A6A2AE;
    transition: all 0.3s ease;
}

.hp_card:hover .hp_cardImage {
    filter: brightness(108%);
    transform: scale(1.005);
}

.hp_cardCont {
    width: 100%;
    position: relative;
    height: 115px;
}

.hp_cardLogoCont {
    position: absolute;
    width: 48px;
    height: 48px;
    top: -24px;
    right: 12px;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(40,28,67,0.12);
    border-radius: 24px;
}

.hp_cardLogoCont img {
    width: 100%;
    height: 100%;
}

.hp_cardTitle {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1.1em;
    color: #3C3154;
    margin: 12px 12px 6px 12px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hp_cardSubtitle {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 1.0625em;
    color: #837D91;
    line-height: 1.4em;
    margin: 0 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Contact block */

.hp_contactFormCont {
    width: 100%;
    background: #FEC2B4;
    z-index: 1;
    float: left;
    margin-top: 48px;
}

.hp_contactFormCont > div {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.hp_contactFormPhoto {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    object-fit: cover;
    background: #A6A2AE;
}

.hp_contactFormRightCol{
    width: calc(100% - 24px);
    margin: 24px 12px;
    display: inline-block;
    float: left;
}

.hp_contactFormTitle {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #3C3154;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hp_contactFormCopyCont {position: relative;}

.hp_contactFormCopyInput {
    width: calc(100% - 56px);
    padding: 0 0 0 8px;
    height: 40px;
    line-height: 38px;
    border: none;
    border-radius: 4px 0 0 4px;
    background: #ffffff;
    color: #3C3154;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 1.0625em;
    display: inline-block;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hp_contactFormCopyButton {
    width: 56px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border: none;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    background: #1FBFC1;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.0625em;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hp_contactFormCopyButton:hover, .hp_contactFormCopyButton:active {background: #47D6D8;}

.hp_contactFormCopyFeedback {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    line-height: 22px;
    border-radius: 4px 0 4px 0;
    padding: 0 8px;
    color: #ffffff;
    background: #1FBFC1;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hp_aboutContainer {
    width: calc(100% - 24px);
    padding: 0 12px;
}

.hp_map {
    width: 100%;
    height: 56vw;
    max-height: 576px;
    min-height: 400px;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #E6E5E9;
}

.hp_consentParent {
    position: relative;
    margin-bottom: 48px;
}

.hp_placeholderImage {width: 100%; height: 100%;}

.hp_consentCont {
    position: absolute;
    width: 50%;
    min-width: 272px;
    top: 50%;
    left: 50%;
    background: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(40,28,67,0.12);
    border-radius: 4px;
    padding: 18px 12px 0 12px;
    transform: translate(-50%,-50%);
}

.hp_consentCont p {color: #837D91;}

.hp_consentButton {
    width: calc(100% + 24px);
    height: 48px;
    line-height: 46px;
    border: none;
    border-radius: 0 0 4px 4px;
    display: inline-block;
    text-align: center;
    margin: 12px -12px 0 -12px;
    background: #1FBFC1;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.0625em;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hp_consentButton:hover {background: #47D6D8;}

.hp_partnerH1 {
    margin: 24px 12px;
    float: left;
    width: calc(100% - 24px);
}

.hp_partnerLogo {
    width: 100%;
    height: auto;
}

.hp_teamH1 {
    color: #3C3154;
    margin: 24px 0; 
    width: 100%;
    float: left;
}

.hp_teamCont {
    width: 100%;
    text-align: center;
    float: left;
    display: inline-block;
    overflow: auto;
    margin-bottom: 48px;
}

.hp_teamPhoto {
    width: 128px;
    height: 128px;
    border-radius: 64px;
    object-fit: cover;
}

.hp_teamName {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 700;
    margin: 24px 0 4px 0;
    text-align: left;
}

.hp_teamJob {
    font-size: 1.3125em;
    color: #837D91;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0 0 24px 0;
    text-align: left;
}

.hp_teamCont p {
    text-align: left;
}

.hp_404Image {
    width: 100%;
    max-width: 640px;
}

/* ====== Case study pages ====== */


.cs_page {
    width: 100%;
    margin-top: 69vw;
    padding-bottom: 48px;
    background-color: #FCFBFD;
    position: relative;
    z-index: 1;
    float: left;
    box-shadow: 0 -4px 20px 0 rgba(40,29,66,0.24);
}

.cs_articleContainer {
    display: inline-block;
    float: left;
    width: calc(100% - 24px);
    padding: 0 12px;
}

.cs_sidebarContainer {
    display: inline-block;
    width: calc(100% - 24px);
    padding: 0 12px;
    float: right;
}

.cs_sidebarFacts {
    width: calc(100% - 24px);
    padding: 24px 12px;
    background: #FFFFFF;
    border: 1px solid #E6E5E9;
    border-radius: 4px;
    margin-bottom: 24px;
}

.cs_headerImage {
    width: 100%;
    height: 70vw;
    max-height: 560px;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    background: #A6A2AE;
    transform: scale(1);
    transition: transform 6s;
}

.cs_mainTitle {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 2.25em;
    line-height: 1.175em;
    padding: 24px 0;
    color: #3C3154;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs_subTitle {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 1.375em;
    color: #837D91;
    padding-bottom: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs_articleFullWidthImg {
    width: 100%;
    margin: 12px 0 24px 0;
    border-radius: 4px;
}

.cs_articleFullWidthVideo {
    width: calc(100% + 24px);
    margin: 12px -12px 24px -12px;
    border-radius: 0px;
    background: #000000;
}

.cs_articleFullWidthYoutubeVideo {
    position: relative;
    padding-bottom: 52.4%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    border-radius: 4px;
    overflow: none;
}
.cs_articleFullWidthYoutubeVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.cs_relatedHeader {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.375em;
    color: #3C3154;
    margin: 12px 0 24px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Case study cards */

.cs_caseStudyCard {
    margin-bottom: 12px;
    width: 100%;
    height: 144px;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 #E6E5E9;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
}

.cs_caseStudyCard:hover {box-shadow: 0 4px 4px 0 #E6E5E9;}


.cs_caseStudyCardImage {
    width: 33%;
    height: 100%;
    object-fit: cover;
    float: left;
    display: inline-block;
    transition: all 0.3s ease;
}

.cs_caseStudyCard:hover .cs_caseStudyCardImage {filter: brightness(108%);}

.cs_caseStudyCardCont {
    width: 66%;
    float: left;
    display: inline-block;
}

.cs_caseStudyCardTitle {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1.1em;
    color: #3C3154;
    margin: 12px 12px 6px 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs_caseStudyCardSubtitle {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 1.0625em;
    color: #3C3154;
    line-height: 1.4em;
    margin: 0 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Sidebar styles */

.cs_sidebarQuote {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: #837D91;
    line-height: 1.375em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs_sidebarDivider {
    border-top: solid 1px rgba(225, 223, 233, 1);
    -moz-border-image: -moz-linear-gradient(left, rgba(225, 223, 233, 1) 0%, rgba(225, 223, 233, 0) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, rgba(225, 223, 233, 1) 0%, rgba(225, 223, 233, 0) 100%);
    border-image: linear-gradient(to right, rgba(225, 223, 233, 1) 0%, rgba(225, 223, 233, 0) 100%);
    border-image-slice: 1;
    margin: 24px -12px;
}

.cs_sidebarAppCont {
    overflow-y: auto;
    margin-bottom: 24px;
}

.cs_sidebarAppIcon {
    width: 96px;
    height: 96px;
    margin-right: 24px;
    display: inline-block;
    float: left;
}

.cs_siderbarAppLinkCont{
    width: calc(100% - 120px);
    display: inline-block;
    float: left;
    overflow-y: auto;
}

.cs_siderbarAppLinkOne, .cs_siderbarAppLinkTwo, .cs_siderbarAppLink {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-size: 1.1875em;
    font-size: 1.1875em;
    line-height: 32px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs_siderbarAppLinkDisabled {color: #837D91;}

.cs_siderbarAppLinkOne {margin-top: 28px;}

.cs_siderbarAppLinkTwo {margin-top: 15px;}

.cs_siderbarAppLinkIcon {
    margin: 2px 8px 6px 0;
    object-fit: none;
    width: 24px;
    height: 24px;
}

.cs_sidebarDividerLi {
    border-top: solid 1px rgba(225, 223, 233, 1);
    margin: 18px 0;
    -moz-border-image: -moz-linear-gradient(left, rgba(225, 223, 233, 1) 0%, rgba(225, 223, 233, 0) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, rgba(225, 223, 233, 1) 0%, rgba(225, 223, 233, 0) 100%);
    border-image: linear-gradient(to right, rgba(225, 223, 233, 1) 0%, rgba(225, 223, 233, 0) 100%);
    border-image-slice: 1;
}

.cs_sidebarUL {padding: 0 0 0 24px;}

.cs_sidebarUL li {margin: 0 0 4px 0;}

.cs_sidebarFactCont {
    overflow-y: auto;
    margin-bottom: 24px;
}

.cs_sidebarFactCont:last-child {margin-bottom: 0px;}

.cs_sidebarFactIcon {
    width: 84px;
    height: auto;
    max-height: 136px;
    margin-right: 24px;
    display: inline-block;
    float: left;
    object-fit: scale-down;
    margin-top: 8px;
}

.cs_siderbarFactTextCont{
    width: calc(100% - 108px);
    display: inline-block;
    float: left;
    overflow-y: auto;
    letter-spacing: -0.1px;
    overflow: hidden;
}

.cs_sidebarFactCont:nth-child(even) .cs_sidebarFactIcon {
    float: right;
    margin-left: 24px;
    margin-right: 0px;
}

.cs_sidebarFactCont:nth-child(even) .cs_siderbarFactTextCont {
    float: right;
    text-align: right;
}

.cs_siderbarFactTitle {
    font-weight: 700;
    font-size: 38px;
    margin: 0;
    letter-spacing: -0.6px;
    line-height: 42px;
}

.cs_siderbarFactTitleGold {
    text-transform: uppercase;
    color: #C29B25;
}

.cs_siderbarFactText {
    margin: 0;
    color: #837D91;
    font-weight: 400;
    line-height: 1.25em;
}

.cs_contactFormCont {
    width: calc(100% - 48px);
    padding: 24px;
    background: #FEC2B4;
    border-radius: 4px;
    margin: 48px 0 12px 0;
}

.cs_contactFormPhoto {
    width: 92px;
    height: 92px;
    border-radius: 48px;
    border: solid 2px #ffffff;
    margin-right: 24px;
    display: inline-block;
    float: left;
    object-fit: cover;
}

.cs_contactFormTitle {
    width: calc(100% - 120px);
    height: 96px ;
    display: inline-block;
    float: left;
    overflow-y: auto;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #3C3154;
    overflow: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs_contactFormTitle span { 
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
}

.cs_contactFormCopyCont {position: relative;}

.cs_contactFormCopyInput {
    width: calc(100% - 64px);
    padding: 0 0 0 8px;
    height: 40px;
    line-height: 38px;
    border: none;
    border-radius: 4px 0 0 4px;
    background: #ffffff;
    color: #3C3154;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 1.0625em;
    display: inline-block;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs_contactFormCopyButton {
    width: 56px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border: none;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    background: #1FBFC1;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.0625em;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs_contactFormCopyButton:hover, .cs_contactFormCopyButton:active {background: #47D6D8;}

.cs_contactFormCopyFeedback {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    line-height: 22px;
    border-radius: 4px 0 4px 0;
    padding: 0 8px;
    color: #ffffff;
    background: #1FBFC1;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ====== Animations ====== */

.animateIn {
    -webkit-animation-name: animateIn;
    -webkit-animation-duration: 0.6s;
    animation-name: animateIn;
    animation-duration: 0.6s;
}

@-webkit-keyframes animateIn {
    from {margin-top: 24px; opacity: 0} 
    to {margin-top: 0px; opacity: 1}
}

@keyframes animateIn {
    from {margin-top: 24px; opacity: 0}
    to {margin-top: 0px; opacity: 1}
}

.animateInHome {
    -webkit-animation-name: animateInHome;
    -webkit-animation-duration: 0.6s;
    animation-name: animateInHome;
    animation-duration: 0.6s;
}

@-webkit-keyframes animateInHome {
    from {margin-top: 48px; opacity: 0}
    to {margin-top: 24px; opacity: 1}
}

@keyframes animateInHome {
    from {margin-top: 48px; opacity: 0}
    to {margin-top: 24px; opacity: 1}
}

@-webkit-keyframes animateInSidebar {
    from {margin-top: 48px; opacity: 0} 
    to {margin-top: -24px; opacity: 1}
}

@keyframes animateInSidebar {
    from {margin-top: 48px; opacity: 0}
    to {margin-top: -24px; opacity: 1}
}

.animateFade {
    -webkit-animation-name: animateFade;
    -webkit-animation-duration: 0.3s;
    animation-name: animateFade;
    animation-duration: 0.3s;
}

@-webkit-keyframes animateFade {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes animateFade {
    from {opacity: 0}
    to {opacity: 1}
}

.animateNavIn {
    -webkit-animation-name: animateNavIn;
    -webkit-animation-duration: 0.4s;
    animation-name: animateNavIn;
    animation-duration: 0.4s;
}

@-webkit-keyframes animateNavIn {
    from {top: -48px; opacity: 0} 
    to {top: 0px; opacity: 1}
}

@keyframes animateNavIn {
    from {top: -48px; opacity: 0} 
    to {top: 0px; opacity: 1}
}

.animatecaseStudyImage {
    -webkit-animation-name: caseStudyImageAnimation;
    -webkit-animation-duration: 40s;
    animation-name: caseStudyImageAnimation;
    animation-duration: 40s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes caseStudyImageAnimation {
    0% {transform: scale(1.0);} 
    50% {transform: scale(1.1);}
    100% {transform: scale(1.0);} 
}


@keyframes caseStudyImageAnimation {
    0% {transform: scale(1.0);} 
    50% {transform: scale(1.1);}
    100% {transform: scale(1.0);} 
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {

    .g_navBarLogo {display: block!important;}

    .g_navBarLogomark {display: none!important;}

    .g_33block {width: calc(50% - 18px);}

    .hp_cardLogoCont {
        width: 56px;
        height: 56px;
        top: -28px;
        right: 24px;
        border-radius: 28px;
    }

    
    .hp_cardTitle {
        font-size: 1.625em;
        line-height: 1.1em;
        margin: 24px 24px 6px 24px;
    }

    .hp_cardSubtitle {
        font-size: 1.1875em;
        line-height: 1.4em;
        margin: 0 24px;
    }

    .cs_sidebarFacts {
        width: calc(100% - 48px);
        padding: 24px;
    }

    .cs_caseStudyCardTitle {
        font-size: 1.625em;
        line-height: 1.1em;
        margin: 16px 16px 6px 16px;
    }

    .cs_caseStudyCardSubtitle {
        font-size: 1.1875em;
        line-height: 1.4em;
        margin: 0 16px;
    }


@media only screen and (min-width: 663px) {
    .hp_headerLogo {margin: -36px 0 0 12px;}

    .hp_teamCont {
        width: calc(50% - 6px);
        margin: 0 12px 12px 0;
        height: 613px;
    }

    .hp_teamCont:nth-child(2n + 1) {margin-right: 0;}
}


@media only screen and (min-width: 768px) {

    .g_navBar {
        position: fixed;
        height: 56px;
    }

    .g_navBarLogo {
        top: 48px;
        left: 12px;
        width: 154px;
        height: 32px;
    }
    
    .g_navBarLink {
        font-size: 1.3125em;
        line-height: 55px;
        margin-right: 24px;
    }

    .g_33block {
        width: calc(33% - 16px);
    }

    /* Home & about apges */

    .hp_page {margin-top: 460px;}

    .hp_headerCont{height: 460px;}

    .hp_headerCont div {
        top: 49%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: all 0.3s ease;
        width: 100%;
    }

    .hp_headerWeText,
    .hp_headerLinkText {
        font-size: 4.5em;
        line-height: 1.175em;
    }

    .hp_headerImage {height: 70vw;}

    .hp_card {
        margin: 0 12px 12px 12px;
        width: calc(50% - 20px);
        display: inline-block;
        float: left;
    }  

    .hp_card:nth-child(2n+1) {margin: 0 12px 12px 0px;}
     
    .hp_cardImage {height: 272px;}
    
    .hp_cardCont {height: 128px;}

    .hp_cardTitle {
        font-size: 1.375em;
        line-height: 1.1em;
    }
    
    .hp_cardSubtitle {
        font-size: 1.0625em;
        line-height: 1.4em;
    }

    .hp_contactFormPhoto {
        width: calc(50% - 54px);
        height: 260px;
        margin: 48px 36px 48px 24px;
        display: inline-block;
        float: left;
        border-radius: 4px;
        object-fit: cover;
    }
    
    .hp_contactFormRightCol{
        width: calc(50% - 54px);
        margin: 44px 24px;
        display: inline-block;
        float: left;
    }

    .hp_teamCont {height: 585px;}

    /* Case study pages */

    .cs_page {margin-top: 460px;}

    .cs_headerImage {height: 70vw;}

    .cs_sidebarFacts {margin-bottom: 0px;}

    .showMobile {display: none!important;}

    .hideMobile {display: inline-block!important;}

    .cs_headerImage {height: 60vw;}


    .cs_articleFullWidthVideo {
        width: 100%;
        margin: 12px 0px 24px 0px;
        border-radius: 4px;
    }

    .cs_articleContainer {
        display: inline-block;
        float: left;
        width: calc(100% - 392px);
        padding: 0 24px;
    }
    
    .cs_sidebarContainer {
        display: inline-block;
        width: 320px;
        float: right;
    }
    
    .cs_sidebarFacts {
        margin-top: -24px;
        width: 272px;
        padding: 24px;
        -webkit-animation-name: animateInSidebar;
        -webkit-animation-duration: 0.6s;
        animation-name: animateInSidebar;
        animation-duration: 0.6s;
    }

    .cs_sidebarDivider {margin: 24px -24px;}

    .cs_contactFormCont {
        width: 272px;
        padding: 24px;
        margin: 12px 0;
    }

    .cs_mainTitle {padding: 24px 0 12px 0;}
}

@media only screen and (min-width: 900px) {
    .hp_teamCont {
        width: calc(33% - 8px);
        height: 670px;
    }

    .hp_teamCont:nth-child(2n + 1) {margin-right: 12px;}

    .hp_teamCont:nth-child(3n + 1) {margin-right: 0;}
}

@media only screen and (min-width: 1024px) {
    .hp_page {margin-top: 510px;}

    .hp_headerCont{height: 510px;}

    .hp_h1 {font-size: 3em;}

    .hp_cardTitle {
        font-size: 1.625em;
        line-height: 1.1em;
        margin: 24px 24px 6px 24px;
    }

    .hp_cardSubtitle {
        font-size: 1.1875em;
        line-height: 1.4em;
        margin: 0 24px;
    }

    .hp_teamCont {height: 613px;}

    .cs_page {margin-top: 510px;}
}

@media only screen and (min-width: 1200px) {

    .hp_card {
        margin: 0 12px 12px 12px;
        width: calc(33% - 12px);
        display: inline-block;
        float: left;
    }  

    .hp_card:nth-child(3n+2) {margin: 0 12px 12px 12px;}

    .hp_card:nth-child(3n), .hp_card:nth-child(3n+1) {margin: 0 12px 12px 0px;}

    .hp_cardTitle {
        font-size: 1.375em;
        line-height: 1.1em;
    }
    
    .hp_cardSubtitle {
        font-size: 1.0625em;
        line-height: 1.4em;
    }
}

@media only screen and (min-width: 1600px) {

    .hp_cardTitle {
        font-size: 1.625em;
        line-height: 1.1em;
        margin: 24px 24px 6px 24px;
    }

    .hp_cardSubtitle {
        font-size: 1.1875em;
        line-height: 1.4em;
        margin: 0 24px;
    }

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
