/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');

@font-face {
    font-family: NationalBlack;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-Black.woff);
	font-weight: 500;
}
@font-face {
    font-family: NationalBlackItalic;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-BlackItalic.woff);
	font-weight: 500;
	font-style: italic;
}
@font-face {
    font-family: NationalBold;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-Bold.woff);
	font-weight: 700;
}
@font-face {
    font-family: NationalBoldItalic;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-BoldItalic.woff);
	font-weight: 700;
	font-style: italic;
}
@font-face {
    font-family: NationalBook;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-Book.woff);
	font-weight: 500;
}
@font-face {
    font-family: NationalBookItalic;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-BookItalic.woff);
	font-weight: 500;
	font-style: italic;
}
@font-face {
    font-family: NationalExtrabold;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-Extrabold.woff);
	font-weight: 900;
}
@font-face {
    font-family: NationalExtraboldItalic;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-ExtraboldItalic.woff);
	font-weight: 900;
	font-style: italic;
}
@font-face {
    font-family: NationalLight;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-Light.woff);
	font-weight: 300;
}
@font-face {
    font-family: NationalLightItalic;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-LightItalic.woff);
	font-weight: 300;
	font-style: italic;
}
@font-face {
    font-family: NationalMedium;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-Medium.woff);
	font-weight: 500;
}
@font-face {
    font-family: NationalMediumItalic;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-MediumItalic.woff);
	font-weight: 500;
	font-style: italic;
}
@font-face {
    font-family: NationalRegular;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-Regular.woff);
	font-weight: 400;
}
@font-face {
    font-family: NationalRegularItalic;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-RegularItalic.woff);
	font-weight: 400;
	font-style: italic;
}
@font-face {
    font-family: NationalSemibold;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-Semibold.woff);
	font-weight: 600;
}
@font-face {
    font-family: NationalSemiboldItalic;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-SemiboldItalic.woff);
	font-weight: 600;
	font-style: italic;
}
@font-face {
    font-family: NationalThin;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-Thin.woff);
	font-weight: 100;
}
@font-face {
    font-family: NationalThinItalic;
    src: url(/wp-content/themes/enfold-child/fonts/NationalWeb-ThinItalic.woff);
	font-weight: 100;
	font-style: italic;
}

/************************************************************************** Containers & Fonts */

#top {
	font-family: NationalBook;
	font-size: 18px;
}
#top #wrap_all {
    position: relative;
}

/************************************************************************** Header */

#header {
    background: none;
    z-index: 9999;
}
#header .header_bg {
    display: none;
}
#header_main .logo img {
    margin-top: 34px;
    width: 341px;
}
#header_meta {
    position: absolute;
    width: auto;
    background: none;
    border: none;
    right: calc(50% - 530px);
    top: 2px;
}
#header_meta .container {
    padding: 0px;
}
#header_meta .sub_menu {
    margin-top: 8px;
}
#top #header_meta li {
    border: none;
}
#header_meta li a {
    color: #570901;
    font-size: 16px;
    font-weight: 400;
	font-family: NationalRegular;
}
#header_main .menu-item-search-dropdown {
    position: absolute;
    top: -35px;
    right: 10px;
}
#header_main .menu-item-search-dropdown a:before {
    content: " ";
    width: 21px;
    height: 21px;
    background: url(/wp-content/uploads/2018/08/icon_search.png);
    position: absolute;
    background-size: auto;
    left: 0px;
    top: 0px;
}
#top #header_main .menu-item-search-dropdown:hover > a {
    border-color: transparent;
    opacity: .8;
}
#top #searchsubmit {
    background: #B10021;
}
#top #s {
    background: #e4eced;
    font-family: NationalBook;
}
#header_main .menu-item-search-dropdown .ajax_search_entry:before, #header_main .ajax_search_excerpt, #header_main .ajax_search_image {
	display: none;
}
#header_main .ajax_search_response h4 {
    color: #006584;
    font-family: NationalSemiBold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
}
#header_main .ajax_search_title {
    font-family: NationalBook;
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
}
#top #header_main .ajax_search_entry_view_all {
    color: #B10021;
    font-family: NationalSemiBold;
    font-size: 18px;
}
#header_main .menu {
    margin-top: 50px;
}
#header_main li a {
    height: auto !important;
    color: black;
    text-transform: uppercase;
    line-height: 1 !important;
    font-family: NationalSemibold;
    font-size: 17px;
    padding: 10px;
    border-top: 1px solid transparent;
}
#header_main .menu > li:hover > a, #header_main .current-menu-item > a, #header_main .current-menu-ancestor > a, .single-case_study #header_main #menu-item-215 > a, .single-post #header_main #menu-item-216 > a, .archive #header_main #menu-item-216 > a, .single-insight #header_main #menu-item-216 > a, .single-gated_content #header_main #menu-item-216 > a {
    background: #e4eced;
    border-top-color: #006684;
}
#header_main .current-menu-item > a:after, #header_main .current-menu-ancestor > a:after, .single-case_study #header_main #menu-item-215 > a:after, .single-post #header_main #menu-item-216 > a:after, .archive #header_main #menu-item-216 > a:after, .single-insight #header_main #menu-item-216 > a:after, .single-gated_content #header_main #menu-item-216 > a:after {
    content: " ";
    width: 100%;
    height: 30px;
    background: #e4eced;
    position: absolute;
    left: 0px;
    bottom: -30px;
}
#header_main .sub-menu {
    background: #e4eced;
    box-shadow: 2px 5px 4.75px 0.25px rgba(0, 0, 0, 0.3);
    padding: 10px 0px;
	visibility: visible !important;
	opacity: 0 !important;
}
#header_main .sub-menu li {
    height: 0;
}
#header_main .menu-item-has-children:hover .sub-menu {
	opacity: 1 !important;
}
#header_main .menu-item-has-children:hover .sub-menu li {
    height: auto;
}
#header_main .sub-menu li a {
    text-transform: none;
    font-size: 18px;
    background: none;
    border: none;
    font-family: NationalBook;
    font-weight: 400 !important;
    padding: 6px 15px;
    line-height: 1.2 !important;
    width: auto;
    display: inline-block;
    position: relative;
}
#header_main .sub-menu li a:after {
	display: none;
}
#header_main .sub-menu li a:hover, #header_main .sub-menu li.current-menu-item > a {
    color: #b10021 !important;
	text-decoration: underline;
}
#top #header_main .sub-menu .sub-menu {
    left: 0px;
    position: relative;
    box-shadow: none;
    margin-left: 15px;
    width: auto;
	padding: 0px;
}
#top #header_main .menu-item-has-children:hover .sub-menu .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
}

/************************************************************************** Page Title */

#page-title.hide-page-title {
    display: none;
}
#page-title {
    background: url(/wp-content/uploads/2018/08/pt-bg.png);
    background-size: 100% 100%;
    height: 110px;
	position: relative;
}
#page-title:before {
    content: " ";
    width: 110%;
    height: 1px;
    background: #b6d2db;
    opacity: .5;
    position: absolute;
    bottom: 10px;
    left: -5%;
    transform: rotate(2deg);
    z-index: 999;
}
#page-title:after {
    content: " ";
    width: 100%;
    height: 350px;
    position: absolute;
    background: url(/wp-content/uploads/2018/08/pt-polygon.png);
    background-repeat: no-repeat;
    top: -110px;
    right: 0px;
    background-position: right top;
    background-size: auto 100%;
    z-index: 991;
}
/* What We Do Polygon */
#top.page-id-188 #page-title:after, #top.parent-pageid-188 #page-title:after {
    background-image: url(/wp-content/uploads/2018/09/polygon.png);
}
/* Case Study Polygon */
.single-case_study #page-title:after, #top.page-id-210 #page-title:after {
    background-image: url(/wp-content/uploads/2018/09/case-study-polygon.png);
}
/* Blog Polygon */
body.single-post #page-title:after, body.blog #page-title:after, body.archive #page-title:after {
    background-image: url(/wp-content/uploads/2018/09/blog-polygon.png);
}
/* Insights Polygon */
.single-insight #page-title:after, .single-gated_content #page-title:after, .page-id-206 #page-title:after {
    background-image: url(/wp-content/uploads/2018/09/insights-polygon.png);
    top: -50px;
}
#page-title .container {
	z-index: 999;
	position: relative;
}
#page-title .pt-content {
    height: 110px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 30px;
}
#page-title.hide-pt-text .pt-content {
    display: none;
}
.page-parent #page-title .pt-breadcrumb {
    display: none;
}
.page-parent.page-child #page-title .pt-breadcrumb {
    display: block;
}
#page-title #breadcrumbs {
	margin: 0px;
}
#page-title .pt-breadcrumb a, #page-title .pt-breadcrumb span {
    color: #006385;
    font-size: 12px;
}
#page-title .pt-breadcrumb a, #page-title .pt-breadcrumb span {
    color: #006385;
    font-size: 15px;
}
#page-title .breadcrumb_last {
    display: none;
}
#page-title .pt-breadcrumb a:after {
    content: " >";
}
#page-title .pt-title {
    font-family: NationalRegular;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 3px;
    line-height: 1;
}

/************************************************************************** Content */

