/*!
 * AIS Website - Creative v1.1.0 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2016-2022 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
*,
.card,
.card .card-content {
  box-sizing: border-box;
}
.select {
  position: relative;
  min-width: 200px;
}
.grade-dropdown {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1.4em + 2px),
    calc(100% - 15px) calc(1.4em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  width: 190px;
}
#admission_content hr + p,
.card-inside,
.copyright,
.job-listing-length,
.navmenu-nav,
footer .widget,
option.btn.btn-default.segmentBtn {
  text-align: left;
}
select.form-control.grade-dropdown {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select svg {
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  width: 10px;
  height: 6px;
  stroke-width: 2px;
  stroke: #9098a9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
  padding: 7px 40px 7px 12px;
  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 150ms ease;
}
.card,
.card .card-content,
.card .card-image img {
  background-clip: padding-box;
}
.select select:required:invalid {
  color: #5a667f;
}
.select select option {
  color: #223254;
}
.select select option[value=""][disabled] {
  display: none;
}
.select select:focus {
  outline: 0;
  border-color: #07f;
  box-shadow: 0 0 0 2px rgba(0, 119, 255, 0.2);
}
.select select:hover + svg {
  stroke: #07f;
}
.sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@-webkit-keyframes bounce {
  0%,
  5% {
    -webkit-transform: translateX(-100px);
    opacity: 0;
  }
  15% {
    -webkit-transform: translateX(0);
    padding-left: 5px;
  }
  30% {
    -webkit-transform: translateX(-50px);
  }
  40% {
    -webkit-transform: translateX(0);
    padding-left: 6px;
  }
  50% {
    -webkit-transform: translateX(-30px);
  }
  70% {
    -webkit-transform: translateX(0);
    padding-left: 7px;
  }
  80% {
    -webkit-transform: translateX(-15px);
  }
  90% {
    -webkit-transform: translateX(0);
    padding-left: 8px;
  }
  95% {
    -webkit-transform: translateX(-10%);
  }
  97% {
    -webkit-transform: translateX(0);
    padding-left: 9px;
  }
  99% {
    -webkit-transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(0);
    padding-left: 9px;
    opacity: 1;
  }
}
@-moz-keyframes bounce {
  0%,
  5% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  15% {
    -moz-transform: translateX(0);
    padding-left: 5px;
  }
  30% {
    -moz-transform: translateX(-50%);
  }
  40% {
    -moz-transform: translateX(0);
    padding-left: 6px;
  }
  50% {
    -moz-transform: translateX(-30%);
  }
  70% {
    -moz-transform: translateX(0);
    padding-left: 7px;
  }
  80% {
    -moz-transform: translateX(-15%);
  }
  90% {
    -moz-transform: translateX(0);
    padding-left: 8px;
  }
  95% {
    -moz-transform: translateX(-10%);
  }
  97% {
    -moz-transform: translateX(0);
    padding-left: 9px;
  }
  99% {
    -moz-transform: translateX(-5%);
  }
  100% {
    -moz-transform: translateX(0);
    padding-left: 9px;
    opacity: 1;
  }
}
@-o-keyframes bounce {
  0%,
  5% {
    -o-transform: translateX(-100%);
    opacity: 0;
  }
  15% {
    -o-transform: translateX(0);
    padding-left: 5px;
  }
  30% {
    -o-transform: translateX(-50%);
  }
  40% {
    -o-transform: translateX(0);
    padding-left: 6px;
  }
  50% {
    -o-transform: translateX(-30%);
  }
  70% {
    -o-transform: translateX(0);
    padding-left: 7px;
  }
  80% {
    -o-transform: translateX(-15%);
  }
  90% {
    -o-transform: translateX(0);
    padding-left: 8px;
  }
  95% {
    -o-transform: translateX(-10%);
  }
  97% {
    -o-transform: translateX(0);
    padding-left: 9px;
  }
  99% {
    -o-transform: translateX(-5%);
  }
  100% {
    -o-transform: translateX(0);
    padding-left: 9px;
    opacity: 1;
  }
}
@keyframes bounce {
  0%,
  5% {
    transform: translateX(-100%);
    opacity: 0;
  }
  15% {
    transform: translateX(0);
    padding-left: 5px;
  }
  30% {
    transform: translateX(-50%);
  }
  40% {
    transform: translateX(0);
    padding-left: 6px;
  }
  50% {
    transform: translateX(-30%);
  }
  70% {
    transform: translateX(0);
    padding-left: 7px;
  }
  80% {
    transform: translateX(-15%);
  }
  90% {
    transform: translateX(0);
    padding-left: 8px;
  }
  95% {
    transform: translateX(-7%);
  }
  97% {
    transform: translateX(0);
    padding-left: 9px;
  }
  99% {
    transform: translateX(-3%);
  }
  100% {
    transform: translateX(0);
    padding-left: 9px;
    opacity: 1;
  }
}
.card {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
}
.card-border,
.news-image {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .grade-dropdown {
    width: 100%;
  }
  .card {
    margin-bottom: 40px;
  }
}
.card-padding-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.card .card-image span.card-title {
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 999;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.card .card-image {
  position: relative;
  overflow: hidden;
  display: block;
}
.card .card-image img {
  border-radius: 2px 2px 0 0;
  position: relative;
  z-index: 1;
}
.news-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
}
.singleCard {
  padding-left: 95px;
  margin-bottom: 120px;
}
#Grade_11_12_content .card,
#Grade_8_10_content .card {
  margin-bottom: 40px;
}
#Grade_1_7_content p.contentText {
  width: 80%;
  margin-bottom: 56px;
}
.card-border {
  border-radius: 10px;
}
.card-full-content {
  background-color: #fff;
  margin-top: 5px;
}
.card .card-content {
  border-radius: 0 0 2px 2px;
}
.card-description {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 2.2rem;
  height: 6.6rem;
  overflow: hidden;
  padding: 0 !important;
  white-space: pre-line;
}
.card-author,
.card-date {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 12px;
}
.card-author {
  line-height: 1.5rem;
  padding: 8px 0 !important;
  margin-bottom: 0 !important;
}
.card-date {
  text-align: right;
  line-height: 26px;
}
#admission_content hr + p,
.card-inside,
.copyright,
.job-listing-length,
.navmenu-nav,
footer .widget {
  text-align: left;
}
.card-heading {
  font-family: Helvetica;
  font-size: 2rem;
  letter-spacing: 0;
  height: 2.2rem;
  overflow: hidden;
  color: #000 !important;
  margin-bottom: 0 !important;
}
.card-content {
  max-height: 196px;
  overflow: hidden;
}
.card .card-content p {
  margin-bottom: 15px;
  color: inherit;
}
.card-inside {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  padding: 10px 0;
}
.card-subheading {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 28px;
  letter-spacing: 0.2rem;
  font-weight: 200;
}
#admissions_page_content #curriculum_content .card-inside p,
.card-inside p {
  line-height: 2.4rem;
  letter-spacing: 0.12rem;
}
.card-inside p {
  font-size: 14px;
  color: #23232d;
}
.events {
  font-size: 14px;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  padding-bottom: 14px;
  line-height: 1.4;
}
#school_life_3col .card-content > p,
#school_life_3col .card-image h4,
.affliation-heading,
.event-date,
.mega-dropdown-menu .dropdown-header,
.navbar-nav > li > a {
  font-family: Helvetica;
}
.eventHr {
  margin-top: 10px !important;
  margin-bottom: 33px !important;
}
.event-date {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.events-sections {
  padding-left: 25px;
  padding-bottom: 40px;
}
#events_homepage {
  margin-left: -16px;
  height: 355px;
  overflow: hidden;
}
#school_life_3col .card-content {
  height: 64px;
}
#school_life_3col .card-content > p {
  font-size: 16px;
}
#school_life_3col .card {
  max-width: 420px;
  margin-top: 32px;
}
#school_life_3col .card-image {
  max-width: 420px;
  max-height: 236px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#school_life_3col .card-image h4 {
  color: #fafafa;
  font-size: 26px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
}
#school_life_3col .card-heading {
  font-size: 16px;
  line-height: 64px;
  padding-left: 40px;
  height: 4rem;
}
.curriculum-tabs .card-image {
  height: 100px;
}
.affliation-heading {
  font-size: 16px;
  letter-spacing: 0.01rem;
  color: #000;
  padding-left: 24px;
  line-height: 1.3em;
}
.affiliation-number {
  color: #000;
  padding-right: 24px;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 14px;
}
#affiliation .card-content {
  height: 72px;
  display: flex;
  align-items: center;
}
.grade_11_12_btn {
  margin-top: 56px;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 0 20px;
  width: 600px;
  box-shadow: none;
  /* height: 270px; */
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  column-count: 2;
  border-radius: 0;
}
.menu-height-small {
  height: 100px;
}
.menu-height-small > li > ul > li > a {
  line-height: 52px !important;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li.dropdown-header {
  margin-top: 30px;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #4b4b55;
  white-space: normal;
  font-size: 13px !important;
}
.redDot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: red;
  position: relative;
  top: 12px;
  left: -16px;
}
.mega-dropdown-menu > li ul > li > a:focus,
.mega-dropdown-menu > li ul > li > a:hover {
  text-decoration: none;
  color: #db4437;
  background-color: #fafafa;
}
.mega-dropdown-menu .dropdown-header {
  color: #14141c;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  margin: 0 auto;
  background-color: #fff;
}
.navbar-nav > li > a {
  line-height: 50px;
  letter-spacing: 0.05rem;
}
.navbar-nav > li > a:first-child {
  border-bottom: 3px solid transparent;
  transition: none;
}
.btn-finish,
.genderBtn,
.navbar-default {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
}
/* .navbar-nav li > a:first-child {
  background-color: #fff !important;
} */
.navbar-selected {
  border-bottom: 3px solid #db4437 !important;
  color: #080812 !important;
}
.navbar.affix .navbar-collapse {
  border-bottom: 1px solid #cdcdd2 !important;
}
.navbar-close,
.navbar-toggle {
  width: 16px;
  height: 16px;
  border: 0;
  margin-top: 30px;
  margin-right: 32px;
}
.navbar-close {
  -webkit-mask: url(../img/Icon_close.svg) no-repeat 100% 100%;
  mask: url(../img/Icon_close.svg) no-repeat 100% 100%;
  background-color: #4b4b55 !important;
  background-repeat: no-repeat;
  float: right;
}
.navbar-close:hover {
  background-color: #080812 !important;
}
.navbar-toggle {
  -webkit-mask: url(../img/Icon_hamburger_2.svg) no-repeat 100% 100%;
  mask: url(../img/Icon_hamburger_2.svg) no-repeat 100% 100%;
  background-color: #4b4b55 !important;
  background-repeat: no-repeat;
}
.navbar-toggle:hover {
  background-color: #080812 !important;
}
.navbar-default {
  background-color: #fff;
  height: 80px;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand img {
  height: 56px;
  margin-left: 28px;
  margin-top: -4px;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .navbar-default {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:focus,
  .navbar-default .navbar-header .navbar-brand:hover {
    color: #fff;
  }
  .navbar-default .nav > li.active > a,
  .navbar-default .nav > li.active > a:focus {
    color: #db4437 !important;
    border-bottom-color: #db4437;
  }
  .navbar-default .nav > li.active > a:focus:hover,
  .navbar-default .nav > li.active > a:hover {
    background-color: #82828c;
  }
  .navbar-default .nav > li:hover:before {
    bottom: 0;
    content: "";
    left: 5px;
    position: absolute;
    width: 100%;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    font-weight: 700;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    color: #5f5f69;
  }
  .navbar-default .nav > li > a:focus:hover,
  .navbar-default .nav > li > a:hover {
    color: #080812;
  }
  .job-side-menu .menu-list .menu-content,
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
.job-side-menu,
.nav-side-menu {
  overflow: auto;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  top: 0;
  color: #e1ffff;
  position: relative;
}
@media (max-width: 991px) {
  .navbar-header .navbar-brand img {
    margin-left: 20px !important;
  }
}
.nav-side-menu {
  width: 20%;
  background-color: #15131c;
  padding-right: 0 !important;
  min-height: 600px;
}
.job-side-menu {
  background-color: #fff;
  min-height: 240px;
}
#site-wrapper,
.news-tags,
.row.vertical-divider,
.strike,
.summer_background_overlay {
  overflow: hidden;
}
.job-side-menu .menu-list > ul > a > li,
.nav-side-menu .menu-list > ul > a > li {
  font-family: Helvetica;
  letter-spacing: 0;
  font-weight: 600;
}
.job-side-menu .menu-list .menu-content,
.nav-side-menu .menu-list .menu-content {
  display: block;
  position: relative;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.job-side-menu li,
.job-side-menu ul,
.nav-side-menu li,
.nav-side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 50px;
  cursor: pointer;
  border-bottom: 0;
}
.job-side-menu ul:first-child,
.nav-side-menu ul:first-child {
  margin-top: 12px;
}
.job-side-menu a,
.nav-side-menu a {
  text-decoration: none;
  color: #fffaf0;
}
.job-side-menu li,
.nav-side-menu li {
  padding-left: 20px;
  border-left: 3px solid transparent;
}
.nav-side-menu li:hover {
  border-left: 3px solid #db4437;
  background-color: #2f2e3c;
}
.job-side-menu li:hover {
  border-left: 3px solid #db4437;
  background-color: #fafafa;
}
.nav-side-menu li.collapsed {
  border-bottom: 1px solid #23282e;
}
.job-side-menu li.collapsed {
  border-bottom: 1px solid #9b9ba5;
}
.nav-side-menu .menu-list > ul > a > li {
  font-size: 14px;
  color: #9b9ba5;
}
.job-side-menu .menu-list > ul > a > li {
  font-size: 15px;
  color: #4b4b55;
}
.nav-side-menu .menu-list > ul > a > li:not(.collapsed) {
  color: #fff;
}
.job-side-menu li :not(collapsed) .arrow:before,
.job-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before,
.nav-side-menu ul :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  padding-left: 0;
  padding-right: 20px;
  vertical-align: middle;
  float: left;
}
.job-side-menu li .collapsed .arrow:before,
.job-side-menu ul .collapsed .arrow:before,
.nav-side-menu li .collapsed .arrow:before,
.nav-side-menu ul .collapsed .arrow:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 0;
  padding-right: 20px;
  vertical-align: middle;
  float: left;
}
.nav-side-menu ul.collapse.in {
  border-bottom: 1px solid #23282e;
  padding-bottom: 8px;
}
.job-side-menu ul.collapse.in {
  border-bottom: 1px solid #9b9ba5;
  padding-bottom: 8px;
}
.job-side-menu li .active,
.job-side-menu ul .active,
.nav-side-menu li .active,
.nav-side-menu ul .active {
  border-left: 3px solid #db4437;
  background-color: #4f5b69;
}
.nav-side-menu li .sub-menu li,
.nav-side-menu ul .sub-menu li {
  border: none;
  line-height: 50px;
  padding-left: 64px;
  color: #9b9ba5;
}
.job-side-menu li .sub-menu li,
.job-side-menu ul .sub-menu li {
  border: none;
  line-height: 50px;
  padding-left: 64px;
  color: #4b4b55;
  font-weight: 400;
}
.btn-dropdown,
.panel-group .panel {
  border-radius: 0;
}
.job-side-menu ul .sub-menu a.activ li,
.nav-side-menu ul .sub-menu a.activ li {
  color: #fff;
  border-left: 3px solid #db4437;
  padding-left: 61px;
}
.nav-side-menu li .sub-menu li:hover,
.nav-side-menu ul .sub-menu li:hover {
  border-left: 3px solid #db4437;
  background-color: #2f2e3c;
  padding-left: 61px;
}
.job-side-menu li .sub-menu li:hover,
.job-side-menu ul .sub-menu li:hover {
  border-left: 3px solid #db4437;
  background-color: #fafafa;
  padding-left: 61px;
}
#dropdown_first > li.open > a > .arrow:before,
.job-side-menu li .sub-menu li:before,
.job-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before,
.nav-side-menu ul .sub-menu li:before,
li.subNav.open > a > .arrow:before {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
#admissions_page_content ul {
  line-height: 2rem;
}
#dropdown_first > li:not(.open) > a > .arrow:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: left;
}
#dropdown_first > li.open > a > .arrow:before {
  font-family: FontAwesome;
  content: "\f107";
  float: left;
}
li.subNav:not(.open) > a > .arrow:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: left;
}
li.subNav.open > a > .arrow:before {
  font-family: FontAwesome;
  content: "\f107";
  float: left;
}
li.subNav.open > a {
  font-weight: 700 !important;
}
li.subNav > ul li a {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif !important;
  padding-left: 100px;
}
#admission_content ol li,
#dropdown_first > li > .dropdown-menu > li > a,
.btn-prev {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
}
#dropdown_first > li:nth-child(1) > a,
#dropdown_first > li:nth-child(3) > a,
#dropdown_first > li:nth-child(4) > a,
#dropdown_first > li:nth-child(6) > a,
#dropdown_first > li:nth-child(7) > a,
#dropdown_first > li:nth-child(2) > a,
#dropdown_first > li:nth-child(5) > a {
  padding-left: 40px;
}
#dropdown_first > li:nth-child(1) > a,
#dropdown_first > li:nth-child(4) > a {
  padding-left: 15px;
}
#dropdown_first > li > .dropdown-menu > li > a {
  padding: 3px 0 3px 50px;
  background-color: #fff;
}
#dropdown_first {
  padding: 10% 0;
}
.navmenu-nav > li {
  border-top: 0 solid #14141c;
  border-bottom: 0 solid #14141c;
  display: block;
}
.navmenu-nav > li:hover {
  background-color: #e6e6e7;
  border-top: 0;
  border-bottom: 0;
}
.navmenu-nav > li > a {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}
.navmenu-nav > li > ul {
  padding-bottom: 0;
}
.navmenu-nav > li > ul .dropdown-header,
.navmenu-nav > li > ul li a {
  line-height: 36px;
}
.btn-dropdown {
  font-size: 24px;
  padding: 0 9px;
  float: right;
  margin-top: 0;
  background-color: #161619;
  z-index: 999;
}
.btn-dropdown:hover {
  background-color: #080812;
  color: #fff;
}
.border-between + [class*="col-"]:before {
  background: #cdcdd2;
  bottom: 0;
  content: " ";
  left: 0;
  height: 268px;
  position: absolute;
  width: 1px;
  top: -20px;
}
.row.vertical-divider > div[class^="col-"] {
  padding-bottom: 100px;
  margin-bottom: -100px;
  border-left: 3px solid #f2f7f9;
  border-right: 3px solid #f2f7f9;
}
.row.vertical-divider div[class^="col-"]:first-child {
  border-left: none;
}
.row.vertical-divider div[class^="col-"]:last-child {
  border-right: none;
}
.border-between > [class*="col-"]:first-child:before {
  display: none;
}
.nav-up {
  top: -80px;
}
.nav-down {
  top: 0;
}
.mega-dropdown .arrow:before {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
#offcanvas_md {
  overflow: scroll;
}
.panel-faq {
  border-bottom: 1px solid #e6e6e7;
  margin-right: 64px;
  box-shadow: none;
}
.panel-faq > a {
  color: #14141c;
}
.panel-faq a:focus,
.panel-faq > a:hover {
  color: #080812 !important;
}
.panel-faq .panel-heading {
  background-color: #fff;
  padding: 0;
}
.panel-faq .panel-body {
  margin-left: 34px;
  color: #4b4b55 !important;
}
.panel-title {
  display: flex;
  align-items: center;
  height: 20px;
  margin: 24px 0 24px 38px;
  position: relative;
}
.panel-faq .panel-body p {
  padding-bottom: 32px;
  margin-top: -16px;
  width: 78%;
}
.accordion-toggle .panel-heading :before,
.accordion-toggle.collapsed .panel-heading :before {
  left: -38px;
  transform: translateY(-50%);
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
  background-color: #5f5f69;
  content: "";
  top: 50%;
}
.accordion-toggle .panel-heading :before {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask: url(../img/Icon_Square_Minus_4.svg) no-repeat 100% 100%;
  mask: url(../img/Icon_Square_Minus_4.svg) no-repeat 100% 100%;
}
.accordion-toggle.collapsed .panel-heading :before {
  -webkit-mask: url(../img/Icon_Square_Plus_4.svg) no-repeat 100% 100%;
  mask: url(../img/Icon_Square_Plus_4.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 !important;
}
.numeric {
  color: grey;
  font-size: x-large;
  margin-right: 20px;
}
.hrBorder {
  max-width: none;
  border-width: 2px;
  border-color: #d1d1d1;
}
.hrCenter,
.sectionCenter {
  margin-left: auto !important;
}
.application-dates {
  letter-spacing: 0.05rem;
  font-size: 18px;
  width: 30%;
  margin-right: 24px;
}
#admission_content hr {
  padding-top: 10px;
}
#welcome_content + p,
.placementMap h4 {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
.admission-tab {
  padding: 44px 0 120px 64px;
}
#welcome_content p {
  line-height: 1.55em;
  font-size: 16px;
  width: 78%;
  color: #373741;
}
#welcome_content + p {
  font-size: 24px;
}
#welcome_content p:nth-child(2) {
  font-size: 32px;
  line-height: 30px;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
