@charset "UTF-8";
html {
  background-color: #fff;
}
html a, html a:hover {
  text-decoration: none;
}
html img {
  max-width: 100%;
}
html h1 {
  font-size: 36px;
  color: #666666;
}
html h3 {
  font-size: 30px;
  color: #666666;
}
html p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
html .equal-height {
  display: flex;
}
html .equal-height .vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html .btn.back-arrow:before, html .btn.next-arrow:after {
  font-size: 32px;
  line-height: 16px;
  vertical-align: top;
}
html .btn.back-arrow:before {
  content: "‹";
  padding-right: 8px;
}
html .btn.next-arrow:after {
  content: "›";
  padding-left: 8px;
}
html .btn.btn-default {
  font-size: 16px;
  background-color: #f49624;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 12px 36px;
}
html .btn.btn-default.blue {
  background-color: #5772a5;
}
html .btn.form-button {
  font-size: 16px;
  background-color: #f49624;
  border-radius: 0;
  color: #fff;
  margin: 12px;
  padding: 24px 32px;
}
html .btn.form-button.gray {
  background-color: #e6e6e6;
  color: #666666;
}
html body {
  background-color: #fff;
  font-family: "roboto-condensedregular";
  margin-top: 86px;
  overflow-x: hidden;
  /*owl carousel*/
  /*Global Styles*/
}
html body.no-header {
  margin-top: 20px;
}
html body .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}
html body .header {
  background: url("") no-repeat;
  background-position-x: 50%;
  background-position-y: center;
  background-size: cover;
  height: 400px;
  position: relative;
}
html body .header .wrapper {
  position: relative;
}
html body .header.header-1 {
  background-image: url(/images/header-image-1.jpg?ac09b8539acfcc3df135302fb01d4ff3);
}
html body .header.header-1 .btn {
  position: absolute;
  top: 220px;
  right: 120px;
}
html body .header.header-1 h3 {
  color: #6d486d;
  position: absolute;
  top: 270px;
  text-align: right;
  right: 120px;
}
html body .header.white {
  height: initial;
  padding: 120px 0;
  text-align: center;
}
html body .header.white h1 {
  color: #fff;
  font-size: 48px;
  font-family: "roboto-condensedlight";
}
html body nav {
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
html body nav .badge {
  margin-top: -4px;
  margin-left: 5px;
}
html body nav ul {
  clear: both;
  color: #666666;
  font-size: 16px;
  height: 86px;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  text-align: right;
}
html body nav ul li {
  display: inline-block;
  height: 86px;
  padding-left: 48px;
  vertical-align: top;
}
html body nav ul li.active a, html body nav ul li a:hover {
  border-color: #f49624;
}
html body nav ul li.logo {
  left: 0;
  padding-left: 0;
  position: absolute;
}
html body nav ul li.logo a {
  border-top: none;
}
html body nav ul li a {
  border-top: 3px solid transparent;
  color: #666666;
  display: table-cell;
  height: 86px;
  vertical-align: middle;
}
html body nav .menu-button {
  display: none;
}
html body section.activities {
  background-color: #f7f7f7;
  padding: 80px 0 96px;
}
html body section.activities .item p {
  max-width: 240px;
  margin: 0 auto;
}
html body section.activities .item strong {
  margin-top: 24px;
  display: block;
}
html body section.intake .btn, html body section.test .btn {
  margin-top: 24px;
}
html body section.intake .image-bg, html body section.test .image-bg {
  min-height: 576px;
  background: url("") no-repeat;
  background-position-x: 50%;
  background-position-y: center;
  background-size: cover;
  min-height: 320px;
  padding: 15%;
  position: relative;
}
html body section.intake .content, html body section.test .content {
  max-width: 236px;
  margin: 0 auto;
  padding: 10% 0;
  text-align: center;
}
html body section.intake.intake-1 .image-bg, html body section.test.intake-1 .image-bg {
  background-image: url(/images/intake-1.jpg?4de1c1791f9067ab4adc1bc695e96a6d);
}
html body section.intake.test-1, html body section.test.test-1 {
  background-color: #f7f7f7;
}
html body section.intake.test-1 .image-bg, html body section.test.test-1 .image-bg {
  background-image: url(/images/test-1.jpg?56ccca89bca03db679c16788847b5a16);
}
html body section.support {
  background: url(/images/support-1.jpg?fd6026259b60ccaeba7966995dd9d2d5) no-repeat;
  background-position-x: 50%;
  background-position-y: center;
  background-size: cover;
  min-height: 320px;
  padding: 148px 0;
  text-align: center;
}
html body section.support h1 {
  color: #fff;
  margin-bottom: 24px;
}
html body section.support form {
  max-width: 500px;
  margin: 0 auto;
}
html body section.support form input {
  border: none;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  margin-bottom: 12px;
}
html body section.support form .btn {
  border: none;
  width: 100%;
  height: 60px;
  margin-bottom: 12px;
}
html body section.gray {
  background-color: #f7f7f7;
}
html body section .color-code {
  padding: 12px 0 24px;
}
html body section .color-code span {
  font-size: 12px;
  padding-right: 12px;
  vertical-align: top;
}
html body section .color-code span:before {
  background-color: #e6e6e6;
  content: "";
  display: inline-block;
  height: 12px;
  width: 4px;
}
html body section .color-code span.complete:before {
  background-color: #acd142;
}
html body section .color-code span.inprogress:before {
  background-color: #f49624;
}
html body section.login form {
  max-width: 75%;
  margin: 0 auto;
}
html body section.login form input, html body section.login form select {
  border: none;
  border-left: 4px solid transparent;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  height: 60px;
  line-height: 60px;
  margin-bottom: 12px;
  outline: 0px !important;
  padding: 0 12px;
  -webkit-appearance: none !important;
  width: 100%;
}
html body section.login form input:focus, html body section.login form select:focus {
  border-color: #acd142;
}
html body section.login form .btn {
  border: none;
  width: 100%;
  height: 60px;
  margin-bottom: 12px;
}
html body section .test-options {
  padding: 0;
}
html body section .test-options li {
  display: block;
}
html body section .test-options li a {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-left: solid 4px #e6e6e6;
  color: #666666;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 28px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
html body section .test-options li a:before {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  position: absolute;
  top: 0;
  width: 4px;
}
html body section .test-options li a.complete:before {
  background-color: #acd142;
}
html body section .test-options li a.complete:after {
  content: "edit";
  color: #e6e6e6;
}
html body section .test-options li a.inprogress:before {
  background-color: #f49624;
}
html body section .test-options li a.inprogress:after {
  content: "resume";
  color: #f49624;
}
html body section .test-options li a:after {
  color: #acd142;
  content: "start";
  position: absolute;
  right: 28px;
  text-align: right;
}
html body section .test-options li a.no-label:after {
  content: "";
}
html body section .support-links {
  padding: 0;
}
html body section .support-links li {
  display: block;
}
html body section .support-links li a {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-left: solid 4px #e6e6e6;
  color: #666666;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 12px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
html body section .support-links li a:before {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  position: absolute;
  top: 0;
  width: 4px;
}
html body section .support-links li a.complete:before {
  background-color: #acd142;
}
html body section .support-links li a.complete:after {
  content: "edit";
  color: #e6e6e6;
}
html body section .support-links li a.inprogress:before {
  background-color: #f49624;
}
html body section .support-links li a.inprogress:after {
  content: "resume";
  color: #f49624;
}
html body section .support-links li a:after {
  color: #acd142;
  content: "Open";
  position: absolute;
  right: 12px;
  text-align: right;
}
html body section .support-links li a.no-label:after {
  content: "";
}
html body footer {
  background-color: #f7f7f7;
  padding-bottom: 128px;
  width: 100%;
}
html body footer ul {
  clear: both;
  color: #666666;
  font-size: 16px;
  min-height: 86px;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
html body footer ul li {
  display: inline-block;
  height: 86px;
  padding-left: 48px;
  vertical-align: top;
}
html body footer ul li.active a, html body footer ul li a:hover {
  border-color: #f49624;
}
html body footer ul li.logo {
  right: 0;
  padding-left: 0;
  position: absolute;
}
html body footer ul li.logo a {
  border-top: none;
}
html body footer ul li a {
  border-top: 3px solid transparent;
  color: #666666;
  display: table-cell;
  height: 86px;
  vertical-align: middle;
}
html body .form label.radio, html body .form label.checkbox, html body form label.radio, html body form label.checkbox {
  visibility: hidden;
}
html body .form label, html body form label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
html body .form label input[type=radio], html body .form label input[type=checkbox], html body form label input[type=radio], html body form label input[type=checkbox] {
  width: 0;
  height: 0;
}
html body .form label input[type=radio] + span:before, html body form label input[type=radio] + span:before {
  border-radius: 50%;
}
html body .form label span, html body form label span {
  display: inline-block;
  visibility: visible;
}
html body .form label span:before, html body form label span:before {
  border: 2px solid #666666;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  width: 16px;
}
html body .form input[type=radio]:checked + span:before,
html body .form input[type=checkbox]:checked + span:before, html body form input[type=radio]:checked + span:before,
html body form input[type=checkbox]:checked + span:before {
  background-color: #666666;
}
html body .form.exam .row [class^=col-], html body form.exam .row [class^=col-] {
  padding-top: 48px;
  padding-bottom: 64px;
}
html body .owl-carousel .item {
  padding: 0 10%;
  text-align: center;
  min-height: 150px;
}
html body .owl-carousel .item img {
  width: initial !important;
  max-width: 100%;
}
html body .owl-carousel .owl-controls {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  pointer-events: none;
}
html body .owl-carousel .owl-pagination {
  display: none;
}
html body .owl-carousel .owl-prev,
html body .owl-carousel .owl-next {
  visibility: hidden;
  position: absolute !important;
}
html body .owl-carousel .owl-prev:after,
html body .owl-carousel .owl-next:after {
  color: #505050;
  visibility: visible;
  font-size: 32px;
  pointer-events: all;
  display: inline-block;
  transform: scale(1, 3);
  font-family: initial;
  width: 100%;
  height: 100%;
}
html body .owl-carousel .owl-prev {
  left: 0;
}
html body .owl-carousel .owl-prev:after {
  content: "<";
}
html body .owl-carousel .owl-next {
  right: 0;
}
html body .owl-carousel .owl-next:after {
  content: ">";
  text-align: right;
}
html body .center-align-text {
  text-align: center;
}

@media (max-width: 767px) {
  html .equal-height {
    display: block;
  }
  html body nav ul {
    background-color: inherit;
  }
  html body nav ul .logo {
    max-width: 50%;
  }
  html body nav ul .item {
    background-color: #f7f7f7;
    display: none;
    height: 64.5px;
    margin: 0 0 0 auto;
    padding-left: 12px;
    padding-right: 48px;
    width: 120px;
    z-index: 2;
  }
  html body nav ul .item a {
    display: table-cell;
    height: inherit;
    text-align: right;
  }
  html body nav ul .logo {
    z-index: 1;
  }
  html body nav .menu-button {
    color: #666666;
    cursor: pointer;
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 86px;
    padding: 0 12px;
    position: absolute;
    right: 12px;
    z-index: 1;
  }
  html body nav .menu-button:hover {
    color: #f49624;
  }
  html body nav .menu-button:hover + ul .item, html body nav .menu-button + ul:hover .item {
    display: block;
  }
  html body footer ul li {
    display: block;
    height: auto;
    padding: 0;
  }
  html body footer ul li a {
    height: auto;
    display: inline-block;
    padding: 24px 0;
    margin: 0 auto;
  }
  html body footer ul li.logo {
    position: static;
  }
  html body .header.header-1 .btn {
    right: 24px;
  }
  html body .header.header-1 h3 {
    right: 24px;
    font-size: 24px;
    width: 50%;
  }
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 25, 2014 */
@font-face {
  font-family: "roboto-condensedregular";
  src: url(/fonts/robotocondensed-regular-webfont.eot?68ee9a228b21ae7f3b58079ff9873042);
  src: url(/fonts/robotocondensed-regular-webfont.eot?68ee9a228b21ae7f3b58079ff9873042?#iefix) format("embedded-opentype"), url(/fonts/robotocondensed-regular-webfont.woff2?21fdeda5a72b806be2d4d178e658f62b) format("woff2"), url(/fonts/robotocondensed-regular-webfont.woff?6b1cdf4f83ba2e5ec995803c0b3d1123) format("woff"), url(/fonts/robotocondensed-regular-webfont.ttf?d80ec3917c730c4b85e5ad662664e666) format("truetype"), url(/fonts/robotocondensed-regular-webfont.svg?31d17b68fe80658134bfa1eb68d3ceb1) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-condensedbold";
  src: url(/fonts/robotocondensed-bold-webfont.eot?7831a0a8c53043813214249a473778c4);
  src: url(/fonts/robotocondensed-bold-webfont.eot?7831a0a8c53043813214249a473778c4?#iefix) format("embedded-opentype"), url(/fonts/robotocondensed-bold-webfont.woff2?77fe4ac9b7c942fd254b01c0d4e7bd50) format("woff2"), url(/fonts/robotocondensed-bold-webfont.woff?e1b5b5f00f4bab8041ac99161b7b33ae) format("woff"), url(/fonts/robotocondensed-bold-webfont.ttf?754e3ce7c8f280d1bd24b4a8184f7222) format("truetype"), url(/fonts/robotocondensed-bold-webfont.svg?5dd3df3ff87a6c99da838e69188b2f7a) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-condensedlight";
  src: url(/fonts/robotocondensed-light-webfont.eot?f3a50119427b289bf86106f50184fc7e);
  src: url(/fonts/robotocondensed-light-webfont.eot?f3a50119427b289bf86106f50184fc7e?#iefix) format("embedded-opentype"), url(/fonts/robotocondensed-light-webfont.woff2?a4783bd4799b3e8ac0d232e34ef68970) format("woff2"), url(/fonts/robotocondensed-light-webfont.woff?7294cb472b6025622c5d251065904463) format("woff"), url(/fonts/robotocondensed-light-webfont.ttf?c79560c2bb4325569279039a852873ed) format("truetype"), url(/fonts/robotocondensed-light-webfont.svg?6bc4ddab19a601487c371cc43ae2d911) format("svg");
  font-weight: normal;
  font-style: normal;
}
