@font-face {
  font-family: "iconFont";
  src: url("/fonts/iconFont.eot");
  src: url("/fonts/iconFont.eot?#iefix") format("embedded-opentype"), url("/fonts/iconFont.woff") format("woff"), url("/fonts/iconFont.ttf") format("truetype"), url("/fonts/iconFont.svg#iconFont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "iconFont" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lock:before {
  content: "a";
}

.icon-check:before {
  content: "b";
}

.icon-x:before {
  content: "c";
}

.icon-left-arrow:before {
  content: "d";
}

.icon-right-arrow:before {
  content: "e";
}

.icon-menu:before {
  content: "f";
}

.icon-alert:before {
  content: "h";
}

.icon-profile:before {
  content: "i";
}

.icon-link:before {
  content: "j";
}

.icon-search:before {
  content: "k";
}

.icon-angle-right:before {
  content: "m";
}

.icon-bookmark-1:before {
  content: "p";
}

.icon-add:before {
  content: "n";
}

.icon-close:before {
  content: "q";
}

.icon-info-check:before {
  content: "l";
}

.icon-info:before {
  content: "o";
}

.icon-chatbubble-working:before {
  content: "s";
}

.icon-home:before {
  content: "r";
}

.icon-return-left:before {
  content: "v";
}

.icon-logout:before {
  content: "x";
}

.icon-announcment-active:before {
  content: "t";
}

.icon-brackets:before {
  content: "g";
}

.icon-quickview:before {
  content: "u";
}

.icon-slideview:before {
  content: "w";
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f2146076de4e1767231b)
 * Config saved to config.json and https://gist.github.com/f2146076de4e1767231b
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 800px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 1050px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-23 {
  width: 95.83333333%;
}

.col-xs-22 {
  width: 91.66666667%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-20 {
  width: 83.33333333%;
}

.col-xs-19 {
  width: 79.16666667%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-17 {
  width: 70.83333333%;
}

.col-xs-16 {
  width: 66.66666667%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-14 {
  width: 58.33333333%;
}

.col-xs-13 {
  width: 54.16666667%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-11 {
  width: 45.83333333%;
}

.col-xs-10 {
  width: 41.66666667%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-8 {
  width: 33.33333333%;
}

.col-xs-7 {
  width: 29.16666667%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-5 {
  width: 20.83333333%;
}

.col-xs-4 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-2 {
  width: 8.33333333%;
}

.col-xs-1 {
  width: 4.16666667%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-pull-23 {
  right: 95.83333333%;
}

.col-xs-pull-22 {
  right: 91.66666667%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-20 {
  right: 83.33333333%;
}

.col-xs-pull-19 {
  right: 79.16666667%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-17 {
  right: 70.83333333%;
}

.col-xs-pull-16 {
  right: 66.66666667%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-14 {
  right: 58.33333333%;
}

.col-xs-pull-13 {
  right: 54.16666667%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-11 {
  right: 45.83333333%;
}

.col-xs-pull-10 {
  right: 41.66666667%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-8 {
  right: 33.33333333%;
}

.col-xs-pull-7 {
  right: 29.16666667%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-5 {
  right: 20.83333333%;
}

.col-xs-pull-4 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-2 {
  right: 8.33333333%;
}

.col-xs-pull-1 {
  right: 4.16666667%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-push-23 {
  left: 95.83333333%;
}

.col-xs-push-22 {
  left: 91.66666667%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-20 {
  left: 83.33333333%;
}

.col-xs-push-19 {
  left: 79.16666667%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-17 {
  left: 70.83333333%;
}

.col-xs-push-16 {
  left: 66.66666667%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-14 {
  left: 58.33333333%;
}

.col-xs-push-13 {
  left: 54.16666667%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-11 {
  left: 45.83333333%;
}

.col-xs-push-10 {
  left: 41.66666667%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-8 {
  left: 33.33333333%;
}

.col-xs-push-7 {
  left: 29.16666667%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-5 {
  left: 20.83333333%;
}

.col-xs-push-4 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-2 {
  left: 8.33333333%;
}

.col-xs-push-1 {
  left: 4.16666667%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

.col-xs-offset-23 {
  margin-left: 95.83333333%;
}

.col-xs-offset-22 {
  margin-left: 91.66666667%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-20 {
  margin-left: 83.33333333%;
}

.col-xs-offset-19 {
  margin-left: 79.16666667%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-17 {
  margin-left: 70.83333333%;
}

.col-xs-offset-16 {
  margin-left: 66.66666667%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-14 {
  margin-left: 58.33333333%;
}

.col-xs-offset-13 {
  margin-left: 54.16666667%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-11 {
  margin-left: 45.83333333%;
}

.col-xs-offset-10 {
  margin-left: 41.66666667%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-8 {
  margin-left: 33.33333333%;
}

.col-xs-offset-7 {
  margin-left: 29.16666667%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-5 {
  margin-left: 20.83333333%;
}

.col-xs-offset-4 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-2 {
  margin-left: 8.33333333%;
}

.col-xs-offset-1 {
  margin-left: 4.16666667%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 800px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1050px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 799px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 799px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 799px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 799px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 799px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 800px) and (max-width: 1049px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 1049px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 800px) and (max-width: 1049px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 800px) and (max-width: 1049px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1050px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1050px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1050px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1050px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 799px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 1049px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1050px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**VARIABLES**/
/*---TEXT AND FONT---*/
/*---BACKGROUND---*/
/*---BOX---*/
/*---POSITIONING---*/
/*---CONTENT---*/
/*---LISTS---*/
/*---BORDER ARROWS---*/
/*---TRANSFORMS---*/
/*---FILTERS---*/
/*---TRANSITIONS---*/
/*---UTILITY---*/
/*---Images---*/
/*---Video---*/
/**Forms**/
/*Breaks long words and urls*/
/*------------------------
Function that calculates if text needs to be light or dark
depending on the background color passed.

From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast

Color brightness is determined by the following formula: 
((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
------------------------*/
.test {
  color: green;
}

/**MIXINS**/
/***ADA MIXINS***/
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
}

.row {
  margin: 0px;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
}
body #loadOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: " ";
  height: 100%;
  width: 100%;
  display: block;
  background: #000;
  z-index: 500;
}

img {
  border: 0;
}

a {
  outline: none;
  color: #5e0008;
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.clearfloat {
  clear: both;
}

.maxWidth {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0px 65px;
  box-sizing: border-box;
}
.maxWidth:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.fullInner {
  padding: 0px 15px;
}

#inner-content {
  display: none;
}

.alertMode .adaLink {
  display: none;
}

@media (max-width: 800px) {
  .adaLink {
    display: none;
  }
}
html, body, .container {
  height: 100%;
}

.boxgallery {
  height: 100%;
  width: 100%;
}
.boxgallery .panel, .boxgallery .bg-tile, .boxgallery .bg-img {
  position: absolute;
}

.boxgallery, .panel {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.boxgallery, .bg-tile, .bg-img {
  overflow: hidden;
}

.panel {
  z-index: 0;
  perspective: 1200px;
}
.panel.current {
  z-index: 2;
}
.panel.current .bg-img {
  transition: transform 1.1s ease-in-out;
}
.panel.trig {
  z-index: 1;
}

.bg-tile {
  width: 50%;
  height: 50%;
}
.bg-tile:nth-child(2), .bg-tile:nth-child(4) {
  left: 50%;
}
.bg-tile:nth-child(2) img, .bg-tile:nth-child(4) img {
  left: -100%;
}
.bg-tile:nth-child(3), .bg-tile:nth-child(4) {
  top: 50%;
}
.bg-tile:nth-child(3) img, .bg-tile:nth-child(4) img {
  top: -100%;
}

.bg-img {
  height: 100%;
  width: 100%;
  background: #999;
}
.bg-img img {
  position: absolute;
  display: block;
  height: 200%;
}

@media screen and (min-aspect-ratio: 1280/850) {
  .bg-img img {
    width: 200%;
    height: auto;
  }
}
.boxgallery[data-effect=effect-1] .panel.trig .bg-tile,
.boxgallery[data-effect=effect-2] .panel.trig .bg-tile {
  animation: scaleDown 1.1s ease-in-out;
}

@keyframes scaleDown {
  from {
    transform: translate3d(0, 0, 380px);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/******NAV ARROWS*******/
/* Navigation Arrow */
.adaLink {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #5e0008;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  z-index: 250;
  padding: 10px 10px 7px;
  display: inline-block;
}
.adaLink:hover, .adaLink:focus {
  background: #d2d758;
}

.inSection .adaLink {
  display: none;
}

.scrnRead {
  display: none;
}

header {
  background: #5e0008;
  min-height: 52px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}
header .inner {
  padding: 0px 0px 0px 50px;
}
header .nav {
  float: left;
  width: 250px;
}
header .nav:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
header.inSection .menuButton .ico:before {
  content: "x";
}
header .menuButton {
  height: 52px;
  color: #fff;
  width: 52px;
  text-align: center;
  padding-top: 5px;
  float: left;
  margin-right: 25px;
}
header .menuButton .ico {
  font-size: 2.5em;
}
header .menuButton.open {
  background: #5e0008;
}
header .menuButton.open .ico {
  color: #fff;
}
header .menuButton.open .ico:before {
  content: "c";
}
header .menuButton:hover {
  background: #7e333a;
  cursor: pointer;
}
header .menuButton:hover .ico {
  color: #fff;
}
header .branding {
  width: 180px;
  padding-top: 13px;
  cursor: pointer;
  float: left;
}
header .branding:hover {
  cursor: default !important;
}
header h1 {
  display: inline-block;
  text-align: right;
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6em;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  margin-right: 15px;
  padding-top: 11px;
}

.completeBar {
  background: #7e333a;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  display: none;
  clear: both;
}

.inSection .menuButton .ico:before {
  content: "r";
}

img.logo {
  max-width: 100%;
  height: auto;
}

.orientationComplete .completeBar {
  display: block;
}
.orientationComplete.inSection .completeBar {
  display: none;
}

@media (max-width: 1050px) {
  header .inner {
    padding-left: 0px;
  }
  header h1 {
    font-size: 1.4em;
  }
}
@media (max-width: 890px) {
  header {
    position: relative;
  }
  header h1 {
    margin-right: 15px;
  }
  header .branding {
    margin-left: 15px;
  }
  .inSection header h1 {
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  header {
    padding-bottom: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  }
  header .completeBar {
    display: none !important;
  }
  header .topLeft {
    width: 100% !important;
    float: none !important;
  }
  header .topRight {
    width: 100% !important;
    float: none !important;
  }
  header .branding {
    margin: 0 auto;
    float: none;
    max-width: 250px;
    width: 100%;
  }
  header h1 {
    display: block;
    float: none;
    text-align: center;
    margin-right: 0px;
    font-size: 1.2em;
  }
}
@media (max-width: 480px) {
  header .branding {
    max-width: 200px;
  }
  header .menuButton {
    position: absolute;
  }
}
#homeScreen {
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

#main-nav.disabled:hover {
  cursor: default;
}

#main-nav.tempIn .button img {
  -ms-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none;
}
#main-nav.tempIn .button.active img {
  -ms-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none;
}
#main-nav.tempIn .button.completed img {
  -ms-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none;
}

.button a {
  display: none;
  position: absolute;
  width: 100%;
  color: #fff;
  top: 32%;
  transition: all 0.25s ease;
}
.button .bg-img {
  background: #5e0008;
}
.button img {
  -ms-filter: grayscale(1) blur(3px) brightness(120%) hue-rotate(360deg);
  -moz-filter: grayscale(1) blur(3px) brightness(120%) hue-rotate(360deg);
  -o-filter: grayscale(1) blur(3px) brightness(120%) hue-rotate(360deg);
  filter: grayscale(1) blur(3px) brightness(120%) hue-rotate(360deg);
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$oldBrowser)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.7;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.7;
  /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
  opacity: 0.7;
}
.button.disabled:hover {
  cursor: default;
}
.button .titleWrap {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-family: "PT Sans", sans-serif;
}
.button .titleWrap:hover .section-title {
  margin: 40px 0px 50px;
}
.button .titleWrap:hover .startBtn {
  padding: 7px 10px;
}
.button .sectionNum {
  font-family: "Arvo", sans-serif;
  font-weight: 700;
  font-size: 2.3em;
  transition: all 0.15s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=$blur, Direction=0, Color=$color)";
  /*IE 8*/
  text-shadow: 2px 0px 9px rgba(0, 0, 0, 0.3);
}
.button .sectionNum:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.button .sectionNum span {
  display: inline-block;
  float: left;
}
.button .sectionNum .dots {
  height: 20px;
  background: url("../images/dot.png") repeat-x;
  width: 28%;
  margin-top: 15px;
}
.button .sectionNum .num {
  width: 44%;
  text-align: center;
}
.button .section-title {
  transition: all 0.25s ease;
  font-size: 4.6em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  margin: 20px 0px 30px;
  transition: all 0.2s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=$blur, Direction=0, Color=$color)";
  /*IE 8*/
  text-shadow: 2px 0px 9px rgba(0, 0, 0, 0.3);
}
.button .section-title span {
  position: relative;
  display: inline-block;
  padding-left: 70px;
}
.button .section-title span:before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "a";
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
  top: 8px;
}
.button .startBtn {
  width: 100%;
  display: inline-block;
  background: #60605f;
  text-transform: uppercase;
  padding: 3px 10px;
  font-size: 1.3em;
  font-weight: 700;
  box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.3);
  color: #939392;
  transition: all 0.25s ease;
}
.button .startBtn .inner {
  opacity: 0;
}
.button.current a {
  display: block;
  z-index: 3;
}
.button.active .section-title span {
  padding-left: 0px;
}
.button.active .section-title span::before {
  content: "";
}
.button.active .startBtn {
  background: #d9942b;
  color: #fff;
}
.button.active .startBtn .inner {
  opacity: 1;
}
.button.active img {
  -ms-filter: blur(3px) brightness(120%) hue-rotate(360deg);
  -moz-filter: blur(3px) brightness(120%) hue-rotate(360deg);
  -o-filter: blur(3px) brightness(120%) hue-rotate(360deg);
  filter: blur(3px) brightness(120%) hue-rotate(360deg);
}
.button.completed .section-title span {
  padding-left: 75px;
}
.button.completed .section-title span::before {
  content: "b";
  top: 10px;
}
.button.completed .startBtn {
  background: #d9942b;
  color: #fff;
}
.button.completed .startBtn .inner {
  opacity: 1;
}
.button.completed img {
  -ms-filter: blur(3px) brightness(120%) hue-rotate(360deg);
  -moz-filter: blur(3px) brightness(120%) hue-rotate(360deg);
  -o-filter: blur(3px) brightness(120%) hue-rotate(360deg);
  filter: blur(3px) brightness(120%) hue-rotate(360deg);
}

#main-nav nav {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 75px;
  margin-top: 20%;
}
#main-nav nav span {
  position: absolute;
  top: 50%;
  z-index: 1000;
  display: block;
  width: 100px;
  height: 100px;
  outline: none;
  text-align: left;
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 6em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=$blur, Direction=0, Color=$color)";
  /*IE 8*/
  text-shadow: 2px 0px 9px rgba(0, 0, 0, 0.3);
}
#main-nav nav i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#main-nav .prev {
  left: 0px;
}
#main-nav .prev i {
  position: relative;
}
#main-nav .prev i::before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "d";
  color: #fff;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$oldBrowser)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.6;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.6;
  /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
#main-nav .prev i::after {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "d";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0%;
  transition: all 0.4s ease;
}
#main-nav .prev:hover i::after {
  width: 100%;
}
#main-nav .next {
  right: 0px;
}
#main-nav .next i {
  position: relative;
}
#main-nav .next i::before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "e";
  color: #fff;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$oldBrowser)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.6;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.6;
  /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
#main-nav .next i::after {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "e";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0%;
  transition: all 0.4s ease;
}
#main-nav .next:hover i::after {
  width: 100%;
}

.navIndicators {
  z-index: 10;
  position: absolute;
  bottom: 10%;
  text-align: center;
  width: 100%;
}
.navIndicators span {
  margin: 0 7px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 15px;
  width: 15px;
}
.navIndicators span.current {
  background: #d9942b;
}

.inSection #homeScreen {
  height: 120px;
  overflow: hidden;
}
.inSection #main-nav .button a {
  top: 5px;
}
.inSection #main-nav .section-title {
  font-size: 2.2em;
}
.inSection #main-nav .sectionNum {
  opacity: 0;
}
.inSection #main-nav .startBtn {
  opacity: 0;
}
.inSection #main-nav .navIndicators {
  display: none;
}
.inSection #main-nav .button.completed .section-title span::before {
  top: 5px;
}
.inSection #main-nav .button.completed .section-title span {
  padding-left: 40px;
}
.inSection #main-nav .titleWrap:hover .section-title {
  margin: 20px 0px 30px;
}
.inSection #main-nav .titleWrap:hover .startBtn {
  padding: 3px 10px;
}

@media (max-width: 1280px) {
  #main-nav nav {
    margin-top: 30%;
  }
  .inSection #boxgallery .bg-tile {
    display: none;
  }
  .inSection #boxgallery .bg-tile:first-child {
    display: block;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .inSection #boxgallery .bg-img img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .button .titleWrap {
    max-width: 600px;
  }
}
@media (max-width: 890px) {
  #homeScreen {
    position: relative;
  }
  .alertMode #homeScreen {
    position: fixed;
  }
  #main-nav {
    margin-bottom: 70px;
  }
  #boxgallery .panel {
    position: relative;
    top: auto;
    left: auto;
    perspective: 100px !important;
    z-index: 1;
  }
  #boxgallery .panel .bg-tile {
    display: none;
  }
  #boxgallery .panel .bg-tile:first-child {
    display: block;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  #boxgallery .panel.current {
    z-index: 1;
  }
  #boxgallery nav {
    display: none;
  }
  #boxgallery .bg-img img {
    height: auto;
    width: 100%;
  }
  .inSection #homeScreen {
    height: 55px;
  }
  .inSection .button {
    display: none;
  }
  .inSection .button.clicked {
    display: block;
  }
  .inSection .button.active .startBtn {
    display: none !important;
  }
  .navIndicators {
    display: none;
  }
  .button {
    padding: 25px 0px;
    border-bottom: #fff 3px solid;
  }
  .button a {
    display: block;
    position: relative;
  }
  .button.active .startBtn {
    display: inline-block !important;
    width: auto;
  }
  .button.active .section-title {
    padding-bottom: 5px;
  }
  .button.active .sectionNum .dots {
    opacity: 1;
  }
  .button.active.completed .startBtn {
    display: none !important;
  }
  .button.completed .section-title span {
    padding-left: 40px;
  }
  .button .titleWrap {
    max-width: 100%;
  }
  .button .section-title {
    font-size: 2.5em;
    margin: 0px !important;
  }
  .button .section-title span {
    padding-left: 35px;
  }
  .button .sectionNum {
    font-size: 1.3em;
    font-weight: 500;
  }
  .button .sectionNum .num {
    width: 30%;
  }
  .button .sectionNum .dots {
    width: 35%;
    margin-top: 5px;
    opacity: 0;
  }
  .button .startBtn {
    display: none !important;
    font-size: 1.1em;
    padding: 3px 10px !important;
  }
}
@media (max-width: 600px) {
  .button {
    padding: 15px 0px;
  }
  .button .section-title {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .button .section-title {
    font-size: 1.8em;
  }
}
.alertBar {
  width: 190px;
  position: relative;
  display: table;
  float: right;
  height: 52px;
  margin-right: 40px;
}
.alertBar:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.alertBar.disabled {
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$oldBrowser)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.6;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.6;
  /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
  opacity: 0.6;
}
.alertBar.disabled .alert:hover {
  cursor: not-allowed;
}
.alertBar.alertOn .alert {
  opacity: 0.5;
}
.alertBar.alertOn .alert.clicked {
  opacity: 1;
}
.alertBar .alert {
  display: table-cell;
  width: 25%;
  height: 100%;
  background: #7e333a;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(163, 163, 163, 0.5);
  padding-top: 3px;
  position: relative;
}
.alertBar .alert a {
  color: #fff !important;
}
.alertBar .alert .icon {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: normal;
}
.alertBar .alert:last-child {
  border-right: 0px;
}
.alertBar .alert:hover {
  background: #d9942b;
  cursor: pointer;
  color: #fff;
}
.alertBar .alert.clicked {
  background: #7e333a;
}
.alertBar .alert.clicked .icon {
  color: #fff;
  font-size: 2em;
  padding-top: 5px;
}
.alertBar .alert.clicked .icon:before {
  content: "c";
}
.alertBar .alert.clicked .notify {
  display: none;
}
.alertBar .alert.on {
  padding-top: 3px;
}
.alertBar .alert.on .notify {
  display: block;
}
.alertBar .alert.on.announcements .icon {
  font-size: 1.85em;
}
.alertBar .alert.on.announcements .icon:before {
  content: "t";
}
.alertBar .alert.on.announcements.clicked .icon:before {
  content: "c";
}
.alertBar .alert.accounts:hover .icon:before {
  content: "x";
}
.alertBar .notify {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
  font-size: 0.9em;
  background: #d9942b;
  position: absolute;
  text-transform: uppercase;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: none;
}
.alertBar .alertName {
  display: none;
}
.alertBar .nameHolder {
  display: none;
  position: absolute;
  width: 98%;
  background: #7e333a;
  color: #fff;
  text-transform: uppercase;
  left: 0px;
  bottom: -30px;
  /* height: 35px; */
  text-align: center;
  padding: 5px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
}
.alertBar .resources {
  padding-top: 3px;
}

