/**
 * Custom styles here override contrib Bootstrap theme
 */

@border-radius: 0px;

a {
	text-decoration: none !important;
	color: #00436b;
}
html {
    background-color: white;
}
body {
    background: white url(../images/header.png) no-repeat center top;
}
body.page-admin, body.page-node-edit {
    background: inherit;
}
html body.admin-menu {
    margin-top: 28px !important;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgba(238, 238, 238, 0.5);
}
.page-container {
	max-width: 1393px;
	margin: 0 auto;
}
.pre-header {
	position: relative;
}
#logo img {
	margin-top: 18px;
	height: 64px;
}
#logo-sm img {
	height: 21px;
	margin: 15px 0;
}
#logo-xs {
    height: 0;
}
#logo-xs img {
    height: 50px;
    width: 75%;
}
#banner {
	height: 53px;
}
.front #banner {
    height: auto;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 0;
		background-color: transparent;
	}
	.navbar-toggle {
		display: block;
	}
}

.navbar-default .nav-justified>li>a {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	color: #505050;
	text-transform: uppercase;
}
.navbar-default .nav-justified>.active>a, .navbar-default .nav-justified>.active>a:focus, .navbar-default .nav-justified>.active>a:hover {
	background-color: inherit;
	color: #c00000;
}
.navbar-default {
	border-bottom: 13px solid #00518d;
	/*-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);*/
	/*-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);*/
	/*box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);*/
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 22px 15px;
	font-size: 18px;
	line-height: 20px;
}
.nav-justified > li > a {
	padding: 22px 8px 23px;
	white-space: nowrap;
}
.nav-justified >li {
	background:transparent url(../images/nav-menu-item-border.png) no-repeat left 18px;
}
#navbar.affix {
	z-index: 1700;
	width: 100%;
	top: 0;
	-webkit-animation: fly-compact-header-down .2s ease-in;
	-moz-animation: fly-compact-header-down .2s ease-in;
	-ms-animation: fly-compact-header-down .2s ease-in;
}


