/*
Theme Name: CLTC2016-DEV
Theme URI: http://underscores.me/
Author: Underscores.me & Chehovskiy Dima
Author URI: http://undersc
ores.me/
Description: An updated theme that includes the scenarios
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cltc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cltc is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("./css/fontawesome/fontawesome-webfont.eot?v=4.3.0");
       src : url("./css/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("./css/fontawesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("./css/fontawesome/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("./css/fontawesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("./css/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

body {
	background-image: url('images/body-bg.png');
	/*background-color: #E8E4CF;*/
	background-color: #ffffff;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: Lato, sans-serif;
}

body.error404 {
	background-image: url('images/header.png');
	background-color: #0a203e;
}

figure {
	margin: 0;
}

.entry-content a {
	color: #d4942a;
	text-decoration: none;
}

.entry-content a:hover {
	border-bottom: 2px solid #d4942a;
	color: #0a203e;
}

.entry-content ol,
.w-row ol,
.entry-content ul,
.w-row ul {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1em;
    color: #0a203e;
}

span.wpcf7-list-item {
	display: block;
}

/* Indents */
.wwu {
	margin-top: 120px;
}

.about-cntnt {
	margin-top: 0;
}

.archive.category .wwu {
	margin-top: 60px;
}

img.alignright {
	float: right;
	margin: 0 0 25px 70px;
}

