  * {
  outline: none !important;
}

body {
  font-family: "SourceSansPro-Regular";
  letter-spacing: 1px;
}
body.fixed {
  position: fixed;
  width: 100%;
}

.border-bottom {
  border-bottom: 1px solid #cccccc;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.main {
  padding: 0 !important;
}

img {
  max-width: 100%;
}

.inline-block {
  display: inline-block;
}

.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.transition, .admissions-page.leadership .content .wrapper-red .image .hover, .about-page.leadership .content .wrapper-red .image .hover, .banner .image-slider .content a, .banner .video .content .btn-primary, .second-level-nav .navbar-nav > li.dropdown, footer .footer-details ul li a img, nav .navbar-nav > li .dropdown-menu li a, nav .navbar-nav > li.dropdown, nav .navbar-nav > li > a, nav .navbar-header .navbar-toggle #nav-icon span, nav .navbar-header .navbar-toggle #nav-icon, .card.style-1 a:hover, a {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

strong.primary {
  font-family: "Oswald-Bold";
}
strong.secondary {
  font-family: "SourceSansPro-Bold";
}

h2 {
  font-family: "Oswald-Bold";
  font-size: 50px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: "Oswald-Bold";
  font-size: 40px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-family: "Oswald-Bold";
  font-size: 35px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-family: "Oswald-Bold";
  font-size: 22px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  h5 {
    font-size: 14px;
  }
}

section .title {
  text-transform: uppercase;
}
section .tagline {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 24px;
}

p {
  line-height: 24px;
  font-size: 14px;
}

.divider {
  width: 100%;
}

.flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

a {
  font-size: 14px;
  color: #710e1d;
}
a:hover {
  color: #cc9837;
}
a:hover {
  text-decoration: none;
}
a.icon {
  display: flex !important;
  align-items: center !important;
}
a.icon span {
  margin-bottom: 2px;
}
a.icon i {
  margin-left: 5px;
}
a.readmore {
  font-family: "SourceSansPro-Bold";
  font-size: 14px;
}
a.yellow {
  color: #cc9837;
}
a.yellow:hover {
  color: #710e1d;
}

.primary-font {
  font-family: "Oswald-Regular";
}
.primary-font.bold {
  font-family: "Oswald-Bold";
}

.secondary-font {
  font-family: "SourceSansPro-Regular";
}
.secondary-font.bold {
  font-family: "SourceSansPro-Bold";
}

.default-text-color {
  color: #262626;
}

.primary-text-color {
  color: #710e1d;
}

.secondary-text-color {
  color: #cc9837;
}

.bg-red {
  background: #710e1d;
  color: #fff;
}

.bg-grey {
  background: #ebebeb !important;
}

.ng-light-yellow {
  background: #fbf7ef !important;
}

section {
  position: relative;
}
@media screen and (max-width: 767px) {
  section .v-top {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  section .v-bottom {
    position: absolute;
    bottom: 0;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.floating {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: -50px;
  transform: rotate(90deg);
  -webkit-transition: top 0.2s ease !important;
  -moz-transition: top 0.2s ease !important;
  -o-transition: top 0.2s ease !important;
  -ms-transition: top 0.2s ease !important;
  transition: top 0.2s ease !important;
}
.floating a {
  width: auto;
  border: 1px solid #fff;
  border-bottom: 0;
  opacity: 0.7;
  display: flex;
}
.floating a:hover {
  opacity: 1;
  background: #710e1d !important;
  border: 1px solid #fff;
  border-bottom: 0;
}
.floating a img {
  width: 20px;
  padding-right: 5px;
}

.floating-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  -webkit-transition: top 0.2s ease !important;
  -moz-transition: top 0.2s ease !important;
  -o-transition: top 0.2s ease !important;
  -ms-transition: top 0.2s ease !important;
  transition: top 0.2s ease !important;
  width: 0;
}
.floating-menu ul {
  padding: 0;
  list-style-type: none;
  background: #710e1d;
  -webkit-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.7);
}
.floating-menu ul li {
  background: #710e1d;
}
.floating-menu ul li a {
  color: #fff;
  font-family: "Oswald-Bold";
  padding: 10px 20px;
  display: block;
  font-size: 12px;
  max-width: 350px;
  min-width: 190px;
}
.floating-menu ul li a:hover {
  opacity: 0.7;
}
.floating-menu ul li:nth-child(even) {
  background: #63101c;
}
.floating-menu.bg-yellow ul li {
  background: #cc9933 !important;
}
.floating-menu.bg-yellow ul li:nth-child(even) {
  background: #b1832c !important;
}
.floating-menu.bg-red ul li {
  background: #710e1d !important;
}
.floating-menu.bg-red ul li:nth-child(even) {
  background: #6c0f1d !important;
}
.floating-menu.bg-orange ul li {
  background: #cc3300 !important;
}
.floating-menu.bg-orange ul li:nth-child(even) {
  background: #b12c00 !important;
}
.floating-menu.bg-blue ul li {
  background: #003366 !important;
}
.floating-menu.bg-blue ul li:nth-child(even) {
  background: #002b56 !important;
}
.floating-menu.bg-pink ul li {
  background: #cc3366 !important;
}
.floating-menu.bg-pink ul li:nth-child(even) {
  background: #bd2b5c !important;
}
.floating-menu.bg-green ul li {
  background: #006600 !important;
}
.floating-menu.bg-green ul li:nth-child(even) {
  background: #005a00 !important;
}
.floating-menu.bg-purple ul li {
  background: #993399 !important;
}
.floating-menu.bg-purple ul li:nth-child(even) {
  background: #882788 !important;
}

.toggle-float ul li > a {
  text-transform: uppercase;
}
.toggle-float ul li:hover {
  cursor: pointer;
}
.toggle-float ul li.dropdown-wrapper {
  position: relative;
}
.toggle-float ul li.dropdown-wrapper:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed #fff;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 20px;
  right: 10px;
  margin: auto;
  cursor: pointer;
}
.toggle-float ul li.active:after {
  transform: rotate(180deg);
}
.toggle-float ul li .dropdown {
  height: 0;
  overflow: hidden;
  box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0.7);
}
.toggle-float ul li .dropdown li {
  background: #450b13 !important;
}
.toggle-float ul li .dropdown li a {
  padding-left: 25px;
  text-transform: capitalize;
  padding: 5px 25px;
}
.toggle-float ul li.active .dropdown {
  height: auto;
}

