/*
Theme Name: Sykes Enterprises
Theme URI: https://www.sykes.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: https://www.sykes.com/
Template: salient
Version: 0.1
*/

.sykes--standard-header {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
}

.header--overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.header--inner {
    max-width: 800px;
    margin: 0 5%;
}

h1.sykes-inner--title {
    color: #fff;
    font-size: 80px;
    line-height: 90px;
}

p.sykes-inner--subtitle {
    color: #fff;
}

.header-cta {
    width: 200px;
    background-color: #fff;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 0 0px 0px rgba(0, 0, 0, 0.08);
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
}

.header-cta:hover {
    transform: translateY(-5px);
}

.header-cta--special {
    margin-right: 10px;
    color: #039be5;
}

.header-cta--contact {
    background-color: #039be5;
    color: #fff;
}

.form--heading {
    margin-bottom: 40px!important;
    font-weight: 700;
    border-bottom: 1px solid #424242;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
}

.form--signoff {
    text-align: center;
    color: #fff;
}

.form--privacy {
    border-top: 1px solid #424242;
    text-align: center;
}

p.form--privacy {
    font-size: 12px;
}

.expand--contact {}

.nectar-button.regular-button.extra-color-2, .nectar-button.tilt.extra-color-2 {
    background-color: #ffffff!important;
    color: #039be5;
}

/*NEW INDUSTRY PAGES*/

.translate-left {
    transform: translate(-70px, 50px);
    z-index: -1;
}

.industry-served--supertitle h3 {
    letter-spacing: 10px;
    font-size: 16px!important;
}

.callout-h4 h4 {
    font-size: 30px;
    font-family: proxima-nova;
    line-height: 34px;
    font-weight: 700!important;
}

.header-image--translate {
    transform: translate(-70px, 220px)!important;
}

.link--cta-18 {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: #039be5;
}

header#top nav>ul>li>a, body.material #search-outer #search input[type="text"] {
    font-weight: 300!important;
}

.size-full {
    max-width: 100%;
    height: auto;
}

li {
    list-style: disc;
    font-size: 18px!important;
    line-height: 32px;
}

.col--full {
    width: 100%;
}

.plus-bg {
    background-color: #039be5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%2328aae8' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.resource--callout {
    background-color: #f3f3f3;
    border-left: 2px solid #039be5;
    padding: 30px;
}

p.type--excerpt {
    font-size: 16px;
    line-height: 26px;
    color: #4f4f4f;
}

.type--excerpt {
    color: #555;
    font-size: 16px;
    line-height: 26px;
}

h2 {
    font-size: 34px!important;
    line-height: 44px!important;
    margin-bottom: 7px!important;
}

ol, ul {
    padding-bottom: 20px;
    padding-left: 20px;
    list-style: black!important;
    font-size: 16px;
}

.adjust--transform {
    margin-bottom: -200px!important;
}

.cfi-feat {
    height: 100%!important;
    float: left;
}

.featurd--flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxshadow--moderate {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24);
    background-color: #fff;
}

#breadcrumbs {
    display: none;
}

.resource--breadcrumb {
    font-size: 8px;
    line-height: 18px;
    padding: 4px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block!important;
}

.wrap--related {
    background-color: #f3f3f3;
    padding: 20px;
}

.fwp-load-more {
    background-color: #e51b23;
    border: 0px;
    color: #fff;
    padding: 20px 40px;
    font-family: proxima-nova;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 20px;
    cursor: pointer;
}

.facetwp-checkbox {
    background: url(../salient-child/plg/resource-loops/img/checkbox-off.png) 0 50% no-repeat!important;
    background-size: 17px 17px!important;
}

.facetwp-checkbox.checked {
    background: url(../salient-child/plg/resource-loops/img/checkbox-checked.png) 0 50% no-repeat!important;
    background-size: 17px 17px!important;
}

.facetwp-checkbox {
    padding-left: 26px!important;
    margin-left: 20px!important;
    margin: 7px 7px 5px 7px!important;
}

.facetwp-overlay {
    opacity: 0!important;
}

.fwp-load-more:hover {
    opacity: 0.8;
}

.facetwp-counter {
    display: none;
}

.inwrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0% 2%;
}

.related.industries--related {
    background-color: #f3f3f3;
    border-bottom: 1px solid #dedede;
}

.pill--related {
    background-color: #ffffff;
    padding: 3px 13px;
    margin-right: 5px;
    font-size: 9px;
    color: #676767;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

.title--related {
    padding: 0px 0px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 9px;
    color: #039be5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.facetwp-search {
    padding: 20px!important;
    font-family: proxima-nova;
    text-transform: uppercase;
    font-weight: 600!important;
    font-size: 18px;
    line-height: 32px!important;
    color: #555;
    background-color: #f1f1f1!important;
    box-shadow: none!important;
    -moz-box-shadow: none!Important;
    -webkit-box-shadow: none!Important;
    -o-box-shadow: none!Important;
    border: 0px solid!important;
}

.box--filter {
    padding: 25px 0% 0px 0%!important;
}

.btn--resource-download {
    background-color: #039be5;
    color: #fff;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 3px;
}

.btn--resource-download:hover {
    background-color: #0086c7;
}

.stick .facetwp-dropdown {
    padding: 14px!important;
}

.stick .text--filter {
    display: none;
}

.selection--aoe {
    border-top: 1px solid #e6e6e6;
}

.stick .container-wrap input[type="text"] {
    padding: 2px!important;
}

.singlepage--wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 2%;
}

.singlepage--left {
    order: 1;
    width: 70%;
    background-color: #fff;
    flex-basis: auto;
    min-height: 666px;
    padding: 2%;
}

.wrap--author {
    margin-top: 0px!important;
    background-color: #d6d6d6!important;
    color: #1d1d1d!important;
}

.singlepage--right {
    order: 1;
    width: 30%;
    background-color: #fff;
    padding: 2%;
    background-color: #ffffff;
    margin-left: 15px;
}

.speaker--name.author {
    color: #1d1d1d;
}

.capability--top {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5)!important;
}

.singlepage--wrapper.wrapper--top.capability {
    background-color: rgba(0, 0, 0, 0);
}

.singlepage--topleft.capability {
    background-color: rgba(0, 0, 0, 0);
}

.singlepage--topright.capability {
    background-color: rgba(0, 0, 0, 0);
}

.title--main.no-webinar.capability {
    color: #ffffff!important;
}

.header--image.capability {
    height: 650px;
}

.button--bio {
    background-color: #1d1d1d;
    display: inline-block;
    color: #039be5;
    padding: 0px 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    line-height: 22px;
}

.button--bio {
    background-color: #1d1d1d;
    display: inline-block;
    color: #039be5;
    padding: 2px 6px 2px 17px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px 0px 0px 4px;
    line-height: 26px;
    font-weight: 700;
    cursor: pointer;
}

.social--bio {
    font-weight: 300;
}

.btn--li {
    background-color: #039be5;
    color: #fff;
    /* padding: 1px 2px; */
    padding: 2px 6px 2px 6px;
    border-radius: 0px 4px 4px 0px;
}

.btn--li:hover {
    background-color: #008cd0!important;
}

.button--bio:hover {
    background-color: #2b2b2b;
}

.caret--bio {
    font-size: 14px;
}

.author--more {
    text-align: right;
    width: 160px;
    float: right;
    margin-top: -35px;
}

.bio--summary {
    background-color: #1d1d1d;
    padding: 2%;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #c1c1c1;
}

p.drawer--email {
    color: #676767;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.avatar.avatar-120 {
    border-radius: 100px;
}

/*Resource Sticky on Scrollbar*/

.resourceTools {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 46px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
}

.rt--wrapper {
    height: 100%;
}

.rt--inner {
    padding: 0px 10px 0px 10px;
}

.inner--title {
    width: 60%;
    font-size: 13px;
    font-weight: 700;
}

.inner--social {
    width: 15%;
}

.inner--actions {
    text-align: center;
    width: 25%;
    height: 40px;
}

.rt--action {
    width: 50%;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background-color: #2d2d2d;
    text-transform: uppercase;
    padding: 0px 10px;
    letter-spacing: 1px;
    cursor: pointer;
}

.action--contact {
    border-radius: 2px 0px 0px 2px;
}

.action--contact:hover {
    background-color: #3c3c3c;
}

.action--download {
    border-radius: 0px 2px 2px 0px;
    background-color: #039be5;
}

.action--download:hover {
    background-color: #0086c7;
}

@media only screen and (max-width: 1450px) {
    .inner--title {
        width: 50%;
        font-size: 13px;
        font-weight: 700;
    }
    .inner--actions {
        text-align: center;
        width: 35%;
        height: 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .resourceTools {
        top: inherit;
        bottom: 0!important;
    }
    .rt--wrapper {
        display: flex!important;
    }
    .inner--title {
        display: none;
    }
    .inner--social {
        width: 40%;
    }
    .inner--actions {
        width: 60%;
    }
}

@media only screen and (max-width: 600px) {
    .inner--social {
        width: 50%;
    }
    .inner--actions {
        width: 50%;
    }
    .action--download {
        display: none;
    }
    .rt--action {
        width: 100%;
    }
    .slideout.on {
        width: 100%;
        overflow: scroll;
    }
}

/*End Resource Sticky on Scrollbar*/

.wrapper--top {
    padding: 0% 2% 0% 2%;
    background-color: #fff;
    max-width: 1400px;
    align-items: center;
    justify-content: center;
}

.width--full {
    max-width: 100%;
}

.text--blue {
    color: #039be5;
}

.wrapper--top-outer {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.wrapper--bottom {
    padding: 15px 2% 2% 2%;
    max-width: 1400px;
}

.singlepage--topleft {
    order: 1;
    width: 75%;
    background-color: #fff;
    flex-basis: auto;
    padding: 1% 0% 1% 0%;
}

.singlepage--topright {
    order: 1;
    width: 25%;
    background-color: #fff;
}

.sbfeatured--title {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    color: #fff;
}

.resources--featured {
    margin-top: 15px;
    background-color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.resources--featured:hover {
    transform: translateY(-5px);
}

.resources--related {
    margin-right: -5px!important;
    width: 25%;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.resources--related:hover {
    transform: translateY(-5px);
}

.title--posttype {
    background-color: #039be5;
    padding: 3px 9px;
    margin-right: 8px;
    font-size: 10px;
}

.title--title {
    font-weight: 700;
}

.title--type {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 2px;
}

.singlepage--bottom {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding: 2%;
}

h1 {
    font-family: "proxima-nova"!important;
    text-rendering: optimizeLegibility;
    font-weight: 100!important;
}

h1 {
    font-family: "proxima-nova", sans-serif!important;
    text-rendering: optimizeLegibility;
    font-weight: 100!important;
}

h2 {
    font-family: "proxima-nova"!important;
    text-rendering: optimizeLegibility;
}

h2 {
    font-family: "proxima-nova", sans-serif!important;
    text-rendering: optimizeLegibility;
}

h3 {
    font-family: "proxima-nova"!important;
    text-rendering: optimizeLegibility;
}

h3 {
    font-family: "proxima-nova", sans-serif!important;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "proxima-nova", sans-serif!important;
}

.bold, strong, b {
    font-family: proxima-nova!important;
    font-weight: 600!important;
}

header#top nav>ul>li>a {
    font-family: "proxima-nova", sans-serif!important;
    text-rendering: optimizeLegibility;
}

.fs-35 {
    font-size: 35px!important;
}

.footer__primary {
    font-size: 11px;
    line-height: 23px;
    color: #444;
}

.footer__copyright {
    font-size: 12px;
    margin-top: 30px;
}

img.footer__logo {
    width: 150px!important;
    display: inline-block;
    clear: both;
    padding: 12px 0px;
}

.footer__toparea {
    padding: 45px 0 30px 0!important;
    border-bottom: 1px solid #DADADA;
}

.footer__bottomarea {
    padding: 0px 0px 20px 0px!important;
}

.socrow {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f3f3f3;
}

.sykes__ico {
    float: right;
    background-color: rgba(224, 224, 224, 0);
    color: #039be5;
    border-radius: 0;
    font-size: 30px;
    padding: 21px 23px;
    margin: 1px;
    height: 70px;
    width: 80px;
}

.sykes__ico:hover {
    color: #444;
}

.container__social {
    padding: 0 32px!important;
    max-width: 100%!important;
    z-index: 1;
}

.footer__legalmenu {
    font-size: 11px;
    margin-top: 20px;
    color: #444;
}

.text__icobox {
    font-size: 12px;
    line-height: 24px;
}

/* Begin Sykes Custom Menu Styling Overrides*/

#footer-outer {
    z-index: 1;
}

.z-one {
    z-index: 1;
}

.ubermenu-responsive-default.ubermenu {
    padding: 15px;
}

.stnd.default-logo {
    padding: 15px;
}

.ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
    border-top: 0px solid #e0e0e0;
}

/* Custom CSS Overrides for Sykes */

.ascend .container-wrap {
    background-color: #ffffff;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hideme {
    display: none;
}

#author-bio {
    display: none!important;
}

