@charset "UTF-8";

/* CSS Document */


/*
Theme Name: 	All Campus 2017
Theme URI: 	http://allcampus.com
Description: 	Online-U framework to get started. Has all our integrations. Olark, Syndicate, Google, Header Tags includes.
Version: 	2.1.1
Author: 	All Campus
Author URI: 	http://allcampus.com
Tags: 		online-u, starkers, bootstrap
*/

@import "reset.css";
* {
    outline: none;
    padding: 0;
    margin: 0;
}

.custom-modal-class {
    width: 90%;
    /* either % (e.g. 60%) or px (400px) */
    height: 1200px;
    z-index: 7000;
    border: 1px solid red;
}


/* hack for Paycor iFrame */

html,
body {
    overflow-x: unset !important;
    overflow-y: unset !important;
}


/*******************************************
:--- Defaults ---:
*******************************************/

div,
article,
section,
header,
footer,
nav,
li {
    position: relative;
}

.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
    /* For clearing */
}

body {
    background: #fff;
}

::-moz-selection {
    background: #ff0;
    color: #333;
}

::selection {
    background: #ff0;
    color: #333;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.creative-grid li,
.creative-grid li img,
.btn,
.btn>span,
.headline-underline,
.gridder-navigation a,
.footer-jumplinks img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*******************************************
:--- Typography ---:
*******************************************/

body {
    font: 18px/30px 'Neue Helvetica W01';
    font-weight: 300;
    color: #565e5f;
    overflow-x: hidden;
}

.body-wrap {
    padding-top: 76px;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    /* This helps to identify headings at the initial build stage, but you should write something more precise later on */
}

h1 {
    font: 70px/80px 'Rockwell W02';
    padding: 10px 0;
}

h2 {
    font: 49px/60px 'Rockwell W02';
    padding: 10px 0;
}

h3 {
    font: 30px/40px 'Rockwell W02';
    font-weight: 100;
    padding: 10px 0;
    color: #565e5f;
}

.highlight {
    border-bottom: 2px solid #44a9cc;
}

h4 {
    font: bold 20px/28px 'Neue Helvetica W01';
    padding: 5px 0 10px 0;
}

.section-title {
    border-bottom: 2px solid #44a9cc;
    margin-bottom: 10px;
}

.section-title.noborder {
    border-bottom: none;
    margin-top: 20px;
}

.section-title h2 {
    /*font: 53px/63px 'Rockwell W02';*/
    font: 47px/58px 'Rockwell W02';
    font-weight: 200;
}

.block-ctas .section-title {
    border-bottom: 0;
    margin-bottom: 10px;
}

.block-ctas .section-title h2 {
    font: 43px/53px 'Rockwell W02';
    font-weight: 200;
}

.inverse {
    color: #fff;
}

.blue {
    color: #44a9cc!important;
}


/*******************************************
:--- Elements ---:
*******************************************/

p {
    padding: 12px 10px 12px 0;
}

p.mission {
    font: 28px/40px 'Rockwell W02';
    font-weight: 100;
    padding: 50px 20px;
    text-align: center;
}

.bigger {
    font: 300 20px/30px 'Neue Helvetica W01';
}

.section-paragraph {
    font-weight: 200;
    letter-spacing: 2px;
}

a {
    color: #44a9cc;
    text-decoration: underline;
    outline: none!important;
}

a:hover {
    color: #3597b9;
    text-decoration: none;
}

.fright {
    float: right;
    margin: 10px 0 10px 20px;
}

.fleft {
    float: left;
    margin: 10px 20px 10px 0;
}

.main-content ul.inline-list {
    margin: 10px 0 10px 0;
}

.main-content ul.inline-list li {
    list-style: none;
    padding: 8px 0 8px 8px;
    vertical-align: top;
    border-top: 1px dotted #cfcfcf;
}

.main-content ul.inline-list li:before {
    content: '\25A0';
    color: #44A9CA;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
}

.main-content ul.inline-list li:nth-child(even) {
    background-color: #fafafa;
}

.main-content ul.inline-list li ul {
    margin: 10px 0 10px 30px;
}

.main-content ul.inline-list li ul li {
    border-top: none;
    background-color: transparent!important;
}

.main-content ul.inline-list li ul li:before {
    content: '\25A0';
    color: #92BDA3;
}

.main-content ul.inline-list .column {
    width: 49%;
    display: inline-block;
    float: left;
}

.main-content p {
    padding-right: 20px;
}

.inline-img {
    padding: 5px;
    background: #fff;
    border: 1px solid hsl(0, 0%, 80%);
    border-color: hsl(0, 0%, 89%) hsl(60, 1%, 74%) hsl(60, 1%, 74%) hsl(0, 0%, 89%);
    background: hsl(0, 100%, 100%);
    -webkit-box-shadow: 1px 1px 2px 0 hsla(0, 0%, 82%, 0.2);
    -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
    box-shadow: 1px 1px 2px 0 hsla(0, 0%, 82%, 0.2);
}

.inline-video {
    float: right;
    width: 500px;
    padding: 5px;
    background: #fff;
    border: 1px solid hsl(0, 0%, 80%);
    border-color: hsl(0, 0%, 89%) hsl(60, 1%, 74%) hsl(60, 1%, 74%) hsl(0, 0%, 89%);
    background: hsl(0, 100%, 100%);
    -webkit-box-shadow: 1px 1px 2px 0 hsla(0, 0%, 82%, 0.2);
    -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
    box-shadow: 1px 1px 2px 0 hsla(0, 0%, 82%, 0.2);
    margin: 10px 0 10px 30px;
}

.inline-video p {
    display: none;
}

.logo-intellenroll {
    border: 1px solid #cfcfcf;
    padding: 10px;
    margin-bottom: 20px;
}

.mobile-shell {
    position: relative;
    background-image: url(../png/mobile-shell.png);
    width: 370px;
    height: 686px;
    z-index: 2000;
    top: 0;
    left: 0;
}

.mobile-screen {
    width: 289px;
    height: 458px;
    z-index: 3000;
    position: absolute;
    top: 79px;
    left: 17px;
}


/* tables */

table {
    background-color: #fafafa;
    border-left: 1px dotted #eee;
    border-right: 1px dotted #eee;
    border-bottom: 2px solid #3198bb;
    margin: 10px 0;
    padding: 20px;
    font-size: 16px;
}

table th {
    background: #43a9cb;
    color: #fff;
    line-height: 20px;
    padding: 18px;
    text-align: center;
}

table th:nth-child(even) {
    border-left: 1px solid #3198bb;
}

table td {
    padding: 8px;
    vertical-align: top;
}

table td:nth-child(even) {
    border-left: 1px dotted #cfcfcf;
}

table ul li {
    line-height: 26px;
    list-style: disc;
    margin: 0 0 0 36px;
    padding: 0 0 12px;
}


/*******************************************
:--- Navigation ---:
*******************************************/

.header {
    position: fixed;
    z-index: 6000;
    width: 100%;
    top: 0;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: transparent;
    background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 4px;
    border-radius: 1px;
    background-color: #44a9cc;
}

.menu-active .navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
}

.menu-active .navbar-toggle .icon-bar:nth-of-type(2) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 7px;
}

.menu-active .navbar-toggle .icon-bar:nth-of-type(4) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
}


/* Defaults */

.main-menu ul.sub-menu {
    display: none;
}

.main-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block;
    min-width: 200px;
}

.main-menu .menu-item.menu-item-has-children:hover ul.sub-menu li ul.sub-menu {
    display: none;
}

.main-menu .menu-item.menu-item-has-children:hover ul.sub-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block;
    margin-top: 70px;
}

.main-menu ul.sub-menu {
    position: absolute;
    z-index: 5000;
}

.mobile-nav-link {
    display: none!important;
}


/* Stylings */

.navbar-default {
    background: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 6px solid #44a9cc;
    margin-bottom: 0;
}

.main-menu,
.main-menu li {
    float: left;
    padding: 0;
    margin: 0;
}

.main-menu li a {
    float: left;
    padding: 0 32px;
    font: 200 18px/70px 'Rockwell W02';
    color: #777;
    text-decoration: none;
}

.main-menu li a:hover,
.main-menu li a:active,
.main-menu li a:focus {
    color: #333;
}

.main-menu li {
    border-left: 1px solid #fff;
    border-right: 1px solid #cfcfcf;
    border-top: 5px solid transparent;
    height: 70px;
    display: inline-block;
    cursor: pointer;
}

.main-menu li:hover,
.main-menu li:focus {
    border-top: 5px solid #bed065;
    background: #f5f5f5;
    -webkit-box-shadow: 1px 3px 8px 1px rgba(102, 102, 102, 0.15);
    -moz-box-shadow: 1px 3px 8px 1px rgba(102, 102, 102, 0.15);
    box-shadow: 1px 3px 8px 1px rgba(102, 102, 102, 0.15);
    transition: all 0.75s ease;
}

.main-menu li.current-menu-item,
.main-menu li.current-menu-parent {
    border-top: 5px solid #bed065;
    background: #fff;
}

.main-menu ul.sub-menu li.current-menu-item,
.main-menu li.menu-item-4539 {
    border-top: 5px solid transparent;
    background: transparent;
}

.main-menu ul.sub-menu {
    background: #fff;
    top: 65px;
    width: 100%;
    text-align: center;
    padding-bottom: 4px;
    -webkit-box-shadow: 1px 24px 20px -17px rgba(143, 143, 143, 0.5);
    -moz-box-shadow: 1px 24px 20px -17px rgba(143, 143, 143, 0.5);
    box-shadow: 1px 24px 20px -17px rgba(143, 143, 143, 0.5);
    border-bottom: 5px solid #444;
}

.main-menu li ul.sub-menu li {
    border-left: none;
    border-right: none;
    height: auto;
    display: block;
    width: 100%;
    cursor: pointer;
}

