/*
	Theme Name: Quantium SV
	Version: 1.0.1
	License: Copyright
*/



/* ----------
    MAIN
----------- */

/* Add Roboto */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('fontawesome-all.css');
@import url('jquery.fancybox.css');


/* Add Quantium Pro */

/* Quantium Pro Web by Neubau, Berlin */

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

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


/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	 border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

select {
	background-image: url(img/caret-down.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* global box-sizing */

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family: 'quantium_promedium', sans-serif;
	font-family: 'Roboto', sans-serif;
	color:#000006;
}
 
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}

.m {
	display: none;
}

/* ----------
    TYPE
----------- */

h1, h2, h3, h4, h5 {
	font-family: 'quantium_promedium';
	font-weight: normal;
}

a, a:hover, a:visited {
	color: #000006;
	text-decoration: none;
}

/* ----------
    STRUCTURE
----------- */

.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

.row {
	width: 100%;
}

.container {
	width: 100%;
	max-width: 1380px;
	padding: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
 
.container.no-flex {
	display: block;
}

/* top alert banner */

.alert-banner {
    background-color: black;
    width: 100%;
    height: 52px;
    text-align: center;
    padding-top: 18px;
}

.alert-banner-text {
	font-size: 18px;
    color: white;
}

.alert-banner-text a {
    color: white;
	text-decoration: underline;
}

/* header */

.header > .container {
	height: 174px;
	align-items: center;
	padding-top: 0;
    padding-bottom: 0;
	position: relative;
}

.header .logo {
	width: 210px;
	padding: 1px;
}

.header .logo img {
	margin: 1px;
}

.header .mininav {
    font-size: 12px;
    position: absolute;
    top: 30px;
    right: 100px;
}

.header .mininav span,
.header .mininav a {
	text-decoration: underline;
}

.nav {
	display: flex;
	align-items: center;
	font-family: 'quantium_promedium';
	font-size: 17px;
	/* font-weight: bold; */
	margin: 0 -25px 0 0;
}

.nav > ul  {
	display: flex;
	list-style-type: none;
	align-items: center;
	
}

.nav > ul a {
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 20px 25px;
	line-height: 1;
    display: block;	
	border-radius: 3px;
}


.nav > ul li.signin-nav {
	display: none;
}

.search-down {
	margin: 0;
}

.submenu-down a:after{
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
	display: inline;
	margin: 0 0 0 10px;
	font-weight: bold;
}

.submenu-down a .svg-inline--fa {
	margin: 0 0 0 10px;
}

.submenu-down a:hover {
	/* background: #000;
	outline: none;
	color: #fff; */
}

.submenu-down.down a {
	background: #000;
	outline: none;
	color: #fff;
}

.disablelink,
.disablelink * {
	text-decoration: none !important;
	pointer-events: none !important;
}

.sub-nav,
.search-menu {
	background: #000006;
	position: absolute;
	color: #fff;
	display: none;
	padding: 100px 0 0 0;
	width: 100%;
	z-index: 500;
}

.sub-nav .container,
.search-menu .container {
	padding: 0 100px;
	position: relative;
}

.search-menu {
	padding: 30px 0;
}

.search-menu form {
	width: calc(100% - 100px);
	font-family: "quantium_prolight";
	font-size: 12px;
}

.search-menu form * {
	box-sizing: border-box;
	padding: 5px 8px;
    font-weight: bold;
    height: 30px;		
}

form *:active,
form *:focus {
	outline: none;
}


.search-menu form input {
	width: 90%;
	border: 1px solid #fff;
}

.signin-menu label {
	margin: 0 220px 0 0;
}

.signin-menu a {
	font-family: 'quantium_promedium';
    font-size: 17px;
    color: #fff;
    padding: .75em 2em;
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 20px;
    line-height: 1;
    height: 41px;
}

.search-menu form button {
	width: calc(10% - 20px);
	margin: 0 0 0 20px;
    border: 1px solid #fff;
    background: #000006;
    color: #fff;
}

.sub-nav a {
	color: #fff;
}

.sub-nav .fal {
	position: absolute;
	top: 0;
	right: 100px;
}

.sub-nav .nav-menu {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 100%;
	/* justify-content: space-between; */
}

.sub-nav .nav-menu a .headline {
	font-family: "quantium_promedium";
	font-size: 28px;
	text-decoration: underline;
}

.sub-nav .nav-menu a .sub {
	font-family: "quantium_prolight";
	font-size: 16px;
	text-decoration: none;
	margin: 10px 0 0 0;
	display: block;
}

.sub-nav .nav-menu > li {
	flex-basis: 25%;
	margin: 0 0 100px 0;
}

.sub-nav .sub-menu {
    list-style-type: disc;
    margin: 1em 0;
    list-style-position: inside;
    font-size: 14px;
}

.sub-nav .sub-menu a .headline {
    font-family: "quantium_promedium";
    font-size: 14px;
    text-decoration: underline;
}

.solutions-sub li {
	position: relative;
}

.solutions-sub.sub-nav .nav-menu > li {
	flex-basis: 22%;
    margin-right: 3%;
}

/* .solutions-sub.sub-nav .nav-menu:after {
	display: block;
	flex: 1;
	content: " ";
} */

.solutions-sub .menu-item a {
	padding: 70px 0 0 0;
	display: block;
}

.solutions-sub .menu-item .headline {
	display: none;
}

.solutions-sub li.menu-item a .sub {
	margin: 0;
}

.solutions-sub .menu-item::before {
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 57px;
    width: 100%;
	position: absolute;
    top: 0;
    pointer-events: none;	
}


.solutions-sub .menu-item::after {
	display: block;
    font-size: 13px;
    margin: 15px 0 0 0;		
}

.solutions-sub .q-activate::before {
	background-image: url(img/qactivate.png);
}

.solutions-sub .q-activate::after {
	content: "MEDIA";
}

.solutions-sub .q-checkout::before {
	background-image: url(img/qcheckout.png);
}

.solutions-sub .q-checkout::after {
	content: "FMCG/CPG";
}

.solutions-sub .q-promotions::before {
	background-image: url(img/qpromotions.png);
}

.solutions-sub .q-promotions::after {
	content: "FMCG/CPG";
}

.solutions-sub .q-shelf::before {
	background-image: url(img/qshelf.png);
}

.solutions-sub .q-shelf::after {
	content: "FMCG/CPG";
}

.solutions-sub .q-shopper::before {
	background-image: url(img/qshopper.png);
}

.solutions-sub .q-shopper::after {
	content: "FMCG/CPG";
}

.solutions-sub .q-supply::before {
	background-image: url(img/qsupply-white.png);
}

.solutions-sub .q-supply::after {
	content: "FMCG/CPG";
}

.solutions-sub .q-profile::before {
	background-image: url(img/qprofile.png);
}

.solutions-sub .q-profile::after {
	content: "MEDIA";
}

.solutions-sub .q-segment::before {
	background-image: url(img/qsegments.png);
}

.solutions-sub .q-segment::after {
	content: "MEDIA";
}

.solutions-sub .q-measure::before {
	background-image: url(img/qmeasure.png);
}

.solutions-sub .q-measure::after {
	content: "MEDIA";
}

.solutions-sub .q-measure-tv::before {
	background-image: url(img/Q.Measure-TV.png);
	height: 72px;
}

.solutions-sub .q-measure-tv::after {
	content: "MEDIA";
}

.solutions-sub .q-activate::before {
	background-image: url(img/qactivate.png);
}

.solutions-sub .q-activate::after {
	content: "MEDIA";
}

.solutions-sub .q-refinery::before {
	background-image: url(img/QRefinery-menu.png);
    height: 74px;
    top: -8px;
}

.solutions-sub .q-refinery::after {
	content: "BANKING";
}

.solutions-sub .q-credit::before {
	background-image: url(img/Q.Credit.png);
}

.solutions-sub .q-credit::after {
	content: "BANKING";
}

.solutions-sub .q-audience::before {
	background-image: url(img/Q.Audience.png);
}

.solutions-sub .q-audience::after {
	content: "BANKING";
}

.solutions-sub .q-checkup::before {
	background-image: url(img/qcheckup-l.png);
}

.solutions-sub .q-checkup::after {
	content: "HEALTH";
}


.solutions-sub .q-centre::before {
	background-image: url(img/qcentre.png);
}

.solutions-sub .q-centre::after {
	content: "PROPERTY";
}

.solutions-sub .q-lease::before {
	background-image: url(img/qlease.png);
}

.solutions-sub .q-lease::after {
	content: "PROPERTY";
}

.solutions-sub .q-dose::before {
	background-image: url(img/Q.Dose.png);
}

.solutions-sub .q-dose::after {
	content: "HEALTH";
}

.solutions-intro {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: 0 0 100px 0;
}

.solutions-icon {
	flex-basis: 20%;
}

.solutions-intro-copy {
	flex-basis: 75%;
	align-self: center;
}

.solutions-intro-copy h2 {
font-size: 28px;
}


.solutions-intro-copy p {
margin: 1em 0 0 0;
}

.commbank-iq-intro {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 100px 0;
	font-family: "quantium_prolight";
}

.commbank-iq-intro-copy {
	flex-basis: 75%;
	align-self: center;
}

.commbank-iq-intro-copy p {
    margin: 0 0 0 0;
}

.submenu-up,
.search-up,
.search-down,
.signin-down {
	cursor: pointer;
}

.search-up {
	margin: 0 0 0 50px;
    display: flex;
    align-items: center;	
}

/* sidebar */

.sidebar {

}

/* footer */
.footer {
	background: #000006;
	color: #fff;
}

.footer .container {
	padding: 100px 100px 60px 100px;
}

.footer a {
	color: #fff;
}

.footcopy {
	flex-basis: 100%;
	display: flex;
}

.footcopy > ul {
	flex-basis: 25%;
	padding: 0 100px 0 0;
}

.footcopy > ul > li {
	font-family: 'quantium_prolight';
	font-size: 16px;
	margin: 0 0 30px 0;
}

.footcopy > ul > li:last-child {
	margin: 0;
}

.footcopy .sub-menu {
	list-style-type: disc;
    margin: 30px 0;
    font-size: 12px;
    line-height: 1.6;	
}

.footcopy .sub-menu a {
	text-decoration: underline;
}

.footoffices {
	flex-basis: 75%;
	/* display: flex; 
	flex-wrap: wrap; */
	font-size: 11px;
	column-count: 2;
}

.footoffices > div {
	/* flex-basis: calc(100% / 3);
	flex-basis: 33%; */
	display: inline-block;
	margin: 0 0 30px 0;
    padding: 0 100px 0 0;
}

.footoffices > div p {
	margin: 10px 0;
	line-height: 1.2;
}

.footoffices h3 {
	font-size: 16px;
	font-family: 'quantium_prolight';
}

.footend {
	flex-basis: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 11px;
}

.footicons {
	margin: 20px 0 40px 0;
}

.footicons a {
	text-decoration: underline;
}

.footicons .social {
	display: flex;
	justify-content: space-between;
	margin: 5px 0 0 0;
	align-items: flex-end;
	position: relative;
}

.footicons .social .icons {
	font-size: 26px;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* ----------
    PAGES
----------- */

.flexible-content {
	display: flex;
	flex-wrap: wrap;
}

.flexible-content a {
	text-decoration: underline;
}

.flexible-content .row {
	flex-basis: 100%;
}

.flexible-content ul {
	list-style-type: disc;
	line-height: 1.4;
	list-style-position: inside;
}

.flexible-content p {
	margin: 1em 0;
}

.flexible-content iframe {
	/* margin-top: -1em; */
}


.slick-slider,
.slick-track,
.slick-list {
	height: 100%;
}

.slick-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-initialized  {
    visibility: visible;
    opacity: 1; 
}

article p {
	line-height: 1.2;
}

.banner-carousel .slick-track {
	height: 410px;
}

.banner-static {
	height: 410px;
	width: 100%;
}

.banner-static div {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.quan-mid-parag {
	display: block;		
	font-size: 28px;
	font-family: 'quantium_prolight';
	margin: 1.25em 0;
}

.quan-large-title {
	display: block;		
	font-size: 42px;
	font-family: 'quantium_prolight';
}

.roboto-sub-parag {
	display: block;		
	font-size: 16px;
	font-family: 'Roboto';
	margin: 1em 0;
}


.flexible-content p {

}

.flexible-content .text-cols {
	column-count: 2;
}

.flexible-content h1 {
	font-size: 80px;
	/* margin: 1em 0; */
}

.flexible-content h2 {
	font-size: 42px;
}

.flexible-content h3 {
	font-size: 28px;
}

.flexible-content h4 {
	font-size: 80px;
}

.flexible-content > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.two-col-carousel {

}

.two-col-carousel * {
	min-height: 0;
	min-width: 0;
}


.two-col-carousel .text-column {
	flex-basis: 60%;
	max-width: 60%;
	padding: 100px;
	padding-left: calc((100% - 1200px) / 2);
}

.two-col-carousel .text-column.left {
	flex-basis: 60%;
	max-width: 60%;
	padding: 100px;
	padding-left: 100px;
	padding-right: calc((100% - 1200px) / 2);
	background: #ece8e4;
}

.two-col-carousel .text-column {
    /* max-width: 870px;
    float: right; */
}

.two-col-carousel .text-column p {
    margin: 1em 0
}

.two-col-carousel .text-column a {
    text-decoration: underline;
}

.two-col-carousel .text-column strong {
    font-weight: bold;
}

.two-col-carousel .text-column.left {
	order: 2;
}

.two-col-carousel .column-carousel-container {
	flex-basis: 40%;
}

.two-col-carousel .column-carousel {
	
}

.brands-carousel {
	margin: 20px 0 0 0;
	width: 100%;
	max-width: 700px;
}

.brands-carousel img {
	width: 33%;
	float: left;
	padding: 4% 12% 0 0;
}

.brands-carousel br {
	display: none;
}

.two-col-infographic {
	background: #000006;
	color: #fff;	
}

.two-col-infographic .text-column {
	flex-basis: 35%;
	align-self: center;
}

.two-col-infographic .infographic-column {
	flex-basis: 58%;
}

.two-col-infographic .infographic-column.middle {
	align-self: center;
}

.two-col-infographic .infographic-column .quan-mid-parag {
	margin: .75em 0;
}

.two-col-infographic .infographic-column ul {
	line-height: 1.2;
	list-style-type: disc;
}

.two-col-infographic .infographic-column div {
	background-image: url(img/content-images/dots.svg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 50px 135px;
	background-size: 40px 460px;
}

.two-col-infographic .infographic-column > div + div {
	background-image: url(img/content-images/dots2.svg);
	background-size: 40px 40px;
	padding: 0 0 0 135px;
}

.two-col-video {
	background: #000006;
	color: #fff;	
}

.two-col-video a {
	color: #fff;	
}

.two-col-video.vid-white {
	background: #fff;
	color: #000006;	
}

.two-col-video.vid-white a {
	color: #000006;	
}

.two-col-video.vid-chrome {
	background: #ece8e4;
	color: #000006;	
}

.two-col-video.vid-chrome a {
	color: #000006;	
}

.two-col-video .text-column {
	/* flex-basis: 70%; */
	flex-basis: 40%	
}

.two-col-video .text-column.middle {
	align-self: center;
}

.two-col-video .text-column.middle p:last-child {
	margin-bottom: 0;
}

.two-col-video .text-column.middle p:last-child span {
	margin-bottom: 0;
}

.two-col-video .video-column {
	/* flex-basis: 20%; */
	flex-basis: 50%;
}

.video-column .video-trigger {
	display: block;
	position: relative;
	overflow: hidden;
}


.video-column .video-trigger .videosquare {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    height: 40px;
    width: 40px;
    display: block;
    background: #fff;
}

.video-column .video-trigger .fab {
	position: absolute;
    left: 50%;
    top: 50%;
    color: #000;
    font-size: 90px;
	transform:translate(-50%,-50%);
}


.single-col-black {
	background: #000006;
	color: #fff;
}

.single-col-black a {
	color: #fff;
}

.single-col-dark-graphic a {
	color: #fff;
}

.single-col-dark-graphic {
	background: #000006;
	color: #fff;
	align-items: center;
}

.single-col-dark-graphic .copy {
	flex-basis: 70%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.single-col-dark-graphic .copy > *{
	flex-basis: 100%;
}

.single-col-dark-graphic .graphic {
	flex-basis: 20%;
}

.single-col-dark-graphic .graphic img {
	max-width: 100%;
}


.two-col-chrome {
	background: #ece8e4;
	color: #000006;
}

.two-col-chrome .column {
	flex-basis: calc(50% - 50px);
}

.two-col-white {

}

.two-col-white .column {
	flex-basis: calc(50% - 50px);
}

.three-col-chrome {
	background: #ece8e4;
	color: #000006;
	font-family: 'quantium_prolight';
}

.three-col-chrome .header {
	flex-basis: 100%;
	margin: 0 0 50px 0;
}

.three-col-chrome .column {
	flex-basis: 27.5%;
}

.shim *:first-child {
	/* margin-top: 0; */
}

.shim *:last-child {
	margin-bottom: 0;
}

.cta .container {
	align-items: center;
}

.cta-link a {
	display: block;
	background: #000006;
	color: #fff;
    font-size: 22px;
    padding: 20px 30px;
	text-decoration: none;
	cursor: pointer;
}

.brochure-cta .column + .column {
	flex-basis: 50%;
}
.brochure-cta .cta-button {
	text-align: right;
}

.brochure-cta form {
	width: 100%;
	display: flex;
}

.brochure-cta form input {
	border: 2px solid #000006;
    font-size: 22px;
    padding: 18px 30px;
    flex: 1;
    margin: 0 20px 0 0;	
}

.brochure-cta button {
	background: #000006;
	color: #fff;
	border: 2px solid #000006;
    font-size: 22px;
    padding: 18px 30px;	
}

.slide-container {
	padding-top: 0;
	display: none;
}

body .wrapper a.black-button {
	display: inline-block;
	background: #000006;
	color: #fff;
	border: 2px solid #000006;
    font-size: 22px;
    padding: 18px 30px;
	text-decoration: none;
}

body .wrapper a.black-button:hover {
	display: inline-block;
	background: #000006;
	color: #fff;
	border: 2px solid #000006;
    font-size: 22px;
    padding: 18px 30px;
	text-decoration: none;
}

body .wrapper a.black-button-grad {
	display: inline-block;
	background: #000006;
	color: #fff;
	border: 2px solid #000006;
    font-size: 22px;
	text-decoration: none;
	width: 337px;
	height: 67px;
}

body .wrapper a.black-button-grad:hover {
	display: inline-block;
	background: #000006;
	color: #fff;
	border: 2px solid #000006;
    font-size: 22px;
	text-decoration: none;
	width: 337px;
	height: 67px;
}

.fadeout {
	opacity: 0.2;
	transition: all .1s ease;
	pointer-events: none;
	cursor: not-allowed;
}

.hubspot-form {
    max-width: 730px;
    margin: 0 auto;
}

.hubspot-form form {
    display: block;
}

.hubspot-form * {
/*	font-family: "quantium_prolight" !important; */
	font-weight: 400;
}

.container .hubspot-form form fieldset {
    max-width: 730px;
}

.container .hubspot-form form fieldset .hs-input {
    max-width: 730px;
    font-size: 11px;
    padding: 8px;
    border: 1px solid #000006;
    color: #000006;
    height: 31px;
	border-radius: 0;
	box-shadow: none;
    box-sizing: border-box;
}

.container .hubspot-form form .hs-button {
    border: 0;
	border-radius: 0;
    display: block;
    background: #000006;
    color: #fff;
    font-size: 22px;
    padding: 20px 30px;
    cursor: pointer;
	font-weight: 400;
	margin: 1em 0 0 0;
}

.container .hubspot-form form .hs-button:hover {
	box-shadow: none;
	border: 0;
		
}

.container .hubspot-form form .hs-recaptcha {
    margin: 1em 0 0 0;
}

.container .hubspot-form form .hs-richtext {
    width: 95%;
	font-size: 12px;
}

.container .hubspot-form form .actions {
    margin: 0;
	padding: 0;
}

.single-col-white .container {
	/* padding-right: 40%; */
}

.two-col-chrome-black .black-column,
.two-col-chrome-black .chrome-column {
	flex-basis: 50%;
	max-width: 50%;
	padding: 100px;
}

.two-col-chrome-black .black-column *:last-child,
.two-col-chrome-black .chrome-column *:last-child {
	margin-bottom: 0;
}

.two-col-chrome-black .black-column {
	background: #000006;
	color: #fff;
	padding-left: calc((100% - 1200px) / 2);
}
.two-col-chrome-black .chrome-column {
	background: #ece8e4;
	padding-right: calc((100% - 1200px) / 2);
}

.single-col-black table {
	border-collapse: collapse;
	margin: 50px 0 0 0;
}

.single-col-black table .alignnone {
	margin: 0;
}

.single-col-black td {
	padding: 50px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	vertical-align: middle;
	font-size: 13px;
}

.single-col-black tr td:first-child {
    border-right: 1px solid #fff;
	padding-left: 0;
	width: 33%;
	padding-right: 80px;
}

.single-col-black tr td:last-child {
	padding-left: 80px;
	padding-right: 0;
}

.single-col-black tr + tr td {
    border-top: 1px solid #fff;
}

.key-benefits {
	background: #000006;
	color: #ffffff;
}

h2.before-title {
	font-family: 'quantium_prolight';
}

.key-benefits.benefitswhite {
	background: #ffffff;
	color: #000006;
}

.key-benefits h2 {
	flex-basis: 100%;
	margin: 0 0 1em 0;
}

.key-benefits .column {
	flex-basis: calc(50% - 50px);
}

.key-benefits ul {
	list-style-type: none;
	font-size: 34px;
}

.key-benefits .container > ul {
	flex-basis: calc(50% - 50px);	
}

.key-benefits ul li {
	font-size: 28px;
	padding: 0 0 0 1.25em;
	position: relative;
	font-weight: 300;
}

.key-benefits ul li + li {
	margin: 1em 0 0 0;
}

.key-benefits ul li::before {
	content: '';
	background: url(img/bullet.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
    left: 0;
	top: 12px;
}

.key-benefits ul ul li::before {
	content: '';
	background: url(img/bullet.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	position: absolute;
    left: 0;
	top: 12px;
}

.key-benefits.benefitswhite ul li::before {
	background: url(img/bulletblack.svg);	
}

.key-benefits.benefitswhite ul ul li::before {
	background: url(img/bulletblack.svg);	
}

.key-benefits ul ul {
	list-style-type: none;
	font-size: 24px;
    margin: 0 0 2em 1.5em;
}

.key-benefits ul ul li {
	font-size: 22px;
	padding: 0 0 0 1.5em;
	margin: 1em 0;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 60px 0 0 0;
}

.partner-logos img {
	/*flex-basis: calc(20% - 40px);
    width: calc(20% - 30px);*/
	width: calc(20% - 30px);
    height: auto;
    align-self: center;
	margin: 20px;
}

/*
.partner-logos.fourcol img {
    flex-basis: calc(20% - 30px);
    width: calc(20% - 30px);
    height: auto;
    align-self: center;
    margin: 20px;
}
*/

body.health .partner-logos.fourcol img {
   /* flex-basis: calc(17% - 30px);*/
    width: calc(17% - 30px);
}

/* Testimonials */

.row.testimonials {
	background: #ece8e4;
}

.testimonials h2 {
	width: 100%;
}

.testimonial-slider {
	width: 100%;
	margin: 50px 0 0 0;
	height: auto;
}

.testimonial-slider .slick-list {
	height: auto;
}


.testimonial-slider .slick-list .slick-track {
    display: flex;
    align-items: center;
}

.slick-initialized .slick-slide.testimonial-slide {
	display: flex;
	align-items: center;
    justify-content: space-between;	
}

.testimonial-content {
	width: 65%;
	padding: 0  80px;
	position: relative;
}

.testimonials-text .testimonial-content {
	width: 100%;
}

.testimonial-content::before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0; 
    content: "\201C";
}

.testimonial-content::after {
    font-family: Georgia, serif;
    position: absolute;
    float: right;
    font-size: 6em;
    line-height: 1;
    right: 0;
    bottom: -0.5em;
    content: "\201D";
}

.testimonial-content p {
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	text-align: justify;
}

.testimonial-content p strong {
	font-weight: 600;
}

.testimonial-content p + p {
	margin: 1em 0 0 0;
}

.testimonial-logo {
	width: 30%;
}

.testimonial-logo img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 0 70px 0;
}

.testimonial-slider .slick-dots {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}

.testimonial-slider .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.testimonial-slider .slick-dots li button {
	background: #bcb5ac;
	display: block;
	border: 0;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
}

.testimonial-slider .slick-dots li.slick-active button {
	background: #000;
}

.testimonial-slider .slick-dots li:focus,
.testimonial-slider .slick-dots li button:focus {
	outline: none;
}

/* Experts */

.experts .container {
	padding-bottom: 0;
}

.experts h2 {
	flex-basis: 100%;
	margin: 0 0 60px 0;
}

.expert-panels {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    justify-content: space-between;	
}

.row a.expert-member {
    flex-basis: calc(100% / 2 - 30px );
    margin-bottom: 45px;
	display: flex;
	text-decoration: none;
}

.expert-member .expert-photo {
    background-size: cover;
    background-position: center center;
    padding-bottom: 66.6%;
	width: 60%;
}

.expert-member .card {
    background: #ece8e4;
    padding: 25px;
    font-size: 11px;
	width: 40%;
}

.expert-member .card h3 {
    font-size: 24px;
	font-family: 'quantium_prolight';
	text-decoration: underline;
	line-height: 30px;
}

.expert-member .card p {
    margin: 1em 0 0 0;
	font-size: 18px;
}

.expert-member .card p.bio {
    margin: 1em 0 0 0;
	font-size: 15px;
}

/* Careers Page */

#current-opportunities > .container {
    background: #ece8e4;
}

.careers .two-col-carousel .awards {
	/*display: table;*/
	margin: 20px 0 0 0;
}

.careers .two-col-carousel .awards img {
	width: 25%;
	vertical-align: middle;
	margin: 0 5% 0 0;
}

.graduate-program .awards {
	display: table;
	margin: 20px 0 0 0;
}

.graduate-program .awards img {
	width: 25%;
	vertical-align: middle;
	margin: 0 5% 0 0;
}

.job-controls {
	text-align: center;
	width: 100%;
}

.job-controls > div {
	display: inline-block;
}

.job-controls > div span {
	margin: 0 20px 0 30px;
}

.job-controls select {
	font-size: 11px;
	padding: 8px;
	border: 1px solid #000006;
	background-color: #fff;
}

.job-listings {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0;
}

.listing {
	flex-basis: calc(25% - 22.5px);
	border: 1px solid #000006;
	padding: 25px 70px 25px 25px;
	margin: 0 0 30px 0;
	font-size: 11px;
	font-family: 'Roboto';
	font-weight: 200;
	color: #000006;
}

.listing.highlight {
	border: 4px solid #000006;
	padding: 22px 70px 22px 22px;
}

.listing h4 {
	font-size: 14px;
	line-height: 1.2
}

.listing p {
	margin: 1em 0;
}

.listing a {
	text-decoration: underline;
}

.careers div.wpcf7 {
	margin: 0 auto;
	max-width: 730px;
}

.careers .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.careers div.wpcf7 .fields {
	flex-basis: calc(50% - 12.5px);
	margin: 0 0 25px 0;
}

.careers div.wpcf7 .message {
	flex-basis: 100%;
	margin: 0 0 25px 0;
}

.careers div.wpcf7 .fileattach {
	font-size: 11px;
	line-height: 1.2;
	flex-basis: 100%;
	margin: 0 0 25px 0;
}

.careers div.wpcf7 .message textarea {
	height: 180px;
}

.careers div.wpcf7 input, 
.careers div.wpcf7 textarea,
.careers div.wpcf7 select {
	font-size: 11px;
	padding: 8px;
	border: 1px solid #000006;
	color: #000006;
	width: 100%;
	height: 31px;
}

.careers div.wpcf7 .wpcf7-not-valid,
div.wpcf7 .wpcf7-not-valid {
	border: 1px solid #ff0000;	
}

span.wpcf7-not-valid-tip {
	height: 0;
	width: 0;
	opacity: 0;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 20px 30px;
	width: 100%;
	text-align: center;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
	background: #f7e700;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #69F0AE;
    background: #69F0AE;
}

.careers div.wpcf7 input[type="file"] {
	border: 0;
	padding: 0;
}

div.wpcf7 input[type="submit"], #whitelistingForm input[type="button"] {
	background: #000006;
	color: #fff;
}

div.wpcf7 ::placeholder {
	color: #000006;
}

/* Team */

.team-profiles {
	display: flex;
	flex-basis: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.team h1,
.team h2 {
	flex-basis: 100%;
}

.team h2 {
	margin: 60px 0;
}

.row a.team-member {
	flex-basis: calc(100% / 2 - 30px );
	margin-bottom: 45px;
	display: flex;
	text-decoration: none;
}

.team-member .member-photo {
	background-size: cover;
	background-position: center center;
	padding-bottom: 66.6%;
	width: 60%;
}

.team-member .card {
	background: #ece8e4;
	padding: 25px;
	font-size: 11px;
	width: 40%;
}

.team-member .card h3 {
	font-size: 24px;
	font-family: 'quantium_prolight';
	text-decoration: underline;	
	line-height: 30px;
}

.team-member .card p {
	margin: 1.5em 0;
}

.team-member .card p.bio {
	font-size: 15px;
	margin: 0;
}

.locations {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-basis: 100%;
}

.locations .location {
	flex-basis: calc(100% / 3 - 30px );
	margin-bottom: 45px;
	background: #ece8e4;
}

.locations::after {
	display: block;
	content: "";
	flex-basis: calc(100% / 3 - 30px );
	margin-bottom: 45px;
}

.location .header {
	background: #000006;
	color: #fff;
	font-family: 'quantium_prolight';
	padding: 25px;
	font-size: 28px;
}

.location .address {
	padding: 25px;
	font-size: 16px;
}

/* Member Page */

.team-member-profile h1 {
	font-size: 60px;
}

.member-card {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0 0;
	flex-wrap: wrap;
	flex-basis: 100%;
}

.member-card .member-photo {
	flex-basis: calc(100% / 3 - 30px );
	margin: 0 45px 0 0;
	/*background-color: #ece8e4;*/
}

.member-card .member-photo div {
	padding-bottom: 109%;
    background-size: cover;
	background-position: center center;
}


.member-card .bio {
	flex: 1;
}

.member-card .bio .qualifications {
	
}

.member-card .bio .two-col {
	column-count: 2;
	column-gap: 30px;
}

.member-card .bio .two-col p {
	margin: 0 0 1em 0;
}

.return {
margin: 50px 0 0 0;
}

.return a {
	font-family: 'quantium_prolight';
}

/* Search Results */

.searchresults .container {
	display: block;
}

.searchresult {
	
}

/* Training */

.trainingfeedback .training iframe 
{
    height: 1100px;
    
     margin-top: 20px;

}

.training iframe {
	height: 700px;
}

/* Graduate Program */

.grad-intern * {
	text-align: left !important;
}

.grad-intern input[type="submit"] {
	text-align: center !important;
}

.grad-intern .container {
	display: block;
}

.grad-header  {
	margin: 60px 0;
}

.grad-form form {
	width: 100%;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 12px;
}

.grad-intern strong {
	font-weight: bold;
}

.grad-intern em {
	font-style: italic;
}

.grad-form .col-md-8 {
	flex-basis: 100%;
    margin: 0 0 30px 0 !important;	
}

.grad-form .col-md-4 {
    flex-basis: calc(50% - 12.5px);
    margin: 0 0 30px 0 !important;
	display: flex;
	align-items: center;
}

.grad-form .col-md-4 input {
    width: 100%;
}

.grad-form .col-md-4 span {
    width: 100%;
}

.grad-form div:empty {
   display: none;
}

.grad-form .col-md-5 {
	font-size: 12px;
	display: block;
	margin: -14px 0 2px 0;
	height: 12px;
}

.grad-form form h4  {
    display: block;
    font-size: 28px;
    font-family: 'quantium_prolight';
    margin: 0;
}

.grad-form form input,
.grad-form form select {
	font-size: 11px;
    padding: 8px;
    border: 1px solid #000006;
    color: #000006;
    width: 100%;
 
}

.grad-form form input[type="file"] {
	border: 0;
	padding: 0;
}

input[type="file"].wpcf7-not-valid {
	color: #ff0000;
}

.grad-form hr {
	height: 1px;
    border: 0;
    background: #000006;
	margin: 20px 0;
}

/* Facebook Whitelist */

body.page-template-facebookwhitelisting article .container {
	display: block;
}

body.page-template-facebookwhitelisting article h1 {
	margin: 0 0 .5em 0;
}

#wpcf7-f1848-p1850-o1 {
	width: 100%;
	max-width: 700px;
}

.fsettwo,
.fsetthree {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fsettwo > div {
	flex-basis: calc(50% - 12.5px);
    margin: 0 0 25px 0;
}

.fsetthree > div {
	flex-basis: calc(33.333% - 16.666px);
    margin: 25px 0 0 0;
}

.setone input {
	width: 5% !important;
}

.settwo input {
	width: 2.5% !important;
}


.fsettwo input,
.fsetthree input,
.fsetthree select {
	font-size: 11px;
    padding: 8px;
    border: 1px solid #000006;
    color: #000006;
    width: 100%;
    height: 31px;
}

span.wpcf7-list-item {
	margin: 30px 0 30px 25px;
	position: relative;
}

span.wpcf7-list-item input {
	position: absolute;
	left: -25px;
}

.accountgroup {
	position: relative;
}

.accountgroup .col-xs-1 {
	position: absolute;
    right: -30px;
    top: 31px;	
}

.add-btn {
	display: block;
}

#wpcf7-f1848-p1850-o1 input[type="submit"], #whitelistingForm input[type="button"] {
    font-size: 11px;
    padding: 8px 24px;
    border: 1px solid #000006;
    height: 31px;
}

#wpcf7-f1848-p1850-o1 div.wpcf7-response-output {
	margin: 30px 0 0 0
}

/* Insights */

main.insights {
	
}

main.insights h1.insights-title {
	font-size: 80px;
    margin: 0 0 .25em 0;
}

.mason-container {
	padding: 0 85px 0 85px;
}

.home .mason-container {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mason-grid {
	margin: 0;
	width: 100%;
    position: relative;
}


.grid-sizer,
.grid-item { 
	/* width: calc(100% / 5);  */
    width: calc(100% / 3); 
}

.grid-item.twoxtwo {
	width: calc(100% / 2.5);
}

.grid-item.twoxtwo .loop-post {
	padding-top: calc(67% + 30px)
}

.grid-item.twoxone .loop-post {
	padding-top: calc(134% + 30px)
}

.grid-item.onextwo {
	width: calc(100% / 2.5);
}

.grid-item.onextwo .loop-post {
	padding-top: calc(67% / 2);
}

.grid-item {
	box-sizing: border-box;
	overflow: hidden;
}

.grid-item:hover .loop-bg {
	transform: scale(1.2);
	transition: all .5s;
}

.loop-post {
	display: block;
	position: relative;
	padding: 67% 0 0 0;
	border: 15px solid #fff;
	overflow: hidden;
}

.loop-post .loop-bg {
	transition: all .5s;
	background-size: cover;
	background-position: center center;		
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;	
}

.loop-post .shade {
	display: block;
	position: absolute;
	width: 100%;
	height: 80%;
	bottom: -1px;
	pointer-events: none;
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,.5) 100%);
	background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,.95) 100%);
}