.meta-author.vcard.author {
    display: none!important;
}

.meta-comment-count {
    display: none!important;
}

.button_white {
    background-color: #ffffff;
    border-radius: 3px;
    min-height: 0px;
    min-width: 0px;
    line-height: 23px;
    border-width: 0px;
    margin: 0px 8px;
    padding: 14px 40px 14px;
    letter-spacing: 0px;
    font-size: 14px;
}

.bold, strong, b {
    font-weight: 800;
}

.entry-title {
    width: 70%;
}

.meta-comment-count {
    display: none;
}

body.ascend #search-outer #search input[type="text"] {
    color: #6B6B6B!important;
    height: auto!important;
    font-size: 40px!important;
    text-align: center!important;
}

#search-outer {
    background-color: #fff!important;
    height: 100vw;
}

body[data-header-color="custom"] header#top nav ul #search-btn>div {
    border-left: 0px solid rgb(3, 155, 229)!important;
}

ul.buttons {
    padding-left: 0px;
}

.fixed-sidebar {
    background-color: #F4F4F4;
    width: 100%;
    padding: 40px;
}

.eg-ajaxanimwrapper {
    font-size: 14px;
}

.esgbox-opened .esgbox-skin {
    border-radius: 0px;
}

.esgbox-skin {
    background: rgba(41, 41, 41, 0.85)!important;
    color: #BDBDBD!important;
}

.modal__leadername {
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #E6E6E6;
}

.modal__leadertitle {
    color: #2394D1;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 21px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.eg-ajax-target-prefix-wrapper {
    display: none;
}

.header__back-text {
    padding-left: 14px;
    position: absolute;
    line-height: 29px;
}

.footer__primary {
    color: #C3C3C3
}

.footer__toparea {
    border-top: 1px solid #3F3F3F!important;
    border-bottom: 1px solid #3F3F3F!important;
}

#text-17 {
    color: #2394D1;
}

.footer__copyright {
    color: #039be5;
}

.solution-type {
    font-size: 12px;
    letter-spacing: 0.5px;
}

.st-keysolutions {
    color: #939598;
}

.st-retail {
    color: #9d27b0;
}

.st-travel {
    color: #ff9805;
}

.st-finance {
    color: #4cb050;
}

.st-businesssolutions {
    color: #e51b23;
}

.st-industryexpertise {
    color: #484748;
}

.st-corecapabilities {
    color: #039be5;
}

.st-tech {
    color: #939598;
}

.st-health {
    color: #e51b23;
}

.bor__left-keysolutions {
    border-left: 10px solid #939598;
}

.bor__left-bizsolutions {
    border-left: 10px solid #e51b23;
}

.bor__left-industryexpertise {
    border-left: 10px solid #484748;
}

.bor__left-corecapabilities {
    border-left: 10px solid #039be5;
}

.h2__yell {
    font-size: 90px;
    line-height: 100px;
}

.footer__cta-ico {
    margin-left: 20px;
    position: absolute;
    line-height: 59px;
}

.rowbreaker-bordertop {
    border-top: 1px solid #E4E4E4;
}

.indico__wrap {
    opacity: 0.4;
}

.entry-title {
    font-size: 28px!important;
}

.hs_firstname.field.hs-form-field {
    font-size: 13px;
    margin-top: 12px;
    color: #BFBFBF;
}

.hs_lastname.field.hs-form-field {
    font-size: 13px;
    margin-top: 12px;
    color: #BFBFBF;
}

.hs_company.field.hs-form-field {
    font-size: 13px;
    margin-top: 12px;
    color: #BFBFBF;
}

.hs_email.field.hs-form-field {
    font-size: 13px;
    margin-top: 12px;
    color: #BFBFBF;
}

.hs_phone.field.hs-form-field {
    font-size: 13px;
    margin-top: 12px;
    color: #BFBFBF;
}

.hs_message.field.hs-form-field {
    font-size: 13px;
    margin-top: 12px;
    color: #BFBFBF;
}

.ascend .container-wrap {
    background-color: #f7f7f7;
}

.sykes__auth-job {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #039be5;
}

.container-wrap input[type="text"], .container-wrap textarea, .container-wrap input[type="email"], .container-wrap input[type="password"], .container-wrap input[type="tel"], .container-wrap input[type="url"], .container-wrap input[type="search"], .container-wrap input[type="date"] {
    font-size: 13px!important;
    border: 1px solid #EAEAEA!important;
    padding: 9px!important;
}

.nobutton__white {
    color: #fff!important;
}

.text__icobox {
    font-size: 14px!important;
}

#nav_menu-4 {
    background-color: #fff!important;
    padding: 20px;
}

#text-8 {
    background-color: #fff;
    padding: 20px;
}

#header-outer[data-transparent-header="true"].transparent #logo .starting-logo, #header-outer[data-transparent-header="true"].light-text #logo .starting-logo {
    padding: 15px!important;
}

.ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
    border-top: 0px solid #e0e0e0;
}

.ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
    border: 1px solid #1f1f1f!important;
}

.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack>.ubermenu-target {
    border-bottom: 1px solid #353535!important;
}

.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-item-header>.ubermenu-target:hover {
    color: #039be5!important;
}

.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-current-menu-item>.ubermenu-target {
    color: #039be5!important;
}

header#top nav ul li {
    float: left!important;
}

.sykes_incomplete {
    position: fixed;
    top: 120px;
    left: 20px;
    color: #fff;
    background-color: #8A172C;
    padding: 10px 20px;
    font-size: 12px;
    width: 230px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.sykes_notapproved {
    position: fixed;
    top: 180px;
    left: 20px;
    color: #fff;
    background-color: #BF711F;
    padding: 10px 20px;
    font-size: 12px;
    width: 230px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

body #error-404 h1 {
    font-size: 110px!important;
    line-height: 180px!important;
    color: #2394d1;
    margin-top: 250px;
}

body #error-404 h2 {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 250px;
}

.post-meta {
    display: none!important;
}

.updated {
    display: none!important;
}

.sykes__biotext-wrap {
    padding-right: 30px;
}

.nectar-video-wrap {
    background-color: #ffffff!important;
    background-image: none!important;
}

#page-header-bg {
    background-color: #fff!important;
}

html body #header-outer[data-transparent-header="true"].transparent {
    background-color: #fff!important;
}

.taptap-menu-button-wrapper {
    top: 3px;
}

.taptap-search-button-right {
    top: 10px;
}

.taptap-search-wrapper {
    padding: 12px;
}

.taptap-by-bonfire ul li a {
    font-family: "proxima-nova", sans-serif!important;
}

.taptap-by-bonfire .menu li span {
    top: 3px!important;
}

.sykes__small-arrow {
    margin-left: 10px;
    font-size: 16px;
}

.cust_bread {
    font-size: 21px;
    margin-right: 5px;
}

.backbread {
    color: #ffffff!important;
}

.right-border__soft {
    border-right: 1px solid #eaeaea;
}

.border-soft__top {
    border-top: 1px solid #eaeaea;
}

.industry-served__subicon {
    float: left;
    opacity: 0.4;
}

.ind-button {
    float: right;
    position: absolute;
    width: 100%;
}

.min160 {
    min-height: 160px;
}

.whiteBot {
    border-bottom: 1px solid #eee;
}

.box-wrap__sykes {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08)!important;
}

.sykesbbox:hover {
    background-color: rgba(255, 255, 255, 0.75)
}

.sykesbbox:after {
    background-color: rgba(255, 255, 255, 0.75)
}

.show768 {
    display: none;
}

html body #header-outer[data-transparent-header="true"].transparent {
    background-color: #039be5!important;
}

a.nectar-button.see-through-2.large {
    padding: 10px 30px;
}

#author-bio {
    margin-bottom: 0px!important;
    padding-bottom: 80px!important;
}

.ascend #author-bio h3 span, .ascend .comments-section .comment-wrap.full-width-section>h3 span {
    display: block;
    margin-bottom: 5px;
    line-height: 25px;
    color: #039be5;
    font-size: 17px;
    text-transform: none;
}

.page-submenu {
    opacity: 1.0!important;
    text-transform: none!important;
    font-size: 16px!important;
    letter-spacing: 0!important;
}

.wp-caption-text {
    font-size: 12px;
}

.wp-caption {
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 15px;
}

.ascend .container-wrap #author-bio #author-info {
    width: 1200px!important;
}

.ascend .container-wrap #author-bio #author-info p {
    max-width: 100%!important;
}

#text-22 {
    background-color: #fff;
    padding: 20px;
}

#search-results .result .inner-wrap {
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px!important;
}

#search-results .result h2 {
    /* padding: 20px 20px 20px 20px; */
    font-size: 20px;
    line-height: 38px;
    background-color: #f6f6f6;
}

#search-results .result img {
    display: none;
    margin-bottom: 10px;
}

#search-results100 {
    width: 100%;
    display: block;
    margin-bottom: 20px!important;
}

article.result {
    width: 100%!important;
}

.sy__search_title {
    font-size: 30px;
    font-weight: 700!important;
    color: #039be5;
}

.sy__search-excerpt {
    font-size: 17px;
    color: #676767;
    line-height: 25px;
}

.search__wrap {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    padding-bottom: 40px;
    margin-top: 55px;
}

.search__wrap-inner {
    max-width: 1425px!important;
    margin: 0 auto;
}

.search-submit {
    float: right;
    width: 10%!important;
    min-height: 60px;
}

.search-field {
    width: 90%!important;
    min-height: 60px;
}

.search-wrap404 {
    max-width: 880px;
    margin: 0 auto;
    background-color: #fff;
}

.align-center404 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.errormessage {
    font-size: 9px;
    text-align: right;
    color: #b3b3b3;
    letter-spacing: 1px;
    margin-top: 60px;
}

.cw-404 {
    background-image: url("http://sykes-stage.vibe.digital/wp-content/uploads/2016/11/404bg2.jpg");
    padding-bottom: 10%;
}