img.alignleft {
	float: left;
	margin: 0 70px 25px 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 25px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 25px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter,
.alignnone {
	margin-top: 70px;
	margin-bottom: 70px;
}

.entry-content {
	padding: 36px 0;
	min-height: 144px;
}

.single-content .entry-content {
	padding-top: 0;
	padding-bottom: 72px;
}

.mb100 {
	margin-bottom: 100px;
}

/* Header */
.header-div {
	overflow: hidden;
}

.header-div.about {
	background-color: #ffffff;
	z-index: 1;
}

.header-div.home {
	background-position: 50% 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.main-cntnt {
	background: none;
}

.intro-cntnr {
	z-index: 9;
}

/* Logo */
.brkl-logo {
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
}

.brkl-logo img {
	transition: transform 500ms;
	-webkit-transition: transform 500ms;
	transform: scale(1);
}

.brkl-logo:hover img {
	transform: scale(1.05);
}

/* Menu */
.navigation {
	position: static;
	left: auto;
	top: auto;
}

.navigation.main-navigation {
	position: absolute;
	left: 0;
	top: 10px;
}

.menu-open-div {
	margin: 0;
	padding: 0;
}

.menu-item.current-menu-item {
	color: #9dbdaa;
}

.menu-item a {
	color: inherit;
	text-decoration: none;
}

.menu-footer {
	float: none;
	margin-top: 10px;
}

.menu-footer li {
	margin-left: 0;
	float: none;
	clear: none;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 0.7em;
}

.menu-footer li:first-child {
	margin-left: 0;
}

.menu-footer li a {
	color: #d4942a;
	text-decoration: none;
	-webkit-transition: color 200ms ease, border-width 200ms ease;
	transition: color 200ms ease, border-width 200ms ease;
}

.menu-footer li a:hover,
.menu-footer li.current-menu-item a {
	color: #b57a1b;
	text-decoration: none;
}

.menu-footer li a:hover {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/* About Page */
.dir {
	/*float: none;*/
}

.steering-clmn:nth-child(1) .small-tr,
.steering-clmn:nth-child(2) .small-tr {
	display: none;
}

.faculty-clmn:nth-child(1) .small-tr,
.faculty-clmn:nth-child(2) .small-tr,
.faculty-clmn:nth-child(3) .small-tr {
	display: none;
}

.research-clmn:nth-child(1) .small-tr,
.research-clmn:nth-child(2) .small-tr,
.research-clmn:nth-child(3) .small-tr,
.research-clmn:nth-child(4) .small-tr{
	display: none;
}

.sponsor-clmn:nth-child(1) .small-tr,
.sponsor-clmn:nth-child(2) .small-tr,
.sponsor-clmn:nth-child(3) .small-tr{
	display: none;
}

.avatar-staff {
	position: relative;
	display: block;
	padding: 0;
	float: left;
}

.avatar-staff img {
	position: relative;
	z-index: 1;
	width: 100%;
}

/* Diamant (4 tringle) */
.triangle {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	overflow: hidden;
}

.triangle:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
}

/* Up Right */
.triangle-up-right {
	top: 0;
	right: 0;
	padding-left: 50%;
	padding-top: 50%;
}

.triangle-up-right:after {
	margin-left: -500px;
	margin-top: -500px;
	border-left: 500px solid transparent;
	border-top: 500px solid #ffffff;
}

/* Down Right */
.triangle-down-right {
	right: 0;
	bottom: 0;
	width: 50%;
	padding-top: 50%;
}

.triangle-down-right:after {
	margin-top: -500px;
	border-top: 500px solid transparent;
	border-right: 500px solid #ffffff;
}

/* Down Left */
.triangle-down-left {
	left: 0;
	bottom: 0;
	width: 50%;
	padding-bottom: 50%;
}

.triangle-down-left:after {
	border-right: 500px solid transparent;
	border-bottom: 500px solid #ffffff;
}

/* Up Left */
.triangle-up-left {
	top: 0;
	left: 0;
	padding-bottom: 50%;
	padding-left: 50%;
}

.triangle-up-left:after {
	margin-left: -500px;
	border-bottom: 500px solid transparent;
	border-left: 500px solid #ffffff;
}

.small-triangle-up {
	top: -25%;
	z-index: 3;
	padding-right: 25%;
	padding-left: 25%;
	padding-bottom: 25%;
}

.small-triangle-up:after {
	margin-left: -500px;
	border-left: 500px solid transparent;
	border-right: 500px solid transparent;
	border-bottom: 500px solid #e8f0eb;
}

.small-triangle-up.in-left {
	left: 0;
}

.small-triangle-up.in-right {
	right: 0;
}

.small-triangle-down {
	top: 0;
	z-index: 3;
	padding-left: 25%;
	padding-right: 25%;
	padding-top: 25%;
}

.small-triangle-down:after {
	margin-left: -500px;
	margin-top: -500px;
	border-left: 500px solid transparent;
	border-right: 500px solid transparent;
	border-top: 500px solid #e8f0eb;
}

.small-triangle-down.in-left {
	left: 0;
}

.small-triangle-down.in-right {
	right: 0;
}

.small-triangle-up-res {
	top: -25%;
	z-index: 3;
	padding-right: 25%;
	padding-left: 25%;
	padding-bottom: 25%;
}

.small-triangle-up-res:after {
	margin-left: -500px;
	border-left: 500px solid transparent;
	border-right: 500px solid transparent;
	border-bottom: 500px solid #e7e3c6;
}

.small-triangle-up-res.in-left {
	left: 0;
}

.small-triangle-up-res.in-right {
	right: 0;
}

.small-triangle-down-res {
	top: 0;
	z-index: 3;
	padding-left: 25%;
	padding-right: 25%;
	padding-top: 25%;
}

.small-triangle-down-res:after {
	margin-left: -500px;
	margin-top: -500px;
	border-left: 500px solid transparent;
	border-right: 500px solid transparent;
	border-top: 500px solid #e7e3c6;
}

.small-triangle-down-res.in-left {
	left: 0;
}

.small-triangle-down-res.in-right {
	right: 0;
}

.affiliated-clmn .small-triangle-up:after {
	border-bottom-color: #fcedd3;
}

.affiliated-clmn .small-triangle-down:after {
	border-top-color: #fcedd3;
}

.grantee-clmn .small-triangle-up-res:after {
	border-bottom-color: #e7e3c6;
}

.grantee-clmn .small-triangle-down-res:after {
	border-bottom-color: #e7e3c6;
}

.director .h2-staff a {
	-webkit-transition: color 200ms ease, -webkit-transform 50ms ease, border-width 200ms ease;
	transition: color 200ms ease, transform 50ms ease, border-width 200ms ease;
	color: #d4942a;
	text-decoration: none;
}

.director .h2-staff a:hover {
	border-bottom: 2px solid #d4942a;
	color: #0a203e;
}

.director .w-col.dir-clmn {
	z-index: 1;
}

.director .w-col {
	z-index: 2;
}

.director .triangle-up-left,
.director .triangle-down-left {
	left: 60px;
}

.director .triangle-up-right,
.director .triangle-down-right {
	right: -60px;
}

.secondary-staff h4 a {
	-webkit-transition: color 200ms ease, -webkit-transform 50ms ease, border-width 200ms ease;
	transition: color 200ms ease, transform 50ms ease, border-width 200ms ease;
	color: #d4942a;
	text-decoration: none;
}

.secondary-staff h4 a:hover {
	border-bottom: 2px solid #d4942a;
	color: #0a203e;
}

.secondary-staff faculty a {
	-webkit-transition: color 200ms ease, -webkit-transform 50ms ease, border-width 200ms ease;
	transition: color 200ms ease, transform 50ms ease, border-width 200ms ease;
	color: #d4942a;
	text-decoration: none;
}

.secondary-staff faculty a:hover {
	border-bottom: 2px solid #d4942a;
	color: #0a203e;
}

.secondary-staff researcher a {
	-webkit-transition: color 200ms ease, -webkit-transform 50ms ease, border-width 200ms ease;
	transition: color 200ms ease, transform 50ms ease, border-width 200ms ease;
	color: #d4942a;
	text-decoration: none;
}

.secondary-staff researcher a:hover {
	border-bottom: 2px solid #d4942a;
	color: #0a203e;
}


.research-sec-row sponsor{
  font-family: Lato, sans-serif;
  color: #0a203e;
  font-size: 16px;
  font-weight: 700;
}
.research-sec-row sponsor a {
	-webkit-transition: color 200ms ease, -webkit-transform 50ms ease, border-width 200ms ease;
	transition: color 200ms ease, transform 50ms ease, border-width 200ms ease;
	color: #d4942a;
	text-decoration: none;
}

.research-sec-row sponsor a:hover {
	border-bottom: 2px solid #d4942a;
	color: #0a203e;
}
.main-staff h4 a {
	-webkit-transition: color 200ms ease, -webkit-transform 50ms ease, border-width 200ms ease;
	transition: color 200ms ease, transform 50ms ease, border-width 200ms ease;
	color: #d4942a;
	text-decoration: none;
}

.main-staff h4 a:hover {
	border-bottom: 2px solid #d4942a;
	color: #0a203e;
}

/* Single Post */
.single-content {
	background: #ffffff;
	padding-top: 35px;
	padding-bottom: 72px;
}

.post-text {
	margin-top: 0;
}

.post {
	font-size: inherit;
	line-height: inherit;
}

h1.post {
	font-size: 48px;
	line-height: 48px;
}

.post-text a,
.cat a {
	-webkit-transition: color 200ms ease, -webkit-transform 50ms ease, border-width 200ms ease;
	transition: color 200ms ease, transform 50ms ease, border-width 200ms ease;
	color: #d4942a;
	text-decoration: none;
}

.post-text a:hover,
.cat a:hover {
	border-bottom: 2px solid #d4942a;
	color: #0a203e;
}

.post-text figure img {
	height: auto;
}

.post-header {
	background: none;
	margin-top: -120px;
	height: 630px;
	overflow: hidden;
}

.single-post .entry-header {
	padding-top: 36px;
	padding-bottom: 36px;
}

.header-image-overlay {
	z-index: 9;
}

/* Captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	/*width: 50%;*/
	/*margin: 24px 0 72px;*/
	padding: 6px 0;
	border-bottom: 2px solid #e6eeea;
	color: #0a203e;
	font: 12px/18px Lato, sans-serif;
}

/* Blockquote */
blockquote {
	margin-top: 60px;
	margin-bottom: 72px;
	margin-left: 72px;
	padding: 36px 36px 36px 72px;
	border-left: 2px solid #d1e3da;
	background-color: #f7f7f7;
}

blockquote p {
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	text-align: left;
}

/* Related Posts */
.recentnews.related {
	margin-top: 0;
}

.section-heading.recentnews h1 small {
	display: block;
	line-height: 25px;
}

.news-clmn .section-heading {
	padding-bottom: 34px;
}

.social-clmn-div .section-heading {
	padding-bottom: 63px;
}

.related-block {
	background: #0a203e;
}

.related-block .news-clmn {
	background: none;
}

/* Filtes */
.grayscale img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	filter: gray;
}