.twoxtwo .loop-post .shade,
.twoxone .loop-post .shade {
	height: 50%;
}



.loop-post .post-details {
	display: block;
	color: #fff;
    z-index: 99;
    position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.loop-post .post-details h3 {
	font-family: 'quantium_prolight';
	font-size: 18px;
}

.loop-post .post-details a {
	color: #fff;
}

.loop-post .post-details .post-category {
	color: #fff;
	margin: 0 0 15px 0;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	display: none;
}

.loop-post .read-more,
.loop-post .excerpt {
	display: block;
	font-size: 16px;
	max-height: 0;
	transition: all .5s;	
}

.loop-post:hover .read-more,
.loop-post:hover .excerpt {
	max-height: 500px;
	transition: all 1s;
}

.loop-post .excerpt {
	display: none;
}

.loop-post .read-more {
	display: block;
}

.twoxtwo .loop-post .excerpt,
.onextwo .loop-post .excerpt {
	display: block;
}

.twoxtwo .loop-post .read-more,
.onextwo .loop-post .read-more {
	display: none;
}

.read-more,
.excerpt {
	overflow: hidden;
}

.loop-post:hover a h3  {
	text-decoration: underline;
}

.excerpt:empty {
    display: none !important;
}

.pagination {
	text-align: center;
}

.pagination .page-numbers {
	display: none;
}

.pagination .next,
.pagination .prev {
	display: inline-block;
	background: #000006;
	color: #fff;
	border: 2px solid #000006;
    font-size: 22px;
    padding: 18px 30px;
	text-decoration: none;
}


/* Insights Single Post */

.blog-content.container {
	padding-top: 50px;
    padding-bottom: 0;
}

.blog-content h1 {
	font-size: 80px;
    margin: 0 0 .5em 0;	
}

.blog-content article {
	flex-basis: 70%;
	width: 70%;
	max-width: 70%;
	border-right: 1px solid #999;
    padding: 0 50px 0 0;	
}

.blog-content article em {
	font-style: italic;
}

.blog-content article a {
	text-decoration: underline;
}

.blog-content article sup {
	font-size: .75em;
}

.blog-content article blockquote {
	font-size: 1.5em;
	    text-align: center;
    margin: 0 2em;
}

.blog-content article blockquote p {
	font-size: inherit;
}

.blog-content article p {
    margin: 2em 0;
	font-weight: 300;
    font-size: 16px;
    line-height: 1.3;	
}

.blog-content article ul {
	list-style: disc;
	padding: 0 1.5em;
}

.blog-content article ol {
	list-style: decimal;
	padding: 0 1.5em;
}

.blog-content article ul li, .blog-content article ol li {
	margin: 1em 0;
}

.blog-content article strong {
	font-weight: bold;
}

.blog-content aside {
	flex-basis: 30%;
	width: 30%;
	max-width: 30%;
	padding: 0 0 0 50px;
}

.blog-content .excerpt {
    font-size: 28px;
    font-family: 'quantium_prolight';
    margin: 1em 0;
}

.load-more-posts {
	text-align: center;
	margin: 0 0 100px 0;
}

.brochure-cta.blog-cta .column + .column {
    flex-basis: 41%;
}

/* Related Posts */

.related > h3 {
    font-size: 28px;
    font-family: 'quantium_prolight';
    margin: 0 0 1em 0;	
}

.related-post {
	display: block;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin: 0 0 40px 0;
	padding: 67% 0 0 0;	
}

.related-post .shade {
	display: block;
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: -1px;
	pointer-events: none;
background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,.5) 100%);
background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,.95) 100%);

}

