/* GLOBAL STYLES
   -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: 'Open Sans', sans-serif;
  background-color: #f4f4f4; }

.hero-image {
  width: 100%; }

.hidden {
  display: none; }

/*flash*/
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  text-align: left; }

.alert-alert {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  text-align: left; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  text-align: left; }

.alert-notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  text-align: left; }

.page-content-wrapper .page-content {
  background-color: #fff;
  padding: 40px; }
  .page-content-wrapper .page-content.blue {
    background-color: #0071bb; }
  .page-content-wrapper .page-content.green {
    background-color: #60ce80; }
  .page-content-wrapper .page-content.orange {
    background-color: #ffa159; }
  .page-content-wrapper .page-content.red {
    background-color: #e0324c; }

.page-content-wrapper .page-title h1 {
  font-family: 'Questrial', sans-serif;
  font-weight: 300;
  color: #176fc1;
  border-bottom: 1px solid #3ea2ff;
  margin-bottom: 30px; }
  .page-content-wrapper .page-title h1.white {
    color: #fff; }

/* CUSTOMIZE THE NAVBAR
   -------------------------------------------------- */
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none; }
  .navbar .navbar-collapse {
    text-align: center; } }

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-default {
  font-family: 'Questrial', sans-serif;
  background-color: #f4f4f4;
  border: 0;
  margin-bottom: 0; }
  .navbar-default li {
    padding-top: 0px; }
    .navbar-default li.logo-container {
      padding: 0; }
    .navbar-default li.course-item {
      padding: 0; }
  .navbar-default .home-logo {
    margin-left: 120px; }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .navbar-default li {
    padding-top: 60px; } }

.logo {
  width: 120px;
  margin: 0 20px; }

/* CUSTOMIZE THE CAROUSEL
   -------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 0; }

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10; }

/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #176fc1; }

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 428px; }

.carousel-control {
  width: 10%; }

/* MARKETING CONTENT
   -------------------------------------------------- */
/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px; }

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center; }

.marketing h2 {
  font-weight: normal; }

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px; }

/* Featurettes
   ------------------------- */
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */ }

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px; }

/* FOOTER
   -------------------------------------------------- */
.footer {
  padding: 30px;
  background-color: #cbcbcb; }
  .footer .link-list {
    list-style: none;
    padding: 0px; }
  .footer .link-list:last-child {
    margin-right: 0px; }
  .footer .link-list h4 {
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal; }
  .footer .link-list a {
    font-size: 14px;
    color: #999999;
    line-height: 25px; }
  .footer .link-list a:hover {
    color: #176fc1;
    text-decoration: none; }
  .footer .icon-social {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #cbcbcb;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 20px; }
  .footer .icon-social:hover {
    background: #176fc1; }
  .footer .icon-twitter span {
    width: 15px;
    background-position: -12px 0px !important;
    margin: 10px auto 0px; }
  .footer .icon-facebook span {
    width: 10px;
    background-position: 0px 0px !important;
    margin: 10px auto 0px; }
  .footer .icon-instagram span {
    width: 15px;
    background-position: -30px 0px !important;
    margin: 10px auto 0px; }
  .footer .icon-social span {
    background: asset-url("sprite-social.png") no-repeat center center;
    text-indent: -1000px;
    overflow: hidden;
    display: block;
    height: 18px; }
  .footer .copyright {
    margin-top: 40px;
    color: #bbb;
    font-size: 11px;
    float: left; }
  .footer .copyright a {
    color: #bbb; }
  .footer .copyright a:hover {
    color: #38b6cd;
    text-decoration: none; }

/* RESPONSIVE CSS
   -------------------------------------------------- */
@media (min-width: 768px) {
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px; }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0; }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px; }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4; }
  .featurette-heading {
    font-size: 50px; } }

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer .icon-social span {
    background: asset-url("sprite-social@2x.png") no-repeat center center;
    background-size: 46px;
    height: 18px; } }

.static_pages.home .home-content-courses-wrapper {
  padding: 20px 30px;
  background-color: #fff; }
  .static_pages.home .home-content-courses-wrapper .container {
    padding: 30px 50px; }
  .static_pages.home .home-content-courses-wrapper h1 {
    font-family: 'Questrial', sans-serif;
    color: #0071bb;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    margin-bottom: 30px; }

.static_pages.home .home-course-thumbnail-content {
  padding: 0;
  text-align: center;
  font-family: 'Raleway', sans-serif; }
  .static_pages.home .home-course-thumbnail-content h2 {
    margin-top: 13px;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 19px; }
  .static_pages.home .home-course-thumbnail-content p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 2px; }
  .static_pages.home .home-course-thumbnail-content .btn-default {
    border: 0; }
  .static_pages.home .home-course-thumbnail-content .home-thumbnail {
    width: 100%; }

.static_pages .home-content-news-wrapper {
  color: #fff;
  padding: 20px 30px;
  background-color: #0071bb; }
  .static_pages .home-content-news-wrapper h1 {
    font-family: 'Questrial', sans-serif;
    color: #fff;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    margin-bottom: 30px; }
  .static_pages .home-content-news-wrapper .home-news-date {
    font-family: 'Questrial', sans-serif;
    color: #555;
    text-align: center;
    border-top: 1px solid #366bc0;
    border-bottom: 1px solid #366bc0;
    height: 30px;
    line-height: 30px; }
  .static_pages .home-content-news-wrapper h3 {
    font-family: 'Raleway', sans-serif;
    color: #0071bb;
    margin-top: 0;
    margin-bottom: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 27px;
    text-align: center;
    border-top: 1px solid #366bc0;
    border-bottom: 1px solid #366bc0; }
  .static_pages .home-content-news-wrapper .thumbnail {
    border-radius: 0; }
  .static_pages .home-content-news-wrapper .caption p, .static_pages .home-content-news-wrapper .caption .btn-default {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 15px; }
  .static_pages .home-content-news-wrapper .caption .btn-default {
    border: 0; }

.offices .map {
  width: 100%;
  height: 350px;
  border: 1px solid #3ea2ff; }

.offices address {
  color: #000; }
  .offices address a {
    color: #000; }
    .offices address a:visited {
      color: #000;
      text-decoration: none; }
    .offices address a:focus {
      color: #000;
      text-decoration: none; }
    .offices address a:hover {
      color: #000;
      text-decoration: none; }
    .offices address a:active {
      color: #000;
      text-decoration: none; }

.contacts address {
  color: #000; }
  .contacts address a {
    color: #000; }
    .contacts address a:visited {
      color: #000;
      text-decoration: none; }
    .contacts address a:focus {
      color: #000;
      text-decoration: none; }
    .contacts address a:hover {
      color: #000;
      text-decoration: none; }
    .contacts address a:active {
      color: #000;
      text-decoration: none; }

.contacts form label {
  color: #000; }

.courses.for_teachers .section-header {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px; }

.courses.for_teachers .section-subheader {
  font-weight: bold;
  font-size: 14px; }

.exams.index .section-header {
  font-weight: bold;
  font-size: 18px; }

.exams.index .section-subheader {
  font-weight: bold;
  font-size: 14px; }

.static_pages.for_business .section-blue-header {
  background-color: #176fc1;
  color: #fff;
  font-size: 22px;
  padding: 10px;
  margin-bottom: 10px; }
