@charset "UTF-8";
/*
Theme Name: Kaplan
Author: Kaplan, Inc.
Author URI: https://kaplan.com
Version: 1.3.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# layout
  ## Site
  ## Header
  ## Footer
  ## Main Pages
  ## Secondary Pages
  ## News Pages
  ## Contact Us Pages
  ## Subpages
  ## Old University Pages
  ## Page Builder Template
# Typography
  ## Headings
# Interactions
  ## Links
  ## Buttons
  ## Fields
  ## Sign In Overlay
# Modules
  ## Home Page Rollup
  ## Back-To-Top
  ## tb Menu Toggle
  ## Light Slider
# Navigation
	## Nav Menu - Indivdiuals
	## Mobile Nav Menu
  ## Bottom Nav Menu
  ## Search Bar
  ## Nav Menu - Businesses
  ## Nav Menu - Universities
# Heroes
  ## Individuals Hero
  ## Page Builder Heroes
  ## LearnCore Heroes`
# Sections - Individuals Pages
  ## Main Section
  ## Blue Section
  ## Middle Image Section
# Elements
  ## Article with Image
  ## Big Stats
  ## Callout
  ## Contact Us Box
  ## Featured Article
  ## Icon Box
  ## Icon List
  ## Timeline Moment Box
  ## Quote
  ## Regional Box
  ## Subpage Excerpt
  ## Team Bio
  ## Leader Bio
  ## Text
  ## University Image Box
  ## University Box - No Image
  ## Simple University Box
# Dynamic Styling
	## Responsive Fixes
	## Margins and Padding
# Media
	## Videos
# Medium
  ## Print
# Responsive Styling
  ## Media Queries
# GDPR Styling
  ## GDPR Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* 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: 'Open Sans', sans-serif;
}
address, caption, cite, code, dfn, th, var, h1, h2, h3 {
  font-style: normal;
  font-weight: normal;
}
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;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
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%;
}
/* ----- Site Styles ----- */
.wrapper {
  margin: 0 auto;
  /* max-width: 1920px; */
}
.center-div {
  max-width: 960px;
  margin: 0 auto;
}
.no-scroll {
  max-height: 100%;
  overflow: hidden;
}
.dark-text {
  color: #222121 !important;
}
/* ----- Header Style ----- */
.header {
  background: #240F6E;
  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: #fff;
  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: #00A4D9;
  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 #00A4D9;
  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: #fff;
  webkit-appearance: none;
  moz-appearance: none;
  appearance: none;
  width: 105px;
  margin-top: 9px;
}
.header-select > select option {
  background: #240F6E;
}
.header-signin {
  float: left;
  margin: 24px 20px 0;
}
.signin-btn {
  padding: 10px 0px;
  border-radius: 5px;
}
.signin-btn > a {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 25px;
  border: 2px solid #fff;
  border-radius: 5px;
}
.signin-btn > a:hover {
  background-color: #fff;
  color: #240F6E;
  border: 2px solid #240F6E;
  border-radius: 5px;
  opacity: 0.8;
}
.signin-btn .fa-angle-right {
  line-height: 0.4em;
  margin-left: 10px;
}
.facetwp-template .signin-btn > a {
  background-color: #E55302;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
}
.facetwp-template .signin-btn > a:hover {
  background-color: #E55302;
  color: #fff;
  border: none;
  opacity: 1;
}
.header-search {
  float: right;
  margin-top: 30px;
  display: inline-block;
  height: 30px;
  width: 30px;
  outline-color: #240F6E;
  background: url("images/search.png") no-repeat right 4px center;
  background-size: 20px;
}
/* ----- Footer ----- */
.footer-container {
  background: #222121;
  padding: 40px 0 50px;
  font-size: 14px;
}
.footer .widget {
  margin-bottom: 25px;
}
.footer .a-white h3 {
  font-weight: 400;
  color: #fff !important;
  letter-spacing: 0.9px;
}
.footer .a-white {
  font-weight: 400;
  color: #fff !important;
  letter-spacing: 0.9px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #B4B4B4;
}
.footer .a-white.more-countries {
  padding-bottom: 45px;
  text-align: center;
  position: relative;
  display: block;
}
.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: #fff;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.footer .col-sm-3 a, .footer .col-sm-6 a {
  display: block;
  line-height: 26px;
  color: #B4B4B4;
}
.footer .col-sm-3 a:hover, .footer .col-sm-6 a:hover {
  color: #fff;
}
.footer .col-sm-3 .menu-item-3334 a, .footer .col-sm-6 .menu-item-3334 a {
  display: block;
  line-height: 26px;
  color: #eddfbb;
}
.footer .col-sm-3 .menu-item-3334 a:hover, .footer .col-sm-6 .menu-item-3334 a:hover {
  color: #fff;
}
.footer .copy {
  color: #B4B4B4;
}
.footer .more-less {
  padding: 30px 0;
  color: #fff;
}
.footer .more-less .col-sm-3 a {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: bold;
}
.footer .more-less .col-sm-3 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .footer .a-white {
    min-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .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;
  }
}
@media (min-width: 768px) {
  .footer .col-sm-3 {
    float: left;
    width: 25%;
  }
  .footer .col-sm-6 {
    float: left;
    width: 50%;
  }
}
/* Main pages, for pages */
.single-display-header {
  padding: 30px 0;
}
.for-page .single-display-header {
  background: #E0E0E0;
  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: #240F6E;
}
.header-columns-container {
  padding: 30px 0;
  border-bottom: 1px solid #B4B4B4;
  background: #fff;
}
.single-display-header a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #240F6E;
  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 #B4B4B4;
}
.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: #240F6E;
}
.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: #240F6E;
  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: #007DB3;
}
.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: #F9F9F9;
  -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: #006a99;
}
.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: #007DB3;
  -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: #240F6E;
  line-height: 19px;
  text-align: center;
  border: 2px solid #240F6E;
  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: #F9F9F9;
  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: #837870;
  font-size: 16px;
  border-bottom: 1px solid #B4B4B4;
  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: #F9F9F9;
  -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: #837870;
  margin-right: 15px;
  display: inline-block;
}
.single-section-contact a i {
  color: #240F6E;
  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: #D7D2CB;
  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 #B4B4B4;
}
.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: #fff;
  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 #837870;
}
.testimony-author {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.testimony-video-container {
  padding: 30px 0;
  background: #F9F9F9;
  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: #240F6E;
}
/***** Purdue *****/
.purdue h2 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
}
.purdue p {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0 15px 0;
}
.purdue p a {
  font-weight: 600;
  color: #007DB3;
}
.purdue p a:hover {
  color: #006a99;
}
.purdue .pgButton {
  text-align: center;
  padding: 18px 0;
}
/* Secondary Pages */
.more-less {
  display: none;
}
.subpage-section .see-more {
  color: #240F6E;
  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: #006a99;
}
.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: #240F6E;
}
.about-overview strong {
  color: #240F6E;
}
.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-header .leaderIntro {
  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: #240F6E;
  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: #240F6E;
  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-full-width-sub p, .page-template-full-width-sub .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: #007DB3;
}
.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;
}
span.swp_share {
  content: none;
}
.center-div .nc_socialPanel.swp_d_fullColor .twitter, body .center-div .nc_socialPanel.swp_o_fullColor:hover .twitter, html body .center-div .nc_socialPanel.swp_i_fullColor .twitter:hover {
  background: #007DB3;
  border: 1px solid #007DB3;
}
.center-div .nc_socialPanel.swp_d_fullColor .googlePlus, body .center-div .nc_socialPanel.swp_o_fullColor:hover .googlePlus, html body .center-div .nc_socialPanel.swp_i_fullColor .googlePlus:hover {
  background: #CD3E2B;
  border: 1px solid #CD3E2B;
}
.center-div .nc_socialPanel.swp_flatFresh.swp_d_fullColor .linkedIn, body .center-div .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .linkedIn:not(:hover), html body .center-div .nc_socialPanel.swp_flatFresh.swp_i_fullColor .linkedIn:hover {
  background: #006a99;
  border: 1px solid #006a99;
}
/***************
/* 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: #007DB3;
}
.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 h3 {
  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-div {
  margin-bottom: 25px;
}
.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 ********/
.page-slug-contact-us p {
  margin-left: 15px;
  font-size: 18px;
  color: #444444;
  margin-bottom: 5px;
}
.fsLabel {
  margin-bottom: 7px !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}
.page-slug-contact-us option {
  color: #240F6E !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: #007DB3;
  color: #fff !important;
  border-radius: 5px;
}
.contact-listing {
  margin: 25px 0;
}
.contact-title {
  margin-bottom: 12px;
}
.contact-title h4 {
  font-size: 16px;
  font-weight: 700;
  color: #240F6E;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.contact-title hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid #B4B4B4;
  margin: 0;
  padding: 0;
}
.contact-info {
  width: 600px;
}
.contact-info table {
  border: none;
}
.contact-info table .ct-label {
  width: 80px;
  color: #240F6E;
}
.contact-info a {
  color: #007DB3;
}
.contact-button {
  width: 130px;
}
.contact-button .signin-btn {
  width: 125px;
  text-align: center;
  border-radius: 5px;
}
.contact-button .signin-btn a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 8px 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222121;
  background-color: transparent;
  border: 2px solid #222121;
  border-radius: 5px;
}
.contact-button .signin-btn > a:hover {
  background-color: #222121;
  border-radius: 5px;
  opacity: 0.8;
  color: #fff;
  border: 2px solid #fff;
}
@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: #9E1539 !important;
  background-color: #F9F9F9 !important;
  border-color: #B4B4B4 !important;
}
@media (min-width: 768px) {
  .page-slug-contact-us div.fsError {
    margin-right: 164px;
  }
}
.form-err {
  border-color: #9E1539 !important;
}
div.fsValidationError .fsLabel {
  color: #222121 !important;
  background-image: none;
  padding-left: 0px;
}
.fsValidationError input, .fsValidationError select, .fsValidationError textarea {
  border: 1px solid #9E1539 !important;
}
.page-template-contact-page .region .facetwp-checkbox {
  margin-right: 25px;
}
.page-template-contact-page .programs .facetwp-checkbox {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
}
.page-template-contact-page .programs .facetwp-checkbox:before {
  display: inline-block;
  vertical-align: middle;
}
.page-template-contact-page .programs .facetwp-checkbox:after {
  display: inline-block;
  vertical-align: middle;
}
.page-template-contact-page .facetwp-expand {
  float: none !important;
  font-weight: bold;
  padding-left: 10px;
}
.ecs-event {
  margin-bottom: 20px;
}
/**********************************/
/* Contact us, Privacy, Locations */
.text-center {
  text-align: center;
}
.contact-us .subpage-header p {
  font-size: 18px;
  color: #222121;
  margin-bottom: 5px;
}
.contact-us .subpage-header .text-small, .contact-us label i {
  color: #007DB3;
  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: #222121;
  margin-bottom: 7px;
}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid #837870;
  border-radius: 8px;
  margin-bottom: 20px;
}
.contact-form .form-err input, .contact-form .form-err select, .contact-form .form-err textarea {
  border-color: #9E1539;
}
.contact-form .message-err {
  padding-top: 40px;
}
.message-err {
  display: none;
  color: #9E1539;
}
.form-err .message-err {
  display: block;
}
.secondary-page .center-div .col-md-8 a, .page-template-full-width-sub .center-div .twocol-display a {
  color: #007DB3;
  font-weight: 600;
}
.secondary-page .center-div .col-md-8 a:visited, .secondary-page .center-div .col-md-8 a:hover, .page-template-full-width-sub .center-div .twocol-display a:visited, .page-template-full-width-sub .center-div .twocol-display a:hover {
  color: #082ECF;
  font-weight: 600;
}
.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: #222121;
  margin-bottom: 7px;
}
.location a:hover {
  color: #222121;
}
.location a i {
  color: #240F6E;
  margin-right: 10px;
}
.location .location-border {
  height: 1px;
  margin: 25px 0;
  border-bottom: 1px solid #D7D2CB;
}
/* Contact us, Privacy, Locations END */
/**************************************/
/*************************/
/* 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: #007DB3;
}
.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: #240F6E;
  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 */