.card.style-1 {
  height: 100%;
  position: relative;
  padding: 30px 30px 90px;
  -webkit-box-shadow: 0px 0px 14px 0px #b8b8b8;
  -moz-box-shadow: 0px 0px 14px 0px #b8b8b8;
  box-shadow: 0px 0px 14px 0px #b8b8b8;
  text-align: center;
  background: #fff;
}
.card.style-1 h3 {
  font-size: 20px;
  font-family: "Oswald-Bold";
  margin: 0 0 20px;
  text-transform: uppercase;
  line-height: 26px;
}
.card.style-1 p {
  font-family: "SourceSansPro-Regular";
}
.card.style-1 a {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #710e1d;
  height: 60px;
  color: #fff;
}
.card.style-1 a:hover {
  background: #cc9837;
}
.card.style-2 h4 {
  font-family: "Oswald-Bold";
  font-size: 20px;
}
.card.style-2 b {
  font-family: "Oswald-Bold";
}
.card.style-3 {
  -webkit-box-shadow: 0px 0px 14px -5px #a8a8a8;
  -moz-box-shadow: 0px 0px 14px -5px #a8a8a8;
  box-shadow: 0px 0px 14px -5px #a8a8a8;
  height: 100%;
  background: #fff;
  position: relative;
  padding-bottom: 20px;
}
.card.style-3 .thumb {
  height: 200px;
  background-color: #676767 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.card.style-3 .thumb.h-150 {
  height: 150px;
}
.card.style-3 h4 {
  font-size: 18px;
  color: #262626;
  font-family: "Oswald-Bold";
  text-transform: uppercase;
  margin: 10px 0;
  line-height: 28px;
}
.card.style-3 .readmore {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.nav-tabs-wrapper.box-shadow {
  -webkit-box-shadow: 0px 0px 10px 1px #b8b8b8;
  -moz-box-shadow: 0px 0px 10px 1px #b8b8b8;
  box-shadow: 0px 0px 10px 1px #b8b8b8;
}
.nav-tabs-wrapper .panel-heading {
  padding: 0;
}
.nav-tabs-wrapper .panel-heading .nav-tabs {
  border-bottom: 0;
  display: flex;
  padding: 0;
}
.nav-tabs-wrapper .panel-heading .nav-tabs li {
  flex-grow: 1;
  max-width: 50%;
}
.nav-tabs-wrapper .panel-heading .nav-tabs li a {
  background: #710e1d;
  font-family: "Oswald-Bold";
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 20px 15px;
  height: 100%;
  border-right: 1px solid #7f2734;
  font-size: 12px;
}
.nav-tabs-wrapper .panel-heading .nav-tabs li a:hover {
  background: #cc9837;
  border-right: 1px solid #cc9837;
}
.nav-tabs-wrapper .panel-heading .nav-tabs li.active a {
  color: #710e1d;
  font-family: "Oswald-Bold";
  background: #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive {
    overflow: hidden;
    position: relative;
    display: block;
    border-bottom: 2px solid #710e1d;
  }
  .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive.open li a {
    position: relative;
    display: block;
  }
  .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive.open li.active a:after {
    transform: rotate(180deg);
  }
  .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive li {
    display: block;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
  }
  .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive > li > a:focus, .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive > li > a:hover, .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive > li > a:active {
    border-color: transparent;
  }
  .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive > li.active > a {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-right: 30px;
  }
  .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive > li.active > a:after {
    content: " ";
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #710e1d;
  }
  .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive > li.active > a:focus, .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive > li.active > a:hover, .nav-tabs-wrapper .panel-heading .nav-tabs.dropdown-responsive > li.active > a:active {
    border-color: transparent;
  }
}
.default-table {
  width: 100%;
}
.default-table thead tr th {
  vertical-align: middle;
  vertical-align: middle !important;
  color: #fff;
  background: #710e1d;
  border: 0 !important;
  text-transform: uppercase;
  font-family: "Oswald-Bold";
  font-size: 12px;
  padding: 20px 10px;
}
.default-table thead tr th:nth-child(even) {
  background: #8d2232;
}
.default-table tbody tr td {
  padding: 10px;
}
.default-table tbody tr td img {
  width: 70px;
  display: block;
  margin: 0 auto;
}

.table thead tr th {
  vertical-align: middle;
  vertical-align: middle !important;
  color: #cc9837;
  background: #710e1d;
  border: 0 !important;
  text-transform: uppercase;
  font-family: "Oswald-Bold";
  font-size: 12px;
}
.table thead tr th[rowspan="2"] {
  padding: 20px 10px;
}
.table thead tr th.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  min-width: 100px;
  left: 0px;
  z-index: 1;
}
/*.table thead tr th:nth-child(even) {
  background: #8d2232;
}*/
/*.table tbody tr:nth-child(even) {
  background: #fff;
}
.table tbody tr:nth-child(even) td {
  background: #fff;
}*/
.table tbody tr td {
  border: 0 !important;
  border-right: 1px solid #d9d9d9 !important;
  padding: 10px 20px;
  font-size: 12px;
  background: #f2f2f2;
  padding: 20px 10px;
}
.table tbody tr td.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  min-width: 100px;
  left: 0px;
  z-index: 1;
}
.table tbody tr td.no-width {
  width: auto !important;
}
.table tbody tr td:first-child {
  width: 50%;
}
.table tbody tr td:last-child {
  border-right: 0 !important;
}
.table tbody tr td.yellow {
  background-color: #cc9837;
  font-family: "SourceSansPro-Bold";
  padding: 15px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.semi-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #710e1d;
  font-family: "Oswald-Bold";
}

ul {
  font-family: "SourceSansPro-Regular";
  line-height: 24px;
}
ul.alphabet {
  counter-reset: item;
  list-style-type: none;
  font-family: "SourceSansPro-Bold";
  padding-left: 25px;
}
ul.alphabet li {
  color: #262626;
  font-family: "SourceSansPro-Regular";
  position: relative;
  font-family: "SourceSansPro-Regular";
}
ul.alphabet li:before {
  content: counter(item, upper-latin) ". ";
  counter-increment: item;
  font-family: "SourceSansPro-Bold";
  position: absolute;
  left: -25px;
}
ul.alphabet.small li {
  color: #262626;
  font-family: "SourceSansPro-Regular";
  position: relative;
  font-family: "SourceSansPro-Regular";
}
ul.alphabet.small li:before {
  content: counter(item, upper-latin) ". ";
  counter-increment: item;
  font-family: "SourceSansPro-Bold";
  position: absolute;
  left: -25px;
  text-transform: lowercase;
}
ul.inline-grid li {
  display: inline-block !important;
  vertical-align: top;
}
ul.inline-grid li:before {
  content: "";
  display: list-item;
  position: absolute;
}
ul.inline-grid li a {
  color: #710e1d;
}
ul.inline-grid.grid-3 li {
  width: 33.33333%;
}
ul.inline-grid.grid-2 li {
  width: 50%;
}

ol {
  line-height: 24px;
}
ol.grid-2 {
  column-count: 2;
}
ol.grid-2 li {
  padding-right: 30px;
}

.timeline .item {
  position: relative;
}
.timeline .item:before {
  content: " ";
  height: 100%;
  width: 1px;
  background: #710e1d;
  z-index: 1;
  top: 0;
  left: 43px;
  position: absolute;
}
.timeline .item .year h3 {
  font-size: 40px;
  color: #710e1d;
  font-family: "Oswald-Bold";
  margin: 0;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  background: #fff;
  width: 90px;
  text-align: center;
}
.timeline .item .year .line {
  width: 30px;
  height: 1px;
  background: #710e1d;
  margin: 0 30px;
}
.timeline .item .details {
  padding: 30px 0;
  width: 100%;
  min-height: 100px;
}
.timeline .item .details.border-bottom {
  border-bottom: 1px solid #710e1d;
}
.timeline .item .details img {
  width: 250px;
  max-width: 100%;
}
.timeline .item:first-child:before {
  top: 50%;
}
.timeline .item:last-child:before {
  top: initial;
  bottom: 50%;
}
.timeline .item:last-child .details {
  border-bottom: 0;
}

.triangle-down {
  box-sizing: content-box;
  width: 50%;
  height: 0;
  padding-left: 50%;
  padding-top: 5%;
  overflow: hidden;
}
.triangle-down div {
  width: 0;
  height: 0;
  margin-left: -1000px;
  margin-top: -100px;
}
.triangle-down.top div {
  border-left: 1000px solid transparent;
  border-right: 1000px solid transparent;
  border-top: 100px solid #fff;
}
.triangle-down.top.grey div {
  border-left: 1000px solid transparent;
  border-right: 1000px solid transparent;
  border-top: 100px solid #ebebeb;
}
.triangle-down.bottom div {
  border-left: 1000px solid #fff;
  border-right: 1000px solid #fff;
  border-top: 100px solid transparent;
}
.triangle-down.grey.bottom div {
  border-left: 1000px solid #ebebeb;
  border-right: 1000px solid #ebebeb;
  border-top: 100px solid transparent;
}

.bg-yellow,
.bg-sba {
  background: #cc9933 !important;
  color: #fff;
}
.bg-yellow.btn-primary:hover,
.bg-sba.btn-primary:hover {
  background: #710e1d !important;
}
.bg-yellow .btn-white:hover,
.bg-sba .btn-white:hover {
  border: 2px solid #710e1d;
  color: #710e1d;
}

.bg-red {
  background: #710e1d !important;
  color: #fff;
}

.bg-orange,
.bg-sea {
  background: #cc3300 !important;
  color: #fff;
}

.bg-brown,
.bg-sas {
  background: #663333 !important;
  color: #fff;
}

.bg-blue,
.bg-sed {
  background: #003366 !important;
  color: #fff;
}

