/*
Theme Name: Kaplan 2016
Version: 1.2
*/

/* Reset CSS */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed ,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	text-decoration: none;
}
*, *:before, *:after {
	webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*input, select, textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
} */
input:focus, select:focus, textarea:focus {
	outline: none;
}
button {
	cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Arial, Baskerville, monospace;
}
address, caption, cite, code, dfn, th, var, h1, h2, h3 {
	font-style: normal;
	font-weight: normal;
}
body {
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background: #ffffff;
	color: #444444;
	min-height: 100%;
}
html {
	margin-top: 0 !important;
	height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
small {
	font-size: 75%;
}
a img {
	border: none;
}
a {
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.clear {
	height: 0px !important;
	width: 0px !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

/* ----- Body Style ----- */

.wrapper {
	margin: 0 auto;
	/* max-width: 1920px; */
}
.center-div {
	max-width: 960px;
	margin: 0 auto;
}
.page-slug-kaplan-university-resources .center-div {
	max-width: 1290px;
	margin: 0 auto;
}
.no-scroll {
	max-height: 100%;
	overflow: hidden;
}
.dark-text {
	color: #444444 !important;
}

/* Inputs and Typography */

h4 a {
	color: #3F3D3D;
}
input,
select {
	padding: 10px 30px 10px 10px;
	border-radius: 6px;
	background-color: #ffffff;
}
input[type="submit"] {
	padding: 10px;
}
select {
	background: url("images/select-arrow2.png") no-repeat right 9px top 11px;
	background-size: 20px 20px;
	background-color: #ffffff;
}
.inline-link {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	color: #1F0477;
}
.inline-link .fa-angle-left {
	font-size: 1.8em;
	vertical-align: sub;
	padding-right: 10px;
}
.share-text{
	display: inline-block;
	font-weight: 600;
	color: #1F0477;
}
.share-text .fa-angle-right {
	font-size: 1.8em;
	vertical-align: sub;
	padding:0 20px 0 5px;
}
.blue-btn {
	display: inline-block;
	padding: 12px 25px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	background-color: #0098CD;
	color: #ffffff !important;
	border-radius: 5px;
}
.blue-btn:hover {
	color: #ffffff;
}
.blue-btn .fa-angle-right {
	line-height: 0.4em;
	margin-left: 10px;
}
.purple-btn {
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	background-color: #562779;
	border-radius: 5px;
}
.purple-btn:hover {
	color: #ffffff;
}
.gray-btn {
	display: inline-block;
	padding: 12px 25px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #0098CD;
	background-color: #E5E5E5;
	border-radius: 5px;
}
.gray-btn:hover {
	color: #0098CD;
}
.gray-btn .fa-angle-right {
	line-height: 0.4em;
	margin-left: 15px;
}
.btn-bar {
	display: block;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	background: #4B3791;
	padding: 20px;
	margin-bottom: 20px;
	/* using easeInOutCubic transition. */
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-bar:hover {
	color: #0098CD;
	background: #ffffff;
}
.btn-bar .fa-angle-right {
	float: right;
	font-size: 2em;
}
.btn-close,
.mfp-wrap button.mfp-close {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 30px;
    line-height: 31px;
	color: #ffffff;
	text-align: center;
	padding-left: 1px;
	background: #4B3791;
	border-radius: 50%;
}
.mfp-image-holder button.mfp-close, 
.mfp-iframe-holder button.mfp-close {
	text-align: right;
}
.mfp-close {
	opacity: 0.8;
}
.btn-go {
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	border: 2px solid #4F34AF;
	border-radius:5px;
	background:#1E0576;
}

/* ----- Header Style ----- */

.header {
	background: #1E0576;
	font-size: 14px;
}
.left-content {
	float: left;
}
.logo {
	padding-left: 10px;
	margin-top: 24px;
}
.logo a {
	display: block;
}
.logo img {
	height: 40px;
}
.right-content {
	float: right;
}
.header-links {
	float: left;
	margin-right: 15px;
}
.header-links > ul > li {
	float: left;
	display: inline-block;
	padding: 0 25px;
}
.header-links a {
	display: inline-block;
	padding: 35px 0;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.69px;
	/* using easeInOutCubic transition. */
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-links li.current-menu-item a,
.header-links li.current-page-ancestor a,
.header-links a:hover {
	color: #25C0F6;
	position: relative;
}
.header-links li.current-menu-item a:after,
.header-links li.current-page-ancestor a:after {
	content: " ";
	height: 5px;
	border-bottom: 5px solid #25C0F6;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.header-select {
	float: left;
	margin-left: 15px;
}
.header-select > select {
	background: transparent url(images/select-arrow.png) no-repeat right 5px center;
	border: none;
	color: #ffffff;
	webkit-appearance: none;
	moz-appearance: none;
	appearance: none;
	width: 105px;
	margin-top: 9px;
}
.header-select > select option {
	background: #1E0576;
}
.header-signin {
	float: left;
	margin: 24px 20px 0;
}
.signin-btn {
	background-color: #E55302;
	padding: 10px 0px;
	border-radius: 5px;
}
.signin-btn > a,
.facetwp-template .signin-btn > a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
}
.header-search {
	float: right;
	margin-top: 30px;
	display: inline-block;
	height: 30px;
	width: 30px;
	outline-color: #1E0576;
	background: url("images/search.png") no-repeat right 4px center;
	background-size: 20px;
}

/* ----- Main Section ----- */

.front-image {
	height: 400px;
	position: relative;
}
.for-page .front-image,
.page-template-landing-page .front-image {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+18,ffffff+100&amp;0.2+0,0.2+18,0.2+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 18%, rgba(255,255,255,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 18%,rgba(255,255,255,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 18%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33ffffff',GradientType=1 ); /* IE6-9 */
}
.front-image .image-carousel,
.front-image .image-single {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.front-image .image-carousel > div,
.front-image .image-single > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-template-landing-page .front-image .image-single > div {
	background-position: center right 15%;
}
.for-page .front-image .image-single > div {
	background-position: center right;
}

.front-heading {
	color: #ffffff;
	float: right;
	padding-top: 120px;
}
.page-template-landing-page .front-heading {
	float: left;
	padding-top: 100px;
}
.page-slug-kaplan-university-resources .front-heading {
	float: left;
	padding-top: 50px;
}
.for-page .front-heading {
	float: left;
	padding-top: 110px;
	max-width: 50%;
}
.secondary-page .front-heading,
.page-template-contact-page .front-heading,
.page-template-resource_blog-press-test .front-heading {
	float: none;
	color: #444444;
	padding: 30px 0;
	border-bottom: 1px solid #D7D2CB;
}
.front-heading h1 {
	font-size: 65px;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 2.6px;
	margin: 0px;
	display: inline-block;
	margin-bottom: 10px;
}
.page-template-landing-page .front-heading h1 {
	font-size: 50px;
	letter-spacing: 0;
}
.for-page .front-heading h1 {
	font-size: 50px;
}
.secondary-page .front-heading h1,
.page-template-contact-page .front-heading h1,
.page-template-resource_blog-press-test .front-heading h1 {
	font-size: 50px;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
.front-heading h1 > span {
	display: inline-block;
	font-size: 110px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.21px;
	line-height: 0.8;
	text-align: left;
	margin-left: -8px;
}
.front-heading h1 > span.smaller {
	font-size: 86px;
}
.for-page .front-heading h1 > span {
	font-size: 99px;
}
.front-heading > p {
	font-size: 24px;
}
.page-template-landing-page .front-heading > p {
	font-size: 20px;
}
.for-page .front-heading > p {
	font-size: 18px;
}
.sub-navigation {
	background-color: #ffffff;
	border-top: 1px solid #a2abba;
	border-bottom: 1px solid #a2abba;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
.page-template-landing-page .sub-navigation,
.secondary-page .sub-navigation,
.page-template-contact-page .sub-navigation,
.page-template-resource_blog-press-test .sub-navigation  {
	border: none;
	border-top: 1px solid #5D5496;
	background-color: #1E0576;
}
.for-page .sub-navigation {
	display: none;
}
.nav-items {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}
.nav-items > li {
	float: left;
	display: inline-block;
}
.nav-items a {
	display: block;
	position: relative;
	text-transform: uppercase;
	padding: 17px 22px;
	color: #1E0576;
	/* using easeInOutCubic transition. */
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-items a:hover,
.nav-items .current-menu-item a,
.nav-items .current_page_item a {
	background-color: #E55302;
	color: #ffffff;
}
.home .nav-items a {
	/* using easeInOutCubic transition. */
	/* faster speed when class/hover is removed */
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home .nav-items .cycle-pager-active a {
	background-color: #E55302;
	color: #ffffff;
	/* using easeInOutCubic transition. */
	/* slower speed when class is added */
	-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home .nav-items a:hover {
	background-color: #E55302;
	color: #ffffff;
	/* using easeInOutCubic transition. */
	/* even slower speed when hovering. */
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home .nav-items a:after {
	content: " ";
	position: absolute;
	z-index: 99;
	width: 0;
	height: 0;
	margin: 0 auto;
    	left: 0;
    	right: 0;
	bottom: -13px;
	opacity: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid transparent;
	/* using easeInOutCubic transition. */
	/* faster speed when class/hover is removed */
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home .nav-items .cycle-pager-active a:after {
	opacity: 1;
	border-top-color: #E55302;
	/* using easeInOutCubic transition. */
	/* slower speed when class is added */
	-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home .nav-items a:hover:after {
	opacity: 1;
	border-top-color: #E55302;
	/* using easeInOutCubic transition. */
	/* even slower speed when hovering. */
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-template-landing-page .nav-items a,
.secondary-page .nav-items a,
.page-template-contact-page .nav-items a,
.page-template-resource_blog-press-test .nav-items a {
	color: #ffffff;
}
.hover-display {
	background-color: #f6f3f3;
	position: relative;
	overflow: hidden;
}
.cycle-slide {
	opacity: 0 !important;
	/* for best effect: duration <= data-cycle-speed */
	-webkit-transition: opacity 400ms ease-in;
   	-moz-transition: opacity 400ms ease-in;
    -ms-transition: opacity 400ms ease-in;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}
.cycle-slide.cycle-slide-active {
	opacity: 1 !important;
	/* for best effect: duration >= data-cycle-speed */
	-webkit-transition: opacity 550ms ease-out;
   	-moz-transition: opacity 550ms ease-out;
    -ms-transition: opacity 550ms ease-out;
    -o-transition: opacity 550ms ease-out;
    transition: opacity 550ms ease-out;
}
.hover-display .cycle-slide.cycle-slide-active {
	-webkit-transition-delay: 200ms;
   	-moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.section-heading {
	text-align: center;
}
.section-heading > h2 {
	font-size: 22px;
	margin: 25px 0;
}
.text-carousel-container {
	position: relative;
	overflow: visible !important;
}
.text-carousel {
	width: 100%;
}
#text-c5 .col-content {
	padding: 0;
}
#text-c5 .carousel-text {
	text-align: center;
}
#carousel-controls {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    max-width: 1920px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#carousel-controls i {
	padding: 0 10px;
	cursor: pointer;
	color: #444444;
}
#carousel-controls #prev {


	position: absolute;


	z-index: 1000;
	top: 44%;
	left: 3%;
}
#carousel-controls #next {
	position: absolute;
	z-index: 1000;
	top: 44%;
	right: 3%;
}
.col-item-header {
	height: 30px;
	width: 100%;
    border-bottom: 1px solid #a2abba;
}
.cats-and-links .col-item-header.tall-yes { height: 60px; }
.cats-only .col-item-header { height: 60px; }
.col-item-header > h4 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	color: #3F3D3D;
	vertical-align: middle;
	margin: 0;
    padding-left: 15px;
	height: 100%;
}
.col-item-header > h4 a {
	margin-left: -15px;
}
.col-item a {
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	line-height: 1.35;
	padding: 10px 15px;
	height: 100%;
}
.col-item a:hover {
	background: #0098cd;
	color: #ffffff;
	position: relative;
}
.col-item a:hover:after {
	content: "\f105";
	position: absolute;
	right: 5px;
	top: 12px;
    	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.33333em;
    	line-height: 1em;
    	vertical-align: -15%;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
}
.col-content {
	padding-top: 10px;
}
.col-content ul {
	font-weight: 400;
	font-size: 15px;
}
.col-content ul li {
	margin-bottom: 10px;
}
.col-content ul li a > span {
	margin-left: 10px;
}
.col-content ul li a.view-more {
	padding-top: 0;
	padding-bottom: 0;
}
.col-content ul li a.view-more:hover {
	background: none;
}
.col-content ul li a.view-more:hover:after {
	display: none;
}
.col-content ul li a.view-more > i {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #C4C8D1;
	border-radius: 50%;
	margin-right: 5px;
}
.view-all-button {
	margin-top: -1px;
	border-top: 1px solid #a2abba;
	text-align: center;
	padding: 25px 0 30px;
}
.signin-selector {
	background-color: #E55302;
	padding: 20px 10px;
}
.signin-selector table {
	width: 100%;
}
.signin-selector td {
	padding: 0 10px;
}
.signin-selector span {
	color: #ffffff;
	font-weight: 600;
}
.signin-selector select {
	width: 100%;
}
.signin-selector select option {
	padding: 10px 30px 10px 10px;
}

.single-blog img.wp-post-image {
	float:right;
	padding: 5px 0 10px 15px;
	max-width: 300px;
}

img.attachment-thumbnail {
	float:left;
	padding: 5px 20px 10px 0;
}

/* ----- Mid Image Section ----- */

.mid-image-section {
	background-repeat: no-repeat;
	background-position: top center;
	height: 500px;
	position: relative;
	background-size: cover;
}
.image-decoration {
	background-color: transparent;
	background-image: url('images/mid-image-decoration.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.image-gradient {
	background-image: linear-gradient(-180deg, rgba(255,255,255,0.30) 22%, #000000 100%);
	height: 500px;
	opacity: 0.45;
}
.mid-image-content {
	padding-bottom: 40px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: initial;
}
.mid-heading > h1 {
	margin: 0px;
	color: #ffffff;
	font-size: 60px;
	line-height: 60px;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.30);
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
.mid-subheading > p {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 22px;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.20);
	text-align: center;
	margin-bottom: 20px;
}
.mid-more-btn {
	text-align: center;
}

/* ----- Blue Section ----- */

.blue-section {
	background: #27A2CB;
	padding: 45px 0;
}
.blue-sect-content {
	padding-bottom: 30px;
}
.blue-sect-content > .col-sm-4 {
	text-align: center;
}
.element-icon {
	padding-bottom: 30px;
}
.element-heading {
	min-height: 80px;
}
.element-heading > h2 {
	font-size: 30px;
	color: #1E0576;
	line-height: 1.3;
	margin-bottom: 10px;
}
.element-subheading > p {
	font-size: 14px;
	color: #1E0576;
	margin-bottom: 12px;
}
.a-white {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}
.a-white:hover,
.a-white:focus {
	color: #ffffff;
}
.blue-sect-content .a-white {
	margin-bottom: 12px;
}
.millitary-container {
	padding: 25px 0;
	background:#1E0576;
	text-align: center;
}
.millitary-float-holder {
	width:720px; 
	margin:0 auto;
}
.millitary {
	display: inline-block;
	width: 340px;
	border: 1px solid #6044C3;
	margin: 0 10px;
	position: relative;
}
.millitary-img {
	width: 339px;
	height: 117px;
}
.millitary-img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.center-helper {
	width: 0;
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.millitary-text {
	float: right;
	width: 65%;
	padding: 15px 10px 10px;
}
.millitary-text a {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
}
.millitary-text a span {
	font-size: 12px;
	font-weight: 400;
}

/* ----- Bottom Nav ----- */

.bottom-navigation {
	background-color: #ffffff;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
.secondary-page .bottom-navigation
.page-template-contact-page .bottom-navigation
.page-template-resource_blog-press-test .bottom-navigation {
	border: none;
}
.bot-nav-content {
	padding: 50px 0;
	margin: 0 auto;
}
.bottom-logo {
	display: block;
	text-align: center;
	padding-bottom: 25px;
}
.bottom-logo img {
	width: 120px;
	height: 40px;
}
.bottom-nav {
	text-align: center;
	margin-bottom: 25px;
}
.bottom-nav > ul {
	display: inline-block;
	margin-bottom: 0px;
}
.bottom-nav > ul > li {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	border-right: 1px solid #a2abba;
	float: left;
	padding: 0px 35px;
}
.bottom-nav > ul > li > a {
	color: #1E0576;
}
.bottom-nav > ul > li > a:hover {
	color: #27A2CB;
}
.bottom-nav > ul > li:last-child {
	border: none !important;
}
.last {
	border: none !important;
}
.bot-nav-content .row {
	margin: 0 auto !important;
}
.social-media {
	margin: 0 auto;
	width: 300px;
}
.social-media a {
    text-align: center;
    vertical-align: middle;
	color: #1E0576;
}

.social-media i {
	width: 50px;
	height: 50px;
	border-radius: 100%;
    border: 2px solid #CCC;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
	color: #1E0576;
}


@media screen and (max-width: 767px) {
	
.social-media a {
	color: #fff;
}

.social-media i {
	color: #fff;
    border: 2px solid #fff;
}
	
.bot-nav-content .col-sm-3 {
	padding: 0 5px;
}

}

a#facebook {
	background-image: url('../images/icon-facebook.png');
}
a#twitter {
	background-image: url('../images/icon-twitter.png');
}
a#google {
	background-image: url('../images/icon-google.png');
}

/* ----- Footer ----- */

.footer-container {
	background:#2A2A2A;
	padding: 40px 0 50px;
	font-size: 14px;
}
.footer .widget {
	margin-bottom: 25px;
}
.footer .a-white {
	font-weight: 400;
	color: #ffffff !important;
	letter-spacing: 0.9px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #BDBDBD;
}
.footer .a-white.more-countries {
	padding-bottom: 45px;
	text-align: center;
	position: relative;
}
.footer .a-white.more-countries i {
	position: absolute;
	top: 15px;
	margin: 0 auto;
    left: 0;
    right: 0;
}
.footer .a-white.more-countries span {
	font-size: 14px;
	text-transform: uppercase
}
.footer div.footer-heading {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.footer .col-sm-3 a,
.footer .col-sm-6 a {
	display: block;
	line-height: 26px;
	color: #818181;
}
.footer .col-sm-3 a:hover,
.footer .col-sm-6 a:hover {
	color: #ffffff;
}
.footer .copy {
	color: #818181;
}
.footer .more-less {
	padding: 30px 0;
	color: #ffffff;
}
.footer .more-less .col-sm-3 a {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: bold;
}
.footer .more-less .col-sm-3 a:hover {
	text-decoration: underline;
}

/* MOBILE HEADER */
a#mobile-nav-btn { display: none; float: right; width: 30px; height: 30px; padding: 0; position: relative; z-index: 1001; cursor: pointer; margin-left: 15px; margin-top: 33px; color: #ffffff; font-size: 23px; }
a#mobile-nav-btn.nav-active:before { content: ""; position: absolute; top: -7px; left: -8px; width: 42px; height: 44px; z-index: -1; background: #3C2785; border-radius: 3px; }
#mobile-nav { display: none; background: #1E0576; position: absolute; top: 91px; right: 0; z-index: 10000; width: 94%; border-top: 2px solid #3C2785; padding: 30px 15% 20px; overflow-y: auto; }
.admin-bar #mobile-nav { top: 123px; } /* wp admin loged in */
#mobile-nav ul { width: 100%; text-transform: uppercase; }
#mobile-nav li { display: block; }
#mobile-nav > ul li a { display: block; padding: 25px 0 5px 0; font-weight: 700; letter-spacing: 1px; color: #ffffff; font-size: 18px; border-bottom: 2px solid #3C2785; }
#mobile-nav ul ul { padding: 15px 0 20px; }
#mobile-nav ul ul ul { padding: 0 0 10px 20px; }
#mobile-nav li li a { display: block; font-size: 15px; font-weight: 300; padding: 10px 0 10px 18px; color: #ffffff; position: relative; border-bottom: none; }
#mobile-nav li li li a { display: block; font-size: 14px; font-weight: 300; padding: 10px 0 10px 18px; color: #ffffff; position: relative; border-bottom: none; }
#mobile-nav ul.sub-menu li a:before { content:"."; position: absolute; top: 11px; left: 0; font-size: 30px; line-height: 0; color: #ffffff; }
#mobile-nav > ul > li:first-child > a { padding: 5px 0; border-bottom: 2px solid #3C2785; border-top: none; }

/* Main pages, for pages */
.single-display-header {
	padding: 30px 0;
}
.for-page .single-display-header {
	background: #EEEFEF;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.single-display-header .col-sm-6 {
	padding: 0;
}
.single-display-header .col1,
.single-display-header .col2,
.single-display-header .col3 {
	float: left;
	width: 33%;
	padding-right: 15px;
}
.single-display-header p {
	font-size: 18px;
}
.display-header-item {
	margin-bottom: 30px;
}
.for-page .single-display-header p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.6;
}
.single-display-header h4 {
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
    	color: #1E0576;
}
.header-columns-container {
	padding: 30px 0;
	border-bottom: 1px solid #a2abba;
	background: #ffffff;
}
.single-display-header a {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color:#1E0576;
	letter-spacing:0.51px;
	text-transform: uppercase;
	padding: 6px 0;
}
.single-display-header li {
	float: left;
	position: relative;
	padding-right: 23px;
}
.single-display-header li:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 12px;
	height: 11px;
	width: 1px;
	border-right: 1px solid #a2abba;
}
.single-display-header li:last-child:after {
	display: none;
}
.main-display-content {
	padding-bottom: 40px;
}
.single-display-section {
	margin-bottom: 30px;
}
.single-display-section .single-section-header .main-list-item {
	display: inline-block;
	margin: 0 -15px;
	padding-right: 80px;
}
.single-display-section.links a {
	color: #1F0477;
}
.single-display-section.links a .fa-download {
	margin-right: 7px;
}
.single-section-header {
	margin-bottom: 3px;
}
.single-section-header h2 {
	font-size:16px;
	font-weight: 700;
	color:#1E0576;
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: 1px solid #D7D2CB;
}
.single-section-header .main-list-item h2 {
	border-bottom: none;
	padding: 0;
	margin-bottom: 5px;
}
.single-section-header .main-list-item:hover h2 {
	color: #0098CD;
}
.row.sub-list-group {
	margin: 0;
}
.single-section-header h2 .fa {
	display: none;
}
.single-section-text h4 {
	min-height: 0;
	font-weight: 700;
	margin-bottom: 7px;
}
.single-section-text h5 {
	font-weight: 600;
	margin-bottom: 4px;
}
.single-section-text img {
	margin-top: 10px;
}
.single-section-text .main-list-group img {
	margin-top: 0;
}
.single-section-text .award img {
	margin-top: 0;
	padding-right: 20px;
}

.single-section-text .row > .col-sm-6 {
	min-height: 0;
	padding: 0;
}
.single-section-text .sub-list-group {
	padding-top: 15px;
	border-top: 1px solid #D7D2CB;
}
.single-section-text ul {
	margin-right: 20px;
	margin-bottom: 30px;
}
.single-section-text .sub-list-group ul:last-child {
	margin-bottom: 10px;
}
.single-display-section ul,
.subpage-section ul {
	list-style: none;
}
.single-display-section ul li:before,
.subpage-section ul li:before {
    content: " ";
    font-size: 30px;
    vertical-align: middle;
    line-height: 0;
}
.single-display-section .main-list-item {
	display: block;
	position: relative;
}
.single-display-section .main-list-item:hover {
	background: #F6F3F3;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(122,122,122,0.6);
	-moz-box-shadow: 0px 1px 1px 0px rgba(122,122,122,0.6);
	box-shadow: 0px 1px 1px 0px rgba(122,122,122,0.6);
}
.single-display-section .main-list-item > a {
	display: block;
	padding: 15px;
}
.single-display-section .main-list-item:hover h4 {
	color: #0098CD;
}
.for-page .single-display-section .main-list-item:hover h4 {
	color: #444444;
}
.main-list-item .fa-arrow-right {
	display: inline-block;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 8px;
	right: 8px;
	color: #0098CD;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	font-size: 14px;
}
.main-list-item:hover .fa-arrow-right {
	visibility: visible;
	opacity: 1;
}
.fa-ellipsis-h,
.fa-ellipsis-v {
	height: 21px;
	width: 21px;
	color: #1E0576;
	line-height: 19px;
	text-align: center;
	border: 2px solid #1E0576;
	font-size: 13px;
	border-radius: 50%;
}
.fa-ellipsis-btn {
	padding: 10px;
}
.main-list-item .fa-ellipsis-btn {
	position: absolute;
	right: 13px;
	top: 10px;
	z-index: 1;
}
.single-display-section.links .main-list-item a {
	padding: 5px 15px;
}
.single-display-section.links .single-section-text {
	padding-top: 10px;
}
.single-section-contact {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	min-height: 36px;
	bottom: -35px;
	left: 0;
	padding: 0px 15px 15px;
    	background: #F6F3F3;
	cursor: default;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(122,122,122,0.6);
	-moz-box-shadow: 0px 1px 1px 0px rgba(122,122,122,0.6);
	box-shadow: 0px 1px 1px 0px rgba(122,122,122,0.6);
}
.sub-cat-row {
	margin-top: 20px;
}
.sub-cat-row div {
	font-weight: 600;
	color: #888888;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.main-list-item:hover .single-section-contact {
	visibility: visible;
	opacity: 1;
}
/* odd contacts in Earn a Degree page */
.single-display-section.main-list-item .single-section-header {
	margin-bottom: 12px;
}
.single-display-section.main-list-item h2 {
	border-bottom: none;
	padding-bottom: 3px;
}
.single-display-section.main-list-item .single-section-text {
	position: relative;
}
.single-display-section.main-list-item:hover .single-section-text {
	background: #F6F3F3;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(122,122,122,0.6);
	-moz-box-shadow: 0px 1px 1px 0px rgba(122,122,122,0.6);
	box-shadow: 0px 1px 1px 0px rgba(122,122,122,0.6);
}
.single-display-section.main-list-item .single-section-contact {
	min-height: 31px;
	bottom: -31px;
    padding: 0px 15px 10px;
}
/* odd contacts END */
.page-slug-learn-english .main-list-item p {
	height: 42px;
}

.single-section-contact a {
	color: #666666;
	margin-right: 15px;
	display: inline-block;
}
.single-section-contact a i {
	color: #1E0576;
	margin-right: 5px;
	font-size: 15px;
}
.main-list-group {
	border-bottom: 1px solid #D7D2CB;
	padding-bottom: 20px;
	margin-bottom: 3px;
}
.single-section-text > .row > .col-sm-12:last-child .main-list-group {
	border-bottom: none;
}
.single-display-section .main-list-group .main-list-item {
	margin: 0 -15px;
}
.country-images.row {
	margin: 0;
}
.country-images .univ-logo {
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 15px;
	padding-right: 10px;
}
.country-images .univ-logo:nth-child(5n) {
	margin-right: 0;
}
.glance-container {
	position: relative;
	padding: 30px 0 90px;
	background: #EAE6DF;
	color: #444444;
	text-align: center;
}
.glance-container h4 {
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.glance-container .big-num {
	font-family: MinionPro, serif;
	display: inline-block;
	position :relative;
	font-size: 140px;
	margin-bottom: 30px;
}
.glance-container .big-num:before,
.glance-container .big-num:after {
	content: " ";
	position: absolute;
	width: 70%;
	height: 1px;
	left: 15%;
	border: 1px solid #C4C2BD;
}
.glance-container .big-num:before {
	top: 0;
}
.glance-container .big-num:after {
	bottom: 0;
}
.glance-container .big-num span {
	font-size: 100px;
}
.glance-container .big-num span.small {
	font-size: 60px;
	letter-spacing: -2px;
}
.glance-container p {
	font-size: 16px;
	text-align: left;
	padding: 0 15%;
}
.glance-container-image {
	padding: 30px 0 40px;
}
.glance-image {
	height: 125px;
	margin-bottom: 10px;
}
.glance-image img {
	vertical-align: middle;
	max-width: 130px;
	max-height: 125px;
}
.glance-image-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.glance-container-image h4 {
	margin-bottom: 0;
}
.glance-container-image span {
	display: block;
	text-align: left;
	margin-bottom: 40px;
}
.glance-container-image p {
	font-size: 14px;
	text-align: center;
}
.glance-container-image .glance-head {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 3px;
}
.asterisks-container {
	margin: 20px 0;
}
.asterisks-container p {
	font-style: italic;
}
.testimony-container {
	padding: 50px 0 40px;
	background: #444444;
	color: #ffffff;
	text-align: center;
}
.testimony-container img {
	width: 100px;
}
.testimony-text {
	font-family: MinionPro, serif;
	font-size: 30px;
	padding: 20px 15% 10px;
	line-height: 1.6;
	position: relative;
}
.testimony-text:before {
	content: " ";
	position: absolute;
	width: 20%;
	height: 3px;
	top: 0;
	left: 40%;
	border-top: 3px solid #A0A0A0;
}
.testimony-author {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.testimony-video-container {
	padding: 30px 0;
	background: #F6F3F3;
	margin-bottom: 20px;
}
.testimony-video-container td {
	vertical-align: middle;
}
.testymony-video {
	width: 241px;
}
.testimony-video-text {
	padding-left: 30px;
	font-size: 16px;
}
.testimony-video-text a {
	display: block;
	color: #1F0477;
}

/* Secondary Pages */

.more-less {
	display: none;
}
.subpage-section .see-more {
	color: #1F0477;
	font-size: 20px;
}
.subpage-section .see-more i span {
	font-weight: 700;
	padding-left: 7px;
	font-size: 15px;
}
.see-more .fa-plus-circle:before,
.see-more .fa-minus-circle:before {
	position: relative;
    top: 2px;
}
.twocol-display {
	padding-top: 30px;
}
.side-menu a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.side-menu a:hover,
.side-menu li.current-menu-item a {
	color: #0098CD;
}
.subpage-content {
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid #D7D2CB;
}
.subpage-content.leadership,
.subpage-content.about-history,
.subpage-content.careers-culture,
.subpage-content.about-overview {
	padding-top: 0;
	border-top: none;
}
.subpage-content.about-community {
	margin-top: 40px;
}
.about-overview h4 {
	font-size: 14px;
	color: #2B1380;
}
.about-overview strong {
	color: #2B1380;
}
.about-overview .fast-facts {
	font-size: 24px;
}
.subpage-header h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.subpage-header h2 {
	font-size: 37px;
	padding-bottom: 35px;
	font-weight: 300;
    line-height: 1.2;
}
.subpage-section {
	padding: 20px 0;
	margin: 0;
}
.leadership .subpage-section {
	border-top: 1px solid #D7D2CB;
}
.about-leadership .portrait-picture.col-sm-3 {
	padding: 0;
}
.about-leadership .subpage-section.row > .col-sm-9 {
	padding-left: 0;
	padding-right: 15px;
}
.about-leadership .subpage-section.row > .col-sm-3 {
	padding-right: 0;
	padding-left: 15px;
}
.leadership-legacy > .col-sm-3 .see-more {
	display: inline-block;
	margin-top: 30px;
}
.leadership-legacy > .col-sm-9 h4 {
	font-size: 22px;
	font-weight: 700;
	color: #444444;
}
@media screen and (max-width: 767px) {
	
.millitary-container .left-content,
.millitary-container .right-content {
	float:none;	
}	

.millitary-float-holder {
	width:100%; 
	margin:0 auto;
}

.millitary {
	display:block;
	margin:0 auto;
	}
	
.millitary-img img {
	max-width: 339px;
}

.leadership-legacy > .col-sm-3 .see-more {
		margin-top: 0;
		margin-bottom: 30px;
	}
}

.subpage-content h4 {
	color: #1F0477;
	font-weight: 700;
	margin-bottom: 5px;
}
.leadership .subpage-section h4 {
	margin-bottom: 2px;
}
.subpage-section.row > .col-sm-3,
.subpage-section.row > .col-sm-6:first-child {
	padding-left: 0;
}
.subpage-section.row > .col-sm-9,
.subpage-section.row > .col-sm-6:last-child {
	padding-right: 0;
}
.portrait-position {
	color: #1F0477;
	margin-bottom: 15px;
}
.portrait-position span {
	display: block;
}
.portrait-description {
	padding-right: 0;
}
.portrait-description p {
	margin-bottom: 10px;
}
.award-section .col-sm-12 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.award.row {
	margin: 0;
}
.award .award-image {
	float: left;
	width: 33.33%;
}
.award .award-text {
	float: right;
	width: 66.66%;
}
.careers-benefits .subpage-section {
	border-bottom: 1px solid #D7D2CB;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.careers-benefits .subpage-section:last-child {
	border-bottom: none;
}
.careers-culture .subpage-section {
	padding-bottom: 0;
}
.secondary-page p,
.secondary-page .subpage-section ul,
.page-template-contact-page p,
.page-template-contact-page .subpage-section ul,
.page-template-resource_blog-press-test p,
.page-template-resource_blog-press-test .subpage-section ul {
	line-height: 1.7;
	margin-bottom: 15px;
}
.secondary-page .careers-areas p {
	margin-bottom: 2px;
}
.subpage-header img {
	margin-bottom: 20px;
}
.subpage-header p {
	margin-bottom: 35px;
}
.subpage-section a {
	color: #0098CD;
}
.subpage-content h5 {
	font-weight: 600;
	margin-bottom: 2px;
}
.subpage-content .blue-btn {
	width: 220px;
	text-align: center;
	margin: 10px 0;
}
.subpage-content .blue-btn .fa-angle-right {
	float: right;
	padding-top: 7px;
}

.career-content .blue-btn {
	width: 300px;
	text-align: center;
	margin: 10px 0;
}

.career-content .blue-btn .fa-angle-right {
	float: right;
	padding-top: 7px;
margin-left:0px !important;
}



/* Search Rollover and Page */

.header-rollover {
	display: none;
    border-top: 1px solid #5D5496;
}
.search-rollover {
	position: relative;
	padding: 20px 150px;
}
.search-rollover .btn-close {
	position: absolute;
	top: 29px;
	right: 0;
}
.search-form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.search-form .search-input {
	width: 100%;
	margin-right: 30px;
}
.search-filter {
	position: relative;
	padding: 30px 80px 20px 80px;
}
.search-filter .btn-close {
	position: absolute;
	top: 20px;
	right: 10px;
	background: #C4C8D1;
}
.search-filter .search-input {
	border: 1px solid #979797;
	border-radius:5px;
}
.search-filter .blue-btn {
	width: 100px;
	font-size: 15px;
	font-weight: 300;
	text-transform: none;
	padding-bottom: 11px;
}
.search-filter .inline-link {
	margin-bottom: 20px;
}
.filter {
	padding-top: 20px;
}
.filter fieldset {
	width: 33.33%;
	float: left;
	font-size: 13.5px;
}
.filter select {
	background-size: 12px 12px;
	border: 1px solid #CCCCCC;
	padding: 6px 30px 5px 8px;
}
.filter .sort-by {
	color: #000000;
}
.filter .sort-by select {
	width: 100%;
}
.results-number span {
	display: block;
	text-align: center;
	line-height: 36px;
	color: #818080;
}
.results-navigation table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}
.results-navigation td {
	height: 35px;
	border: 1px solid #CCCCCC;
	border-right: none;
	vertical-align: middle;
	text-align: center;
	color: #0098CD;
	cursor: pointer;
}
.results-navigation td:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.results-navigation td:last-child {
	border-right: 1px solid #CCCCCC;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.results-navigation td.active {
	color: #ffffff;
	background: #0098CD;
	border: 1px solid #0098CD;
}
.search-result-container {
	width: 70%;
	margin: 0 auto;
}
.search-result-container .results-navigation {
	width: 60%;
	margin: 0 auto;
	padding-top: 20px;
}
.search-result {
	margin-bottom: 25px;
	border-bottom: 1px solid #D7D2CB;
	padding-bottom: 20px;
}

/* Sign In Overlay */

#signin-container {
	display: none;
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 100px 150px;
	background:#1E0576;
	border-radius:10px;
	color: #ffffff;
}
.mfp-container #signin-container {
	display: block;
}
#signin-container button.mfp-close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.signin-header {
	display: block;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 40px;
}
.txt-yellow {
	display: block;
	color:#E8ED70;
	margin-top: 60px;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  	opacity: 0;
	/* using easeInOutCubic transition. */
	-webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  	opacity: 0;
  	/* using easeInOutCubic transition. */
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  	opacity: 0;
}


/* Bulleted list fix Articles */

.single-blog .subpage-content ul {
	list-style-type: disc; 
	padding-left: 40px; 
	margin-bottom: 12px
}

.single-blog .subpage-content ol {
	padding-left: 40px; 
	margin-bottom: 12px
}


/***************
/* News Pages */
.subpage-section .release-short {
	display: block;
	margin-bottom: 20px;
	color: #444444;
}
.subpage-section .release-short h4 {
	color: #444444;
}
.subpage-section .release-short:hover h4,
.subpage-section .release-short:hover {
	color: #2FAEDE;
}
.single-release .inline-link {
	text-transform: capitalize;
	font-weight: 700;
}
.single-release .inline-link .fa-angle-left {
    font-size: 1.3em;
    vertical-align: text-bottom;
}
.single-release .subpage-header h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 15px;
}
.single-release .subpage-content {
	border-top: none;
	padding-top: 30px;
	margin-bottom: 60px;
}
.single-release #menu-news-section li:first-child a {
	color: #2FAEDE;
}
.text-small {
	font-size: 12px;
	color: #000000;
}
.subpage-header .text-small {
	margin-bottom: 20px;
}
.share-bar a {
	color: #1F0477;
}
.blog-bottom {
	width:100%;
	margin:0 auto;

	text-align:center;
}
.blog-bottom a {
	color: #1F0477;
}
.blog-bottom .blog-share {
	border:1px solid #1F0477; 
	width:40px; 
	height:40px; 
	float:left; 

	padding:12px 0 0 0;
}
.blog-bottom .hide-border {
	border-right:hidden;
}
.mail-friendly a,
.social-friendly a {
	margin-right: 20px;
}
.mail-friendly a:last-child,
.social-friendly a:last-child {
	margin-right: 0;
}
.social-friendly {
	text-align: right;
}
.social-friendly .text-small {
	margin-right: 20px;
}
.release-contact {
	width: 70%;
	margin-top: 100px;
	padding-top: 30px;
	border-top: 1px solid #D7D2CB;
}
.release-contact p {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.release-contact a {
	color: #0098CD;
}
.media-contacts .subpage-content {
	padding-top: 40px;
}
.media-contact {
	line-height: 1.8em;
}

.media-contact h2 {
	font-weight: 600;
	color: #000000;
	padding: 5px 0;
	margin-bottom: 7px;
	border-bottom: 1px solid #D7D2CB;
	margin-right: 30px;
}
.media-contact .text-small {
	margin-bottom: 0;
}
.subpage-section.media-contact {
	padding-bottom: 0;
	margin-bottom: 0;
}
.subpage-section.media-contact a {
	color: #1E0576;
}
.fa-envelope {
	margin-right: 5px;
}
.videos-header {
	padding: 5px 0;
	border-bottom: 1px solid #D7D2CB;
	margin: 0 0 15px;
	position: relative;
}
.videos-header h2 {
	font-size: 16px;
	font-weight: 700;
	color:#1E0576;
	padding-right: 210px;
}
.videos-header .social-friendly {
	position: absolute;
	right: 0;
	top: 5px; 
	z-index: 1;
}
.videos-header .fa-ellipsis-btn {
	position: absolute;
	right: -10px;
	top: -4px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 10px;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-slug-blogs .subpage-content {
	border-top: none;
}
.page-slug-blogs .subpage-section {
	border-top: 1px solid #D7D2CB;
}
.page-slug-blogs .subpage-section h2 {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
}
.page-slug-blogs .subpage-section p {
	font-size: 13px;
}

/* pagination */

.pagination, .facetwp-pager {
	clear: both;
	display: block;
	margin: 9px 0;
	text-align: center;
}

/*.pagination a, .pagination span {
	padding: 5px 15px;
	border: 1px solid #ccc;
	color: #ccc;

}*/
.pagination a, .pagination span, .facetwp-page a, .facetwp-page span {
    border: 1px solid #ccc;
    color: #ccc;
    margin-left: 4px;
    margin-right: -5px;
    padding: 5px 15px;
}
.pagination a, .facetwp-page a {
	color: #2FAEDE;
	margin-right: -5px;
}
.pagination .next_page:last-of-type {
	border-right: 1px solid #ccc;
}

.pagination a:hover,
.pagination span.current, .facetwp-page a:hover, .facetwp-page span.current{
	background: #2FAEDE;
	color: #fff;
	text-decoration: none;
	border-top-color: #2FAEDE;
	border-bottom-color: #2FAEDE;
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: -5px;

}

@media screen and (max-width: 767px) {
	.share-bar .col-sm-6 {
		width: 50%;
		float: left;
	}
	.video-div {
		margin-bottom: 25px;
	}
	.videos-container .video-div:last-child {
		margin-bottom: 0;
	}
	.videos-header h2 {
		padding-right: 70px;
	}
	.videos-header .social-friendly {
		top: -2px;
		right: 24px;
		text-align: center;
	    background: #F6F3F3;
		padding: 0 15px;
		webkit-box-shadow: 0px 1px 2px 1px rgba(122,122,122,0.6);
		-moz-box-shadow: 0px 1px 2px 1px rgba(122,122,122,0.6);
		box-shadow: 0px 1px 2px 1px rgba(122,122,122,0.6);
	}
	.videos-header .social-friendly:after {
		content: "";
		position: absolute;
		top: 14px;
		right: -7px;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-left: 7px solid #F6F3F3;
		border-bottom: 5px solid transparent;
	}
	.videos-header .social-friendly  > * {
		display: block;
		margin: 15px 0;
	}
	.videos-header .social-friendly > span {
		margin-top: 10px;
	}
}
/* News Pages END */
/******************/

/**********************************/
/* Contact us, Privacy, Locations */
.text-center {
	text-align: center;
}
.contact-us .subpage-header p {
	font-size: 18px;
	color: #000000;
	margin-bottom: 5px;
}
.contact-us .subpage-header .text-small,
.contact-us label i {
	color: #0F9FD0;
	font-weight: 600;
}
.page-slug-contact-us .subpage-content,
.page-slug-locations .subpage-content {
	border-top: none;
}
.contact-form > * {
	display: block;
}
.contact-us label {
	color: #000000;
	margin-bottom: 7px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	border: 1px solid #979797;
	border-radius:8px;
	margin-bottom: 20px;
}
.contact-form .form-err input,
.contact-form .form-err select,
.contact-form .form-err textarea {
	border-color: #B94A48;
}
.contact-form .message-err {
	padding-top: 40px;
}
.message-err {
	display: none;
	color:#B94A48;
}
.form-err .message-err {
	display: block;
}
.page-slug-locations .subpage-header {
	padding-top: 30px;
}
.page-slug-locations .subpage-header h3 {
	font-size: 24px;
	font-weight: 400;
}
.location {
	padding: 20px 15px 0;

	margin-bottom: 20px;
}
.location h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.location a {
	display: block;
	color: #000000;
	margin-bottom: 7px;
}
.location a:hover {
	color: #000000;
}
.location a i {
	color: #1E0576;
	margin-right: 10px;
}
.location .location-border {
	height: 1px;
	margin: 25px 0;
	border-bottom: 1px solid #D7D2CB;
}
/* Contact us, Privacy, Locations END */
/**************************************/



/* ----- Media Queries ----- */
/* ------------------------- */
.mobile-only { display: none !important; }

.expand .fa-arrow-right,
.expand .fa-plus-circle,
.expand .fa-minus-circle {
	display: none;
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 20px;
	color: #1E0576;
}

@media screen and (max-width: 1200px) {

	#carousel-controls #prev {
		left: 0;
	}
	#carousel-controls #next {

		right: 0;
	}
	.text-carousel {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1023px) {
	.header-search {
		margin-top: 29px;
	}
	.header-signin {
		display: none;
	}
	a#mobile-nav-btn {
		display: inline-block;
	}
	.for-page .front-heading {
		max-width: 40%;
	}
	.single-display-header li {
		padding-right: 14px;
	}
	.single-display-header li:after {
		right: 6px;
		top: 8px;
	}
	.single-display-header li a {
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0;
		word-spacing: -1px;
	}
	.center-div {
		padding: 0 20px;
	}
	.negative-margin {
		margin-left: -20px;
		margin-right: -20px;
	}
	.logo {
		padding-left: 0;
		margin-top: 20px;
	}
	.nav-items {
		font-size: 13px;
		word-spacing: -1px;
	}
	.nav-items a {
		padding: 16px 6px;
	}
	.text-carousel-container {
		padding: 0 20px;
	}
	.mid-heading > h1 {
		font-size: 58px;
	}
	.blue-sect-content > .col-sm-4:nth-child(3n+1) {
		padding-left: 0;
	}
	.blue-sect-content > .col-sm-4:nth-child(3n) {
		padding-right: 0;
	}
	.element-icon {
		padding-bottom: 25px;
	}
	.blue-sect-content {
		padding-bottom: 0;
	}
	.element-heading > h2 {
		font-size: 24px;
	}
	.element-heading {
		min-height: 70px;
	}
	.bottom-nav > ul > li {
		padding: 0 17px;
	}
	.footer .a-white {
		min-height: 48px;
	}
	.subpage-header h2 {
		font-size: 32px;
	}
	#signin-container {
		margin: 0 10%;
	    padding: 50px 80px;
	}
	.millitary {
		width: 220px;
	}
}

@media screen and (max-width: 767px) {

	.desktop-only,
	.carousel-text,
	.expandable {
		display: none;
	}
	.cycle-sentinel {
		display: none!important;
	}
	.page-template-landing-page .header-links.mobile-only {
		display: none;
	}
	.mobile-only,
	.page-template-landing-page.for-page .header-links.mobile-only {
		display: block;
	}
	span.mobile-only,
	img.mobile-only,
	.expand .fa-arrow-right,
	.expand .fa-plus-circle,
	.expand .fa-minus-circle {
		display: inline-block;
	}
	.expand {
		position: relative;
		cursor: pointer;
	}
	.logo img {
		height: 35px;
	}
	.logo,
	.header-search,
	a#mobile-nav-btn {
		margin-top: 15px;

		margin-bottom: 15px;
	}
	a#mobile-nav-btn {
		font-size: 30px;
	}
	#mobile-nav {
		top: 65px;
	}
	.admin-bar #mobile-nav {
		top: 111px; /*wp admin loged in */
	}
	.header-search {
		background-size: 27px;
	}
	.header-links {
		float: none;
		padding: 0 15px;
		border-top: 1px solid #3C2785;
	}
	.header-links > ul > li {
		width: 33.33%;
		padding: 0;
	}
	.header-links a {
		padding: 15px 0 20px;
	}
	.header-links li.current-menu-item a:after,
	.header-links li.current-page-ancestor a:after {
		top: auto;
		bottom: 0;
	}
	#menu-very-top-1 > li:nth-child(2) {
		text-align: center;
	}
	#menu-very-top-1 > li:nth-child(3) {
		text-align: right;
	}
	.front-image {
		background: none;
		height: auto;
	}
	.front-image .image-carousel,
	.front-image .image-single {
		position: relative;
		height: 225px;
	}
	.front-image .center-div {
		background:#36333E;
	}
	.page-template-landing-page .front-image .center-div {
		background: #E2E7EC;
	}
	.for-page .front-image .center-div {
		background: #ffffff;
	}
	.front-heading,
	.page-template-landing-page .front-heading,
	.for-page .front-heading {
		float: none;
		padding: 9px 0;
		max-width: 100%;
	}
	.page-template-landing-page .front-heading,
	.for-page .front-heading {
		color: #444444;
	}
	.front-heading h1,
	.page-template-landing-page .front-heading h1 {
		display: block;
		text-align: center;
		font-size: 36px;
		font-weight: 400;
		letter-spacing: 0.2px;
		margin-bottom: 5px;
	}
	.main-page .front-heading h1 {
		font-size: 26px;
		letter-spacing: 0;
	}
	.for-page .front-heading h1 {
		padding: 0 30px;
		text-align: left;
		font-size: 22px;
	}
	.secondary-page .front-heading h1,
	.page-template-contact-page .front-heading h1,
	.page-template-resource_blog-press-test .front-heading h1 {
		font-size: 40px;
	}
	.front-heading h1 > span {
		font-size: 57px;
		margin-left: -4px;
	}
	.main-page .front-heading h1 > span {
		font-size: 76px;
	}
	.for-page .front-heading h1 span {
		font-size: 50px;
	}
	.front-heading h1 > span.smaller {
		font-size: 60px;
		letter-spacing: 0;
	}
	.front-heading > p,
	.page-template-landing-page .front-heading > p,
	.for-page .front-heading > p {
		text-align: center;
		font-size: 13px;
		font-weight: 400;
	}
	.for-page .front-heading > p {
		padding: 0 30px;
		text-align: left;
	}
	.text-carousel-container {
		padding: 0;
		height: auto !important;
	}
	.text-carousel {
		padding: 0;
	}
	#text-c2 .carousel-text .col-sm-4 > .col-item:last-child .col-item-header,
	#text-c5 .carousel-text .col-sm-6 > .col-item:last-child .col-item-header {
		border-bottom: 1px solid #a2abba;
	}
	.col-item-header {
		display: block;
		height: auto;
		padding-left: 0;
	}
	.col-item-header > h4 {
		padding: 10px 0;
		font-size: 16px;
	}
	.col-content {
		padding: 0;
	}
	.col-content ul {
		font-size: 16px;
	}
	.col-content ul:before,
	.col-content ul:after,
	.col-content ul li:nth-child(2n):before,
	.col-content ul li:nth-child(2n):after {
		display: table;
		content: " ";
	}
	.col-content ul:after,
	.col-content ul li:nth-child(2n):after {
		clear: both;
	}
	.col-content ul li {
		float: left;
		width: 50%;
	}
	.col-content ul li a {
		padding: 10px 10px 10px 0;
	}
	.col-content ul li a:hover {
		background: none;
		color: #000000;
	}
	.col-content ul li a:hover:after {
		display: none;
	}
	.col-content ul li a.view-more {
		padding-top: 17px;
		padding-bottom: 10px;
	}
	.section-heading {
		text-align: left;
	}
	.section-heading > h2 {
		font-size: 16px;
		margin: 15px 0;
	}
	.mobile-sub-navigation {
		padding: 25px 45px 10px 15px;
		background: #ffffff;
	}
	.mobile-sub-navigation h2 {
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.text-carousel:last-child .mobile-sub-navigation {
		padding-bottom: 40px;
	}
	.mid-image-section {
		height: auto;
		background-size: auto 275px;
	}
	.mid-image-section .image-decoration {
		height: 275px;
		background-size: auto 110px;
	}
	.mid-image-section .image-gradient {
		display: none;
	}
	.mid-image-section .center-div {
		background: #27A2CB;
		border-bottom: 2px solid #2CB6E4;
	}
	.mid-image-content {
		position: static;
		padding-bottom: 20px;
	}
	.mid-heading > h1 {
		font-size: 29px;
		line-height: 1.3;
		padding: 15px 0 5px;
		margin-bottom: 0;
	}
	.mid-subheading > p {
		font-size: 16px;
	}
	.glance-container {
		padding: 30px 0 50px;
	}
	.glance-container .big-num {
		margin-bottom: 20px;
		font-size: 130px;
	}
	.glance-container .big-num span {
		font-size: 80px;
	}
	.glance-container p {
		margin-bottom: 40px;
	}
	.blue-section {
		padding: 0 0 60px;
		position: relative;
		background:#0098CD;
	}
	.blue-sect-content > .col-sm-4 {
		padding: 45px 0 0;
	}
	.element-heading {
		min-height: 0;
	}
	.element-subheading > p {
		margin-bottom: 0;
	}
	.element-text {
		margin-top: 30px;
	}
	.back-totop {
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 40px;
		width: 40px;
		padding-top: 2px;
		font-size: 34px;
		text-align: center;
		color: #ffffff;
		background: #1A566C;
	}
	.back-totop.dark {
		background:#2A2A2A;
	}
	.back-totop:hover,
	.back-totop:active,
	.back-totop:focus {
		color: #ffffff;
	}
	.bottom-navigation {
		background: #1E0576;
		color: #ffffff;
		border: none;
	}
	.bot-nav-content {
		padding: 35px 0 40px;
	}
	.bottom-nav {
		margin-bottom: 10px;
	}
	.bottom-nav > ul > li {
		width: 33.33%;
		margin-bottom: 30px;
		border: none;
		font-weight: 300;
		padding: 0 7px;
	}
	.bottom-nav > ul > li > a {
		color: #ffffff;
	}
	.social-media img {
		width: 40px;
	}
	.footer-container {
		padding-bottom: 30px;
	}
	.footer .a-white {
		min-height: 0;
	}
	.footer > .col-sm-3,
	.footer > .col-sm-6 {
		margin-bottom: 30px;
	}
	.footer .col-sm-6 .col-sm-6 {
		padding: 0;
	}
	.footer .a-white.more-countries {
		padding-bottom: 60px;
	}
	.footer .a-white.more-countries i {
		top: 10px;
	}
	/* Cycle 2 overrides */
	.front-image .image-carousel > div {
		display: none;
	}
	.front-image .image-carousel > #image-c1 {
		display: block;
	}
	/* Main pages specific */
	.main-display-content {
		padding: 0;
	}
	.single-display-header {
		padding: 25px 0;
		border-bottom: none;
	}
	.for-page .single-display-header {
		margin-bottom: 0;
	}
	.single-display-header p {
		font-size: 16px;
		margin-bottom: 0;
	}
	.for-page .single-display-header .col-sm-4 {
		margin-bottom: 30px;
	}
	.single-display-section {
		margin-bottom: 0;
	}
	.single-display-section:last-child .single-section-header {
		margin-bottom: 0;
	}
	.single-section-text {
		padding-bottom: 15px;
		border-bottom: 1px solid #D7D2CB;
	}
	.single-section-header h2 {
		padding: 20px 45px 20px 0;
		color: #444444;
	}
	#itm1 .single-section-header h2 {
		border-top: 1px solid #D7D2CB;
	}
	.single-section-header h2 .fa {
		display: inline-block;
	}
	.no-border-bottom {
		border-bottom: none !important;
	}
	.single-display-section .main-list-item:hover {
		background: #ffffff;
		box-shadow: none;
	}
	.main-list-item:hover .fa-arrow-right {
		display: none;
	}
	.expand .fa-minus-circle,
	.expand .fa-plus-circle {
		right: 10px;
	}
	.single-display-section .main-list-item > a {
		padding-right: 70px;
	}
	.single-section-contact {
		display: none;
		visibility: visible;
		opacity: 1;
		width: auto;
		bottom: auto;
		left: auto;
		top: 2px;
		right: 47px;
		padding: 10px 0 5px 15px;
		webkit-box-shadow: 0px 1px 2px 1px rgba(122,122,122,0.6);
		-moz-box-shadow: 0px 1px 2px 1px rgba(122,122,122,0.6);
		box-shadow: 0px 1px 2px 1px rgba(122,122,122,0.6);
	}
	.single-section-contact a {
		display: block;
		margin-bottom: 15px;
	}
	.single-section-contact p {
		margin-bottom: 10px;
	}
	.single-section-contact:after {
		content: "";
		position: absolute;
		top: 24px;
		right: -7px;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-left: 7px solid #F6F3F3;
		border-bottom: 5px solid transparent;
	}
	.testimony-text {
	    font-size: 28px;
	}
	.testimony-author {
		font-weight: 600;
	}
	.testimony-video-container {
		margin-bottom: 0;
		padding-bottom: 90px;
		position: relative;
	}
	.testimony-video-container td {
		width: 100%;
		display: block;
	}
	.testymony-video {
		padding: 0 15px;
	}
	.testimony-video-text {
		padding: 20px 40px 0 40px;
	}
	.millitary-container {
		padding: 60px 0;
		position: relative;
		border-bottom: 1px solid #D2D2D2;
	}
	.millitary {
		width: 300px;
		margin-bottom: 30px;
	}
	/* Secondary pages */
	.twocol-display {
		margin: 0;
	}
	.sidebar {
	    border-bottom: 1px solid #a2abba;
		padding: 0;
	}
	.side-container {
		padding: 30px 0 0;
	}
	.subpage-header h2 {
		font-size: 30px;
	}
	.portrait-picture {
		text-align: center;
		margin-bottom: 20px;
	}
	.portrait-description {
		padding: 0;
	}
	.subpage-section {
		margin-bottom: 10px;
	}
	.about-history .subpage-section {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.subpage-section.row > .col-sm-3,
	.subpage-section.row > .col-sm-9,
	.subpage-section.row > .col-sm-6 {
		padding: 0;
	}
	.history-picture {
		float: left;
		margin-bottom: 10px;
	}
	.history-description h4 {
		font-size: 20px;
		text-align: center;
		padding-top: 60px;
	}
	.history-description p {
		clear: both;
	}
	.country-images .univ-logo {
		width: 31%;
		margin-right: 3%;
	}
	.country-images .univ-logo:nth-child(5n) {
		margin-right: 3%;
	}
	.country-images .univ-logo:nth-child(3n) {
		margin-right: 0;
	}
	.single-display-section .main-list-item.desktop-only {
		display: none;
	}
	.single-section-text .sub-list-group {
		border-top: none;
	}
	.subpage-section.row > .col-sm-6:first-child {
		margin-bottom: 30px;
	}

	.social-media a {
		border: none;
	}
	.page-slug-learn-english .main-list-item p {
		height: auto;
	}
	/* Sign In */
	#signin-container {
		margin: 0px 5%;
    	padding: 30px 50px;
	}
	.signin-header {
		font-size: 34px;
		margin-bottom: 30px;
	}
	.txt-yellow {
		margin-top: 40px;
	}
	.btn-bar {
		font-size: 16px;
		padding: 15px;
	}
	/* Search elements */
	.search-rollover {
		padding-left: 0;
		padding-right: 55px;
	}
	.search-page .search-rollover {
		padding-right: 0;
	}
	.search-page .search-rollover .btn-close {
		display: none;
	}
	.search-page .header-rollover {
		display: block;
	}
	.search-filter {
		padding: 15px 30px 5px 0;
	}
	.search-filter .btn-close,
	.search-filter .inline-link,
	.search-filter .search-form,
	.search-filter .results-navigation {
		display: none;
	}
	.filter {
		padding-top: 0;
	}
	.filter .sort-by {
		width: 100%;
		margin-bottom: 10px;
	}
	.results-number span {
		text-align: left;
	}
	.search-result-container,
	.filter .results-number {
		width: 100%;
	}
	.search-result-container .results-navigation {
		width: 100%;
		margin-bottom: 60px;
	}

}