.main-menu ul.sub-menu li a {
    font: 200 16px/22px 'Rockwell W02';
    padding: 8px 20px 8px 20px;
    width: 100%;
    color: #777;
    border-bottom: 1px dotted #cfcfcf;
    display: block;
}

.main-menu ul.sub-menu li.last a {
    border-bottom: none;
}

.main-menu ul.sub-menu li a:hover {
    color: #333;
}

.main-menu ul.sub-menu li:hover {
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 5px solid transparent;
    transition: all 0.75s ease;
}

.navbar-brand {
    display: none;
}

.ac-mark {
    float: left;
    border-right: 1px solid #cfcfcf;
    z-index: 50001;
    position: relative;
    padding: 3px 13px;
    vertical-align: bottom;
    height: 70px;
    min-width: 150px;
}

.ac-mark a {
    display: block;
}

.ac-mark img {
    position: absolute;
    bottom: 0;
    display: block;
}


/*******************************************
:--- Homepage ---:
*******************************************/


/* fluid containers */

.hero-video {
    background: #222;
    overflow: hidden;
}


/* hero wrap and layers */

.hero-wrap {
    padding: 0;
}

.layer1 {
    z-index: 1000;
    margin-top: 0;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}

.hero-video-fullpage .layer1 {
    z-index: 1000;
    margin-top: 0;
    background-attachment: fixed;
}