.bg-pink,
.bg-shtm {
  background: #cc3366 !important;
  color: #fff;
}

.bg-green,
.bg-snams {
  background: #006600 !important;
  color: #fff;
}

.bg-yellow-orange,
.bg-soc {
  background: #ff9900 !important;
  color: #fff;
}

.bg-purple,
.bg-ccjef {
  background: #993399 !important;
  color: #fff;
}

.bg-dark-orange,
.bg-basiced {
  background: #cc3333 !important;
  color: #fff;
}

.bg-gs {
  background: #666666 !important;
  color: #fff;
}

.angels-acr {
  list-style-type: none;
  padding: 0;
}
.angels-acr li {
  margin-bottom: 20px;
}
.angels-acr li span {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 25px);
  line-height: 18px;
  padding-left: 20px;
}
.angels-acr li span.big-letter {
  font-family: "Oswald-Bold";
  color: #710e1d;
  font-size: 30px;
  width: 20px;
  text-align: center;
  padding-left: 0;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

@font-face {
  font-family: "SourceSansPro-Regular";
  src: url(/fonts/source-sans-pro/SourceSansPro-Regular.ttf);
}
@font-face {
  font-family: "SourceSansPro-SemiBold";
  src: url(/fonts/source-sans-pro/SourceSansPro-SemiBold.ttf);
}
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url(/fonts/source-sans-pro/SourceSansPro-Bold.ttf);
}
@font-face {
  font-family: "Oswald-Regular";
  src: url(/fonts/oswald/Oswald-Regular.ttf);
}
@font-face {
  font-family: "Oswald-Medium";
  src: url(/fonts/oswald/Oswald-Medium.ttf);
}
@font-face {
  font-family: "Oswald-Bold";
  src: url(/fonts/oswald/Oswald-Bold.ttf);
}
.btn-primary {
  padding: 25px;
  display: block;
  width: 320px;
  text-align: center;
  background: #710e1d;
  border-color: #710e1d;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "SourceSansPro-SemiBold";
  border: 0;
  max-width: 100%;
}
.btn-primary.default {
  background: #262626;
}
.btn-primary:hover {
  background: #cc9837;
  color: #fff;
}
.btn-primary.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-primary.small-width {
  width: 200px;
}

.btn-white {
  padding: 15px;
  display: block;
  width: 320px;
  text-align: center;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-white:hover {
  background: #cc9837;
  border: 2px solid #cc9837;
  color: #fff;
}
.btn-white.center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .button-wrapper.d-flex {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .button-wrapper.d-flex .btn-primary {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
  }
}

.form-group .relative {
  position: relative;
}
.form-group .relative .caret {
  bottom: 50%;
  right: 15px;
  position: absolute;
}
.form-group label {
  font-size: 13px;
  color: #000;
  font-family: "SourceSansPro-Bold";
}
.form-group input,
.form-group select {
  padding: 15px 15px;
  border-radius: 0px;
  height: 50px;
  font-family: "SourceSansPro-Regular";
  background: #fff;
}
.form-group input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border: 0 !important;
}
.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background: #fff;
}
.form-group textarea {
  padding: 10px 15px;
  border-radius: 0px;
  font-family: "SourceSansPro-Regular";
}

