.searchBox, .wrapper, header, header nav ul {
  zoom: 1; }
  .searchBox:before, .wrapper:before, header:before, header nav ul:before, .searchBox:after, .wrapper:after, header:after, header nav ul:after {
    content: "";
    display: table; }
  .searchBox:after, .wrapper:after, header:after, header nav ul:after {
    clear: both; }

.mfp-content {
  background: #FFF;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 6px;
  -webkit-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.5); }

.popupHead {
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  color: white;
  background: #999;
  padding: 0.5em;
  text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border: 0px solid #000000; }

.popupBody {
  padding: 2em;
  width: auto; }

.mfp-close-btn-in .mfp-close {
  color: white; }

.popupNav {
  float: right;
  margin-top: 20px;
  /*  @include tablet {
    float:none;
    clear:both;
    margin:0 auto;
    text-align:center;
    width:100%;
  }*/ }

.navBtn {
  display: inline-block;
  font-size: 30px; }
  .navBtn:first-child {
    margin-right: 1em; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-content {
  color: #464646; }
  .mfp-content li {
    margin: 1em 0; }
    .mfp-content li p {
      margin-bottom: 0.3em; }
      .mfp-content li p:first-child {
        font-weight: 700; }

.searchBarContainer {
  position: relative; }

.searchBox {
  width: 100%;
  box-sizing: border-box;
  padding: 0.3em 0.5em;
  border-radius: 5px;
  border: 1px solid #B2B2B2;
  font-size: 1em;
  position: relative; }

.popupBody .fa-search {
  position: absolute;
  text-decoration: none;
  color: #B2B2B2;
  right: 7px;
  top: 7px; }

.searchStats {
  text-align: center;
  margin: 1em 0 2em 0; }

#searchResults {
  color: #595959; }
  #searchResults a {
    color: #595959;
    font-weight: 600; }
  #searchResults p {
    margin: 0.3em 0 1em 0;
    line-height: 1.4em; }
  #searchResults .searchHighlight {
    background: #feff6b; }

.searchLoading {
  margin-top: 2em;
  font-size: 2em;
  color: #999;
  text-align: center; }

.searchPage {
  display: none; }

.searchNav {
  text-align: center;
  margin-top: 2em; }
  .searchNav a, .searchNav span {
    margin-right: 1em; }
  .searchNav a {
    color: #595959; }
  .searchNav span {
    font-weight: 700;
    color: #454545; }

.helpLink {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
  color: #4A706C;
  margin: 1em 0; }

#faqContainer {
  display: none;
  margin-bottom: 2em;
  line-height: 1.4em; }
  #faqContainer h5 {
    font-weight: 600;
    margin-bottom: 0.2em; }
  #faqContainer p {
    margin-bottom: 2em; }

.supportDiv {
  line-height: 1.4em; }
  .supportDiv .supportNote {
    font-size: 0.9em;
    font-style: italic; }
  .supportDiv .supportInputs {
    display: none;
    max-width: 500px;
    margin: 0 auto; }
    .supportDiv .supportInputs select,
    .supportDiv .supportInputs textarea {
      display: block;
      margin: 1em 0;
      width: 100%; }
    .supportDiv .supportInputs textarea {
      box-sizing: border-box;
      min-height: 100px; }
  .supportDiv .phoneLink {
    font-weight: 600;
    cursor: text;
    text-decoration: none;
    color: inherit; }
  .supportDiv #submitContainer {
    text-align: center;
    margin: 2em 0; }
    .supportDiv #submitContainer #support-submit {
      display: inline-block; }
  .supportDiv .supportInfo {
    line-height: 2em; }

#finishAttemptWarning .buttonWrap {
  margin-top: 2em; }

#finishAttemptWarning .newExamButton {
  margin-right: 1em; }

#finishAttemptWarning .secondaryButton {
  display: inline-block; }

.mastery-bar-wrapper {
  margin-top: 50px; }