.layer2 {
    z-index: 2000;
    background: url('../png/stripes-tile.png') left top repeat;
    width: 100%;
    height: 700px;
    overflow: hidden;
    opacity: 0.7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-video-fullpage .layer2 {
    z-index: 2000;
    background: url('../png/stripes-tile.png') left top repeat;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.layer3 {
    z-index: 3000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.layer3 p {
    display: block;
    min-height: 100px;
    color: #fff;
    font: 24px/32px 'Neue Helvetica W01';
    margin: 10px 0 0 40px;
}

.layer4 {
    z-index: 4000;
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 300px;
    height: 190px;
    overflow: hidden;
}

.layer4 img {
    position: absolute;
    bottom: 20px;
    right: 10px;
}


/* headlines */

.headlines {
    margin: 80px 0 0 0;
}

.hero-video h1 {
    padding: 5px 40px 0 40px;
    color: #fff;
    display: inline-block;
    width: 100%;
    opacity: 0.9;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    text-align: center;
    font-weight: 300;
}

.hero-video h1 .bold-headline {
    font-weight: 700;
}

.hero-video h2 {
    padding: 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    opacity: 0.9;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    text-align: center;
    font-weight: 200;
}

.w-ui-container {
    display: none!important;
}

.headline-underline {
    background: #44a9cc;
    height: 7px;
    width: 0;
    margin: 17px auto;
    display: block;
}

.loaded .headline-underline {
    width: 40%;
}

.headline-underline {
    -webkit-transition: all 0.3s 2.6s ease-in-out;
    -moz-transition: all 0.3s 2.6s ease-in-out;
    -ms-transition: all 0.3s 2.6s ease-in-out;
    -o-transition: all 0.3s 2.6s ease-in-out;
    transition: all 0.3s 2.6s ease-in-out;
}


/* buttons 
.hdr-buttons {margin: 0 0 0 40px;}
.hdr-btn {border: 5px solid #fff;padding: 15px 60px;display:inline-block;float:left;background:transparent;margin-right: 15px;color:#fff;text-transform:uppercase;font: 20px/30px 'Neue Helvetica W01';}
.hdr-btn:hover {background:#fff;color:#222;transition: all 0.75s ease;}*/


/* scroll arrows */

.home-arrow {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    width: 50px;
    position: absolute;
    z-index: 1000;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    font-size: 33px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.home-arrow:hover {
    color: #fff;
    opacity: 0.8;
}

.home-arrow-blue {
    background-color: #44a9cc;
}

.home-arrow-catalina-blue {
    background-color: #2B4162;
}

.home-arrow-gray {
    background-color: #565e5f;
}

.home-arrow-green {
    background-color: #bed065;
}

.home-personalized {
    background-image: url(../jpg/home-section-personalized.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 700px;
    background-position: center;
}

.home-quality {
    background-image: url(../jpg/home-section-quality.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 1100px;
    background-position: center;
}

.home-companies {
    background-image: url(../jpg/home-section-companies.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 1450px;
    background-position: center;
}

.row-blue {
    background: #44a9cc;
    color: #fff;
}

.home-callout {
    margin: 15px 0 0 0;
    padding: 0 25px;
    border-top: 5px solid #bed065!important;
    border: 1px dotted #bed065;
    background: #f5f5f5;
    font-family: 'Rockwell W02';
    font-weight: 200;
    text-align: center;
    clear: both;
}

.subpage-callout {
    margin: 25px 0 10px 0;
    padding: 10px 25px;
    border-top: 5px solid #bed065!important;
    border: 1px dotted #bed065;
    background: #f5f5f5;
    font-family: 'Rockwell W02';
    font-weight: 200;
    text-align: center;
    clear: both;
}

.home-callout.blue,
.subpage-callout.blue {
    background: #44a9cc;
    border-top: 5px solid #3198bb!important;
    border: 1px dotted #3198bb;
    color: #fff!important;
}

.home-callout.blue strong,
.subpage-callout.blue strong {
    border-bottom: 1px solid #bed065;
    font-size: 22px;
}

.home-callout .no,
.subpage-callout .no {
    font: 200 70px/70px 'Rockwell W02';
    margin: 0 auto;
    display: inline-block;
}

.home-callout p,
.subpage-callout p {
    font-style: italic;
}

.universities-companies {
    background: #2B4162;
    padding-top: 60px
}

.home-cta-button-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 0 60px;
    text-align: center;
    gap: 60px;
}

.home-cta-button-wrap span.btn {
    width: calc(100% - 30px);
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 15px;
}

.home-cta-button-wrap a {
    display: block;
    position: relative;
    width: 32%;
    transition: all 0.2s ease-out;
}

.home-cta-button-wrap a:hover {
    outline: 2px solid #fff !important;
}

.home-cta-button-wrap a img {
    width: 100%;
}


/** ----------------------------------
--------SLICK CAROUSEL THEME----------
---------------------------------- **/


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "\f053";
}

[dir='rtl'] .slick-prev:before {
    content: "\f053";
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "\f054";
}

[dir='rtl'] .slick-next:before {
    content: "\f054";
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -16px;
    z-index: 3;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0 -50px;
    ;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 31px;
    font-family: 'slick';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #44a9cc;
}


/* Block sections */

.block-partners {
    background-color: #bed065;
}

.block-partners-revised {
    background-color: #2B4162!important;
}

.leaflet-wrapper {
    height: 780px;
}

.leaflet-wrapper-larger {
    height: 1100px;
}

.block-partners>div {
    height: 100%;
}

.block-partners .section-title {
    border-color: #cdde7a;
}

.partners-left {
    padding: 20px 40px 40px;
}

.partners-side {
    background-image: url(../jpg/g-campus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.leaflet-popup-content {
    width: 240px !important;
    text-align: center;
}

.leaflet-popup-content .marker-title {
    display: none;
}

.leaflet-popup-content img {
    max-width: 100%;
}

.marker {
    display: block;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 69px;
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.partner-carousel-wrap {
    margin-top: 0;
}

.partner-carousel div {
    text-align: center;
}

.partner-carousel>div img {
    max-width: 180px;
    display: inline-block;
}

.block-creative {
    background-color: #565e5f;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-shadow: inset 0px 1px 5px -2px rgba(68, 68, 68, 1);
    -moz-box-shadow: inset 0px 1px 5px -2px rgba(68, 68, 68, 1);
    box-shadow: inset 0px 1px 5px -2px rgba(68, 68, 68, 1);
}

.block-creative .section-title {
    border-color: #a7bc42;
}

.creative-grid {
    margin-top: 15px;
}

.creative-grid ul:after {
    clear: both;
    display: block;
    content: "";
}

.creative-grid li {
    text-align: center;
    width: 33.333%;
    float: left;
    border-bottom: 1px dashed #7f8788;
    border-right: 1px dashed #7f8788;
    padding: 20px 0;
}

.creative-grid li:hover {
    background: rgba(0, 0, 0, 0.04);
}

.creative-grid li.active {
    background: rgba(0, 0, 0, 0.12);
}

.creative-grid li:nth-of-type(4),
.creative-grid li:nth-of-type(5),
.creative-grid li:nth-of-type(6) {
    border-bottom: 0;
}

.creative-grid li:nth-of-type(3),
.creative-grid li:nth-of-type(6) {
    border-right: 0;
}

.creative-grid li img {
    -ms-transform: scale(.85);
    /* IE 9 */
    -webkit-transform: scale(.85);
    /* Safari */
    transform: scale(.85);
}

.creative-grid li.active img {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
}

.creative-grid li span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}

.creative-carousel-wrap {
    width: 949px;
    height: 514px;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 38px;
}

.creative-carousel {
    max-width: 808px;
    padding-top: 36px;
    padding-left: 118px;
}

.slick-laptop-shell {
    position: absolute;
    background-image: url(../png/laptop-shell.png);
    width: 949px;
    height: 514px;
    z-index: 2;
    top: 0;
    left: 0;
}

.block-approach {}

.block-approach .section-title,
.block-quality .section-title {
    border-color: #bed065;
}

.block-approach .right-col,
.block-quality .right-col,
.block-companies .right-col {
    padding: 40px 0 60px 60px;
}

.block-companies2 {
    background: #2B4162;
    padding-bottom: 60px;
    padding-top: 60px;
}

.block-companies2 .companies-icon {
    color: /*#44a9cc*/
    #a7bc42;
    font-size: 2.5em;
}

.block-companies2 .section-title {
    border-color: #cdde7a;
    text-align: center;
}

.block-companies2 .companies-benefit {
    margin: 24px 0 0;
    text-align: center;
}

.block-companies2 .companies-benefit p {
    font: 20px/24px 'Rockwell W02';
    font-weight: 200;
    padding: 24px 15px;
}

.block-companies2 .companies-cta {
    margin-top: 24px;
    text-align: center;
}

.block-companies2 p a {
    color: #fff;
}

.block-companies {
    background: #2B4162;
}

.block-companies .section-title {
    border-color: #cdde7a;
}

.block-companies ul {
    margin-top: 12px;
    margin-left: 30px;
}

.block-companies ul li {
    font-weight: 200;
    letter-spacing: 2px;
    margin: 0 0 12px;
    padding-left: 4px;
}

.block-companies ul li span {
    /*color: #cdde7a;*/
    color: #44a9cc;
}

.block-companies p a {
    color: #fff;
}


/* Testimonials on Partners page */

.testimonial-carousel-wrap {
    border-top: 1px dashed #999;
    margin-top: 30px;
}

.testimonial-carousel .testimonial {
    padding-bottom: 0;
    margin: 0;
}

.testimonial-carousel .testimonial .quote {
    font-family: 'Rockwell W02';
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
    padding: 50px 20px 20px 70px;
    background: url(../png/quotemark.png) left 30px no-repeat;
}

.testimonial-carousel .testimonial .source {
    background: #e2f5fb;
    padding: 10px 30px;
    color: #565e5f;
    font-family: 'Rockwell W02';
    font-weight: 500;
    font-size: 21px;
    padding-left: 30px;
    margin-left: 70px;
}

.testimonial-carousel .testimonial .source:after {
    content: "";
    display: block;
    clear: both;
}

.testimonial-carousel .testimonial .quoter {
    float: left;
}

.testimonial-carousel .testimonial .quoter span {
    display: block;
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
}

.testimonial-carousel .testimonial .logo {
    float: right;
    margin-top: 10px;
}

.testimonial-carousel .testimonial .logo img {
    max-width: 160px;
    max-height: 60px;
}


/* Statistics */

.stat-wrap {
    margin: 20px 0;
    background: #fafafa;
    border: 1px dotted #eee;
}

.stat-wrap .stat {
    font-family: 'Rockwell W02';
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
    padding: 20px;
}

.stat-wrap .source {
    background: #e2f5fb;
    padding: 10px 20px;
    color: #565e5f;
    font-family: 'Rockwell W02';
    font-weight: 500;
    font-size: 21px;
}

.stat-wrap .source:after {
    content: "";
    display: block;
    clear: both;
}

.stat-wrap .quoter {
    float: left;
}

.stat-wrap .quoter span {
    display: block;
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
}


/*******************************************
:--- Subpages ---:
*******************************************/


/* SUBPAGE Headers */


/* default and OPM header */

.sub-hero-wrap {
    height: 300px;
    overflow: hidden;
    border-bottom: solid 12px #44a9cc;
    background: #222;
    background-image: url('../jpg/bg-desk.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.delay-halfsecond {
    animation-delay: 0.5s;
}

.delay-onesecond {
    animation-delay: 1s;
}


/* specific opm section page headers */

.online-program-management .sub-hero-wrap {
    background-image: url('../jpg/bg-opm.jpg');
    background-position: left top;
}

.corporate-partnerships .sub-hero-wrap {
    background-image: url('../jpg/bg-corporate.jpg');
    background-position: left top;
}

.new-program-viability .sub-hero-wrap {
    background-image: url('../jpg/bg-viability.jpg');
    background-position: left -300px;
}

.student-recruitment .sub-hero-wrap {
    background-image: url('../jpg/bg-student-services.jpg');
    background-position: left -370px;
}

.enrollment-services .sub-hero-wrap {
    background-image: url('../jpg/bg-enrollment.jpg');
    background-position: left -370px;
}

.retention-services .sub-hero-wrap {
    background-image: url('../jpg/bg-retention.jpg');
    background-position: left -300px;
}

.creative-services .sub-hero-wrap {
    background-image: url('../jpg/bg-creative.jpg');
    background-position: left -300px;
}

.course-design-development .sub-hero-wrap {
    background-image: url('../jpg/bg-course-development.jpg');
    background-position: left -300px;
}

.upskilling-program-design-and-development .sub-hero-wrap {
    background-image: url('../jpg/bg-upskilling.jpg');
    background-position: left -400px;
}


/* technology section page headers */

.technology .sub-hero-wrap {
    background-image: url('../jpg/bg-technology.jpg');
    background-position: left -300px;
}


/* partners section header */

.partners .sub-hero-wrap,
.our-partners .sub-hero-wrap {
    background-image: url('../jpg/bg-campus.jpg');
    background-position: left -100px;
}


/* for companies header */

.for-companies .sub-hero-wrap {
    background-image: url('../jpg/bg-corporate.jpg');
    background-position: left top;
}


/* about section page headers */

.about-all-campus .sub-hero-wrap {
    background-image: url('../jpg/bg-about.jpg');
    background-position: left -180px;
}

.meet-the-leadership-team .sub-hero-wrap,
.parent-pageid-134 .sub-hero-wrap {
    background-image: url('../jpg/bg-leadership.jpg');
    background-position: left -300px;
}

.advisory-council .sub-hero-wrap,
.parent-pageid-2926 .sub-hero-wrap {
    background-image: url('../jpg/bg-advisory.jpg');
    background-position: left top;
}

.press-insights .sub-hero-wrap {
    background-image: url('../jpg/bg-news.jpg');
    background-position: left -100px;
}

.single-post .sub-hero-wrap {
    background-image: url('../jpg/bg-news.jpg');
    background-position: left -100px;
}


/* Careers */

.careers .sub-hero-wrap {
    background-image: url('../jpg/bg-careers.jpg');
    background-position: left -150px;
}

.open-positions .sub-hero-wrap,
.parent-pageid-38 .sub-hero-wrap {
    background-image: url('../jpg/bg-open-positions.jpg');
    background-position: left -400px;
}

.statement-on-diversity-equity-and-inclusion .sub-hero-wrap {
    background-image: url('../jpg/bg-statement.jpg');
    background-position: left -300px;
}

.contact .sub-hero-wrap {
    background-image: url('../jpg/bg-contact.jpg');
    background-position: left -200px;
}


/* logo */

.sub-logo {
    float: right;
    margin: 85px 50px 0 0;
    position: relative;
}

.sub-tiles {
    background: url('../png/stripes-tile.png') left top repeat;
    width: 100%;
    height: 300px;
    opacity: 0.6;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.sub-mobile-content {
    display: none;
}

.sub-hero-content {
    z-index: 3000;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 70%;
}

.sub-hero-content h1 {
    font: 40px/50px 'Rockwell W02'!important;
    font-weight: 400;
    padding: 30px 0 10px 14px;
    color: #fff;
}

.sub-hero-content.sub-hero-content-blog h1 {
    font: 30px/40px 'Rockwell W02'!important;
    font-weight: 400;
    padding: 30px 0 10px 14px;
    color: #fff;
}


/* breadcrumbs */

#breadcrumbs {
    border-left: 4px solid #bed065;
    list-style: none;
    margin: 10px 0 0 14px;
    overflow: hidden;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    background: #222;
    padding: 6px 20px 6px 12px;
    opacity: 0.8;
}

#breadcrumbs li {
    float: left;
    margin-right: 15px;
    color: #fff;
    padding: 0!important;
}

#breadcrumbs .separator {
    font-size: 20px;
    color: #44a9cc;
}

#breadcrumbs a {
    text-decoration: none;
}


/*******************************************
:--- Content ---:
*******************************************/


/* SUBPAGES */

.main-content {
    padding: 20px 0 0 0;
}

.btn {
    margin: 15px 0 0 0;
    display: inline-block;
    cursor: pointer;
    font-family: 'Neue Helvetica W01';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 10px 45px;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
}

.btn>span {
    position: relative;
    z-index: 2;
    margin: 0;
    left: auto;
    display: inline-block;
}

.btn:hover,
.btn:active,
.btn:focus {
    transition: all 0.50s ease;
    color: #fff;
}

.btn:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    font-weighT: 900;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    right: 30px;
    font-size: 18px;
    color: #fff;
}

.btn:hover:after {
    opacity: 1;
    right: 10px;
}

.btn-white {
    background: #fff;
    color: #565e5f;
    border-color: #d6d6d6;
    background-color: white;
}

.btn-white:hover {
    background: #d6d6d6;
    color: #565e5f;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn-white:after {
    color: #565e5f;
}

.btn-outline:after {
    color: #565e5f;
}

.btn-grey {
    background: #565e5f;
    color: #fff;
    border-color: #404748;
}

.btn-grey:hover {
    background: #404748;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn-blue {
    background: #44a9cc;
    color: #fff;
    border-color: #3198bb;
}

.btn-blue:hover {
    background: #3198bb;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn-green {
    background: #bed065;
    color: #fff;
    border-color: #acc143;
}

.btn-green:hover {
    background: #acc143;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn-outline {
    background: none;
    color: #fff;
    border-color: #fff;
}

.btn-outline:hover {
    background: #fff;
    color: #434343;
    -webkit-transition: background 500ms ease-out 0s;
    -moz-transition: background 500ms ease-out 0s;
    -o-transition: background 500ms ease-out 0s;
    transition: background 500ms ease-out 0s;
}

.btn-dark-blue {
    background: #2B4162;
    color: #fff;
    border-color: #2B4162;
}

.btn-dark-blue:hover {
    background: #364e73;
    color: #fff;
    -webkit-transition: background 500ms ease-out 0s;
    -moz-transition: background 500ms ease-out 0s;
    -o-transition: background 500ms ease-out 0s;
    transition: background 500ms ease-out 0s;
}

.back-btn {
    background: #eee;
    text-shadow: 0 0 1px #fff;
    color: #8f8f8f;
    padding: 5px 10px;
    border: 1px dotted #8f8f8f;
    font: 13px/18px 'Neue Helvetica W01';
}

.back-btn:hover {
    text-shadow: none;
}

.inline-image {
    float: right;
    max-width: 60%;
    margin: 0 0 10px 10px;
    padding: 5px;
    background: #fff;
    border: 1px solid #cfcfcf;
}


/*******************************************
:--- Meet The Leadership Page ---:
*******************************************/

.gridder-list {
    width: 31.333%;
    text-align: center;
    cursor: pointer;
}

.gridder-list:nth-child(n) {
    margin-bottom: 3%;
    margin-right: 1%;
}

.gridder-list .thumb {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.gridder-list img {
    display: block;
    max-height: 200px;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
}

.gridder-list:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.gridder-list .info {
    line-height: normal;
    margin-top: 12px;
    font-weight: 500;
}

.gridder-list .info span {
    margin-top: 5px;
    display: block;
}

.gridder.hasSelectedItem .gridder-list img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.gridder.hasSelectedItem .gridder-list.selectedItem img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.gridder-show {
    padding-bottom: 30px;
}

.gridder-padding {
    background: #f6f6f6;
}

.gridder-expanded-content {
    padding: 25px;
}

.gridder-expanded-content h4 {
    padding-right: 100px;
}

.gridder-expanded-content p {
    display: inline;
}

.gridder-expanded-content a {
    margin-left: -20px;
}

.gridder-navigation {
    background: #98a750;
    padding: 5px;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 1000;
}

.gridder-navigation a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 23px;
    display: inline-block;
    margin: 0 8px;
}

.gridder-navigation a:hover {
    color: #fff;
}

.gridder-navigation a.gridder-close {
    float: right;
}


/* Meet The Leadership Individual Pages */

.circle {
    margin: 40px 20px 20px 20px;
    width: 210px;
    height: 210px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    background: #fff;
    background-size: cover;
    border: 5px solid #fafafa;
    -webkit-box-shadow: 1px 1px 2px 0 hsla(0, 0%, 82%, 0.2);
    -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
    box-shadow: 1px 1px 2px 0 hsla(0, 0%, 82%, 0.2);
}

.circle-andrea {
    background: #fff url(../jpg/fullsize-andrea.jpg) top center no-repeat;
}

.circle-chris {
    background: #fff url(../jpg/fullsize-chris-campbell.jpg) top center no-repeat;
}

.circle-heather {
    background: #fff url(../jpg/fullsize-heather.jpg) top center no-repeat;
}

.circle-jack {
    background: #fff url(../jpg/fullsize-jack.jpg) top center no-repeat;
}

.circle-james {
    background: #fff url(../fullsize-james.html) top center no-repeat;
}

.circle-joe {
    background: #fff url(../jpg/fullsize-joe.jpg) top center no-repeat;
}

.circle-josh {
    background: #fff url(../jpg/fullsize-josh.jpg) top center no-repeat;
}

.circle-kyle {
    background: #fff url(../jpg/fullsize-kyle.jpg) top center no-repeat;
}

.circle-maureen {
    background: #fff url(../jpg/fullsize-maureen.jpg) top center no-repeat;
}

.circle-megan {
    background: #fff url(../fullsize-megan.html) top center no-repeat;
}

.circle-pranu {
    background: #fff url(../jpg/fullsize-pranu.jpg) center center no-repeat;
}

.circle-renda {
    background: #fff url(../fullsize-renda.html) bottom center no-repeat;
}

.circle-sam {
    background: #fff url(../jpg/fullsize-sam.jpg) top right no-repeat;
}

.circle-steve {
    background: #fff url(../jpg/fullsize-steve.jpg) top center no-repeat;
}

.circle-sara {
    background: #fff url(../jpg/fullsize-sara.jpg) center top no-repeat;
}

.circle-sharon {
    background: #fff url(../jpg/fullsize-sharon.jpg) center top no-repeat;
}

.circle-heather-labelle {
    background: #fff url(../jpg/fullsize-heather-labelle.jpg) top right no-repeat;
}

.circle-sharon {
    background: #fff url(../jpg/fullsize-sharon.jpg) center top no-repeat;
}

.circle-katie-curran {
    background: #fff url(../jpg/fullsize-katie.jpg) top center no-repeat;
}

.circle-sarah-nast {
    background: #fff url(../jpg/fullsize-sarah-nast.jpg) center center no-repeat;
}

.circle-joe-simmons {
    background: #fff url(../jpg/fullsize-joe-simmons.jpg) center center no-repeat;
}

.circle-david {
    background: #fff url(../jpg/fullsize-david.jpg) center center no-repeat;
}

.circle-tressa {
    background: #fff url(../jpg/fullsize-tressa.jpg) center center no-repeat;
}

.circle-ann {
    background: #fff url(../fullsize-ann.html) center center no-repeat;
}

.circle-cecil {
    background: #fff url(../jpg/fullsize-cecil.jpg) center center no-repeat;
}

.circle-ben {
    background: #fff url(../jpg/fullsize-ben.jpg) center center no-repeat;
}

.circle-christine {
    background: #fff url(../jpg/fullsize-christine.jpg) center center no-repeat;
}

.circle-virginia {
    background: #fff url(../fullsize-virginia.html) center center no-repeat;
}

.circle-rose {
    background: #fff url(../jpg/fullsize-rose.jpg) center center no-repeat;
}

.circle-sam-p {
    background: #fff url(../jpg/fullsize-sam-p.jpg) center center no-repeat;
}

.circle-terri {
    background: #fff url(../jpg/fullsize-terri.jpg) center center no-repeat;
}

.circle-bryant {
    background: #fff url(../fullsize-bryant.html) center center no-repeat;
}

.circle-dan {
    background: #fff url(../jpg/fullsize-dan.jpg) center center no-repeat;
}

.circle-matt {
    background: #fff url(../jpg/fullsize-matt.jpg) center center no-repeat;
}

.circle-rachel {
    background: #fff url(../jpg/fullsize-rachel-hamann.jpg) bottom center no-repeat;
}

.circle-kevin {
    background: #fff url(../jpg/fullsize-kevin-schembri.jpg) center center no-repeat;
}

.circle-michael {
    background: #fff url(../jpg/fullsize-michael-caruso.jpg) center center no-repeat;
}

.circle-erik {
    background: #fff url(../fullsize-erik.html) center center no-repeat;
}

.circle-lamont {
    background: #fff url(../jpg/fullsize-lamont.jpg) center center no-repeat;
}

.circle-doug-simmons {
    background: #fff url(../jpg/fullsize-doug-simmons.jpg) center center no-repeat;
}

.circle-sarah-appleton {
    background: #fff url(../fullsize-sarah-appleton.html) center center no-repeat;
}

.circle-kate-samano {
    background: #fff url(../fullsize-kate-samano.html) center center no-repeat;
}

.circle-dem-freeman {
    background: #fff url(../jpg/fullsize-dem-freeman.jpg) center center no-repeat;
}

.circle-michael-van-alstyne {
    background: #fff url(../fullsize-michael-van-alstyne.html) center center no-repeat;
}

.circle-stefan-scherer-emunds {
    background: #fff url(../jpg/fullsize-stefan.jpg) center center no-repeat;
}

.circle-jeremy-walsh {
    background: #fff url(../jpg/fullsize-jeremy-walsh.jpg) center center no-repeat;
}

.circle-jim-lummus {
    background: #fff url(../jpg/fullsize-jim-lummus.jpg) center center no-repeat;
}

.circle-ben-jakuben {
    background: #fff url(../jpg/fullsize-ben-jakuben.jpg) center center no-repeat;
}

.circle-noelle {
    background: #fff url(../fullsize-noelle-kendrick.html) center center no-repeat;
}

.circle-cory {
    background: #fff url(../jpg/fullsize-cory-berntson.jpg) center center no-repeat;
}

.circle-celeste {
    background: #fff url(../jpg/fullsize-celeste-martinell.jpg) center center no-repeat;
}

.circle-chad {
    background: #fff url(../jpg/fullsize-chad-major.jpg) center center no-repeat;
}

.circle-jamie-korns {
    background: #fff url(../fullsize-jamie-korns.html) center center no-repeat;
}

.circle-james-guajardo {
    background: #fff url(../jpg/fullsize-james-guajardo.jpg) center center no-repeat;
}


/* Advisory Council */

.circle-stephen-burnett {
    background: #fff url(../jpg/stephen-burnett.jpg) center center no-repeat;
}

.circle-sandra-chrystal {
    background: #fff url(../jpg/sandra-chrystal.jpg) center center no-repeat;
}

.circle-james-ellis {
    background: #fff url(../jpg/james-ellis.jpg) center center no-repeat;
}

.circle-jeff-goldberg {
    background: #fff url(../jpg/jeff-goldberg.jpg) center center no-repeat;
}

.circle-andy-safyer {
    background: #fff url(../jpg/andy-safyer.jpg) center center no-repeat;
}

.circle-dee-robinson {
    background: #fff url(../jpg/dee-robinson.jpg) center center no-repeat;
}

.circle-david-urban {
    background: #fff url(../jpg/david-urban.jpg) center center no-repeat;
}

.circle-kathleen-winston {
    background: #fff url(../jpg/kathleen-winston.jpg) center center no-repeat;
}

.circle-dennis-di-lorenzo {
    background: #fff url(../jpg/dennis-di-lorenzo.jpg) center center no-repeat;
}

.leadership-image img {
    border-radius: 50%;
    width: 250px;
}

.blue-box {
    background: #2b4162;
    margin: 20px 0;
    padding: 16px 36px 26px;
}

.blue-box h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.blue-box ul li {
    color: #fff;
}

.blue-box p {
    color: #fff;
}

.blue-box a {
    color: #e2f5fb;
}

.advantages-list li {
    list-style: disc;
    margin: 12px 0 12px 15px;
}


/*******************************************
:--- Partners Page ---:
*******************************************/

.logo-wrap {
    -webkit-box-shadow: inset 1px 1px 30px 0px rgba(68, 169, 202, 0.2);
    -moz-box-shadow: inset 1px 1px 30px 0px rgba(68, 169, 202, 0.2);
    box-shadow: inset 1px 1px 30px 0px rgba(68, 169, 202, 0.2);
    margin: 15px auto;
    padding: 15px 0;
    border: 1px solid transparent;
    overflow: hidden;
}

.logo-wrap img {
    margin: 0 auto;
}


/*******************************************
:--- OPM Page ---:
*******************************************/

.services {
    width: 100%;
    float: left;
    vertical-align: top;
    background: #fafafa;
    border: 1px dotted #eee;
    text-shadow: 1px 1px 0 #fff;
    margin-bottom: 20px;
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 25px 0;
}

.services .opm-icon {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}

.services strong {
    text-align: center;
    display: inline-block;
    width: 100%;
    font: 30px/30px 'Rockwell W02';
    font-weight: 100;
    color: #565e5f;
    vertical-align: top;
}

.services .services-txt {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px 0 30px;
}

a.services {
    text-decoration: none;
    color: #565e5f;
}

a.services:hover {
    border: 1px solid #44a9cc;
}

.green-div {
    background: #bed065;
    height: 3px;
    width: 40%;
    display: inline-block;
}


/*******************************************
:--- Pricing Models Page ---:
*******************************************/

.article-callout {
    padding: 30px;
    background: #404748;
    margin: 25px 0;
}

.article-callout h3 a {
    color: #fff;
    text-decoration: none;
}


/*******************************************
:--- Benefits Page ---:
*******************************************/

.benefits-wrap {
    margin: 30px 0 20px 0;
}

.benefits-box {
    background: #fafafa;
    border: 1px dotted #eee;
    padding: 20px;
    text-align: center;
    color: #666;
    text-shadow: 1px 1px 0 #fff;
    margin: 0 0 30px 0;
    height: 230px;
}

.benefits-box span.benefit-txt {
    padding-top: 12px;
    display: inline-block;
    font: normal 17px/23px 'Rockwell W02';
    vertical-align: middle;
}

.benefits-box span.benefit-underline {
    display: inline-block;
    background: orange;
    height: 2px;
    width: 40%;
}


/*******************************************
:--- Accordion ---:
*******************************************/

.accordion {
    margin: 20px 0;
}

.accordion-group {
    margin: 20px 0;
    border: 1px solid #333;
    color: #333;
}

.accordion-group a {
    color: #333;
    text-decoration: none;
}

.accordion-heading {
    padding: 20px;
    background: #fff url(../png/down-arrow.png) 98% 30px no-repeat;
    font: normal 19px/27px 'Rockwell W02';
}

.accordion-heading:focus {
    border: 1px solid red;
}

.accordion-heading:visited {
    border: 1px solid red;
}

.accordion-heading a[aria-expanded="true"] {
    color: #44a9cc;
}

.accordion-toggle {
    width: 90%;
    display: inline-block;
}

.accordion-body {
    padding: 20px;
    background: #eee;
    border-top: 1px solid #cfcfcf;
}

.accordion-heading a {}

.accordion-heading:hover {}

.accordion-group:hover a {}

.accordion-toggle {}


/*******************************************
:--- Form ---:
*******************************************/


/* Shared Styles */

#form_container {
    margin: 10px 0;
}

#form_container label {
    clear: both;
    font: 16px/23px 'Neue Helvetica W01';
    color: #666;
    padding: 0;
}


/* Hubspot Specific Styles */

.hs_firstname,
.hs-lastname,
.hs-jobtitle,
.hs-email,
.hs-phone,
.hs-organization {
    display: inline-block;
    width: 49%;
}

.hs_firstname input,
.hs-lastname input,
.hs-jobtitle input,
.hs-email input,
.hs-phone input,
.hs-organization input {
    background: #f5f5f5;
    border: 1px solid #cfcfcf;
    padding: 8px 12px;
    width: 90%;
    margin: 0 0 10px 0;
}

input:focus,
#form_container select:focus,
#form_container textarea:focus {
    border-color: #9ecaed;
    box-shadow: 0 0 6px #9ecaed;
}

.hs-form-required {
    color: red;
    display: inline-block;
    margin: 6px 0 0 2px;
}

label.hs-error-msg {
    font: 13px/13px 'Neue Helvetica W01'!important;
    display: inline-block;
    color: red!important;
    float: left;
}

ul.hs-error-msgs .hs-main-font-element {
    font: 13px/13px 'Neue Helvetica W01'!important;
    display: inline-block;
    color: red!important;
    float: left;
    margin-top: 20px;
}

#form_container .hs-fieldtype-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f5f5f5 url(../png/down-arrow.png) right 18px no-repeat;
    border: 1px solid #cfcfcf;
    padding: 8px 32px 8px 12px;
    margin: 0 0 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 93%!important;
}