#main .container_wrap {
    background: none;
    z-index: 999;
	position: relative;
}
#main li, #main p {
    line-height: 1.5;
}
#main .container_wrap.move-section-back {
    z-index: 99;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main p, #main ol, #main ul {
    margin-top: 0px;
    margin-bottom: 15px;
}
#main h1 {
    font-family: NationalRegular;
    font-size: 3.7rem;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;
}
#main h2 {
    text-transform: none;
    color: #006684;
    font-weight: 400;
    font-size: 2.9rem;
    line-height: 1;
    letter-spacing: 0px;
    font-family: NationalRegular;
}
#main h3 {
    font-family: NationalMedium;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1.1;
    color: black;
    font-weight: normal;
}
#main h4 {
    color: black;
    font-family: NationalMedium;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 1.4rem;
	line-height: 1.2;
}
#main ol, #main ul {
    margin-left: 0px;
}
#main .contain-section .container {
    max-width: 1070px;
}
#main .contain-large {
    max-width: 850px;
    margin: 0 auto;
}
#main .contain-regular {
    max-width: 700px;
    margin: 0 auto;
}
#main .contain-medium {
    max-width: 350px;
    margin: 0 auto;
}
#main .contain-small {
    max-width: 275px;
    margin: 0 auto;
}
#main .large-text p {
    font-size: 20px;
    line-height: 1.4;
	font-family: NationalBook;
}
#main .avia-button {
    background: #B10021;
    text-transform: uppercase;
    font-size: 20px;
    font-family: NationalSemibold;
    padding: 10px 35px 12px;
    line-height: 1;
    border-radius: 8px;
}
#main .image-overlay {
    display: none !important;
}
#main .pt-cv-content {
    line-height: 1.3;
}
#top #main .pt-cv-readmore {
    font-family: NationalSemiBold;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    font-size: 20px !important;
}
#top #main .bg-fit {
    background-size: 100% 100% !important;
}
#main .bg-top {
    background-size: 100% auto;
    padding-top: 75px;
	margin-top: -50px;
}
#main .border-top-s1:before {
    content: " ";
    width: 110%;
    left: -5%;
    height: 1px;
    background: #b6d2db;
    position: absolute;
    opacity: .5;
    transform: rotate(4deg);
}
#main .border-top-s2:before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #b6d2db;
    position: absolute;
    opacity: .5;
}
#main a:hover {
    opacity: .8;
}
#main .small-spacing .av-flex-placeholder {
	width: 2%;
}
#main .link-arrow a, #main .link-large a {
    font-family: NationalSemiBold;
    text-transform: uppercase;
    font-size: 20px;
}
#main .link-arrow a:after {
    content: " ";
    background: url(/wp-content/uploads/2018/08/arrow_circle-1.png);
    width: 27px;
    height: 27px;
    position: absolute;
    margin-left: 10px;
    margin-top: 2px;
}
#main strong {
    font-family: NationalSemiBold;
    color: inherit;
}
#main .heading-border h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
#main .social-icons .fa {
    background: #b10020;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    line-height: 35px;
    color: white;
    text-align: center;
    font-size: 21px;
    border-radius: 50%;
}
#main .cta-box {
    background: url(/wp-content/uploads/2018/08/cta-box-bg.png);
    background-size: 100% 100%;
    padding: 50px 35px 35px;
}
#main .cta-box p {
    font-size: 24px;
    line-height: 1.3;
    color: #006385;
    font-family: NationalRegular;
}
#main .avia-slideshow-dots {
    display: none;
}
#main .sidebar-callout {
    background: #e4eced;
    padding: 20px;
    max-width: 290px;
    float: right;
}
#main .sidebar-callout:after {
    content: " ";
    border-bottom: 40px solid transparent;
    border-right: 290px solid #e4eced;
    position: absolute;
    bottom: -40px;
    right: 0px;
}
#main .sidebar-callout h3 {
    color: #006684;
    text-transform: none;
    font-size: 22px;
    line-height: 26px;
}
#main .sidebar-callout img {
    width: 100%;
}
#main .sidebar-callout .avia-button-wrap {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}
#main .sidebar-callout .avia-button {
    padding: 12px 5px;
    width: 100%;
}
#main .sidebar-callout p a {
    text-transform: uppercase;
    font-size: 20px;
    font-family: NationalSemibold;
    line-height: 1;
}
#main .col-padding-top {
    padding-top: 125px;
}
#main .factoid {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}
#main .factoid h4 {
    color: #00accd;
    padding-bottom: 30px;
    margin-bottom: 30px;
	position: relative;
}
#main .factoid h4:after {
    content: " ";
    width: 50px;
    height: 1px;
    background: #00accd;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 25px);
}
#main .factoid p {
    color: #00accd;
    font-family: Georgia;
    font-size: 25px;
    line-height: 1.7;
}
#main .border-right:after {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #efefef;
    right: -9%;
    top: 0px;
    visibility: visible;
}
#main .small-spacing .border-right:after {
    right: -2%;
}
#main blockquote {
    border: none;
    padding: 0px;
    margin: 0px;
}
#main blockquote p {
    font-family: Georgia;
    font-size: 26px;
    line-height: 1.6;
}
#main .list-checkmarks ul {
    list-style: none;
}
#main .list-checkmarks li {
    position: relative;
	padding-left: 35px;
}
#main .list-checkmarks li:before {
    content: " ";
    background: url(/wp-content/uploads/2018/09/checkmark.png);
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px;
    top: 6px;
}
#main .team-bio {
    padding-left: 225px;
}
#main .team-bio img {
    position: absolute;
    left: 0px;
    top: 0px;
}
#main .large-number p {
    font-size: 55px;
    color: #006684;
    font-family: "Open Sans";
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
}
#main .large-number p:after {
    content: " ";
    width: 40px;
    height: 1px;
    background: #006684;
    position: absolute;
    bottom: -10px;
    left: 0px;
}
#top #main .remove-padding-bottom .content {
    padding-bottom: 0px;
}
#main .video-holder {
    max-width: 770px;
    border: 1px solid #ccc;
}
.video-holder.center-video {
	margin: 0 auto;
}
.video-holder .kWidgetIframeContainer {
    position: relative;
    padding-bottom: 56.25%;
	width: 100% !important;
    height: 0 !important;
    overflow: hidden;
}
.video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
#main .reload-page:hover {
    cursor: pointer;
}

/************************************************************************** Experts Page */

#main .avia_image {
    border-radius: 0px;
}
#main .bio-headshot a:hover {
    opacity: 1;
}
#main .bio-name h4 {
    margin-bottom: 0px;
}
#main .bio-headshot .av-image-caption-overlay-center {
    padding: 20px;
    vertical-align: top;
}
#main .bio-headshot .av-image-caption-overlay-center p {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
}
#main .bio-headshot .av-image-caption-overlay-center:after {
    content: url(/wp-content/uploads/2018/09/ROLL-OVER.png);
    position: absolute;
    bottom: 10px;
    left: 20px;
}

/************************************************************************** Grid Feeds */