@keyframes fly-compact-header-down {
	0% {
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

body.front a.resume-bank {
	display: block;
	width: 310px;
	height: 147px;
	background: transparent url(../images/resume-bank.png) no-repeat 0 0;
	padding: 0;
	text-transform: uppercase;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	color: transparent;
}

aside .block {
	background-color: white;
}
.block:first-child h2.block-title {
	margin-top: 14px;
}
.region-sidebar-second .content, .region-sidebar-second .block-content {
	font-size: 14px;
	padding: 15px;
	padding-bottom: 23px;
	color: #555555;
	font-weight: 300;
	font-style: normal;
}
.region-sidebar-second h2, .timeline-Header-title {
	color: #000;
	font-family: "proxima-nova-n4","proxima-nova",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	padding: 0 15px 7px;
	text-transform: uppercase;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 14px;
	margin-bottom: 0px;
}
.sidebar-module, .region-sidebar-second .block {
	border: 1px solid #aac8e2;
	margin-bottom: 15px;
	overflow: hidden;
}
.latest-floor {
	background-color: rgba(42, 95, 156, 1);
	color: white;
	bottom: 10px;
	box-shadow: 0 20px 27px -23px rgba(0,0,0,.5);
	border: 5px solid #5e9dd3;
}
.latest-floor .section-title {
	color: white;
}

.ps-top-to-bottom {
	position: relative;
	border-top: 5px solid #5e9dd3;
}
.ps-top-to-bottom:before, .ps-top-to-bottom:after {
	content: "";
	position: absolute;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e9dd3), to(transparent));
	background-image: -webkit-linear-gradient(#5e9dd3, transparent);
	background-image: -moz-linear-gradient(#5e9dd3, transparent);
	background-image: -o-linear-gradient(#5e9dd3, transparent);
	background-image: linear-gradient(#5e9dd3, transparent);
	top: -5px;
	bottom: -5px;
	width: 5px;
}
.ps-top-to-bottom:before {
	left: -5px;
}
.ps-top-to-bottom:after {
	right: -5px;
}


.front .nav-tabs > li > a {
	font-family: 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, sans-serif;
	color: #003f6b;
	text-transform: uppercase;
}
.front .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #900;
	background-color: #FFF3D3;
	border: 1px solid #acc8e2;
	border-bottom-color: transparent;
}
.front .nav-tabs {
	margin-bottom: 0px;
	border-bottom: 1px solid #acc8e2;
}
.front .tab-content {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #ACC8E2;
	padding: 5px 4px 4px;
	background-color: #fff3d3;
}
.front .tab-content > .tab-pane {
	background-color: white;
}

.tabs-left>.tab-content, .tabs-right>.tab-content {
	background-color: white;	
}

.jumbotron {
	overflow: hidden;
	border-bottom: 14px solid #fff3d4;
	background-size: cover;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.jumbotron p > a, .jumbotron p {
	margin-bottom: 15px;
	font-size: inherit;
	font-weight: bold;
}
.jumbotron h3 {
	font-weight: bold;
	font-size: 30px;
}
.jumbotron h3 > a, .jumbotron p > a{
	color: white;
}
.jumbotron, .carousel-inner {
	height: 600px;
}
.front .jumbotron {
    height: 300px;
}
.header-overlay {
    background: rgba(0, 81, 141, 0.6);
}
.carousel-inner .item {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.carousel-title {
	background: transparent url(../images/feature-right-bg.png) no-repeat 0 0;
}
.jumbotron-caption {
	background-color: rgba(42, 95, 156, 0.83);
	position: absolute;
	bottom: 47%;
	left: 50%;
	z-index: 15;
	width: 69%;
	padding-left: 0;
	margin-left: -34%;
	text-align: center;
	list-style: none;
	border: 5px solid white;
}
.jumbotron-caption h2 {
	margin-top: 0;
}
#jumbotron .view-frontpage-carousel .img-responsive {
	display:block;
	width: 100%;
	height: auto;
}

.carousel-caption .learn-more {
}
.carousel-caption .learn-more a {
	display: block;
	font-family: "Times New Roman",Times,serif;
	color: #fff;
	text-decoration: none;
	height: 50px;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	line-height: 50px;
	background: url(../images/feature-learn-more-bg.png) no-repeat;
	background-position-x: 50%;
	margin-top: 2em;
}

@media screen and (min-width: 1200px) {
	.carousel-caption {
		/*position: absolute;*/
		/*bottom: 47%;*/
		/*left: 50%;*/
		/*z-index: 15;*/
		/*width: 69%;*/
		/*padding-left: 0;*/
		/*margin-left: -34%;*/
		/*text-align: center;*/
		/*list-style: none;*/
		/*border: 5px solid white;*/
	}
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: serif;
}

page-header h1 {
	line-height: 1em;
}

/*Content Type Specific*/
.node-press-item {
	line-height: 26px;
	font-size: 16px;
}
.node-press-item.node-teaser h2 {
	font-weight: 600;
	font-size: 21px;
	line-height: 27px;
	max-width: 80%;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 12px;
}
.node-press-item.node-teaser .category {
	font-size: 10.5px;
	letter-spacing: 2.1px;
	line-height: 15px;
	padding-right: 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer {
	clear: both;
	font-size: 0.85em;
	line-height: 1.25em;
	margin-top: 180px;
	padding-top: 28px;
	height: 351px;
	background: transparent url(../images/page/footer-bg.png) repeat 0 0;
	border-top: 1px solid #e4e3e3;
}

.footer .icons {
	font-size: 4.5em;
}
@media (max-width: 375px) {
    .footer .icons {
        font-size: 3.5em;
    }
    .icons.list-inline > li {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.footer .links-footer {
	background-color: #f5f5f5;
	border-top: 1px solid #e4e3e3;
}
.footer .social-footer {
	margin-bottom: -15px;
}

.node-type-press-item .page-header {
	text-align: center;
}
.node-type-press-item .main-container, .page-node-add .main-container, .about-container {
    border-top: 5px solid #00518d;
}

.node-type-press-item .main-container, .page-node-add-press-item .main-container, .node-type-floor-update .main-container, .about-container, .page-node-add-floor-update .main-container {
	max-width: 980px;
	background: #fff;
	margin: 0 auto;
	display: block;
	padding: 65px 100px;
}
@media (max-width: 992px) {
	.node-type-press-item .main-container, .page-node-add-press-item .main-container, .about-container {
		padding: 65px;
	}
}
@media (max-width: 768px) {
	.node-type-press-item .main-container, .page-node-add-press-item .main-container, .about-container {
		padding: 40px 30px;
		margin-top: 0;
	}
}
@media (max-width: 480px) {
	.node-type-press-item .main-container, .page-node-add-press-item .main-container, .about-container {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 0;
	}
}
.node-type-press-item .category span{
	letter-spacing: 0.2em;
	vertical-align: middle;
	font-size: 0.75em;
}
.node-type-press-item .category .symbol{
	font-size: 30px;
}

.thumbnail h2, .thumbnail .views-field-title {
	font-family: serif;
	font-size: 25px;
	line-height: 1.2em;
}
.thumbnail h2, .thumbnail .views-field-title, .thumbnail .views-field-body {
	margin:20px;
}

.page-newsroom .page-header {
	border-bottom: none;
}

/* Special Fonts */
.thumbnail .views-field-field-summary, .view-id-newsroom.view-display-id-page h3 {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Nimbus Sans L",sans-serif;
}

#background-bleed {
	background: no-repeat 50% 50%;
	height: 718px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
@media only screen and (max-width:768px) {
	#background-bleed {
		background: no-repeat 100% 50%;
		height: 450px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}
@media only screen and (max-width:480px) {
	#background-bleed {
		height: 320px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}

/***
* HAMBURGER (Default)
***/
.hamburger-wrap {
	position: absolute;
	display: block;
	right: 0;
}
@media screen and (min-width: 768px) {
	.hamburger-wrap {
		right: 23px;
	}
}
.hamburger:before,
.hamburger:after {
	content: " ";
	display: table;
}
.hamburger:after {
	clear: both;
}
.hamburger {
	cursor: pointer;
	width: 30px;
	height: 30px;
	padding: 3px;
	z-index: 9999;
}
.hamburger > div {
	background: #00518d;
	height: 4px;
	margin-bottom: 4px;
	float: left;
	width: 100%;
}
.hamburger > div:nth-child(1),
.hamburger > div:nth-child(3) {
	float: right;
}
.hamburger.active {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
	-moz-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
	-ms-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
	-o-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
	transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
}
.hamburger.active > div {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.hamburger.active > div:nth-child(1),
.hamburger.active > div:nth-child(3) {
	width: 70%;
}
.hamburger.active > div:nth-child(2) {
	width: 90%;
}
.hamburger.active > div:nth-child(1) {
	-webkit-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
	-moz-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
	-ms-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
	-o-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
	transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
}
.hamburger.active > div:nth-child(3) {
	-webkit-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
	-moz-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
	-ms-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
	-o-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
	transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
}
.hamburger.active.active-end {
	-webkit-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
	-moz-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
	-ms-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
	-o-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
	transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
}
.hamburger.active.active-end > div {
	width: 100%;
}
.hamburger.active.active-end > div:nth-child(1) {
	-webkit-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
	-moz-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
	-ms-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
	-o-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
	transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
}
.hamburger.active.active-end > div:nth-child(3) {
	-webkit-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
	-moz-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
	-ms-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
	-o-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
	transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
}

/* Global */

.p1 {
	padding: 10px;
}
.p15 {
	padding: 15px;
}
.p3 {
    padding: 30px;
}
.p4 {
	padding: 40px;
}
.pt1 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px;
}
.pt2 {
    padding-top: 20px;
}
.pt3 {
	padding-top: 30px;
}
.pt4 {
	padding-top: 40px;
}
.pr1 {
	padding-right: 10px;
}
.pb1 {
	padding-bottom: 10px;
}
.pb2 {
    padding-bottom: 20px;
}
.pb3 {
    padding-bottom: 30px;
}
.pb4 {
	padding-bottom: 40px;
}
.pl1 {
	padding-left: 10px;
}
.pl35 {
	padding-left: 35px !important;
}

.m0 {
    margin: 0 !important;
}
.m1 {
	padding: 10px;
}
.mt0 {
	margin-top: 0;
}
.mt1 {
	margin-top: 10px;
}
.mt2 {
	 margin-top: 20px;
 }
.mt25 {
	  margin-top: 25px;
  }
.mt3 {
	margin-top: 30px;
}
.mt4 {
    margin-top: 40px;
}
.mr1 {
	margin-right: 10px;
}
.mr3 {
    margin-right: 30px;
}
.mb1 {
	margin-bottom: 10px;
}
.mb2 {
	margin-bottom: 20px;
}
.mb3 {
	margin-bottom: 30px;
}
.mb4 {
	margin-bottom: 40px;
}
.ml1 {
	margin-left: 10px;
}
.b1 {
	border: solid 1px #dedede;
}
.bt1 {
	broder-top: solid 1px #dedede;
}
.br1 {
	border-right: solid 1px #dedede;
}
.bb1 {
	border-bottom: solid 1px #dedede;
}
.bl1 {
	border-left: solid 1px #dedede;
}
.f60 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: normal;
    line-height: 60px
}
.f48 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.0416
}
.f32 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.25
}
.f25 {
    font-size: 25px !important;
}
.f22 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 22px
}
.f16 {
    font-size: 16px;
}
.f14 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 14px;
    margin-bottom: 10px
}
.f12 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 12px;
    margin-bottom: 0
}
.serif {
	font-family: serif;
}
.sans-serif {
    font-family: sans-serif;
}
.transparent {
	background: transparent;
}
.translucent {
  background: rgba(255, 255, 255, 0.53);
}
.border-btm {
	border-bottom: 3px solid #00518d;
}
.vertical-middle {
	vertical-align: middle;
}
.table-cell {
	display: table-cell;
}
.section-inner {
	padding: 0 5%;
}
.section-title {
	font-size: 28px;
	color: black;
	font-weight: 900;
	height: 50px;
	font-family: serif;
	letter-spacing: 3px;
	text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
	line-height: 30px;
	line-height: 30px;
	text-align: center;
}
.section-title:after {
	content: " ";
	display: block;
	margin: 15px auto 15px;
	background-color: #fff;
	height: 2px;
	width: 60px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	transition: width 0.2s;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2s;
	-ms-transition: width 0.2s;
	-o-transition: width 0.2s;
}
section:hover .section-title:after {
	width: 100px;
}
.section-inner p, .block p {
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
}
@media (min-width: 1200px) {
	.section-inner p, .block p {
		/*font-size: 1vmax;*/
	}
}

.shadow {
    -moz-box-shadow: 2px 2px 2px 0 rgba(168,168,168,1);
    box-shadow: 2px 2px 2px 0 rgba(168,168,168,1);
}

/***
* SIDE NAVIGATION
***/
.full-screen-overlay {
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	z-index: 9000;
	opacity: 0;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 250ms;
	transition: all 250ms;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
}
ul.level-1-nav {
	position: relative;
	text-align: center;
	padding-top: 60px;
	margin: 0 auto 40px;
	font-size: 0;
}
ul.level-1-nav li {
	display: inline-block;
	margin: 0 15px 15px;
	vertical-align: top;
}
ul.level-1-nav a {
	position: relative;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	width: 100px;
	font-weight: 300;
	font-size: 14px;
}
.nav-overlay .nav-bar-inner .logo a {
	color: white;
}
.nav-overlay.full-screen-overlay {
	z-index: 9000;
}
.nav-overlay#nav-overlay {
	background: rgba(252, 248, 239, 0.9);
	background: -moz-linear-gradient(45deg, rgba(252, 248, 239, 0.95) 0%, rgba(255, 243, 211, 0.95) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(252, 248, 239, 0.95)), color-stop(100%, rgba(255, 243, 211, 0.95)));
	background: -webkit-linear-gradient(45deg, rgba(252, 248, 239, 0.95) 0%, rgba(255, 243, 211, 0.95) 100%);
	background: -o-linear-gradient(45deg, rgba(252, 248, 239, 0.95) 0%, rgba(255, 243, 211, 0.95) 100%);
	background: -ms-linear-gradient(45deg, rgba(252, 248, 239, 0.95) 0%, rgba(255, 243, 211, 0.95) 100%);
	background: linear-gradient(45deg, rgba(252, 248, 239, 0.95) 0%, rgba(255, 243, 211, 0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 243, 211, 0.95)', endColorstr='#34a3bf', GradientType=1);
	width: 100%;
	right: -100%;
	left: auto;
	opacity: 1;
	transition: all 350ms;
	-webkit-transition: all 350ms;
	-moz-transition: all 350ms;
	-ms-transition: all 350ms;
	-o-transition: all 350ms;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@media (min-width: 929px) {
	.nav-overlay#nav-overlay {
		width: 335px;
		right: -335px;
	}
}
@media (min-width: 1200px) {
	.nav-overlay#nav-overlay {
		width: 335px;
		right: -335px;
	}
}
.nav-overlay#nav-overlay.show {
	visibility: visible !important;
	right: 0;
	transition: all 350ms;
	-webkit-transition: all 350ms;
	-moz-transition: all 350ms;
	-ms-transition: all 350ms;
	-o-transition: all 350ms;
}
.nav-overlay h3 {
	color: white;
	font-size: 24px;
	margin-top: 100px;
	padding: 0 20px;
	text-align: center;
}
.nav-overlay .level-1-nav {
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
    text-align: right;
}
@media (min-width: 929px) {
	.nav-overlay .level-1-nav {
		text-align: left;
		margin: 40px auto;
		padding: 0 40px 0 0;
	}
}
.nav-overlay .level-1-nav li {
	margin: 0;
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	opacity: 0;
	right: -30%;
	-webkit-transform: translate(1000px, 0);
	-ms-transform: translate(1000px, 0);
	-o-transform: translate(1000px, 0);
	transform: translate(1000px, 0);
	-webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms ease-in 300ms;
	-moz-transition: -moz-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms ease-in 300ms;
	-o-transition: -o-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms ease-in 300ms;
	transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms ease-in 300ms;
}
.nav-overlay .level-1-nav li a {
	position: inherit;
	color: #00518d;
	font-size: 34px;
	font-weight: 400;
	line-height: 2em;
	font-family: Gerogia, serif;
	width: 100%;
	margin-top: 0;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}