.searchMode .alertBar {
  display: none;
}

#alertContentWrap {
  position: fixed;
  bottom: 0px;
  background: #fff;
  padding: 0px;
  box-sizing: border-box;
  z-index: 230;
  width: 100%;
  height: calc(100% - 52px);
  display: none;
  overflow: auto !important;
}
#alertContentWrap.open {
  display: block;
}
#alertContentWrap .alertContent {
  display: none;
  padding: 0 0 75px 0px;
}
#alertContentWrap .alertContent.activeModule {
  display: block;
}
#alertContentWrap h1 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.75em;
  padding: 18px 60px 30px;
  text-transform: uppercase;
  background: #7e333a;
  position: relative;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#alertContentWrap h1:after {
  position: absolute;
  bottom: 18px;
  content: " ";
  height: 100%;
  width: 100%;
  display: block;
  height: 1px;
  background: #9e666b;
  width: 100%;
  left: 0px;
}
#alertContentWrap h1 span {
  margin-right: 10px;
}
#alertContentWrap .alertInnerContent {
  box-sizing: border-box;
  display: table;
  width: 100%;
}
#alertContentWrap .alertListCopy {
  display: table-cell;
  width: 65%;
  padding-left: 25px;
}
#alertContentWrap .alertInstruction {
  display: table-cell;
  width: 35%;
  background: #F2F2F3;
  color: #5e0008;
  padding: 25px 25px 0px 75px;
  font-size: 1.3em;
}
#alertContentWrap .alertInstruction h3 {
  font-family: "Arvo", sans-serif !important;
  margin: 0 auto !important;
  font-weight: 400 !important;
  font-size: 1.5em !important;
  color: #5e0008 !important;
  padding: 5px 0px 10px;
  display: block !important;
}
#alertContentWrap .alertInstruction p {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  margin-top: 0px;
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
}
#alertContentWrap #checklist .list {
  list-style: none;
  padding-left: 0px;
}
#alertContentWrap #checklist .checkItem {
  color: #3a3a3c;
  position: relative;
  background: #fff;
  margin: 10px 0px;
  padding: 10px 0px 10px 65px;
}
#alertContentWrap #checklist .checkItem:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#alertContentWrap #checklist .checkItem .box {
  content: " ";
  height: 100%;
  width: 100%;
  display: block;
  height: 20px;
  width: 20px;
  border: 3px solid #fff;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  top: 14px;
  left: 17px;
  line-height: 0.5em;
  font-size: 1.4em;
  text-align: center;
  margin-top: 0px;
}
#alertContentWrap #checklist .checkItem .box:before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "g";
  line-height: 0.8em;
  font-size: 1.2em;
  position: absolute;
  top: 1px;
  left: -3px;
}
#alertContentWrap #checklist .checkItem .box:hover {
  cursor: pointer;
  color: #d9942b;
}
#alertContentWrap #checklist .checkItem .box:hover:before {
  color: #d9942b;
}
#alertContentWrap #checklist .checkItem .box a {
  text-decoration: underline !important;
}
#alertContentWrap #checklist .checkItem .instructions p {
  margin: 0;
  padding: 0;
}
#alertContentWrap #checklist .checkItem .instructions ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
#alertContentWrap #checklist .checkItem.checked .box {
  color: #5e0008;
  border: 3px solid #fff;
}
#alertContentWrap #checklist .checkItem.checked .box:before {
  content: "l";
  font-size: 1.3em;
}
#alertContentWrap #checklist .checkItem.checked .box:hover {
  background: none;
  color: #5e0008;
}
#alertContentWrap #checklist .checkItem.checked .box:hover:before {
  color: #5e0008;
}
#alertContentWrap #checklist h3 {
  font-family: "PT Sans", sans-serif;
  color: #3a3a3c;
  font-size: 1.4em;
  font-weight: 400;
  text-transform: none;
  position: relative;
  margin-bottom: 4px;
}
#alertContentWrap #checklist .due {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "PT Sans", sans-serif;
  display: block;
  margin: 0px;
  clear: both;
  color: #60605f;
  padding: 0px;
}
#alertContentWrap #checklist .noDate {
  display: none;
}
#alertContentWrap #checklist a {
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.44;
  font-size: 1em;
  color: #5e0008;
  margin: 7px 7px 0px 0px;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}