.sykes__applynow-persist {
    background-color: #e51b23;
    position: fixed;
    bottom: 30px;
    right: 6%;
    font-size: 14px;
    color: #fff;
    padding: 14px 24px;
    border-radius: 10000px;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.sykes__applynow-persist:hover {
    background-color: #e0373e;
    webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
}

.applybtnico {
    font-size: 14px!important;
    margin-right: 14px;
}

/*Homepage Styles*/

.revslider__removemargin {
    margin-top: -87px;
}

.sykesblue {
    color: #1E96D3;
}

.sykesred {
    color: #D3222A;
}

.sykes__nobutton {
    color: #D3222A;
    font-size: 18px;
    font-weight: 700;
    padding: 0px 10px;
}

.sykes__nobutton:hover {
    color: #94252A;
    transition: color 0.5s ease;
}

.sykes__nobuttonfa {
    font-size: 75%;
    margin-left: 10px;
}

.mapblock__desc {
    font-size: 60px;
    line-height: 88px;
}

.entry__header {
    font-size: 32px;
    line-height: 115px;
    padding: 10px 10px 10px 30px;
}

.entry__header:hover {
    color: #656565;
    transition: color 0.5s ease;
}

.rightbor {
    border-left: 1px solid #E8E8E8;
}

.hideit {
    display: none;
}

.CircleBox {
    border: 7px solid #939598;
    height: 150px;
    width: 150px;
    vertical-align: middle;
    border-radius: 100px;
    margin: 36px;
    display: table-cell;
    font-size: 13px;
    color: #939598;
}

.cb-fs:hover {
    border-color: #4cb050;
    color: #4cb050;
}

.cb-comms:hover {
    border-color: #039be5;
    color: #039be5;
}

.cb-hc:hover {
    border-color: #e51b23;
    color: #e51b23;
}

.cb-rt:hover {
    border-color: #9d27b0;
    color: #9d27b0;
}

.cb-tech:hover {
    border-color: #2d2d2d;
    color: #2d2d2d;
}

.cb-travel:hover {
    border-color: #ff9805;
    color: #ff9805;
}

.cb__icon {
    display: block;
}

.whitebor {
    font-size: 24px;
    color: #1b1b1b;
    background-color: #f7f7f7;
    border-top: 6px solid#f7f7f7;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.container-wrap, .project-title {
    padding-top: 55px;
}

.box-fs {
    border-bottom: 6px solid #4cb050;
}

.box-fs:hover {
    background-color: #4cb050;
}

.box-comms {
    border-bottom: 6px solid #039be5;
}

.box-comms:hover {
    background-color: #039be5;
}

.box-hc {
    border-bottom: 6px solid #e51b23;
}

.box-hc:hover {
    background-color: #e51b23;
}

.box-retail {
    border-bottom: 6px solid #9d27b0;
}

.box-retail:hover {
    background-color: #9d27b0;
}

.box-tech {
    border-bottom: 6px solid #939598;
}

.box-tech:hover {
    background-color: #939598;
}

.box-travel {
    border-bottom: 6px solid #ff9805;
}

.box-travel:hover {
    background-color: #ff9805;
}

.homeCta-wrap {
    padding: 3% 15%;
}

.icon-plus-sign:before {
    content: "\f055";
    float: right;
    position: absolute;
}

.sykes__applynow-persist {
    background-color: #e51b23;
    position: fixed;
    bottom: 30px;
    right: 6%;
    font-size: 14px;
    color: #fff;
    padding: 14px 24px;
    border-radius: 10000px;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.sykes__applynow-persist:hover {
    background-color: #e0373e;
    webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
}

.applybtnico {
    font-size: 14px!important;
    margin-right: 14px;
}

.blog-pill {
    font-size: 8px!important;
    display: inline-block!important;
    margin-left: 14px;
    text-transform: uppercase;
    font-weight: 900!important;
    color: #4cb050!important;
    border: 1px solid #4cb050;
    /* background-color: #4cb050; */
    /* position: absolute; */
    line-height: 8px!important;
    padding: 6px 10px;
    /* margin: 0; */
    vertical-align: middle;
    margin-top: -3px!important;
    border-radius: 4px!important;
}

.sykes__search-url {
    font-size: 14px;
    color: #4cb050;
    line-height: 10px;
    margin-bottom: 14px;
}

.blog-pill {
    font-size: 9px!important;
    display: inline-block!important;
    margin-left: 5px;
    text-transform: none;
    font-weight: 900!important;
    color: #9d27b0!important;
    border: 0px solid #4cb050;
    /* background-color: #f6f6f6; */
    /* position: absolute; */
    /* line-height: 8px!important; */
    padding: 0px 6px;
    /* margin: 0; */
    /* vertical-align: middle; */
    margin-top: -16px!important;
    /* border-radius: 4px!important; */
    /* letter-spacing: 1px!important; */
}

.sy__result-title {
    color: #eee!important;
    font-size: 22px!important;
}

.search-term {
    font-size: 28px!important;
    font-weight: 700!important;
    color: #333333!important;
}

#text-23 {
    background-color: #fff;
    padding: 20px;
}

#text-24 {
    background-color: #fff;
    padding: 20px;
}

#text-25 {
    background-color: #fff;
    padding: 20px;
}

.social-widget {
    width: 100%;
    text-align: center;
}

.si-wrapper {
    font-size: 30px;
    position: inherit;
    width: 30%;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #ececec;
    padding: 16px 10px 12px 10px;
    margin: 2px;
    color: #2d2d2d;
}

.si-wrapper:hover {
    border: 1px solid #039be5;
    color: #039be5;
}

.sw-row {
    margin-bottom: 5px;
}

#contactexpander {
    text-align: center;
}

#input_17_9 {
    background-color: #ededed!important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #ededed!important;
    min-height: 42px!important;
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap {
    background-color: #ededed!important;
}

.hiddenform--container {
    max-width: 1245px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    -webkit-box-shadow: 0 0.1875rem 0.25rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.1875rem 0.25rem 0 rgba(0, 0, 0, 0.25);
    margin-top: 90px;
    margin-bottom: 90px;
    background-color: #2d2d2d;
}

.hidden-sidebar h3 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
}

.hidden-address {
    border-bottom: 1px solid #e6e6e6;
    padding: 40px;
    font-size: 14px;
    line-height: 24px;
}

.hidden-phone {
    border-bottom: 1px solid #e6e6e6;
    padding: 40px;
}

.little-sectionhead {
    font-size: 14px;
    font-weight: 700;
    color: #039be5;
}

.hidden-sidebar {
    text-align: left;
    background-color: #fff;
    border-right: 1px solid #eee;
}

.hidden-form {
    padding: 90px;
}

.hiddenupper--container {
    padding: 60px 0 60px 0;
    color: #fff;
    background-color: #039be5;
}

.hiddenupper--inner {
    max-width: 1245px;
    margin: 0 auto;
}

h3.h3--strong-uppercase.white-text {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 90px;
    text-transform: none;
}

.hidden-form {
    text-align: left;
}

.btn--contactexpand {
    border: 2px solid #fff;
    background-color: #fff;
    color: #039be5;
    padding: 10px 40px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}

.btn--contactexpand:hover {
    border: 2px solid #4cb050;
    color: #fff;
    background-color: #4cb050;
}

.social-wrap--inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #e2e2e2;
}

.social--ilb {
    padding: 24px;
    background-color: #d8d8d8;
    transition: all 0.5s ease;
}

.social--ilb:hover {
    background-color: #3a3a3a;
    color: #039be5;
}

.sollow--blurb {
    padding: 24px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.social--ilb:hover .sollow--blurb {
    color: #039be5!important;
    background-color: #039be5!important;
}

@media only screen and (max-width: 1000px) {
    .sollow--blurb {
        display: none;
    }
    .social-wrap--inner {
        background-color: #d8d8d8;
    }
    .social-wrap--inner {
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {
    .social--ilb {
        padding: 10px;
    }
}

@media only screen and (max-width: 1425px) {
    .hiddenupper--inner {
        padding: 0% 5%;
    }
    .hiddenform--container {
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 1000px) {
    .box--filter {
        padding: 0px 5%!important;
    }
}
.hiddenform--container {
    display: flex;
}
    .hidden-sidebar {
        float: none!important;
        text-align: center!important;
    }
    .hidden-form {
        float: none!important;
        text-align: center;
    }
    .form--heading {
        border-bottom: 0px solid #e6e6e6;
    }
    .hidden-form {
        padding: 40px;
    }
}

/*RESOURCE PAGE*/

.sy__resource-box {
    float: left;
    background-color: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
}

.rb-image {
    width: 100%;
    background-color: #fff;
}

.pad--5 {
    padding: 5px;
}

.resource-image {
    position: relative;
    height: 220px;
    width: 100%;
    z-index: 100;
    overflow: hidden!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.resource--featimage {
    height: 300px;
}

.resource--featured {
    height: 380px;
}

.featured-indicator {
    background-color: #e51b23;
    display: inline-block;
    padding: 3px 16px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    left: 10px;
    top: 10px;
    position: absolute;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.rb-title {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background-color: #fff;
}

.resource__facet-bar {
    margin-top: -123px;
    min-height: 123px;
    z-index: 100;
}

.facetwp-dropdown {
    padding: 17px 10px!important;
    font-family: proxima-nova;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 32px!important;
    color: #7c7c7c;
    background-color: #f1f1f1;
    box-shadow: none!important;
    -moz-box-shadow: none!Important;
    -webkit-box-shadow: none!Important;
    -o-box-shadow: none!Important;
}

.text--filter {
    font-size: 14px;
    background-color: #e8e8e8;
    padding: 2px 25px;
    line-height: 24px;
    color: #a0a0a0;
    font-style: italic;
    margin-bottom: 0!important;
}

.resource-designator {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 2px;
    border-left: 4px solid #039be5;
    /* line-height: 30px; */
    color: #fff;
    padding: 4px 10px 4px 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sy__resource-box:hover .resource-designator {
    background-color: #039be5;
}

.sy__resource-box:hover .resource__title {
    color: #039be5;
}

.trigger--reset {
    position: absolute;
    right: 0;
    background-color: #fff;
    padding: 4px;
    padding: 3px 5px;
}

.reset--btn {
    background-color: #f1f1f1;
    border: 0px;
    font-size: 10px;
    text-transform: uppercase;
    color: #a7a7a7;
    letter-spacing: 1px;
    padding: 7px 10px;
    margin-top: 11px;
    cursor: pointer;
}

.reset--btn:hover {
    background-color: #e8e8e8;
}

.text--filter p {
    padding-bottom: 0px;
}

.resource__designator-icon {
    font-size: 26px;
}

.resource__block-footer {
    text-align: right;
}

.resource-button {
    background-color: #e51b23;
    color: #fff;
    padding: 0px 20px;
    line-height: 27px;
    display: inline-block;
    font-size: 11px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: proxima-nova;
    letter-spacing: 2px;
    width: 138px;
    text-align: center;
    cursor: pointer;
}

.title--super.no-webinar {
    border-bottom: 1px solid #dedede!important;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #039be5;
    text-transform: uppercase;
}

.video--title.title--main {
    color: #333;
}

.right--formwrap.no-webinar {
    margin-top: 0px;
    height: inherit;
}

.wrapper--right.no-webinar {
    background-color: #ffffff;
    margin-left: 15px;
}

.formwrap--form.no-webinar {
    padding: 10px;
    background-color: #ffffff;
    box-shadow: none!important;
}

.left--innerwrap.no-webinar {
    background-color: #ffffff;
    border-radius: 0px;
    height: auto!important;
    padding: 2% 0%;
}

.pill--featured {
    background-color: #e51b23;
    padding: 2px 20px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* font-weight: 700; */
    margin-left: 10px;
    margin-top: 10px;
}

.section--body.video-transcript {
    font-size: 15px;
    padding-top: 5px;
    line-height: 22px;
}

.video--wrap.no-webinar {
    border-radius: 0px;
}

.formwrap--header.no-webinar {
    background-color: #ffffff;
    color: #a0a0a0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0px;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
    box-shadow: none!important;
}

.wrapper--left.no-webinar {
    padding: 2%;
}

.title--main.no-webinar {
    /* color: #2d2d2d!important; */
    /* text-transform: uppercase; */
    font-size: 24px;
    line-height: 34px;
}

.btn-v {
    background-color: #a83fb9;
}

.btn-tl {
    background-color: #1fa6e8;
}

.btn-wp {
    background-color: #fd9f12;
}

.btn-bp {
    background-color: #5a5a5a;
}

.btn-po {
    background-color: #4cb050;
}

.resource-button:hover {
    opacity: 0.85;
}

.resource--featured .rb-title {
    font-size: 20px;
}

.resource__title {
    color: #5d5d5d;
    letter-spacing: 0.25px;
    min-height: 50px!important;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.facetwp-pager {
    text-align: center;
    font-size: 20px;
}

.whitepaper-topfix {
    padding-top: 0px!important;
}

.whitepaper-wrap {
    float: left;
    background-color: #fff;
    padding: 30px!important;
    margin: -15% 0% 0% 2%;
    position: relative;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08)!important;
}

.whitepaper-sidebar {
    float: left;
    margin-top: -10px;
}

.whitepaper-title {
    font-size: 40px!important;
}

.whitepaper_sub {
    font-style: italic;
    font-size: 24px!important;
}

.whitepaper-text {
    font-size: 10px;
}

.whitepaper-text {
    font-size: 10px;
    display: block;
    margin-top: -5px;
    color: #039be5;
}

.whitepaper-water {
    position: absolute;
    font-size: 120px;
    color: #efefef;
    z-index: -1;
}

.whitepaper-action {
    background-color: #2d2d2d;
    padding: 14px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
}

.whitepaper-action:hover {
    background-color: #505050;
}

.whitepaper-btn {
    margin-right: 20px;
}

.wp-inner {
    background-color: #4cb050;
    padding: 40px;
    color: #fff;
}

.essb_mailform {
    width: 350px!important;
    border-radius: 0px!important;
    padding: 35px!important;
}

.essb_links.essb_template_deluxe-retina a {
    border-radius: 0px!important;
}

.essb-postbar .essb-postbar-container {
    background-color: #2d2d2d!important;
    border-bottom: 0px solid #ddd!important;
}

.essb-postbar-titleholder h2 {
    color: #fff;
}

.essb-point .essb_icon_share {
    font-size: 26px!important;
    line-height: 26px;
    background-color: #e0373e!important;
    padding: 16px!important;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
}

.whitepaper-heading {
    border-bottom: none!important;
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}

.essb_links {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}

.essb-postbar-progress-bar {
    background-color: #e51b23!important;
}

.essb-superposbar-icons-container {
    display: none;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0px!important;
}

.container-wrap input[type="text"], .container-wrap textarea, .container-wrap input[type="email"], .container-wrap input[type="password"], .container-wrap input[type="tel"], .container-wrap input[type="url"], .container-wrap input[type="search"], .container-wrap input[type="date"] {
    padding: 9px!important;
}

.gfield_label {
    font-size: 15px!important;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    font-size: 60%!important;
}

.leadership-container {
    padding-top: 0px!important;
}

.leader-head {
    display: inline-block;
}

.leadership-header {
    background-color: #f6f6f6;
}

.leader-video {
    padding: 30px 30px;
    background-color: #2d2d2d;
    line-height: 50px;
}

.span_6.leader-top {
    display: inline-block;
}

.leader-text {
    padding: 40px 50px;
    vertical-align: top;
    display: inline-block;
}

.leader-title {
    font-size: 29px;
    line-height: 12px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #fff;
}

.leader-job {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #039be5;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.leadership__video-wrap {
    background-color: #ffffff;
    padding: 40px 0px;
}

.leadership-sidebar {
    float: left;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08)!important;
}

.ldr-inner {
    background-color: #fff;
    padding: 10px 20px;
}

.ln-sb {
    color: #2d2d2d;
    font-size: 16px;
}

.top-border {
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}

.sidebar-h4 {
    color: #999;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.lj-sb {
    color: #039be5;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
}

.ldr-btn {
    border-top: 1px solid #f1f1f1;
    padding: 10px 10px;
}

.ldr-btn:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.leadership--content-container {
    padding-top: 90px;
    padding-bottom: 90px;
}

.leader--use-image {
    display: flex;
    align-items: center;
}

.use-image--left {
    width: 30%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24);
}

.use-image--right {
    width: 70%;
    padding: 40px;
    background-color: #fff;
    font-size: 15px;
    line-height: 26px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24);
}

@media only screen and (max-width: 1000px) {
    .leader--use-image {
        display: block;
    }
    .use-image--left {
        width: 100%;
    }
    .use-image--right {
        width: 100%;
        margin-bottom: 90px;
    }
}

/*MODULES 2018*/

/*MODULE -- CTA Rotator*/

.cta-rotator--container {
    background: #4cb050;
    padding: 4%;
    margin-bottom: 0!important;
    transition: all 0.5s ease;
}

.cta-rotator--container:hover {
    background-color: #58c55d;
}

.cta-rotator--container h2 {
    color: #fff!important;
}

.rotator-container--inner {
    max-width: 1250px;
    margin: 0 auto;
    border-left: 4px solid #fff;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.container-inner--left {
    width: 80%;
}

.container-inner--right {
    width: 20%;
    text-align: right;
}

.rcta-go {
    color: #fff;
    font-size: 70px;
    transition: all 0.5s ease;
}

.cta-rotator--container:hover .rcta-go {
    transform: translate(10px, 0);
}

/* CONTACT FORM STYLING */

body[data-fancy-form-rcs="1"] .fancy-select-wrap {
    padding-top: 0px!important;
    background-color: #fff;
}

body[data-fancy-form-rcs="1"] .select2-container, body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-search, .select2-search input {
    font-size: 10px;
    z-index: 100000;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
    border-color: #eaeaea!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    border-radius: 0px!important;
}

#gform_submit_button_17 {
    display: inline-block;
    border-radius: 0.25rem;
    min-width: 7.5rem;
    padding: 1rem 1.875rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.10714em;
    text-transform: uppercase;
    border: 1px solid transparent;
    color: #ffffff;
    border-color: #039be5;
    background-color: #039be5!important;
    width: 100%;
}

#gform_submit_button_17:hover {
    background: #fff;
    color: #1990ff;
    color: #ffffff;
    border-color: #039be5;
    background-color: #039be5!important;
    opacity: 0.85;
    -webkit-transform: translateY(-0.0875rem);
    transform: translateY(-0.0875rem);
}

#gform_submit_button_22 {
    background-color: #039be5!important;
    /* background-color: #2d2d2d; */
    display: block;
    color: #fff;
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 12px!important;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700!important;
    cursor: pointer;
    border: 0;
    font-family: proxima-nova;
    width: 100%;
}