/*********************************/
/*** Builder Page***/
.row-flex {
  display: -webkit-box;
  display: flex;
  /* columns are now equal height */
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
}
.the-builder .col-sm-1, .the-builder .col-sm-2, .the-builder .col-sm-3, .the-builder .col-sm-4, .the-builder .col-sm-5, .the-builder .col-sm-6, .the-builder .col-sm-7, .the-builder .col-sm-8, .the-builder .col-sm-9, .the-builder .col-sm-10, .the-builder .col-sm-11, .the-builder .col-sm-12 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  webkit-flex-direction: row;
}
.icon-list .row-flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cast-keys .row-flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-links .row-flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.page-template-builder-page .row {
  margin-left: 0;
  margin-right: 0;
}
.equal-height {
  display: flex !important;
}
@media screen and (max-width: 820px) {
  .the-builder .col-sm-4 {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media screen and (max-width: 767px) {
  .the-builder .col-sm-1, .the-builder .col-sm-2, .the-builder .col-sm-5, .the-builder .col-sm-6, .the-builder .col-sm-7, .the-builder .col-sm-8, .the-builder .col-sm-9, .the-builder .col-sm-10, .the-builder .col-sm-11, .the-builder .col-sm-12, .single-case-studies .col-sm-1, .single-case-studies .col-sm-2, .single-case-studies .col-sm-4, .single-case-studies .col-sm-5, .single-case-studies .col-sm-6, .single-case-studies .col-sm-7, .single-case-studies .col-sm-8, .single-case-studies .col-sm-9, .single-case-studies .col-sm-10, .single-case-studies .col-sm-11, .single-case-studies .col-sm-12 {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .the-builder .col-sm-3, .single-case-studies .col-sm-3 {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .parent-pageid-96 .col-sm-6, .page-id-96 .col-sm-6 {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .cast-keys .col-sm-2, .icon-list .col-sm-1 {
    display: inline-block;
    width: 50px;
  }
  .cast-keys .col-sm-10, .icon-list .col-sm-11 {
    display: inline-block;
    width: 85%;
  }
  .page-id-2413 .col-sm-6 {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .the-builder .col-sm-3, .single-case-studies .col-sm-3 {
    width: 100%;
  }
  .page-id-2413 .col-sm-6 {
    width: 100%;
  }
  .cast-keys .col-sm-10, .icon-list .col-sm-11 {
    width: 80%;
  }
}
@media screen and (max-width: 555px) {
  .parent-pageid-96 .col-sm-6, .page-id-96 .col-sm-6 {
    width: 100%;
  }
}
/*** Belt ***/
.the-belt {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column-block {
  padding: 25px 15px;
}
/* OverView Pages - Learning Engineering, Hostory, Leadership, Awards, Kaplan Educational Foundation */
.special-headline-wrap {
  width: 70%;
  max-width: 700px;
  margin: auto;
}
.special-headline-wrap .lg-purple {
  text-align: center;
}
.special-headline-text-wrap {
  padding: 55px 45px 0 45px;
}
.special-headline-text-wrap {
  margin-bottom: 30px;
}
.special-headline-text-wrap p {
  margin-top: 20px;
  font-size: 18px;
  /*font-weight:300;*/
}
.special-text-light, .special-text-800, .special-text {
  text-align: center;
  font-size: 18px;
  color: #222121;
  width: 70%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.special-text-light {
  /*font-weight: 300;*/
  margin-top: 10px;
}
.lg-purple {
  font-size: 24px;
  color: #240F6E;
  font-weight: bold;
}
hr.section-divider {
  padding: 0;
  margin: 50px auto;
  border: 0;
  border-top: solid 3px #240F6E;
  width: 300px;
}
.special-quote {
  font-weight: 300;
  line-height: 1.7;
}
.special-quote-link {
  margin-top: 20px;
}
.special-quote-link.light-ghost-btn a {
  font-size: 12px;
  max-width: 320px;
  border-width: 1px;
  font-weight: normal;
}
.special-quote-wrap {
  padding-left: 75px;
  padding-right: 75px;
}
.special-quote-wrap .quote-ref {
  margin-top: 30px;
}
.special-quote-wrap .quote-source {
  font-size: 24px;
  font-weight: bold;
}
.card-name {
  font-weight: bold;
}
.card-info a {
  color: #007DB3;
  font-weight: 600;
}
.card-info a:hover {
  color: #006a99;
  text-decoration: underline;
}
.card-info p {
  margin: 12px 0;
}
.card-wrap {
  padding: 20px 25px 0 25px;
}
.design-icon {
  width: 50%;
  max-width: 360px;
  text-align: center;
  margin: auto;
}
.page404 {
  color: #222121;
}
.page404 .icon-box p {
  padding-bottom: 15px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h4 a {
  color: #222121;
}
/*--------------------------------------------------------------
# Interaction
--------------------------------------------------------------*/
.inline-link {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: #240F6E;
}
.inline-link .fa-angle-left {
  font-size: 1.8em;
  vertical-align: sub;
  padding-right: 10px;
}
.share-text {
  display: inline-block;
  font-weight: 600;
  color: #240F6E;
}
.share-text .fa-angle-right {
  font-size: 1.8em;
  vertical-align: sub;
  padding: 0 20px 0 5px;
}
/***** Blue Button *****/
.blue-btn > a {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 240px;
  padding: 12px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: #007DB3;
  color: #fff !important;
  border-radius: 5px;
}
.cs-post-list .blue-btn > a {
  display: inline-block;
}
.ins-posts .blue-btn {
  padding: 20px 0 0 0;
}
.callout .blue-btn > a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
}
.blue-btn > a:hover {
  color: #fff;
  background-color: #006a99;
}
.blue-btn .fa-angle-right {
  line-height: 0.4em;
  margin-left: 10px;
}
/***** Purple Button *****/
.purple-btn {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-color: #240F6E;
  border-radius: 5px;
}
.purple-btn:hover {
  color: #fff;
}
/***** Gray Button *****/
.gray-btn {
  display: inline-block;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #006a99;
  background-color: #E0E0E0;
  border-radius: 5px;
}
.gray-btn:hover {
  color: #007DB3;
  background-color: #ECECEC;
}
.gray-btn .fa-angle-right {
  line-height: 0.4em;
  margin-left: 15px;
}
/***** Deep Warm Gray Button *****/
.dw-gray-btn {
  padding: 20px 0px;
  border-radius: 5px;
}
.dw-gray-btn > a {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 240px;
  padding: 12px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: #BBB5B0;
  color: #222121 !important;
  border-radius: 5px;
}
.dw-gray-btn.b2b-contact-btn > a {
  margin: 0;
}
.dw-gray-btn > a:hover {
  color: #000;
  background-color: #837870;
}
.dw-gray-btn .fa-angle-right {
  line-height: 0.4em;
  margin-left: 10px;
}
/***** Light Ghost Button *****/
.light-ghost-btn {
  padding: 20px 0px;
  border-radius: 5px;
}
.light-ghost-btn.icon-box-link {
  padding: 10px 0px;
}
.light-ghost-btn > a {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 240px;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
}
.light-ghost-btn.icon-box-link > a {
  max-width: 180px;
}
.light-ghost-btn > a:hover {
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.9;
}
.purpleBG .light-ghost-btn > a:hover {
  color: #240F6E;
  border: 2px solid #240F6E;
}
.deepBlueGreenBG .light-ghost-btn > a:hover {
  color: #007DB3;
  border: 2px solid #007DB3;
}
.darkGrayBG .light-ghost-btn > a:hover {
  color: #222121;
  border: 2px solid #222121;
}
.deepWarmGrayBG .light-ghost-btn > a:hover {
  color: #837870;
  border: 2px solid #837870;
}
.light-ghost-btn .fa-angle-right {
  line-height: 0.4em;
  margin-left: 15px;
}
/***** Dark Ghost Button *****/
.dark-ghost-btn {
  padding: 20px 0px;
  border-radius: 5px;
}
.dark-ghost-btn.icon-box-link, .clo-author .dark-ghost-btn, .page404 .dark-ghost-btn {
  padding: 10px 0px;
}
.dark-ghost-btn > a {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 240px;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222121;
  background-color: transparent;
  border: 2px solid #222121;
  border-radius: 5px;
}
.dark-ghost-btn.icon-box-link > a {
  max-width: 180px;
}
.clo-author .dark-ghost-btn > a {
  display: inline-block;
}
.dark-ghost-btn > a:hover {
  background-color: #222121;
  border-radius: 5px;
  opacity: 0.8;
  color: #fff;
  border: 2px solid #fff;
}
.coolGrayBG .dark-ghost-btn > a:hover {
  color: #E0E0E0;
  border: 2px solid #E0E0E0;
}
.coolGray60BG .dark-ghost-btn > a:hover {
  color: #ECECEC;
  border: 2px solid #ECECEC;
}
.deepCoolGrayBG .dark-ghost-btn > a:hover {
  color: #B4B4B4;
  border: 2px solid #B4B4B4;
}
.deepCoolGray70BG .dark-ghost-btn > a:hover {
  color: #CACACA;
  border: 2px solid #CACACA;
}
.warmGrayBG .dark-ghost-btn > a:hover {
  color: #D7D2CB;
  border: 2px solid #D7D2CB;
}
.warmGray60BG .dark-ghost-btn > a:hover {
  color: #E7E4E0;
  border: 2px solid #E7E4E0;
}
.deepWarmGray55BG .dark-ghost-btn > a:hover {
  color: #BBB5B0;
  border: 2px solid #BBB5B0;
}
.stoneBG .dark-ghost-btn > a:hover {
  color: #D4C69E;
  border: 2px solid #D4C69E;
}
.extraLightGrayBG .dark-ghost-btn > a:hover {
  color: #F9F9F9;
  border: 2px solid #F9F9F9;
}
.dark-ghost-btn .fa-angle-right {
  line-height: 0.4em;
  margin-left: 15px;
}
/***** Button Bar *****/
.btn-bar {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #240F6E;
  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: #007DB3;
  background: #fff;
}
.btn-bar .fa-angle-right {
  float: right;
  font-size: 2em;
}
/***** MFP Button *****/
.btn-close, .mfp-wrap button.mfp-close {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 31px;
  color: #fff;
  text-align: center;
  padding-left: 1px;
  background: #240F6E;
  border-radius: 50%;
}
.mfp-image-holder button.mfp-close, .mfp-iframe-holder button.mfp-close {
  text-align: right;
}
.mfp-close {
  opacity: 0.8;
}
/***** Go Button *****/
.btn-go {
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #4F34AF;
  border-radius: 5px;
  background: #240F6E;
}
#lpChatButton-kaplaninc {
  background-color: #007DB3;
  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;
}
input, select {
  padding: 10px 30px 10px 10px;
  border-radius: 6px;
  background-color: #fff;
}
input[type="submit"] {
  padding: 10px;
}
select {
  background: url("images/select-arrow2.png") no-repeat right 9px top 11px;
  background-size: 20px 20px;
  background-color: #fff;
}
.warmGray60BG .fsOptionLabel, .warmGray60BG label {
  color: #222121 !important;
}
/* Sign In Overlay */
#signin-container {
  display: none;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 150px;
  background: #240F6E;
  border-radius: 10px;
  color: #fff;
}
.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: #FFC82E;
  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;
}
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/****************************/
/* 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: #E0E0E0;
  /* 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 */
/********************************/
#back-to-top {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  z-index: 12;
  padding: 0.2em 2.75em 0 2.25em;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 1px -1px 3px 0px #222;
  -webkit-box-shadow: 1px -1px 3px 0px #222;
  box-shadow: 1px -1px 3px 0px #222;
  /*border-top-left-radius: 12px;
	border-top-right-radius: 12px;*/
}
#back-to-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#back-to-top ul li {
  padding: 0.9em 0 0.6em;
  text-align: center;
}
#back-to-top a {
  color: #fff;
  line-height: 1.2em;
  font-size: 18px;
}
#back-to-top a:hover {
  color: #E55302;
  text-decoration: none;
}
@media (max-width: 620px) {
  #back-to-top {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
/*Change toggle size by adjusting width & height*/
.tb-menu-toggle {
  border: 0;
  position: relative;
  background: transparent;
  cursor: pointer;
}
/*Change toggle color here*/
.tb-menu-toggle i {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 16%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tb-menu-toggle i:nth-child(2) {
  top: 40%;
}
.tb-menu-toggle i:nth-child(3) {
  top: 80%;
}
/* Style the active toggle here */
/*Animation of the toggle*/
.tb-menu-toggle.tb-animate-toggle i:first-child, .tb-menu-toggle.tb-animate-toggle i:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tb-menu-toggle.tb-animate-toggle i:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .tb-menu-toggle.tb-animate-toggle i:first-child, .tb-menu-toggle.tb-animate-toggle i:nth-child(2) {
    top: 40%;
  }
  .tb-menu-toggle.tb-animate-toggle i:nth-child(3) {
    top: 40%;
  }
}
/****** Regional Rotating Slides Styles  ****/
.p-link button {
  text-align: left;
}
.p-link button, .page-id-2226 .lSSlideOuter {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .page-id-2226 .the-belt:nth-child(4n) .intro {
    margin-top: 15%;
  }
}
.page-id-2226 #autoplaySlider .slide img {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-id-2226 #lightSlider li {
  width: 100%;
}
.page-id-2226 #lightSlider .slide {
  padding: 0;
}
/****** Product Slider Styles  ****/
.cs-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
#lightSlider {
  list-style: none;
  margin: 0;
}
#lightSlider li {
  float: left;
  width: 46%;
  padding: 12px;
}
#lightSlider .slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 70px;
}
#lightSlider .slide ul li ul li {
  width: 90%;
}
.product-links {
  width: 90%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.slidenav {
  width: 50%;
  float: left;
  padding: 0.5em;
  margin: 0;
}
.slidenav:hover {
  background: #E0E0E0;
}
.slidenav.active {
  background: #E0E0E0;
}
.slidenav .p-icon {
  width: 70px;
  text-align: center;
}
.slide {
  width: 100%;
  margin-top: 16px;
}
.image img {
  /*max-width: 1100px;
  width: 100%;
  display: block;
  margin: 0 auto;*/
}
.lSSlideOuter {
  clear: both;
  background: #eee;
  margin-top: 20px;
}
.lSSlideWrapper {
  padding: 20px 0px 40px;
}
.lSSlideOuter .lSAction > a {
  width: 40px;
  height: 40px;
}
.lSSlideOuter .lSAction > .lSNext {
  background-position: -40px 0;
}
#lightSlider li.full {
  width: 100%;
}
#lightSlider li.full strong {
  font-size: 16px;
}
#lightSlider li.full ul li strong {
  font-size: 14px;
}
#lightSlider .slide li.full .list-left, #lightSlider .slide li.full .list-right {
  width: 48%;
}
.pc-wrap {
  padding: 12px 0;
  border-bottom: solid 1px #B4B4B4;
  margin-bottom: 12px;
}
.page-slug-americas .the-belt:nth-child(3) .row:nth-child(2) .column-block, .page-slug-europe .the-belt:nth-child(3) .row:nth-child(2) .column-block, .page-slug-middle-east .the-belt:nth-child(3) .row:nth-child(2) .column-block, .page-slug-asia-pacific .the-belt:nth-child(3) .row:nth-child(2) .column-block {
  padding: 25px 15px 0;
}
/*********    Fancybox Modal Window Styles *********/
.fancybox-slider-wrap {
  max-width: 860px;
  margin: 0 auto;
}
.fancybox-slider .leader-intro-wrap p {
  font-size: 13px;
}
.fancybox-slider p {
  line-height: 1.6;
  font-size: 14px;
}
.fancybox-slider .leader-location p, .fancybox-slider .leader-title p, .fancybox-slider .leader-name h4 {
  text-align: center;
}
.fancybox-slider .leader-full p {
  margin-bottom: 16px;
}
.fancybox-slider .leader-intro-wrap {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #B4B4B4;
}
.fancybox-slide > * {
  padding: 24px 60px;
}
/************ Responsive ******************/
@media screen and (max-width: 1023px) {
  .copy-wrap {
    width: 56%;
  }
}
@media screen and (max-width: 900px) {
  .copy-wrap {
    width: 52%;
  }
}
@media screen and (max-width: 820px) {
  .copy-wrap {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  /*****  LightSlider   ******/
  /**********  Locations Page - Regional Links *******/
  /**********  About Us Page - Sub Page Excerpts *******/
  /**********  Test the following property
    to see if it holds on a global level. It's definielty causing
    issues for the product Sliders  - CA  *******/
  /**********  Regional Links on Locations Sub Pages *******/
  /**********  Subscribe + Contact on Sub Pages *******/
  #lightSlider .slide {
    padding: 0 40px;
  }
  .product-links {
    width: 100%;
  }
  .the-builder .product-links .col-sm-11 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .slidenav .p-icon {
    width: 45px;
  }
  .lSSlideOuter .lSAction > a {
    width: 30px;
    height: 30px;
  }
  .lSAction > .lSPrev {
    left: 5px;
  }
  .lSAction > .lSNext {
    right: 5px;
  }
  .lSAction > .lSPrev, .lSAction > .lSNext {
    background-size: 220%;
  }
  .page-slug-americas .the-belt:nth-child(3) .row:nth-child(3) .MarLeft-15, .page-slug-europe .the-belt:nth-child(3) .row:nth-child(3) .MarLeft-15, .page-slug-middle-east .the-belt:nth-child(3) .row:nth-child(3) .MarLeft-15, .page-slug-asia-pacific .the-belt:nth-child(3) .row:nth-child(3) .MarLeft-15 {
    margin-left: 0;
    margin-right: 0;
  }
  .page-slug-locations .the-belt:nth-child(1) .PadRight-75 {
    padding-right: 25px;
  }
  .page-slug-locations .the-belt:nth-child(1) .PadLeft-75 {
    padding-left: 25px;
  }
  .page-slug-locations .the-belt:nth-child(1) .PadTop-65 {
    padding-top: 40px;
  }
  .page-slug-locations .the-belt:nth-child(1) .PadBottom-50 {
    padding-bottom: 40px;
  }
  .page-slug-locations .the-belt:nth-child(2) .row-flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .subpage-excerpt-image {
    text-align: center;
  }
  .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(2), .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(3) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(2) .col-sm-6, .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(3) .col-sm-6 {
    flex-shrink: 1;
  }
  .page-slug-our-approach .the-belt:nth-child(3) .row .col-sm-6:first-child {
    border-bottom: 1px solid #ccc;
  }
  .page-slug-americas .col-sm-12 {
    width: 100%;
  }
  .page-slug-americas .the-belt:nth-child(3) .row:nth-child(2) .column-block, .page-slug-europe .the-belt:nth-child(3) .row:nth-child(2) .column-block, .page-slug-middle-east .the-belt:nth-child(3) .row:nth-child(2) .column-block, .page-slug-asia-pacific .the-belt:nth-child(3) .row:nth-child(2) .column-block {
    padding: 25px 0 0;
  }
  .page-slug-americas .the-builder .the-belt:nth-child(4) .col-sm-4, .page-slug-europe .the-builder .the-belt:nth-child(4) .col-sm-4, .page-slug-middle-east .the-builder .the-belt:nth-child(4) .col-sm-4, .page-slug-asia-pacific .the-builder .the-belt:nth-child(4) .col-sm-4 {
    flex-shrink: 1;
  }
  .page-slug-americas .the-belt:nth-child(4) .row-flex, .page-slug-europe .the-belt:nth-child(4) .row-flex, .page-slug-middle-east .the-belt:nth-child(4) .row-flex, .page-slug-asia-pacific .the-belt:nth-child(4) .row-flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-slug-americas .the-belt:nth-child(4) .column-block, .page-slug-europe .the-belt:nth-child(4) .column-block, .page-slug-middle-east .the-belt:nth-child(4) .column-block, .page-slug-asia-pacific .the-belt:nth-child(4) .column-block {
    padding: 25px 10px;
  }
  .page-slug-americas .the-belt:nth-child(4).MarTop-60, .page-slug-europe .the-belt:nth-child(4).MarTop-60, .page-slug-middle-east .the-belt:nth-child(4).MarTop-60, .page-slug-asia-pacific .the-belt:nth-child(4).MarTop-60 {
    margin-top: 20px;
  }
  .page-slug-americas .the-belt:nth-child(4).MarBottom-60, .page-slug-europe .the-belt:nth-child(4).MarBottom-60, .page-slug-middle-east .the-belt:nth-child(4).MarBottom-60, .page-slug-asia-pacific .the-belt:nth-child(4).MarBottom-60 {
    margin-bottom: 30px;
  }
  .page-slug-americas .the-belt:nth-child(5) .column-block, .page-slug-europe .the-belt:nth-child(5) .column-block, .page-slug-middle-east .the-belt:nth-child(5) .column-block, .page-slug-asia-pacific .the-belt:nth-child(5) .column-block {
    width: 100%;
  }
  .page-slug-americas .the-belt:nth-child(5) .col-sm-8.PadTop-70, .page-slug-europe .the-belt:nth-child(5) .col-sm-8.PadTop-70, .page-slug-middle-east .the-belt:nth-child(5) .col-sm-8.PadTop-70, .page-slug-asia-pacific .the-belt:nth-child(5) .col-sm-8.PadTop-70 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  /****** Light Slider  *******/
  /****** Region Belts on Sub Pages *******/
  /**********  Locations Page Regional Links *******/
  /**********  About Us Page - Sub Page Excerpts *******/
  #lightSlider li {
    width: 100%;
    padding: 8px 12px;
  }
  .lSSlideWrapper {
    padding-top: 0;
  }
  .product-links {
    width: 100%;
  }
  .p-link .product-cat {
    font-size: 13px;
  }
  .slidenav .p-icon {
    width: 34px;
  }
  .slidenav .p-icon .fa-2x {
    font-size: 1.5em;
  }
  .region-box-image img {
    padding: 0 40px;
  }
  .page-slug-americas .the-builder .the-belt:nth-child(4) .col-sm-4, .page-slug-europe .the-builder .the-belt:nth-child(4) .col-sm-4, .page-slug-middle-east .the-builder .the-belt:nth-child(4) .col-sm-4, .page-slug-asia-pacific .the-builder .the-belt:nth-child(4) .col-sm-4 {
    flex-shrink: 0;
    padding-bottom: 40px;
  }
  .page-slug-americas .the-belt:nth-child(4) .row-flex, .page-slug-europe .the-belt:nth-child(4) .row-flex, .page-slug-middle-east .the-belt:nth-child(4) .row-flex, .page-slug-asia-pacific .the-belt:nth-child(4) .row-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-slug-americas .the-belt:nth-child(4) .column-block, .page-slug-europe .the-belt:nth-child(4) .column-block, .page-slug-middle-east .the-belt:nth-child(4) .column-block, .page-slug-asia-pacific .the-belt:nth-child(4) .column-block {
    padding: 0 20px;
  }
  .page-slug-americas .the-belt:nth-child(4) .region-box-image, .page-slug-europe .the-belt:nth-child(4) .region-box-image, .page-slug-middle-east .the-belt:nth-child(4) .region-box-image, .page-slug-asia-pacific .the-belt:nth-child(4) .region-box-image {
    margin-bottom: 0;
  }
  .page-slug-americas .the-belt:nth-child(4) .region-box img, .page-slug-europe .the-belt:nth-child(4) .region-box img, .page-slug-middle-east .the-belt:nth-child(4) .region-box img, .page-slug-asia-pacific .the-belt:nth-child(4) .region-box img {
    width: 90%;
  }
  .page-slug-locations .the-belt:nth-child(2) .row-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-slug-locations .the-belt:nth-child(1) .PadRight-75 {
    padding-right: 15px;
  }
  .page-slug-locations .the-belt:nth-child(1) .PadLeft-75 {
    padding-left: 15px;
  }
  .page-slug-locations .the-belt:nth-child(1) .PadTop-65 {
    padding-top: 40px;
  }
  .page-slug-locations .the-belt:nth-child(1) .PadBottom-50 {
    padding-bottom: 30px;
  }
  .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(2), .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(3) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(2) .col-sm-6, .page-slug-our-people .the-belt:nth-child(2) .row:nth-child(3) .col-sm-6 {
    flex-shrink: 0;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.sub-navigation {
  background-color: #fff;
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
.page-template-landing-page .sub-navigation, .secondary-page .sub-navigation, .page-template-contact-page .sub-navigation, .page-template-resource_blog-press-test .sub-navigation, .page-template-full-width-sub .sub-navigation {
  border: none;
  /*border-top: 1px solid #5D5496;*/
  background-color: #ECECEC;
}
.for-page .sub-navigation {
  display: none;
}
.nav-items {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.nav-items > li {
  float: left;
  display: inline-block;
}
.nav-items a {
  display: block;
  position: relative;
  text-transform: uppercase;
  padding: 14px 18px;
  color: #007DB3;
  /* 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: $kaplanOrange;*/
  color: #007DB3;
}
.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: #007DB3;
  color: #fff;
  /* 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: #007DB3;
  color: #fff;
  /* 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: $kaplanPurple;*/
  /* 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: $kaplanPurple;*/
  /* 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-full-width-sub .nav-items a {
  color: #222121;
}
/*Only affects menu items when Individual Pages have loaded 
Does not effect the home page or the Roll Up*/
.page-template-landing-page .nav-items a:hover, .secondary-page .nav-items a:hover, .page-template-contact-page .nav-items a:hover, .page-template-full-width-sub .nav-items a:hover {
  color: #fff;
  background: #007DB3;
}
.page-template-landing-page .nav-items .current-menu-item a, .page-template-landing-page .nav-items .current_page_item a, .secondary-page .nav-items .current-menu-item a, .secondary-page .nav-items .current_page_item a, .page-template-resource_blog-press-test .current-menu-item a, .page-template-full-width-sub .current_page_item a {
  color: #006a99;
  font-weight: 800;
}
.page-template-landing-page .nav-items .current-menu-item a:hover, .page-template-landing-page .nav-items .current_page_item a:hover, .secondary-page .nav-items .current-menu-item a:hover, .secondary-page .nav-items .current_page_item a:hover, .page-template-resource_blog-press-test .current-menu-item a:hover, .page-template-full-width-sub .current_page_item a:hover {
  color: #fff;
  font-weight: 800;
}
/**** #menu-item-3337 a {
    color: $deepRed;
    font-weight: bold;
}
 #menu-item-3337.cycle-pager-active a {
	background-color: $deepRed;
	color: $white;
}

#menu-item-3337 a:hover {
	background-color: $deepRed;
	color: $white;
} ****/
.hover-display {
  background-color: #F9F9F9;
  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;
}
@media screen and (max-width: 1025px) {
  .nav-items {
    word-spacing: -1px;
  }
  .nav-items a {
    padding: 16px 12px;
  }
}
@media screen and (min-width: 810px) and (max-width: 880px) {
  .nav-items {
    font-size: 12px;
    letter-spacing: -0.01em;
  }
  .nav-items a {
    padding: 16px 8px;
  }
}
@media screen and (max-width: 809px) {
  .nav-items {
    font-size: 11px;
    letter-spacing: -0.01em;
  }
  .nav-items a {
    padding: 16px 6px;
  }
}
/* 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: #fff;
  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: #240F6E;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
}
#mobile-nav > ul > li:first-child > a {
  padding: 5px 0;
  border-bottom: 2px solid #3C2785;
  border-top: none;
}
@media screen and (max-width: 1023px) {
  a#mobile-nav-btn {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  a#mobile-nav-btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  a#mobile-nav-btn {
    font-size: 30px;
  }
  #mobile-nav {
    top: 61px;
  }
  .admin-bar #mobile-nav {
    top: 111px;
    /*wp admin loged in */
  }
}
/* CA Alts */
#mobile-nav {
  display: block;
  padding: 0;
  width: 100%;
  border-top: none;
}
a#mobile-nav-btn.nav-active:before {
  top: -8px;
  height: 36px;
  width: 38px;
}
#mobile-nav #menu-mobile-navigation-menu {
  border-top: 2px solid #3C2785;
}
#mobile-nav > ul > li > a:first-of-type:hover {
  background: #463096;
}
#mobile-nav ul ul {
  padding: 15px 0 20px;
}
#mobile-nav > ul > li > a {
  font-size: 16px;
  font-weight: 600;
  padding: 18px 5% 14px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}
