@font-face {
	font-family: 'Bloomberg';
	src: url('../fonts/Bloomberg.ttf') format('truetype');
}

.top-banner a:hover {
	color: #fff;
}

p {
	font-family: "TiemposTextWeb-Regular";
	font-size: 18px;
	line-height: 28px;
	color: #3c3c3c;
}

p .bold {
	font-family: 'TiemposTextWeb-Semibold';
}

b, strong {
	font-family: 'TiemposTextWeb-Semibold';
}

.grey li a, .green li a, .purple a { 
	color: inherit;
	border-bottom: 2px solid #00E7B4;
}

.grey li a:hover, .green li a:hover, .purple a:hover {
	color: #00E7B4;
}

.more {
	font-family: 'HaasTextBold';
	font-size: 16px;
	color: #5c42ab;
}

.more.family {
	color: #3c3c3c;
	margin: 0;
}

#container {
	width: 1160px;
	margin: 50px auto;
}

.lede-section {
	display: block;
}

.lede-section, .grey, .section {
	position: relative;
}

.lede-section .credit {
	font-family: 'HaasText', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #888;
	margin-top: 0;
}

.grey::before {
	content: '';
	background-color: #F3F4EF;
	width: 800px;
	height: 100%;
	margin-top: 40px;
	position: absolute;
	display: block;
	z-index: -1;
	left: 50%;
	-ms-transform: translateX(-50%); 
   	-webkit-transform: translateX(-50%); 
    transform: translateX(-50%);
}

.left-rail {
	width: 60%;
	margin: 0 auto;
}

.left-rail p {
	font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #5c42ab;
}

.left-rail .headshot {
	float: right;
	margin-left: 20px;
}

.headshot {
	width: 200px;
}

.ad-unit {
	width: 300px;
	height: 250px;
	background-color: #888;
}

.right-rail {
	display: inline-block;
	width: 60%;
}

h1 {
	font-family: 'TiemposHeadlineWeb-Bold', Georgia, serif;
	font-size: 68px;
	color: #5c42ab;
	padding-bottom: 30px;
}

h2 {
	font-family: 'TiemposHeadlineWeb-Bold', Georgia, serif;
	font-size: 55px;
	color: #000;
	text-align: center;
	padding-bottom: 30px;
}

h3 {
	font-family: 'TiemposHeadlineWeb-Bold', Georgia, serif;
	font-size: 36px;
	color: #5c42ab;
	background-color: #00e7b4;
	padding: 30px;
	text-align: center;
	display: inline-block;
	margin-top: -40px;
	margin-bottom: 20px;
	position: relative;
	left: 50%;
	left: 50%;
	-ms-transform: translateX(-50%); 
   	-webkit-transform: translateX(-50%); 
    transform: translateX(-50%);
}

h4 {
	font-family: 'TiemposHeadlineWeb-Bold', Georgia, serif;
	font-size: 30px;
	color: #5c42ab;
	margin-bottom: 10px;
	padding-top: 30px;
}

.purple h4 {
	color: #00e7b4;
	padding-top: 10px;
	line-height: 1.2em;
}

.purple .heading {
	background-color: #2a195c;
	padding: 30px;
	width: 30%;
}

.purple .factoid {
	background-color: #5c42ab;
	padding: 30px;
}

.factoid p, .factoid li {
	color: #fff;
	font-family: 'HaasTextBold';
}

.headline-list {
	margin-top: 2px;
	margin-bottom: 2px;
}

.headline-list a:after,
.more a:after {
	content:'3';
	font-family: 'Bloomberg';
	position: absolute;
	margin-left: 5px;
}

.family a:after {
	content: none;
}

.section {
	margin: 100px auto;
}

.section.grey + .section.green {
	margin-top: 180px;
}

.section.grey + .section.purple {
	margin-top: 140px;
}

.section.purple, .section.grey ul li {
	display: table;
	width: 100%;
}

.section.grey ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.section.grey ul li:last-child, .section.green ul li:last-child {
	border-bottom: none;
}

.section.green ul li {
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	padding-bottom: 15px;
}

.section.purple .heading, .section.purple .factoid, .section.grey .year, .section.grey .position {
	display: table-cell;
}

.section.grey .year {
	width: 25%;
}

.section.grey .year, .section.grey .year p {
	font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}

.section.grey .name {
	font-family: 'HaasTextBold', Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin-bottom: 5px;
}

.section.grey .name + p {
	margin-top: 5px;
}

