@font-face {
    font-family: 'ProximaNova-Bold';
    src        : url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style : normal;
}


@font-face {
    font-family: 'ProximaNova-Regular';
    src        : url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style : normal;
}


@font-face {
    font-family: 'ProximaNova-Semibold';
    src        : url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style : normal;
}

@font-face {
    font-family: 'ProximaNovaT-Thin';
    src        : url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaT-Thin.otf') format('opentype'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff'),
        url('../fonts/ProximaNovaT-Thin.ttf') format('truetype'),
        url('../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
    font-weight: normal;
    font-style : normal;
}

@font-face {
    font-family: 'ProximaNova';
    src        : url('../fonts/ProximaNova-Medium.eot');
    src        : url('../fonts/ProximaNova-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Medium.woff2') format('woff2'),
        url('../fonts/ProximaNova-Medium.woff') format('woff'),
        url('../fonts/ProximaNova-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style : normal;
}


/* reset css */

body {
    font-family: 'ProximaNova-Regular';
    padding    : 0px;
    margin     : 0px;
    overflow-x : hidden;
}

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

li {
    list-style: none;
}

* {
    font-weight: normal !important;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    border : none;
}

b,
strong {
    font-family: 'ProximaNova-Bold';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family  : 'ProximaNova-Bold';
    line-height  : 1.3;
    margin-bottom: 15px;
}

h1 {
    /*font-size: 72px;*/
    font-size: 48px;
	line-height: 1.1;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 26px
}

h6 {
    font-size  : 24px;
    font-family: 'ProximaNova-Semibold';
}

p {
    font-family  : 'ProximaNova-Regular';
    font-size    : 20px;
    /* was 18px */
    line-height  : 1.4;
    /* was 1.4 */
    margin-bottom: 24px;
    color        : #272e37;
}

p a,
li a {
    color: #ff6600;
}

p a:hover,
li a:hover {
    color: #b44e44;
}

.container-fluid {
    padding: 0 90px;
}

.orange {
    color: #ff6600;
}

.black-clr {
    color: #272e37;
}

.sky-blue-clr {
    color: #93AFB6;
}

.red-clr {
    color: #AD3030;
}
.orange-clr {
	color: #F56600;
}
.page-id-4662 .inner-page-banner .container {
    display: none;
}
a {
    color: inherit;
}

.white-bg {
    background: #fff !important;
}

.gray-bg {
    background: #f1f1f1 !important;
}

.white-clr {
    color: #fff;
}

.gray-overlay {
    position: relative;
}

.gray-overlay::after {
    position  : absolute;
    content   : "";
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index   : 0;
}

.inner-page-banner .inner-banner-text h1.b-a-none {
    margin-bottom: 15px;
}

.no-border {
    border: 0 !important;
}

sup {
    font-family: 'ProximaNova-Regular';
    font-weight: normal !important;
}

iframe {
    border   : 0;
    max-width: 100%;
}

.lite-gray {
    background-color: #f0f0f0;
}

.p-50 {
    padding: 50px 0px;
}

.p-70 {
    padding: 70px 0px;
}

.t-70 {
    font-size: 85px
}

.m-40 {
    margin-bottom: 40px;
}

.m-50 {
    margin-bottom: 50px;
}

.d-blue h2,
.d-blue h3,
.d-blue h4,
.d-blue h5,
.d-blue h6,
.d-blue p {
    color: #252f39;
}

h6.orange {
    color        : #ff6600;
    margin-bottom: 25px;
}

h3.orange {
    color        : #ff6600;
    margin-bottom: 25px;
    font-size    : 24px;
}

h4.black {
    color        : #000000;
    margin-bottom: 25px;
    font-size    : 24px;
}
li.mobilemenu{
    display: none;
}
.tab-view ul {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: center;
}

.tab-view ul li {
    margin-right : 15px;
    margin-bottom: 20px;
    flex         : 1;
}

.tab-view ul li:last-child {
    margin-right: 0;
}

.tab-view ul li a,
a.resources-btn {
    font-size       : 17px;
    background-color: #ffffff;
    text-align      : center;
    border          : 2px solid #252f39;
    width           : 100%;
    text-transform  : uppercase;
    padding         : 15px;
    color           : #252f39;
    transition      : 0.5s;
    display         : block;
    font-family     : 'ProximaNova-Semibold';
}

.resources-btn a {
    font-size       : 17px;
    background-color: #ffffff;
    text-align      : center;
    border          : 2px solid #252f39;
    text-transform  : uppercase;
    width           : 40%;
    padding         : 15px;
    margin-top      : 16px;
    color           : #252f39;
    transition      : 0.5s;
    display         : block;
    font-family     : 'ProximaNova-Semibold';
}

.tab-view ul li a:hover,
.tab-view ul li.active a,
.resources-btn a:hover {
    background-color: #ff6600;
    color           : #fff;
    border-color    : #ff6600;
}

.tab-view .tab-content .box {
    position           : relative;
    overflow           : hidden;
    margin-bottom      : 30px;
    height             : 350px;
    display            : inline-block;
    width              : 100%;
    background-position: center;
    background-size    : cover;
    background-repeat  : no-repeat;
}

.tab-view .tab-content .image {
    position: absolute;
    top     : 0px;
    left    : 0px;
    height  : 100%;
    width   : 100%;
}

.image img {
    position  : relative;
    max-width : 350px;
    min-width : 350px;
    max-height: 350px;
    min-height: 200px;
}

.tab-view .tab-content .bottom-content {
    background-color: #242f34;
    max-height      : 110px;
    min-height      : 100px;
    padding         : 25px;
    position        : relative;
    top             : 250px;
    bottom          : 0;
    width           : 100%;
    padding-top     : 24px;
    z-index         : 2;
    color           : #fff;
    display         : inline-block;
}

.tab-view .tab-content .bottom-content span {
    display: inline-block;
}

.tab-view .tab-content .over-content {
    color         : #ffffff;
    z-index       : 5;
    width         : 100%;
    height        : 100%;
    position      : absolute;
    padding-top   : 40px;
    padding-left  : 25px;
    padding-right : 25px;
    padding-bottom: 40px;
    transition    : transform 0.4s;
    margin-top    : 350px;
}

.tab-view .tab-content .over-content h6 {
    font-size: 1rem;
}

.tab-view .tab-content .over-content a {
    color: #fff;
}

.tab-view .tab-content .box:hover .over-content {
    z-index         : 55;
    width           : 100%;
    height          : 100%;
    top             : 0px;
    display         : block;
    background-color: #242f34;
    transform       : translate(0px, -350px);
}

.dark-blue {
    color: #252f39;
}

.upcoming-event .event-box {
    margin-top: 60px;
}

.upcoming-event .event-box h3 a {
    margin-bottom: 10px;
    color        : #ff6600;
}

.upcoming-event .event-box h3 {
    margin-bottom: 10px;
    font-size    : 22px;
}

.upcoming-event .event-box h4 {
    margin-bottom: 10px;
    font-size    : 18px;
}

.upcoming-event .event-box .event-image {
    width    : 100px;
    min-width: 100px;
}

.upcoming-event .event-box .event-image img {
    max-height: 100px;
    max-width : 100px;
}

.upcoming-event .event-box .event-details {
    padding-left: 30px;
}

.subscribe-section .sub-inner input {
    outline         : none;
    margin-bottom   : 35px;
    margin-top      : 10px;
    color           : #a1a1a1;
    background-color: #f6f6f6;
    border          : 0;
    padding         : 10px 20px;
    text-align      : center;
    width           : 46%;
    border-radius   : 25px;
}

.subscribe-section .sub-inner input::placeholder {
    color: #a1a1a1;
}

.subscribe-section .sub-inner input:-ms-input-placeholder {
    color: #a1a1a1;
}

.subscribe-section .sub-inner input::-ms-input-placeholder {
    color: #a1a1a1;
}

.custom-btn.dark-blue {
    padding         : 10px 15px;
    border          : 1px solid #252f39;
    font-family     : 'ProximaNova-Bold';
    background-color: transparent;
}

.custom-btn.dark-blue:before {
    background: #252f39;
}

.b-a-none:before,
.b-a-none:after {
    content: none !important;
}


/* End reset css */

/*==================HEADER CSS=================*/
img.lg-logo {
    max-width: 240px;
    position : relative;
    top      : -18px;
}

.m-t-40 {
    margin-top: 40px;
}

.top-links {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : end;
    -ms-flex-pack    : end;
    justify-content  : flex-end;
    width            : 100%;
    margin-top       : 2px;
}

.top-links ul li a {
    color         : #a1a1a1;
    font-family   : 'ProximaNova-Regular';
    font-size     : 15px;
    font-weight   : normal;
    text-transform: uppercase;
    padding       : 0 15px;
    border-right  : 1px solid #a1a1a1;
    line-height   : 1;
}

.top-links ul li a:hover {
    color: #ff6600;
}

.top-links ul {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.top-links ul li a i {
    margin-right: 5px;
}

.top-links ul li:first-child a {
    padding-left: 0;
}

.top-links>ul>li:last-child>a {
    padding-right: 0;
    border       : 0;
}

.dropbtn {}

.dropdown {
    position: relative;
    display : inline-block;
}

.dropdown-content {
    display           : none;
    position          : absolute;
    background-color  : #fff;
    min-width         : 180px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow        : 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index           : 999;
    right             : 0;
}

.dropdown-content a {
    color          : black;
    padding        : 7px 16px !important;
    text-decoration: none;
    display        : block;
    border         : 0 !important;
    text-transform : capitalize !important;
    font-family    : 'ProximaNova-Regular' !important;
    font-size      : 14px !important;
    line-height    : 1.3 !important;
}

.dropdown-content a:hover {
    background-color: rgba(0, 0, 0, 0.10) !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.home-header .wsmenu-list>li>a {
    display: block;
    color  : #fff;
}

.home-header .wsmenu-list>li>a:hover {
    color: #a1a1a1;
}

header .wsmenu-list>li>a:hover i {
    color: #a1a1a1 !important;
}

header .wsmenu-list>li>a .fa {
    color: #272e37 !important;
}

header.home-header .wsmenu-list>li>a .fa {
    color: #fff !important;
}

.main-header .row>.col-lg-9 {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : end;
    -ms-flex-pack    : end;
    justify-content  : flex-end;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    -webkit-box-align: end;
    -ms-flex-align   : end;
    align-items      : flex-end;
}

.wsmenu-list>li>a {
    color             : #272e37;
    text-decoration   : none;
    font-size         : 18px;
    font-family       : 'ProximaNova-Semibold';
    text-transform    : capitalize;
    -webkit-transition: all 0.5s;
    -o-transition     : all 0.5s;
    transition        : all 0.5s;
    padding           : 20px 0;
}


/* Rectangle Out */
.custom-btn {
    display                    : inline-block;
    padding                    : 15px 40px;
    text-transform             : capitalize;
    font-family                : 'ProximaNova-Bold';
    font-size                  : 15px;
    vertical-align             : middle;
    -webkit-transform          : perspective(1px) translateZ(0);
    transform                  : perspective(1px) translateZ(0);
    -webkit-box-shadow         : 0 0 1px rgba(0, 0, 0, 0);
    box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
    position                   : relative;
    -webkit-transition-property: color;
    -o-transition-property     : color;
    transition-property        : color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration     : 0.3s;
    transition-duration        : 0.3s;
}

.custom-btn:before {
    content                           : "";
    position                          : absolute;
    z-index                           : -1;
    top                               : 0;
    left                              : 0;
    right                             : 0;
    bottom                            : 0;
    background                        : #a2dadc;
    -webkit-transform                 : scale(0);
    -ms-transform                     : scale(0);
    transform                         : scale(0);
    -webkit-transition-property       : transform;
    -webkit-transition-property       : -webkit-transform;
    transition-property               : -webkit-transform;
    -o-transition-property            : transform;
    transition-property               : transform;
    transition-property               : transform, -webkit-transform;
    -webkit-transition-duration       : 0.3s;
    -o-transition-duration            : 0.3s;
    transition-duration               : 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function     : ease-out;
    transition-timing-function        : ease-out;
}

.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active {
    color: white;
}

.custom-btn:hover:before,
.custom-btn:focus:before,
.custom-btn:active:before {
    -webkit-transform: scale(1);
    -ms-transform    : scale(1);
    transform        : scale(1);
}

header {
    background: #fff;
}

.home-header {
    background: #272e37;
}

.home-header .main-header {
    background: #272e37 !important;
}


nav.wsmenu {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: end;
    -ms-flex-pack   : end;
    justify-content : flex-end;
}

.wsmenu-list {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    -webkit-box-pack : end;
    -ms-flex-pack    : end;
    justify-content  : flex-end;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    position         : relative;
    margin-top       : 8px;
}

.link-list li a {
    white-space: normal;
    line-height: 1.4;
}

li.megamenu-parent {
    position: unset;
}

.megamenu .subbox h3 {
    color      : #ff6600;
    font-family: 'ProximaNova-Semibold';

}

.link-list li a,
.wsmenu-submenu li a {
    font-family: 'ProximaNova-Regular';
    font-size  : 15px;
    line-height: 1.3;
}

.claritas-identity-graph-navigation img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin : 0 auto;
    width  : 100%;
}

.claritas-identity-graph-navigation a {
    display        : flex;
    flex-wrap      : wrap;
    align-items    : center;
    justify-content: space-between;
    display        : inline-flex;
    margin-top     : 15px;
}

.claritas-identity-graph-navigation-img {
    width: 35%;
}



.claritas-identity-graph-navigation-text {
    width: 59%;
}

.claritas-identity-graph-navigation-text p {
    font-size    : 13px;
    margin-bottom: 0;
}

.megamenu .subbox:nth-child(2n) h3 {
    color: #adcdd5;
}

.megamenu .subbox:nth-child(3n) h3 {
    color: #ac3030;
}

a.callusicon.search {
    right: 130px;
    top  : 14px;
}

.home-header .sticky-header {
    background: #272e37;
}

.main-header.sticky-header .row>.col-lg-9 {
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.sticky-header .wsmenu-list {
    margin-bottom: 0;
    margin-top   : 0;
}

.sticky-header {
    position          : fixed;
    width             : 100%;
    background        : #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.20);
    box-shadow        : 0 3px 10px rgba(0, 0, 0, 0.20);
    -webkit-transition: all 1s ease-out 0s;
    -o-transition     : all 1s ease-out 0s;
    transition        : all 1s ease-out 0s;
    left              : 0;
    right             : 0;
    top               : 0;
    animation         : smoothScroll 1s alternate;
    -webkit-animation : smoothScroll 1s alternate;
    z-index           : 9999;
}

.sticky-header .logo a {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform        : translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform        : translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform        : translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform        : translateY(0px);
    }
}

.logo {
    height           : 100%;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.sticky-header .logo a img {
    max-width: 150px;
    position : unset;
}

.sticky-header .top-header {
    display: none;
}




/*==============================ABOUT CSS=========================*/

.about-us {
    padding: 55px 0;

}

.about-box-inner h3 {
    font-family  : 'ProximaNova-Semibold';
    margin-bottom: 0;
    min-height   : 165px;
    line-height  : 1.15;
}

.about-box.orange .about-box-inner h3 {
    color: #ff6600;
}


.about-box.blue .about-box-inner h3 {
    color: #adcdd5;
}

.about-box.red .about-box-inner h3 {
    color: #ac3030;
}

.about-box-inner p {
    color: #252f39;
}

.about-box .about-box-inner .about-btn a {
    color: #fff;
}

.about-box.orange .about-box-inner .about-btn a {
    background: #ff6600;
    border    : 1px solid #ff6600;
}

.about-box.blue .about-box-inner .about-btn a {
    background: #adcdd5;
    border    : 1px solid #adcdd5;
}

.about-box.red .about-box-inner .about-btn a {
    background: #ac3030;
    border    : 1px solid #ac3030;
}

.about-box.orange .about-box-inner .about-btn a:hover {
    color: #ff6600;
}

.about-box.blue .about-box-inner .about-btn a:hover {
    color: #adcdd5;
}

.about-box.red .about-box-inner .about-btn a:hover {
    color: #ac3030;
}

.about-btn {
    position  : absolute;
    bottom    : 0;
    width     : 100%;
    text-align: left;
}

.about-box-inner {
    position      : relative;
    padding-bottom: 60px;
    height        : 100%;
}

.about-box {
    height       : 100%;
    margin-bottom: 20px;
}

.about-btn .custom-btn:before {
    background: #fff;
}

.about-head-img img {
    max-width: 100%;
}

.about-head-text {
    height           : 100%;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: end;
    -ms-flex-align   : end;
    align-items      : flex-end;
}

.about-head-text h4 {
    margin-bottom: 0px;
}

.about-us-head {
    padding-bottom: 35px;
    margin-bottom : 15px;
    border-bottom : 1px solid #a1a0a0;
}

.marketing-spectrum {
    background: #f2f2f2;
    padding   : 60px 0 40px;
    text-align: center;
}

/*=====================METHODOLOGY CSS===================*/


.methodology.sky-blue-section {
    background-color: #93AFB6;
}
.methodology.aqua-blue-section {
	background-color: #88C3C3;
}
.methodology {
    background-color: #ff6600;
    position        : relative;
    overflow        : hidden;
}

.methodology.red-section {
    background-color: #AD3030;
}

.methodology-img {
    position           : absolute;
    top                : -2px;
    right              : -3px;
    content            : "";
    width              : calc(50% + 3px);
    background-size    : cover !important;
    background-position: center !important;
    background-repeat  : no-repeat !important;
    height             : calc(100% + 4px);
}

.email .methodology-img {
    width: calc(33% + 3px);
}

.deliver-campaigns .methodology-text-inner {
    padding: 85px 20px 80px 0;
}

.deliver-campaigns .methodology-text-inner h2 {
    color        : #fff;
    margin-bottom: 15px;
}

.methodology-text-inner {
    padding: 70px 20px 65px 0;
}

.methodology-text-inner h2 {
    color        : #fff;
    margin-bottom: 30px;
    font-family  : 'ProximaNova-Semibold';
}

.methodology-text-inner p {
    color: #fff;
}

.methodology-text-inner a {
    color: #252f39;
}

.methodology-text-inner a:hover {
    color: #646463;
}



/*======================PARTNER CSS====================*/

.partner-slider .owl-stage {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;

}

.partner-logo {
    max-width: 170px;
}

.partner-section {
    padding: 70px 0;
}

.partner-head h2 {
    color      : #252f39;
    font-weight: 500;
}

.partner-head {
    max-width    : 70%;
    margin       : 0 auto;
    text-align   : center;
    margin-bottom: 50px;
}

.partner-head h2 a {
    color      : inherit;
    font-family: 'ProximaNova-Bold';
    font-size  : inherit;
}



/*====================CHANNEL PARTNER CSS====================*/
.channel-partner {
    background: #a1a0a0;
    padding   : 70px 0;
}

.channel-partner .partner-head h2 {
    color: #fff;
}

/*=====================HOME CONTACT CSS=======================*/

.home-contact {
    padding            : 90px 0;
    background-image   : url(../images/home-contactus-bg.png);
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat;
}

.home-contact-inner {
    text-align: center;
}

.home-contact-inner h2 {
    color        : #fff;
    margin-bottom: 30px;
}

.home-contact-btn a {
    border     : 1px solid #fff;
    line-height: 1;
    color      : #fff;
    padding    : 15px 85px;
}

.home-contact-btn .custom-btn:hover,
.home-contact-btn .custom-btn:focus {
    color: #000;
}

.home-contact-btn .custom-btn:before {
    background: #fff;
}


/*======================= FOOTER CSS=================*/

.footer-link ul li a,
.footer-link ul li {
    font-size  : 14px;
    color      : #2c2e35;
    line-height: 1;
}

.footer-link ul {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
}

.footer-link ul li {
    padding     : 0 10px;
    border-right: 1px solid #2c2e35;
}

.footer-link ul li:first-child {
    padding-left: 0;
}

.footer-link ul li:last-child {
    padding-right: 0;
    border       : 0;
}

.footer-social ul li a {
    background       : #7b7e83;
    height           : 25px;
    width            : 25px;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    border-radius    : 50%;
    color            : #fff;
}

.footer-social ul li a:hover {
    background: #ff6600;
}

.footer-link ul li a:hover {
    color: #ff6600;
}

.footer-social ul {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : end;
    -ms-flex-pack    : end;
    justify-content  : flex-end;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.footer-social ul li {
    margin-left: 18px;
}

.footer-social ul li:first-child {
    margin-left: 0;
}

.footer-social ul li i {
    font-size: 12px !important;
}

.footer {
    padding: 55px 0;
}

.banner-inner {
    height: 100vh;
    width : 100%;
}





/*========================BANNER CSS=====================*/

.home-banner {
    overflow           : hidden;
    position           : relative;
    background-repeat  : no-repeat;
    background-position: bottom right;
    background-size    : 100%;
    background-color   : #252f39;
}

.video-overlay {
    position: absolute;
    top     : 0;
    bottom  : 0;
    left    : 0;
    right   : 0;
}

.video-content p {
    color: #fff;
}

.home-banner .video-content {
    position  : relative;
    z-index   : 100;
    text-align: left;
    padding   : 60px 0;
    color     : #fff;
    font-size : 28px;
}


.video-content h1::after {
    content   : "";
    background: #ff6600;
    width     : 80px;
    height    : 8px;
    bottom    : -15px;
    left      : 2px;
    position  : absolute;
}

.video-content h1 {
    position     : relative;
    margin-bottom: 50px;
}





/*===============================INNER PAGE CSS=================*/

.inner-page-banner {
    background-size    : cover;
    background-repeat  : no-repeat;
    background-position: center;
    position           : relative;
    padding            : 90px 0;
    display            : -webkit-box;
    display            : -ms-flexbox;
    display            : flex;
    -webkit-box-align  : center;
    -ms-flex-align     : center;
    align-items        : center;
    -ms-flex-wrap      : wrap;
    flex-wrap          : wrap;
    min-height         : 300px;
}

/*
.orange-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(207, 112, 39, 0.8);
}
*/

.inner-page-banner .inner-banner-text span {
    color      : #fff;
    font-family: 'ProximaNova-Regular';
    font-size  : 24px;
}

.inner-page-banner .inner-banner-text h1 {
    color        : #fff;
    position     : relative;
    margin-bottom: 35px;
    font-family  : 'ProximaNova-Semibold';
    letter-spacing: -1.6px;
}

.inner-banner-text h1::after {
    position  : absolute;
    content   : "";
    width     : 90px;
    height    : 7px;
    background: #fff;
    bottom    : -15px;
    left      : 0;
}

.inner-banner-text {
    width   : 85%;
    position: relative;
    z-index : 1;
}

.inner-page-banner .inner-banner-text p {
    color    : #fff;
    font-size: 30px;
}


/*=============================Syndicated Audiences css==========================================*/

.pre-built-audiences {
    padding: 50px 0;

}

.pre-built-audiences-inner {
   position: relative;
}

.sky-blue-section .pre-built-audiences-inner::before {
    background: url(../images/rotator-sky-blue.svg);
}

.red-section .pre-built-audiences-inner::before {
    background: url(../images/rotator-red.svg);
}

.multi-color .pre-built-audiences-inner::before {
    background: url(../images/rotator-multi-color.svg);
}

.pre-built-audiences-inner::before {
    content            : "";
    position           : absolute;
    top                : 0;
    left               : -95px;
    width              : 80px;
    height             : 80px;
    background         : url(../images/rotator.svg);
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat;
}

.pre-built-audiences-inner h6 {
    margin-bottom: 25px;
}

.pre-built-audiences-inner h2 {
    margin-top   : 25px;
    margin-bottom: 40px;
}

.page-section-heading {
    text-align: center;
}

img {
    max-width: 100%;
}

.pre-built-audiences-inner::before {
    -webkit-animation       : rotate 3s linear infinite;
    animation               : rotate 3s linear infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin    : center;
    transform-origin        : center;
    transform-box           : fill-box;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform        : rotate(0);

    }

    100% {
        -webkit-transform: rotate(360deg);
        transform        : rotate(360deg);

    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform        : rotate(0);

    }

    100% {
        -webkit-transform: rotate(360deg);
        transform        : rotate(360deg);

    }
}


.claritas-advantage {
    padding   : 60px 0;
    background: #F1F1F1;
}

.audience-solutions {
    padding   : 60px 0;
    background: #F1F1F1;
}

.audience-solutions-box a {
    color         : #A1A1A1;
    text-transform: uppercase;
    font-family   : 'ProximaNova-Semibold';
    display       : inline-block;
}

.icon-img-box img {
    max-width: 70px;
}

.icon-img-box {
    width            : 130px;
    height           : 130px;
    background       : #ff6600;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    border-radius    : 50%;
}

.sky-blue-section .icon-img-box {
    background: #93AFB6;
}

.red-section .icon-img-box {
    background: #AD3030;
}

.icon-img {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    padding-bottom   : 20px;
    margin-bottom    : 15px;
    border-bottom    : 1px solid #A1A1A1;
}

/*.icon-img img {
    -webkit-animation: breathing 3s ease-out infinite normal;
    animation        : breathing 3s ease-out infinite normal;
}*/
.pre-built-audiences .icon-box .icon-img{
    background-color: #252f39;
    width: 175px;
    height: 175px;
    border-radius: 100%;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.pre-built-audiences .row .row > div:first-child .icon-box .icon-img img{
    width: 75px;
}
.pre-built-audiences .row .row > div:nth-child(2) .icon-box .icon-img img{
    width: 115px;
}
@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform        : scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        transform        : scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        transform        : scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform        : scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform    : scale(0.9);
        transform        : scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform    : scale(1);
        transform        : scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform    : scale(0.9);
        transform        : scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform    : scale(0.9);
        transform        : scale(0.9);
    }
}


.icon-box {
    margin-bottom: 25px;
}

.icon-box-detail a {
    color         : #A1A1A1;
    text-transform: uppercase;
    display       : inline-block;
    font-family   : 'ProximaNova-Bold';
    margin-top    : 5px;
}

.icon-box-detail a:hover {

    color: #ff6600;
}

.audience-solutions .page-section-heading {
    margin-bottom: 40px;
}


/*segment*/
.inner-page-resource-main {
	padding: 96px 0 80px;
}

.inner-page-resource .owl-item {
    left: 2px;
}

.resource-box {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : end;
    -ms-flex-pack    : end;
    justify-content  : flex-end;
}

.resource-box-img {
    width              : 30.5%;
    background-position: center;
    background-size    : cover;
    background-repeat  : no-repeat;
    height             : 100%;
    position           : absolute;
    top                : 0;
    left               : 0;
}

.resource-box-detail {
	width     : 70%;
	min-height: 26em;
/* 	padding   : 70px 65px; */
	padding   : 96px 112px 80px;
	background: #252F39;
}

.resource-box-detail h5 {
    color      : #fff;
    font-size  : 22px;
    line-height: 1.1;
}

.resource-box-detail h6 a {
    color         : #fff;
    margin-bottom : 0;
    line-height   : 1.1;
    text-transform: none;
}

.resource-box-detail p {
    color     : #fff;
    margin-top: 15px;
}

.resource-box-detail a {
    color         : #A1A1A1;
    text-transform: uppercase;
    display       : inline-block;
    font-family   : 'ProximaNova-Bold';
    margin-top    : 5px;
}

.resource-box-detail a:hover {
    color: #ff6600;
}

.owl-dot {
    width        : 15px;
    height       : 15px;
    background   : #ECECEC;
    margin-right : 15px;
    border-radius: 50%;
    margin-top   : 35px;
}

.owl-dots {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.owl-dot.active {
    background: #A1A1A1;
}


/*additional-audiences*/

.additional-audiences-inner {
    padding   : 45px 0 100px;
    border-top: 1px solid #a1a1a1;
}

.additional-audiences-box {
    padding            : 60px 20px;
    color              : #fff;
    background-size    : cover;
    background-repeat  : no-repeat;
    background-position: center;
    text-align         : center;
    height             : 100%;
    display            : -webkit-box;
    display            : -ms-flexbox;
    display            : flex;
    -webkit-box-align  : center;
    -ms-flex-align     : center;
    align-items        : center;
    -webkit-box-pack   : center;
    -ms-flex-pack      : center;
    justify-content    : center;
}

.additional-audiences-box h6 {
    margin-bottom: 0;
    line-height  : 1;
}

.inner-page-social {
    padding   : 50px 0;
    background: #F1F1F1;
}

.inner-social-icon {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
    -ms-flex-wrap   : wrap;
    flex-wrap       : wrap;
}

.inner-social-icon ul {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    margin           : 25px 0;
}

.inner-social-icon li a {
    margin   : 0 30px;
    max-width: 65px;
}

.inner-social-btn a {
    background    : transparent;
    border        : 1px solid #272e37;
    color         : #272e37;
    text-transform: uppercase;
}

.inner-social-btn a:hover {
    color: #fff;
}

.inner-social-btn .custom-btn:before {
    background: #272e37;
}

.inner-social-btn {
    text-align: center;
    margin-top: 20px;
}

.inner-social-icon a img {
    -webkit-animation: breathing 3s ease-out infinite normal;
    animation        : breathing 3s ease-out infinite normal;
}

.segment {
    padding : 25px 0;
    position: relative;
}

.segment h2 {
    font-weight: normal !important;
}

.deliver-campaigns.segment::before {
    height: 100%;
}

.segment::before {
    height          : 60%;
    background-color: #F1F1F1;
    position        : absolute;
    content         : "";
    bottom          : 0;
    left            : 0;
    width           : 100%;
}

.segment-btn .custom-btn {
    background: transparent;
    border    : 1px solid #252f39;
}

.segment-btn .custom-btn:before {
    background: #252f39;
}

.ivt {
    padding : 25px 0;
    position: relative;
}

.ivt::before {
    height          : 80%;
    background-color: #F1F1F1;
    position        : absolute;
    content         : "";
    bottom          : 0;
    left            : 0;
    width           : 100%;
}

.ivt-btn .custom-btn {
    text-transform: uppercase;
    background    : transparent;
    border        : 1px solid #252f39;
}

.ivt-btn .custom-btn:before {
    background: #252f39;
}


.claritas-advantage.white-bg {
    background: #fff;
}

.behaviors {
    padding   : 60px 0;
    background: #f1f1f1;
}

.audience-solutions.white-bg {
    background: #fff;
}

.def-profile,
.claritas-identity-graph {
    padding: 60px 0;
}

.claritas-identity-graph img {
    max-width: 90%;
}

.learn-more-btn {
    display       : inline-block;
    font-family   : 'ProximaNova-Bold';
    text-transform: uppercase;
    color         : #A1A1A1;
}

.learn-more-btn:hover {
    color: #ff6600;
}

.learn-more-btn.white-clr {
    color: #fff !important
}

.pre-built-audiences-inner ul {
    width: 70%;
}

.pre-built-audiences-inner ul li {
    padding-left : 15px;
    position     : relative;
    color        : #252F39;
    font-family  : 'ProximaNova-Semibold';
    margin-bottom: 20px;
    font-size    : 18px;
}

.pre-built-audiences-inner ul li::before {
    position     : absolute;
    content      : "";
    top          : 10px;
    left         : 0;
    width        : 5px;
    height       : 5px;
    background   : #252F39;
    border-radius: 50%;
}

/*---------client page css-----*/

.work-area {
    background-color: #ff6600;
    padding         : 60px 0;
}

.work-area-right ul {
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
}

.work-area-right li {
    width        : 50%;
    color        : #fff;
    font-size    : 18px;
    line-height  : 1.5;
    margin-bottom: 5px;
    position     : relative;
    padding-left : 15px;
    padding-right: 20px;
    word-spacing : normal;
    overflow-wrap: break-word;
    font-family  : 'ProximaNova-Semibold';
}

.work-area-right li:nth-child(even) {
    padding-right: 0;
}

.work-area-right li::before {
    position        : absolute;
    top             : 11px;
    left            : 0;
    content         : "";
    width           : 5px;
    height          : 5px;
    border-radius   : 100%;
    background-color: #fff;

}

.work-area .section-border-right {
    border-right: 1px solid #fff;
}

.work-area-left {
    padding-right: 45px;
}

.work-area-right {
    padding-left: 45px;
}

.owl-carousel .owl-stage {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.client-5-slide {
    padding: 0 60px;
}

.client-slider {
    padding: 60px 0;
}


/*---------prizm-premier page css-----*/

.prizm-premier-list li {
    font-weight  : normal !important;
    margin-bottom: 5px !important;
}

.prizm-premier-list-wrap {
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    padding-top  : 20px;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
}

.prizm-premier-list {
    width: 50%;
}

.premier {
    padding: 50px 0 50px;
}

.premier-slider-box {
    padding-top: 80px;
    text-align : center;
    position   : relative;
    max-width  : 80%;
    margin     : 0 auto;
}

.premier-slider-box::before {
    position           : absolute;
    top                : 0;
    content            : "";
    left               : 50%;
    background-image   : url(../images/quote.svg);
    width              : 50px;
    height             : 41px;
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat;
    -webkit-transform  : translateX(-50%);
    -ms-transform      : translateX(-50%);
    transform          : translateX(-50%);
}

.premier-slider-box p {
    font-size    : 28px;
    margin-bottom: 15px;
}

.premier-slider-box h6 {
    font-size: 18px;
}



.psycle-premier-list li {
    font-weight  : normal !important;
    margin-bottom: 5px !important;
    width        : 50% !important;
}

.psycle-premier-list ul {
    width        : 100%;
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
    margin-bottom: 20px;
}

/*privacy css*/

.privacy-tabs {
    padding: 20px 0 60px;
}

.privacy-tabs .nav-tabs .nav-link.active {
    background: #ff6600;
    color     : #fff;
    border    : 0;
}

.privacy-tabs .nav-fill .nav-item {
    background   : #A1A1A1;
    color        : #fff;
    border       : 0;
    border-radius: 0;
    padding      : 12px 15px;
}

.privacy-tabs .tab-content {
    background: #F1F1F1;
    padding   : 30px !important;
}

.privacy-tabs .tab-content a {
    color         : #A1A1A1;
    font-size     : 16px;
    display       : inline-block;
    position      : relative;
    padding-left  : 18px;
    text-transform: uppercase;
    font-family   : 'ProximaNova-Bold';
}

.privacy-tabs .tab-content a::before {
    position : absolute;
    top      : -2px;
    left     : 0;
    content  : "+";
    width    : auto;
    height   : auto;
    font-size: 18px;
}

.privacy-btn:hover {
    color: #ff6600;
}

.privacy-btn {
    position      : relative;
    color         : #A1A1A1 !important;
    cursor        : pointer;
    font-size     : 16px;
    display       : inline-block;
    padding-left  : 18px;
    text-transform: uppercase;
    font-family   : 'ProximaNova-Bold';
}

.privacy-btn::before {
    position : absolute;
    top      : -2px;
    left     : 0;
    content  : "+";
    width    : auto;
    height   : auto;
    font-size: 18px;
}

ul.privacy-list,
ol.privacy-list,
ul.copy,
ol.copy {
    margin-bottom: 32px;
}

ul.privacy-list li,
ul.copy li,
ol.copy li {
    position     : relative;
    font-size    : 20px;
    margin-left  : 15px;
    padding-left : 20px;
    color        : #272e37;
    margin-bottom: 5px;
}

ul.privacy-list li::before,
ul.copy li::before {
    position     : absolute;
    top          : 10px;
    background   : #272e37;
    left         : 0;
    width        : 5px;
    height       : 5px;
    content      : "";
    border-radius: 50%;
}

ol.privacy-list li,
ol.copy li {
    list-style-type: decimal;
}

ol.privacy-list li,
ol.privacy-list-alpha li,
ol.copy li {
    position     : relative;
    font-size    : 20px;
    padding-left : 15px;
    color        : #272e37;
    margin-bottom: 5px;
}

ol.privacy-list-alpha li,
    {
    list-style-type: lower-alpha;
}

.privacy-box {
    border       : 1px solid #ddd;
    padding      : 32px 48px 16px;
    margin-bottom: 32px;
}

.privacy-box-header {
    margin-bottom: 24px;
    border-bottom: 2px solid #ddd;
}

.forward-link {
    display        : inline-block;
    color          : inherit;
    font-size      : inherit;
    text-decoration: underline;
}

.forward-link:hover {
    color          : #ff6600;
    text-decoration: underline;
}

.privacy-detail {
    padding-bottom: 60px;
}

.legal-resources {
    padding   : 60px 0;
    border-top: 1px solid #272e37;
}

.legal-resources-list h6 {
    color: #ff6600;
}

.legal-resources-list {
    padding: 12px 0 15px;
}

.legal-resources h2 {
    margin-bottom: 0;
}

.legal-resources-list ul li {
    font-family  : 'ProximaNova-Bold';
    font-size    : 16px;
    color        : #A1A1A1;
    margin-bottom: 8px;
}

.legal-resources-list a:hover {
    color: #ff6600;
}

/*==========case studies css==========*/

.case-studies-img {
    height             : 330px;
    display            : flex;
    align-items        : center;
    justify-content    : center;
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat;
    position           : relative;
}

.case-studies-img::before {
    position  : absolute;
    bottom    : 0;
    left      : 0;
    content   : "";
    height    : 100%;
    width     : 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index   : 0;
}

.case-studies-img h2 {
    color     : #fff;
    position  : relative;
    text-align: center;
    max-width : 80%;
    z-index   : 1;
}

.case-studies-img h2::after {
    position  : absolute;
    bottom    : -5px;
    left      : 0;
    content   : "";
    height    : 7px;
    width     : 100%;
    background: #ff6600;
}

.case-studies {
    padding: 0 0 30px;
}

/* Sweep To Top */
.case-studies-box {
    margin-bottom              : 30px;
    vertical-align             : middle;
    -webkit-transform          : perspective(1px) translateZ(0);
    transform                  : perspective(1px) translateZ(0);
    box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
    position                   : relative;
    -webkit-transition-property: color;
    transition-property        : color;
    -webkit-transition-duration: 0.3s;
    transition-duration        : 0.3s;
    overflow                   : hidden;
    display                    : inline-block;
    width                      : 100%;
}

.case-studies-content {
    content                           : "";
    position                          : absolute;
    z-index                           : 1;
    top                               : 0;
    left                              : 0;
    right                             : 0;
    bottom                            : 0;
    background                        : #ff6600;
    -webkit-transform                 : scaleY(0);
    transform                         : scaleY(0);
    -webkit-transform-origin          : 50% 100%;
    transform-origin                  : 50% 100%;
    -webkit-transition-property       : transform;
    transition-property               : transform;
    -webkit-transition-duration       : 0.3s;
    transition-duration               : 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function        : ease-out;
    height                            : 100%;
    display                           : flex;
    justify-content                   : center;
    align-items                       : center;
}

.case-studies-box:hover .case-studies-content {
    -webkit-transform: scaleY(1);
    transform        : scaleY(1);
}

.case-studies-content h6 {
    text-align : center;
    line-height: 28px;
}

.case-studies-content a {
    display        : inline-flex;
    width          : 100%;
    flex-wrap      : wrap;
    align-items    : center;
    justify-content: center;
    height         : 100%;
    padding        : 20px;
}

.case-studies-content span {
    text-transform: uppercase;
    font-size     : 18px;
    color         : #fff;
    font-family   : 'ProximaNova-Bold';
}

.case-studies-link {
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.case-studies-link {
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-wrap      : wrap;
}

.case-study-detail .r-wrapper {
    padding-left: 120px;
}

.case-study-detail .r-wrapper h2 {
    font-size  : 36px;
    font-family: 'ProximaNova-Semibold';
    width      : 90%;
}

.case-study-detail .r-wrapper h6 {
    font-size     : 20px;
    font-family   : 'ProximaNova-Bold';
    text-transform: uppercase;
    margin-bottom : 5px;
    color         : #ff6600;
    margin-top    : 30px;
}

.claritas-effect-inner {
    display   : flex;
    flex-wrap : wrap;
    margin-top: 20px;
}

.claritas-effect-detail {
    max-width    : 250px;
    padding-right: 30px;
    margin-right : 30px;
    border-right : 1px solid #272e37;
}

.claritas-effect-detail p {
    color      : #272e37;
    font-size  : 27px;
    font-weight: 500;
}

.claritas-effect-detail p span {
    color       : #ff6600;
    font-family : 'ProximaNova-Semibold';
    font-size   : 44px;
    margin-right: 5px;
}

.claritas-effect-detail:last-child {
    padding-right: 0;
    margin-right : 0;
    border       : 0;
}

.case-study-orange-box {
    background   : #ff6600;
    padding      : 30px 40px 20px 40px;
    margin-top   : 60px;
    margin-bottom: 50px;
}

.case-study-orange-box h6 {
    color         : #fff !important;
    text-transform: uppercase;
    margin-top    : 0 !important;
    font-size     : 20px;
}

.case-study-orange-box p {
    color      : #fff;
    font-size  : 24px;
    line-height: 1.3;
}

.next-case-study {
    display        : flex;
    justify-content: flex-end;
    margin-top     : 48px;
    padding-top    : 10px;
    border-top     : 1px solid #b9b9b9;
}

.next-case-study p {
    font-family: 'ProximaNova-Semibold';
}

.next-case-study p i {
    margin-left: 8px;
    position   : relative;
    top        : 1px;
}

.next-case-study a:hover {
    color: #ff6600;
}

.case-study-filter {
    display        : flex;
    justify-content: flex-end;
    margin-bottom  : 30px;
}

.case-study-filter .custom-btn {
    border        : 1px solid;
    text-transform: uppercase;
    font-size     : 16px;
    color         : #000;
    padding       : 10px 20px;
    display       : flex;
    align-items   : center;
}

.case-study-filter .custom-btn img {
    margin-left: 7px;
}


/*BLOG PAGE CSS*/
.blog-full {
    padding: 0px 0 50px;
}

.blog-full .blog-inner {
    position: relative;
}

/*END BLOG PAGE CSS*/



/*blog detail page css*/
.blog-profile .p-img {
    height       : 125px;
    width        : 125px;
    border-radius: 50%;
}

.blog-profile .p-img img {
    height         : 100%;
    width          : 100%;
    object-fit     : cover;
    border-radius  : 50%;
    object-position: center center;
}

.share-icon {
    padding-left: 30px;
}

.share-icon ul li a {
    background-color: #ff6600;
    color           : #fff;
    border-radius   : 50%;
    height          : 30px;
    width           : 30px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    transition      : 0.6s;
    border          : 1px solid #ff6600;
}

.share-icon ul li {
    margin-bottom: 10px;
}

.share-icon ul li a i {
    font-size : 16px;
    transition: 0.6s;
    transform : rotate(360deg);
}

.share-icon ul li a:hover {
    transform       : scale(1.2);
    background-color: #ffffff;
}

.share-icon ul li a:hover i {
    transform: rotate(720deg);
    color    : #ff6600;
}

.blog-profile {
    margin-bottom: 30px;
}

.blog-author span {
    display: block;
}

.blog-author {
    padding-left: 15px;
}

.blog-author h6 {
    font-size    : 18px;
    margin-bottom: 2px;
}

/*end blog page css*/


/*podcast*/
.resource-box-detail h3 {
    color        : #ff6600;
    margin-bottom: 0;
    font-size    : 18px;
}

.resource-box-detail h4 {
    color        : #fff;
    margin-bottom: 0;
    font-size    : 22px;
}

.blog-full .resource-box-detail {
    padding: 45px 65px;
}

.resource-box-detail a {
    transition: 0.4s;
}

.resource-box-detail a:hover {
    color: #ff6600;
}

.podcast-box.tab-view .tab-content .over-content {
    background-color: #ff6600;
}

.podcast-box.tab-view .tab-content .box:hover .over-content {
    background-color: #ff6600;
}

.podcast-platform .partner-logo {
    min-height : 103px;
    display    : flex;
    align-items: center;
}

/*end podcast*/


/*about page css*/
a.link {
    color         : #A1A1A1;
    text-transform: uppercase;
    display       : inline-block;
    font-family   : 'ProximaNova-Bold';
    margin-top    : 5px;
    transition    : 0.5s;
}

a.link:hover {
    color: #ff6600;
}

.news-press .list-news h3 {
    font-size: 24px;
}

.news-press .list-news h4 {
    font-size: 16px;
}

.leadership {
    padding-bottom: 0;
}

.news-press .row .col-lg-6.col-md-12 {
    margin-bottom: 30px;
}

.leadership .row .col-lg-4.col-md-6.col-sm-12 {
    margin-bottom: 80px;
}

.l-box h3 {
    font-size    : 24px;
    margin-bottom: 0;
    padding-top  : 20px;
}

.l-box h4 {
    font-size    : 20px;
    margin-bottom: 5px;
}

.l-box ul {
    display: inline-block;
}

.l-box ul li {
    float       : left;
    position    : relative;
    padding-left: 15px;
}

.l-box ul li:before {
    content         : "";
    position        : absolute;
    width           : 1px;
    top             : 9px;
    left            : 7px;
    height          : 15px;
    background-color: #A1A1A1;
}

.l-box ul li:first-child {
    padding-left: 0;
}

.l-box ul li:first-child:before {
    content: none;
}

.join-team {
    background-color: #242e39;
    color           : #fff;
}

.join-team p {
    color: #fff;
}

a.white-btn {
    border     : 1px solid #fff;
    line-height: 1;
    color      : #fff;
}

a.white-btn:hover {
    color: #242e39;
}

a.white-btn:before {
    background: #fff;
}

.join-team .join.box {
    position: unset;
}

.join-team .partner.box {
    padding-right : 25px;
    padding-bottom: 80px;
    height        : 100%;
}

.join-team .join.box {
    padding-left  : 25px;
    height        : 100%;
    padding-bottom: 90px;
}

.join-team .join.box:before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : -15px;
    bottom          : 0;
    width           : 1px;
    background-color: #fff;
}

.join-team .box a.white-btn {
    position: absolute;
    bottom  : 0;
}

.p-big {
    padding: 110px 0px;
}

.p-big p {
    font-size: 30px;
}

.l-box .l-img {
    overflow: hidden;
}

.l-box .l-img img {
    transition: 1s;
}

.l-box:hover .l-img img {
    transform: scale(1.2);
}

.podcast-platform .partner-logo img {
    width: 100%;
}

/*contact page css*/
.contact .need-help {
    padding-right: 25px;
}

.contact .need-help h6 {
    font-size    : 18px;
    margin-bottom: 0;
}

.contact .need-help>div {
    margin-bottom: 20px;
}

.contact .need-help a {
    font-family: 'ProximaNova-Bold';
    transition : 0.5s;
}

.contact .need-help a:hover {
    color: #ff6600;
}

.resource-description .r-wrapper h6 {
    font-size: 24px;
}

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

.pre-built-audiences .r-wrapper h6.orange:first-child {
    margin-bottom: 25px;
    margin-top   : 0;
}

.pre-built-audiences .r-wrapper h6.orange {
    margin-bottom: 10px;
    margin-top   : 25px;
}

.pre-built-audiences .r-wrapper .ex-pad h6.orange {
    margin-bottom: 10px;
    margin-top   : 25px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width           : 100%;
    background-color: #f1f1f1;
    color           : #252f39;
    margin-bottom   : 20px;
    border          : 0;
    padding         : 10px 20px;
}

.contact-form textarea {
    resize    : none;
    min-height: 185px;
}

.contact-button {
    margin-top: 20px;
    cursor    : pointer;
}

.contact-form .d-flex input[type="checkbox"] {
    margin-right: 10px;
    margin-top  : 5px;
}

.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #252f39;
}

.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #252f39;
}

.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholde {
    /* IE 10+ */
    color: #252f39;
}

.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #252f39;
}

.contact-form .dropdown {
    width        : 100%;
    margin-bottom: 20px;
}

.contact-form .dropdown-toggle::after {
    position : absolute;
    top      : 50%;
    right    : 20px;
    transform: translateY(-50%);
    color    : #252f39;
}

.contact-form .dropdown button {
    width           : 100%;
    padding         : 10px 20px;
    text-align      : left;
    background-color: #f1f1f1;
    color           : #252f39;
    outline         : none;
}

.contact-form .dropdown button:focus {
    background-color: #f1f1f1;
    color           : #252f39;
}

/*end contact page css*/

.culture-code .pre-built-audiences-inner ul li {
    font-family: 'ProximaNova-Regular' !important;
}

.culture-code-box .work-area-left h2 {
    font-size: 36px;
}

.smallogo img {
    max-width: 180px;
    position : relative;
    top      : 5px;
}

#more {
    display: none;
}

