/*
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/
*/

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;
}

span.wpcf7-list-item {
	display: block;
}

/* Indents */
.wwu,
.about-cntnt {
	margin-top: 120px;
}

.archive.category .wwu {
	margin-top: 60px;
}

img.alignright {
	float: right;
	margin: 0 0 25px 70px;
}

img.alignleft {
	float: left;
	margin: 0 25px 70px 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 {
	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;
}

.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-bottom: 6px;
	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;
}

/* Serch 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;
}

/* Newsletter Form */
.sbscrb {
	margin-top: 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;
}
.facebook-wrapper {

}
.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 */

/* 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: 10px;
		padding-right: 10px;
	}

	.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;
	}
}

@media (max-width: 400px) {
	.gl-footer .form-field {
		width: 70%;
	}

	.gl-footer .search-btn {
		width: 30%;
	}
}

/* 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);
	}
}