.hs-input {
    font: 16px/23px 'Neue Helvetica W01'!important;
    color: #666!important;
}

.actions {
    width: 93%;
}

input.hs-button {
    float: right;
    outline: none;
    background: #bed065;
    color: #fff;
    border: 1px solid #acc143;
    padding: 20px 30px;
    margin-top: 5px;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: 'Neue Helvetica W01';
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 10px 0 0 0;
}

input.hs-button:hover {
    background: #acc143;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.hs-message {
    clear: both;
    width: 100%;
}

#form_container .hs-message textarea {
    width: 93%!important;
    background: #f5f5f5;
    ;
    border: 1px solid #cfcfcf;
    min-height: 120px!important;
    padding: 8px 12px;
}


/* Syndicate Styles */

.contact-fields fieldset.fields {
    display: inline-block;
    width: 49%;
}

.select-fields fieldset.fields,
.inquiry-fields fieldset.fields {
    display: block;
    width: 100%;
}

.contact-fields {
    display: block;
    width: 100%;
}

.select-fields {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.inquiry-fields {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.contact-fields label {
    display: none;
}

.contact-fields input {
    background: #f5f5f5;
    border: 1px solid #cfcfcf;
    padding: 8px 12px;
    width: 90%;
    margin: 10px 0;
}

.contact-section input:focus,
#form_container select:focus,
#form_container textarea:focus {
    border-color: #9ecaed;
    box-shadow: 0 0 6px #9ecaed;
}

#form_container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f5f5f5 url(../png/down-arrow.png) right 18px no-repeat;
    border: 1px solid #cfcfcf;
    padding: 8px 12px;
    margin: 0 0 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 95%;
}

