/*
Theme Name: College of the Mainland
/*
/**** Foundation.css ****/
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  clear: both;
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  min-width: 0;
  max-width: none;
}
.row.collapse .columns {
  padding: 0;
}
.row .row.collapse {
  margin: 0;
}
.columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}
.columns.centered {
  float: none;
  margin: 0 auto;
}
.one,
.row .one {
  width: 8.33333%;
}
.two,
.row .two {
  width: 16.66667%;
}
.three,
.row .three {
  width: 25%;
}
.four,
.row .four {
  width: 33.33333%;
}
.five,
.row .five {
  width: 41.66667%;
}
.six,
.row .six {
  width: 50%;
}
.seven,
.row .seven {
  width: 58.33333%;
}
.eight,
.row .eight {
  width: 66.66667%;
}
.nine,
.row .nine {
  width: 75%;
}
.ten,
.row .ten {
  width: 83.33333%;
}
.eleven,
.row .eleven {
  width: 91.66667%;
}
.twelve,
.row .twelve {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .row {
    clear: both;
    width: auto;
    min-width: 0;
  }
  .columns {
    float: none;
    width: auto !important;
  }
  .columns:last-child {
    float: none;
  }
  .columns:before,
  .columns:after {
    content: "";
    display: table;
  }
  .columns:after {
    clear: both;
  }
}

/**** Common.css ****/

main * {
  outline: none;
  text-decoration: none;
  /*transition:background 0.3s linear; 
	-webkit-transition:background 0.3s linear; 
	-moz-transition:background 0.3s linear;*/
}
img {
  max-width: 100%;
  height: auto;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main strong {
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1.1;
}
main p {
  margin: 0 0 22px;
}

/**** Owl.Carousel.css ****/

#owl,
#owl2,
#owl3 {
  z-index: 1;
  clear: both;
  padding: 0;
  position: relative;
}
#owl {
  padding-right: 115px;
}
#owl2 {
  padding-left: 150px;
}
.owl-stage-outer {
  z-index: 9999;
  overflow: hidden;
  position: relative;
}
#owl .owl-item,
#owl2 .owl-item,
#owl3 .owl-item {
  float: left;
}
#owl .item,
#owl2 .item {
  padding: 0;
  position: relative;
}
#owl2 .item {
  padding: 0;
}
#owl3 .item {
  position: relative;
  padding-left: 100px;
}
.owl-controls {
  text-align: center;
}
.owl-nav {
  left: 0;
  top: 0;
  width: 150px;
  z-index: 9999;
  position: absolute;
}
.owl-nav.disabled {
  display: none;
}
#owl .owl-prev,
#owl2 .owl-prev,
#owl .owl-next,
#owl2 .owl-next {
  left: 58px;
  width: 33px;
  height: 55px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  background-image: url(/_resources/images/smarter-education/slider-arrows.png);
}
#owl .owl-prev,
#owl2 .owl-prev {
  top: 0;
  background-position: top;
}
#owl .owl-next,
#owl2 .owl-next {
  top: 107px;
  background-position: bottom;
}
#owl .owl-prev:hover,
#owl .owl-next:hover,
#owl2 .owl-prev:hover,
#owl2 .owl-next:hover {
  opacity: 0.8;
}
.owl-dots {
  top: 0;
  right: 0px;
  width: 102px;
  height: auto;
  position: absolute;
  text-align: center;
  z-index: 99999 !important;
}
.owl-dot {
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
  border-radius: 0;
  background: #fff;
  margin-left: 14px;
  border: 0px solid #fff;
}
/*.owl-dot+.owl-dot {
	margin-left: 0px 
}*/
.owl-dot:hover,
.owl-dot.active {
  background: #002f87;
}

/* Owl.Carousel - end
================================================== */

/**** Main.css ****/