#main .article-feed .pt-cv-ifield {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
#main .article-feed time {
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-family: NationalSemiBold;
    letter-spacing: 3px;
}
#main .article-feed a {
    color: black;
}
#main .block-items .pt-cv-ifield {
    background: #e4eced;
    padding: 35px;
}
#main .block-items .pt-cv-ifield h3 {
    text-transform: none;
    letter-spacing: 2px;
}
#main .table-listing {
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
#main .table-listing .pt-cv-ifield {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#main .table-listing .pt-cv-meta-fields {
    width: 20%;
    display: block;
    float: left;
    margin: 0px;
}
#main .table-listing .pt-cv-title {
    width: 80%;
    display: block;
    float: left;
    margin: 0px;
}
#main .table-listing .pt-cv-meta-fields time {
    color: black;
    font-size: 18px;
}
#main .table-listing .pt-cv-title a {
    color: black;
}
#top #wrap_all #main .table-listing .pt-cv-title a:hover {
    color: #b10021;
    text-decoration: underline !important;
}
#main .pt-cv-pagination-wrapper {
    text-align: center;
}
#top #main .pt-cv-more {
    background: none !important;
    color: #b10021 !important;
    font-size: 20px;
    text-transform: uppercase;
    font-family: NationalSemibold;
    padding: 10px 0px;
    box-shadow: none;
    border-top: 1px solid #b10021 !important;
    border-radius: 0px;
}
#top #main .pt-cv-more:hover {
    opacity: .8;
}
#top #main .pt-cv-more span {
    display: none;
}
#main .testimonial-feed.centered-testimonial .pt-cv-ifield {
    max-width: 850px;
    margin: 0 auto;
}
#main .testimonial-feed.centered-testimonial .pt-cv-ifield * {
    text-align: center;
	padding-right: 0px;
}
#main .testimonial-feed.centered-testimonial .pt-cv-ctf-value {
    width: 100%;
	display: block;
}
#main .testimonial-feed .pt-cv-ctf-testimonial-author:after {
	display: none;
}
#main .related-studies .pt-cv-ctf-cs-small-logo {
    height: 75px;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    text-align: center;
}
#main .related-studies .pt-cv-ctf-cs-small-logo img {
    width: auto;
}
#main .pt-cv-ctf-cs-small-logo img {
    max-height: 100px;
    width: auto;
    max-width: 175px;
}
#main .cs-all .pt-cv-ifield {
    padding: 30px;
    min-height: 425px;
}
#main .cs-all .pt-cv-ifield:hover {
    background: #e4eced;
}
#main .cs-all .pt-cv-href-thumbnail {
    height: 200px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
}
#main .cs-all .pt-cv-thumbnail {
    max-height: 100%;
    width: auto !important;
}
#main .cs-all .pt-cv-ctf-column {
    padding: 0px;
}
#main .cs-all .pt-cv-ctf-cs-small-logo {
    height: 200px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
}
#main .cs-all .pt-cv-ctf-cs-small-logo img {
    max-height: 150px;
    max-width: 90%;
}
#main .cs-all .pt-cv-content {
    text-align: left;
}
#top #main .view-filter .pt-cv-wrapper {
    text-align: center;
}
#main .view-filter .pt-cv-filter-bar {
    display: inline-block;
    margin: 0px 10px 10px !important;
}
#main .pt-cv-filter-bar button {
    width: 200px;
    background: white !important;
    color: #333 !important;
    text-align: left;
    font-family: NationalBook;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-image: url(/wp-content/uploads/2018/08/dd-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position-y: 50% !important;
    background-position-x: calc(100% - 10px) !important;
    margin-bottom: 0px;
    display: inline-block;
    padding-right: 35px;
}
#main .pt-cv-filter-bar button .caret {
	display: none;
}
#main .pt-cv-filter-bar[id*="industry"] {
    padding-left: 105px;
}
#main .pt-cv-filter-bar[id*="industry"]:before {
    content: "Industry";
    visibility: visible;
    display: inline-block;
    text-transform: uppercase;
    font-family: NationalSemiBold;
    position: absolute;
    left: 0px;
    top: 3px;
	font-size: 20px;
}
#main .pt-cv-filter-bar[id*="business"] {
    padding-left: 210px;
}
#main .pt-cv-filter-bar[id*="business"]:before {
    content: "Business Challenge";
    visibility: visible;
    display: inline-block;
    text-transform: uppercase;
    font-family: NationalSemiBold;
    position: absolute;
    left: 0px;
    top: 3px;
	font-size: 20px;
}
#main .pt-cv-filter-bar .dropdown-menu {
    right: 0px;
}
#main .pt-cv-filter-bar li a {
    text-align: left;
    padding: 6px 15px;
	pointer-events: auto;
	font-size: 18px;
}
#main .pt-cv-filter-bar .active > a, #main .pt-cv-filter-bar li:hover > a {
    background: #efefef !important;
    color: #000 !important;
}
#main .view-filter .pt-cv-view {
    margin-top: 35px;
}
#top #main .view-filter .pt-cv-hover-wrapper:before {
	display: none;
}
#main .view-filter .pt-cv-mask {
    position: relative;
    top: auto !important;
    transform: none !important;
    opacity: 1;
    visibility: visible;
}
#top #main .cs-all .pt-cv-content {
    text-align: center;
    color: #000;
}
#main .avia_textblock.insight-grid {
    margin-top: -55px;
}
#main .insight-grid .pt-cv-filter-bar {
    float: right;
	padding-left: 150px;
}
#main .insight-grid .pt-cv-filter-bar:before {
    content: "Filter By Type";
    visibility: visible;
    display: inline-block;
    text-transform: uppercase;
    font-family: NationalSemiBold;
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 20px;
}
#main .insight-grid .pt-cv-view {
    padding-top: 30px;
}
#main .insight-grid .pt-cv-ifield {
    background: #f1f5f6;
    padding: 20px;
    margin-bottom: 20px !important;
}
#main .insight-grid .pt-cv-meta-fields a {
    color: black;
    text-transform: uppercase;
    font-size: 22px;
    font-family: NationalRegular;
    letter-spacing: 3px;
    pointer-events: none;
}
#main .insight-grid .pt-cv-title a {
	color: black;
	font-size: 18px;
	line-height: 1.6;
}
#main .insight-grid .pt-cv-content, #main .insight-grid .pt-cv-ctf-list {
    display: none;
}
#main .insight-grid .pt-cv-content-item[data-groups*="24"] .pt-cv-content, #main .insight-grid .pt-cv-content-item[data-groups*="24"] .pt-cv-ctf-list {
    display: block;
}
#main .insight-grid .pt-cv-content-item[data-groups*="24"] .pt-cv-ifield {
	background: #e4eced;
}
#main .insight-grid .pt-cv-content-item[data-groups*="24"] .pt-cv-title {
    display: none;
}
#main .insight-grid .pt-cv-content {
    font-family: Georgia;
    font-size: 22px;
    line-height: 1.6;
}
#main .insight-grid .pt-cv-content, #main .insight-grid .pt-cv-title {
    padding-bottom: 25px;
}
#main .insight-grid .pt-cv-ctf-insight-tip-thumbnail {
    position: absolute;
    left: -75px;
    top: -5px;
}
#main .insight-grid .pt-cv-ctf-insight-tip-thumbnail img {
    max-width: 64px;
}
#main .insight-grid .pt-cv-custom-fields {
    margin-top: 0px;
    padding-left: 75px;
}

/************************************************************************** Logo Sliders */

#main .eg-logo-slider-wrapper .esg-media-poster {
    background-size: contain;
    width: 150px;
    left: calc(50% - 75px);
}
#main .esg-navbutton-solo-left, #main .esg-navbutton-solo-right {
    top: calc(50% - 22.5px);
}
#main .esg-left, #main .esg-right {
    background: none;
    width: 25px;
    height: 45px;
    border: none;
    margin: 0px;
}
#main .esg-left:hover, #main .esg-right:hover {
	box-shadow: none;
}
#main .esg-left i, #main .esg-right i {
    display: none;
}
#main .esg-left:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/wp-content/uploads/2018/09/arrow-left.png);
	background-repeat: no-repeat;
    left: 0px;
    top: 0px;
}
#main .esg-right:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/wp-content/uploads/2018/09/arrow-right.png);
	background-repeat: no-repeat;
    left: 0px;
    top: 0px;
}

/************************************************************************** Slideshows */

#top #main .avia-slideshow-arrows a {
    margin: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    opacity: 1;
    top: calc(50% - 20px);
}
#top #main .avia-slideshow-arrows a:hover {
	opacity: .8;
}
#top #main .avia-slideshow-arrows .prev-slide:before {
    background: url(/wp-content/uploads/2018/09/left-arrow.png);
	background-repeat: no-repeat;
    content: " ";
    border-radius: 0px;
}
#top #main .avia-slideshow-arrows .next-slide:before {
    background: url(/wp-content/uploads/2018/09/right-arrow.png);
	background-repeat: no-repeat;
    content: " ";
    border-radius: 0px;
}
#main .avia-slideshow.big-arrows {
    padding: 0px 50px;
}
#main .avia-slideshow.big-arrows .avia-slideshow-inner {
    border: 1px solid #ccc;
}
#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows, #top #main .avia-content-slider-element-container .avia-slideshow-arrows {
    width: 100%;
    top: 50%;
    position: absolute;
}
#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows a, #top #main .avia-content-slider-element-container .avia-slideshow-arrows a {
    width: 25px;
    height: 45px;
    top: 0px;
}
#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows .prev-slide {
    left: -50px;
}
#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows .prev-slide:before, #top #main .avia-content-slider-element-container .avia-slideshow-arrows .prev-slide:before {
    background: url(/wp-content/uploads/2018/09/arrow-left.png);
}
#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows .next-slide {
    right: 50px;
}
#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows .next-slide:before, #top #main .avia-content-slider-element-container .avia-slideshow-arrows .next-slide:before {
    background: url(/wp-content/uploads/2018/09/arrow-right.png);
}

/************************************************************************** Logo Sliders */

#top #main .avia-logo-element-container .avia-smallarrow-slider-heading {
    position: absolute;
    top: calc(50% - 25px);
}
#top #main .avia-logo-element-container .avia-slideshow-arrows {
    width: 100%;
    top: 50%;
}
#top #main .avia-logo-element-container .avia-slideshow-arrows a {
    width: 25px;
    height: 45px;
    top: 0px;
}
#top #main .avia-logo-element-container .avia-slideshow-arrows .prev-slide:before {
    background: url(/wp-content/uploads/2018/09/arrow-left.png);
}
#top #main .avia-logo-element-container .avia-slideshow-arrows .next-slide:before {
    background: url(/wp-content/uploads/2018/09/arrow-right.png);
}
#top #main .hide-arrows .avia-slideshow-arrows {
    display: none;
}

/************************************************************************** Content Sliders */

#main .avia-content-slider-inner {
    max-width: 1070px;
    margin: 0 auto;
}
#top #main .avia-content-slider-element-container .new-special-heading h3 {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}
#top #main .avia-content-slider-element-container .slide-entry-title {
    display: none;
}
#top #main .avia-content-slider-element-container .avia-smallarrow-slider-heading h3 {
    font-family: NationalSemiBold;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 3px;
}
#main .align-middle .slide-entry-excerpt img {
    position: absolute;
    top: 0px;
}
#main .align-middle .slide-entry-excerpt h3 {
    height: 350px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 600px;
}

/************************************************************************** Tabs */