/* Misc */
.clearfix:before,
.clearfix::after {
	content: " ";
	display: table;
}

.clearfix::after {
	clear: both;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* Search Form */
.form-wrapper {
	width: auto;
}

.search-btn {
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	border-radius: 0;
	margin: 0;
	float: none;
}

.form-field {
	left: auto;
	top: auto;
	bottom: auto;
	width: 35%;
}

.w-input,
.w-select {
	border-radius: 0;
}

/* Index Page */
.blog-fltr {
	position: relative;
}

.fltr-news:nth-child(2) a {
	background: #d1e3da;
}

.fltr-news:nth-child(3) a {
	background: #9dbdaa;
}

.fltr-news:nth-child(2) a:hover {
	background: #bdd9cb;
}

.fltr-news:nth-child(3) a:hover {
	background: #8bb39b;
}

.ajax-spinner {
	width: 18px;
	height: 18px;
	display: none;
	position: absolute;
	top: 8px;
	right: 18px;
}

.spinner-chasing-dots {
	width: 18px;
	height: 18px;
	position: relative;
	text-align: center;
	-webkit-animation: cherry-chasingDotsRotate 2s infinite linear;
	animation: cherry-chasingDotsRotate 2s infinite linear;
}

.spinner-chasing-dots .dot {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #d4942a;
	border-radius: 100%;
	-webkit-animation: cherry-chasingDotsBounce 2s infinite ease-in-out;
	animation: cherry-chasingDotsBounce 2s infinite ease-in-out;
}

.spinner-chasing-dots .dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

/* Pagination*/
.pagination {
	position: static;
	width: 100%;
	height: 48px;
	min-width: 0px;
	background-color: #f3f7f5;
}

.nav-links {
	position: relative;
	display: block;
	height: 48px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.nav-links .page-numbers {
	display: inline-block;
	width: 48px;
	height: 48px;
	padding-top: 16px;
	background-color: #d1e3da;
	font-family: Lato, sans-serif;
	color: #0a203e;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.nav-links a.page-numbers:hover {
	background-color: #d4942a;
}

.nav-links .next {
	float: right;
	display: block;
	width: auto;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 14px;
}

.nav-links .prev {
	float: left;
	display: block;
	width: auto;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 14px;
}

.nav-links .current {
	background: #e6eeea;
}

/* Search Page */
.no-results.not-found {
	min-height: 550px;
	padding-bottom: 72px;
}

.p-news.search-rslts p {
	font-size: inherit;
	line-height: inherit;
}

.search-cntnr h2 {
	margin-bottom: 0;
}

/* Work With Us Page */
.row-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.row-list ul li {
	position: relative;
	font: 14px/24px Lato, sans-serif;
	color: #0a203e;
	margin: 0;
	padding: 5px 0 5px 35px;
}

.row-list ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 10px;
	height: 10px;
	background-color: #9dbdaa;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #9dbdaa;
}

.row-list ul li a {
	-webkit-transition: color 200ms ease, -webkit-transform 50ms ease, border-width 200ms ease;
	transition: color 200ms ease, transform 50ms ease, border-width 200ms ease;
	color: #d4942a;
	text-decoration: none;
}

.row-list ul li a:hover {
	border-bottom: 2px solid #d4942a;
	color: #0a203e;
}

.pwwu-small {
	font-size: 14px;
}

/* Apply Page */
.form-apply {
	overflow: hidden;
}

.form-apply .wpcf7 {
	margin-top: 120px;
	padding-right: 160px;
	padding-bottom: 0px;
	padding-left: 160px;
}

.wpcf7-form .form-field {
	float: none;
}

.form-apply .wpcf7-form input[type="text"],
.form-apply .wpcf7-form input[type="tel"],
.form-apply .wpcf7-form input[type="email"],
.form-apply .wpcf7-form select,
.form-apply .wpcf7-form textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-form input[type="submit"] {
	border-radius: 0;
}

.form-apply .wpcf7-form > p {
	margin-bottom: 36px;
}

.form-apply .wpcf7-form textarea {
	resize: vertical;
}

div.wpcf7-response-output {
	margin: 10px 0;
	padding: 10px;
	font-family: Lato, sans-serif;
	color: #0a203e;
	font-size: 18px;
	line-height: 30px;
}

div.wpcf7-mail-sent-ok {
	background-color: #dddddd;
	border: none;
}

div.wpcf7-mail-sent-ng {
	background-color: #ffdede;
	border: none;
}

div.wpcf7-validation-errors {
	background-color: #f7e700;
	border: none;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
	font-weight: bold;
}

/* File input */
.file_upload {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 5px 0 0 35px;
	margin: 0;
	background: url('images/attach.svg') 0 12px no-repeat;
	background-size: 14px 20px;
}

/* 404 Page */
section.error-404 {
	min-height: 600px;
	padding-top: 60px;
}

/* Bio Page Template */
.bio-res {
	padding-top: 95px;
}
.bio-image-div {
	text-align: center;
	padding-bottom:20px;
}
.bio-image-div img {
	border: 1px solid #0a203e;
}
.title-bio {
	margin-top: 0;
}
.bio-h1 {
	color: #0a203e;
}
.bio-res .contact-info h3 {
	max-width: 100%;
}
.bio-res .contact-info {
	background: #fff;
	border: 1px solid #0a203e;
	padding: 20px;
	display: inline-block;
	margin:35px 0;
	text-align:left;
}
.col-spacer{
	display:none;
}

@media (min-width: 767px) {
	.text-bio {
		margin-top: 35px;
	}
	.col-spacer {
		display: block;
	}
	.bio-image-div {
		padding-bottom:0px;
	}
}

/* Newsletter Form */
.sbscrb {
	margin-top: 0;
	min-height: 0;
}

.sbscrb-f {
	position: relative;
	width: 100%;
	margin: 0;
	background: transparent;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.sbscrb-frm {
	margin: 0;
}

.sbscrb-frm:before,
.sbscrb-frm:after {
	content: " ";
	display: table;
}

.sbscrb-frm:after {
	clear: both;
}

.sbscrb-frm h1 {
	/* changed color,background and positioning -GL Aug11 */
	position: relative;
	top: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: left;
	/*	-webkit-transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		transform: translate(0px, -50%);
	*/
}

.sbscrb-frm .widget_wysija_cont {
	width: 100%;
	background: #ffffff;
	position: relative;
	max-width: 350px;
}

.sbscrb-frm input {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.sbscrb-frm .wysija-paragraph {
	position: relative;
	float: left;
	width: calc(100% - 130px);
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	clear: none;
	font-family: Lato, sans-serif;
	color: #53768f;
}

.widget_wysija_cont p label {
	display: none;
}

.sbscrb-frm .wysija-input {
	position: relative;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	float: none;
	clear: none;
	border-width: 2px;
	border-color: rgba(0, 0, 0, 0);
	background-color: #ffffff;
	-webkit-transition: border-color 200ms ease;
	transition: border-color 200ms ease;
	font-family: Lato, sans-serif;
	color: #53768f;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	font-style: italic;
	outline: none;
	border-radius: 0;
}

.sbscrb-frm .wysija-input:focus {
	border-color: #9dbdaa;
}

.sbscrb-frm .wysija-input::-webkit-input-placeholder { /* WebKit browsers */
	color: #999999;
}

.sbscrb-frm .wysija-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999999;
	opacity: 1;
}

.sbscrb-frm .wysija-input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999999;
	opacity: 1;
}

.sbscrb-frm .wysija-input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999999;
}