#alertContentWrap #checklist a:hover {
  color: #d9942b;
  border-bottom: 1px dotted #d9942b;
}
#alertContentWrap #announcements .alertListCopy {
  padding-right: 25px;
}
#alertContentWrap #announcements .announcement {
  padding: 10px 50px;
  font-family: "PT Sans", sans-serif;
  font-size: 1.125em;
  margin-bottom: 5px;
}
#alertContentWrap #announcements .announcement.new {
  border-top: 2px dotted #5e0008;
  border-bottom: 2px dotted #5e0008;
  padding: 20px 50px;
}
#alertContentWrap #announcements .announcement.new h2 {
  font-weight: 700;
  color: #5e0008;
}
#alertContentWrap #announcements .announcement.new h2:before {
  content: "t";
  margin-left: -10px;
  margin-right: 10px;
  color: #5e0008;
  font-weight: normal;
  font-size: 1.8em;
  left: -3px;
  top: -10px;
}
#alertContentWrap #announcements .announcement h2 {
  font-family: "PT Sans", sans-serif;
  font-size: 1.3em;
  padding: 3px 20px 3px 40px;
  color: #747474;
  position: relative;
  font-weight: 400;
}
#alertContentWrap #announcements .announcement h2:before {
  font-family: "iconFont";
  content: "h";
  margin-left: -10px;
  margin-right: 10px;
  text-transform: none;
  color: #747474;
  font-size: 1.4em;
  position: absolute;
  left: 5px;
  top: -2px;
  font-weight: normal;
}
#alertContentWrap #announcements .announcement p {
  margin: 0;
  padding: 0;
  padding: 5px 20px 0px 40px;
  color: #3a3a3c;
  line-height: 1.7em;
}
#alertContentWrap #account .accountContent {
  margin-left: 40px;
}
#alertContentWrap #account .accountContent:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#alertContentWrap #account .accountContent h2 {
  font-family: "Arvo", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #b4b4b4;
  float: left;
  margin-right: 20px;
}
#alertContentWrap #account .accountContent h2 span {
  font-weight: 700;
  color: #3a3a3c;
}
#alertContentWrap #account .accountContent a {
  background: #747474;
  text-decoration: none;
  font-size: 1.1em;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: block;
  float: left;
}
#alertContentWrap #account .accountContent a:hover {
  background: #d9942b;
  color: #fff;
}
#alertContentWrap #resources .slide {
  margin-top: 0;
}
#alertContentWrap #resources .slide .slideTop {
  display: none;
}
#alertContentWrap #resources h3 {
  font-family: "Arvo", sans-serif;
  margin: 20px 0 10px 0;
  font-size: 1.5em;
}
#alertContentWrap #resources h4 {
  display: none;
}
#alertContentWrap #resources .slideTitle {
  display: none;
}
#alertContentWrap #resources .textCopy {
  padding: 0 60px 0 0;
}
#alertContentWrap .closeBtn {
  display: none;
  background: #5e0008;
  color: #fff;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em;
  padding: 17px 20px 8px 20px;
  text-align: center;
}
#alertContentWrap .closeBtn:hover {
  cursor: pointer;
  color: #747474;
}
#alertContentWrap .closeBtn.show {
  display: block;
}

#allowChecked {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #3a3a3c;
  background: rgba(58, 58, 60, 0.75);
  z-index: 9999;
  color: #3a3a3c;
  text-align: center;
}
#allowChecked .checkedWrap {
  background: #5e0008;
  margin-top: 0%;
  padding: 25px;
}
#allowChecked .checkedWrap .inner {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
#allowChecked h1 {
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  margin-bottom: 0px;
  font-size: 2.7em;
  font-family: "PT Sans", sans-serif;
}
#allowChecked span {
  background: #7e333a;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
}
#allowChecked span:hover {
  color: #fff;
  background: #d9942b;
}
#allowChecked p {
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

#hiddenOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 190;
  background-color: #000;
  background: rgba(0, 0, 0, 0.85);
}

#wrapper.noOverflow {
  overflow: hidden;
}

@media (max-width: 890px) {
  .alertBar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 75.5%;
  }
  .alertBar .alert {
    width: 33.3%;
  }
  .alertBar .accounts {
    display: none;
  }
  #alertContentWrap {
    bottom: 52px;
  }
  #alertContentWrap .alertInnerContent {
    display: block;
  }
  #alertContentWrap .alertInstruction {
    display: block;
    width: 100%;
    padding: 15px 25px 15px 25px;
  }
  .alertMode .alertBar {
    background: #5e0008;
  }
  .inSection .alertBar {
    display: none;
  }
}
#inner-content {
  position: relative;
  display: none;
  z-index: 0;
  margin-top: 120px;
  background: #fff;
}
@media (max-width: 800px) {
  #inner-content {
    margin: 0;
  }
}
#inner-content .slideHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 500px;
  display: none;
  background: #fff;
  padding: 0px 0px 40px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
#inner-content .slideHolder.movingOut {
  z-index: 50;
}
#inner-content .slideHolder.movingIn {
  z-index: 60;
}

.errorPage .sectionBGs {
  display: block;
}
.errorPage .sectionBGs #button1BG {
  display: block;
}

.content {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125em;
  line-height: 1.6em;
  font-weight: 400;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0px 65px;
  box-sizing: border-box;
  padding-top: 40px;
}
.content:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.slideTop {
  background: #7e333a;
  width: 100%;
  padding: 30px 0px 40px;
  position: relative;
}

.slideTitle {
  color: #fff;
  font-family: "Arvo", sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  margin: 0;
  padding: 0;
}
.slideTitle span {
  display: block;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0px 65px;
  box-sizing: border-box;
}
.slideTitle span:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.slideCopy {
  background: #fff;
  padding: 0px 25px 50px 0px;
}
.slideCopy.videoCopy {
  padding-top: 5px;
}
.slideCopy li {
  margin-bottom: 7px;
}
.slideCopy p {
  border-left: 5px solid #F2F2F3;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 15px;
}

.imgWrap {
  width: 95%;
  margin: 0 auto;
}
.imgWrap img {
  max-width: 100%;
  height: auto;
}

.slide.noImg .slideSide {
  display: none;
}
.slide.noImg .slideCopy {
  float: none !important;
  margin: 0 auto !important;
}

@media (max-width: 1280px) {
  .slideSide .wrap {
    margin-left: 0px;
  }
  .slideCopy.videoCopy {
    padding-top: 20px;
  }
}
@media (max-width: 1004px) {
  .inSection .bg-tile {
    height: 0%;
  }
  .inSection .bg-tile:first-child {
    height: 100%;
    width: 100%;
  }
  .inSection .bg-img img {
    width: 200%;
    height: auto;
  }
}
@media (max-width: 1050px) {
  .content {
    padding: 0px 45px;
  }
  .slideCopy {
    padding: 50px 45px 10px;
  }
}
@media (max-width: 890px) {
  #inner-content {
    margin-top: 0px;
  }
  .content {
    padding: 0px 35px;
  }
  .slideCopy {
    padding: 15px 45px 10px;
  }
  .slide {
    padding-bottom: 70px;
  }
  .inSection #main-nav .button {
    padding: 15px 0px 5px;
  }
  .inSection #main-nav .button a {
    top: 0px;
  }
  .inSection #main-nav .section-title {
    font-size: 1.8em;
  }
  .inSection #inner-content .slide {
    margin-top: 50px;
  }
  .slideHolder {
    padding-bottom: 80px;
  }
  .slideTop {
    padding: 15px 0px 20px;
  }
  .slideTop .slideTitle {
    font-size: 2em;
  }
}
@media (max-width: 600px) {
  .content {
    padding: 0px 35px;
  }
  .slideCopy {
    padding: 20px 0px 10px;
  }
  .slideTop .slideTitle {
    font-size: 1.7em;
  }
  .slideTop .slideTitle span {
    padding: 0px 15px;
  }
}
#offcanvas-nav {
  position: fixed;
  background: #fff;
  height: 100%;
  padding: 20px 20px 120px 20px;
  left: -375px;
  width: 375px;
  top: 52px;
  overflow-y: auto;
  transition: all 0.2s ease;
  list-style: none;
  z-index: 150;
  margin-top: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=171, Color=#000000)"; /*IE 8*/ /*FF 3.5+*/ /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 6px 1px 6px -2px rgba(0, 0, 0, 0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