#main .tab_titles {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
#main .tab {
    border: none;
    background: none;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    font-family: NationalSemiBold;
}
#main .tab:after {
    content: " ";
    width: calc(100% - 40px);
    height: 3px;
    background: rgba(0, 102, 132, .4);
    position: absolute;
    bottom: 0px;
    left: 20px;
}
#top #main .tab:hover, #top #main .tab.active_tab {
    color: #006684;
    font-weight: normal;
}
#top #main .tab:hover:after, #top #main .tab.active_tab:after {
    background: rgba(0, 102, 132, 1);
    opacity: 1;
}
#top #main .tab:hover:before, #top #main .tab.active_tab:before {
    content: " ";
    background: url(/wp-content/uploads/2018/09/tab-indicator.png);
    width: 23px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 12px);
}
#main .tab_content {
    background: none;
    border: none;
    max-width: 80%;
    left: 10%;
}
#main .tab_inner_content li {
    list-style: none;
}
#main .tab_inner_content li:before {
    content: " ";
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 50%;
    position: absolute;
    margin-left: -17px;
    margin-top: 16px;
}
#main .tab_content .alignleft {
    margin-right: 50px;
}
#main .sidebar_tab_left .tab_titles {
    display: block;
    max-width: 300px;
}
#top #main .sidebar_tab_left .tab {
    background: url(/wp-content/uploads/2018/09/left-tab-1.png);
    background-size: 100% 101%;
    padding: 50px 0px;
    font-weight: normal;
    margin-bottom: -17px;
    color: white;
    font-family: NationalSemiBold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 9999;
    height: 120px;
}
#top #main .sidebar_tab_left .tab:hover {
    background-image: url(/wp-content/uploads/2018/10/left-tab-1-hover.png);
}
#top #main .sidebar_tab_left .tab:nth-child(2n + 2):hover {
	background-image: url(/wp-content/uploads/2018/10/left-tab-2-hover.png);
}
#top #main .sidebar_tab_left .tab:nth-child(2n + 3):hover {
	background-image: url(/wp-content/uploads/2018/10/left-tab-3-hover.png);
}
#top #main .sidebar_tab_left .tab:last-child:hover {
	background-image: url(/wp-content/uploads/2018/10/left-tab-4-hover.png);
}
#top #main .sidebar_tab_left .tab:after {
    content: " ";
    width: 15px;
    height: 15px;
    background: #78adbd;
    position: absolute;
    bottom: 50px;
    right: -32px;
    left: auto;
    transform: rotate(45deg);
    opacity: 0;
}
#top #main .sidebar_tab_left .tab.active_tab:after {
    opacity: 1;
}
#top #main .sidebar_tab_left .tab:nth-child(2n + 2) {
	background-image: url(/wp-content/uploads/2018/09/left-tab-2.png);
	z-index: 999;
}
#top #main .sidebar_tab_left .tab:nth-child(2n + 3) {
	background-image: url(/wp-content/uploads/2018/09/left-tab-3.png);
	z-index: 99;
}
#top #main .sidebar_tab_left .tab:last-child {
    background-image: url(/wp-content/uploads/2018/09/left-tab-4.png);
    margin-bottom: 0px;
    padding-bottom: 45px;
	z-index: 9;
}
#top #main .sidebar_tab_left .tab .tab-title-aligner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0px 15px;
}
#top #main .sidebar_tab_left .tab:first-child .tab-title-aligner {
    margin-top: -5px;
}
#top #main .sidebar_tab_left .tab:last-child .tab-title-aligner {
    margin-top: 5px;
}
#top #main .sidebar_tab_left .active_tab {
    width: 100%;
}
#main .sidebar_tab_left .tab_titles .tab:before {
    display: none;
}
#main .sidebar_tab_left .tab_content {
    max-width: calc(100% - 325px);
    left: 25px;
    background: url(/wp-content/uploads/2018/09/tab-gradient.png);
    background-size: 100% 100%;
    border-left: 10px solid #78adbd;
}
#main .tab_content .av_one_third:first-child {
    margin: 0px;
}
#main .tab_content .av_one_third + br {
    display: none;
}
#main .solution-example-tabs h4 {
    font-size: 19px;
    letter-spacing: 0px;
    font-family: "NationalBold";
}
#main .sidebar_tab_left .av_one_half {
    margin: 0px;
    width: 50%;
    padding: 15px;
    display: block;
    float: left;
}
#main .sidebar_tab_left .tab_inner_content > br {
    display: none;
}
#main .sidebar_tab_left img.aligncenter {
    margin: 0 auto;
    padding: 0px;
}
#main .solution-example-tabs h4 {
    font-size: 19px;
    letter-spacing: 0px;
    font-family: "NationalBold";
    margin-bottom: 10px;
}

/************************************************************************** Bio Popups */

div[id*="leadership-team"], div[id*="expert-"] {
	display: none;
}
.mfp-content div[id*="leadership-team"], .mfp-content div[id*="expert-"] {
	display: block;
}
.mfp-bg, .mfp-wrap {
    z-index: 99999;
}
#top .mfp-content {
    max-width: 700px;
    border-top: 15px solid #006684;
    top: 100px;
}
#top .mfp-container {
    padding: 0px;
	position: fixed;
}
#top .mfp-content {
    min-height: 100%;
}
#top .mfp-wrap h1 {
    text-transform: none;
    font-size: 32px;
    font-weight: 300;
}
#top .mfp-wrap h4 {
    color: black;
    font-family: NationalRegular;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.4rem;
}
#top .mfp-close {
    color: transparent;
    opacity: 1;
    top: -25px;
    right: -15px;
}
#top .mfp-close:before {
    content: " ";
    width: 31px;
    height: 31px;
    background-image: url(/wp-content/uploads/2018/09/close-x.png);
    position: absolute;
}
#top .mfp-close:hover {
	opacity: .8;
}
.mfp-content .avia-section {
    overflow-y: scroll;
    max-height: 450px;
}
#top .mfp-content .avia-section::-webkit-scrollbar {
    width: 20px;
}
#top .mfp-content .avia-section::-webkit-scrollbar-track {
    background: #cdd4d9;
}
#top .mfp-content .avia-section::-webkit-scrollbar-thumb {
    background: #949ba2;
	border-radius: 25px;
}
#top .mfp-gallery .mfp-content {
    border: none;
    max-width: 100%;
}
#top .mfp-gallery .mfp-img {
    padding: 0px 0px 40px;
}

@media screen and (max-width: 1300px) {
    #top .mfp-wrap {
        left: 0px;
    }
}

#top #experts-2 {
	display: none;
}
#top #experts-2.open {
	display: block;
}
#main .more-experts {
	text-align: center;
}
#main .more-experts p {
    color: #b10021;
    font-family: NationalSemiBold;
    text-transform: uppercase;
    font-size: 20px;
    border-top: 1px solid #b10021;
    display: inline-block;
    padding: 10px 0px;
    margin-top: 15px;
}
#main .more-experts p:hover {
    text-decoration: underline;
	cursor: pointer;
}

/************************************************************************** Sidebar */

#main .sidebar .inner_sidebar {
    padding-top: 125px;
}
#main .sidebar .widget {
    background: #e4eced;
    padding: 20px;
    max-width: 290px;
	min-width: 290px;
    float: right;
}
#main .sidebar .widget:last-child:after {
    content: " ";
    border-bottom: 40px solid transparent;
    border-right: 290px solid #e4eced;
    position: absolute;
    bottom: -40px;
    right: 0px;
    visibility: visible;
}
#main .sidebar .widgettitle {
    color: #006584;
    font-family: NationalRegular;
    font-size: 26px;
    letter-spacing: 0px;
    padding-left: 40px;
    position: relative;
    text-transform: none;
}
#main .sidebar .no-title .widgettitle {
    display: none;
}
#main .sidebar .rss-feed .widgettitle:before {
    content: " ";
    width: 25px;
    height: 25px;
    position: absolute;
    display: block;
    background: url(/wp-content/uploads/2018/09/rss-icon.png);
    left: 0px;
    top: 3px;
}
#main .sidebar .twitter-feed .widgettitle:before {
    content: " ";
    width: 31px;
    height: 23px;
    position: absolute;
    display: block;
    background: url(/wp-content/uploads/2018/09/twitter-icon.png);
    left: 0px;
    top: 3px;
}
#main .sidebar .trending-posts .widgettitle:before {
    content: " ";
    width: 26px;
    height: 25px;
    position: absolute;
    display: block;
    background: url(/wp-content/uploads/2018/09/star-icon.png);
    left: 0px;
    top: 3px;
}
#main .sidebar .widget img {
    width: 100%;
}
#main .sidebar .widget_text strong {
    color: #006385;
    font-size: 28px;
    font-weight: normal;
    font-family: NationalRegular;
}
#main .sidebar a {
    color: #b10021;
    text-transform: uppercase;
    font-family: NationalSemiBold;
    font-size: 22px;
}
#main .sidebar .rss-feed a {
    background: #b10021;
    color: white;
    padding: 8px 20px 10px;
    border-radius: 5px;
    font-size: 20px;
    font-family: NationalSemiBold;
}
#main .sidebar li {
    margin-left: 25px;
	position: relative;
}
#main .sidebar li:before {
    content: "1.";
    position: absolute;
    left: -20px;
    font-family: "Open Sans";
    font-weight: 600;
    top: 6px;
}
#main .sidebar li:nth-child(2):before {
	content: "2."
}
#main .sidebar li:nth-child(3):before {
	content: "3."
}
#main .sidebar li:nth-child(4):before {
	content: "4."
}
#main .sidebar li:nth-child(5):before {
	content: "5."
}
#main .sidebar li a {
    font-family: NationalBook;
    text-transform: none;
    font-style: normal;
    font-size: 20px;
}
#main .sidebar .wpp-list li {
    margin-left: 0px;
    line-height: 1.2;
    margin-bottom: 15px;
}
#main .sidebar .wpp-list li a {
    font-size: 18px;
}

/************************************************************************** Forms */

