/* Minification failed. Returning unminified contents.
(2090,1): run-time error CSS1019: Unexpected token, found '@import'
(2090,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900')'
(2412,123): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/includes/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/includes/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/includes/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/includes/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/includes/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/* RESET */
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*::before, *:before, *::after, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
p { -webkit-margin-before: 0; -webkit-margin-after: 0; max-width: 800px; }
a { cursor: pointer; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: none; }
a[href^=tel], a[href^=sms], p a[href^=tel], p a[href^=sms] { color: inherit !important; text-decoration: none !important; cursor: default; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
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; }
h1, h2, h3, p { font-weight: normal; -webkit-margin-before: 0; -webkit-margin-after: 0; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0; padding: .5em; }
legend { border: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], input[disabled] { cursor: default; }
input, textarea { outline: none; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea, select { outline: none; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
/*.center { position: relative; width: 980px; margin: 0 auto; }*/
noscript.message {display: block; margin:0 auto; padding: 10px; text-align: center; }
.sr-only{position: absolute; width: 1px; height: 1px; top: 0; left: 0; white-space: nowrap; overflow: hidden;}
.smallSpace, .medSpace, .largeSpace {position: relative; display: block; height: 16px;}
.medSpace {height: 24px;}
.largeSpace {height: 64px;}
.centerContent { text-align: center; }
.nowrap { white-space: nowrap; }
.floatLeft { float: left; }
.floatRight { float: right; }
html { width: 100%; height: 100%; font-family: Arial, Tahoma, sans-serif; font-size: 16px; line-height: 1.2em; color: #000; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { width: 100%; height: 100%; }
.fullWrap { position: relative; display: block; width: 100%; height: 100%;  padding: 0; font-size: 0; overflow:hidden; } 
.fullWrapInner {display: inline-block; vertical-align: top; width: 100%; height: 100%; /*height: calc(100% - 55px);*/ padding-left: 0; transition: all .25s ease;}
.navOpen .fullWrapInner {padding-left: 19%;}
.fullWrap.adminOpen { padding-left: 200px; }
.fullWrap.adminCollapsed { padding-left: 45px; }
.fullMainWrap { position: relative; display: block; height: 100%; /*height: calc(100% - 55px);*/ overflow: auto; }
.fullPDFWrap { position: relative; display: block; width: 100%; height: 100%; display: none; }


/*  DEFAULT STYLES  */
.defaultPageWrap {position: relative; display: block; width: 100%; height: 100%; padding: 52px 0 40px 0; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.center {position: relative; display: block; max-width:1572px; padding: 0 36px; min-width: 1052px; margin: 0 auto;}
.narrowCenter .center {max-width: 784px; min-width:600px }
.skip {transition: .25s; position: absolute; padding: 10px 20px; top: -9999px; left: 0; right: 0; margin: auto; height: auto; max-width:250px;  width: auto; color: #000; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 18px; line-height: 20px;  background: #fff; border: 2px solid #205e8c; border-top: 0; text-align: center; overflow: hidden; z-index: 500;  }
.skip:hover, .skip:focus, .skip:active {top: 0; overflow: visible;}
p, a {font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 16px; line-height: 20px; }
p {padding-top: 1em;}
.defaultPageWrap p, .defaultPageWrap a {line-height: 26px;}
.defaultPageWrap a:focus {outline: thin dotted; outline-color: #000;}
p, h1, h2, h3 {max-width: 680px;}
h1, h1.h1style, p.h1style, .h1style {position: relative; display: block; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 50px; line-height: 60px; color: #205e8c; font-weight: 300; letter-spacing: .01em; }
h2, h2.h2style, p.h2style, .h2style {position: relative; display: block; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 26px; line-height: 28px; color: #205e8c; font-weight: 400; letter-spacing: .01em; }
h3, h3.h3style, p.h3style, .h3style {position: relative; display: block; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 24px; line-height: 42px; color: #205e8c; font-weight: 700; letter-spacing: .01em; }
.h1style.black, .h2style.black {color: #333; }
.h1style.centered {margin: 0 auto; text-align: center;}
ol, ul { position: relative; display: block; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 16px; line-height: 20px; }
ol li {font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 16px; line-height: 26px; padding-top: 1em; margin-left: 1em; padding-left: .5em;}
.sr-only {position: absolute; width: 1px; height: 1px; font-size: 0; top: 0; left: 0; white-space: nowrap; overflow: hidden;}
p.black {color: #333;}
.defaultCTA, button.stripe-button-el {position: relative; display: block; max-width: 223px; height: auto; padding: 11px; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 14px; line-height: 16px; color: #7a7a7a; letter-spacing: .01em; font-weight: 700; border-radius: 4px; border: 2px solid #b5b5b5; text-align: center; text-decoration: none;}
.defaultCTAblue, button.stripe-button-el, .defaultCTA.blue {background: #205e8c; border-color: #205e8c; color: #fff; font-size: 18px; line-height: 26px;}
.defaultCTA.blue {padding: 11px 30px;}
button.stripe-button-el {padding: 0;}
button.stripe-button-el span {display: block; width: 100%; height: 100%; background: none; padding: 11px 30px; color: #fff; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 18px; line-height: 26px; box-shadow: none; }
.viewMore {position: relative; display: inline-block; padding:0 10px 10px 10px; font-size: 15px; line-height: 30px; color: #9f9f9f; float: right; }
.hidden { display: none; visibility: hidden !important;}
.defaultTable {
    margin-top: 20px
}
.defaultTable td {
    border: 1px solid #a3a3a3;
    padding: 10px; 
}
.defaultTable td:first-child {text-align: center;}
.defaultTable td p {padding-top: 0;}
.cookieBanner {
    position: fixed;
    display: none;
    width: 100%;
    height: auto;
    padding: 10px 20px 20px 20px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #205e8c;
    color: #fff;
    z-index: 9999;
}
.cookieBanner p, .cookieBanner a {margin: 0 auto; color: #fff;}
.cookieBanner p {max-width: 80%;}

/* Stripe Button */
.stripe-button-el {position: relative; display: block; max-width: 208px; height: auto; padding: 11px; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 14px; line-height: 16px; color: #7a7a7a; letter-spacing: .01em; font-weight: 700; border-radius: 4px; border: 2px solid #b5b5b5; text-align: center; text-decoration: none; float:right;}

/* HOME PAGE / LOGGED OUT PAGE */
.defaultPageWrap.homePage {overflow: hidden; padding-bottom: 0;}
.homePage .center {height: 100%;}
.mainBackground {position: absolute; display: block; width: 100%; height: auto; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background: url(/images/home-bkg.png) no-repeat center center; background-size: cover; }
.homePage img {position: absolute; display: block; max-width: 664px; width: auto; max-height:882px; height: 100%; bottom: 0;}
.homePageContent {position: relative; display: block; margin-top: 25%; margin-right: 64px; float: right; max-width: 724px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}
.homePageContent h1 {font-size: 60px; line-height: 1.1em; color: #4a4a4a; font-weight: 700;}
.homePageContent p {font-size: 21px; line-height: 1.6em; color: #4a4a4a; font-weight: 300; padding: 10px 0;}
.homePageContent .defaultCTA {display: inline-block; min-width: 172px; margin: 10px 20px 0 0; padding: 10px 50px 10px 20px; text-align: left; background: #ff4c00; border-color: #ff4c00; font-size: 15px; line-height: 1.6em; text-transform: uppercase; color: #fff; letter-spacing: .06em; font-weight: 400;}
.homePageContent .defaultCTA.defaultCTAalt {background: transparent; padding: 10px 20px 10px 50px; color: #ff4c00; transition: .25s; }
.homePageContent .defaultCTA:hover, .homePageContent .defaultCTA:focus {background: #d84202; border-color: #d84202}
.homePageContent .defaultCTA.defaultCTAalt:hover, .homePageContent .defaultCTA.defaultCTAalt:focus {color: #fff;}
.homePageContent .defaultCTA span.nextArrow {position: absolute; display: block; top: 13px; right: 15px; width:12px; height: 20px; background: url(/images/nextArrow.png) no-repeat 0 0; background-size: 100% auto;}
.homePageContent .defaultCTA.defaultCTAalt span {position: absolute; display: block; font-size: 20px; left: 20px; top: 13px;}


/*  NAVIGATION  */
.ieMessage {position: relative; display: none; width: 100%; padding: 10px; margin: 0 auto; text-align: center; visibility: hidden;}
.ieMessage a {color: #000; text-decoration: underline;}
.navBarWrap { position: relative; display: block; width: 100%; height: 55px; color: #fff; background: #205e8c; }
.menuButton {position: absolute; display: block; top:0; left: 0; width: auto; height: 100%; color: #fff; text-decoration: none; border-right: 1px solid rgba(255,255,255,.34); padding: 18px 22px 18px 18px; font-size: 16px; }
.menuButton:hover, .menuButton:focus {background: #16405e;}
.mbBarWrap, .menuText {position: relative; display: inline-block; vertical-align: middle;}
.mbBarWrap {margin-right: 15px; width: 26px; height: 100%;}
.menuBar {position: absolute; display: block; width: 100%; height: 2px; background: #fff;}
.menuBar.mb1 {top: 0px;}
.menuBar.mb2 {top: 8px;}
.menuBar.mb3 {top: 16px;}
.homeLogo {position: relative; display: block; width: 178px; height: auto; margin: 0 auto; padding: 12px 0 8px 0; }
.backButton {position: absolute; display: block; width: 210px; padding: 18px 22px 18px 50px; line-height: 19px; color: #fff; text-decoration: none; background: #205e8c; transition: .25s;}
    .backButton span.backArrow { position: absolute; display: block; top: 50%; left: 22px; width: 10px; margin-top: -7px; height: 15px; background: url(/images/nextArrow.png) no-repeat center center; background-size: 100% auto; transform: rotate(180deg); }
    .backButton:hover, .backButton:focus {background: #16405e;}
.userWrap {position: absolute; display: block; top: 0; right: 0; width: auto; height: 100%; color: #fff; text-decoration: none; border-left: 1px solid rgba(255,255,255,.34); padding: 18px 22px 18px 54px; font-size:16px; transition: .25s; }
.userWrap:hover, .userWrap:focus {background: #16405e;}
.userIcon { position: absolute; display: block; width: 15px; height: 15px; background: url(/images/mainNav-sprite.png) no-repeat -38px -212px; background-size: 60px auto; top: 50%; left: 25px; margin-top: -7px; }
.cartActive .userWrap {right: 72px; }
.userWrap.cartWrap {text-align: center; right: 0;padding: 18px 22px;}
.loginPopup, .userMenuWrap {position: absolute; right: 24px; display: block; padding: 20px 32px; margin: 5px; background: #f7f7f7; box-shadow: 0 0 5px 0 rgba(0,0,0,.35); z-index: 999; }
.cartActive .loginPopup, .cartActive .userMenuWrap {right: 120px; }
.userMenuWrap {transition: .25s; overflow: hidden; max-height: 0; font-size: 0; padding: 0;}
.menuOpen .userMenuWrap {max-height: 10em; padding: 16px 24px; font-size: 16px; overflow: visible; }
.loginPopup {text-decoration: none;}
.loginPopup:hover, .loginPopup:focus {text-decoration: underline;}
.loginPopup span {padding-top: 0; color: #000;}
.userMenuWrap a {position: relative; display: block; color: #000; min-width: 90px; text-align: center; text-decoration: none; padding: 10px 0; border-bottom: 1px solid #717171; transition: .25s;}
.userMenuWrap a:hover, .userMenuWrap a:focus {font-weight: 700;}
.userMenuWrap a:last-child {border-bottom: none;}
.loginPopup::before, .loginPopup:before, .userMenuWrap::before, .userMenuWrap:before {
    content: '';
    position: absolute; 
    display: block; 
    width: 22px;
    height: 16px; 
    top: -14px;
    right: 18px;
    /*border-bottom: 14px solid #f7f7f7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;*/
    background: url(/images/popupTriangle.png) no-repeat 0 0;
    background-size: 100% auto;
}
.cartWrap .mobileText {display: none;}
.cartIcon{position: relative; display: block; width: 27px; height: 21px; background: url(/images/cartIcon.png) no-repeat center center; background-size: 100% auto;}
.cartCount {position: absolute; display: block; top: -8px; right: -8px; width: 18px; height: 18px; background: #f88919; font-size: 10px; line-height: 16px; color: #fff; font-weight: 700; border-radius: 50%;}
.mainNavigation {position: absolute; display: inline-block;vertical-align: top; top: 0; left: -110%; width: 19%; max-height: 100%; height: 100%; font-size: 18px; background: #55565a; color: #fff; transition: all .25s ease; overflow: hidden; z-index: 9998;}

.navOpen .mainNavigation {left: 0;}
.mainNavCourseInner {position: relative; display: block; width: 100%; max-height: 100%; height: 100%;}
.adminCollapsed.navOpen .mainNavigation { left: 45px; }
.navHeader {position: relative; display: block; padding: 18px 55px 18px 22px; width: 100%; height: 55px; color: #fff; font-size: 18px; line-height: 32px; background: #0f0f0f; border-bottom: 1px solid #717171; letter-spacing: .01em;}
.navHeader p {font-size: 18px; line-height: 22px;}
.navHeader p, .mainNavigation p {padding-top: 0;}
.activeCourse .navHeader p {padding-left: 25px;}
.navHeader a {position: absolute; display: block; top: 0; right: 0; width: 55px; height: 55px; padding: 18px; background: url(/images/menuClose.png) no-repeat center center; background-size: 18px auto; text-decoration:none;}
.navHeader a.homeLink {position: relative; display: block; top: auto; right: auto; padding: 0; font-size: 18px; width: 100%; height: auto; margin-top: 0; background: none; color: #fff; text-decoration: none; text-align: left;}
.mainNavigation .navLink {position: relative; display: block; width: 100%; height: auto; padding: 18px 85px 18px 48px; font-size: 1em; line-height: 1.5em; color: #fff; border-bottom: 1px solid #717171; text-decoration: none; transition: all .25s ease;}
.mainNavigation .navInner .navLink {border-bottom: 0; padding: 10px 40px; font-size: 16px; line-height: 20px; color: #ebebeb;  }
.mainNavigation .navInner .navLink.navLinkLocked {color: #a3a3a3;}
.mainNavigation .navLink .quizLabel {display: inline-block; padding: 0 4px; margin-right: 6px; font-size: 10px; line-height: 15px; text-transform: uppercase; font-weight: 900; border: 2px solid #5c5c5c; color: #a3a3a3; vertical-align: middle;}
.mainNavigation .navLink:hover, .mainNavigation .navLink:focus, .activeCourse .navLink.active {background: #0f0f0f;}
.mainNavigation .navInner .navLink:hover, .mainNavigation .navInner .navLink:focus, .mainNavigation .navInner .navLink.active, .mainNavigation .navInner .navLink.navLinkActive {background: none; color: #fff;}
.navLinkLocked:hover, .navLinkLocked:focus, .mainNavigation .navInner .navLink.navLinkLocked:hover, .mainNavigation .navInner .navLink.navLinkLocked:focus {color: #a3a3a3; cursor: not-allowed; }
.navLink .navIcon, .navIcon.niHome {position: absolute; display: block; width: 30px; height: 30px; top:9px; left: 14px; background: url(/images/mainNav-sprite.png) no-repeat 0 0; background-size: 200% auto; }
.homeLink .navIcon, .homeLink .navIcon.niHome {top: -9px; left: -34px; }
.homeLink:hover .navIcon.niHome, .homeLink:focus .navIcon.niHome {background-position: -30px 0;}
.navLink:hover .navIcon.niHome, .navLink:focus .navIcon.niHome {background-position: -30px 0;}
.navIcon.niUpperBod {background-position: 0 -45px; top: 15px; }
.navLink:hover .navIcon.niUpperBod, .navLink:focus .navIcon.niUpperBod {background-position: -30px -45px; top: 15px; }
.navIcon.niLowerBod {background-position: 0 -85px; top: 15px;}
.navLink:hover .navIcon.niLowerBod, .navLink:focus .navIcon.niLowerBod {background-position: -30px -85px; top: 15px;}
.navIcon.niNerveSys {background-position: 0 -125px; top: 15px;}
.navLink:hover .navIcon.niNerveSys, .navLink:focus .navIcon.niNerveSys  {background-position: -30px -125px; top: 15px;}
.navIcon.niCerts {background-position: 0 -165px; top: 15px;}
.navLink:hover .navIcon.niCerts, .navLink:focus .navIcon.niCerts {background-position: -30px -165px; top: 15px;}
.navIcon.niAccount {background-position: 0px -205px; top: 15px;}
.navLink:hover .navIcon.niAccount, .navLink:focus .navIcon.niAccount {background-position: -30px -205px; top: 15px;}
.navIcon.niResource {background-position: -6px -200px; top: 14px; width: 12px; height: 16px; background-size: 48px auto; }
.navLink:hover .navIcon.niResource, .navLink:focus .navIcon.niResource {background-position: -31px -200px; top: 14px;}
.navLinkComplete .navIcon {width: 14px; height: 12px; background-size: 56px auto; top: 15px; background: url(/images/gridCheck-sprite.png) no-repeat 0 0; background-size: 100% auto; opacity: .4; }
.navLinkComplete:hover .navIcon, .navLinkComplete:focus .navIcon {opacity: 1;}
.navLinkOpen .navIcon {width: 14px; height: 14px; top:14px; background-size: 42px auto; background-position: -3px -203px; }
.navLinkActive .navIcon {width: 25px; height: 25px; top: 7px; left: 9px; background-size: 75px auto; background-position: -44px -362px; }
.navLinkLocked .navIcon, .navLinkLocked:hover .navIcon, .navLinkLocked:focus .navIcon {width: 12px; height: 16px; top: 22px; background-size: 48px auto; background-position: -6px -264px;}
.navInner .navLinkLocked .navIcon, .navInner .navLinkLocked:hover .navIcon, .navInner .navLinkLocked:focus .navIcon {top: 12px;}
.courseSection { margin: 0px 6px 20px 0; max-height: 88%; height: auto; overflow: hidden;}
.courseSectionOverflow::-webkit-scrollbar, .courseSectionNav::-webkit-scrollbar {width: 4px;}
.courseSectionOverflow::-webkit-scrollbar-track, .courseSectionNav::-webkit-scrollbar-track { border-radius: 10px; background: #2b2b2b;}
.courseSectionOverflow::-webkit-scrollbar-thumb, .courseSectionNav::-webkit-scrollbar-thumb {background: #666; border-radius: 10px;}
.activeSectionTitle {font-size: 40px; line-height: normal; font-weight: 700;}
.courseSection .headerText, .mainNavigation p.headerText {padding: 27px 0 4px 0; font-size: 15px; line-height: 24px; font-weight: 900; text-transform: uppercase; border-bottom: 1px solid #717171;}
.courseSection .headerText span, .mainNavigation p.headerText span {font-weight: 400; color: #b4b4b4; text-transform: none; padding-left: 12px; }
.navInner {position: relative; display: block; width: 100%; height: auto;}
.navCollapsingTrigger {position:relative; display: block; padding: 8px 16px 8px 0; font-size: 16px; line-height: 20px; color: #ebebeb; border-bottom: 1px solid #717171;}
.navCollapsingTrigger.dropdownOpen, .navCollapsingTrigger:last-child {border-bottom: none;}
.navCollapsingTrigger .runTime {color: #7d7d7d;}
.navCollapsingTrigger .arrow {position: absolute; display: block; width: 16px; height: 12px; top: 50%; right: 0; margin-top: -6px; background: url(/images/triggerArrow.png) no-repeat center center;}
.navCollapsingTrigger.dropdownOpen .arrow {transform: rotate(180deg);}
.innerNavDropdown {position: relative; display: block; width: 100%; max-height: 0; height: auto; font-size: 16px; -webkit-transition: .25s; -moz-transition: .25s; transition: .25s; overflow: hidden; }
.innerNavDropdown.open {max-height: 250em; border-bottom: 1px solid #717171;}

.defaultFooter {position: relative; display: block; max-width: 250px; text-align: center; margin: 0 auto; padding: 55px 10px 44px 10px;}
.navFooter {position: relative; display: block; text-align: center; margin: 0 auto; padding: 72px 40px 34px 40px;}
.navFooter .logo {position: relative; display: block; width: 124px; height: auto; margin: 0 auto; margin-bottom: 16px;}
.navFooter .logo img {position: relative; display: block; width: 100%; height: auto; margin: 0 auto;}
.navFooter .footerCopyright, .navFooter .footerCopyright a, .defaultFooter .footerCopyright, .defaultFooter .footerCopyright a {position: relative; display: block; font-family: 'Myriad Pro', Arial, Tahoma, sans-serif; font-size: 14px; line-height: 20px; color: #a2a2a2; letter-spacing: .005em;}
.defaultFooter .footerCopyright, .defaultFooter .footerCopyright a {display: inline-block; color: #164a78; padding-top: 0;}
.navFooter .footerCopyright a {display: inline-block; vertical-align: middle;}
.sectionNavWrap, .chapterNavWrap {position: relative; display: block; height: 100%; overflow: hidden;}
.sectionNavWrap .courseSectionNab, .chapterNavWrap .courseSection{position: relative; display: block; width: 100%; height: 100%; overflow-y: scroll;}
.sectionNavWrap { display: none; }
.mainNavCourseInner .headerWrap, .mainNavCourseInner .courseSection, .mainNavCourseInner .navFooter {position: relative; display: block; vertical-align: top; height: auto;}
.mainNavCourseInner .courseSectionOverflow .navFooter {display: block;}
.mainNavCourseInner .courseSection { display: none; height: 100%; overflow: hidden;}
.mainNavCourseInner .courseSection.active {display: block;}
.courseSectionOverflow {position: relative; display: block; max-height: 98%; padding: 0 14px 0 20px; margin: 10px 6px 20px 0; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.mainNavCourseInner .navFooter .navFooterInner {margin: 20px auto 34px auto;}

.courseSectionNav {display: block; margin: 18px 8px 18px 8px; padding:0 10px; max-height: 90%; overflow-y:scroll;}
.courseSectionNav .courseNavTitle {margin-bottom: 15px; font-size: 20px; font-weight: 700;}
.navSectionLink {position: relative; display: block; width: 100%; height: auto; margin-bottom: 15px; padding: 20px 16px; background: #414141; color: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);  text-decoration: none;}
.navSectionLink.activeSection, .navSectionLink.completedSection {background: #787878}
.navSectionLink .sectionTitle {position: relative; display: block; padding-right: 0px; font-size: 26px; line-height: 28px; font-weight: 700; color: #fff; vertical-align: bottom;}
.navSectionLink .sectionProgInfo {position: relative; display: block; width: 100%; margin-top: 4px;}
.navSectionLink .progTime, .navOpen .navSectionLink .progTime {float:none; display: inline-block; padding: 0; font-size: 12px; line-height: 20px; vertical-align:bottom;}
.navSectionLink .progText, .navOpen .navSectionLink .progText {display: inline-block; margin-top: 0px; right: 0px; font-size: 12px; line-height: 20px; padding: 0; vertical-align: bottom;}
.navSectionLink .progText::before, .navSectionLink .progText:before {width: 12px; height: 12px; left: -18px; margin-top: -6px; }
.navSectionLink.lockedSection .progText::before, .navSectionLink.lockedSection .progText:before { background-position: 0 -14px; } 
.navSectionLink.activeSection .progText::before, .navSectionLink.activeSection .progText:before {display: none;}

.noPadding { padding-left: 0 !important; padding-right: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; }

/*  HOME / COURSE PAGE STYLES  */
.productCardWrap, .courseChapterWrap  { position: relative; display: block; font-size: 0; width: 100%; height: 0; min-height: 300px;}
.productCard, .chapterCard {position: relative; display: inline-block; width: 31.99%; max-height: 348px; height: auto; vertical-align: top; color: #fff; background: #205e8c; margin: 0 2% 24px 2%; overflow: hidden; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);  }
.productCard.UBCourse, .UBCourse .chapterCard {background: #f98919;}
.productCard.LBCourse, .LBCourse .chapterCard {background: #44bbdd;}
.productCard.ANSCourse, .ANSCourse .chapterCard {background: #0ab04e;}
.chapterCard {max-height: 234px;}
.productCard::before, .productCard:before, .chapterCard::before, .chapterCard:before { content:''; position: relative; display: block; top: 0; left: 0; width: 100%; padding: 72% 0 0 0; overflow: hidden; }
.chapterCard::before, .chapterCard:before {padding: 49% 0 0 0;}
.productCard.inactive{background: #a8a8a8;}
.chapterCard.locked {background: #d5d5d5;}
.chapterCard.locked a:hover {cursor: not-allowed;}
.productCard:nth-child(3n+1), .chapterCard:nth-child(3n+1) {margin-left: 0;}
.productCard:nth-child(3n+2), .chapterCard:nth-child(3n+2) {margin: 0 0 24px 0;}
.productCard:nth-child(3n+3), .chapterCard:nth-child(3n+3) {margin-right: 0;}
.productLink, .chapterLink {position: absolute; display: block; width: 100%; height: 100%; top:0; left: 0; font-size: 16px; color: #fff; text-decoration: none;}
.chapterLink {padding: 1.875em 1.56em 1.875em 1.56em; }
.chapterLink:focus {outline: thin dotted; outline-color: #000;}
.productLabel {position: relative; display: inline-block; padding: 2.25em 0px 2.8em 2em; width: 60%; vertical-align: middle;}
.progWheel {position: relative; display: inline-block; max-width: 140px; width: 38%; vertical-align: middle; padding: 25px 25px 0 25px; float: right;}
.progWheel .progressbar-text { color: #fff !important; font-size: 28px; margin-top: 10px !important; font-weight: 700; }
.progWheel .progressbar-text::after { content: '%'; }
.inactive .productLabel { padding-right: 32px; width: 100%;}
.productLabel .smallText {position: relative; display: block; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: .75em; line-height: 24px; color: #fff; text-transform: uppercase; letter-spacing: .05em; }
.productLabel .productTitle {position: relative; display: block; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 1.5em; line-height: 1.5em; color: #fff; letter-spacing: .01em; font-weight: 700;}
.productCard .defaultCTA {position: absolute; bottom: 1.9em; left: 1.9em; right: auto; font-size: 18px; width: 13em; }
.productCard .defaultCTA.defaultCTAalt {margin: 0 auto; border-color: #88c4f1; background: #88c4f1; color: #205e8c; transition: .25s;}
.productCard.UBCourse .defaultCTA.defaultCTAalt {background: #e3760d; border-color: #e3760d; color: #fff;}
.productCard.LBCourse .defaultCTA.defaultCTAalt {background: #249cc1; border-color: #249cc1; color: #fff;}
.productCard.ANSCourse .defaultCTA.defaultCTAalt {background: #088d3c; border-color: #088d3c; color: #fff;}
.productCard.UBCourse:hover .defaultCTA.defaultCTAalt, .productCard.UBCourse:focus .defaultCTA.defaultCTAalt  {background: #fff; border-color: #e3760d; color: #f98919;}
.productCard.LBCourse:hover .defaultCTA.defaultCTAalt, .productCard.LBCourse:focus .defaultCTA.defaultCTAalt {background: #fff; border-color: #249cc1; color: #44bbdd;}
.productCard.ANSCourse:hover .defaultCTA.defaultCTAalt, .productCard.ANSCourse:focus .defaultCTA.defaultCTAalt {background: #fff; border-color: #088d3c; color: #0ab04e;}
.productCard.inactive .defaultCTA.defaultCTAalt {color: #c9c9c9; background: #7d7d7d; border-color: #7d7d7d; }
.homeblockWrap {position: relative; display: block; width: 100%; font-size: 0; margin-top: 40px;}
.homeBlock {position: relative; display: inline-block; width: 100%; vertical-align:top; padding: 0 0 40px 40px; }
.homeBlock.hbLarge {width: 58%;}
.homeBlock.hbMed {width: 40%;}
.homeBlock .h3style {padding: 0 14px 20px 0; display: inline-block; vertical-align: middle;}
.homeBlock .blockLabel .hbIcon {position: absolute; display: inline-block; width: 24px; height: 70px; top: -5px; left: 0; background: url(/images/homeblock-sprite.png) no-repeat 0 -5px; vertical-align: middle; background-size: 100% auto; }
.homeBlock .blockLabel .hbIcon.hbiAccount {background-position: 0 -65px;}
/*.homeBlockContent .defaultCTA {margin-left: 44px;}*/

.pendingPopup.customOverlayWrapDesc, .cartRemoval.customOverlayWrapDesc, .courseTimeSpent.customOverlayWrapDesc, .mykPromo.customOverlayWrapDesc, .customOverlayWrapDesc {position: absolute; display: none; width: 100%; height: 100%; background: #000; background: rgba(0,0,0,.7); top: 0; left: 0; z-index: 900;}
.generatingCertificate.customOverlayWrapDesc {position: fixed; z-index: 9999;}
.pendingPopup .customOverlay, .cartRemoval .customOverlay, .courseTimeSpent .customOverlay,  .customOverlay {position: relative; max-width:500px; width:auto; height: auto; padding: 25px 15px; background: #fff; margin: auto; margin-top: 15%;}
.mykPromo .customOverlay {background: transparent; max-width: 100%; padding: 10px; margin-top: 10px;}
.mykPromo.customOverlayWrapDesc .h3style {display: none;}
.generatingCertificate.customOverlayWrapDesc .h3style {text-align: center;}
.generatingCertificate .overlayContent {position: relative; display: block; max-width: 60px; padding: 20px 10px; margin: 0 auto;}
.generatingCertificate .overlayContent img {width: 40px;}
.pendingPopup .customOverlayClose, .cartRemoval .customOverlayClose, .courseTimeSpent .customOverlayClose, .mykPromo .customOverlayClose, .customOverlayClose { position: absolute; display: block; top: 15px; right: 15px; width: 24px; height: 24px;  padding: 4px; background: url(/images/blueClose.png) no-repeat center center; background-size: 100% auto; transition: .25s; text-decoration: none;}
.mykPromo .customOverlayClose {background: url(/images/menuClose.png) no-repeat center center; background-size: 100% auto;)}
.customOverlayClose:hover, .customOverlayClose:focus, .pendingPopup .customOverlayClose:hover, .pendingPopup .customOverlayClose:focus, .cartRemoval .customOverlayClose:hover, .cartRemoval .customOverlayClose:focus, .courseTimeSpent .customOverlayClose:hover, .courseTimeSpent .customOverlayClose:focus {-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);}
.pendingPopup .overlayContent p, .pendingPopup .overlayContent a , .cartRemoval .overlayContent p, .cartRemoval .overlayContent a, .courseTimeSpent .overlayContent p, .courseTimeSpent .overlayContent a{font-size: 18px; line-height: 1.78em; font-weight: 300;}
.pendingPopup p.h3style, .cartRemoval p.h3style, .courseTimeSpent p.h3style {padding-top: 0;}
.mykPromo .overlayContent video {display: block; max-width: 1280px; width: 100%;margin: 0 auto;}
.certTable {position: relative; display: table; width: 480px;}
.certTable p {font-size: 14px; padding-top:0 ;}
.ctRow {position:relative; border-bottom: 1px solid #000; padding: 10px 0; font-size: 0;}
.ctRow.ctHeaderRow {border-bottom: 2px solid #000;}
.ctRow.ctHeaderRow p {font-weight: 700;}
.ctRow:last-child {border-bottom: none;}
.ctCol {position: relative; display: table-cell;}
.ctCol.col1{width: 188px; padding-right: 60px; }
.ctCol.col2 a {color: #000; font-size: 14px;}

.chapterTitle {position: relative; display: block; font-size: 3.75em; line-height: 1.1em; font-weight: 900;}
.navOpen .chapterTitle {font-size: 2.75em;}
.progInfo {position: absolute; display: block; width: 100%; left: 0; right: 0; bottom: 0; padding:0 1.56em 1.56em 1.56em;}
.progTime, .progText {position: relative; display: inline-block; font-size: 18px; line-height: 24px; vertical-align: middle; padding-bottom: 14px; }
.locked .progTime, .locked .progText {padding-bottom: 5px;}
.progTime {float: left;}
.progText {float: right;  }
.progBar {position: relative; display: inline-block; width: 100%; height: 10px; border-radius: 10px;}
/*.UBCourse .progBar {background: #e27609; }
.UBCourse .ui-progressbar-value {background: #ff9c00; }
.LBCourse .progBar {background: #229bbf; }
.LBCourse .ui-progressbar-value {background: #8ee0f8; }
.ANSCourse .progBar {background: #088c3c; }
.ANSCourse .ui-progressbar-value {background: #1ddb69; }
.locked .progBar {display: none;}*/
.progText::before, .progText:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%; 
    left: -30px; 
    width: 18px;
    height: 18px;
    margin-top: -14px;
    background: url(/images/progress-sprite.png) no-repeat 0 0;
    background-size: 100% auto;
}
.active .progText::before, .active .progText:before {display: none;}
.locked .progText::before, .locked .progText:before { height: 20px; background-position: 0 -20px; margin-top: -12px;}

/* COURSE SELECTION / ACCOUNT SIGN UP STYLES*/
.courseCardWrap {position: relative; display: block; max-width:1600px; width: 100%; margin: 30px auto 0 auto; font-size: 0;}
.courseCardWrap .accredLink, .accredLink {position: relative; display: block; margin: 0 auto; text-align: center;}
.accredLink.left {padding-top: 0;text-align: left; margin-left: 0;}
.courseCardWrap .accredLink a, .defaultPageWrap .accredLink a {color: #000;}
.courseCardWrap .accredLink a:hover, .courseCardWrap .accredLink a:focus, .accredLink a:hover, .accredLink a:focus {text-decoration: underline;}
.courseCardOuter {position: relative; display: inline-block; width: 23%; margin: 0 1% 25px 1%; vertical-align: top;}
.courseCard {position: relative; color: #000; border-top: 6px solid #000; box-shadow: 0 0 5px 0 rgba(0,0,0,.35); }
.UBCourse .courseCard{border-color: #f98919;}
.LBCourse .courseCard{border-color: #4bd;}
.ANSCourse .courseCard{border-color: #0ab04e;}
.DualCourse .courseCard{border-color: #fc4c08;}
.courseCard .courseCardLink, .courseCard .courseObj {position: relative; display: block; width:100%; height: auto; color: #000; font-size: 16px; padding: 1.68em 1.56em; text-decoration: none; }
.courseCard .courseObj {background: #e5e5e5; border-top: 1px solid #d8d8d8; font-size: 16px;}
.courseObj p {font-size: .875em; line-height: 1.3em; padding-top: .85em;}
.courseObj .coTitle {font-weight: 700; padding-top: 0;}
.courseCardLink span { display: block; }
.courseTitle {position: relative; display: block; font-size: 1.2em; font-weight: 700; }
.courseRuntime {display: block; font-size: .875em;}
.courseDesc {padding-top: 1em; font-size: .875em; line-height: 1.3em;}
.courseDesc.prereq {font-weight: 700;}
.courseCardList {padding-top: .75em; font-size: .875em;}
.courseLength, .courseCost {font-size: .875em;}
.courseCost {font-weight: 700;}
.courseCardList .ccListItem {position: relative; display: block; padding: .375em 0 .375em 1.3em; }
.ccListItem .checkIcon {position: absolute; display: block; width: 13px; height: 13px; top: 50%; left:0; margin-top: -7px; background: #000 url(/images/whiteCheck.png) no-repeat center center; background-size: 7px auto; border-radius: 50%;}
.UBCourse .ccListItem .checkIcon {background-color: #f98919;}
.LBCourse .ccListItem .checkIcon {background-color: #4bd;}
.ANSCourse .ccListItem .checkIcon {background-color: #0ab04e;}
.courseCardLink .defaultCTA {margin: 1em 0 0 0; display:block; max-width: 110px; width: auto; color: #fff; background: #000; border: none; transition: .25s;}
.UBCourse .courseCardLink .defaultCTA {background: #f98919; }
.LBCourse .courseCardLink .defaultCTA {background: #4bd; }
.DualCourse .courseCardLink .defaultCTA {background: #fc4c08; }
.ANSCourse .courseCardLink .defaultCTA {background: #0ab04e; }
.UBCourse .courseCardLink:hover .defaultCTA {background: #e3770a; }
.LBCourse .courseCardLink:hover .defaultCTA {background: #249cc1; }
.DualCourse .courseCardLink:hover .defaultCTA {background: #ca4d18; }
.ANSCourse .courseCardLink:hover .defaultCTA {background: #088d3c; }
.courseCostWrap {padding-top: 1.5em;}
.discountBox, .courseCardLink span.discountBox {position: relative; display: inline-block; width: auto; font-size:12px; font-weight: 700; color: #fff; background: #000; padding: .33em .83em; margin-bottom: 1.25em; text-transform: uppercase;}
.UBCourse .discountBox, .UBCourse .courseCardLink span.discountBox {background: #f98919;}
.LBCourse .discountBox, .LBCourse .courseCardLink span.discountBox {background: #4bd;}
.ANSCourse .discountBox, .ANSCourse .courseCardLink span.discountBox {background: #0ab04e;}
.DualCourse .discountBox, .DualCourse .courseCardLink span.discountBox {background: #fc4c08;}
.loginBox {position: relative; display: block; margin-top: 12px; font-size: 16px; padding: 1.3em 1.125em; background: #205d8c; box-shadow: 0 0 5px 0 rgba(0,0,0,.35);}
.loginBox .defaultCTA {position: relative; display: block; max-width: 190px; margin: 0 auto; background: #5b96c0; color: #fff; border-color: #5b96c0;}
.loginBox .defaultCTA:hover {background: #16405e; border-color: #16405e; color: #fff;}

/* CART PAGE */
.cartPageWrap {position: relative; display: block; max-width: 830px; margin: 0px auto 0 auto;;}
.cartSummary {padding-bottom: 8px;}
.cartRow {position: relative; display: table; width: 100%;}
.cartItemCell {position: relative; display: table-cell; min-width: 20%; width: auto; padding: 13px 20px; vertical-align: middle; border-top: 1px solid #dbdbdb;}
.cartItemCell.rcMobile {display: none;}
/*.cartItemCell.priceCell {float:right;}*/
.cartItemCell.titleCell {width: 60%; padding-left: 0;}
.cartItemCell.priceCell {text-align: right; padding-right: 0;}
.cartItemCell a {color: #000; }
.cartItemCell a:hover, .cartItemCell a:focus {color: #205e8c;} 
.totalRow .cartItemCell {vertical-align: top;}
.totalRow .cartItemCell a.defaultCTA {color: #fff;}
.totalRow .cartItemCell a.defaultCTA:hover, .totalRow .cartItemCell a.defaultCTA:focus {background: #16405e; border-color: #16405e;}
.totalRow .cartItemCell:first-child {padding-left: 0; min-width: 50%;}
.totalRow .cartItemCell .formMod {padding: 0; }
.totalRow .cartItemCell .formMod .defaultLabelCheckbox {margin-left: 26px;}
.totalRow .cartItemCell:last-child {padding-top: 20px; padding-right: 0; width: 30%;}
.cartImage {position: relative; display: inline-block; width: 80px; height: 80px; background: #717171; vertical-align: middle;}
.cartItemDesc, .defaultPageWrap .cartItemDesc {position: relative; display: inline-block; margin-left: 0; vertical-align: middle;}
.courseTitle, .defaultPageWrap .courseTitle {font-size: 18px; line-height: 22px; font-weight: 700; padding: 0;}
.courseLength, .defaultPageWrap .courseLength {font-size: 14px; line-height: 20px; font-weight: 400; padding: 0;}
.itemPrice {padding: 0; font-size: 18px; line-height: 22px; font-weight: 700; }
.itemDiscount {padding-top: 0; font-weight: 700; color: #ff001e;}
.cartTotal {font-size: 36px; line-height: 40px; font-weight: 700; vertical-align: baseline; padding-top: 0px; text-align: right;}
.cartTotal span {position: relative; display: inline-block;font-size: 14px; padding-right: 10px; font-weight: 400;  vertical-align: baseline;}
.cartFooter .formMod {padding-top: 0; }
.cartFooter .formMod .defaultLabelCheckbox, .cartFooter .formMod .defaultRadioLabel {margin-left: 26px;}
.cartFooter .formMod .defaultCheckbox{border-color: #4c85f1;}
.cartFooter .formMod .defaultCheckbox:checked {background-color: #4c85f1;}
.cartFooter .defaultCTA {margin-top: 22px; background: #205e8c; font-size: 18px; line-height: 26px; color: #fff; padding: 12px 22px; max-width: 210px; border-color: #205e8c; transition: .25s;}
.cartFooter .defaultCTA:hover, .cartFooter .defaultCTA:focus {background: #fff; border-color: #a3a3a3; color: #717171;}

/* VIDEO PAGE STYLES */
.defaultPageWrap.videoWrap { /*height: 100%;*/ display: none; height: calc(100% - 55px); text-align: center; }
.defaultPageWrap.videoWrap .center { height: 100%; width: 100%; display: inline-block; }

.videoPlayerWrap {position: relative; display: block; margin: 0 auto; text-align: center; width: 100%; height: 100%; }
.videoPlayerWrap video{ width: 100%; height: 100%; min-height: auto; min-width: auto; object-position: top; }

.videoPlayerWrap.widthWrap {max-width: 100%; width: 100%; max-height: 100%; height:auto; }
.videoPlayerWrap.widthWrap video{ width: 100%; max-height: 100%; height: auto; }

.videoPlayerWrap.heightWrap {max-width: 100%; width: auto; max-height: 100%; height: 100%; }
.videoPlayerWrap.heightWrap video{ width: auto; height: 100%; }

.videoPlayerWrap.bothWrap { max-width: 100%; width: 100%; max-height: 100%; height: 100%; }
.videoPlayerWrap.bothWrap video{ width: 100%; height: 100%; }

.nextVidButton, .quizNextButton {position: relative; padding: 20px 27px; width: 224px; background: #205e8c; font-size: 24px; line-height: 48px; color: #fff; font-weight: 700; text-align: left; text-decoration: none; border-radius: 4px;}

.nextVidButton { position: absolute; /*bottom: 100px; right: 0; margin-right: 58px;*/ z-index: 999;}
.nextVidButton .videoIcon { position: absolute; display: block; top: 21px; right: 28px; width: 25px; height: 25px; background: url(/images/mainNav-sprite.png) no-repeat -44px -362px; background-size: 75px auto; }

.defaultPageWrap.mcQuizWrap { display: none; }
.defaultPageWrap.gQuizWrap { display: none; }
.defaultPageWrap.courseEvalWrap { display: none; }


@media print {
    .certFooter {position: absolute; bottom: 0;}
    .defaultPageWrap.certificateWrap  {max-width: 1100px;}
}
/*  LOGIN PAGE STYLES  */
.loginSectionWrap {position: relative; display: block; max-width: 1320px; margin: 0 auto; padding-bottom: 40px; font-size: 0; overflow: hidden;}
.loginSection {position: relative; display: inline-block; width: 48%; padding: 0 138px; vertical-align: top; }
.loginSection.floatRight {float: right;}
.loginHeader {position: relative; display: block; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 36px; line-height: 48px; color: #333333; font-weight: 300; letter-spacing: .01em; text-align: center; }
.loginSection .defaultCTA, .formMod button.defaultCTA {display: inline-block; margin-top: 36px; min-width: 208px; vertical-align: middle;}
.loginSection .defaultCTA:hover, .formMod button.defaultCTA:hover, .loginSection .defaultCTA:focus, .formMod button.defaultCTA:focus {background: #16405e; border-color: #16405e; }
.loginSection .simpleLink, .formMod .simpleLink {display: inline-block; width: 108px; margin: 36px 0 0 40px; color: #333; font-size: 14px; line-height: 20px; text-decoration: underline; vertical-align: middle;  }
.loginPageDivider {position: relative; display: inline-block; width: 4%; vertical-align: top; font-size: 0; float:right;}
.vertLine {position: relative; display: block; margin: 0 auto; width: 1px; min-height: 221px; height: 100%; background: #cdcdcd;}
.divText {position: relative; display: block; padding: 12px 0; margin: 0 auto; font-size: 24px; line-height: 30px; color: #333; font-weight: 300; text-transform: uppercase; text-align: center;}
.divText::before, .divText:before, .divText::after, .divText:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background: #cdcdcd;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
}
.divText::after, .divText:after {top: auto; bottom: -1px;}
p.formDesc {font-size: 18px; line-height: 1.78em; font-weight: 300; }
p.formQuestion {font-size: 28px; line-height: 1.2em; padding-top: 10px; font-weight: 300;}

.contentCenter h1, .contentCenter .formMod, .contentCenter .validation-summary-errors {text-align:center; display: block; margin: 0 auto;}
.contentCenter .passwordHintWrap, .contentCenter .validation-summary-errors  { display:block; width: 300px; margin: 0 auto; margin-top: 20px; }

.formMod{position: relative; display: inline-block; vertical-align: top; font-size: 16px; padding: 1em .75em 0 0; box-sizing: border-box;}
.formMod.withHeader {padding-top: 1.5em;}
.formMod5 {width: 5%;}
.formMod20 {width: 20%;}
.formMod30 {width: 30%;}
.formMod35 {width: 35%;}
.formMod40 {width: 40%;}
.formMod50 {width: 50%;}
.formMod60 {width: 60%;}
.formMod65 {width: 65%;}
.formMod100 {display: block; width: 100%;}
.formModLast {padding-right: 0;}
.formMod.formModMargLeft {margin-left: 34px;}
.formModLink {min-height: 70px;}
.accountFormWrap {padding-bottom: 40px; }
.formDivider {padding: 8px 0; border-bottom: 1px solid #dbdbdb;}
.formDivider p {padding-top:0; font-size: 18px; font-weight: 700;}
.formMod .defaultLabel, .formMod.withHeader .formMod .defaultLabel {
    position: absolute; 
    display: block; 
    font-family: 'Lato', Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 20px;
    top: 34px;
    left: 18px; 
    color: #929292;
    transition: all .25s ease;
    z-index: 50;
}
.cookieBanner .formMod .defaultLabel {color: #fff; font-weight: 400;}
.cookieBanner .formMod {max-width: 15%; margin: 0 auto; padding-right: 0;}
.formMod.withHeader .defaultLabel, .quizWrap .defaultLabel {position: relative; top: auto; left: auto; color: #333; }
.formMod.withHeader .defaultLabel {padding-bottom: 1em;}
.formMod .defaultLabel .hiddenLabel, .hiddenLabel {font-size: 0; line-height: 0;}
/*.formMod.withHeader .formMod .defaultLabel {padding-bottom: 0; position: absolute; }*/
.formMod.inputFocused .defaultLabel, .formMod.textEntered .defaultLabel, .formMod .defaultLabel.smallLabel, .no-js .formMod .defaultLabel, .formMod.withHeader .formMod.textEntered .defaultLabel, .formMod.withHeader .formMod.inputFocused .defaultLabel {
    font-size: 12px;
    top: 20px;
    left: 19px;
    line-height: 16px;
}
.formMod.inputFocused .defaultInput, .formMod.textEntered .defaultInput, .no-js .formMod .defaultInput {background: #fff;} 
.formMod .defaultLabelCheckbox, .formMod .defaultRadioLabel {
    position: relative; 
    top: 0;
    left: 0;
    margin-left: 46px; 
    font-family: 'Lato', Arial, Verdana, sans-serif;
    color: #333;
    padding-top: .5em;
    font-weight: 300;
}
.formMod .defaultLabelCheckbox a {font-size: 16px; line-height: 20px; font-family: 'Lato', Arial, Verdana, sans-serif; }
.formMod .defaultRadioLabel {font-size: 18px; line-height: 24px; padding-top: 1em;}
.formMod.withHeader .formMod:last-child {margin-bottom: 20px;}
.evalFormWrap .formMod .defaultRadioLabel, .defaultRadioLabel.defaultRadioInline {padding-top: 0; font-size: 16px;}
.question.error .defaultRadioLabel {color: #ff0000;}
.loginSection .formMod .defaultLabelCheckbox {font-weight: 400;}
.formMod .defaultCheckbox { position: absolute; top: 10px; left: -24px; width: 16px; height: 16px; background: #fff; border: 2px solid #a3a3a3; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0;}
.formMod .defaultRadioLabel.incorrect {color: #ff0000;}
.formMod .defaultRadioLabel.correct {color:#6da300; }
.formMod .defaultLabel span.req, .evalFormWrap .tableCell span.req {color: #ff0000;}
.evalFormWrap .tableCell span.req {position: absolute; margin-left: 2px;}

.formMod .defaultRadioLabel.incorrect::after, .formMod .defaultRadioLabel.incorrect:after {
    content: '(incorrect)';
    position: relative;
    display: inline; 
    padding-top: 1em;
    width: auto;
    font-size: 18px;
    line-height: 24px;
    top: 0;
    right: 0;
    color: #ff0000;

}
.formMod .defaultRadioLabel.correct::after, .formMod .defaultRadioLabel.correct:after {
    content: '(correct)';
    position: relative;
    display: inline; 
    padding-top: 1em;
    width: auto;
    font-size: 18px;
    line-height: 24px;
    top: 0;
    right: 0;
    color: #6da300;

}
.formMod .defaultRadio, .evalTable .defaultRadio { position: absolute; top: 38%; left: -25px; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 16px; height: 17px; background: url(/images/radio-sprite.png) no-repeat 0 0; background-size: 100% auto;}
.courseEvalWrap .defaultRadio, .defaultRadioInline .defaultRadio {top: 8%;}
.formMod.required .defaultLabel::after, .formMod.required .defaultLabel:after {
    content:'*';
    color: #ff0000;
}
.NotFromUS .formMod.required.requiredUS .defaultLabel::after, .NotFromUS .formMod.required.requiredUS .defaultLabel:after {display: none; visibility: hidden;}
.formMod input[type=radio].defaultRadio, .evalTable input[type=radio].defaultRadio {-webkit-appearance: none; -moz-appearance: none; appearance: none; border: none;}
.formMod .defaultCheckbox:focus {outline: thin dotted;}
.formMod .defaultRadio:checked, .evalTable .defaultRadio:checked {background-position: 0 -19px;}
.formMod .defaultCheckbox:checked {background: #a3a3a3 url(/images/progress-sprite.png) no-repeat 0 1px; background-size: 100% auto;  }
.formMod .defaultInput, .formMod .defaultTextarea, .formMod .defaultSelect {
    position: relative; 
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 18px 18px 14px 18px; 
    border: 1px solid #cdcdcd;
    background: #f2f2f2;
    font-family: 'Lato', Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 20px; 
    font-weight: 500;
    color: #333;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: top;
}

.formMod .defaultSelect {background: #fff url(/images/select-arrow.png) no-repeat right center; background-size: auto 8px;}
.formMod .defaultSelect::-ms-expand {display: none;}
.formMod.error .defaultInput, .formMod.error .defaultTextarea, .question.error .defaultInput {border-color: #ff0000;}
.validation-summary-errors {position: relative; display: block; margin: 20px 0 10px 20px;}
.validation-summary-errors li {color: #ff0000;}
.deleteLicense { position: absolute; display: block; width: 20px; height: 20px;  top:0; left: 0; right: 0; bottom: 0; margin: auto;color: #333; text-decoration: none; font-size: 10px; text-align: center; padding: 0; }
.deleteLicense span {display: block;font-size: 16px; margin: 0 auto; margin-left: 7px; text-align: center;}
.deleteLicense:hover, .deleteLicense:focus {color: #717171}
.addLicense {color: #000;}
.addLicense:hover, .addLicense:focus {color: #717171;}
.courseInfo {font-size: 14px;}
.courseInfo .defaultTable.courseTable {position: relative; width: 100%; font-family: 'Lato', Arial, Verdana, sans-serif;}
.courseInfo .courseTable th, .courseInfo .courseTable td { padding: 5px 0; text-align: left;}
.courseInfo .courseTable th{padding: 10px 0;  font-weight: 700; border-bottom: 2px solid #000;} 
.courseInfo .courseTable td {border-bottom: 1px solid #dbdbdb; border-left: none; border-right: none;}
.courseInfo .courseTable tr:last-child td {border-bottom: none;}
.courseInfo .courseTable tr.expired td {color: #737373;}
/*.courseInfo .courseTable tr.expired td:nth-child(3n+3) {color: #ff0000;}*/


/* QUIZ STYLES */
.quizWrap {position: relative; margin-top: 30px; padding-bottom: 40px;}
.quizWrap h1 {font-size: 0;margin-top: 10px;}
.quizWrap h1 .quizLabel {font-size: 50px;}
.soundBar {position: relative; display: block; width: 100%; margin: 0 auto; }
.soundBar.correct { display: none; }
.quizWrap p.defaultLabel {font-size: 18px; line-height: 1.78em; font-weight: 300; }
.quizWrap .defaultCTA {margin-top: 36px; margin-left: 280px; min-width: 208px; display: inline-block; vertical-align: middle;}
.quizWrap .defaultCTA.alignLeft {margin-left: 0;} 
.quizWrap .incorrectText {display: none;/*inline-block;*/ padding: 0; max-width: 200px; margin: 36px 0 0 15px; vertical-align: middle; color: #ff0000;}
.quizGridOuterWrap {position: relative; display: block; max-width:100%;}

.quizGridInnerWrap {position: relative; display: block; width: 100%;}
.quizTable {position: relative; display: table; table-layout:fixed; width: 100%; height: auto; margin-bottom: 20px;}

.quizTable .tableCell {position: relative; display: table-cell; border: 1px solid #d8d8d8; border-left: none; border-top: none; vertical-align: middle; }

.quizTable .tableRow:last-child .tableCell {border-bottom: 1px solid #d8d8d8;}
.quizTable .headerRow .tableCell { border-color: #fff;}

.quizTable .tableRow:nth-child(2) .tableCell {border-top: 1px solid #d8d8d8;}
.quizTable .tableRow:nth-child(2) .tableCell:first-child {border-top: none;}
.quizTable .tableCell:first-child { min-width: 150px; width: 280px; text-align: right; padding: 10px 22px 10px 5px; border-top: 0; border-bottom: 0;}
.quizTable .incorrectRow .tableCell:first-child{padding-left: 30px;}
.quizTable .tableRow:last-child .tableCell {border-top: 1px solid #d8d8d8;}
.quizTable .tableRow:first-child .tableCell:first-child, .quizTable .tableRow:last-child .tableCell:first-child {border-bottom: none;}
.quizTable .tableRow:last-child .tableCell:first-child {border-top: none;}
.quizTable .tableRow:last-child {margin-top: 15px;}

.quizTable .tableCell:first-child p, .quizTable .headerRow .tableCell p { font-size: 18px; line-height: 24px; text-align: right; font-weight: 300; padding-top: 0;}
.quizTable .headerRow .tableCell p {position: relative; display: block; width: 24px; height: 24px; padding: 0 11px; letter-spacing: .01em; text-align:center; margin: 0 auto; box-sizing: content-box;}
.quizTable .tableCell a {position: relative; display: block; width: 100%; height: 100%; padding: 14px 12px; text-decoration: none; font-size: 0; line-height: 0;}
.quizTable .tableCell a span{position: relative; display: block; width: 22px; height: 17px;  background: none; overflow: hidden; margin: 0 auto;}
.quizTable .tableCell.checked a span {background: url(/images/gridCheck-sprite.png) no-repeat 0 0; background-size: 100% auto; background-position: 0 -21px; }
.quizTable .correctRow .tableCell.checked a span {background: url(/images/gridCheck-sprite.png) no-repeat 0 0; background-size: 100% auto; background-position: 0 -43px; }

.quizTable .tableRow.incorrectRow, .evalTable .tableRow.error {background: rgba(255,0,0,.26);}
.quizTable .tableRow.incorrectRow .tableCell:first-child::before, .quizTable .tableRow.incorrectRow .tableCell:first-child::before {
    content: '';
    position: absolute; 
    display: block;
    top: 50%;
    left: 16px;
    margin-top: -11px;
    width: 21px;
    height: 21px;
    background: url(/images/error-icon.png) no-repeat center center;
    background-size: 100% auto;
}
.quizNextButton { position: relative; display: block;  width: 223px; padding: 13px 27px 13px 22px; font-size:18px; line-height: 26px; right: auto; bottom: auto; margin-top: 36px; border-radius: 4px;}
.quizNextButton .quizArrow {position: absolute; display: block; top:16px; right: 15px;  width: 12px; height: 20px; background: url(/images/nextArrow.png) no-repeat 0 0; background-size: 100% auto; }
.loadingWrap {position: absolute; display: none; width: 144px; height: 132px; padding: 27px 36px; top: 50%; left: 0; right: 0; margin: auto; margin-top: -57px; background: #fff; border: 1px solid #a3a3a3; }
.loadingWrap .loadingWheel {position: relative; display: block; width: 46px; height: 46px; margin: 0 auto; border: none; /*border: 2px solid #4e8e02;*/ border-radius: 50%;}
.loadingWrap .text {position: relative; display: block; color: #4e8e02; padding-top: 10px; font-weight: 700; font-size: 18px; line-height: 22px; text-align: center;}

/*  EVALUATION STYLES  */
.evalFormWrap {position: relative; display: block; max-width: 980px; width: 100%; margin: 0 auto; border-bottom: 1px solid #d5d5d5; padding-bottom: 54px; margin-bottom: 54px;}
.evalFormWrap:last-child {border-bottom: none; }
.evalTable {position: relative; display: table; max-width: 100%; width: 915px; border-collapse: collapse;}
.evalTable .tableRow {position: relative; display: table-row; border-bottom: 1px solid #d5d5d5;}
.evalTable .tableCell { position: relative; display: table-cell; max-width: 106px; width: 11%; vertical-align: middle; text-align: center; border-right: 1px solid #d5d5d5;}
.evalTable.threeOption .tableCell {max-width: 156px; width: 17%; }
.evalTable .tableCell:first-child {max-width: 385px; width: 45%; padding:9px 6px 9px 0; text-align: left;}
.evalTable.threeOption .tableCell:first-child {max-width: 445px; width: 48%; }
.evalTable .headerRow .tableCell {padding: 20px 12px; vertical-align: bottom;}

.evalTable .headerRow .tableCell p {font-size: 14px; line-height: 16px; font-weight: 700; padding-top: 0;text-align: center; }
.evalTable .tableCell:first-child p {font-size: 16px; line-height: 18px; padding-top: 0;}
.evalTable .defaultLabel.defaultLabelRadio {position: relative; display: block; width: 100%; height: 100%; margin: 0 auto;}
.evalTable input.defaultRadio {display: inline-block; vertical-align: middle; top:0; left: 0; right: 0; bottom: 0; margin: auto;}



/* PDF VIEWER ADJUSTMENTS */
@media print {
  .fullWrap, .mainNavigation, .navBarWrap, .fullMainWrap, .resizeBar { 
    display: none !important; 
  }
}
/*#bodyContainer {background: #eaeaea !important; background-image: none !important; }*/
#viewerContainer {background: #eaeaea; top: 54px !important; }
#toolbarViewer {background: #eaeaea;}
#findbarInputContainer, #secondaryToolbar, #scaleSelectContainer, #viewerContextMenu, #overlayContainer {display: none; visibility: hidden;}
.fullPDFWrap .resizeBar { position: relative; display: block; background-color: #eaeaea; border-top: 2px solid #cecece; cursor: n-resize; width: 100%; height: 5px; }
.toolbar {padding: 15px 0; z-index: 500 !important;}
#toolbarViewerLeft .toolbarButtonSpacer {width: 14px;}
#toolbarViewerLeft .toolbarLabel {display: inline-block; font-size: 10px; line-height: 16px; padding: 0 10px; background: #221f1f; border-radius: 4px; font-weight: 700; vertical-align: middle;}
#toolbarViewerLeft .toolbarLabel.labelTitle {display: inline-block; font-family: 'Lato', Arial, Verdana, sans-serif; margin: 0 30px 0 0; padding: 0; font-size: 18px; line-height: 24px; color: #333; background: none; border-radius: 0; font-weight: 400; vertical-align: middle; text-align: left;}
#toolbarViewerLeft .toolbarField.pageNumber, #toolbarViewerLeft #numPages, #toolbarViewerLeft .toolbarPaging {display: inline-block; font-size: 18px; line-height: 24px; color: #6e6e6e; vertical-align: middle;}
#toolbarViewerLeft .toolbarField.pageNumber {margin: 0; padding: 0; border: 0; max-width: 40px; width: auto; text-align: center; box-shadow: none; background-image: none;}
#toolbarViewerMiddle .splitToolbarButton {margin: 0 auto; vertical-align: top;}
#toolbarViewerMiddle  .toolbarButton, #toolbarViewerRight .toolbarButton {width: 25px; height: 25px; padding: 0 !important; border: none; margin: 0 11px !important; background-color: transparent !important;}
.splitToolbarButtonSeparator {display: none !important;}
#toolbarViewerMiddle .toolbarButton::before, #toolbarViewerMiddle .toolbarButton::before, #toolbarViewerRight .toolbarButton::before, #toolbarViewerRight .toolbarButton::before {
    content: '';
    display: block;
    width: 100%; 
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    background: url(/images/pdfSprite.png) no-repeat 0 0;
    background-size: 51px auto !important;
}
.splitToolbarButton:hover > .toolbarButton, .splitToolbarButton:focus > .toolbarButton, .splitToolbarButton.toggled > .toolbarButton, .toolbarButton.textButton, .toolbarButton:hover, .toolbarButton:focus {background-color: none !important; box-shadow: none !important; background-image: none !important; cursor: pointer;}
#toolbarViewerMiddle .toolbarButton.zoomOut::before, #toolbarViewerMiddle .toolbarButton.zoomOut::before {content: ''; background-position: -2px 0px;}
#toolbarViewerMiddle .toolbarButton.zoomOut:hover::before, #toolbarViewerMiddle .toolbarButton.zoomOut:hover::before {content: ''; background-position: -28px 0;}
#toolbarViewerMiddle .toolbarButton.zoomIn::before, #toolbarViewerMiddle .toolbarButton.zoomIn::before {content: ''; background-position: -2px -29px;}
#toolbarViewerMiddle .toolbarButton.zoomIn:hover::before, #toolbarViewerMiddle .toolbarButton.zoomIn:hover::before {content: ''; background-position: -28px -29px;}
#toolbarViewerMiddle .toolbarButton.print::before, #toolbarViewerMiddle .toolbarButton.print::before {content: ''; background-position: -1px -58px;}
#toolbarViewerMiddle .toolbarButton.print:hover::before, #toolbarViewerMiddle .toolbarButton.print:hover::before {content: ''; background-position: -28px -58px;}
#toolbarViewerRight .toolbarButton.toolbarClose::before, #toolbarViewerRight .toolbarButton.toolbarClose::before {content: ''; background-position: -4px -89px;}
#toolbarViewerRight .toolbarButton.toolbarClose:hover::before, #toolbarViewerRight .toolbarButton.toolbarClose:hover::before {content: ''; background-position: -30px -89px;}

/* CART ACTIVE */
.cartActive .totalRow .cartItemCell .formMod {
  padding: 1em .75em 0 0;
}
.cartActive button.stripe-button-el {
  margin-top: 36px;
}

@media screen and (max-width: 1500px) {
    /*.fullWrap {overflow-x: hidden;}*/
    /*.mainNavigation {width: 28%;}*/
    /*.navOpen .fullWrapInner {padding-left: 0; margin-left: 28%;}*/
    .center {min-width: 1036px}
    h1, h1.h1style, p.h1style, .h1style {line-height: 50px;}
    .navOpen .center {min-width: 980px;}
    .defaultPageWrap {padding: 42px 0 40px 0; }
    .homePage img {height: 100%; left: 10%;}
    .homePageContent {max-width: 545px; margin-top: 20%; }
    .homePageContent h1 {font-size: 45px;}
    .homePageContent p {font-size: 16px; }
    .chapterLink {padding: 1.375em 1.5em 1.375em 1.5em; }
    .productCard.inactive a:hover {cursor: not-allowed;}
    .progInfo {padding: 0 1.375em 1.375em 1.375em; }
    .chapterTitle {font-size: 2.6em;}
    .navOpen .chapterTitle {font-size: 2em;}
    .navOpen .productLabel .productTitle {font-size: 1.2em;}
    .mainNavigation .headerWrap .navLink {font-size: 1em;}
    .navHeader a.homeLink {font-size: .9em; }
    .mainNavigation .navLink {font-size: .9em; padding-right: 55px;}
    .mainNavigation .navInner .navLink {padding: 10px 10px 10px 30px;}
    .mainNavigation .navInner .navLink .navIcon {left: 6px;}
    .mainNavigation .navInner .navLink.navLinkActive .navIcon {left: 0;}
    .courseSectionOverflow {max-height: 84%;}
    .navFooter .logo {width: 100px;}
    .navFooter {padding: 38px 10px 34px 10px;}
    .navFooter .footerCopyright, .navFooter .footerCopyright a {font-size: 12px;}
    .quizWrap h1 .quizLabel {font-size: 42px;}
    p.formQuestion {font-size: 22px;}
    .formMod.withHeader {padding-top: 1em;}
    .formMod.withHeader .defaultLabel.defaultRadioLabel {padding: .5em 0;}
    .quizNextButton .quizArrow {top: 14px;}
    .nextVidButton {padding: 10px 27px; font-size: 20px; line-height: 36px; width: 194px; }
    .nextVidButton .videoIcon {top: 10px; right: 18px;}
    .courseCardWrap {max-width: 980px;}
}

/*1024 - tablet landscape*/
@media screen and (max-width: 1200px) {
    .center {max-width: 100%; min-width: 100%;}
    .navOpen .center {min-width: 100%;}
    .loginSection { padding: 0 80px; min-width: 350px;}
    .formMod, .formMod50 {width: 100%; display: block; padding-right: 0;}
    .formMod.formModLink {padding-top: .5em; text-align: right;}
    .deleteLicense {position: relative;  display: inline-block; padding: 5px; width: auto; font-size: 12px; vertical-align: middle;}
    .deleteLicense span {vertical-align: middle; display: inline-block; margin-left: 0;}
    .mainNavigation {font-size: 14px; width: 220px;}    
    .navHeader {padding-left: 16px;}
    .navOpen .mainNavigation {height: 100em; max-height: 100%; min-height: 100%;}
    .navOpen .fullWrapInner {padding-left: 220px;}
    .navHeader p {font-size: 16px;}
    .homePage img {left: 8%;}
    .homePageContent {max-width: 430px; margin-right: 3%;}
    .homePageContent h1 {font-size: 36px;}
    /*Buttons*/
    .homePageContent .defaultCTA:hover, .homePageContent .defaultCTA:focus { background: #ff4c00; border-color: #ff4c00; }
    .homePageContent .defaultCTA.defaultCTAalt:hover, .homePageContent .defaultCTA.defaultCTAalt:focus { background: transparent; border-color: #ff4c00; color: #ff4c00; }
    .loginSection .defaultCTA:hover, .formMod button.defaultCTA:hover, .loginSection .defaultCTA:focus, .formMod button.defaultCTA:focus { background: #205e8c; border-color: #205e8c; }
    .userWrap:hover, .userWrap:focus { background: transparent; }
    .userMenuWrap a:hover, .userMenuWrap a:focus { font-weight: initial;  }

    .mainNavigation .navLink {padding: 14px 36px 14px 44px; font-size: 1em;}
    .courseSection {margin: 10px 0;}
    .progWheel .progressbar-text {font-size: 18px; margin-top: 12px !important;}
    .navOpen .productCardWrap {text-align: center; height: auto;}
    .navOpen .productCard, .navOpen .chapterCard, .navOpen .productCard:nth-child(3n+2), .navOpen .chapterCard:nth-child(3n+1), .navOpen .productCard:nth-child(3n+1), .navOpen .chapterCard:nth-child(3n+1), .navOpen .productCard:nth-child(3n+3), .navOpen .chapterCard:nth-child(3n+3) {text-align: left;}
    .navOpen .productCard, .navOpen .productCard:nth-child(odd), .navOpen .productCard:nth-child(even) {max-width: 330px; width: 48%; margin-bottom: 20px;}
    .navOpen .chapterCard, .navOpen .chapterCard:nth-child(3n+1), .navOpen .chapterCard:nth-child(3n+2), .navOpen .chapterCard:nth-child(3n+3) {width: 48%; margin: 0 2% 24px 2%;}
    .navOpen .chapterCard:nth-child(odd) {margin-left: 0;}
    .navOpen .chapterCard:nth-child(even) {margin-right: 0;}
    .navOpen .progTime, .navOpen .progText {font-size: 1em; padding-bottom: .5em;}
    .navLink .navIcon, .navLink:hover .navIcon, .navLink:focus .navIcon {top:13px; left: 5px;}
    .navIcon.niLowerBod, .navLink:hover .navIcon.niLowerBod, .navLink:focus .navIcon.niLowerBod {top: 11px;}
    .navIcon.niUpperBod, .navLink:hover .navIcon.niUpperBod, .navLink:focus .navIcon.niUpperBod {top: 9px; }
    .navIcon.niNerveSys, .navLink:hover .navIcon.niNerveSys, .navLink:focus .navIcon.niNerveSys {top: 15px; }
    .navIcon.niResource, .navLink:hover .navIcon.niResource, .navLink:focus .navIcon.niResource {top: 14px;}
    .navIcon.niAccount, .navLink:hover .navIcon.niAccount, .navLink:focus .navIcon.niAccount {top: 11px;}
    .navLinkLocked .navIcon, .navLinkLocked:hover .navIcon, .navLinkLocked:focus .navIcon {top: 16px; left:14px; }
    .navInner .navLinkLocked .navIcon, .navInner .navLinkLocked:hover .navIcon, .navInner .navLinkLocked:focus .navIcon { top:12px; left:5px; }
    .navInner .navLinkComplete .navIcon, .navInner .navLinkComplete:hover .navIcon, .navInner .navLinkComplete:focus .navIcon { top:14px; left:5px; }
    .navInner .navLinkActive .navIcon, .navInner .navLinkActive:hover .navIcon, .navInner .navLinkActive:focus .navIcon {top: 8px; left: 0;}
    .mainNavigation .navInner .navLink {padding: 10px 20px 10px 30px;}
    h1, h1.h1style, p.h1style, .h1style {font-size: 40px; line-height: 50px;}
    h2, h2.h2style, p.h2style, .h2style {font-size: 21px; line-height: 23px; }
    .quizWrap .h1style{font-size: 0;}
    h3, h3.h3style, p.h3style, .h3style {font-size: 18px; line-height: 32px; }
    p.formDesc {font-size: 16px;}
    .courseSectionOverflow {padding: 0 12px;}
    .activeSectionTitle {font-size: 30px;}
    .chapterTitle {font-size: 1.8em;}
    .progInfo {padding-bottom: 1em;}
    .progTime, .progText {font-size: .8em; padding-bottom: 0;}
    .productLabel {padding: 1.75em 0 2.25em 1.5em;  }
    .productCard .defaultCTA {font-size: 16px; bottom: 1.9em; }
    .productCard.UBCourse:hover .defaultCTA.defaultCTAalt, .productCard.UBCourse:focus .defaultCTA.defaultCTAalt {
        background: #e3760d;
        border-color: #e3760d;
        /*color: #f98919;*/ color: #ffffff;
    }
    .productCard.LBCourse:hover .defaultCTA.defaultCTAalt, .productCard.LBCourse:focus .defaultCTA.defaultCTAalt {
        background: #249cc1;
        border-color: #249cc1;
        /*color: #44bbdd;*/ color: #ffffff;
    }
    .productCard.ANSCourse:hover .defaultCTA.defaultCTAalt, .productCard.ANSCourse:focus .defaultCTA.defaultCTAalt {
        background: #088d3c;
        border-color: #088d3c;
        /*color: #0ab04e;*/ color: #ffffff;
    }
    .navOpen .homeBlock {display: block;}
    .homeBlock.hbLarge {min-width: 540px;}
    .homeBlock.hbMed {min-width: 340px;}
    .homeBlockContent .defaultCTA {margin-left: 0;}
    .navFooter {padding: 54px 15px 25px 15px; font-size: 14px;}
    .navFooter .footerCopyright {font-size: .85em;}
    .navFooter .footerCopyright a {font-size: 1em;}
    .navFooter .logo {width: 90px; margin: 0 auto; margin-bottom: 10px;}
    .productLabel .productTitle {font-size: 1.1em;}
    .courseCardWrap {max-width: 980px;}
    .courseCardOuter {width: 48%;}
}

/*980 - tablet portrait */
@media screen and (max-width: 900px) {
    /*.center { min-width: 767px;}*/
    /*.fullWrap {overflow: auto;}*/
    .navOpen .center {min-width: 100%;}
    .cartActive .loginPopup, .cartActive .userMenuWrap {right: 0;}
    .loginPopup::before, .loginPopup:before, .userMenuWrap::before, .userMenuWrap:before {right: 13px;}
    .loginSection, .loginSection.floatRight {float: none; display: block; min-width: 100%; width: 100%; padding: 0 30px;}
    .loginSectionWrap {max-width: 460px; margin: 0 auto;}
    .loginPageDivider {display: block; width: 100%; padding: 30px 0 0 0; float: none;}
    .homePageContent {max-width: 100%; margin: 0 auto; float: none; transform: none; }
    .homePage img {position: relative; left: 0; right: 0; margin: 0 auto; margin-top: 30px; height: 80%;  }
    /*.homePageContent h1 {font-size: 28px;}*/
    .pendingPopup .customOverlay, .cartRemoval .customOverlay {max-width: 90%;}
    .vertLine, .divText::before, .divText:before, .divText::after, .divText:after {display: none;}
    .formMod.formModMargLeft {margin: 0 auto;}
    .productCardWrap {text-align: center; height: auto;}
    .productCard, .chapterCard, .productCard:nth-child(3n+2), .chapterCard:nth-child(3n+1), .productCard:nth-child(3n+1), .chapterCard:nth-child(3n+1),.productCard:nth-child(3n+3), .chapterCard:nth-child(3n+3) {text-align: left;}
    .navOpen .productCard, .navOpen .productCard:nth-child(odd), .navOpen .productCard:nth-child(even) {width: 58%;}
    .productCard, .productCard:nth-child(odd), .productCard:nth-child(even) {display: block; max-width: 460px; width: 100%; margin: 0 auto; margin-bottom: 20px;}
    .chapterCard, .chapterCard:nth-child(3n+1), .chapterCard:nth-child(3n+2), .chapterCard:nth-child(3n+3) {width: 48%; margin: 0 2% 24px 2%;}
    .chapterCard:nth-child(odd) {margin-left: 0;}
    .chapterCard:nth-child(even) {margin-right: 0;}
    .progWheel .progressbar-text {margin-top: 10px !important;} 
    .productLabel {padding: 1.75em 0 .175em 2em;}
    .navOpen .productLabel .productTitle {font-size: 1.1em;}
    /*.navOpen .productCard .defaultCTA {bottom: 1em;}*/
    .progTime, .progText {font-size: 1em; padding-bottom: .5em;}
    .chapterTitle {font-size: 2.5em;}
    .navOpen .chapterLink {padding: 0.875em 1em;}
    .navOpen .chapterTitle {font-size: 1.5em;}
    .navOpen .progInfo { padding:0 0.875em .5em 0.875em;}
    .homeBlock, .homeBlock.hbLarge, .homeBlock.hbMed {display: block; width: 100%; min-width: 100%; margin-bottom: 40px; padding-left: 32px;}
    .certTable {width: 100%;}
    .viewMore { float: none; text-align: left; display: block; padding-left: 0; max-width: 460px; margin: 0 auto;}
    .loginSection .defaultCTA { display: block; margin: 0 auto; margin-top: 36px;}
    .loginSection .simpleLink {display: block; width:200px; text-align: center; margin: 0 auto; margin-top: 18px;}
    .evalTable {display: block; width: 100%; }
    .evalTable .tableRow.headerRow {display: none;}
    .evalTable .tableRow {border: none;}
    .evalTable .tableRow {display: block; margin-bottom: 28px;}
    .evalTable .tableCell, .evalTable.threeOption .tableCell {display: block; max-width: 100%; width: auto; padding: 16px 45px; text-align: left; font-size: 14px; line-height: 16px; color: #000; font-weight: 700; border: 1px solid #d5d5d5; border-bottom: none; }
    .evalTable .tableCell:last-child {border-bottom: 1px solid #d5d5d5;}
    .evalTable .tableCell:first-child, .evalTable.threeOption .tableCell:first-child {display: block; border: none; width: 100%; max-width: 100%; padding: 20px 0;}
    .evalTable input.defaultRadio { display: block; left: -30px; right: auto;}
    

}

/*767 - mobile */
 @media screen and (max-width: 767px) {
     .narrowCenter .center {max-width: 100%; min-width: 300px;}
     .navHeader p {text-align: center; padding-left: 37px;}
     .mbBarWrap {margin-right: 0;}
     .defaultPageWrap {padding-top: 20px;}
     .fullWrapInner.cartActive {height: calc(100% - 100px);}
     .center {padding: 0 18px;}
     h1, h1.h1style, p.h1style, .h1style, .loginHeader {font-size: 30px; line-height: 32px;}
     h2, h2.h2style, p.h2style, .h2style {font-size: 18px; line-height: 22px;}
     h3, h3.h3style, p.h3style, .h3style {font-size: 22px; line-height: 27px;}
     .menuButton {border-right: none;}
     .menuText {display: none;}
     .homeLogo { padding: 12px 0 8px 0;}
     .userWrap {border-left: none; padding-right: 12px;}
     .userName {display: none;}
      .mainNavigation {position: absolute; display: block; width: 100%; min-height: 100em;}
      .mainNavigation .navLink {font-size: 1.125em; padding-left: 44px;}
      .homePage img {height: 60%;}
      .homePageContent h1 {font-size: 24px; max-width: 90%;}
      .homePageContent .defaultCTA {font-size: 13px; padding: 10px 30px 10px 10px; min-width: 132px; margin-right: 10px; }
      .homePageContent .defaultCTA.defaultCTAalt {margin-right: 0;}
      .homePageContent .defaultCTA.defaultCTAalt span {top: 11px;}
      .homePageContent .defaultCTA.defaultCTAalt {padding-left: 45px;}
      .homePageContent .defaultCTA span.nextArrow {width: 7px; height: 15px; top: 15px; right: 10px;  }
      .loginPopup {display: none; visibility: hidden;}
    .navOpen .fullWrapInner, .fullWrapInner {display: block; width: 100%; margin-left: 0; padding-left: 0;}
    .navOpen .productCard, .navOpen .productCard:nth-child(odd), .navOpen .productCard:nth-child(even) {width: 100%; max-width: 300px;}
    .loginSection, .loginSection.floatRight {padding: 0;}
    .loginSection .defaultCTA {display: block; margin: 0 auto; margin-top: 24px;}
    .loginSection .simpleLink { display: block; width: auto; margin: 36px auto 0 auto; text-align: center;}
    .homeBlock {padding-bottom: 20px;}

    .homeBlock .blockLabel .hbIcon {width: 20px; height: 40px; top: -8px; left: -5px;}
    .homeBlock .blockLabel .hbIcon.hbiAccount {top: 0;}
    .progWheel .progressbar-text {font-size: 16px;}
    .certTable p, .certTable a {font-size: 13px;}
    .ctCol.col1 {width: 150px; padding-right: 40px;}
    .homeBlockContent .defaultCTA {margin-left: 0;}
    /*.quizTable .headerRow .tableCell {padding: 10px 11px 8px 11px;}*/

    .formMod .defaultRadio {top: 14px;}
    .quizTable .tableCell {width: 2%;}
    .quizTable .tableCell:first-child { min-width: 102px; width: 1%; padding: 4px 6px 4px 6px;}
    .quizTable .incorrectRow .tableCell:first-child {padding-left: 30px;}
    .quizTable .tableRow.incorrectRow .tableCell:first-child::before, .quizTable .tableRow.incorrectRow .tableCell:first-child::before {left:6px; width:16px; height: 16px; margin-top: -8px; }
    .quizTable .tableCell:first-child p, .quizTable .headerRow .tableCell p {font-size: 13px; line-height:15px;}
    .quizTable .headerRow .tableCell p {font-size: 10px; padding: 0; width: 33px; height: 14px;}
    .quizTable .tableCell a {padding: 11px 9px;}
    .quizTable .tableCell a span {width: 15px; height: 12px;}
    .quizTable .tableCell.checked a span {background-position: 0 -14px;}
    .quizTable .correctRow .tableCell.checked a span {background-position: 0 -29px;}
    .quizWrap .incorrectText {max-width: 40%; font-size: 14px; margin-left: 25px;}
    .quizWrap .defaultCTA {margin:  34px auto 0 auto; padding: 8px 18px; font-size: 16px; min-width: 152px; }
     .productLink, .chapterLink {font-size: 15px;}
     .navOpen .chapterLink, .chapterLink {padding: 1.25em 1.5em 1.25em 1.5em}
     .navOpen .chapterTitle, .chapterTitle {font-size: 2.5em;}
    .navOpen .progInfo, .progInfo { padding: 0 0.875em .5em 0.875em; }
     .chapterCard, .chapterCard:nth-child(3n+1), .chapterCard:nth-child(3n+2), .chapterCard:nth-child(3n+3) {max-width: 300px; display: block; width: 100%; margin: 0 auto 14px auto;}
     .productCard, .productCard:nth-child(odd), .productCard:nth-child(even) {max-width: 300px; margin-bottom: 14px;}
     .navOpen .chapterCard, .navOpen .chapterCard:nth-child(3n+1), .navOpen .chapterCard:nth-child(3n+2), .navOpen .chapterCard:nth-child(3n+3) {margin: 0 auto; width: 100%;}
     .navOpen .chapterCard:nth-child(odd), .navOpen .chapterCard:nth-child(even) {margin: 0 auto 14px auto;}
     .viewMore {max-width: 300px;}
     .defaultRadioLabel.defaultRadioInline {display: block; margin-top: 10px; margin-left: 36px;}
     .formMod .defaultRadioInline .defaultRadio {top: 20%;}

     /* GRID QUIZ SCROLLING */
         .quizGridOuterWrap {overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .quizGridInnerWrap{ width: calc(100% + 75px);}
    .quizGridFullWrap {position: relative; display: block; width: 100%;}
    .quizGridFullWrap::before, .quizGridFullWrap:before,  .quizGridFullWrap::after, .quizGridFullWrap:after  {
         content:'';
         position: absolute; 
         display: block;
         width: 38px; 
         height: 95%; 
         top: 0;
         left: 0;
         bottom: 0;
         background: url(/images/left.png) no-repeat 0 0;
         background-size: 100% auto;
         z-index: 100;
    }
    .quizGridFullWrap::after, .quizGridFullWrap:after {
         width: 75px;
         left: auto;
         right: 0;
         background: url(/images/right.png) no-repeat 0 0;
    }
    .quizGridInnerWrap {white-space: nowrap;}
    .quizSpacer {position: relative; display: inline-block; width: 75px; min-height: 10px; height: 100%;}
    .quizSpacer:first-child {width: 30px;}
    .quizTable {display: inline-table; white-space: normal;}

     .nextVidButton, .quizNextButton {padding: 8px 18px; font-size: 16px; line-height: 28px; width: 152px; /*bottom: 60px;*/}
     #toolbarContainer {height: 50px; }
     #viewerContainer {top: 60px !important;}
     #toolbarViewerLeft .toolbarButtonSpacer {width:11px; }
     #toolbarViewerMiddle {margin-right: 0 !important;}
     #toolbarViewerLeft .toolbarLabel {padding: 0 8px; margin-top: 0;}
     #toolbarViewerLeft .toolbarLabel.labelTitle {max-width: 160px; margin-right: 11px; font-size: 12px; line-height: 16px;}
     #toolbarViewerLeft .toolbarPaging, #toolbarViewerLeft .toolbarField.pageNumber, #toolbarViewerLeft #numPages {display: none; visibility: hidden}
     #toolbarViewerMiddle .splitToolbarButton {float: right;}
     #toolbarViewerMiddle .toolbarButton {width: 20px; height: 20px; margin: 0 5px !important;}
     #toolbarViewerMiddle .toolbarButton::before, #toolbarViewerMiddle .toolbarButton::before, #toolbarViewerRight .toolbarButton::before, #toolbarViewerRight .toolbarButton::before {background-size: 87px auto !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; margin: auto; transform: none !important; background-size: 50px auto !important;}
     #toolbarViewerMiddle .toolbarButton.zoomOut::before, #toolbarViewerMiddle .toolbarButton.zoomOut::before {background-position: -2px 0;}
     #toolbarViewerRight .toolbarButton.toolbarClose::before, #toolbarViewerRight .toolbarButton.toolbarClose::before {background-position: 0 -86px;}
     #viewerContainer .pdfViewer .page {border: none !important; border-image: none;}


     .quizNextButton {top: 0;}
     .quizNextButton .quizArrow {width: 10px; height: 16px; top: 13px;}
     .nextVidButton .videoIcon {width: 20px; height: 20px; top: 11px; right: 12px; background-position: -37px -305px; background-size: 63px auto;}
     .cartActive .userWrap {right: 0;}
     .userWrap {padding: 18px 15px; width: 55px; height: 55px;}
     .userWrap span.userIcon {left: 19px;}
     .userWrap.cartWrap {padding: 13px 22px; }
     .cartActive .userWrap.cartWrap {position: fixed; top: auto;left: 0; right: 0; bottom: 0; padding: 13px 22px; width: 100%; height: 45px; background: #205e8c; background: rgba(32,94,140,.9); z-index: 600;}
     .cartActive .userWrap.cartWrap .cartIcon {float: right;}
     .cartActive .userWrap.cartWrap .mobileText {display: inline-block; padding-right: 20px; float: right;}
     .courseCardOuter {display: block; width: 100%;}
     .backButton, .backButton:hover, .backButton:focus {font-size: 0; background: none; width: 35px; padding: 18px 15px;}
     .backButton span.backArrow {left: 15px;}
     .defaultPageWrap.cart .center {padding: 0;}
     .defaultPageWrap.cart h1 , .defaultPageWrap.cart .validation-summary-valid, .defaultPageWrap.cart .cartSummary, .defaultPageWrap.cart .cartItemCell, .defaultPageWrap.cart .cartFooter {padding-left: 15px; padding-right: 15px;}
     .cartFooter .formMod {padding-bottom: 20px;}
     .cartFooter .formMod .defaultLabelCheckbox, .cartFooter .formMod .defaultLabelCheckbox a {font-size: 14px;}
     .cartRow {display: block; border-top: 1px solid #dbdbdb;}
     .cartItemCell {display: block; width: 100%; border-top: none; text-align: left;}
     .cartItemCell.priceCell {text-align: left; padding-top: 0;}
     .cartItemCell.titleCell {padding: 18px 15px 10px 15px;}
     .totalRow .cartItemCell {display: block;}
     .totalRow .cartItemCell:last-child {display: block; padding-top: 25px; width: 100%; float:right; }
     .cartItemCell.rcMobile {display: block;}
     .cartItemCell.rcDesktop {display: none;}

 }
@media screen and (max-width: 640px) {
    .quizSpacer {width: 105px;}
}