.nav-overlay ul.sub-links li a{
	 float: left;
	 font-family: 'Oswald', sans-serif;
	 font-size: 15px;
	 font-weight: 300;
	 text-transform: uppercase;
 }
.nav-overlay ul.sub-links li a:hover{
	cursor: pointer;
}
@media (min-width: 929px) {
	.nav-overlay .level-1-nav li a {
		font-size: 40px;
		text-align: right;
		line-height: 1.42857;
	}
}
.nav-overlay .level-1-nav li a:before {
	display: none;
}
.nav-overlay .level-1-nav li a:hover{
	color: #900;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
}
.nav-overlay .social {
	padding-left: 0;
}
@media (min-width: 929px) {
	.nav-overlay .social {
		margin-right: 0;
		float: none;
		padding-left: 0;
	}
}
.nav-overlay .social li {
	display: inline;
	list-style-type: none;
	padding-bottom: 10px;
}
.nav-overlay .social li a {
	font-size: 46px;
	color: #00518d;
	-webkit-font-smoothing: antialiased;
}
.nav-overlay .social li a:hover {
	text-decoration: none;
	opacity: 0.8;
	color: #900;
}
@media (min-width: 680px) and (max-height: 620px) {
	.nav-overlay .social {
		display: none;
	}
}
.nav-overlay .blog-subscribe-wrapper {
	max-width: 150px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 50px;
	text-align: center;
	border-bottom: 2px solid white;
}
@media (min-width: 929px) {
	.nav-overlay .blog-subscribe-wrapper {
		display: none;
	}
}
#audio-controls {
	background: #1F99BA;
	border-radius: 4px;
	padding: 5px 0;
	cursor: pointer;
}
#audio-controls:hover {
	background: #128EB0;
}
@media (min-width: 500px) {
	#audio-controls {
		display: block;
	}
}
@media (max-height: 745px) {
	#audio-controls {
		opacity: 0 !important;
		display: none !important;
	}
}
#audio-controls .audio-buttons {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#audio-controls .audio-buttons a {
	padding: 0 15px 0 10px;
	color: #fff;
	font-weight: bold;
	font-family: 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#audio-controls .audio-buttons a:hover {
	text-decoration: none;
}
#audio-controls .audio-buttons a i {
	font-size: 16px;
}
#audio-controls .audio-buttons a i.icon-speaker:before,
#audio-controls .audio-buttons a i.icon-pause:before {
	position: relative;
	top: 3px;
}
#audio-controls .audio-play {
	display: inline-block;
}
#audio-controls .audio-pause {
	display: none;
}
#audio-controls.playing .audio-play {
	display: none;
}
#audio-controls.playing .audio-pause {
	display: inline-block;
}
@media (max-height: 620px) {
	#audio-controls {
		display: none;
	}
}
.top-nav > ul > li > a {
    padding: 17px 11px;
}
.nav-footer {
	opacity: 1;
	text-align: center;
	padding-bottom: 25px;
}
@media (min-width: 929px) {
	.nav-footer {
		opacity: 0;
		padding: 0;
		position: absolute;
		right: 20px;
		bottom: 25px;
		text-align: center;
		-webkit-transition: opacity 300ms ease-in 300ms;
		-moz-transition: opacity 300ms ease-in 300ms;
		-o-transition: opacity 300ms ease-in 300ms;
		transition: opacity 300ms ease-in 300ms;
	}
}
.nav-footer .border {
	border-top: 2px solid white;
	padding-top: 30px;
	width: 245px;
	margin: 0 auto;
}
@media (min-width: 929px) {
	.nav-footer .border {
		border-top: 1px solid #7ac9dd;
	}
}
.nav-footer .logo-wrapper {
	width: 35px;
	margin: 0 auto;
}
.nav-footer .logo-wrapper #digital-telepathy-logo {
	width: 200px;
}
.nav-footer .logo-wrapper .dt-brandmark {
	fill: white;
}
.nav-footer p {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, sans-serif;
	margin: 5px 0 0 0;
}
@media (min-width: 680px) and (max-height: 700px) {
	.nav-footer {
		display: none !important;
	}
}
.side-nav-open .level-1-nav li {
	opacity: 1;
	right: 0;
	-webkit-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	transform: translate(0px, 0);
}
@media screen and (min-width: 929px) {
	.side-nav-open .level-1-nav li:nth-child(1) {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.side-nav-open .level-1-nav li:nth-child(2) {
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.side-nav-open .level-1-nav li:nth-child(3) {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
	.side-nav-open .level-1-nav li:nth-child(4) {
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.side-nav-open .level-1-nav li:nth-child(5) {
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	.side-nav-open .level-1-nav li:nth-child(6) {
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}
	.side-nav-open .level-1-nav li:nth-child(7) {
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}
	.side-nav-open .level-1-nav li:nth-child(8) {
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.9s;
	}
}
.side-nav-open .nav-footer {
	opacity: 1;
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.nav-overlay .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	vertical-align: middle;
	border-top: 7px dashed;
	border-top: 4px solid \9;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.parsley-errors-list {
	background-color: #f2dede;
}

#floorproceedings td {
	padding: 5px 0;
}

.header-tagline h1 {
    font-size: 39px;
    font-weight: bold;
}
.header-tagline .view-display-id-frontpage_issues_main_block {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.header-tagline .lead, .header-tagline h1{
    color: white;
}
.header-tagline h1 {
    font-family: serif;
}
.header-tagline .lead {
    font-family: sans-serif;
}

.btn, .form-control, select, .cke_chrome {
    border-radius: 0 !important;
}

.section {
    width: 100%;
    background: #fff;
}
.section.gradient {
    background: -webkit-linear-gradient(310deg, #fff, #F1F2F2 70%, #f2f2f2);
    background: linear-gradient(140deg, #fff, #F1F2F2 70%, #f2f2f2);
}
.section.email {
    background: #f2f2f2;
}
.other-resources .thumbnail {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 0;
}
.other-resources .thumbnail .caption {
    padding: 40px;
}

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

.lede {
    position: relative;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    border-top: 5px solid #00518d;
}
@media only screen and (min-width: 650px) and (min-width: 850px) {
    .lede {
        display: flex;
        flex-flow: row wrap;
        max-width: 90rem;
    }
}

@media only screen and (min-width: 650px) {
    .lede {
        display: flex;
        flex-flow: row wrap;
        max-width: 100%;
    }
}

.lede__image__container {
    width: 100%;
}
@media (min-width: 992px) {
    .lede__image__container {
        position: relative;
        width: 100%;
    }
}
.lede__content {
    width: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    color: white;
    bottom: 0;
    right: 15px;
    margin-left: 15px;
    margin-left: .9375rem;
    margin-right: 15px;
    margin-right: .9375rem;
    overflow: hidden;
    padding: 15px 15px 30px;
    padding: .9375rem .9375rem 1.875rem;
    vertical-align: top;
    font-size: 14px;
    margin-bottom: -10px;
    margin-bottom: -.625rem;
}
@media only screen and (min-width: 650px) {
    .lede__content {
        right: .9375rem;
        margin: 0;
        padding: 1.5625rem 1.875rem 1.875rem;
        width: 40rem;
    } 
}
@media only screen and (min-width: 850px) {
    .lede__content {
    }
}

.type-132 {
    font-size: 13rem !important;
    line-height: 13.2rem !important
}

.type-100 {
    font-size: 10rem !important;
    line-height: 10.2rem !important
}

.type-66 {
    font-size: 6.6rem !important;
    line-height: 7.2rem !important
}

.type-60 {
    font-size: 6rem !important;
    line-height: 6.6rem !important
}

.type-48 {
    font-size: 4.8rem !important;
    line-height: 5.4rem !important
}

.type-38 {
    font-size: 3.8rem !important;
    line-height: 4.2rem !important
}

.type-34 {
    font-size: 3.4rem !important;
    line-height: 4.2rem !important
}

.type-28 {
    font-size: 2.8rem !important;
    line-height: 3.6rem !important
}

.type-24 {
    font-size: 2.4rem !important;
    line-height: 3rem !important
}

.type-21 {
    font-size: 2.1rem !important;
    line-height: 3rem !important
}

.type-18 {
    font-size: 1.8rem !important;
    line-height: 2.4rem !important
}

.type-14 {
    font-size: 1.4rem !important;
    line-height: 2.4rem !important
}

.type-13 {
    font-size: 1.3rem !important;
    line-height: 1.8rem !important
}

.type-12 {
    font-size: 1.2rem !important;
    line-height: 1.8rem !important
}

.type-11 {
    font-size: 1.1rem !important;
    line-height: 1.2rem !important
}

.type-10 {
    font-size: 1rem !important;
    line-height: 1.2rem !important
}

.text-capitalize {
    text-transform: capitalize
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-none {
    text-transform: none
}

.text-italic {
    font-style: italic
}

.text-underline {
    text-decoration: underline
}

.text-nowrap {
    white-space: nowrap
}

.text-prewrap {
    white-space: pre-wrap
}

.text-ellipsis {
    text-overflow: ellipsis
}

.text-bold {
    font-weight: bold;
}

.filter-wrapper {
    /*display: none;*/
}

.flex-row {
    display: flex;
    flex-wrap: nowrap;
}
.flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.flex-row .thumbnail,
.flex-row .caption {
    flex-direction: column;
    display: flex;
    flex: 1 0 auto;
    height: auto;
    position: relative;
}
.flex-text {
    flex-grow: 1;
}
.flex-row img {
    min-width: 0;
    width: 100%;
}

.node-type-issue-item .lede-image > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}
.node-type-issue-item .lede-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.white {
    background-color: white;
}

.font-white, .font-white:hover {
    color: white !important;
}

.issues-page-header h1 {
    font-size: 5rem;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
    color: #00518d;
}

.not-front .main-container.white {
    border-top: 3px solid #00518d;
}

.section-header {
    background-color: #e1e1e1;
}
.section-header__wrapper {
    width: 100%;
    line-height: 1;
}
.section-header__wrapper__title {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    background-color: #00518d;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family: Open Sans,Tazugane Gothic,TazuganeGothic,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03125rem;
}

fieldset.search-advanced {
    display: none;
}

ul, ol {
    margin-top: 1em;
    margin-bottom: 1em;
}

.table-block {
    background-color: rgb(0, 80, 141);
    color: #fff;
    display: table;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    height: 120px;
    font-size: 30px;
    padding: 10px 30px;
}

.cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.cell h4 {
    font-family: 'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
}