#form_container textarea {
    width: 95%!important;
    background: #f5f5f5;
    ;
    border: 1px solid #cfcfcf;
}

#form_container .asterix-nolabel {
    color: red;
    vertical-align: top;
    display: inline-block;
    margin: 6px 0 0 2px;
}

.asterix {
    color: red;
    padding-left: 2px;
}

.formfooter-section {
    margin: 10px 0;
    width: 95%;
}

input.submit_y {
    float: right;
    outline: none;
    background: #bed065;
    color: #fff;
    border: 1px solid #acc143;
    padding: 20px 30px;
    margin-top: 5px;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: 'Neue Helvetica W01';
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
}

input.submit_y:hover {
    background: #acc143;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.trustbuilder {
    clear: both;
    float: right;
    font: 13px/18px 'Rockwell W02';
    font-weight: 200;
    color: #999;
    margin: 5px 5% 40px 0;
}

.icon-lock {
    display: none;
    width: 0!important;
}

.error {
    clear: both;
    display: block;
    font: 12px/19px 'Neue Helvetica W01';
    color: red;
}

#form_container ::-webkit-input-placeholder {
    color: #666;
}

#form_container ::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
    opacity: 1;
}

#form_container :-ms-input-placeholder {
    color: #666;
}


/* Contact Page Additions */

.contact-page-details {
    margin: 10px 0;
    border-left: 5px solid #44a9cc;
    padding-left: 20px;
    font: 13px/200% 'Neue Helvetica W01';
    float: left;
    min-height: 200px;
}

.contact-page-details .contact-map {
    float: right;
    margin-left: 30px;
    padding: 4px;
    border: 1px solid hsl(0, 0%, 80%);
    border-color: hsl(0, 0%, 89%) hsl(60, 1%, 74%) hsl(60, 1%, 74%) hsl(0, 0%, 89%);
    background: hsl(0, 100%, 100%);
    -webkit-box-shadow: 1px 1px 2px 0 hsla(0, 0%, 82%, 0.2);
    -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
    box-shadow: 1px 1px 2px 0 hsla(0, 0%, 82%, 0.2);
}

.contact-page-emails i {
    vertical-align: middle;
}


/*******************************************
:--- Sidebar ---:
*******************************************/

.page-id-3694 .side-nav,
.page-id-199 .side-nav,
.page-id-903 .side-nav,
.page-id-897 .side-nav,
.page-id-2750 .side-nav,
.single-post .side-nav,
.category .side-nav,
.technology .side-nav,
.privacy-policy .side-nav,
.education-lead-generation-services .side-nav,
.social .side-nav,
.our-partners .side-nav {
    display: none;
}

.sidebar h3 {
    font: 200 20px/28px 'Rockwell W02';
    color: #444;
    text-transform: uppercase;
}

.news-wrap li {
    font: 13px/21px 'Neue Helvetica W01';
    padding-bottom: 15px;
}

