@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,500,700");
html {
  padding: 0 !important;
  margin: 0 !important;
}

body {
  font-family: 'roboto',sans-serif;
  color: #292929;
  background-color: #ffffff;
  overflow-x: hidden;
  position: relative;
}

a {
  color: #292929;
  text-decoration: none;
  transition: all ease-in-out .3s;
}

a:focus, a:hover {
  color: #f7af4b;
  text-decoration: none;
  outline: none;
  transition: all ease-in-out .3s;
}

#top {
  display: none;
  z-index: 999;
  background: #f7af4b;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  overflow: auto;
  opacity: 0.8;
  transition: all .3s ease-in-out;
  border-radius: 5px;
}
#top i {
  color: #FFFFFF;
  font-size: 18px;
}

.no-gutter [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-pd {
  padding: 0;
}

.pd-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pd-left {
  padding-left: 0;
}

.pd-right {
  padding-right: 0;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mrg-0 {
  margin: 0;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.border-right {
  border-right: 1px solid rgba(118, 118, 118, 0.1);
}

.btn-facebook {
  background: #3B5998;
  border-color: #3B5998;
}

.btn-facebook:hover {
  background: #4264aa;
  border-color: #4264aa;
}

.btn-twitter {
  background: #00ACED;
  border-color: #00ACED;
}

.btn-twitter:hover {
  background: #07bbff;
  border-color: #07bbff;
}

.btn-google {
  background: #D34836;
  border-color: #D34836;
}

.btn-google:hover {
  background: #d85b4b;
  border-color: #d85b4b;
}

.btn-main {
  background: #f7af4b;
  border-color: #f7af4b;
  color: #292929;
  border-radius: 0px;
  transition: all ease-in-out .3s;
}

.btn-main:hover {
  background: #f5991a !important;
  border-color: #f5991a !important;
}

.color-main {
  color: #f7af4b;
}

.pagination li a {
  border-radius: 0px !important;
}
.pagination li.active a,
.pagination li.active a:hover {
  background: #f7af4b;
  border-color: #f7af4b;
}

/*** Header ***/
header {
  position: relative;
  background: #292929;
  color: #FFFFFF;
}
header .topBar {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .topBar ul {
  margin: 0;
}
header .topBar ul li {
  margin-right: 10px;
  padding: 0;
}
header .topBar ul li a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  padding-right: 10px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
header .topBar ul li:last-child a {
  border: none;
  padding: 0;
}
header .main-header {
  position: relative;
  padding-top: 20px;
}
header .main-header .navbar-default {
  background: none;
  border: none;
  margin: 0;
}
header .main-header .navbar-default .navbar-brand {
  padding: 0;
}
@media (max-width: 767px) {
  header .main-header .navbar-default .navbar-brand {
    height: 70px;
  }
}
header .main-header .navbar-default .navbar-toggle {
  background: #f7af4b;
  border-color: #f7af4b;
}
header .main-header .navbar-default .navbar-toggle .icon-bar {
  background: #f5991a;
}
header .main-header .headerSearch {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
header .main-header .headerSearch input {
  background: #222;
  border-color: rgba(255, 255, 255, 0.1);
  border-right: none;
  color: #FFFFFF;
  font-size: 12px;
}
header .main-header .headerSearch .input-group-addon {
  background: #222;
  border-left: none;
  border-color: rgba(255, 255, 255, 0.1);
}
header .main-header .headerSearch .input-group-addon span {
  color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  header .main-header .headerSearch {
    margin-bottom: 10px;
  }
}
header .main-header .navbar-collapse {
  background: #f7af4b;
  padding: 0;
  position: relative;
  top: 30px;
  z-index: 999;
}
header .main-header .navbar-collapse .navbar-nav {
  margin: 0;
}
header .main-header .navbar-collapse .navbar-nav a {
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 25px;
}
header .main-header .navbar-collapse .navbar-nav a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: rgba(41, 41, 41, 0.1);
}
header .main-header .navbar-collapse .navbar-nav a:hover {
  background: none;
  color: #FFFFFF;
}
header .main-header .navbar-collapse .navbar-nav li:first-of-type a:before {
  display: none;
}
header .main-header .navbar-collapse .social {
  padding: 17px;
  margin: 0;
  float: right;
}
header .main-header .navbar-collapse .social a {
  height: 25px;
  width: 25px;
  line-height: 22px;
  text-align: center;
  color: rgba(41, 41, 41, 0.5);
  border: 2px solid rgba(41, 41, 41, 0.1);
  border-radius: 50%;
  display: inline-block;
}
header .main-header .navbar-collapse .social a:hover {
  color: #292929;
  border-color: #292929;
}
@media (max-width: 767px) {
  header .main-header .navbar-collapse .social {
    float: none;
  }
}

/*** Hero Header ***/
.heroHeader {
  position: relative;
  overflow: hidden;
  height: 450px;
  width: 100%;
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.heroHeader .heroTitle {
  margin: 97px 0;
}
.heroHeader .heroTitle h1 {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-size: 58px;
  color: #FFFFFF;
  text-shadow: 0 2px 5px rgba(41, 41, 41, 0.35);
  margin-top: 0;
  letter-spacing: 1px;
}
.heroHeader .heroTitle p {
  margin: 0;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.35);
  letter-spacing: 1px;
}
.heroHeader .flagsBar {
  height: 150px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.heroHeader .flagsBar ul {
  margin: 0;
  display: flex;
}
.heroHeader .flagsBar ul li {
  flex: 1;
  padding: 35px 0;
}
.heroHeader .flagsBar ul li a {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 700;
  transition: all ease-in-out .3;
}
.heroHeader .flagsBar ul li a i {
  font-size: 40px;
  margin-bottom: 15px;
  opacity: .35;
}
.heroHeader .flagsBar ul li a:hover {
  color: #f7af4b;
}
.heroHeader .flagsBar ul li a:hover i {
  opacity: 1;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
}

/*** About Section ***/
.about {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.about .section-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.about .section-title h2 {
  margin-top: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  text-transform: uppercase;
}
.about .section-title p {
  margin: 0;
  font-size: 13px;
  color: rgba(41, 41, 41, 0.5);
}
.about .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 2px;
  width: 30px;
  background: #f7af4b;
}
.about .description {
  font-size: 14px;
  text-align: center;
  color: rgba(41, 41, 41, 0.75);
  margin-bottom: 60px;
}
.about .info-box {
  position: relative;
  margin-bottom: 100px;
  z-index: 10;
}
.about .info-box .info-img {
  height: 100px;
  width: 100px;
  float: left;
  line-height: 130px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-right: 25px;
}
.about .info-box .info-img i {
  font-size: 52px;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f7af4b;
}
.about .info-box .info-text {
  position: relative;
  overflow: hidden;
}
.about .info-box .info-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.about .info-box .info-text p {
  font-size: 15px;
  color: rgba(41, 41, 41, 0.75);
}
@media (max-width: 992px) {
  .about .info-box,
  .about .info-box.left {
    margin-bottom: 50px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .about .info-box .info-text,
  .about .info-box.left .info-text {
    margin: 0 !important;
  }
}
@media (max-width: 425px) {
  .about .info-box .info-text h3 {
    font-size: 18px;
  }
}
.about .info-box.left .info-img {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}
.about .info-box.left .info-text {
  text-align: right;
}
.about .info-box.first {
  margin-right: -85px;
}
.about .info-box.second {
  margin-right: -210px;
}
.about .info-box.second .info-text {
  margin-left: 125px;
}
.about .info-box.third {
  margin-left: -151px;
}
.about .info-box.third .info-text {
  margin-right: 80px;
}
.about .info-box.fourth {
  margin-left: -135px;
}
.about .info-box.fourth .info-text {
  margin-right: 50px;
}

/*** Footer ***/
footer {
  position: relative;
  overflow: hidden;
  background: #292929;
}
footer .sub-footer {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .sub-footer img {
  margin-bottom: 20px;
  opacity: .5;
}
footer .sub-footer p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
footer .sub-footer .widget-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
footer .sub-footer ul li a {
  line-height: 35px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
footer .copyright {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.5);
}
footer .copyright .copy a {
  color: #f7af4b;
}
footer .copyright ul {
  text-align: right;
  margin: 0;
}
footer .copyright ul a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

/*** Country ***/
.heroHeader.pageTitle {
  height: 230px;
  text-align: left;
}
.heroHeader.pageTitle h1 {
  position: relative;
  font-size: 36px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0;
  text-shadow: 0 2px 5px rgba(41, 41, 41, 0.35);
  letter-spacing: 1px;
}
.heroHeader.pageTitle h1:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  top: 90px;
  bottom: 90px;
  background: #f7af4b;
}

.bread {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.bread .breadcrumb {
  background: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(41, 41, 41, 0.1);
  margin: 0;
}
.bread .breadcrumb li a {
  font-size: 12px;
  color: rgba(41, 41, 41, 0.75);
}
.bread .breadcrumb li:first-child:before {
  display: none;
}
.bread .breadcrumb li.active {
  font-size: 12px;
}

.main-content {
  position: relative;
  margin-bottom: 40px;
}
.main-content .preContent {
  margin-bottom: 40px;
}
.main-content .categ {
  background: url(../img/bg-map.png) no-repeat right center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 125px;
  text-align: center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(41, 41, 41, 0.1);
  margin-bottom: 30px;
}
.main-content .categ .categTitle {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.main-content .categ:hover {
  box-shadow: none;
}

/*** Sidebar ***/
aside {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
aside .signupContainer {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(41, 41, 41, 0.1);
  margin-bottom: 30px;
}
aside .signupContainer .formHeader {
  position: relative;
  padding: 22px 30px 70px;
  line-height: 34px;
  text-align: center;
  font-size: 22px;
  overflow: hidden;
  margin-bottom: 35px;
  color: #fff;
}
aside .signupContainer .formHeader:before {
  height: 820px;
  content: '';
  border-radius: 50%;
  bottom: 20px;
  right: auto;
  width: 820px;
  position: absolute;
  left: calc(50% - 410px);
  background: #aa684f;
}
aside .signupContainer .formHeader:after {
  position: absolute;
  content: "";
  background: url(../img/bg-form.jpg) no-repeat center center;
  top: 0;
  left: 0;
  right: 0;
  height: 181px;
  width: 100%;
  opacity: .15;
}
aside .signupContainer .formHeader span, aside .signupContainer .formHeader p {
  position: relative;
  z-index: 99;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
aside .signupContainer .formHeader span {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 20px;
}
aside .signupContainer .formHeader p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 28px;
}
@media (max-width: 1200px) {
  aside .signupContainer .formHeader:after {
    display: none;
  }
}
aside .signupContainer .signupForm {
  padding: 0 15px;
}
aside .signupContainer .signupForm [class*='col-'] {
  padding: 0 5px;
}
aside .signupContainer .signupForm .form-group {
  position: relative;
}
aside .signupContainer .signupForm .form-group .input-group-addon {
  color: #f7af4b;
  background: none;
  border-radius: 0px;
}
aside .signupContainer .signupForm .form-group input, aside .signupContainer .signupForm .form-group select {
  border-radius: 0px;
  border-left: none;
  font-size: 12px;
}
aside .signupContainer .signupForm .form-group.last {
  margin-bottom: 35px;
}
aside .signupContainer .signupForm input[type="submit"] {
  background: #239e46;
  position: relative;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  height: 44px;
  font-size: 18px;
}
aside .signupContainer .signupForm small {
  font-size: 11px;
  color: rgba(41, 41, 41, 0.5);
}
aside .signupContainer .signupForm .dropdown-menu {
  background: #FFFFFF;
}
aside .signupContainer .msgSuccess, aside .signupContainer .msgError {
  padding: 5%;
  text-align: center;
  font-size: 13px;
}
aside .signupContainer .msgSuccess i, aside .signupContainer .msgError i {
  display: inline-block;
  font-size: 32px;
  border: 2px solid;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 20px;
}
aside .signupContainer .msgSuccess i {
  color: #8CC152;
  border-color: #8CC152;
}
aside .signupContainer .msgError i {
  color: #E9573F;
}
aside .sidebarBlock {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
aside .sidebarBlock .sidebarTitle {
  position: relative;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 50px;
}
aside .sidebarBlock .sidebarTitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 50px;
  background: #f7af4b;
}
aside .sidebarBlock:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(41, 41, 41, 0.1);
}
aside .sidebarBlock .sidebarContent {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}
aside .sidebarBlock .sidebarContent .moreCountries a, aside .sidebarBlock .sidebarContent .moreCateg a {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  color: rgba(41, 41, 41, 0.75);
}
aside .sidebarBlock .sidebarContent .moreCountries a i, aside .sidebarBlock .sidebarContent .moreCateg a i {
  font-size: 40px;
  margin-right: 15px;
  filter: grayscale(100%);
  opacity: .5;
  vertical-align: middle;
}
aside .sidebarBlock .sidebarContent .moreCountries a:hover i, aside .sidebarBlock .sidebarContent .moreCateg a:hover i {
  opacity: 1;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  filter: none;
}
aside .sidebarBlock .sidebarContent .moreCountries a:hover, aside .sidebarBlock .sidebarContent .moreCateg a:hover {
  color: #f7af4b;
}
aside .sidebarBlock .sidebarContent .moreCateg a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(41, 41, 41, 0.1);
  margin: 0;
  line-height: 20px;
}

/*** Category ***/
.schoolListing, .relItems {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.schoolListing .filters, .relItems .filters {
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.schoolListing .filters .filterIcons, .relItems .filters .filterIcons {
  position: relative;
  overflow: hidden;
  line-height: 34px;
}
.schoolListing .filters .filterIcons i, .relItems .filters .filterIcons i {
  vertical-align: middle;
  font-size: 20px;
  color: rgba(41, 41, 41, 0.1);
  margin-right: 5px;
  transition: all ease-in-out .3s;
}
.schoolListing .filters .filterIcons i:hover, .relItems .filters .filterIcons i:hover {
  color: #f7af4b;
}
.schoolListing .filters .input-group, .relItems .filters .input-group {
  position: relative;
  width: 33%;
}
.schoolListing .filters .input-group input, .relItems .filters .input-group input {
  background: #FFFFFF;
  border-color: rgba(41, 41, 41, 0.1);
  border-right: none;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 0;
}
.schoolListing .filters .input-group .input-group-addon, .relItems .filters .input-group .input-group-addon {
  background: #FFFFFF;
  border-left: none;
  border-color: rgba(41, 41, 41, 0.1);
  border-radius: 0;
}
.schoolListing .filters .input-group .input-group-addon span, .relItems .filters .input-group .input-group-addon span {
  color: rgba(41, 41, 41, 0.1);
}
@media (max-width: 375px) {
  .schoolListing .filters .input-group, .relItems .filters .input-group {
    width: 50%;
  }
}
.schoolListing .school, .relItems .school {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(41, 41, 41, 0.1);
  margin-bottom: 30px;
  cursor: pointer;
  transition: all ease-in-out .3s;
}
.schoolListing .school .schoolHeader, .relItems .school .schoolHeader {
  position: relative;
  overflow: hidden;
  height: 175px;
  padding: 15px;
  border-bottom: 1px solid rgba(41, 41, 41, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.schoolListing .school .schoolHeader img, .relItems .school .schoolHeader img {
  padding: 15px;
}
.schoolListing .school .schoolContent, .relItems .school .schoolContent {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 0 20px;
}
.schoolListing .school .schoolContent .title, .relItems .school .schoolContent .title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.schoolListing .school .schoolContent .rating, .relItems .school .schoolContent .rating {
  text-align: center;
  color: #f7af4b;
  font-size: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(41, 41, 41, 0.1);
}
.schoolListing .school .schoolLocation, .relItems .school .schoolLocation {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(41, 41, 41, 0.75);
}
.schoolListing .school .schoolLocation .type, .relItems .school .schoolLocation .type {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #8CC152;
}
.schoolListing .school:hover, .relItems .school:hover {
  box-shadow: none;
}
.schoolListing .full, .relItems .full {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.schoolListing .full .school, .relItems .full .school {
  position: relative;
  overflow: hidden;
}
.schoolListing .full .school .schoolHeader, .relItems .full .school .schoolHeader {
  float: left;
  border-bottom: none;
  border-right: 1px solid rgba(41, 41, 41, 0.1);
  height: 200px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.schoolListing .full .school .schoolHeader img, .relItems .full .school .schoolHeader img {
  width: 150px;
  margin: 0 auto;
}
.schoolListing .full .school .schoolContent, .relItems .full .school .schoolContent {
  text-align: left;
}
.schoolListing .full .school .schoolContent .title, .relItems .full .school .schoolContent .title {
  float: left;
  text-align: left;
  padding-right: 20px;
  width: 80%;
}
.schoolListing .full .school .schoolContent .rating, .relItems .full .school .schoolContent .rating {
  text-align: right;
  border-bottom: none;
  float: right;
}
.schoolListing .full .school .schoolContent .schoolLocation, .relItems .full .school .schoolContent .schoolLocation {
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(41, 41, 41, 0.1);
  clear: both;
}
.schoolListing .full .school .excerpt, .relItems .full .school .excerpt {
  position: relative;
  overflow: hidden;
  padding: 20px;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.schoolListing .full .school .excerpt p, .relItems .full .school .excerpt p {
  padding-right: 20px;
  margin: 0;
  color: rgba(41, 41, 41, 0.75);
}
.schoolListing .full .school .excerpt a, .relItems .full .school .excerpt a {
  font-size: 12px;
}

.schoolListing.top .split {
  position: relative;
  overflow: hidden;
}
.schoolListing.top .split .school {
  position: relative;
  overflow: hidden;
}
.schoolListing.top .split .school .schoolHeader {
  float: left;
  border-bottom: none;
  border-right: 1px solid rgba(41, 41, 41, 0.1);
  height: 115px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.schoolListing.top .split .school .schoolHeader img {
  width: 90px;
  margin: 0 auto;
}
.schoolListing.top .split .school .schoolHeader .top_nmbr {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 35px;
  width: 35px;
  background: #f7af4b;
  color: #292929;
  text-align: center;
  line-height: 35px;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Robot-slab';
}
.schoolListing.top .split .school .schoolContent {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 115px;
}
.schoolListing.top .split .school .schoolContent .title {
  float: left;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}
.schoolListing.top .split .school .schoolContent .schoolLocation {
  padding: 15px 0;
}

/*** Single School ***/
.fullContent {
  position: relative;
}
.fullContent .schoolInfo {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(41, 41, 41, 0.1);
  margin-bottom: 30px;
  cursor: pointer;
}
.fullContent .schoolInfo .schoolHeader {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  padding: 15px;
  float: left;
  border-bottom: none;
  border-right: 1px solid rgba(41, 41, 41, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fullContent .schoolInfo .schoolHeader img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
.fullContent .schoolInfo .schoolContent {
  position: relative;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fullContent .schoolInfo .schoolContent .fullInfo {
  position: relative;
  overflow: hidden;
  width: 70%;
}
.fullContent .schoolInfo .schoolContent .fullInfo .block {
  float: left;
  width: 50%;
  border-right: 1px solid rgba(41, 41, 41, 0.1);
  padding-right: 20px;
  font-size: 12px;
}
.fullContent .schoolInfo .schoolContent .fullInfo .block dt {
  color: rgba(41, 41, 41, 0.5);
}
.fullContent .schoolInfo .schoolContent .fullInfo .block dd {
  color: rgba(41, 41, 41, 0.75);
  font-weight: 500;
}
.fullContent .schoolInfo .schoolContent .fullInfo .block.last {
  border: none;
  padding-left: 20px;
}
.fullContent .schoolInfo .schoolContent .fullInfo .tablerow {
  display: table-row;
  font-size: 12px;
}
.fullContent .schoolInfo .schoolContent .fullInfo .tablerow dt {
  color: rgba(41, 41, 41, 0.5);
}
.fullContent .schoolInfo .schoolContent .fullInfo .tablerow dd {
  color: rgba(41, 41, 41, 0.75);
  font-weight: 500;
}
.fullContent .schoolInfo .schoolContent .ratingInfo {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.fullContent .schoolInfo .schoolContent .ratingInfo .rating {
  text-align: center;
  color: #f7af4b;
  font-size: 15px;
  padding-bottom: 20px;
}
.fullContent .schoolInfo .schoolContent .ratingInfo .flag {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
}
.fullContent .schoolInfo .schoolContent .ratingInfo .flag i {
  vertical-align: middle;
  font-size: 60px;
  transform: translateX(-8px);
}
@media (max-width: 576px) {
  .fullContent .schoolInfo .schoolHeader {
    float: none;
  }
  .fullContent .schoolInfo .schoolContent {
    display: block;
  }
  .fullContent .schoolInfo .schoolContent .fullInfo {
    width: 100%;
    margin-bottom: 20px;
  }
  .fullContent .schoolInfo .schoolContent .fullInfo .block {
    width: 50%;
  }
  .fullContent .schoolInfo .schoolContent .fullInfo .tablerow {
    display: block;
  }
  .fullContent .schoolInfo .schoolContent .ratingInfo .flag {
    display: none;
  }
  .fullContent .schoolInfo .schoolContent .ratingInfo .rating {
    padding-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(41, 41, 41, 0.1);
  }
}
@media (max-width: 425px) {
  .fullContent .schoolInfo .schoolContent .fullInfo .block,
  .fullContent .schoolInfo .schoolContent .fullInfo .block.last {
    width: 100%;
    float: none;
    border: none;
    padding: 0;
  }
  .fullContent .schoolInfo .schoolContent .fullInfo {
    text-align: center;
  }
}
.fullContent .schoolDesc {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(41, 41, 41, 0.1);
  margin-bottom: 40px;
}
.fullContent .schoolDesc .descTitle {
  position: relative;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 30px;
}
.fullContent .schoolDesc .descTitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 30px;
  background: #f7af4b;
}
.fullContent .schoolDesc .descContent {
  position: relative;
  overflow: hidden;
  color: rgba(41, 41, 41, 0.75);
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}
.fullContent .schoolDesc .descContent .panel {
  position: relative;
  overflow: hidden;
}
.fullContent .schoolDesc .descContent .panel .panel-heading {
  background: none;
  border: 1px solid #f7af4b;
  border-radius: 0px;
  padding: 12px 20px;
  margin-bottom: 5px;
}
.fullContent .schoolDesc .descContent .panel .panel-heading a {
  font-family: 'Roboto Slab', serif;
  color: rgba(41, 41, 41, 0.75);
  font-weight: 700;
}
.fullContent .schoolDesc .descContent .panel .panel-heading a:hover {
  color: #f7af4b;
}
.fullContent .schoolDesc .descContent .panel .panel-heading i {
  line-height: 24px;
}
.fullContent .schoolDesc .descContent .panel .panel-body {
  font-size: 13px;
  color: rgba(41, 41, 41, 0.75);
  padding: 20px;
}
.fullContent .schoolRel {
  position: relative;
  overflow: hidden;
}
.fullContent .schoolRel .relTitle {
  position: relative;
  font-size: 24px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 50px;
}
.fullContent .schoolRel .relTitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 50px;
  background: #f7af4b;
}

/*** 404 Page ***/
.notFound {
  position: relative;
  overflow: hidden;
  padding: 5%;
  text-align: center;
}
.notFound i {
  font-size: 75px;
  color: #f7af4b;
}
.notFound div {
  font-size: 26px;
}
.notFound p {
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

/*** Contact Page ***/
.contactForm {
  position: relative;
  overflow: hidden;
}
.contactForm form {
  position: relative;
}
.contactForm form label {
  display: block;
  width: 70%;
}
.contactForm form input, .contactForm form textarea {
  border-radius: 0px;
}
.contactForm form input[type="submit"] {
  padding: 10px 50px;
}

.contactUs {
  position: relative;
  overflow: hidden;
}
.contactUs dd {
  color: rgba(41, 41, 41, 0.75);
  font-weight: 500;
  font-size: 13px;
}
.contactUs ul li a {
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  color: rgba(41, 41, 41, 0.5);
  border: 2px solid rgba(41, 41, 41, 0.1);
  border-radius: 50%;
  display: inline-block;
}
.contactUs ul li a:hover {
  color: #292929;
  border-color: #292929;
}