#top #main .gform_wrapper {
	margin: 0px;
}
#top #main .gsection {
    border: none;
    margin: 0px;
    padding: 0px;
}
#top #main .gsection h2 {
    font-family: NationalRegular;
    text-transform: uppercase;
    font-size: 24px;
    color: black;
    letter-spacing: 3px !important;
}
#top #main .gfield {
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}
#top #main .gf_left_half {
	padding-right: 15px;
}
#top #main .gfield_label, #top #main .ginput_complex label {
    color: #666;
    font-weight: normal;
    font-size: 16px;
}
#top #main .hide-label .gfield_label {
    display: none;
}
#top #main .ginput_container {
    margin-top: 0px;
}
#top #main .gfield input, #top #main .gfield select, #top #main .gfield textarea {
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 5px;
}
#top #main .gfield select {
    background: url(/wp-content/uploads/2018/08/dd-arrow.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: calc(100% - 10px);
	-webkit-appearance: none;
	-moz-appearance: none;
 	appearance: none;
	font-size: 16px;
}
#top #main .gfield select::-ms-expand {
	display: none;
}
#top #main .optin fieldset {
    margin-bottom: 0px;
}
#top #main .optin .gfield_label {
    display: none;
}
#top #main .optin label {
    font-size: 18px;
}
#top #main .optin-details {
    font-size: 16px;
    color: #666;
    line-height: 1.3;
    padding-left: 30px;
}
#top #main .gfield input[type="checkbox"] {
    width: 18px !important;
    height: 18px;
    box-shadow: none !important;
    -webkit-appearance: none;
    display: block;
    position: absolute;
    top: -1px;
	outline: none;
}
#top #main .gfield input[type="checkbox"] + label {
    margin-left: 30px;
}
#top #main .gfield input[type="checkbox"]:checked:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #666;
    left: 2px;
    position: absolute;
    top: 2px;
}
#top #main .address_line_1, #top #main .address_line_2 {
    width: 50%;
    display: block;
    float: left;
}
#top #main .address_line_1 {
    padding-right: 8px;
}
#top #main .address_line_2 {
    padding-left: 7px;
}
#top #main .address_country {
    margin-top: 0px;
}
#top #main .gfield input[type="text"]::-webkit-input-placeholder, #top #main .gfield textarea::-webkit-input-placeholder, #top #main .gfield select::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
    font-family: NationalRegular;
    opacity: .5;
}
#top #main .gform_footer {
	padding: 0px;
}
#top #main .gform_button {
    font-family: NationalSemiBold;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 8px 40px 12px;
    font-size: 20px;
    outline: none;
}
#top #main .gform_button:hover {
    opacity: .8;
}
#main .gform_wrapper .validation_error {
    color: #b10020;
    text-align: left;
    border: none;
    padding: 0px;
    margin-bottom: 15px;
}
#top #main .gfield_error {
    background: none;
    border: none;
    padding: 0px;
    max-width: 100% !important;
}
#top #main .gfield_error.gf_left_half, #top #main .gfield_error.gf_right_half {
    margin: 0px;
    max-width: 50%;
}
#top #main .gfield_error.gf_left_half {
    padding-right: 15px;
}
#top #main .gfield_error .validation_message {
    padding-top: 0px;
    padding-right: 0px;
    color: #b10020;
}
#top #main .gfield_error .gfield_label {
    margin-top: 0px;
	color: #b10020;
}
#top #main .gfield_error input[type="text"], #top #main .gfield_error select, #top #main .gfield_error textarea {
    background-color: #e4eced;
}
#top #main .newsletter-signup {
    max-width: 400px;
    margin: 0px;
}
#top #main .newsletter-signup .gform_body {
    width: 80%;
    display: block;
    float: left;
	padding-right: 15px;
}
#top #main .newsletter-signup .gfield {
    margin-bottom: 0px;
}
#top #main .newsletter-signup .gfield_label {
    display: none;
}
#top #main .newsletter-signup .gfield input[type="text"] {
    background: white;
    color: #333;
    font-family: NationalBook;
    height: 45px;
    border: 1px solid #e9e9e9;
    font-size: 20px;
}
#top #main .newsletter-signup .gform_footer {
    width: 20%;
    display: block;
    float: left;
    clear: none;
    margin: 0px;
}
#top #main .newsletter-signup .gform_button {
    display: block;
    width: 100%;
    padding: 0px;
    height: 43px;
    line-height: 43px;
    margin-top: 1px;
}
#main .gform_confirmation_message br {
    display: none;
}
#main .before-and-after-goal .gform_heading {
    display: none;
}

/************************************************************************** Home */

#main .avia-layerslider {
    height: auto !important;
}
#main .slide-large {
    font-family: NationalMedium;
    color: #006684;
    font-size: 5.7rem !important;
    line-height: 5.7rem !important;
    display: block;
}
#main .slide-medium {
    font-family: NationalRegular;
    color: #00ACCD;
    font-size: 2.6rem !important;
    line-height: 3rem !important;
    display: block;
}
#home-banner {
    overflow: visible !important;
    box-shadow: none;
    background-position: center bottom !important;
    background-size: cover !important;
    height: 775px;
    padding-top: 75px;
}
#home-banner:before {
    content: " ";
    width: 45%;
    height: 100%;
    position: absolute;
    background: url(/wp-content/uploads/2018/11/Learning-and-development-professionals-collaborating.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 5%;
    background-position: center center;
}
#home-banner:after {
    content: " ";
    width: 100%;
    height: 120%;
    right: 0px;
    position: absolute;
    background: url(/wp-content/uploads/2018/08/slider-polygon.png);
    top: 5%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 99999999;
}
#what-we-do {
    z-index: 999;
    position: relative;
}
#main #featured-studies {
    position: relative;
    padding: 125px 0px 25px 0px;
    margin-top: -100px;
    z-index: 99;
}
#featured-studies:after {
    content: " ";
    background: url(/wp-content/uploads/2018/08/fs-bg-middle.png);
    width: 100%;
    background-size: 100% 100%;
    height: 700px;
    position: absolute;
    visibility: visible;
    left: 0;
    background-repeat: no-repeat;
    top: calc(50% - 300px);
}
#main .featured-study .pt-cv-href-thumbnail {
    width: 50%;
    float: left;
    text-align: center;
}
#main .featured-study .pt-cv-href-thumbnail img {
    float: none !important;
    margin: 0px !important;
}
#main .featured-study .pt-cv-colwrap {
    padding: 0px 35px;
    display: table-cell;
    vertical-align: middle;
    height: 400px;
}
#main .featured-study .pt-cv-ctf-column {
    padding: 0px;
}
#main .featured-study .pt-cv-custom-fields {
    margin: 0px;
    display: block;
}
.home #main .featured-study .pt-cv-ctf-cs-featured-title:before {
    content: "Featured Client Story";
    display: block;
    width: 100%;
    color: black;
    font-family: NationalMedium;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
#main .featured-study .pt-cv-ctf-value {
    text-transform: none;
    color: #006684;
    font-weight: 400;
    font-size: 2.9rem;
    line-height: 1;
    letter-spacing: 0px;
    font-family: NationalRegular;
}
#main .featured-study .pt-cv-content {
    font-size: 20px;
    line-height: 1.3;
    margin: 20px 0px 0px;
	font-family: NationalBook;
}
#main .featured-study .pt-cv-content .pt-cv-readmore {
    font-size: 20px;
    margin-top: 20px;
	font-family: NationalSemiBold
}
#main .featured-study.fs-2 .pt-cv-href-thumbnail {
    float: right;
}
#main #news-testimonials:before {
    margin-top: -45px;
}
#news-testimonials .av_two_third {
    padding-left: 6%;
}
#news-testimonials .av_two_third:before {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.1);
    left: 0px;
    visibility: visible;
}
#main .testimonial-feed .pt-cv-content {
    font-family: Georgia;
    font-size: 26px;
    line-height: 1.6;
}
#main .testimonial-feed .pt-cv-custom-fields {
    margin-top: 0px;
}
#main .testimonial-feed .pt-cv-ctf-testimonial-author {
    font-family: NationalSemiBold;
}
#main .testimonial-feed .pt-cv-ctf-testimonial-author:after {
    content: ",";
}

/************************************************************************** Single Posts */

.single #page-title #breadcrumbs a:last-child:after {
    display: none;
}

/************************************************************************** Insights */

.single-insight #main .content {
    width: 100%;
}
#main .insight-title {
    margin-bottom: 25px;
}
.insight-info, .insight-form {
    display: block;
    width: 50%;
    float: left;
}
.insight-info {
    padding-right: 25px;
}
.insight-form {
    padding-left: 25px;
}
#main .insight-info .insight-small-image {
    max-width: 100%;
    height: auto;
	display: none;
}
#main .insight-info .insight-small-image[src*="http"] {
	margin-bottom: 15px;
	display: block;
}
#main .above-form {
    display: block;
    margin-bottom: 25px;
}
#main .above-form img {
    float: left;
    padding-right: 25px;
    max-width: 130px;
}
#main .above-form img[src*="http"] + h4 {
    height: 135px;
    display: table-cell;
    vertical-align: middle;
}
#main .form-holder {
    display: block;
    clear: both;
}
#top #main .form-holder .gfield.optin {
    margin: 20px 0px 25px;
}
.single-insight .content .entry-content-wrapper {
    padding-right: 0px;
}
#top.single-insight #main .sidebar {
    display: none;
}
.single-insight #main .entry-content-wrapper h2 {
    max-width: 65%;
}
.single-insight #main .col-padding-top {
    padding-top: 50px;
}
#top.single-insight #wrap_all #main .sidebar {
    display: none;
}

/************************************************************************** Landing Pages */