.e-bookform {
    padding: 6%;
    background-color: #2d2d2d;
    border-radius: 0!important;
}

.ebook-right {
    padding: 0;
}

.ebook-contact {
    padding: 6%;
    background-color: #f3f3f3;
}

.mb-0 {
    margin-bottom: 0!important;
}

.ebook--cta-header {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700!important;
}

.ebook--cta {
    font-size: 14px;
    color: #cacaca;
}

.e-book-recent {
    padding: 6%;
}

#s2id_input_22_8 {
    z-index: 0;
}

.icons--innovations {
    width: 115px!important;
    margin-top: -132px;
    background-color: #fff;
    padding-bottom: 30px!important;
}

.gform_wrapper div.validation_error {
    color: #e51b23!important;
    background-color: rgba(229, 27, 35, 0.0392156862745098);
    font-size: 12px!important;
    font-weight: 300!important;
    margin-bottom: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    border-top: 0px solid #e51b23;
    border-bottom: 0px solid #039be5;
    padding: 10px!important;
    text-align: left!important;
    border: 1px solid rgba(231, 27, 92, 0.18)!important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgb(25, 25, 25)!important;
    margin-bottom: 0px!important;
    border-top: 0px solid #C89797!important;
    border-bottom: 0px solid #C89797!important;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
    margin-top: 14px!important;
    padding: 10px!important;
    box-sizing: border-box;
    border-left: 2px solid #e51b23;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px)!important;
    padding-right: 16px!important;
    margin-bottom: 0px!important;
}

.gform_wrapper .validation_message {
    color: #cacaca!important;
    font-weight: 300!important;
    line-height: 20px!important;
    margin-top: 10px;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    background-color: #ffe2e4;
}

li#field_22_2 {
    max-width: calc(100% - 0px)!important;
}

.email-warning {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    background-color: #ededed;
    border-left: 2px solid #e51b23;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.gform_wrapper .top_label .gfield_error {
    width: calc(100% - 0px)!important;
}

/* CUSTOM CIRCULAR CYCLE */

.focusAreas__outer {
    position: relative;
    height: 674px;
    width: 674px;
    text-align: center;
    margin: 100px auto 72px;
    background-color: #039be5;
    border-radius: 50%;
    z-index: 11;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.22);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.22);
}

.focusAreas__inner {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    z-index: 2;
}

.focusAreas__inner, .focusAreas__outer:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.focusArea__container:nth-child(1) {
    top: 100%;
    left: 50%;
}

.focusArea__container {
    position: absolute;
    width: 180px;
    height: 180px;
    margin-left: -90px;
    margin-top: -90px;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    cursor: pointer;
    z-index: 2;
}

.focusArea__image-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
    transition: all .2s ease;
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    border: 0px solid #039be5;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.focusArea__placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    width: 400px;
    height: 460px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    color: #685c53;
    z-index: 2;
}

.focusArea__content {
    display: none;
}

.focusArea__heading {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0px;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    margin: 0 0 26px;
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
    font-weight: 700;
}

.focusArea__description {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 24px;
}

.focusArea__container:nth-child(1) {
    top: 100%;
    left: 50%;
}

.focusArea__container:nth-child(2) {
    top: 75%;
    left: 5%;
}

.focusArea__container:nth-child(3) {
    top: 25%;
    left: 5%;
}

.focusArea__container:nth-child(4) {
    top: 0;
    left: 50%;
}

.focusArea__container:nth-child(5) {
    top: 25%;
    left: 95%;
}

.focusArea__container:nth-child(6) {
    top: 75%;
    left: 95%;
}

.upper-sub {
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 700;
}

.cycle-title {
    color: #444444!important;
    z-index: 1000000;
    font-size: 14px;
    position: absolute;
    align-content: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    bottom: 23px;
    font-weight: 500;
}

.lifecyle__mobile-start {
    background-color: #039be5;
    color: #fff;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #039be5;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.mobile__cyclebox {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #039be5;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.mob__cycle-title {
    color: #444444!important;
    z-index: 1000000;
    font-size: 12px;
    align-content: center;
    margin: 0 auto;
    display: block;
    font-weight: 700;
}

.focusArea__active {
    -webkit-box-shadow: 0px 0px 31px 3px rgba(3, 155, 229, 0.81);
    -moz-box-shadow: 0px 0px 31px 3px rgba(3, 155, 229, 0.81);
    box-shadow: 0px 0px 31px 3px rgba(3, 155, 229, 0.81);
    border-radius: 20px;
}

.ic-adjust {
    padding: 0px;
}

#next_wheel {
    background-color: #fff;
    border: 0px;
    padding: 15px 40px;
    text-transform: uppercase;
    font-family: proxima-nova;
    letter-spacing: 2px;
    position: absolute;
    bottom: 70px;
    margin-left: -58px;
    cursor: pointer;
}

.wheel-buttons {
    position: absolute;
    margin: 0 auto;
    display: block;
    width: 100%;
    bottom: 0;
}

.sy__cs-wrap {
    background-color: #f6f6f6;
    padding: 40px;
    border-left: 4px solid;
    margin-bottom: 40px;
}

.story--ataglance {
    background-color: #039be5;
    padding: 40px;
    line-height: 40px;
    color: #fff;
}

/*WEBINAR TEMPLATE*/

.video--wrap {
    background-color: #333333;
    padding: 2% 2%;
    border-radius: 5px;
}

.header--image {
    height: 500px;
    display: flex;
    align-items: flex-end;
}

.header--title {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
}

.webinar--wrapper {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2%;
    margin-bottom: 100px;
}

.wrapper--left {
    order: 1;
    width: 66.667%;
    background-color: #fff;
    flex-basis: auto;
    min-height: 666px;
}

.section--topic {
    border-left: 3px solid #e51b23;
    margin-bottom: 12px;
    padding: 0px 0px 0px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.speaker--wrapper.moderator {
    background-color: #f7f7f7;
}

.moderator--note {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 10px;
    color: #e51b23;
}

.body--topics {
    margin-top: 15px;
}

.wrapper--right {
    order: 1;
    width: 33.3%;
    background-color: #fff;
    padding: 2%;
}

.left--header {
    text-transform: uppercase;
    font-size: 25px;
    color: #039be5;
    font-weight: 700;
}

.header--time {
    color: #2d2d2d;
    margin-left: 10px;
    font-size: 17px;
    text-transform: none;
}

.right--formwrap {
    height: 100%;
    color: #fff;
    margin-top: -180px;
    border-radius: 8px;
}

.formwrap--header {
    background-color: #333333;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.34)!important;
}

.formwrap--form {
    padding: 6%;
    background-color: #039be5;
    box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.34)!important;
}

