.nopreload .fadeIn, .nopreload .pulse, .nopreload .tada, .nopreload .bounce, .nopreload .flipInX, .nopreload .flipInY, .nopreload .fadeInLeft, .nopreload .fadeInRight, .nopreload .fadeInUp, .nopreload .fadeInDown, .nopreload .bounceInLeft, .nopreload .bounceInRight, .nopreload .bounceInUp, .nopreload .bounceInDown, .nopreload .fadeIn, .nopreload .fadeInSlower {
  opacity: 0;
  -webkit-animation-name: none;
  animation-name: none; }

.load8 .loader {
  margin: 30px auto;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.load8 .loader,
.load8 .loader:after {
  border-radius: 50%;
  width: 35px;
  height: 35px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #13191F;
  z-index: 9999; }

#loading-status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -50px;
  /* is width and height divided by two */ }

.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 10px; }

.sk-spinner-wave div {
  background-color: #17bcb8;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: top; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse; }

img {
  vertical-align: top; }

embed {
  vertical-align: top; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: 0; }

html {
  height: 100%; }

body {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased; }

a {
  outline: 0; }
  a:hover, a:active, a:visited, a:focus {
    outline: 0;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway","Open Sans",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
  position: relative;
  text-transform: uppercase;
  line-height: 1.3; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black; }

.form-control {
  border-radius: 0; }

.correct {
  color: #31a64b; }

.incorrect {
  color: #ff0000; }

.circle {
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  height: 100px;
  text-align: center;
  width: 100px; }
  .circle.correct {
    background: #31a64b;
    color: #fff;
    margin-right: 20px; }
  .circle.incorrect {
    background: #ff0000;
    color: #fff; }
  .circle span {
    font-size: 12px;
    display: block;
    line-height: 1em;
    margin-top: -10px; }

.button, .btn {
  text-align: center;
  margin: 25px 15px;
  padding: 12px 32px;
  background: transparent none repeat scroll 0% 0%;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0px;
  font-family: "Raleway","Helvetica Neue",Helvetica,sans-serif;
  line-height: 22px;
  cursor: pointer;
  width: auto;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease;
  border-radius: 0px;
  min-width: 150px; }
  .button.orange, .button.selected, .button:focus, .button:active, .btn.orange, .btn.selected, .btn:focus, .btn:active {
    border: 2px solid #de7e18;
    color: #fff; }
  .button.blue, .button.btn-info, .btn.blue, .btn.btn-info {
    color: #222;
    border: solid 2px #1791de; }
    .button.blue:hover, .button.blue.selected, .button.blue:focus, .button.blue:active, .button.btn-info:hover, .button.btn-info.selected, .button.btn-info:focus, .button.btn-info:active, .btn.blue:hover, .btn.blue.selected, .btn.blue:focus, .btn.blue:active, .btn.btn-info:hover, .btn.btn-info.selected, .btn.btn-info:focus, .btn.btn-info:active {
      color: #fff; }
  .button.greengreen, .button.btn-success, .btn.greengreen, .btn.btn-success {
    border: 2px solid #31a64b;
    color: #222; }
    .button.greengreen:hover, .button.greengreen.selected, .button.greengreen:focus, .button.greengreen:active, .button.btn-success:hover, .button.btn-success.selected, .button.btn-success:focus, .button.btn-success:active, .btn.greengreen:hover, .btn.greengreen.selected, .btn.greengreen:focus, .btn.greengreen:active, .btn.btn-success:hover, .btn.btn-success.selected, .btn.btn-success:focus, .btn.btn-success:active {
      background: #31a64b;
      color: #fff; }
  .button.white, .btn.white {
    border: 2px solid #fff;
    color: #fff; }
    .button.white:hover, .button.white:focus, .button.white:active, .button.white.selected, .btn.white:hover, .btn.white:focus, .btn.white:active, .btn.white.selected {
      background: #fff;
      color: #222; }
  .button.btn-info, .btn.btn-info {
    background: #e7e7e7;
    border: solid 2px #31a64b;
    color: #31a64b; }
    .button.btn-info:hover, .btn.btn-info:hover {
      background: #31a64b;
      color: #f4f4f4; }

.bootbox .btn, .modal .btn {
  margin: 0;
  min-width: 100px;
  padding: 6px; }
.bootbox .btn-success, .modal .btn-success {
  background: #31a64b;
  color: #fff; }
.bootbox .fa, .modal .fa {
  color: #de7e18; }

.modal-content {
  border-radius: 0; }

.modal {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 0.8em; }
  .modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6 {
    position: static; }
  .modal .fa {
    font-size: 3em; }
  .modal .separator {
    font-size: 2em;
    margin: 10px 0;
    position: relative; }
    .modal .separator:before {
      content: "";
      height: 1px;
      left: 50px;
      width: 152px;
      position: absolute;
      top: 25px;
      border-top: 1px solid #9AA0A4; }
    .modal .separator:after {
      content: "";
      height: 1px;
      right: 50px;
      width: 152px;
      position: absolute;
      top: 25px;
      border-top: 1px solid #9AA0A4; }
  .modal .facebook img {
    margin: 20px 0; }

p {
  color: #7B858B; }

.border-block {
  display: block;
  width: 40px;
  height: 2px;
  background: #31a64b none repeat scroll 0% 0%;
  margin-bottom: 30px; }

.border-center {
  text-align: center; }
  .border-center .border-block {
    text-align: center;
    margin: 0px auto 30px; }

.border-left {
  text-align: left; }

.home-title {
  font-family: "Raleway","Open Sans",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 18px; }

.navbar-default {
  background: none;
  border: none;
  margin: 0 auto !important;
  max-width: 1170px;
  width: 100%; }

#top-menu {
  transition: all 350ms ease 0s;
  width: 100%; }
  #top-menu.fixed {
    background: #222;
    position: fixed;
    z-index: 201; }
    #top-menu.fixed nav .navbar-brand img {
      height: 60px; }
  #top-menu .navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px; }

nav .navbar-brand {
  height: auto; }
  nav .navbar-brand img {
    height: 60px; }
nav li {
  position: relative; }
  nav li a {
    color: #9C9999 !important;
    display: block;
    font-family: "Raleway","Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 74px !important;
    text-transform: uppercase; }
    nav li a:hover {
      color: #fff !important; }
    nav li a i {
      line-height: 74px !important;
      margin-left: 10px; }
  nav li ul {
    background: #f4f4f4;
    display: none;
    left: -50px;
    position: absolute;
    top: 56px;
    z-index: 201; }
    nav li ul li a {
      color: #222;
      line-height: 32px !important;
      text-align: center;
      width: 200px; }
      nav li ul li a:hover {
        color: #de7e18 !important; }
    nav li ul:before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #fff;
      position: absolute;
      top: -5px;
      left: calc(50% - 5px); }
  nav li:hover ul {
    display: block; }

#main-wrap {
  height: 100%;
  padding: 0 !important;
  position: relative;
  width: 100%; }

.hvr-sweep-to-top.orange:before {
  background: #de7e18; }
.hvr-sweep-to-top.white:before {
  background: #fff; }

.secondary {
  min-height: calc(100% - 60px); }
  .secondary #menu {
    background: #222; }
  .secondary.content-page #header {
    background: url("/images/secondary_header.jpg") center center no-repeat;
    background-size: cover;
    height: 298px;
    max-height: 150px; }
  .secondary #main {
    padding: 80px 0;
    min-height: calc(100% - 300px); }

#home #header {
  background: url("/images/slider_home.jpg") no-repeat; }
  #home #header #top-menu {
    position: fixed; }
  #home #header #top-message {
    padding-top: 80px; }
    #home #header #top-message p {
      color: #9C9999;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.1;
      letter-spacing: 4px;
      margin: 0px auto;
      max-width: 650px;
      padding-bottom: 5px;
      text-transform: uppercase; }
      #home #header #top-message p.secondary {
        letter-spacing: 1px;
        text-transform: none; }
    #home #header #top-message h1 {
      color: #fff;
      letter-spacing: 1px;
      line-height: 1.2em;
      font-size: 44px;
      font-weight: 300;
      margin-top: 20px;
      text-transform: none; }
  #home #header .container {
    padding-top: 90px; }
  #home #header #home-header {
    bottom: -30px;
    line-height: 1em;
    position: relative;
    text-align: center; }
    #home #header #home-header img {
      height: auto;
      max-width: 100%; }
#home #info {
  padding: 100px 0 80px; }
  #home #info .box h2 {
    color: #4D515C;
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle; }
    #home #info .box h2 img {
      margin: 3px 10px 0 0; }
  #home #info .box p {
    padding-right: 40px; }
#home #about {
  background: #f4f4f4;
  padding: 80px 0 60px; }
  #home #about .heduguide {
    padding: 40px 0 0; }
    #home #about .heduguide img {
      margin-bottom: 20px; }