.related-post h3 {
	display: block;
	background-size: cover;
	color: #fff;
	font-family: 'quantium_prolight';
	font-size: 16px;
    z-index: 99;
    position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

iframe[src*="youtube"] {
    /* width: 100%;
	height: auto; */
}

.embedwrapper  {
	padding-bottom: 56.25%;
	position: relative;
}

.embedwrapper iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/* ----------
    SLICK SLIDER
----------- */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	background-size: cover;
	background-position: center center;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* ----------
    WORDPRESS CORE
----------- */

.alignnone {
	/* margin:5px 20px 20px 0; */
}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:0px 100px 0px 0;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#000006;
	border:0;
	max-width:100%;
	padding: 0;
	text-align:center;
}

.wp-caption.alignnone {
	margin:0;
}

.wp-caption.alignleft {
	margin:0;
}

.wp-caption.alignright {
	margin:0;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 13px;
    color: #fff;
    text-align: left;
}

.sticky {

}

.bypostauthor {

}


/* ----------
    RESPONSIVE
----------- */

@media only screen and (min-width:1180px) and (max-width:1380px) {
	
	.signin-menu label {
    	margin: 0 160px 0 0;
	}
	
	.nav > ul a {
		padding: 17px 20px;
	}	
	
	.two-col-carousel .text-column {
		padding-left: 100px;
	}
	.two-col-carousel .text-column {
		
	}	
	.footoffices > div {
		padding: 0 60px 0 0;
	}
	
	.footcopy > ul {
		padding: 0 60px 0 0;
	}
	
	.cta .quan-large-title {
		font-size: 32px;
	}
	.two-col-chrome-black .black-column {
		padding-left: 100px;
	}
	.two-col-chrome-black .chrome-column {
		padding-right: 100px;
	}
	.two-col-carousel .text-column.left {
		padding-right: 100px;
	}
	
	.partner-logos {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 60px 0 0 0;
	}
	
	.partner-logos.fourcol img {
		flex-basis: calc(20% - 30px);
		width: calc(20% - 30px);
		height: auto;
		align-self: center;
		margin: 20px;
	}

	.partner-logos img {
		flex-basis: calc(50% - 20px); 
		 width: calc(50% - 30px); 
		 margin: 10px; 
	}	
}