.single-lp #header_meta,
.single-lp #header_main .main_menu,
.single-lp #mobile-menu,
.single-lp #simple-banner {
    display: none;
}
.single-lp #footer .flex_column:nth-child(2),
.single-lp #footer .flex_column:nth-child(4) {
    display: none;
}
#main .list-2col ul {
    -webkit-column-count: 2;
    column-count: 2;
}
#main .inline-images .avia-image-container {
    display: inline-block;
}
#top.single-lp #footer .flex_column {
    width: 50%;
    margin: 0px;
    padding-right: 35px;
}
#main .headline-with-thumbnail {
    position: relative;
    margin: 0px 0px 10px;
}
#main .headline-with-thumbnail img {
    max-width: 115px;
    max-height: 130px;
    width: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
}
#main .headline-with-thumbnail h4 {
    height: 135px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 130px;
}

@media screen and (max-width: 767px) {
	#top.single-lp #footer .flex_column {
		width: 100%;
		padding-right: 0px;
	}
}

@media screen and (max-width: 640px) {
	#main .headline-with-thumbnail img {
    	position: relative;
    	display: block;
    	float: none;
    	margin: 0px 0px 10px;
	}
	#main .headline-with-thumbnail h4 {
    	display: block;
    	height: auto;
    	padding: 0px;
	}
}

/************************************************************************** Gated Content */

.single-gated_content #main .content {
    width: 100%;
}
.gated-content-left {
    display: block;
    float: left;
    width: 50%;
    padding-right: 25px;
}
.gated-content-right {
    display: block;
    float: left;
    width: 50%;
    padding-left: 25px;
	text-align: center;
}
#main .download-button .avia-button {
    color: white;
}
.goal-completion {
    display: none;
}

/************************************************************************** Case Studies */

#related-stories {
    display: block;
    clear: both;
    background: url(/wp-content/uploads/2018/08/experts-bg.png);
    background-size: 100% 100%;
    padding: 125px 0px;
    text-align: center;
}
#related-stories h3 {
    margin-bottom: 50px;
}
#related-stories .block-item {
    width: calc(100% / 4 - 20px);
    display: inline-block;
    float: none;
}
#related-stories a {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
	padding: 0px;
}
#related-stories .block-item img {
    max-height: 100px;
    width: auto;
}
#cs-footer {
    clear: both;
    padding: 50px 0px;
}
#top.page #cs-footer {
    display: none;
}
#top.page #cs-footer.show-what-we-do {
    display: block;
}
#cs-footer .cs-footer-title {
    margin-bottom: 50px;
}
#cs-footer h2 {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 15px;
}
#cs-footer .cs-footer-title p {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 15px;
}
#cs-footer .cs-footer-column {
    width: calc(100% / 3);
    display: block;
    float: left;
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 35px;
}
#cs-footer .cs-footer-column img {
    margin-bottom: 20px;
}
#cs-footer .cs-footer-column p {
    font-family: NationalSemiBold;
    line-height: 1.2;
    max-width: 285px;
    margin: 0 auto 15px;
    font-size: 20px;
}
#cs-footer .cs-footer-button {
    clear: both;
    text-align: center;
}
#cs-footer .cs-footer-button a {
    color: white;
}

/************************************************************************** Blog */

#blog-title {
    padding: 50px 0px 75px;
	position: relative;
}
#blog-title:after {
    content: " ";
    width: 100%;
    height: 100px;
    position: absolute;
    background: url(/wp-content/uploads/2018/08/footer-no-cta.png);
    background-size: 100% auto;
    bottom: 0px;
    background-repeat: no-repeat;
}
#top #blog-title .blog-title {
    font-family: NationalRegular;
    text-transform: none;
    font-size: 3.7rem;
    line-height: 1;
    color: #006584;
    margin-bottom: 35px;
}
.bt-left {
    width: 65%;
    display: block;
    float: left;
    padding: 25px 0px;
}
.bt-right {
    width: 35%;
    display: block;
    float: left;
}
.single-post #main .sidebar .inner_sidebar, .blog #main .sidebar .inner_sidebar, .archive #main .sidebar .inner_sidebar {
    padding-top: 0px;
}
.single-post #main .post-title {
    text-transform: none;
    color: #006684;
    font-weight: 400;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0px;
    font-family: NationalBook;
    pointer-events: none;
}
#main .blog-author {
    font-size: 16px;
}
#main .author-link a {
    color: #b10021;
}
#main .author-link a:before {
    content: "More from ";
}
.addthis_tool {
    display: none;
}
.single-post .addthis_tool, .blog .addthis_tool, .archive .addthis_tool {
    display: block;
}
#main .template-blog .blog-meta {
    display: none;
}
.blog #main .author-link, .archive #main .author-link {
    display: none;
}
#main .template-blog .post_author_timeline {
    display: none;
}
#main .template-blog .post_delimiter {
    border-top: 1px solid #b6d2db;
    margin: 35px 0px;
    padding: 0px;
}
.archive #main time, .archive #main .text-sep-date, .archive #main .blog-categories, .archive #main .text-sep-cat, .archive #main .comment-container, .archive #main .text-sep-comment {
    display: none;
}
.author #main .page-heading-container {
    padding: 0px;
    border: none;
    margin: 0px;
}
#top .author-section {
    display: block;
    min-height: 80px;
}
#top .author-section .author-thumb {
    position: absolute;
}
#top .author-section .post-details {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 100px;
	font-size: 18px;
}

/************************************************************************** Search Results */

#main .search-result-counter {
    display: none;
}
#top.search-results #main .entry-content-wrapper {
    padding: 0px;
}
#top.search-results #main .post-entry {
    margin-bottom: 40px;
    border-bottom: 1px solid #b6d2db;
    padding-bottom: 25px;
}
#main .template-search h2 {
    font-size: 22px;
}
#top.search-results #main .entry-content-wrapper .post-meta-infos {
    display: none;
}
#top.search-results #main .entry-content-wrapper .entry-content p {
    font-size: 16px;
}
#top .pagination {
    padding: 0px;
}
#top #main .pagination span, #top #main .pagination a {
    color: #b10021;
    background: none;
    font-size: 18px;
    font-family: NationalSemiBold;
    border-radius: 0px;
    border-top: 2px solid transparent;
    box-shadow: none;
}
#top #main .pagination a:hover, #top #main .pagination span.current {
    border-top-color: #b10021;
	background: none;
}

/************************************************************************** Footer CTA */

#footer-cta {
    position: relative;
    clear: both;
    padding: 12em 0px;
}
#footer-cta.hide-footer-cta {
    display: none;
}
#footer-cta:before {
    content: " ";
    background: url(/wp-content/uploads/2018/08/footer-cta-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: 100% 90%;
    background-position: center center;
    background-repeat: no-repeat;
}
#footer-cta:after {
    content: " ";
    background: url(/wp-content/uploads/2018/08/footer-polygon-2.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: auto 100%;
    background-repeat: no-repeat;
	z-index: 1;
}
#footer-cta .container {
    z-index: 2;
}
#footer-cta .cta-image {
    width: 33%;
    display: block;
    float: left;
	text-align: right;
}
#footer-cta .cta-text {
    width: 67%;
    display: block;
    float: left;
    padding-left: 50px;
	font-size: 20px;
	line-height: 1.6;
    color: black;
}
#footer-cta .textwidget {
    max-width: 600px;
}
#footer-cta .cta-text .widgettitle {
    color: #006684;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 4rem;
    line-height: 4.1rem;
	font-family: NationalMedium;
}
#footer-cta .cta-text a {
    color: #b10021;
    text-transform: uppercase;
    font-family: NationalSemiBold;
    font-size: 20px;
}
#footer-cta .cta-text a:after {
    content: " ";
    background: url(/wp-content/uploads/2018/08/arrow_circle-1.png);
    width: 27px;
    height: 27px;
    position: absolute;
    margin-left: 10px;
    margin-top: 3px;
}

/************************************************************************** Footer */

body #footer {
    border: none;
    font-size: 16px;
    line-height: 1.5;
}
#footer-cta.hide-footer-cta + #footer {
    background: url(/wp-content/uploads/2018/08/footer-no-cta.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding-top: 100px;
}
#footer .flex_column.first {
    width: 34%;
    margin-left: 0px;
}
#footer .flex_column {
    width: 20%;
    margin-left: 2%;
}
#footer .footer-logo img {
    max-width: 108px;
}
#footer li {
    margin-bottom: 15px;
}
#footer li .fa {
    background: #B10021;
    color: white;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
}

/************************************************************************** Cookies Bar */

#top .avia-cookie-consent {
    background: rgba(0,0,0,.8);
    max-width: 1200px;
    margin-bottom: 35px;
    left: calc(50% - 600px);
	padding: 25px;
}
#top .avia-cookie-consent .avia_cookie_text {
    max-width: 80%;
    display: block;
    float: left;
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
    margin: 0px;
    color: white;
    padding-right: 50px;
}
#top .avia-cookie-consent .avia_cookie_text a {
    color: white;
    text-decoration: underline;
}
#top .avia-cookie-consent .avia-button {
    background: #B10021;
    border-radius: 0px;
    color: white;
    text-transform: uppercase;
    font-family: NationalRegular;
    display: block;
    width: 20%;
    float: left;
    margin: 0px;
    padding: 20px 0px 22px;
    font-size: 24px;
}

/************************************************************************** Mobile Menu */