#welcome_content ul {
  line-height: 16px;
}
#welcome_content p + p,
#welcome_content p + ul,
#welcome_content ul + p {
  margin-top: 26px;
}
.containedWidth {
  width: 10%;
}
#admissions_page_content a {
  color: #23232d;
  text-decoration: underline;
}
#admissions_page_content p {
  line-height: 1.55em;
  letter-spacing: 0;
  font-weight: 300;
}
.genderBtn,
.strike > span,
footer .widget h4 {
  letter-spacing: 0.1rem;
}
#admissions_page_content p + p {
  margin-top: 30px;
}
#admissions_page_content li {
  line-height: 1.55em;
  font-size: 16px;
  color: #373741;
  font-weight: 300;
}
.accordion-toggle {
  text-decoration: none !important;
}
#curriculum_content a,
.tag,
.technology .row p > a {
  text-decoration: none;
}
#curriculum_content .carousel-control .glyphicon-chevron-left::before,
#curriculum_content .carousel-control .glyphicon-chevron-right::before {
  background-color: #080812;
}
#curriculum_content #Grade_1_7_content p {
  width: 80%;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  #curriculum_content #Grade_1_7_content p {
    width: 100%;
  }
  #Grade_1_7_content > .card {
    margin-bottom: 80px;
  }
}
th {
  font-family: Helvetica;
}
#early_open_house_content th:first-child,
#eligibility_content th:first-child,
#important_dates th:first-child {
  width: 62%;
}
#early_open_house_content td,
#eligibility_content td,
#important_dates td {
  height: 64px;
  vertical-align: middle;
  padding-left: 0;
  font-size: 14px;
  border-top: 1px solid #e6e6e7;
}
#early_open_house_content tr td:first-child,
#eligibility_content tr td:first-child,
#important_dates tr td:first-child {
  padding-right: 64px;
}
#early_open_house_content th,
#eligibility_content th,
#important_dates th {
  padding-left: 0;
}
.curriculum_choice_admission {
  margin-bottom: -120px;
  margin-left: -64px;
}
.founders-note-header {
  margin-top: 30px;
  margin-bottom: 30px;
}
#earlyYearsTable,
footer .widget {
  margin-top: 40px;
}
.modal-btn-div {
  padding: 16px 24px 24px 270px;
}
.registerBtn {
  border-radius: 24px;
  padding: 14px 42px;
  margin-top: 0;
  margin-right: 22px;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
  background-color: #db4437;
  font-size: 16px;
  color: #fff;
  height: 48px;
  text-align: center;
}
.btn-rounded-fire,
.btn-rounded-no-fill-fire {
  height: 40px;
  display: inline-flex;
  font-size: 14px;
}
.btn-rounded-no-fill-fire {
  justify-content: center;
  align-items: center;
  color: #db4437;
  border: 2px solid #db4437;
  border-radius: 4px;
  background-color: transparent;
}
.btn-rounded-fire {
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 2px solid #db4437;
  border-radius: 4px;
  background-color: #db4437;
}
#apply-now-menu-btn,
.apply-now-la {
  padding: 12px 31px;
  background-color: #dd4437 !important;
  border-radius: 30px;
  font-size: 12px;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
.apply-now-la {
  display: inline-block;
  margin-top: 32px;
}
#apply-now-menu-btn {
  text-align: center;
  margin-left: 16px;
  margin-top: 12px;
  width: 178px;
}
#segment_btn_control > .btn:first-child,
#segment_btn_control_wl > .btn:first-child {
  padding-left: 18px;
  padding-right: 18px;
}
#segment_btn_control > .btn:active,
#segment_btn_control > .btn:hover,
#segment_btn_control > .btn:visited,
#segment_btn_control_wl > .btn:active,
#segment_btn_control_wl > .btn:hover,
#segment_btn_control_wl > .btn:visited {
  background-color: #db4437;
  color: #fff;
}
.font-awesome-btn {
  margin-bottom: 10px;
  display: inline-block;
}
#segment_btn_control > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
#segment_btn_control > .btn:last-child:not(.dropdown-toggle) {
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
}
#segment_btn_control > .btn:not(:first-child) {
  padding-left: 18px;
  padding-right: 18px;
}
#segment_btn_control > .btn {
  line-height: 2.45em;
}
#segment_btn_control_wl
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
#segment_btn_control_wl > .btn:last-child:not(.dropdown-toggle) {
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
}
.carousel-caption,
.hero-caption {
  border-bottom-right-radius: 4px;
  line-height: 1.2em;
}
#segment_btn_control_wl > .btn:not(:first-child) {
  padding-left: 18px;
  padding-right: 18px;
}
#segment_btn_control_wl > .btn {
  line-height: 2.45em;
}
#board_segment_btn_control {
  display: table;
  margin: 56px auto 50px;
}
#board_segment_btn_control
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#board_segment_btn_control > .btn:last-child:not(.dropdown-toggle) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#board_segment_btn_control > .btn:nth-child(2) {
  padding-left: 41px;
  padding-right: 41px;
}
#board_segment_btn_control > .btn:nth-child(3) {
  padding-left: 37px;
  padding-right: 37px;
}
#board_segment_btn_control > .btn:first-child {
  padding-left: 45px;
  padding-right: 45px;
}
#board_segment_btn_control > .btn:hover,
#board_segment_btn_control > .btn:visited {
  color: #6f6f7b;
  background-color: transparent;
  border-color: #6f6f7b;
}
#board_segment_btn_control > .btn:active {
  color: #db4437 !important;
  background-color: transparent !important;
  border-color: #db4437 !important;
}
#board_segment_btn_control > .btn {
  line-height: 2em;
  border-color: #9b9ba5;
}
.btn-active-theme,
.btn-active-theme:focus {
  color: #000;
}
.btn-homepage-active-theme {
  color: #db4437 !important;
  background-color: transparent !important;
  border-color: #db4437 !important;
  z-index: 10;
}
.genderBtn {
  color: #080812;
  background-color: #fff;
  border-color: #d4d4d4;
  transition: all 0.35s;
  padding: 14px 0;
  width: 180px;
}
.genderBtn.active,
.genderBtn.focus,
.genderBtn:active,
.genderBtn:focus,
.genderBtn:hover,
.open > .dropdown-toggle.genderBtn {
  color: #fff;
  background-color: #db4437;
  border-color: #ca3124;
}
.genderBtn.active,
.genderBtn:active,
.open > .dropdown-toggle.genderBtn {
  background-image: none;
}
.genderBtn.disabled,
.genderBtn.disabled.active,
.genderBtn.disabled.focus,
.genderBtn.disabled:active,
.genderBtn.disabled:focus,
.genderBtn.disabled:hover,
.genderBtn[disabled],
.genderBtn[disabled].active,
.genderBtn[disabled].focus,
.genderBtn[disabled]:active,
.genderBtn[disabled]:focus,
.genderBtn[disabled]:hover,
fieldset[disabled] .genderBtn,
fieldset[disabled] .genderBtn.active,
fieldset[disabled] .genderBtn.focus,
fieldset[disabled] .genderBtn:active,
fieldset[disabled] .genderBtn:focus,
fieldset[disabled] .genderBtn:hover {
  background-color: #db4437;
  border-color: #ca3124;
}
.genderBtn .badge,
.profile_close,
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #fff;
}
.genderBtn .badge {
  color: #db4437;
}
.btn-reg {
  color: #373741;
}
.btn-cont,
.btn-finish {
  color: #fff;
  border-radius: 48px;
  border-width: 2px;
}
.btn-finish {
  background-color: #db4437;
  line-height: 32px;
  width: 160px;
  height: 48px;
  transition: all 0.35s;
}
.btn-cont,
.btn-prev {
  width: 140px;
  height: 48px;
  line-height: 32px;
}
.btn-finish.active,
.btn-finish.focus,
.btn-finish:active,
.btn-finish:focus,
.btn-finish:hover,
.open > .dropdown-toggle.btn-finish {
  color: #fff !important;
  background-color: #ca3124;
  border-color: #9f271d;
}
.btn-prev {
  background-color: transparent;
  color: #080812;
  border-width: 2px;
  border-radius: 48px;
  border-color: #5f5f69;
  font-size: 14px;
}
.btn-prev:hover {
  border-color: #db4437;
  color: #db4437;
}
.btn-cont {
  background-color: #db4437;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-cont.active,
.btn-cont.focus,
.btn-cont:active,
.btn-cont:focus,
.btn-cont:hover,
.open > .dropdown-toggle.btn-cont {
  color: #fff !important;
  background-color: #ca3124;
  border-color: #9f271d;
}
#university_visiting tr td:first-child,
.btn-outline {
  color: #080812;
}
.btn-outline,
.btn-outline-color {
  background-color: transparent;
  border-width: 2px;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
}
.btn-rounded {
  border-radius: 20px;
}
.btn-xl {
  padding: 15px 30px;
}
.btn-outline {
  border-radius: 40px;
  border-color: #080812;
  font-size: 14px;
  width: 120px;
  height: 40px;
  line-height: 24px;
}
.btn-outline:hover {
  border-color: #db4437;
  color: #db4437;
}
footer .social {
  margin-top: 10px;
  margin-left: 5px;
  color: #afafb5;
  font-size: 17px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid;
}
footer .social:nth-child(1) {
  padding: 10px 14px;
}
footer .social:nth-child(2) {
  padding: 10px 11px;
}
footer .social:nth-child(3) {
  padding: 10px 11px;
}
footer .social:nth-child(4) {
  padding: 10px 11px;
}
footer .social:nth-child(5) {
  padding: 10px 12px;
}
footer .social:hover {
  color: #fff;
  background-color: #db4437;
  border-color: #db4437;
}
.news-read-more {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}
.news-read-more:hover {
  color: #db4437;
  text-decoration: underline;
}
.btn-open-house-cancel {
  margin-right: 16px;
  border-color: #82828c;
  color: #82828c;
}
.btn-open-house-cancel:hover {
  color: #db4437;
  border-color: #db4437;
}
.btn-open-house-submit {
  float: right;
  border-color: #23232d;
  color: #23232d;
}
.btn-open-house-submit:hover,
.btn-outline-color:hover {
  border-color: #db4437;
  color: #db4437;
}
.btn-outline-color {
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
}
.btn-outline-color:hover {
  opacity: 0.8;
}
.btn-outline-color span {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-left: 10px;
  border: 2px solid #fff;
  display: inline-block;
}
footer {
  margin: 0 auto;
  padding-bottom: 10px;
  background: #1b1925;
  font-family: Helvetica;
  font-size: 14px;
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset;
}
@media (max-width: 991px) {
  footer .widget {
    /* margin-top: 0; */
    padding-left: 24px;
  }
  div#segment_btn_control {
    width: 100%;
  }
}
footer .widget h4 {
  margin-top: 24px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: Helvetica;
  font-size: 14px;
  color: #fafafa;
  text-transform: uppercase;
}
footer .widget ul li,
footer .widget ul li a {
  line-height: 30px;
  color: #afafb5;
}
footer .widget ul li a:hover,
footer .widget ul li:hover {
  color: #db4437;
}
footer .widget p {
  line-height: 20px;
  color: #afafb5;
  font-size: 14px;
}
.strike {
  display: block;
  text-align: center;
  white-space: nowrap;
  padding-top: 80px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.strike > span {
  position: relative;
  display: inline-block;
  color: #db4437;
  font-size: 22px;
  font-family: Helvetica;
  line-height: 16px;
}
.strike > span:after,
.strike > span:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #23232d;
}
.strike > span:before {
  right: 100%;
  margin-right: 15px;
}
.strike > span:after {
  left: 100%;
  margin-left: 15px;
}
.copyright {
  margin-top: 64px;
  margin-bottom: 52px;
  color: #afafb5;
  font-size: 10px;
  padding-left: 20px;
}
.copyright + span {
  margin-top: 44px;
  margin-bottom: 54px;
  color: #afafb5;
}
.boardimageDimentions {
  max-width: 250px;
  max-height: 72px;
}
.image-center-wo-translate {
  display: flex;
  align-items: center;
  height: 100px;
}
.verticalLine {
  border-right: 1px solid #23232d;
  height: 276px;
}
#scroll-top-fixed {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 55px;
  height: 55px;
  z-index: 100000;
  background-color: rgba(178, 178, 178, 0.7);
  border-radius: 55px;
  cursor: pointer;
  text-align: center;
  padding-top: 16px;
}
#scroll-top-fixed i {
  font-size: 24px;
  color: #000;
}
.socialIcons {
  float: left;
  width: 33.33333%;
  text-align: center;
}
.col-ms-1,
.col-ms-10,
.col-ms-11,
.col-ms-12,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 768px) {
  .col-ms-1,
  .col-ms-10,
  .col-ms-11,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333333%;
  }
  .col-ms-push-5 {
    left: 41.66666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333333%;
  }
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333333%;
  }
  .col-ms-pull-5 {
    right: 41.66666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333333%;
  }
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 480px) and (max-width: 768px) and (max-width: 768px) {
  .container {
    max-width: 748px;
  }
}
.overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.placementMap {
  position: relative;
  height: 640px;
  border-bottom: 2px solid #d7d7db;
}
.placementMap .mapImage,
.placementMap .mapText {
  height: 100%;
  display: inline-block;
  position: relative;
}
.placementMap .mapText {
  width: 40%;
}
.placementMap .mapImage {
  width: 59%;
}
.placementMap .text-overlay {
  position: absolute;
  bottom: 140px;
  left: 20%;
  color: #23232d;
  width: 80%;
  z-index: 1000;
}
.placementMap .map-img {
  width: 80%;
  left: 10%;
  height: auto;
  top: 50%;
  transform: translatey(-50%);
  position: absolute;
}
.placementMap h4 {
  font-size: 36px;
  letter-spacing: 0.2rem;
  line-height: 80px;
}
#university_visiting th,
dt {
  font-family: Helvetica;
}
.placementMap p,
dt {
  line-height: 3.2rem;
}
.placementMap p {
  letter-spacing: 0;
}
dd {
  width: 80%;
  line-height: 3.5rem;
}
dt {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0;
}
#uni_visit_table_div {
  padding-right: 80px;
  padding-left: 120px;
}
#uni_visit_table_div_2 {
  padding-left: 80px;
  padding-right: 120px;
}
#university_visiting tr {
  line-height: 50px;
  min-height: 50px;
}
#university_visiting tr td:nth-child(3) {
  text-align: right;
  font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
}
#university_visiting th {
  padding: 16px 10px 16px 8px;
}
#university_visiting th:nth-child(3) {
  text-align: right;
}
#university_visiting tr > td:not(:first-child) {
  color: #5f5f69;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 14px;
}
#placement-desc .edu-description,
.technology .row h4 {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
}
#university_visiting td {
  line-height: 50px;
  font-size: 14px;
}
.table thead > tr > th {
  border-bottom: 1px solid #d7d7db;
}
.table tbody > tr:last-child {
  border-bottom: 1px solid #d7d7db;
}
.borderTop {
  border-top: 1px solid #cdcdd2;
}
.borderBottom {
  border-bottom: 1px solid #cdcdd2;
}
.placementHeading {
  font-size: 28px;
  margin-top: 80px;
  font-weight: 500;
  margin-bottom: 16px;
}
#placement-desc .edu-description {
  letter-spacing: 0.1rem;
  font-weight: 300;
  margin-right: 10px;
  margin-bottom: 80px;
}
#placement-desc .edu-content {
  padding-left: 64px;
  padding-right: 64px;
}
.placement-description {
  margin-top: 25px;
  font-size: 24px !important;
  color: #9b9ba5 !important;
  line-height: 1.4em !important;
  font-weight: 200;
  letter-spacing: 0.01em;
}
.placement-container {
  padding: 0 64px;
}
.placement-text {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 80px;
}
.placementTopDescription {
  margin-top: 40px;
  line-height: 1.45em;
  font-size: 18px;
}
#placement_university_list {
  padding-left: 64px;
}
.placement-img {
  flex: 1;
}
.placement-row {
  display: flex;
}
.univerisity-list-container {
  background-color: #f8f8f8;
  padding-bottom: 80px;
}
.university-visit-div {
  margin-top: 100px;
  margin-bottom: 22px;
}
.university-visit-row {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .placement-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
  }
  .placement-img {
    height: 100%;
    padding-top: 75%;
  }
}
.technologySectionHero {
  position: relative;
  height: 580px;
}
.technology {
  padding-bottom: 40px;
}
.technology .highlightPara {
  margin-top: 56px;
  font-size: 26px;
  margin-bottom: 56px;
}
.technology .row {
  position: relative;
  background: #fff;
  border-radius: 4px;
  margin-left: 2.5%;
  margin-top: -80px;
  width: 95%;
}
.technology .row .col-sm-6:nth-child(2) {
  background-color: #fafafa;
  border-radius: 4px;
}
.technology .row .col-sm-6 {
  padding: 64px;
}
.technology_btn {
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .technology .row {
    margin-top: 0;
  }
}
.technology .row h4 {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.01rem;
  color: #080812;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}
.technology .row p,
.technology .row ul li {
  font-size: 16px;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
}
.technology .row p {
  line-height: 24px;
  margin-bottom: 0;
}
.technology .row ul li {
  line-height: 1.6em;
}
.technology .row p > a {
  background-color: transparent;
  color: #0088c3;
}
.tech-bg {
  min-height: 40rem;
  margin-top: 50px;
}
.tab-content {
  width: 80%;
}
.curriculum-tabs {
  width: 100% !important;
}
@media (max-width: 991px) {
  .tab-content {
    width: 100%;
  }
}
.carousel-content {
  color: #000;
  display: flex;
  align-items: center;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control {
  color: #14141c !important;
}
#grade_11_12_carousal,
#grade_8_10_carousal {
  width: 100%;
  height: auto;
  padding: 50px;
}
.carousal-padding {
  padding: 0 95px;
}
.fact-box {
  margin: 0 auto;
  padding: 64px 0;
}
.fact-box p {
  font-size: 14px;
  color: #080812;
}
@media (max-width: 992px) {
  .fact-box {
    margin: 50px auto 0;
  }
}
@media (max-width: 768px) {
  .fact-box {
    margin: 0 auto;
  }
  .fact-box .imp-carousel-slide .title {
    font-size: 2rem !important;
  }
  .alignleft {
    text-align: center !important;
    width: 100% !important;
}
}
.fact-box h5 {
  font-size: 16px;
  color: #82828c;
  font-weight: 500;
  margin-bottom: 2px;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  text-transform: capitalize;
}
.fact-box img {
  height: 80px;
  margin-top: 8px;
  margin-right: 16px;
}
.fact-box .fact {
  float: right;
  width: 22rem;
}
.counter {
  color: #080812;
  font-size: 36px;
}
.loading-indicator {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 250px;
  background: url(../img/ajax-loader.gif) center center no-repeat;
}
.carousel-indicators li.active {
  background-color: #db4437;
  border-color: #db4437 !important;
}
#homepageCarousel .carousel-indicators li,
#news_carousal .carousel-indicators li {
  border-color: #fff;
}
.imp-carousel-slide {
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.left-sticky-button {
  position: absolute;
  right: 17px;
  top: 18px;
  width: 100%;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 8px;
  background-color: #dd4437;
  max-width: 150px;
}
.carousel-caption,
.hero-caption {
  position: absolute;
  color: #fff;
  text-shadow: none;
  border-top-right-radius: 4px;
}
.imp-carousel-slide .title {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: 0.06em;
  text-align: center;
  width: 60%;
  line-height: 1.2em;
}
.imp-carousel-slide .subtitle {
  width: 60%;
  margin-top: 40px;
  text-align: center;
  line-height: 1.7em;
  letter-spacing: 0.06em;
}
.imp-carousel-slide .slide-button-container {
  margin-top: 40px;
}
.imp-carousel-slide .slide-button {
  display: inline-block;
  cursor: pointer;
  width: 240px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #dd4437;
  border-radius: 4px;
  font-size: 14px;
}
.imp-carousel-slide .slide-next-button {
  margin-left: 24px;
  background-color: #1796a5;
}
.carousel-control {
  width: 128px;
}
.carousel-control .glyphicon-chevron-right::before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  -webkit-mask: url(../img/Icon_right_arrow_circle.svg) no-repeat 100% 100%;
  mask: url(../img/Icon_right_arrow_circle.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #d7d7db;
}
.carousel-control:hover .glyphicon-chevron-right::before {
  background-color: #db4437;
}
.carousel-control .glyphicon-chevron-left:before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  -webkit-mask: url(../img/Icon_left_arrow_circle.svg) no-repeat 100% 100%;
  mask: url(../img/Icon_left_arrow_circle.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #d7d7db;
}
.carouselOverlay,
.hero-caption,
.technologyOverlay {
  height: 100%;
  display: flex;
}
.carousel-control:hover .glyphicon-chevron-left::before {
  background-color: #db4437;
}
.carousel-caption {
  min-height: 20px !important;
  left: 0;
  top: initial;
  bottom: 10%;
  right: initial;
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 34px;
  font-weight: 100;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  letter-spacing: 4px;
}
.hero-caption,
.technologyOverlayText {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 64px;
  letter-spacing: 0px;
}
.hero-caption {
  width: 100%;
  left: 0;
  top: 0;
  bottom: initial;
  right: initial;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
}
.carouselOverlay {
  background-color: rgba(219, 68, 55, 0.03);
}
.technologyOverlay {
  background-color: rgba(15, 0, 0, 0.6);
}
.technologyOverlayText {
  color: #fff;
}
.overlay_heading,
.overlay_subheading {
  color: #fff;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  line-height: 1.6;
}
.videoWrapper {
  position: relative;
  height: 0;
}
#video-background-overlay,
.videoWrapper .imgHolder,
.videoWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.videoWrapper iframe {
  top: 0;
  left: 0;
}
#video-background-overlay {
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.overlay_subheading {
  font-size: 28px;
  text-align: center;
  width: 50%;
}
.overlay_heading {
  font-size: 48px;
  text-align: center;
  margin-bottom: 16px;
}
#gallery-image-title,
.gallery-breadcrumbs,
.mfp-counter {
  font-family: Helvetica;
}
.overlay_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.overlay_button {
  width: 300px;
  border-radius: 4px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
.first_overlay {
  margin-right: 48px;
}
.gallery-breadcrumbs {
  color: #fff;
  background-color: transparent;
  position: absolute;
  top: -25px;
}
.mfp-title {
  width: 60%;
  padding: 30px 0 0 25px;
  color: #fafafa;
}
.mfp-description {
  width: 70%;
  padding: 10px 0 30px 25px;
  color: #9b9ba5;
  line-height: 2rem;
  font-size: 14px;
}
.mfp-counter {
  min-height: 30px;
  position: absolute;
  top: -25px;
  right: 0;
}
.mfp-bottom-bar {
  width: 100%;
  background-color: #1a1a26;
}
.mfp-figure {
  background-color: #302d3c;
  width: 900px;
  height: 500px;
}
.mfp-content {
  transform: translateY(-10%);
}
.mfp-img {
  max-width: 900px;
  max-height: 500px !important;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
#school_life_3col {
  margin: 12px 21px;
}
#school_life_3col > a:focus {
  outline-width: 0;
}
@media (max-width: 991px) {
  .left-sticky-button-mobile {
    position: absolute;
    right: 68px;
    top: 21px;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 5px;
    background-color: #dd4437;
    max-width: 130px;
    text-align: center;
  }
  .mfp-figure {
    width: 100%;
    height: 100%;
  }
  .mfp-img {
    max-width: 100%;
    max-height: 100%;
    transform: translateY(10%);
  }
}
#gallery-image-description {
  color: #afafb5;
  font-size: 13px;
}
#gallery-image-title {
  font-size: 16px;
}
.dilContainer .dilCard::before,
.dilContainer .dilCardCorner::before {
  top: 50%;
  left: -56px;
  transform: translateY(-50%);
  content: "\f10c";
  font-family: FontAwesome;
  display: flex;
}
.affliation-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.affliation-image img {
  max-width: 200px;
  max-height: 120px;
}
.affliation-image + .card-content {
  background-color: #fafafa;
}
.dilContainer {
  display: flex;
  flex: 1;
  width: 100%;
  padding-right: 64px;
  padding-left: 64px;
}
.dilContainer .wrapperLine {
  margin-top: 64px;
  margin-bottom: 64px;
  border-left: 2px solid #e6e6e7;
}
.dilContainer .dilCardCorner {
  position: relative;
}
.dilContainer .dilCardCorner .cardText {
  font-size: 24px;
}
.dilContainer .dilCardCorner.First {
  margin: -0.5em 48px 64px;
}
.dilContainer .dilCardCorner.Last {
  margin: 64px 48px -0.5em;
}
.dilContainer .dilCardCorner::before {
  position: absolute;
  font-size: 16px;
  color: #9b9ba5;
}
.dilContainer .dilCard {
  display: flex;
  flex-flow: row;
  margin: 40px 48px;
  position: relative;
}
.dilContainer .dilCard::before {
  position: absolute;
  color: #db4437;
}
.dilContainer .cardContent .cardTitle,
.dilContainer .cardContent .cardTitle .text {
  font-family: HelveticaNeue-CondensedBold, "Open Sans Condensed",
    "Helvetica Neue", Arial, sans-serif;
}
.dilContainer .dilCard .cardImageHolder {
  width: 300px;
  height: 168.75px;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1;
}
.dilContainer .dilCard .cardContent {
  flex: 4;
  margin-left: 48px;
}
.dilContainer .cardContent .cardTopBar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.dilContainer .cardContent .cardTitle {
  font-size: 18px;
}
.dilContainer .cardContent .cardTime {
  color: #373741;
  font-size: 14px;
}
.dilContainer .cardContent .cardTitle .text {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.2em;
}
.dilContainer .cardContent .cardText,
.profile-description {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
.dilContainer .cardContent .cardText {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
.summer_program_one {
  margin-top: 64px;
}
.profile_close_div {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_close {
  width: 36px;
  height: 36px;
  -webkit-mask: url(../img/cross.png) no-repeat 100% 100%;
  cursor: pointer;
  background-repeat: no-repeat;
}
.explore_table_div {
  width: 70%;
  margin-top: 32px;
  padding-right: 24px;
  padding-left: 0;
}
.explore_table_div .table > tbody > tr > td {
  vertical-align: middle;
}
.summer_background_overlay {
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  z-index: -9999;
  justify-content: center;
  display: none;
}
#site-menu,
#site-nav-menu {
  overflow: scroll;
  position: fixed;
}
.summer_background_overlay.active {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(8, 5, 23, 0.9);
  display: flex;
  flex: 1;
  z-index: 9999;
}
.summer_background_overlay .overlay_summer_content {
  flex-basis: 60%;
  overflow: scroll;
  background-color: #fff;
  line-height: 22px;
}
.summer_background_overlay .overlay_summer_content a {
  color: #db4437;
}
.summer_background_overlay .overlay_summer_content .summerImagePane {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  flex-basis: 30%;
  background-color: #1b1925;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.summer_background_overlay .overlay_summer_content .summerContentPane {
  height: 100%;
  background-color: #fff;
  padding: 0 60px;
}
.summer_background_overlay
  .overlay_summer_content
  .summerContentPane
  .summerContentTitleDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  padding-top: 40px;
}
.summer_background_overlay
  .overlay_summer_content
  .summerContentPane
  .summerContentTitleDiv
  .summerContentTitle {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  height: 100%;
}
.summer_background_overlay
  .overlay_summer_content
  .summerContentPane
  .summer_content_desc {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}
.summer_background_overlay
  .overlay_summer_content
  .summerContentPane
  .summer_content_desc
  .summer_modal_activity_desc {
  color: #5f5f69;
  font-size: 16px;
}
.appstore_logo_div {
  display: flex;
  margin-top: 32px;
}
.appstore_logo_div a img {
  height: 60px;
  margin-right: 32px;
}
.profile-image {
  width: 80%;
  margin: auto;
}
.profile-description {
  font-size: 16px;
}
.edu-description,
.news_content {
  font-family: Helvetica;
}
.edu-description {
  color: #23232d;
  line-height: 1.45;
  font-size: 16px;
  margin-top: 24px;
  margin-right: 64px;
}
.ib_learner_table_div {
  margin-top: 32px;
  margin-right: 64px;
}
@media (max-width: 991px) {
  .center-image-md {
    margin: auto;
  }
  .edu-content {
    margin: 0 15px;
  }
}
h5 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 19px 0;
  letter-spacing: 1px;
}
h5 small {
  font-size: 11px;
  font-weight: 700;
}
article p {
  color: #4b4b55;
}
.education-board-logo {
  max-height: 50px;
  float: right;
  margin-right: 23%;
  margin-top: 10px;
}
.education-approach-item h3 {
  margin-top: 0;
}
.edu-board-section {
  background-color: #fff;
  height: 160px;
}
#education_page_content {
  padding: 44px 0 0;
}
#education_page_content p,
#education_page_content ul {
  line-height: 1.45em;
  width: 78%;
  font-weight: 300;
}
#education_page_content p + p,
#education_page_content p + ul {
  margin-bottom: 20px;
}
.toddenTextContainer {
  padding-top: 16px;
  padding-bottom: 40px;
}
.toddenTextContainer .education-section-text {
  margin-left: 40px;
  margin-bottom: 48px;
  width: 78%;
}
.toddenTextContainer .toddencampusHeader {
  margin-left: 25px;
}
.education_despr_container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.education_despr_container .despr_header {
  margin-top: 0;
  margin-left: 25px;
}
.education_despr_container .despr_sectionText,
.education_pagetop_container {
  margin-left: 40px;
}
.education_despr_container .despr_sectionText .education-section-text {
  margin-bottom: 48px;
  width: 78%;
}
.education-title {
  font-size: 28px;
  margin-top: 80px;
  font-weight: 500;
  margin-bottom: 16px;
}
.education-description {
  margin-top: 54px;
  font-size: 24px;
  color: #9b9ba5;
  line-height: 1.4em;
  font-weight: 200;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.education-container {
  padding: 0 48px;
}
.education-section-text {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 80px;
}
.education-image {
  flex: 1;
}
.education-row {
  display: flex;
}
@media (max-width: 991px) {
  .education-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
  }
  .education-image {
    padding-top: 75%;
    height: 100%;
  }
}
.school_timings_table_div {
  padding-right: 240px;
}
.six_graph {
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  height: 440px;
}
.news_content {
  font-size: 18px;
  line-height: 1.55em;
  margin-top: 24px;
}
.news_heading,
.offcanvas_title,
.openHouseformHeading,
form label {
  font-family: Helvetica;
}
.news_content a {
  color: #db4437;
}
.news_content div {
  white-space: pre-line;
}
.news-tags {
  list-style: none;
  margin: 0;
  padding: 40px 0;
}
.news-tags li {
  float: left;
}
.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  -webkit-transition: color 0.2s;
}
.tag::after,
.tag::before {
  background: #fff;
  content: "";
  position: absolute;
}
.tag::before {
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  height: 6px;
  left: 10px;
  width: 6px;
  top: 10px;
}
.tag::after {
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  right: 0;
  top: 0;
}
.tag:hover {
  background-color: #dc143c;
  color: #fff;
}
.tag:hover::after {
  border-left-color: #dc143c;
}
#news_carousal .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: -100px !important;
}
#news_carousal .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  margin-left: -100px !important;
}
#news_carousal .carousel-control .glyphicon-chevron-left:before,
#news_carousal .carousel-control .glyphicon-chevron-right::before {
  background-color: #db4437;
}
.news_parent_div {
  min-height: 499px;
  margin-top: 20px;
}
.whoweare-pagetopsection {
  margin-bottom: 80px;
  padding-right: 64px;
}
.whoweare-pagetopsection .whoweare-container {
  padding-left: 80px;
}
.missionIntro {
  margin-bottom: 120px;
  letter-spacing: 0.2rem;
  line-height: 1.4em;
}
.whoweare-container {
  padding: 0 64px;
}
.whoweare-title {
  font-size: 28px;
  margin-top: 80px;
  font-weight: 500;
  margin-bottom: 16px;
}
.whoweare-description {
  margin-top: 25px;
  font-size: 24px;
  color: #9b9ba5;
  line-height: 1.4em;
  font-weight: 200;
  letter-spacing: 0.01em;
}
.whoweare-section-text {
  margin-top: 48px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 80px;
}
.whoweare-image {
  flex: 1;
  min-height: 100%;
}
.whoweare-row {
  display: flex;
}
@media (max-width: 991px) {
  .whoweare-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
  }
  .whoweare-image {
    padding-top: 75%;
    height: 100%;
  }
}
.navbar_header_admissions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 64px;
}
.navbar_header_admissions .navbar_brand {
  float: none;
  padding: 16px;
  font-size: 18px;
  line-height: 20px;
}
.navbar_header_admissions .navbar_brand img {
  width: 72px;
  height: 56px;
  margin: 12px 24px;
}
.navbar_header_admissions .admission-top-title {
  font-size: 22px;
  margin: 0;
}
.navbar_header_admissions .admission_form_close_div {
  margin-right: 48px;
  background-color: #afafb5;
  border: none !important;
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.navbar_header_admissions .admission_form_close_div .admission_svg {
  background-color: #fff;
  -webkit-mask: url(../img/Icon_close.svg) no-repeat 100% 100%;
  mask: url(../img/Icon_close.svg) no-repeat 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  margin-top: 9px;
}
.red {
  color: #ff5a5b;
}
.input-group {
  display: block;
}
form label {
  font-size: 14px;
  margin-bottom: 6px !important;
}
#board_choice label,
#board_choice_after_10 label,
#board_choice_after_7 label,
.tabIndex,
.tabcontrol a,
.wizard a,
label.error {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
}
.form-group {
  margin-bottom: 30px;
}
.form-control {
  height: 48px;
}
.form_footer {
  display: none;
}
#admissionForm input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-group.date input[readonly] {
  background-color: #fff !important;
}
.tabcontrol > .content {
  background-color: transparent;
  padding: 0 20px;
}
.tabcontrol > .steps > ul > li > a {
  padding: 15px 16px !important;
}
.tabcontrol .actions {
  padding: 40px 12px;
}
select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.radio-inline {
  padding-left: 5px !important;
  padding-right: 20px;
}
label.error {
  color: brown;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.tabcontrol a,
.wizard a {
  padding: 5px 8px 5px 4px;
  margin-right: 12px;
  transition: all 0.5s;
  font-size: 16px;
}
.tabcontrol ul > li {
  display: inline-block;
}
#admissionForm > .actions > ul > li.disabled,
.tabcontrol > .steps > ul > li.done > a > .tabIndex {
  display: none;
}
.tabIndex {
  min-width: 30px;
  height: 20px;
  background: #080812;
  color: #fff;
  padding: 4px 8px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
input:focus {
  border-color: #82828c !important;
  outline: 0;
  box-shadow: 0 0 2px #82828c !important;
}
input.error {
  box-shadow: 0 0 2px red !important;
}
label.error {
  margin-top: 8px;
  font-size: 12px;
}
#review_form_view span {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
}
#review_form_view p {
  font-size: 14px;
  font-weight: 700;
}
#review_form_view h3,
.formSubHeading {
  margin-bottom: 40px;
}
#review_form_view h4 {
  margin-bottom: 24px;
}
.tabcontrol > .steps > ul > li:not(done) > a {
  color: #9b9ba5;
}
.tabcontrol > .steps > ul > li.current > a,
.tabcontrol > .steps > ul > li.done > a {
  color: #080812;
}
.tabcontrol > .steps > ul > li:not(done) > a > .tabIndex {
  background: #9b9ba5 !important;
}
.admission-close,
.modal-close,
.offcanvas-close {
  background-repeat: no-repeat;
}
.tabcontrol > .steps > ul > li.done > a:after {
  font-family: FontAwesome;
  content: "\f00c";
  float: left;
  margin-right: 10px;
  color: #0d0;
}
.admission-close {
  margin-top: 24px;
  margin-right: 24px;
  background-color: #000;
  border: none !important;
  width: 24px;
  height: 24px;
  -webkit-mask: url(../img/Icon_close.svg) no-repeat 100% 100%;
  mask: url(../img/Icon_close.svg) no-repeat 100% 100%;
  float: right;
}
.spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/rolling.gif) center center no-repeat rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.newCampusSection .campus-imgHolder {
  background-position: center;
  background-size: contain;
  padding-top: 56.25%;
  position: relative;
}
.newCampusSection .campus-pinsHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newCampusSection .pin {
  position: absolute;
  height: 4em;
  z-index: 40;
  transform-origin: 50% 93%;
  transform: translate(-50%, -93%) scale(0.66667);
  transition-duration: 375ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14);
  cursor: pointer;
}
.newCampusSection .pin:hover {
  transform: translate(-50%, -93%) scale(1);
}
.newCampusSection .pin img {
  height: 100%;
  width: auto;
}
#site-wrapper {
  position: relative;
  width: 100%;
}
.offcanvas_title {
  font-size: 20px;
  line-height: 1.45em;
  letter-spacing: 0.01em;
}
.offcanvas_description {
  margin-top: 24px !important;
  line-height: 1.45em;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: justify;
}
.offcanvas_close_div {
  position: absolute;
  height: 60px;
  width: 60px;
  margin-right: 0;
  margin-top: 0;
  top: 0;
  right: -60px;
  background-color: rgba(0, 0, 0, 0.6);
}
.offcanvas-close {
  margin-top: 18px;
  margin-right: 18px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  -webkit-mask: url(../img/Icon_close.svg) no-repeat 100% 100%;
  mask: url(../img/Icon_close.svg) no-repeat 100% 100%;
  float: right;
}
.overlay-full-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(44, 44, 51, 0.9);
  cursor: url(../img/cross.png), auto;
}
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.navbar-offcanvas,
.navmenu {
  width: 320px;
}
#site-nav-menu {
  width: 320px;
  height: 100%;
  right: -320px;
  padding: 0;
  z-index: 100;
}
.show-nav .offcanvas_close_div,
.show-offcanvas-nav .offcanvas_close_div {
  right: 0;
  z-index: 9;
}
@media (max-width: 480px) {
  #site-nav-menu {
    width: 90%;
    right: -90%;
  }
  .navbar-offcanvas,
  .navmenu {
    width: 100%;
  }
}
#site-menu {
  height: 100%;
  width: 40%;
  right: -40%;
  padding: 0;
  z-index: 100;
}
#offcanvas-div {
  background-color: #fff;
}
@media (max-width: 991px) {
  #site-canvas {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #site-menu {
    width: 75%;
  }
}
.modal-close {
  background-color: #000 !important;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/Icon_close.svg) no-repeat 100% 100%;
  mask: url(../img/Icon_close.svg) no-repeat 100% 100%;
  opacity: 0.6 !important;
  margin-top: 28px !important;
}
#enquiryModal label {
  font-size: 14px !important;
}
.grey-btn {
  border-color: #afafb5;
}
.fire-btn {
  border-color: #db4437;
}
.navbar-default .navbar-offcanvas,
.navmenu-default {
  border: 0;
}
.noscroll {
  overflow: hidden;
  position: fixed;
}
#openHouseForm3 label {
  font-size: 15px;
}
.openHouseformHeading {
  font-size: 24px;
}
#openHouseForm3 .form-control:focus {
  border-color: #82828c;
}
#job_list {
  margin-left: 120px;
}
#job_iframe {
  padding-right: 40px;
}
#careers-intro {
  padding: 0 40px 0 120px;
}
.careers-panel-heading {
  background-color: inherit !important;
}
.careers-panel + .careers-panel {
  margin-top: -1px !important;
}
.career-panel-title {
  margin-top: 12px;
  margin-bottom: 12px;
}
.careers-panel a {
  background-color: #fff !important;
  color: #335b6b !important;
}
.careers-panel a:hover {
  background-color: #5697b1 !important;
  color: #fff !important;
}
.careers-panel a:not(.collapsed) {
  background-color: #335b6b !important;
  color: #fff !important;
}
.category-job-listing {
  padding-top: 24px;
  padding-bottom: 24px;
}
.job-listing-length {
  color: #9b9ba5;
  border-radius: 10px;
  float: right;
  margin-top: 10px;
  font-size: 11px;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
}
.job-listing-name {
  padding-right: 0;
}
.scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .job-listing-name {
    font-size: 13px;
  }
  .job-listing-length {
    padding-left: 0;
  }
  #job_list {
    margin-left: 80px;
  }
  #careers-intro {
    padding: 0 40px 0 80px;
  }
}
@media (max-width: 1024px) {
  #job_list {
    margin-left: 40px;
  }
  #careers-intro {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  #job_list {
    margin-left: 40px;
    margin-right: 40px;
  }
  #job_iframe {
    padding-right: 40px;
    padding-top: 16px;
    padding-left: 40px;
  }
}
.link a {
  color: #00b3ee;
  font-family: "Helvetica Neue";
  font-size: 14px;
  padding-top: 0;
}
.agenda,
.chip dt,
.dp-cur,
.event-title,
.rb-i,
.rb-n,
.te,
.te-rev-s,
.te-t {
  white-space: normal !important;
}
.st-dtitle {
  background: #fff !important;
  font-size: 20px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
}
.date-top {
  float: left !important;
  font-size: 36px !important;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}