.ocOpen #offcanvas-nav {
  left: 0px;
}
.orientationComplete #offcanvas-nav .button.active.completed a h2 {
  background: transparent;
  color: #5e0008;
  text-transform: none;
  font-weight: 400;
  padding-left: 0px;
}
.orientationComplete #offcanvas-nav .button.active.completed a h2 span {
  padding-left: 30px;
  position: relative;
  display: block;
}
.orientationComplete #offcanvas-nav .button.active.completed a h2 span::before {
  content: "b";
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.orientationComplete #offcanvas-nav .button.active.completed a h2 span::after {
  display: none;
}
#offcanvas-nav.inSection .button {
  display: none;
}
#offcanvas-nav.inSection .homeButton {
  display: block;
}
#offcanvas-nav .button {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  display: block;
  height: auto;
  perspective: none;
}
#offcanvas-nav .button a {
  position: static;
}
#offcanvas-nav .button img, #offcanvas-nav .button h3, #offcanvas-nav .button .startBtn {
  display: none !important;
}
#offcanvas-nav .button .titleWrap {
  text-align: left;
}
#offcanvas-nav .button .back {
  display: none;
}
#offcanvas-nav .button .section-title {
  margin: 0px;
  text-transform: none;
  color: #8f8c8c;
  text-shadow: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.4em;
  transition: all 0.2s ease;
}
#offcanvas-nav .button .section-title span {
  padding-left: 30px;
  position: relative;
  display: block;
}
#offcanvas-nav .button .section-title span::before {
  top: 3px;
}
#offcanvas-nav .button.active:hover a {
  cursor: pointer;
}
#offcanvas-nav .button.active:hover h2 {
  padding: 5px 25px 5px 25px;
}
#offcanvas-nav .button.active h2 {
  text-transform: uppercase;
  font-weight: 700;
  background: #d9942b;
  color: #fff;
  padding: 5px 20px 5px 20px;
}
#offcanvas-nav .button.active h2 span {
  padding: 0px 12px;
}
#offcanvas-nav .button.active h2 span::before {
  font-family: "PT Sans", sans-serif !important;
  content: "[";
  font-weight: 700 !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em !important;
  top: 1px !important;
}
#offcanvas-nav .button.active h2 span::after {
  font-family: "PT Sans", sans-serif !important;
  content: "]";
  font-weight: 700;
  position: absolute;
  top: -2px;
  right: 0px;
  font-size: 0.9em !important;
}
#offcanvas-nav .button.completed:hover a {
  cursor: pointer;
}
#offcanvas-nav .button.completed a h2 {
  color: #5e0008;
}
#offcanvas-nav .button a {
  width: 100%;
  display: block;
  padding: 0px 15px;
  margin: 7px 0;
}
#offcanvas-nav .button a:hover {
  text-decoration: none;
  cursor: default;
}
#offcanvas-nav .homeButton {
  display: none;
  padding: 8px 10px;
  margin: 5px 0;
  cursor: pointer;
}
#offcanvas-nav .homeButton:hover {
  text-decoration: none;
}
#offcanvas-nav .homeButton:hover h2 {
  color: #747474;
}
#offcanvas-nav .homeButton h2 {
  color: #60605f;
  font-size: 1.4em;
}
#offcanvas-nav .accountInfo {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #747474;
  font-family: "PT Sans", sans-serif;
}
#offcanvas-nav .accountInfo .logout {
  display: inline-block;
  text-align: center;
  background: #747474;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0 0 0;
  text-decoration: none;
  padding: 5px 20px;
  font-size: 0.9em;
  font-family: "PT Sans", sans-serif;
}
#offcanvas-nav .accountInfo .logout:hover {
  background: #5b5b5b;
}
#offcanvas-nav .accountInfo:first-child {
  margin-top: 20px;
}
#offcanvas-nav .student {
  font-family: "Arvo", sans-serif;
  font-size: 0.7em;
  position: absolute;
  top: 0;
  left: 0;
  top: 15px;
  left: 20px;
}
#offcanvas-nav .student h2 {
  color: #747474;
  font-weight: 600;
}
#offcanvas-nav .student span {
  text-transform: uppercase;
}
#offcanvas-nav .helpBtn {
  display: inline-block;
  text-align: center;
  background: #747474;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0 0 0;
  text-decoration: none;
  padding: 5px 15px 5px 33px;
  font-size: 0.9em;
  font-family: "PT Sans", sans-serif;
  margin-left: 10px;
  position: relative;
}
#offcanvas-nav .helpBtn::before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  left: 10px;
  content: "y";
  position: absolute;
  top: 5px;
  font-size: 1.32em;
}
#offcanvas-nav .helpBtn:hover {
  cursor: pointer;
  background: #5b5b5b;
}

#offcanvasCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3a3a3c;
  background: rgba(58, 58, 60, 0.75);
  z-index: 100;
}
.ocOpen #offcanvasCover {
  display: block;
}

@media (max-width: 600px) {
  #offcanvas-nav {
    padding-top: 50px;
  }
}
.videoWrapper {
  padding-right: 0 !important;
}
.videoWrapper .loading {
  display: block;
  color: #F2F2F3;
  font-size: 1.2em;
  font-family: "PT Sans", sans-serif;
  text-align: center;
  padding-top: 40px;
  text-transform: uppercase;
}

#videoHolder, .videoHolder {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
#videoHolder iframe, .videoHolder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide.noVidTxt .slideCopy {
  display: none !important;
}
.slide.noVidTxt .videoWrapper {
  float: none !important;
  margin: 0 auto;
  max-width: 960px;
  width: 100% !important;
}

.readBtn {
  background: #5e0008;
  padding: 8px 0px;
  text-align: center;
  color: #5e0008;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.readBtn:hover {
  background: #d2d758;
  cursor: pointer;
}

@media (max-width: 1050px) {
  .videoSlide .videoWrapper {
    margin-top: 25px;
  }
  .slide.noVidTxt .videoWrapper {
    margin-top: 25px;
  }
}
.arrowNav {
  box-sizing: border-box;
  margin-top: 0px;
  position: fixed;
  width: 100%;
  top: 40%;
  left: 0px;
  z-index: 125;
  opacity: 1;
  height: 0px !important;
}
.arrowNav:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.arrowNav .arrow {
  width: 84px;
  height: 104px;
  position: absolute;
  top: 25%;
  background: #747474;
  color: #fff;
  cursor: pointer;
}
.arrowNav .arrow:hover {
  background: #d9942b;
}
.arrowNav #arrowLeft {
  left: -45px;
}
.arrowNav #arrowLeft span {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 0;
  border-right: 15px solid #fff;
  position: absolute;
  top: 30px;
  left: auto;
  right: 15px;
}
.arrowNav #arrowRight {
  right: -45px;
}
.arrowNav #arrowRight span {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 15px solid #fff;
  border-right: 0;
  position: absolute;
  top: 30px;
  right: auto;
  left: 13px;
}

#arrowLeft.disabled, #arrowRight.disabled {
  display: none;
}
#arrowLeft.disabled:hover, #arrowRight.disabled:hover {
  cursor: not-allowed;
}

@media (max-width: 890px) {
  .arrowNav {
    bottom: 0px;
    top: auto;
    width: 100%;
    height: 50px !important;
  }
  .arrowNav .arrow {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
    padding-top: 9px;
  }
  .arrowNav .arrow span {
    position: static;
  }
  .arrowNav #arrowLeft {
    border-right: 1px solid #fff;
    left: auto;
  }
  .arrowNav #arrowLeft span {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 0;
    border-right: 15px solid #fff;
    position: absolute;
    top: 6px;
    left: auto;
    right: calc(50% - 12px);
  }
  .arrowNav #arrowRight {
    border-left: 1px solid #fff;
    right: auto;
  }
  .arrowNav #arrowRight span {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #fff;
    border-right: 0;
    position: absolute;
    top: 6px;
    right: auto;
    left: calc(50% - 12px);
  }
  .lmSlide .arrowNav {
    width: calc(100% - 60px);
  }
  #arrowLeft.disabled, #arrowRight.disabled {
    display: block;
  }
  #arrowLeft.disabled span, #arrowRight.disabled span {
    opacity: 0.3;
  }
  #arrowLeft.disabled:hover, #arrowRight.disabled:hover {
    cursor: not-allowed;
  }
}
.quizSlide p {
  border-left: 0px;
  padding-left: 0px;
}
.quizSlide .imgWrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.quizSlide .imgWrap img {
  width: 100%;
}
.quizSlide .videoWrapper {
  padding-right: 40px !important;
  padding-left: 0px;
}
.quizSlide h2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #747474;
}
.quizSlide .quizButtons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
  font-family: "PT Sans", sans-serif;
}
.quizSlide .quizButtons p {
  padding: 15px 10px 15px 5px;
  margin: 0px;
  font-size: 1.2em;
  line-height: 1.05em;
  transition: all 0.2s ease;
  display: table-cell !important;
}
.quizSlide .quizButtons li {
  background-image: none;
  padding: 0px;
  cursor: pointer;
  color: #747474;
  margin-bottom: 10px;
  width: 100%;
  transition: padding 0.2s ease;
  background: #F2F2F3;
  display: table;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}
.quizSlide .quizButtons li:before {
  display: none;
}
.quizSlide .quizButtons li:hover {
  padding: 0px 20px 0px 15px;
  background: #d9942b;
  color: #fff;
}
.quizSlide .quizButtons li:hover span.letter {
  color: #fff;
}
.quizSlide .quizButtons li:hover p {
  padding-left: 15px;
}
.quizSlide .quizButtons li br {
  display: none;
}
.quizSlide .quizButtons li span.letter {
  font-size: 1.8em;
  font-weight: 700;
  display: block;
  width: 50px;
  text-align: center;
  color: #747474;
  height: 100%;
  border-right: 3px solid #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.quizSlide .quizButtons .picked {
  background-color: #c50013;
  font-weight: bold;
  color: #fff;
}
.quizSlide .quizButtons .picked:hover {
  background-color: #c50013;
}
.quizSlide .quizButtons .picked span.letter {
  text-indent: -9999px;
  position: relative;
}
.quizSlide .quizButtons .picked span.letter:before {
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  margin-top: -10px;
  content: "c";
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 0.8em;
  width: 100%;
  height: 100%;
  text-indent: 0px;
}
.quizSlide .quizButtons li.correct.picked {
  background-color: #778e39;
  color: #fff;
}
.quizSlide .quizButtons li.correct.picked:hover {
  background-color: #778e39;
}
.quizSlide .quizButtons li.correct.picked span.letter {
  text-indent: -9999px;
  position: relative;
}
.quizSlide .quizButtons li.correct.picked span.letter:before {
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  margin-top: -13px;
  content: "b";
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 1em;
  width: 100%;
  height: 100%;
  text-indent: 0px;
}

.quizContent {
  margin-bottom: 20px;
  width: 100%;
}
.quizContent p span {
  padding-right: 6px;
}

p.answerCorrect, p.answerWrong {
  display: none;
}

p.answerCorrect, p.answerWrong, p.question {
  padding: 5px 0px;
  color: #fff;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

p.question {
  color: #3a3a3c;
  font-size: 1.1em;
  line-height: 1.4em;
}

p.answerCorrect {
  background-color: #778e39;
  font-size: 1.1em;
  line-height: 1.25em;
  padding: 5px 15px;
}

p.answerWrong {
  background-color: #c50013;
  font-size: 1.1em;
  line-height: 1.25em;
  padding: 5px 15px;
}

@media (max-width: 1050px) {
  .quizSlide .videoWrapper {
    padding: 20px 45px 10px !important;
  }
}
@media (max-width: 600px) {
  .quizSlide .videoWrapper {
    padding: 20px 0px 10px !important;
  }
}
#learnMoreWrapper {
  position: fixed;
  width: 100%;
  bottom: -40px;
  right: 0px;
  height: 100px;
  transition: all 0.2s ease;
}
#learnMoreWrapper.disabled .learnInner {
  display: none;
}
#learnMoreWrapper.hover {
  bottom: -2px;
  cursor: pointer;
}
#learnMoreWrapper.hover .iconWrap {
  background: #d9942b;
  cursor: pointer;
}
#learnMoreWrapper.hover .toolTip {
  border-top: 10px solid #d9942b;
}
#learnMoreWrapper .learnInner {
  height: 100%;
}
#learnMoreWrapper .iconWrap {
  background: #5e0008;
  height: 50px;
  width: 60px;
  margin: 0 auto;
  padding: 0px !important;
  text-align: center;
  color: #fff;
}
#learnMoreWrapper .iconWrap span {
  padding-top: 7px;
  display: inline-block;
  font-size: 2.5em;
}
#learnMoreWrapper .iconWrap.selected span:before {
  content: "l";
}
#learnMoreWrapper .toolTip {
  background: #d9942b;
  padding: 0px 5px 5px;
  color: #fff;
  width: 100%;
  opacity: 1;
  height: 50px;
  line-height: 1.1em;
  text-align: center;
  border-top: 10px solid #5e0008;
}
#learnMoreWrapper .toolTip p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#learnMoreWrapper .toolTip p span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.learnMoreLinksWrap {
  background: #fff;
}
.learnMoreLinksWrap:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.linkGroup {
  font-family: "PT Sans", sans-serif;
  padding: 15px 0px 30px;
}
.linkGroup.default {
  background: #F2F2F3;
}
.linkGroup.default .inner {
  max-width: 750px;
  margin: 0 auto;
}
.linkGroup.personalized {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.linkGroup h3 {
  font-family: "Arvo", sans-serif;
  padding-bottom: 0px !important;
  margin: 0 auto !important;
  font-weight: 400 !important;
  text-align: center !important;
  font-size: 1.8em !important;
  color: #5e0008;
  padding: 5px 25px;
  display: block !important;
  margin-bottom: 10px;
  background: transparent !important;
}
.linkGroup p {
  font-family: "PT Sans", sans-serif;
  padding-bottom: 0px;
  margin: 0 auto;
  text-align: center;
  color: #5e0008;
  padding: 5px 0px !important;
  font-weight: 500;
  font-size: 1.3em !important;
}

.learnMoreLinks {
  list-style: none;
  margin: 0;
  padding: 0px 15px; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  margin-top: 20px !important;
}
.learnMoreLinks li {
  padding: 0px !important;
  margin: 0 !important;
  padding: 5px !important;
}
.learnMoreLinks li:before {
  display: none !important;
}
.learnMoreLinks li a {
  display: inline-block;
  font-weight: 700;
  padding: 5px 0px;
  color: #5e0008;
  border-bottom: 1px dotted #747474;
  text-decoration: none;
  position: relative;
  font-size: 1.3em;
  padding-left: 25px;
}
.learnMoreLinks li a .section {
  text-transform: uppercase;
  font-size: 0.75em;
  color: #3a3a3c;
  font-weight: 400;
}
.learnMoreLinks li a[href*=".pdf"] .linkType::before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "x";
  font-size: 1.1em;
  margin-left: 15px;
  color: #747474;
  top: 5px;
}
.learnMoreLinks li a:before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "m";
  float: left;
  display: block;
  margin-right: 10px;
  margin-left: 0px;
  color: #747474;
  position: absolute;
  top: 0;
  left: 0;
  top: 5px;
}
.learnMoreLinks li a:hover {
  color: #d9942b;
  border-bottom: 1px dotted #d9942b;
}
.learnMoreLinks li a:hover .section {
  color: #d9942b;
}
.learnMoreLinks li a:hover .linkType::before {
  color: #d9942b;
}
.learnMoreLinks li a:hover::before {
  color: #d9942b;
}