.african-american-report-btn {
    background: #ff6600;
    color     : #fff;
    border    : 1px solid #ff6600;
    cursor    : pointer;
}

.african-american-report-btn:before {
    background: #fff !important;
}

.african-american-report-btn:hover {
    color: #ff6600;
}

.moretext,
.moretextanother {
    display: none;
}

#moreless-section {
    word-wrap: break-word;
}

.african-american-report {
    background-color: #ff6600;
    color           : #fff;
    border          : 1px solid #ff6600;
}

.african-american-report.custom-btn:before {
    background: #fff;
}

.african-american-report:hover {
    color: #ff6600;
}

.list-news a {
    color         : #A1A1A1;
    text-transform: uppercase;
    font-family   : 'ProximaNova-Semibold';
    display       : inline-block;
}

.list-news a:hover {
    color: #ff6600;
}

.contact-form .dropdown select {
    width           : 100%;
    padding         : 10px 20px;
    text-align      : left;
    background-color: #f1f1f1;
    color           : #252f39;
    outline         : none;
    border          : 0;
}

.mobile-view {
    display: none;
}

.wsmenu-list .megamenu li a:hover {
    background     : transparent !important;
    text-decoration: none;
    color          : #a1a1a1 !important;
}

.contact-button:hover {
    color: #252f39;
}


