  @charset "UTF-8";
@import url(/application/themes/vibrant_theme/_css/normalize.css);
* {
  margin: 0;
  padding: 0;
  outline: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(/application/themes/vibrant_theme/_pie/PIE.htc); }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  font-family: "Raleway", sans-serif;
  color: #000; }

section, main, header, footer {
  position: relative; }
  section article, main article, header article, footer article {
    max-width: 1330px;
    width: 95%;
    margin: 0 auto; }

    .content {
    display: none;
    padding : 5px;
}

#wrapper {
  position: relative;
  width: 100%; }

header {
  height: 40px;
  background: #1b3664; }
  header .hamburger {
    color: #fff;
    text-align: center;
    height: 40px;
    font-size: 30px;
    line-height: 42px;
    cursor: pointer; }
  header nav ul {
    list-style: none;
    width: 100%;
    text-align: center; }
    header nav ul li {
      display: inline-block;
      margin: 0 13px; }
      header nav ul li a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 43px;
        font-size: 1.2em;
        font-weight: 300;
        display: block; }
        header nav ul li a.nav-selected {
          color: #ece6d9; }
  header nav .close {
    display: none;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    padding: 10px;
    line-height: 1; }

#headerImages {
  border-bottom: 15px solid #9e8042;
  margin-bottom: 15px; }
  #headerImages dl {
    width: 100% !important;
    z-index: 1; }
    #headerImages dl dd {
      width: 100% !important; }
      #headerImages dl dd a {
        display: block;
        width: 100% !important; }
      #headerImages dl dd img {
        width: 100% !important;
        display: block;
        max-height: 500px }
  #headerImages .pager {
    position: absolute;
    bottom: 5%;
    left: 4.5%;
    z-index: 2;
    display: block;
    line-height: 1; }
    #headerImages .pager span {
      width: 8px;
      height: 8px;
      background: #fff;
      display: inline-block;
      line-height: 1;
      overflow: hidden;
      text-indent: -100px;
      border-radius: 20px;
      margin-right: 12px;
      cursor: pointer; }
      #headerImages .pager span.cycle-pager-active {
        background: #173459; }
  #headerImages .logo {
    position: absolute;
    top: 0%;
    left: 10%;
    z-index: 10;
    display: block;
    /*width: 30%;*/ }
    #headerImages .logo img {
      display: block;
      width: 100%;
      height: auto; }
  @media (max-width: 1030px) {
      #headerImages .logo {
        width: 18%;
      }
  }

#banner {
  background: #c4cbd7; }
  #banner article {
    text-align: center;
    padding: 42px 0; }
    #banner article h1 {
      color: #1b3664;
      font-size: 2.7em;
      letter-spacing: 1px;
      margin-top: -15px;
      font-weight: 700;
      line-height: 1; }
      #banner article p {
      font-size: 1.45em;
    line-height: 1.5em;
    margin-bottom: -10px; }
     #banner article p a.button {
      background: #1b3664;
      color: #fff;
      font-size: 1em;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1;
      padding: 20px 25px;
      display: inline-block;
      border-radius: 10px;
      -webkit-transition: background .2s linear;
      -o-transition: background .2s linear;
      transition: background .2s linear; }
       #banner article p a.button:hover {
        background: #9d0a0e; }


main {
  padding: 50px 0; }
  main article h2 {
    color: #9d0a0e;
    font-size: 3em;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 35px; }
  main article p {
    font-size: 1.45em;
    line-height: 1.5em;
     }
    main article p a.button {
      background: #9d0a0e;
      color: #fff;
      font-size: 1em;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1;
      padding: 20px 25px;
      display: inline-block;
      border-radius: 10px;
      -webkit-transition: background .2s linear;
      -o-transition: background .2s linear;
      transition: background .2s linear; }
      main article p a.button:hover {
        background: #1b3664; }
  main article #columns {
    display: table;
    width: 100%; }
    main article #columns .column {
      display: table-cell;
      vertical-align: top; }
      main article #columns .column#sidebar {
        width: 20%;
        border-right: 2px dotted #ccc;
        padding-right: 20px; }
        main article #columns .column#sidebar ul {
          list-style: none; }
          main article #columns .column#sidebar ul li {
            margin-bottom: 20px; }
            main article #columns .column#sidebar ul li a {
              font-weight: 600;
              color: #1b3664;
              text-decoration: none;
              font-size: 1.5em;
              text-transform: uppercase; }
              main article #columns .column#sidebar ul li a:hover, main article #columns .column#sidebar ul li a.nav-selected {
                color: #9d0a0e; }
      main article #columns .column#mainContent {
        padding: 0 30px; }
        main article #columns .column#mainContent ul {
          list-style: none;
          margin-bottom: 40px; }
          main article #columns .column#mainContent ul li {
            font-size: 1.4em;
            position: relative;
            padding-left: 25px;
            margin-bottom: 20px;
            line-height: 1.5em; }
            main article #columns .column#mainContent ul li:before {
              content: '•';
              position: absolute;
              top: 1px;
              left: 0;
              font-size: 1.5em;
              line-height: 1; }

