/* Minification failed. Returning unminified contents.
(2093,1): run-time error CSS1019: Unexpected token, found '@import'
(2093,9): run-time error CSS1019: Unexpected token, found 'url("//hello.myfonts.net/count/4ce833")'
(2886,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2887,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2915,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2916,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2983,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2984,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*!
 *  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";
}

/* FONTS */
/* @license MyFonts Webfont Build ID 5040179
 * The fonts listed in this notice are subject to the End User License Agreement(s) entered into by the website owner. All other parties are explicitly restricted from using the Licensed Webfonts(s).
 * © MyFonts Inc
*/
@import url("//hello.myfonts.net/count/4ce833");

@font-face {
    font-family: "TradeGothicNextLTPro";
    src: url('/includes/fonts/TradeGothicNextLTProHv/font.woff2') format('woff2'), url('/includes/fonts/TradeGothicNextLTProHv/font.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: "TradeGothicNextLTPro";
    src: url('/includes/fonts/TradeGothicNextLTProBd/font.woff2') format('woff2'), url('/includes/fonts/TradeGothicNextLTProBd/font.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: "TradeGothicNextLTPro";
    src: url('/includes/fonts/TradeGothicNextLTProRg/font.woff2') format('woff2'), url('/includes/fonts/TradeGothicNextLTProRg/font.woff') format('woff');
    font-weight: 400;
}
/* RESET */
*,
*::before,
*:before,
*::after,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
}

html,
body {
    font-family: 'TradeGothicNextLTPro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Frutiger, Frutiger Linotype, 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

button {
    font-family: inherit;
}

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

#root {
    display: block;
    min-height: 100vh;
    position: relative;
}

body.landing,
.landing #root,
.login #root {
    background: #10344F;
}
/* NAV */
.navigation-seat {
    display: block;
    height: 4em;
    position: relative;
    width: 100%;
}

.navigation-bar {
    background: #fff;
    color: #282828;
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    transition: .25s;
    width: 100%;
    z-index: 500;
}

.landing .navigation-bar,
.login .navigation-bar {
    background: #10344F;
    color: #fff;
}

.login .navigation-bar {
    background: transparent;
}

.form .navigation-bar {
    background: #f5f5f5;
}

.sticky .navigation-bar {
    box-shadow: 0 0 1em .5em rgba(0,0,0,.15);
}

.navigation-bar-center {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.navigation-bar-menu-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: #282828;
    cursor: pointer;
    display: block;
    font-size: 1em;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 2.75em;
}

.landing .navigation-bar-menu-icon,
.login .navigation-bar-menu-icon {
    color: #fff;
}

.login .navigation-bar-menu-icon {
    display: none;
}

.navigation-bar-menu-icon::before,
.navigation-bar-menu-icon:before {
    border-bottom: 2px solid #282828;
    border-top: 2px solid #282828;
    bottom: 0;
    content: '';
    display: block;
    /*height: .7em;*/
    height: .9em;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    /*top: 0;*/
    top: -.5em;
    width: 1.15em;
}

.navigation-bar-menu-icon::after,
.navigation-bar-menu-icon:after {
    border-top: 2px solid #282828;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: .25em;
    /*top: 0;*/
    top: -.5em;
    width: .9em;
}

.landing .navigation-bar-menu-icon::before,
.landing .navigation-bar-menu-icon:before,
.landing .navigation-bar-menu-icon::after,
.landing .navigation-bar-menu-icon:after,
.login .navigation-bar-menu-icon::before,
.login .navigation-bar-menu-icon:before,
.login .navigation-bar-menu-icon::after,
.login .navigation-bar-menu-icon:after {
    border-color: #fff;
}

.navigation-bar-logo {
    display: inline-block;
    margin: -.5em 0 0 0;
    position: relative;
    vertical-align: top;
    width: 4.8em;
}

.login .navigation-bar-logo {
    opacity: 0;
    pointer-events: none;
}

.navigation-bar-logo img {
    display: none;
    height: auto;
    position: relative;
    width: 100%;
}

.navigation-bar-logo img.dark {
    display: block;
}

.landing .navigation-bar-logo img,
.login .navigation-bar-logo img {
    display: block;
}

.landing .navigation-bar-logo img.dark,
.login .navigation-bar-logo img.dark {
    display: none;
}

.navigation-menu {
    background: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(.8em);
    backdrop-filter: blur(.8em);
    border-radius: 0 .8em 0 0;
    color: #fff;
    display: block;
    height: 100vh;
    left: -21em;
    max-width: 20em;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: .25s;
    width: 88%;
    z-index: 500;
}

.menu-open .navigation-menu {
    left: 0em;
}

.navigation-menu-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    height: 3.65em;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 3.65em;
    z-index: 1;
}

.navigation-menu-close .material-symbols-outlined {
    bottom: 0;
    display: block;
    font-size: 1.55em;
    height: 1em;
    line-height: 1em;
    margin: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
}

.navigation-menu-overflow {
    display: block;
    max-height: 100%;
    overflow: auto;
    padding: 5em 0;
    position: relative;
    width: 100%;
}

.navigation-menu-link {
    color: #fff;
    display: block;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.2em;
    padding: .7em 4.06em .7em 1.72em;
    position: relative;
    text-decoration: none;
}

.error-bar {
    background: #E10000;
    color: #fff;
    display: block;
    padding: .75em 0;
    position: relative;
    width: 100%;
}

.error-center {
    display: block;
    margin: 0 auto;
    max-width: 51.5em;
    padding: 0 .8em;
    position: relative;
    width: 100%;
}

.error-bar p {
    color: #fff;
    display: block;
    font-size: .8em;
    line-height: 1.375em;
    position: relative;
}

.error-bar p a {
    color: #fff;
    text-decoration: underline;
}
/* FOOTER */
.footer-wrap {
    display: block;
    position: static;
}

.footer-seat {
    display: block;
    height: 10.4em;
    min-height: 10.4em;
    position: relative;
}

.footer-content {
    background: #fff;
    bottom: 0;
    color: #282828;
    display: block;
    left: 0;
    padding: 2.1em 0;
    position: absolute;
    width: 100%;
}

.landing .footer-content,
.login .footer-content {
    background: #10344F;
    color: #fff;
}

.form .footer-content {
    background: #f5f5f5;
}

.footer-center {
    display: block;
    margin: 0 auto;
    padding: 0 .8em;
    position: relative;
    width: 100%;
}

.footer-logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 4.7em;
}

.footer-logo img {
    display: block;
    filter: brightness(0);
    opacity: .5;
    position: relative;
    width: 100%;
}

.landing .footer-logo img,
.login .footer-logo img {
    filter: none;
    opacity: 1;
}