body {
  margin: 0;
  float: left;
  width: 100%;
  background: #fff;
}
main {
  color: #43484b;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "PT Sans", "Roboto", sans-serif;
}
main h2 {
  font-family: "PT Sans", "Roboto", sans-serif;
}
.banner {
  float: left;
  width: 100%;
  padding-top: 52px;
  padding-bottom: 70px;
  background-color: #293b7b;
  background-image: url(/_resources/images/smarter-education/banner.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.banner-content {
  float: right;
  width: 468px;
  max-width: 100%;
  margin-right: 150px;
}
.banner-content h2 {
  color: #fff;
  font-size: 78px;
  position: relative;
  padding-bottom: 30px;
}
.banner-content h2::after {
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
  width: 440px;
  max-width: 100%;
  background: #fff;
  position: absolute;
}
.banner-content h3 {
  color: #d5d5cd;
  font-size: 46px;
}
.banner-content p {
  color: #fff;
}
.banner-content a {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
}
.banner-content a:hover {
  color: #d5d5cd;
}
.affordable-carousel {
  width: 100%;
  clear: both;
  display: block;
  margin-top: -40px;
  background: #f6b436;
  margin-bottom: 40px;
  padding: 35px 35px 12px 55px;
}
.affordable-carousel #owl .item {
  width: 750px;
  max-width: 100%;
}
.affordable-carousel h3 {
  color: #002f87;
  font-size: 46px;
}
.affordable-carousel p {
  color: #282828;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}
.explore-programs {
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
  margin: 2em 0 4em;
}
.explore-programs h2 {
  color: #002f87;
  font-size: 68px;
}
.explore-programs p {
  color: #42484a;
  font-weight: 500;
}
.explore-programs strong {
  color: #002f87;
  font-weight: 700;
}
.grey-area {
  width: 100%;
  clear: both;
  display: block;
  background: #f4f4f8;
}
.mb80 {
  padding-bottom: 80px;
}
.programs-wrapper {
  width: 100%;
  clear: both;
  display: block;
  margin-top: -25px;
  margin-bottom: 0px;
}
.academic-programs {
  width: 100%;
  clear: both;
  color: #fff;
  display: block;
  position: relative;
  margin-top: 8px;
  padding: 35px 160px;
  background: #002f87;
  cursor: pointer;
}
.academic-programs::before {
  top: 50%;
  color: #fff;
  right: 25px;
  font-size: 24px;
  content: "\f078";
  line-height: 24px;
  margin-top: -12px;
  position: absolute;
  font-family: FontAwesome;

  transform: rotate(180deg);
}
.academic-programs.on::before {
  transform: rotate(0deg);
}
.academic-continuing {
  background: #4272b5;
}
.academic-adult {
  background: #5d9edb;
}
img.pro-icons {
  left: 45px;
  width: 85px;
  position: absolute;
}
h3.pro-heading {
  color: #fff;
  font-size: 46px;
}
p.pro-content {
  color: #fff;
  margin: 0 0 12px;
  font-weight: 700;
}
a.view-all {
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}
a.view-all:hover {
  color: #d5d5cd;
}
.show-hide-wrapper {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  display: none;
}
.ShowHide {
  float: left;
  width: 100%;
}
h6.clicktoshow {
  margin: 0;
  color: #43484b;
  font-size: 18px;
  cursor: pointer;
  line-height: 20px;
  position: relative;
  background: #ffffff;
  padding: 15px 60px 15px 25px;
  border-top: 1px solid #dddddd;
  border-left: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ShowHide:last-child h6.clicktoshow {
  border-bottom: 2px solid #dddddd;
}
.ShowHide:nth-child(even) h6.clicktoshow {
  background: #ebebeb;
}
h6.clicktoshow.on {
  color: #002f87 !important;
  background: #d7d7ce !important;
}
h6.clicktoshow:after {
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  line-height: 50px;
  color: #43484b;
  font-size: 18px;
  content: "\f067";
  position: absolute;
  font-weight: normal;
  text-align: center;
  font-family: FontAwesome;
  border-left: 2px solid #dddddd;
}
h6.clicktoshow.on:after {
  color: #fff;
  content: "\f068";
  background: #002f87;
}
.hidecontent {
  float: left;
  width: 100%;
  display: none;
  position: relative;
  background: #d7d7ce;
}
/*.hidecontent-blue::after {
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	content: '';
	position:absolute;
	background: #002f87;
}*/
.hidecontent-left {
  /*float: left;*/
  width: 50%;
  padding: 25px 40px;
}
a.apply-btn {
  color: #fff;
  float: left;
  font-size: 27px;
  font-weight: 700;
  padding: 3px 30px;
  background: #002f87;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 2px solid #002f87;
}
a.apply-btn:hover {
  background: none;
  border: 2px solid #002f87;
  color: #002f87;
}
a.apply-btn:last-child {
  margin-right: 0;
}
.financial-wrapper {
  float: left;
  width: 100%;
  margin-top: -30px;
  position: relative;
  margin-bottom: 80px;
}
.financial-content {
  float: left;
  width: 70.3%;
  background: #f6b436;
  padding: 45px 24% 45px 100px;
}
.financial-content h2 {
  color: #2a3b7c;
  font-size: 68px;
  margin-bottom: 20px;
}
.financial-content h3 {
  color: #2a3b7c;
  font-size: 38px;
  line-height: 1.25;
  padding-top: 15px;
  position: relative;
}
.financial-content h3::before {
  left: 0;
  top: 0;
  content: "";
  width: 36px;
  height: 4px;
  position: absolute;
  background: #c20430;
}
p.fontweight-medium {
  font-weight: 500;
}
.financial-links {
  float: left;
  width: 344px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.financial-links li {
  margin-bottom: 15px;
}
.financial-links a {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  line-height: 32px;
  border-radius: 5px;
  background: #2a3b7c;
  position: relative;
  padding: 0 28px 0 12px;
  border: 1px solid #2a3b7c;
}
.financial-links a::after {
  top: 0;
  right: 8px;
  color: #fff;
  font-size: 15px;
  content: "\f054";
  position: absolute;
  font-weight: normal;
  font-family: FontAwesome;
}
.financial-links a:hover {
  background: #094ccc;
}
.financial-pic {
  top: 50%;
  left: 100%;
  width: 50%;
  float: right;
  position: absolute;
  transform: translate(-100%, -50%);
}
.financial-apply {
  float: right;
  background: #2a3b7c;
  padding: 45px 100px 45px 24%;
}

.financial-apply ol {
  color: #fff;
  margin: 0 0 2rem;
  padding-left: 1.5rem
}

.financial-apply ol a {
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
}

.financial-apply ol a:hover {
  color: rgba(255,255,255,0.9);
}

.financial-apply ol li {
  margin-bottom: 1rem;
}

.financial-apply h2,
.financial-apply h3 {
  color: #f6b436;
}
.financial-apply p {
  color: #fff;
}
.financial-apply h3::before {
  background: #fff;
}
.financial-apply a.apply-btn {
  color: #002f87;
  background: #f6b436;
  border: 2px solid #f6b436;
}
.financial-apply a.apply-btn:hover {
  color: #fff;
  background: none;
  border: 2px solid #fff;
}
.apply-pic {
  left: 0;
  transform: translate(-0%, -50%);
}
.apply-content {
  float: left;
  width: 100%;
}
.apply-content > div {
  float: left;
}
.apply-content ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.apply-content .apply-admissions {
  width: 44%;
}
.apply-content .apply-operation {
  width: 56%;
  padding-left: 3%;
}
.apply-content li {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
  font-family: "PT Sans", "Lato", sans-serif;
}
.apply-content li a {
  text-decoration: underline;
}
.apply-content h6 {
  color: #fff;
  font-size: 18px;
  font-family: "PT Sans", "Lato", sans-serif;
}
.success {
  float: left;
  width: 100%;
  margin-top: -30px;
  text-align: center;
  margin-bottom: 25px;
}
.success h2 {
  color: #002f87;
  line-height: 1;
  font-size: 68px;
  margin-bottom: 10px;
}
.success p {
  font-weight: 700;
}
.success-carousel {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: -114px;
}
.success-carousel #owl2 .item {
  color: #fff;
  min-height: 620px;
  background-color: #002f87;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.success-carousel-content {
  float: left;
  width: 650px;
  max-width: 100%;
  padding: 40px 60px;
}
.success-carousel-content h2 {
  font-size: 85px;
  font-weight: 900;
}
.success-carousel-content > div {
  padding-top: 50px;
  position: relative;
}
.success-carousel-content p.fontweight-medium {
  font-size: 39px;
  line-height: 1.2;
}
.success-carousel-content > div::before {
  font-family: serif;
  left: 0;
  top: 40px;
  content: "\201C";
  line-height: 1px;
  font-size: 90px;
  font-weight: 700;
  position: absolute;
}
a.learnmore {
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}
a.learnmore:hover {
  color: #d5d5cd;
}
.white-area {
  margin-top: 175px;
  padding-bottom: 25px;
}
.contact-us {
  padding-right: 50px;
  margin-bottom: 50px;
}
.contact-us h2 {
  color: #002f87;
  font-size: 68px;
  margin-bottom: 25px;
}
.main-campus {
  width: 100%;
  clear: both;
  margin-top: 18px;
  padding-top: 32px;
  position: relative;
  display: inline-block;
}
.main-campus::before {
  left: 0;
  top: 0;
  content: "";
  width: 36px;
  height: 4px;
  position: absolute;
  background: #002f87;
}
.main-campus h6 {
  font-size: 18px;
  font-family: "PT Sans", "Lato", sans-serif;
}
.main-campus p {
  margin: 0 0 10px;
  font-family: "PT Sans", "Lato", sans-serif;
}
.contact-form {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding-right: 12%;
}
.contact-form label {
  float: left;
  width: 100%;
  color: #002f87;
  padding: 0 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-form label i {
  color: #ccc;
  float: right;
  font-size: 18px;
}
.contact-form div.contact-field {
  float: left;
  width: 100%;
  padding: 0 12px;
  margin-bottom: 18px;
}
.half-div {
  width: 50% !important;
}
input[type="text"],
input[type="email"],
textarea {
  margin: 0;
  float: left;
  width: 100%;
  height: 50px;
  padding: 12px;
  color: #43484b;
  font-size: 18px;
  font-weight: 700;
  background: #f7f7fa;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.15);
  font-family: "PT Sans", "Lato", sans-serif;
}
textarea {
  height: 140px;
  resize: none;
}
select {
  width: 100%;
  padding: 12px;
  background: #f7f7fa;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.15);
  font-family: "PT Sans", "Lato", sans-serif;
}
.reskilling-submit {
  margin: 0;
  float: left;
  width: 100%;
  height: 60px;
  padding: 12px;
  cursor: pointer;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  background: #2a3b7c;
  border-radius: 6px;
  border: 1px solid #2a3b7c;
}
.reskilling-submit:hover {
  color: #2a3b7c;
  background: #fff;
}

.hidecontent-right {
  /*top: 0;
	right: 0;
	position: absolute;
	float:left;*/
  width: 50%;
  z-index: 11;
  color: #fff;
  height: 100%;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 65px;
  padding-bottom: 20px;
  background: #002f87;
}
.hidecontent-right span {
  width: 100%;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}
.hidecontent-right h3 {
  font-size: 40px;
}
.hidecontent-right > div {
  float: left;
  padding: 0 15px;
  margin-bottom: 10px;
}
.program-length {
  width: 50%;
}
.program-full-length {
  width: 100%;
}
.hiden-right-arrow {
  top: 0;
  right: 0;
  width: 52px;
  height: 100%;
  z-index: 111;
  position: absolute;
  border-left: 2px solid #fff;
  color: #fff;
}
.hiden-right-arrow::after {
  top: 50%;
  left: 50%;

  font-size: 22px;
  content: "\f054";
  position: absolute;
  font-weight: normal;
  font-family: FontAwesome;
  transform: translate(-50%, -50%);
}
.hiden-right-arrow:hover {
  color: #f6b436;
}
.financial-hiden-pic {
  display: none;
  margin: 0 auto 15px;
}
.mytable {
  display: table;
}
.hidecontent-left,
.hidecontent-right {
  display: table-cell;
  vertical-align: top;
}
.white-area .financial-wrapper {
  margin-top: 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1297px) {
  .banner-content {
    margin-right: 30px;
  }
  .explore-programs h2 {
    font-size: 58px;
  }
  .financial-content {
    padding: 45px 24% 45px 40px;
  }
  .financial-content h2 {
    font-size: 50px;
  }
  .financial-content h3 {
    font-size: 32px;
  }
  .financial-apply {
    padding: 45px 40px 45px 24%;
  }
  
  #owl2 {
    padding-left: 80px;
  }
  .owl-nav {
    width: 80px;
  }
  #owl2 .owl-prev,
  #owl2 .owl-next {
    left: 22px;
  }
}
@media only screen and (max-width: 1023px) {
  .explore-programs h2 {
    font-size: 40px;
  }
  .academic-programs {
    padding-right: 65px;
  }
  
}
@media only screen and (max-width: 767px) {
  a.apply-btn {
    margin-right: 0px;
  }
  .columns {
    padding: 0;
  }
  .banner-content {
    margin-right: 0px;
  }
  .banner-content h2 {
    font-size: 72px;
  }
  #owl {
    padding-right: 30px;
  }
  .owl-dots {
    width: 20px;
  }
  .owl-dot {
    margin-bottom: 14px;
    margin-left: 0;
  }
  .affordable-carousel p {
    font-size: 20px;
  }
  .affordable-carousel {
    padding: 30px 30px 12px;
  }
  .explore-programs {
    padding: 0 35px;
  }
  .academic-programs {
    padding: 35px 25px;
  }
  img.pro-icons {
    position: unset;
  }
  .academic-programs::before {
    top: 30px;
    margin-top: 0;
  }
  h3.pro-heading {
    margin-top: 18px;
  }
  .hidecontent-blue::after {
    display: none;
  }
  .hidecontent-left {
    width: 100%;
    padding: 25px 15px;
  }
  .hidecontent-left > div {
    width: 100%;
    text-align: center;
  }
  .hidecontent-left a.apply-btn {
    float: none;
    display: inline-block;
  }
  .programs-wrapper {
    margin-bottom: 0px;
  }
  .financial-content {
    width: 100%;
    padding: 40px 25px;
  }
  .financial-content h2 {
    font-size: 60px;
  }
  .financial-content h3 {
    font-size: 28px;
  }
  .financial-pic {
    display: none;
  }
  .apply-content ul {
    width: 100% !important;
    padding: 0 !important;
  }
  .success {
    padding: 0 25px;
  }
  
  .success p br {
    display: none;
  }
  #owl2 {
    padding-left: 0;
    padding-top: 90px;
  }
  .owl-nav {
    width: 100%;
  }
  #owl2 .owl-prev {
    left: 50%;
    background-position: bottom;
    margin-left: -60px;
  }
  #owl2 .owl-next {
    left: unset;
    top: 0;
    right: 50%;
    background-position: top;
    margin-right: -60px;
  }
  .success-carousel-content h2 {
    font-size: 50px;
  }
  .success-carousel-content p {
    font-size: 14px;
  }
  .success-carousel-content p.fontweight-medium {
    font-size: 30px;
    line-height: 1.4;
  }
  .success-carousel #owl2 .item {
    min-height: 650px;
  }
  .contact-us {
    padding: 0 15px;
  }
  .contact-form {
    padding: 0 5px;
  }
  .half-div {
    width: 100% !important;
  }
  .hidecontent-right {
    width: 100%;
    position: relative;
    float: left;
  }
  .program-length {
    width: 100%;
  }
  .hidecontent-right span {
    font-size: 14px;
  }
  .hidecontent-right h3 {
    font-size: 32px;
  }
  .financial-hiden-pic {
    display: block;
  }
}