@media only screen and (min-width:768px) and (max-width:1179px) {
	
	.signin-menu label {
    	margin: 0 100px 0 0;
	}
	
	.t {
		display: block;
	}
	
	a.t {
		display: inline;
	}	
	
	.d {
		display: none;
	}	
	
	.container {
		padding: 60px 50px;
	}
	
	.mason-container {
		padding: 45px 35px;
	}
	
	.header > .container {
		height: auto;
	}
	
	.header .mininav {
    	display: none;
	}
	
	.sub-nav {
	    padding: 60px 0 0 0;
	}
	
	.sub-nav .container, .search-menu .container {
		padding: 0 50px;
	}
	
	.sub-nav #menu-sub-menu > li {
		flex-basis: 30%;
		margin: 0 3% 50px 0;
	}
	
	.nav {
		margin: 20px 0 0 -20px;
		width: calc(100% + 20px);
	}
	
	.nav > ul li {
		flex-basis: 25%;
	}
	
	.nav > ul a {
		padding: 17px 20px;
	}
	
	.sub-nav .fal {
		right: 50px;
	}
	
	.header > .container {
		height: 158px;
		display: flex;
	    position: static;
	}
	
	.header .logo {
		width: 145px;
	}
	
	.mnavhandle {
		font-size: 22px;
	}
	
	.mnavhandle i {
		margin: 0 0 0 15px;
	}
	
	.mnavclose {
		background: #fff;
		font-size: 28px;
		position: absolute;
		top: -95px;
		right: 50px;
		width: 100px;
		text-align: right;		
	}
	
	.msearch {
		position: absolute;
		background: #000;
		width: 100%;
		left: 0;
		z-index: 1000;
		top: 158px;
		display: none;
		font-family: "quantium_prolight";
    	font-size: 12px;
	}
	
	.msearch form {
		display: flex;
		justify-content: space-between;	
		width: 100%;
	}
	
	.msearch input {
		box-sizing: border-box;
		padding: 5px 8px;
		font-weight: bold;
		height: 30px;
		border: 1px solid #fff;
		width: 80%;		
	}
	
	.msearch button {
		margin: 0 0 0 20px;
		border: 1px solid #fff;
		height: 30px;		
		background: #000006;
		color: #fff;
		width: 20%;
	}	
	
	.mnav {
		position: absolute;
		padding: 50px;
		background: #000;
		height: 100%;
		width: 100%;
		left: 0;
		z-index: 1000;
		top: 158px;
		display: none;
	}
	
	.mnav a {
		color: #fff;
		margin: 0 0 1.25em 0;
    	display: block;
		font-family: 'quantium_prolight';
		font-size: 16px;
	}
	
	.mnav .signin-nav::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		border-bottom: 1px solid #fff;
	    width: 40%;	
	}		
	
	.msubnav {
		background: #000;
		position: absolute;
		top: 39px;
		width: calc(100% - 80px);
	    left: 100%;
   	    height: 100%;	
	}
	
	.msubnav {
		background: #000;
		position: absolute;
		top: 49px;
		padding: 0 0 0 10px;
		width: 100%;
	    left: 100%;	
	}

	.msubnav a {
		font-size: 12px;
	}	

	.msubnav .headline {
		text-decoration: underline;
		line-height: 1.6;
		font-family: 'quantium_promedium';
		font-size: 16px;
	}		
	
	.msubnav .sub {
		font-size: 12px;
	}	
	
	.submenu-down a:after {
		content: "\f0da";
		font-family: "Font Awesome 5 Pro";
		display: inline;
		margin: 0 0 0 10px;
		position: absolute;
		right: auto;
		font-weight: 600;
	}	
	
	.flexible-content h1 {
		font-size: 60px;
	}
	
	.flexible-content h2 {
		font-size: 32px;
	}	

	.quan-large-title {
		font-size: 32px;
	}	
	
	.quan-mid-parag {
		font-size: 20px;
	}
	
	.flexible-content iframe {
		/* margin-top: 1em; */
	}	

	.two-col-chrome-black .black-column {
		padding: 60px 50px;
		padding-left: 50px;
	}
	
	.two-col-chrome-black .chrome-column {
		padding: 60px 50px;
		padding-right: 50px;		
	}	
	
	.two-col-chrome .column {
		flex-basis: calc(50% - 25px);
	}	
	
	.two-col-carousel .text-column {
		padding: 50px;
	}

	.two-col-infographic .infographic-column div {
		padding: 0 0 50px 100px;
	}
	
	.two-col-infographic .infographic-column > div + div {
		padding: 0 0 0 100px;
	}
	
	.two-col-carousel .text-column.left {
		flex-basis: 60%;
		padding: 60px 50px;
		padding-right: 50px;
		background: #ece8e4;
	}
	
	.three-col-chrome .header:empty {
		display: none;
	}
	
	.three-col-chrome .column {
		flex-basis: 29.5%;
	}	
	
	.single-col-black tr td:last-child {
		padding-left: 50px;
		padding-right: 0;
	}
	
	.key-benefits ul li {
		font-size: 24px;
	}
	
	.key-benefits ul li::before {
		font-size: 55px;
		line-height: 33px;
	}	
	
	.slide-container {
		padding-top: 0;
		display: none;
	}	
	
	.listing {
		padding: 25px 50px 25px 25px;
	}	
	
	.footcopy {
		padding: 0 0 30px 0;
	}	
	
	.footer .container {
		padding: 60px 50px;
	}	
	
	.footoffices > div {
		padding: 0 50px 0 0;
	}
	
	.footcopy > ul {
		padding: 0 50px 0 0;
	}
	
	.footend {
		flex-basis: 240px;
		margin: 30px 0 0 0;
	}
	
	.footend .logo {
		margin: 0 0 30px 0;
	}
	
	.loop-post .post-details h3 {
    	font-size: 16px;
	}
	
	.grid-sizer, .grid-item {
		width: calc(100% / 2);
	}
	
	.grid-item.twoxtwo {
    	width: calc(100% / 2);
	}
	
	.grid-item.onextwo {
    	width: calc(100% / 2);
	}
	
	.grid-item.onextwo .loop-post {
    	padding-top: calc(67% + 30px);
	}
	
	.grid-item .loop-post .shade {
		height: 50%;
	}	
	
	.partner-logos.fourcol img {
		flex-basis: calc(20% - 30px);
		width: calc(20% - 30px);
		height: auto;
		align-self: center;
		margin: 20px;
	}
	
	.partner-logos img {
		flex-basis: calc(50% - 20px); 
		width: calc(50% - 30px); 
		margin: 10px; 
	}
	
	.partner-logos {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 60px 0 0 0;
	}	
}