.left--innerwrap {
    background-color: #e8e8e8;
    height: 100%;
    padding: 4% 2%;
    margin-top: 2%;
    border-radius: 5px;
}

.innerwrap--section {
    border-top: 1px solid #d6d6d6;
    padding: 2%;
}

.innerwrap--section.section--first {
    border-top: 0px;
    padding-top: 0%;
}

.clear--form {
    min-width: 33.3%
}

.section--header {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header--title {
    color: #fff;
    max-width: 1400px;
    margin: 0 auto;
    text-transform: uppercase;
    flex-basis: auto;
    padding: 2%;
}

.title--inner {
    max-width: 66.667%;
}

.title--main {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

.title--super {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 3px;
    border-bottom: 1px solid #ffffff4f;
    margin-bottom: 10px;
    display: inline-block;
    min-width: 400px;
}

.header--countdown {
    font-size: 15px;
    font-weight: 600;
}

.in--progress {
    color: #11ce67;
}

.has--ended {
    color: #ef1919;
}

.speaker--wrapper {
    background-color: #dadada;
    padding: 20px;
    margin-top: 10px;
}

.speaker--connect {
    font-size: 14px;
    color: #4875B4;
    text-align: right;
}

.creds--wrap {
    display: inline-block;
    margin-left: 20px;
}

.speaker--upper {
    display: flex;
    align-items: center;
}

.speaker--bio {
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    display: block;
}

.speaker--name {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.speaker--title {
    color: #039be5;
    font-size: 14px;
    text-transform: uppercase;
}

.speaker--company {
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.speakerimg--granular {
    border-radius: 100px;
    width: 90px;
}

#gform_submit_button_16 {
    background-color: #323232!important;
}

#slide-out-widget-area.fullscreen, #slide-out-widget-area.fullscreen-alt {
    background-color: #000000f0!important;
}

.btn--copyurl {
    background-color: #b5b5b5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: copy;
    float: left;
    font-family: proxima-nova;
    height: 32px;
    margin: 0 5px 3px;
    min-width: 34px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    color: #fff;
    padding: 0px 20px;
    text-transform: uppercase;
    -webkit-user-select: all;
    /* Chrome 49+ */
    -moz-user-select: all;
    /* Firefox 43+ */
    -ms-user-select: all;
    /* No support yet */
    user-select: all;
    /* Likely future */
}

.selectitall {
    margin-bottom: 0px!important;
    width: 100%;
    font-size: 13px;
    -webkit-user-select: all;
    /* Chrome 49+ */
    -moz-user-select: all;
    /* Firefox 43+ */
    -ms-user-select: all;
    /* No support yet */
    user-select: all;
    /* Likely future */
    background-color: #3c3c3c;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 0px 0px;
    cursor: copy;
    float: left;
    font-family: proxima-nova;
    margin: 0 5px 3px;
    min-width: 34px;
    overflow: hidden;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    color: #fff;
    padding: 5px 20px;
    font-weight: 700;
    -webkit-user-select: all;
    /* Chrome 49+ */
    -moz-user-select: all;
    /* Firefox 43+ */
    -ms-user-select: all;
    /* No support yet */
    user-select: all;
    /* Likely future */
}

.select-instruct {
    padding: 0px 20px;
    background-color: #f7f7f7;
    color: #444;
    border-radius: 0px 0px 2px 2px;
    font-size: 11px;
    letter-spacing: 0.5px;
    font-weight: 300;
    -webkit-user-select: none;
    /* Chrome 49+ */
    -moz-user-select: none;
    /* Firefox 43+ */
    -ms-user-select: none;
    /* No support yet */
    user-select: none;
    /* Likely future */
}

.btn--copyurl {
    color: #fff;
}

.advisory--icon {
    /* position: absolute!important; */
    top: 0!important;
    margin-top: -42px;
    margin-bottom: 20px;
    display: none;
}

.sticky--notice {
    position: fixed;
    bottom: -1px;
    z-index: 1000;
    width: 100%;
}

.loop--leadership-outer {
    margin-bottom: 0!important;
}

.loop--leadership-outer {
    width: 25%;
    display: inline-block;
    float: left;
}

.loop--leadership-outer.board {
    width: 33%;
}

.leadership--single {
    height: 320px;
    background-size: cover!important;
    background-position: center center!important;
    display: flex;
    align-items: flex-end;
}

.leadership--single.board {
    height: 500px;
}

@media only screen and (max-width: 1400px) {
    .leadership--single.board {
        height: 320px;
    }
}

.leadership--content-block {
    background-color: rgba(3, 155, 229, 0.45);
    width: 100%;
    padding: 20px;
    transition: all 0.3s;
}

.leadership--single-title {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
}

.leadership--single-position {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    min-height: 36px;
    display: none;
    transition: all 0.3s;
}

.leadership--single:hover .leadership--content-block {
    background-color: #039be5;
    height: 130px;
}

.leadership--single:hover .leadership--single-position {
    display: inherit;
}

@media only screen and (max-width: 1200px) {
    .leadership--single-title {
        font-size: 20px;
        line-height: 30px;
    }
    .loop--leadership-outer {
        width: 33%;
    }
}

@media only screen and (max-width: 1000px) {
    .leadership--single-position {
        display: inherit;
    }
}

@media only screen and (max-width: 900px) {
    .loop--leadership-outer {
        width: 50%!important;
    }
}

@media only screen and (max-width: 600px) {
    .loop--leadership-outer {
        width: 100%;
        max-width: 400px;
        margin: 0 auto!important;
        float: none;
        display: block;
        margin-top: 10px!important;
    }
}

@media only screen and (max-width: 400px) {
    .loop--leadership-outer {
        width: 100%;
        max-width: 100%;
        float: none;
        display: block;
        margin-top: 0!important;
    }
}

/*CONTACT MINI DRAWER*/

.slideout.mini {
    right: -460px;
    max-height: 140px;
    min-height: 140px;
    height: 140px;
    top: 30%;
    background-color: #2d2d2d;
}

.so--mini-trigger {
    background-color: #4cb050;
    position: absolute;
    height: 140px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    width: 40px;
    cursor: pointer;
    transition: all 1.0s;
}

.so--mini-trigger:hover {
    background-color: #58c55d;
}

.mini-trigger--text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 140px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
}

.mini--drawer-content {
    display: flex;
    justify-content: center;
}

.md--inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34%;
    height: 140px;
    transition: all 0.3s;
}

.md--inner:hover {
    background-color: #3e3e3e;
}

.border-right--grey {
    border-right: 1px solid #3e3e3e;
}

.slideout.on .so--mini-trigger {
    left: -40px;
    opacity: 0;
}

.btn--close-drawer.mini-close {
    background-color: #4cb050;
    padding: 0px 45px;
    color: #ffffff;
    bottom: -32px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.slideout .mini-close {
    opacity: 0;
    right: -124px;
    transition: all 1.5s;
}

.slideout.on .mini-close {
    opacity: 1;
    right: 0;
}

.btn--close-drawer.mini-close:hover {
    background-color: #58c55d;
}

.md--inner-content {
    text-align: center;
    margin-bottom: -16px;
}

.md--cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.cta-icon--inner {
    display: flex;
}

.a-ignore {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*HOMEPAGE MAP*/

.mapplic-pin.circular {
    background-color: #039be5!important;
    box-shadow: none!important;
}

.mapplic-pin.pin-pulse:before {
    border: 1px solid #039be5!important;
    top: -1px!important;
    left: -1px!important;
}

.mapplic-clickable:not(g), g.mapplic-clickable>* {
    fill: #0d161b!important;
    opacity: 0.7!important;
}

.mapplic-pin.pin-md {
    margin-left: -6px!important;
    margin-top: -6px!important;
    line-height: 12px!important;
    width: 12px!important;
    height: 12px!important;
}

.cls-1 {
    stroke: #37454e!important;
}

.mapplic-tooltip {
    box-shadow: 0px 0px 130px rgba(3, 155, 229, 0.99)!important;
}

.mapplic-tooltip-title {
    text-transform: uppercase!important;
    font-size: 14px!important;
    letter-spacing: 2px!important;
    text-align: center !important;
    margin: 0 auto!important;
    width: 100%!important;
}

h4.mapplic-tooltip-title {
    color: #039be5!important;
    font-weight: 700!important;
}

.mapplic-popup-link {
    background-color: #039be5!important;
    border: 1px solid #039be5 !important;
    color: #030e15 !important;
    font-weight: 400!important;
    margin-top: 0px!important;
    width: 100%!important;
    text-align: center!important;
    text-transform: uppercase!important;
    font-size: 12px!important;
    letter-spacing: 2px!important;
}

.mapplic-popup-link:hover {
    background-color: #0d161b!important;
    border: 1px solid #039be5 !important;
    color: #039be5 !important;
}

.applybtn {
    padding: 5px 40px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 220px;
    text-align: center;
    webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    /* box-shadow: 0 3px 7px rgba(0,0,0,.15); */
}

.md--cta-text {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    color: #fff;
    margin-top: 10px;
}

.topleft-rfp {
    padding: 2% 0% 1% 0%!important;
}

.rfp--body {
    background-color: #f3f3f3;
}

.nomin-height {
    min-height: 0px!important;
}

.apply-left {
    background-color: #e51b23;
    margin-right: -5px;
}

.apply-right {
    background-color: #bf161d;
}

.applybtn:hover {
    background-color: #ec2c33;
}

.floatapplyin {
    background-color: #000000;
    margin-right: -5px;
    padding: 13px 20px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    /* border-radius: 100px 0px 0px 100px; */
}

.casestudy-button {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .10)!important;
}

.wah-arrow {
    font-size: 40px;
    text-align: center;
    display: block;
    color: #e51b23;
}

@media only screen and (max-width: 768px) {
    h1.sykes-inner--title {
        font-size: 30px;
        line-height: 40px;
    }
    .sy__apply-container {
        position: fixed;
        right: 0%;
        bottom: 0%;
        width: 100%;
    }
    .floatapplyin {
        display: none;
    }
    .applybtn {
        width: 50%;
    }
    .apply-left {
        border-radius: 0px 0px 0px 0px;
    }
    .apply-right {
        border-radius: 0px 0px 0px 0px;
    }
}

.sy__apply-container {
    /* position: fixed; */
    left: 0;
    margin-bottom: -1px;
    /* bottom: 5%; */
    z-index: -1!important;
    position: relative;
}

.recruiting--advisory {
    z-index: 1000;
    margin-bottom: 0px!important;
    background-color: #2d2d2d;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 0;
    left: 0;
}

.advisory--text {
    display: inline-block;
    /* width: 80%; */
    padding: 8px 50px;
}

.icon--attn {
    background-color: #e51b23!important;
    font-size: 30px!important;
}

.advisory--link {
    margin-top: 0px;
    text-align: center;
    color: #fff;
    position: relative;
    width: 150px;
    border: 0px solid #ffffffab;
    background-color: #444;
    padding: 8px 0px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 24px;
    display: inline-block;
    /* margin-bottom: 10px!important; */
    float: right;
}

.advisory--link:hover {
    background-color: #1d1d1d;
    cursor: pointer;
}

.fw {
    width: 100%!important;
}

.no-justify {
    justify-content: inherit!important;
}

.rfp--title {
    font-size: 34px!important;
    line-height: 54px!important;
}

.rfp--desc {
    padding: 7px 2%!important;
    font-size: 15px!important;
    line-height: 25px;
}

.pulse-button {
    position: relative;
    width: 100px;
    height: 100px;
    border: none;
    box-shadow: 0 0 0 0 rgba(232, 162, 162, 0.32);
    border-radius: 50%;
    background-color: #e84c3d;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@media only screen and (max-width: 1000px) {
    .webinar--wrapper {
        display: block;
    }
    .wrapper--left {
        width: 100%;
        min-height: 0;
        padding: 6%;
    }
    .wrapper--right {
        width: 100%;
        padding: 6%;
    }
    .right--formwrap {
        margin-top: 0;
    }
    .title--main {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
    }
    .header--image {
        height: 300px;
        padding: 6%;
    }
    .left--header {
        margin-bottom: 6%;
    }
    .right--formwrap {
        box-shadow: none;
    }
    .advisory--text {
        font-size: 10px;
        line-height: 14px;
    }
    .wrapper--bottom {
        display: block!important;
    }
    .singlepage--left {
        width: 100%;
    }
    .singlepage--right {
        width: 100%;
        padding: 2%;
        margin-left: 0px;
        margin-top: 25px;
    }
    .resources--related {
        width: 50%;
    }
    .singlepage--wrapper {
        display: block;
    }
    .singlepage--topleft {
        width: 100%;
    }
    .singlepage--topright {
        width: 70%;
        padding-bottom: 2px;
    }
    .author--more {
        text-align: center;
        width: 100%;
        float: none;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .title--related {
        display: none;
    }
}

/*Seven Wrapper for one-seventh spanning*/

.sy__one-seventh {
    width: 14.284%;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 3%;
    text-align: center!important;
}

.sy__one-seventh:hover {
    background-color: #e2e2e2;
}

.sy__in-ico {
    width: 72px!important;
}

.sy__icon-wrapper {
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
    .title--main {
        font-size: 24px;
        line-height: 34px;
    }
    .left--header {
        font-size: 18px;
        margin-bottom: 0!important;
    }
    .header--time {
        margin-left: 0px;
        font-size: 15px;
        display: block;
    }
    .header--countdown {
        font-size: 12px;
    }
    .speaker--upper {
        display: block;
    }
    .speaker--image {
        display: block;
        width: 100%;
        text-align: center;
    }
    .creds--wrap {
        display: inline-block;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }
    .speaker--bio {
        padding-top: 10px;
        border-top: 1px solid #b7b7b7;
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .speaker--title {
        font-size: 11px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1600px) {
    .sy__seventh-text {
        font-size: 14px;
    }
    .sy__resource-box {
        width: 32%;
    }
    .sy__one-seventh {
        padding: 2%;
    }
}

@media only screen and (max-width: 1160px) {
    .sy__one-seventh {
        width: 100%;
        padding: 5%;
        text-align: center;
        border-bottom: 1px solid #e2e2e2;
    }
}

/*Fifth Wrapper for one-fifth spanning*/

.sy__one-fifth {
    width: 19.942%;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 3%;
    text-align: center!important;
}

.sy__in-ico {
    width: 72px!important;
}

.sy__icon-wrapper {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
    .sy__fifth-text {
        font-size: 14px;
    }
    .sy__one-fifth {
        padding: 2%;
    }
}

@media only screen and (max-width: 1000px) {
    .sy__one-fifth {
        width: 100%;
        padding: 5%;
    }
}

@media only screen and (max-width: 960px) {
    .right-border__soft {
        border-bottom: 1px solid #eaeaea;
    }
    .default-logo {
        padding: 0px!important;
    }
    #page-header-wrap {
        margin-top: 50px!important;
    }
    ul.ubermenu-submenu {
        margin-top: 0px!important;
    }
    .ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
        padding: 10px 20px!important;
    }
}

.masonry-blog-item .inner-wrap, #search-results .result .inner-wrap {
    background-color: #f6f6f6;
    padding: 18px;
}

@media only screen and (max-width: 1200px) {
    body[data-slide-out-widget-area="true"] header#top .col.span_3 {
        width: 0%!important;
    }
}