@media only screen and (max-width: 879px) {
  .banner {
    padding: 104px 18px 60px;
  }
}

.collapse-top {
	margin-top: 0;
}

.collapse-bottom {
	margin-bottom: 0;
}


/********************************
 * Program Page Styles
 *******************************/
.program-page-grey {
  padding-top: 50px;
  background: #f4f4f8;
  margin-bottom: 66px;
}
.program-page-grey .row {
  position: relative;
}
.program-page-grey-right {
  top: 100%;
  left: 100%;
  width: 50%;
  float: right;
  padding: 0 15px;
  position: absolute;
  transform: translate(-100%, -100%);
}
.program-page-grey-right img {
  float: left;
  width: 100%;
  margin-bottom: -66px;
}
.program-page-grey-left {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 22px;
}
h1.main-heading {
  color: #2a3b7c;
  line-height: 1;
  font-size: 68px;
  margin-bottom: 50px;
}
.program-page-grey-left h3 {
  color: #313538;
  font-size: 38px;
  position: relative;
  padding-top: 25px;
}

.program-page-grey-left h3::before {
  top: 0;
  left: 0;
  content: "";
  width: 36px;
  height: 4px;
  position: absolute;
  background: #e4b054;
}

/******* Course Objectives and Details ********/
.course-content {
	margin-bottom: 30px;
}
.course-left-content {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-top: -25px;
}
.Course-Objectives {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.Course-Objectives h3 {
  color: #313538;
  font-size: 38px;
  margin-bottom: 20px;
}
.Course-Objectives ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style: none;
}
.Course-Objectives li {
  float: left;
  width: 100%;
  font-size: 22px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 18px;
}
.Course-Objectives li::before {
  left: 0;
  top: 8px;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  background: url(/_resources/images/smarter-education/libg.png) no-repeat left top;
}
.Course-Objectives li strong,
.Course-Objectives li span {
  width: 100%;
  color: #2a3466;
  margin: 0 0 5px;
  line-height: 1.2;
  display: inline-block;
}
.Course-Objectives li span {
  font-style: italic;
}
.Course-Objectives a.apply-btn {
  margin-top: 12px;
}
.course-right-content {
  float: right;
  width: 50%;
  padding: 0 15px;
  margin-top: 22px;
}
.course-details {
  float: left;
  width: 100%;
  background: #2a3b7c;
  padding: 30px 30px 12px;
}
h3.third-heading {
  color: #e4b054;
  color: #fff;
  font-size: 38px;
}
.half-width {
  float: left;
  width: 50%;
  padding-right: 5%;
}