@media only screen and (min-width:617px) and (max-width:787px) {
	
	.alert-banner-text {
		font-size: 14px !important;
	}
}

@media only screen and (min-width:0) and (max-width:616px) {

	.alert-banner {
		padding-top: 12px !important;
	}
	
	.alert-banner-text {
		font-size: 14px !important;
	}
}

@media only screen and (min-width:0) and (max-width:767px) {
	
	body {
		font-size: 14px;
		overflow-x: hidden;
	}
	
	.alignleft {
	float:none;
	margin:0px 0px 30px 0;
	}
	
	.m {
		display: block;
	}
	
	a.m {
		display: inline;
	}
	
	.d {
		display: none;
	}
	
	.container {
		width: 100%;
		max-width: 1380px;
		padding: 40px;
		display: block;
	}
	
	.header > .container {
		height: 110px;
		display: flex;
		position: static;
	}
	
	.header .mininav {
		display: none
	}	
	
	.header .logo {
		width: 145px;
	}
	
	.mnavhandle {
		font-size: 22px;
	}
	
	.mnavhandle i {
		margin: 0 0 0 15px;
	}
	
	.mnavclose {
		background: #fff;
		font-size: 28px;
		position: absolute;
		top: -70px;
		right: 40px;
		width: 100px;
		text-align: right;		
	}
	
	.msearch {
		position: absolute;
		background: #000;
		width: 100%;
		left: 0;
		z-index: 1000;
		top: 110px;
		display: none;
		font-family: "quantium_prolight";
    	font-size: 12px;
	}
	
	.msearch form {
		display: flex;
		justify-content: space-between;		
	}
	
	.msearch input {
		box-sizing: border-box;
		padding: 5px 8px;
		font-weight: bold;
		height: 30px;
		border: 1px solid #fff;
		width: 70%;		
	}
	
	.msearch button {
		margin: 0 0 0 20px;
		border: 1px solid #fff;
		height: 30px;		
		background: #000006;
		color: #fff;
		width: 20%;
	}	
	
	.mnav {
		position: absolute;
		padding: 40px;
		background: #000;
		height: 100%;
		width: 100%;
		left: 0;
		z-index: 1000;
		top: 110px;
		display: none;
	}
	
	.mnav a {
		color: #fff;
		margin: 0 0 1em 0;
    	display: block;
		font-family: 'quantium_prolight';
		font-size: 16px;
		position: relative;
	}
	
	.mnav .signin-nav {
		display: block;
		padding: 1em 0 0 0;
		position: relative;	
	}	
	
	.mnav .signin-nav::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		border-bottom: 1px solid #fff;
	    width: 40%;	
	}		
	
	.msubnav {
		background: #000;
		position: absolute;
		top: 39px;
		width: calc(100% - 80px);
	    left: 100%;	
	    height: 100%;
	}

	.msubnav a {
		font-size: 12px;
	}
	
	.msubnav .sub-menu {
		list-style-type: disc;
		list-style-position: inside;
		color: #fff;
		margin: 0 0 1em 0;
	}
	
	.msubnav .sub-menu a {
		display: inline;
	}		

	.msubnav .headline {
		text-decoration: underline;
		line-height: 1.6;
		font-family: 'quantium_promedium';
		font-size: 16px;
	}		
	
	.msubnav .sub {
		font-size: 12px;
	}	
	
	.submenu-down a:after {
		content: "\f0da";
		font-family: "Font Awesome 5 Pro";
		display: inline;
		margin: 0 0 0 10px;
		position: absolute;
		right: 0;
		font-weight: 600;
	}
	
	.flexible-content h1 {
		font-size: 34px;
	}
	
	.flexible-content h2 {
		font-size: 22px;
	}
	
	.flexible-content h3 {
		font-size: 18px;
	}	
	
	.quan-large-title {
		font-size: 22px;
	}
	
	.quan-mid-parag {
		font-size: 16px;
	}
	
	.flexible-content > div {
		display: block;
	}

	.slick-track {
		height: 210px;
	}	
	
	.brands-carousel .slick-track {
		height: auto;
	}
	
	.flexible-content iframe {
		/* margin-top: 1em; */
		width: 100%;
		height: auto;
	}	
	
	.two-col-video .text-column img {
		margin: 0 0 40px 0;
	}
	
	.two-col-carousel .text-column {
		padding: 40px;
		max-width: 100%;
	}
	
	.two-col-carousel .text-column {
		max-width: 100%;
	}
	
	.two-col-carousel .text-column {
		padding: 40px;
	}
	
	.two-col-carousel .text-column p {
		margin: 1em 0 0 0;
	}
	
	
	
	.two-col-carousel .text-column .quan-mid-parag {
    	margin: 1.25em 0 0 0;
	}
	
	.two-col-infographic .infographic-column div {
		background-image: none;
		padding: 0;
	}
	
	.two-col-infographic .text-column p {
		margin: 0 0 1em 0;
	}	
	
	.two-col-infographic .infographic-column > div + div {
		background-image: none;
		padding: 20px 0 0 0;
	}
	
	.three-col-chrome .header {
		flex-basis: 100%;
		margin: 0 0 1em 0;
	}
	
	.three-col-chrome .header p {
		margin: 0;
	}
	
	.three-col-chrome .column p {
		margin: 0 0 1em 0;
	}
	
	.single-col-black table td {
		border: 0 !important;
		display: block;
		width: 100%;
	}
	
	.single-col-black table {
		margin: 20px 0 0 0;
	}	
	
	.single-col-black table td img {
		height: 50%;
	}	
	
	.single-col-black td {
		padding: 20px;
	}
	
	.single-col-black tr td:first-child {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding: 50px 0;		
	}
	
	.single-col-black tr td:last-child {
		padding-left: 0;
		padding-right: 0;
		padding: 0;
	}
	
	.two-col-carousel .text-column.left {
		padding: 40px;
		padding-left: 40px;
		padding-right: 40px;
		background: #ece8e4;
		max-width: 100%;
	}
	
	.single-col-dark-graphic .graphic {
		margin: 30px 0 0 0;
	}

	.slick-initialized .slick-slide.testimonial-slide {
		display: block;
	}

	.testimonial-slider {
	    margin: 1em 0 0 0;
	}
	
	.testimonial-slider .slick-list .slick-track {
		display: block;
		height: auto;
	}
	
	.testimonial-content::before {
	    background-repeat: no-repeat;
	    width: 44px;
	    height: 35px;
	    display: block;
	    top: 0;
	    left: 0;
	    float: left;
	    margin: 0 10px 0 0;
	    position: static;
	}	
	
	.testimonial-content p {
	    font-size: 16px;
	}	
	
	.testimonial-content {
	    width: 100%;
	    padding: 0 0 30px 0;;
	    position: relative;
	}
	
	.testimonial-logo {
	    width: 100%;
	}
	
	.testimonial-logo img {
	    max-width: 80%;
	    max-height: 100%;
	    margin: 0 auto;
	}			

	.key-benefits .column + .column {
		margin: 1em 0 0 0;
	}	
	
	.key-benefits ul {
	    list-style-type: disc;
		list-style-position: inside;
		font-size: 20px;
	}
	
	.key-benefits ul + ul {
	    margin-top: 1em;
	}
	
	.key-benefits ul li {
		font-size: 20px;
		padding: 0;
	}
	
	.key-benefits ul ul {
	    list-style-type: square;
		list-style-position: inside;
		margin: 0;
	}
	
	.key-benefits ul ul li {
		font-size: 14px;
		padding: 0;
	}	
	
	.key-benefits ul li::before {
		display: none;
	}
	
	.experts h2 {
		margin: 0 0 20px 0;
	}	
	
	.row a.expert-member {
		flex-basis: 100%;
		margin-bottom: 20px;
		background: #ece8e4;
		display: block;
	}
	
	.expert-member .expert-photo {
		padding-bottom: 120%;
		width: 100%;
	}	
	
	.expert-member .card {
		padding: 15px;
		width: 100%;
	}	
	
	.expert-member .card a {
		font-size: 16px;
	}
	
	.expert-member .card p {
		margin: 1em 0 0 0;
	    font-size: 12px;
	}
	
	.expert-member .card p.bio {
		font-size: 14px;
	}	
	
	.brochure-cta form {
		width: 100%;
		display: block;
		margin: 1em 0 0 0;		
	}
	
	.brochure-cta form input {
		font-size: 22px;
		padding: 18px 30px;
		margin: 0 0 10px 0;
		width: 100%;
	}
	
	.brochure-cta form button {
		font-size: 22px;
		padding: 18px 30px;
		width: 100%;
	}
	
	
	.cta .cta-link {
		margin-top: 20px;
	}
	
	.slide-container {
		padding-top: 0;
		display: none;
	}		
	
	article .container .hubspot-form form fieldset .hs-input {
		width: 100% !important;
	}

	article .container .hubspot-form form .hs-button {

	}


	article .container .hubspot-form form .hs-recaptcha {
		margin: 1.5em 0;
	}

	article .container .hubspot-form form .hs-richtext {
		width: 100%;
	}

	article .container .hubspot-form form .input {
		margin-right: 0;
	}

	article .container .hubspot-form form .actions {
		margin: 0;
		padding: 0;
	}	
	
	.partner-logos img {
		flex-basis: calc(50% - 20px);
		width: calc(50% - 20px);
		margin: 10px;
	}	
	
	.team h2 {
		margin: 20px 0;
	}
	
	.row a.team-member {
		flex-basis: 100%;
		margin-bottom: 20px;
		background: #ece8e4;
		display: block;
	}
	
	.team-member .member-photo {
		width: 100%;
		padding-bottom: 120%;
	}		
	
	.team-member .card {
		padding: 15px;
		width: 100%;
	}
	
	.team-member .card a {
		font-size: 16px;
	}
	
	.team-member .card p.bio {
    	font-size: 14px;
    	margin: 0;
	}
	
	.member-card {
		display: block;
		margin: 30px 0 0 0;
	}
	
	.member-card .member-photo {
		margin: 0 0 25px 0;
		width: 100%;
	}
	
	.member-card .bio .two-col {
		column-count: 1;
	}	
	
	.locations .location {
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	
	.locations::after {
		display: none;
	}
	
	.location .header {
		padding: 20px;
		font-size: 18px;
	}
	
	.location .address {
		padding: 20px;
		font-size: 16px;
	}
	
	.two-col-chrome-black .black-column {
		padding-left: 40px;
		padding: 40px;
	}
	
	.two-col-chrome-black .chrome-column {
		padding-right: 40px;
		padding: 40px;
	}
	
	.job-listings {
		margin: 30px 0;
	}	
	
	.job-controls {
		text-align: left;
	}
	
	.job-controls > div span {
		margin: 15px 0 5px 0;
		display: block;
	}
	
	.job-controls > div {
		display: block;
	}	
	
	.listing {
		flex-basis: 100%;
		border: 1px solid #000006;
		padding: 20px;
		margin: 0 0 20px 0;
		font-size: 11px;
		font-family: 'Roboto';
		font-weight: 200;
		color: #000006;
	}
	
	.video-column {
		margin-top: 40px;
	}
	
	.mason-container {
		padding: 25px;
	}
	
	.mason-grid {
	    width: 100%;
	}	
	
	main.insights h1.insights-title {
		font-size: 34px;
	}	
	
	.grid-item {
	    width: 100% !important;
	}
	
	.loop-post {
		padding: 67% 0 0 0 !important;
	}
	
	.blog-content article {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
		border-right: 0;
		padding: 0;
	}
	
	.blog-content h1 {
		font-size: 34px;
		margin: 0 0 .5em 0;
	}
	
	.blog-content .excerpt {
		font-size: 24px;
	}
	
	.blog-content aside {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 40px 0 0 0;
	}
	
	.related > h3 {
		margin: 0;
	}	
	
	.related-post {
		margin: 40px 0 0 0;
	}	
	
	.footer .container {
		padding: 40px 40px 0 40px;
	}
	
	.footcopy {
		display: block;
	}
	
	.footoffices {
		display: none;
	}
	
	.footcopy > ul > li {
		margin: 0 0 30px 0;
	}
	
	.footend .logo {
		margin: 20% 0;
	}
	
	.footend .logo img {
		max-width: 300px;
	}	
	
	.footicons .social .icons a {
		margin: 0 0 0 10px;
	}
	
	.fsettwo > div {
	flex-basis: 100%;
    margin: 0 0 25px 0;
	}

	.fsetthree > div {
		flex-basis: 100%;
		margin: 25px 0 0 0;
	}
	
	.partner-logos {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0 0 0;
	}
	
	.partner-logos img {
		flex-basis: calc(50% - 20px); 
		 width: calc(50% - 20px); 
		 margin: 10px; 
	}
	
	body.health .partner-logos.fourcol img {
		flex-basis: calc(50% - 30px);
		width: calc(50% - 30px);
	}
}