.form-checkbox,
.form-radio {
  margin-bottom: 15px;
  height: 100%;
}
.form-checkbox > .label-wrapper,
.form-radio > .label-wrapper {
  display: block;
  margin-bottom: 15px;
}
.form-checkbox .form-check-inline,
.form-radio .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 10px;
}
.form-checkbox input,
.form-radio input {
  margin: 0;
  padding: 0;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.form-checkbox label,
.form-radio label {
  font-size: 13px;
  color: #000;
  font-family: "SourceSansPro-Bold";
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}

.search-container input[type=text] {
  padding: 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  display: inline-block;
  width: calc(100% - 50px);
  height: 50px;
}
.search-container button {
  padding: 13px 6px;
  background: #710e1d;
  font-size: 14px;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #710e1d;
  font-family: "SourceSansPro-Regular";
  color: #fff;
}
.search-container button:hover {
  background: #cc9837;
  border: 1px solid #cc9837;
}

.px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-5 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-6 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-7 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.px-8 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-3 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-4 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-5 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-6 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx-7 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mx-8 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

nav {
  border: 0 !important;
  border-bottom: 2px solid #710e1d !important;
  border-radius: 0 !important;
  padding: 10px 0;
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  nav {
    padding: 10px 0;
  }
}
@media screen and (max-width: 991px) {
  nav .navbar-header {
    width: 100%;
    align-items: center !important;
    justify-content: space-between !important;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  nav .navbar-header:before, nav .navbar-header:after {
    display: none;
  }
}
nav .navbar-header .navbar-toggle {
  padding: 0;
  margin: 0;
}
nav .navbar-header .navbar-toggle #nav-icon {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}
nav .navbar-header .navbar-toggle #nav-icon.toggleBanner span {
  background: #fff !important;
}
nav .navbar-header .navbar-toggle #nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #710e1d;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
nav .navbar-header .navbar-toggle #nav-icon span:nth-child(1) {
  top: 0px;
}
nav .navbar-header .navbar-toggle #nav-icon span:nth-child(2), nav .navbar-header .navbar-toggle #nav-icon span:nth-child(3) {
  top: 10px;
}
nav .navbar-header .navbar-toggle #nav-icon span:nth-child(4) {
  top: 20px;
}
nav .navbar-header .navbar-toggle #nav-icon.open {
  width: 30px;
}
nav .navbar-header .navbar-toggle #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
nav .navbar-header .navbar-toggle #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav .navbar-header .navbar-toggle #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav .navbar-header .navbar-toggle #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
nav .navbar-header .navbar-brand {
  padding: 0px;
  /* firefox bug fix */
  height: auto;
  margin-left: 0 !important;
}
nav .navbar-header .navbar-brand img {
  width: 400px;
}
@media screen and (max-width: 1300px) {
  nav .navbar-header .navbar-brand img {
    width: 350px;
  }
}
@media screen and (max-width: 1250px) {
  nav .navbar-header .navbar-brand img {
    width: 330px;
  }
}
@media screen and (max-width: 1200px) {
  nav .navbar-header .navbar-brand img {
    width: 255px;
  }
}
@media screen and (max-width: 991px) {
  nav .navbar-header .navbar-brand img {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  nav .navbar-collapse {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 102px;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    border-bottom: 2px solid #710e1d;
    overflow-x: auto;
  }
}
@media screen and (max-width: 991px) {
  nav .navbar-collapse .menus {
    max-height: calc(100vh - 115px);
    overflow-y: auto;
  }
}
nav .navbar-nav > li > a {
  color: #262626;
  font-family: "Oswald-Medium";
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
}
@media screen and (max-width: 1200px) {
  nav .navbar-nav > li > a {
    font-size: 13px;
    padding: 8px;
  }
}
@media screen and (max-width: 1099px) {
  nav .navbar-nav > li > a {
    padding: 5px;
  }
}
@media screen and (max-width: 991px) {
  nav .navbar-nav > li > a {
    padding: 5px 10px;
    margin: 0 10px;
    display: inline-block;
  }
}
nav .navbar-nav > li > a:hover {
  background: #fff;
  color: #710e1d;
}
nav .navbar-nav > li > a .caret {
  margin-top: -5px;
}
nav .navbar-nav > li.dropdown {
  margin-right: 5px;
}
nav .navbar-nav > li.dropdown:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed #000;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
nav .navbar-nav > li.dropdown.show:after {
  top: 15px;
  margin: 0;
  transform: rotate(180deg);
}
@media screen and (min-width: 991px) {
  nav .navbar-nav > li:hover:after {
    transform: rotate(180deg);
    border-top: 4px dashed #710e1d;
    border-top: 4px solid #710e1d;
  }
}
nav .navbar-nav > li .dropdown-menu {
  right: auto;
  left: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  nav .navbar-nav > li .dropdown-menu {
    position: initial;
    float: initial;
    border: 0;
    box-shadow: initial;
    padding: 10px;
  }
}
nav .navbar-nav > li .dropdown-menu li {
  position: relative;
  cursor: pointer;
}
nav .navbar-nav > li .dropdown-menu li.sub-menu-toggle-hover:after {
  content: " ";
  cursor: pointer;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed #000;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 991px) {
  nav .navbar-nav > li .dropdown-menu li.sub-menu-toggle-hover:after {
    display: none;
  }
}
nav .navbar-nav > li .dropdown-menu li.sub-menu-toggle-hover:hover:after {
  transform: rotate(-90deg);
  border-top: 4px dashed #fff;
  border-top: 4px solid #fff;
}
nav .navbar-nav > li .dropdown-menu li a {
  padding: 10px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
  font-size: 12px;
  white-space: break-spaces;
  display: block;
  min-width: 250px;
}
@media screen and (max-width: 991px) {
  nav .navbar-nav > li .dropdown-menu li a {
    padding: 4px 15px;
  }
}
nav .navbar-nav > li .dropdown-menu li a:hover {
  color: #fff;
  background: #710e1d;
}
nav .navbar-nav > li .dropdown-menu li a .caret {
  position: absolute;
  top: 16px;
  right: 10px;
}
nav .navbar-nav > li .dropdown-menu li > .sub-menu {
  position: absolute;
  top: -1px;
  left: 100%;
  margin: 0;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  nav .navbar-nav > li .dropdown-menu li > .sub-menu {
    position: initial;
    float: initial;
    border: 0;
    box-shadow: initial;
    padding: 10px;
  }
}
nav .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #710e1d;
}
nav .navbar-nav.first-menu {
  max-height: 100px;
}
@media screen and (max-width: 991px) {
  nav .navbar-nav.first-menu {
    max-height: initial;
  }
}
nav .navbar-nav.first-menu li a {
  font-size: 12px;
  background: white;
  border-radius: 20px;
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
}
@media screen and (max-width: 991px) {
  nav .navbar-nav.first-menu li a {
    margin: 0 10px;
  }
}
nav .navbar-nav.first-menu li.active a {
  background: #710e1d;
  color: #fff;
}
nav.yellow, nav.sba {
  border-bottom: 2px solid #cc9933 !important;
}
nav.yellow .navbar-nav > li > a:hover, nav.sba .navbar-nav > li > a:hover {
  background: #fff;
  color: #cc9933;
}
nav.yellow .navbar-nav > li.active a, nav.sba .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #cc9933;
}
nav.yellow .navbar-nav.first-menu li.active a, nav.sba .navbar-nav.first-menu li.active a {
  background: #cc9933;
  color: #fff;
}
nav.yellow .navbar-toggle #nav-icon span, nav.sba .navbar-toggle #nav-icon span {
  background: #cc9933;
}
nav.red {
  border-bottom: 2px solid #710e1d !important;
}
nav.red .navbar-nav > li > a:hover {
  background: #fff;
  color: #710e1d;
}
nav.red .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #710e1d;
}
nav.red .navbar-nav.first-menu li.active a {
  background: #710e1d;
  color: #fff;
}
nav.red .navbar-toggle #nav-icon span {
  background: #710e1d;
}
nav.orange, nav.sea {
  border-bottom: 2px solid #cc3300 !important;
}
nav.orange .navbar-nav > li > a:hover, nav.sea .navbar-nav > li > a:hover {
  background: #fff;
  color: #cc3300;
}
nav.orange .navbar-nav > li.active a, nav.sea .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #cc3300;
}
nav.orange .navbar-nav.first-menu li.active a, nav.sea .navbar-nav.first-menu li.active a {
  background: #cc3300;
  color: #fff;
}
nav.orange .navbar-toggle #nav-icon span, nav.sea .navbar-toggle #nav-icon span {
  background: #cc3300;
}
nav.brown, nav.sas {
  border-bottom: 2px solid #663333 !important;
}
nav.brown .navbar-nav > li > a:hover, nav.sas .navbar-nav > li > a:hover {
  background: #fff;
  color: #663333;
}
nav.brown .navbar-nav > li.active a, nav.sas .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #663333;
}
nav.brown .navbar-nav.first-menu li.active a, nav.sas .navbar-nav.first-menu li.active a {
  background: #663333;
  color: #fff;
}
nav.brown .navbar-toggle #nav-icon span, nav.sas .navbar-toggle #nav-icon span {
  background: #663333;
}
nav.blue, nav.sed {
  border-bottom: 2px solid #003366 !important;
}
nav.blue .navbar-nav > li > a:hover, nav.sed .navbar-nav > li > a:hover {
  background: #fff;
  color: #003366;
}
nav.blue .navbar-nav > li.active a, nav.sed .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #003366;
}
nav.blue .navbar-nav.first-menu li.active a, nav.sed .navbar-nav.first-menu li.active a {
  background: #003366;
  color: #fff;
}
nav.blue .navbar-toggle #nav-icon span, nav.sed .navbar-toggle #nav-icon span {
  background: #003366;
}
nav.pink, nav.shtm {
  border-bottom: 2px solid #cc3366 !important;
}
nav.pink .navbar-nav > li > a:hover, nav.shtm .navbar-nav > li > a:hover {
  background: #fff;
  color: #cc3366;
}
nav.pink .navbar-nav > li.active a, nav.shtm .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #cc3366;
}
nav.pink .navbar-nav.first-menu li.active a, nav.shtm .navbar-nav.first-menu li.active a {
  background: #cc3366;
  color: #fff;
}
nav.pink .navbar-toggle #nav-icon span, nav.shtm .navbar-toggle #nav-icon span {
  background: #cc3366;
}
nav.green, nav.snams {
  border-bottom: 2px solid #006600 !important;
}
nav.green .navbar-nav > li > a:hover, nav.snams .navbar-nav > li > a:hover {
  background: #fff;
  color: #006600;
}
nav.green .navbar-nav > li.active a, nav.snams .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #006600;
}
nav.green .navbar-nav.first-menu li.active a, nav.snams .navbar-nav.first-menu li.active a {
  background: #006600;
  color: #fff;
}
nav.green .navbar-toggle #nav-icon span, nav.snams .navbar-toggle #nav-icon span {
  background: #006600;
}
nav.yellow-orange, nav.soc {
  border-bottom: 2px solid #ff9900 !important;
}
nav.yellow-orange .navbar-nav > li > a:hover, nav.soc .navbar-nav > li > a:hover {
  background: #fff;
  color: #ff9900;
}
nav.yellow-orange .navbar-nav > li.active a, nav.soc .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #ff9900;
}
nav.yellow-orange .navbar-nav.first-menu li.active a, nav.soc .navbar-nav.first-menu li.active a {
  background: #ff9900;
  color: #fff;
}
nav.yellow-orange .navbar-toggle #nav-icon span, nav.soc .navbar-toggle #nav-icon span {
  background: #ff9900;
}
nav.purple, nav.ccjef {
  border-bottom: 2px solid #993399 !important;
}
nav.purple .navbar-nav > li > a:hover, nav.ccjef .navbar-nav > li > a:hover {
  background: #fff;
  color: #993399;
}
nav.purple .navbar-nav > li.active a, nav.ccjef .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #993399;
}
nav.purple .navbar-nav.first-menu li.active a, nav.ccjef .navbar-nav.first-menu li.active a {
  background: #993399;
  color: #fff;
}
nav.purple .navbar-toggle #nav-icon span, nav.ccjef .navbar-toggle #nav-icon span {
  background: #993399;
}
nav.dark-orange, nav.basiced {
  border-bottom: 2px solid #cc3333 !important;
}
nav.dark-orange .navbar-nav > li > a:hover, nav.basiced .navbar-nav > li > a:hover {
  background: #fff;
  color: #cc3333;
}
nav.dark-orange .navbar-nav > li.active a, nav.basiced .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #cc3333;
}
nav.dark-orange .navbar-nav.first-menu li.active a, nav.basiced .navbar-nav.first-menu li.active a {
  background: #cc3333;
  color: #fff;
}
nav.dark-orange .navbar-toggle #nav-icon span, nav.basiced .navbar-toggle #nav-icon span {
  background: #cc3333;
}
nav.gs {
  border-bottom: 2px solid #666666 !important;
}
nav.gs .navbar-nav > li > a:hover {
  background: #fff;
  color: #666666;
}
nav.gs .navbar-nav > li.active a {
  font-family: "Oswald-Bold";
  color: #666666;
}
nav.gs .navbar-nav.first-menu li.active a {
  background: #666666;
  color: #fff;
}
nav.gs .navbar-toggle #nav-icon span {
  background: #666666;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 10px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 0;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-collapse.collapse.in {
    /* NEW */
    display: block !important;
  }
}
body.sticky {
  padding-top: 100px;
}
body.sticky nav {
  padding: 10px 0 !important;
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
  padding: 10px 0;
}
body.sticky nav .navbar-header .navbar-brand {
  padding: 0px;
  /* firefox bug fix */
  height: auto;
}
body.sticky nav .navbar-header .navbar-brand img {
  width: 200px;
}
body.sticky nav .first-menu {
  max-height: 0;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 991px) {
  body.sticky nav .first-menu {
    max-height: initial;
  }
}
@media screen and (max-width: 991px) {
  body.sticky nav .navbar-collapse {
    top: 84px;
    border-bottom: 2px solid #710e1d;
  }
}