/* Container */
.hytPlayerWrap {
    position : relative;
    max-width: 700px;
    display  : block !important;
}

/* Before Element */
.hytPlayerWrap:before {
    content       : '';
    display       : block;
    position      : relative;
    padding-bottom: 56.25%;
}

/* Video */
.hytPlayerWrap iframe,
.hytPlayerWrap object,
.hytPlayerWrap embed {
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
}

.resource-description {
    padding-top: 50px;
}

.tab-view {
    padding-top: 50px;
}


/* Header */

header.home-header,
.home-header .main-header {
    display   : table;
    width     : 100%;
    background: #fff;
}

.wp-megamenu>.menu-item menu-item-type-custom {
    width: 100%;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item {
    float: left;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item>a {
    padding       : 15px 0 12px 0;
    display       : block;
    font-size     : 18px;
    color         : #272e37;
    font-family   : 'ProximaNova-Semibold';
    text-transform: capitalize;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item:not(.wpmm_mega_menu) ul.wp-megamenu-sub-menu,
.wpmm_mega_menu .wpmm-strees-row-and-content-container {
    background: #fff;
    z-index   : 9999;
    position  : absolute;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item ul.wp-megamenu-sub-menu li a {
    padding  : 6px 5px !important;
    font-size: 15px;
    color    : #666666;
    display  : block;
    margin   : 0;
}

.menu-header-megamenu-container ul.wp-megamenu {
    display : table;
    width   : 100%;
    position: relative;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item>ul.wp-megamenu-sub-menu,
.menu-header-megamenu-container .wp-megamenu>.menu-item .wpmm-strees-row-and-content-container {
    transform-style         : preserve-3d;
    -o-transform-style      : preserve-3d;
    -moz-transform-style    : preserve-3d;
    -webkit-transform-style : preserve-3d;
    transform               : rotateX(-75deg);
    -o-transform            : rotateX(-75deg);
    -moz-transform          : rotateX(-75deg);
    -webkit-transform       : rotateX(-75deg);
    visibility              : hidden;
    -o-transform-origin     : 0% 0%;
    -ms-transform-origin    : 0% 0%;
    -moz-transform-origin   : 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition           : -o-transform 0.3s, opacity 0.3s;
    -ms-transition          : -ms-transform 0.3s, opacity 0.3s;
    -moz-transition         : -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition      : -webkit-transform 0.3s, opacity 0s;
    opacity                 : 0;
    z-index                 : -9999;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item:hover>.wpmm-strees-row-and-content-container {
    transform        : rotateX(0deg);
    -o-transform     : rotateX(0deg);
    -moz-transform   : rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity          : 1;
    visibility       : visible;
    z-index          : 9;
    display          : block;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item ul.wp-megamenu-sub-menu li a:hover,
.menu-header-megamenu-container .wp-megamenu>.menu-item:hover>a,
.menu-header-megamenu-container .wp-megamenu>.menu-item.active>a {
    color: #a1a1a1 !important;
}

.wpmm_mega_menu {
    position: static !important;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item .wpmm-strees-row-and-content-container {
    left : 0 !important;
    right: 0 !important;
    width: inherit !important;
}

.wsmain {
    position: inherit;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu {
    /* display: flex;*/
    float    : left;
    width    : 100%;
    flex-wrap: wrap;
}

ul.wp-megamenu-sub-menu {
    display: block;
}

ul.wp-megamenu-sub-menu .wpmm-submenu-right ul.wp-megamenu-sub-menu {
    display  : flex !important;
    width    : 100%;
    margin   : 0;
    flex-wrap: wrap;
}

ul.wp-megamenu-sub-menu .wpmm-submenu-right ul.wp-megamenu-sub-menu {
    display  : flex;
    flex-wrap: wrap;
}

h4.wpmm-item-title {
    font-size     : 15px !important;
    font-family   : 'ProximaNova-Semibold';
    width         : 100%;
    color         : #ff6600 !important;
    border-bottom : 1px solid #CCC;
    margin        : 0px 0px 7px 0px;
    text-align    : left;
    padding       : 9px 5px 9px 0px;
    font-size     : 17px !important;
    text-transform: capitalize !important;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item>.wp-megamenu-sub-menu {
    padding: 5px;
    top    : 40px;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item>.wpmm-strees-row-and-content-container {
    padding: 15px;
}

.wp-megamenu-sub-menu>li .wpmm-submenu-right .custom-html-widget {
    color: #000;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item:hover>ul.wp-megamenu-sub-menu {
    transform        : rotateX(0deg);
    -o-transform     : rotateX(0deg);
    -moz-transform   : rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity          : 1;
    visibility       : visible;
}

.header-menu-secondary>ul.wp-megamenu-sub-menu {
    position          : absolute;
    background        : #fff;
    z-index           : 9999;
    display           : none !important;
    padding           : 0;
    width             : 210px;
    top               : 20px !important;
    background-color  : #fff;
    min-width         : 210px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow        : 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index           : 999;
    right             : 0;
}

.header-menu-secondary {
    position: relative !important;
}

.megamenu-logo {
    width: 215px;
}

.megamenu-contain {
    font-size   : 13px;
    margin      : 0;
    padding-left: 50px;
}

.header-menu-secondary>ul.wp-megamenu-sub-menu .wp-megamenu-sub-menu li a {
    display  : block;
    padding  : 7px 16px;
    font-size: 14px;
}

.header-menu-secondary>ul.wp-megamenu-sub-menu .wp-megamenu-sub-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.10) !important;
    color           : #ff6600;
}

.top-links form#searchform {
    margin-right: 20px;
    position    : relative;
}

body .header-menu-secondary:hover ul.wp-megamenu-sub-menu {
    display: block !important;
}

.header-menu-secondary:hover>a {
    color: #ff6600;
}

.top-links form#searchform i {
    font-size   : 15px !important;
    color       : #a1a1a1;
    cursor      : pointer;
    margin-right: 1px;
    z-index     : 99999999;
    position    : relative
}

.top-links input[type="text"] {
    position     : absolute;
    top          : -12px;
    transition   : 300ms width;
    background   : #fff;
    z-index      : 99999;
    border       : 0;
    opacity      : 0;
    visibility   : hidden;
    box-sizing   : border-box;
    width        : 0px;
    right        : 86px;
    padding      : 10px 20px;
    border-radius: 0;
    border       : 1px solid #4a3e37;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item {
    margin-left: 30px;
}

.menu-item-has-children>a {
    position: relative;
}

.menu-item-has-children>a:after {
    font       : normal normal normal 14px/1 FontAwesome;
    margin-left: 8px;
    content    : "\f107";
    font-size  : 13px;
}

.top-links>ul>li span.search_open {
    border-right : 1px solid #a1a1a1;
    margin-right : 15px;
    padding-right: 15px;
}

.top-links>ul>li:last-child {
    margin-right : 0;
    padding-right: 0;
    border-right : 0;
}

.megamenu-logo,
.megamenu-contain {
    margin-top: 30px;
}

.wpmm-submenu-right ul.wp-megamenu-sub-menu>li:nth-child(2) .wpmm-item-title {
    color: #adcdd5 !important;
}

.wpmm-submenu-right ul.wp-megamenu-sub-menu>li:nth-child(3) .wpmm-item-title {
    color: #ac3030 !important;
}

.top-links input[type="text"].search-active {
    width     : 300px;
    opacity   : 1;
    visibility: visible;
}

div#cookie-law-info-bar {
    box-shadow : 0 0;
    padding    : 4px 0;
    position   : absolute !important;
    line-height: 1.1;
}

/* .cookie-active {padding-top: 36px;} */
.cookie-active .top-links {
    margin-top: 1px;
}

/* Home Header*/
header.home-header,
.home-header .main-header:not(.sticky-header) {
    background-color: transparent !important;
}

header.home-header {
    animation: 0;
    z-index  : 9999;
}

.home-header .main-header:not(.sticky-header) .menu-header-megamenu-container .wp-megamenu>.menu-item>a {
    color: #fff !important;
}

.home div#cookie-law-info-bar {
    position  : fixed;
    top       : 0 !important;
    background: #FFFFFF !important;
    opacity   : 0.7;
}

.home {
    padding-top: 0;
}

.home div#cookie-law-info-bar a,
.home div#cookie-law-info-bar {
    color: #000 !important;
}

.home div#cookie-law-info-bar span {
    color: #000 !important;
}

header.home-header {
    position: absolute;
}

.home-banner .video-content {
    padding-top: 184px !important;
}

header {
    padding-top   : 33px;
    padding-bottom: 3px;
}

#pi_tracking_opt_in_div {
    z-index: 99999999999 !important;
}

.home-header .main-header:not(.sticky-header) .menu-header-megamenu-container .wp-megamenu>.menu-item:hover>a,
.home-header .main-header:not(.sticky-header) .menu-header-megamenu-container .wp-megamenu>.menu-item.active>a {
    color: #a1a1a1 !important;
}

.home-header .main-header.sticky-header .wp-megamenu>.menu-item>a {
    color: #fff;
}

.searchform-active>span,
.searchform-active>i {
    color: #ff6600 !important;
}

/* End Home Header */


/* Footer */

.footer-link ul {
    display: table;
    width  : auto;
    float  : left;
}

.footer-link ul li {
    float: left;
}

.footer-link ul#menu-footer-menu {
    padding-left: 10px;
    border-left : 1px solid #2c2e35;
    margin-left : 10px;
}

/* End Footer */

.no-results.not-found {
    width     : 100%;
    display   : table;
    text-align: center;
}

.not-found .page-title {
    color: #ff6600;
}

.no-results .page-content {
    margin-top   : 40px;
    margin-bottom: 40px;
}

.screen-reader-text {
    font-weight : 600 !important;
    margin-right: 20px;
    color       : #ff6600;
}

.search-form input.search-field {
    background-color: #fff;
    color           : #252f39;
    padding         : 2px 20px;
    border          : 1px solid #ccc;
}

.search-form input.search-submit {
    font-size       : 15px;
    padding         : 3px 15px;
    border          : 1px solid #f60;
    cursor          : pointer;
    background-color: #f60;
    color           : #fff;
}

.search-form input.search-submit:hover {
    background-color: #fff;
    color           : #f60;
}

.top-links>ul>li form#searchform {
    margin        : 0;
    color         : #a1a1a1;
    font-family   : 'ProximaNova-Regular';
    text-transform: uppercase;
    font-size     : 15px;
    cursor        : pointer
}