.news-wrap li a {
    color: #444;
}

.side-nav ul {
    margin: 10px 0 20px 0;
}

.side-nav ul li {
    width: 100%;
    border-right: 4px solid #44A9CA;
    background: #eee;
    color: #333;
    padding: 6px 10px 6px 24px;
    margin-bottom: 4px;
    font: 14px/21px 'Neue Helvetica W01';
    opacity: 0.9;
    list-style: none;
}

.side-nav ul li:hover {
    border-right: 4px solid #44A9CA;
    background: #44A9CA;
    color: #fff;
    transition: all 0.75s ease;
}

.side-nav ul li a {
    text-decoration: none;
    color: #333;
}

.side-nav ul li:hover a {
    color: #fff;
}

.inline-logo-wrap {
    float: right;
    margin-left: 10px;
    max-width: 220px;
}

.inline-logo {
    float: right;
    padding: 10px;
    margin: 0 10px 10px 15px;
}

.inline-logo img {
    width: 100%;
}

.inline-logo.b-corp-logo img {
    background: #fafafa;
}

.rfp-wrap {
    margin: 50px 0;
    clear: both;
    background: #eee;
    padding: 10px;
    border: 5px solid #44a9cc;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 2px hsla(0, 0%, 82%, 0.2);
    -moz-box-shadow: 1px 1px 2px 2px #d0d0d0;
    box-shadow: 1px 1px 2px 2px hsla(0, 0%, 82%, 0.2);
    display: none;
}

.parent-pageid-7 .rfp-wrap,
.page-id-7 .rfp-wrap,
.page-id-24 .rfp-wrap,
.page-id-28 .rfp-wrap,
.parent-pageid-28 .rfp-wrap,
.page-id-30 .rfp-wrap {
    display: block;
}

.rfp-wrap h3 {
    font-size: 18px;
}

.rfp-wrap p {
    font: 14px/23px 'Neue Helvetica W01';
    padding: 10px;
}

.rfp-wrap .btn {
    color: #565e5f;
    margin: 5px 0 10px 0;
    border-color: #565e5f;
}

.rfp-wrap .btn:hover {
    border-color: #44a9cc;
    background: #44a9cc;
    color: #fff;
}

.rfp-wrap .btn:after {
    color: #fff;
}

.rfp-wrap .home-arrow:hover {
    opacity: 1!important;
    cursor: default;
}


/*******************************************
:--- Blog---:
*******************************************/

.post-date {
    background: #bed065;
    display: inline-block;
    padding: 0 12px;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 2px solid #acc143;
}

.prev-posts-link,
.next-posts-link {
    width: 30%;
    margin-bottom: 26px;
}

.pagination-links {
    float: left;
    text-align: center;
    width: 40%;
}

.page-numbers {
    display: inline-block;
    padding: 10px 5px;
}

.next-posts-link {
    float: left;
    text-align: left;
}

.prev-posts-link {
    float: left;
    text-align: right;
}

.prev-posts-link .btn,
.next-posts-link .btn {
    color: #565e5f;
    margin: 5px 0 10px 0;
    border-color: #565e5f;
    font-size: .75em;
    padding: 10px 35px;
}

.next-posts-link .btn:after {
    content: " ";
}

.next-posts-link .btn:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f060";
    font-weight: 900;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    left: 30px;
    font-size: 13px;
    color: #fff;
}

.prev-posts-link .btn:after,
.next-posts-link .btn:before {
    font-size: 12px;
    margin-top: 1px;
}

.next-posts-link .btn:hover:before {
    opacity: 1;
    left: 10px;
}

.prev-posts-link .btn:hover,
.next-posts-link .btn:hover {
    border-color: #44a9cc;
    background: #44a9cc;
    color: #fff;
}

.article-list {}

.article-list li {
    list-style: disc;
    margin: 12px 0 12px 15px;
}

.article-list li:last-of-type {
    margin-bottom: 12px;
}

h3.cs-section-header {
    font-weight: 600;
    font-size: 24px;
    font-family: 'Neue Helvetica W01';
    margin-bottom: 20px;
}

.gray-box {
    padding: 30px;
    background-color: #f4f4f4;
}

.student-testimonials {
    display: flex;
    margin: 40px 0;
}

.student-testimonials .quote-bubble {
    width: 110px;
    height: auto;
}

.student-testimonials .testimonial-content {
    padding: 0 20px;
    border-left: 4px solid #6FB7CF;
}

.student-testimonials .testimonial-content.left {
    border-right: 4px solid #6FB7CF;
    border-left: none;
}

.student-testimonials .testimonial-content p {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    padding: 0 0 10px 0;
}

.student-testimonials .testimonial-content span {
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.5px;
    padding-bottom: 0;
}

.icon-box-grid.one {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.icon-box-grid.two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}

.icon-box-grid.three {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
}

.icon-box {
    background: #fff;
    padding: 20px;
    line-height: 1.4;
    display: flex;
    color: #2B4162;
    font-weight: 600;
    align-items: center;
}

.icon-box img {
    padding-right: 15px;
    padding-left: 15px;
}

.icon-box p {
    padding: 0;
}

.icon-box h4 {
    font-size: 70px;
    font-weight: 800;
    font-family: 'HelveticaNeueCondensedBold';
    padding: 20px 20px 25px;
}

.pd-logos>img {
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
}

.diversity-stats {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 16px;
}