#home #tests {
  padding: 80px 0; }
  #home #tests .orange {
    margin-top: 40px;
    color: #222; }
    #home #tests .orange:hover {
      color: #fff; }
#home #contact {
  background: url("/images/home_good_luck.jpg") center center no-repeat;
  min-height: 400px; }
  #home #contact h3 {
    color: #9C9999;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.1em;
    margin-top: 30px;
    padding-top: 120px;
    text-transform: uppercase; }
  #home #contact p {
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 1px !important;
    line-height: 1.2em;
    margin: 0px auto;
    max-width: 650px;
    padding-bottom: 5px;
    text-transform: none; }

#packages {
  background: #f4f4f4;
  padding: 80px 0; }
  #packages .package {
    border: solid 2px #f4f4f4;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 !important; }
    #packages .package h3 {
      color: #fff;
      padding: 30px 0;
      text-align: center; }
    #packages .package .content {
      background: #f4f4f4;
      padding: 30px 0; }
      #packages .package .content p {
        border-bottom: solid 1px #e1e1e1;
        margin: 5px 10px; }
        #packages .package .content p:last-child {
          border-bottom: none; }
    #packages .package .price {
      background: #fff;
      padding: 10px 0; }
    #packages .package .buy a {
      color: #fff;
      display: block;
      padding: 10px 0; }
    #packages .package.free h3 {
      background: #de7e18; }
    #packages .package.free .buy {
      background: #de7e18; }
    #packages .package.free:hover {
      border: solid 2px #de7e18; }
    #packages .package.one h3 {
      background: #91dfa3; }
    #packages .package.one .buy {
      background: #91dfa3; }
    #packages .package.one:hover {
      border: solid 2px #91dfa3; }
    #packages .package.two h3 {
      background: #6ad381; }
    #packages .package.two .buy {
      background: #6ad381; }
    #packages .package.two:hover {
      border: solid 2px #6ad381; }
    #packages .package.three h3 {
      background: #43c760; }
    #packages .package.three .buy {
      background: #43c760; }
    #packages .package.three:hover {
      border: solid 2px #43c760; }