#mobile-menu {
    display: none;
    position: absolute;
    right: 45px;
    top: 50px;
	z-index: 99999;
}
#mobile-menu .shiftnav-toggle {
    background: none;
    font-size: 30px;
    color: black;
    padding: 0px;
    line-height: 1;
}
#shiftnav-main {
    min-width: 320px;
    box-shadow: -2px 2px 8px rgba(0,0,0,.4);
}
#shiftnav-main:after {
	display: none;
}
#shiftnav-main .shiftnav-panel-close {
    background: none;
    font-size: 25px;
    color: black;
    padding: 10px 30px 5px;
    z-index: 9999;
    position: static;
    text-align: right;
}
#top #shiftnav-main #searchform {
    padding: 10px 30px;
}
#top #shiftnav-main #searchform > div {
    height: 40px;
}
#top #shiftnav-main #s {
    height: 40px;
    font-size: 16px;
    font-family: NationalBook;
}
#top #shiftnav-main #searchform #searchsubmit {
    color: white;
	height: 40px;
}
#shiftnav-main li a {
    text-transform: uppercase;
    font-family: NationalSemiBold;
    font-size: 18px;
    padding-left: 30px;
}
#shiftnav-main li li a {
    text-transform: none;
    font-family: NationalBook;
    padding: 7px 30px;
    font-size: 18px;
}
#shiftnav-main li li li a {
    padding: 10px 25px 10px 55px;
}
#shiftnav-main li li.current-menu-item > a {
    color: #b10021;
    text-decoration: underline;
}

/************************************************************************** Responsive */

@media screen and (min-width: 1920px) {
	#home-banner:before {
    	max-width: 775px;
    	right: calc(50% - 625px);
		top: 5%;
	}
	#home-banner:after {
    	max-width: 1450px;
    	right: calc(50% - 960px);
    	height: 130%;
    	top: 0%;
	}
}

@media screen and (max-width: 1600px) {
	#home-banner {
    	height: 650px;
    	padding-top: 75px;
	}
}

@media screen and (max-width: 1400px) {
	#home-banner {
    	height: 500px;
    	padding-top: 0px;
	}
	#main .slide-large {
    	font-size: 5.5rem !important;
    	line-height: 5.5rem !important;
	}
	#main .slide-medium {
    	font-size: 2.5rem !important;
    	line-height: 2.5rem !important;
	}
	#page-title:after {
    	height: 250px;
    	top: -75px;
	}
	#home-banner:before {
    	right: 0px;
    	width: 55%;
	}
}

@media screen and (max-width: 1250px) {
	#header_meta {
    	right: 100px;
	}
	#header_main li a {
    	font-size: 16px;
	}
	#main .bio-headshot .av-image-caption-overlay-center p {
    	font-size: 14px;
    	line-height: 16px;
	}
	#main .bio-headshot .av-image-caption-overlay-center:after {
    	bottom: 0px;
	}
}

@media screen and (max-width: 1200px) {
	#top .avia-cookie-consent {
    	max-width: 90%;
    	left: 5%;
    	margin-bottom: 20px;
	}
	#home-banner {
    	height: 400px;
	}
	#main .slide-large {
    	font-size: 5rem !important;
    	line-height: 5rem !important;
	}
}

@media screen and (max-width: 1100px) {
	#top #main .bg-fit {
    	background-size: cover !important;
	}
	#main .featured-study .pt-cv-colwrap {
		height: 450px;
	}
	#main .featured-study .pt-cv-href-thumbnail {
    	width: 40%;
	}
	#main .bio-headshot .av-image-caption-overlay-center p {
    	font-size: 12px;
    	line-height: 14px;
	}
	#main .slide-large {
    	font-size: 4.5rem !important;
    	line-height: 4.5rem !important;
	}
	#main .slide-medium {
    	font-size: 2rem !important;
    	line-height: 2rem !important;
	}
}

@media screen and (max-width: 991px) {
	#main .table-listing .pt-cv-content-item {
    	width: 100%;
	}
	#top .mfp-content {
    	max-width: 80%;
    	position: fixed;
    	left: 10%;
    	top: 10vh;
	}
	.mfp-content .avia-section {
    	max-height: calc(80vh - 15px);
	}
	.mfp-content .container {
    	padding: 0px 25px;
	}
	.mfp-content .container .content {
    	padding: 25px 0px;
	}
	#home-banner {
    	height: 325px;
	}
	#main .slide-large {
    	font-size: 3.5rem !important;
    	line-height: 3.5rem !important;
	}
	#main .slide-medium {
    	font-size: 1.7rem !important;
    	line-height: 1.7rem !important;
	}
}

@media screen and (max-width: 989px) {
	#top #wrap_all #header_main .av-burger-menu-main {
    	margin-top: 10px;
		display: none;
	}
	#top #wrap_all #header_main li a {
    	font-size: 14px;
	}
	#header_main .sub-menu {
    	box-shadow: none;
		padding: 0px;
	}
	#top #wrap_all #header_main .sub-menu li a {
    	font-size: 13px;
    	padding-top: 9px;
    	padding-bottom: 9px;
	}
	#header_main .is-active .av-hamburger-box {
    	width: 35px;
	}
	#header_main .is-active .av-hamburger-box .av-hamburger-inner:before {
		top: 0px;
	}
	#header_main .is-active .av-hamburger-box .av-hamburger-inner:after {
		bottom: 0px;
	}
	#top #main .bg-fit {
    	background-size: auto 107% !important;
    	background-position: center center !important;
	}
	#top #header_main a:after {
		display: none;
	}
	#main .sidebar .widget {
    	min-width: 220px;
		max-width: 220px;
	}
	#main .sidebar .widget:last-child:after {
    	border-right-width: 220px;
	}
	#main .sidebar-callout {
		min-width: 220px;
    	max-width: 220px;
	}
	#main .sidebar-callout:after {
    	border-right-width: 220px;
	}
	#main .tab {
    	padding-left: 10px;
    	padding-right: 0px;
	}
	.video-holder {
    	max-width: 100%;
	}
	#main .tab_content .av_one_third:first-child {
    	display: none;
	}
	#main .tab_content .av_one_third {
    	width: 50%;
    	margin: 0px;
		padding: 0px 15px;
	}
	#main .sidebar_tab_left .tab_content {
    	max-width: 100%;
	}
	#main .align-middle .slide-entry-excerpt img {
    	max-width: 50%;
    	top: 15%;
	}
	#main .align-middle .slide-entry-excerpt h3 {
    	padding-left: 55%;
	}
	#mobile-menu {
		display: block;
	}
	#top #menu-item-search {
    	display: none;
	}
	#header_meta {
    	right: 50px;
	}
	#main .team-bio {
    	padding-left: 0px;
	}
	#main .team-bio img {
    	position: relative;
    	float: none;
    	margin: 0px 0px 15px;
	}
	#main .bio-headshot .av-image-caption-overlay-center p {
    	font-size: 10px;
    	line-height: 11px;
	}
	#main .bio-headshot .av-image-caption-overlay-center {
    	padding: 10px;
	}
	#main .bio-headshot .av-image-caption-overlay-center:after {
		left: 10px;
	}
}