.diversity-stats .bar {
    background: linear-gradient(to left, #2B4162 0%, #2B4162 73%, #44A9CC 23%, #44A9CC 100%);
}

.stat-item {
    background-color: #f3f3f3;
    color: #2B4162;
    padding: 5px 10px;
    line-height: 1.3;
}

.turnover {
    display: grid;
    grid-template-columns: 96px auto;
    grid-gap: 16px;
}

.partners {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-auto-rows: 110px;
    justify-content: space-between;
    align-items: center;
}

.partners .partner-logo {
    padding: 20px 10px;
    max-width: 192px;
}

.partners .partner-logo img {
    max-width: 100%;
    height: auto;
}

.highlights {
    display: flex;
}

.icon-box-grid.three img.circle-icon {
    width: 60%;
    margin: 0 0 15px 20%;
}

@media (max-width: 992px) {
    .icon-box-grid.three {
        grid-template-columns: repeat(1, 1fr);
    }
    .icon-box-grid.three img.circle-icon {
        width: 40%;
        margin-left: 30%;
    }
}

@media (max-width: 767px) {
    .student-testimonials .testimonial-content p {
        font-size: 16px;
        line-height: 1.4;
    }
    .student-testimonials .quote-bubble {
        width: 70px;
    }
    .icon-box,
    .highlights {
        display: block;
    }
    .icon-box-grid.two {
        grid-template-columns: repeat(1, 1fr);
    }
    .icon-box-grid.three img.circle-icon {
        width: 60%;
        margin-left: 20%
    }
    .icon-box h4 {
        font-size: 40px;
        padding: 20px 0 10px;
    }
    .partners {
        grid-template-columns: auto auto auto;
    }
    .partners .partner-logo {
        max-width: 120px;
    }
}


/*******************************************
:--- Pre Footer Jumplinks ---:
*******************************************/

.footer-jumplinks {
    padding: 80px 0;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    /* IE6-9 */
    text-align: center;
    margin: 0 auto;
}

.footer-jumplinks .jumplink-item {
    text-align: center;
    padding: 40px 0;
}

.footer-jumplinks a {
    font-weight: 500;
    text-decoration: none;
}

.footer-jumplinks img {
    max-width: 120px;
    margin-bottom: 18px;
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.footer-jumplinks a:hover img {
    -ms-transform: scale(1.1) rotate(0);
    -webkit-transform: scale(1.1) rotate(0);
    transform: scale(1.1) rotate(0);
}


/*******************************************
:--- Footer Dark ---:
*******************************************/

.footer-dark {
    clear: both;
    font: 13px/200% 'Neue Helvetica W01';
    background: #404748;
    color: #fff;
    min-height: 400px;
}

.footer-dark h3 {
    color: #fff;
}

.footer-dark h3.footer-explore,
.footer-dark h3.footer-copyright {
    padding-left: 15px;
}

.footer-dark hr {
    border-top: 1px solid #565e5f;
}

.footer-dark a {
    color: #fff;
    text-decoration: none;
}

.footer-dark a:hover {
    text-decoration: underline;
}

.footer-dark .menu {
    padding: 10px 0;
}

.footer-dark li.parent a {
    font-weight: bold;
    font-size: 14px;
}

.footer-dark li.parent ul.sub-menu {
    padding-left: 8px;
}

.footer-dark li.parent ul.sub-menu a {
    font-weight: normal;
}

.footer-dark .address {
    padding: 10px 0;
}

.footer-dark .copyright {
    width: 100%;
}

.footer-dark .copyright p {
    float: left;
}

.social-media-links {
    margin: 10px 0 0 0;
    font-size: 28px;
}

.footer-callout {
    margin: 5px 0 10px 0;
    border: 1px dashed #fff;
    background: #373d3e;
    padding: 10px;
    font: 13px/170% 'Neue Helvetica W01';
    width: 95%;
}

.footer-logo-white {
    vertical-align: top;
    float: right;
    margin-top: -10px;
}

.footer-dark .compliance {
    font: 13px/170% 'Neue Helvetica W01';
}


/* Social share icons */

.social-share {
    margin: 20px 0 0;
}

.social-share p {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.social-button,
.social-button:visited {
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    transition: all 250ms;
    margin: 0 3px 6px 0;
    text-decoration: none;
}

.social-button:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
}

.social-button svg {
    margin-right: 2px;
    height: 10px;
}

.social-button.facebook {
    background-color: #469;
}

.social-button.twitter {
    background-color: #09f;
}

.social-button.linkedin {
    background-color: #07d;
}

.social-button.email {
    background-color: #222;
}


/*******************************************
:--- Media Queries ---:
*******************************************/


/* Large Displays */

@media (min-width: 1800px) {
    /*body {border: 5px solid blue;}*/
    /* default and OPM header */
    .sub-hero-wrap {
        height: 380px;
    }
    .sub-tiles {
        height: 380px;
    }
    .sub-logo {
        float: right;
        margin: 100px 50px 0 0;
        position: relative;
    }
    .sub-hero-content {
        z-index: 3000;
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 70%;
    }
    .sub-hero-content h1 {
        padding: 30px 0 10px 14px;
        color: #fff;
    }
    .leaflet-wrapper-larger {
        height: 1350px;
    }
}

@media (max-width: 1799px) and (min-width: 1500px) {
    /*body {border: 5px solid purple;}*/
    .leaflet-wrapper-larger {
        height: 1450px;
    }
}

@media (max-width: 1499px) and (min-width: 1201px) {
    /*body {border: 5px solid red;}*/
    .home-companies {
        min-height: 1600px;
    }
    .leaflet-wrapper-larger {
        height: 1550px;
    }
    .hdr-buttons {
        margin: -10px 0 0 40px;
    }
    .mobile-nav-link {
        display: none!important;
    }
    .main-menu li a {
        float: left;
        padding: 0 25px;
        font: 200 18px/70px 'Rockwell W02';
        color: #777;
        text-decoration: none;
    }
}

@media (max-width: 1399px) {
    /*body {border: 5px solid yellow;}*/
    .home-companies {
        min-height: 1260px;
    }
    .leaflet-wrapper-larger {
        height: 1170px;
    }
    .partners-left {
        padding: 20px 0 40px;
    }
    .left-content-wrap {
        padding: 0 40px;
    }
    .right-content-wrap {
        padding: 0 40px;
    }
    .block-quality .right-col,
    .block-companies .right-col {
        padding: 40px 0 20px 0;
    }
    /* about section page headers */
    .about-all-campus .sub-hero-wrap {
        background-image: url('../jpg/bg-about.jpg');
        background-position: left -100px;
    }
    .main-menu li a {
        float: left;
        padding: 0 15px;
        font: 200 18px/70px 'Rockwell W02';
        color: #777;
        text-decoration: none;
    }
}

@media (max-width: 1200px) {
    /*body {border: 5px solid orange;}*/
    .home-companies {
        min-height: 1560px
    }
    .leaflet-wrapper-larger {
        height: 1280px;
    }
    .sub-hero-wrap {
        padding-top: 60px;
    }
    .sub-logo {
        float: right;
        margin: 85px 20px 0 0;
        position: relative;
        max-width: 240px;
    }
    .sub-hero-content h1 {
        font: 32px/40px 'Rockwell W02'!important;
    }
    .sub-hero-content {
        z-index: 3000;
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 65%;
        padding-top: 10px;
    }
    .new-program-viability .sub-hero-wrap {
        background-image: url('../jpg/bg-viability.jpg');
        background-position: left -100px;
    }
    .student-recruitment .sub-hero-wrap {
        background-image: url('../jpg/bg-student-services.jpg');
        background-position: left -200px;
    }
    .enrollment-services .sub-hero-wrap {
        background-image: url('../jpg/bg-enrollment.jpg');
        background-position: left -150px;
    }
    .retention-services .sub-hero-wrap {
        background-image: url('../jpg/bg-retention.jpg');
        background-position: left -150px;
    }
    .creative-services .sub-hero-wrap {
        background-image: url('../jpg/bg-creative.jpg');
        background-position: left -200px;
    }
    .course-design-development .sub-hero-wrap {
        background-image: url('../jpg/bg-course-development.jpg');
        background-position: left -100px;
    }
    .upskilling-program-design-and-development .sub-hero-wrap {
        background-image: url('../jpg/bg-upskilling.jpg');
        background-position: left -200px;
    }
    /* technology section page headers */
    .technology .sub-hero-wrap {
        background-image: url('../jpg/bg-technology.jpg');
        background-position: left -150px;
    }
    /* partners section page header */
    .partners .sub-hero-wrap,
    .our-partners .sub-hero-wrap {
        background-image: url('../jpg/bg-campus.jpg');
        background-position: left top;
    }
    /* about section page headers */
    .about-all-campus .sub-hero-wrap {
        background-image: url('../jpg/bg-about.jpg');
        background-position: left -50px;
    }
    .partners .sub-hero-wrap,
    .our-partners .sub-hero-wrap {
        background-image: url('../jpg/bg-campus.jpg');
        background-position: left top;
    }
    .meet-the-leadership-team .sub-hero-wrap,
    .parent-pageid-134 .sub-hero-wrap {
        background-image: url('../jpg/bg-leadership.jpg');
        background-position: left top;
    }
    .careers .sub-hero-wrap {
        background-image: url('../jpg/bg-careers.jpg');
        background-position: left top;
    }
    .open-positions .sub-hero-wrap,
    .parent-pageid-38 .sub-hero-wrap {
        background-image: url('../jpg/bg-open-positions.jpg');
        background-position: left -150px;
    }
    .news .sub-hero-wrap {
        background-image: url('../jpg/bg-news.jpg');
        background-position: left -100px;
    }
    .single-post .sub-hero-wrap {
        background-image: url('../jpg/bg-news.jpg');
        background-position: left -100px;
    }
    .contact .sub-hero-wrap {
        background-image: url('../jpg/bg-contact.jpg');
        background-position: left -100px;
    }
    .career-logo-wrap {
        float: right;
        margin-left: 50px;
    }
    .navbar-header {
        float: right;
        margin-top: 6px;
    }
    .navbar-toggle {
        display: block;
    }
    .desktop-nav {
        display: none;
    }
    .mobile-nav-link {
        display: block!important;
    }
    #mobile-nav {
        border-left: 7px solid #44a9cc;
        border-bottom: 7px solid #fff;
    }
    #mobile-nav .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .mm-menu .mm-navbar a,
    .mm-menu .mm-navbar>* {
        color: #fff;
        font-weight: 500;
    }
    .mm-panel.mm-hasnavbar .mm-navbar {
        display: block;
        background: #44a9cc;
        color: #fff;
    }
    #mobile-nav .navbar-nav>li {
        float: none;
    }
    #mobile-nav .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #mobile-nav .main-menu,
    .main-menu li {
        float: none;
    }
    .mm-listview>li>a,
    .mm-listview>li>span {
        color: inherit;
        display: block;
        padding: 10px 10px 10px 20px;
        margin: 0;
        font: 200 18px 'Rockwell W02';
        padding-top: 20px;
    }
    #mobile-nav .main-menu li {
        border-left: none;
        border-right: none;
        border-top: none;
        height: auto;
        display: block;
        cursor: pointer;
        float: none;
        width: 100%;
        border-bottom: none;
    }
    #mobile-nav .main-menu>li {
        border-top: 1px dotted #e4e4e4;
    }
    #mobile-nav .main-menu ul.sub-menu li.current-menu-item,
    .main-menu li.menu-item-4539 {
        border-top: none;
        background: transparent;
    }
    #mobile-nav .main-menu li a {
        padding: 20px 30px;
        float: none;
        width: 100%;
        border-left-color: #fff;
    }
    #mobile-nav .main-menu li.current-menu-item,
    #mobile-nav .main-menu li.current-menu-parent {
        border-top: 1px dotted #e4e4e4;
        background: #fff;
        box-shadow: none;
    }
    #mobile-nav .main-menu li.current-menu-item a,
    #mobile-nav .main-menu li.current-menu-parent a {
        color: #bed065;
        font-weight: 500;
    }
    #mobile-nav .main-menu ul.sub-menu {
        display: block !important;
        position: static;
        box-shadow: none !important;
        border-bottom: none !important;
        border-top: 1px dotted #e4e4e4;
        background: #f9f9f9;
    }
    #mobile-nav .main-menu ul.sub-menu li a {
        font: 200 16px/22px 'Rockwell W02';
        padding: 8px 20px 8px 20px;
        display: block;
        width: 100%;
        color: #a9a9a9;
        border-bottom: 1px dotted #cfcfcf;
        text-align: left;
        padding-left: 50px;
        border: none;
    }
    .logo {
        margin: 20px 0 0 0;
    }
    .headlines {
        margin: 60px 0 0 0;
    }
    .hero-video h1 {
        font-size: 3em;
    }
    .hero-video h2 {
        font-size: 2.1em;
    }
    .layer1 {
        margin-top: 0;
    }
    .layer3 p {
        font: 22px/32px 'Neue Helvetica W01';
    }
    .block-approach .right-col {
        padding: 40px 0 60px 0;
    }
    .home-personalized {
        min-height: 500px;
        background-position: center;
    }
    .rfp-wrap .btn {
        width: 100%;
        padding: 10px 0;
    }
    .footer-logo-white {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .mission-statement .home-cta-button-wrap a {
        width: 100%
    }
    .left-content-wrap {
        padding: 0;
    }
    .right-content-wrap {
        padding: 0;
    }
    .home-quality,
    .home-companies {
        min-height: 500px;
        background-position: center;
    }
    .open-positions .sub-hero-wrap {
        background-image: url('../jpg/bg-open-positions.jpg');
        background-position: left -150px;
    }
    .about-all-campus .sub-hero-wrap {
        background-image: url('../jpg/bg-about.jpg');
        background-position: left top;
    }
    .main-menu li a {
        padding: 0 12px;
    }
    .logo {
        float: none;
        display: block;
        margin: 20px auto 0 auto;
        max-width: 260px;
    }
    .sub-hero-content.sub-hero-content-blog h1 {
        font: 28px/38px 'Rockwell W02'!important;
        font-weight: 400;
        padding: 30px 0 10px 14px;
        color: #fff;
    }
    .footer-subscribe-form {
        width: 100%;
    }
    .contact-info {
        text-align: center;
    }
    .bottom-social {
        padding: 20px 0 0 0;
    }
    .home .bottom-social {
        padding: 20px 15px 0 15px!important;
    }
    .footer-right {
        padding-left: 0;
    }
    .home .footer-right {
        padding: 0 15px;
    }
    .map-info {
        float: none;
        position: relative;
        width: 230px;
        text-align: center;
        margin: 0 auto;
    }
    .headlines {
        margin: 60px 0 0 0;
    }
    .hero-video h1 {
        font-size: 3em;
    }
    .hero-video h2 {
        font-size: 2.1em;
    }
    .partners-left {
        padding: 20px 0px 40px;
    }
    .prev-posts-link .btn:before,
    .next-posts-link .btn:after {
        content: ' ';
    }
    .leaflet-wrapper-larger {
        height: 700px;
    }
    .footer-dark {
        text-align: center;
    }
    .footer-dark .menu {
        padding: 0;
    }
    .footer-dark .menu li {
        padding: 2px 0;
    }
    .footer-callout {
        margin: 10px 0;
        border: 1px dashed #fff;
        background: #373d3e;
        padding: 10px;
        font: 13px/170% 'Neue Helvetica W01';
        width: 100%;
    }
    .contact-fields input {
        width: 93%;
    }
}