.search-nav {
  position: relative;
}
.search-nav .search-container {
  right: 0;
  width: 220px;
  z-index: 1;
  position: absolute;
  display: none;
}
.search-nav .search-container input,
.search-nav .search-container button {
  vertical-align: middle;
}

@media screen and (min-width: 991px) {
  .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }
}
footer {
  position: relative;
}
footer .logo {
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  footer .logo {
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  footer .logo {
    top: -50px;
  }
}
footer .footer-details {
  background: #710e1d;
  color: #fff;
}
footer .footer-details h4 {
  font-family: "Oswald-Medium";
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
}
footer .footer-details p {
  font-size: 12px;
  margin-bottom: 20px;
}
footer .footer-details ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 30px;
}
footer .footer-details ul li img {
  margin-right: 10px;
}
footer .footer-details ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
footer .footer-details ul li a:hover {
  color: #cc9837;
}
footer .footer-details ul li a img:hover {
  opacity: 0.7;
}
footer .footer-details form {
  margin: 0 0 40px;
}
footer .footer-details form input {
  color: #262626;
  border: 0;
  padding: 10px;
  height: 50px;
  font-family: "SourceSansPro-Bold";
  font-size: 12px;
}
footer .footer-details form input[type=email] {
  width: calc(100% - 150px);
  vertical-align: text-top;
}
footer .footer-details form input[type=submit] {
  width: 150px;
  background: #cc9837;
  color: #fff;
  vertical-align: text-top;
}
footer .copyright {
  background: #fff;
  color: #cc9837;
  padding: 15px;
}

ul {
  list-style-type: disc;
  padding-top: 15px;
  padding-bottom: 15px;
}

.filter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.filter li {
  display: inline-block;
  margin-right: 20px;
}
.filter li a {
  font-size: 14px;
  margin: 0;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
  font-family: "Oswald-Bold";
  color: #262626;
}
.filter li a:hover {
  color: #710e1d;
}

.blog-sidebar .recent-post .item {
  margin-bottom: 15px;
}
.blog-sidebar .recent-post .item .thumbnail {
  height: 80px;
  width: 80px;
  background-color: #676767 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
}
.blog-sidebar .recent-post .item .content {
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: top;
}
.blog-sidebar .recent-post .item .content a {
  font-size: 14px;
  margin: 0;
  margin-left: 20px;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
  font-family: "Oswald-Bold";
  color: #262626;
}
.blog-sidebar .recent-post .item .content a:hover {
  color: #710e1d;
}
.blog-sidebar .archives ul {
  padding: 0;
  list-style-type: none;
}
.blog-sidebar .archives ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.blog-sidebar .archives ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Oswald-Medium";
  color: #710e1d;
  display: block;
}
.blog-sidebar .archives ul li .caret {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-90deg);
}

.card.style-3 a.thumb {
  display: block;
}
.card.style-3 a.thumb:hover {
  opacity: 0.7;
}
.card.style-3 a.title {
  font-size: 14px;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
  font-family: "Oswald-Bold";
  color: #262626;
}
.card.style-3 a.title:hover {
  color: #710e1d;
}

.sub-page .banner {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sub-page .banner:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 1;
}
.sub-page .banner.sba:before {
  background: #cc9933 !important;
}
.sub-page .banner.sea:before {
  background: #cc3300 !important;
}
.sub-page .banner.sas:before {
  background: #663333 !important;
}
.sub-page .banner.sed:before {
  background: #003366 !important;
}
.sub-page .banner.shtm:before {
  background: #cc3366 !important;
}
.sub-page .banner.snams:before {
  background: #006600 !important;
}
.sub-page .banner.soc:before {
  background: #ff9900 !important;
}
.sub-page .banner.ccjef:before {
  background: #993399 !important;
}
.sub-page .banner.basiced:before {
  background: #cc3333 !important;
}
.sub-page .banner.full-height {
  height: calc(100vh - 180px);
}
.sub-page .banner.video {
  max-height: calc(100vh - 160px);
}
.sub-page .banner.video video {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .sub-page .banner.video .v-bottom {
    bottom: 5px;
  }
}
.sub-page .banner.image {
  max-height: calc(100vh - 160px);
}
.sub-page .banner.image img {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .sub-page .banner.image .v-bottom {
    bottom: 0;
  }
}
.sub-page .banner .v-bottom {
  z-index: 5;
}
.sub-page .banner .background {
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.sub-page .banner .background.fixed {
  background-attachment: fixed !important;
}
.sub-page .banner .background.grayscale {
  filter: grayscale(1) blur(1px);
}
.sub-page .banner:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.sub-page .banner.yellow:after {
  background: rgba(204, 152, 55, 0.3);
}
.sub-page .banner.red:after {
  background: rgba(108, 15, 29, 0.3);
}
.sub-page .banner.orange:after {
  background: rgba(204, 51, 0, 0.3);
}
.sub-page .banner.blue:after {
  background: rgba(0, 51, 102, 0.3);
}
.sub-page .banner.pink:after {
  background: rgba(204, 51, 102, 0.3);
}
.sub-page .banner.green:after {
  background: rgba(0, 102, 0, 0.3);
}
.sub-page .banner.purple:after {
  background: rgba(153, 51, 153, 0.3);
}
.sub-page .banner h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 3;
}
.sub-page .content {
  background: #fff;
}
.sub-page .content h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.panel-group .panel {
  -webkit-box-shadow: 0px 0px 14px -5px #a8a8a8;
  -moz-box-shadow: 0px 0px 14px -5px #a8a8a8;
  box-shadow: 0px 0px 14px -5px #a8a8a8;
  margin-bottom: 20px;
}
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading .panel-title a {
  display: block;
  padding: 15px;
  position: relative;
  background: #fff;
  padding-right: 50px;
  font-size: 12px;
  color: #710e1d;
}
.panel-group .panel .panel-heading .panel-title a:hover {
  color: #cc9837;
}
.panel-group .panel .panel-heading .panel-title a .caret-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  background: #710e1d;
  color: #fff;
  height: 100%;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}

.admin-layout .sidebar {
  height: 100vh;
  position: fixed;
  width: 400px;
  background: #710e1d;
}
.admin-layout .sidebar .logo {
  padding: 40px;
  text-align: center;
}
.admin-layout .sidebar .logo img {
  max-width: 100%;
}
.admin-layout .sidebar ul {
  padding: 0;
  list-style-type: none;
  background: #710e1d;
}
.admin-layout .sidebar ul li {
  background: #710e1d;
}
.admin-layout .sidebar ul li a {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  max-width: 350px;
  min-width: 190px;
}
.admin-layout .sidebar ul li a:hover {
  opacity: 0.7;
}
.admin-layout .sidebar ul li:nth-child(odd) {
  background: #821021;
}
.admin-layout .content-wrapper {
  min-height: 100vh;
  width: calc(100% - 400px);
  background: #f7f7f7;
  margin-left: 400px;
  border-bottom: 4px solid #710e1d;
}
.admin-layout .content-wrapper .header {
  background: #dedede;
  -webkit-box-shadow: 0px 8px 10px -3px rgba(20, 20, 20, 0.3);
  -moz-box-shadow: 0px 8px 10px -3px rgba(20, 20, 20, 0.3);
  box-shadow: 0px 8px 10px -3px rgba(20, 20, 20, 0.3);
  padding: 30px;
}
.admin-layout .content-wrapper .card {
  border-top: 4px solid #710e1d;
  -webkit-box-shadow: 0px 0px 14px -5px #a8a8a8;
  -moz-box-shadow: 0px 0px 14px -5px #a8a8a8;
  box-shadow: 0px 0px 14px -5px #a8a8a8;
  background: #fff;
}
.admin-layout footer {
  background: #fff;
  padding: 10px;
}