@media screen and (max-width: 767px) {
	#header_meta {
    	display: none;
	}
	#top #menu-item-search {
		display: none;
	}
	#top #wrap_all #header_meta .container {
    	width: 100%;
    	max-width: 100%;
	}
	#top #wrap_all #header_meta .sub_menu {
    	margin-top: 10px;
	}
	.responsive body#top #wrap_all .container {
    	width: 90%;
    	max-width: 90%;
	}
	#header_main .logo img {
    	max-width: 300px;
    	margin-top: 5px;
	}
	#header_main .menu {
    	margin-top: 25px;
	}
	#header_main .av-hamburger-box {
    	width: 25px;
	}
	#header_main .av-hamburger-inner::before {
    	top: -8px;
	}
	#header_main .av-hamburger-inner::after {
    	bottom: -8px;
	}
	#top #home-banner .content {
    	padding: 30px 0px 0px;
	}
	#main .slide-large {
    	font-size: 2.3rem !important;
    	line-height: 2.3rem !important;
	}
	#main .slide-medium {
    	font-size: 1.2rem !important;
    	line-height: 1.2rem !important;
		margin: 0px !important;
	}
	#main h1, #top #blog-title .blog-title {
    	font-size: 2rem;
	}
	#main h2, .single-post #main .post-title {
    	font-size: 1.8rem;
	}
	#main h3 {
    	font-size: 1.4rem;
	}
	#news-testimonials .av_two_third {
    	padding-left: 0px;
	}
	#news-testimonials .av_two_third:before {
		display: none;
	}
	#main .large-text p {
    	font-size: 18px;
	}
	#main .testimonial-feed .pt-cv-content {
    	font-size: 20px;
	}
	#top #main .featured-study .pt-cv-href-thumbnail {
    	width: 100%;
		margin-bottom: 35px;
	}
	#footer-cta .cta-image {
    	width: 100%;
    	text-align: left;
	}
	#footer-cta .cta-text {
    	width: 100%;
    	padding-left: 0px;
	}
	#footer-cta .cta-text .widgettitle {
    	font-size: 2.2rem;
	}
	#footer-cta:before {
    	background-size: cover;
	}
	#footer-cta:after {
    	background-size: contain;
    		background-position: 50% 85%;
	}
	#footer .widget {
    	margin: 0px;
	}
	#main .featured-study .pt-cv-colwrap {
    	height: auto;
		padding: 0px;
	}
	#featured-studies:after {
		display: none;
	}
	#page-title:after {
    	height: 150px;
    	top: -35px;
	}
	#main .table-listing .pt-cv-meta-fields {
    	width: 100%;
    	margin-bottom: 10px;
	}
	#main .table-listing .pt-cv-title {
    	width: 100%;
	}
	#page-title .pt-title {
    	font-size: 1rem;
    	line-height: 1.2;
	}
	#main .sidebar .inner_sidebar {
    	padding-top: 0px;
	}
	#top #wrap_all #main .sidebar {
    	border: none;
		padding-top: 0px;
	}
	#cs-footer .cs-footer-column {
    	width: 100%;
	}
	#related-stories .block-item {
    	width: 100%;
	}
	#main .view-filter .pt-cv-filter-bar {
    	margin-bottom: 15px !important;
    	padding-left: 0px;
	}
	#top #main .pt-cv-filter-bar:before {
    	position: relative;
    	display: block;
    	top: auto;
    	left: auto;
    	margin-bottom: 10px;
	}
	.bt-left {
    	width: 100%;
	}
	.bt-right {
    	width: 100%;
	}
	#blog-title {
    	padding: 25px 0px 75px;
	}
	#blog-title:after {
    	bottom: -35px;
	}
	#main .sidebar .widget {
    	min-width: 290px;
    	max-width: 290px;
    	float: left;
	}
	#main .sidebar .widget:last-child:after {
    	border-right-width: 290px;
	}
	.single-post #main .content {
    	padding: 0px;
	}
	#main .avia_textblock.insight-grid {
    	margin-top: 0px;
	}
	#main .insight-grid .pt-cv-filter-bar {
    	float: none;
    	padding-left: 0px;
    	text-align: left;
    	margin-left: 0px !important;
    	margin-bottom: 0px !important;
	}
	.insight-info, .insight-form {
    	width: 100%;
    	padding: 0px;
	}
	#main .sidebar-callout {
    	min-width: 290px;
    	max-width: 290px;
    	float: left;
	}
	#main .sidebar-callout:after {
    	border-right-width: 290px;
    	right: auto;
    	left: 0px;
	}
	#main .col-padding-top {
    	padding-top: 0px;
	}
	#main .tab_titles .tab {
    	display: none;
	}
	#top #main .tab:hover, #top #main .tab.active_tab {
    	background: none;
	}
	#main .tab_content {
    	max-width: 100%;
    	left: 0px;
	}
	#top #main .tabcontainer {
    	border: none;
	}
	#main .tab:after {
    	width: 100%;
    	left: 0px;
	}
	#top #main .active_tab_content {
    	background: #e4eced;
	}
	#top #main .sidebar_tab_left .tab {
    	background-size: 110% 100%;
    	background-position: center center;
    	margin-bottom: -15px;
    	height: auto;
    	padding: 30px 0px 40px;
	}
	#top #main .sidebar_tab_left .tab:before {
		display: none;
	}
	#top #main .sidebar_tab_left .tab_content {
    	left: 0px;
    	border: none;
    	display: block;
    	position: relative;
    	visibility: visible;
		background: #e4eced;
	}
	#main .sidebar_tab_left .tab_content .tab_inner_content {
    	left: 0px;
	}
	#top #main .tab_content .av_one_third {
    	margin-bottom: 0px;
	}
	#top #main .sidebar_tab_left .av_tab_section:first-of-type .tab {
    	background-image: url(/wp-content/uploads/2018/09/left-tab-1.png);
    	border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
	}
	#top #main .sidebar_tab_left .av_tab_section:nth-of-type(2) .tab {
    	background-image: url(/wp-content/uploads/2018/09/left-tab-2.png);
	}
	#top #main .sidebar_tab_left .av_tab_section:nth-of-type(3) .tab {
    	background-image: url(/wp-content/uploads/2018/09/left-tab-3.png);
	}
	#top #main .sidebar_tab_left .av_tab_section:nth-of-type(4) .tab {
    	background-image: url(/wp-content/uploads/2018/09/mobile-solution-4.png);
	}
	#main .align-middle .slide-entry-excerpt h3 {
    	display: block;
    	padding: 0px;
    	height: auto;
		text-align: center;
	}
	#main .align-middle .slide-entry-excerpt img {
    	max-width: 100%;
    	top: 0px;
    	position: relative;
    	margin-bottom: 35px;
    	float: none;
    	margin: 0 auto 15px;
	}
	#main .pt-cv-ctf-cs-small-logo img {
    	width: auto;
	}
	#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows, #top #main .avia-content-slider-element-container .avia-slideshow-arrows {
    	top: calc(50% - 22px);
	}
	#main .list-checkmarks ul {
    	margin-left: 25px;
    	margin-bottom: 0px;
	}
	#top #wrap_all #main .nomarg-bottom {
    	margin-bottom: 0px;
	}
	.single-insight #main .entry-content-wrapper h2 {
    	max-width: 100%;
	}
	#main .cs-all .pt-cv-ifield {
    	min-height: 0px;
	}
	#main .cs-all .pt-cv-href-thumbnail {
    	height: auto;
    	margin-bottom: 25px;
    	display: block;
	}
	#main .avia-slideshow.big-arrows {
    	padding: 0px 15px;
		overflow: visible;
	}
	#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows a, #top #main .avia-content-slider-element-container .avia-slideshow-arrows a {
    	width: 12px;
    	height: 20px;
    	line-height: 20px;
	}
	#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows .prev-slide:before {
    	top: -13px;
	}
	#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows .prev-slide {
    	left: -25px;
	}
	#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows .next-slide {
    	right: 8px;
	}
	#top #main .avia-slideshow.big-arrows .avia-slideshow-arrows .next-slide:before {
    	top: 0px;
    	background-position: center right;
	}
	#main .bio-headshot a {
    	pointer-events: none;
	}
	#main .bio-headshot.active a {
    	pointer-events: auto;
	}
	#top .mfp-content {
    	max-width: 90%;
    	position: fixed;
    	left: 5%;
    	top: 5vh;
	}
	#top .mfp-content .avia-section::-webkit-scrollbar {
    	width: 0px;
	}
	.mfp-content .avia-section {
    	max-height: calc(90vh - 15px);
	}
	.mfp-content .container {
    	padding: 0px 25px;
	}
	.mfp-content .container .content {
    	padding: 25px 0px;
	}
	#top #wrap_all #what-we-do .av_one_fourth {
    	width: 50%;
    	padding: 0px 10px;
	}
	#main .esg-navbutton-solo-left, #main .esg-navbutton-solo-right {
    	top: calc(50% - 12.5px);
	}
	#main .esg-left, #main .esg-right {
    	width: 12px;
    	height: 25px;
	}
	#main .esg-left:before {
    	background-position: center left;
	}
	#main .esg-right:before {
    	background-position: center right;
	}
	#mobile-menu {
    	top: 25px;
    	right: 5%;
	}
	#main .bio-headshot .av-image-caption-overlay-center p {
    	font-size: 15px;
    	line-height: 16px;
	}
	#top .author-section {
		min-height: 0px;
	}
	#top .author-section .author-thumb {
    	position: relative;
    	display: block;
    	margin: 0px 0px 15px;
	}
	#top .author-section .post-details {
    	display: block;
    	height: auto;
   		padding-left: 0px;
	}
	#top .avia-cookie-consent .avia_cookie_text {
    	max-width: 100%;
    	text-align: center;
    	padding-right: 0px;
    	margin-bottom: 15px;
		float: none;
	    font-size: 15px;
    	line-height: 1.4;
	}
	#top .avia-cookie-consent .avia-button {
    	width: 100%;
    	max-width: 150px;
    	margin: 0 auto;
    	float: none;
    	padding: 10px 0px 12px;
	}
	#home-banner {
    	height: 200px;
    	padding-top: 0px;
	}
	.gated-content-left, .gated-content-right {
    	width: 100%;
    	padding: 0px;
	}
	.gated-content-left {
    	margin-bottom: 35px;
	}
	#home-banner:before {
    	width: 45%;
	}
	#main .list-2col ul {
   		-webkit-column-count: 1;
    	column-count: 1;
	}
	#top #main .hide-bg-mobile {
    	background: transparent !important;
	}
	#top #main .hide-bg-mobile .content {
    	padding: 50px 0px;
	}
}

@media screen and (max-width: 640px) {
	#top #main .gf_left_half {
    	padding-right: 0px;
	}
	#main .above-form img[src*="http"] + h4 {
    	width: 100%;
    	display: block;
    	clear: left;
    	height: auto;
	}
	#top #main .address_line_1, #top #main .address_line_2 {
    	width: 100%;
    	padding: 0px;
		margin: 0px;
	}
	#top #main .address_line_2 {
    	margin-bottom: 8px;
	}
	#main .gfield .address_city {
    	display: block;
    	clear: left;
	}
}

@media screen and (max-width: 400px) {
	#header_main .logo img {
    	max-width: 250px;
    	margin-top: 7px;
	}
	#header_main .av-hamburger-box {
    	width: 20px;
	}
	#header_main .av-hamburger-inner::before {
    	top: -7px;
	}
	#header_main .av-hamburger-inner::after {
    	bottom: -7px;
	}
	#main .slide-large {
    	font-size: 1.8rem !important;
    	line-height: 1.8rem !important;
	}
	#main .slide-medium {
    	font-size: 1rem !important;
    	line-height: 1rem !important;
	}
	#top #wrap_all #what-we-do .av_one_fourth {
    	width: 100%;
    	padding: 0px;
	}
	#mobile-menu {
    	top: 31px;
    	right: 3%;
	}
	#mobile-menu .shiftnav-toggle {
    	font-size: 22px;
	}
	#home-banner {
    	height: 150px;
	}
	#top #home-banner .content {
    	padding: 30px 0px 0px;
	}
}
@media screen and (min-width: 768px) {
	.negative-margin { 
		margin-top: -50px!important;
	}
	.pl-3 {
		padding-left: 3rem;
	}
	.pl-2 {
		padding-left: 2rem;
	}
}