@media only screen and (max-width: 1000px) {
    .whitepaper-title {
        font-size: 28px!important;
        line-height: 38px!important;
        margin-bottom: 16px!important;
    }
    .whitepaper_sub {
        font-size: 17px!important;
    }
    .advisory--link {
        width: 100%;
        padding: 3px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .breaker-mobile {
        border-bottom: 1px solid #e2e2e2!important
    }
    .hide768 {
        display: none;
    }
    .mobiletext-left {
        text-align: left;
    }
    .show768 {
        display: block;
    }
    .sykes__ico {
        float: right;
        background-color: rgba(224, 224, 224, 0);
        color: #039be5;
        border-radius: 0;
        font-size: 12px;
        padding: 21px 0px;
        margin: 1px;
        height: 40px;
        width: 25px;
    }
}

.sy__card-btn {
    background-color: #fff;
    border: 0px;
    padding: 10px 15px;
    font-family: proxima-nova;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    cursor: pointer;
    color: #444;
}

.sy__card-btn:hover {
    background-color: #f7f7f7;
    color: #444;
}

.font-700 {
    font-weight: 700;
}

.min-200 {
    min-height: 200px;
}

.min-300 {
    min-height: 300px;
}

.min-360 {
    min-height: 360px;
}

#footer-outer #footer-widgets div.wrapper-phone-mobile {
    padding-bottom: 0 !important;
}

.footer-phone-mobile {
    text-align: center;
}

/*spanish blog*/

.sy__es-widen {
    max-width: 1680px!important;
}

.sy__es-meta {
    float: right;
    margin-top: -71px!important;
}

.sy__es-postarea {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08)!important;
    padding-right: 40px!important;
}

.sy__es-sht {
    padding-bottom: 25px!important;
    border-bottom: 0px solid #DDDDDD!important;
    margin-bottom: 0px!important;
    background-color: #fff;
    padding: 10px 40px 10px 40px!important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08)!important;
    z-index: 1000;
}

.sy__es-sidebar>div {
    background-color: #fff;
    padding: 30px 40px 40px 40px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08)!important;
    margin-top: 4px;
    margin-bottom: 30px;
}

.sy__es-sidebar {
    margin-bottom: 0px!important;
}

.author-sidebar {
    background-color: #2d2d2d;
    color: #d2d2d2;
    padding: 40px;
    font-size: 12px;
    line-height: 22px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08)!important;
}

.widget-h4 {
    margin-bottom: 10px;
    color: #999!important;
    font-family: 'proxima-nova'!important;
    font-weight: 300!important;
    font-size: 12px!important;
    line-height: 22px;
    letter-spacing: 2px!important;
    text-transform: uppercase!important;
}

.esi-wrapper {
    font-size: 30px;
    position: inherit;
    width: 30%;
    display: inline-block;
    background: #ffffff;
    border: 0px solid #ececec;
    padding: 16px 10px 12px 10px;
    margin: 2px;
    color: #2d2d2d;
    background-color: #f3f3f3;
}

.esi-wrapper:hover {
    border: 0px solid #039be5;
    color: #039be5;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px!important;
}

.bounce {
    position: absolute;
    bottom: -90px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    cursor: pointer;
    color: #fff;
}

.hopperdown {
    padding: 19px;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

#field_11_1 {
    margin-top: -40px!important;
}

#field_11_3 {
    margin-top: -40px!important;
}

#input_11_1 {
    border: 0px solid #fff!important;
    background-color: #f3f3f3!important;
}

#input_11_3_3 {
    border: 0px solid #fff!important;
    background-color: #f3f3f3!important;
}

#input_11_3_6 {
    border: 0px solid #fff!important;
    background-color: #f3f3f3!important;
}

#gform_submit_button_11 {
    width: 100%;
    font-size: 14px;
}

#input_12_1_3 {
    border: 0px solid #fff!important;
    background-color: #f3f3f3!important;
}

#input_12_1_6 {
    border: 0px solid #fff!important;
    background-color: #f3f3f3!important;
}

#input_12_2 {
    border: 0px solid #fff!important;
    background-color: #f3f3f3!important;
}

#input_12_3 {
    border: 0px solid #fff!important;
    background-color: #f3f3f3!important;
}

#input_12_4 {
    border: 0px solid #fff!important;
    background-color: #f3f3f3!important;
}

.ascend #footer-outer #footer-widgets .col ul li a, .ascend #sidebar div ul li a {
    display: block;
    border: 0px solid #fff!important;
    background-color: #f3f3f3;
}

#gform_submit_button_12 {
    width: 100%;
    font-size: 14px;
}

.sy__esb-jobtitle {
    font-size: 11px!important;
    color: #039be5;
}

.sy__es-autor {
    font-size: 16px!important;
    line-height: 6px;
    padding-top: 7px;
    font-weight: 700;
}

img.avatar.avatar-96.wp-user-avatar.wp-user-avatar-96.alignnone.photo {
    border-radius: 100px;
}

.aut-bold {
    font-weight: 700;
    color: #2d2d2d!important;
}

.single #single-below-header>span {
    border-left: 0px solid #DDDDDD!important;
}

.center-entry {
    width: 100%!important;
    text-align: center;
}

.center-align {
    text-align: center;
}

.center-entry {
    line-height: 39px!important;
}

.go-post {
    display: inline-block;
    padding: 2%;
    text-align: center;
    background-color: #2d2d2d;
    width: 49.87%;
}

.sy__es-nextpost {
    text-align: center;
    padding: 3% 3% 0% 3%;
    background-color: #039be5;
    color: #fff!important;
}

.sy__es-nextpost:hover {
    background-color: #0292d8;
}

.next-postlink:hover {
    color: #fff!important;
}

.next-posttitle {
    color: #fff;
}

@media(max-width:1000px) {
    .sy__es-meta {
        display: none!important;
    }
    .sy__es-postarea {
        padding: 0px!important;
        background-color: #f6f6f6!important;
        box-shadow: none!important;
    }
}