.share-icon ul li a i.fa.fa-twitter {
    font-size: 16px !important;
}

.page_not_found p {
    text-align: center;
}

#wp-megamenu-item-654>.wp-megamenu-sub-menu {
    width    : 140px;
    max-width: 140px;
}


/*================gravity form csss=========*/

.ginput_container input {
    width           : 100%;
    background-color: #f1f1f1;
    color           : #252f39;
    margin-bottom   : 20px;
    border          : 0;
    padding         : 10px 20px !important;
}

.ginput_container input::placeholder {
    color: #252f39;
}

.gfield {
    margin: 0 !important;
}

label.gfield_label {
    display: none !important;
}

.ginput_container select {
    padding         : 10px 20px !important;
    text-align      : left;
    background-color: #f1f1f1;
    color           : #252f39;
    outline         : none;
    border          : 0;
    margin-bottom   : 20px;
}

.gform_wrapper textarea.large {
    height          : 185px;
    background-color: #f1f1f1;
    color           : #252f39;
    margin-bottom   : 20px;
    border          : 0;
    padding         : 10px 20px;
}

.gform_footer input {
    padding         : 10px 15px;
    border          : 1px solid #252f39;
    font-family     : 'ProximaNova-Bold';
    background-color: transparent;
    text-transform  : uppercase;
    cursor          : pointer;
}


