/************** FONTS ***********************/
@font-face {
    font-family: 'arialregular';
    src: url('../fonts/arial_60-webfont.woff2') format('woff2'),
         url('../fonts/arial_60-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'magallanes_condregular';
    src: url('../fonts/latinotype_-_magallanescond_1-webfont.woff2') format('woff2'),
         url('../fonts/latinotype_-_magallanescond_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'magallanes_condbold';
    src: url('../fonts/latinotype_-_magallanescondbold_0-webfont.woff2') format('woff2'),
         url('../fonts/latinotype_-_magallanescondbold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'magallanes_condlight';
    src: url('../fonts/latinotype_-_magallanescondlight_0-webfont.woff2') format('woff2'),
         url('../fonts/latinotype_-_magallanescondlight_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'magallanes_condlight_italic';
    src: url('../fonts/latinotype_-_magallanescondlight-italic_0-webfont.woff2') format('woff2'),
         url('../fonts/latinotype_-_magallanescondlight-italic_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'mercedesbold';
    src: url('../fonts/mercedes_bold-webfont.woff2') format('woff2'),
         url('../fonts/mercedes_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'mercedes-lightregular';
    src: url('../fonts/mercedes-light-webfont.woff2') format('woff2'),
         url('../fonts/mercedes-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light_0-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular_0-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
/************** FONTS ***********************/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
body {
  font-family: 'mercedes-lightregular';
  font-size: 14px;
  overflow-x: hidden;
  height: 100%;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ececec;
}
.not-front {
  background-color: #179bd7;
}
img {
  max-width: 100%;
  height: auto;
}
#admin-menu, #admin-menu .dropdown {
  z-index: 9999;
}
a {
  transition: .3s color ease-in-out;
  text-decoration: none;
}
a:hover, a:focus {
  color: #253b80;
  text-decoration: none;
}
h2 {
  font-size: 1.4rem;
}
.topBar {
  background-color: #179bd7;
}
.topBar a {
  color: #ffffff;
}
.headBar {
  background-color: #253b80;
  margin-bottom: 60px;
  position: relative;
}
.front .headBar {
  margin-bottom: 0;
}
.headBar:after {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
  background-color: #383838;
  opacity: .1;
}
.front .headBar:after {
  display: none;
}
.headBar a {
  color: #ffffff;
}
.SMedia .block-inner ul li a {
  padding: 15px 20px;
  border-left: solid 1px #ffffff;
  text-decoration: none;
  outline: none;
}
.SMedia .block-inner ul li a:hover, 
.SMedia .block-inner ul li a:focus {
  background-color: #ffffff;
  color: #253b80;
}
.SMedia .block-inner ul {
  border-right: solid 1px #ffffff;
}
@media (min-width: 992px) {
  .headBar .navbar-toggle {
    display: none;
  }
  .headBar .navbar-collapse {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
.headBar .container {
  position: relative;
}
.headBar .navbar-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.not-front .headBar .navbar-header {
  top: -9px;
}
.headBar .navbar-collapse {
  text-align: center;
  padding: 0;
  font-family: 'mercedesbold';
}
.headBar .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}
.headBar .navbar-nav li a {
  position: relative;
  padding: 33px 15px;
  text-decoration: none;
  display: inline-flex;
}
.headBar .navbar-nav>li>a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 30%;
  background-color: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  opacity: .6;
}
.headBar .navbar-nav>li:last-child>a:before {
  display: none;
}
.headBar .navbar-nav li:hover a {
  color: #ffffff;
}
.headBar .navbar-nav>li>a:after {
  width: 0%;
    height: 5px;
    background-color: #179bd7;
    position: absolute;
    margin-top: 5px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.headBar .navbar-nav>li:hover>a:after, 
.headBar .navbar-nav>li.active>a:after {
  width: 85%;
}
.headerImage .block-bean {
  margin-bottom: 50px;
  margin-top: 70px;
  text-align: left;
}
.headerImage .block-bean .block-inner {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
}
.headerImage .block-bean.eatel .block-inner {
  max-width: 1100px;
}
.headerImage .block-bean h2 {
  display: none;
}
.headerImage .block-bean .field-type-image img {
  max-width: 100%;
  height: auto;
}
.headerImage .block-bean .block-inner .field-name-field-body {
  max-width: 800px;
  padding-left: 80px;
  font-size: 20px;
  font-family: 'magallanes_condlight';
}
.bean-campus-photos .field-type-link-field {
  position: absolute;
  right: 16%;
  top: 20%;
}
.bean-campus-photos .field-type-link-field .field-item a {
  color: #ffd100;
  text-decoration: none;
  padding: 5px 10px;
}
.bean-campus-photos .field-type-link-field .field-item a:hover {
  color: #000000;
}
.bean-campus-photos .field-type-link-field .field-item {
  border-top: solid 1px #ffd100;
  font-size: 32px;
}
.bean-campus-photos .field-type-link-field {
  border-bottom: solid 1px #ffd100;
}
.nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}
.nav-tabs a {
  padding: 10px;
  background: #ffffff;
  margin-right: 5px;
}
.dropdown-menu {
  background: #253b80;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  width: 13rem;
  padding: 5px 0 15px 0;
  margin: 0;
}
.dropdown-toggle::after {
  border: 0;
}
.headBar .navbar-nav li .dropdown-menu li a {
  padding: 15px 20px 5px;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
}
.headBar .navbar-nav li .dropdown-menu li a:hover, .headBar .navbar-nav li .dropdown-menu li.active a{
  color: #f4ae00;
}
@media (min-width: 992px) {
  .headBar .navbar-nav > li:hover .dropdown-menu {
    display: block;
    position: absolute;
  }
}
/*************** FOOTER ********************/
.footer {
  background-color: #212327;
  color: #ffffff;
  padding: 40px 0;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover, .footer a:focus {
  color: #ffffff;
  text-decoration: none;
}
.footer .block .block-title {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.footer .footerlist .block .block-inner, .copyright .block .block-inner {
  opacity: .8;
}
.footer .footerlist .block-menu .block-inner .nav li a {
  position: relative;
}
.footer .footerlist .block-menu .block-inner .nav li a:before {
  content: '>';
  margin-right: 5px;
  font-size: 11px;
}
.copyright {
  padding-top: 50px;
  border-top: solid 1px #424447;
  margin-top: 50px;
  position: relative;
}
.SMediaf .block-inner {
  opacity: 1 !important;
}
.SMediaf .block-inner ul li a {
      padding: 10px;
    border: solid 1px #424447;
    border-radius: 2px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: -10px 8px;
}
.SMediaf .block-inner ul li a:hover, 
.SMediaf .block-inner ul li a:focus {
  border-color: #ffffff;
  background-color: #ffffff;
  text-decoration: none;
  color: #179bd7;
}
.region-footer .block-menu .nav li {
  min-width: 100%;
  padding-bottom: 5px;
}
.frontFeatured {
  margin-bottom: 15px;
}
/*************** END FOOTER ********************/

.main-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.front .main-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.not-front .main-container {
  padding-bottom: 70px;
}
.not-front .main-container .container {
  max-width: 1040px;
}
.view-view-slideshow .view-content .views-field-field-slideshow img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
.view-view-slideshow .view-content .owl-controls {
  margin: 0;
}
.view-view-slideshow .view-content .owl-controls .owl-buttons>div {
  margin: 0;
  position: absolute;
  top: 50%;
  background-color: #68696b;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;  
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.view-view-slideshow .view-content .owl-controls .owl-buttons>div.owl-prev {
  left: 20px;
  right: auto
} 
.view-view-slideshow .view-content .owl-controls .owl-buttons>div.owl-next {
  right: 20px;
  left: auto;
} 
.block-system {
  padding: 0 15px;
}
.page-node .block-system {
  min-width: 100%;
}
.page-node-52 .block-system {
  min-width: 1px;
}
.content-top {
  background: url(../images/BGUSP.png) no-repeat left bottom #e3291f;
  padding: 100px 0;
}
.view-grooming-the-future-for-success- .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.view-grooming-the-future-for-success- .view-content .views-field-field-image {
    width: 90px;
    height: 90px;
    text-align: center;
    border: solid 1px #ffdc00;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    transition: .5s color ease-in-out;
}
.view-grooming-the-future-for-success- .view-content .views-field-field-image .field-content {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}
.view-grooming-the-future-for-success- .view-content .views-row {
  color: #ffffff;
  font-family: 'mercedesbold';
  font-size: 12px;
  text-transform: uppercase;
  transition: .5s color ease-in-out;
  line-height: 12px;
}
.view-grooming-the-future-for-success- .view-content .views-row:hover {
  color: #ffdc00;
}
.view-grooming-the-future-for-success- .view-content .views-row:hover .views-field-field-image {
  background-color: #b71717;
  border-color: #b71717;
}
.GTO {
  padding-top: 150px;
}
.GTO .block-inner h3 {
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
}
.GTO .block-inner h2 {
  font-size: 60px;
  color: #fff;
  line-height: 53px;
  margin-bottom: 30px;
}
.node-page h2 {
  margin-bottom: 20px;
}
.view-mis-times .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.view-mis-times .view-content>h3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0 148px 0 15px;
    display: flex;
    justify-content: flex-end;
    font-size: 70px;
    margin-top: 50px;
    margin-bottom: 40px;
    padding-top: 15px;
    position: relative;
}
.view-mis-times .view-content>h3:first-child {
  position: absolute;
  top: -220px;
  margin: 0;
  padding-top: 0;
}
.view-mis-times .view-content>h3:before {
  content: '';
  width: 50%;
  border-top: dashed 1px #008dc8;
  position: absolute;
  right: 0;
  top: 0;
}
.view-mis-times .view-content>h3:first-child:before {
  display: none;
}
.view-mis-times .view-content .views-field-field-books-image img {
  padding: 8px;
  background: url(../images/bg_pattern.png) repeat 0 0 transparent;
  box-shadow: 0px 4px 5px #006b7e;
  max-width: 100%;
  height: auto;
   -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.view-mis-times .view-content .views-field-field-books-image img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.view-mis-times .view-content .views-field-title {
  font-size: 18px;
  padding-top: 20px;
}
.view-mis-times .view-content .views-row:hover .views-field-title {
  color: #253b80;
}
.view-sports .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.view-sports .view-content .views-field-field-sports-images img {
  padding: 10px;
  background: url(../images/bg_pattern.png) repeat 0 0 transparent;
   -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.view-sports .view-content .views-field-field-sports-images img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.content-bottom {
  background-color: #009b51;
  padding: 80px 0 80px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.view-upcoming-event {
  background-color: #ffffff;
  position: relative;
  padding: 5px;
}
.view-upcoming-event .view-header {
    width: 24%;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../images/bgpatter.jpg) no-repeat center center transparent;
    height: 47.5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.view-upcoming-event .view-header .title {
    font-size: 34px;
    line-height: normal;
    padding: 0 43px;
    color: #0e3368;
    font-family: 'mercedesbold';
    margin-bottom: 20px;
    align-self: center;
}
.view-upcoming-event .view-header .button a {
    border: solid 1px #0e3368;
    font-family: 'mercedesbold';
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 12px;
    color: #0e3368;
}
.view-upcoming-event .view-header .button a:hover {
    border-color: #ffffff;
    background-color: #ffffff;
}
.view-upcoming-event .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.view-upcoming-event .view-content .views-row:first-child {
  margin-left: 25%;
}
.view-upcoming-event .view-content .views-row {
  padding: 5px;
}
.view-upcoming-event .view-content .views-field-nothing {
  position: relative;
  overflow: hidden;
  transition: .3s color ease-in-out;
}
.view-upcoming-event .view-content .views-field-nothing .event-date {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 12px;
}
.view-upcoming-event .view-content .views-field-nothing .event-date:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00150a;
  opacity: .5;
}
.view-upcoming-event .view-content .views-field-nothing .event-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px 55px 20px 30px;
  width: 100%;
  color: #ffffff;
}

.view-upcoming-event .view-content .views-field-nothing .event-title:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00150a;
  opacity: .5;
}
.view-upcoming-event .view-content .views-field-nothing .event-title a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.view-upcoming-event .view-content .views-field-nothing .event-title i {
  font-size: 24px;
  position: absolute;
  right: 30px;
}
.view-upcoming-event .view-content .views-field-nothing .event-image img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.view-upcoming-event .view-content .views-field-nothing .event-image img:hover {
   -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
span.date-display-single {
  position: relative;
  z-index: 2;
}
.view-upcoming-event .view-content .views-field-nothing:hover .event-date, 
.view-upcoming-event .view-content .views-field-nothing:hover .event-title, 
.view-upcoming-event .view-content .views-field-nothing:hover .event-title a {
  color: #f4ae00;
}

.view-photo-gallery .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.view-photo-gallery .view-content .views-row .views-field-field-gallery-images img {
  background: url(../images/bg_patter_dark.png) repeat center center transparent;
  padding: 10px;
}
.view-campus-photos .view-content, .node-campus-photos .field-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.node-campus-photos .field-items .field-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
.node-campus-photos .field-items .field-item  {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
.node-campus-photos .field-items .field-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.block-campus-photos {
  background: url(../images/bg_campus_star.png) no-repeat right top transparent;

}
.block-campus-photos .block-title {
  font-size: 50px;
  margin-bottom: 25px;
}
.view-campus-photos .view-content .views-field img, .node-campus-photos .field-items .field-item img {
  border: solid 1px #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.view-campus-photos .view-content .views-field img:hover, 
.view-campus-photos .view-content .views-field img:focus, 
.node-campus-photos .field-items .field-item img:hover, 
.node-campus-photos .field-items .field-item img:focus {
  box-shadow: 0 0 20px #000000;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.view-campus-photos .view-content .views-field-title {
  margin-bottom: 15px;
}
.view-campus-photos .view-content .views-field-title {
  font-size: 18px;
  letter-spacing: 1px;
  padding-top: 10px;
}
.view-campus-photos .view-content .views-field-title a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.CABlock .block-inner {
  font-size: 16px;
}
.CABlock .block-inner img {
  margin: 0 0 50px;
}
.CABlock .block-inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px 0;
  line-height: 26px;
}
.CABlock .block-inner h3 {
  font-size: 16px;
}
.CABlock .block-inner a {
  color: #ffffff;
  text-decoration: none;
}
.CABlock .block-inner iframe {
  max-width: 100%;
  min-width: 100%;
}
.col-feedback .block-inner form>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.col-feedback .block-inner form .form-actions {
  padding: 0 15px;
}
.col-feedback .block-title {
  padding-left: 50px;
  margin-bottom: 25px;
}
.col-feedback form .control-label {
  margin-bottom: 2px;
  font-size: 16px;
}
.col-feedback form .form-control {
  border-radius: 0;
  background-color: #69b03e;
  border: 0;
  color: #ffffff;
  outline: none;
}
.col-feedback .block-inner form .form-actions .btn {
  border-radius: 0;
  text-transform: lowercase;
  background-color: #69b03e;
  border-color: #69b03e;
}
.col-feedback .block-inner form .form-actions .btn:hover, 
.col-feedback .block-inner form .form-actions .btn:focus {
  background-color: #39810d;
  border-color: #39810d;
}
.page-contactus .headerImage .block-bean {
  margin-bottom: 0;
}
.page-contactus .not-front .main-container {
  padding-top: 0;
}
.webform-component-textarea .grippie {
  display: none;
}
.col-feedback .block-inner form .webform-component--last-name .control-label {
  opacity: 0;
}
.node-competitions .field-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.node-competitions .field-item ul li a {
  background: #ebebeb;
  padding: 10px 30px 10px 20px;
  color: #d21b69;
  text-decoration: none;
  font-size: 34px;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  position: relative;
  max-width: 400px;
  transition: background 0.5s ease;
}
.node-competitions .field-item ul li a span {
  margin: 0;
  background-color: #97004b;
  width: 70px;
  height: 100%;
}
.node-competitions .field-item ul li a:hover {
  background-color: #97004b;
  color: #ffffff;
}
.node-competitions .field-item ul li.first a span {
  background-image: url(../images/icon_internal.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
}
.node-competitions .field-item ul li.first a {
  padding-right: 80px;
}
.node-competitions .field-item ul li.last a span {
  background-image: url(../images/icon_external.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.node-competitions .field-item ul li.last a {
  padding-left: 80px;
}
.competitions .block-system {
  min-width: 100%;
}
.node-competitions .field-item ul li a:after {
  content: '';
  width: 25px;
  height: 30px;
  position: absolute;
  top: 26px;
  background: url(../images/icon_arrow_style.png) no-repeat 0 0 transparent;
  background-size: 100%;
  transition: background 0.5s ease;
}
.node-competitions .field-item ul li a:hover:after {
  transition: background 0.5s ease;
  animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}
.node-competitions .field-item ul li.first a:after {
  right: -40px;
}
.node-competitions .field-item ul li.last a:after {
  left: -40px;
}
@media (min-width: 992px) {
  .node-competitions .field-name-body {
    max-width: 730px;
    margin: 0 auto;
  }
  .node-competitions .field-item ul li.last a {
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  .node-competitions .field-item ul li a {
    margin-left: auto;
    margin-right: auto;
  }
}
.node-external-competitions .field-name-body p {
  font-size: 18px;
  max-width: 100%;
}
.node-external-competitions .field-name-body ul {
  margin: 0;
  padding: 60px 0 0 0;
  list-style-type: none;
  background: url(../images/icon_startsmall.png) no-repeat center top transparent;
}
.node-external-competitions .field-name-body ul li:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  content: '';
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
}
.node-external-competitions .field-name-body ul li {
  font-size: 24px;
  border-bottom: dashed 1px #700331;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.node-external-competitions .field-name-body ul li:last-child {
  border: 0;
}
.node-external-competitions .field-name-body ul li strong {
  font-family: 'mercedesbold';
}
.node-internal-competitions .field-name-body {
  font-size: 16px;
}
.node-internal-competitions .field-name-body p {
  font-size: 18px;
  max-width: 100%;
}
.node-internal-competitions .field-name-body ul {
  margin: 0;
  padding: 60px 0 0 0;
  list-style-type: none;
  background: url(../images/icon_startsmall.png) no-repeat center top transparent;
}
.node-internal-competitions .field-name-body ul li:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  content: '';
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
}
.node-internal-competitions .field-name-body ul li {
  font-size: 24px;
  border-bottom: dashed 1px #700331;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.node-internal-competitions .field-name-body ul li:last-child {
  border: 0;
}
.node-internal-competitions .field-name-body ul li strong {
  font-family: 'mercedesbold';
}
.node-internal-competitions .field-name-body table {
  margin-top: 70px;
  margin-bottom: 40px;
}
.node-internal-competitions .field-name-body table tr {
  border-bottom: dashed 1px #00401f;
}
.node-internal-competitions .field-name-body table tr td {
  padding: 10px 15px;
  letter-spacing: 1px;
}
.node-internal-competitions .field-name-body table tr td:first-child {
  padding-left: 0;
}
.node-faculty .field-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.node-faculty .field-item ul li a {
  background: #ebebeb;
  padding: 10px 30px 10px 20px;
  color: #bb5d17;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 34px;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  position: relative;
  max-width: 400px;
  transition: background 0.5s ease;
}
.node-faculty .field-item ul li a span {
  margin: 0;
  background-color: #bb5d18;
  width: 70px;
  height: 100%;
}
.node-faculty .field-item ul li a:hover {
  background-color: #bb5d18;
  color: #ffffff;
}
.node-faculty .field-item ul li.first a span {
  background-image: url(../images/icon_senior.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 70%;
}
.node-faculty .field-item ul li.first a {
  padding-right: 80px;
}
.node-faculty .field-item ul li.last a span {
  background-image: url(../images/icon_junior.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  position: absolute;
  left: 0;
  top: 0;
}
.node-faculty .field-item ul li.last a {
  padding-left: 80px;
}
.faculty .block-system {
  min-width: 100%;
}
.node-faculty .field-item ul li a:after {
  content: '';
  width: 25px;
  height: 30px;
  position: absolute;
  top: 24px;
  background: url(../images/icon_arrow_style.png) no-repeat 0 0 transparent;
  background-size: 100%;
  transition: background 0.5s ease;
}
.node-faculty .field-item ul li:last-child a:after {
  background: url(../images/icon_arrow_stylel.png) no-repeat 0 0 transparent;
  height: 33px;
}
.node-faculty .field-item ul li a:hover:after {
  transition: background 0.5s ease;
  animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}
.node-faculty .field-item ul li.first a:after {
  right: -40px;
}
.node-faculty .field-item ul li.last a:after {
  left: -40px;
}
@media (min-width: 992px) {
  .node-faculty .field-name-body {
    max-width: 730px;
    margin: 0 auto;
  }
  .node-faculty .field-item ul li.last a {
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  .node-faculty .field-item ul li a {
    margin-left: auto;
    margin-right: auto;
  }
}
#block-bean-faculty:after {
  content: '';
  background-color: #ffed00;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .2;
  visibility: visible;
}
.node-calendar {
  color: #000000;
}
.node-calendar .field-name-body {
  text-align: center;  
  width: 600px;
  margin: 0 auto;
  background: url(../images/icon_star_red.png) no-repeat left bottom;
  padding-bottom: 15px;
}
.node-calendar .field-name-body h2 {
  margin-bottom: 15px;
  font-size: 34px;
}
.node-calendar .field-name-body table {
  font-family: 'magallanes_condregular';
}
.node-calendar .field-name-body table th, 
.node-calendar .field-name-body table td {
  font-family: 'magallanes_condregular';
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  padding: 8px 5px;
  width: 25%;
}
.node-js-faculty .field-name-body table {
  font-family: 'magallanes_condregular';
  border: 0;
  margin-bottom: 25px;
}
.node-js-faculty .field-name-body table tr {
  border-bottom: dashed 3px #134b1f;
}
.node-js-faculty .field-name-body table th, 
.node-js-faculty .field-name-body table td {  
  padding: 10px 12px;
  font-family: 'magallanes_condregular';
  border: 0;
  font-weight: normal;
}
.node-js-faculty .field-name-body table th, 
.node-js-faculty .field-name-body table tfoot td {
  background-color: #134b1f;
}
.node-js-faculty .field-name-field-details-of-employees-sessi {
  position: absolute;
  left: 420px;
  top: -100px;
  font-family: 'magallanes_condregular';
  letter-spacing: 1px;
  font-size: 16px;
}
.node-js-faculty.node-holiday-faculty .field-name-field-details-of-employees-sessi {
  position: absolute;
  left: 58px;
  top: -120px;
  font-family: 'magallanes_condregular';
  letter-spacing: 1px;
}
.node-js-faculty.node-holiday-faculty table {
  text-transform: uppercase;
}
.node-js-faculty .field-name-body table tr th:first-child, 
.node-js-faculty .field-name-body table tr td:first-child {
  text-align: center;
}
.node-js-faculty .field-name-body table tfoot tr th:first-child, 
.node-js-faculty .field-name-body table tfoot tr td:first-child {
  text-align: left;
}
.node-rules-r .field-name-body, 
.node-rules-r .field-name-body h2 {
  font-family: 'magallanes_condlight';
}
.node-rules-r .field-name-body h2 {
  position: relative;
  text-transform: uppercase;
  font-family: 'magallanes_condlight';
  font-size: 16px;
  display: inline-flex;
  display: -ms-inline-flexbox;
}
.node-rules-r .field-name-body h2:after {
  content: '';
  width: 100%;
  height: 1px;
  bottom: 1px;
  position: absolute;
  left: 0;
  background: #ffffff;
}
.node-rules-r .field-name-body ol {
  padding-left: 15px;
}
.scroll-top {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 60px;
  height: 40px;
  margin-left: -30px;
}
.scroll-top:before {
  width: 100%;
  height: 100%;
  content: '';
  border: solid 1px #424447;
  background: #212327;
  position: absolute;
  left: 0;
  top: 0;
}
.scroll-top .block-inner {
  position: relative;
  z-index: 2;
}
.scroll-top .block-inner a {  
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
}
.view-usp-new .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.view-usp-new .view-content .views-field-field-image {
    width: 120px;
    height: 120px;
    text-align: center;
    border: solid 2px #ffdc00;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    transition: .5s color ease-in-out;
}
.view-usp-new .view-content .views-field-field-image .field-content {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}
.view-usp-new .view-content .views-row {
  color: #ffffff;
  font-family: 'magallanes_condregular';
  font-size: 16px;
  text-transform: uppercase;
  transition: .5s color ease-in-out;
  line-height: 18px;
}
.view-usp-new .view-content .views-row:hover {
  color: #ffdc00;
}
.view-usp-new .view-content .views-row:hover .views-field-field-image {
  border-color: #ffffff;
}
.view-usp-new .view-content .views-field-title a {
  color: #ffffff;
  text-decoration: none;
}
.view-usp-new .view-content .views-row:hover .views-field-title a {
  color: #ffdc00;
}
.bring-google .view-usp-new {
  max-width: 750px;
  margin: 0 auto;
}
.view-usp-new .view-content .views-row {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.bring-google .view-usp-new .view-content .views-row {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.node-usp-s {
  max-width: 920px;
  margin: 0 auto;
}
.bring-google .node-usp-s {
  max-width: 600px;
  margin: 0 auto;
}
.node-usp-s {
  font-family: 'magallanes_condlight';
  font-size: 20px;
  color: #000000;
}
.node-type-usp-s .headerImage .block-bean {
  margin-bottom: 20px;
}
.node-the-future {
  max-width: 600px;
  color: #ffffff;
}
.node-the-future .field-name-body ul {
  padding: 0;
  margin: 60px 0 0 0;
  list-style-type: none;
  font-size: 30px;
  font-family: 'magallanes_condregular';
}
.node-the-future .field-name-body ul li {
  border-bottom: dashed 2px #fff;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.node-the-future .field-name-body ul li:last-child {
  border: 0;
}
.node-enable-learners .field-name-body {
  color: #ffffff;
}
.node-enable-learners .field-name-body ul {
  padding: 0;
  list-style-type: none;
  font-size: 25px;
  display: inline-grid;
}
.node-enable-learners .field-name-body ul li {
  border-bottom: dashed 1px #245125;
  padding-bottom: 7px;
  margin-bottom: 7px;
  display: inline-flex;
  min-width: 100%;
}
.node-enable-learners .field-name-body ul li:last-child {
  border: 0;
}
.node-enable-learners .field-name-body ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-flex;
    vertical-align: top;
    position: relative;
    top: 12px;
}
.page-learners .headerImage .block-bean .block-inner .field-name-field-body {
    color: #000;
    max-width: 600px;
    padding-left: 100px;
    margin-top: -130px;
}
.node-learners .field-name-body {
  color: #ffffff;
}
.node-learners .field-name-body ul {
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 18px;
}
.node-learners .field-name-body ul li {
  position: relative;
  padding: 7px 7px 6px 7px;
  margin-bottom: 10px;
  display: inline-flex;
  text-transform: uppercase;
  min-width: 500px;
}
.node-learners .field-name-body ul li span {
  margin-left: 15px;
}
.node-learners .field-name-body ul li .age {
    background: #ffffff;
    width: 80px;
    color: #000;
    border-radius: 20px;
    font-size: 16px;
    padding: 3px;
    display: inline-flex;
    justify-content: center;
    height: 30px;
    font-family: 'magallanes_condbold';
    margin-left: 0;
}
.node-learners .field-name-body ul li:after {
  content: '';
  width: 100%;
  height: 50%;
  border-bottom: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 20px;
  z-index: 0;
}
.node-learners .field-name-body p {
  padding-left: 100px;
}
.node-saturday .field-name-body {
  font-size: 23px;
}
.node-saturday .field-name-body ul {
  list-style-type: none;
  list-style-image: none;
  margin: 50px 0 0 0;
  padding: 0;
  font-size: 35px;
  font-family: 'magallanes_condregular';
}
.node-saturday .field-name-body ul li span {
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    margin: 0 5px;
}
.page-saturday .main-container .container {
  max-width: 1150px;
}
.page-saturday .main-container .container .node-usp-s {
  max-width: 100%;
}
.page-transfer-certificates {
  background: #0088a2;
}
.page-transfer-certificates .block-system {
  min-width: 100%;
}
.page-transfer-certificates .block-system .view-filters {
  margin-bottom: 20px;
  border-bottom: 0;
  padding-bottom: 15px;
}
.btn-info {
  background-color: #253b80;
  border-color: #253b80;
}
.btn-default {
  background-color: #ffdc00;
  border-color: #ffdc00;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.view-transfer-certificates .view-content .table {
  font-family: 'magallanes_condregular';
}
.view-transfer-certificates .view-content .table thead th {
  border: 0;
  border-top: 1px solid #fff;
  font-weight: normal;
}
.view-transfer-certificates .view-content .table th, 
.view-transfer-certificates .view-content .table td {
  vertical-align: middle;
}
.view-transfer-certificates .view-content .table thead th a {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}
.view-transfer-certificates .view-content .table thead th a:hover, 
.view-transfer-certificates .view-content .table thead th a:focus {
  color: #000000;
}
.view-transfer-certificates .view-content .table  td img {
  padding: 5px;
  background: url(../images/bg_pattern.png) repeat 0 0 transparent;
}
.form-control {
  font-size: 14px;
}

/* careers page css apply here 25-01-2019*/
.page-careers .block-system{max-width:100%;}
.view-careers .view-header h1 {color: #EEC32D;margin-bottom: 40px;text-transform: uppercase;font-size: 38px;}
.view-careers .view-content .panel {padding: 15.5px;border: solid 1px #ffffff;margin-bottom: 20px;}
.view-careers .view-content .panel h4 {margin: 0;}
.view-careers .view-content .panel h4 a {color: #ffffff;text-transform: uppercase;}
.view-careers .view-content .panel .panel-title > a:before {float: left;font-family: FontAwesome;content:"-";padding-right: 5px;left: -60px;position: absolute;background: #fff;color: #2B345C;font-size: 48px;font-weight: bold;height: 61px;width: 60px;text-align:center;top:-1px;line-height:61px;}
.view-careers .view-content .panel .panel-title > a.collapsed:before {float: left;content:"+";left: -60px;position: absolute;background: #fff;color: #2B345C;font-size: 48px;font-weight: bold;height: 61px;width: 60px;text-align:center;top:-1px;line-height:61px;}
.view-careers .view-content .panel{position:relative;}
.view-careers .view-content .panel .panel-collapse .panel-body {padding: 30px 20px 20px;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content p{font-size:20px;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content p.rtejustify:last-child{background:#5790C4;color:#2B335C;
padding:7px 15px;font-size:20px;display:inline-block}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content p a{color:#2B335C;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content ul li a{background:#5891C5;color:#2B335C;
padding:10px 10px;font-size:20px;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content{padding:0 50px;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content ul li{font-size:20px;padding:8px 0;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content ul{padding:0 30px;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content ul li{ position: relative;list-style:none;padding-left: 23px;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content ul li:after {content: "";position: absolute;background:#fff;top: 18px;left: -21px;width: 13px;height: 10px;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content ul li:before{position:absolute;content:"";width: 0;height: 0;border-top: 10px solid #00000000;border-left: 12px solid #fff;border-bottom: 10px solid #00000000;top: 13px;left: -8px;}
.headerImage .block-bean.block-careers .block-inner {max-width: 100%;}
.page-careers .headBar {margin-bottom: 0;}

#block-search-form {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}
#block-search-form.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 106;
  display: block;
}
#block-search-form input[type="text"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;
  	border-top: 1px solid rgba(255, 255, 255, .8);
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
  	font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
    height: 75px;
    outline: none;
    border-radius: 0;
}
#block-search-form input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}
  
#block-search-form .close {
    position: fixed;
    top: 20%;
    right: 20%;
	  opacity: 1;
	  font-size: 12px;
    color: #179bd7;
  	font-weight: normal;
    text-transform: uppercase;
    background: #fff;
    padding: 5px;
    transition: .3s color ease-in-out;
}

#block-search-form .close:hover{
  color: #ffffff;
  cursor: pointer;
  background: #179bd7;
  font-weight: normal;
}
#block-search-form .icon {
  opacity: 0;
  width: 0;
  height: 0;
}
#block-search-form .input-group-btn {
  opacity: 0;
  height: 0;
  width: 0;
}
#block-search-form .block-inner, #search-block-form {
  height: 100%;
}
#block-search-form .input-group {
  position: inherit;
  height: 100%;
}
.fixedRight {
  position: fixed;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 2;
}
.fixedRight .region {
  transform: rotate(-90deg);
  position: relative;
  left: -68px;
}
.fixedRight .region .block-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fixedRight .region .block-inner ul li a {
  background: url(../images/bgpatter.jpg) no-repeat center center transparent;
  color: #0e3368;
  text-decoration: none;
  padding: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.fixedRight .region .block-inner ul li a:hover, .fixedRight .region .block-inner ul li a:hover {
  background: #253b80;
  color: #ffffff;
  text-decoration: none;
}
.front .row {
  margin: 0;
}
.form-membership {
  background: #009b51;
  color: #ffffff;
  padding: 30px;
}
.form-membership .block-title {
  margin-bottom: 20px;
  font-weight: bold;
}
.form-membership .form-text {
  border-radius: 0;
  border: 0;
}
.form-membership .form-actions .form-submit {
  color: #009b51;
  border-color: #fff;
  background-color: #fff;
  border-radius: 0;
}
.form-membership .form-actions .form-submit:hover, 
.form-membership .form-actions .form-submit:focus {
  background: #e3291f;
  border-color: #e3291f;
  color: #ffffff;
}
/*************** MOBILE VIEW *******************/
@media (max-width: 1150px) {
.view-careers .view-content .panel .panel-title > a.collapsed:before {left:0;}
.view-careers .view-content .panel h4 a {padding-left:61px;}
.view-careers .view-content .panel .panel-title > a:before {left:0;}  

}
@media (max-width: 992px) {
  .headBar .navbar-header {
    position: relative;
    top: 0;
    display: inline-flex;
  }
  .container {
    max-width: 100%;
  }
  .content-top {
    background-size: 80%;
  }
  .headBar .navbar-header img {
    width: 50%;
  }
  .headBar .navbar-toggle {
    position: absolute;
    right: 15px;
    top: 25px;
    background: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 25px;
    outline: none;
  }
  .headBar .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .headBar .navbar-nav>li>a:before {
    display: none;
  }
  .navbar-nav .dropdown-menu {
    position: relative !important;
    float: none;
    transform: translate3d(0, 0, 0px) !important;
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .headBar .navbar-nav li .dropdown-menu li a {
    justify-content: left;
    padding: 15px 20px 5px;
  }
  .headBar .navbar-nav li a {
    padding: 15px 15px;
    font-size: 20px;
  }
  .headBar .navbar-collapse {
    text-align: left;
    padding: 20px 0;
  }
  .headerImage {
    padding: 0 15px;
  }
}

@media (max-width: 822px) { 
.main-container {padding-top: 0px;} 
  .view-careers .view-content .panel .panel-title > a:before{width:55px}
.view-careers .view-content .panel .panel-title > a.collapsed::before {width: 55px;}
.view-careers .view-content .panel h4 a {padding-left: 53px;font-size:22px;}
}

@media (max-width: 768px) {
  .GTO {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .container {
    max-width: 100%;
  }
  .content-top {
    padding: 50px 0;
  }
  .view-upcoming-event .view-content .views-row:first-child {
    margin-left: 0;
  }
  .view-upcoming-event .view-header {
    position: relative;
    top: 0;
    left: 0;
    width: 97%;
    height: 300px;
    margin: 1.5%;
  }
  .footer .footerlist .block .block-inner, .copyright .block .block-inner {
    margin-bottom: 25px;
  }
  .view-upcoming-event .view-content .views-field-nothing .event-image img {
    min-width: 100%;
  }
  .node-faculty .field-item ul li a, .node-competitions .field-item ul li a {
    font-size: 22px;
  }
  .node-faculty .field-item ul li a:after, .node-competitions .field-item ul li a:after {
    display: none;
  }
  .node-calendar .field-name-body  {
    width: 100%;
  }
  .node-js-faculty.node-holiday-faculty .field-name-field-details-of-employees-sessi {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .bean-campus-photos .field-type-link-field {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 30px;
  }
  .bean-campus-photos .field-type-link-field .field-item a {
    display: flex;
    justify-content: center;
  }
  .node-external-competitions .field-name-body ul li {
    font-size: 18px;
  }
  .view-mis-times .view-content>h3, .view-mis-times .view-content>h3:first-child {
    position: relative;
    top: 0;
    margin: 0 0 20px 0;
    padding: 0 15px 0 15px;
    justify-content: center;
  }
  .view-usp-new .view-content .views-row {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .headerImage .block-bean {
    margin-top: 30px;
  }
  .page-learners .headerImage .block-bean .block-inner .field-name-field-body {
    margin-top: 10px;
    padding-left: 15px;
  }
  .node-learners .field-name-body ul li {
    min-width: 100%;
  }
  .node-learners .field-name-body ul li .age {
    text-align: center;
    height: auto;
  }
  .page-learners .main-container {
    background-position: 11% 1%, 6% 95%, 90% 95%;
  }
  .node-learners .field-name-body p {
    padding-left: 0;
  }
  .working-workshop .main-container {
    background-position: 10% 98%;
  }
  .col-feedback .block-title {
    padding-left: 0;
  }
  .frontFeatured {
    padding: 0 15px;
  }
  .frontFeatured .region .block {
    padding: 0;
  }
  .content-bottom {
    margin: 0;
    padding: 0;
  }
  .headBar .navbar-header {
    top: -9px;
  }
}
@media (max-width: 767px) {
  
  .footer .copyright .region-copyright .block .block-inner .justify-content-end{justify-content: flex-start !important;}
  .view-careers .view-content .panel .panel-title > a:before{width: 50px;font-size:42px;line-height:60px;}
.view-careers .view-content .panel .panel-title > a.collapsed::before {width: 50px;font-size:42px;line-height:60px;}
.view-careers .view-content .panel h4 a {padding-left: 45px;font-size:21px;}
}


@media (max-width: 723px) {  
.view-careers .view-content .panel .panel-title > a:before{width: 50px;font-size:42px;line-height:60px;}
.view-careers .view-content .panel .panel-title > a.collapsed::before {width: 50px;font-size:42px;line-height:60px;}
.view-careers .view-content .panel h4 a {padding-left: 45px;font-size:21px;}
}
@media (max-width: 723px) {
  .view-careers .view-header h1 {font-size:32px}
.view-careers .view-content .panel .panel-title > a.collapsed::before {width: 45px;font-size:38px;line-height:60px;}
.view-careers .view-content .panel .panel-title > a:before{width: 45px;font-size:38px;line-height:60px;}
.view-careers .view-content .panel h4 a {padding-left: 38px;font-size:19px;}
 }

 @media (max-width: 660px) {
  .view-careers .view-header h1 {font-size:30px}
   
   .view-careers .view-content .panel h4 a {font-size: 2.8vw;}
 }
@media (max-width: 600px) {  
  .view-careers .view-header h1 {font-size:29px}
  .bring-google .view-usp-new .view-content .views-row, .view-usp-new .view-content .views-row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .enable-learners .main-container {
    background-position: 8% 0%, center 96%;
  }
}

@media (max-width: 596px) {
  .view-careers .view-header h1 {font-size:25px}
   .view-careers .view-content .panel h4 a {font-size: 2.7vw;}
   .view-careers .view-content .panel .panel-title > a.collapsed::before {width: 39px;font-size: 30px;}
   .view-careers .view-content .panel .panel-title > a:before{width: 39px;font-size: 30px;}
 }
@media (max-width: 540px) {
  
  .view-careers .view-content .panel .panel-title > a.collapsed::before {width: 39px;font-size: 30px;height:55px;line-height:55px;}
   .view-careers .view-content .panel .panel-title > a:before{width: 39px;font-size: 30px;height:55px;line-height:55px;}
   .view-careers .view-content .panel {padding: 12px;}
   .view-careers .view-content .panel h4 a {font-size: 2.7vw;}
}
@media (max-width: 505px) {
  
  .view-careers .view-header h1 {margin-bottom: 20px;}
  .view-careers .view-content .panel .panel-title > a.collapsed::before {width: 25px;font-size: 25px;height: 25px;line-height: 25px;display: inline-block;text-align: center;vertical-align: middle;margin: auto;text-align: center;top: 15px;padding-left: 4px;left: 3px;}
   .view-careers .view-content .panel .panel-title > a:before{width: 25px;font-size: 25px;height: 25px;line-height: 20px;display: inline-block;text-align: center;vertical-align: middle;margin: auto;text-align: center;top: 15px;padding-left: 4px;left: 3px;}
   .view-careers .view-content .panel {padding: 12px;}
   .view-careers .view-content .panel h4 a {font-size: 16px;padding-left: 0;}
   .view-careers .view-content .panel .panel-title{margin-left:20px;}
   .view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content {padding:0}
   .view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content ul li a {padding: 3px 10px;}
   .view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content ul li {font-size: 16px;}
}

@media (max-width: 480px) {
.view-careers .view-content .panel .panel-collapse .panel-body {padding: 30px 5px 20px;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content ul {padding:19px;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content p{font-size:17px;}
.view-careers .view-content .panel .panel-collapse .panel-body .views-field .field-content p.rtejustify:last-child {padding: 7px 4px;font-size: 17px;
}
}

.field-name-field-student-class .field-item > a{

  color: black !important;
  font-weight: bolder !important;
}

.field-name-field-student-session .field-item > a{

  color: black !important;
  font-weight: bolder !important;
}

#cboxClose {
    top:0;
    right:0;
}

.popup_onload {
    max-width:100%;
}

.popup_onload #cboxWrapper,
.popup_onload #cboxLoadedContent {
    width:100% !important;
}

.popup_onload #cboxContent {
    width: calc(100% - 30px) !important;
}

.popup-onload-popup-onload-basic .webform-client-form > div > p, 
.popup-onload-popup-onload-basic .webform-client-form .captcha p,
.popup-onload-popup-onload-basic .webform-client-form br {
    display:none;
}

.popup-onload-popup-onload-basic .webform-component {
    padding:0;
    max-width: initial;
    flex: 0 0 100%;
}

.popup-onload-popup-onload-basic .block-webform {
    max-width:100%;
    flex: 0 0 100%;
}

.popup-onload-popup-onload-basic .block-webform .block-title {
    display:none;
}

.popup-onload-popup-onload-basic .webform-client-form input.form-text {
    width: 100%;
    flex: 0 0 100%;
    background: #f5f5f5;
    color: #333333;
    border: 1px solid #e8e8e8;
}

.popup-onload-popup-onload-basic .webform-client-form .form-item label {
    margin-bottom: 0;
    opacity: 1 !important;
}

.popup-onload-popup-onload-basic .webform-client-form textarea {
    height:70px;
    background: #f5f5f5;
    color: #333333;
    border: 1px solid #e8e8e8;
}

.popup-onload-popup-onload-basic .form-actions {
    padding: 15px 0 0 0 !important;
}
.page-node-248 .main-container a {
    color:#fff;
}
/************** BACKGROUND SETTING NODE PAGES  *************/
body.about-us {
  background-color: #00aa8b;
}
body.chairman {
  background-color: #009cc4;
}
body.principals {
  background-color: #0070ba;
}
body.page-mis-times {
  background-color: #00a7cc;
}
body.playpan {
  background-color: #0088a2;
}
body.ground {
  background-color: #006fb8;
}
body.junior-wing-gym {
  background-color: #d12163;
}
body.page-mis-times .main-container {
  background-image: url(../images/bg_misbottom.png), url(../images/bg_misbottom.png);
  background-repeat: no-repeat;
  background-position: 90% 88%, 95% 35%;
}
body.not-front {
  color: #ffffff;  
}
.node-type-sports .main-container {
  background-image: url(../images/bgStar.png);
  background-repeat: no-repeat;
  background-position: 10% 80%;
}
.node-type-photos-gallery {
  background-color: #597e28;
}
.senior-wing {
  background-color: #4cb92d;
}
.junior-wing {
  background-color: #35ae31;
}
.shooting-range {
  background-color: #957025;
}
.basketball {
  background-color: #00ab8d;
}
.page-contactus, .page-node-done {
  background-color: #467b25;
}
.competitions, .external-competitions {
  background-color: #cb005f;
}
.external-competitions .main-container {
  background-image: url(../images/icon_startmedium.png), url(../images/icon_startlarge.png);
  background-repeat: no-repeat;
  background-position: 10% 70%, 40% 96%;
}
.internal-competitions {
  background-color: #00a253;
}
.internal-competitions .main-container {
  background-image: url(../images/icon_startmedium.png), url(../images/icon_startlarge.png);
  background-repeat: no-repeat;
  background-position: 10% 70%, 40% 96%;
}
.faculty {
  background-color: #e15e0f;
}
.calendar-year {
  background-color: #d2af06;
}
.junior-faculty {
  background-color: #467c26;
}
.junior-faculty .main-container {
  background-color: #467c26;
  background-image: url(../images/img_patter_one.png), url(../images/img_patter_two.png);
  background-repeat: no-repeat;
  background-position: 10% 85%, 90% 40%;
}
.senior-faculty {
  background-color: #467c26;
}
.senior-faculty .main-container {
  background-color: #467c26;
  background-image: url(../images/img_patter_one.png), url(../images/img_patter_two.png);
  background-repeat: no-repeat;
  background-position: 10% 85%, 90% 40%;
}
.holidays {
  background-color: #467c26;
}
.holidays .main-container {
  background-color: #467c26;
  background-image: url(../images/img_patter_one.png), url(../images/img_patter_two.png), url(../images/icon_startsmall.png), url(../images/icon_startgreen.png);
  background-repeat: no-repeat;
  background-position: 10% 85%, 90% 40%, 10% 50%, 12% 25%;
}
.curriculum {
  background-color: #dd681d;
}
.rules-regulation {
  background-color: #0088a2;
}
.bring-google {
  background-color: #00a88a;
}
.the-future {
  background-color: #0070ba;
}
.finishing-school {
  background-color: #e32a1f;
}
.finishing-school .main-container {
  background-image: url(../images/bg_arrow.png);
  background-repeat: no-repeat;
  background-position: 92% 75%;
  padding-top: 0;
  margin-top: -100px;
}
.the-future .main-container {
  background-image: url(../images/bg_loadview.png), url(../images/bg_squarestyle.png);
  background-repeat: no-repeat;
  background-position: 33% 94%, 10% 96%;
}
.enable-learners {
  background-color: #597e28;
}
.enable-learners .main-container {
  background-image: url(../images/img_pattern.png), url(../images/img_pattern_one.png);
  background-repeat: no-repeat;
  background-position: 13% 32%, center 96%;
}
.working-workshop {
  background-color: #00869f;
}
.working-workshop .main-container {
  background-image: url(../images/img_pattern.png);
  background-repeat: no-repeat;
  background-position: 10% 80%;
}
.node-learners {
  background: url(../images/icon_blub.png) no-repeat 80% top transparent;
}
.page-learners {
  background-color: #e15e0f;
}
.page-learners .main-container {
  background-image: url(../images/img_pattern.png), url(../images/img_patt_icon.png), url(../images/img_patt_icon.png);
  background-repeat: no-repeat;
  background-position: 10% 30%, 20% 95%, 65% 95%;
  padding-bottom: 130px;
}
.page-saturday {
  background-color: #dca900;
}
.page-saturday .main-container {
  background-image: url(../images/icon_startsmall.png), url(../images/icon_startlarge.png);
  background-repeat: no-repeat;
  background-position: 10% 30%, 65% 90%;
  padding-bottom: 100px;
}
.page-careers {
  background-color: #2C355C;
}

/************** END BACKGROUND SETTING NODE PAGES  *************/