.sbscrb-frm .wysija-submit {
	width: 130px;
	position: relative;
	height: 40px;
	padding: 0;
	margin: 0;
	border: none;
	float: right;
	clear: none;
	background-color: rgba(255, 255, 255, 0.3);
	color: #ffffff;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	font-family: Lato, sans-serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
}

.sbscrb-frm .wysija-submit:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.formError {
	top: 100% !important;
	left: 0 !important;
}

.formError .formErrorContent {
	line-height: 16px;
}

.clmn-limiter {
	position: relative;
}

/*Footer */
.gl-footer {
	background: #193452;
	color: #ffffff;
}

.gl-footer .footer-row {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.gl-footer h2 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	text-align: left;
	margin: 0;
	line-height: 48px;
	font-weight: 700;
}

.gl-footer .form-wrapper {
	padding: 0;
}

.gl-footer .search {
	max-width: 320px;
	width: 100%;
}

.gl-footer .search input[type="text"] {
	background: #ffffff;
	width: calc(100% - 100px);
	height: 40px;
	line-height: 40px;
	border: 2px solid rgba(0, 0, 0, 0);
}

.gl-footer .search input[type="text"]:focus {

}

.gl-footer .search-btn {
	background-color: rgba(255, 255, 255, 0.3);
	width: 100px;
	font-size: 18px;
	height: 40px;
}