.ginput_container_consent {
    display    : flex;
    align-items: flex-start;
}

.ginput_container_consent input {
    width       : 40px;
    margin      : 0;
    top         : 5px;
    position    : relative;
    left        : 0;
    margin-right: 10px;
    height      : 20px;
}


.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background : transparent !important;
    border     : 0 !important;
    padding-top: 0 !important;

}

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

.case-studies .visibility_hide {
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation   : slide-down .3s ease-out;
    display          : none;
}

.case-studies .visibility_show {
    display          : block;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation   : slide-down .3s ease-out;
}

/*
.case-studies .row{
    width: 100%;
}*/
.filter-cs {
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation   : slide-down .3s ease-out;
}

@-webkit-keyframes slide-down {
    0% {
        opacity          : 0;
        -webkit-transform: scale(0);
    }

    100% {
        opacity          : 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity       : 0;
        -moz-transform: scale(0);
    }

    100% {
        opacity       : 1;
        -moz-transform: scale(1);
    }
}

.wpmm_mega_menu>a:after {
    margin-left: 13px;
    max-height : 8px;
}

.menu-header-megamenu-container .wp-megamenu>.menu-item>a {
    line-height: 1.42;
}

#menu-header-megamenu .wpmm_mega_menu,
#menu-header-megamenu .menu-item-has-children {
    /*margin-top: -1px;*/
}

.page-template-tp_podcast_attribution_audience_indentification .custom-audience-solutions .row:last-child {
    background-color: #be3a34;
    color           : #fff;
    padding         : 40px 35px 30px 35px;
    width           : 80%;
    margin          : 50px auto 35px;
    border-radius   : 30px;
}

.page-template-tp_podcast_attribution_audience_indentification .custom-audience-solutions .row:last-child .col-6:first-child {
    border-right: 2px solid #fff;
}

.page-template-tp_podcast_attribution_audience_indentification .custom-audience-solutions .row:last-child .col-6:first-child h3 {
    font-family : 'ProximaNova-Semibold';
    font-size   : 24px;
    line-height : 28px;
    margin-right: 25px;
}

.page-template-tp_podcast_attribution_audience_indentification .custom-audience-solutions .row:last-child .col-6:last-child {
    padding-left: 30px;
}

.page-template-tp_podcast_attribution_audience_indentification .custom-audience-solutions .row:last-child .col-6:last-child h3 {
    font-family: 'ProximaNova-Bold';
    font-size  : 18px;
    line-height: 21px;
}

.page-template-tp_podcast_attribution_audience_indentification .custom-audience-solutions .row:last-child .col-6:last-child ul {
    padding-left: 15px;
}

.page-template-tp_podcast_attribution_audience_indentification .custom-audience-solutions .row:last-child .col-6:last-child ul li {
    display    : list-item;
    list-style : disc;
    font-family: 'ProximaNova-Regular';
    font-size  : 18px;
    line-height: 22px;
}

.page-template-tp_podcast_attribution_audience_indentification .ivt {
    background-color: #681d1d;
    color           : #ffffff;
}

.page-template-tp_podcast_attribution_audience_indentification .ivt::before {
    background-color: #681d1d;
}

.page-template-tp_podcast_attribution_audience_indentification .ivt h2 {
    color      : #fff;
    margin     : 15px 0px 20px 0px;
    font-family: 'ProximaNova-Semibold';
}

.page-template-tp_podcast_attribution_audience_indentification .ivt p {
    color        : #fff;
    margin-bottom: 0px;
}

.page-template-tp_podcast_attribution_audience_indentification .ivt .segment-img {
    position     : relative;
    top          : -60px;
    margin-bottom: -80px;
}

.custom_audience_solutions_part2 {
    background-color: #fff;
}
ul.pagination, div.custom_pagination {
    width: 100%;
    text-align: center;
    padding: 10px;
}
ul.pagination a, ul.pagination span, div.custom_pagination a {
    padding: 10px 15px;
    background-color: #242f34;
    margin: 5px;
    color: #fff;
    font-size: 18px;
    border:1px transparent solid;
}
ul.pagination span.current, div.custom_pagination a.active {
    background-color: #fff;
    color: #242f34;
    border: 1px #242f34 solid;
}
body.post-type-archive-case-studies .case-studies .case-study-filter {
    display:none;
}


