/*
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 ****/

* {
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1.1;
}
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(/_dev/smartereducation/images/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%;
  color: #43484b;
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
  font-weight: normal;
  font-family: "PT Sans", "Roboto", sans-serif;
}
.banner {
  float: left;
  width: 100%;
  padding-top: 52px;
  padding-bottom: 70px;
  background-color: #293b7b;
  background-image: url(/_dev/smartereducation/images/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-bottom: 50px;
}
.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: #002f87;
  font-size: 68px;
  margin-bottom: 20px;
}
.financial-content h3 {
  color: #002f87;
  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%;
}
.financial-links a {
  float: left;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  line-height: 32px;
  border-radius: 5px;
  margin-bottom: 15px;
  background: #002f87;
  position: relative;
  padding: 0 28px 0 12px;
  border: 1px solid #002f87;
}
.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: none;
  border: 1px solid #555555;
  color: #555555;
}
.financial-links a:hover::after {
  color: #555555;
}
.financial-pic {
  top: 50%;
  left: 100%;
  width: 50%;
  float: right;
  position: absolute;
  transform: translate(-100%, -50%);
}
.financial-apply {
  float: right;
  background: #002f87;
  padding: 45px 100px 45px 24%;
}
.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: -50px;
  text-align: center;
  margin-bottom: 25px;
}
.success h2 {
  color: #002f87;
  line-height: 1;
  /* font-size: 120px; */
  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 {
  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 #f7f7fa;
  font-family: "PT Sans", "Lato", sans-serif;
}
textarea {
  height: 140px;
  resize: none;
}
.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%;
  }
  .success h2 {
    /* font-size: 100px; */
  }
  #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;
  }
  .success h2 {
    /* font-size: 80px; */
  }
}
@media only screen and (max-width: 767px) {
  a.apply-btn {
    margin-right: 0px;
  }
  .columns {
    padding: 0;
  }
  .banner {
    padding: 40px 18px;
  }
  .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 h2 {
    /* font-size: 70px; */
  }
  .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;
    margin-bottom: 0;
  }
  .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;
  }
}

/********************************
 * 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-left-content {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-top: -25px;
  margin-bottom: 30px;
}
.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(images/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;
  font-size: 38px;
}
.half-width {
  float: left;
  width: 50%;
  padding-right: 5%;
}

.start-date,
span.pro-length {
  color: #fff;
  width: 100%;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
}
strong.pro-months {
  color: #fff;
  width: 100%;
  font-size: 38px;
  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;
}
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 {
  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(/_dev/smartereducation/images/arrow-left.png);
}
#owl3 .owl-next {
  right: 0px;
  background-position: right;
  background-image: url(/_dev/smartereducation/images/arrow-right.png);
}
#owl3 .owl-prev:hover,
#owl3 .owl-next:hover {
  opacity: 0.8;
}

@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-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: 0;
  }
  .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,
  strong.pro-months,
  h3.third-heading {
    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;
  }
  .blue-area {
    padding-bottom: 0;
  }
}

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