#tests #header {
  position: relative; }
  #tests #header .tabs {
    bottom: -2px;
    position: absolute;
    width: 100%; }
  #tests #header .button {
    margin-bottom: 0;
    padding: 20px 60px;
    min-width: 200px; }
    #tests #header .button.white {
      background: rgba(0, 0, 0, 0.4); }
    #tests #header .button.selected {
      background: #fff; }
#tests .test {
  background: #f4f4f4;
  border: solid 1px #fff;
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  position: relative;
  width: calc(20% - 30px); }
  #tests .test:hover {
    border: solid 1px #de7e18; }
    #tests .test:hover .start a {
      background: #de7e18; }
  #tests .test h3 {
    color: #222;
    height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 15px 5px;
    text-align: center; }
  #tests .test .content {
    background: #fff;
    padding: 30px 0; }
    #tests .test .content p:nth-child(2) {
      background: #f4f4f4; }
  #tests .test .start a {
    background: #31a64b;
    color: #fff;
    display: block;
    padding: 10px 0; }
    #tests .test .start a:hover {
      background: #de7e18; }
  #tests .test .disabled {
    background: rgba(0, 0, 0, 0.78) url("/images/locked.png") center center no-repeat;
    border: solid 1px rgba(0, 0, 0, 0.78);
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 101;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none; }
    #tests .test .disabled a {
      display: block;
      height: 100%; }

#test #header {
  position: relative; }
  #test #header .tabs {
    bottom: -2px;
    position: absolute;
    width: 100%; }
  #test #header .button {
    margin-bottom: 0;
    padding: 20px 60px;
    min-width: 200px; }
    #test #header .button.white {
      background: rgba(0, 0, 0, 0.4); }
    #test #header .button.selected {
      background: #fff; }
#test h3 {
  font-size: 0.9em;
  font-weight: 300;
  padding: 10px 0 40px 0; }
#test .question {
  font-weight: bold;
  margin-bottom: 20px; }
#test .answer {
  display: block;
  margin-bottom: 10px; }
  #test .answer label {
    font-weight: normal; }