body.sticky {
  padding-top: 100px;
}
body.sticky .second-level-nav {
  background: #710e1d;
  top: 90px;
  position: fixed;
  padding: 10px 0 8px !important;
  z-index: 99998;
  
}

.second-level-nav {
  position: absolute;
  z-index: 6;
  width: 100%;
  background: #710e1d;
  padding: 0 !important;
  min-height: auto;
text-align: center;
}
.second-level-nav .navbar-nav > li {
  background: #710e1d;
}
.second-level-nav .navbar-nav > li > a {
  background: #710e1d;
}
@media screen and (max-width: 991px) {
  .second-level-nav {
    padding: 10px 0 8px !important;
  }
}
.second-level-nav #nav-icon {
  width: 30px !important;
}
.second-level-nav #nav-icon span {
  height: 3px !important;
}
.second-level-nav.sba {
  background: #cc9933 !important;
}
.second-level-nav.sba .navbar-nav > li > a {
  background: #cc9933;
}
.second-level-nav.sba .navbar-nav > li > a:hover {
  color: #fff;
  background: #cc9933;
}
@media screen and (max-width: 767px) {
  .second-level-nav.sba .navbar-nav > li > a:hover {
    text-align: center;
    background: #fff;
    color: #cc9933;
  }
}
.second-level-nav.sba .navbar-nav > li .dropdown-menu > li > a:hover {
  color: #fff;
  background: #cc9933;
}
.second-level-nav.sea {
  background: #cc3300 !important;
}
.second-level-nav.sea .navbar-nav > li > a {
  background: #cc3300;
}
.second-level-nav.sea .navbar-nav > li > a:hover {
  color: #fff;
  background: #cc3300;
}
@media screen and (max-width: 767px) {
  .second-level-nav.sea .navbar-nav > li > a:hover {
    text-align: center;
    background: #fff;
    color: #cc3300;
  }
}
.second-level-nav.sea .navbar-nav > li .dropdown-menu > li > a:hover {
  color: #fff;
  background: #cc3300;
}
.second-level-nav.sas {
  background: #663333 !important;
}
.second-level-nav.sas .navbar-nav > li > a {
  background: #663333;
}
.second-level-nav.sas .navbar-nav > li > a:hover {
  color: #fff;
  background: #663333;
}
@media screen and (max-width: 767px) {
  .second-level-nav.sas .navbar-nav > li > a:hover {
    text-align: center;
    background: #fff;
    color: #663333;
  }
}
.second-level-nav.sas .navbar-nav > li .dropdown-menu > li > a:hover {
  color: #fff;
  background: #663333;
}
.second-level-nav.sed {
  background: #003366 !important;
}
.second-level-nav.sed .navbar-nav > li > a {
  background: #003366;
}
.second-level-nav.sed .navbar-nav > li > a:hover {
  color: #fff;
  background: #003366;
}
@media screen and (max-width: 767px) {
  .second-level-nav.sed .navbar-nav > li > a:hover {
    text-align: center;
    background: #fff;
    color: #003366;
  }
}
.second-level-nav.sed .navbar-nav > li .dropdown-menu > li > a:hover {
  color: #fff;
  background: #003366;
}
.second-level-nav.shtm {
  background: #cc3366 !important;
}
.second-level-nav.shtm .navbar-nav > li > a {
  background: #cc3366;
}
.second-level-nav.shtm .navbar-nav > li > a:hover {
  color: #fff;
  background: #cc3366;
}
@media screen and (max-width: 767px) {
  .second-level-nav.shtm .navbar-nav > li > a:hover {
    text-align: center;
    background: #fff;
    color: #cc3366;
  }
}
.second-level-nav.shtm .navbar-nav > li .dropdown-menu > li > a:hover {
  color: #fff;
  background: #cc3366;
}
.second-level-nav.snams {
  background: #006600 !important;
}
.second-level-nav.snams .navbar-nav > li > a {
  background: #006600;
}
.second-level-nav.snams .navbar-nav > li > a:hover {
  color: #fff;
  background: #006600;
}
@media screen and (max-width: 767px) {
  .second-level-nav.snams .navbar-nav > li > a:hover {
    text-align: center;
    background: #fff;
    color: #006600;
  }
}
.second-level-nav.snams .navbar-nav > li .dropdown-menu > li > a:hover {
  color: #fff;
  background: #006600;
}
.second-level-nav.soc {
  background: #ff9900 !important;
}
.second-level-nav.soc .navbar-nav > li > a {
  background: #ff9900;
}
.second-level-nav.soc .navbar-nav > li > a:hover {
  color: #fff;
  background: #ff9900;
}
@media screen and (max-width: 767px) {
  .second-level-nav.soc .navbar-nav > li > a:hover {
    text-align: center;
    background: #fff;
    color: #ff9900;
  }
}
.second-level-nav.soc .navbar-nav > li .dropdown-menu > li > a:hover {
  color: #fff;
  background: #ff9900;
}
.second-level-nav.ccjef {
  background: #993399 !important;
}
.second-level-nav.ccjef .navbar-nav > li > a {
  background: #993399;
}
.second-level-nav.ccjef .navbar-nav > li > a:hover {
  color: #fff;
  background: #993399;
}
@media screen and (max-width: 767px) {
  .second-level-nav.ccjef .navbar-nav > li > a:hover {
    text-align: center;
    background: #fff;
    color: #993399;
  }
}
.second-level-nav.ccjef .navbar-nav > li .dropdown-menu > li > a:hover {
  color: #fff;
  background: #993399;
}
.second-level-nav.basiced {
  background: #cc3333 !important;
}
.second-level-nav.basiced .navbar-nav > li > a {
  background: #cc3333;
}
.second-level-nav.basiced .navbar-nav > li > a:hover {
  color: #fff;
  background: #cc3333;
}
@media screen and (max-width: 767px) {
  .second-level-nav.basiced .navbar-nav > li > a:hover {
    text-align: center;
    background: #fff;
    color: #cc3333;
  }
}
.second-level-nav.basiced .navbar-nav > li .dropdown-menu > li > a:hover {
  color: #fff;
  background: #cc3333;
}
.second-level-nav.gs {
  background: #666666 !important;
}
.second-level-nav.gs .navbar-nav > li > a {
  background: #666666;
}
.second-level-nav.gs .navbar-nav > li > a:hover {
  color: #fff;
  background: #666666;
}
@media screen and (max-width: 767px) {
  .second-level-nav.gs .navbar-nav > li > a:hover {
    text-align: center;
    background: #fff;
    color: #666666;
  }
}
.second-level-nav.gs .navbar-nav > li .dropdown-menu > li > a:hover {
  color: #fff;
  background: #666666;
}
@media screen and (max-width: 991px) {
  .second-level-nav .navbar-collapse {
    top: 36px;
  }
}
.second-level-nav .navbar-nav {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .second-level-nav .navbar-nav {
    overflow-y: scroll;
    max-height: calc(100vh - 250px);
  }
}
.second-level-nav .navbar-nav > li.dropdown {
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .second-level-nav .navbar-nav > li.dropdown .dropdown-menu {
    text-align: center;
  }
}
.second-level-nav .navbar-nav > li.dropdown:after {
  border-top: 4px dashed #fff;
  border-top: 4px solid #fff;
}
@media screen and (max-width: 991px) {
  .second-level-nav .navbar-nav > li.dropdown:after {
    border-top: 4px dashed #262626;
    border-top: 4px solid #262626;
  }
}
.second-level-nav .navbar-nav > li > a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .second-level-nav .navbar-nav > li > a {
    color: #262626;
  }
}
.second-level-nav .navbar-nav > li > a:hover {
  color: #fff;
  background: #710e1d;
}
@media screen and (max-width: 991px) {
  .second-level-nav .navbar-nav > li > a:hover {
    text-align: center;
    background: #fff;
    color: #710e1d;
  }
}