/* ----------
    MISC
----------- */

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}


#whitelistingForm input.error {
	border: 1px solid #ff0000;
}

#whitelistingForm label.error {
	font-size: 0.85em;
	display: block;
	font-weight: normal;
	color: #ff0000;
	margin-top: 10px;
}

#whitelistingForm .acceptterms .wpcf7-list-item {
	margin-bottom: 0;
}

#internForm .acceptprivacypolicy .wpcf7-list-item {
	margin-bottom: 0;
}

#internForm .acceptprivacynotice .wpcf7-list-item {
	margin-bottom: 0;
}

#internForm .accepttermsforprivacy .wpcf7-list-item {
	margin-bottom: 0;
}

#gradForm .acceptprivacypolicy .wpcf7-list-item {
	margin-bottom: 0;
}

#gradForm .acceptprivacynotice .wpcf7-list-item {
	margin-bottom: 0;
}

#gradForm .accepttermsforprivacy .wpcf7-list-item {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	
	.signin-menu label {
    	margin: 0 50px 0 0;
	}
}

@media (min-width: 992px) {
	
	#whitelistingForm .accountid {
		padding-left: 0px;
	}
	
	#whitelistingForm .industry {
		padding-right: 0px;
	}
	
	.modal-dialog {
		width: 60%;
	}
 }