main article #columns .column#mainContent img{
    max-width:100%;
    height:auto;
}

#callouts {
  background: #ece6d9; }
  #callouts article {
    padding: 100px; }
    #callouts article dl {
      display: table;
      width: 100%;
      table-layout: fixed; }
      #callouts article dl dd {
        display: table-cell;
        text-align: center;
        vertical-align: bottom; }
        #callouts article dl dd a {
          display: block;
          text-decoration: none; }
          #callouts article dl dd a h5 {
            font-family: "Montserrat", sans-serif;
            color: #1b3664;
            font-size: 2.5em;
            font-weight: 400;
            text-transform: uppercase; }
          #callouts article dl dd a img {
            display: inline-block;
            margin-bottom: 38px; }

#video {
  margin-bottom: 5px;
  position: relative; }
  #video .text {
    display: block;
    position: absolute;
    bottom: 25%;
    left: 0px;
    width: 100%;
    color: #fff;
    padding: 0 3%;
    text-align: center; }
    #video .text h4 {
      font-size: 4.3em;
      letter-spacing: 1px;
      line-height: 1;
      margin-bottom: 30px;
      vertical-align: top; }
      #video .text h4:after {
        font-family: fontawesome;
        content: '\f04b';
        font-size: 1em;
        margin-left: 20px;
        position: relative;
        top: 2px; }
    #video .text p {
      font-size: 1.8em;
      font-weight: 300; }
    #video .text a {
      color: #fff;
      text-decoration: none; }
  #video img {
    width: 100%;
    display: block; }

#social {
  background: url("/application/themes/vibrant_theme/_img/feed_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 20px; }
  #social article {
    max-width: 100%;
    width: 90%; }
    #social article h5 {
      color: #fff;
      text-align: center;
      font-size: 4.65em;
      line-height: 1;
      margin-bottom: 30px; }

#scheduleButton {
    background-color: #9d0a0e;
    padding: 5px 10px 5px 10px;
    border: 1px solid #9d0a0e;
    border-radius: 10px;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    padding: 20px 25px;
    transition: background .2s linear;
}

#dropDownChevron:hover {
    color: black;
    background-color: white;
}