#mobile-nav > ul > li > a.behavior-icon i {
  line-height: 34px;
  font-size: 16px;
}
#mobile-nav ul li.menu-item a {
  width: 100%;
}
#mobile-nav ul li.menu-item.menu-item-has-children a:first-of-type, #mobile-nav ul li.menu-item.menu-item-has-children > a:last-of-type {
  display: inline-block;
}
#mobile-nav ul li.menu-item.menu-item-has-children > a:first-of-type {
  width: 80%;
}
#mobile-nav ul li.menu-item.menu-item-has-children > a:last-of-type {
  width: 20%;
}
#mobile-nav > ul > li:first-child > a {
  padding: 14px 5% 10px;
}
#mobile-nav > ul li a, #mobile-nav > ul > li:first-child > a {
  border-bottom: 0;
}
#mobile-nav > ul li {
  border-bottom: 2px solid #3C2785;
}
.behavior-icon {
  /*padding-top: 5px;*/
}
#mobile-nav li li a {
  font-size: 14px;
  font-weight: 600;
  padding: 16px 5% 12px 10%;
}
#mobile-nav .sub-menu {
  background: #E0E0E0;
  padding-top: 0;
  padding-bottom: 0;
}
#mobile-nav .sub-menu li {
  border-bottom: solid 1px #B4B4B4;
}
#mobile-nav .sub-menu li a {
  color: #837870;
}
#mobile-nav .sub-menu li:hover {
  background-color: #D7D2CB;
}
#mobile-nav ul.sub-menu li a:before {
  content: "";
}
#mobile-nav .sub-menu .sub-menu {
  background: #F9F9F9;
  padding: 0;
}
#mobile-nav .sub-menu .sub-menu li {
  border-bottom: solid 1px #E0E0E0;
}
#mobile-nav .sub-menu .sub-menu li:last-child {
  border-bottom: none;
}
#mobile-nav .sub-menu .sub-menu li a {
  padding-left: 15%;
  font-weight: 700;
  color: #240F6E;
  font-size: 12px;
  padding-top: 18px;
  padding-bottom: 14px;
}
#menu-mobile-navigation-menu > li > a .behavior-icon {
  width: 36px;
  height: 36px;
  background: #3C2785;
  text-align: center;
  padding-top: 10px;
  border-radius: 4px;
  margin-top: -8px;
}
#mobile-nav > ul > li > a .chevron-wrap {
  width: 32px;
  height: 32px;
  background: #463096;
  border-radius: 4px;
  text-align: center;
}
#mobile-nav > ul > li > a .chevron-wrap:hover {
  background: #6349c5;
}
a#mobile-nav-btn {
  top: 6px;
}
@media screen and (min-width: 768px) {
  margin: 0 auto;
  a#mobile-nav-btn {
    top: 3px;
  }
  a#mobile-nav-btn.nav-active:before {
    top: -8px;
  }
}
/* Pulled from accordian-menu.css */
#menu-mobile-navigation-menu, .sub-menu {
  display: none;
  list-style: none;
}
/* ----- Bottom Nav ----- */
.bottom-navigation {
  background-color: #fff;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
.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 #B4B4B4;
  float: left;
  padding: 0px 30px;
}
.bottom-nav > ul > li > a {
  color: #240F6E;
}
.bottom-nav > ul > li > a:hover {
  color: #006a99;
  text-decoration: underline;
}
.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: #240F6E;
}
.social-media i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0 auto;
  border: 2px solid #B4B4B4;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  color: #240F6E;
}
@media screen and (max-width: 1023px) {
  .bottom-nav > ul > li {
    padding: 0 17px;
  }
}
@media screen and (max-width: 767px) {
  .social-media a {
    color: #240F6E;
  }
  .social-media i {
    color: #240F6E;
    border: 2px solid #240F6E;
  }
  .bot-nav-content .col-sm-3 {
    padding: 0 5px;
    width: 25%;
  }
  .bottom-navigation {
    background: #fff;
    color: #240F6E;
    border: none;
  }
  .bottom-navigation .center-div {
    border-top: solid 1px #D7D2CB;
  }
  .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: 600;
    padding: 0 7px;
  }
  .bottom-nav > ul > li > a {
    color: #240F6E;
  }
  .social-media img {
    width: 40px;
  }
}
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');
}
/* Search Rollover and Page */
.header-rollover {
  display: none;
  border-top: 1px solid #6349c5;
}
.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-form .search-input::placeholder {
  color: #000000;
}
.search-filter {
  position: relative;
  padding: 30px 80px 20px 80px;
}
.search-filter .btn-close {
  position: absolute;
  top: 20px;
  right: 10px;
  background: #6349c5;
}
.search-filter .search-input {
  border: 1px solid #B4B4B4;
  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 #B4B4B4;
  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: #837870;
}
.results-navigation table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}
.results-navigation td {
  height: 35px;
  border: 1px solid #B4B4B4;
  border-right: none;
  vertical-align: middle;
  text-align: center;
  color: #00A4D9;
  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 #B4B4B4;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.results-navigation td.active {
  color: #fff;
  background: #00A4D9;
  border: 1px solid #00A4D9;
}
.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;
}
.search-result h4 a {
  color: #240F6E !important;
  font-weight: 700;
  margin-bottom: 5px;
}
fieldset.results-number {
  width: 25%;
}
fieldset.results-navigation {
  width: 50%;
}
fieldset.sort-by {
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .header-search {
    margin-top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .header-search {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .header-search {
    background-size: 27px;
  }
  .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) {
  .search-rollover .search-input {
    margin-right: 20px;
  }
  .search-rollover {
    padding-right: 45px;
  }
}
/*** Businesses SubNav ***/
.bus-sub-navigation {
  border: none;
  background-color: #ECECEC;
}
.for-page .bus-sub-navigation {
  display: none;
}
.bus-nav-items {
  font-size: 13px;
  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: 14px 22px 15px;
  color: #222121;
}
.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: #006a99;
  font-weight: 800;
}
.bus-nav-items a:hover {
  color: #fff;
  background: #007DB3;
}
.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;
  padding: 0;
}
.bus-nav-items .current-menu-item .sub-menu li a, .bus-nav-items .current-page-ancestor .sub-menu li a {
  color: #240F6E;
  font-weight: 600;
  padding: 11px 22px 15px 22px;
}
.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: #007DB3;
  font-weight: 700;
}
.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: #007DB3;
  font-weight: 700;
}
.bus-nav-items .current-menu-item .sub-menu a:hover, .bus-nav-items .current-page-ancestor .sub-menu a:hover {
  color: #007DB3;
  background: #fff;
}
@media (max-width: 1060px) {
  .bus-sub-navigation {
    max-width: 100%;
  }
  .bus-nav-items a {
    padding: 14px 14px 15px;
  }
}
@media (max-width: 818px) {
  .bus-nav-items a {
    padding: 14px 8px 15px;
  }
}
/*** University SubNav ***/
.uni-sub-navigation {
  border: none;
  /*border-top: 1px solid #5D5496;*/
  background-color: #ECECEC;
}
.uni-nav-items {
  font-size: 13px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  padding: 14px 0;
}
.uni-nav-items > li {
  display: inline;
  list-style-type: none;
}
.uni-nav-items a {
  text-transform: uppercase;
  padding: 14px 18px 15px;
  color: #222121;
}
.uni-nav-items .current-menu-item a, .uni-nav-items .current_page_item a {
  color: #007DB3;
}
.uni-nav-items a:hover {
  color: #fff;
  background: #007DB3;
}
.uni-nav-items .current-menu-item a, .uni-nav-items .current_page_item a {
  color: #006a99;
  font-weight: 800;
}
.uni-nav-items .current-menu-item a:hover, .uni-nav-items .current_page_item a:hover {
  font-weight: 800;
  color: #fff;
}
@media (max-width: 1060px) {
  .uni-nav-items a {
    padding: 14px 12px 15px;
  }
}
@media (max-width: 928px) {
  .uni-sub-navigation {
    max-width: 100%;
  }
  .uni-nav-items a {
    padding: 14px 6px 15px;
    font-size: 12px;
  }
}
@media (max-width: 810px) {
  .uni-nav-items {
    display: none;
  }
}
/*** Overview SubNav ***/
.ov-sub-navigation {
  border: none;
  background-color: #ECECEC;
}
.for-page .ov-sub-navigation {
  display: none;
}
.ov-nav-items {
  font-size: 13px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  padding: 14px 0;
}
.has-submenu {
  margin-bottom: 40px;
}
#mobile-nav .has-submenu {
  margin-bottom: 0px;
}
.ov-nav-items > li {
  display: inline;
  list-style-type: none;
}
.ov-nav-items a {
  text-transform: uppercase;
  padding: 14px 14px 15px;
  color: #222121;
}
.ov-nav-items .current-menu-item a, .ov-nav-items .current_page_item a, .ov-nav-items .current-page-ancestor a, .ov-nav-items .current-menu-ancestor a {
  color: #006a99;
  font-weight: 800;
}
.ov-nav-items a:hover {
  color: #fff;
  background: #007DB3;
}
.ov-nav-items .current-page-ancestor a {
  position: relative;
}
.ov-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 .ov-nav-items .current-page-ancestor a:after, .single-clo-insights .ov-nav-items .current-page-ancestor a:after, .ov-nav-items .current-page-ancestor .li a:after {
  display: none;
}
.ov-nav-items .sub-menu {
  width: 100%;
  border-top: none;
  display: none;
}
.ov-nav-items .current-menu-item .sub-menu, .ov-nav-items .current-page-ancestor .sub-menu {
  display: block !important;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 25px;
}
.ov-nav-items .current-menu-item .sub-menu li, .ov-nav-items .current-page-ancestor .sub-menu li {
  display: inline;
  list-style-type: none;
  padding: 0;
}
.ov-nav-items .current-menu-item .sub-menu li a, .ov-nav-items .current-page-ancestor .sub-menu li a {
  color: #240F6E;
  font-weight: 600;
  padding: 11px 22px 15px 22px;
}
.ov-nav-items .current-menu-item .sub-menu .current-menu-item a, .ov-nav-items .current-page-ancestor .sub-menu .current_page_item a {
  color: #007DB3;
  font-weight: 700;
}
.ov-nav-items .current-menu-item .sub-menu .current-menu-item a:hover, .ov-nav-items .current-page-ancestor .sub-menu .current_page_item a:hover {
  color: #007DB3;
  font-weight: 700;
}
.ov-nav-items .current-menu-item .sub-menu a:hover, .ov-nav-items .current-page-ancestor .sub-menu a:hover {
  color: #007DB3;
  background: #fff;
}
/****  Specific to Learning Engineering Page - .page-id-3467  ***/
@media (max-width: 1060px) {
  .ov-sub-navigation {
    max-width: 100%;
  }
  .ov-nav-items a {
    padding: 14px 12px 15px;
  }
}
@media (max-width: 960px) {
  .ov-nav-items a {
    text-transform: uppercase;
    padding: 14px 10px 15px;
    color: #222121;
  }
}
@media (max-width: 860px) {
  .ov-nav-items a {
    padding: 14px 6px 15px;
  }
}
/*** Footer Nav ***/
.footer .menu .menu-item {
  padding: 6px 0;
}
.footer .menu .menu-item a {
  line-height: 18px;
}
/*--------------------------------------------------------------
# Heroes
--------------------------------------------------------------*/
/* ----- Individuals Hero ----- */
.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: #fff;
  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-full-width-sub .front-heading, .error404 .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;
}
.page-template-landing-page-purdue .front-heading {
  padding-top: 60px;
}
.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-full-width-sub .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;
}
.error-heading {
  margin-bottom: 20px;
}
.error-heading h1 {
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}
.front-heading h1 > span.smaller {
  font-size: 86px;
}
.for-page .front-heading h1 > span {
  font-size: 99px;
}
.page-template-landing-page-purdue .front-heading h1 > span {
  font-size: 70px;
}
.front-heading > p {
  font-size: 24px;
}
.page-template-landing-page .front-heading > p {
  font-size: 20px;
}
.for-page .front-heading > p {
  font-size: 18px;
}
.page-template-landing-page-purdue h1 {
  padding-bottom: 25px;
}
.page-template-landing-page-purdue .front-heading > div {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .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-full-width-sub .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;
  }
}
@media screen and (max-width: 359px) {
  .front-heading h1 > span.smaller {
    font-size: 55px;
  }
}
/*** Hero ***/
.hero {
  width: 100%;
  height: 380px;
  text-align: left;
  position: relative;
}
.dark {
  color: #444444;
}
.light {
  color: #fff;
}
.hero-image {
  background-image: url(images/AdobeStock_73743476.jpg);
  background-color: #837870;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.overlay {
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  z-index: 10;
  width: 60%;
  height: 100%;
  position: absolute;
}
.overlay-left {
  left: 0;
}
.overlay-right {
  right: 0;
}
.center-div {
  max-width: 960px;
  margin: 0 auto;
}
.hero .hero-text-mobile {
  display: none;
}
.hero .text-container {
  z-index: 100;
  padding-top: 80px;
  padding-left: 10%;
  padding-right: 10%;
}
.hero h1 {
  line-height: 52px;
}
.hero h1 .largeh {
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 600;
}
.hero h1 .smallh {
  font-size: 52px;
  font-weight: 400;
}
.hero .subHeader {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
.single-clo-insights .hero h1 {
  line-height: 36px;
}
.single-clo-insights .hero h1 .largeh {
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 600;
}
.single-clo-insights .hero h1 .smallh {
  font-size: 32px;
  font-weight: 400;
}
.page-template-builder-page .hero .subHeader {
  max-width: 40%;
}
.page-template-builder-page.page-slug-learning-engineering .hero .subHeader {
  max-width: 36%;
}
/* Added by CA on Sept 07 2017 as a temp fix for text overflowing the hero mask */
@media screen and (max-width: 990px) {
  .page-id-2413 .hero h3 {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .page-id-2413 .hero .text-container {
    width: 75%;
  }
}
@media screen and (min-width: 1100px) {
  .page-id-2413 .hero .overlay-left {
    width: 60% !important;
  }
}
@media screen and (max-width: 1360px) {
  .hero h1 {
    line-height: 46px;
  }
  .hero h1 .largeh {
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 600;
  }
  .hero h1 .smallh {
    font-size: 44px;
    font-weight: 400;
  }
  .page-template-builder-page .hero h1 .largeh {
    font-size: 42px;
  }
  .page-template-builder-page .hero h1 .smallh {
    font-size: 40px;
  }
  .single-clo-insights .hero h1 {
    line-height: 36px;
  }
  .single-clo-insights .hero h1 .largeh {
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 600;
  }
  .single-clo-insights .hero h1 .smallh {
    font-size: 32px;
    font-weight: 400;
  }
  .single-clo-insights .overlay {
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media screen and (max-width: 1140px) {
  /*.page-slug-learning-analytics-in-education .hero h1 .smallh*/
  .page-template-builder-page .hero h1 .largeh {
    font-size: 36px;
  }
  .page-template-builder-page .hero h1 .smallh {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .page-template-builder-page .hero h1 .largeh {
    font-size: 28px;
  }
  .page-template-builder-page .hero h1 .smallh {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  /*.page-slug-learning-analytics-in-education .hero h1 .largeh*/
  /*.page-slug-learning-analytics-in-education .hero h1 .smallh*/
  .hero {
    background: none;
    height: auto;
  }
  .hero .hero-image {
    position: relative;
    height: 225px;
  }
  .hero .overlay {
    display: none;
  }
  .hero .hero-text-mobile {
    background: #222121;
    display: inline-block;
    width: 100%;
  }
  .hero .hero-text-mobile .text-container {
    padding: 20px 25px;
    margin: 0 auto;
  }
  .hero .hero-text-mobile h1 {
    line-height: 25px;
  }
  .hero .hero-text-mobile h1 .largeh {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
  }
  .hero .hero-text-mobile h1 .smallh {
    font-size: 20px;
    font-weight: 400;
  }
  .hero .hero-text-mobile h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
  }
  .hero .hero-text-desktop {
    display: none;
  }
  .page-template-builder-page .hero h1 .largeh {
    font-size: 24px;
  }
  .page-template-builder-page .hero h1 .smallh {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .hero .hero-text-mobile h1 {
    line-height: 20px;
  }
  .hero .hero-text-mobile h1 .largeh {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
  }
  .hero .hero-text-mobile h1 .smallh {
    font-size: 16px;
    font-weight: 400;
  }
  .hero .hero-text-mobile h3 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
  }
  .hero .hero-text-desktop {
    display: none;
  }
}
/****  Specific to Learning Engineering Page - .page-id-3467  ***/
@media only screen and (min-width: 1160px) {
  .page-id-3467 .hero-image, .page-id-3467 .hero {
    height: 480px !important;
  }
}
@media only screen and (max-width: 1160px) and (min-width: 1061px) {
  .page-id-3467 .hero h1 .largeh {
    font-size: 44px;
  }
  .page-id-3467 .hero h1 .smallh {
    font-size: 36px;
  }
  .page-id-3467 .hero-image, .page-id-3467 .hero {
    height: 420px !important;
  }
  .page-id-3467 .hero .text-container {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 1160px) and (min-width: 981px) {
  .page-id-3467 .hero-image, .page-id-3467 .hero {
    height: 380px !important;
  }
  .page-id-3467 .hero .text-container {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 980px) and (min-width: 881px) {
  .page-id-3467 .hero h3 {
    font-size: 16px;
  }
  .page-id-3467 .hero h1 .largeh {
    font-size: 40px;
  }
  .page-id-3467 .hero h1 .smallh {
    font-size: 32px;
  }
  .page-id-3467 .hero-image, .page-id-3467 .hero {
    height: 360px !important;
  }
  .page-id-3467 .hero .text-container {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 880px) and (min-width: 768px) {
  .page-id-3467 .hero h3 {
    font-size: 16px;
  }
  .page-id-3467 .hero h1 .largeh {
    font-size: 35px;
  }
  .page-id-3467 .hero h1 .smallh {
    font-size: 30px;
  }
  .page-id-3467 .hero-image, .page-id-3467 .hero {
    height: 340px !important;
  }
  .page-id-3467 .hero .text-container {
    padding-top: 25px !important;
  }
  .page-id-3467 .hero .subHeader {
    font-size: 18px;
  }
}
/**********  LearnCore Styles *******/
.page-id-3248 .hero h1 {
  color: #000;
}
.page-id-3248 .hero .overlay {
  background: rgba(255, 255, 255, 0.5) !important;
}
.page-id-3248 .client-logo-wrap {
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 50%;
  max-height: 42px;
  text-align: center;
}
.page-id-3248 .client-logo-wrap img:first-child {
  height: 42px;
  margin-right: 60px;
}
.page-id-3248 .client-logo-wrap img:last-child {
  height: 40px;
}
@media screen and (min-width: 1400px) {
  .page-id-3248 .hero h1 .largeh {
    font-size: 56px;
  }
}
@media screen and (max-width: 1399px) {
  .page-id-3248 .hero .overlay-right {
    width: 55% !important;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1399px) {
  .page-id-3248 .hero h1 .largeh {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1249px) {
  .page-id-3248 .hero h1 .largeh {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1049px) {
  .page-id-3248 .hero h1 .largeh {
    font-size: 42px;
  }
  .page-id-3248 .hero h1 .smallh {
    font-size: 38px;
  }
  .page-id-3248 .hero .overlay-right {
    width: 60% !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-3248 .client-logo-wrap {
    display: none;
  }
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* ----- Main Section ----- */
.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 #B4B4B4;
}
.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: #222121;
  vertical-align: middle;
  margin: 0;
  padding-left: 15px;
  height: 100%;
}
.col-item-header > p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #222121;
  vertical-align: middle;
  margin: 0;
  padding: 0 0 0 15px;
  height: 100%;
}
.col-item-header > h4 a, .col-item-header > p 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: #007DB3;
  color: #fff;
  position: relative;
}
.col-item a:hover:after {
  content: "";
  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: #B4B4B4;
  border-radius: 50%;
  margin-right: 5px;
}
.view-all-button {
  margin-top: -1px;
  border-top: 1px solid #B4B4B4;
  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: #fff;
  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;
}
/* ----- Blue Section ----- */
.blue-section {
  background: #007DB3;
  color: #fff;
  padding: 45px 0;
}
.blue-sect-content {
  padding-bottom: 30px;
}
.blue-sect-content > .col-sm-4 {
  text-align: center;
}
.blue-section .icon-box-headline {
  margin-bottom: 25px;
}
.blue-section .link-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.blue-section .light-ghost-btn {
  padding: 20px 0px;
  border-radius: 5px;
}
.blue-section .light-ghost-btn.icon-box-link {
  padding: 2px 0px;
}
.blue-section .light-ghost-btn > a {
  max-width: 280px;
  padding: 10px 20px;
  border: none;
  font-size: 13px;
}
.blue-section .light-ghost-btn > a:hover {
  border: none;
  opacity: 0.8;
}
.blue-section .icon-box-link a {
  position: relative;
  margin: 0px auto;
  padding: 4px;
}
.blue-section .icon-box .icon-box-icon i {
  border-radius: 100%;
  border: 2px solid #fff;
  width: 89px;
  height: 85px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
}
.millitary-container {
  padding: 25px 0;
  background: #240F6E;
  text-align: center;
}
.millitary-float-holder {
  width: 700px;
  margin: 0 auto;
}
.millitary {
  display: inline-block;
  width: 340px;
  border: 1px solid #6044C3;
  margin: 0 5px;
  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: #fff;
}
.millitary-text a span {
  font-size: 12px;
  font-weight: 400;
}
/* ----- 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.3) 22%, #222121 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: #fff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.mid-subheading > p {
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.mid-more-btn {
  text-align: center;
}
.mid-image-section .col-item-header > p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #222121;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0 0 8px 0;
  height: 100%;
}
.mid-image-section .col-item-header.tall-yes {
  height: 100%;
}
.mid-image-section .single-display-section {
  border-bottom: 1px solid #BBB5B0;
}
.mid-image-section .single-section-text ul {
  margin-right: 0;
}
.mid-image-section .cats-only .col-item-header {
  height: 100%;
}
.mid-image-section .cats-only ul {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*** Article Excerpt with Image***/
.article-excerpt-title {
  margin: 12px 0;
}
.article-excerpt-title h3 {
  font-size: 16px;
  color: #222121;
  font-weight: 600;
  text-align: left;
}
.article-excerpt-text p {
  font-size: 14px;
  color: #222121;
  line-height: 1.6;
}
.article-excerpt-image {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.read-more {
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #007DB3;
}
a.read-more:hover {
  text-decoration: underline;
}
.article-excerpt-link .read-more {
  text-align: left;
}
.article-excerpt-link {
  margin-top: 16px;
}
/****** Big Stats Styles  ****/
.big-stat-box {
  overflow: hidden;
  text-align: center;
}
.big-stat-box .big-num {
  font-family: MinionPro, serif;
  display: inline-block;
  position: relative;
  font-size: 140px;
  margin-bottom: 30px;
}
.big-stat-box .big-num span {
  font-size: 100px;
}
.big-stat-box .big-num:before, .big-stat-box .big-num:after {
  content: " ";
  position: absolute;
  width: 70%;
  height: 1px;
  left: 15%;
  border: 1px solid #D7D2CB;
  webkit-box-sizing: border-box;
  moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.big-stat-box .big-num:before {
  top: 0;
}
.big-stat-box .big-num:after {
  bottom: 0;
}
.big-stat-box p {
  font-size: 16px;
  text-align: center;
  padding: 0 15%;
}
@media (max-width: 915px) {
  .big-num {
    font-size: 100px !important;
  }
}
/*** Callout Element Styles ***/
.callout {
  padding: 28px 20px 70px 20px;
  background: #fff;
  border-radius: 4px;
  border: solid 1px #837870;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: auto;
  margin: 0 auto;
}
.page-slug-universities .callout {
  background: none;
  border: none;
  text-align: center;
}
.callout-title h3 {
  font-size: 16px;
  color: #222121;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px 0;
  padding-bottom: 0;
}
.page-slug-universities .callout-title h3 {
  font-size: 16px;
  color: #240F6E;
  font-weight: 800;
  text-align: center;
  margin: 0;
  padding-bottom: 0;
}
.callout-text {
  padding-top: 0px;
  margin-top: 0;
  margin-bottom: 10px;
}
.callout-text p {
  font-size: 12px;
  line-height: 1.6;
  color: #222121;
  margin-bottom: 16px;
}
.callout-link {
  margin-top: 28px;
}
.callout-link a {
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
}
.callout-learn-more {
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 200px;
  padding: 8px 16px;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
}
.callout-learn-more .fa-angle-right {
  display: none;
}
.page-slug-universities .callout-learn-more .fa-angle-right {
  display: inline-block;
  line-height: 0.4em;
  margin-left: 15px;
}
.callout-link a.callout-learn-more {
  color: #fff;
  background-color: #007DB3;
  text-align: center;
}
/***    Contact Us Element Styles    ***/
.contact-box {
  margin: 0 auto;
}
.contact-box-text {
  color: #222121;
}
.contact-box-text p {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: inherit;
  line-height: 1.6;
}
.contact-us {
  font-size: 16px;
  font-weight: 600;
  display: block;
  max-width: 240px;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  border: solid 2px #222121;
  text-decoration: none;
}
.contact-box-link a.contact-us {
  color: #222121;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
}
.contact-box-link {
  margin-top: 28px;
}
.page-id-2788 .the-belt.whiteBG h3.leadtext, .page-id-2788 .the-belt.whiteBG p {
  text-align: center;
}
/*** Featured Article Excerpt ***/
.featured-article {
  position: relative;
  padding: 40px 0;
}
.featured-image-overlay {
  background-image: url(images/AdobeStock_73743476.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.1;
}
.featured-content {
  z-index: 10;
  padding: 0 40px;
  position: relative;
}
.featured-descriptor {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  padding-bottom: 18px;
  color: #006a99;
}
.featured-title {
  margin-bottom: 20px;
}
.featured-title h3 {
  font-size: 22px;
  color: #222121;
  text-align: left;
}
.featured-title a:hover {
  text-decoration: underline;
}
.featured-text p {
  font-size: 16px;
  color: #222121;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
}
.fl-learn-more {
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 240px;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
}
.featured-link a.fl-learn-more {
  color: #fff;
  background-color: #007DB3;
  text-align: center;
}
.featured-link {
  margin-top: 28px;
}
.featured-article .blue-btn > a {
  margin: 0;
}
/*** Icon Box ***/
/* Variable Preset Values */
/* Fixed Values */
.icon-box {
  height: auto;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  webkit-flex-direction: column;
  margin: 0 auto;
}
.icon-box-icon, .icon-box-link, .icon-box-headline p, .icon-box-headline h3, .icon-box-link a {
  text-align: center;
}
.page-slug-universities .icon-box i {
  border-radius: 100%;
  border: 2px solid #fff;
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  vertical-align: middle;
}
.icon-box-headline {
  width: 100%;
}
.icon-box-link a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
}
.icon-box h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 12px 0 12px 0;
}
.icon-box p {
  font-size: 13px;
  line-height: 1.5;
  padding-bottom: 38px;
}
.learn-more {
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 170px;
  padding: 8px 20px;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
}
/*** Icon List ***/
.icon-list .row {
  padding-bottom: 20px;
}
.icon-list-icon {
  text-align: center;
  min-width: 80px;
}
.icon-list-icon i {
  vertical-align: middle;
}
.icon-list-text {
  text-align: left;
  vertical-align: middle;
}
.icon-list-text p {
  font-size: 14px;
  color: #222121;
  line-height: 1.5em;
  text-align: left;
}
/*********    Precious Kaplan Moments Styles *********/
.moment-date h4 {
  font-weight: 700;
  font-size: 18px;
  color: #222121;
  margin-bottom: 20px;
}
.image-wrap {
  margin-right: 4%;
  margin-left: 4%;
}
.image-wrap img {
  width: 100%;
}
.copy-wrap {
  width: 60%;
}
.moment-content-wrap {
  height: 100%;
}
.moments-box {
  height: 100%;
  border-bottom: solid 1px #D7D2CB;
  padding-bottom: 24px;
  padding-top: 24px;
}
.moment-left {
  flex-direction: row;
}
.moment-right {
  flex-direction: row-reverse;
}
.mdAlignLeft {
  text-align: left;
}
.mdAlignRight {
  text-align: right;
}
.mbPadLeft30 {
  padding-left: 30px;
}
.mbPadRight30 {
  padding-right: 30px;
  border-right: solid 1px #D7D2CB;
}
/**** Quote ****/
.a-quote {
  text-align: center;
}
.quote-bar {
  height: 6px;
  width: 180px;
  margin: 0 auto 15px auto;
  background-color: #222121;
  opacity: 0.3;
}
.quote-copy {
  font-family: MinionPro, serif;
  font-size: 28px;
  line-height: 1.4em;
  padding-bottom: 18px;
}
.the-quoter {
  text-transform: uppercase;
  font-weight: 700;
}
.quote-pic {
  margin-top: 18px;
}
/*** Regional Box ***/
.region-box-title {
  margin: 0 0 12px;
}
.region-box-title h3 {
  font-size: 22px;
  color: #222121;
  font-weight: 600;
  text-align: left;
}
.region-box-text p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}
.region-box-image {
  overflow: hidden;
  margin-bottom: 1.25em;
  text-align: center;
}
.learn-more {
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 170px;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  border: solid 2px #222121;
  text-decoration: none;
}
.region-box-link a.learn-more {
  color: #222121;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
}
.region-box-link {
  margin-top: 28px;
}
/*********    Subpage Excerpt Element Styles    *********/
.subpage-excerpt-title {
  margin: 0 0 16px;
}
.subpage-excerpt-title h3 {
  font-size: 18px;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.subpage-excerpt-text {
  color: #222121;
}
.subpage-excerpt-text p {
  font-size: 14px;
  color: inherit;
  line-height: 1.6;
  margin-bottom: 1em;
}
.subpage-excerpt-image {
  /*height: 213px;*/
  overflow: hidden;
  margin-bottom: 1.25em;
}
.subpage-excerpt-learn-more {
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 170px;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  border: solid 2px #222121;
  text-decoration: none;
}
.subpage-excerpt-link {
  color: #222121;
}
.subpage-excerpt-link a.learn-more {
  color: #222121;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
}
.subpage-excerpt-link {
  margin-top: 28px;
}
/*********    leadership_team_bios Styles *********/
.leadership-team {
  padding: 15px;
  background: #fff;
}
.leader-intro-wrap {
  margin-top: 16px;
}
.leader-name h4 {
  font-size: 16px;
}
.leader-title p {
  font-size: 13px;
}
.leader-location p {
  font-size: 13px;
}
.leader-location p, .leader-title p, .leader-name h4 {
  text-align: left;
  font-weight: 700;
}
.leader-excerpt {
  margin-top: 12px;
  line-height: 1.6;
}
.leader-link {
  margin-top: 12px;
}
.leader-link a {
  color: #007DB3;
  font-size: 13px;
  font-weight: 700;
}
.fancybox-slide div.leadership-bios {
  width: 90%;
  max-width: 960px;
  padding: 36px 40px 60px;
}
.fancybox-slide .leader-intro-wrap {
  margin: 24px 0 32px;
  padding-bottom: 32px;
  border-bottom: solid 1px #D7D2CB;
}
.fancybox-slide .leader-full p {
  margin-bottom: 20px;
}
/*********    Top Leader Bios Element Styles   *********/
.leader-intro-wrap {
  margin-top: 16px;
}
.uber-top-leaders-image, .uber-leader-info-wrap {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.uber-top-leaders-image img, .top-leaders-image img {
  width: 100%;
}
.uber-leader-info-wrap .top-leader-location p, .uber-leader-info-wrap .top-leader-title p, .uber-leader-info-wrap .top-leader-name h4 {
  text-align: left;
}
.top-leader-name h4 {
  font-size: 16px;
}
.top-leader-title p {
  font-size: 13px;
}
.top-leader-location p {
  font-size: 13px;
}
.top-leader-location p, .top-leader-title p, .top-leader-name h4 {
  text-align: center;
  font-weight: 700;
}
.top-leader-excerpt {
  margin-top: 12px;
  line-height: 1.6;
}
.top-leader-link {
  margin-top: 12px;
}
.top-leader-link a {
  color: #007DB3;
  font-size: 14px;
  font-weight: 700;
}
/*** Intro/Text ***/
.intro {
  overflow: auto;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
}
.intro .leadtext {
  font-weight: 600;
}
.intro h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 0;
}
.intro p {
  padding: 0 0 16px 0;
}
/*** Image Box (University) ***/
.image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.ib-image {
  margin: 0 auto;
}
.ib-content {
  padding: 22px 28px 42px 28px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  border-right: solid 1px #E0E0E0;
  border-left: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  height: 100%;
}
.ib-content h3 {
  font-size: 16px;
  font-weight: 600;
}
.ib-content p {
  padding-top: 8px;
}
.ib-link {
  padding-top: 15px;
  color: #240F6E;
  font-weight: 600;
}
.ib-link i {
  margin-left: 5px;
  vertical-align: middle;
  line-height: 6px;
}
.ib-link a {
  color: #240F6E;
}
.ib-contact {
  padding-top: 20px;
  font-size: 12px;
}
.ib-contact h4 {
  color: #240F6E;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 14px;
}
.ib-contact i {
  color: #240F6E;
  margin-right: 10px;
}
.ib-weblink, .ib-phone, .ib-email {
  padding-bottom: 5px;
}
/*** No Image Box (University) ***/
.no-image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.no-image-box .ib-content {
  padding: 0 0 42px 0;
  border: none;
  height: 100%;
}
/*** Simple Uni Box ***/
.uni-box {
  padding: 25px;
  background-color: #F9F9F9;
  margin: 5px;
  height: 100%;
}
.uni-box-link {
  font-weight: 700;
  color: #240F6E;
  margin-bottom: 15px;
}
.uni-box-link a {
  color: #240F6E;
}
.uni-box-link i {
  color: #240F6E;
  margin-left: 5px;
}
/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
/*** CLO Insights ***/
.clo-intro {
  overflow: auto;
  font-size: 16px;
  line-height: 1.6;
  padding: 50px 0 30px 0;
}
.clo-intro p {
  padding-bottom: 20px;
}
.clo-copy {
  margin: 30px 0;
  line-height: 1.8;
}
.clo-copy a, .clo-intro a {
  color: #007DB3;
  font-weight: 600;
}
.clo-copy a:hover, .clo-intro a:hover {
  color: #082ECF;
  font-weight: 600;
  text-decoration: underline;
}
.clo-copy .dark-ghost-btn > a {
  color: #222121;
}
.clo-copy p {
  padding: 12px 0;
  font-size: 14px;
}
.clo-copy h3 {
  padding: 18px 0 6px 0;
  font-size: 16px;
  font-weight: 600;
}
.clo-author p {
  padding: 2px 0 12px 0;
  font-size: 13px;
}
.clo-author h3 {
  padding: 0 0 0 0;
  font-size: 16px;
  font-weight: 600;
}
.author-learn-more {
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 240px;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  border: solid 2px #444444;
  text-decoration: none;
}
.author-link a.author-learn-more {
  color: #444444;
  background-color: transparent;
  text-align: center;
}
.author-link {
  margin-top: 10px;
}
.cli-hh1 {
  line-height: 30px;
}
.clo-copy ol {
  font-style: italic;
  font-size: 13px;
  margin-left: 54px;
  margin-right: 84px;
  list-style: disc;
  padding: 10px 0 20px 0;
}
.clo-copy ol li {
  padding-left: 10px;
  padding: 8px;
  font-style: normal;
  font-size: 14px;
}
.clo-copy ol li em {
  display: block;
}
.clo-newsletter {
  margin: 20px 0 20px 25px;
  padding: 25px 10px;
  width: 400px;
  background-color: #D7D2CB;
  float: right;
}
.clo-newsletter h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px 15px 20px;
}
.clo-newsletter p {
  font-size: 12px;
  padding: 0 20px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .clo-newsletter {
    width: 100%;
  }
}
/*** Case Studies ***/
.case-study {
  line-height: 1.8;
}
.case-study .title-belt {
  background-color: #007DB3;
}
.case-study .intro-belt {
  background-color: #E7E4E0;
}
.case-study h4 {
  padding: 18px 0 6px 0;
  font-size: 16px;
  font-weight: 600;
}
.case-study a {
  color: #007DB3;
  font-weight: 600;
}
.case-study a:hover {
  color: #082ECF;
  font-weight: 600;
  text-decoration: underline;
}
.cast-intro {
  font-size: 24px;
  line-height: 1.6;
  padding: 40px 0 40px 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.cast-client {
  padding: 40px 0;
  font-size: 16px;
}
.cast-keys {
  background-color: #D7D2CB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.cast-keys p {
  padding-bottom: 0 !important;
}
.cast-challenge {
  background-color: #E7E4E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 50%;
}
.cast-solution {
  padding: 40px 0 0 0;
}
.cast-result {
  padding: 40px 0;
}
.case-study h3 {
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 18px;
}
.case-study p {
  padding-bottom: 15px;
}
.case-study ul {
  list-style-type: disc;
  /*margin-left:25px;*/
  margin-left: 0;
  padding-bottom: 15px;
}
.case-learn-more {
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 210px;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
}
.cs-post-list {
  margin-bottom: 40px;
}
.case-learn-more .fa-angle-right {
  display: inline-block;
  line-height: 0.4em;
  margin-left: 15px;
}
.case-link a.case-learn-more {
  color: #fff;
  background-color: #007DB3;
  text-align: center;
}
.case-link {
  margin-top: 10px;
}
/*--------------------------------------------------------------
# Dynamic
--------------------------------------------------------------*/
/************ Responsive Video Holder ************/
.rsp_video-holder {
  width: 80%;
  margin: 30px auto;
}
.rsp_video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.rsp_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/************ Media Queries ************/
@media screen and (max-width: 767px) {
  .PadLeft-75 {
    padding-left: 50px;
  }
  .PadRight-75 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .PadLeft-75 {
    padding-left: 25px;
  }
  .PadRight-75 {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .rsp_video-holder {
    width: 95%;
    margin: 20px auto;
  }
}
/************ Things ************/
.row-flex:before, .row-flex:after {
  display: none;
}
/************ 0 Set ************/
.PadLeft-0 {
  padding-left: 0px;
}
.PadRight-0 {
  padding-right: 0px;
}
.PadTop-0 {
  padding-top: 0px;
}
.PadBottom-0 {
  padding-bottom: 0px;
}
.MarLeft-0 {
  margin-left: 0px;
}
.MarRight-0 {
  margin-right: 0px;
}
.MarTop-0 {
  margin-top: 0px;
}
.MarBottom-0 {
  margin-bottom: 0px;
}
/************ 5 Set ************/
.PadLeft-5 {
  padding-left: 5px;
}
.PadRight-5 {
  padding-right: 5px;
}
.PadTop-5 {
  padding-top: 5px;
}
.PadBottom-5 {
  padding-bottom: 5px;
}
.MarLeft-5 {
  margin-left: 5px;
}
.MarRight-5 {
  margin-right: 5px;
}
.MarTop-5 {
  margin-top: 5px;
}
.MarBottom-5 {
  margin-bottom: 5px;
}
/************ 10 Set ************/
.PadLeft-10 {
  padding-left: 10px;
}
.PadRight-10 {
  padding-right: 10px;
}
.PadTop-10 {
  padding-top: 10px;
}
.PadBottom-10 {
  padding-bottom: 10px;
}
.MarLeft-10 {
  margin-left: 10px;
}
.MarRight-10 {
  margin-right: 10px;
}
.MarTop-10 {
  margin-top: 10px;
}
.MarBottom-10 {
  margin-bottom: 10px;
}
/************ 15 Set ************/
.PadLeft-15 {
  padding-left: 15px;
}
.PadRight-15 {
  padding-right: 15px;
}
.PadTop-15 {
  padding-top: 15px;
}
.PadBottom-15 {
  padding-bottom: 15px;
}
.MarLeft-15 {
  margin-left: 15px;
}
.MarRight-15 {
  margin-right: 15px;
}
.MarTop-15 {
  margin-top: 15px;
}
.MarBottom-15 {
  margin-bottom: 15px;
}
/************ 20 Set ************/
.PadLeft-20 {
  padding-left: 20px;
}
.PadRight-20 {
  padding-right: 20px;
}
.PadTop-20 {
  padding-top: 20px;
}
.PadBottom-20 {
  padding-bottom: 20px;
}
.MarLeft-20 {
  margin-left: 20px;
}
.MarRight-20 {
  margin-right: 20px;
}
.MarTop-20 {
  margin-top: 20px;
}
.MarBottom-20 {
  margin-bottom: 20px;
}
/************ 25 Set ************/
.PadLeft-25 {
  padding-left: 25px;
}
.PadRight-25 {
  padding-right: 25px;
}
.PadTop-25 {
  padding-top: 25px;
}
.PadBottom-25 {
  padding-bottom: 25px;
}
.MarLeft-25 {
  margin-left: 25px;
}
.MarRight-25 {
  margin-right: 25px;
}
.MarTop-25 {
  margin-top: 25px;
}
.MarBottom-25 {
  margin-bottom: 25px;
}
/************ 30 Set ************/
.PadLeft-30 {
  padding-left: 30px;
}
.PadRight-30 {
  padding-right: 30px;
}
.PadTop-30 {
  padding-top: 30px;
}
.PadBottom-30 {
  padding-bottom: 30px;
}
.MarLeft-30 {
  margin-left: 30px;
}
.MarRight-30 {
  margin-right: 30px;
}
.MarTop-30 {
  margin-top: 30px;
}
.MarBottom-30 {
  margin-bottom: 30px;
}
/************ 35 Set ************/
.PadLeft-35 {
  padding-left: 35px;
}
.PadRight-35 {
  padding-right: 35px;
}
.PadTop-35 {
  padding-top: 35px;
}
.PadBottom-35 {
  padding-bottom: 35px;
}
.MarLeft-35 {
  margin-left: 35px;
}
.MarRight-35 {
  margin-right: 35px;
}
.MarTop-35 {
  margin-top: 35px;
}
.MarBottom-35 {
  margin-bottom: 35px;
}
/************ 40 Set ************/
.PadLeft-40 {
  padding-left: 40px;
}
.PadRight-40 {
  padding-right: 40px;
}
.PadTop-40 {
  padding-top: 40px;
}
.PadBottom-40 {
  padding-bottom: 40px;
}
.MarLeft-40 {
  margin-left: 40px;
}
.MarRight-40 {
  margin-right: 40px;
}
.MarTop-40 {
  margin-top: 40px;
}
.MarBottom-40 {
  margin-bottom: 40px;
}
/************ 45 Set ************/
.PadLeft-45 {
  padding-left: 45px;
}
.PadRight-45 {
  padding-right: 45px;
}
.PadTop-45 {
  padding-top: 45px;
}
.PadBottom-45 {
  padding-bottom: 45px;
}
.MarLeft-45 {
  margin-left: 45px;
}
.MarRight-45 {
  margin-right: 45px;
}
.MarTop-45 {
  margin-top: 45px;
}
.MarBottom-45 {
  margin-bottom: 45px;
}
/************ 50 Set ************/
.PadLeft-50 {
  padding-left: 50px;
}
.PadRight-50 {
  padding-right: 50px;
}
.PadTop-50 {
  padding-top: 50px;
}
.PadBottom-50 {
  padding-bottom: 50px;
}
.MarLeft-50 {
  margin-left: 50px;
}
.MarRight-50 {
  margin-right: 50px;
}
.MarTop-50 {
  margin-top: 50px;
}
.MarBottom-50 {
  margin-bottom: 50px;
}
/************ 55 Set ************/
.PadLeft-55 {
  padding-left: 55px;
}
.PadRight-55 {
  padding-right: 55px;
}
.PadTop-55 {
  padding-top: 55px;
}
.PadBottom-55 {
  padding-bottom: 55px;
}
.MarLeft-55 {
  margin-left: 55px;
}
.MarRight-55 {
  margin-right: 55px;
}
.MarTop-55 {
  margin-top: 55px;
}
.MarBottom-55 {
  margin-bottom: 55px;
}
/************ 60 Set ************/
.PadLeft-60 {
  padding-left: 60px;
}
.PadRight-60 {
  padding-right: 60px;
}
.PadTop-60 {
  padding-top: 60px;
}
.PadBottom-60 {
  padding-bottom: 60px;
}
.MarLeft-60 {
  margin-left: 60px;
}
.MarRight-60 {
  margin-right: 60px;
}
.MarTop-60 {
  margin-top: 60px;
}
.MarBottom-60 {
  margin-bottom: 60px;
}
/************ 65 Set ************/
.PadLeft-65 {
  padding-left: 65px;
}
.PadRight-65 {
  padding-right: 65px;
}
.PadTop-65 {
  padding-top: 65px;
}
.PadBottom-65 {
  padding-bottom: 65px;
}
.MarLeft-65 {
  margin-left: 65px;
}
.MarRight-65 {
  margin-right: 65px;
}
.MarTop-65 {
  margin-top: 65px;
}
.MarBottom-65 {
  margin-bottom: 65px;
}
/************ 70 Set ************/
.PadLeft-70 {
  padding-left: 70px;
}
.PadRight-70 {
  padding-right: 70px;
}
.PadTop-70 {
  padding-top: 70px;
}
.PadBottom-70 {
  padding-bottom: 70px;
}
.MarLeft-70 {
  margin-left: 70px;
}
.MarRight-70 {
  margin-right: 70px;
}
.MarTop-70 {
  margin-top: 70px;
}
.MarBottom-70 {
  margin-bottom: 70px;
}
/************ 75 Set ************/
.PadLeft-75 {
  padding-left: 75px;
}
.PadRight-75 {
  padding-right: 75px;
}
.PadTop-75 {
  padding-top: 75px;
}
.PadBottom-75 {
  padding-bottom: 75px;
}
.MarLeft-75 {
  margin-left: 75px;
}
.MarRight-75 {
  margin-right: 75px;
}
.MarTop-75 {
  margin-top: 75px;
}
.MarBottom-75 {
  margin-bottom: 75px;
}
/** Background Colors **/
.purpleBG {
  background-color: #240F6E;
  color: #fff;
}
.blueGreenBG {
  background-color: #00A4D9;
}
.deepBlueGreenBG {
  background-color: #007DB3;
  color: #fff;
}
.coolGrayBG {
  background-color: #E0E0E0;
}
.coolGray60BG {
  background-color: #ECECEC;
}
.deepCoolGrayBG {
  background-color: #B4B4B4;
}
.deepCoolGray70BG {
  background-color: #CACACA;
}
.warmGrayBG {
  background-color: #D7D2CB;
}
.warmGray60BG {
  background-color: #E7E4E0;
}
.deepWarmGrayBG {
  background-color: #837870;
  color: #222121;
}
.deepWarmGray55BG {
  background-color: #BBB5B0;
}
.stoneBG {
  background-color: #D4C69E;
}
.extraLightGrayBG {
  background-color: #F9F9F9;
}
.darkGrayBG {
  background-color: #222121;
}
.whiteBG {
  background-color: #fff;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/**********  Video Transcript Styles *******/
.transcript-container {
  background: #F9F9F9;
  width: 80%;
  margin: -30px auto 30px;
  padding: 24px 0;
}
#open-transcript {
  margin: 0 auto;
}
.trans-copy {
  height: 400px;
  overflow: auto;
  margin-top: 30px;
  padding: 24px 24px 0;
  border-top: solid 1px #E0E0E0;
}
.trans-copy[data-hidden=true] {
  display: none;
}
/*--------------------------------------------------------------
# Medium
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    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;
  }
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* ----- 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: #240F6E;
}
@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 {
    float: left;
    margin-top: 32px;
  }
  .millitary-container {
    /* width:100%;	*/
  }
  .millitary-float-holder {
    /*margin:0 auto;
		width: 100%;*/
  }
  .millitary {
    /*	display:block;
		margin:0 auto;*/
  }
  .millitary-img img {
    max-width: 339px;
  }
  .header-signin {
    display: none;
  }
  .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;
  }
  .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;
  }
  .subpage-header h2 {
    font-size: 32px;
  }
  #signin-container {
    margin: 0 10%;
    padding: 50px 80px;
  }
}
@media screen and (max-width: 767px) {
  /* Cycle 2 overrides */
  /* Main pages specific */
  /* Secondary pages */
  /* Sign In */
  .header-search {
    margin-top: 16px;
  }
  .desktop-only, .carousel-text, .expandable {
    display: none;
  }
  .cycle-sentinel {
    display: none !important;
  }
  .page-template-landing-page .header-links.mobile-only {
    display: none;
  }
  .home #career .career-6, .home #career .career-7 {
    display: none;
  }
  #career .view-all-button {
    border-top: 0;
  }
  .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-links {
    float: none;
    padding: 0 15px;
    border-top: 1px solid #240F6E;
  }
  .logo {
    margin-top: 10px;
  }
  .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;
  }
  .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 #B4B4B4;
  }
  .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: #222121;
  }
  .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;
  }
  .mid-image-section {
    height: auto;
    background-size: auto 275px;
    color: #222121;
  }
  .mid-image-section .mobile-only {
    display: block !important;
  }
  .mid-image-section .image-decoration {
    height: 275px;
    background-size: auto 110px;
  }
  .mid-image-section .image-gradient {
    display: none;
  }
  .mid-image-section .center-div {
    background: #D7D2CB;
    border-bottom: 2px solid #00A4D9;
  }
  .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;
    color: #222121;
  }
  .mid-subheading > p {
    font-size: 16px;
    color: #222121;
  }
  .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: #007DB3;
  }
  .blue-section .col-sm-4 {
    width: 100%;
  }
  .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: #fff;
    background: #222121;
  }
  .back-totop.dark {
    background: #222121;
  }
  .back-totop:hover, .back-totop:active, .back-totop:focus {
    color: #fff;
  }
  .front-image .image-carousel > div {
    display: none;
  }
  .front-image .image-carousel > #image-c1 {
    display: block;
  }
  .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: #fff;
    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 #F9F9F9;
    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 {
    width: 100%;
    padding: 60px 0;
    /* added by CA Sept 4 2018 */
    position: relative;
    border-bottom: 1px solid #E0E0E0;
  }
  .millitary-float-holder {
    /* Added by CA - Sept 4 2018   */
    margin: 0 auto;
    width: 100%;
  }
  .millitary {
    display: block;
    margin: 0 auto;
    /* Added by CA - Sept 4 2018   */
    width: 339px;
    margin-bottom: 30px;
  }
  .twocol-display {
    margin: 0;
  }
  .sidebar {
    border-bottom: 1px solid #B4B4B4;
    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;
  }
  #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;
  }
}
@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;
  }
}
@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;
  }
  .testimony-text {
    font-size: 24px;
  }
}
/* page-specific things */
body.page-id-65 h4 {
  text-transform: uppercase;
}
/******************
/* 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: #240F6E;
  background: #fff;
  border: 1px solid #E0E0E0;
  box-shadow: none;
}
.kaplan-select .btn-default:hover, .kaplan-select .btn-default:active, .kaplan-select .btn-default:focus {
  color: #240F6E;
  background: #fff;
  border: 1px solid #E0E0E0;
  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 #E0E0E0;
  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 #E0E0E0;
  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: #fff !important;
}
.kaplan-select .dropdown-menu > li > a:focus, .kaplan-select .dropdown-menu > li > a:hover {
  background: #fff;
}
.kaplan-select .bootstrap-select span {
  color: #444444;
  font-weight: 400;
}
.kaplan-select .bootstrap-select .dropdown-menu span {
  color: #240F6E;
  font-weight: 600;
}
.kaplan-select .bootstrap-select .dropdown-menu .dropdown-header span {
  color: #837870;
}
.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*/
.screen-reader-text {
  display: none;
}
.grey-line {
  border-bottom: 1px solid #D7D2CB;
  padding-bottom: 3px;
}
.top-margin-add {
  margin-top: 16px;
}
/*Press release page year filter*/
.select-arc {
  font-size: 12px;
  color: #444;
  padding: 0px 19px;
  font-weight: 400;
  border: 1px solid #979797;
  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: #fff;
  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%;
  }
}
/*--------------------------------------------------------------
# GDPR Notification
--------------------------------------------------------------*/
/*** GDPR Bar ***/
.cookie-notice-container {
  padding: 14px 10px;
  position: relative;
  max-width: 1000px;
  margin: auto;
}
#cn-notice-text {
  display: block;
  text-align: left;
}
#cn-notice-text a.cn-privacy {
  color: #00A4D9;
}
#cn-notice-text a.cn-privacy:hover {
  text-decoration: underline;
}
#cn-accept-cookie {
  font-size: 12px !important;
  background-color: #007DB3;
  color: #fff;
  padding: 8px 10px;
  border-radius: 2px;
  position: absolute;
  top: 43%;
  margin-top: -10px !important;
  right: 20px;
  line-height: 1;
}
#cn-accept-cookie:hover {
  background: #006a99;
}
@media (max-width: 1080px) {
  #cn-notice-text {
    padding-right: 130px;
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  #cn-notice-text {
    padding-right: 100px;
    padding-left: 20px;
  }
  #cookie-notice, .cn-privacy {
    font-size: 12px;
  }
}
