html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #444;
}


/*BODY*/

body {
    font-size: 15px;
    max-width: 100%;
    overflow-x: hidden;
}

.page-id-332, .page-id-387, .page-id-298 {
    background-color: #373634;
}


/*FONTS*/

a {
    color: #07529a;
    text-decoration: none;
}

a:hover, a:focus {
    color: #fc8919;
    text-decoration: none;
}

h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 3.5em;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600;
}

h2 {
    font-size: 3.15em;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 20px 0;
    text-transform: uppercase;
}

h3 {
    font-size: 2.4em;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    letter-spacing: .125em;
    color: #212121;
    text-transform: uppercase;
}

h4 {
    font-size: 2.7em;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    letter-spacing: .05em;
    color: #fff;
}

h5 {
    font-size: 1.4em;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    letter-spacing: .05em;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

p {
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    color: #000000;
    margin-bottom: 20px;
}

b, strong {
    font-weight: 500;
    color: #07529a;
    font-size: 33px;
    text-transform: uppercase;
}

ul {
    padding: 0;
}

.orange_button {
    margin: 10px auto;
    display: inline-block;
}

.orange_button a:hover, .orange_button input:hover, .orange_button span:hover {
    background-color: #fc7d02;
    color: #fff !important;
}

.orange_button a, .orange_button input, .orange_button span {
    font-family: 'Nunito', sans-serif;
    color: #930e13;
    font-size: 16px;
    padding: 10px 10px;
    text-transform: uppercase;
    letter-spacing: .15em;
    background-color: transparent;
    border: solid 2px #930e13;
    cursor: pointer !important;
    display: block;
    font-weight: 600;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

.orange_button input {
    margin: 0 auto !important;
}

.parallax .orange_button a, .white_background .orange_button a {
    color: #F05724;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}


/*HELPER CLASSES*/

.transition_all {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.top_z {
    z-index: 100;
}

.textright {
    text-align: right;
}

.absolute {
    position: absolute;
}

.fullwidth_content {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.fade_out {
    opacity: 0;
}

.display_none {
    display: none;
}

.margin-down {
    margin-top: 18px !important;
    margin-bottom: 10px !important;
}

.hidden-bar {
    background-color: #F15725 !important;
}

.hide_video_button {
    display: none;
}

.no_pad {
    padding: 0 !important;
}

.half_pad {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.margin_top15 {
    margin-top: 16px;
}

.margin_left {
    margin-left: 25px;
}

.align_center {
    text-align: center;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
}

.table_cell {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.black_background {
    background-color: #383634;
    padding: 80px 0;
}

.white_background {
    padding: 80px 0;
    background-color: #fff;
    min-height: 400px;
    display: table;
    width: 100%;
}

.lightwhite_background {
    padding: 80px 0;
    background-color: #505052;
}

.footer_background {
    padding: 80px 0;
    background-color: #000000;
}

.black_bar_headline {
    color: #fff;
}

.block {
    display: inline-block;
}


/*NAVIGATION*/

.logo {
    margin-top: 20px;
}

.navbar-brand {
    margin: 0;
    padding: 10px;
    height: 41px;
    display: table;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 100% 0;
    min-width: 200px;
    min-height: 180px;
    border-right: 2px solid #fc7d02;
    border-bottom: 2px solid #fc7d02;
}

.navbar-brand:hover {
    background-color: #ffffff !important;
}


}
.logo_text {
    float: left;
}
#main-menu {
    float: right;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(253, 127, 5, 0.8);
    border-left: 2px solid rgba(252, 125, 2, 0.8);
    transition: 0.3s;
}
.navbar {
    transition: transform 0.2s ease-out;
}
.navbar-default {
    border: none;
    background: none;
    /*    padding: 0 20px;*/

    z-index: 99;
}
.navbar-collapse {
    float: right;
}
.navbar-toggle {
    margin-top: 11px;
    margin-right: 10px;
}
.navbar-nav>li {
    height: auto;
    overflow: hidden;
}
.nav>li>a {
    margin: 0 10px;
    padding: 0;
    letter-spacing: .1em;
}
.nav>.last>a {
    margin-right: 0px;
}
.nav>.first>a {
    margin-left: 0px;
}
.navbar-nav>.current>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fc7d02;
}
.navbar-nav>li>a {
    padding-bottom: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav>li>a {
    color: #000000;
}
.navbar-brand img, .navbar-brand svg {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.navbar-brand svg {
    width: 49px;
    stroke: #F15725;
    stroke-width: 27;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-transition: stroke-dashoffset 0.7s linear 0.3s;
    -moz-transition: stroke-dashoffset 0.7s linear 0.3s;
    -o-transition: stroke-dashoffset 0.7s linear 0.3s;
    -ms-transition: stroke-dashoffset 0.7s linear 0.3s;
    transition: stroke-dashoffset 0.7s linear 0.3s;
}
html[data-useragent*='MSIE 10.0'] .navbar-brand svg, html[data-useragent*='MSIE 9.0'] .navbar-brand svg {
    stroke-dashoffset: 0;
}
.navbar-brand.loading svg {
    stroke-dashoffset: 0;
}
.navbar-brand.loaded svg {
    stroke-dashoffset: 0;
    -webkit-transition: stroke 0.2s linear;
    -moz-transition: stroke 0.2s linear;
    -o-transition: stroke 0.2s linear;
    -ms-transition: stroke 0.2s linear;
    transition: stroke 0.2s linear;
}
.navbar-brand img.logo_copy {
    /*    margin-left: 13px;*/

    padding: 0;
    max-width: 140px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #07529a;
    -webkit-transition: transform 0.25s linear;
    -moz-transition: transform 0.25s linear;
    -o-transition: transform 0.25s linear;
    -ms-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 15px;
    border-radius: 0;
    border-bottom: 2px solid #fc7d02;
    border-left: 2px solid #fc7d02;
    transition: all ease 0.3s;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: rgba(255, 255, 255, 1);
}
.navbar-brand.loaded:hover svg, .navbar-brand.loaded:focus svg {
    stroke: #ffffff;
}

/*30 YEARS*/
.year_display {
    top: 90px;
    position: fixed;
    z-index: 100000;
    margin-left: 50%;
}
.years_container {
    background-color: #373634;
    top: 70px;
    position: fixed;
    z-index: 10;
    height: 80px;
    width: 100%;
    overflow: hidden;
}
.year_link {
    font-family: 'Nunito', sans-serif;
    width: 110px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #F15725;
    font-weight: 200;
    text-align: center;
    opacity: 0;
    cursor: pointer;
}
.years_wrap {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.years_wrap a h4 {
    font-size: 2.3em;
}
.current_year_frame {
    position: absolute;
    margin: 0 auto;
    border: 2px solid #ee5730;
    width: 180px;
    height: 43px;
    left: -90px;
}
#year_nav {
    margin-top: 12px;
    width: 172px;
    padding: 0 10px;
    z-index: 100;
}

/* One Column Post */
.post_header_default {
    border-top: solid 4px #f8f7f5;
    background-color: #383634;
    width: 100vw;
    position: fixed;
    top: 74px;
    z-index: 2;
    transform: translate3d(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform .4s ease-out;
    -moz-transition: transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    -ms-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
}
.post_header_default .text-container {
    display: flex;
    align-items: center;
    margin: 10px 0 10px 100px;
}
@media (max-width: 1500px) {
    .post_header_default .text-container {
        margin: 10px 120px 10px 100px;
    }
}
.date_wrapper {
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post_date {
    font-family: 'Nunito', sans-serif;
    color: #F05724;
    width: 100px;
    font-weight: 100;
    font-size: 1.2rem;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
}
.post_title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    -webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    -ms-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
}
.post_header_alt .svg_wrapper {
    width: 56px;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-content: flex-end;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out 0.2s;
    -moz-transition: opacity 0.3s ease-in-out 0.2s;
    -o-transition: opacity 0.3s ease-in-out 0.2s;
    -ms-transition: opacity 0.3s ease-in-out 0.2s;
    transition: opacity 0.3s ease-in-out 0.2s;
}
.post_header_alt .svg_wrapper svg {
    width: 56px;
    stroke: #F15725;
    stroke-width: 27;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-transition: stroke-dashoffset 0.5s linear 0.3s;
    -moz-transition: stroke-dashoffset 0.5s linear 0.3s;
    -o-transition: stroke-dashoffset 0.5s linear 0.3s;
    -ms-transition: stroke-dashoffset 0.5s linear 0.3s;
    transition: stroke-dashoffset 0.5s linear 0.3s;
}
.post_header_alt .svg_wrapper:hover svg {
    stroke: #f4f0ea;
    -webkit-transition: stroke 0.3s ease-out;
    -moz-transition: stroke 0.3s ease-out;
    -o-transition: stroke 0.3s ease-out;
    -ms-transition: stroke 0.3s ease-out;
    transition: stroke 0.3s ease-out;
}
.social_header_wrapper {
    width: 160px;
    height: 72;
    position: fixed;
    right: 40px;
    top: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    text-align: center;
    opacity: 1;
}
.social_header_wrapper .fa {
    width: 48px;
    height: 46px;
    border: solid 1px #B8B09C;
    padding: 12px 10px 10px 10px;
    font-size: 22px;
    color: #B8B09C;
    transition: 0.3s ease-in-out;
}
.post_header_default .social_header_wrapper, .post_header_default.header-down .social_header_wrapper {
    opacity: 1;
    transition: opacity .2s linear .5s
}
.post_header_default.header-up .social_header_wrapper {
    transform: translateY(-300px);
    opacity: 0;
}
.social_header_wrapper.opacity1 {
    opacity: 1;
}
.social_header_wrapper.opacity0 {
    transition: opacity 0s linear;
    opacity: 0;
}
.post_header_alt {
    background-color: #383634;
    width: 100vw;
    height: 80px;
    top: 0;
    position: fixed;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.2s ease-out 0.2s;
}
.post_header_alt .social_header_wrapper {
    position: absolute;
    display: flex;
    height: 100%;
    right: 40px;
    top: 0px;
    transition: all 0.5s linear 0.5s;
}
.post_header_alt .text-container {
    height: 80px;
    position: fixed;
    top: 0;
    left: 155px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    width: calc(100% - 375px);
}
.post_header_alt .post_title {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.post_header_alt .svg_wrapper {
    height: 100%;
    width: 60px;
    left: 50px;
    top: 0;
    margin: 0;
}
.social_header_wrapper>a>.fa:hover {
    color: #fff;
    border-color: #F15725;
    background-color: #F15725;
}
.navbar.nav-up, .post_header_default.header-up {
    transform: translateY(-200px);
}
.header-up h4 {
    height: 0;
}
.header-up h2 {
    margin-top: 0;
}
.header-up .svg_wrapper {
    opacity: 1;
}
.header-up .svg_wrapper svg {
    stroke-dashoffset: 0;
}
.social_share_menu {
    position: fixed;
    width: 350px;
    left: 0;
    right: 0;
    height: 60px;
    padding: 12px;
    bottom: -60px;
    margin: 0 auto;
    background-color: #383634;
    border-radius: 5px 5px 0 0;
    transition: 0.3s ease-in-out;
    display: none;
}
.social_share_menu.bringUp {
    bottom: -1px;
}
.social_share_menu.stickIt {
    position: relative;
    bottom: auto;
    margin: 0 auto;
    border-bottom: solid 1px #B8B09C;
}
.social_sharing_group {
    display: inline-block;
}
.social_sharing_group a {
    display: inline-block;
    padding: 0 20px;
}
.social_sharing_group a i {
    font-size: 25px;
    padding-top: 5px;
    color: #B8B09C;
    transition: all .3s ease;
}
.social_sharing_group a:hover i {
    color: #f15725;
}
.social_title {
    display: inline-block;
    padding: 5px 10px;
    color: #B8B09C;
    font-size: 24px;
    margin: 0 20px 0 0;
}
.recommended_post_title {
    text-align: center;
    background-color: #f8f7f5;
    padding: 0 0 45px 0;
    margin: 0;
}
.recommended_post_title_text {
    font-size: 1.4rem;
    color: #55514e;
    margin: 0;
}
.recommended_posts {
    background-color: #383634;
    margin: 0;
}
.recommended_posts>h3 {
    margin: 0;
    padding: 20px;
    color: #B8B09C;
    font-size: 32px;
    text-align: center;
}
.recommended_posts .related_case {
    height: 260px;
}
.recommended_posts .related_case>a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.recommended_posts .overlay {
    height: 130px;
    bottom: -130px;
}
.body_post_column {
    margin: 180px 70px 50px 70px;
    padding: 50px 100px;
    background-color: #fff;
}
.post_background {
    background-color: #f8f7f5;
}
.blog-numbered-list, .blog-unordered-list-bullet, .blog-unordered-list-no-bullet, .blog-list-element, .body_post_column>p {
    font-family: 'Nunito', sans-serif;
    font-size: 2em;
    line-height: 1.7;
    letter-spacing: .032em;
    margin-bottom: 45px;
    color: #9a9189;
}
.body_post_column>p>b {
    display: block;
    font-size: 1.3rem;
    line-height: 1.3;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    letter-spacing: .125em;
    color: #78726c;
    text-transform: uppercase;
    margin-bottom: -30px;
}
.body_post_column>p>strong {
    font-weight: 600;
}
.body_post_column>p>img {
    width: 100%;
    height: auto;
}
.body_post_column>ul {
    margin-top: -45px;
    list-style-position: inside;
    margin-bottom: 45px;
}
.body_post_column>ul>li {
    font-family: 'Nunito', sans-serif;
    font-size: 2em;
    line-height: 1.8em;
    letter-spacing: .02em;
    color: #9a9189;
}
.blog-numbered-list, .blog-unordered-list-bullet, .blog-unordered-list-no-bullet, .blog-list-element {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .032em;
    margin-bottom: 45px;
    margin-left: 20px;
    display: block;
}
.blog-numbered-list {
    color: #F05724;
    font-size: 24px;
}
.blog-unordered-list-bullet {
    margin-top: 30px !important;
    margin-left: 45px;
}
.blog-unordered-list-bullet li {
    list-style: disc;
}
.blog-unordered-list-no-bullet {
    margin-top: -10px !important;
}
.blog-unordered-list-bullet .blog-list-element, .blog-unordered-list-bullet .blog-list-ingredient {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .032em;
    margin-top: 0px;
    margin-bottom: 0px;
}
.blog-unordered-list-bullet .blog-list-ingredient {
    list-style: disc !important;
    list-style-position: inside;
}
.blog-list-header {
    font-family: 'Nunito', sans-serif;
    font-size: 20px !important;
    margin-left: -15px !important;
    list-style: none !important;
}
.double-image-container {
    width: 100%;
    display: flex;
    align-items: center;
}
.half-image-container {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    padding: 5px;
}
.one-third-image-container {
    width: 33%;
    float: left;
    display: flex;
    justify-content: center;
    padding: 5px;
}
.two-third-image-container {
    width: 66%;
    float: left;
    display: flex;
    justify-content: center;
    padding: 5px;
}
.half-image-container img {
    max-width: 95%;
    max-height: 400px;
    object-fit: contain;
}
.one-third-image-container img, .two-third-image-container img {
    height: 300px;
    width: auto;
    overflow: hidden;
    object-fit: cover;
}
.blog-line-divider {
    height: 1px;
    width: 100%;
    background-color: #9A9189;
    margin-top: 60px;
    margin-bottom: 60px;
}
.orange_divider_author {
    margin: 5px 0;
    height: 3px;
    width: 75px;
    background-color: #F05724;
}
.author {
    margin-top: 30px;
}
.gray_short_divider {
    height: 2px;
    width: 350px;
    margin: 0 0 25px 0;
    float: left;
    background-color: #9d9d9d;
    max-width: 66%;
}
.author_bio {
    margin-bottom: 35px;
}
.author_left {
    float: left;
    width: 25%;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.author_contact_wrapper {
    font-size: 2.6em;
    margin-top: 20px;
}
.author_contact_wrapper .fa-envelope {
    font-size: .9em;
    transform: translateY(-1px);
}
.author_contact_wrapper a {
    color: #c2bcbc;
    padding: 10px;
    margin-top: 10px;
    transition: color .4s ease;
}
.author_contact_wrapper a:hover {
    color: #F05724;
}
.author_bio_text_wrapper {
    float: left;
    width: 75%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 30px;
}
.author_bio_name {
    margin-bottom: 0;
}
.gray_short_divider {
    margin-bottom: 15px;
}
.insights {
    font-size: 2em;
}
.author_bio {}
.author_bio_image_wrapper {
    width: 150px;
    height: 150px;
    margin-top: 30px;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.author_bio_title {
    text-transform: none;
    font-style: italic;
    font-size: 2em;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #9d9d9d;
    letter-spacing: .05em;
    margin: 10px 0;
}
.author_bio_bio {
    font-size: 1.6em;
}
@media (max-width: 991px) {
    .author_left {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .author_bio_image_wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    .author_contact_wrapper {
        margin-top: 10px;
    }

    .author_bio_text_wrapper {
        display: block;
        width: 100%;
        height: auto;
        padding-left: 0;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .body_post_column {
        margin: 185px 20px 30px 30px;
        padding: 30px 30px;
    }

    .post_header_default h2 {
        margin-right: 50px;
    }
}
@media (max-width: 767px) {
    #main-menu {
        border: none;
    }

    .blog-numbered-list, .blog-unordered-list-bullet, .blog-unordered-list-no-bullet, .blog-list-ingredient, .blog-list-element {
        font-size: 14px !important;
        margin-left: 0;
        padding-left: 15px;
    }

    .blog-list-element {
        padding-left: 0;
    }

    .blog-unordered-list-no-bullet {
        padding-left: 0px;
        margin-left: 15px;
    }

    .blog-unordered-list-no-bullet .blog-list-element {
        font-size: 14px;
        margin-left: 0px;
        padding-left: 0px;
    }

    .blog-list-header {
        font-size: 14px !important;
    }

    .double-image-container {
        width: 100%;
        display: block;
        align-items: center;
    }

    .half-image-container {
        width: 100%;
        display: block;
    }

    .one-third-image-container {
        width: 100%;
        display: block;
    }

    .two-third-image-container {
        width: 100%;
        display: block;
    }

    .half-image-container img, .one-third-image-container img, .two-third-image-container img {
        width: 100%;
        height: auto;
    }

    .body_post_column {
        margin: 30px 10px 30px 10px;
        padding: 30px 30px;
    }

    .post_header_alt {
        display: none;
    }

    .post_header_default {
        position: relative;
        height: auto;
        padding: 25px 10px;
    }

    .date_wrapper {
        position: relative;
        float: left;
        margin: 0;
        display: block;
    }

    .post_date {
        margin: 10px 0 0 0;
    }

    .text-container {
        width: 90%;
        margin: 0 0 0 0;
        white-space: normal;
        overflow: visible;
    }

    .post_title {
        margin: 5px 0 5px 0;
    }

    .body_post_column>p {
        font-size: 1.4em;
        margin-bottom: 30px;
    }

    .body_post_column>ul {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .body_post_column>ul>li {
        font-size: 1.4em;
        margin-bottom: 0;
    }

    .body_post_column>p>strong {
        font-size: 1.2em;
        line-height: 1.2;
        margin-bottom: -30px;
    }

    .body_post_column>p>b {
        font-size: 1.2em;
        line-height: 1.2;
        margin-bottom: -20px;
    }
}
@media (max-width: 340px) {
    .body_post_column {
        margin: 30px 10px 30px 10px;
        padding: 30px 20px;
    }

    .body_post_column>p {
        font-size: 1.3em;
    }

    .body_post_column>p>strong {
        font-size: 1.2em;
    }

    .body_post_column>p>b {
        font-size: 1.2em;
    }

    .column {
        margin: 0;
        padding: 0;
    }

    .post_title {
        font-size: 1.7rem;
    }
}

/* IDEAS */
.feature_post_container {
    height: 650px max-width: 100%;
    overflow: hidden;
}
.feature_image_overlay {
    position: absolute;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 100%;
    overflow: hidden;
    transition: all .3s ease-out;
}
.feature_post_image {
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 105%;
    margin-left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-size: cover !important;
    background-position: center !important;
    transition: all .3s ease-out;
}

/*
.feature_post_container:hover > a > .feature_image_overlay {
		background-color: rgba( 255, 255, 255, .1);
		z-index: 1;
}
*/
.feature_post_container:hover>.feature_post_text>a>.container>.featured_overlay_text {
    background-color: rgba(241, 87, 37, .88);
}
.featured_overlay_text {
    margin: 100px 160px 100px 160px;
    background-color: rgba(241, 87, 37, .66);
    padding: 30px 60px;
    transition: all .4s ease-out;
    z-index: 1;
}
.feature_post_text {
    padding: 40px 0 40px 0;
    margin: 0;
    text-align: center;
}
.feature_title_text {
    display: block;
    font-size: 3.2em;
    font-weight: 100;
    line-height: 1.3;
    margin: 15px 0;
    text-align: center;
    color: #fff;
}
.feature_caption {
    text-align: center;
    color: #fff;
    font-size: 2.1em;
}
.read_wrapper {
    margin-top: 30px;
    z-index: 1;
    text-align: center;
}
@media (max-width: 991px) {
    .featured_overlay_text {
        margin: 40px;
    }

    .feature_title_text {
        font-size: 2.8em;
    }

    .feature_post_container {
        height: 450px;
    }
}
@media (max-width: 500px) {
    .featured_overlay_text {
        margin: 0;
        padding: 30px 30px;
    }

    .feature_title_text {
        font-size: 2.2em;
    }

    .feature_post_container {
        height: 350px;
    }

    .read_wrapper {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .overlay_news {
        max-height: 800px;
    }

    .video_news {
        max-height: 800px;
        width: 100vw;
        overflow: hidden;
    }
}
@media (min-width: 501px) and (max-height: 750px) {
    .overlay_news {
        max-height: 500px;
        padding-top: 60px;
    }

    .video_news {
        max-height: 500px;
        width: 100vw;
        overflow: hidden;
    }
}
@media (max-width: 500px) {
    .overlay_news, .video_news {
        height: 550px;
    }
}
.bg_light_gray {
    background-color: #f8f7f5;
}
.post_container {
    /*height: 325px;*/

    display: flex;
}
.post_list_container {}
.post_preview {
    clear: both;
    margin: 0;
    padding: 45px 0;
    width: 100%;
}
.post_preview_text {
    align-self: center;
    min-width: 0px;
    width: 65%;
}
.post_preview_text.right {
    order: 2;
    padding: 35px 20px 40px 60px;
}
.post_preview_text.left {
    order: 0;
    padding: 35px 60px 40px 20px;
}
.post_preview_text.center {
    width: 100%;
    padding: 40px 20px 40px 20px;
}
.preview_title {
    color: #393735;
    font-weight: 500;
    line-height: 1.2;
    margin: 7px 0 10px 0;
}
.preview_title a {
    color: #393735;
}
.preview_text {
    font-size: 1.6em;
    color: #666;
    margin-top: 12px;
}
.post_preview_image {
    align-self: center;
    max-width: 35%;
    height: 300px;
    order: 1;
    overflow: hidden;
    padding: 25px 0;
    margin: 0 20px;
}
.post_preview_image img {
    align-self: center;
    position: relative;
    max-height: 100%;
    min-width: 100%;
}
.preview_date {
    font-size: 1.2em;
    color: #F05724;
    margin-top: 0;
    margin-bottom: 0;
}
.orange_divider {
    height: 2px;
    width: 70px;
    background-color: #F05724;
    margin: 3px 0 5px 0;
}
.read_more {
    color: #F05724;
    border-bottom: solid 2px #F05724;
    white-space: nowrap;
    font-size: .9em;
}
.see_all {
    z-index: 2;
    text-align: center;
    padding: 50px 0;
}
.see_all_text {
    font-family: 'Nunito', sans-serif;
    color: #F05724;
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.2em;
    padding: 15px 25px 15px 25px;
    width: auto;
    border: solid 3px #F05724;
    transition: all 0.2s ease-in-out;
}
.see_all_text:hover {
    background: #F05724;
    color: #fff !important;
}
.hidden_posts {
    display: none;
}
@media (max-width: 991px) {
    .post_container {
        flex-wrap: wrap;
        height: auto;
    }

    .post_preview {
        height: auto;
        padding: 15px 0;
    }

    .post_preview_image {
        align-self: center;
        order: -1;
        width: 100%;
        max-width: 100%;
        height: 275px;
        position: relative;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .post_preview_image img {
        min-height: 100%;
        max-height: none;
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .post_preview_text {
        height: auto;
        overflow: visible;
        align-self: center;
        min-width: 0px;
        width: 100%;
    }

    .post_preview_text.right {
        order: 1;
        padding: 15px 0;
    }

    .post_preview_text.left {
        order: 1;
        padding: 15px 0;
    }

    .post_preview_text.center {
        width: 100%;
        padding: 15px 0;
        font-size: 1em;
    }
}
@media (max-width: 500px) {
    .post_preview_image {
        align-self: center;
        order: -1;
        width: 100%;
        height: 275px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .post_preview_image img {
        height: 100%;
        position: relative;
        width: auto;
    }

    .recommended_post_title_text {
        font-size: 2em;
    }
}

/*WORK*/
.box {
    margin: 0 0 15px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.corner_mark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.tall_box_right {
    float: right;
}
.fullwidth {
    width: 100%;
    height: auto;
}
.project_block {
    overflow: hidden;
    background-size: cover;
}
.project_overlay {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-out;
}
.project_block:hover .project_overlay {
    top: 0px;
}
.project_copy {
    position: absolute;
    top: 35%;
    left: 10%;
    color: #eee;
    font-weight: 100;
}
.hero_project_copy {
    position: absolute;
    top: 35%;
    left: 5%;
    font-weight: 100;
}
.project_copy h4, .hero_project_copy h4 {
    letter-spacing: .125em;
    color: #9E9E9E;
}
.project_link {
    width: 100%;
    height: 100%;
}

/*CASE STUDY*/
.outro_copy_wrap, .intro_copy_wrap {
    background-color: #f8f7f5;
    padding: 40px 0;
}
.outro_copy_wrap {
    padding-top: 10px;
}
.case_study_title {
    font-size: 2.7em;
    letter-spacing: 0.125em;
    font-weight: 200;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
}
.case_study_outro, .case_study_intro {
    font-size: 2.0em;
    line-height: 1.6em;
    color: #9e9e9e;
}
div.case_study_intro {
    font-family: 'Nunito', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 400;
}
div.case_study_intro p {
    font-size: 1em;
    margin-bottom: 20px;
}
div.case_study_intro ul, div.case_study_intro ol {
    margin-left: 1em;
    margin-bottom: 20px;
}
.post_content_wrap {
    max-width: 970px;
}
.post_content_wrap div.case_study_intro {
    color: #606060;
    font-size: 20px;
}
.post_content_wrap div.case_study_intro p {
    color: #606060;
}
.post_content_wrap div.case_study_intro b, .post_content_wrap div.case_study_intro strong {
    color: #000000;
}
.post_content_wrap div.case_study_intro blockquote {
    font-size: 24px;
    border-left: 0;
    padding: 0;
    color: #000000;
    margin: 40px 0;
}
.post_content_wrap div.case_study_intro blockquote p {
    color: #000000;
}
.post_content_wrap div.case_study_intro blockquote p:first-child:before {
    content: url(../images/quote-open.svg);
    margin-right: 10px;
    margin-left: -10px;
}
.post_content_wrap div.case_study_intro blockquote p:last-child:after {
    content: url(../images/quote-close.svg);
    margin-left: 10px;
}
.post_content_wrap div.case_study_intro p.byline {
    margin-top: -35px;
    margin-bottom: 40px;
    color: #2a2626;
}
.post_content_wrap div.case_study_intro p.byline:before {
    content: '\2014';
    color: #F15725;
    display: inline-block;
    margin-right: 10px;
}
.post_content_wrap div.case_study_intro .highlight {
    font-size: 3em;
    float: left;
    margin: 0.23em 10px 10px 0;
}
.post_content_wrap div.case_study_intro .orange {
    color: #F15725;
}
.outro_attribute {
    font-size: 1.7em;
    margin: 0 0 -3px;
    letter-spacing: 0.0125em;
}
.outro_attribute_title {
    font-size: 1.4em;
    font-style: italic;
}
.case_study_tags {
    font-family: 'Nunito', sans-serif;
    font-size: 1.15em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #9e9e9e;
}
.case_study_outro {
    text-align: center;
}
.divider {
    border-bottom: 1px solid #efede9;
}
.case_study_outer_container {
    width: auto !important;
    padding: 0 0 40px;
}
.case_study_container.fullwidth_content {
    width: auto !important;
    max-width: none !important;
}
.case_study_hero_outer_container {
    padding-bottom: 0;
}
.case_study_container.fullwidth_content .case_study_inner {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 15px;
}
.case_study_container.fullwidth_content.case_study_hero .case_study_inner, .case_study_container.content_type_Image .case_study_inner, .case_study_container.content_type_Digital .case_study_inner {
    padding-top: 40px;
    padding-bottom: 40px;
}
.gallery_rotator {
    padding: 40px 0;
}
.gallery_nav {
    margin: 0 auto;
    text-align: center;
}
.gallery_nav_buttons {
    display: inline-block;
}
.gallery_rotator .gallery_nav {
    margin-top: 40px;
}
.gallery_rotator .gallery_arrow {
    position: absolute;
    top: 0;
    padding: 0 40px;
    height: 100%;
}
.gallery_rotator .gallery_arrow .gray_arrow {
    position: relative;
    top: 50%;
    margin-top: -23px;
}
.gallery_rotator .gallery_arrow.arrow_prev {
    left: 0;
    padding-right: 80px;
}
.gallery_rotator .gallery_arrow.arrow_next {
    right: 0;
    padding-left: 80px;
    text-align: right;
}
.gallery_rotator .gallery_nav .gallery_block {
    width: 22px;
    height: 6px;
    background-color: #b8af9d;
    cursor: pointer;
    display: inline-block;
    text-indent: -9999px;
    text-align: left;
    margin-left: 25px;
    background-color: rgb(184, 175, 157);
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.gallery_rotator .gallery_nav .gallery_block:first-child {
    margin-left: 0;
}
.gallery_rotator .gallery_nav .gallery_block.active, .gallery_rotator .gallery_nav .gallery_block:hover {
    background-color: #F15725 !important;
    -webkit-transform: translate3d(0, 0, 0);
}
.gallery_rotator .gallery_rotator_inner {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.gallery_rotator .gallery_rotator_inner.fading {
    opacity: 0;
}
.gallery_rotator .gallery_rotator_inner.no_transitions {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

/* NEW CASE STUDY LAYOUT */
.case-study-container {
    background-color: #f8f7f5;
    padding: 0 30px 30px;
}
.case-study-container.case-study-hero {
    background-color: transparent;
    padding: 0;
}
.case-study-container.post-container {
    background-color: #f8f7f5;
}
.case-study-container.post-container .content-container {
    background-color: transparent;
}
.case-study-container.case-study-hero .content-container {
    padding: 0;
}
.case-study-container .content-container {
    background-color: #fff;
    margin-top: 30px;
    padding: 30px;
}
.case-study-container .content-container.fullwidth-content {
    margin-left: -30px;
    margin-right: -30px;
    background-size: cover;
    background-position: center;
    width: auto !important;
}
.case-study-container .content-container:first-child {
    margin-top: 0;
}
.case-study-container .content-container.content-shim {
    background-color: transparent;
}
.case-study-container .content-type-digital-gallery {
    margin-top: 60px;
}
.case-study-container .content-container img {
    max-width: 100%;
}
.case-study-container .half-content {
    margin-top: 30px;
}
.case-study-container .half-content .content-container {
    height: 100%;
}
.case-study-container .half-content .intro_copy_wrap {
    background-color: #fff;
    padding: 80px;
    height: 100%;
}
.case-study-container .half-content .intro_copy_wrap .case_study_title {
    margin-top: 0;
}
.case-study-container .content-type-Image, .case-study-container .content-type-Gallery, .case-study-container .content-type-half-image {
    text-align: center;
}
.case-study-container .gallery_rotator {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}
.case-study-container .gallery_rotator .gallery_nav {
    margin-top: 30px;
    width: 100%;
}
.case-study-container .digital-screen-container {
    position: relative;
    width: 940px;
    width: 917px;
    height: 730px;
    height: 712px;
    margin-bottom: 40px;
    padding: 39px 38px 205px;
    padding: 38px 37px 200px;
}
.case-study-container .digital-screen-container .spacer20 {
    display: none;
}
.case-study-container .digital-screen-viewport {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.case-study-container .digital-screen-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.case-study-container .digital-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.case-study-container .digital-screen-viewport .gallery_rotator_inner {
    position: static;
}
.case-study-container .digital-screen-viewport .gallery_rotator_inner img {
    cursor: pointer;
}
.case-study-container .digital-gallery-container .gallery_arrow {
    height: 78%;
}
.case-study-container .digital-gallery-container .gallery_arrow.arrow_prev {
    left: -120px;
}
.case-study-container .digital-gallery-container .gallery_arrow.arrow_next {
    right: -120px;
}
.related_case {
    overflow: hidden;
}
.overlay {
    position: absolute;
    bottom: -92px;
    height: 92px;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.related_case:hover .overlay {
    bottom: 0;
}
.related_case_title {
    font-size: 2.0em;
    text-align: center;
    color: #fff;
    letter-spacing: .125em;
    padding: 0;
    margin: 0;
}
.case_play_button {
    position: absolute;
    bottom: 60px;
    left: 15px;
}
.counter_wrap {
    text-align: center;
}
.counter {
    display: inline-block;
}
.counter_value h3 {
    margin-right: 20px;
    font-size: 8.0em;
}
.counter_scale h3 {
    font-size: 8.0em;
}
.counter_description h4 {
    font-size: 3em;
    color: #9E9E9E;
    letter-spacing: 0.125em;
    font-weight: 200;
}

/*HANDLE FLIP OF TIMELINE BOX*/

/* hide back of pane during swap */
.front, .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.back {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.back {
    width: 100%;
    height: 100%;
    z-index: 0;
}
.back a {
    color: #F15725;
}
.flipwrap {
    position: relative;
    -webkit-perspective: 1000;
    -moz-perspective: 1000px;
    -ms-perspective: 1000;
    -o-perspective: 1000;
}
.card {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.flipwrap:hover .card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.face {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.front {
    z-index: 0;
}
.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #2d2c2c;
}
.back p {
    font-size: 1.5em;
    color: #D7D7D6;
}
.flipwrap:hover .front {
    z-index: 0;
}

/*CONTACT*/
.map_count_2 .map {
    width: 50%;
    float: left;
}
.map-container {
    width: 100%;
    margin-bottom: -30px;
    height: 520px;
}
.map_replace_wrap {
    display: none;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 620px;
}
.map_replace_wrap a {
    display: block;
    height: 100%;
}
.parallax_image {
    background-size: cover;
    background-image: url("../images/Duffy_Parallax_Pattern.jpg");
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    top: 0;
    left: 0;
}
.background_image {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.parallax {
    width: 100%;
    padding: 100px 0;
}
.contact-info {
    padding: 40px 0;
    height: auto;
    text-align: center;
    background-color: #55483a;
    margin-top: 30px;
}
.map.alt .contact-info {
    background-color: #000000;
}
.contact-info h4 {
    font-size: 28px;
    line-height: 1.9;
    margin: 0;
    color: #930e13;
}
.contact-info h4.phone span {
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.contact-info h4.phone .small-icon {
    background: url(../images/icon-phone.svg) no-repeat;
    width: 17px;
    height: 27px;
    display: inline-block;
}
.contact-info h4.phone .small-icon-mail {
    background: url(../images/mail.svg) no-repeat;
    width: 17px;
    height: 27px;
    display: inline-block;
}
.contact-info h4.phone .sep {
    display: inline-block;
    margin: 0 24px 0 28px;
    color: #930e13;
}
.contact_black_background {
    background-color: #383634;
    padding: 40px 0;
}
.big_block_link {
    text-align: center;
}
.big_block_link h3, .big_block_link p {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    transition: color 0.1s linear;
}
.big_block_link p .svg-icon {
    -webkit-transition: fill 0.1s linear;
    -moz-transition: fill 0.1s linear;
    -o-transition: fill 0.1s linear;
    -ms-transition: fill 0.1s linear;
    transition: fill 0.1s linear;
}
.big_block_link h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 0px;
}
.big_block_link p {
    font-size: 16px;
    color: #989898;
    margin-bottom: 0;
}
.big_block_link p .svg-icon {
    display: inline-block;
    width: 18px;
    height: 13px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    fill: #999;
}
.contact_link p .sep {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.big_block_link a {
    padding: 80px 0;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #930e13;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.big_block_link a:hover {
    background-blend-mode: multiply;
    /* background-image: url(../images/Duffy_Parallax_Pattern.jpg); */

    background-color: rgba(238, 185, 74, 0.9);
}
html[data-useragent*='MSIE 10.0'] .big_block_link a:hover, html[data-useragent*='MSIE 9.0'] .big_block_link a:hover {
    background-image: none;
}
.big_block_link a:hover h3, .big_block_link a:hover p {
    color: #fff;
}
.big_block_link a:hover .svg-icon {
    fill: #fff;
}
.big_block_link a:focus {
    outline: 0;
    text-decoration: none;
}
.big_block_link a:focus h3 {
    text-decoration: underline;
}
.big_block_link .wrapper {
    border-left: solid 1px rgba(152, 152, 152, 0.4);
    height: 200px;
    padding: 0 20px;
}
.big_block_link:first-child .wrapper {
    border-left: 0;
}
.newsletter {
    position: absolute;
    top: 25%;
    left: 0;
    text-align: center;
}
.newsletter_wrapper {
    min-height: 431px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.newsletter_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.newsletter_overlay p {
    color: #fff;
}
.newsletter_title {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}
.newsletter p {
    font-size: 2.1em;
    color: #fff;
}
.mc_field, .contact_form .field-group {
    border-bottom: 1px solid #B8B09C;
    margin-bottom: 40px;
}
#mc_embed_signup form, .contact_form form {
    display: block;
    position: relative;
    text-align: left;
}
#mc_embed_signup .mc-field-group, .contact_form .field-group {
    position: relative;
    min-height: 28px;
}
#mc_embed_signup .mc-field-group label, .contact_form .field-group label {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    float: left;
    text-transform: uppercase;
}
#mc_embed_signup .mc-field-group input, .contact_form .field-group input {
    display: block;
    -webkit-appearance: none;
    width: 85%;
    padding: 0;
    padding-left: 15px;
    overflow: hidden;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    line-height: 0;
    letter-spacing: 0;
    color: #930e13;
    border: none !important;
    background-color: transparent;
    color: #fff;
    float: left;
}
.mc_field input:focus, .contact_form .field-group input:focus {
    outline: 0;
}
#mc-embedded-subscribe, .contact_form .button-submit {
    width: auto;
    clear: both;
}
.contact_form .field-group.error:after {
    content: 'This field is required.';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 5px 0 0;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}
.contact_form .field-group.one-required.error:after {
    content: 'At least one contact method is required.';
}
.contact_form .field-group.format-error.email:after {
    content: 'Please enter a valid email address.';
}
.contact_form .field-group.format-error.phone:after {
    content: 'Please enter a valid phone number.';
}
.contact_form #contact-responses p {
    color: #F15725;
}
.contact_form #contact-responses .error {
    margin-bottom: 40px;
}
.contact_form #contact-responses .success {
    margin: 60px 0;
}
.contact_form #contact-responses, .contact_form #contact-responses .success, .contact_form #contact-responses .error, .contact_form.send-success form {
    display: none;
}
.contact_form.send-success #contact-responses, .contact_form.send-error #contact-responses, .contact_form.send-success #contact-responses .success, .contact_form.send-error #contact-responses .error {
    display: block;
}
.contact_form.working .button-submit {
    text-indent: -9999em;
    border-left-color: #fff !important;
    -webkit-animation: spin 1.1s infinite linear;
    animation: spin 1.1s infinite linear;
    padding: 0;
    overflow: hidden;
    background-color: transparent !important;
    cursor: default !important;
}
.contact_form.working .button-submit, .contact_form.working .button-submit:after {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#mc_embed_signup div#mce-responses {
    width: 100%;
    overflow: auto;
    position: absolute;
    bottom: 75px;
}
#mc_embed_signup div.response {
    font-weight: bold;
    z-index: 1;
    width: 100%;
    color: #fff;
    min-height: 28px;
}
#mce-error-response, #mce-success-response {
    display: none;
}
#mc_embed_signup div.mce_inline_error {
    position: absolute;
    top: 30px;
    width: 100%;
    margin: 0 !important;
    padding: 5px 0 0 !important;
    background-color: transparent !important;
}
.submit_wrap {
    text-align: center;
}
.newsletter_container {
    background-color: #E5E5E5;
    padding: 80px 0;
}
.newsletter_container .container {
    max-width: 970px;
}
.newsletter_container .newsletter_title, .newsletter_container #mc_embed_signup .mc-field-group label, .newsletter_container .orange_button input, .newsletter_container .orange_button a, .newsletter_container #mc_embed_signup div.mce_inline_error, .newsletter_container .contact_form .field-group label, .newsletter_container .contact_form .field-group.error:after, .newsletter_container #mc_embed_signup div.response {
    color: #383634;
}
.newsletter_container .mc_field, .newsletter_container .contact_form .field-group {
    border-bottom-color: #9d9d9d;
}
.newsletter_container #mc_embed_signup .mc-field-group input, .newsletter_container .contact_form .field-group input {
    color: #9d9d9d;
}

/*HOME*/
.home_slideshow {
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    height: 100vh;
}
.home_slideshow.gallery_rotator .gallery_rotator_inner {
    display: block;
    margin: 0 auto;
}
.home_slideshow.gallery_rotator .gallery_rotator_inner .phantom {
    opacity: 0;
}
.home_slideshow.gallery_rotator .gallery_rotator_inner {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}
.home_slideshow.gallery_rotator .gallery_rotator_inner .gallery_image {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 1s cubic-bezier(0, 0, .30, 1);
    -moz-transition: all 1s cubic-bezier(0, 0, .30, 1);
    -ms-transition: all 1s cubic-bezier(0, 0, .30, 1);
    transition: all 1s cubic-bezier(0, 0, .30, 1);
}
.home_slideshow.gallery_rotator .gallery_rotator_inner.reverse .gallery_image {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.home_slideshow.gallery_rotator .gallery_rotator_inner .gallery_overlay {
    -webkit-transition: opacity 0.5s ease-out 0.35s;
    -moz-transition: opacity 0.5s ease-out 0.35s;
    -ms-transition: opacity 0.5s ease-out 0.35s;
    transition: opacity 0.5s ease-out 0.35s;
}
.home_slideshow.gallery_rotator .gallery_rotator_inner.reverse .gallery_overlay {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.home_slideshow.gallery_rotator .gallery_rotator_inner.fading {
    opacity: 1;
}
.home_slideshow.gallery_rotator .gallery_rotator_inner.fading .gallery_image {
    margin-top: 80px;
    opacity: 0;
}
.home_slideshow.gallery_rotator .gallery_rotator_inner.fading .gallery_overlay {
    opacity: 0;
}
.home_slideshow.gallery_rotator .gallery_nav {
    margin-top: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 3;
}
.home_slideshow.gallery_rotator .gallery_nav .gallery_block {
    background-color: #383733;
}
.home_slideshow.gallery_rotator .gallery_arrow {
    min-width: 20%;
    z-index: 5;
}
.home_slideshow .overlay-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 2;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.gallery_overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery_overlay_text {
    /*background-color: rgba(80, 80, 82, 0.8);*/

    color: #fff;
    padding: 38px 70px 30px;
    display: inline-block;
    max-width: 100%;
}
.gallery_overlay h1 {
    font-size: 3.8em;
    margin-top: 0;
}
.gallery_overlay p {
    color: #fff;
    margin-bottom: 0;
}
.gallery_link {
    display: block;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0)), url(../images/header_banner.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    /*    padding: 25% 15%;*/

    height: 100vh;
}
.gateway {
    text-align: center;
}
.gateway h4 {
    text-transform: uppercase;
    font-size: 2.7em;
}
.gateway p {
    padding: 0 10px;
    font-size: 1.6em;
    color: #989898;
    max-width: 283px;
    margin: 20px auto;
}
#announcement {
    color: #fff;
    padding: 100px 0;
}
#announcement .container {
    max-width: 970px;
}
#announcement .logo {
    width: 494px;
    margin: 0 auto;
    display: block;
    max-width: 80%;
}
#announcement .announcement-copy {
    margin: 100px 0 80px;
    font-size: 2.1em;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}
#announcement .orange_button a {
    border-color: #383634 !important;
}
#announcement .orange_button a:hover {
    background-color: #383634;
}

/*VIDEO*/
.video_replace_wrap {
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    height: 100%;
    min-height: 550px;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    -webkit-transition: opacity ease-out .5s;
    -moz-transition: opacity ease-out .5s;
    -o-transition: opacity ease-out .5s;
    transition: opacity ease-out .5s;
}
.video_wrap {
    position: relative;
    padding-bottom: 54.5%;
    /* 16:9 */

    padding-top: 25px;
    margin-bottom: -51px;
    background-color: #383634;
    min-height: 0;
    height: 0;
}
.about_wrap {
    position: relative;
    padding: 25% 0;
    margin-bottom: -51px;
    background-color: #383634;
    min-height: 0;
    height: 0;
}
.video_wrap.replaced {
    padding-bottom: 0;
    min-height: 550px;
}
.video_wrap.replaced .video_replace_wrap {
    display: block;
}
.video_wrap iframe, .video_wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity ease-out .5s;
    -moz-transition: opacity ease-out .5s;
    -o-transition: opacity ease-out .5s;
    transition: opacity ease-out .5s;
}
.video_wrap.replaced iframe, .video_wrap.replaced video {
    display: none;
}
.video_wrap.show iframe, .video_wrap.show video, .video_wrap.show .video_replace_wrap {
    opacity: 1;
}
.video_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(234, 194, 80, 0.24), rgba(12, 12, 12, 0.63), rgba(113, 113, 113, 0.34)), url(../images/gn_stock.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-bottom: 51px;
}
.about_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(35, 31, 32, 0.25), rgba(0, 0, 0, 0.25), rgba(29, 29, 29, 0.25)), url(../images/about_head.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-bottom: 51px;
}
.menu_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(35, 31, 32, 0.25), rgba(0, 0, 0, 0.25), rgba(29, 29, 29, 0.25)), url(../images/menu_head.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-bottom: 51px;
}
.events_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(35, 31, 32, 0.25), rgba(0, 0, 0, 0.25), rgba(29, 29, 29, 0.25)), url(../images/events_head.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-bottom: 51px;
}
.photos_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(35, 31, 32, 0.25), rgba(0, 0, 0, 0.25), rgba(29, 29, 29, 0.25)), url(../images/photos_head.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-bottom: 51px;
}
.contact_overlay {
    width: 100%;
    height: 100%;
    /*	position: absolute;*/

    top: 0;
    left: 0;
    background: linear-gradient(rgba(35, 31, 32, 0.5), rgba(0, 0, 0, 0.5), rgba(29, 29, 29, 0.5)), url(../images/contact_head.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.clear_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    padding-bottom: 51px;
}
.video_overlay p {
    color: #fff;
}
.video_overlay .container {
    max-width: 970px;
}

/*PROCESS*/
#process {
    text-align: center;
    position: relative;
}
#process-define {
    left: -8px;
}
#process .force-left {
    float: left;
}
#process .force-right {
    float: right;
}
#process .animation-container {
    width: 230px;
    margin-bottom: 115px;
}
#process .animation-container.bottom {
    margin-bottom: 40px;
}
#process .animation-container.left {
    float: left;
}
#process .animation-container.right {
    float: right;
}
#process .animation-container-middle {
    width: 342px;
    position: absolute;
    left: 50%;
    top: 116px;
    margin-left: -171px;
}
#process .animation {
    position: relative;
    width: 230px;
    height: 185px;
    margin: 0 auto;
}
#process .animation img {
    display: block;
    position: absolute;
    opacity: 0;
}
#process #process-design {
    width: 342px;
    height: 260px;
}
#process-design-computer {
    width: 268px;
    top: 0;
    left: 37px;
}
#process-design-notebook {
    width: 94px;
    top: 110px;
    left: 0;
}
#process-design-cube {
    width: 57px;
    top: 43px;
    left: 143px;
}
#process-design-mouse {
    width: 35px;
    top: 197px;
    right: 50px;
}
#process-imagine-head {
    width: 120px;
    top: 4px;
    right: 11px;
}
#process-imagine-lightning {
    width: 41px;
    top: 28px;
    right: 44px;
}
#process-imagine-speech {
    width: 76px;
    top: 24px;
    left: 11px;
}
#process-imagine-magnify {
    width: 73px;
    top: 91px;
    left: 33px;
}
#process-define-wireframe {
    width: 120px;
    top: 55px;
    right: 12px;
}
#process-define-profile {
    width: 120px;
    top: 3px;
    left: 19px;
}
#process-define-flow {
    width: 95px;
    top: 86px;
    left: 12px;
}
#process-build-computer {
    width: 128px;
    top: 50px;
    left: 0;
}
#process-build-light {
    width: 13px;
    top: 78px;
    left: 15px;
}
#process-build-graph {
    width: 70px;
    top: 100px;
    right: 28px;
}
#process-build-cloud {
    width: 135px;
    top: 0;
    right: 0;
}
#process-build-arrow {
    width: 35px;
    top: 34px;
    right: 46px;
}
#process-activate-tablet {
    width: 107px;
    left: 24px;
    top: 30px;
}
#process-activate-pencil {
    width: 106px;
    left: 24px;
    top: 10px;
}
#process-activate-card {
    width: 54px;
    top: 10px;
    right: 32px;
}
#process-activate-text {
    width: 54px;
    right: 32px;
    top: 54px;
}
#process-activate-hand {
    width: 109px;
    right: 19px;
    top: 98px;
}
#process-activate-interaction {
    width: 15px;
    top: 103px;
    left: 92px;
}
#process .separator {
    position: absolute;
    top: 152px;
    left: 256px;
}
#process #sep-first {
    -ms-transform: rotate(-155deg);
    -webkit-transform: rotate(-155deg);
    -moz-transform: rotate(-155deg);
    transform: rotate(-155deg);
}
#process #sep-second {
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
#process #sep-third {
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    transform: rotate(25deg);
}
#process #sep-fourth {
    -ms-transform: rotate(155deg);
    -webkit-transform: rotate(155deg);
    -moz-transform: rotate(155deg);
    transform: rotate(155deg);
}
#process #sep-second, #process #sep-third {
    left: auto;
    right: 288px;
    text-align: right;
}
#process #sep-fourth, #process #sep-third {
    top: 320px;
}
#process .separator .dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #9D9E9E;
    opacity: 0;
    margin: 0 7px;
}