#test .container-fluid {
  background: #f4f4f4;
  margin: 10px 0 40px 0;
  padding: 20px 0; }
#test #wiz {
  margin-bottom: 60px; }
#test .skip-step {
  border-color: #de7e18;
  margin-left: 0;
  margin-top: 0; }
  #test .skip-step:hover, #test .skip-step:focus, #test .skip-step.disabled {
    background: #de7e18;
    color: #fff; }
#test .next-step, #test .finish-step {
  background: #31a64b;
  color: #fff;
  margin-right: 0;
  margin-top: 0; }
  #test .next-step:hover, #test .finish-step:hover {
    background: #f4f4f4;
    color: #222; }
#test #question-content label {
  font-weight: 400; }
#test .steps {
  display: block; }
  #test .steps div a {
    background: #fff;
    color: #222;
    border-radius: 20px;
    display: block;
    float: left;
    margin: 0 5px;
    text-align: center;
    width: 2.9%;
    min-width: 30px; }
    #test .steps div a.correct {
      background: #31a64b;
      color: #fff; }
    #test .steps div a.incorrect {
      background: #ff0000;
      color: #fff; }
    #test .steps div a:hover, #test .steps div a.current {
      background: #222;
      color: #fff; }
#test .loading i {
  color: #de7e18;
  font-size: 4em; }
#test .quiz-image img {
  max-width: 100%; }
#test .legend li {
  line-height: 18px;
  margin: 0 10px 20px; }
  #test .legend li span {
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 20px; }
    #test .legend li span.current {
      background: #222; }
    #test .legend li span.correct {
      background: #31a64b; }
    #test .legend li span.wrong {
      background: #ff0000; }

#my-account #packages {
  background: none; }
#my-account #payments ul .head {
  background: #f4f4f4;
  border-bottom: solid 1px #dbdbdb;
  padding: 10px 0; }
#my-account #payments ul li {
  border-bottom: solid 1px #e7e7e7;
  padding: 10px 0; }

footer {
  background: #222;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Raleway","Open Sans",Helvetica,Arial,sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 20px 0;
  text-transform: uppercase; }
  footer a {
    color: #9C9999; }
    footer a:hover {
      color: #fff; }

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0px;
  text-decoration: none;
  color: #FFF;
  background-color: rgba(39, 41, 48, 0.8);
  font-size: 10px;
  padding: 9px 12px;
  display: none; }
  .back-to-top i {
    font-size: 15px; }
  .back-to-top:hover {
    color: #FFF;
    background-color: #272930; }
  .back-to-top:focus {
    color: #FFF; }

@media (max-width: 640px) {
  #top-menu {
    z-index: 10001; }

  #home #header #top-message h1 {
    font-size: 18px; }
  #home #info .box {
    text-align: center; }
    #home #info .box h2 {
      text-align: center; }
    #home #info .box p {
      padding-right: 0; }
  #home #tests h2 {
    text-align: center; }
  #home #tests p {
    text-align: center; }
  #home #contact p, #home #contact h3 {
    font-size: 16px; }
  #home #contact h3 {
    padding-top: 60px; }

  #tests #header .button, #test #header .button {
    padding: 10px; }
  #tests .test, #test .test {
    display: block;
    float: none;
    margin: 30px auto;
    width: 90% !important; }
  #tests #control-buttons, #test #control-buttons {
    width: 100%; }
    #tests #control-buttons .skip-step, #tests #control-buttons .next-step, #test #control-buttons .skip-step, #test #control-buttons .next-step {
      display: block;
      float: none !important;
      margin: 20px auto;
      width: 70%; }
  #tests .legend li, #test .legend li {
    text-align: left; }

  footer .text-left, footer .text-right {
    text-align: center; }

  .modal-open .modal {
    z-index: 20001; }
    .modal-open .modal .facebook img {
      margin: 20px auto;
      max-width: 90%; }
    .modal-open .modal .separator:before, .modal-open .modal .separator:after {
      width: 0; } }
@media (max-width: 768px) {
  .navbar-default .navbar-toggle {
    border: none; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #fff; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background: none; }

  .navbar-collapse {
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 100%;
    z-index: 1001; }

  nav {
    background: #fff; }
    nav li a {
      line-height: 1em !important;
      text-align: center; }
      nav li a:hover {
        color: #222 !important; }

  #tests .test {
    width: calc(50% - 30px); }

  nav .nav li:hover ul {
    display: none; } }

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