/*04-03-2021*/
.stat-accessing-section .home-contact {
    background-image: none;
    background-color: #ff6600;
}
.how_works .home-contact {
    background-image: none;
    background-color: #272e37;
    padding: 50px 0;
}
.how_works .home-contact ul {
    counter-reset: css-counter 0;
}
.how_works .home-contact ul li {
    font-family: 'ProximaNova-Regular';
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    counter-increment: css-counter 01;
    padding-left: 25px;
}
.how_works .home-contact ul li:before {
    content: counter(css-counter) ". ";
    color: #ff6600;
    font-weight: bold;
    left: 0;
    position: absolute;
}
.accordion-section.black-img-bg {
    background: #F1F1F1;
    padding: 60px 0;
}
.accordion-section .card {
    border-bottom: 1px solid #272e37;
    border-radius: 0;
}
.accordion-section .card-header {
    padding: .75rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    font-size: 20px;
    position: relative;
}
.accordion-section .card {
    background-color: transparent;
    border-bottom: 1px solid #272e37; 
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.accordion-section .card-body {
    padding: 0;
}
.accordion-section p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 24px;
}
.accordion-section .card-header:before {
   position: absolute;
    content: '\f107';
    right: 5px;
    color: #ff6600;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    top: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
   
}
.accordion-section .card-header[aria-expanded="true"]:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.claritas-advantage.orange-section .icon-img {
    border-bottom: none;
}
/*.inner-page-banner.orange-overlay .inner-banner-text {
    width: 47%;
}*/
.reports-bg .inner-page-banner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: rgb(39, 46, 55, 0.5);
    width: 100%;
    height: 100%;
}
.report-area-section .pre-built-audiences-inner::before {
    -webkit-animation: none;
    animation: none;
    -webkit-transform-origin: none;
    -ms-transform-origin: none;
    transform-origin: none;
    transform-box: none;
    background-image: none;
    background-color: #ff6600;
    border-radius: 80px;
    left: 0;
    width: 60px;
    height: 60px;
}
.lives-area {
    padding: 50px 0 30px;
}
.icon-box.price-icon {
    background: #F1F1F1;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}
.icon-box.price-icon h4 {
    font-size: 26px;
    color: #ff6600;
    min-height: 70px;
}
.icon-box.price-icon .flip {
    background-color: #afafaf;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.icon-box.price-icon .panel {
    background-color: #fff;
    padding: 20px;
    display: none;
}
.lives-area .panel li span {
    color: #ff6600;
}
.lives-area .content-wrap {
    margin-bottom: 65px;
}
.ready-contact .home-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ready-contact .home-contact {
    background-image: none;
    background-color: #ff6600;
}
.ready-contact .home-contact h2 {
    margin-right: 40px;
}
p.explorebtn {
    position: absolute;
    bottom: -40px;
}
.report-area-section .pre-built-audiences-inner {
     padding-left: 80px;
     position: relative;
}
.report-area-section .pre-built-audiences-inner::after {
    position: absolute;
    content: '\f107';
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 62px;
    top: 0;
    left: 10px;
}
/*04-03-2021*/


/*05-03-2021*/
.icon-box.price-icon p {
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
    font-size: 18px;
}
.lives-area .icon-box-detail {
    min-height: 340px;
}
.icon-box.price-icon .price-detail {
    /* min-height: 120px; */
}

.reports-bg .inner-page-banner.orange-overlay .inner-banner-text {
    width: 100%;
}
.reports-bg .inner-banner-text h1::after {
    display: none;
}
.reports-bg .inner-page-banner .inner-banner-text p {
    font-size: 26px;
}
.reports-bg .price-detail {
    margin-bottom: 50px;
}
.a-plan-title h3, .price-main-bg-wrap h3 {
    color: #ff6600;
} 
.price-main-bg-wrap {
    background: #F1F1F1;
    border-radius: 14px;
    padding: 40px 30px 20px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    position: relative;
}
.report-top-content ul li {
    position: relative;
    padding-left: 15px;
    font-family: 'ProximaNova-Regular';
    font-size: 20px;
    line-height: 1.4;
    color: #272e37;
}
.report-top-content ul li:before {
   position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #272e37;
    border-radius: 100%;
}
.btn-wrap .custom-btn {
    border: 1px solid #fff;
    line-height: 1;
    color: #fff;
    padding: 15px 85px;
}
.price-main-bg-wrap ul {
    margin-bottom: 70px;
}
.bg-wrap {
    background-color: #f1f1f1;
    padding: 0px;
    position: relative;
    height: 100%;
}
.annual-subscription {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.annual-subscription:before {
    position: absolute;
    content: '';
    top: 0;
    left: -77%;
    background-color: #f1f1f1;
    height: 100%;
    width: 100%;
}
.bg-wrap:before {
    position: absolute;
    content: '';
    top: -55px;
    left: 0;
    background-color: #f1f1f1;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.bg-wrap:after {
    position: absolute;
    content: '';
    bottom: auto;
    left: 0;
    background-color: #f1f1f1;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.btn-wrap .custom-btn {
   border: 1px solid #272e37;
    line-height: 1;
    color: #272e37;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    max-width: 270px;
    margin: 0 auto;
}
.report-top-content {
    position: relative;
    margin-top: 35px;
}
.report-top-content:before {
    position: absolute;
    content: '';
    top: -8px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #ff6600;
}
.most-popular {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #ff6600;
    width: 125px;
    font-size: 12px;
    line-height: 24px;
    opacity: 0;
}
.price-main-bg-wrap.active {
    border: 1px solid #ff6600;
}
.price-main-bg-wrap.active .most-popular {
    opacity: 1;
}

.bg-wrap .price-main-bg-wrap.active {
    border: 1px solid transparent;
    position: relative;
    right: 30px;
    min-height: 659px;
}
.btn-wrap .custom-btn:before {
    background-color: #ff6600;
}
.btn-wrap .custom-btn:hover {
    color: #fff;
}
.btn-wrap .custom-btn:hover:before {
    border: 1px solid #ff6600;
}
.annual-subscription .about-content-box .price-main-bg-wrap {
    height: 100%;
    margin-bottom: 30px;
}
.annual-subscription .a-plan-title.subscription {
    height: 220px;
}
.annual-subscription .a-plan-title.subscription p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.annual-subscription .a-plan-title {
    height: 170px;
}
.plan-section {
    padding: 30px 0 0 0;
}
.bottom-btn ul li a{
    color: #212529;
}
.bottom-btn ul li a:hover {
    color: #ff6600;
}
.annual-subscription .a-plan-title.subscription h3 {
    color: #272e37;
}
.custom-logo{
    max-width: 282px;
}
.custom-logo-2{
    max-width: 355px;
    margin-bottom: 50px;
}
/*05-03-2021*/

.icon-box.price-icon .flip:hover {
    background-color: #ff6600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.about-content-box .panel {
    padding: 20px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    display: none;
}
.about-content-box .panel ul li a {
    color: #272e37;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.about-content-box .panel ul li a:hover {
    color: #ff6600;
}
.about-content-box .flip {
   margin-top: 30px;
   cursor: pointer;
   position: relative;
}
.about-content-box .flip::after {
    content: "\f107";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.about-content-box .flip.btn-flip::after {
    content: "X";
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    margin-top: 5px;
}
/*15-03-2021*/
.page-template-tp_contact .inner-page-banner .row {
    align-items: center;
}
.page-template-tp_contact .inner-page-banner .inner-banner-text h1, .page-template-tp_contact-spotlight .inner-page-banner .inner-banner-text h1 {
    font-size: 66px;
    line-height: 74px;
}

#wp-megamenu-item-2152> .wp-megamenu-sub-menu {
    width: 140px;
    max-width: 140px;
}
.privacy-policy .privacy { font-size: 20px; }
.privacy-policy .privacy-tabs,
.privacy-policy .privacy-detail { display: none; }
.privacy-policy .mail-inset span { display: block; margin-left: 2rem; }
.privacy-policy ol.privacy-list[type="A"] > li { list-style-type: upper-alpha; }
.privacy-policy ol.privacy-list[type="1"] > li { list-style-type: number; }
.privacy-policy ol.privacy-toc li ul li { list-style-type: disc; margin-left: 20px; }

/* New Update 27-12-2023 */
.image-content-sec { width: 100%; display: inline-block; padding-bottom: 96px; }
.image-content-sec .row { gap: 32px; flex-wrap: nowrap; }
.image-content-sec .image-content-inner-left { width: 50%; display: inline-block; }
.image-content-sec .image-content-inner-right { width: 50%; display: inline-block; color: #252F39; }
.image-content-sec .image-content-inner-left img { width: 100%; display: inline-block; object-fit: contain; object-position: center; }
.image-content-sec .image-content-inner-right h2 { width: 100%; display: inline-block; color: #252F39; margin-bottom: 32px; }
.image-content-sec .image-content-inner-right p { width: 100%; display: inline-block; }
.image-content-sec .image-content-inner-right p:last-child { margin-bottom: 0; }

.claritas-advantage-two-col { width: 100%; display: inline-block; padding: 96px 0 64px 0; }
.claritas-advantage-two-col .section-head-wrapper .row { width: 100%; display: flex; align-items: stretch; justify-content: space-between; }
.claritas-advantage-two-col .section-head-wrapper .row .content-box { width: calc(100% / 2 - 32px); display: inline-block; margin: 0 16px 32px 16px; }
.claritas-advantage-two-col .section-head-wrapper .row .content-box p:empty { display: none; }
.claritas-advantage-two-col .section-head-wrapper .row .content-box p:last-child { margin-bottom: 0; }
.claritas-advantage-two-col .content-box-detail { width: 100%; display: inline-block; }
.claritas-advantage-two-col .content-box-detail h6 { width: 100%; display: inline-block; }
.claritas-advantage-two-col .content-box-detail p { width: 100%; display: inline-block; }

.news-listing-wrap { width: 100%; display: inline-block; padding: 46px 0 0 0; }
.news-listing-wrap article { padding: 40px; width: calc(100% / 3 - 32px) !important; margin: 0 16px 32px 16px; background: #F3F2F1; position: relative; z-index: 1; border: 1px solid #F3F2F1;
    transition: 0.3s ease-in-out; }
.news-listing-wrap .post-listing { width: calc(100% + 32px); display: flex; align-items: stretch; justify-content: flex-start; margin-left: -16px; flex-wrap: wrap; }
.news-listing-wrap article h2 { width: 100%; display: inline-block; font-size: 26px; font-style: normal; font-weight: 600 !important; line-height: 30px; color: #252F39; margin-bottom: 16px; }
.news-listing-wrap article  p { width: 100%; display: inline-block; margin-bottom: 36px; font-weight: 700 !important; }
.news-listing-wrap article .learn-more-btn { width: 100%; display: inline-block; font-size: 18px; line-height: 24px; font-style: normal; font-weight: 700 !important;  letter-spacing: 0.18px; color: #A8A4A1; transition: 0.3s ease-in-out; }
.news-listing-wrap article:hover { border: 1px solid #FF6600; }
.news-listing-wrap article:hover .learn-more-btn { color: #000; }
.news-listing-wrap article a { width: 100%; display: inline-block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }

.image-content-sec .image-content-inner-right ul, .image-content-sec .image-content-inner-right ol { width: 100%; display: inline-block; padding: 0 0 0 30px; margin: 0 0 16px 0; }
.image-content-sec .image-content-inner-right ul li, .image-content-sec .image-content-inner-right ol li { list-style: unset; width: 100%; margin: 5px 0; font-family: proximanova-regular; font-size: 20px; line-height: 1.4; color: #272e37; }

.sky-blue-section p:last-child { margin-bottom: 0; }
.pre-built-audiences p:last-child { margin-bottom: 0; }

div.r-wrapper ul { margin: 0 0 24px 30px; }
div.r-wrapper ul li { list-style: disc; margin-bottom:16px; font-size: 20px; line-height: 1.4; }
div.r-wrapper h4 { margin-bottom: 0; }


/* New Update Css 10-01-2021 */
.inner-page-banner .inner-banner-text h1{ line-height: 1; }
.page-template-tp-claritas_ai .pre-built-audiences-inner::before { background: url(https://claritas.carriechattersonstudio.com/wp-content/uploads/2024/01/Claritas-Pattern-Icon.png); -webkit-animation: none; animation: none; -ms-transform-origin: unset; transform-origin: unset; transform-box: unset; background-size: contain !important; background-repeat: no-repeat; }
.claritas-ai .methodology-img { position: absolute; top: -2px; right: -3px; content: ""; width: calc(50% + 3px); background-size: cover !important; background-position: left !important; background-repeat: no-repeat!important; height: calc(100% + 4px); background-color: #252f39 !important; }
.claritas-ai .methodology-text-inner { padding: 96px 20px 96px 0; }
.claritas-ai ul { width: 100%; display: inline-block; padding: 0 0 0 32px; }
.claritas-ai ul li { width: 100%; list-style-type: disc; font-family: 'ProximaNova-Regular'; font-size: 24px; font-style: normal; line-height: 32px; color: #fff; padding: 0 0 5px 0; }
.claritas-ai ul li:last-child { padding-bottom: 0; }

.image-content-bgimage-sec { width: 100%; display: inline-block; background-position: center left; background-repeat: no-repeat; background-size: contain; padding: 96px 0; position:relative; z-index:1; }
.image-content-bgimage-sec .heading { width: 100%; display: inline-block; padding-bottom: 48px; text-align: center; }
.image-content-bgimage-sec .heading h2 { width: 100%; display: inline-block; margin: 0; font-family: 'proximanova-bold'; font-size: 32px; font-style: normal; font-weight: 600; line-height: 40px; color: #252F39; }
.image-content-bgimage-sec .image-content-inner-left, .image-content-bgimage-sec .image-content-inner-right { width: 50%; display: inline-block; }
.image-content-bgimage-sec .row { align-items: center; margin: 0; }
.image-content-bgimage-sec .image-content-inner-left p { width: 100%; display: inline-block; }
.image-content-bgimage-sec .image-content-inner-left p:last-child { margin-bottom: 0; }
.image-content-bgimage-sec .image-content-inner-right img { width: 100%; display: inline-block; object-fit: contain; object-position: center; }
.image-content-bgimage-sec .image-content-inner-left { padding-right: 32px; }
.image-content-bgimage-sec .image-content-inner-right { padding-left: 32px; }

section.zig-zag-sec { width: 100%; display: inline-block; }
section.zig-zag-sec .zig-zag-col { width: 100%;  }
section.zig-zag-sec .zig-zag-col .container { width: 100%; display: flex; align-items: center; }
section.zig-zag-sec .left-sec, section.zig-zag-sec .right-sec { width: 50%; display: inline-block; }
section.zig-zag-sec .left-sec { padding-right: 32px; }
section.zig-zag-sec .right-sec { padding-left: 0; }

section.zig-zag-sec .right-sec .image { width: 100%; display: inline-block; text-align: right; }
section.zig-zag-sec .right-sec .image img { width: 100%; display: inline-block; max-width: 100%; object-fit: contain; object-position: center; max-height: unset; }
section.zig-zag-sec .left-sec .heading { width: 100%; display: inline-block; margin-bottom: 32px; }
section.zig-zag-sec .left-sec .heading h2 { width: 100%; display: inline-block; margin: 0 !important; text-align: left; font-family: 'ProximaNova-Bold'; font-size: 32px; font-style: normal; line-height: 40px; }
section.zig-zag-sec .left-sec .text-content { width: 100%; display: inline-block; }
section.zig-zag-sec .left-sec .text-content p { width: 100%; display: inline-block; line-height: 32px; color: rgb(37 47 57); }
section.zig-zag-sec .left-sec .text-content p:last-child { margin-bottom: 0; }
section.zig-zag-sec .right-sec .text-link { width: 100%;  margin-top: 0; }
section.zig-zag-sec .right-sec .text-link a { width: auto; display: inline-block; font-family: 'ProximaNova-Bold'; font-size: 18px; font-style: normal; font-weight: 700 !important; line-height: 24px; letter-spacing: 0.18px; text-transform: uppercase; color: #252F39; }
section.zig-zag-sec .right-sec .text-link a:hover { color: #f56600; }
section.zig-zag-sec .right-sec .text-link a.button.other-links { width: auto; display: block; color: #A8A4A1; font-family: 'ProximaNova-Regular'; font-size: 18px; font-style: normal; font-weight: 400 !important; line-height: 24px; /* 133.333% */ letter-spacing: 0.18px; text-transform: uppercase; margin: 8px 0 0 0; }
section.zig-zag-sec .right-sec .text-link a.button.other-links:hover { color: #252F39; }

.audience-solutions { padding: 96px 0 64px 0; }
.audience-solutions h2.page-section-heading { margin-bottom: 32px; }
.page-template-tp-claritas_ai .audience-solutions p.page-section-content { display: none; }
.audience-solutions-box .col-lg-3.col-ms-6.col-sm-12 { margin-top: 16px; margin-bottom: 16px; }

section.zig-zag-sec .left-sec .text-content ul, section.zig-zag-sec .left-sec .text-content ol { width: 100%; display: inline-block;  margin-bottom: 0; padding: 0 0 0 32px; }
section.zig-zag-sec .left-sec .text-content ul li, section.zig-zag-sec .left-sec .text-content ol li { width: 100%; list-style-type: disc; font-family: proximanova-regular; font-style: normal; padding: 0 0 5px; font-size: 20px; line-height: 32px; color: rgb(37 47 57); }
section.zig-zag-sec .left-sec .text-content ol li { list-style-type: unset; }

section.zig-zag-sec .zig-zag-col.image_left .container { flex-direction: row-reverse; }
section.zig-zag-sec .zig-zag-col.image_left .container .left-sec { padding-left: 30px; padding-right: 0; }
section.zig-zag-sec .zig-zag-col.image_left .container .right-sec { padding-left: 0; padding-right: 0; }

.resource-box-detail h6, .resource-box-detail h6 a { font-family: 'ProximaNova-Semibold'; font-size: 32px; font-style: normal; line-height: 36px; margin: 0; letter-spacing: unset; }
.resource-box-detail small.resource-sub-title { margin:0 0 16px 0; vertical-align: top; font-size: 16px; line-height: 24px; display: inline-block; -webkit-box-orient: unset; -webkit-line-clamp: unset; overflow: unset; font-family: 'ProximaNova-Regular'; color: #fff; }
.resource-box-detail p { margin: 0 0 16px 0; font-family: 'ProximaNova-Regular'; font-size: 20px; font-style: normal; line-height: 32px; /* display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; */ }
.resource-box-detail a { margin: 0; font-family: 'ProximaNova-Bold'; font-size: 18px; font-style: normal; line-height: 24px; /* 133.333% */ letter-spacing: 0.18px; text-transform: uppercase; }
.resource-box-detail h5 { font-family: 'ProximaNova-Semibold'; font-size: 32px; font-style: normal; line-height: 36px; margin: 0; }
.resource-box-detail h6 { font-family: 'ProximaNova-Semibold'; font-size: 32px; font-style: normal; line-height: 36px; margin: 0; /* display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 72px; */  }
.resource-box-detail p:empty { display: none; }
.resource-box-detail p a {  width: 100%; display: inline-block; margin: 16px 0 0 0; font-family: 'ProximaNova-Bold'; font-size: 18px;    font-style: normal; line-height: 24px;  letter-spacing: 0.18px; text-transform: uppercase; }
.resource-box-detail p:last-child {  margin: 0; }
.inner-page-resource-main .resource-box, .inner-page-resource-main .resource-box .resource-box-detail {height: 100%;}

/* 3-1-2024*/
.gray-text { color: #A8A4A1; }
.aqua-blue-section .methodology-text-inner a { color: #fff; }
.aqua-blue-section .methodology-text-inner p {	color: #252F39;}
.aqua-clr {	color: #88C3C3;}
.aqua-blue-section .pre-built-audiences-inner::before {	background: url(../images/rotator-sky-blue.svg);}


/* 29-1-2024 */

.page-template-tp-platforms .pre-built-audiences-inner::before{
	display: none;
}
.sticky-header .menu-header-megamenu-container .wp-megamenu>.menu-item>a {
    padding: 15px 2px !important;
}
.sticky-header .menu-header-megamenu-container ul.wp-megamenu {
    margin-top: 30px;
}
.sticky-header .logo {
    padding-top: 35px;
}

@media(max-width: 1500px) and (min-width: 1199px)  {
	.image-content-bgimage-sec:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255,255,255,0.5); z-index: -1; }
}

@media(min-width:992px){
	#wp-megamenu-item-2607>.wp-megamenu-sub-menu {right: 0;}
}

@media(max-width:1199px){
	.news-listing-wrap article { width: calc(100% / 2 - 32px) !important; padding: 24px; }
	.image-content-bgimage-sec { padding: 60px 0; }
	.audience-solutions { padding: 60px 0 30px; }

	section.zig-zag-sec .right-sec .image {height:400px;}
	section.zig-zag-sec .right-sec .image img {
		object-fit:cover;
		height:100%;
	}
	section.zig-zag-sec .zig-zag-col.image_left .container .left-sec { padding-left: 16px; padding-right: 0; }
	section.zig-zag-sec .zig-zag-col.image_left .container .right-sec { padding-left: 0; padding-right: 0; }
	.image-content-bgimage-sec:after { display: none; }
	.image-content-bgimage-sec { background-image: none !important; }
	.inner-page-resource-main {  padding: 60px 0 60px; }
	.resource-box-detail {  padding: 60px; }
}

@media(max-width:1028px) {
	body .menu-header-megamenu-container .wp-megamenu>.menu-item:hover>a { background: transparent; color: #000000 !important; }
	body .menu-header-megamenu-container .wp-megamenu>.menu-item.active>a { background: #f60; color: #fff !important; }
	body .menu-header-megamenu-container .wp-megamenu>.menu-item>a { color: #000000 !important; }
	#menu-header-main-menu-1 .open li:last-child { display: block !important; }
	.menu-item-has-children>a:after { content: ''; display: none !important; }
	.menu-item-has-children .active { background-color: #f60 !important; border-bottom: 1px solid #000 !important; }
	.menu-header-megamenu-container .wp-megamenu>.menu-item i.child-trigger { display: flex; width: 40px; height: 41.7px; right: 0; background: #fff; top: 0; align-items: center; justify-content: center; position: absolute; color: #000; border-bottom: 1px solid; border-bottom-color: rgba(0, 0, 0, .13); }
	.menu-item-has-children.active i.child-trigger { background: #f60 !important; border-bottom-color: #fff !important; color: #fff !important; }
	.wp-megamenu-sub-menu { display: none !important; }
	#wpmm-strees-row-34 .wp-megamenu-sub-menu { display: none !important; }
	.wp-megamenu-sub-menu.submenu-open { display: inline-block !important; }
	#wpmm-strees-row-34.submenu-open .wp-megamenu-sub-menu { display: inline-block !important; }
	.methodology ul li { font-size: 20px; line-height: 1.4; }
	
	.claritas-ai .methodology-img { width: 100%; z-index: -1; background-attachment: fixed; }
	.claritas-ai .methodology-text-inner { padding: 70px 0 65px 0; }
	.methodology.aqua-blue-section {  background-color: rgb(136 195 195 / 0.7); }
	
	.artsai-audio-attribution {  background-color: #BE3A34 !important; }
	.artsai-audio-attribution span.methodology-img { position: unset; width: 100%; height: 400px; display: inline-block; }
	.artsai-audio-attribution .container { max-width: 100%; }
	.artsai-audio-attribution .container .col-md-12.col-lg-6 { max-width: 100%; flex: 100%; }
	.artsai-audio-attribution .methodology-text-inner { padding: 40px 0 50px 0 !important; }
	
	.ai-personalization.aqua-blue-section {  background-color: #88c3c3 !important; }
	.ai-personalization.aqua-blue-section span.methodology-img { position: unset; width: 100%; height: 400px; display: inline-block; }
	.ai-personalization.aqua-blue-section .container { max-width: 100%; }
	.ai-personalization.aqua-blue-section .container .col-md-12.col-lg-6 { max-width: 100%; flex: 100%; }
	.ai-personalization.aqua-blue-section .methodology-text-inner { padding: 40px 0 50px 0 !important; }
	
	.claritas-ai.orange-section {  background-color:#ff6600 !important; }
	.claritas-ai.orange-section span.methodology-img { position: unset; width: 100%; height: 400px; display: inline-block; }
	.claritas-ai.orange-section .container { max-width: 100%; }
	.claritas-ai.orange-section .container .col-md-12.col-lg-6 { max-width: 100%; flex: 100%; }
	.claritas-ai.orange-section .methodology-text-inner { padding: 40px 0 50px 0 !important; }
	.claritas-ai .methodology-img { background-position: center !important; }
	
	.aqua-blue-section {  background-color: #88c3c3 !important; }
	.aqua-blue-section span.methodology-img { position: unset; width: 100%; height: 400px; display: inline-block; }
	.aqua-blue-section .container { max-width: 100%; }
	.aqua-blue-section .container .col-md-12.col-lg-6 { max-width: 100%; flex: 100%; }
	.aqua-blue-section .methodology-text-inner { padding: 40px 0 50px 0 !important; }
	
}
@media(min-width:991px){
#menu-header-megamenu > li:last-child {display: none;}
}
@media(max-width:991px){
	.top-links input[type="text"] {
    right: 27px;
    top: 38px !important;
}
	.image-content-sec .row { flex-wrap: wrap; gap: 16px; margin: 0; }
	.image-content-sec .image-content-inner-left { width: 100%; }
	.image-content-sec .image-content-inner-right { width: 100%; }
	.image-content-sec { padding-bottom: 50px; }
	.image-content-sec .image-content-inner-right h2 { margin-bottom: 16px; }

	.claritas-advantage-two-col .section-head-wrapper .row { flex-wrap: wrap; margin: 0; }
	.claritas-advantage-two-col .section-head-wrapper .row .content-box { width: 100%; margin: 0 0 32px 0; }
	.claritas-advantage-two-col { padding: 50px 0 18px 0; }

	.news-listing-wrap article h2 { font-size: 26px; line-height: 32px; }
	.news-listing-wrap article p { margin-bottom: 24px; }
	.news-listing-wrap article .learn-more-btn { font-size: 16px; line-height: 24px; }
	.news-listing-wrap { padding: 0 0; }
	.image-content-sec .image-content-inner-right ul, .image-content-sec .image-content-inner-right ol { margin-bottom: 0; }

	.image-content-bgimage-sec .heading { padding-bottom: 32px; }
	.image-content-bgimage-sec .row { flex-wrap: wrap; }
	.image-content-bgimage-sec .image-content-inner-left { width: 100%; padding: 0; }
	.image-content-bgimage-sec .image-content-inner-right { width: 100%; padding: 32px 0 0 0; text-align: center; }
	.image-content-bgimage-sec .image-content-inner-right img { max-width: 320px; min-width: 300px; }

	.audience-solutions-box .col-lg-3.col-ms-6.col-sm-12 { margin-top: 0 !important; margin-bottom: 0 !important; }

	section.zig-zag-sec .zig-zag-col .container { flex-wrap: wrap; }
	section.zig-zag-sec .left-sec { width: 100%; display: inline-block; padding-left:30px; padding-right:30px; padding: 30px; }
	section.zig-zag-sec .right-sec { width: 100%; display: inline-block; padding: 30px; }
	section.zig-zag-sec .right-sec .image { text-align: left; height:unset; }
	section.zig-zag-sec .right-sec .image img { max-width: unset; min-width: unset; !important }
	section.zig-zag-sec .left-sec .heading { margin-bottom: 16px; }
	section.zig-zag-sec .right-sec .text-link { margin-top: 0; }
	section.zig-zag-sec .zig-zag-col.image_right .container .right-sec, section.zig-zag-sec .zig-zag-col.image_left .container .right-sec {
		padding:0;
	}
	
	.audience-solutions .audience-solutions-box h6.orange { margin-bottom:8px; }
	.audience-solutions .audience-solutions-box p { margin-bottom:8px; }
	.audience-solutions .audience-solutions-box h6.orange br { display: none; }
	
	.resource-box-detail { width: 100%; padding: 316px 16px 16px !important; }
	.resource-box-img { width: 100%; height: 300px; }
	.resource-box-detail h6 { display: inline-block; -webkit-box-orient: unset; -webkit-line-clamp: unset; overflow: unset; height: unset; }
}

@media(max-width:767px){
	.news-listing-wrap .post-listing { width: 100%; margin: 0; }
	.news-listing-wrap article { width: 100% !important; padding: 16px; margin:0 0 16px; }
	.news-listing-wrap article h2 { font-size: 22px; line-height: 28px; }

	.image-content-bgimage-sec .heading h2 { font-size: 26px; line-height: 1.3; }
	.image-content-sec .image-content-inner-right ul li, .image-content-sec .image-content-inner-right ol li { font-size:16px; line-height: 1.4; }
	.claritas-advantage-two-col h2 { margin-bottom: 2rem!important; }
	.claritas-advantage-two-col .content-box-detail h6 { margin-bottom: 10px; }
	.claritas-ai ul li {  font-size: 16px;  line-height: 1.4; }

	.image-content-bgimage-sec { padding: 50px 0; }
	.audience-solutions { padding: 50px 0 20px 0; }

	section.zig-zag-sec .left-sec .heading h2 { font-size: 26px; line-height: 1.3; }
	section.zig-zag-sec .left-sec .text-content p {line-height: 1.4; }
	section.zig-zag-sec .left-sec .text-content ul li, section.zig-zag-sec .left-sec .text-content ol li { font-size: 16px; line-height: 1.4; }
	
	
	section.zig-zag-sec .right-sec .text-link a.button.other-links { font-size: 16px; line-height: 1.4; }
	
	.artsai-audio-attribution span.methodology-img { height:300px; } 
	.aqua-blue-section span.methodology-img, 
	.ai-personalization.aqua-blue-section span.methodology-img { height:300px; } 
	.claritas-ai.orange-section  span.methodology-img { height:300px; } 
	.resource-box-detail { padding: 250px 16px 16px !important; }	
	.resource-box-detail h5 { font-size: 26px; line-height: 1.3; }
	.resource-box-detail h6, .resource-box-detail h6 a { font-size: 26px; line-height: 1.2; }
	.resource-box-detail small.resource-sub-title, .resource-box-detail p, .resource-box-detail a, .resource-box-detail p a  { font-size: 16px; line-height: 1.4; }
	
	
}

/* culture page */
.page-template-tp-culture-page .inner-page-banner .inner-banner-text {
    width: 100%
}

.page-template-tp-culture-page .inner-page-banner .inner-banner-text h1 {
    width: 100%;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -2%
}

.page-template-tp-culture-page .inner-page-banner .inner-banner-text h1::after {
    content: none
}

.page-template-tp-culture-page .inner-page-banner .inner-banner-text span {
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%
}

.page-template-tp-culture-page .inner-page-banner {
    background-position: 100% 20%;
    padding: 192px 0 152px
}

.page-template-tp-culture-page .zig-zag-sec {
    width: 100%;
    display: inline-block;
}

.page-template-tp-culture-page .pre-built-audiences {
    padding: 96px 0 96px
}

.page-template-tp-culture-page .pre-built-audiences h6.orange {
    font-size: 32px;
    line-height: 130%
}

.page-template-tp-culture-page .zig-zag-sec .sec-inner {
    width: 100%;
    display: inline-block;
}

.page-template-tp-culture-page .zig-zag-sec .sec-row {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.page-template-tp-culture-page .zig-zag-sec .sec-row .content {
    width: 50%;
    display: inline-block;
    background: #F1F1F1;
    padding: 48px;
}

.page-template-tp-culture-page .zig-zag-sec .sec-row .image {
    width: 50%;
    display: inline-block;
}

.page-template-tp-culture-page .zig-zag-sec .sec-row .image img {
    width: 100%;
    display: inline-block;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
	min-width: 100%;
}

.page-template-tp-culture-page .zig-zag-sec .sec-row.reverse-col {
    flex-direction: row-reverse;
}

.page-template-tp-culture-page .zig-zag-sec .sec-inner .sec-row.image_left {
    flex-direction: row-reverse
}

.page-template-tp-culture-page .zig-zag-sec .container {
    max-width: 1342px;
}

.page-template-tp-culture-page .zig-zag-sec .title {
    width: 100%;
    display: inline-block;
}

.page-template-tp-culture-page .zig-zag-sec .title h2 {
    width: 100%;
    display: inline-block;
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #F56600;
}

.page-template-tp-culture-page .zig-zag-sec .text {
    width: 100%;
    display: inline-block;
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #252F39;
}

.page-template-tp-culture-page .zig-zag-sec .text p {
    width: 100%;
    display: inline-block;
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #252F39;
}

.page-template-tp-culture-page .zig-zag-sec .text p:last-child {
    margin-bottom: 0;
}

.page-template-tp-culture-page .benefit-sec {
    width: 100%;
    display: inline-block;
    background: #F56600;
    padding: 96px 0;
}

.page-template-tp-culture-page .benefit-sec .sec-title {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 32px;
}

.page-template-tp-culture-page .benefit-sec .sec-title h2 {
    font-family: 'ProximaNova-Bold';
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.page-template-tp-culture-page .benefit-sec .sec-inner {
    width: 100%;
    display: inline-block;
}

.page-template-tp-culture-page .benefit-sec .sec-row {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.page-template-tp-culture-page .benefit-sec .icon-box {
    width: calc(100% / 5 - 12px);
    display: inline-block;
    text-align: center;
    margin: 0;
}

.page-template-tp-culture-page .benefit-sec .icon-box .icon {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    padding: 15px;
    margin: 0 auto;
}

.page-template-tp-culture-page .benefit-sec .icon-box .icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.page-template-tp-culture-page .benefit-sec .icon-box .label {
    width: 100%;
    display: inline-block;
    padding: 24px 0 0 0;
}

.page-template-tp-culture-page .benefit-sec .icon-box .label h6 {
    width: 100%;
    display: inline-block;
    margin: 0;
    font-family: 'ProximaNova-Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}

.page-template-tp-culture-page .about-sec {
    width: 100%;
    display: inline-block;
    padding: 96px 0;
    background: #F1F1F1;
}

.page-template-tp-culture-page .about-sec .container {
    max-width: 1342px;
}

.page-template-tp-culture-page .about-sec .sec-inner {
    width: 100%;
    display: flex;
    align-items: stretch;
    a; : ;
    justify-content: flex-start;
    gap: 64px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.page-template-tp-culture-page .about-sec .sec-inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #F56600;
}

.page-template-tp-culture-page .about-sec .sec-inner .column {
    width: calc(50% - 32px);
    display: inline-block;
}

.page-template-tp-culture-page .about-sec .column .title {
    width: 100%;
    display: inline-block;
}

.page-template-tp-culture-page .about-sec .column .title h2 {
    width: 100%;
    display: inline-block;
    font-family: 'ProximaNova-Semibold';
    font-size: 32px;
    line-height: 130%;
    color: #252F39;
}

.page-template-tp-culture-page .about-sec .column .content {
    width: 100%;
    display: inline-block;
    color: #252F39;
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
    line-height: 130%;
}

.page-template-tp-culture-page .about-sec .column .content p {
    width: 100%;
    display: inline-block;
    color: #252F39;
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
    line-height: 130%;
}

.page-template-tp-culture-page .about-sec .column .content p:last-child {
    margin-bottom: 0;
}

.page-template-tp-culture-page .about-sec .column .list {
    width: 100%;
    display: inline-block;
}

.page-template-tp-culture-page .about-sec .column .list ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    flex-direction: column;
}

.page-template-tp-culture-page .about-sec .column .list ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.page-template-tp-culture-page .about-sec .column .list ul li img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    object-position: center;
}

.page-template-tp-culture-page .about-sec .column .list ul li span {
    font-family: 'ProximaNova-Regular';
    font-size: 20px;
    line-height: 130%;
    width: auto;
    display: inline-block;
}

.page-template-tp-culture-page .about-sec .column .list ul li strong, .about-sec .column .list ul li a {
    color: #F56600;
    font-family: 'ProximaNova-Bold';
}

.page-template-tp-culture-page .awards-sec {
    width: 100%;
    display: inline-block;
    padding: 96px 0;
}

.page-template-tp-culture-page .awards-sec .sec-title {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 32px;
}

.page-template-tp-culture-page .awards-sec .sec-title h2 {
    width: 100%;
    display: inline-block;
    margin: 0;
    font-family: 'ProximaNova-Semibold';
    font-size: 32px;
    line-height: 130%;
}

.page-template-tp-culture-page .awards-sec .sec-inner {
    width: 100%;
    display: inline-block;
}

.page-template-tp-culture-page .awards-sec .sec-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.page-template-tp-culture-page .awards-sec .award {
    width: 9%;
    display: inline-block;
}

.page-template-tp-culture-page .awards-sec .award img {
    width: 100%;
    display: inline-block;
    object-fit: contain;
    object-position: center;
}

.team-section {
    background: #252F39;
    width: 100%;
    display: inline-block;
}

.team-section .owl-carousel.team-carousel {
    max-width: 1412px;
    margin: 0 auto;
    padding: 0 50px;
}

.team-section .team-member {
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: 0.4s ease-in-out;
    padding: 0 5px;
    background: #fff;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.team-section .member-photo {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}

.team-section .member-photo img {
    width: 100%;
    height: 432px;
    object-fit: cover;
    object-position: center;
}

.team-section .member-info {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 0;
    width: calc(100% - 10px);
    height: fit-content;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(16px);
    background: rgba(37, 47, 57, 0.5);
}

.team-section .member-info * {
    color: #fff;
}

.team-section .member-info h3 {
    width: 100%;
    display: inline-block;
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    margin: 0;
    padding: 16px 16px 0 16px;
}

.team-section .member-info strong {
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    line-height: 130%;
    display: inline-block;
    padding: 0 16px 16px 16px;
}

.team-section .role-wrap { 
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center; 
}

.team-section .role-wrap span {
    display: none;
}

.team-section .member-info .desc {
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    font-family: 'ProximaNova-Regular';
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.team-section .member-info .linkedin {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-weight: 700 !important;
    text-align: start;
}

.team-section .owl-nav .owl-prev, .team-section .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.team-section .owl-nav .owl-prev {
    left: 10px;
    color: #fff;
    font-size: 50px;
}

.team-section .owl-nav span {
    color: #fff;
    font-size: 50px;
}

.team-section .owl-nav .owl-next {
    right: 10px;
}

.team-section .team-member:hover .member-info .desc {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.team-section .team-member:hover .role-wrap span {
    display: block;
}

 
.team-section .team-member:hover .role-wrap{
    justify-content: start;
    
}

.team-section .team-member:hover .member-info {
    height: 100%;
    background: #646464;
    border: none;
    padding: 32px;
}

.team-section .team-member:hover .member-info h3 {
    padding: 0;
    text-align: start;
}

.team-section .member-info .desc p {
    margin: 16px 0;
    text-align: start;
	display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-section .team-member:hover strong {
    text-align: start;
    padding: 0;
    width:auto;
}

@media(max-width: 1140px) {
    .page-template-tp-culture-page .zig-zag-sec .sec-inner .sec-row {
        display: flex;
        flex-direction: column;
    }

    .page-template-tp-culture-page .zig-zag-sec .sec-inner .sec-row.image_left {
        flex-direction: column ;
    }

    .page-template-tp-culture-page .zig-zag-sec .sec-inner .sec-row .content {
        width: 100%;
        padding: 30px;
    }

    .page-template-tp-culture-page .zig-zag-sec .sec-inner .sec-row .image {
        width: 100%;
    }

    .page-template-tp-culture-page .pre-built-audiences {
        padding: 60px 0 60px;
    }

    .page-template-tp-culture-page .inner-page-banner .inner-banner-text h1 {
        font-size: 65px;
    }

    .page-template-tp-culture-page .awards-sec .award {
        width: 10%;
    }
}

@media(max-width: 1024px) {
    .page-template-tp-culture-page .benefit-sec {
        padding:70px 0;
    }

    .page-template-tp-culture-page .about-sec {
        padding: 70px 0;
    }

    .page-template-tp-culture-page .awards-sec {
        padding: 70px 0;
    }

    .page-template-tp-culture-page .awards-sec .award {
        width: 12%;
    }
}

@media(max-width: 991px) {
    .page-template-tp-culture-page .inner-page-banner {
        background-position: 100% 20%;
        padding: 130px 0 90px;
    }

    .page-template-tp-culture-page .inner-page-banner .inner-banner-text h1 {
        font-size: 48px;
    }

    .page-template-tp-culture-page .zig-zag-sec .sec-inner .sec-row .content .text p {
        margin: 0;
    }

    .page-template-tp-culture-page .benefit-sec {
        padding: 60px 0;
    }

    .page-template-tp-culture-page .about-sec {
        padding: 60px 0;
    }

    .page-template-tp-culture-page .awards-sec {
        padding: 60px 0;
    }

    .page-template-tp-culture-page .awards-sec .award {
        width: 22%;
    }
}

@media(max-width: 767px) {
    .page-template-tp-culture-page .inner-page-banner {
        background-position: 100% 20%;
        padding: 80px 0 30px;
    }

    .page-template-tp-culture-page .inner-page-banner .inner-banner-text h1 {
        font-size: 36px;
    }

    .page-template-tp-culture-page .pre-built-audiences {
        padding: 40px 0 40px;
    }

    .page-template-tp-culture-page .benefit-sec {
        padding: 40px 0;
    }

    .page-template-tp-culture-page .awards-sec {
        padding: 40px 0;
    }

    .page-template-tp-culture-page .about-sec .sec-inner {
        flex-direction: column;
        gap: 30px;
    }

    .page-template-tp-culture-page .about-sec .sec-inner .column {
        width: 100%;
    }

    .page-template-tp-culture-page .about-sec .sec-inner:after {
        content: none;
    }

    .page-template-tp-culture-page .benefit-sec .sec-row {
        gap: 40px 20px;
    }

    .page-template-tp-culture-page .benefit-sec .icon-box {
        width: calc(100% / 3 - 12px);
    }
}

@media (max-width: 575px) {
    .page-template-tp-culture-page .zig-zag-sec .sec-inner .sec-row .content {
        width: 100%;
        padding: 20px;
    }

    .page-template-tp-culture-page .inner-page-banner .inner-banner-text span {
        font-size: 20px;
    }

    .page-template-tp-culture-page .pre-built-audiences h6.orange {
        font-size: 28px;
    }

    .page-template-tp-culture-page .benefit-sec .icon-box {
        width: calc(100% / 2 - 12px);
    }

    .page-template-tp-culture-page .awards-sec .award {
        width: 25%;
    }

    .page-template-tp-culture-page .awards-sec .sec-row {
        gap: 15px;
    }
	
    .team-section .team-member:hover .member-info {
        padding: 32px 16px;
    }
}

@media (max-width: 425px) {
    .page-template-tp-culture-page .benefit-sec .icon-box {
        width: calc(100% / 1 - 12px);
    }

    .page-template-tp-culture-page .awards-sec .award {
        width: 40%;
    }
}
/* end culture page */

/* About Page CTA Banner added 9/15/25 */
.cta-banner { 
  background-color: #a1a0a0;
  background-image: url('/wp-content/uploads/2025/09/Claritas_DuoTone_CTA_Banner_Image.webp');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: min(4svw, 64px); 
  margin-block: min(4svw, 64px) 1rem; 
  text-align: center;
  text-wrap: balance;

  & > * { text-shadow: 1px 1px 3px #333; }	
  .learn-more-btn { color: #fff; }	
}
.wp-megamenu-item-6328 {
	display:none!important;
}
@media (max-width: 550px) {
	#menu-header-main-menu-1 .wp-megamenu-item-5179 {
		display:none!important;
	}
	#menu-header-main-menu-1 .open .wp-megamenu-item-6328 {display:table!important;}
}