.view-cap,
.view-container-border {
  background-color: #fff !important;
}
.mv-daynames-table {
  background: grey;
  font-size: 16px;
  color: #5f5f69 !important;
}
.mv-daynames-table th {
  height: 40px !important;
}
.mv-event-container {
  border-top: 1px solid grey;
  top: 40px !important;
}
.mv-dayname {
  padding-left: 8px !important;
}
.today-button {
  font-size: 16px !important;
  padding: 6px 12px !important;
  vertical-align: middle;
  border-radius: 24px;
  background-color: transparent;
  border-style: none !important;
  border: 1px solid #5f5f69 !important;
}
@media (max-width: 768px) {
  .aligncenter,
  .alignleft,
  .alignright,
  .socialIcons {
    float: left;
    text-align: center;
  }
  .aligncenter,
  .alignleft,
  .alignright,
  .fact-box,
  .fact-box h6,
  .socialIcons {
    text-align: center;
  }
  .left-sticky-button-mobile {
    right: 56px;
  }
  .news_parent_div {
    margin-top: 20px;
  }
  .section-heading {
    font-size: 24px;
  }
  .testimonial h4 {
    font-size: 20px;
  }
  .dilContainer {
    padding-right: 48px;
    padding-left: 48px;
  }
  .dilContainer .dilCard {
    flex-flow: row wrap;
  }
  .dilContainer .dilCard .cardContent {
    margin-left: 24px;
    margin-top: 16px;
    min-width: 200px;
  }
  .tab-content h2,
  .tab-content p {
    padding: 0 0 15px;
  }
  .carousal-padding {
    padding: 0;
  }
  .fact-box {
    margin: 0 auto;
  }
  .carousel-control {
    width: 64px;
  }
  .navbar-header .navbar-brand img {
    margin-left: 12px !important;
  }
  .navbar-toggle {
    margin-right: 24px !important;
  }
  .text-wrap-left,
  .text-wrap-right {
    margin: 0 0 15px;
  }
  .img-width-big,
  .img-width-md {
    width: 100%;
  }
  .text-wrap-left {
    padding-left: 0;
  }
  .aligncenter,
  .alignleft,
  .alignright {
    width: 100%;
  }
  .paddingLeftZero {
    padding-right: 0 !important;
  }
  .paddingRightZero {
    padding-left: 0 !important;
  }
  .col-34 {
    width: 100% !important;
  }
  .col-20 {
    width: 33% !important;
  }
  .border-right {
    border-right: 0;
  }
  .copyright {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .copyright + span {
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .verticalLine {
    border-right: 0;
    height: 110px;
  }
  #board_segment_btn_control > .btn:nth-child(2) {
    padding-left: 12px;
    padding-right: 12px;
  }
  #board_segment_btn_control > .btn:nth-child(3) {
    padding-left: 12px;
    padding-right: 12px;
  }
  #board_segment_btn_control > .btn:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }
  .socialIcons {
    width: 100%;
  }
}
@media (max-width: 1300px) and (min-width: 480px) {
  .testimonial-image {
    max-height: 320px;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .slider-image {
    height: 320px;
    width: 100%;
  }
  .header-content {
    background-color: rgba(0, 0, 0, 0.3);
    margin-left: 0;
    border-radius: 0;
    min-height: 100px;
  }
  .header-content .header-content-inner {
    padding: 20px;
  }
  .header-content .header-content-inner h3 {
    font-size: 24px;
    color: #f5fffa;
  }
  .header-content .header-content-inner p {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  #Grade_11_12_content .card {
    height: 400px;
    margin-bottom: 60px;
  }
  #Grade_8_10_content .card {
    height: 470px;
    margin-bottom: 60px;
  }
  .singleCard {
    padding-left: 80px;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .overlay_heading,
  .overlay_subheading,
  .testimonial h4,
  .testimonial p {
    text-align: center;
  }
  .apply-now-la {
    margin: 16px 0 24px;
  }
  form label {
    margin-bottom: 16px !important;
  }
  .summer_program_one {
    margin-top: 40px;
  }
  .explore_table_div {
    width: 100%;
    padding-right: 0;
  }
  .registerBtn {
    padding: 14px 24px;
    font-size: 14px;
  }
  .overlay_summer_left,
  .overlay_summer_right {
    flex-basis: 0% !important;
  }
  .overlay_summer_content {
    flex-basis: 100% !important;
  }
  .summerContentPane {
    padding: 0 24px !important;
  }
  .navbar_header_admissions {
    padding-bottom: 24px;
  }
  .navbar_header_admissions .navbar_brand {
    float: none;
    padding: 8px;
  }
  .navbar_header_admissions .navbar_brand img {
    width: 72px;
    height: 56px;
    margin: 16px 12px;
  }
  .navbar_header_admissions .admission-top-title {
    font-size: 24px;
    position: absolute;
    left: 28px;
    top: 100px;
  }
  .navbar_header_admissions .admission_form_close_div {
    margin-right: 24px;
  }
  .form_footer {
    height: 64px;
    background-color: #fff;
    border-top: 2px solid #ebebeb;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 999;
  }
  .form_footer .current_step_overview {
    flex-basis: 45%;
    font-size: 13px;
    padding: 0 12px;
  }
  .form_footer .admission_navigation_buttons {
    flex-basis: 55%;
    padding: 0 12px;
    display: flex;
    justify-content: flex-end;
  }
  .gender_btn_group {
    display: flex;
  }
  .tabcontrol .actions,
  .tabcontrol > .steps > ul {
    display: none;
  }
  .tabcontrol > .content {
    padding: 0 0 32px;
    border: none;
    border-top: none !important;
  }
  #segment_btn_control > .btn:not(:first-child) {
    padding: 11px 12px;
    font-size: 10px;
  }
  #segment_btn_control > .btn:first-child {
    padding: 11px 12px;
    font-size: 10px;
  }
  .appstore_logo_div a img {
    height: 48px;
    margin-right: 16px;
  }
  .hero-caption {
    font-size: 45px;
  }
  .news_parent_div {
    margin-top: 20px;
  }
  #news_carousal .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -29px !important;
  }
  #news_carousal .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -29px !important;
  }
  .ib_learner_table_div td {
    padding: 16px !important;
  }
  .overlay_heading {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .overlay_subheading {
    color: #fff;
    font-size: 16px;
    width: 90%;
    margin-bottom: 64px;
  }
  .overlay_buttons {
    flex-direction: column;
    margin-top: 40px;
    font-size: 12px;
  }
  .overlay_button {
    height: 56px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 4px !important;
  }
  .first_overlay {
    margin-right: 0;
    margin-bottom: 40px;
  }
  #featured_news_events .col-sm-6:nth-child(2) {
    display: none;
  }
  .testimonial {
    height: 700px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .testimonial h4 {
    padding: 0 24px;
  }
  .testimonial-text {
    padding-left: 24px;
    padding-right: 24px;
  }
  #board_segment_btn_control {
    margin-bottom: 0;
  }
  .strike > span {
    font-size: 1.8rem;
  }
  .strike {
    padding-top: 24px;
  }
  .footerLogo {
    margin-top: 48px;
  }
  footer .widget h4 {
    margin-top: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 478px) {
  .testimonial-image {
    max-height: 320px;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .technologySectionHero {
    height: 300px;
  }
  .technologySectionHero .technologyOverlayText {
    font-size: 3.5rem;
  }
  .technology_btn {
    margin-top: 40px;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
  }
  .technology.bg-gray {
    background-color: #fff;
  }
  .technology {
    padding-bottom: 0;
  }
  .technology .row {
    margin-left: -15px;
    width: 110%;
    border-radius: 0;
  }
  .technology .row .col-sm-6 {
    padding: 17px 24px;
  }
  .technology .row .col-sm-6:first-child {
    padding-top: 27px;
  }
  .technology .highlightPara {
    margin-top: 24px;
    font-size: 26px;
    margin-bottom: 24px;
  }
  .technology .row .col-sm-6:nth-child(2) {
    margin-top: 40px;
    padding-top: 40px;
  }
  .events-sections .news_all_eventBtn {
    float: left;
  }
  .curriculum-desc {
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
  }
  .fact-box img {
    margin-right: 6px;
  }
  .fact-box .fact {
    width: 20rem;
  }
  .col-20 {
    width: 100% !important;
  }
  .show-nav #site-canvas {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  #site-menu {
    width: 100%;
    right: -100%;
  }
  .card-padding-25,
  .events-sections {
    padding-left: 9px;
  }
  .card-padding-25 {
    padding-right: 9px;
  }
  #grade_11_12_carousal,
  #grade_8_10_carousal {
    padding-top: 16px;
    padding-bottom: 0;
  }
  #Grade_11_12_content .card {
    height: 672px;
    margin-bottom: 0;
  }
  .grade_11_12_btn {
    margin-top: 0;
  }
  #Grade_8_10_content .card {
    height: 520px;
    margin-bottom: 0;
  }
  #Grade_1_7_content > .card {
    margin-bottom: 0;
  }
  #Grade_1_7_content p.contentText {
    width: 100%;
    margin-bottom: 24px;
  }
  #board_segment_btn_control {
    margin-top: 40px;
  }
  .singleCard {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 40px;
  }
  .curriculum-tabs .carousel-control {
    width: 48px;
  }
  .tab-content h2 {
    padding: 0 0 2px;
  }
  #education_page_content {
    padding: 0;
  }
  .technology-header-section-text {
    margin-bottom: 0;
  }
  .toddenTextContainer {
    padding-top: 28px;
    padding-bottom: 16px;
  }
  .toddenTextContainer .toddencampusHeader {
    margin-left: 9px;
  }
  .toddenTextContainer .education-section-text {
    padding: 32px 24px;
    margin: 0;
    width: 100%;
  }
  .education_despr_container {
    padding-top: 28px;
    padding-bottom: 16px;
  }
  .education_despr_container .despr_header {
    margin-left: 9px;
  }
  .education_despr_container .despr_sectionText {
    margin: 0;
  }
  .education_despr_container .despr_sectionText .education-section-text {
    padding: 32px 24px;
    margin: 0;
    width: 100%;
  }
  #education_page_content p {
    width: 100%;
  }
  .education_pagetop_container {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 18px;
  }
  .education-container {
    padding: 0 24px;
  }
  .education-container .education-title {
    padding: 0;
    margin-top: 32px;
    width: 100%;
  }
  .education-container .education-section-text {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .education-board-logo {
    margin-right: 17%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .education-guj-board {
    margin-right: 0;
    margin-top: 18px;
  }
  #education_page_content p,
  #education_page_content ul {
    width: 100%;
  }
  .six_graph {
    height: 300px;
  }
  .font-wight-500 {
    margin-top: 0 !important;
    padding-bottom: 5px !important;
  }
  .dilContainer {
    padding: 0 24px;
  }
  .dilContainer .dilCard {
    flex-flow: column;
    margin: 40px 30px;
  }
  .dilContainer .dilCard .cardContent {
    margin-left: 0;
    margin-top: 16px;
    min-width: 300px;
  }
  .dilContainer .dilCard::before {
    left: -38px;
  }
  .dilContainer .wrapperLine {
    margin-top: 8px;
  }
  .dilContainer .First .cardText,
  .dilContainer .Last .cardText {
    margin-left: -18px;
  }
  .placementMap {
    height: auto;
  }
  .placementMap .mapText {
    width: 100%;
  }
  .placementMap .mapText .text-overlay {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 48px 24px;
  }
  .placementMap .mapText .placement-text {
    margin: 32px 0 0;
  }
  .placementMap .mapText .placementHeading {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-heading {
    font-size: 20px;
  }
  .placementHeading {
    margin-bottom: 12px !important;
  }
  .placementMap .mapImage {
    display: none;
  }
  .placement-container {
    padding: 0 24px;
  }
  .placement-container .placement-description {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .placement-container .placementHeading {
    padding: 0;
    margin-top: 40px;
    width: 100%;
  }
  .placement-container .placement-text {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .univerisity-list-container {
    padding-bottom: 32px;
  }
  .university-visit-div {
    margin-top: 32px;
  }
  .university-visit-row {
    margin-bottom: 32px;
  }
  #uni_visit_table_div {
    padding: 0;
  }
  #uni_visit_table_div_2 {
    padding: 0 10px;
  }
  #university_visiting td {
    line-height: 22px;
  }
  #placement_university_list {
    padding-left: 14px;
  }
  .whoweare-title {
    margin-top: 40px;
  }
  .whoweare-description {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .whoweare-pagetopsection {
    margin-left: 0;
    margin-right: 0;
    padding-top: 18px;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .whoweare-container,
  .whoweare-pagetopsection .whoweare-container {
    padding: 0 24px;
  }
  .whoweare-container .placement-description {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .whoweare-container .placementHeading {
    padding: 0;
    margin-top: 48px;
    width: 100%;
  }
  .whoweare-container .whoweare-section-text {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .admission-tab {
    padding: 24px;
  }
  .curriculum_choice_admission {
    margin-bottom: 0;
    margin-left: 0;
  }
  #admissions_page_content p + p {
    margin-top: 10px;
  }
  #earlyYearsTable {
    margin-top: 0;
  }
  .founders-note-header {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #welcome_content p {
    width: 100%;
  }
  .width-78 {
    width: 100% !important;
  }
  .margin-right-64 {
    margin-right: 24px !important;
  }
  #eligibility_table,
  #eligibility_table tbody,
  #eligibility_table td,
  #eligibility_table th,
  #eligibility_table thead,
  #eligibility_table tr,
  #imp_dates_table,
  #imp_dates_table tbody,
  #imp_dates_table td,
  #imp_dates_table th,
  #imp_dates_table thead,
  #imp_dates_table tr,
  #uni_visit_table_div table,
  #uni_visit_table_div tbody,
  #uni_visit_table_div td,
  #uni_visit_table_div th,
  #uni_visit_table_div thead,
  #uni_visit_table_div tr {
    display: block;
  }
  #early_open_house_content thead tr,
  #eligibility_table thead tr,
  #imp_dates_table thead tr,
  #uni_visit_table_div thead tr {
    display: none;
  }
  #eligibility_table > tbody > tr:nth-of-type(odd),
  #imp_dates_table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  #early_open_house_content tr td:first-child,
  #eligibility_content tr td:first-child,
  #important_dates tr td:first-child,
  #uni_visit_table_div tr td:first-child {
    padding-right: 12px;
  }
  #eligibility_content .useBefore td:before,
  #imp_dates_table .useBefore td:before,
  #uni_visit_table_div .useBefore td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 50%;
    padding-right: 10px;
    padding-left: 12px;
    white-space: nowrap;
  }
  #uni_visit_table_div .useBefore td:before {
    top: 8px;
    left: 22px;
  }
  #eligibility_content .useBefore td:first-child:before {
    content: "Grade Level";
  }
  #eligibility_content .useBefore td:nth-child(2):before {
    content: "Eligibility Criteria";
  }
  #imp_dates_table .useBefore td:first-child:before {
    content: "Event";
  }
  #imp_dates_table .useBefore td:nth-child(2):before {
    content: "Date";
  }
  #uni_visit_table_div .useBefore td:first-child:before {
    content: "University Name";
  }
  #uni_visit_table_div .useBefore td:nth-child(2):before {
    content: "Date";
  }
  #uni_visit_table_div .useBefore td:nth-child(3):before {
    content: "Time";
  }
  .imp_dates_table_div {
    margin: 0 -24px;
  }
  .eligibility_table_div {
    margin: 0 -24px;
    width: auto !important;
    padding-right: 0 !important;
  }
  #uni_visit_table_div {
    margin: 0 -12px 0 -24px;
  }
  #eligibility_content td:first-child,
  #important_dates td:first-child,
  #uni_visit_table_div td:first-child {
    height: 120px;
    border: none;
    border-bottom: 0;
    position: relative;
    padding-right: 12px;
  }
  #eligibility_content td:first-child,
  #uni_visit_table_div td:first-child {
    padding-left: 45% !important;
  }
  #important_dates td:first-child {
    padding-left: 30% !important;
  }
  #eligibility_content td:nth-child(2),
  #important_dates td:nth-child(2),
  #uni_visit_table_div td:nth-child(2) {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 12px;
  }
  #eligibility_content td:nth-child(2) {
    height: 64px;
    padding-left: 45% !important;
  }
  #eligibility_content .last-tr td:nth-child(2) {
    height: 96px;
  }
  #important_dates td:nth-child(2) {
    height: 90px;
    padding-left: 30% !important;
  }
  #uni_visit_table_div td:nth-child(2) {
    border-bottom: 0;
    height: 70px;
    padding-left: 45% !important;
  }
  #uni_visit_table_div td:nth-child(3) {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 12px;
    height: 70px;
    padding-left: 45% !important;
  }
  #university_visiting tr td:nth-child(3) {
    text-align: left;
  }
  .panel-faq {
    margin-right: 0;
  }
  .panel-body {
    padding-right: 0;
  }
  .panel-faq .panel-body p {
    width: 100%;
    padding-bottom: 0;
  }
  .panel-title {
    line-height: 1.3em;
  }
  #FAQS {
    margin-left: 0;
  }
  .modal-btn-div {
    padding: 16px 24px 24px 16px;
  }
  .mobile-event-registration {
    padding: 20px;
    line-height: 24px;
  }
  #scroll-top-fixed {
    right: 20px;
    bottom: 20px;
  }
  .verticalLine {
    border-right: 0;
    height: auto;
  }
  #board_segment_btn_control > .btn {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  #school_life_3col {
    margin: 12px -15px;
  }
  #school_life_3col .card {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .school_card_col {
    padding-left: 0;
    padding-right: 0;
  }
  .school_timings_table_div {
    padding-right: 24px;
  }
  #job_list {
    margin-left: 24px;
    margin-right: 24px;
  }
  #careers-intro {
    padding: 0 24px;
  }
  #job_iframe {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 16px;
  }
  #earlyYearsTable, footer .widget {
    margin-top: 0 !important;
}
footer .widget h3 {
    margin-top: 32px !important;
}
}
