
/* TODO Remove r-tabs margin and padding styles from theme-styles */
/* Link Tabs Styles */

.bold {
	font-family: 'ProximaNovaBold';
}

.r-tabs .r-tabs-panel {
	padding: 0;
}

.link-tabs {
	margin: 30px 0;
}

@media screen and (max-width: 991px) {
	.r-tabs-nav {
		display: none;
	}
}

.link-tabs-nav.r-tabs-nav {
	padding: 10px 0 10px 10px;
  	border-right: solid 1px #D3D3D3;
  	position: relative;
}

.link-tabs-nav.r-tabs-nav:after, .link-tabs-nav.r-tabs-nav:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.link-tabs-nav.r-tabs-nav:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.link-tabs-nav.r-tabs-nav:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #D3D3D3;
	border-width: 7px;
	margin-top: -7px;
}

.link-tabs-nav li.r-tabs-tab,
.contact-us-nav li {
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.link-tabs-nav li,
.contact-us-nav a {
	color: #65686b;
	font-family: 'ProximaNovaBold', sans-serif;
	font-size: 1em;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.link-tabs-nav li {
	margin-left: -15px;
	padding-left: 15px;
}

.link-tabs-nav li:hover,
.contact-us-nav a:hover {
	color: #537a96;
}

.contact-us-nav .parent > a {
	display: none;
}

.contact-us-nav ul li ul {
	font-size: 16px;
	margin-top: 0;
}

.contact-us-nav ul li ul li {
	padding: 0 0 10px;
}

.link-tabs-nav .tabs-special-link {
	font-family: 'ProximaNovaBold';
	letter-spacing: .1em;
}

.tabs-category-name ~ li {
	padding-left: 25px;
}

.link-tabs-nav .r-tabs-state-active,
.contact-us-nav .active a {
	text-transform: uppercase;
	color: #6899bd;
}

.contact-us-container {
	padding-top: 30px;
}

.link-tabs-nav .r-tabs-state-active:before,
.contact-us-nav .active:before {
	content: '';
	width: 0; 
	height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #6899bd;
    position: absolute;
    left: -15px;
    top: 7px;
	outline: none;
}

.link-tabs-nav .r-tabs-state-active:before {
	left: 0;
}

.link-tabs-content h1:first-child {
	margin-top: 0;
}

.link-tabs-content div {
	margin-bottom: 15px;
}

.link-tabs-content p,
.link-tabs-content dd {
	font-family: 'ProximaNovaLight', sans-serif;
	font-size: 1.125em;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}

.link-tabs-content a {
	font-family: 'ProximaNovaBold', sans-serif;
	color: #6095BF;
	letter-spacing: .03em;
	font-size: 1em;
}

.link-tabs-content a:hover {
	color: #537a96;
}

.insight-index-tabs h4 {
	margin-bottom: 5px;
}

.insight-index-tabs p {
	margin-bottom: 30px;
}

.abbot_downing_catalog_index dt,
.abbot_downing_catalog_index dd {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.abbot_downing_catalog_index dt:before {
	content: '';
	display: block;
}

@media only screen and (max-width: 991px) {
	.abbot_downing_catalog_index .link-tabs-nav.r-tabs-nav,
	.static-catalog-index .link-tabs-nav.r-tabs-nav {
		display: none; 
	}

	.contact-us-person-content {
		height: auto !important;
	}

}

/* Stats Carousel */
.stat-carousel {
	margin: 60px 0 0;
}

@media only screen and (min-width: 1200px) {
 .stat-carousel {
    margin: 0;
  }
}

.stat-carousel:focus,
.stat-carousel div:focus {
	outline: none;
}

.individual-stat-column {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

/* Stat Columns - 1 Stats */
.stat-carousel-count-1 .individual-stat-column {
	width: 100%;
}

/* Stat Columns - 2 Stats */
.stat-carousel-count-2 .individual-stat-column {
	width: 50%;
}

/* Stat Columns - 3 Stats */
.stat-carousel-count-3 .individual-stat-column {
	width: 50%;
}

.stat-carousel-count-3 .individual-stat-column:nth-child(3) {
    float: right;
    margin-top: 5px;
}

.stat-carousel-count-3 .individual-stat-column:nth-child(2) .individual-stat,
.stat-carousel-count-3 .individual-stat-column:nth-child(3) .individual-stat {
	height: 198px;
	text-align: center;
}

/* Stat Content */
.individual-stat {
	padding: 40px;
	color: #F4F5F6;
	width: 100%;
	height: 400px;
	text-align: center;
}

.individual-stat-column:nth-child(1) {
	padding-left: 0;
	padding-right: 0;
}

.stat-carousel-count-3 .individual-stat-column:nth-child(2),
.stat-carousel-count-3 .individual-stat-column:nth-child(3) {
	padding-right: 0;
}

.stat-carousel-count-2 .individual-stat-column:nth-child(2) {
	padding-right: 0;
}

.individual-stat-column:nth-child(1) .individual-stat {
	background-color: #65686B;
}

.individual-stat-column:nth-child(1) h1,
.individual-stat-column:nth-child(1) h2 {
	color: #F4F5F6;
}

.individual-stat-column:nth-child(2) .individual-stat {
	background-color: #679AC1;
}

.individual-stat-column:nth-child(2) h1,
.individual-stat-column:nth-child(2) h2 {
	color: #FFFFFF;
}

.individual-stat-column:nth-child(3) .individual-stat {
	background-color: #E4E5E9;
}

.individual-stat-column:nth-child(3) h1,
.individual-stat-column:nth-child(3) h2 {
	color: #7A7D82;
}

.individual-stat-content {
	position: relative;
	color: #fff;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.individual-stat-content h1 {
	margin: 0;
}

.individual-stat-column:nth-child(1) p,
.individual-stat-column:nth-child(2) p {
	color: #fff;
}

.stat-carousel-count-2 .individual-stat-column:nth-child(1) .stat-line-one-georgia {
	font-size: 2em;
	line-height: 40px;
}

.stat-carousel-count-1 .individual-stat-column .stat-line-one-georgia {
	font-size: 4em;
	line-height: 60px;
}

.individual-stat-column p:first-child {
	margin-top: 0;
}

.individual-stat-column:nth-child(3) .stat-line-one,
.individual-stat-column:nth-child(3) .stat-line-two {
	color: #65686B;
}

.stat-carousel-count-3 .individual-stat-column:nth-child(2),
.stat-carousel-count-3 .individual-stat-column:nth-child(3) {
	font-size: 50%;
}

.stat-carousel-count-3 .individual-stat-column:nth-child(2) .stat-line-one,
.stat-carousel-count-3 .individual-stat-column:nth-child(3) .stat-line-one {
	line-height: 30px;
}

.stat-carousel-count-3 .individual-stat-column:nth-child(2) .stat-line-two,
.stat-carousel-count-3 .individual-stat-column:nth-child(3) .stat-line-two {
	font-size: 2.5em;
}

.stat-line-one {
	font-size: 6em;
	line-height: 90px;
	font-family: 'ProximaNovaBold', sans-serif;
	margin: 0;
}

.stat-line-two {
	font-size: 1.4em;
}

.stat-line-one-georgia {
	font-size: 7em;
	font-family: 'Georgia', serif;
	line-height: 50px;
}

.stat-line-one-large {
	font-size: 10em;
	line-height: 100px;
	font-family: 'ProximaNovaBold', sans-serif;
}

@media screen and (max-width: 991px) {
	
	.stat-carousel-content-container {
		font-size: 50%;
	}

	.individual-stat {
		height: auto;
	}

	.stat-carousel-count-3 .individual-stat-column:nth-child(2) .individual-stat, 
	.stat-carousel-count-3 .individual-stat-column:nth-child(3) .individual-stat {
		height: auto;
	}

	.individual-stat-column,
	.stat-carousel-count-3 .individual-stat-column,
	.stat-carousel-count-2 .individual-stat-column {
		width: 100%;
	}

	.stat-carousel-count-3 .individual-stat-column:nth-child(3),
	.individual-stat-column {
		margin: 0 0 15px;
	}

	.individual-stat-content {
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.individual-stat-column {
		padding: 0;
	}
}

/* Insights Search */
.insights-search {
	background-color: #F4F5F6;
	position: relative;
}

.insights-search-form {
	padding: 10px 30px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	position: relative;
	z-index: 2000;
}

.label-name {
	display: inline-block;
	margin-bottom: 3px;
}

.insights-search select {
	width: 100%;
}

.insights-search label,
.async-search-title {
	font-family: 'ProximaNovaRegular', sans-serif;
	font-weight: normal;
	font-size: 0.875em;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
}

.async-search-filters {
	margin: 0;
}

a {
	color: #fff;
}

.async-search-filters dd,
.async-search-filters dt {
	margin: 0px;
	padding: 0px;
}

.async-search-filters dd {
	position: relative;
	z-index: 2;
}

.async-search-filters dd a,
.async-search-filters dd a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
	font-size: 12px;
}

.async-search-filters dt button {
	font-family: "ProximaNovaRegular";
	display: block;
	position: relative;
	width: 100%;
	height: 26px;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	line-height: 26px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border-radius: 0;
	border: solid 1px #cccccc;
	color: #555555;
	font-size: 0.75em;
	text-overflow: ellipsis;
	padding-left: 8px;
}

.async-search-filters label {
	text-transform: none;
}

.async-search-filters dt button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 25px;
	background: url("../images/multiple-select.png") left top no-repeat;
	z-index: 2;
}

.async-search-filters dt a span,
.multiSel span {
	cursor: pointer;
	display: inline-block;
	padding: 0 3px 2px 0;
}

.async-search-filters dd ul {
	background-color: #537a96;
	border: 0;
	color: #fff;
	display: none;
	left: 0px;
	padding: 5px 8px;
	position: absolute;
	width: 100%;
	list-style: none;
	height: 250px;
	overflow: auto;
}

.async-search-filters input {
	vertical-align: baseline;
	margin-right: 5px;
}

.async-search-filters label {
	cursor: pointer;
}

.async-search-filters span.value {
	display: none;
}

.async-search-filters dd ul li a {
	padding: 5px;
	display: block;
}

.async-search-filters dd ul li a:hover {
	background-color: #fff;
}

.insights-search input[type="search"] {
	padding: 0 5px 3px;
	width: 100%;
	border: solid 1px #cccccc;
}

.insights-search input[type="submit"] {
	position: absolute;
	right: 18px;
    top: 6px;
	border: none;
	background-color: transparent;
	background-image: url('../images/icon_search.svg');
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: -999999px;
	overflow: hidden;
    height: 12px;
    width: auto;
}

@media only screen and (max-width: 991px) {
	.async-search-filters {
		margin-bottom: 15px;
	}

	.insights-search input[type="search"] {
		padding: 15px;
	    width: 90%;
	}

	.insights-search input[type="submit"] {
    	right: 25px;
    }
    
	.insights-search label {
		text-align: left;
		margin-bottom: 5px;
		margin-top: 15px;
	}

	.ms-parent {
		margin-bottom: 15px;
	}

	.insights-search input[type="submit"] {
		background-color: #71a1c8;
		top: 0;
		right: 13px;
		background-size: 50%;
		background-position: center;
		height: 100%;
		width: 50px;
		padding: 0;
		background-image: url(../images/icon_search_white.svg);
	}

	.insights-search-form .align-right {
		text-align: left;
	}
}

.insights-search .ms-choice {
	border-radius: 0;
	border: solid 1px #cccccc;
}

.insights-search .ms-drop input[type="checkbox"] {
	vertical-align: baseline;
	margin-right: 5px;
}

.insights-search .ms-drop {
	border-radius: 0;
	border: none;
	background-color: #537a96;
	color: #fff;
}

.insights-search .ms-drop label {
	text-transform: none;
}

.insights-search .ms-choice > span {
	color: #555555;
	font-size: 0.875em;
}

.insight-result-block {
	position: relative;
	margin: 0 0 30px;
	border: solid 1px #CCCCCC;
	background-color: #fff;
	height: 300px;
}

.insight-result-image-container {
	height: 100%;
    position: relative;
    overflow: hidden;
}

.insight-result-image-container img {
    position: absolute;
    top: 0;
    height: 80%;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.insight-result-text-container {
    padding: 15px;
    position: absolute;
    background-color: white;
    bottom: 0;
    left: 0;
    right: 0;
}

.insight-result-text-container h6,
.insight-result-text-container h5 {
	margin: 0;
	padding: 0;
}

.insight-name {
	font-size: 0.875em;
	font-family: 'ProximaNovaBold', sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.insight-result-text-container p {
	font-size: 0.875em;
	margin: 5px 0 0; 
}

.insight-format {
	position: relative;
	display: block;
	color: #537a96;
	font-size: 0.625em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: 'ProximaNovaBold', sans-serif;
	margin-bottom: 10px;
	padding-left: 18px;
}

.insight-format:before {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.insight-format.podcast:before {
	/*background-image: url('../images/icon_podcast.png');*/
	background-image: url('../images/2015/podcast-icon_2x.png');
	height: 24px;
	width: 12px;
	margin-top: -1px;
}

.insight-format.case-study:before,
.insight-format.case-studies:before {
	/*background-image: url('../images/icon_magnifying_glass.png');*/
	background-image: url('../images/AD_MagnifyingGlass-2x.png');
	height: 18px;
	width: 18px;
	margin-top: -1px;
}


.insight-format.case-study,
.insight-format.case-studies {
	padding-left: 30px;
}

.insight-format.video:before {
	/*background-image: url('../images/icon_play.png');*/
	background-image: url('../images/2015/video_2x.png');
	height: 24px;
	width: 24px;
	margin-top: -1px;
}

.insight-format.video {
	padding-left: 31px;
}

.insight-format.event:before {
	/*background-image: url('../images/icon_events.png');*/
	background-image: url('../images/2015/event_icon_2x.png');
	height: 24px;
	width: 24px;
	margin-top: -2px;
}


.insight-format.event {
	padding-left: 31px;
}

.insight-format.viewpoint:before {
	background-image: url('../images/icon_binoculars.png');
	height: 22px;
	width: 28px;
	margin-top: -1px;
}

.insight-format.viewpoint {
	padding-left: 35px;
}

.insight-format.client-publication:before {
	background-image: url('../images/icon_pen.png');
	height: 24px;
	width: 24px;
	margin-top: -1px;
}

.insight-format.client-publication {
	padding-left: 31px;
}

.insight-format.newsroom:before {
	/*background-image: url('../images/icon_newsroom.png');*/
	background-image: url('../images/2015/newsletter-2x.png');
	height: 24px;
	width: 17px;
	margin-top: -1px;
}

.insight-format.newsroom {
	padding-left: 25px;
}

.insight-format.publication-white-paper:before,
.insight-format.publication-viewpoints:before,
.insight-format.publication-special-report:before,
.insight-format.publication-newsletter:before {
	/*background-image: url('../images/icon_paper.png');*/
	background-image: url('../images/2015/whitepaper_2x.png');
	height: 24px;
	width: 19px;
	margin-top: -1px;
}

.insight-format.publication-white-paper,
.insight-format.publication-viewpoints,
.insight-format.publication-special-report,
.insight-format.publication-newsletter {
	padding-left: 27px;
}

.results-container {
	padding: 30px;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	min-height: 300px;
}

.loading-results {
	opacity: .2;
}

.center {
	text-align: center;
}

.query-requested .enter-search {
	display: none;
}

.no-initial-search .load-more-button {
	display: none;
}

.load-more-button {
	position: relative;
    border-radius: 50%;
    background-color: #7A7D81;
    color: #fff;
    font-size: .800em;
    width: 100px;
    height: 100px;
    border: none;
    display: inline-block;
    margin:  0 30px 30px;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.load-more-button:before {
    content: '';
    height: 18px;
    width: 15px;
    background-image: url(../images/icon_load.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 17px;
    right: 0;
    margin: 0 auto;
}

.load-more-button:after {
	content: '';
    height: 14px;
    width: 20px;
    background-image: url(../images/icon_more.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 17px;
    right: 0;
    margin: 0 auto;
}

.load-more-line {
	width: 200%;
	height: 1px;
	background-color: red;
	position: absolute;
	z-index: 1;
	left: -50%;
}

.load-more-button:focus {
	outline: none;
}

.load-more-button:hover {
	background-color: #65686B;
}

.no-more-results .load-more-button,
.no-results-displayed .load-more-button {
	display: none;
}

.enter-search-message,
.no-results-message {
	display: none;
}

.no-keyword-entered .enter-search-message,
.no-results-displayed .no-results-message {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

.loading-results ~ .loading-indicator {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.loading-indicator {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #537a96;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/* Our People Carousel */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.our-people-carousel-container {
	position: relative;
}

.our-people-slide .row div {
	height: 100%;
}

.our-people-carousel {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70%;
	margin: 0 auto;
}

.our-people-slide {
	background-color: #fff;
	height: auto;
}

.our-people-slide.cover-slide {
	background-color: #679AC1;
}

.our-people-slide.cover-slide h1 {
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.our-people-slide.cover-slide,
	.our-people-slide .row > div,
	.our-people-slide .row {
		height: auto !important;
	}
}

.our-people-slide.cover-slide h2 {
	color: #fff;
	padding: 30px 60px;
	font-weight: 200;
}

.button-spacing {
	text-align: center;
    margin-bottom: 30px;
}

.our-people-carousel-background img {
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.our-people-carousel-activated .our-people-carousel-background img {
	opacity: .2;
}

.people-carousel-image-container {
	position: relative;
	width:100%;
    padding-top:60%;
	overflow: hidden;
}

.people-carousel-image-container img {
	position: absolute;
	left: 0;
	top: 0;
}

.our-people-carousel .cover-slide p {
	font-family: Georgia, serif;
	font-style: italic;
	color: #fff;
	font-size: 1.85em;
	line-height: 1.7em;
}

.our-people-carousel .cover-slide p:last-child {
	margin-bottom: 0;
}

.cover-slide-inner {
	text-align: center;
	top: 50%;
	display: block;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80%;
	margin: 0 auto;
	padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
	.our-people-carousel .cover-slide-inner {
		top: 0;
		transform: none;
		padding: 30px 0;
	}
}

.our-people-carousel-content-container {
	padding: 25px 75px 25px 0;
}

.our-people-carousel-slide-image {
    position: relative;
    overflow: hidden;
}

.our-people-carousel-slide-image img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	width: auto;
}

.our-people-carousel-container h2 {
	margin-top: 0;
	font-style: normal;
}

.our-people-carousel-container h3 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.094em;
}

.our-people-carousel-container h4 {
	font-family: "ProximaNovaRegular";
	margin-top: 0;
	text-transform: none;
	font-size: 1.094em;
	font-weight: 400;
}

.our-people-carousel-content-container p {
	font-family: "ProximaNovaLight";
	font-size: 1.094em;
}

.our-people-carousel-content-container h1 {
	margin-top: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

@media screen and (max-width: 991px) {
	.row-eq-height {
		display: block;
	}
}

@media screen and (max-width: 991px) {
    .our-people-carousel-background {
		display: none;
	}

	.our-people-carousel {
		position: relative;
		top: auto;
		transform: none;
		width: 100%;
	}

	.our-people-carousel-content-container {
		padding: 50px;
	}

	.our-people-carousel-slide-image {
		padding: 0;
		height: auto !important;
	}

	.our-people-carousel-slide-image img {
		max-width: 100%;
		height: auto;
		position: relative;
		margin: 0;
	}
}


/* Homepage Carousel */
/* TODO This needs to be integrated with initial styles */
.homepage-carousel {
	max-width: 1920px;
	font-size: 14px;
}

.homepage-carousel .slick-slide {
	height: 45vw;
	min-height: 0;
}

.homepage-carousel img {
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

@media screen and (max-width: 1195px) {
	.homepage-header {
		position: relative;
		z-index: 1001;
	}
}

@media screen and (max-width: 991px) {
	.homepage-carousel {
		font-size: 100%;
	}

	.carousel_content_right,
	.carousel_content_left,
	.carousel_content_dark_right,
	.carousel_content_dark_left {
		position: relative;
		top: 0;
		bottom: auto;
		width: 100%;
		padding: 30px;
		left: 0;
	}

	.carousel_content_dark_right,
	.carousel_content_dark_left {
		background-color: #fff;
	}

	.carousel_content_dark_right h1,
	.carousel_content_dark_right h2,
	.carousel_content_dark_right h3,
	.carousel_content_dark_right h4,
	.carousel_content_dark_right h5,
	.carousel_content_dark_right h6,
	.carousel_content_dark_right p,
	.carousel_content_dark_left h1,
	.carousel_content_dark_left h2,
	.carousel_content_dark_left h3,
	.carousel_content_dark_left h4,
	.carousel_content_dark_left h5,
	.carousel_content_dark_left h6,
	.carousel_content_dark_left p {
	    color: #5B5D62;
	 } 

	.homepage-carousel img {
		position: relative;
		top: 0;
		transform: none;
	}

	.homepage-carousel .slick-slide {
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	.homepage-header {
		position: relative;
	}
}

.contact-us-person-content {
	background-color: #f4f5f6;
	padding: 30px;
	font-size: .875em;
}

.contact-us-person-content a {
	font-size: .9em;
}

.contact-us-person-container .contact-us-header {
	margin-bottom: 10px;
	display: block;
}


/* Footer */
footer .icn_access-accounts:before,
footer li.search-link,
footer li.access_accounts {
	display: none;
}