.inSection .linkGroup.personalized {
  display: block;
}

.orientationComplete .linkGroup.personalized {
  display: block;
}

@media (max-width: 890px) {
  .learnMoreLinks {
    -moz-column-count: 1;
    column-count: 1;
  }
  #learnMoreWrapper {
    bottom: 0px;
    right: 0px;
    height: 50px;
    z-index: 200;
    width: 60px;
    cursor: pointer;
  }
  #learnMoreWrapper .toolTip {
    display: none;
  }
  #learnMoreWrapper .iconWrap {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
.popupMessage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
}
.popupMessage .logoWrap {
  max-width: none;
  margin: -25px;
  padding: 10px;
  background: #fff;
  text-align: center;
  height: 84px;
  margin-bottom: 13px;
}
.popupMessage .logoWrap .logo {
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
.popupMessage .message {
  width: 100%;
  position: absolute;
  left: 0;
  top: -30%;
  margin: 0;
  background: #5e0008;
  padding: 25px 25px 45px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 600px) {
  .popupMessage .message {
    top: 0 !important;
  }
}
.popupMessage h4 {
  color: #5e0008;
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  font-size: 2.8em;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
}
@media all and (max-width: 600px) {
  .popupMessage h4 {
    font-size: 2em;
  }
}
.popupMessage p {
  text-align: center;
  margin: 0 20px;
  color: #fff;
  font-size: 1.2em;
}
.popupMessage .continue {
  display: block;
  width: 100px;
  padding: 0;
  margin: 25px auto 0 auto;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.popupMessage .continue span {
  background: #747474;
  text-decoration: none;
  font-size: 1.1em;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  background: #7e333a;
}
.popupMessage .continue span:hover {
  background: #d9942b;
  color: #fff;
}
.popupMessage#timeoutMessage {
  display: none;
}
.popupMessage#timeoutMessage .btnWrap {
  width: 90%;
  max-width: 600px;
  margin: 50px auto 20px auto;
  text-align: center;
}
.popupMessage#timeoutMessage .btnWrap span {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  background: #747474;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 1.125em;
  text-align: center;
}
.popupMessage#timeoutMessage .btnWrap span:hover {
  background: #676767;
}
.popupMessage#timeoutMessage .btnWrap span.stayBtn {
  background: #d9942b;
}
.popupMessage#timeoutMessage .btnWrap span.stayBtn:hover {
  background: #c78624;
}
.popupMessage#timeoutMessage .btnWrap span.stayBtn em:before {
  content: "b";
}
.popupMessage#timeoutMessage .btnWrap span em {
  display: block;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.25em;
}
.popupMessage#timeoutMessage .btnWrap span em:before {
  content: "c";
  font-family: "iconFont";
  padding-right: 10px;
  text-transform: none;
}
.popupMessage#timeoutMessage.show {
  display: block;
}
.popupMessage#timeoutMessage.show .message {
  top: 50px;
}

@media (max-width: 600px) {
  .popupMessage h4 {
    font-size: 2.2em;
  }
  .popupMessage .message {
    padding: 5px 15px 25px;
  }
  .popupMessage .continue {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .popupMessage#timeoutMessage h4 {
    font-size: 1.8em;
  }
  .popupMessage#timeoutMessage .btnWrap {
    max-width: 300px;
    margin-top: 25px;
  }
  .popupMessage#timeoutMessage .btnWrap span {
    display: block;
    margin: 5px 0px;
  }
}
.progressBar {
  background: transparent;
  position: absolute;
  height: 3px;
  z-index: 2;
  bottom: -3px;
  left: 0px;
  width: 100%;
}
.progressBar .progress {
  background: #d9942b;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.quizSlide .timer {
  background: #9e666b;
}

.timer {
  position: absolute;
  bottom: 20px;
  left: 0px;
  height: 1px;
  width: 100%;
}
.timer .inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #9e666b;
}

.orientationComplete .timer {
  background: #5e0008;
}

.menuBtn {
  background: #fff;
  color: #5e0008;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  color: #747474;
  text-align: center;
  font-size: 0.9em;
  height: 20px;
  font-weight: 400;
}
.menuBtn span {
  display: inline-block;
  padding-top: 2px;
}
.menuBtn:hover {
  cursor: pointer;
  color: #5e0008;
}

