#wpadminbar {z-index: 999999999999999 !important;}

/* ---------------------------------------------------------*/
/* ------- DEFAULTS ----------------------------------------*/
/* ---------------------------------------------------------*/

/* ------ Arrows ------------- */
.right-arrow {width: 25px;}

/* -------- Design Elements ------------ */
.flick {width: 15px;}
.grey-bg {background-color: #f7f7f7;}
.hidden {display: none;}

/* ---------------------------------------------------------*/
/* ------- HEADER ------------------------------------------*/
/* ---------------------------------------------------------*/

.lg-search {
    color: #fff;
    font-size: 3rem;
    margin-right: 40px;
}

@media screen and (max-width: 1180px) {
    .m-header-top {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .wprmenu_bar #custom_menu_icon.hamburger {
        top: 30px;
        right: 30px;
        float: right !important;
        background-color: #00426b !important;
        z-index: 999999999999999999999999;
        position: fixed;
    }
    .main-navigation .menu-primary-menu-container li.current-menu-item > a {
        padding-bottom: 2px;
        border-bottom: 3px solid #4b92db;
        display: inline-block;
    }
	.location-menu h4 {font-size: 24px !important;}
}

@media screen and (max-width: 340px) {
    .main-navigation #mobile-menu .mobile-menu-top-container li {padding: 0.3em !important;}
}

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

.mobile-hide {display: block;}

/* -- Content beside sidebar triangle --*/
.content-sidebar {
  display: grid;
  grid-template-columns: 1.5fr .6fr;
  grid-gap: 40px;
}
.loaction-wrap {
  grid-template-columns: 1fr .6fr;
  grid-gap: 150px;
}
.main-content {padding-bottom: 50px;}
.sidebar-mobile {
  padding-left: 22px;
  border: 2px solid #01426a !important;
  color: #01426a;
  background-color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.06 13.06'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2301426a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eselect-down%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M6.79,9.15l3.48-3.48a.36.36,0,0,0,0-.51l-.22-.22a.36.36,0,0,0-.51,0l-3,3-3-3a.36.36,0,0,0-.51,0l-.22.22a.36.36,0,0,0,0,.51L6.27,9.15A.37.37,0,0,0,6.79,9.15Zm6.27-2.62A6.53,6.53,0,1,1,6.53,0,6.53,6.53,0,0,1,13.06,6.53Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 1em top 50%, 0 0;
  background-size: 1em auto, 100%;
}


aside.widget-area {margin-top: 35px;}
aside.sidebar-w-nav {margin-top: 63px;}
.sticky-sb {
  position: sticky;
  top: 0;
  position: -webkit-sticky; /* Safari */
}
h2.widget-title {
  font-family: proxima-nova, sans-serif;
  font-size: .8rem;
  text-transform: uppercase;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 3px 10px;
  letter-spacing: .5px;
}
ul.child {
  list-style: none;
  margin: 0px;
  padding: 0px 10px;
}
ul.child a {
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #37424A;
}
  ul.child li {margin: 10px 0;}
  ul.child li.current_page_item {
    border-bottom: 4px solid #4b92db;
    padding-bottom: 8px;
    margin-bottom: 30px;
  }

.fomo-notification-font-md .fomo-notification-content-wrapper .fomo-notification-content {
  font-size: 14px !important;
  line-height: 16px !important;
}

/* ---------------------------------------------------------*/
/* ------- HOME PAGE ------------------------------------------*/
/* ---------------------------------------------------------*/

.home-featured::before {
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.home-featured .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 120px;
  padding-top: 5rem;
  z-index: 2;
}

.home-featured .featured-left h4,
.home-featured .featured-left h1,
.home-featured .featured-left p {
  color: #fff;
  margin: 0px;
}

.home-featured .featured-left h1 {
  margin: 1rem 0;
  line-height: 3.5rem;
}

.home-featured .featured-left p {
  font-family: 'Brandon Grotesque Light';
  font-size: 24px;
  line-height: 28px;
}

/* ---------------------------------------------------------*/
/* ------- PAGES ------------------------------------------*/
/* ---------------------------------------------------------*/

.page-featured .wrapper {position: relative;}
.page-featured.Business-color, .page-featured.Design-color, .page-featured.Education-color, .page-featured.Studies-color, .page-featured.Healthcare-color, .page-featured.Technology-color, .page-featured.Media-color, .page-featured.Safety-color, .page-featured.Trades-color {
  min-height: 350px !important;
}
.page-title {
  font-size: 4rem;
  line-height: 4rem;
  font-family: 'Brandon Grotesque Regular';
  color: #fff;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0px;
}
a.breadcrumbs__link {color: #fff;}

/* -------------------- Success Stories Page ---------- */
.ss-content {
  width: 60%;
  float: left;
}
button.review {
    float: right;
    margin-top: 50px;
}

.tabcontent {
  display: none;
  padding: 6px 12px;

  border-top: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.tabcontent.active {display: block;}
.tab {
  padding: 10px 0 0;
  font-size: .8rem;
  color: #efefef;
  border-bottom: 1px solid #a9b2b1;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: 0;
  z-index: 1;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.tab button {
    padding: 5px 10px 10px;
    background-color: #fff;
    color: #a9b2b1;
    font-family: 'Brandon Grotesque Bold';
    text-transform: uppercase;
}
.tab button.active {
    color: #01426a;
    border-bottom: 5px solid #4b92db;
    padding-bottom: 5px;
}


.s-accordion, .e-accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  text-transform: uppercase;
  padding: 18px;
  width: 100%;
  outline: none;
  padding-left: 0px;
  transition: 0.4s;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}

.s-accordion:hover img.right-arrow, .e-accordion:hover img.right-arrow {
  -webkit-transform: rotateZ(-360deg);
  -ms-transform: rotateZ(-360deg);
  transform: rotateZ(-360deg);
  transition: .5s all;
}


.s-active, .s-accordion:hover, .e-active, .e-accordion:hover {background-color: #aaaaaa;}
.accord-panel {
  width: 84%;
  float: right;
}

.s-panel, .e-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.story-group {margin-bottom: 70px;}
.story-group ul {
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;

}
#Students h3.grey-h3, #Employers h3.grey-h3 {margin-bottom: 50px;}
#Students h2 span, #Employers h2 span {
  font-size: 1.8rem;
  margin-right: 15px;
}

#Students h2 span.icon-technology, #Students h2 span.icon-legal, #Employers h2 span.icon-technology, #Employers h2 span.icon-legal {font-size: 1.3rem;}
#Students h2 span.icon-business, #Employers h2 span.icon-business {font-size: 1.2rem;}

/* ---------------------------------------------------------*/
/* ------- GLOBAL BLOCKS ------------------------------------------*/
/* ---------------------------------------------------------*/



/* -------- Number Bar --------------------------------- */

.glob-numbers {
    width: 100%;
    background-image: url(../assets/bg-numbers.png);
    background-position: center;
    background-size: contain;
    font-family: 'Brandon Grotesque Bold';
    margin-top: -2px;
}

.glob-numbers .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.big-num {
    color: #fff;
    font-size: 4rem;
    line-height: 4rem;
    margin: 0px;
    font-family: 'Brandon Grotesque Bold';
}

.num-capt {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin: 0px;
    padding-left: 20px;

}

.num-cta {
    color: #fff;
    font-size: 1.4rem;
    margin: 0px;
    padding-right: 30px;
    float: left;
    line-height: 31px;
}

.numbers-l {
    background-color: #012E50;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 0;
}

.numbers-c {
    background-color: #024472;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 30px;
}

.numbers-r {
    background-color: #023C65;
    color: #fff;
    padding: 30px 0 30px 30px;
    display: flex;
    align-items: center;
}
.numbers-r.french .right-arrow {float: right;}
a:hover img.right-arrow {
  -webkit-transform: rotateZ(-360deg);
  -ms-transform: rotateZ(-360deg);
  transform: rotateZ(-360deg);
  transition: .5s all;
}


/* -------- Explore Your Program --------------------------------- */

.explore-mobile {display: none;}
.explore {margin-top: 50px;}
.explore h2 {margin: 7px 0;}
.explore .flex p,
.explore h5 {
    color: #01426a;
    margin-top: 0px;
}
.ex-left {
  font-family: proxima-nova, sans-serif;
    font-weight: 600;
  margin-bottom: 50px;
  margin-top: 0px;
  font-size: 1rem;
}
.ex-left {float: left;}
.ex-right {float: right;}
.small-i-l {
  position: relative;
  left: -30px;
  margin-bottom: -20px;

}
.empty-space {
    width: 100%;
    height: 400px;
    clear: both;
}
.explore-tour {
  background-color: #fff;
  border: 2px solid #01426a;
  text-transform: uppercase;
  color: #01426a;
  margin-bottom: 40px;
}
.explore-tour:hover{
  background-color: #01426a;
  color: #fff;
  border: 2px solid #01426a;
}

.location-bar {
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    justify-content: space-around;
    border-bottom: 1px solid;
    color: #a9b2b1;
    text-align: center;
}

/* Style the buttons */
.location-btn {
    border: none;
    outline: none;
    padding: 4px;
    margin-bottom: 6px;
    text-transform: uppercase;
    background-color: #fff;
    color: #a9b2b1;
    cursor: pointer;
}
.location-btn:hover,
.location-btn.active {color: #01426a;}
.location-group .wpb_wrapper {
    justify-content: end;
    align-items: end;
    min-height: 243px;
  }

/* Creates bar that moves below location */
.one:hover ~ hr,
.one.active ~ hr {
    margin-left: 0%;
    opacity: 1;
}
.two:hover ~ hr,
.two.active ~ hr {
    margin-left: calc(100% / 6);
    opacity: 1;
}
.three:hover ~ hr,
.three.active ~ hr {
    margin-left: calc(100% / 6 * 2);
    opacity: 1;
}
.four:hover ~ hr,
.four.active ~ hr {
    margin-left: calc(100% / 6 * 3);
    opacity: 1;
}
.five:hover ~ hr,
.five.active ~ hr {
    margin-left: calc(100% / 6 * 4);
    opacity: 1;
}
.six:hover ~ hr,
.six.active ~ hr {
    margin-left: calc(100% / 6 * 5);
    opacity: 1;
}
.location-bar hr {
    height: .25rem;
    width: calc(100% / 6);
    opacity: 0;
    margin: 0;
    background: #4b92db;
    border: none;
    transition: .3s ease-in-out;
    grid-column-start: 1;
    grid-column-end: 7;
}
.og-expander h2 {font-family: 'Brandon Grotesque Regular';}
.og-expander .vc_row-fluid .vc_col-sm-6 {width: 100%;}
.og-expander .vc_col-sm-6 ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.og-expander .vc_col-sm-6 ul li {
  display: block;
  margin: 20px 0px;
  vertical-align: top;
  height: auto;
  width: 100%;
}

/* Add bg and content colours by industry */

div#main-industry.white-background {background-color: #fff;}

.top-explore-title p {
    display: inline-block;
    padding-top: 8px;
    font-family: 'Brandon Grotesque Bold';
}
.cmb-sub {margin-top: 25px;}
.top-explore-title {color: #01426a;}
.bg-business-color .top-explore-title p {
    border-top: 2px solid #006666;
    margin-top: 30px;
}
.business-color, .bg-business-color, .Business-color, li.filterDiv.business.show.og-expanded .icon, li.filterDiv.business .icon:hover {
    background-color: #006666;
    transition: .3s;
}
li.filterDiv .icon:hover p.industry-name, li.filterDiv .icon:hover span:before {color: #fff !important;}

.og-grid li.Business:hover {
    border-bottom: 3px solid #006666;
    transition: .5s;
    padding-bottom: 11px;
}

.bg-design-color .top-explore-title p {border-top: 2px solid #009B74;}
.design-color, .bg-design-color, .Design-color, li.filterDiv.design.show.og-expanded .icon, li.filterDiv.design .icon:hover {background-color: #009B74;}
.og-grid li.Design:hover {
    border-bottom: 3px solid #009B74;
    transition: .5s;
    padding-bottom: 11px;
}
.bg-education-color .top-explore-title p {border-top: 2px solid #F3CF45;}
.education-color, .bg-education-color, .Education-color, li.filterDiv.education.show.og-expanded .icon, li.filterDiv.education .icon:hover {background-color: #F3CF45;}
li.filterDiv.education .icon:hover p.industry-name, li.filterDiv.education .icon:hover span:before {color: #01426A !important;}
.og-grid li.filterDiv.education.show.og-expanded .icon p.industry-name, li.filterDiv.education:hover .icon p.industry-name, i.filterDiv.education:hover .icon-education:before {color: #01426A;}
.Education-color .page-title, .Education-color, .Education-color a {color: #01426a;}
.Education-section div#overview h2, .Education-section div#overview h4 {color: #01426a;}
.og-grid li.Education:hover {
    border-bottom: 3px solid #F3CF45;
    transition: .5s;
    padding-bottom: 11px;
}


.bg-legalstudies-color .top-explore-title p {border-top: 2px solid #93509E;}
.legalstudies-color, .bg-legalstudies-color, .Studies-color, li.filterDiv.legal-s.show.og-expanded .icon, li.filterDiv.legal-s .icon:hover {background-color: #93509E;}
.og-grid li.Studies:hover {
    border-bottom: 3px solid #93509E;
    transition: .5s;
    padding-bottom: 11px;
}
.bg-healthcare-color .top-explore-title p {border-top: 2px solid #DE4561;}
.healthcare-color, .bg-healthcare-color, .Healthcare-color, li.filterDiv.health-c.show.og-expanded .icon, li.filterDiv.health-c .icon:hover {background-color: #DE4561;}
.og-grid li.Healthcare:hover {
    border-bottom: 3px solid #DE4561;
    transition: .5s;
    padding-bottom: 11px;
}
.bg-technology-color .top-explore-title p {border-top: 2px solid #73AF55;}
.technology-color, .bg-technology-color, .Technology-color, li.filterDiv.technology.show.og-expanded .icon, li.filterDiv.technology .icon:hover {background-color: #73AF55;}
.og-grid li.Technology:hover {
    border-bottom: 3px solid #73AF55;
    transition: .5s;
    padding-bottom: 11px;
}
.bg-media-color .top-explore-title p {border-top: 2px solid #9999CC;}
.media-color, .bg-media-color, .Media-color, li.filterDiv.media.show.og-expanded .icon, li.filterDiv.media .icon:hover {background-color: #9999CC;}
.og-grid li.Media:hover {
    border-bottom: 3px solid #9999CC;
    transition: .5s;
    padding-bottom: 11px;
}
.bg-publicsafety-color .top-explore-title p {border-top: 2px solid #663366;}
.publicsafety-color, .bg-publicsafety-color, .Safety-color, .Safety-section div#overview, li.filterDiv.publicsafety.show.og-expanded .icon, li.filterDiv.publicsafety .icon:hover {background-color: #663366;}
.og-grid li.Safety:hover {
    border-bottom: 3px solid #663366;
    transition: .5s;
    padding-bottom: 11px;
}
.bg-skilledtrades-color .top-explore-title p {border-top: 2px solid #F69240;}
.skilledtrades-color, .bg-skilledtrades-color, .Trades-color, li.filterDiv.skilledtrades.show.og-expanded .icon, li.filterDiv.skilledtrades .icon:hover {background-color: #F69240;}
.og-grid li.Trades:hover {
    border-bottom: 3px solid #F69240;
    transition: .5s;
    padding-bottom: 11px;
}

/* NP. Feb 10, 2021 */
.bg-professionaldevelopment-color .top-explore-title p {border-top: 2px solid #004650;}
.professionaldevelopment-color, .bg-professionaldevelopment-color, .Professionaldevelopment-color, .Professionaldevelopment-section div#overview, li.filterDiv.professionaldevelopment.show.og-expanded .icon, li.filterDiv.professionaldevelopment .icon:hover {background-color: #004650;}
.og-grid li.Professionaldevelopment:hover {
    border-bottom: 3px solid #004650;
    transition: .5s;
    padding-bottom: 11px;
}
.og-grid {
    list-style: none;
    padding: 0 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-color: #fff;
    max-width: 1140px;
}
#main-industry .og-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

.og-grid li.filterDiv {
    display: inline-block;
    vertical-align: top;
    min-height: 150px;
    padding-bottom: 0px;
}
p.industry-name {color: #01426A;}
.og-grid li.filterDiv.og-expanded p.industry-name {color: #fff;}
.og-grid li.filterDiv > a,
.og-grid li.filterDiv > a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
}
.og-grid li.filterDiv > a:hover {opacity: 1;}
.og-grid li.filterDiv > a img {width: 30px;}
.og-grid li.filterDiv .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}
.og-grid li.filterDiv .icon p {
    margin: 0px;
    padding-left: 20px;
}
.og-grid li.filterDiv:hover > a::after, .og-grid li.filterDiv.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 29px;
  width: 30px;
  position: absolute;
  pointer-events: none;
  right: 22px;
  margin: -50px 0 0 0;
  background-image: url('../assets/arrow-right.svg');
  content: '';
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: .3s;
}
.og-grid li.filterDiv.education > a::after {background-image: url('../assets/arrow-right-blue.svg');}
.og-grid li.filterDiv.og-expanded > a::after {
  transform: rotate(90deg);
  transition: .3s;
}
.og-expander {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
}
.og-expander-inner {
    padding: 0px 30px 50px;
    height: 100%;
    max-width: 1198px;
    margin: auto;
}
.og-expander-inner .entry-content {
    background: #fff;
    max-width: 1200px;
    padding: 10px 40px;
    margin: 0 auto !important;
}
.og-expander-inner .entry-content .vc_row:before, .og-expander-inner .entry-content .vc_row:after {display: none;}
.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.og-close::before,
.og-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.og-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.og-close:hover::before,
.og-close:hover::after {background: #333;}
.og-fullimg,
.og-details {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.og-details {padding: 0 40px 0 20px;}
.og-fullimg {text-align: center;}
.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}
.og-details h3 {
    font-weight: 300;
    font-size: 52px;
    padding: 40px 0 10px;
    margin-bottom: 10px;
}
.og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}
.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: none;
}
.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px;
}
.og-details a:hover {
    border-color: #999;
    color: #999;
}
.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -moz-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both;
}
@-webkit-keyframes loader {
    0% {background: #ddd;}
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}

@-moz-keyframes loader {
    0% {background: #ddd;}
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}

@keyframes loader {
    0% {background: #ddd;}
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}

@media screen and (max-width: 830px) {
    .og-expander h3 {font-size: 32px;}
}

@media screen and (max-width: 650px) {
    .og-fullimg {display: none;}
    .og-details {
        float: none;
        width: 100%;
    }
}

.filterDiv {
    opacity: .2;
    pointer-events: none;
}
.show {
    opacity: 1;
    pointer-events: all;
}

.show-all {display: none;}
.entry-content.explore {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}
.request {
  grid-column-start: 2;
  text-align: right;
  padding-right: 40px;
}
.request h5 {
  color: #01426a;
  margin-top: 0px;
  border-bottom: 10px solid #4b92db;
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: -10px;
}
.explore:before {display: none !important;}
.explore-right {margin-bottom: 30px;}
.explore-right li {
  padding: 13px 0;
  border-bottom: 1px solid #ababab;
  color: #37424a;
}
.explore-right a {text-decoration: none;}
.explore-right img.right-arrow.all-arrow {margin-top: 11px;}
.explore-right ul p {
    margin: 0px;
    width: 90%;
    display: inline-block;
}
.explore-left {padding-right: 10%;}
.explore-right ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: 2rem;
}
.explore-right ul li a {
    color: #01426A;
    text-decoration: none;
}

/* ------- Explore - ALL PROGRAMS ------ */
.mtl-left {margin-right: 10%;}
.mtl-left, .mtl-right {
  width: 45%;
  float: left;
}
.explore-all {
  width: 100%;
  float: left;
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 10%;
  margin-bottom: 70px;
  padding-top: 40px;
}
.explore-all.no-pad {padding-top: 0px;}
li.filterDiv.all-prog {
    width: 90%;
    margin: auto;
    opacity: 0;
    display: none;
}
li.filterDiv.all-prog.show {
  opacity: 1;
  display: block;
  transition: .5s all;
}
.all-prog {text-align: left;}
.all-prog ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.all-prog li {
    padding: 13px 0;
    width: 100%;
    border-bottom: 1px solid #ababab;
    color: #37424a;
    display: inline-block;
}
.all-prog .top-explore-title p {
    text-align: left;
    text-transform: uppercase;
    color: #01426a;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: .8em;
    display: flex;
    align-items: center;
}
img.right-arrow.all-arrow {
    float: right;
    width: 15px;
    margin-top: 6px;
}
.seal {
  max-width: 55px;
  height: auto;
  margin-right: 15px;
}

/* -------- Flex-Ed --------------------------------- */

.i-flex-ed {
    width: 20px;
    bottom: -25px;
}

.flex-ed {
    background-color: #a1006b;
    background-image: url(../assets/right-flex.png);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.flex-ed .wrapper * {color: #fff;}
.flex-ed .grid {
    grid-template-columns: .8fr 1.5fr;
    grid-gap: 50px;
    margin-top: 0px;
}
.flex-ed-media {
    display: flex;
    justify-content: flex-end;
}
.flex-ed-content h5 {margin: 0px;}
.flex-ed-content h2 {
    text-transform: uppercase;
    margin-top: 0px;
}
button.whiteBTN {
  background-color: #fff;
  padding: 15px 40px;
  color: #01426a !important;
}

/* -------- Recent Articles --------------------------------- */
.recent-art .wrapper {padding-top: 50px;}
.recent-art h2 {margin-top: 3px;}
.left-tri-recent {
    background-image: url(../assets/tri-recent.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 595px;
    height: 612px;
    width: 100vw;
    position: absolute;
    z-index: -1;
    opacity: .5;
    left: -10%;
}
.list-recent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.recent-thumb {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
p.recent-date {
    font-size: .9rem;
    color: #01426a;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
}

/* -------- Why herzing --------------------------------- */
.why-herzing .wrapper {padding: 50px 2%;}
.why-herzing h2 {margin: 0px;}


/* Satellite Campus --------------------------------- */

.sat-block {
  position: relative;
  padding: 50px 0;
}
.sat-content {width: 50%;}
.sat-img {
  position: absolute;
  right: 0;
  width: 50%;
  bottom: 0;
}
.sat-img img {
    float: right;
    max-height: 600px;
}

/* -------- Exploration Kit ------------------------- */
.exploration {
    margin: 60px auto;
    text-align: center;
}
.exploration h4 {margin: 0px;}
.exploration h2 {margin-top: 10px;}
.exploration.grey-bg {
  margin: 0px;
  padding: 50px 0;
}

/* -------- Next Step Form ------------------------- */
.next-step-form {
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: .8rem;
}
.next-step-form p {margin: 10px 0px;}
span.footnote {
  font-size: .8rem;
  color: #a9b2b1;
}
label {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #01426a;
  font-size: .8rem;
}
.next-step-form input {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #01426a;
  padding: 8px 11px;
}
input::placeholder, select::placeholder {
  color: #adaeaf;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}
.kpd-request-form__item select:first-child {color: #769ca1 !important;}
.kpd-request-form__item select {
    font-family: Proxima Nova Bold !important;
    font-size: 14px !important;
    line-height: 1.21429 !important;
    color: #004650 !important;
}
span.wpcf7-list-item {margin-left: 0px;}
.phone {display: flex;}
input.sm-cc {
  width: 40px;
  margin-right: 10px;
}
.next-left, .next-right {
  float: left;
  width: 50%;
}
.next-right {padding-left: 10px;}
.next-agree p {
  margin-top: 0px;
  margin-left: 50px;
  text-transform: initial;
  font-size: .8rem;
  font-family: proxima-nova, sans-serif;
  margin-bottom: 30px;
}
.next-submit {text-align: center;}
.next-step-form .next-agree input {
  width: 5%;
  float: left;
}
select {
    color: #adaeaf;
    border-radius: 0px;
    border: 1px solid #01426a;
    font-size: .8rem;
    display: block;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 12px 1.4em 12px .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    line-height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.06 13.06'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2301426a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eselect-down%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M6.79,9.15l3.48-3.48a.36.36,0,0,0,0-.51l-.22-.22a.36.36,0,0,0-.51,0l-3,3-3-3a.36.36,0,0,0-.51,0l-.22.22a.36.36,0,0,0,0,.51L6.27,9.15A.37.37,0,0,0,6.79,9.15Zm6.27-2.62A6.53,6.53,0,1,1,6.53,0,6.53,6.53,0,0,1,13.06,6.53Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
    background-size: 1em auto, 100%;
}
select::-ms-expand {display: none;}
select:hover {border-color: #888;}
.select-css option {font-weight:normal;}
.next-step-form .next-submit input {
  padding: 10px;
  width: 40%;
}


/* ---------- Video Bar - Story of Success ------------ */
.lity {z-index: 9999999999990;}
.vid-bar {
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: #01426a;
}
.vid-bar h2 {
  color: #fff;
  margin-bottom: 20px;
}
.vid-bar .vid-triangle {
  background-image: url(../assets/triangle-success.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-align: center;
  width: 100vw;
  background-size: contain;
  justify-content: center;
  align-items: center;
}
.vid-bar .play {
  max-width: 40px;
  margin: auto;
}

/* ---------------------------------------------------------*/
/* ------- PAGES ------------------------------------------*/
/* ---------------------------------------------------------*/

.site-content {min-height: 500px;}
.location-img .vc_column-inner {
  min-height: 257px;
  background-size: cover;
  width: 95% !important;
}

/* ----- Location Pages -------------------- */
section.location-map {padding-top: 20px;}
.grid.maps2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2%;
}
.location {margin-bottom: 40px;}
.map iframe {width: 100%;}
.map {
  width: 60%;
  float: left;
  margin-right: 3%;
}
.content-area .active-badge {box-shadow: 0px 0px 0px;}
.content-area .active-badge::before {content: none;}
.social-btns .social-icons {
    font-size: 29px;
    margin-top: 12px;
}
.social-btns .social-icons a {
    color: #01426a;
    padding-left: 10px;
}
.social-icons {text-align: right;}
.social-btns {
    border-top: 1px solid #cecece;
    padding-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    margin-bottom: 18px;
}

/* ---------------------------------------------------------*/
/* ------- PAGES - Program Overview ------------------------------------------*/
/* ---------------------------------------------------------*/
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.start-ready {color: #fff;}
.start-ready h3.highlight-text {color: #fff;}
.start-ready p {color: #fff;}
.program-overview .small-i-l {
    position: absolute;
    left: -10px;
    bottom: auto;
}
.overview-left {width: 60%;}
.overview-right {width: 40%;}
.overview-box {padding: 20px;}
  .overview-box h2, .overview-box h4, .overview-box p {
    color: #fff;
    margin: 0px;
  }
  .overview-box h2 {
    font-family: 'Brandon Grotesque Bold';
    margin: 10px 0;
  }
.overview-box p {font-size: .7rem;}

.wpb-js-composer .program-overview .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .program-overview .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #fff;
  border-color: #fff;

}
.wpb-js-composer .program-overview .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .program-overview  .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after, .wpb-js-composer .program-overview  .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before {border-color: none;}
.wpb-js-composer .program-overview .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {background-color: none;}
.wpb-js-composer .program-overview .vc_tta.vc_general .vc_tta-panel-title {
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
}
.wpb-js-composer .program-overview .vc_tta.vc_general .vc_tta-panel-title>a {padding: 14px 0;}

/* -- Instructor Section ---- */
.instructor-name {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #666;
}
.instructor-title {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: .8rem;
    color: #01426a;
    margin-top: 10px;
    margin-left: 0px !important;
}
.instructor-image {
    max-width: 12%;
    min-width: 60px;
    min-height: 60px;
    float: left;
    background-size: cover;
    border-radius: 50%;
    background-color: #01426a;
  }
.instructor-panel {
  width: 87%;
  float: right;
}
.instructor-space {
  clear: both;
  margin-bottom: 30px;
}
.why-choose {
  background-image: url('../assets/ready-to-start-bg.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-color: #01426A;
}
.why-choose .vc_column-inner {padding-top: 10px !important;}
#online .flick {display: none;}
#online h2 {
  font-family: 'Brandon Grotesque Thin';
  font-weight: normal !important;
}
@media (min-width: 768px) {
  .vc_col-sm-2\/5 {
      width: 38%;
      float: right;
  }
  .vc_col-sm-3\/5 {width: 58%;}
}
/* ---------------------------------------------------------*/
/* ------- PAGES - Blog ------------------------------------------*/
/* ---------------------------------------------------------*/

.blog-left {
    width: 60%;
    margin: 70px 0;
}
.blog-sidebar {float: right;}

/* -------- 404 Page ------------ */
.error-404 {width: 60%;}

/** Location Menu */
.location-menu {margin-bottom: 60px;}
.location-menu {
	display: flex;
	background-color: #F4F5F5;
	justify-content: center;
	align-items: center;
	padding: 40px 21px;
	position: relative;
}
.location-menu::after {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 21px solid #F4F5F5;
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.location-menu h4 {
	margin: 0 15px 0 0;
	text-transform: initial;
	font-size: 36px;
	font-weight: 600;
}
.location_dropbtn {
	display: inline-block;
  background-color: #fff;
	border: 2px solid #01426A;
  padding: 12px;
  font-size: 18px;
  cursor: pointer;
	color: #01426A;
	max-width: 400px;
	width: 400px;
}
.location_dropbtn::after {
	content: ' ';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.06 13.06'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2301426a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eselect-down%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M6.79,9.15l3.48-3.48a.36.36,0,0,0,0-.51l-.22-.22a.36.36,0,0,0-.51,0l-3,3-3-3a.36.36,0,0,0-.51,0l-.22.22a.36.36,0,0,0,0,.51L6.27,9.15A.37.37,0,0,0,6.79,9.15Zm6.27-2.62A6.53,6.53,0,1,1,6.53,0,6.53,6.53,0,0,1,13.06,6.53Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
width: 16px;
height: 16px;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
right: 12px;
	top: 17px;
}
.location-select {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: hsla(203, 98%, 21%, 0.9);
  min-width: 160px;
	width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}
.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-size: 16px;
}
.location-select a:hover {color: #efefef;}
.show-menu .dropdown-content {display: block;}
/** End Location Menu */

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

  /* Campus Pages ----------------------- */

  .map {
    width: 100%;
    float: none;
    margin-right: 0px;
  }

}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
  .entry-content tbody {
      font-size: 15px;
      line-height: 22px;
  }

  .col-55 {width: 75%;}
  .width-70 {width: 100%;}

    /* Home Page -------------------*/
    .home-featured .wrapper {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    /* Sidbar Page ------------------ */
    .content-sidebar {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 10px;
    }
    .content-sidebar .width-30 {grid-row-start: 1;}
    .sidebar-mobile {
      display: block;
      margin-bottom: 10px;
    }
    .mobile-hide {display: none;}

    /* Numbers Bar --------------------- */
    .glob-numbers .wrapper {
        display: block;
        padding: 0px;
    }

    .numbers-l, .numbers-c, .numbers-r {
    padding: 40px;
    display: block;
    text-align: center;
    }

    .numbers-r {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    /* Flex - Ed ------------------------ */
    .flex-ed .grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }


    /* Recent Articles ------------------------ */
    .list-recent {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }

    /* Sat Locations ------------------------ */
    .sat-content {width: 100%;}
    .sat-img {
      position: relative;
      width: 100%;
    }
    .sat-block {
      padding: 50px 0 0;
      margin-bottom: -6px;
      overflow: auto;
    }

    /* Programs Block ------------------------ */
    #main-industry .og-grid {grid-template-columns: 1fr 1fr;}
    .mtl-left, .mtl-right {
      width: 100%;
      float: none;
    }
    .mtl-left {margin-left: 0;}
    .explore-all {
      -moz-column-count: 1;
      -moz-column-gap: 0;
      -webkit-column-count: 1;
      -webkit-column-gap: 0;
      column-count: 1;
      column-gap: 0;
      margin-bottom: 70px;
    }

  /* ------ All Pages -------- */
  .page-title {
    font-size: 2rem;
    line-height: 2rem;
    margin-top:10px;
  }

	/** Location Menu */
	.location-select {width: 100%;}
	.location_dropbtn {
		width: 100%;
		max-width: 100%;
	}
	.location-menu h4 {display: none;}
	/** End Location Menu */

}


/* Phones  */
@media (max-width: 575.98px) {
  .mobile-hide {display: none;}
  .mobile-show {display: block;}
  .col-55 {width: 95%;}
  .col-60 {width: 90%;}
  .entry-content {padding: 0px;}
  .flex-end {display: block !important;}
  .grid.maps2 {grid-template-columns: 1fr;}
  #scrollBtn {
    width: 40px;
    height: 40px;
    background-size: 19px 19px;
  }
  /* -------- 404 Page ------------ */
  .error-404 {width: 80%;}

    /* Home Page ----------------------- */
    .glob-numbers .wrapper {grid-template-columns: 1fr;}

    /* Number Bar ----------------------- */
    .numbers-r {
        grid-column-start: auto;
        grid-column-end: auto;
    }

    /* Flex - Ed ------------------------ */
    .flex-ed .grid {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }

    .flex-ed {background-size: cover;}

    /* Featured Stories ---------------------------- */
    .f-story h2 {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .f-story-caption {padding: 60px 20px 200px;}
    .more-stories {grid-template-columns: 1.5fr .5fr;}

  /* Explore Page ---------------------------- */
    .global-explore .locations .location-btn {padding: 10px !important;}
    .ex-accordion {
      border: 2px solid #01426a !important;
      color: #01426a;
      background-color: #fff;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      transition: 0.4s;
      display: block;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.06 13.06'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2301426a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eselect-down%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M6.79,9.15l3.48-3.48a.36.36,0,0,0,0-.51l-.22-.22a.36.36,0,0,0-.51,0l-3,3-3-3a.36.36,0,0,0-.51,0l-.22.22a.36.36,0,0,0,0,.51L6.27,9.15A.37.37,0,0,0,6.79,9.15Zm6.27-2.62A6.53,6.53,0,1,1,6.53,0,6.53,6.53,0,0,1,13.06,6.53Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat, repeat;
      background-position: right 1em top 50%, 0 0;
      background-size: 1em auto, 100%;

    }
    .ex-right {padding-right: 5%;}
    .location-bar {
      display: block;
      margin-top: 15px;
    }
    .location-btn {
      display: block;
      padding: 7px 4px;
      margin-bottom: 6px;
    }
    .show-all {display: none;}
    .entry-content.explore {
      display: block;
      padding: 0px;
    }
    .og-expander-inner {padding: 0px 5%;}

    /* Style the accordion panel. Note: hidden by default */
    .locations {
      padding: 0 18px;
      background-color: white;
      display: none;
      overflow: hidden;
    }

    /* Program Page ----------------------- */
    .instructor-panel {width: 78%;}

    .story-group ul {
      grid-template-columns: 1fr;
      grid-gap: 15px;
    }
    .accord-panel {width: 77%;}
    .location-img .vc_column-inner {width: 100%;}
}




/* Explore New Code */
.global-explore .ex-accordion-desktop {
  background-color: transparent;
  color: #01426a;
  text-transform: uppercase;
  margin: auto;
  display: block;
  text-align: center;
	cursor: pointer;
  position: relative;
	padding: 25px 25px 25px 0;
}
button.ex-accordion-desktop.explore-desktop::after {
    content: ' ';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.06 13.06'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2301426a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eselect-down%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M6.79,9.15l3.48-3.48a.36.36,0,0,0,0-.51l-.22-.22a.36.36,0,0,0-.51,0l-3,3-3-3a.36.36,0,0,0-.51,0l-.22.22a.36.36,0,0,0,0,.51L6.27,9.15A.37.37,0,0,0,6.79,9.15Zm6.27-2.62A6.53,6.53,0,1,1,6.53,0,6.53,6.53,0,0,1,13.06,6.53Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 1.1em;
    height: 1.1em;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 1px;
}
.global-explore.campus-selected .ex-accordion-desktop {border-bottom: 3px solid #4b92db;}
.global-explore .locations {margin-bottom: 25px;}
.global-explore .locations .location-btn {
  padding: 2rem 2rem 16px;
  color: #01426a;
  margin-bottom: 15px;
}
.global-explore .locations .location-btn.active {
  padding-bottom: 11px;
  border-bottom: 5px solid #4b92db;
}
.global-explore .locations .location-btn:hover {
  border-bottom: 5px solid #4b92db;
  padding-bottom: 11px;
  transition: .3s;
}

.global-explore #og-grid {
	display: none;
  margin-bottom: 70px;
}
.campus-selected .select-campus {border-bottom: 1px solid #bbb;}
@media (max-width: 575.98px) {
  .global-explore .ex-accordion-desktop {
    width: 100%;
    text-align: left;
    padding-left: 22px;
    border: 1px solid;
    border: 2px solid #01426a !important;
    color: #01426a;
    background-color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    margin-bottom: -54px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    display: block;
  }
  button.ex-accordion-desktop.explore-desktop::after {right: 12px;}
}
.xdsoft_datetimepicker {z-index: 9999999999 !important;}
.contact-request-form {
    width:46%;
    display: inline-block;
}

@media screen and (max-width: 768px){
    .contact-request-form {
        width:100%;
        display: block;
    }
}

.entry-content.explore button,
.entry-content.explore .request a {cursor: pointer;}

/* styling for kompass sidebar  added 5212021 by HEM */
.kompass-sidebar-cta .panel-top-bar h3{
  color: #fff;
  margin: 4px;
  text-transform: uppercase;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: .9em;
  line-height: 1.4rem;
}

.kompass-sidebar-cta  .gfq-panel h4{
  font-family: proxima-nova, sans-serif;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.kompass-sidebar-cta .bg-req-form p,.kompass-sidebar-cta .bg-req-form.mobile_phone_container {margin-bottom: 20px !important;}
.kompass-sidebar-cta .txt-optin .optin{
    width: auto;
    margin-right: 15px;
    margin-bottom: 5px;
}

.kompass-sidebar-cta .bg-req-form .req{
  border: none;
  border-radius: 0px;
  background-color: #004650;
  color: #fff !important;
  letter-spacing: 1px;
  font-size: .8rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  padding: 14px 36px !important;
  text-align: center !important;
}
.kompass-sidebar-cta .bg-req-form .req:hover{
  cursor: pointer;
  background-color: #4c7d84 !important;
}

.kompass-sidebar-cta .parsley-errors-list {
  list-style: none;
  margin: 0;
  color: #004650;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  text-transform: uppercase;
}

.kompass-sidebar-cta .parsley-custom-error-message {
  font-size: 12px;
  padding: 5px;
  margin: 0 !important;
  font-family: proxima-nova, sans-serif !important;
}
.kompass-sidebar-cta .bg-req-form textarea,.kompass-sidebar-cta .bg-req-form input{
  padding-left: 10px;
  color:#666 !important;
}
.kompass-sidebar-cta .bg-req-form input::-webkit-input-placeholder,.kompass-sidebar-cta .bg-req-form textarea::-webkit-input-placeholder { /* Edge */
  font-weight: 500;
  font-family: proxima-nova, sans-serif !important;
  color:#adaeaf !important;
}

.kompass-sidebar-cta .bg-req-form input:-ms-input-placeholder,.kompass-sidebar-cta .bg-req-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 500;
  font-family: proxima-nova, sans-serif !important;
  color:#adaeaf !important;
}

.kompass-sidebar-cta .bg-req-form input::placeholder,.kompass-sidebar-cta .bg-req-form textarea::placeholder {
  font-weight: 500;
  font-family: proxima-nova, sans-serif !important;
  color:#adaeaf !important;
}

@media (max-width: 575.98px){
  .kompass-sidebar-cta .badges {
      display: flex;
      height: 85px;
      background-color: #fff;
      justify-content: center;
  }
  .page-template-page-kompass-program-overview #chat-widget-container,.page-id-3523 #chat-widget-container,.page-template-page-kompass-regular #chat-widget-container,.page-template-page-kompass-register-online #chat-widget-container,.page-template-page-kompass-register-courses #chat-widget-container,.page-template-page-kompass-request-information #chat-widget-container{
    right: 40px !important;
    max-width: 80% !important;
    max-height: calc(100vh - 200px) !important;
    scroll-behavior: auto;
    overflow-y: auto;
    bottom:100px !important;
  }

}

/* override chat button for kompass */
.kompass-sidebar-cta .ask-badge .icon {background-image: url(../assets/info_side-bar_cta_web.svg);}
.kompass-sidebar-cta .ask-badge:hover .icon,.kompass-sidebar-cta .ask-badge.active-badge .icon {background-image: url(../assets/info_side-bar_cta_web_white.svg) !important;}
.kompass-sidebar-cta .chat-badge .icon {background-image: url(../assets/chat_side-bar_cta_web.svg);}
.kompass-sidebar-cta .chat-badge.active-badge .icon,.kompass-sidebar-cta .chat-badge:hover .icon {background-image: url(../assets/chat_side-bar_cta_web_white.svg);}
.kompass-sidebar-cta .active-badge::before, .kompass-sidebar-cta .gfq-badge:hover::before {border-color: transparent #4c7d84 transparent;}
.kompass-sidebar-cta .gfq-badge:hover .hover-text {color:#fff;}
.kompass-sidebar-cta .panel-top-bar {background-color:#004650 !important;}
.new-kompass-sidebarform .select{background-image: url(../assets/ardown.svg) !important;}

/* override main site CTA */
@media (max-width: 1080px){
  #ctaWidget {display: block !important;}
}
/* end override */

/* update kompass homepage change mobile background image position */
@media screen and (max-width:768px){
  .page-template-kpd-front-page .kpd-block-testimonial__background {background-position: 20% center !important;}
}

/* mobile menu */
#kpd-header-mobile .kpd-shopping-cart{
  margin-left: auto;
  margin-right: 30px;
}
#kpd-header-mobile .kpd-shopping-cart a i {color:#FFF !important;}

.Helcim_Error{
    width:100%;
    padding:5px 10px !important;
    margin:10px auto !important;background-color:#f2dede;
    color:#7F2626 !important;
    border:1px solid #7F2626;
    border-radius:3px;
}
.form-group{
  display:block;
  width:100%;
}
.form-group input {width:100%;}

/* KDP Fix overides main.css conflicts*/
body.kpd-theme strong {font-family: 'Proxima Nova Regular' !important;}
.kpd-theme h4 {font-family: 'Proxima Nova Regular' !important;}


/*** From backend ***/
button[onclick*="edm"] {display:none !important;}
.kpd-color--accent-1 a {color: #4c7d84 !important;}
.herzing-block__blogpost {width: 100%;}
.herzing-block__blogpost-image {margin-bottom: 20px;}
.herzing-block__blogpost-title h4 {margin-top: 0;}
.herzing-block__blogpost-title h4 a {color: #01426a;}
.herzing-block__blogpost-links a.blog-post-link {
    font-size: 14px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
}
.herzing-block__blogpost-content p {margin-top: 0;}
.block-style-wide {display: flex;}
.block-style-wide .herzing-block__blogpost-image {
    max-width: 342px;
    margin-right: 20px;
    margin-bottom: 0;
}
.block-style-wide .herzing-block__blogpost-image img {
    width: 100%;
    height: auto;
}

.overview-box {color: #fff;}
.overview-box a {
    color: #fff;
    text-decoration: underline;
}
.overview-box ul {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 16px;
}
.overview-box ul li {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 16px;
}
.active-onl .filterDiv {display: none !important;}
.filterDiv.onl {display: none !important;}
.active-onl .filterDiv.onl {
    display: block !important;
    height: auto !important;
    grid-column: 1/span 4 !important;
}
.active-onl .filterDiv.onl .program-content {margin-top: 30px;}
.onl.all-prog > li {border-bottom: 0 !important;}
.onl.all-prog .top-explore-title p {border-top: 0 !important;}

/** Kompass form page fix **/
body.page-template-page-kompass-payment.sub-fix #chat-widget-container,
body.page-template-page-kompass-register-online.sub-fix #chat-widget-container {bottom: 0 !important;}
.site-header.sub-fix {
    position: relative;
    margin-bottom: 30px;
}
.site-header.sub-fix #menu-kompass-header-navigation > li {padding-bottom: 0;}
.site-header.sub-fix #menu-kompass-header-navigation > li > a {
    font-size: 16px;
    line-height: 1.125rem;
}
.site-header.sub-fix .site-title {position: relative;}
.site-header.sub-fix .site-title a {
    width: 142px;
    height: 33px;
}
.site-main.sub-fix .entrySB {margin-top: 0 !important;}
/** End Kompass form page fix **/

@media (max-width:768px) {
    .block-style-wide {display: block}
    .block-style-wide .herzing-block__blogpost-image 	{
        max-width: 100%;
        margin-right: 0;
    }
}

/** Kompass form page fix **/
@media (max-width:984px) {
    .site-header.sub-fix .site-header-main {padding-top: 12px;}
    .site-header.sub-fix .socialNavTop {display: none;}
    .site-header.sub-fix .service-buttons__online-student-login {
        top: 17px !important;
        right: 10px;
    }
    .site-header.sub-fix .topNav {
        position: relative;
        top: 15px !important;
        right: 10px;
    }
    .site-header.sub-fix #menu-kompass-header-navigation > li > a {
        font-size: 12px;
        line-height: 1rem;
    }
    .site-main.sub-fix .entrySB__header {margin-bottom: 0 !important;}
}
/** End Kompass form page fix **/

/* program h2 to h1 style switch */
.new-program-head {
    font-family: 'Brandon Grotesque Regular';
    font-size: 2rem;
    line-height: 2.4rem;
    color: #01426a;
    text-transform: capitalize;
}
/*** End From backend ***/