@media screen and (max-width: 479px) {
	.center-div {
		padding: 0 15px;
	}
	.negative-margin {
		margin-left: -15px;
		margin-right: -15px;
	}
	.header-links a {
		font-weight: 400;
		letter-spacing: 0.2px;
	}
	.mid-heading > h1 {
		font-size: 27px;
	}
	.testimony-text {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.testimony-author span {
		display: block;
	}
	.award .award-text,
	.award .award-image {
		float: none;
		width: 100%;
	}
	.award .award-image {
		text-align: center;
	}
	.single-section-text .award img {
		padding-right: 0;
		margin-top: 20px;
	}
	.country-images .univ-logo {
		width: 47%;
		margin-right: 6%;
	}
	.country-images .univ-logo:nth-child(5n) {
		margin-right: 6%;
	}
	.country-images .univ-logo:nth-child(3n) {
		margin-right: 6%;
	}
	.country-images .univ-logo:nth-child(2n) {
		margin-right: 0;
	}
	.search-rollover .search-input {
		margin-right: 20px;
	}
	.search-rollover {
		padding-right: 45px;
	}
}

@media screen and (max-width: 359px) {
	.center-div {
		padding: 0 10px;
	}
	.negative-margin {
		margin-left: -10px;
		margin-right: -10px;
	}
	.header-links {
		padding: 0 10px;
	}
	.header-links a {
		letter-spacing: 0;
	}
	.signin-selector td {
		padding: 0;
	}
	.front-heading h1 > span.smaller {
		font-size: 55px;
	}
	.testimony-text {
		font-size: 24px;
	}
}

/* page-specific things */

body.page-id-65 h4 { text-transform: uppercase; }


/*************************/
/* UNIVERSITIES PAGE NEW */
.two-col {
	-webkit-column-count: 2;

    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
	-webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none;
	padding: 20px 0;
}
@media screen and (max-width: 620px) {
	.two-col {
		-webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
}
.two-col a {
	color: #0098CD;
}
.two-col p {
	margin-bottom: 20px;
}
.for-page.page-slug-universities .single-display-header {
	padding: 30px 0 20px;
}
.for-page.page-slug-universities .front-heading {
	max-width: none;
}
.for-page.page-slug-universities .front-heading h1 {
	font-size: 60px;
}
.for-page.page-slug-universities .front-heading h1 > span {
	font-size: 68px;
	padding: 10px 0;
}
.for-page.page-slug-universities .front-heading > p {
	font-size: 20px;
}
.for-page.page-slug-universities .single-display-header p {
	font-size: 18px;
}
.for-page.page-slug-universities .single-display-header .two-col p {
	font-size: 14px;
	margin-bottom: 20px;
}
.single-display-header .see-more {
	margin-top: 10px;
    color: #1F0477;
    font-size: 20px;
	text-transform: none;
}
.single-display-header .see-more i span {
    font-weight: 700;
    padding-left: 7px;
    font-size: 14px;
}
.single-section-text > p {
	padding: 10px 0;
	font-size: 18px;
}
.page-slug-universities .single-section-text > img {
	margin-top: 30px;
}
.single-section-text .blue-btn {
	min-width: 265px;
	text-align: center;
	text-transform: none;
}
.single-section-text .blue-btn .fa-angle-right {
	float: right;
    padding-top: 7px;
}
.partners-buttons > .col-sm-4:nth-child(2) {
	text-align: center;
}
.partners-buttons > .col-sm-4:nth-child(3) {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.for-page.page-slug-universities .front-heading h1 {
		font-size: 33px;
		padding: 0;
		text-align: center;
	}
	.for-page.page-slug-universities .front-heading h1 > span {
		font-size: 34px;
		text-align: center;
	}
	.for-page.page-slug-universities .front-heading > p {
		font-size: 13px;
		padding: 0;
		text-align: center;
	}
	.partners-buttons {
		margin-top: 20px;
	}
	.partners-buttons > .col-sm-4,
	.partners-buttons > .col-sm-4:nth-child(2),
	.partners-buttons > .col-sm-4:nth-child(3) {
		text-align: center;
		margin-bottom: 20px;
	}
}
/* END OF: UNIVERSITIES PAGE NEW */
/*********************************/

/******************
/* Custom Select */
option[value=""][disabled] {
  display: none;
}
.kaplan-select .dropdown-menu .disabled {
	display: none;
}
.kaplan-select .bootstrap-select {
	width: 100% !important;
}
.kaplan-select .btn-default {
	color: #1E0576;
	background: #ffffff;
	border: 1px solid #E5E2E2;
	box-shadow: none;
}
.kaplan-select .btn-default:hover,
.kaplan-select .btn-default:active,
.kaplan-select .btn-default:focus {
	color: #1E0576;
    background: #ffffff;
	border: 1px solid #E5E2E2;
	box-shadow: none;
}
.kaplan-select .open .btn-default {
	border-bottom: none !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.kaplan-select .dropdown-menu {
	margin: 0;
	padding: 0;
	border: 1px solid #E5E2E2;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.kaplan-select .dropdown-header {
	white-space: normal;
}
.kaplan-select .open > .dropdown-toggle.btn-default,
.kaplan-select .open > .dropdown-toggle.btn-default:focus,
.kaplan-select .open > .dropdown-toggle.btn-default:hover,
.kaplan-select .open > .dropdown-toggle.btn-default:active {
	border: 1px solid #E5E2E2;
	box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.kaplan-select .open > .dropdown-toggle.btn-default,
.kaplan-select .open > .dropdown-toggle.btn-default:hover {
	background-color: #ffffff !important;
}
.kaplan-select .dropdown-menu > li > a:focus,
.kaplan-select .dropdown-menu > li > a:hover {
	background: #ffffff;
}
.kaplan-select .bootstrap-select span {
	color: #444444;
	font-weight: 400;
}
.kaplan-select .bootstrap-select .dropdown-menu span {
	color: #1E0576;
	font-weight: 600;
}
.kaplan-select .bootstrap-select .dropdown-menu .dropdown-header span {
	color:#666666;
}
.kaplan-select .dropdown-header {
	padding: 5px 12px;
}
.kaplan-select .btn {
	padding: 8px 13px;
}
.kaplan-select .dropdown-menu > li > a {
	padding: 10px 13px;
}
.kaplan-select .bootstrap-select.btn-group .dropdown-menu li a.opt {
	padding-left: 13px;
}
.kaplan-select .bootstrap-select.btn-group .dropdown-menu.inner {
	padding-bottom: 15px;
}
/*********************
/* Custom Select END*/

/****************************/
/* Home page Rollup section */
#rollup-container {
	display: none;
	opacity: 0;
	visibility: hidden;
	/* using easeInOutCubic transition. */
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#rollup-container.rollup-visibile {
	opacity: 1;
	visibility: visible;
}
.page-template-landing-page.sub-navigation {
	border: none;
	border-top: 1px solid #5D5496;
	background-color: #1E0576;
	/* using easeInOutCubic transition. */
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-template-landing-page.sub-navigation .nav-items a,
.page-template-landing-page.sub-navigation .nav-items a:hover {
	/* using easeInOutCubic transition. */
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-template-landing-page.sub-navigation .nav-items a:after {
	display: none;
}
/* Home page Rollup section END */
/********************************/




.screen-reader-text{
	display: none;
}

.search-result h4 a{
	color: #1F0477 !important;
    font-weight: 700;
    margin-bottom: 5px;
}

.grey-line{
	border-bottom: 1px solid #D7D2CB;
	padding-bottom: 3px;
}

.top-margin-add{
	margin-top: 16px;
}

fieldset.results-number {
   width: 25%;
}

fieldset.results-navigation {
   width: 50%;
}

fieldset.sort-by {
   width: 25%;
}


/**********************contact us ********/
.page-slug-contact-us p {
	margin-left:15px;
	font-size: 18px;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
}

.fsLabel{
	margin-bottom: 7px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.page-slug-contact-us option {
	color: #1E0576 !important;
    font-weight: 600 !important;
    line-height:20px !important;
    text-align:left;
}

.page-slug-contact-us select {
	height:40px !important;
	width: 410px !important;
}
input[type="text"],input[type="Email"] {
	height:40px !important;
	
	
}
.fsBody .fsSubField {
    
    margin-right: 30px !important;
}

.page-slug-contact-us .fsSubmitButton {
	display: inline-block;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    background-color: #0098CD;
    color: #ffffff !important;
    border-radius: 5px;
}

.contact-listing {
	margin:25px 0;
}

.contact-title {
	margin-bottom:12px;
}

.contact-title h4 {
	font-size: 16px; 
	font-weight: 700; 
	color: #1E0576; 
	text-transform: uppercase; 
	padding:0; 
	margin:0;
}

.contact-title hr {
	border: 0; 
	height: 0; 
	border-bottom: 1px solid #bebcbd; 
	margin:0; 
	padding:0;
}

.contact-info {
	width:830px;
}

.contact-info table {
	border:none;
}

.contact-info table .ct-label {
	width:80px; 
	color:#1E0576;
}

.contact-info a {
	color:#25C0F6;
}

.contact-button {
	width:100px;
}

.contact-button .signin-btn {
	width:95px; 
	text-align:center;
}

.contact-button .signin-btn  a {
	color: #ffffff; 
	text-transform: uppercase; 
	font-weight: 600; 
	padding: 10px 20px;
}

@media screen and (max-width: 479px) {
.contact-info {
	width:380px;
}

.form-lightbox {
	display:none;
}

}

@media(min-width:768px ){
	.page-slug-contact-us .fsSubmitButton{
		margin-right:170px !important;
		margin-top:20px !important;
	}
}



@media(max-width:767px){
	.page-slug-contact-us .fsSubmitButton{
		margin:auto !important;
	}
}

.page-slug-contact-us .fsValidationError {
	background-color: none !important;

}

.col-md-8.col-md-offset-3 .fsValidationError {
	background-color:white !important;

}
.fsSingleColumn .fsError {
	color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}


@media (min-width:768px){
.page-slug-contact-us div.fsError {
	margin-right:164px;
}}

.form-err{
border-color: #B94A48 !important;
}


div.fsValidationError .fsLabel {
    color: #333536 !important;
    background-image: none;
    padding-left: 0px;
}
.fsValidationError input,.fsValidationError select,.fsValidationError textarea   {
    border: 1px solid #B94A48 !important;
}

/*Press release page year filter*/

.select-arc {
    font-size: 12px;
    color: rgb(68, 68, 68);
    padding: 0px 19px;
    font-weight: 400;
    border: 1px solid rgb(151, 151, 151);
    border-radius: 8px;
    webkit-border-radius: 8px;
    moz-border-radius: 8px !Important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: url("images/select-arrow2.png") no-repeat right 4px top 4px;
    background-size: 13px 14px;
    background-color: #ffffff;
    padding-left: 7px;
    padding-right: 44px;
}


.select-arc-year{
    font-size:16px;
}

@media(max-width:343px){
	.select-arc {
   padding-right:13px;
   margin-top:9px;
}
}

@media (min-width:625px){

.scale-image {
width:50%;
}

}
@media print {
body { background:white; color:black; margin:0 }
.header {display:none;}
.sub-navigation {display:none;}
.share-bar {display:none;}
.sidebar {display:none;}
.attachment-post-thumbnail {display:none;}
.blog-bottom {display:none;}
.bottom-navigation {display:none;}
.footer {display:none;}
}

.page-template-contact-page .region .facetwp-checkbox {
	float:left;
	margin-right:25px;
}

.page-template-contact-page .facetwp-expand {
	float:none !important;
	font-weight:bold;
	padding-left:10px;
}

.ecs-event {
margin-bottom:20px;
}

/*** Businesses SubNav ***/


.bus-sub-navigation {
	border: none;
	background-color: #dfdfdf;
}
.for-page .bus-sub-navigation {
	display: none;
}

.bus-nav-items {
	font-size: 12px;
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
	padding: 14px 0;
}

.has-submenu {
	margin-bottom: 40px;
}


#mobile-nav .has-submenu {
	margin-bottom: 0px;
}


.bus-nav-items > li {
	display: inline;
	list-style-type: none;
}

.bus-nav-items a {
	text-transform: uppercase;
	padding: 17px 22px;
	color: #666666;
}

.bus-nav-items .current-menu-item a,
.bus-nav-items .current_page_item a,
.bus-nav-items .current-page-ancestor a,
.bus-nav-items .current-menu-ancestor a {
	color: #1e0576;	
	font-weight: 800;
}

.bus-nav-items a:hover {
	color: #1e0576;	
}

.bus-nav-items a {
	color: #666666;
}

.bus-nav-items .current-page-ancestor a {
   position:relative;
}

.bus-nav-items .current-page-ancestor a:after {
    content:"";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;   
    position: absolute;
    bottom:0;
    left:42%;
}

.single-case-studies .bus-nav-items .current-page-ancestor a:after,
.single-clo-insights .bus-nav-items .current-page-ancestor a:after,
.bus-nav-items .current-page-ancestor .li a:after {
    display:none;
}

.bus-nav-items .sub-menu {
	width: 100%;
	border-top: none;
	display: none;
}

.bus-nav-items .current-menu-item .sub-menu,
.bus-nav-items .current-page-ancestor .sub-menu {
    display: block !important;
    position: absolute;
    left:0;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 25px;
}

.bus-nav-items .current-menu-item .sub-menu li,
.bus-nav-items .current-page-ancestor .sub-menu li {    
	display: inline;
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.bus-nav-items .current-menu-item .sub-menu li a,
.bus-nav-items .current-page-ancestor .sub-menu li a {
	color: #1e0576;
	font-weight:600;
}

.bus-nav-items .current-menu-item .sub-menu .current-menu-item a,
.bus-nav-items .current-page-ancestor .sub-menu .current_page_item a {
	color: #0098cd;
	font-weight:800;
}

.bus-nav-items .current-menu-item .sub-menu .current-menu-item a:hover,
.bus-nav-items .current-page-ancestor .sub-menu .current_page_item a:hover {
	color: #0098cd;
	font-weight:800;
}

.bus-nav-items .current-menu-item .sub-menu a:hover,
.bus-nav-items .current-page-ancestor .sub-menu a:hover {
	color: #0098cd;
	font-weight:600;
}


@media(max-width:1060px){
	
.bus-sub-navigation {
	max-width:100%;
}

.bus-nav-items a {
	padding: 17px 14px;
}
	
}

/*** University SubNav ***/


.uni-sub-navigation {
	border: none;
	border-top: 1px solid #5D5496;
	background-color: #1E0576;
}

.uni-nav-items {
	font-size: 12px;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
	padding: 17px 0;
}


.uni-nav-items > li {
	display: inline;
	list-style-type: none;
}

.uni-nav-items a {
	text-transform: uppercase;
	padding: 17px 22px;
	color: #fff;
}

.uni-nav-items a:hover,
.uni-nav-items .current-menu-item a,
.uni-nav-items .current_page_item a {
	background-color: #E55302;
	color: #ffffff;
}

@media(max-width:1060px){
	
.uni-nav-items a {
	padding: 17px 12px;
}

.uni-nav-items {
	font-size: 11px;
}
	
}

@media(max-width:915px){
	
.uni-sub-navigation {
	max-width:100%;
}

.uni-nav-items a {
	padding: 17px 14px;
}

.big-num {
    font-size:100px !important;
}
	
}

@media(max-width:860px){
    .uni-nav-items {
        display:none;
    }
}

#lpChatButton-kaplaninc {
	background-color: #0098cd;
	width: 300px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	margin:10px auto 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
}