.start-date,
span.pro-length {
  color: #e4b054;
  width: 100%;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
}
strong.pro-months {
  color: #fff;
  width: 100%;
  font-size: 24px;
  margin-bottom: 22px;
  display: inline-block;
}

.course-start-date {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.23;
  padding: 10px 30px;
  position: relative;
  background: #5d9edb;
  padding-right: 100px;
}
.course-start-date::after {
  top: 50%;
  color: #fff;
  right: 35px;
  font-size: 24px;
  content: "\f078";
  line-height: 24px;
  margin-top: -12px;
  position: absolute;
  font-family: FontAwesome;
  transform: rotate(0deg);
}
.course-campus {
  position: relative;
  padding-right: 150px;
  padding-top: 0;
}
a.course-apply {
  color: #fff;
  right: 35px;
  bottom: 35px;
  font-weight: 700;
  line-height: 30px;
  font-style: italic;
  position: absolute;
  padding-right: 16px;
  text-decoration: underline;
}
a.course-apply:hover {
  text-decoration: none;
}
a.course-apply::after {
  top: 50%;
  color: #fff;
  right: 0px;
  font-size: 24px;
  content: "\f105";
  line-height: 24px;
  margin-top: -12px;
  font-style: normal;
  position: absolute;
  font-family: FontAwesome;
}