footer {
  background: #c5b38d;
  padding: 80px; }
  footer dl {
    display: table;
    width: 100%; }
    footer dl dd {
      display: table-cell;
      vertical-align: top;
      padding: 0 3%; }
      footer dl dd h5 {
        color: #9d0a0e;
        font-size: 2em;
        margin-bottom: 10px; }
      footer dl dd.info {
        width: 30%; }
        footer dl dd.info img {
          width: 100%;
          max-width: 430px;
          margin-bottom: 60px; }
        footer dl dd.info p {
          font-size: 1.3em; }
      footer dl dd.contact ul {
        list-style: none;
        color: #1b3664;
        padding-left: 30px; }
        footer dl dd.contact ul li {
          font-size: 1.3em;
          margin-bottom: 22px;
          position: relative; }
          footer dl dd.contact ul li:before {
            font-family: fontawesome;
            position: absolute;
            top: 3px;
            left: -30px;
            display: block;
            width: 20px;
            text-align: right; }
          footer dl dd.contact ul li a {
            text-decoration: none;
            color: #1b3664; }
          footer dl dd.contact ul li.address:before {
            content: '\f041'; }
          footer dl dd.contact ul li.phone:before {
            content: '\f095'; }
          footer dl dd.contact ul li.phone a {
            font-weight: 600;
            font-family: "Montserrat", sans-serif; }
          footer dl dd.contact ul li.email:before {
            content: '\f0e0'; }
      footer dl dd.links ul {
        list-style: none;
      }
        footer dl dd.links ul li {
          font-size: 1.3em;
          line-height: 1.6em; }
          footer dl dd.links ul li a {
            text-decoration: none;
            color: #1b3664; }
      footer dl dd.connect ul {
        list-style: none;
        margin-bottom: 40px; }
        footer dl dd.connect ul li {
          display: inline-block;
          margin-right: 10px; }
          footer dl dd.connect ul li a {
            background: #1b3664;
            display: block;
            height: 70px;
            width: 70px;
            border-radius: 100px;
            position: relative; }
            footer dl dd.connect ul li a i {
              color: #fff;
              position: absolute;
              top: 50%;
              left: 50%;
              font-size: 40px;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      footer dl dd.connect form {
        position: relative;
        padding-right: 60px;
        margin-bottom: 40px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto; }
        footer dl dd.connect form input[type="email"] {
          width: 100%;
          height: 55px;
          padding-left: 20px;
          color: #1b3664;
          border: 1px solid #1b3664;
          background: transparent;
          border-radius: 20px; }
          footer dl dd.connect form input[type="email"]::-webkit-input-placeholder {
            color: #1b3664; }
          footer dl dd.connect form input[type="email"]::-moz-placeholder {
            color: #1b3664; }
          footer dl dd.connect form input[type="email"]:-ms-input-placeholder {
            color: #1b3664; }
          footer dl dd.connect form input[type="email"]:-moz-placeholder {
            color: #1b3664; }
        footer dl dd.connect form button {
          display: block;
          width: 55px;
          height: 55px;
          position: absolute;
          top: 0;
          right: 0;
          border: 0;
          font-weight: 800;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-size: 1.8em;
          border: 1px solid #1b3664;
          background: transparent;
          border-radius: 20px;
          color: #fff; }
          footer dl dd.connect form button i {
            color: #fff;
            position: absolute;
            top: 12px;
            left: 17px;
            font-size: 30px;
            line-height: 1; }


.flag {
  position: fixed;
    right: 0;
    top: 30%;
    width: 15%;
    z-index: 10;
}

.flag img {
  width: 100%;
    height: auto;
}

.message ul li{
    margin-bottom:20px!important;
    margin-left:15%!important;
}

.message h1,
.message h2{
    color:#1B3664;
}

.logoarea{
  width:100%;
  height:auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 7%;
}


.logoarea img{
  width:175px;
  height:auto;
  margin-left: 5%;
  margin-top:5%;
}

@media screen and (max-width:900px){
    .logoarea{
        align-items:center;
        justify-content:center;
        padding:0;
    }
    .logoarea img{
        margin: 25px 0 0 0;
        max-height: 150px;
        width: auto;
    }
}


.allsection{
  width:100%;
  height:auto;
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  background:#ece6d8;
  padding:2.5% 0;
}

.allsectioncontainer h1{
  color:#1B3664;
  font-size:2.5em;
}

.allsectioncontainer p{
  font-size:1.5em;
  color:#1B3664;
  margin-bottom:10px;
}

.allsectioncontainer{
  width:85%;
}

.tutormain{
  width:100%;
  height:auto;
  display:flex;
  align-items: center;
  justify-content: center;
}

.tutormaincontainer{
  width:85%;
  height:auto;
}

.tutormain ul{
  margin-top:2.5%;
  margin-left:2.5%;
}

.tutormain h1{
  color:#1B3664;
}

.tutormain p{
  color:#1B3664;
}



.redinfoarea{
  padding:5% 0;
  width:100%;
  height:auto;
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  background:#b3484b;
}

.redinfocontainer{
  width:85%;
  height:auto;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.redinfoarea p{
  color:#fff;
  font-weight:bold;
  font-size:1.5em;
  margin-bottom:25px;
}

.btncontainer{
  width:100%;
  height:auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content:flex-start;
}

.btncontainer a{
  margin-bottom:10px;
}

.blueBtn{
  padding:2% 5%;
  background:#1B3664;
  color:#fff;
  text-decoration: none;
  border-radius:25px;
  font-weight:bold;
  font-size:1.5em;
}

.redBtn{
  min-width:235px;
  padding:2% 9%;
  background:#b3484b;
  color:#fff;
  text-decoration: none;
  border-radius:25px;
  font-weight:bold;
  font-size:1.5em;
}

@media screen and (max-width:700px){
  .redinfocontainer{
    text-align: center;
  }
}