.banner .goto {
  background: #cc9837;
  padding: 20px 10px;
  text-align: center;
}
.banner .goto a {
  color: #262626;
  text-decoration: none;
}
.banner .goto a img {
  margin-left: 20px;
}
.banner .goto a:hover {
  color: #fff;
}
.banner .video {
  width: 60%;
  padding: 50px 100px 120px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 991px) {
  .banner .video {
    display: none;
  }
}
.banner .video video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner .video .content {
  position: relative;
  z-index: 2;
}
.banner .video .content h3 {
  font-size: 50px;
  color: #fff;
  font-family: "Oswald-Bold";
  line-height: 50px;
  text-shadow: 3px 2px 20px black;
}
.banner .video .content p {
  width: 380px;
  max-width: 100%;
  font-family: "SourceSansPro-Regular";
  color: #fff;
  text-shadow: 1px 1px 1px black;
}
.banner .video .content .btn-primary {
  background: #fff;
  color: #1a1a1a;
  font-family: "SourceSansPro-Bold";
  text-transform: uppercase;
}
.banner .video .content .btn-primary:hover {
  background: #cc9837;
  color: #fff;
}
.banner .image-slider {
  width: 40%;
  background-color: #efefef;
  text-shadow: 3px 2px 20px black;
}
@media screen and (max-width: 991px) {
  .banner .image-slider {
    height: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner .image-slider {
    height: 300px;
  }
}
.banner .image-slider .carousel {
  position: relative;
  height: 100%;
}
.banner .image-slider .carousel .carousel-indicators {
  bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .banner .image-slider .carousel .carousel-indicators {
    bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .banner .image-slider .carousel .carousel-indicators {
    bottom: 40px;
  }
}
.banner .image-slider .carousel .carousel-inner {
  height: 100%;
}
.banner .image-slider .carousel .carousel-inner .item {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.banner .image-slider .carousel .carousel-inner .item:before {
  content: " ";
  opacity: 0.6;
  transform: rotate(180deg);
  background: linear-gradient(180deg, #000, transparent);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 320px;
  max-height: 100%;
}
.banner .image-slider .content {
  padding: 50px 50px 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner .image-slider .content h3 {
  font-size: 50px;
  color: #fff;
  font-family: "Oswald-Bold";
  line-height: 50px;
}
.banner .image-slider .content p {
  text-shadow: 3px 2px 20px black;
  color: #fff;
}
.banner .image-slider .content a {
  color: #fff;
}
.banner .image-slider .content a:hover {
  color: #cc9837;
}
.banner.slider .carousel {
  max-height: calc(100vh - 160px);
}
.banner.slider .carousel img {
  width: 100%;
}
.banner.slider .carousel .carousel-inner {
  max-height: calc(100vh - 160px);
}
.banner .v-bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.academics {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% !important;
}
.academics .flex-wrap > div {
  margin-bottom: 30px;
}
.academics article {
  -webkit-box-shadow: 0px 0px 14px -5px #a8a8a8;
  -moz-box-shadow: 0px 0px 14px -5px #a8a8a8;
  box-shadow: 0px 0px 14px -5px #a8a8a8;
  height: 100%;
  padding-bottom: 30px;
  background: #fff;
  position: relative;
}
.academics article .thumb {
  height: 200px;
  background-color: #e2e2e2;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% !important;
}
.academics article .content {
  padding: 15px;
}
.academics article .content h3 {
  font-size: 20px;
  color: #262626;
  font-family: "Oswald-Medium";
  text-transform: uppercase;
  margin: 10px 0;
  line-height: 28px;
}
.academics article .content a {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.announcements-events .main-article {
  width: 100%;
  background: #6b6b6b;
  position: relative;
  margin-bottom: 30px;
  padding: 50px;
  background-size: cover !important;
  background-position: center !important;
  text-shadow: 3px 2px 20px black;
}
@media screen and (max-width: 767px) {
  .announcements-events .main-article {
    padding: 30px;
  }
}
.announcements-events .main-article .content {
  margin-top: 400px;
  color: #fff;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .announcements-events .main-article .content {
    margin-top: 300px;
  }
}
@media screen and (max-width: 480px) {
  .announcements-events .main-article .content {
    margin-top: 150px;
  }
}
.announcements-events .main-article .content span {
  font-family: "SourceSansPro-Bold";
  font-size: 14px;
}
.announcements-events .main-article .content h3 {
  font-family: "Oswald-Medium";
  font-size: 30px;
  margin: 10px 0 !important;
}
@media screen and (max-width: 767px) {
  .announcements-events .main-article .content h3 {
    font-size: 24px;
  }
}
.announcements-events article {
  padding-bottom: 40px;
  position: relative;
  height: 100%;
}
.announcements-events article .thumb {
  height: 200px;
  background-color: #e2e2e2;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% !important;
}
.announcements-events article .content {
  padding: 15px 0;
}
.announcements-events article .content .category {
  font-family: "SourceSansPro-SemiBold";
  font-size: 14px;
  color: #737373;
  text-transform: uppercase;
}
.announcements-events article .content h3 {
  font-size: 20px;
  color: #262626;
  font-family: "Oswald-Medium";
  margin: 10px 0;
  line-height: 28px;
}
.announcements-events article .content a {
  position: absolute;
  bottom: 20px;
}

.apply-now h2 {
  margin-bottom: 0;
}

.calendar h2 {
  text-transform: uppercase;
}
.calendar .date {
  text-align: center;
  padding-right: 30px;
}
.calendar .date .month {
  font-family: "Oswald-Medium";
  font-size: 40px;
  display: block;
  line-height: 40px;
}
.calendar .date .day {
  font-family: "Oswald-Medium";
  font-size: 70px;
  line-height: 60px;
  display: block;
  line-height: 65px;
}
.calendar .details h3 {
  font-family: "Oswald-Medium";
  font-size: 20px;
}

.about-page h2 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .about-page h2 {
    font-size: 30px;
  }
}
.about-page.history .content h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-page.history .content img.float-left {
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .about-page.history .content img.float-left {
    float: initial;
    margin: 20px 0;
    display: block;
  }
}
.about-page.history .content img.float-right {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .about-page.history .content img.float-right {
    float: initial;
    margin: 20px 0;
    display: block;
  }
}
.about-page.mission-vision .content h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Oswald-Bold";
}
@media screen and (max-width: 767px) {
  .about-page.mission-vision .content .d-flex {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .about-page.mission-vision .content .quality-policy .image {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .about-page.leadership .content .d-flex {
    display: inherit !important;
  }
}
@media screen and (max-width: 520px) {
  .about-page.leadership .content .col-xs-6 {
    max-width: 100%;
    width: 350px;
    margin: 0 auto;
    display: block;
    float: initial;
  }
}
.about-page.leadership .content .wrapper-red {
  position: relative;
  margin-bottom: 30px;
  height: 430px;
}
@media screen and (max-width: 767px) {
  .about-page.leadership .content .wrapper-red {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-page.leadership .content .wrapper-red .image {
  background-size: cover !important;
  height: 330px;
  position: relative;
  background-color: #cc9831;
}
.about-page.leadership .content .wrapper-red .image.no-thumbnail {
  background-image: url(/../images/logo-circle-w-text.png);
  background-size: 130px !important;
  background-repeat: no-repeat !important;
  background-position: center 30px;
}
.about-page.leadership .content .wrapper-red .image .hover {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background: rgba(204, 152, 55, 0.8);
  text-align: center;
  padding: 100px 40px 40px;
}
.about-page.leadership .content .wrapper-red .image .hover span {
  color: #fff;
  font-family: "Oswald-Bold";
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.about-page.leadership .content .wrapper-red:hover .hover {
  opacity: 1;
}
.about-page.leadership .content .wrapper-red .details {
  position: absolute;
  bottom: 0;
  background: #710e1d;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-family: "Oswald-Bold";
  font-size: 14px;
  width: 100%;
}
.about-page.leadership .content .wrapper-red .details span {
  color: #cc9837;
  display: block;
  text-transform: uppercase;
}
.about-page.leadership .content .wrapper-red .details span.name {
  color: #fff;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.about-page.leadership .content .wrapper {
  position: relative;
  margin-bottom: 30px;
}
.about-page.leadership .content .wrapper .image {
  background-size: cover !important;
  height: 280px;
  position: relative;
  background-color: #cc9837;
}
.about-page.leadership .content .wrapper .image.no-thumbnail {
  background-image: url(/../images/logo-circle-w-text.png);
  background-size: 130px !important;
  background-repeat: no-repeat !important;
  background-position: center;
}
.about-page.leadership .content .wrapper .details {
  text-align: center;
  padding: 20px 20px 0;
}
.about-page.leadership .content .wrapper .details span {
  color: #cc9837;
  font-family: "Oswald-Bold";
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  line-height: 24px;
}
.about-page.leadership .content .wrapper .details span.name {
  color: #710e1d;
}
.about-page.campus-map .content ul {
  counter-reset: item;
  list-style-type: none;
  font-family: "Oswald-Bold";
  color: #710e1d;
  padding-left: 25px;
}
.about-page.campus-map .content ul li {
  color: #262626;
  font-family: "SourceSansPro-Regular";
  position: relative;
}
.about-page.campus-map .content ul li:before {
  content: "(" counter(item, upper-latin) ") ";
  /*(i, ii, iii, iv, v,)*/
  counter-increment: item;
  font-family: "Oswald-Bold";
  color: #710e1d;
  position: absolute;
  left: -25px;
}
.about-page.partners-linkages .content .list {
  padding: 0 40px;
  -webkit-box-shadow: 0px 0px 12px -2px #969696;
  -moz-box-shadow: 0px 0px 12px -2px #969696;
  box-shadow: 0px 0px 12px -2px #969696;
}
@media screen and (max-width: 767px) {
  .about-page.partners-linkages .content .list {
    padding: 0 20px;
  }
}
.about-page.partners-linkages .content .list .item {
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .about-page.partners-linkages .content .list .item {
    padding: 40px 0;
  }
}
.about-page.partners-linkages .content .list .item .image {
  width: 150px;
  height: 150px;
  display: inline-block;
  vertical-align: top;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 767px) {
  .about-page.partners-linkages .content .list .item .image {
    margin: 0 auto 30px;
    display: block;
  }
}
.about-page.partners-linkages .content .list .item .details {
  width: calc(100% - 155px);
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .about-page.partners-linkages .content .list .item .details {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
}
.about-page.partners-linkages .content .list .item .details h3 {
  font-family: "Oswald-Bold";
  color: #710e1d;
  font-size: 30px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about-page.partners-linkages .content .list .item .details h3 {
    font-size: 24px;
  }
}

.admissions-page h2 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .admissions-page h2 {
    font-size: 30px;
  }
}
.admissions-page.history .content h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.admissions-page.history .content img.float-left {
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .admissions-page.history .content img.float-left {
    float: initial;
    margin: 20px 0;
    display: block;
  }
}
.admissions-page.history .content img.float-right {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .admissions-page.history .content img.float-right {
    float: initial;
    margin: 20px 0;
    display: block;
  }
}
.admissions-page.mission-vision .content h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Oswald-Bold";
}
@media screen and (max-width: 767px) {
  .admissions-page.mission-vision .content .d-flex {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .admissions-page.mission-vision .content .quality-policy .image {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .admissions-page.leadership .content .d-flex {
    display: inherit !important;
  }
}
@media screen and (max-width: 520px) {
  .admissions-page.leadership .content .col-xs-6 {
    max-width: 100%;
    width: 350px;
    margin: 0 auto;
    display: block;
    float: initial;
  }
}
.admissions-page.leadership .content .wrapper-red {
  position: relative;
  margin-bottom: 30px;
}
.admissions-page.leadership .content .wrapper-red .image {
  background-size: cover !important;
  height: 330px;
  position: relative;
  background-color: #cc9831;
}
.admissions-page.leadership .content .wrapper-red .image.no-thumbnail {
  background-image: url(/../images/logo-circle-w-text.png);
  background-size: 130px !important;
  background-repeat: no-repeat !important;
  background-position: center 30px;
}
.admissions-page.leadership .content .wrapper-red .image .hover {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background: rgba(204, 152, 55, 0.8);
  text-align: center;
  padding: 40px;
}
.admissions-page.leadership .content .wrapper-red .image .hover span {
  color: #fff;
  font-family: "Oswald-Bold";
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.admissions-page.leadership .content .wrapper-red:hover .hover {
  opacity: 1;
}
.admissions-page.leadership .content .wrapper-red .details {
  position: absolute;
  bottom: 0;
  background: #710e1d;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-family: "Oswald-Bold";
  font-size: 14px;
  width: 100%;
}
.admissions-page.leadership .content .wrapper-red .details span {
  color: #cc9837;
  display: block;
  text-transform: uppercase;
}
.admissions-page.leadership .content .wrapper-red .details span.name {
  color: #fff;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.admissions-page.leadership .content .wrapper {
  position: relative;
  margin-bottom: 30px;
}
.admissions-page.leadership .content .wrapper .image {
  background-size: cover !important;
  height: 280px;
  position: relative;
  background-color: #cc9837;
}
.admissions-page.leadership .content .wrapper .image.no-thumbnail {
  background-image: url(/../images/logo-circle-w-text.png);
  background-size: 130px !important;
  background-repeat: no-repeat !important;
  background-position: center;
}
.admissions-page.leadership .content .wrapper .details {
  text-align: center;
  padding: 20px 20px 0;
}
.admissions-page.leadership .content .wrapper .details span {
  color: #cc9837;
  font-family: "Oswald-Bold";
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  line-height: 24px;
}
.admissions-page.leadership .content .wrapper .details span.name {
  color: #710e1d;
}
.admissions-page.campus-map .content ul {
  counter-reset: item;
  list-style-type: none;
  font-family: "Oswald-Bold";
  color: #710e1d;
  padding-left: 25px;
}
.admissions-page.campus-map .content ul li {
  color: #262626;
  font-family: "SourceSansPro-Regular";
  position: relative;
}
.admissions-page.campus-map .content ul li:before {
  content: "(" counter(item, upper-latin) ") ";
  /*(i, ii, iii, iv, v,)*/
  counter-increment: item;
  font-family: "Oswald-Bold";
  color: #710e1d;
  position: absolute;
  left: -25px;
}
.admissions-page.partners-linkages .content .list {
  padding: 0 40px;
  -webkit-box-shadow: 0px 0px 12px -2px #969696;
  -moz-box-shadow: 0px 0px 12px -2px #969696;
  box-shadow: 0px 0px 12px -2px #969696;
}
@media screen and (max-width: 767px) {
  .admissions-page.partners-linkages .content .list {
    padding: 0 20px;
  }
}
.admissions-page.partners-linkages .content .list .item {
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .admissions-page.partners-linkages .content .list .item {
    padding: 40px 0;
  }
}
.admissions-page.partners-linkages .content .list .item .image {
  background-color: #efefef;
  width: 150px;
  height: 150px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .admissions-page.partners-linkages .content .list .item .image {
    margin: 0 auto 30px;
    display: block;
  }
}
.admissions-page.partners-linkages .content .list .item .details {
  width: calc(100% - 155px);
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .admissions-page.partners-linkages .content .list .item .details {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
}
.admissions-page.partners-linkages .content .list .item .details h3 {
  font-family: "Oswald-Bold";
  color: #710e1d;
  font-size: 30px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .admissions-page.partners-linkages .content .list .item .details h3 {
    font-size: 24px;
  }
}

/*# sourceMappingURL=main.css.map */