/******** Occupation Opportunities **********/
.blue-area {
  clear: both;
  width: 100%;
  background: #2a3b7c;
  margin-bottom: 100px;
  padding: 40px 0 60px;
}
.blue-area h2 {
  color: #e4b054;
  font-size: 102px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

.program-prepates {
  color: #fff;
  clear: both;
  width: 820px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 25px;
}
.program-prepates h3 {
  font-size: 20px;
}
.program-prepates p {
  font-weight: 700;
  font-size: 16px;
}

.jobs-carousal {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 10px;
  overflow: hidden;
}
.jobs-carousal-left {
  float: left;
  width: 50%;
  padding: 0 32px;
  position: relative;
}
.jobs-carousal-left::after {
  top: 0;
  right: 0;
  width: 2px;
  content: "";
  height: 100%;
  background: #000;
  position: absolute;
}
.jobs-carousal-left h3 {
  color: #2a3466;
  font-size: 40px;
  position: relative;
  padding-bottom: 15px;
}
.jobs-carousal-left h3::after {
  left: 0;
  bottom: 0;
  content: "";
  width: 36px;
  height: 4px;
  position: absolute;
  background: #2a3466;
}
.jobs-carousal-right {
  float: left;
  width: 50%;
  padding: 0 32px;
}
.jobs-carousal-right span {
  width: 100%;
  color: #2a3466;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.jobs-carousal-right strong {
  width: 100%;
  color: #313538;
  font-size: 70px;
  margin-bottom: 25px;
  display: inline-block;
}
.jobs-carousal #owl3 {
  padding: 0 60px;
}
.jobs-carousal #owl3 .item,
.jobs-carousal .item
{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 20px;
  background: #e4b054;
}
#owl3 .owl-nav {
  width: 100%;
  top: 50%;
  margin-top: -26px;
}
#owl3 .owl-prev,
#owl3 .owl-next {
  width: 32px;
  height: 53px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
}
#owl3 .owl-prev {
  left: 0;
  background-position: left;
  background-image: url(/_resources/images/smarter-education/arrow-left.png);
}
#owl3 .owl-next {
  right: 0px;
  background-position: right;
  background-image: url(/_resources/images/smarter-education/arrow-right.png);
}
#owl3 .owl-prev:hover,
#owl3 .owl-next:hover {
  opacity: 0.8;
}