@media (max-width: 890px) {
  .timer {
    bottom: 10px;
  }
}
.slide strong {
  font-weight: bold;
  color: #3a3a3c;
}
.slide ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-bottom: 15px;
}
.slide ul li {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 7px;
  position: relative;
}
.slide ul li:before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  top: 6px;
  color: #747474;
  content: " ";
  height: 100%;
  width: 100%;
  display: block;
  content: "m";
  font-size: 0.75em;
}
.slide ul li {
  padding-left: 20px;
  margin-bottom: 3px;
}
.slide ul li::before {
  color: #d9942b;
  font-size: 0.9em;
  top: 5px;
  width: 50px;
  display: inline-block;
}
.slide ol {
  margin-top: 5px;
  list-style-type: none;
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
.slide ol li {
  position: relative;
  /* Create a positioning context */
  margin-left: 2em;
  /* Give each list item a left margin to make room for the numbers */
  list-style: none;
  /* Disable the normal item numbering */
}
.slide ol li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 3px;
  left: -2em;
  box-sizing: border-box;
  width: 1.8em;
  /* Some space between the number and the content in browsers that support
           generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 2px;
  color: #fff;
  background: #747474;
  font-weight: bold;
  text-align: center;
  font-size: 0.9em;
  border-radius: 50%;
}
.slide h2 {
  color: #5e0008;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  padding-top: 10px;
  display: block;
}
.slide h3 {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #5e0008;
  font-weight: 700;
  font-size: 1.2em;
  padding: 0;
  margin: 0px;
  line-height: 1.2em;
  padding: 3px 10px;
  background: #F2F2F3;
  margin: 20px 0px;
  position: relative;
}
.slide h4 {
  line-height: 1.3em;
  font-size: 1.15em;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #3a3a3c;
  position: relative;
  margin: 20px 0px 15px;
  padding-left: 10px;
  border-left: 5px solid #d9942b;
}
.slide td h5 {
  border-bottom: 0;
  padding-bottom: 0;
}
.slide .highlight {
  background: #7e333a;
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #5e0008;
  font-size: 1.05em;
}
.slide .intro {
  font-size: 1.15em;
  line-height: 1.8em;
}
.slide .listNum {
  background: #d2d758;
  display: inline-block;
  padding: 3px 8px;
  margin-right: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 15px;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.slide .callOut {
  background-color: #d2d758;
  padding: 5px 10px;
  margin: 10px 0px;
  color: #fff;
  display: inline-block;
}
.slide .noSpace {
  margin: 0;
  padding: 0;
}

.accordionButtonWrapper {
  border-left: 0px !important;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  margin: 0;
  padding: 0;
}
.accordionButtonWrapper:first-child {
  margin-top: 20px !important;
}
.accordionButtonWrapper.open .accTitle {
  background: #5e0008;
  cursor: pointer;
  color: #fff;
}
.accordionButtonWrapper.open .accTitle:before {
  content: "q";
  color: #fff;
}
.accordionButtonWrapper p {
  border-left: 0px !important;
  padding-left: 0px !important;
}

.accTitle {
  font-size: 1.2em;
  font-family: "PT Sans", sans-serif;
  background: #7e333a;
  font-weight: 400;
  outline: none !important;
  color: #fff;
  padding: 10px 0 12px 50px;
  display: block;
  position: relative;
  border: 1px solid #96595f;
  margin-bottom: -1px;
}
.accTitle:hover {
  cursor: pointer;
  background: #d9942b;
  color: #fff;
  border: 1px solid #d9942b;
}
.accTitle:hover:before {
  color: #fff;
  border-right: 1px solid #fff;
}
.accTitle:before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 13px;
  top: 11px;
  text-transform: lowercase;
  content: "n";
  font-size: 0.9em;
  color: #fff;
  padding: 3px 10px 3px 0px;
  border-right: 1px solid #96595f;
}

.accordionWrapper {
  display: none;
  padding: 13px 20px 25px;
  border: 1px solid white;
  border-top: 0px;
}
.accordionWrapper p {
  border-left: 0px !important;
  padding-left: 0px !important;
}

#tips {
  background: #d9942b;
  padding: 15px 20px;
  margin-top: 20px;
}

.tipTitle {
  padding-bottom: 8px;
  border-bottom: 1px solid #e1aa56;
}
.tipTitle h5 {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding-left: 30px;
  color: #fff;
  margin-top: 0px;
  padding-top: 0px;
  position: relative;
  margin-bottom: 10px;
}
.tipTitle h5 span {
  color: #fff;
  font-weight: 400;
}
.tipTitle h5::before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "s";
  font-size: 1.4em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  top: -5px;
  left: -10px;
}

.tip {
  font-size: 0.9em;
  color: #fff;
}
.tip p {
  margin-bottom: 0px !important;
  margin-top: 5px;
  border-left: 0px;
  padding-left: 0px;
}
.tip strong {
  color: #fff;
}
.tip ul li::before {
  color: #fff !important;
}
.tip .term:hover, .tip .term.open {
  background: #c78624;
}
.tip .termContent {
  color: #3a3a3c !important;
}

.login header {
  padding: 0px 50px 0px 50px;
}
.login .mainTitle {
  text-align: right;
}

.updateAccount label {
  display: block !important;
}
.updateAccount .pidLabel {
  font-size: 2em;
}

.ie8 .fieldWrapper label {
  display: block !important;
}

#membership {
  margin-top: 52px;
}
#membership .titleArea {
  background: #7e333a;
  color: #fff;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 30px 10px 20px;
}
#membership .titleArea h1 {
  font-family: "PT Sans", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #9e666b;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#membership .titleArea p {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-size: 1.1em;
}
#membership .titleArea a {
  color: #fff;
  text-decoration: underline !important;
}
#membership .titleArea a:hover {
  color: #d9942b;
}

.formWrap {
  width: 100%;
  margin: 0 auto;
  background: #F2F2F3;
  position: relative;
}
.formWrap:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.formWrap.login {
  display: table;
  padding: 0px;
}
.formWrap.login h1 {
  padding-bottom: 10px;
}
.formWrap.login .fieldWrapper {
  float: none;
  width: 100%;
}
.formWrap.login .fieldWrapper label {
  display: none;
}
.formWrap.login .utility {
  position: static;
}
.formWrap.userAccount form {
  margin: 0 auto;
}
.formWrap.userAccount form:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.formWrap.password .fieldWrapper {
  float: none;
  width: 75%;
}
.formWrap.password .fieldWrapper label {
  display: none;
}
.formWrap.password .Submit {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding-right: 0px;
}
.formWrap h1 {
  font-size: 1.8em;
  text-align: center;
}
.formWrap p {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-align: center;
}
.formWrap button {
  background: #747474;
  text-decoration: none;
  font-size: 1.2em;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  border: 0px;
  box-shadow: none;
  border-radius: 0px;
}
.formWrap button:hover {
  color: #fff;
  background: #d9942b;
}
.formWrap.singleColumn {
  max-width: 500px;
  padding: 0px 35px 25px;
  box-shadow: none;
}
.formWrap.singleColumn h1 {
  color: #fff;
  background: #747474;
  padding: 10px 5px;
  margin-bottom: 15px;
}
.formWrap.singleColumn input {
  margin-bottom: 10px;
}
.formWrap.singleColumn select {
  margin-bottom: 10px;
}

.formArea {
  background: #F2F2F3;
  padding: 50px 15px 40px;
  max-width: 1350px;
  margin: 0 auto;
}
.formArea label {
  display: none;
}
.formArea p {
  margin-bottom: 35px;
  margin-top: 0px;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 1.15em;
}
.formArea h1 {
  font-family: "Arvo", sans-serif;
  font-weight: 400;
  font-size: 2.3em;
}
.formArea .fieldWrapper {
  margin-bottom: 15px;
}
.formArea .fieldWrapper input {
  border: 1px solid #b0b0b6;
}
.formArea .message {
  text-align: center;
  font-weight: 700;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #5e0008;
  font-size: 1.2em;
}

.logError {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.logError h1 {
  color: #5e0008;
}
.logError .error {
  color: #3a3a3c;
  font-size: 1.2em;
}

.newStudentWrapper {
  width: 48%;
  box-sizing: border-box;
  background: #F2F2F3;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  color: #5e0008;
  text-align: center;
  padding: 25px 15px;
}
.newStudentWrapper h1 {
  margin-top: -40px;
}
.newStudentWrapper .account {
  margin-top: 20px;
}

.account a {
  background: #747474;
  text-decoration: none;
  font-size: 1.1em;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1em;
  padding-left: 45px;
}
.account a:hover {
  background: #d9942b;
  color: #fff;
}
.account a:before {
  content: " ";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "n";
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  left: 15px;
  text-align: left;
  top: 15px;
  font-size: 1.5em;
  font-weight: normal;
  text-transform: none;
}

.returningStudentWrapper {
  width: 52%;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  color: #5e0008;
  padding: 40px 40px;
}
.returningStudentWrapper input {
  text-align: center;
}

.fieldWrapper {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  float: left;
  padding: 0px 15px;
  box-sizing: border-box;
}
.fieldWrapper:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.fieldWrapper label {
  color: #5e0008;
}
.fieldWrapper input {
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 1.4em;
  font-family: "PT Sans", sans-serif;
  box-shadow: none;
  width: 100%;
  border: 1px solid #5e0008;
}
.fieldWrapper input.input-validation-error {
  background: #ff5f6e;
}

.Submit {
  margin: 0 auto;
  text-align: center;
  padding-right: 10px;
}

.utility .utility {
  padding-top: 10px;
}
.utility a {
  color: #5e0008;
  font-size: 0.9em;
  text-decoration: underline !important;
  margin-right: 10px;
  font-weight: 600;
  color: #5e0008;
}
.utility a:hover {
  text-decoration: none !important;
}

.error {
  color: #ff2c40;
  font-weight: bold;
  font-weight: 600;
  font-size: 0.85em;
  display: block;
  margin-top: -1px;
}

@media (max-width: 890px) {
  .login header {
    position: fixed;
    padding: 0px 15px 0px 15px;
  }
}
@media (max-width: 800px) {
  #membership .titleArea {
    padding: 10px;
  }
  #membership .titleArea h1 {
    font-size: 1.8em;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  #membership .titleArea p {
    padding-bottom: 5px;
  }
  .formArea h1 {
    font-size: 2em;
  }
  .formArea p {
    margin-bottom: 10px;
  }
  .newStudentWrapper, .returningStudentWrapper {
    float: none;
    width: 100%;
    display: block;
  }
  .newStudentWrapper h1 {
    margin-top: 0px;
  }
  .newStudentWrapper .account {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .login header {
    position: relative;
  }
  .login #membership {
    margin-top: 0px;
  }
}
#validate {
  background-color: #000;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#validate p {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 2em;
  padding: 10px;
  background: #d9942b;
}
#validate p em {
  font-size: 1.7em;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0px;
  display: inline-block;
  margin: 0px 5px;
  background: url("../images/dot.png") repeat-x top center, url("../images/dot.png") repeat-x bottom center;
}
@media all and (max-width: 600px) {
  #validate p {
    font-size: 1.5em;
  }
}

.masterQuizSlide .reviewText, .masterQuizSlide .reveiwText, .surveySlide .reviewText, .surveySlide .reveiwText {
  display: none !important;
}
.masterQuizSlide .slideInner, .surveySlide .slideInner {
  width: 85%;
  max-width: 960px;
  margin: 0 auto;
}
.masterQuizSlide h3, .surveySlide h3 {
  display: block;
  text-transform: none;
  margin-top: 10px;
}
.masterQuizSlide .questionBlock, .surveySlide .questionBlock {
  margin: 15px 0;
  transition: all 0.4s ease;
}
.masterQuizSlide .questionBlock:after, .surveySlide .questionBlock:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.masterQuizSlide .gradedMessages, .masterQuizSlide .surveyComplete, .surveySlide .gradedMessages, .surveySlide .surveyComplete {
  background: white;
  text-align: center;
  padding: 15px;
}
.masterQuizSlide .gradedMessages h2, .masterQuizSlide .surveyComplete h2, .surveySlide .gradedMessages h2, .surveySlide .surveyComplete h2 {
  font-size: 2em;
  margin-bottom: 8px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.masterQuizSlide .gradedMessages h3, .masterQuizSlide .surveyComplete h3, .surveySlide .gradedMessages h3, .surveySlide .surveyComplete h3 {
  text-transform: none;
  margin: 0px;
  border-left: 0px;
  display: inline-block;
  padding: 3px 10px;
  margin-top: 10px;
  font-size: 1.7em;
  margin-bottom: 10px;
}
.masterQuizSlide .gradedMessages p, .masterQuizSlide .surveyComplete p, .surveySlide .gradedMessages p, .surveySlide .surveyComplete p {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}
.masterQuizSlide .cm-s-neat, .surveySlide .cm-s-neat {
  font-size: 1.2em;
}
.masterQuizSlide .question, .surveySlide .question {
  margin-bottom: 10px;
  margin-top: 30px;
}
.masterQuizSlide .question h3, .surveySlide .question h3 {
  padding: 15px 0px 10px;
  line-height: 1.25em;
  color: #60605f;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 0;
  font-size: 1.15em;
  text-transform: none;
  font-weight: 700;
  background: transparent;
  border-top: 10px solid #60605f;
}
.masterQuizSlide .question h3 span, .surveySlide .question h3 span {
  font-weight: 800;
}
.masterQuizSlide .answer, .masterQuizSlide .Answer, .surveySlide .answer, .surveySlide .Answer {
  margin-left: 35px;
}
.masterQuizSlide .answer div, .masterQuizSlide .Answer div, .surveySlide .answer div, .surveySlide .Answer div {
  color: #3a3a3c;
  margin-bottom: 3px;
  min-height: 22px;
  border-bottom: 0px solid #fff;
  cursor: pointer;
}
.masterQuizSlide .answer div.multiple:before, .masterQuizSlide .Answer div.multiple:before, .surveySlide .answer div.multiple:before, .surveySlide .Answer div.multiple:before {
  border-radius: 0px;
}
.masterQuizSlide .answer div:hover:before, .masterQuizSlide .Answer div:hover:before, .surveySlide .answer div:hover:before, .surveySlide .Answer div:hover:before {
  border: 3px solid #d9942b;
}
.masterQuizSlide .answer div.selected label, .masterQuizSlide .Answer div.selected label, .surveySlide .answer div.selected label, .surveySlide .Answer div.selected label {
  background: #d9942b;
  color: #fff;
}
.masterQuizSlide .answer div input, .masterQuizSlide .Answer div input, .surveySlide .answer div input, .surveySlide .Answer div input {
  float: none;
  margin: 0 5px 0 0 !important;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 1;
  transition: all 0.3s ease;
}
.masterQuizSlide .answer div input:hover, .masterQuizSlide .Answer div input:hover, .surveySlide .answer div input:hover, .surveySlide .Answer div input:hover {
  cursor: pointer;
}
.masterQuizSlide .answer div textarea, .masterQuizSlide .Answer div textarea, .surveySlide .answer div textarea, .surveySlide .Answer div textarea {
  color: #3a3a3c;
}
.masterQuizSlide .answer div span, .masterQuizSlide .Answer div span, .surveySlide .answer div span, .surveySlide .Answer div span {
  margin-left: 40px;
  display: block;
  margin-top: 0;
}
.masterQuizSlide .answer label, .masterQuizSlide .Answer label, .surveySlide .answer label, .surveySlide .Answer label {
  display: block;
  position: relative;
  padding: 4px 16px 4px 0px;
  transition: all 0.3s ease;
  background: #F2F2F3;
  color: #3a3a3c;
  font-weight: 600;
}
.masterQuizSlide .answer label:hover, .masterQuizSlide .Answer label:hover, .surveySlide .answer label:hover, .surveySlide .Answer label:hover {
  cursor: pointer;
  background: #d9942b;
  padding-left: 10px;
  color: #fff;
}
.masterQuizSlide .answer label:hover input, .masterQuizSlide .Answer label:hover input, .surveySlide .answer label:hover input, .surveySlide .Answer label:hover input {
  left: 12px;
}
.masterQuizSlide .answer label:before, .masterQuizSlide .Answer label:before, .surveySlide .answer label:before, .surveySlide .Answer label:before {
  content: "";
  display: block;
  float: left;
  width: 30px;
  height: 22px;
  margin-top: 0;
  font-family: "iconFont";
  font-size: 1.25em;
  line-height: 0.9em;
  border-right: 3px solid white;
  padding: 3px;
}
.masterQuizSlide div[data-field=commentfield], .surveySlide div[data-field=commentfield] {
  background: #5e0008;
  padding: 10px;
  transition: all 0.4s ease;
  display: block !important;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$oldBrowser)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
  opacity: 1;
  visibility: visible !important;
  margin-left: 35px;
}
.masterQuizSlide div[data-field=commentfield].hidden, .surveySlide div[data-field=commentfield].hidden {
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$oldBrowser)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
  opacity: 0;
  visibility: visible !important;
  display: block !important;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.masterQuizSlide div[data-field=commentfield].hidden textarea, .surveySlide div[data-field=commentfield].hidden textarea {
  height: 0;
}
.masterQuizSlide div[data-field=commentfield] .control-label, .surveySlide div[data-field=commentfield] .control-label {
  padding-bottom: 5px;
  font-weight: 700;
  color: #fff;
}
.masterQuizSlide div[data-field=commentfield] textarea, .surveySlide div[data-field=commentfield] textarea {
  width: 100%;
  height: 100px;
  color: #3a3a3c;
}
.masterQuizSlide.masterQuizSlide.graded .gradedMessages, .surveySlide.masterQuizSlide.graded .gradedMessages {
  display: block;
}
.masterQuizSlide.masterQuizSlide.graded .gradedMessages h3, .surveySlide.masterQuizSlide.graded .gradedMessages h3 {
  margin: 10px 0;
}
.masterQuizSlide.masterQuizSlide.graded .gradedMessages p, .surveySlide.masterQuizSlide.graded .gradedMessages p {
  margin-right: 0px;
}
@media all and (max-width: 600px) {
  .masterQuizSlide.masterQuizSlide.graded .gradedMessages p, .surveySlide.masterQuizSlide.graded .gradedMessages p {
    margin-right: 0;
  }
}
.masterQuizSlide.masterQuizSlide.graded .retakeMessage, .surveySlide.masterQuizSlide.graded .retakeMessage {
  display: none;
}
.masterQuizSlide.masterQuizSlide.graded .backToMenuBtn, .surveySlide.masterQuizSlide.graded .backToMenuBtn {
  cursor: pointer;
  text-align: center;
  display: block;
  border-radius: 0;
  padding: 10px 25px;
  background: #747474;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
  border: 1px solid white;
  transition: all 0.2s ease;
}
@media all and (max-width: 600px) {
  .masterQuizSlide.masterQuizSlide.graded .backToMenuBtn, .surveySlide.masterQuizSlide.graded .backToMenuBtn {
    margin: 0 auto 10px auto;
    float: none;
  }
}
.masterQuizSlide.masterQuizSlide.graded .backToMenuBtn:hover, .surveySlide.masterQuizSlide.graded .backToMenuBtn:hover {
  background: #91000c;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock, .surveySlide.masterQuizSlide.graded .questionBlock {
  display: none !important;
  /* div.CA{
  	color: $correct;
  	font-weight:bold;
  	&:before{
  		display:block;
  		font-family: $iconFont;
  		content: "c";
  		background:transparent!important;
  		border:0!important;
  		color:$correct;
  		font-size:1.5em;
  		margin-top:3px;
  		margin-left: -4px;
  	}
  	label{
  		color:$correct!important;
  	}
  } */
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock.review, .surveySlide.masterQuizSlide.graded .questionBlock.review {
  display: block !important;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock.review label, .surveySlide.masterQuizSlide.graded .questionBlock.review label {
  display: block;
  position: relative;
  padding: 4px 16px 4px 0px;
  transition: all 0.3s ease;
  background: #fff;
  color: #3a3a3c;
  font-weight: 600;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock.review label:hover, .surveySlide.masterQuizSlide.graded .questionBlock.review label:hover {
  cursor: pointer;
  background: #fff;
  padding: 4px 16px 4px 0px;
  color: #3a3a3c;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock.review label:hover input, .surveySlide.masterQuizSlide.graded .questionBlock.review label:hover input {
  left: 8px;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock.review .Answer div:hover, .masterQuizSlide.masterQuizSlide.graded .questionBlock.review .answer div:hover, .surveySlide.masterQuizSlide.graded .questionBlock.review .Answer div:hover, .surveySlide.masterQuizSlide.graded .questionBlock.review .answer div:hover {
  margin-bottom: 3px !important;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock input, .surveySlide.masterQuizSlide.graded .questionBlock input {
  display: none;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock div:before, .surveySlide.masterQuizSlide.graded .questionBlock div:before {
  display: none;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock div.wrong, .surveySlide.masterQuizSlide.graded .questionBlock div.wrong {
  color: #c50013;
  font-weight: bold;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock div.wrong:before, .surveySlide.masterQuizSlide.graded .questionBlock div.wrong:before {
  display: block;
  font-family: "iconFont";
  content: "q";
  background: transparent !important;
  border: 0 !important;
  color: #c50013;
  font-size: 1.5em;
  margin-top: 3px;
  margin-left: 2px;
  position: absolute;
  z-index: 2;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock div.wrong span, .surveySlide.masterQuizSlide.graded .questionBlock div.wrong span {
  color: #c50013;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock div.wrong label, .surveySlide.masterQuizSlide.graded .questionBlock div.wrong label {
  color: #c50013 !important;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock div.wrong:hover, .surveySlide.masterQuizSlide.graded .questionBlock div.wrong:hover {
  background: none;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock .Answer div, .masterQuizSlide.masterQuizSlide.graded .questionBlock .answer div, .surveySlide.masterQuizSlide.graded .questionBlock .Answer div, .surveySlide.masterQuizSlide.graded .questionBlock .answer div {
  cursor: default;
}
.masterQuizSlide.masterQuizSlide.graded .questionBlock .Answer div:hover, .masterQuizSlide.masterQuizSlide.graded .questionBlock .answer div:hover, .surveySlide.masterQuizSlide.graded .questionBlock .Answer div:hover, .surveySlide.masterQuizSlide.graded .questionBlock .answer div:hover {
  margin: 0 !important;
  background: #d9d9d9;
}
.masterQuizSlide.masterQuizSlide.graded #survey-submit.btn, .masterQuizSlide.masterQuizSlide.graded #quiz-submit, .masterQuizSlide.masterQuizSlide.graded #submitButton, .surveySlide.masterQuizSlide.graded #survey-submit.btn, .surveySlide.masterQuizSlide.graded #quiz-submit, .surveySlide.masterQuizSlide.graded #submitButton {
  display: none;
}
.masterQuizSlide.masterQuizSlide.completed .questionBlock, .masterQuizSlide.masterQuizSlide.completed .reviewText, .surveySlide.masterQuizSlide.completed .questionBlock, .surveySlide.masterQuizSlide.completed .reviewText {
  display: none;
}
.masterQuizSlide.masterQuizSlide .gradedMessage, .surveySlide.masterQuizSlide .gradedMessage {
  display: none;
}
.masterQuizSlide.masterQuizSlide .passedMessage, .surveySlide.masterQuizSlide .passedMessage {
  display: block;
}
.masterQuizSlide.masterQuizSlide .answer div, .masterQuizSlide.masterQuizSlide .Answer div, .surveySlide.masterQuizSlide .answer div, .surveySlide.masterQuizSlide .Answer div {
  /* float:none;
  width:100%;
  text-align:left;
  background:transparent;
  color:$basic;
  border-bottom:2px solid $light; */
  /* &:hover{
  	background:lighten($secondary,10%);
  	color:darken($primary,35%);
  } */
}
.masterQuizSlide.surveySlide div[data-type=commentBox], .surveySlide.surveySlide div[data-type=commentBox] {
  margin-left: 35px;
  background: #F2F2F3;
  padding: 5px 10px;
  margin-top: 10px;
}
.masterQuizSlide.surveySlide div[data-type=commentBox] .control-label, .surveySlide.surveySlide div[data-type=commentBox] .control-label {
  font-weight: 700;
  color: #747474;
}
.masterQuizSlide.surveySlide div[data-type=commentBox] textarea, .surveySlide.surveySlide div[data-type=commentBox] textarea {
  width: 100%;
}
.masterQuizSlide #survey-submit.btn, .masterQuizSlide #quiz-submit, .masterQuizSlide #submitButton, .surveySlide #survey-submit.btn, .surveySlide #quiz-submit, .surveySlide #submitButton {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  margin: 10px auto;
  text-align: center;
  display: block;
  border-radius: 0;
  padding: 10px 45px;
  background: #5e0008;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
  border: 1px solid white;
  transition: all 0.2s ease;
}
.masterQuizSlide #survey-submit.btn:hover, .masterQuizSlide #quiz-submit:hover, .masterQuizSlide #submitButton:hover, .surveySlide #survey-submit.btn:hover, .surveySlide #quiz-submit:hover, .surveySlide #submitButton:hover {
  background: #747474;
  color: #fff;
}
.masterQuizSlide .textCopy, .surveySlide .textCopy {
  width: 100% !important;
  font-size: 1em;
}
.masterQuizSlide .error, .surveySlide .error {
  font-size: 1em;
  font-weight: 400;
  background: transparent;
  border-top: 0px solid #747474;
}
.masterQuizSlide .error h3, .surveySlide .error h3 {
  color: #747474;
}

.masterQuizSlide.completed #arrowRight {
  display: block !important;
}

.surveySlide.graded #arrowRight {
  display: block !important;
}
.surveySlide.graded .surveyIn {
  display: none;
}

.ie8 .questionBlock {
  margin: 0 !important;
  border-bottom: 2px solid #d2d2d2;
}
.ie8 .questionBlock:hover {
  margin: 0 !important;
}
.ie8 .questionBlock.error {
  background: #f0d5ad;
}

@media (max-width: 800px) {
  .masterQuizSlide .slideInner, .surveySlide .slideInner {
    width: 95%;
  }
  .masterQuizSlide .question h3, .surveySlide .question h3 {
    padding: 5px;
    font-size: 1.25em;
    line-height: 1.4em;
  }
  .masterQuizSlide .question h3 span, .surveySlide .question h3 span {
    margin: -1px 10px 0 -10px;
  }
}
@media (max-width: 600px) {
  .masterQuizSlide .slideInner, .surveySlide .slideInner {
    width: 100%;
    padding: 15px 25px 40px;
  }
  .masterQuizSlide .question, .surveySlide .question {
    margin-bottom: 5px;
  }
  .masterQuizSlide .question h3, .surveySlide .question h3 {
    padding: 0px 5px 5px 25px;
    position: relative;
  }
  .masterQuizSlide .question h3 span, .surveySlide .question h3 span {
    margin: 0px;
    position: absolute;
    top: 0px;
    left: -10px;
    color: #5e0008;
    padding: 0px 5px 8px;
  }
  .masterQuizSlide .answer, .masterQuizSlide .Answer, .surveySlide .answer, .surveySlide .Answer {
    margin-left: 5px;
  }
  .masterQuizSlide .answer div, .masterQuizSlide .Answer div, .surveySlide .answer div, .surveySlide .Answer div {
    padding: 8px 16px;
    font-size: 1.15em;
  }
  .masterQuizSlide .answer div:hover, .masterQuizSlide .Answer div:hover, .surveySlide .answer div:hover, .surveySlide .Answer div:hover {
    margin: 0px 0px !important;
  }
  .masterQuizSlide .answer div:hover:before, .masterQuizSlide .Answer div:hover:before, .surveySlide .answer div:hover:before, .surveySlide .Answer div:hover:before {
    border: 3px solid #747474;
  }
  .masterQuizSlide div[data-field=commentfield], .masterQuizSlide div[data-field=commentfield], .surveySlide div[data-field=commentfield], .surveySlide div[data-field=commentfield] {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .masterQuizSlide .slideInner, .surveySlide .slideInner {
    width: 100%;
    padding: 15px 12px 40px;
  }
}
#searchModeWrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 300;
  display: none;
}
#searchModeWrap:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.searchMode #searchModeWrap {
  display: block;
}
.searchMode #searchModeWrap .searchResultsPanel {
  right: 0px;
}
#searchModeWrap .searchSlideHolder {
  width: 70%;
  position: absolute;
  top: 52px;
  left: 0px;
  height: calc(100% - 52px);
  overflow: auto;
  background: #fff;
}
.searchMode #searchModeWrap .searchSlideHolder {
  opacity: 100 !important;
}
#searchModeWrap .searchSlideHolder .slide {
  height: 100%;
  background: #fff;
  display: none;
}
#searchModeWrap .searchSlideHolder .slide #learnMoreWrapper {
  display: none !important;
}
#searchModeWrap .searchSlideHolder .slide .progNum {
  display: none;
}
#searchModeWrap .searchSlideHolder .slide .slideTitle {
  right: auto !important;
}
#searchModeWrap .searchSlideHolder .timer {
  background: #747474;
}
#searchModeWrap .searchResultsPanel {
  width: 30%;
  position: absolute;
  right: -30%;
  top: 0px;
  background: #F2F2F3;
  height: 100%;
  overflow: auto;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.ezsearch-summary {
  color: #747474;
  padding: 0px 25px;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.ezsearch-summary strong {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
}
.ezsearch-summary p {
  margin: 0;
  padding: 0;
}

.ezsearch-result-count {
  color: #d9942b;
  font-style: italic;
  font-size: 0.85em;
  padding: 0px 25px;
}
.ezsearch-result-count p {
  margin: 0;
  padding: 0;
}
.ezsearch-result-count a:hover {
  color: #5e0008;
  text-decoration: underline;
}

.ezsearch-results {
  padding-top: 20px;
}

.ezsearch-result {
  margin-bottom: 10px;
  padding: 18px 25px;
  position: relative;
  overflow: hidden;
}
.ezsearch-result .locked {
  position: relative;
}
.ezsearch-result .locked .slideTitle, .ezsearch-result .locked .topic, .ezsearch-result .locked .preview {
  opacity: 0.6;
}
.ezsearch-result .locked:hover {
  cursor: not-allowed;
  background: transparent;
}
.ezsearch-result .locked .lockedMsg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  top: 25px;
  background: #d2d758;
  color: #fff;
  font-weight: 700;
  padding: 15px;
  text-align: center;
  font-size: 1.1em;
}
.ezsearch-result .resultContent {
  position: relative;
  left: 0px;
  transition: all 0.3s ease;
}
.ezsearch-result.clicked .resultContent {
  left: -90px;
}
.ezsearch-result.clicked .viewOptions {
  right: 0px;
}
.ezsearch-result:hover {
  cursor: pointer;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.ezsearch-result.viewing {
  background: #fff;
}
.ezsearch-result.viewing a {
  color: #5e0008;
  border-bottom: 2px solid #fff;
}
.ezsearch-result.viewing .preview {
  color: #5e0008;
}
.ezsearch-result.viewing .topic {
  background: transparent;
  color: #5e0008;
}
.ezsearch-result .slideTitle {
  font-weight: 700;
  text-transform: uppercase;
  color: #747474;
  font-size: 1.1em;
  padding: 0px 0px 7px;
}
.ezsearch-result a {
  color: #5e0008;
  border-bottom: 1px solid #5e0008;
  display: inline-block;
}
.ezsearch-result .preview {
  color: #747474;
  margin: 0;
  padding: 0;
  font-size: 0.95em;
  margin-bottom: 10px;
}
.ezsearch-result .topic {
  font-family: "PT Sans", sans-serif;
  color: #747474;
  font-size: 0.8em;
  text-transform: uppercase;
}

.viewOptions {
  width: 60px;
  height: 100%;
  margin: 10px auto;
  position: absolute;
  transition: all 0.2s ease;
  right: -60px;
  top: -10px;
}
.viewOptions .view {
  text-align: center;
  height: 48.5%;
  background: #747474;
  padding-top: 20px;
  box-sizing: border-box;
  margin-bottom: 3%;
}
.viewOptions .view:last-child {
  margin-bottom: 0%;
  border-bottom: 0px;
  height: 49%;
}
.viewOptions .view:hover {
  background: #d2d758;
  cursor: pointer;
}
.viewOptions .view:hover p {
  font-size: 0.85em;
}
.viewOptions .view:hover .icon {
  font-size: 0em;
  margin-top: -65px;
}
.viewOptions .view p {
  margin: 0;
  padding: 0;
  transition: all 0.2s ease;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0em;
  margin-top: -20px;
  color: #fff;
}
.viewOptions .view .icon {
  transition: all 0.2s ease;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
}

.ezsearch-pager {
  text-align: center;
  background: #3a3a3c;
  padding: 5px;
  color: #fff;
}
.ezsearch-pager p {
  margin: 5px 0px;
}
.ezsearch-pager a {
  color: #d9942b;
}
.ezsearch-pager a:hover {
  text-decoration: underline !important;
}

.ezsearch-no-results {
  background: #d2d758;
  color: #fff;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  padding: 3px 5px;
  margin: 0px 25px;
  text-align: center;
}
.ezsearch-no-results p {
  margin: 0;
  padding: 0;
}
.ezsearch-no-results strong {
  text-decoration: underline;
  font-size: 1.1em;
}

.searchBtn {
  position: fixed;
  height: 52px;
  background: #5e0008;
  color: #fff;
  width: 45px;
  top: 0px;
  right: 0px;
  z-index: 301;
  text-align: center;
  font-size: 1.4em;
  box-sizing: border-box;
  padding-top: 15px;
}
.searchMode .searchBtn {
  right: 30%;
  background: #7e333a;
  font-size: 2em;
  color: #fff;
  padding-top: 7px;
}
.searchMode .searchBtn .icon:before {
  content: "c";
}
.searchBtn:hover {
  background: #d9942b;
  cursor: pointer;
}

.searchMode #hiddenOverlay {
  display: block !important;
}