.footer-copyright-wrap {
    display: block;
    margin: 0 auto;
    max-width: 20em;
    padding: 1.15em 0 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.footer-copyright {
    display: block;
    color: #838383;
    font-size: .6em;
    line-height: 1.5em;
}

.landing .footer-copyright,
.login .footer-copyright {
    color: #B0D5EF;
}

.footer-copyright a {
    color: inherit;
    text-decoration: none;
    transition: .25s;
}

.footer-copyright a:hover,
.footer-copyright a:focus-visible {
    color: #282828;
}

.landing .footer-copyright a:hover,
.landing .footer-copyright a:focus-visible,
.login .footer-copyright a:hover,
.login .footer-copyright a:focus-visible {
    color: #fff;
}

.fullSiteOverlay { position: fixed; display: none; vertical-align: middle; width: 100%; height: 100%; top: 0; left: 0; padding: 0 0 0 200px; z-index: 9999; text-align: center; background: #fff; background: rgba(255,255,255,.8); box-sizing: border-box; }
    .fullSiteOverlay::before, .fullSiteOverlay:before { content: ''; position: relative; display: inline-block; vertical-align: middle; height: 100%; }
.overlayPopup { position: relative; display: inline-block; vertical-align: middle; min-width: 350px; padding: 35px 30px; background: #fff; box-shadow: 0 0 4px #b3b3b3; box-shadow: 0 0 4px rgba(0,0,0,.7); overflow: auto; max-height: 80vh; }
.customOverlayClose { position: absolute; display: block; width: 32px; height: 32px; top: 10px; right: 10px; background: url(/images/admin/close.png) no-repeat center center; opacity: .5; transition: all .25s ease; }
.customOverlayClose { width: 32px; height: 32px; top: 10px; right: 10px; }
    .customOverlayClose:hover { opacity: 1; transform: rotate(180deg); }
/* LANDING */
.landing-wrap { background: #10344F; color: #fff; display: block; height: auto; /* min-height: 100vh; */ padding: 1.5em 0; position: relative; width: 100%; }

.landing-center {
    display: block;
    margin: 0 auto;
    max-width: 51.5em;
    padding: 0 .8em;
    position: relative;
    width: 100%;
}

.landing-tile-wrap {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: .55em .5em;
    justify-content: flex-start;
    position: relative;
}

.landing-tile {
    background: #224B69;
    border-radius: .4em;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: .9em .7em;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 30%;
    width: calc(33.33% - .334em);
}

.landing-tile-badge {
    background: #FA4D09;
    bottom: 100%;
    display: block;
    font-size: .7em;
    left: 100%;
    line-height: 1.2em;
    margin: 0 0 0 -4.36em;
    padding: 1.4em 0 .4em 0;
    position: absolute;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: left bottom;
    width: 6.25em;
    z-index: 1;
}
.elite-log .landing-tile-badge {
  display: none;
}

.landing-tile-icon {
    color: #83B0D1;
    display: block;
    font-size: 1.75em;
    font-weight: 400;
    height: 1em;
    line-height: 1em;
    margin: 0 0 .63em 0;
    position: relative;
    width: 1em;
}

.landing-tile-icon .material-symbols-outlined {
    font-size: 1em;
    font-weight: inherit;
    line-height: 1em;
    margin: 0 0 0 -.1em;
}

.landing-tile-icon img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
}

.landing-tile-name {
    color: #fff;
    display: block;
    font-size: .8em;
    font-weight: 700;
    line-height: 1.2em;
    max-width: 4.5em;
    position: relative;
}
/* POSTURE */
.posture-wrap {
    display: block;
    position: relative;
    width: 100%;
}

.posture-center {
    display: block;
    margin: 0 auto;
    max-width: 35em;
    position: relative;
    width: 100%;
}

.posture-content {
    display: block;
    left: .9em;
    max-width: 10em;
    padding: 0 2.6em 0 .8em;
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 2;
}

.posture-title {
    color: #282828;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 .25em 0;
    position: relative;
}

.posture-text {
    /*color: #a0a0a0;*/
    color: #757575;
    display: block;
    font-size: .8em;
    line-height: 1.23em;
    position: relative;
}

.posture-selection-wrap {
    display: block;
    margin: 0 auto;
    max-width: 18.8em;
    position: relative;
    width: 100%;
}

.posture-image {
    display: block;
    position: relative;
    width: 100%;
}

.posture-section-link {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
}

.posture-selection-wrap--postures-selected .posture-section-link {
    background: #fff;
    opacity: .5;
}

.posture-selection-wrap--postures-selected .posture-section-link.selected {
    background: none;
    opacity: 1;
}

.posture-section-link.head {
    height: 29.1%;
    left: 25%;
    right: 25%;
    width: auto;
    z-index: 1;
}

.posture-selection-wrap-elite .posture-section-link.head {
    clip-path: polygon(0% 0%, 100% 0%, 100% 120%, 65% 120%, 65% 69%, 36% 69%, 36% 120%, 0% 120%);
}

.posture-section-link.head::before,
.posture-section-link.head:before {
    content: '';
    display: block;
    height: 8.9%;
    left: 21%;
    margin: 0 auto;
    position: absolute;
    right: 21%;
    top: 100%;
    width: auto;
}

.posture-selection-wrap--postures-selected .posture-section-link.head::before,
.posture-selection-wrap--postures-selected .posture-section-link.head:before {
    background: #fff;
}

.posture-selection-wrap--postures-selected .posture-section-link.head.selected::before,
.posture-selection-wrap--postures-selected .posture-section-link.head.selected:before {
    background: none;
}

.posture-section-link.arms {
    clip-path: polygon(0% 0%, 32% 0%, 28% 100%, 72% 100%, 68.3% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 27.1%;
    left: 11.5%;
    top: 29.1%;
    right: 11.5%;
    width: auto;
}

.posture-section-link.chest {
    height: 19.8%;
    left: 43%;
    right: 42.5%;
    top: 20.1%;
    width: auto;
    z-index: 2;
}

.posture-section-link.legs {
    clip-path: polygon(4% 0%, 96% 0%, 100% 100%, 0% 100%);
    height: 48.4%;
    left: 33%;
    top: 31.8%;
    right: 33%;
    width: auto;
    z-index: 1;
}

.posture-selection-wrap-elite .posture-section-link.legs {
    clip-path: polygon(4% 0%, 29% 0%, 29% 16%, 72% 16%, 72% 0%, 96% 0%, 100% 100%, 0% 100%);
}

.posture-section-link.feet {
    height: 19.8%;
    left: 33.4%;
    top: 80.2%;
    right: 33.4%;
    width: auto;
}

.posture-section-link.selected.arms::before,
.posture-section-link.selected.arms:before,
.posture-section-link.selected.feet::before,
.posture-section-link.selected.feet:before,
.posture-section-link.selected::after,
.posture-section-link.selected:after {
    color: #fff;
    content: '\e86c';
    display: block;
    font-family: "Material Symbols Rounded";
    font-size: 1.75em;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 48;
    height: 1em;
    left: 50%;
    line-height: 1em;
    margin: -.5em 0 0 -.5em;
    position: absolute;
    text-decoration: none;
    top: 50%;
    width: 1em;
    z-index: 1;
}

.posture-section-link.selected.arms::before,
.posture-section-link.selected.arms:before {
    left: 19%;
    top: 33%;
}

.posture-section-link.selected.arms::after,
.posture-section-link.selected.arms:after {
    left: auto;
    margin: -.5em -.5em 0 0;
    right: 19%;
    top: 33%;
}

.posture-section-link.selected.legs::after,
.posture-section-link.selected.legs:after {
    top: 28%;
}

.posture-section-link.selected.feet::before,
.posture-section-link.selected.feet:before {
    left: 23%;
    top: 40%;
}

.posture-section-link.selected.feet::after,
.posture-section-link.selected.feet:after {
    left: 78%;
    top: 40%;
}
.posture-section-link-dot {
	background: #FA4D09;
  border-radius: 50%;
	display: none;
	height: .75em;
	left: 0;
  margin: -.375em 0 0 -.375em;
	position: absolute;
	top: 0;
	width: .75em;
}
.head .posture-section-link-dot {
    left: 16%;
    top: 67%;
}
.arms .posture-section-link-dot {
    left: 79%;
    top: 25%;
}
.chest .posture-section-link-dot {
    left: 85%;
    top: 7%;
}
.legs .posture-section-link-dot {
    left: 15%;
    top: 46%;
}
.feet .posture-section-link-dot {
    left: 83%;
    top: 38%;
}
.posture-section-link-dot::before,
.posture-section-link-dot:before {
    animation: dotpulse .75s infinite linear;
	border: 1px solid #FA4D09;
    border-radius: 50%;
	bottom: -5em;
    content: '';
	display: block;
	height: .75em;
	left: -5em;
	margin: auto;
    /*opacity: 1;*/
	position: absolute;
	right: -5em;
	top: -5em;
	width: .75em;
}
@keyframes dotpulse {
    0% {
        height: .75em;
        /*opacity: 1;*/
        width: .75em;
    }
    100% {
        height: 1.25em;
        /*opacity: .5;*/
        width: 1.25em;
    }
}
.posture-section-link-dot::after,
.posture-section-link-dot:after {
    animation: dotpulse2 .75s infinite linear;
	border: 1px solid #FA4D09;
    border-radius: 50%;
	bottom: -5em;
    content: '';
	display: block;
	height: 1.25em;
	left: -5em;
	margin: auto;
    opacity: 1;
	position: absolute;
	right: -5em;
	top: -5em;
	width: 1.25em;
}
@keyframes dotpulse2 {
    0% {
        height: 1.25em;
        opacity: 1;
        width: 1.25em;
    }
    100% {
        height: 1.7em;
        opacity: 0;
        width: 1.7em;
    }
}
.loading-overlay-wrap {
    background: rgba(255,255,255,.8);
    -webkit-backdrop-filter: blur(.75em);
    backdrop-filter: blur(.75em);
    display: none;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 501;
}

.loading-overlay {
    display: block;
    left: 0;
    margin: 0 auto;
    max-height: 100vh;
    max-width: 30em;
    overflow: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.loading-overlay-text {
    color: #282828;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 auto;
    max-width: 8em;
    position: relative;
    text-align: center;
}

.loading-overlay-circle {
    animation: LoadSpin 1.5s linear infinite;
    border: 2px solid #FA4D09;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: block;
    height: 3em;
    margin: .75em auto;
    position: relative;
    transform-origin: center;
    width: 3em;
}

@keyframes LoadSpin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359.9999deg);
    }
}
/* SELECT POSTURE */
body.form,
.form #root,
#root.form {
    background: #f5f5f5;
}

.form-wrap {
    display: block;
    position: relative;
    width: 100%;
}

.form-back-link {
    color: #282828;
    cursor: pointer;
    display: inline-block;
    font-size: .6em;
    line-height: 1.2em;
    /*padding: 0 1.43em;*/
    padding: .8em 1.43em;
    position: relative;
    text-decoration: none;
    vertical-align: top;
}

.tab-content-wrap.active .form-back-link {
  display: none;
  margin-top: 1.5em;
  padding: 0;
}

.form-back-link .material-symbols-outlined {
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    margin: .15em 0 0 0;
    vertical-align: top;
}

.form-center {
    display: block;
    margin: 0 auto;
    padding: 0 0 1em 0;
    position: relative;
    width: 100%;
}

.form-headline {
    color: #282828;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.1em;
    padding: .2em .533em 0 .533em;
    position: relative;
}

.treatments-center .form-headline {
    padding-left: 0;
    padding-right: 0;
}
.treatments-center .form-back-link {
  padding: 0 1.833em 0 0;
}
.form-subline {
    color: #282828;
    display: block;
    font-size: .8em;
    font-weight: 700;
    line-height: 1.1em;
    padding: .7em 1em 0 1em;
    position: relative;
}

.form-text {
    color: #282828;
    display: block;
    font-size: .8em;
    line-height: 1.625em;
    padding: 1.06em 1em 0 1em;
    position: relative;
}

.form-text a {
    color: #FA4D09;
    text-decoration: none;
}

.form-module {
    background: #fff;
    border-radius: .6em;
    box-shadow: 0 .1em .75em rgba(0,0,0,.15);
    display: block;
    /*margin: 1.3em 0 0 0;*/
    margin: 1em 0 0 0;
    padding: .85em 1em .4em 1em;
    position: relative;
    width: 100%;
}

.form-module-transparent {
    display: block;
    margin: 1em 0 0 0;
    padding: 0 .8em;
    position: relative;
    width: 100%;
}

.tab-content-wrap.active .form-module-transparent {
  padding: 0;
}

.form-module-flex {
    display: flex;
    /*gap: 1.9em;*/
    gap: 7.35em;
    justify-content: space-between;
    width: 100%;
}

.form-module-cell {
    flex: 1 1 auto;
}

.form-module-headline,
.subheading {
    color: #282828;
    display: block;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.2em;
    padding: 0 0 .33em 0;
    position: relative;
}

.form-module-row {
    align-content: center;
    align-items: center;
    border-top: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.form-module-row.half {
    width: 100%;
}
.form-module-row.half a.form-module-label::after, 
.form-module-row.half a.form-module-label:after {
  right: 0;
}

.form-module-row.collapsible {
    border: none;
}

.form-module-headline + .form-module-row,
.form-module-row:first-child {
    border: none;
}

.form-module-label {
    color: #282828;
    cursor: pointer;
    display: block;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.2em;
    order: 2;
    /*padding: .76em 2.3em .76em 0;*/
    padding: .46em 2.3em .76em 0;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.treatments-wrap .form-module-label {
  padding: .46em 2.3em .46em 0;
}
.form-module-label.no-arrow {
  font-size: .9em;
}
.form-module-row.half .form-module-label span.form-module-wrap {
  /*display: block;*/
  display: inline-block;
  position: relative;
}
.form-module-label.pad-left {
    padding: .76em 0 .76em 2.3em;
}
/* Added */
.form-module-row.button-right {
  justify-content: space-between;
}
.form-module-label.center-single {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  padding: .76em 1.46em .76em .76em;
}
.form-module-label.center-single .form-module-checkbox {
  display: inline-block;
  left: auto;
}
.form-module-label.center-single .form-module-checkbox:checked {
  border-color: #a0a0a0;
}

p.form-module-label {
    padding-right: 0;
}

a.form-module-label::after,
a.form-module-label:after {
    color: #282828;
    content: '\e5e1';
    display: block;
    font-family: "Material Symbols Rounded";
    font-size: 1em;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
    height: 1em;
    line-height: 1em;
    margin: -.5em 0 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1em;
}
.form-module-row.half a.form-module-label::after,
.form-module-row.half a.form-module-label:after,
.form-module-row a.form-module-label.no-arrow::after,
.form-module-row a.form-module-label.no-arrow:after {
  display: none;
}
.form-module-row.half a.form-module-label span.form-module-wrap::after,
.form-module-row.half a.form-module-label span.form-module-wrap:after {
    color: #282828;
    content: '\e5e1';
    display: inline-block;
    font-family: "Material Symbols Rounded";
    font-size: 1em;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
    height: 1em;
    line-height: 1em;
    margin: -.5em 0 0 0;
    position: absolute;
    right: -.9em;
    top: 93%;
    transform: translateY(-50%);
    width: 1em;
}
.form-module-label.checkbox::after,
.form-module-label.checkbox:after {
    content: '\e5ca';
    color: #fff;
    display: block;
    font-family: 'Material Symbols Rounded';
    font-size: .9rem;
    font-weight: 900;
    height: 1em;
    left: 0; /*Added*/
    line-height: 1em;
    margin: -.5em 0 0 0;
    pointer-events: none;
    position: absolute;
    /*right: 0;*/
    text-align: center;
    top: 50%;
    width: 1.556em;
}
.form-module-label.center-single.checkbox::after,
.form-module-label.center-single.checkbox:after {
  bottom: auto;
  left: auto;
  right: auto;
}

.form-module-option-wrap {
    align-content: center;
    align-items: center;
    display: flex;
    min-width: 4.4em;
    position: relative;
}

.form-module-label-inline {
    display: block;
    font-size: 0;
    height: 1.4rem;
    position: relative;
    width: 2.2rem;
}

.form-module-checkbox-label {
    display: block;
    color: #757575;
    /*color: #a0a0a0;*/
    font-size: .8rem;
    font-weight: 700;
    height: 1em;
    left: 0; /*Added*/
    line-height: 1em;
    margin: -.6em 0 0 0;
    pointer-events: none;
    position: absolute;
    /*right: 0;*/
    text-align: center;
    transition: .25s;
    top: 50%;
    width: 1.75em;
}

.form-module-checkbox:checked + .form-module-checkbox-label {
    color: #fff;
}

.form-module-checkbox {
    appearance: none;
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    height: 1.4em;
    left: 0;/*Added*/
    margin: -.7em 0 0 0;
    position: absolute;
    /*right: 0;*/
    top: 50%;
    width: 1.4em;
}

.form-module-checkbox:checked {
    background: #10344F;
    border-color: #10344F;
}

.form-module-small-link {
    appearance: none;
    background: transparent;
    border: none;
    color: #282828;
    cursor: pointer;
    display: inline-block;
    font-size: .65em;
    line-height: 1.2em;
    padding: 1.28em 0;
    position: relative;
    text-decoration: none;
    vertical-align: top;
}

.form-module-small-link.video::after,
.form-module-small-link.video:after {
    color: #10344f;
    content: '\e1c4';
    display: inline-block;
    font-family: "Material Symbols Rounded";
    font-size: 2em;
    font-weight: 200;
    line-height: .6em;
    margin: 0 0 0 .19em;
    position: relative;
    vertical-align: top;
}

.form-module-small-link .material-symbols-outlined {
  color: #10344f;  
  display: inline-block;
    font-size: 1.5em;
    line-height: .5em;
    margin: .2em 0 0 0;
    position: relative;
    transform-origin: center;
    transition: .25s;
    vertical-align: top;
}
.form-module-small-link.open .material-symbols-outlined {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.form-collapsible-inner {
    display: block;
    position: relative;
    width: 100%;
}

.form-module-link {
    border-top: 1px solid #E8E8E8;
    color: #282828;
    display: block;
    font-size: .7em;
    line-height: 1.2em;
    padding: .9em 0;
    position: relative;
    text-decoration: none;
}

.form-module-link:first-child {
    border: none;
}

.form-module-link.video {
    padding-right: 3.4em;
}

.form-module-link.video::after,
.form-module-link.video:after {
    display: block;
    color: #10344f;
    content: '\e1c4';
    font-family: "Material Symbols Rounded";
    font-size: 2.7em;
    font-weight: 100;
    line-height: 1em;
    margin: -.5em 0 0 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.form-module-cta {
    background: #FF4C00;
    border: 1px solid #FF4C00;
    border-radius: 3em;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: .9em;
    font-weight: 900;
    line-height: 1.2em;
    padding: 1em 1.1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.form-module-cta + .form-module-cta {
    margin-top: .72em;
}

.form-module-cta.alt {
    background: transparent;
    color: #FF4C00;
}
/* TREATMENTS */
.treatments-wrap {
    display: block;
    position: relative;
    width: 100%;
}

.treatments-center {
    display: block;
    margin: 0 auto;
    padding: 0 .9em;
    position: relative;
    width: 100%;
}

.tab-content-wrap.active .treatments-center {
  padding: 0;
}

.treatments-selected-bar {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.treatments-selected-title {
    color: #282828;
    display: inline-block;
    font-size: .7em;
    line-height: 1.2em;
    position: relative;
    vertical-align: middle;
}

.treatments-selected-more {
    appearance: none;
    background: none;
    border: none;
    color: #282828;
    cursor: pointer;
    display: inline-block;
    font-size: .7em;
    font-weight: 700;
    line-height: 1.2em;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.treatments-selected-more::after,
.treatments-selected-more:after {
    color: #282828;
    content: '\e5cf';
    display: inline-block;
    font-size: 1.5em;
    font-family: "Material Symbols Rounded";
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
    line-height: .4em;
    margin: .25em -.2em 0 0;
    position: relative;
    transform-origin: center;
    transition: .25s;
    vertical-align: top;
    width: 1em;
}

.treatments-selected-more.open::after,
.treatments-selected-more.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.treatments-selected-collapsible {
    display: block;
    position: relative;
    width: 100%;
}

.treatments-selected-collapsible-inner {
    align-content: flex-end;
    align-items: flex-end;
    display: flex;
    gap: .7em;
    justify-content: space-between;
    padding: .95em 0 0 0;
    position: relative;
}

.treatments-selected-title {
    color: #282828;
    display: block;
    font-size: .7em;
    font-weight: 700;
    line-height: 1.57em;
    position: relative;
}

.treatments-selected-list {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.treatments-selected-list-item {
    color: #282828;
    display: list-item;
    font-size: .7em;
    margin: 0;
    line-height: 1.2em;
    list-style: none;
    padding: .2em 0 .2em 1.1em;
    position: relative;
}

.treatments-selected-list-item::before,
.treatments-selected-list-item:before {
    color: #FA4D09;
    content: '\e5ca';
    display: block;
    font-family: "Material Symbols Rounded";
    font-size: 1em;
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 200, 'opsz' 40;
    left: -.1em;
    line-height: 1em;
    position: absolute;
    top: .4em;
}

.treatments-selected-button {
    border: 1px solid #8FB8D5;
    border-radius: 1em;
    color: #10344F;
    display: inline-block;
    font-size: .7em;
    font-weight: 700;
    line-height: 1.2em;
    padding: .32em .9em;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
}

.video-treatment-chiro-header {
    margin: .9em 0 0 0;
}

.video-treatment-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.video-treatment {
    align-content: stretch;
    align-items: stretch;
    color: #282828;
    display: flex;
    justify-content: space-between;
    margin: .9em 0 0 0;
    position: relative;
    text-decoration: none;
    width: 100%;
}

div.video-treatment.inactive {
    opacity: .5;
}

.video-treatment-thumbnail-wrap {
    display: block;
    flex: 0 0 8.5em;
    padding: 0 1.15em 0 0;
    position: relative;
}

.video-treatment-thumbnail {
    background: #282828;
    border-radius: .4em;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 67.8% 0 0 0;
    position: relative;
    width: 100%;
}

.video-treatment-thumbnail::after,
.video-treatment-thumbnail:after {
    bottom: 0;
    color: #fff;
    content: '\e037';
    display: block;
    font-family: "Material Symbols Rounded";
    font-size: 2.5em;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 48;
    height: 1em;
    left: 0;
    line-height: 1em;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
}

.video-treatment-thumbnail img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-treatment-thumbnail-runtime {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: .7em;
    font-weight: 700;
    line-height: 1.2em;
    padding: .57em .64em;
    position: absolute;
    right: 0;
}

.video-treatment-content {
    display: inline-flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.video-treatment-title {
    color: #282828;
    display: block;
    font-size: .8em;
    line-height: 1.375em;
    position: relative;
}

.video-treatment-link {
  color: #757575;  
  /*color: #a0a0a0;*/
    display: block;
    font-size: .6em;
    line-height: 1.2em;
    padding: 0 .2em .5em 0;
    position: relative;
}

.video-treatment-link .material-symbols-outlined {
    font-size: 1.4em;
    line-height: 1em;
    vertical-align: top;
}

.form-heading1,
.heading,
.form-heading3 {
    color: #282828;
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.083em;
    position: relative;
}

.form-heading2 {
    color: #282828;
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.083em;
    padding: 0 0 1em 0;
    position: relative;
}
.form-heading3 {
  font-size: 1.1em;
}

.tab-content-wrap > .form-heading2:first-child,
.video-treatment-wrap .form-heading2,
.video-treatment-wrap + .form-heading2 {
    padding: 1em 0 0 0;
}

.heading-hint {
  color: #757575;  
  /*color: #a0a0a0;*/
    font-size: .667em;
    font-weight: 400;
    line-height: 1.2em;
}

.form-section-title {
    color: #282828;
    display: block;
    font-size: .8em;
    line-height: 1.2em;
    font-weight: 700;
    position: relative;
}

.form-pdf-wrap {
    display: block;
    padding: .6em 0 1.1em 0;
    position: relative;
    width: 100%;
}

.form-pdf {
    align-content: center;
    align-items: center;
    border-top: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.form-pdf:first-child {
    border: none;
}

.form-pdf-label {
    display: block;
    flex: 1 1 auto;
    font-size: .8em;
    line-height: 1.3em;
    padding: .675em 1em .675em 0;
    position: relative;
}

.form-pdf-label.checkbox {
    padding-left: 1.75em;
}

.form-pdf-label input[type=checkbox] {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.form-pdf-checkbox {
    color: #FF4C00;
    display: block;
    font-size: 1.25em;
    height: 1em;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: .55em;
    width: 1em;
}

.form-pdf-checkbox::before,
.form-pdf-checkbox:before {
    content: '\e835';
    display: block;
    font-family: "Material Symbols Rounded";
    font-size: 1em;
    line-height: 1em;
    position: absolute;
}

input[type=checkbox]:checked + .form-pdf-checkbox::before,
input[type=checkbox]:checked + .form-pdf-checkbox:before {
    content: '\e834';
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 200, 'opsz' 48;
}

.form-pdf-name {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.form-pdf-action {
    border: 1px solid #8FB8D5;
    border-radius: 3em;
    color: #10344F;
    display: block;
    font-size: .7em;
    font-weight: 700;
    line-height: 1.2em;
    padding: .3em .8em;
    position: relative;
    text-decoration: none;
}

.form-pdf-action .material-symbols-rounded {
    display: inline-block;
    font-size: 1.2em;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 48;
    line-height: 1em;
    margin: .1em -.3em -.1em 0;
    vertical-align: top;
}

.form-divider {
    position: relative;
    display: block;
    margin: .5em 0 1em 0;
    font-size: 1em;
    line-height: 1em;
    border-bottom: 1px solid #d1d1d1;
}

.form-module-transparent .form-divider:first-child {
    line-height: 0;
    margin-top: 0;
}

.tab-wrap {
    align-content: stretch;
    align-items: stretch;
    background: #e8e8e8;
    border-radius: 3em;
    display: flex;
    justify-content: space-between;
    margin: .9em 0 0 0;
    position: relative;
    width: 100%;
}

.tab {
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 3em;
    color: #7a7a7a;
    display: inline-block;
    flex: 1 0 auto;
    font-size: .7em;
    font-weight: 700;
    line-height: 1.2em;
    padding: .9em 1.7em;
    position: relative;
    text-align: center;
    transition: .25s;
    vertical-align: middle;
}

.tab.active {
    background: #fa4d09;
    color: #fff;
}

.tab-content-wrap {
    display: none;
    position: relative;
    width: 100%;
}

.tab-content-wrap.active {
    display: block;
}

.tab-content-text,
.content {
    color: #282828;
    display: block;
    font-size: .8em;
    line-height: 1.625em;
    padding: 1.2em 0 .4375em 0;
    position: relative;
}

/*Tab-Content-Text Tab-Content-Padding*/
    .tab-content-text.tab-content-padding {
        padding: 0.2em 0 0.1375em;
    }
    .tab-content-text.tab-content-padding-bottom{
        padding-bottom:0.05em;
    }
    .content {
        padding: .6em 0 0 0;
    }
.form-content-text {
    color: #282828;
    display: block;
    padding: 1.2em 0 .4375em 0;
    position: relative;
}

.tab-content-text a {
    color: #FA4D09;
    text-decoration: none;
}
.tab-content-text.tab-content-padding a {
    font-size: 1em;
    padding: 0.2em 0 0.1375em;
}
.tab-content-list {
    display: block;
    margin: 0;
    padding: .4375em 0 .4375em 2em;
    position: relative;
}

.tab-content-list-item {
    color: #282828;
    display: list-item;
    font-size: .8em;
    line-height: 1.625em;
    position: relative;
}

.tab-content-list-item p {
    font-size: 1em;
}

.tab-content-list-item a,
.tab-content-list-item p a {
    color: #FA4D09;
    text-decoration: none;
    cursor:pointer;
}
.form-pdf-alt-link {
  color: #757575;  
  /*color: #a0a0a0;*/
    display: block;
    font-size: .6em;
    line-height: 1.2em;
    padding: 0 0 1em 0;
    position: relative;
    text-decoration: none;
}
.form-pdf-alt-link .material-symbols-rounded {
    font-size: 1em;
    line-height: 1em;
    margin: .1em 0 0 0;
}
/* LOGIN */
.login-wrap {
    background: #10344F;
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
}

.login-center {
    display: block;
    margin: 0 auto;
    max-width: 18.75em;
    padding: 0 1.5em;
    position: relative;
    width: 100%;
}

.login-logo {
    display: block;
    margin: -1.2em auto 0 auto;
    max-width: 8.2em;
    position: relative;
    width: 100%;
}

.login-logo img {
    display: block;
    position: relative;
    width: 100%;
}

.login-form-wrap {
    display: block;
    padding: .75em 0 1.9em 0;
    position: relative;
    width: 100%;
}

.login-form-row {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    gap: .75em;
    justify-content: space-between;
    padding: .75em 0 0 0;
    position: relative;
    width: 100%;
}

.login-form-cell {
    display: block;
    flex: 1 1 auto;
    position: relative;
}

.login-form-cell.right {
    text-align: right;
}

.login-form-label {
    color: #597b94;
    display: block;
    font-size: .9em;
    left: 0;
    line-height: 1.2em;
    padding: .9em 1em;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .25s;
    z-index: 1;
}

.has-value .login-form-label,
.is-focused .login-form-label {
    font-size: .7em;
    padding: .5em 1.2em;
}

.login-form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, .25);
    border: none;
    border-bottom: 1px solid rgba(176, 213, 239, .5);
    border-radius: .22em;
    color: #fff;
    display: block;
    font-size: .9em;
    line-height: 1.2em;
    padding: 1.4em 1em .4em 1em;
    position: relative;
    width: 100%;
}

.login-form-input::-webkit-input-placeholder {
    color: #597b94;
}

.login-form-input::-moz-placeholder {
    color: #597b94;
}

.login-form-input:-ms-input-placeholder {
    color: #597b94;
}

.login-form-input:-moz-placeholder {
    color: #597b94;
}

.login-form-space {
    display: block;
    font-size: 1em;
    height: 2.6em;
    line-height: 1em;
    position: relative;
}

.login-form-submit,
button.stripe-button-el {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FF4C00;
    border: none;
    border-radius: 3em;
    box-shadow: 0 .1em .75em rgba(0,0,0,.25);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: .9em;
    font-weight: 900;
    line-height: 1.2em;
    margin: .61em 0 0 0;
    padding: 1.067em 1.2em;
    position: relative;
    width: 100%;
}

button.stripe-button-el span {
    background: none;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    height: auto;
    line-height: inherit;
    min-height: 0 !important;
    padding: 0;
    text-shadow: none;
}

.login-form-text,
.login-form-link {
    color: #B0D5EF;
    display: block;
    font-size: .8em;
    line-height: 1.26em;
    position: relative;
    transition: .25s;
}

.login-form-link {
    text-decoration: underline;
}

.login-form-link:hover,
.login-form-link:focus-visible {
    color: #fff;
}

.login-form-text a {
    color: inherit;
    display: inline-block;
    text-decoration: underline;
    transition: .25s;
    vertical-align: top;
}

.login-form-text a:hover,
.login-form-text a:focus-visible {
    color: #fff;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.validation-summary-errors li {
    color: #f00;
    display: block;
    font-size: .8em;
    line-height: 1.26em;
    position: relative;
    text-align: center;
    transition: .25s;
}

.login-form-title {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    text-align: center;
}

.login-form-explanation-text {
    color: #fff;
    display: block;
    font-size: .8em;
    line-height: 1.26em;
    position: relative;
}

.login-form-list {
    display: block;
    margin: 0;
    padding: 0 0 0 2em;
    position: relative;
}

.login-form-list-item {
    color: #fff;
    display: list-item;
    font-size: .8em;
    line-height: 1.26em;
    position: relative;
}
/* COOKIES */
.cookie-banner {
    -webkit-backdrop-filter: blur(.8em);
    backdrop-filter: blur(.8em);
    background: rgba(0,0,0,.8);
    border-radius: .1em;
    bottom: .5em;
    color: #fff;
    display: block;
    left: .5em;
    max-width: 20em;
    padding: 1.5em;
    position: fixed;
    width: calc(100% - 1em);
    z-index: 10;
}

.cookie-banner p {
    color: #fff;
    display: block;
    font-size: .65em;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
}

.cookie-banner p a {
    color: #fff;
    text-decoration: underline;
}

.accept-cookie-wrap {
    display: block;
    padding: .9em 0 0 0;
    position: relative;
    width: 100%;
}

.accept-cookie {
    background: #5F5F5F;
    border-radius: .15em;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: .65em;
    font-weight: 700;
    line-height: 1.2em;
    padding: .83em 1.5em;
    position: relative;
    text-align: center;
    width: 100%;
}

.accept-cookie input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}
/* LOADING INTERSTITIAL */
.loading-results-wrap {
}
.static-title {
  display: none;
  margin-top: 1em;
  position: relative;
}
.treatments-wrap:nth-of-type(1) .treatments-center .form-heading1.static-title:nth-child(1) {
  display: block;
}
.treatments-wrap:nth-of-type(2) .treatments-center .form-heading1.static-title:nth-child(2) {
  display: block;
}
.treatments-wrap:nth-of-type(2) .treatments-center .form-heading1.static-title:nth-child(1) {
  display: none;
}
.treatments-wrap:nth-of-type(3) .treatments-center .form-heading1.static-title:nth-child(3) {
  display: block;
}
.treatments-wrap:nth-of-type(3) .treatments-center .form-heading1.static-title:nth-child(1) {
  display: none;
}
.elite-intro {
  display: block;
  position: relative;
}
div#overlay-Popup {
    padding: 0;
}
#overlay-Popup .overlayPopup {
    max-width: 17em;
}
#overlay-Popup .closePopup {
    position: absolute;
    right: 0.6em;
    top: 0.3em;
    text-decoration: none;
    color: #000;
}
#overlay-Popup .popupText {
    font-size: 0.7em;
    text-align: left;
    padding: 0 0 2em;
}
#overlay-Popup .popupButton {
    background: #fa4d09;
    color: #fff;
    padding: 0.6em 1.8em;
    display: block;
    text-decoration: none;
    border-radius: 0.25em;
}

/* LOGIN FORM */
.login-form-wrap .form-module-option-wrap {
  /*min-width: 1.4em;*/
  min-width: 100%;
  width: 100%;
}
.login-form-wrap .form-module-label {
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 1.3em;
}
.login-form-wrap .form-module-checkbox {
  background: #10344f;
  margin: -.4em 0 0 0;
  top: 30%;
}
.login-form-wrap .form-module-label.checkbox::after, 
.login-form-wrap .form-module-label.checkbox:after {
  display: none;
}
.login-form-wrap .referral-checkbox.checkbox::after,
.login-form-wrap .referral-checkbox.checkbox:after {
  bottom: auto;
  content: '\e5ca';
  color: #fff;
  display: block;
  font-family: 'Material Symbols Rounded';
  font-size: .9rem;
  font-weight: 900;
  height: 1em;
  left: 0;
  line-height: 1em;
  margin: -0.2em 0 0 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 32%;
  width: 1.556em;
}
.login-form-wrap .form-module-label.checkbox input.referral-checkbox {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.login-form-wrap .form-module-label.checkbox .checkmark {
  appearance: none;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  height: 1.4rem;
  left: 0;
  position: absolute;
  top: -11%;
  width: 1.4rem;
}
.login-form-wrap .form-module-label.checkbox:hover .checkmark {
  background-color: #597b94;
}
/*.login-form-wrap .form-module-label.checkbox:hover input.referral-checkbox ~ .checkmark {
  background: #597b94;
}*/
/*.login-form-wrap .form-module-checkbox:checked {
  background: #10344F;
  border-color: #fff;
}*/
.login-form-wrap .form-module-checkbox input.referral-checkbox ~ .checkmark {
  background-color: #10344f;
}
.login-form-row.form-module-row {
  align-items: center;
  border-top: none;
  justify-content: center;
  padding: .7em 0;
}
.login-form-wrap .checkmark:after {
  bottom: auto;
  content: '\e5ca';
  color: #fff;
  display: none;
  font-family: 'Material Symbols Rounded';
  font-size: .9rem;
  font-weight: 900;
  height: 1rem;
  left: -.1em;
  line-height: 1em;
  margin: -0.2em 0 0 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 1.556rem;
}
.login-form-wrap input.referral-checkbox:checked ~ .checkmark:after {
  display: block;
}
/* RECOMMEND */
.recommend-center {
  margin: auto;
  max-width: 36.2rem;
  padding: 0 1.1em;
}
.recommend-center .form-headline {
  color: #fff;
  display: block;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
  padding: 0;
  position: relative;
}
.recommend-wrap {
  background-color: transparent;
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  list-style: none;
  margin: 1.35em 0;
  max-width: 100%;
  position: relative;
  transition: 0.3s box-shadow ease;
}
.recommend-wrap.cta-wrap {
  margin: 1.95em 0 .85em;
}
.recommend-tabs.tab-wrap:hover {
  box-shadow: none;
}
.recommend-wrap::after,
.recommend-wrap:after {
  background: #b0d5ef;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 1.1em;
  width: 100%;
  z-index: 0;
}
.recommend-wrap.cta-wrap::after, 
.recommend-wrap.cta-wrap:after {
  content: '';
  display: none;
}
.recommend-wrap .tab:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.recommend-wrap .tab.active {
  background-color: #fa4d09;
  border: 1px solid #FA4D09;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.recommend-wrap .tab {
  align-items: center;
  background: #10344F;
  border: 1px solid #b0d5ef;
  border-radius: 100px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: #b0d5ef;
  cursor: pointer;
  display: flex;
  flex: 1 1 auto;
  font-size: .7em;
  line-height: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 6px 20px 6px 20px;
  height: 2.2rem;
  text-align: left;
  text-decoration: none;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  vertical-align: middle;
}
.recommend-wrap .tab.completed {
  padding: 6px 13px 6px 27px;
}
.recommend-wrap .tab.completed::before,
.recommend-wrap .tab.completed:before {
  background: url(/images/check_circle.png) no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  left: .5em;
  position: absolute;
  top: .9em;
  width: 18px;
}
.recommend-wrap .form-heading2 {
  color: #B0D5EF;
  padding: 0 0 1.1em 0;
}
.recommend-content-wrap {
  display: block;
  position: relative;
}
.recommend-tag {
  background: #b0d5ef;
  border-radius: 100px;
  color: #10344F;
  display: block;
  font-size: .7em;
  font-weight: 700;
  height: auto;
  line-height: 1em;
  min-height: 1.4em;
  padding: .5em 1.1em;
  position: absolute;
  right: 0;
  top: -.2em;
  width: auto;
}
.recommend-wrap .form-subtitle {
  color: #B0D5EF;
  display: block;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.1em;
  padding: 0 0 .9em;
  position: relative;
}
.recommend-wrap ul {
  color: #B0D5EF;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  padding-left: 1.6em;
}
.recommend-wrap ul li {
  padding: 0 0 .75em;
}
.recommend-video-wrap {
  border-radius: 12px;
  cursor: pointer;
  display: block;
  margin: 0 0 .8em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.recommend-video-wrap::before,
.recommend-video-wrap:before {
  display: block;
  content: '';
  height: 0;
  padding: 56.2% 0 0 0;
  /*padding: 68.2% 0 0 0;*/
  position: relative;
  width: 100%;
}
.recommend-video-wrap video {
  display: block;
  /*height: 100%;*/
  height: auto;
  left: 0;
  object-fit: cover;
  object-position: left bottom;
  position: absolute;
  top: 0;
  /*width: 100%;*/
  width: auto;
  min-height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.recommend-tabs.tab-wrap {
  align-items: center;
  background: none;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  gap: 1em;
  justify-content: flex-start;
  margin: 0 0 1.6em;
  position: relative;
  width: 100%;
  z-index: 1;
}
.recommend-tab-count {
  color: #B0D5EF;
  display: block;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: .3em;
  position: relative;
}
.tab-padding-right {
  padding-bottom: 1em;
  padding-right: 6em;
}
.recommend-tabs-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
/* VIDEO */
.video-controls {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-controls .top-wrapper {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  height: 1.5em;
  justify-content: center;
  margin-bottom: .7em;
  padding: 0 1em;
  position: absolute;
  transition: .25s;
  z-index: 1;
  width: 100%;
}
.recommend-video-wrap:hover .video-controls .top-wrapper {
  transform: translateY(0);
}
.play-button {
  align-items: center;
  background: transparent;
  border: none;
  display: flex;
  height: 90%;
  justify-content: center;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.play-button img.play-icon {
  display: inline-block;
  height: 3.6em;
  max-width: 3.6em;
  object-fit: contain;
  opacity: 1;
  position: relative;
  transition: .25s;
  width: 100%;
}
.play-button img.pause-icon {
  display: none;
  position: relative;
  height: 3.6em;
  max-width: 3.6em;
  object-fit: contain;
  opacity: 0;
  transition: .25s ease-in-out;
  width: 100%;
}
.play .play-button img.play-icon {
  display: none;
  opacity: 0;
}
.play .play-button img.pause-icon {
  display: inline-block;
  opacity: 0;
}
.recommend-video-wrap.play:hover .play-button img.pause-icon {
  opacity: 1;
}
.play-button:focus {
  outline: none;
}
.time {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: .7em;
  font-weight: 400;
  justify-content: flex-end;
  line-height: 1.2em;
  width: 7%;
}
.video-progress {
  background: rgba(255,255,255,.4);
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  height: 3px;
  /*overflow: hidden;*/
  position: relative;
  transition: .25s;
  width: 95%;
}
.video-progress-filled {
  background: #fff;
  border-radius: 3px;
  position: relative;
  width: 0;
}
.video-progress-filled::before,
.video-progress-filled:before {
  content: '';
  background: #fff;
  border-radius: 100px;
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: -.15em;
  width: 10px;
}
.recommend-wrap.cta-wrap .form-module-cta.disabled {
  background: #081f30;
  border: 1px solid #081f30;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
  color: #5c7a8f;
  cursor: not-allowed;
}

/* MEDIA */
@media screen and (min-width: 601px) {
    /* NAV */
    .navigation-seat {
        height: 4.89em;
    }

    .navigation-bar-menu-icon {
        width: 3.35em;
    }

    .navigation-bar-logo {
        width: 5.75em;
    }

    .error-center {
        padding: 0 1.1em;
    }
    /* LANDING */
    .landing-wrap {
        padding: 2.8em 0;
    }
    
    .landing-center {
        padding: 0 1.1em;
    }

    .landing-tile-wrap {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(6.35em, 1fr));
        grid-gap: .95em .85em;
    }

    .landing-tile {
        flex: auto;
        padding: 1.1em .8em .85em .8em;
        width: auto;
    }

    .landing-tile-badge {
        font-size: .8em;
    }

    .landing-tile-icon {
        font-size: 2.05em;
        margin: 0 0 .9em 0;
    }
    /* POSTURE */
    .posture-content {
        top: 2.25em;
    }
    /* SELECT POSTURE */
    .form-back-link {
        padding: 0 2.233em;
    }

    .form-center {
        max-width: 31.4em;
        padding: 0 1.1em 1em 1.1em;
    }

    .form-headline {
        font-size: 1.3em;
        padding: .93em 1em 0 1em;
    }

    .form-subline {
        font-size: .7em;
        padding: .7em 1.85em 0 1.85em;
    }

    .form-text {
        font-size: .7em;
        padding: 1.06em 1.85em 0 1.85em;
    }

    .form-module {
        margin: 1.1em 0 0 0;
        padding: 1.05em 1.3em .4em 1.3em;
    }

    .form-module-transparent {
        padding: 0 1.3em;
    }

    .form-module-headline,
    .subheading {
        font-size: .75em;
        padding: 0 0 .8em 0;
    }

    .form-module-label {
        font-size: .75em;
    }

    .form-module-small-link {
        font-size: .65em;
    }

    .form-module-cta {
        font-size: .75em;
    }
    
    /* TREATMENTS */
    .treatments-center {
        max-width: 31.4em;
        padding: 0 1.1em;
    }

    .tab-wrap {
        display: inline-flex;
        width: auto;
    }

    .tab {
        padding: .9em 1.8em;
    }

    .video-treatment {
        width: 50%;
    }

    .video-treatment-content {
        padding: 0 .75em 0 0;
    }
    /* LOGIN */
    .login-logo {
        margin: -3.1em auto 0 auto;
        max-width: 6.3em;
    }

    .login-form-wrap {
        padding: 1.4em 0;
    }

    .login-form-row {
        gap: .7em;
        padding: .7em 0 0 0;
    }

    .login-form-label {
        font-size: .75em;
        padding: .85em 1em;
    }

    .has-value .login-form-label,
    .is-focused .login-form-label {
        font-size: .6em;
        padding: .45em 1.2em;
    }

    .login-form-input {
        font-size: .75em;
        padding: 1.35em 1em .35em 1em;
    }

    .login-form-submit,
    .stripe-button-el {
        font-size: .7em;
        margin: .33em 0 0 0;
    }

    .login-form-text,
    .login-form-link {
        font-size: .65em;
    }
    /* COOKIES */
    .cookie-banner {
        left: 1.15em;
        bottom: 1em;
    }

    .cookie-banner p,
    .accept-cookie {
        font-size: .7em;
    }
    /*.form-module-row.half {
        width: 50%;
    }*/
    /*.form-module-row.half a.form-module-label::after, 
    .form-module-row.half a.form-module-label:after {
      right: 50%;
    }*/
    .form-module-row.half .form-module-label span.form-module-wrap {
        display: inline-block;
        position: relative;
    }
    .form-heading3 {
      font-size: 1.2em;
    }
    /* RECOMMEND */
    .landing-wrap.recommend-section {
      /*padding: 1.5em 0;*/
      padding: .6em 0;
    }
    
}

@media screen and (min-width: 1501px) {
    /* NAV */
    .navigation-menu-link {
        font-size: 1.1em;
    }
    /* FOOTER */
    .footer-logo {
        width: 5.7em;
    }

    .footer-copyright {
        font-size: .75em;
    }
    /* LANDING */
    .landing-tile-badge {
        font-size: 1em;
    }

    .landing-tile-icon {
        font-size: 2.5em;
    }

    .landing-tile-name {
        font-size: 1em;
    }
    /* LOGIN */
    .login-center {
        max-width: 22.5em;
    }

    .login-logo {
        max-width: 7.6em;
    }

    .login-form-label {
        font-size: .9em;
    }

    .has-value .login-form-label, .is-focused .login-form-label {
        font-size: 0.7em;
        padding: 0.5em 1.2em;
    }

    .login-form-input {
        font-size: .9em;
        padding: 1.4em 1em .4em 1em;
    }

    .login-form-submit,
    .stripe-button-el {
        font-size: .85em;
    }

    .login-form-text,
    .login-form-link {
        font-size: .8em;
    }
}

@media screen and (max-width: 730px) {
  /* RECOMMEND */
  .recommend-tabs.tab-wrap {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    overflow: hidden;
    overflow-x: scroll;
  }
  .recommend-wrap .tab:first-of-type {
    min-width: 9.28em;
  }
  .recommend-wrap .tab {
    min-width: 8.28em;
    padding: 6px 20px;
  }
  .recommend-tabs::-webkit-scrollbar {
    cursor: pointer;
    height: 1px;
    width: 1px;
  }
  .recommend-tabs::-webkit-scrollbar-button {
    cursor: pointer;
    height: 1px;
    width: 1px;
  }
  .recommend-wrap .form-heading2 {
    padding: 0 6.5em 1em 0;
  }
  .recommend-tabs-wrapper .right-gradient {
    background: linear-gradient(270deg, rgba(16, 52, 79, 0.94) 21.43%, rgba(16, 52, 79, 0) 76.67%);
    display: block;
    height: 4.2em;
    position: absolute;
    right: 0;
    top: -.7em;
    width: 3.5em;
    z-index: 2;
  }
  .recommend-tabs-wrapper .left-gradient {
    background: linear-gradient(270deg, rgba(16, 52, 79, 0) 21.43%, rgba(16, 52, 79, 0.94) 76.67%);
    display: block;
    height: 4.2em;
    position: absolute;
    left: 0;
    top: -.7em;
    width: 3.5em;
    z-index: 2;
  }
}
.tab.completed {
    background-color: #4CAF50; /*  green for completed */
    color: white;
}

.youtube-player {
    border-radius: 12px;
    cursor: pointer;
    display: block;
    margin: 0 0 .8em;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.youtube-controls {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.youtube-controls .top-wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    height: 1.5em;
    justify-content: center;
    margin-bottom: .7em;
    padding: 0 1em;
    position: absolute;
    transition: .25s;
    z-index: 1;
    width: 100%;
}


/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

    max-width: 100%;
    max-height: 100%;

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 80%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;

    /* moved media styles here to always maximize video */
    margin-left: 1em;
		margin-right: 1em;
		max-height: 98%;

		padding: 1em 1em 0;
		border-bottom: 1em solid transparent;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		/*background: rgba(255, 255, 255, 0.3);*/
		color: #000;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}

	.featherlight-inner img, .featherlight-inner video, .featherlight-inner iframe {
		max-width: 750px;
		width: 100%;
		max-height: 50%;
		height: auto;
		margin: 0 auto;
	}
	@media (max-width: 450px) {
		.featherlight-content iframe {
			max-width: 300px;
		}
	}

  .featherlight-inner.loading::after, .featherlight-inner.loading:after {
    content: '';
    position: absolute;
    display: block;
    width: 5em;
    height: 5em;
    top: 50%;
    left: 50%;
    font-size: 1em;
    margin: -2.5em 0 0 -2.5em;
    background: #fff url(/images/load2.gif) no-repeat center center;
    background-size: 100% auto;
  }
  .loading *::-webkit-media-controls-start-playback-button {display: none;}
}