/**** Insights Data ****/
.insights {
  padding: 0 15px;
}

.insights-data,
.insights-leadertext {
  color: white;
  text-align: center;
}

.insights-footertext {
	margin: 3rem 0 0;
	color: rgba(255,255,255,0.6);
	text-align: right;
	font-style: italic;
}

.insights-data {
  margin-top: 3rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.insights-data__item {
  margin: 1rem;
}

h2.insights__title {
  margin-bottom: 20px;
}

.insights-leadertext {
  font-size: 28px;
  line-height: 1.2;
}

.insights-leadertext p {
  margin-bottom: 0;
}

.insights-data__item > img {
  display: inline-block;
}

.insights-data__small {
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.insights-data__value {
  font-size: 56px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.insights-data__small {
  font-size: 24px;
}


@media only screen and (max-width: 1297px) {
  .blue-area h2 {
    font-size: 80px;
  }
  .Course-Objectives li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1023px) {
.program-page-grey {
	padding-top: 5rem;
}
  .program-page-grey-right {
    top: 50%;
  }
  .half-width {
    width: 100%;
  }
  .course-start-date {
    font-size: 28px;
  }
  strong.pro-months {
    font-size: 24px;
  }
  .Course-Objectives h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .program-page-grey {
    margin-bottom: 0;
    padding-top: 4rem;
  }
  .program-page-grey-right {
    position: unset;
    width: 100%;
    padding: 0 0 30px;
    transform: none;
  }
  .program-page-grey-right img {
    margin-bottom: 0;
  }
  .program-page-grey-left {
    width: 100%;
    padding: 0 20px;
  }
  h1.main-heading {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .program-page-grey-left h3 {
    font-size: 42px;
  }

  .course-right-content {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .course-campus {
    padding-right: 30px;
  }
  a.course-apply {
    position: relative;
    right: unset;
    bottom: unset;
    margin-bottom: 20px;
    display: inline-block;
  }
  .course-left-content {
    margin-top: 32px;
    width: 100%;
  }
  .Course-Objectives h3 {
    font-size: 42px;
  }
  .Course-Objectives li {
    font-size: 22px;
  }
  .Course-Objectives li strong,
  .Course-Objectives li span {
    line-height: 1.4;
  }

  .blue-area h2 {
    padding: 0 15px;
    font-size: 50px;
  }
  .program-prepates {
    padding: 0 15px;
  }
  .jobs-carousal #owl3 {
    padding: 80px 0 0;
  }
  #owl3 .owl-nav {
    top: 0;
    margin-top: 0;
  }
  #owl3 .owl-prev {
    left: 50%;
    margin-left: -55px;
  }
  #owl3 .owl-next {
    right: 50%;
    margin-right: -55px;
  }
  .jobs-carousal-left {
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 40px;
  }
  .jobs-carousal-left::after {
    top: 100%;
    width: 100%;
    height: 2px;
  }
  .jobs-carousal-right {
    width: 100%;
    padding: 0;
  }
  .jobs-carousal-right strong {
    font-size: 60px;
  }
	
  .insights-leadertext {
    font-size: 24px;
  }

  .insights-leadertext p {
    margin-bottom: 1rem;
  }

  .insights-data__value {
    font-size: 36px;
  }

  .insights-data__small {
    font-size: 21px;
  }

}


/*********************/
input.error,
textarea.error,
select.error {
  border-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  background: #eaeaea !important;
}
label.error {
  display: none !important;
}

/***** Fix Get Connected and Footer Styles ******/
.footer,
.get-connected,
.header
{
	font-family: "PT Sans", Helvetica, sans-serif;
}

/********* Utility *************/
.push-down {
	margin-bottom: 1em;
}

.push-up {
	margin-top: 1em;
}

/*********************************
 * Success Video Styles
 * **************************** */

.success-caption * {
  margin: 0; }

.success-caption {
  background-color: #2a3b7c;
  color: #fff;
  padding: 4rem; 
}

.success-caption__title, .success-caption__program {
    color: #f6b436;
    font-weight: bold;
    margin-bottom: 1rem;
}

  .success-caption__title {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 1rem;
}

  .success-caption__title .--titleem {
    display: block;
    font-size: 24px;
    font-style: italic;
  }

  .success-caption__program {
    font-size: 24px;
    position: relative;
    padding-top: 1rem;
  }

    .success-caption__program::before {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      width: 36px;
      height: 4px;
      background: #fff;
	}

  .success-caption__quote {
    padding: 0;
    font-size: 18px;
  }

  .success-caption__quote p::before {
    content: "\201C";
  }

  .success-caption__quote p::after {
    content: "\201D";
  }

@media (min-width: 1080px) {
  .success-video {
    display: flex;
    align-items: stretch; }
    .success-video .video-full {
      width: 65%;
      z-index: 3; }
    .success-video .success-caption {
      width: 35%;
      padding: 2rem; } }


/*******************************
 * HERO Back to Work STYLES
 ******************************/
.hero-backtowork {
  min-height: 480px;
  background-color: rgba(30, 77, 81, 0.4);
  background-blend-mode: hard-light;
  overflow: hidden;
  padding: 0; }
  .hero-backtowork .text-yellow {
    color: #feda65; }
  .hero-backtowork-container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem; }
  .hero-backtowork__content {
    color: #fff;
    margin: 1em 0;
    width: 100%; }
  .hero-backtowork__title {
    line-height: 1;
    margin: 0 0 1rem 0;
    font-size: 48px; }
  .hero-backtowork__text {
    font-size: 16px;
    line-height: 1.3; }
    .hero-backtowork__text strong {
      text-transform: uppercase; }
  .hero-backtowork__action {
    width: 100%;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #06a7e0;
    padding: 0.3em 1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 1rem 0;
    border-left: 1rem solid #feda65;
    display: flex;
    justify-content: space-between; }
  .hero-backtowork__action::after {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 1.5rem;
    color: #fff;
    padding-left: 1rem; }
  .hero-backtowork__action:hover {
    background-color: #2a3b7c;
    color: inherit; }

@media screen and (min-width: 500px) {
  .hero-backtowork__content {
    width: 80%;
    padding-right: 2em;
    margin: 2em 0; } }

@media screen and (min-width: 600px) {
  .hero-backtowork__content {
    width: 60%;
    padding-right: 2em;
    margin: 2em 0; }
  .hero-backtowork__text {
    font-size: 18px; } }

@media screen and (min-width: 960px) {
  .hero-backtowork__title {
    font-size: 60px; }
  .hero-backtowork__content {
    width: 60%;
    padding-right: 2em;
    margin: 2em 0; } }

@media screen and (min-width: 1000px) {
  .hero-backtowork {
    min-height: 660px; }
    .hero-backtowork-container {
      max-width: 1220px;
      margin: 0 auto; }
    .hero-backtowork__title {
      font-size: 72px; }
    .hero-backtowork__content {
      width: 480px; } }

@media screen and (min-width: 1200px) {
  .hero-backtowork__content {
    margin-right: 100px; } }

/*** Video Styles ***/
.hero-video .hero-backtowork__content {
  z-index: 2; }

.video-overlay {
  background: rgba(30, 77, 81, 0.4);
  background-image: linear-gradient(90deg, rgba(30, 77, 81, 0.1), rgba(30, 77, 81, 0.8));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%; }