.inSection .searchBtn {
  right: -50px;
}
.inSection .alertBarContainer {
  display: none;
}

.searchArea {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  background: #7e333a;
  margin-bottom: 30px;
}

.ezsearch-form {
  width: 85%;
  margin: 0 auto;
  position: relative;
  height: 52px;
}
.ezsearch-form .searchField {
  width: 85%;
  height: 35px;
  padding: 5px 10px;
  font-size: 1.2em;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #5e0008;
  border: 0px;
  box-shadow: none;
}
.ezsearch-form .btn {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 15%;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 35px;
  border: 0px;
  background: #d9942b;
  color: #fff;
  font-size: 1.5em;
}
.ezsearch-form .btn:hover {
  background: #c78624;
}

.summaryWrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.resultsBtn {
  background: #747474;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 3px 10px 3px 35px;
  color: #fff;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 0.9em;
}
.resultsBtn .icon {
  margin-right: 5px;
  font-size: 1.5em;
  position: absolute;
  bottom: -5px;
  left: 7px;
}

@media (max-width: 1050px) {
  #searchModeWrap .searchSlideHolder {
    width: 0px;
  }
  #searchModeWrap .searchResultsPanel {
    width: 100%;
  }
  .searchMode .searchBtn {
    right: auto;
    left: 0px;
  }
  .searchMode #homeScreen {
    position: fixed;
  }
  .searchArea {
    padding-left: 40px;
  }
}
@media (max-width: 890px) {
  .searchBtn {
    top: auto;
    bottom: 0px;
    width: 25%;
    right: 0px;
  }
  .searchMode .searchBtn {
    bottom: auto;
    width: 50px;
    top: 5px;
  }
  .inSection .searchBtn {
    display: none;
  }
}
.spinner {
  display: none;
  position: fixed !important;
  left: 50% !important;
  top: 30% !important;
}
.spinner div div {
  background: #d9942b !important;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
#helpContent {
  background-color: #3a3a3c;
  background: rgba(58, 58, 60, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 400;
  display: none;
}

#helpCarousel {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 35px 35px 65px;
  background: #fff;
  margin-top: 45px;
  color: #3a3a3c;
  top: -400px;
  transition: all 1s ease;
  border-top: 10px solid #ce4800;
}
#helpCarousel.showing {
  top: 0px;
}
#helpCarousel::before {
  content: " ";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -65px;
  left: 0px;
  width: 100%;
  height: 40px;
}
#helpCarousel .carousel-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#helpCarousel .item {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 45px;
}
#helpCarousel h1 {
  color: #5e7163;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4em;
}
#helpCarousel h2 {
  color: #5e0008;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2.2em;
  text-align: center;
  margin: 15px 0px 10px;
}
#helpCarousel h3 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.3em;
  color: #5e0008;
  padding-bottom: 5px;
  margin-top: 10px;
  font-family: "PT Sans", sans-serif;
}
#helpCarousel .copy {
  color: #3a3a3c;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25em;
  line-height: 1.55em;
  font-size: 1.04em;
  line-height: 1.7em;
}
#helpCarousel .copy li {
  margin-bottom: 7px;
}
#helpCarousel .copy ul {
  margin: 0px;
}
#helpCarousel .copy p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
#helpCarousel .copy img {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
#helpCarousel .carousel-control {
  transition: all 0.2s ease;
  top: 35%;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #3a3a3c;
  position: absolute;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$oldBrowser)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.75;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.75;
  /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
  opacity: 0.75;
}
#helpCarousel .carousel-control:hover {
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$oldBrowser)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
  opacity: 1;
}
#helpCarousel .left {
  left: 0px;
}
#helpCarousel .left:hover {
  left: 5px;
}
#helpCarousel .right {
  right: 0px;
  left: auto;
}
#helpCarousel .right:hover {
  right: 5px;
}
#helpCarousel .carousel-indicators li {
  border: 1px solid #5e0008;
}
#helpCarousel .carousel-indicators li.active {
  background: #5e0008;
}
#helpCarousel .helpBtnWrap {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -15px;
  background: #747474;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  left: 0px;
  font-size: 1.2em;
  padding: 6px 0px;
  font-family: "PT Sans", sans-serif;
}
#helpCarousel .helpBtnWrap:hover {
  background: #5b5b5b;
  cursor: pointer;
}
#helpCarousel .helpBtnWrap.disabled {
  background: #d1b972;
  color: #fff;
}
#helpCarousel .helpBtnWrap.disabled .lbCloseBtn {
  opacity: 0.2;
}
#helpCarousel .helpBtnWrap.disabled:hover {
  cursor: not-allowed;
}
strong .termContent {
  font-weight: normal;
}