.mastery-score-bar {
  width: 100%;
  text-align: center; }
  .mastery-score-bar .red {
    width: 33%;
    background-color: #f44336;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    border-radius: 10px 0 0 10px;
    margin: 0; }
  .mastery-score-bar .yellow {
    width: 33.33%;
    background-color: #ffc823;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    margin: 0 -5px; }
  .mastery-score-bar .green {
    width: 33%;
    background-color: #1ee026;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    border-radius: 0 10px 10px 0;
    margin: 0; }

.mastery-bar-words {
  width: 100%;
  text-align: center;
  margin-top: 15px; }
  .mastery-bar-words .words {
    width: 30%;
    font-weight: 700;
    text-align: center;
    display: inline-block; }

@media print {
  #helpBtn,
  #print,
  #searchBtn,
  .downloads,
  .accountLinks,
  .textSize,
  .logo,
  header,
  section {
    display: none; }
  .infoBar {
    background: #fff;
    color: #000; }
  header nav li {
    float: right;
    margin: 0; }
  section, header {
    border: none; }
  .sideBox h2 {
    font-size: 5em; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

nav ol, nav ul {
  list-style: none;
  padding: 0; }

/*   ol, ul {
    list-style: none;
}blocking bullets from showing up in notes */
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.mainButton {
  text-align: center;
  background: #008B9A;
  background: -moz-linear-gradient(top, #008B9A 0%, #007093 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008B9A), color-stop(100%, #007093));
  background: -webkit-linear-gradient(top, #008B9A 0%, #007093 100%);
  background: -o-linear-gradient(top, #008B9A 0%, #007093 100%);
  background: -ms-linear-gradient(top, #008B9A 0%, #007093 100%);
  background: linear-gradient(to bottom, #008B9A 0%, #007093 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008B9A', endColorstr='#007093',GradientType=0 );
  color: white;
  padding: 0.3em 1em;
  border-radius: 5px;
  font-weight: 700; }
  .mainButton:hover {
    background: #00B7E7;
    background: -moz-linear-gradient(top, #00B7E7 0%, #008396 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00B7E7), color-stop(100%, #008396));
    background: -webkit-linear-gradient(top, #00B7E7 0%, #008396 100%);
    background: -o-linear-gradient(top, #00B7E7 0%, #008396 100%);
    background: -ms-linear-gradient(top, #00B7E7 0%, #008396 100%);
    background: linear-gradient(to bottom, #00B7E7 0%, #008396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B7E7', endColorstr='#008396',GradientType=0 );
    cursor: pointer; }
  .mainButton.disabled {
    background: #BFBFBF;
    cursor: auto; }

.secondaryButton {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #cfcfcf));
  background: -webkit-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #cfcfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cfcfcf',GradientType=0 );
  border: 1px solid #BABABA;
  padding: 0.6em 1em;
  font-size: 0.9em;
  border-radius: 5px;
  font-weight: 700;
  color: #595959; }
  .secondaryButton:hover {
    cursor: pointer;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #EAE9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #EAE9E9));
    background: -webkit-linear-gradient(top, #fefefe 0%, #EAE9E9 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #EAE9E9 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #EAE9E9 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #EAE9E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#EAE9E9',GradientType=0 ); }

.audioButton {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #cfcfcf));
  background: -webkit-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #cfcfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cfcfcf',GradientType=0 );
  border: 1px solid #BABABA;
  padding: 0.3em 0.8em;
  font-size: 0.9em;
  border-radius: 5px;
  font-weight: 700;
  color: #595959; }
  .audioButton:hover {
    cursor: pointer;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #EAE9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #EAE9E9));
    background: -webkit-linear-gradient(top, #fefefe 0%, #EAE9E9 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #EAE9E9 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #EAE9E9 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #EAE9E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#EAE9E9',GradientType=0 ); }
  .audioButton.disabled {
    background: #BFBFBF;
    cursor: auto; }
  .audioButton.play {
    background: #66ff66;
    background: -moz-linear-gradient(top, #66ff66 0%, #00b300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66ff66), color-stop(100%, #00b300));
    background: -webkit-linear-gradient(top, #66ff66 0%, #00b300 100%);
    background: -o-linear-gradient(top, #66ff66 0%, #00b300 100%);
    background: -ms-linear-gradient(top, #66ff66 0%, #00b300 100%);
    background: linear-gradient(to bottom, #66ff66 0%, #00b300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ff66', endColorstr='#00b300',GradientType=0 );
    color: white; }
  .audioButton.pause {
    background: #ffb3b3;
    background: -moz-linear-gradient(top, #ffb3b3 0%, #ff3333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb3b3), color-stop(100%, #ff3333));
    background: -webkit-linear-gradient(top, #ffb3b3 0%, #ff3333 100%);
    background: -o-linear-gradient(top, #ffb3b3 0%, #ff3333 100%);
    background: -ms-linear-gradient(top, #ffb3b3 0%, #ff3333 100%);
    background: linear-gradient(to bottom, #ffb3b3 0%, #ff3333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb3b3', endColorstr='#ff3333',GradientType=0 );
    color: white; }
  .audioButton.refresh {
    background: #4dd2ff;
    background: -moz-linear-gradient(top, #4dd2ff 0%, #0086b3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4dd2ff), color-stop(100%, #0086b3));
    background: -webkit-linear-gradient(top, #4dd2ff 0%, #0086b3 100%);
    background: -o-linear-gradient(top, #4dd2ff 0%, #0086b3 100%);
    background: -ms-linear-gradient(top, #4dd2ff 0%, #0086b3 100%);
    background: linear-gradient(to bottom, #4dd2ff 0%, #0086b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dd2ff', endColorstr='#0086b3',GradientType=0 );
    color: white; }
  .audioButton.player {
    color: green; }

.audioClearButton {
  position: relative;
  float: left;
  padding: 0.3em 0.5em; }
  .audioClearButton.player {
    color: #00e600; }

.sectionAudioPlayer {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 7px; }

.buyButton {
  background: #008B9A;
  background: -moz-linear-gradient(top, #008B9A 0%, #007093 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008B9A), color-stop(100%, #007093));
  background: -webkit-linear-gradient(top, #008B9A 0%, #007093 100%);
  background: -o-linear-gradient(top, #008B9A 0%, #007093 100%);
  background: -ms-linear-gradient(top, #008B9A 0%, #007093 100%);
  background: linear-gradient(to bottom, #008B9A 0%, #007093 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008B9A', endColorstr='#007093',GradientType=0 );
  color: white;
  padding: 0.3em 1em;
  border-radius: 5px;
  font-size: 1em;
  text-align: center;
  display: inline-block; }
  .buyButton:hover {
    background: #00B7E7;
    background: -moz-linear-gradient(top, #00B7E7 0%, #008396 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00B7E7), color-stop(100%, #008396));
    background: -webkit-linear-gradient(top, #00B7E7 0%, #008396 100%);
    background: -o-linear-gradient(top, #00B7E7 0%, #008396 100%);
    background: -ms-linear-gradient(top, #00B7E7 0%, #008396 100%);
    background: linear-gradient(to bottom, #00B7E7 0%, #008396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B7E7', endColorstr='#008396',GradientType=0 );
    cursor: pointer; }

.button {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  margin-right: 7px;
  margin-top: 5px;
  margin-bottom: 5px; }

.button {
  color: #fff;
  background-color: #007A7F;
  border: 1px solid transparent; }
  .button:hover {
    background-color: #01696d; }
  .button a {
    color: #FFFFFF; }
  .button.secondary {
    color: #606060;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    opacity: 0.9;
    font-weight: 500; }
    .button.secondary:hover {
      background-color: #EEEEEE; }
    .button.secondary a {
      color: #606060; }
  .button.large {
    padding: 10px 45px;
    font-size: 20px;
    font-weight: 600; }
  .button.small {
    font-size: 13px;
    font-weight: 500; }
  .button.right {
    float: right; }
  .button.red {
    background-color: #cc0013; }
    .button.red:hover {
      background-color: darkred; }
  .button.grey {
    background-color: #aaa; }
    .button.grey:hover {
      background-color: #aaa; }

.radial-progress {
  margin: 50px;
  width: 150px;
  height: 150px;
  background-color: #EEEEEE;
  border-radius: 50%;
  position: relative; }
  .radial-progress .circle .mask, .radial-progress .circle .fill, .radial-progress .circle .shadow {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%; }
  .radial-progress .circle .mask, .radial-progress .circle .fill {
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 1s;
    transition: -ms-transform 1s;
    transition: transform 1s; }
  .radial-progress .circle .mask {
    clip: rect(0px, 150px, 150px, 75px); }
    .radial-progress .circle .mask .fill {
      clip: rect(0px, 75px, 150px, 0px);
      background-color: #007A7F; }
  .radial-progress .statsText {
    position: absolute;
    z-index: 1;
    top: 26%;
    text-align: center;
    width: 100%;
    line-height: 1.25; }
  .radial-progress .inset {
    width: 120px;
    height: 120px;
    position: absolute;
    margin-left: 15px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 50%; }

.statsRow {
  display: table;
  width: 100%;
  table-layout: fixed; }

.statsColumn {
  border-right: 1px solid #bcbec0;
  display: table-cell;
  vertical-align: top; }
  .statsColumn:last-child {
    border-right: none; }

.statsColumnHead {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .0325em;
  margin-bottom: 1.25em;
  text-align: center;
  color: #333; }

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

.radial-progress.statsText.examScore.loading-image {
  top: 0%;
  position: relative; }

.statsObject {
  margin: 50px auto 50px auto;
  width: 150px;
  height: 150px;
  position: relative; }

/*.examScore {
  font-size: 36px;
  font-weight: 300;
  color: $dark-gray;
  display: inline;
}*/
.helpText {
  font-size: 12px;
  cursor: pointer;
  color: #bcbec0;
  text-align: center;
  position: absolute;
  bottom: -20%;
  left: 6%; }

.averageNumber {
  color: #007A7F;
  font-size: 46px;
  display: inline-block; }

.statsTable {
  margin: 50px auto 50px auto;
  width: 100%;
  padding: 0 3em;
  height: 150px;
  position: relative; }

.bar-percent-label {
  font-size: 13px;
  line-height: 50px;
  color: #fff;
  text-align: center; }

.exam-location-wrap {
  font-size: 15px; }
  .exam-location-wrap h3 {
    margin-bottom: 20px; }
  .exam-location-wrap .word-wrap {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 700; }
    .exam-location-wrap .word-wrap .location-wrap {
      width: 75%;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 20px; }

.licensing-exam-wrapper {
  text-align: center;
  padding: 25px auto;
  font-family: 'Open Sans', sans-serif;
  color: #333; }
  .licensing-exam-wrapper h1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5; }
  .licensing-exam-wrapper h3 {
    font-size: 16px;
    line-height: 2; }
  .licensing-exam-wrapper .skip {
    font-size: 13px; }
    .licensing-exam-wrapper .skip a {
      color: #333; }
  .licensing-exam-wrapper .scheduleSkip {
    text-decoration: underline;
    cursor: pointer; }

.exam-form-wrap {
  display: block; }
  .exam-form-wrap .form-subwrap {
    text-align: center;
    margin: 0 auto;
    display: inline-block; }
  .exam-form-wrap .first-form-line {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 65%; }

/*input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="tel"],
textarea
{
  width: 100%;
  margin-bottom: .5em;
  border: 2px solid #D6D6D6;
  border-radius: 3px;
  padding: 6px;
  box-sizing: border-box;
  font-family: $open-sans;

  &.large {
    font-size: 18px;
    margin-bottom: .75em;
    padding: 10px;
  }
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus
{
  outline: none;
  border: 2px solid $teal;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

input.error {
  border: 2px solid red;
}

select {
  width: 100%;
  margin-bottom: .5em; // 1em
  border: 2px solid #D6D6D6;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box;
  font-family: $open-sans;

  &.large {
    font-size: 18px;
    margin-bottom: .75em;
    padding: 10px;
  }
}

select:focus {
  outline: none;
  border: 2px solid #007a7f;
}*/
select.error {
  border: 2px solid red; }

input[type="text"].input-line,
input[type="date"].input-line,
input[type="datetime"].input-line,
input[type="email"].input-line,
input[type="password"].input-line,
input[type="number"].input-line,
input[type="search"].input-line,
input[type="time"].input-line,
input[type="url"].input-line,
input[type="tel"].input-line {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 2px solid #d1d3d4;
  border-left: 0px;
  border-radius: 0px;
  font-size: 13px; }

input[type="text"]:focus.input-line,
input[type="date"]:focus.input-line,
input[type="datetime"]:focus.input-line,
input[type="email"]:focus.input-line,
input[type="password"]:focus.input-line,
input[type="number"]:focus.input-line,
input[type="search"]:focus.input-line,
input[type="time"]:focus.input-line,
input[type="url"]:focus.input-line,
input[type="tel"]:focus.input-line {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 2px solid #007a7f;
  border-left: 0px;
  border-radius: 0px; }

input[type="text"].input-line-light,
input[type="date"].input-line-light,
input[type="datetime"].input-line-light,
input[type="email"].input-line-light,
input[type="password"].input-line-light,
input[type="number"].input-line-light,
input[type="search"].input-line-light,
input[type="time"].input-line-light,
input[type="url"].input-line-light,
input[type="tel"].input-line-light {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #d1d3d4;
  border-left: 0px;
  border-radius: 0px;
  font-size: 13px;
  padding: 0px; }

input[type="text"]:focus.input-line-light,
input[type="date"]:focus.input-line-light,
input[type="datetime"]:focus.input-line-light,
input[type="email"]:focus.input-line-light,
input[type="password"]:focus.input-line-light,
input[type="number"]:focus.input-line-light,
input[type="search"]:focus.input-line-light,
input[type="time"]:focus.input-line-light,
input[type="url"]:focus.input-line-light,
input[type="tel"]:focus.input-line-light {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #007a7f;
  border-left: 0px;
  border-radius: 0px;
  padding: 0px; }

select.input-line-light {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #d1d3d4;
  border-left: 0px;
  border-radius: 0px;
  font-size: 13px;
  padding: 0px;
  cursor: pointer;
  background: transparent; }

select:focus.input-line-light {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #007A7F;
  border-left: 0px;
  border-radius: 0px;
  padding: 0px; }

.input-label {
  font-size: 13px;
  letter-spacing: .025em;
  margin-bottom: 10px;
  margin-top: 13px;
  display: block;
  color: #606060;
  font-weight: 600; }

input[type="text"].input-thickborder,
input[type="email"].input-thickborder,
input[type="number"].input-thickborder,
input[type="time"].input-thickborder,
input[type="date"].input-thickborder {
  border: 2px solid #d1d3d4;
  border-radius: 2px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px; }

input[type="text"]:focus.input-thickborder,
input[type="email"]:focus.input-thickborder,
input[type="time"]:focus.input-thickborder,
input[type="date"]:focus.input-thickborder {
  border: 2px solid #007a7f;
  border-radius: 2px;
  padding: 6px; }

select.input-thickborder {
  border: 2px solid #d1d3d4;
  border-radius: 2px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif; }

select:focus.input-thickborder {
  border: 2px solid #007a7f;
  border-radius: 2px;
  padding: 5px; }

.input-thickborder-wrapper {
  margin-bottom: .5em;
  display: table-cell;
  text-indent: 3px; }

.pin-number.input-thickborder {
  width: 15%; }

/*input[type="text"] {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 2px solid $light-gray-cyan;
  border-left: 0px;
  border-radius: 0px;
  font-size: 13px;
  padding: 6px 6px 6px 0px;
}

input[type="text"]:focus {
  border-bottom: 2px solid $teal;
}*/
select.input-thickborder {
  border: 2px solid #e3e3e3;
  border-radius: 2px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif; }

select:focus.input-thickborder {
  border: 2px solid  #007a7f;
  border-radius: 2px;
  padding: 5px; }

/*input {
text-indent: 3px;
}
*/
.input-spacing {
  padding: 5px; }

.searchBox, .wrapper, header, header nav ul {
  zoom: 1; }
  .searchBox:before, .wrapper:before, header:before, header nav ul:before, .searchBox:after, .wrapper:after, header:after, header nav ul:after {
    content: "";
    display: table; }
  .searchBox:after, .wrapper:after, header:after, header nav ul:after {
    clear: both; }

html {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif; }

body {
  position: relative;
  background: #F2F3EA;
  -webkit-font-smoothing: antialiased; }

body:not(.user-is-tabbing) :focus {
  outline: none;
  outline-style: none;
  box-shadow: none;
  border-color: transparent; }

.wrapper {
  max-width: 1280px;
  height: 100%;
  position: relative;
  margin: 0 auto; }
  @media screen and (max-width: 1280px) {
    .wrapper {
      margin: 0 30px; } }
  @media screen and (max-width: 800px) {
    .wrapper {
      margin: 0; } }

.hide {
  display: none !important; }

header {
  min-height: 100px;
  background: #fff;
  box-shadow: 0px 2px 22px #434343;
  position: relative; }
  header .wrapper {
    min-height: 100px; }
    @media screen and (max-width: 800px) {
      header .wrapper {
        margin: 0; } }

.logoContainer {
  position: absolute;
  top: 50%; }
  @media screen and (max-width: 800px) {
    .logoContainer {
      position: relative;
      margin: 2em auto;
      top: 0; } }
  @media screen and (max-width: 350px) {
    .logoContainer {
      margin: 2em 0.5em; } }

.logo {
  display: block;
  width: 340px;
  background-size: cover;
  background: url(https://storage.googleapis.com/adb-website/Logos/Learning%20Platform/logo.svg);
  background-repeat: no-repeat;
  margin-top: -15px;
  padding-top: 8.823529%;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .logo {
      margin-top: 0;
      width: auto;
      max-width: 350px; } }

.dashboardLink {
  cursor: pointer; }

.accountLinks {
  float: right;
  font-size: 0.8em;
  padding-top: 8px; }
  @media screen and (max-width: 800px) {
    .accountLinks {
      box-shadow: 0 2px 6px #cacaca inset;
      padding: 1em;
      box-sizing: border-box;
      float: none;
      background: #f3f3f3;
      width: 100%;
      text-align: center; } }
  .accountLinks span {
    color: #595959;
    margin-right: 1em; }
    @media screen and (max-width: 800px) {
      .accountLinks span {
        color: #000;
        display: inline-block;
        padding: 1em 0.5em;
        margin: 0; } }
  .accountLinks a {
    background: #606060;
    padding: 8px 10px 4px 10px;
    color: #fff;
    text-decoration: none; }
    @media screen and (max-width: 800px) {
      .accountLinks a {
        border-radius: 5px;
        color: #595959;
        border: 1px solid #bfbfbf;
        display: inline-block;
        padding: 0.5em 1em;
        background: white;
        background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f3f3f3));
        background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
        background: -o-linear-gradient(top, white 0%, #f3f3f3 100%);
        background: -ms-linear-gradient(top, white 0%, #f3f3f3 100%);
        background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='white', endColorstr='#f3f3f3');
        font-weight: 600; } }
    .accountLinks a:hover {
      background: #595959; }
      @media screen and (max-width: 800px) {
        .accountLinks a:hover {
          background: white; } }

#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -1;
  margin-top: -10px; }

#skip a:focus {
  /*position: static;*/
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
  top: 125px;
  z-index: 1000;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700; }

header nav {
  position: absolute;
  bottom: 0;
  right: 0; }
  @media screen and (max-width: 800px) {
    header nav {
      text-align: center;
      position: relative;
      background: #808080; } }
  @media screen and (max-width: 800px) {
    header nav ul {
      text-align: center; } }
  @media screen and (max-width: 350px) {
    header nav ul {
      display: flex; } }
  header nav li {
    vertical-align: bottom;
    float: left;
    color: #595959;
    font-weight: 700;
    padding: 15px 0px;
    margin: 0px 30px;
    font-size: 20px; }
    header nav li:hover {
      color: #000;
      cursor: pointer; }
    header nav li:last-child {
      margin-right: 0; }
    header nav li .label {
      display: none; }
    @media screen and (max-width: 800px) {
      header nav li {
        float: none;
        display: inline-block;
        padding: 1em 4%;
        color: white; } }
    @media screen and (max-width: 350px) {
      header nav li {
        padding: 1em 2%;
        margin: 0 auto; }
        header nav li:last-child {
          margin-right: auto; } }
  header nav li.courseTimer:hover {
    cursor: auto;
    color: #595959; }
  @media screen and (max-width: 800px) {
    header nav li.courseTimer:hover {
      color: white; } }

.courseTimer {
  display: none; }

.textSize {
  position: relative; }

.textSize .icon {
  background: url(../pics/textSize1.svg) 0 0 no-repeat;
  width: 35px;
  height: 15px;
  color: white; }
  @media screen and (max-width: 800px) {
    .textSize .icon {
      background: url(../pics/textSize2.svg) 0 0 no-repeat; } }
  .textSize .icon:hover {
    color: #000; }

.textSize.open {
  background: #595959;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border: 0px solid #000000; }
  .textSize.open .icon {
    background: url(../pics/textSize2.svg) 0 0 no-repeat; }
  @media screen and (max-width: 350px) {
    .textSize.open {
      position: static; } }

#textSizeOptions {
  text-align: left;
  width: 170px;
  box-sizing: border-box;
  position: absolute;
  top: 41px;
  right: 1em;
  background: #595959;
  color: white;
  padding: 1em;
  z-index: 1;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 800px) {
    #textSizeOptions {
      right: 5%; } }
  @media screen and (max-width: 350px) {
    #textSizeOptions {
      width: 100%;
      top: 47px;
      box-sizing: border-box;
      right: 0; } }
  #textSizeOptions ul {
    text-align: left; }
  #textSizeOptions li {
    position: relative;
    margin: 1em;
    padding: 0;
    color: inherit;
    font-size: 16px; }
    @media screen and (max-width: 350px) {
      #textSizeOptions li {
        text-align: center; } }
  #textSizeOptions .fa {
    position: relative;
    color: inherit;
    margin-right: 5px; }
    @media screen and (max-width: 350px) {
      #textSizeOptions .fa {
        margin-bottom: 6px; } }
  #textSizeOptions .fa-check {
    vertical-align: top;
    color: white;
    border-radius: 2px;
    border: none;
    background: white;
    color: #595959;
    font-size: 0.7em;
    padding: 1px;
    vertical-align: middle; }
    @media screen and (max-width: 350px) {
      #textSizeOptions .fa-check {
        font-size: 0.8em;
        margin-bottom: 10px;
        padding: 5px;
        background: #39B54A;
        color: white;
        border: 3px solid white;
        border-radius: 5px; } }
  @media screen and (max-width: 350px) {
    #textSizeOptions .fa-square-o {
      font-size: 2em; } }

.infoBar {
  color: #fff;
  padding: 1em 0;
  background-size: cover; }
  .infoBar a {
    color: #E3E3E3;
    margin: 0.5em 0;
    font-size: 0.9em; }
  .infoBar h1 {
    font-size: 1.5em;
    margin: 0 0 0.2em 0;
    line-height: 1.3em; }
  .infoBar h5 {
    margin: 1em 0 0.2em 0;
    font-weight: 300;
    opacity: 0.8; }
  .infoBar p {
    line-height: 1.3em;
    font-size: 0.8em; }
  .infoBar strong {
    font-weight: 600; }
  @media screen and (max-width: 800px) {
    .infoBar {
      padding: 1em 2em; } }

.mainPage {
  padding: 20px 0; }

.smallSize {
  font-size: 0.8em; }

.mediumSize {
  font-size: 1em; }

.largeSize {
  font-size: 1.5em; }

.smallSize .fa, .mediumSize .fa, .largeSize .fa {
  font-size: medium; }

.contentLockMessage {
  text-align: center;
  font-weight: 700;
  padding: 4%;
  background: #fafafa;
  line-height: 1.5em; }
  .contentLockMessage i.fa {
    margin-right: 0.25em;
    font-size: 1.1em;
    color: #595959; }

#indexMessageAlert {
  font-weight: 700;
  color: darkred;
  text-align: right;
  margin-bottom: 9px;
  margin-left: 73px;
  margin-top: -14px;
  font-size: 15px; }

#contentMessageAlert {
  float: right;
  margin-right: 25px;
  vertical-align: middle;
  margin-top: 15px;
  font-weight: 700;
  color: darkred; }

#chapterMessageAlert {
  float: left;
  margin-top: 19px;
  font-weight: 700;
  color: darkred;
  text-align: right;
  margin-bottom: 10px;
  font-size: 18px; }