@media (max-width: 875px) {
    .home-cta-button-wrap {
        margin: 0 0 30px;
        gap: 30px;
    }
    .home-cta-button-wrap a {
        width: 100%;
    }
    .headlines {
        margin: 28px 0 0 0;
    }
    .hero-video h1 {
        font-size: 2.5em;
        line-height: 1.3em;
    }
    .hero-video h2 {
        font-size: 1.7em;
        line-height: 1.4em;
        margin-bottom: 35px;
    }
    .layer1 {
        display: block;
    }
}

@media (max-width: 767px) {
    /*body {border: 5px solid orange;}*/
    .sub-hero-wrap {
        background-position: left top!important;
    }
    .body-wrap {
        padding-top: 52px;
    }
    .navbar-toggle {
        margin: 0;
    }
    .ac-mark {
        height: 49px;
        min-width: 96px;
    }
    .ac-mark img {
        max-height: 40px;
    }
    .menu-active .body-wrap {
        top: 52px;
    }
    #breadcrumbs {
        margin-left: 0;
    }
    h2 {
        font: 40px/50px 'Rockwell W02';
        padding: 10px 0;
    }
    .sub-tiles {
        opacity: 0.7;
    }
    .sub-hero-wrap img {
        text-align: center;
        margin: 60px auto 0 auto;
    }
    .sub-logo {
        float: none;
        margin: 0;
        max-width: none;
    }
    #breadcrumbs li {
        list-style: none!important;
    }
    .main-content p {
        padding-right: 0;
    }
    p.mission {
        font-size: 20px;
        line-height: 33px;
        padding: 30px 0px 50px 0px;
    }
    .gridder-list {
        width: 45%;
    }
    .team-more {
        display: inline-block;
        padding-left: 21px;
    }
    .inline-image {
        float: none;
        max-width: 100%;
        margin: 10px 0;
    }
    .fright,
    .fleft {
        float: none;
        margin: 10px 0;
    }
    .sub-hero-content {
        display: none;
    }
    .sub-mobile-content {
        display: block;
    }
    .sub-mobile-content h1 {
        font: 40px/50px 'Rockwell W02';
        padding: 10px 0;
    }
    .layer1 {
        position: absolute;
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }
    .layer3 {
        position: relative;
    }
    .layer4 {
        position: relative;
        left: 0;
        margin: 0 auto;
        text-align: center;
        width: auto;
        height: auto;
        margin-bottom: 21px;
    }
    .hero-video h1 .bold-headline {
        display: block;
    }
    .layer4 img {
        position: relative;
        bottom: 10px;
        right: 0;
        /*max-width: 201px;*/
    }
    .home-personalized {
        min-height: 400px;
        background-position: center;
    }
    .inline-img {
        width: 100%!important;
    }
    .prev-posts-link .btn,
    .next-posts-link .btn {
        padding: 10px 30px;
    }
}

@media (max-width: 640px) {
    /*body {border: 5px solid red;}*/
    .layer1 {
        position: absolute;
        -moz-transform: scale(4);
        -webkit-transform: scale(4);
        -o-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
    }
    .headlines h1 {
        font-size: 12px;
    }
    h2 {
        font: 30px/40px 'Rockwell W02';
        padding: 10px 0;
    }
    .sub-mobile-content h1 {
        font: 30px/40px 'Rockwell W02';
        padding: 10px 0;
    }
    .gridder-list {
        width: 100%;
    }
    .contact-fields fieldset.fields {
        display: inline-block;
        width: 100%;
    }
    .inline-logo-wrap {
        width: 170px;
    }
    .inline-logo {
        float: none;
        padding: 10px;
        margin: 0 auto 10px auto;
        width: 100%;
        text-align: center;
    }
    .inline-logo img {
        margin: 0 auto;
        max-width: 100%;
    }
    .inline-logo.b-corp-logo {
        width: 100%;
    }
    .contact-page-details .contact-map {
        float: none;
        display: block;
        margin: 10px 0;
    }
    .contact-fields input {
        width: 95%;
    }
    .main-content ul.inline-list .column {
        width: 100%;
        display: block;
        float: none;
    }
    .prev-next-posts {
        margin-bottom: 140px;
    }
    .next-posts-link,
    .prev-posts-link {
        width: 50%
    }
    .pagination-links {
        left: 0;
        position: absolute;
        top: 60px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    /*body {border: 5px solid brown;}*/
    /* Hubspot Specific Styles */
    .hs_firstname,
    .hs-lastname,
    .hs-jobtitle,
    .hs-email,
    .hs-phone,
    .hs-organization {
        display: inline-block;
        width: 98%;
    }
    #form_container .hs-fieldtype-select select {
        width: 89%!important;
    }
    #form_container .hs-message textarea {
        width: 89%!important;
    }
    .actions {
        width: 89%;
    }
    input.hs-button {
        float: right;
        outline: none;
        background: #bed065;
        color: #fff;
        border: 1px solid #acc143;
        padding: 20px 30px;
        margin-top: 5px;
        -webkit-appearance: none;
        cursor: pointer;
        font-family: 'Neue Helvetica W01';
        text-transform: uppercase;
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 500;
        margin: 10px 0 0 0;
    }
    .hubspot-trustbuilder {
        margin: 5px 11% 40px 0!important;
    }
    .inline-logo-wrap {
        width: 100%;
        float: none;
        text-align: center;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .layer1 {
        position: absolute;
        -moz-transform: scale(4);
        -webkit-transform: scale(4);
        -o-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
    }
    .creative-grid li span {
        font-size: 13px;
    }
    .leaflet-wrapper,
    .leaflet-wrapper-larger {
        height: 320px;
    }
    .leaflet-popup-content {
        max-width: 170px;
    }
    .map-campus {
        display: none;
    }
    .prev-posts-link .btn,
    .next-posts-link .btn {
        font-size: 0.65em;
        padding: 10px 22px;
    }
    .prev-posts-link .btn:after,
    .next-posts-link .btn:before {
        font-size: 8px;
        margin-top: 3px;
    }
}

@media (max-width: 320px) {
    .layer1 {
        position: absolute;
        -moz-transform: scale(4);
        -webkit-transform: scale(4);
        -o-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
    }
}


/*******************************************
:--- IE Fixes ---:
*******************************************/

.ie7 .tooltip,
.ie8 .tooltip {
    display: none!important
}

.ie7 label,
.ie8 label,
.ie9 label {
    display: block!important;
    text-align: left;
}

.ie7 .required-ast-nolabel,
.ie8 .required-ast-nolabel,
.ie9 .required-ast-nolabel {
    display: none;
}

.ie8 .leaflet-wrapper,
.ie9 .leaflet-wrapper {
    background: url('../png/ie9-home-map.png') -50px top no-repeat;
    background-size: cover;
}

.ie8 .leaflet-wrapper .map,
.ie9 .leaflet-wrapper .map {
    display: none;
}


/* Sticky sidebar */

@media(min-width:991px) {
    .sticky-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        margin-bottom: 40px;
    }
    .overlap {
        margin-top: 0
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .sticky-sidebar {
        top: 0;
    }
}


/* Cookiebot overrides */

#CybotCookiebotDialogHeader,
.CookiebotWidget-main-logo,
#CybotCookiebotDialog .CybotCookiebotDialogBodyContentHeading {
    display: none !important;
}

#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
    font-size: 14px !important;
    line-height: 18px !important;
}

@media screen and (min-width: 1280px) {
    #CybotCookiebotDialog.CybotEdge {
        padding: 20px 30px !important;
    }
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons {
        max-width: 25rem !important;
    }
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction: row-reverse !important;
    }
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) {
        margin-top: 0 !important;
        margin-right: .5em !important;
    }
    #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
        margin-top: .5em !important;
    }
}


/* GDPR overrides (.CybotMultilevel) */

@media screen and (min-width: 1280px) {
    #CybotCookiebotDialog.CybotMultilevel .CybotCookiebotDialogBodyContentHeading {
        display: block !important;
    }
    #CybotCookiebotDialog.CybotEdge.CybotMultilevel #CybotCookiebotDialogBodyButtons {
        max-width: 286px !important;
    }
    #CybotCookiebotDialog.CybotEdge.CybotMultilevel #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction: column !important;
    }
    #CybotCookiebotDialog.CybotEdge.CybotMultilevel #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) {
        margin-top: .5rem !important;
    }
}