.term {
  text-decoration: underline;
  border-bottom: 1px solid currentColor;
  position: relative;
  display: inline-block;
  transition: all 0.2s ease;
}
.term.open {
  background: white;
  text-decoration: none;
  padding: 3px 3px 0px 3px;
}
.term.open:before {
  font-family: "iconFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "c";
  font-size: 0.6em;
  margin-right: 3px;
}
.term:hover {
  cursor: pointer;
  background: #F2F2F3;
}
.term.right .termBbl {
  left: auto;
  right: -10px;
}
.term.right .termArrow {
  left: auto;
  right: 35px;
}
.term.bottom .termBbl {
  top: auto !important;
}
.term.bottom .termArrow {
  border-width: 11px;
  border-color: transparent;
  border-style: solid;
  bottom: auto;
  top: -11px;
  left: 35px;
  margin-left: -11px;
  border-bottom-color: #999;
  border-top-width: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.term.bottom .termArrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 10px;
  bottom: auto;
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-bottom-color: #f7f7f7;
  border-top-width: 0;
}

.termBbl {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 1010;
  width: 325px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  margin-top: -10px;
}

.termArrow {
  border-width: 11px;
  border-color: transparent;
  border-style: solid;
  bottom: -11px;
  left: 35px;
  margin-left: -11px;
  border-top-color: #999;
  border-bottom-width: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.termArrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 10px;
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.termTitle {
  padding: 6px 14px !important;
  margin: 0px !important;
  font-size: 1.05em !important;
  font-weight: normal !important;
  line-height: 18px !important;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  border-left: 0px !important;
}

.termContent {
  padding: 5px 14px 8px !important;
  font-size: 0.85em;
  line-height: 1.4em;
  margin-bottom: 0px !important;
}

@media (max-width: 600px) {
  .termBbl {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .termBbl {
    width: 200px;
  }
}
.ie .quizSlide .quizButtons .picked span.letter:before {
  margin-top: 0px !important;
}

#umbracoPreviewBadge {
  position: fixed !important;
  top: 0px !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  background: #bacb0f !important;
  display: block !important;
  padding: 0 4px 10px 4px;
  color: black;
  text-align: center;
  max-height: 96px;
  overflow: auto;
}

#umbracoPreviewBadge:after {
  display: block;
  font-size: 1em;
  margin-top: 5px;
  content: "PREVIEW MODE";
}

#umbracoPreviewBadge:hover {
  background: #dcee1f !important;
}

.slideBody {
  display: none !important;
}

.inSection .PreviewMode #backgroundImg {
  display: none !important;
}

.PreviewMode #wrapper {
  top: 35px;
}

.PreviewMode header {
  top: 35px;
}

.PreviewMode #homeScreen {
  top: 35px;
}

.PreviewMode #inner-content {
  margin-top: 155px;
}

.PreviewMode .mainSlideTitle {
  top: 125px;
}

.PreviewMode .arrowNav {
  display: none;
}

.PreviewMode .slideBody {
  margin-top: 110px;
  position: relative;
}

.PreviewMode .slideBody .timer {
  width: 100%;
  background: #7e333a;
  position: absolute;
  top: 0;
  left: 0;
  top: 3px;
}

.PreviewMode .alertBar {
  display: none !important;
}

.PreviewMode .adaBtn {
  display: none !important;
}

.PreviewMode .utilityBtn {
  top: 50px;
}

@media (max-width: 815px) {
  #umbracoPreviewBadge {
    padding: 0 4px 0px 4px;
  }
  #umbracoPreviewBadge:after {
    display: none !important;
  }
  .PreviewMode #wrapper {
    top: 0;
  }
  .PreviewMode header {
    top: 0;
  }
  .PreviewMode #homeScreen {
    top: 0;
  }
  .PreviewMode #inner-content {
    margin-top: 0px;
  }
  .PreviewMode .button .sectionNum {
    display: none;
  }
}
@media (max-width: 600px) {
  .PreviewMode .slideBody {
    margin-top: 100px;
  }
}/*# sourceMappingURL=mainStyles.css.map */