.section.grey .relation {
	font-family: 'HaasTextBold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #bbb;
	text-transform: uppercase;
	line-height: 17px;
	margin-top: 0;
}

.section.grey .position {
	padding-left: 10px;
}

.green {
	background-color: #033347;
	padding: 0 40px 40px 40px;
}

li {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: "TiemposTextWeb-Regular";
	font-size: 18px;
	line-height: 26px;
}

.green p, .green li, .purple li {
	color: #fff;
}

.purple li::before {
	content: '•';
	margin-right: 10px;
}

.grey ul {
	width: 800px;
	padding: 0 40px;
	margin: 0 auto;
}

.photo-gallery {
}

.caption {
	font-family: 'HaasText', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: transparent;
	width: 600px;
	padding: 0 30px;
	-o-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-webkit-transition: color 500ms linear;
	transition: color 500ms linear;
	margin: 20px auto;
}

.slick-center .caption {
	color: #222;
}

.slick-center .credit {
	color: #888;
}

.credit {
	font-size: 14px;
	color: transparent;
	-o-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-webkit-transition: color 500ms linear;
	transition: color 500ms linear;
}

.photo-gallery .gallery-img img {
	/*width: 600px;*/
	height: 450px;
	margin: 0 auto;
}

#index-collection .gallery-img {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

#index-collection .gallery-img img {
	display: block;
	margin: 0 auto;
	max-width: 150px;
}

.candidate-recirc .name, .gallery-img .name {
	font-family: 'HaasDisplayBold';
	font-size: 26px;
	width: 150px;
	margin: 10px;
	text-align: center;
}

.candidate-recirc .gallery-img img {
	margin: 0 10px;
	height: 260px;
	/*max-width: 150px;*/
}

.recirc-iframe {
	left: 0px; 
	width: 100%; 
	height: 0px; 
	position: relative; 
	padding-bottom: 55%;
}

.gallery-pullquote {
	font-family: 'TiemposHeadlineWeb-Bold';
	font-size: 55px;
	line-height: 60px;
	padding: 0 30px;
	color: #00E7B4;
	width: 600px;
	margin: 40px auto;
}

.social-module {
	width: 800px;
	padding: 0 40px;
	margin: 0 auto;
}

.twitter-rail {
	width: 70%;
	border-right: 1px solid #ddd;
	float: left;
	padding-right: 30px;
}

.social-section {
	display: inline-block;
	padding-left: 30px;
	min-height: 600px;
	max-width: 30%;
}

.social-section .social-icons {
	font-family: 'Bloomberg';
	color: #5c42ab;
	margin-right: 10px;
}

.grey .video-js {
	min-width: 1160px;
	min-height: 652px;
	margin: 0 auto;
}

.news-article {
	display: inline-block;
	vertical-align: top;
	width: calc(99%/3);
	padding: 0 20px;
}

.news-article img {
	width: 100%;
}

.news-article .news-headline, .video-hed {
	font-family: 'HaasTextBold', Helvetica, Arial, sans-serif;
	font-size: 21px;
	margin: 10px 0 0;
}

.grey .video-hed {
	margin: 30px auto 0;
	text-align: center;
}

.grey .video-dek {
	text-align: center;
}

.news-article .news-timestamp {
	font-family: 'TiemposTextWeb-RegularItalic';
	font-size: 13px;
	color: #888;
	margin: 0 0 10px;
}

.terminal .grey li a, .terminal .green li a, .terminal .purple a { 
	border-bottom: none;
}

.terminal .grey li a:hover, .terminal .green li a:hover, .terminal .purple a:hover { 
	color: inherit;
}

.terminal .video {
	display: none;
}



/* Gallery Arrows */

.photo-gallery .slick-slide:not(.slick-center), 
.quote-gallery .slick-slide:not(.slick-center) {
	visibility: hidden;
}