.gl-footer .search-btn:hover,
.gl-footer .search-button:focus {
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.sbscrb-frm h1,
.gl-footer h2,
input.wysija-submit.wysija-submit-field,
.gl-footer .search-btn {
	letter-spacing: 1px;
}

/* to make subscribe and search input fields consistent */
.sbscrb-frm .wysija-input,
.gl-footer .search input[type="text"] {
	padding: 8px 12px;
}

.widget_wysija input[name="wysija[user][email]"] {
	color: black;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-style: normal;
}

.footer-right {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	padding-left: 60px;
	margin-top: 10px;
}

.cprghts {
	color: #ffffff;
	opacity: 1;
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	float: none;
	text-transform: uppercase;
}

/*hide the easyfootnotes that show at the bottom of pages */
.easy-footnotes-wrapper {
	display: none;
}


/* News / Events / Publications */

.archive.category {
  background-image: none;
}

.archive.category .w-container {
  max-width: 1140px;
}
.category h1.h1wwu {
  text-align: center;
  font-size: 48px;
  margin-bottom: 48px;
}

.category .search-cntnr {
  border-bottom: none;
}


.categories-div {
	margin-top: 0;
}
.category-results .category-results-content {
	padding: 25px;
}

.category-results-content h2,
.category-results-content h6  {
	margin: 0;
}

.news-img {
	height: 270px;
	max-height: 270px;
	overflow-y: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.news-img.placeholder {
	background-color: #f3f7f5;
	background-position: 0 0;
	background-size: auto;
}

.news-img.placeholder img {
	height: 270px;
}


.social-clmn {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 0px;
  background-color: #5e7185;

}
.social-clmn-div {
  overflow-x: visible;
  overflow-y: visible;
  min-height: 350px;

  opacity: 1;
}

.social-wrapper {
	max-height: 435px;
	height: 435px;
	overflow: hidden;

}

.social-wrapper h3 {
	padding: 10px 36px;
}

.social-wrapper h3 a {
	text-decoration: none;
	color: #e8e4cf;
}

.social-twitter,
.social-facebook {
  color: #e8e4cf;
  font-size: 18px;
  overflow: scroll;
  background: #FFF;
  margin-top: 10px;
  padding: 0;
  height: 100%;
}
.facebook-wrapper {

}
@media (min-width: 992px) {
	.social-facebook{margin-top:0;}
}

.facebook-wrapper h2 {
	font-size: 21px;
    line-height: 24px;
	font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
	font-weight: 300;
	padding: 10px;
	margin: 0;
}

.facebook-wrapper h2 span.byline,
.facebook-wrapper h2 span.byline a {
	color: #8899A6;
	text-decoration: none;
	font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.facebook-wrapper h2 span.byline a {
	color: #3b94d9;
}

@media (min-width: 1760px) {
	.facebook-wrapper h2 {
		font-size: 27px;
	    line-height: 36px;
	}
}

.social-twitter a,
.social-twitter p,
.social-facebook a,
.social-facebook p {
  color: #e8e4cf;
}

.social-facebook h3,
.social-twitter h3  {
  color: #e8e4cf;
  margin: 10px 0;
  font-size: 18px;
}

.social-facebook h3 a,
.social-twitter h3 a  {
  text-decoration: none;
}

.social-twitter h3  {
  margin: 28px 0 10px;
}

.timeline-Viewport {
	height: 358px !important;
}

.timeline-Footer {
	display: none !important;
}

.really_simple_twitter_widget {
  padding: 0;
  margin: 0;
}

.really_simple_twitter_widget li {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  line-height: 1.4;
}

.menu-footer {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.w-news-row {
	/*border-top: 2px solid #9bbcaa;*/
}

/* End of News / Events / Publications */




/* Corporate Membership */

body.page-template-page-corp-membership {
	background-image: none;
}

.corporate-membership {
	margin-top: 100px;
}

.cltc-header-wrapper {
	background: #193452;
}

.cltc-header-item {
	padding: 100px 0;
}

.cltc-header h1 {
	font-size: 60px;
	line-height: 100%;
	color: #c5d7b8;
	margin: 0;
}

.cltc-header .entry-content {
	padding-bottom: 0;
}

.cltc-header .entry-content p {
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
}

.cltc-corp-logo {
	margin-bottom: 20px;
}

h1.cltc-corp-membership a {
	text-decoration: none;
	font-style: normal;
	color: #0a203e;
}

.page-template-template-about .cltc-corp-membership h2 {
	text-align: center;
}

.page-template-template-about .cltc-corp-partners-logos {
	text-align: center;
}

.cltc-corp-partners-logos {
	clear: both;
	margin: 2em 0 4em;
	text-align: center;
}

.cltc-corp-partners-logos .cltc-corp-logo {
    float: none;
    display: inline-block;
    padding: 0 50px;
}

.cltc-corp-partners-logos .cltc-corp-logo img {
    vertical-align: top;
}

.corporate-membership .w-section .section-heading,
.corporate-membership .w-section .w-row {
	width: 50%;
	float: left;
	margin: 0;
	padding-left: 30px;
	padding-right: 0;
	border-right: 1px solid #ced2d5;
}

.corporate-membership .w-section .cltc-corp-partners {
	padding-left: 0;
	padding-right: 30px;
}

.corporate-membership .w-section .cltc-corp-associates {
	padding-left: 30px;
	padding-right: 0;
	border-right: none;
}

.cltc-corp-membership-content {
	background: url('images/corp-member-background.png') no-repeat 50% 0;
}

.cltc-corp-membership-logos {
	background: #fff;
	margin: 50px 0;
}

.cltc-corp-membership-logos .w-section {
	padding: 50px 0 0;
	text-align: center;
}

.cltc-corp-membership-logos h2 a,
.cltc-corp-membership-logos h3 a {
	text-decoration: none;
	color: #0a203e;
}
.cltc-corp-membership-logos h2 a:hover,
.cltc-corp-membership-logos h3 a:hover {
  border-bottom: 2px solid #d4942a;
  color: #0a203e;
}

.cltc-corp-membership-logos a {
  -webkit-transition: color 200ms ease, -webkit-transform 50ms ease, border-width 200ms ease;
	transition: color 200ms ease, transform 50ms ease, border-width 200ms ease;
	color: #d4942a;
	text-decoration: none;
}


.cltc-corp-membership-contact h3 {
	text-align: center;
}

/* End of Corporate Membership */



/* Responsive */

@media (min-width: 992px) and (max-width: 1199px) {
	.gl-footer .footer-row {
		padding: 50px 20px 80px;
	}
}

@media (max-width: 991px) {
	.about-cntnt {
		margin-top: 60px;
	}

	.gl-footer .form-field {
		width: 90%;
	}

	.gl-footer .search-btn {
		width: 10%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.error404 .intro,
	.light,
	h1 {
		margin-left: 0;
		margin-right: 0;
	}

	.form-apply .wpcf7 {
		padding-left: 0;
		padding-right: 0;
	}

	.sbscrb-frm .wysija-paragraph {
		width: calc(100% - 120px);
	}

	.sbscrb-frm .wysija-submit {
		width: 120px;
	}

	.sbscrb-frm .wysija-input {
	}

	.gl-footer .search input[type="text"] {
		width: calc(100% - 100px);
	}

	.gl-footer .search-btn {
		width: 100px;
	}

	.gl-footer .footer-row {
		padding-left: 5%;
		padding-right: 5%;
	}
	.category-news h1.h1wwu {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.w-container,
	.section-ppl,
	.search-container .page-header,
	.w-col.feat-news {
		padding-left: 20px;
		padding-right: 20px;
	}

	.w-container.search-container {
		padding-left: 0;
		padding-right: 0;
	}

	.pwwu,
	.h2wwu,
	.h3-cont,
	.secondary-staff,
	.main-staff,
	.about-h1,
	.opp1,
	p {
		margin-left: 0;
		margin-right: 0;
	}

	.gl-footer .form-field {
		width: 85%;
	}

	.gl-footer .search-btn {
		/*width: 15%;*/
	}

	.footer-right {
		border-left: none;
		padding-left: 0;

	}

	.director .triangle-up-left,
	.director .triangle-down-left {
		left: 0;
	}

	.director .triangle-up-right,
	.director .triangle-down-right {
		right: 0;
	}

	.steering-clmn:nth-child(2) .small-tr {
		display: block;
	}

	.faculty-clmn:nth-child(2) .small-tr,
	.faculty-clmn:nth-child(3) .small-tr {
		display: block;
	}

	.research-clmn:nth-child(2) .small-tr,
	.research-clmn:nth-child(3) .small-tr {
		display: block;
	}

	blockquote {
		margin-right: 0;
		margin-left: 0;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	blockquote p {
		font-size: 18px;
		line-height: 30px;
		margin: 0;
	}

	.pagination {
		display: block;
	}

	.director,
	.w-col {
		padding-left: 0;
		padding-right: 0;
	}

	.related h1,
	.recentnews h1 {
		padding-left: 20px;
		padding-left: 20px;
	}

	.form-apply .wpcf7 {
		margin-top: 45px;
	}

	section.error-404 {
		padding-top: 10px;
	}

	.post h1 {
		font-size: 36px;
		line-height: 36px;
	}

	.menu-item {
		font-size: 24px;
		padding-bottom: 0px;
	}

	.sbscrb-frm .widget_wysija_cont {
		width: 100%;
		left: 0;
	}
}

@media (max-width: 479px) {
	.w-container,
	.section-ppl,
	.post-text h2,
	.search-cntnr,
	.related h1,
	.recentnews h1,
	.search-container .page-header,
	.w-col.feat-news {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wwu {
		margin-top: 60px;
	}

	.about-cntnt {
		margin-top: 40px;
	}

	p,
	blockquote {
		margin-left: 0;
		margin-right: 0;
	}

	.gl-footer .form-field {
		width: 80%;
	}

	.gl-footer .search-btn {
		/*width: 20%;*/
	}

	.single-content {
		padding-top: 0;
	}

	blockquote {
		margin-top: 36px;
		margin-bottom: 36px;
		padding-right: 10px;
		padding-left: 36px;
	}

	.wp-caption .wp-caption-text {
		width: auto;
		margin-bottom: 36px;
	}

	.aligncenter,
	.alignnone {
		margin-top: 24px;
	}

	.post-text h2 {
		margin-bottom: 24px;
		font-size: 24px;
		line-height: 30px;
	}

	.post-text h2,
	.w-col,
	.director {
		padding-left: 0;
		padding-right: 0;
	}

	.post-header {
		height: 400px;
		margin-top: -60px;
	}

	section.error-404 {
		padding-top: 170px;
	}

	.post h1 {
		font-size: 18px;
		line-height: 24px;
	}

	.menu-footer li {
		margin-left: 0;
		margin-right: 12px;
	}
	.category-news h1.h1wwu {
		font-size: 18px;
	    line-height: 24px;
	}

	.corporate-membership .w-section .w-row.cltc-corp-membership {
		width: 100%;
		border-right: none;
	}

	.corporate-membership .w-section .cltc-corp-partners {
		padding-right: 0;
	}
	.corporate-membership .w-section .cltc-corp-associates {
		padding-left: 0;
		margin-top: 50px;
	}
	.cltc-header h1 {
		font-size: 40px;
	}
	.cltc-corp-membership-content {
		background: none;
	}
	.cltc-header .entry-content p {
		font-size: 20px;
		line-height: 26px;
	}
	.cltc-header-item {
		padding: 50px 0;
	}
}

@media (max-width: 400px) {
	.gl-footer .form-field {
		width: 70%;
	}

	.gl-footer .search-btn {
		width: 30%;
	}
}

.home-video {
	background: #5e7185
}

/* Video wrapper */
.vidwrapwrap {
	/*border: 4px solid #0a203e;*/
	padding:4px;
	/*background:#d7dfe5;*/
}
.vidwrapwrap p{
	display:none;
}
.home-video h2.entry-heading{
	color:#e8e4cf;
	text-align:center;
	margin-bottom: .5em;
}
.vidwrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	width: 932px;
	max-width: 100%;
}
.vidwrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* social icons */
ul.social-icons-row{
	margin-top:13px;
	list-style-type: none;
	padding-left:0;
}
ul.social-icons-row li{
	display:inline-block;
	position:relative;
	width:40px;height:40px;
	margin-left:10px;
}
ul.social-icons-row li:first-child{
	margin-left:0;
}
a.fa{
	display:inline-block;

    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: #fff;
    position: absolute;
    top: 0;left: 0;

    font-size: 40px;
    line-height: 40px;
    width:40px;height:40px;

    -webkit-transition: color 0.75s;
    transition: color 0.75s;
}
i.fa{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
a.fa:hover{
	color:#d4942a;
}
.fa.fa-twitter-square:before {
    content: "\f081";
}
.fa.fa-facebook-square:before {
    content: "\f082";
}
.fa.fa-linkedin-square:before {
    content: "\f08c";
}

.fa.fa-star:before {
    content: "\f005";
}
.cltc-job-highlight{
	color:#d4942a;
}
.cltc-job-board-table .cltc-job-highlight{
	/*float:right;*/
	padding-left: 4px;
}

.cltc-job-date {
	white-space: nowrap;
}



/* social sharing icons */
.ssba a{
	margin: 6px 12px 6px 0;

	display:inline-block;

  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;

  position: relative;

  font-size: 40px;
  line-height: 40px;
  width:40px;height:40px;

  -webkit-transition: color 0.75s;
  transition: color 0.75s;

  color:#1B3551;
  border:none;

}

.ssba a:before{
    position: absolute;
    top: 0;left: 0;
    font-size: 40px;
    line-height: 40px;
    width:40px;height:40px;
}
.ssba img.ssba-img{
	display:none!important;
}
.ssba a:hover{
	/*opacity: 0.8;*/
	color:#d4942a;
  border-bottom:none;
}
.ssba a.ssba_facebook_share:before {
    content: "\f082";
}
.ssba a.ssba_twitter_share:before {
    content: "\f081";
}
.ssba a.ssba_linkedin_share:before {
    content: "\f08c";
}
.ssba a.ssba_email_share:before {
    content: "\f199";
}


/* Spinner animation */
@-webkit-keyframes cherry-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes cherry-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cherry-chasingDotsBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes cherry-chasingDotsBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}



/*
** Job Board Styles
**/
.archive-content {
	background: #fff;
	padding-top: 0;
	padding-bottom: 72px;
}
.post-type-archive-cltc_job .archive_content {
	padding-top: 0;
}

label.cltc-job-accent-bg{
	background: #e6eeea;
}
.cltc-job-accent-bg td{
	background: #e6eeea;
	/* font-size: 16px; */
}
/*.cltc-job-accent{
	position: relative;
}
.cltc-job-accent:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;

    border-width: 0.5em;
    border-right-color: #fff;
    border-top-color: #fff;
}
label.cltc-job-accent:after{
	border-width: 0.25em;
}*/
.job-board-nomatches{
	text-align:center;
}
/*.job-single{}*/
.job-single .entry-header{
	padding-top:16px;
	padding-bottom:16px;
}
.job-single .entry-header .application-deadline{
	font-weight: 600;
	font-size: 16px;
	/*float:right;*/
	text-align:right;
}
.job-single .post-text{
	padding-top:20px;
}

.job-post-details{
	padding: 20px;
}
.job-post-details .job-post-detail{
	margin-top:4px;
}
.job-post-detail a, a.back-to-jobboard {
	text-decoration: none;
    border-bottom: 2px solid transparent;
    color: #d4942a;
}
.job-post-detail a:hover, a.back-to-jobboard:hover{
	border-bottom: 2px solid #d4942a;
    color: #0a203e;
}
a.back-to-jobboard{
	display:inline;
}

.job-deadline{
	text-align:center;
}
.job-learnmore{
	margin-top: 20px;
	text-align:center;
}
a.button--end-matter{
	text-decoration:none;
}
.job-posteddate{
	padding-top:20px;
	text-align: center;
	font-style: italic;
}


/*.job-archive{}, .tax-job_keyword .wwu*/
.job-archive .wwu{
	margin-top: 40px;
}
.job-archive .h1wwu, .tax-job_keyword .h1wwu{
	margin-bottom: 36px;
}
.job-archive .entry-content{
	background:#fff;
}

.job-archive td {
	vertical-align: top;
 	text-align: left;
}

.job-archive h3,
.job-archive h3 a {
	color: #0a203e;
	text-align: center;
}

/*.cltc-job-board-filters{
	display:flex;
	flex-wrap: wrap;
	flex-direction:column;

	margin-right:-15px;
	margin-left:-15px;
}
.cltc-job-board-filters .filter-option{
	flex: 1 0 auto;
	margin-bottom:1em;
	padding-right:15px;
	padding-left:15px;
}*/
.cltc-job-board-filters .filter-option label{
	margin-bottom: 0;
}
.cltc-job-board-filters .filter-option select{
	width:100%;
}

.cltc-job-board-filters .filter-option.inline-radio{
	text-align: center;
}.cltc-job-board-filters .filter-option.inline-radio label{
	display:inline-block;
	margin-left:20px;
	padding: 0 1em;
}.cltc-job-board-filters .filter-option.inline-radio label:first-child{
	margin-left:0;
}.cltc-job-board-filters .filter-option.inline-radio label input{
	margin-right:4px;
}

@media(min-width: 480px){
	.job-single .post-text{
		padding-top:0;
	}
}

.single-job-content .post-text .ssba{
  display: none;
}
.job-posteddate .ssba *{
  text-align:center!important;
}
.job-posteddate .ssba a{
  margin-left: 6px;
  margin-right: 6px;
}

.min-ed-heading{
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
}

/*
** CLTC Grid
**/
.cltc-row{
	display:flex;
	flex-wrap: wrap;
	flex-direction:column;

	margin-right:-15px;
	margin-left:-15px;
}
.cltc-row [class*="cltc-col-"]{
	flex: 1 0 auto;
	margin-bottom:1em;
	padding-right:15px;
	padding-left:15px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.job-post-details{
		padding: 20px 0;
	}
	.cltc-row{
		flex-direction:row;
	}

	.cltc-row .cltc-col-3{
		min-width:50%;
	}

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.cltc-row .cltc-col-3{
		min-width:25%;
	}
	.cltc-row .cltc-col-4{
		min-width:33.33%;
	}
	.cltc-row .cltc-col-8{
		min-width:66.66%;
	}
	.cltc-row .cltc-col-9{
		min-width:75%;
	}
	.cltc-row .cltc-col-6{
		min-width:50%;
	}

	.job-single .job-post-details .job-learnmore{
		text-align:right;
	}
  .job-single .job-post-details .job-learnmore.expired{
    text-align: center;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
@media(min-width:580px){




/* MailChimp CSS */
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
.entry-content #mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
.entry-content #mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
.entry-content #mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.entry-content #mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
.entry-content #mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
.entry-content #mc_embed_signup input:focus {border-color:#333;}
.entry-content #mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
.entry-content #mc_embed_signup .button:hover {background-color:#777;}
.entry-content #mc_embed_signup .small-meta {font-size: 11px;}
.entry-content #mc_embed_signup .nowrap {white-space:nowrap;}

.entry-content #mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
.entry-content #mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html .entry-content #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
.entry-content #mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
.entry-content #mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
.entry-content #mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

.entry-content #mc_embed_signup .datefield, .entry-content #mc_embed_signup .phonefield-us{padding:5px 0;}
.entry-content #mc_embed_signup .datefield input, .entry-content #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
.entry-content #mc_embed_signup .phonefield-us .phonearea input, .entry-content #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
.entry-content #mc_embed_signup .datefield .monthfield input, .entry-content #mc_embed_signup .datefield .dayfield input{width:30px;}
.entry-content #mc_embed_signup .datefield label, .entry-content #mc_embed_signup .phonefield-us label{display:none;}

.entry-content #mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
.entry-content #mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}
.entry-content #mc_embed_signup .clear {clear:both;}

.entry-content #mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
.entry-content #mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
.entry-content #mc_embed_signup .mc-field-group.input-group label {display:inline;}
.entry-content #mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

.entry-content #mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
.entry-content #mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
.entry-content #mc_embed_signup #mce-error-response {display:none;}
.entry-content #mc_embed_signup #mce-success-response {color:#529214; display:none;}
.entry-content #mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
.entry-content #mc_embed_signup #num-subscribers {font-size:1.1em;}
.entry-content #mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

.entry-content #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
.entry-content #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}


/* mailchimp form */
#colophon #mce-EMAIL{
    position: relative;
    /*width: calc(100% - 150px);*/
    max-width:220px;
    padding-right: 12px;
    padding-left: 12px;
    float: left;
    clear: none;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0);
    background-color: #ffffff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    font-family: Lato, sans-serif;
    color: #53768f;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    font-style: italic;
    outline: none;
    border-radius: 0;
}
#colophon #mc-embedded-subscribe{
    width: 130px;
    position: relative;
    height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    float: left;
    clear: none;
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;

}