@media(min-width:768px) {
    .wrapper-phone-mobile {
        display: none;
        visibility: hidden;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.hidden-all {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

li.spaced--out {
    margin-bottom: 20px;
}

.spaced--out-inner {
    margin-bottom: 14px;
}

/*WORD SWITCHING*/

/*Sentence*/

.sentence {
    color: #222;
    font-size: 30px;
    text-align: left;
}

/*Wrapper*/

.wrapper {
    background-color: #f5f5f5;
    font-family: 'Raleway', sans-serif;
    margin: 100px auto;
    padding: 40px 40px;
    position: relative;
    width: 70%;
}

/*Vertical Sliding*/

.slidingVertical {
    display: block;
    height: 34px!important;
}

.slidingVertical span {
    animation: topToBottom 10s linear infinite 0s;
    -ms-animation: topToBottom 10s linear infinite 0s;
    -webkit-animation: topToBottom 10s linear infinite 0s;
    color: #ffffff;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.slidingVertical span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.slidingVertical span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.slidingVertical span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
}

.slidingVertical span:nth-child(5) {
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

/*topToBottom Animation*/

@-moz-keyframes topToBottom {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }
    10% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    25% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    30% {
        opacity: 0;
        -moz-transform: translateY(50px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes topToBottom {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    30% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes topToBottom {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -ms-transform: translateY(-50px);
    }
    10% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    25% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    30% {
        opacity: 0;
        -ms-transform: translateY(50px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.text-loud {
    font-weight: 700;
    line-height: 34px!important;
}

.col--left-border {
    border-left: 2px solid #fff;
    padding-left: 20px;
}

/*HOMEPAGE LOOP*/

.homepage--loop-single {
    height: 300px;
    background-size: cover!important;
    background-position: center center!important;
    width: 25%;
    float: left;
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08), 0 13px 45px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.homepage--loop-single:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    transform: scale(0.95, 0.95);
}

.homepage--loop-outer .homepage--loop-single:nth-child(1) {
    width: 50%;
    height: 615px;
    margin-left: -45px!important;
}

.homepage--loop-outer .homepage--loop-single:nth-child(1) .loop-single--title {
    font-size: 40px!important;
    line-height: 40px;
    width: 70%;
}

a.link--full {
    display: block;
    width: 100%;
    height: 100%;
}

.loop--single-inner {
    display: flex;
    align-items: flex-end;
    justify-content: left;
    height: 100%;
}

.loop-single--title {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
}

.loop-single--category {
    border-bottom: 1px solid rgb(3, 155, 229);
    position: absolute;
    top: 20px;
    width: 80%;
    color: #ffffff;
    display: block;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 12px;
}

.homepage--loop-outer {
    margin-left: 45px;
    display: block;
}

/* CUSTOM AGENCY GRID SYSTEM STYLES */

.related--pill {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0px 12px 0px 0px;
    border-bottom: 0px solid #fff;
    /* text-transform: uppercase; */
    /* background-color: #008ed4; */
    /* padding: 6px 12px; */
    /* border-radius: 3px; */
    line-height: 8px;
    display: inline-block;
    /* width: 140px; */
    /* margin-bottom: 3px!important; */
}

.col.col--sp {
    margin-right: 0;
    margin-bottom: 0;
}

.col--25 {
    width: 25%!important;
}

@media (max-width: 1400px) {
    .col--25 {
        width: 33%!important;
    }
}

@media (max-width: 1000px) {
    .col--25 {
        width: 50%!important;
    }
}

@media (max-width: 690px) {
    .col--25 {
        width: 100%!important;
    }
    .card-flip {
        min-height: 0px!important;
    }
    .type--e2 {
        position: inherit!important;
    }
    .card-flip__info {
        padding: 10px 20px;
    }
    h2.type--a7 {
        margin-bottom: 0!important;
    }
}

@media (min-width: 768px) {
    .col {
        float: left
    }
}

@media (min-width: 768px) {
    .col--10 {
        width: 10%
    }
    .col--15 {
        width: 15%
    }
    .col--20 {
        width: 50%
    }
    .col--30 {
        width: 30%
    }
    .col--35 {
        width: 35%
    }
    .col--40 {
        width: 50%
    }
    .col--45 {
        width: 45%
    }
    .col--50 {
        width: 50%
    }
    .col--55 {
        width: 55%
    }
    .col--60 {
        width: 50%
    }
    .col--65 {
        width: 64%
    }
    .col--70 {
        width: 70%
    }
    .col--75 {
        width: 75%
    }
    .col--80 {
        width: 80%
    }
    .col--85 {
        width: 84%
    }
    .col--90 {
        width: 90%
    }
    .col--third {
        width: 33.33%
    }
}

@media (min-width: 1024px) {
    .col--20 {
        width: 20%
    }
}

.col--50 {
    width: 100%
}

@media (min-width: 768px) {
    .col--50 {
        width: 50%
    }
}

.col--60 {
    width: 100%
}

@media (min-width: 768px) {
    .col--60 {
        width: 60%
    }
}

.col--40 {
    width: 100%
}

@media (min-width: 768px) {
    .col--40 {
        width: 40%
    }
}

.card-flip {
    display: block;
    margin: 20px 0;
    min-height: 330px;
    position: relative
}

.cf--460 {
    min-height: 460px;
}

h2.type--a7.type--white.a7--featured {
    font-size: 50px;
    line-height: 54px;
}

h2.type--a7.front--featured {
    font-size: 36px!important;
    line-height: 46px!important;
    font-weight: 700;
}

.card-flip:focus .card-flip__front, .card-flip:active .card-flip__front, .card-flip:hover .card-flip__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.card-flip:focus .card-flip__back, .card-flip:active .card-flip__back, .card-flip:hover .card-flip__back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.card-flip {
    margin: 10px
}

.card-flip__container {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 0
}

.card-flip__container:hover {
    transform: translateY(-5px);
}

.card-flip__front, .card-flip__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%
}

.no-flip__front, .no-flip__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%
}

.card-flip__front h2+p, .card-flip__back h2+p {
    margin: 0
}

.type--a7 {
    font-size: 16px!important;
    line-height: 25px!important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.card-flip__front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2
}

.type--e2 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
}

p.type--e2 {
    padding-bottom: 0px!important;
    bottom: 5px;
    font-weight: 700;
}

p.type--featured {
    padding-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 4px;
    display: inline-block;
    width: 300px;
}

.card-flip__container:hover .type--a7 {
    color: #039be5;
}

.card-flip__back {
    background-color: #039be5;
    color: #ffffff;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.type--white {
    color: #fff;
}

.flip--related {
    line-height: 18px;
    border-top: 2px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

h2.type--a7.type--white {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.card-flip__image {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

img.avatar.avatar-46.wp-user-avatar.wp-user-avatar-46.alignnone.photo {
    border-radius: 100px;
}

.fc--person {
    display: inline-block;
}

.flipcard--name.author {
    font-size: 16px;
    font-weight: 700;
}

.flipcard--title.author {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 10px;
    color: #0f3548;
    text-transform: uppercase;
}

.fc--person.person--right {
    padding: 10px;
    line-height: 17px;
}

.flipcard--company.author {
    font-size: 10px;
    letter-spacing: 1px;
    color: #003a56;
    text-transform: uppercase;
    line-height: 10px;
    /* font-style: italic; */
}

.border--bottom {
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.flip--related {
    line-height: 18px;
}

.card-flip__image {
    height: 200px
}

.card-flip__info h2, .card-flip__details h2 {
    display: block;
    margin-right: -10px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    width: 90%
}

.related--pill {
    font-size: 9px;
    letter-spacing: 1px;
    margin-right: 8px;
    text-transform: uppercase;
    background-color: #008ed4;
    padding: 6px 12px;
    border-radius: 3px;
    line-height: 12px;
    display: inline-block;
    /* width: 140px; */
    /* margin-bottom: 3px!important; */
}

@media (min-width: 768px) {
    .card-flip__info h2:before, .card-flip__details h2:before {
        right: -3px
    }
}

@media (min-width: 1280px) {
    .card-flip__info h2, .card-flip__details h2 {
        font-size: 16px;
        line-height: 24px;
    }
}

.card-flip__info {
    background-color: #ffffff;
    padding: 20px
}

.info--right {
    width: 60%;
    display: inline-block;
    height: 100%;
    padding: 60px;
}

.image--left {
    width: 40%;
    display: inline-block;
    border: 3px solid #fff;
}

@media (min-width: 1280px) {
    .card-flip__info {
        height: 40%
    }
}

.card-flip__details {
    padding: 20px
}

.card-flip__details h2:after {
    background: #6ab1e1
}

.card-flip__details__more-details {
    bottom: 20px;
    left: 20px;
    position: absolute
}

.card-flip__details__more-details p {
    display: inline-block
}

.card-flip__details__more-details svg * {
    fill: #ffffff
}

.card-flip__details__dimensions p+p {
    margin: 0
}

.hover-card {
    position: relative
}

.hover-card.hover .hover-card__info, .hover-card.hover .hover-card__img img:nth-child(2) {
    opacity: 1
}

.hover-card__img img {
    margin: auto;
    width: 100%
}

.hover-card__img img:nth-child(2) {
    display: none
}

@media (min-width: 768px) {
    .hover-card__img img:nth-child(2) {
        display: block;
        position: absolute;
        top: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s
    }
}

.hover-card__info {
    text-align: center;
    position: relative;
    padding: 20px
}

.hover-card__info h4 {
    color: #6ab1e1
}

.hover-card__info p {
    color: #5d676f
}

@media (min-width: 768px) {
    .hover-card__info {
        opacity: 0;
        padding: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .hover-card__info h4, .hover-card__info p {
        color: #ffffff
    }
    .hover-card__info h4 {
        font-size: 55px;
        font-size: 5.5rem
    }
}

.card__text-image--white {
    background-color: #ffffff;
    padding: 10px;
    position: relative;
    margin: 15px 0;
    width: 100%
}

.card__text-image--white__info {
    padding: 30px
}

.card__text-image--white__info p+h4 {
    margin: 10px 0 5px 0
}

.card__text-image--white__info p+.link--default {
    padding-top: 20px
}

.card__text-image--white__info .link--default {
    bottom: initial;
    display: block;
    margin-top: 10px;
    position: relative
}

@media (min-width: 1024px) {
    .card__text-image--white__info {
        padding: 20px 30px
    }
    .card__text-image--white__info p+h4 {
        margin: 20px 0 5px 0
    }
    .card__text-image--white__info p+.link--default {
        padding-top: 10px
    }
    .card__text-image--white__info .link--default {
        bottom: -10px;
        position: relative
    }
}

.card__text-image--white__info__inline-txt {
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .card__text-image--white__info__inline-txt {
        padding-bottom: 20px
    }
    .card__text-image--white__info__inline-txt p {
        display: inline;
        position: relative
    }
    .card__text-image--white__info__inline-txt p:last-child {
        padding-left: 15px
    }
    .card__text-image--white__info__inline-txt p:last-child:before {
        content: '-';
        display: inline;
        left: 5px;
        position: absolute;
        top: -4px
    }
}

.card__text-image--white__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px
}

@media only screen and (max-width: 1200px) {
    h2.type--a7.front--featured {
        font-size: 22px!important;
    }
    p.type--excerpt {
        font-size: 14px;
    }
}

@media only screen and (max-width: 900px) {
    .image--left {
        width: 100%;
        height: 300px!important;
    }
    .info--right {
        width: 100%;
        padding: 40px;
    }
    .card-flip__container {
        position: inherit;
    }
    .no-flip__front {
        position: inherit;
    }
    p.type--featured {
        font-size: 10px;
    }
    h2.type--a7.front--featured {
        font-size: 22px!important;
        line-height: 32px!important;
    }
    p.type--excerpt {
        font-size: 14px;
        line-height: 24px;
    }
}

.table--news {
    height: auto;
    min-height: 230px
}

.table--news h4 {
    padding-bottom: 0
}

.table--news .table-cell--60 {
    vertical-align: top
}

.table--news p+p {
    margin: 0
}

.table--news a {
    padding-top: 10px
}

@media (min-width: 768px) {
    .table--news {
        height: 230px
    }
    .table--news h4 {
        padding-bottom: 15px
    }
    .table--news a {
        bottom: 20px;
        position: absolute
    }
}

.card--dark-gray {
    background-color: #333d47;
    border-bottom: 10px solid #ffffff;
    padding: 30px
}

.card--dark-gray h3, .card--dark-gray p {
    color: #ffffff
}

.card--dark-gray h3 {
    line-height: 2.1rem
}

.card--dark-gray h3+p {
    padding-top: 10px
}

.notify--external {
    font-size: 8px!important;
    background-color: #e8e8e8;
    padding: 4px 11px;
    border-radius: 0px;
    color: #555555;
    font-weight: 300!important;
}

.external-icon--granular {
    font-size: 10px;
    width: 20px;
    height: 32px;
}

.slideout {
    background-color: #fff;
    color: #fff;
    height: 100%;
    min-height: 100%;
    position: fixed;
    right: -500px;
    top: 0;
    transition-duration: 0.2s;
    width: 500px;
    z-index: 10000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.slideout.on {
    right: 0;
}

.btn--contact-drawer {
    background-color: #2d2d2d;
    display: block;
    color: #fff;
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700!important;
    cursor: pointer;
    border: 0;
    font-family: proxima-nova;
    width: 100%;
}

.btn--contact-drawer:hover {
    background-color: #3c3c3c;
}

.btn--close-drawer {
    background-color: #d4d4d4;
    border: 0;
    font-weight: 700;
    font-family: proxima-nova;
    text-align: right;
    display: inline-block;
    float: right;
    padding: 5px 5px;
    color: #333333;
    position: absolute;
    cursor: pointer;
    right: 0;
}

.contact--drawer-header {
    background-color: #ededed;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contact--draw-inner {
    padding: 40px;
}

.inner-content--header {
    color: #039be5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

.inner-content--body {
    color: #676767;
    font-size: 13px;
    line-height: 20px;
}

.drawer--inner-content {
    background-color: #efefef;
    padding: 10px;
}

.drawer--header-half {
    width: 50%;
}

.drawer--email {
    text-align: center;
    margin-top: 20px;
}

.drawer--phone {
    color: #333333;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    background-color: #e0e0e0;
    padding: 4px;
    cursor: pointer;
}

.drawer--call {
    color: #444;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

.drawer--phone:hover {
    background-color: #d8d8d8;
}

.employee-grid {
    width: 50%;
    float: left;
    margin-bottom: 0!important;
    padding: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.employee-grid:hover {
    transform: translateY(-5px);
}

.resource--go-back {
    display: inline-block;
    background-color: #039be5;
    padding: 0px 20px;
    margin-right: 10px;
    color: #fff;
}

.resource--go-back:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 1000px) {
    .employee-grid {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .card--dark-gray {
        border-right: 10px solid #ffffff;
        min-height: 250px;
        padding: 20px
    }
}

@media (min-width: 1024px) {
    .card--dark-gray {
        border-bottom: none;
        min-height: 300px
    }
    .card--dark-gray:last-child {
        border: none
    }
    .card--dark-gray h3 {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width: 1280px) {
    .card--dark-gray h3 {
        font-size: 21px;
        font-size: 2.1rem
    }
}

.properties__list--cards:after {
    clear: both
}

.resources--related.related--carousel {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
}

.carousel--dots {
    display: none;
}

.carousel--bullet {
    display: inline-block;
}

.slick-dots {
    text-align: center!important;
    margin: 0 auto!important;
    width: 100%;
}

button.active--dot {
    background-color: #2d2d2d;
    border: 0;
    padding: 7px;
    margin: 3px;
    border-radius: 100px;
}

.slick-arrow {
    background-color: #039be5;
    border: 0;
    color: #fff;
    padding: 7px 10px 10px 11px;
    position: absolute;
    top: 5%;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.slick-arrow:hover {
    background-color: #0979af;
}

.slick-prev {
    z-index: 1000;
    left: 0px;
    display: none!important;
}

.slick-next {
    right: -20px;
    z-index: 1000;
}

.icon--carousel {
    font-weight: 100!important;
    font-size: 12px!important;
    background-color: rgba(0, 0, 0, 0)!important;
}

.slick-arrow .icon--carousel {
    background-color: rgba(0, 0, 0, 0)!important;
}

.slick-arrow:hover .icon--carousel {
    background-color: rgba(0, 0, 0, 0)!important;
}

.slick-prev:hover {
    transform: translateX(-5px);
}

.slick-next:hover {
    transform: translateX(5px);
}

.notify--external {
    font-size: 10px!important;
    background-color: #2d2d2d94;
    padding: 0px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 300!important;
    display: inline-block;
    float: right;
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
    min-width: 120px;
    text-align: right;
    line-height: 26px;
    opacity: 0.6;
}

.external-icon--granular {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
}

/*AWARDS*/

.awardbox--container {
    float: left;
    display: inline-block;
    width: 31%;
    margin: 1%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 0 0px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.awardbox--container:hover {
    transform: translateY(-5px);
}

.awardbox--inner {
    background-color: #fff;
    padding: 20px 20px;
    min-height: 230px;
    background-position: center center!important;
    background-size: cover!important;
}

.award-inner--title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.inner--awardee {
    color: #ffffff;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    display: inline-block;
    background-color: #039be5;
    padding: 0px 20px;
}

.award--description {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.award--fact {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
}

.fact--name {
    color: #ffffffab;
    width: 110px;
    font-weight: 100;
    display: inline-block;
    font-size: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    margin-right: 10px;
}

.single-award--fact {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    font-weight: 700;
    color: #039be5;
}

.single-fact--name {
    color: #676767;
    font-weight: 100;
    margin-right: 2px;
}

/*LOCATIONS*/

.locationbox--container {
    display: inline-block;
    width: 31%;
    margin: 1%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 0 0px 0px rgba(0, 0, 0, 0.08);
}

.locationbox--inner {
    background-color: #fff;
    padding: 20px 20px;
    min-height: 285px;
}

.inner--region {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #039be5;
}

.loc-inner--title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 10px;
}

.loc-inner--phone {
    font-size: 14px;
    line-height: 24px;
}

.loc-inner--addressline {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    color: #a7a7a7;
}

.loc-inner--address {
    margin-bottom: 10px;
    border-left: 2px solid #eee;
    padding-left: 10px;
    min-height: 100px;
}

.btn.loc-inner--website {
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 20px;
    line-height: 22px;
    display: inline-block;
    width: 50%;
    text-align: center;
    color: #039be5;
}

.btn.loc-inner--directions {
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 20px;
    line-height: 22px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #039be5;
}

.with--website {
    width: 50%!important;
    margin-left: -5px!important;
}

.btn.loc-inner--website:hover {
    background-color: #ececec;
}

.btn.loc-inner--directions:hover {
    background-color: #ececec;
}

.loc-outer--footer {
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
    border-top: 0px solid #fff;
}

.loc-icon {
    width: 0;
    margin-right: 20px;
    font-size: 13px;
}

.tel--loud {
    font-weight: 700;
    font-size: 13px;
}

.locationbox--inner.regional-hq {
    background-color: #039be5;
    color: #fff;
}

.locationbox--inner.regional-hq a {
    color: #c6ecff!important;
}

.locationbox--inner.regional-hq .loc-inner--addressline {
    color: #fff;
}

.locationbox--inner.regional-hq .inner--region {
    color: #fff!important;
    font-weight: 700;
}

.locationbox--inner.global-hq {
    background-color: #4cb050;
    color: #fff;
}

.locationbox--inner.global-hq a {
    color: #cdffcf!important;
}

.locationbox--inner.global-hq .loc-inner--addressline {
    color: #fff;
}

.locationbox--inner.global-hq .inner--region {
    color: #fff!important;
    font-weight: 700;
}

.locationbox--inner.global-hq .regional-hq--designator {
    display: inline-block!important;
}

.loc-outer--footer.global-hq .btn.loc-inner--website {
    background-color: #4ece53;
    color: #ffffff;
}

.loc-outer--footer.global-hq .btn.loc-inner--directions {
    background-color: #2d9831;
    color: #ffffff;
}

.loc-outer--footer.global-hq {
    background-color: #4cb050;
}

.regional-hq--designator {
    display: none;
}

.locationbox--inner.regional-hq .regional-hq--designator {
    display: inline-block!important;
}

.loc-outer--footer.regional-hq .btn.loc-inner--website {
    background-color: #207198;
    color: #ffffff;
}

.loc-outer--footer.regional-hq .btn.loc-inner--directions {
    background-color: #1b6082;
    color: #ffffff;
}

.loc-outer--footer.regional-hq {
    background-color: #1b6082;
}

.facetwp-checkbox {
    display: inline-block;
    background-color: #efefef!important;
    padding: 10px!important;
    width: 20%;
    margin: 0!important;
    font-size: 10px;
    text-align: center;
    color: #676767;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.facetwp-checkbox:hover {
    color: #15aaf3;
}

.facetwp-checkbox.checked {
    background-color: #039be5!important;
    color: #fff;
}

.container-wrap input[type="text"], .container-wrap textarea, .container-wrap input[type="email"], .container-wrap input[type="password"], .container-wrap input[type="tel"], .container-wrap input[type="url"], .container-wrap input[type="search"], .container-wrap input[type="date"] {
    background-color: #fff!important;
    border: 1px solid #ddd!important;
}

.woocommerce-additional-fields {
    background-color: #faf5f1;
    padding: 40px;
    margin-top: 20px;
}

.help--scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    padding: 20px 10%!important;
    background-color: #fff;
    left: 0!important;
    min-height: 92px!important;
    max-height: 92px!important;
}

.stick--container {
    min-height: 92px!important;
    max-height: 92px!important;
}

.stickit-easy {
    transition: all 0.3s;
}

/*2019 GRID LOOP*/

/*LOOP--POST-GRID */

.container--loop-post {
    display: flex;
    flex-flow: row wrap;
}

.loop--post-single {
    background-color: #fff;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.loop--post-image {
    height: 260px;
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    z-index: 1000;
    position: relative;
}

.loop--post-image.sidebar {
    height: 180px;
}

.loop--post-image.loaded:after {
    opacity: 1;
}

.loaded:after {
    opacity: 1;
}

.loaded {
    opacity: 1;
}

.loop--image-wrap {
    overflow: hidden;
    background-color: #c1c1c1;
}

.loop--post-content {
    padding: 20px;
    width: 100%;
}

.border--bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 10px;
}

h3.loop--post-title {
    display: flex;
    text-transform: none;
    font-weight: 700!important;
    margin-bottom: 0!important;
    font-size: 22px!important;
    line-height: 30px!important;
}

h4.loop--post-category {
    font-size: 12px!important;
    line-height: 22px!important;
    margin-bottom: 0!important;
}

p.loop--post-excerpt {
    color: #757575;
    font-size: 12px;
    line-height: 22px;
}

p.loop--post-date {
    color: #3452ff;
    text-transform: uppercase;
    font-family: oswald;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 0;
}

.alt--darken-img {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.box-shadow--shallow {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 0 0px 0px rgba(0, 0, 0, 0.08);
}

.flex-end--y {
    display: flex;
    align-items: flex-end;
    text-align: left;
}

.flex-end--x {
    justify-content: flex-end;
    text-align: right;
}

.border-radius--four {
    border-radius: 4px;
}

.text-white {
    color: #fff!important;
}

.text-white h1 {
    color: #fff!important;
}

.text-white h2 {
    color: #fff!important;
}

.text-white h3 {
    color: #fff!important;
}

.text-white h4 {
    color: #fff!important;
}

.text-white p {
    color: #fff!important;
}

p.text-white {
    color: #fff!important;
}

.onhover--image-scale:hover .loop--post-image {
    transform: scale(1.1);
}

.onhover--transform-x:hover {
    transform: translateX(3px);
}

.onhover--transform-Y:hover {
    transform: translateY(-3px);
}

/*LOOP--POST-GRID --> UNIVERSAL MARGINS*/

.margin-10 {
    margin: 10px;
}

.margin-10--bottom {
    margin-bottom: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

/*LOOP--POST-GRID --> TWO ACROSS*/

.flex--half {
    flex: 1 48%;
}

.flex--half:nth-child(2n+1) {
    margin-left: 0;
}

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

/*LOOP--POST-GRID --> THREE ACROSS*/

.flex--third {
    flex: 1 30%;
}

.flex--third.flex--facet {
    max-width: 33%;
}

.flex--third:nth-child(3n+1) {
    margin-left: 0;
}

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

/*LOOP--POST-GRID --> FOUR ACROSS*/

.flex--quarter {
    flex: 1 22%;
}

.flex--quarter.loop--post-image {
    height: 160px!important;
}

.flex--half:nth-child(4n+1) {
    margin-left: 0;
}

.flex--half:nth-child(4n+4) {
    margin-right: 0;
}

/*LOOP--POST-GRID --> Single Sidebar 1x Across*/

.flex--single {
    flex: 1 100%!important;
}

@media only screen and (max-width: 1000px) {
    .flex--third.flex--facet {
        max-width: 50%;
    }
    .flex--master {
        flex: 1 47%;
    }
    .flex--master:nth-child(3n+1) {
        margin-left: 10px;
    }
    .flex--master:nth-child(3n+3) {
        margin-right: 10px;
    }
    .flex--master:nth-child(2n+1) {
        margin-left: 0;
    }
    .flex--master:nth-child(2n+2) {
        margin-right: 0;
    }
    .loop--post-image {
        height: 160px;
    }
}

@media only screen and (max-width: 690px) {
    .flex--third.flex--facet {
        max-width: 100%;
    }
    .flex--third {
        flex: 1 100%;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .loop--post-image {
        height: 230px;
    }
}

@media only screen and (max-width: 480px) {
    .loop--post-image {
        height: 180px;
    }
}

}

/*LOOP--POST-GRID --> FOUR ACROSS*/

.flex--quarter {
    flex: 1 23%;
}

.flex--quarter:nth-child(4n+1) {
    margin-left: 0;
}

.flex--quarter:nth-child(4n+4) {
    margin-right: 0;
}

@media only screen and (max-width: 1400px) {
    .facetwp-checkbox {
        font-size: 10px;
    }
    @media only screen and (max-width: 1250px) {
        .loc-inner--title {
            font-size: 22px;
            line-height: 32px;
        }
        .facetwp-checkbox {
            width: 50%;
        }
    }
    @media only screen and (max-width: 1100px) {
        .locationbox--container {
            width: 47.0%!important;
        }
    }
    @media only screen and (max-width: 650px) {
        .locationbox--container {
            width: 100.0%!important;
        }
        @media only screen and (max-width: 1250px) {
            .facetwp-checkbox {
                width: 100%;
            }
        }