.slick-prev,
.slick-next
{
    height: 450px;
    color: transparent;
    position: absolute;
    top: 45%;
    width: 86px;
    -ms-transform: translateY(-50%); 
   	-webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-next:hover
{
    color: transparent;
    outline: none;
    background: rgba(255,255,255,.4);
}
.slick-prev:hover:before,
.slick-next:hover:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 86px;
    line-height: 1;

    opacity: .6;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    top: 44%;
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
.slick-prev:before
{
    content: '2';
    font-family: 'Bloomberg';
    left: 0;
}
[dir='rtl'] .slick-prev:before
{
    content: '3';
    font-family: 'Bloomberg';
}

.slick-next
{
    right: 0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    content: '3';
    font-family: 'Bloomberg';
    right: 0;
}
[dir='rtl'] .slick-next:before
{
    content: '2';
    font-family: 'Bloomberg';
}

/* RECIRCULATOR OVERRIDES */

.section.grey .bbg-recirculator-profiles li {
	display: inline-block;
	width: 23.75rem;
}

ul.bbg-recirculator-profiles {
	width: inherit;
	padding: 0;
}

.bbg-recirculator-profiles h2 {
	text-align: left;
	font-size: 22px;
	line-height: 26px;
	color: #262626;
}

a:hover, .index-page__headline-link:hover {
	color: #5c42ab;
}

.index-page__item {
	height: 22.25rem;
}

.index-page__item:before {
	content: none;
}

.index-page .label-and-timestamp {
	margin-top: 0;
}

.top-banner li {
	font-family: inherit;
}

/* /////////// ========== MEDIA QUERIES ========== /////////// */

@media screen and (max-width: 1160px) {
	#container {
		width: 970px;
	}

	.grey .video-js {
		min-width: 970px;
		min-height: 546px;
	}

	.recirc-iframe {
		padding-bottom: 65%;
	}
}

@media screen and (max-width: 970px) {
	#container {
		width: 720px;
	}

	.left-rail {
		width: 90%;
	}

	.grey ul {
		width: 100%;
	}

	.grey::before {
		width: 575px;
	}

	.grey .video-js {
		min-width: 720px;
		min-height: 428px;
	}

	.social-module {
		width: 100%;
	}

	.twitter-rail {
		width: 60%;
	}

	.photo-gallery .gallery-img img {
		height: initial;
	}

	.recirc-iframe {
		padding-bottom: 70%;
	}
}

@media screen and (max-width: 760px) {
	#container {
		width: 100%;
		margin-top: 20px;
	}

	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 40px;
		padding-bottom: 20px;
	}

	h3 {
		font-size: 30px;
		padding: 15px;
	}

	p, li {
		font-size: 16px;
		line-height: 24px;
	}

	.right-rail {
		width: 100%;
		display: block;
		padding: 0 10px;
	}

	.left-rail {
		width: 320px;
		float: none;
		border-right: none;
		margin: 0 auto;
		padding: 0 20px;
	}

	.left-rail h1, .left-rail img, .left-rail .ad-unit iframe {
		margin: 0 auto;
		display: block;
	}

	.left-rail .headshot {
		float: none;
	}

	.left-rail img {
		width: 225px;
	}

	.grey::before {
		width: 70%;
	}

	.grey ul {
		width: 100%;
		padding: 0 10px;
	}

	.grey .video-js {
		min-width: 320px;
		min-height: 180px;
	}

	.green {
		padding: 0 20px 20px 20px;
	}

	.twitter-rail {
		width: 100%;
		float: none;
		border-right: none;
		border-bottom: 1px solid #ddd;
		padding-right: 0;
	}

	.social-module {
		width: 100%;
	}

	.social-section {
		min-height: 0;
		margin: 20px auto;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.caption {
		width: 240px;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 14px;
		line-height: 20px;
	}

	.section {
		margin: 75px 0;
	}

	.section.purple .heading, .section.purple .factoid, .section.grey .year, .section.grey .position {
		display: block;
		width: 100%;
	}

	.section.grey + .section.green {
		margin-top: 145px;
	}

	.section.grey .position {
		padding-left: 0;
	}

	.section.grey .year {
		margin-bottom: 0;
	}

	.section.grey .year p {
		color: #888;
		font-size: 18px;
		margin-bottom: 0;
	}

	.section.grey .name {
		margin-top: 5px;
	}

	.purple .heading, .purple .factoid {
		padding: 15px;
	}

	.gallery-pullquote {
		width: 240px;
		font-size: 32px;
		line-height: 36px;
		padding: 0;
		margin: 20px auto;
	}

	.news-article {
		width: calc(97%/3);
		padding: 0 10px;
	}

	.news-article .news-headline {
		font-size: 14px;
		line-height: 18px;
	}

	.news-article .news-timestamp {
		line-height: 16px;
	}

	.recirc-iframe {
		padding-bottom: 90%;
	}
}

@media screen and (max-width: 540px) {
	.recirc-iframe {
		padding-bottom: 155%;
	}
}