/*CAPABILITIES*/
#capabilities .bullets h3 {
    color: #fff;
    margin: 0;
    font-size: 2.1em;
}
#capabilities .bullets {
    float: left;
    width: 48.3129%;
    background-color: #2c2b29;
    padding: 40px;
    margin-bottom: 0;
}
#capabilities .bullets.right {
    float: right;
}
#capabilities .bullets li {
    margin-top: 40px;
    padding-left: 2.5em;
    position: relative;
}
#capabilities .bullets li:first-child {
    margin-top: 0;
}
#capabilities .bullets li:before {
    content: '\2022';
    color: #F15725;
    font-size: 2.4em;
    position: absolute;
    top: -1px;
    left: 0;
    line-height: 1;
}
html[data-useragent*='MSIE 10.0'] #capabilities .bullets li:before, html[data-useragent*='MSIE 9.0'] #capabilities .bullets li:before {
    top: 15px;
}

/*LEADERSHIP*/
.team_photos {
    width: 100%;
    overflow: hidden;
}
.portrait {
    float: left;
    width: 20%;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}
.portrait_nav_arrows {
    margin: 0 auto;
    float: none;
    margin-top: -58px;
    margin-bottom: 40px;
}
#team-wrapper {
    width: 100%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
#team-wrapper.hold-movement {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.portrait.secondary {
    opacity: 0.6;
    -webkit-filter: grayscale(0.5);
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
.portrait.tertiary {
    opacity: 0.3;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.portrait.offscreen {
    position: absolute;
    top: 0;
}
.portrait.offscreen.left {
    left: -20%;
}
.portrait.offscreen.right {
    right: -20%;
}
#team_member_info p {
    font-style: italic;
}
#team_member_bio {
    max-width: 837px;
    margin: 0 auto;
}
#team_member_bio p {
    font-size: 1.6em;
    line-height: 1.6em;
    letter-spacing: .02em;
    margin-bottom: 30px;
}
#team_member_bio p strong {
    color: #383634;
}
svg.gray_arrow {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    width: 19px;
    height: 36px;
    opacity: 0.4;
    fill: #383634;
}
svg.gray_arrow.hidden_arrow {
    opacity: 0;
    fill: #F15725;
    width: 25px;
    height: 46px;
}
svg.gray_arrow:hover, a:hover svg.gray_arrow {
    opacity: 1;
    fill: #F15725;
}
.gray_down {
    position: absolute;
    margin-left: -23px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.orange_down {
    position: absolute;
    margin-left: -23px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.arrow:hover .orange_down {
    opacity: 1;
}
.arrow:hover .gray_down {
    opacity: 0;
}

/*CAREERS*/
.job_content h3 {
    font-size: 2.0em;
    border-bottom: 1px solid #B8B09C;
    float: left;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.job_content p {
    font-size: 1.5em;
    line-height: 1.6em;
    letter-spacing: .02em;
    margin: 0px;
}
.job_content ul {
    margin-left: 15px;
}
.job_content li {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #9D9D9D;
    letter-spacing: .02em;
}
.job_content {
    margin-bottom: 40px;
}

/*FOOTER*/
.tan_border {
    /*	border:1px solid #ffffff;*/
}
.tan_border_left {
    /*	border-left:1px solid #ffffff;*/
}

/*
.footer p,
.footer a {
	font-size:16px;
	margin:0;
	padding:20px 0 20px;
	color:#ffffff;
	font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.footer_link {
	letter-spacing:.125em !important;
}

.footer_locations span {
	color: #ffffff;
	padding: 0 25px;
}

.margin-left {
	margin-left:30px !important;
}

.footer .fa {
	padding:18px 0 17px;
	width:100%;
	color:#ffffff;

	-webkit-transition: color ease-out .5s;
	-moz-transition: color ease-out .5s;
	-o-transition: color ease-out .5s;
	transition: color ease-out .5s;
}

.footer .icon:hover .fa {
	color: #ffffff;
}

.icon {
	text-align:center;
	-webkit-transition: color ease-out .5s, background-color ease-out .5s;
	-moz-transition: color ease-out .5s, background-color ease-out .5s;
	-o-transition: color ease-out .5s, background-color ease-out .5s;
	transition: color ease-out .5s, background-color ease-out .5s;
	min-height:86px;
	padding:0;
}
*/
.icon-font {
    font-family: 'icomoon';
    color: #B8B09C;
    -webkit-transition: color, background-color ease-out .5s;
    -moz-transition: color, background-color ease-out .5s;
    -o-transition: color, background-color ease-out .5s;
    transition: color, background-color ease-out .5s;
}
.icon-font-contact {
    font-size: .8em;
}
.icon-font-mail {
    font-size: 1.1em;
    position: relative;
    top: 2px;
}
.icon:hover {
    background-color: #930e13;
}
.icon:hover .icon-font {
    color: #fff;
}
.center_box {
    border-left: none;
}
.footer_link>a {
    -webkit-transition: color, all ease-out .5s;
    -moz-transition: color, all ease-out .5s;
    -o-transition: color, all ease-out .5s;
    transition: color, all ease-out .5s;
}
.footer_link>a:hover {
    color: #930e13;
}
.divider_tan {
    border-bottom: 1px solid #930e13;
}
.copyright {
    padding-bottom: 0 !important;
    font-family: 'Nunito', sans-serif;
}

/*LIBRARY*/
.library_tile_wrap {
    min-height: 700px;
}
.library_tile {
    width: 14.2857%;
    height: auto;
    opacity: 0;
}
.library_tile_overlay {
    position: absolute;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 10px;
}
.library_tile h4 {
    font-size: 2.1em;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    letter-spacing: .1em;
}
.library_tile a {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    margin: auto;
}
.library_tile:hover .library_tile_overlay {
    opacity: 1;
}
.library_aniclass_0 {
    -webkit-transition: opacity 0.5s ease-in-out .1s;
    -moz-transition: opacity 0.5s ease-in-out .1s;
    -o-transition: opacity 0.5s ease-in-out .1s;
    -ms-transition: opacity 0.5s ease-in-out .1s;
    transition: opacity 0.5s ease-in-out .1s;
    opacity: 1;
}
.library_aniclass_1 {
    -webkit-transition: opacity 0.5s ease-in-out .2s;
    -moz-transition: opacity 0.5s ease-in-out .2s;
    -o-transition: opacity 0.5s ease-in-out .2s;
    -ms-transition: opacity 0.5s ease-in-out .2s;
    transition: opacity 0.5s ease-in-out .2s;
    opacity: 1;
}
.library_aniclass_2 {
    -webkit-transition: opacity 0.5s ease-in-out .3s;
    -moz-transition: opacity 0.5s ease-in-out .3s;
    -o-transition: opacity 0.5s ease-in-out .3s;
    -ms-transition: opacity 0.5s ease-in-out .3s;
    transition: opacity 0.5s ease-in-out .3s;
    opacity: 1;
}
.library_aniclass_3 {
    -webkit-transition: opacity 0.5s ease-in-out .4s;
    -moz-transition: opacity 0.5s ease-in-out .4s;
    -o-transition: opacity 0.5s ease-in-out .4s;
    -ms-transition: opacity 0.5s ease-in-out .4s;
    transition: opacity 0.5s ease-in-out .4s;
    opacity: 1;
}
.library_aniclass_4 {
    -webkit-transition: opacity 0.5s ease-in-out .5s;
    -moz-transition: opacity 0.5s ease-in-out .5s;
    -o-transition: opacity 0.5s ease-in-out .5s;
    -ms-transition: opacity 0.5s ease-in-out .5s;
    transition: opacity 0.5s ease-in-out .5s;
    opacity: 1;
}
.library_aniclass_5 {
    -webkit-transition: opacity 0.5s ease-in-out .6s;
    -moz-transition: opacity 0.5s ease-in-out .6s;
    -o-transition: opacity 0.5s ease-in-out .6s;
    -ms-transition: opacity 0.5s ease-in-out .6s;
    transition: opacity 0.5s ease-in-out .6s;
    opacity: 1;
}
.library_aniclass_6 {
    -webkit-transition: opacity 0.5s ease-in-out .7s;
    -moz-transition: opacity 0.5s ease-in-out .7s;
    -o-transition: opacity 0.5s ease-in-out .7s;
    -ms-transition: opacity 0.5s ease-in-out .7s;
    transition: opacity 0.5s ease-in-out .7s;
    opacity: 1;
}
.library_aniclass_end {
    -webkit-transition: opacity 0.5s ease-in-out .8s;
    -moz-transition: opacity 0.5s ease-in-out .8s;
    -o-transition: opacity 0.5s ease-in-out .8s;
    -ms-transition: opacity 0.5s ease-in-out .8s;
    transition: opacity 0.5s ease-in-out .8s;
    opacity: 1;
}
.library_opacity_only {
    -webkit-transition: opacity 1.2s ease-in-out;
    -moz-transition: opacity 1.2s ease-in-out;
    -o-transition: opacity 1.2s ease-in-out;
    -ms-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
    opacity: 1;
}

/*MEDIA QUERIES*/
@media (min-width: 1400px) {
    .work_project {
        width: 33.33%;
    }
}
@media (max-width: 1400px) {
    .library_tile {
        width: 16.66667%;
    }
}
@media (max-width: 1199px) {
    .library_tile {
        width: 20%;
    }

    .margin_top15 {
        margin-top: 13px;
    }

    #process .separator {
        left: 226px;
    }

    #process #sep-second, #process #sep-third {
        right: 255px;
    }

    .social_share_menu {}
}
@media (min-width: 1015px) {
    .case-study-container .digital-screen-container {
        width: 940px;
        height: 730px;
        padding: 39px 38px 205px;
    }
}
@media (max-width: 991px) {
    .margin_top15 {
        margin-top: 14px;
    }

    .nav>li>a {
        margin: 0 10px;
    }

    .footer_locations span {
        padding: 0 10px;
    }

    .contact-info {
        height: auto;
    }

    .gallery_overlay h1 {
        font-size: 3.15em;
    }

    #capabilities .bullets {
        width: auto;
        height: auto !important;
        float: none !important;
    }

    #capabilities .bullets:first-child {
        padding-bottom: 0;
    }

    #process h3 {
        margin: 10px 0 60px;
    }

    #process>div:last-child h3 {
        margin-bottom: 20px;
    }

    #process .force-left, #process .force-right {
        float: none;
    }

    #process-define {
        left: auto;
    }

    #process .animation-container-middle {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
    }

    #process .animation-container {
        float: none !important;
        margin: 0 auto !important;
        clear: both;
    }

    .case-study-container .content-container {
        padding: 0;
    }

    .case-study-container .gallery_rotator .gallery_nav {
        margin-bottom: 30px;
    }

    .case_study_container.fullwidth_content.content_type_Image .case_study_inner {
        padding-top: 0;
    }

    .case-study-container .half-content {
        height: auto !important;
    }

    .case-study-container .digital-screen-container {
        width: 693px;
        height: 538px;
        padding: 28px 28px 151px;
    }

    .social_share_menu {}
}
@media (max-width: 970px) {
    .library_tile {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .gallery_link {
        padding: 60% 10%;
    }

    .about_wrap {
        padding: 40% 0;
    }

    .library_tile {
        width: 33.334%;
    }

    .black_background, .white_background {
        padding: 60px 0;
    }

    .box {
        width: 50%;
        float: left;
    }

    .center_box {
        border-top: none;
    }

    .icon, .center_box {
        /*		border-left:1px solid #ffffff;*/
    }

    .first_icon {
        border-left: none;
    }

    h2 {
        font-size: 2.4em;
        letter-spacing: .125em;
    }

    .portrait {
        width: 33.33%;
    }

    .portrait.secondary {
        opacity: 0.3;
        -webkit-filter: grayscale(0.8);
        -webkit-filter: grayscale(80%);
        filter: grayscale(80%);
    }

    .portrait.offscreen.left {
        left: -33.33%;
    }

    .portrait.offscreen.right {
        right: -33.33%;
    }

    #team_member_info h3 {
        font-size: 2em;
    }

    #team_member_info p {
        font-size: 1.7em;
    }

    .tall_box_right {
        float: none;
    }

    .margin_top15 {
        margin-top: 15px;
    }
    /*MOBILE NAV*/

    #main-menu {
        float: none;
        position: fixed;
        top: 0px;
        z-index: -1;
        left: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85)), url(../images/menu_nav.jpg) center center no-repeat;
        background-size: cover;
        overflow: hidden;
        -webkit-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        -ms-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }

    #main-menu li:first-child {
        margin-top: 30px;
    }

    #main-menu-container.open #main-menu {
        height: 100%;
    }

    #main-menu-container.open #navbar-toggle {
        height: 46px;
        border: none;
    }

    #main-menu-container.open #navbar-toggle .third_bar {
        background-color: transparent;
    }

    #main-menu-container.open #navbar-toggle .first_bar {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #main-menu-container.open #navbar-toggle .second_bar {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    #main-menu .navbar-nav {
        margin: 0;
        margin-top: 100px;
    }

    .open .navbar-brand {
        background: none;
        border: none;
    }

    .nav>li>a {
        margin: 0 15px !important;
    }

    .navbar-collapse {
        float: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-header {
        height: 60px;
    }

    .navbar-brand {
        height: 60px;
        background: rgba(255, 255, 255, 0.7);
        padding: 5px;
        border-radius: 0 0 80% 0;
        min-width: 100px;
        min-height: 95px;
    }

    .navbar-brand:hover {
        background: rgba(255, 255, 255, 1);
    }

    .navbar-brand img, .navbar-brand svg {
        /*		height: 57px;*/
    }

    .navbar-brand svg {
        width: 39px;
    }

    .navbar-brand img.logo_copy {
        margin-left: 0;
        /*        padding: 5px 0;*/
        max-width: 75px;
        width: 100%;
        /*        margin-top: 3px;*/
    }

    .navbar-default .navbar-nav>li>a {
        text-align: center;
        padding: 15px 0;
        color: #fff;
    }

    .navbar-nav>.current>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        /*        padding-bottom: 20px;*/
    }

    .navbar-nav>.first>a {
        margin-top: 30px;
    }

    .navbar-nav>.last>a {
        margin-bottom: 30px;
    }

    .navbar-collapse {
        max-height: 100%;
        height: 100%;
    }

    .navbar-default {
        z-index: 9999;
    }

    .navbar-header {
        /*        background: #07529a;*/
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #F15725;
    }

    .logo_copy {
        display: none;
    }

    .overlay {
        bottom: 0 !important;
    }

    .related_case_title {
        font-size: 1.6em;
        padding: 10px;
    }

    .counter_value h3 {
        margin-right: 10px;
        letter-spacing: .125em;
        font-size: 3.5em;
    }

    .counter_scale h3 {
        font-size: 3.5em;
        letter-spacing: .125em;
    }

    .counter_description h4 {
        font-size: 2em;
        margin: 0;
    }

    .map_count_2 .map {
        width: auto;
        float: none;
    }

    .map.has-replacement .map_replace_wrap {
        display: block;
    }

    .map.has-replacement .map-container {
        /*		display: none;*/
        height: 300px;
        pointer-events: none;
    }

    .contact-info {
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
    }

    .contact-info h4 {
        line-height: 1.5;
        min-height: 0;
    }

    .big_block_link a {
        padding: 0 40px;
    }

    .big_block_link .wrapper {
        height: 200px;
        border-left: 0;
        border-top: solid 1px rgba(152, 152, 152, 0.4);
    }

    .big_block_link:first-child .wrapper {
        border-top: 0;
    }

    .years_container {
        top: 50px;
    }

    .year_display {
        top: 70px;
    }

    .nav>.last>a {
        margin-right: 10px;
    }

    .nav>.first>a {
        margin-left: 10px;
    }

    .library_tile_wrap {
        overflow: hidden;
    }

    .video_wrap {
        min-height: 550px !important;
        padding-bottom: 0 !important;
    }

    .recommended_post_title {
        position: absolute;
        width: 100%;
    }

    #capabilities .bullets {
        padding-left: 20px;
        padding-right: 20px;
    }

    .case-study-container {
        padding-left: 0;
        padding-right: 0;
    }

    .case-study-container .content-container.fullwidth-content {
        margin-left: 0;
        margin-right: 0;
    }

    .case-study-container .digital-screen-container {
        width: auto;
        height: auto;
        padding: 3.54% 3.54% 19.4%;
        margin: 0 40px;
    }

    .case-study-container .digital-screen-viewport {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
    }

    .case-study-container .digital-screen-viewport .gallery_inner {
        position: static;
    }

    .case-study-container .digital-screen-viewport img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .case-study-container .digital-screen {
        height: auto;
    }

    .case-study-container .half-content .intro_copy_wrap {
        padding: 60px;
    }

    .post_content_wrap div.case_study_intro blockquote p:first-child:before {
        margin-left: 0;
    }

    .footer_locations span {
        padding: 0 20px;
    }

    .gallery_overlay {
        /*        position: relative;*/
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .gallery_overlay_text {
        display: inline-table;
        max-width: none;
        padding: 20px;
        height: 80px;
    }

    .gallery_overlay h1 {
        font-size: 2.4em;
        margin-bottom: 0;
    }

    .gallery_overlay p {
        display: none;
    }

    .home_slideshow.gallery_rotator .gallery_rotator_inner.fading .gallery_overlay {
        opacity: 1;
    }

    .home_slideshow.gallery_rotator .gallery_rotator_inner .gallery_overlay .gallery_overlay_text * {
        -webkit-transition: opacity 0.5s ease-out 0.35s;
        -moz-transition: opacity 0.5s ease-out 0.35s;
        -ms-transition: opacity 0.5s ease-out 0.35s;
        transition: opacity 0.5s ease-out 0.35s;
    }

    .home_slideshow.gallery_rotator .gallery_rotator_inner.fading .gallery_overlay .gallery_overlay_text * {
        opacity: 0;
    }

    .home_slideshow.gallery_rotator .gallery_rotator_inner.reverse .gallery_overlay .gallery_overlay_text * {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s;
    }

    .home_slideshow .overlay-fade {
        bottom: 75px;
    }

    .gallery_rotator .gallery_arrow, .home_slideshow.gallery_rotator .gallery_nav {
        display: none;
    }

    .contact_form .field-group.long-label input {
        width: 52%;
    }

    .navbar.nav-up {
        transform: none;
    }

    .post_header_default {
        position: relative;
        top: 0;
    }

    .post_header_default .svg_wrapper {
        display: none;
    }

    .post_header_default .text-container {
        margin: 0;
    }

    .social_header_wrapper {
        display: none;
    }

    .social_share_menu {
        display: block;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        padding: 15px 20px;
    }
}
@media (max-width: 500px) {
    h1, .project_copy h3 {
        font-size: 1.5em;
    }

    .post_header h2 {
        font-size: 2.4em;
    }

    .project_copy p {
        font-size: 1.2em;
    }

    .case_play_button {
        bottom: 15px;
    }

    .footer_links {
        width: 100%;
        margin: 0;
    }

    .library_tile {
        width: 50%;
    }

    .box {
        width: 100%;
        float: left;
    }

    .case-study-container .half-content .intro_copy_wrap {
        padding: 40px;
    }

    .social_share_menu {
        width: 95%;
    }

    .social_container {
        margin: 0;
        padding: 0;
    }

    .social_title {
        font-size: 18px;
        padding-top: 10px;
    }

    .social_sharing_group {
        height: 35px;
        float: right;
    }

    .social_sharing_group a {
        display: block;
        float: right;
    }

    .social_title {
        margin: 0;
    }
}
