/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
:root {
    --primary-dark-color: #272727;
    --tow-calc-highlight: #E55163;
}
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
input[type='submit'],
select,
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
} */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  position: relative;
  max-width: 900px;
  min-width: 320px;
  margin: 0 auto;
  background: #f5f5f5;
  font-family: "SF Pro Text", "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #8B8B8B; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover, a[href^="tel"] {
    text-decoration: none; }
h1 {
  font-size: 24px; }
h2 {
  font-size: 22px; }
h3 {
  font-size: 20px; }
h4 {
  font-size: 16px; }
h5 {
  font-size: 14px; }
h6 {
  font-size: 12px; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */


/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  display: block;
  clear: both; }
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }
/*  Alignleft  */
.alignleft {
  float: left; }
/*  Alignright  */
.alignright {
  float: right; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Grid  */
.col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media only screen and (min-width: 900px) {

  body.loginpage {
    background:#000000;
  }

  body.loginpage .logo {
    max-width: 335px;
    margin: 0 auto;
  }
  body.loginpage .header .logo-container {
    display: none;
  }
  body.loginpage .wrapper .page-content .logo-container {
    text-align: center
  }
  .wrapper {
	margin-top: 4em;
    background: white;
  }
  .wrapper.dark {
    background: var(--primary-dark-color);
  }
  body.loginpage .wrapper {
    width: 480px;
    background: #000000;
    margin: 10em auto 0;
  }
  body.loginpage .form-login {
    padding: 50px 34px 60px;
  }
  body.loginpage .message {
    top: -55px;
  }
  .form .form__row input.field, textarea.textarea {
    font-size: 1.4em;
    color: #bbb;
    border: 2px solid #ddd;
    background: #222;
    border-radius: 6px;
  }
	.tile .tile__head h3 {
	    font-size: 20px;
	}

	.tile .tile__head-content p {
	    font-size: 1.2em;
	}

	.tile .tile__head-aside span {
	    font-size: 22px;
	}

	.tile .tile__body p {
	    font-size: 1.4em;
	}

	.tile .tile__entry span {
	    font-size: 18px;
	}

	.tile .tile__entry p {
	    font-size: 13px;
	}
  body.loginpage .form-login .logo-container .logo {
    display: none;
  }

}
@media only screen and (max-width: 900px) {

  body.dark {
     background: var(--primary-dark-color);
  }
  body.loginpage {
    background: #000000;
  }
  body.loginpage .form-login{
    padding: 30px 34px 60px;
  }
  body.loginpage .wrapper .page-content > .logo-container > .logo {
    max-width: 480px;
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 0;
  }
  body.loginpage .wrapper .page-content > .logo-container  {
   margin-bottom: 2.25em;
   text-align: center;
  }
  .header {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
  }
  body.loginpage header.header .logo-container {
    display: none;
  }
  body.loginpage .message {
    top: -60px;
  }

}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1220px;
  padding-right: 10px;
  padding-left: 10px;
  margin: auto; }
.shell--fluid {
    max-width: none; }
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
  padding: 0 14px 50px; }
.container p.small-text {
  color: #959595;
  font-size: 8px;
  margin: 12px;
}
.container .container__image {
    margin-bottom: 20px;
    text-align: center; }
.container .container__image img {
      -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.14);
              box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.14); }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
    z-index: 1000;
    min-height: 97px;
    background-color: #000;
}
.header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 97px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 27px 23px; }
.header .header__inner .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
footer.footer {
    padding: 0 2em 2em;
}

footer.footer span {
    color: #666;
    font-size: 1em;
    font-weight: 600;
}

footer.footer small {
    display: block;
    text-align: center;
    font-size: 1em;
    color: #aaa;
}

footer.footer small a {
    color: #555;
    font-weight: 600;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  border: none;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#6f6f6f), to(#141313));
  background: -o-linear-gradient(top, #6f6f6f 0%, #141313 100%);
  background: linear-gradient(to bottom, #6f6f6f 0%, #141313 100%);
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }
.btn--secondary {
    padding: 18px 10px 22px;
    font-size: 16px; }
.btn--tertiary {
    border: 1px solid transparent;
    max-width: 98px;
    padding: 8px 10px 9px;
    font-size: 12px;
    -webkit-transition: background .3s, border .3s, color .3s;
    -o-transition: background .3s, border .3s, color .3s;
    transition: background .3s, border .3s, color .3s; }
.btn--tertiary:hover {
      background: #767676;
      color: #000; }
.btn--pill {
    max-width: 80px;
    padding: 9px 10px 10px;
    border: 1px solid #767676;
    background: transparent;
    color: #ccc;
    font-size: 10px;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s; }
.btn--pill:hover {
      background: #767676;
      color: #000; }
.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0; }
.btn--red {
    background: -webkit-gradient(linear, left top, left bottom, from(#bf1b1b), to(#6f0f0f));
    background: -o-linear-gradient(top, #bf1b1b 0%, #6f0f0f 100%);
    background: linear-gradient(to bottom, #bf1b1b 0%, #6f0f0f 100%); }
.btn--green {
    border-color: #B8D9AA;
    background: none;
    background-color: #CAEDBB;
    color: #839D78; }
.btn--green:hover {
      border-color: #839D78;
      background-color: #839D78;
      color: #CAEDBB; }
.btn--blue {
    border-color: #8CADC1;
    background: none;
    background-color: #BBDAED;
    color: #708EA0; }
.btn--blue:hover {
      border-color: #708EA0;
      background-color: #708EA0;
      color: #BBDAED; }

.model-btn {
  padding: 1.5em 0;
  width: 50%;
  float: left;
  border: 1px solid #222;
  background: #111;
}

div.leaderboard + a.model-btn {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Burger Butto
\* ------------------------------------------------------------ */
.burger {
  display: inline-block;
  width: 24px;
  color: #BCBCBC;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }
.burger span {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 6px;
    background-color: #8D8D8D;
    -webkit-transition: top .4s, left .4s, width .4s, -webkit-transform .4s;
    transition: top .4s, left .4s, width .4s, -webkit-transform .4s;
    -o-transition: transform .4s, top .4s, left .4s, width .4s;
    transition: transform .4s, top .4s, left .4s, width .4s;
    transition: transform .4s, top .4s, left .4s, width .4s, -webkit-transform .4s; }
.burger span:nth-child(2) {
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
.burger.is-open span:nth-child(1) {
    top: 6px;
    left: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 0; }
.burger.is-open span:nth-child(2) {
    top: -3px;
    left: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border: 0; }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.textarea,
.field {
  width: 100%;
  height: 49px;
  padding: 6px 10px;
  border: 1px solid #D5D5D5;
  border-radius: 0;
  background-color: #333;
  color: #fff; }
.form .textarea {
    height: 150px;
    resize: none;
}
.form .form__row input.field, textarea.textarea {
	font-size: 1.4em;
	color: #bbb;
	border: 2px solid #ddd;
	background: #222;
	border-radius: 6px;
}
body.loginpage .form .form__row input.field {
    border: 2px solid #555;
}
.form .form__row input.field.light, textarea.textarea.light {
    background: #fff;
    color: #555;
}
.form .form__actions input.btn {
    border: 2px solid #7f1b1b;
    border-radius: 6px;
    border-top: none;
    border-left: none;
}
.required:after {
    content: " *";
    color: #f00;
    font-weight: bold;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__label {
  display: inline-block;
  padding-left: 4px;
  margin-bottom: 9px;
  color: #888;
  text-transform: uppercase;
  font-size: 1em;
  font-weight:600;
}
.form .form__body {
    position: relative;
    margin-bottom: 25px;
}
.form .form__row + .form__row {
    margin-top: 20px;
}
/* ------------------------------------------------------------ *\
	Form Login
\* ------------------------------------------------------------ */
.form-login {
  position: relative;
  padding: 280px 34px 60px;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat; }
.form-login:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -background: -o-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 181px, black 340px, black 100%);
    -background: linear-gradient(to bottom, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 181px, black 340px, black 100%);
    background: #000000;
    pointer-events: none; }
.form-login .form__head {
    position: relative;
    margin-bottom: 23px;
    text-align: center; }
.form-login .form__head h1 {
      color: #fff;
      font-style: italic; }
.form-login .form__body {
    position: relative;
    margin-bottom: 26px; }
.form-login .form__body a {
      display: inline-block;
      padding-left: 4px;
      margin-top: 6px;
      color: #A7A7A7;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: -0.02em; }
.form-login .form__actions {
    position: relative;
    text-align: center; }
.form-login .form__actions span {
      display: inline-block;
      margin-top: 32px;
      color: #C3C3C3;
      font-weight: 700; }
.form-login .form__actions span a {
        color: #fff; }
.form-login .form__row + .form__row {
    margin-top: 24px; }
/* ------------------------------------------------------------ *\
	Form Search
\* ------------------------------------------------------------ */
.form-search {
  padding: 0 30px; }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  max-width: 235px;
  width: 100%;
  margin: 0 10px;
  font-size: 0; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  position: absolute;
  top: 96px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  min-height: calc(100vh - 96px);
  background-color: #000;
}
.nav ul {
    padding: 4px 0 50px;
    background-color: #000; }
.nav li {
    border-bottom: 2px solid #222;
    background: #000;
  }
.nav li:first-child {
      border-top: 2px solid #222; }
.nav li a {
      display: block;
      padding: 22px 10px;
      color: #C3C3C3;
      font-size: 20px;
      font-weight: 700;
      font-style: italic;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
.nav li a:active {
      color: #b3b3b3;
      background: #111;

}
.nav li.disabled {
}
.nav li.disabled a {
    color: #444;
}
.nav li.disabled a span {
    display: inline-block;
    background: #000;
    color: #444;
    padding: 3px 8px;
    border-radius: 16px;
    font-size: .475em;
    vertical-align: text-bottom;
    border: 2px solid #333;
}
.nav ul li.user {
  width: 50%;
  float: left;
  border-left: 2px solid #222;
}
.nav ul li.user a {
  color: #c62433;
  font-size: 2em;

}
.nav ul li.profile,
.nav ul li.helper {
  border-left: none;
}
@media only screen and (max-width: 900px) {
  .nav {
    overflow: scroll;
  }
}



/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Slider Simple
\* ------------------------------------------------------------ */
.slider-simple {
  margin-bottom: 16px; }
.slider-simple .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.slider-simple .owl-dots .owl-dot {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      margin-top: 9px;
      background-color: #DBDBDB; }
.slider-simple .owl-dots .owl-dot + .owl-dot {
        margin-left: 6px; }
.slider-simple .owl-dots .owl-dot.active {
        background-color: #ADADAD; }

.owl-carousel .owl-stage-outer,
.tile.yearlygoal {
  -box-shadow: 0 2px 5px #aaa;
  -border-radius: 5px;
}


/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*="ico-"] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
[class*="ico-"] svg {
    width: 100%;
    height: 100%; }
.ico-search {
  width: 24px;
  height: 24px; }
.ico-flame {
  width: 15px;
  height: 18px; }
.ico-arrow-right {
  width: 14px;
  height: 14px; }
.ico-arrow-left {
  width: 16px;
  height: 16px; }
.ico-tick {
  width: 25px;
  height: 21px; }
/* ------------------------------------------------------------ *\
	Help
\* ------------------------------------------------------------ */

.help {
    min-height: calc(100vh - 96px);
    text-align: center;
    padding: 0 30px 70px 30px;
    font-weight: 600;
    font-size: 18px;
}
.help .help__screen {
    position: relative;
    display: block;
    transform: translateX(100%);
    transition: transform 0.4s;
}
.help .help__screen.active {
    transform: translateX(0);
}
.help .help__screen .help__item {
    margin: 0 0 25px 0;
}
.help .help__screen .help__item.short {
    margin: 0 0 15px 0;
}
.help .help__screen .help__item.tall {
    margin: 0 0 40px 0;
}
.help .help__screen .help__item.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}
.help .help__screen .help__item.left-aligned {
    display: table;
    text-align: left;
}
.help .help__screen .help__item .centered {
    display: table-cell;
    vertical-align: middle;
    padding-right: 35px;
}
.help .help__screen h2,
.help .help__screen h3,
.help .help__screen p,
.help .help__screen a,
.help .help__screen span {
    letter-spacing: 0;
    color: #FFFFFF;
}
.help .help__screen h1, h2 {
    font-size: 29px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.1;
}
.help .help__screen h1 {
    font-size: 35px;
}
.help .help__screen .help__item h2 {
    padding-bottom: 10px;
}
.help .help__screen .help__item h3 {
    padding: 0 0 5px 0;
    font-weight: 600;
    font-size: 17px;
}
.help a {
    text-decoration: none;
}
.help .help__screen p {
    font-weight: 500;
    font-size: 14px;
    color: #CECECE;
}
.help .help__screen .help__item span {
    font-weight: 500;
}
.help .help__screen .help__item span.small {
    font-size: 16px;
    color: #CECECE
}
.help .btn.detail-btn {
    border: 1px solid #707070;
    padding: 15px 0 15px 0;
    margin: 20px 0 0 0;
    color: #A0A0A0;
    background: none;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
}
.help .help__screen .help__item .highlight {
    font-style: italic;
    color: #A2A2A2;
    font-size: 12px;
}
.help .help__screen .highlight--red {
    font-style: italic;
    color: #E03535;
}
.help .help__screen .highlight--red.bright {
    color: #F40606;
}
.help .help__screen .help__item .highlight--green {
    font-weight: bold;
    color: #73CE76;
    font-size: 22px;
}
.help .help__screen .help__item .highlight--yellow {
    display: inline-block;
    font-weight: bold;
    color: #F2DB90;
    font-size: 22px;
    margin-bottom: 5px;
}
.help .next-btn {
    display: inline-block;
    margin: 40px 0 0 0;
    font-size: 16px;
    color: #9A9A9A !important;
}
.help .next-btn:after {
    content: '';
    display: inline-block;
    border: 2px solid #707070;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    margin: 0 0 1px 20px;
}
.help hr {
    margin: 15px 0 15px 0;
    border: 0.5px solid #707070;
}
.help .help__screen table {
    width: 100%;
    table-layout: fixed;
}
.help .help__screen td {
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.2;
}
.help .help__screen .help__item .verify-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 90px;
    background: #262626;
}
.verify-box p {
    text-align: left;
    font-size: 11px !important;
    margin-right: 7px;
}
.help .help__item input[type=checkbox] {
    display: none;
}
.help .help__item input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin: 0 25px 0 25px;
    width: 25px;
    height: 25px;
    -webkit-appearance: none;
    border: 2px solid #707070;
    border-radius: 0;
}
.help .help__item #checkmark {
    position: absolute;
    min-width: 30px;
    left: 0;
    top: -8px;
    display: none;
}
.help .help__item #checkmark.show {
    display: block;
}
.help .help__screen .help__item.quick-help {
    justify-content: center;
    align-items: baseline;
    display: flex;
}
.help .help__screen .help__item div.quick-help-line {
    border: 0.5px solid #ACACAC;
    width: 70px;
    height: 1px;
    margin: 0 10px 0 10px;
}
.help .help__screen .quick-help span {
    color: #CECECE;
    font-size: 13px;
}
.info-icon-box {
    position: relative;
    background: transparent linear-gradient(301deg, #FFFFFF 25%, #000000 80%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000B;
    width: 140px;
    height: 62px;
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
    position: absolute;
    top: 109px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    min-height: calc(100vh - 96px);
    padding-top: 50px;
    background-color: #000;
    text-align: center;
    overflow: scroll;
}
.search label {
    display: block;
    margin-bottom: 19px;
    color: #B9B9B9;
    font-size: 18px;
    font-weight: 700; }
.search .search__field {
    height: 59px;
    border-color: #707070;
    border-radius: 30px;
    margin-bottom: 46px;
    font-size: 18px;
    font-weight: 700;
    text-align: center; }
.search .search__field::-webkit-input-placeholder {
      color: #646464; }
.search .search__field::-moz-placeholder {
      color: #646464; }
.search .search__field::-ms-input-placeholder {
      color: #646464; }
.search .search__field::placeholder {
      color: #646464; }
.search ul {
    padding: 0 14px;
    background-color: #000;
    list-style: none; }
.search .search__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 10px 13px;
    border-bottom: 2px solid #4D4C4C;
    text-align: left;
}
.search .search__item .btn--pill {
    width: 50px;
}
.search .search__item:first-child {
      border-top: 2px solid #4C4D4C; }
.search .search__item-label {
      margin-right: 10px;
      color: #fff;
      font-size: 16px;
      font-weight: 600; }
.search .search__item-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
.search .search__item-actions .btn + .btn {
        margin-left: 8px; }
/* ------------------------------------------------------------ *\
	Page Title
\* ------------------------------------------------------------ */
.page-title {
  position: relative;
  padding: 11px 30px;
  margin-bottom: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#141313), to(#6f6f6f));
  background: -o-linear-gradient(top, #141313 0%, #6f6f6f 100%);
  background: linear-gradient(to bottom, #141313 0%, #6f6f6f 100%);
  text-align: center; }
.page-title .page-title__back {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: .43;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
.page-title .page-title__back.white {
    fill: #fff;
    opacity: 1;}
.page-title .page-title__back:hover {
      opacity: 1; }
.page-title h1 {
    color: #fff;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase; }
.page-title--red {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(151, 27, 38, 0.5)), color-stop(56%, rgba(151, 27, 38, 0.3)), to(rgba(151, 27, 38, 0.2)));
    background: -o-linear-gradient(top, rgba(151, 27, 38, 0.5) 0%, rgba(151, 27, 38, 0.3) 56%, rgba(151, 27, 38, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(151, 27, 38, 0.5) 0%, rgba(151, 27, 38, 0.3) 56%, rgba(151, 27, 38, 0.2) 100%); }
.page-title--red h1 {
      color: #813535; }
.page-title--orange {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 120, 48, 0.7)), to(rgba(235, 131, 68, 0.4)));
    background: -o-linear-gradient(top, rgba(240, 120, 48, 0.7) 0%, rgba(235, 131, 68, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(240, 120, 48, 0.7) 0%, rgba(235, 131, 68, 0.4) 100%); }
.page-title--orange h1 {
      color: #C7662E; }
.page-title--yellow {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 196, 48, 0.6)), to(rgba(208, 145, 4, 0.2)));
    background: -o-linear-gradient(top, rgba(240, 196, 48, 0.6) 0%, rgba(208, 145, 4, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(240, 196, 48, 0.6) 0%, rgba(208, 145, 4, 0.2) 100%); }
.page-title--yellow h1 {
      color: #7E7249; }
.page-title--purple {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 48, 240, 0.6)), to(rgba(112, 49, 186, 0.2)));
    background: -o-linear-gradient(top, rgba(114, 48, 240, 0.6) 0%, rgba(112, 49, 186, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(114, 48, 240, 0.6) 0%, rgba(112, 49, 186, 0.2) 100%); }
.page-title--purple h1 {
      color: #6A5591; }
.page-title--blue {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 144, 240, 0.6)), to(rgba(68, 177, 235, 0.2)));
    background: -o-linear-gradient(top, rgba(48, 144, 240, 0.6) 0%, rgba(68, 177, 235, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(48, 144, 240, 0.6) 0%, rgba(68, 177, 235, 0.2) 100%); }
.page-title--blue h1 {
      color: #3B6290; }
.page-title--green {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(118, 237, 108, 0.6)), to(rgba(101, 232, 116, 0.2)));
    background: -o-linear-gradient(top, rgba(118, 237, 108, 0.6) 0%, rgba(101, 232, 116, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(118, 237, 108, 0.6) 0%, rgba(101, 232, 116, 0.2) 100%); }
.page-title--green h1 {
      color: #598D69; }
.page-title--dark-red {
    background: transparent linear-gradient(180deg, #971B2699 0%, #971B2646 68%, #971B262F 100%) 0% 0% no-repeat padding-box;
}
.page-title--dark-red h1 {
    color: #813535; }
.page-title--black {
    background: #454343 0% 0% no-repeat padding-box;
}

.page-title .breadcrumb {
  margin-left: 140px;
  text-align: left;
}

.page-title .breadcrumb a {
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 600;
    line-height: 0;
    margin-right: 1em;
}
.page-title .breadcrumb a span.divider {
    display: inline-block;
    margin: 0 .2em 0 .8em;
    color: #444;
}
.page-title .breadcrumb span {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1px;
}


/* ------------------------------------------------------------ *\
	PWA
\* ------------------------------------------------------------ */
@media (display-mode: standalone) {
    .page-content, .scrollable {
        height: calc(100vh - 72px);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .page-title {
        top: 0 !important;
    }
}
/* ------------------------------------------------------------ *\
	Notification
\* ------------------------------------------------------------ */
.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E8E8E8; }
.notification .notification__aside {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 134px;
            flex: 0 0 134px;
    min-height: 85px;
    padding: 2px 26px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#aae5c8), color-stop(50%, #c8f5df), to(#8ae3b7));
    background: -o-linear-gradient(top, #aae5c8 0%, #c8f5df 50%, #8ae3b7 100%);
    background: linear-gradient(to bottom, #aae5c8 0%, #c8f5df 50%, #8ae3b7 100%);
    text-align: center; }
.notification .notification__aside:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 35px 88px 0;
      border-color: transparent #fff transparent transparent; }
.notification .notification__aside:before {
      content: '';
      position: absolute;
      top: 0;
      right: 1px;
      bottom: 0;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 35px 88px 0;
      border-color: transparent #E8E8E8 transparent transparent; }
.notification .notification__aside span {
      color: #589F79;
      font-size: 48px;
      font-weight: 800;
      font-style: italic; }
.notification .notification__aside--alt {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 144px;
              flex: 0 0 144px;
      padding: 11px 18px 0 0; }
.notification .notification__aside--alt span {
        font-size: 32px;
        line-height: 1; }
.notification .notification__aside--alt span:nth-child(2) {
          font-size: 22px; }
.notification .notification__aside--alt span span {
          font-size: 20px;
          text-transform: uppercase; }
.notification .notification__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 26px;
    background-color: #fff; }
.notification .notification__content span {
      display: inline-block;
      line-height: 1;
      font-style: italic;
      text-align: center; }
.notification .notification__content span:first-child {
        margin-bottom: 3px;
        color: #656766;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase; }
.notification .notification__content span:nth-child(2) {
        margin-bottom: 5px;
        color: #727070;
        font-size: 13px;
        font-weight: 700; }
.notification .notification__content span:last-child {
        color: #8D8D8D;
        font-size: 10px;
        font-weight: 600; }
.notification .notification__content--alt span:first-child {
      font-size: 13px; }
/* ------------------------------------------------------------ *\
	Message
\* ------------------------------------------------------------ */
.message {
    border: none;
    -float: left;
    margin: 0 auto;
    -position: absolute;
    -top: -120px;
    -left: 25%;
    width: 90%;
    padding: 1em 2em;
    background: rgba(255,255,255,.5);
}

.message span {
    color: white;
    font-weight: 600;
}

.message.good {
    background: rgba(55,255,146,.5);
}

.message.bad {
    background: rgba(255,55,55,.5);
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  margin-bottom: 30px; }
.article .article__image {
    display: block;
    padding-top: 51%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
.article .article__image:hover {
      opacity: .8; }
.article .article__content {
    padding: 10px 19px;
    border: 1px solid #E8E8E8;
    border-top: none;
    background-color: #fff; }
.article .article__content h2,
    .article .article__content h3,
    .article .article__content h4 {
      margin-bottom: 9px;
      color: #525151;
      line-height: 1;
      font-size: 15px; }
.article .article__content a {
      text-decoration: none;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
.article .article__content a:hover {
        color: #AA4242; }
.article .article__meta {
    color: #AA4242;
    font-size: 9px;
    font-weight: 700; }
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  -border: 1px solid #E8E8E8;
  background-color: #fff; }
.tile .tile__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 25px 18px 18px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(128, 128, 128, 0.13)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.13) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.13) 100%); }
.tile .tile__head-aside span {
      white-space: nowrap;
      color: #454545;
      font-size: 18px;
      font-weight: 700; }
.tile .tile__head-content p {
      color: #888;
      font-weight: 600; }
.tile .tile__head-content strong {
      color: #3E3E3E; }
.tile .tile__head-content strong span {
        color: #888; }
.tile .tile__head h3 {
      margin-bottom: 11px;
      color: #454545;
      font-size: 18px; }
.tile .tile__head h4 {
      line-height: 1.3;
}
.tile .tile__body {
    padding: 20px 25px 14px 18px; }
.tile .tile__body p {
      font-weight: 600; }
.tile .tile__body span i {
      margin-left: 2px;
      margin-top: -6px; }
.tile .tile__body .font-10 {
      font-size: 10px; }
.tile .tile__body .font-14 {
      font-size: 14px; }
.tile .tile__entry {
    padding-left: 6px; }
.tile .tile__entry span {
      display: inline-block;
      margin-bottom: 4px;
      font-size: 14px;
      font-weight: 700;
      font-style: italic; }
.tile .tile__entry p {
      font-size: 10px; }
.tile .tile__entry p span {
        font-size: 10px; }
.tile span.alert {
    color: #549B72; }
.tile .progress {
    margin: 12px 0 10px; }
.tile .progress .progress__bar {
    max-width:100%; }
.tile .money {
    color: #649172;
    font-style: normal;
}
.tile span.highlight--green {
    color: #73B290;
    font-weight: bold;
}
.tile + .tile {
    margin-top: 25px; }
/*HELP MESSAGE*/
.help-message {
    position: absolute;
    background: #008662;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 5%;
    transition: opacity 0.5s;
}
.help-message.show {
    opacity: 0.9;
    z-index: 6;
}
.help-message h5 {
    color: white;
    font-size: 12px;
}
.help-message p {
    color: white !important;
    font-size: 12px;
}
.help-message .close-message {
    position: absolute;
    right: 10px;
    bottom: 3px;
    z-index: 101;
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}
.info-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: palatino;
    font-weight: bold !important;
    font-style: italic;
    font-size: 16px;
    border: 1px solid #B9B9B9;
    border-radius: 50%;
    color: #B9B9B9;
    width: 18px;
    height: 18px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 5;
}
/* ------------------------------------------------------------ *\
	Progress Text Colors
\* ------------------------------------------------------------ */
.tile span.danger {
    color: #F03030; }
.tile span.purple {
    color: #817FB2; }
.tile span.blue {
    color: #8BB8C6; }
.tile span.yellow {
    color: #E8C962; }
.tile span.green {
    color: #83CB9F; }
/* ------------------------------------------------------------ *\
	Progress
\* ------------------------------------------------------------ */
.progress {
  height: 38px;
  padding: 3px 5px;
  border: 2px solid #EBEBEB; }
.progress .progress__bar {
    display: block;
    width: 75%;
    height: 100%;
    background-color: #8E8E8E; }
.progress--red .progress__bar {
    background: transparent linear-gradient(90deg, #F03030 0%, #BA2020 100%) 0% 0% no-repeat padding-box;}
.progress--purple .progress__bar {
    background-color: #817FB2; }
.progress--blue .progress__bar {
    background-color: #8BB8C6; }
.progress--yellow .progress__bar {
    background-color: #E8C962; }
.progress--green .progress__bar {
    background-color: #83CB9F; }
/* ------------------------------------------------------------ *\
	Profile
\* ------------------------------------------------------------ */
.notice {
    text-align: center;
    background: lightyellow;
    padding: 6px;
}
.notice span {
    font-size: 12px;
    font-weight: bold;
}
.tile.shadowed {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.03);
}
.tile .tile__body.claim-tile__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 17px;
}
.tile .tile__head-aside.vertical-center {
    display: flex;
    align-items: center;
}
.profile-container {
    padding: 0 14px 0;
    margin: 0 0 40px 0;
}
.st-claim-btn-container {
    display: flex;
    align-items: center;
    float: right;
}
.btn.claim-btn {
    position: relative;
    width: 130px;
    font-size: 10px;
    background: transparent linear-gradient(180deg, #8FCEAA 0%, #4E8D6E 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 5;
}
.btn.claim-btn.sales-tracker {
    width: 150px;
}
.btn.claim-btn.disabled {
    color: lightgray;
    background: none;
    cursor: default;
}
@media only screen and (max-width: 480px) {
    .st-claim-btn-container {
        display: flex;
        align-items: center;
        float: none;
        clear: both;
    }
    .btn.claim-btn.sales-tracker {
        margin: 10px 0;
        width: 100%;
    }
}
.setting {
    margin: 0 25px 40px 25px;
}
#homepage-setting {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.setting label {
    font-size: 14px;
}
.setting .label {
    font-size: 16px;
    font-weight: bold;
}
.setting form {
    margin: 15px 0 15px 0;
}
.setting select {
    border: 1px solid #D1CFCF;
    width: 130px;
    padding: 4px;
    border-radius: 7px;
    background: white;
}
.setting #save-btn {
    border-radius: 5px;
    margin-top: 50px;
}
.setting .checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.setting .checkbox {
    display: flex;
    align-items: center;
    background: #8E8E8E;
    border-radius: 10px;
    width: 38px;
    height: 20px;
    margin-right: 15px;
}
.setting input[type=checkbox] {
    width: 15px;
    height: 15px;
    background: #B5B5B5;
    border-radius: 10px;
    margin: 0 0 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background .4s, transform .4s;
    -o-transition: background .4s, transform .4s;
    transition: background .4s, transform .4s;
}
.setting input[type=checkbox]:checked {
    background: white;
    transform: translateX(100%);
}
/* ------------------------------------------------------------ *\
	Leadboard
\* ------------------------------------------------------------ */
.leadboard {
  -border: 1px solid #F2F2F2;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.14); }
.leadboard .leadboard__head {
    position: relative;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 23px 27px 17px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(128, 128, 128, 0.13)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.13) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.13) 100%); }
.leadboard .leadboard__head .help-message {
    display: flex;
    align-items: center;
    border-radius: 5px;
    top: -2px;
    right: -2px;
    left: -2px;
    bottom: -2px;
}
.leadboard .leadboard__head-content h3 {
      color: #7C7C7C;
      line-height: 1.23;
      font-size: 18px; }
.leadboard .leadboard__head-content h4 {
      font-size: 16px;
      color: #333;
}
.leadboard .leadboard__head-aside p {
      color: #3C3C3C;
      line-height: 1;
      font-size: 44px;
      font-weight: 800; }
.leadboard .leadboard__head-aside p span {
        font-size: 18px;
        text-transform: uppercase; }
.leadboard .leadboard__head h3 {
      color: #7C7C7C; }
.leadboard .leadboard__head--alt {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.leadboard .leadboard__head--alt h3 {
        font-size: 18px; }
.leadboard .leadboard__body ul {
    list-style: none; }
.leadboard .leadboard__image {
    padding: 21px 13px 19px; }
.leadboard .leadboard__label,
  .leadboard .leadboard__value {
    min-height: 40px;
    padding: 10px 0 11px 13px;
    color: #656766;
    font-weight: 600; }
  .leadboard .leadboard__label {
      font-size:14px;}

.leadboard .leadboard__value {
    padding-right: 19px;
    color: #656766;
    font-size: 15px;
    font-weight: 700; }
.leadboard .leadboard__value > span {
      font-size: 10px;
      text-transform: uppercase; }
.leadboard .leadboard__item {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2; }
.leadboard .leadboard__item.leadboard__trigger {
      background: -webkit-gradient(linear, left top, left bottom, from(#f7f5f5), to(#fffdfd));
      background: -o-linear-gradient(top, #f7f5f5 0%, #fffdfd 100%);
      background: linear-gradient(to bottom, #f7f5f5 0%, #fffdfd 100%);
      font-size: 12px;
      font-weight: 600;
      text-align: center; }
.leadboard .leadboard__item.leadboard__trigger a {
        display: block;
        padding: 8px 6px;
        text-decoration: none; }
.leadboard .leadboard__item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.leadboard .leadboard__item.is-active .leadboard__label,
    .leadboard .leadboard__item.is-active .leadboard__value {
      color: #589F79; }
.leadboard .leadboard__item.is-active .leadboard__value {
      position: relative;
      background: -webkit-gradient(linear, left top, left bottom, from(#aae5c8), color-stop(50%, #c8f5df), to(#8ae3b7));
      background: -o-linear-gradient(top, #aae5c8 0%, #c8f5df 50%, #8ae3b7 100%);
      background: linear-gradient(to bottom, #aae5c8 0%, #c8f5df 50%, #8ae3b7 100%);
      padding-left: 34px; }
.leadboard .leadboard__item.is-active .leadboard__value:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 25px 0 0;
        border-color: #fff transparent transparent transparent; }
.leadboard--accordion .leadboard__item:not(.show) {
    display: none; }
.leadboard + .leadboard {
    margin-top: 24px; }
.leadboard ~ .slider-simple {
    margin-top: 24px; }
.leadboard--secondary {
    margin-bottom: 27px; }
.leadboard--secondary .leadboard__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.leadboard--secondary .leadboard__item {
      width: 50%;
      border: 1px solid #F2F2F2; }
.leadboard--secondary .leadboard__item.full {
        width: 100%; }
.leadboard--secondary .leadboard__label {
      color: #AFB4B2;
      text-transform: uppercase; }
.leadboard--secondary .leadboard__value {
      font-size: 14px; }
.leadboard--yellow {
      border: 2px solid #f3d260; }
.leadboard--yellow .leadboard__head {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 196, 48, 0.6)), to(rgba(208, 145, 4, 0.2)));
    background: -o-linear-gradient(top, rgba(240, 196, 48, 0.6) 0%, rgba(208, 145, 4, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(240, 196, 48, 0.6) 0%, rgba(208, 145, 4, 0.2) 100%); }
.leadboard--yellow .leadboard__head h3,
    .leadboard--yellow .leadboard__head p {
      color: #796D42; }
.leadboard--blue .leadboard__head {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 144, 240, 0.6)), to(rgba(68, 177, 235, 0.2)));
    background: -o-linear-gradient(top, rgba(48, 144, 240, 0.6) 0%, rgba(68, 177, 235, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(48, 144, 240, 0.6) 0%, rgba(68, 177, 235, 0.2) 100%); }
.leadboard--blue .leadboard__head h3,
    .leadboard--blue .leadboard__head p {
      color: #355881; }
.leadboard--blue .leadboard__head span {
      color: #638BBA; }
/* ------------------------------------------------------------ *\
	Tow Capacity Calculator
\* ------------------------------------------------------------ */
.tow-calculator {
    padding: 0 10%;
    margin-bottom: 25px;
    border-bottom: 2px solid #4D4C4C;
}
.tow-calculator .container {
    padding-bottom: 40px;
}
.tow-calculator p {
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #808080;
}
.tow-calculator h3 {
    color: #AFAFAF;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    font-family: sans-serif;
}
.tow-calculator h3.red {
    color: var(--tow-calc-highlight);
    text-align: left;
    margin: 25px 0 10px 0;
    font-weight: 600;
}
.tow-calculator h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
}
.tow-calculator .important-marker {
    position: absolute;
    top: 15px;
    right: 3px;
    font-size: 10px;
    color: #ffa1a1;
}
.tow-calculator .capacity-container {
    display: inline-block;
    width: 100%;
}
.tow-calculator .max-capacity {
    width: calc(50% - 5px);
    float: left;
    line-height: 1.3;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 4px 8px;
}
.tow-calculator .max-capacity span {
    font-size: 11px;
    font-weight: bold;
}
.tow-calculator .max-capacity span.large {
    font-size: 5.1vmin;
}
.tow-calculator .max-capacity.green {
    border: 3px solid #80B772;
    background: #34462E;
    color: #80B772;
    margin-right: 10px;
}
.tow-calculator .max-capacity.blue {
    border: 3px solid #88C4D6;
    background: #324D55;
    color: #88C4D6;
}
.tow-calculator .tow-info {
    background-color: #151515;
    padding: 18px 5%;
    border-radius: 10px;
}
.tow-calculator .tow-info .info-section {
    position: relative;
    padding: 10px 0 15px 0;
}
.tow-calculator .tow-info .info-section hr {
    position: absolute;
    border: none;
    border-top: 2px solid #464646;
    top: 0;
    right: -5.556%;
    left: -5.556%;
}
.tow-calculator .tow-info .info-section h4 {
    text-align: left;
    margin: 0 0 10px 5px;
}
.tow-calculator .tow-info .info-section h4 span {
    font-size: 11px;
    color: #484848;
}
.tow-calculator .start-over-container {
    text-align: center;
    margin: 65px 0;
}
.tow-calculator .start-over-container .start-over-btn {
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: 2px solid #747474;
    border-radius: 40px;
    color: white;
    padding: 22px 100px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}
/* ------------------------------------------------------------ *\
	Tow Calculator Form
\* ------------------------------------------------------------ */
.tow-calculator form select[disabled],
.tow-calculator form input[disabled] {
   opacity: 0.5 !important;
}
.tow-calculator .form__row {
    position: relative;
}
.tow-calculator .double-select-container .form__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tow-calculator .double-select-container {
    margin-bottom: 30px;
}
.tow-calculator .select-container {
    position: relative;
    width: 100%;
}
.tow-calculator .select-container.left {
    margin-right: 17px;
}
.tow-calculator .select-container.right {
    margin-left: 17px;
}
.tow-calculator .required-marker {
    position: absolute;
    bottom: -15px;
    right: 5px;
    font-size: 10px;
    color: #ffa1a1;
}

.tow-calculator select.field {
    width: 100%;
    position: relative;
}
.tow-calculator .form__row.centered {
    text-align: center;
}
.tow-calculator .form input[type=submit] {
    width: 100%;
    max-width: 28rem;
    border: none;
    border-radius: 40px;
    color: white;
    padding: 22px 0;
    background: var(--tow-calc-highlight);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.tow-calculator .form .form__row label {
    color: #A3A1A1;
    font-size: 18px;
    font-weight: bold;
}
.tow-calculator .form .form__row .field {
    background: #434343;
    border: 3px solid #6F6F6F;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    color: #D5D4D4;
}
.tow-calculator .form .form__row label + .field {
    margin-top: 12px;
}
.tow-calculator .form .form__row input.field {
    border: 2px solid #747474;
    background: #000000;
    border-radius: 0;
    height: 50px;
}
.tow-calculator .form .form__row + .form__row {
    margin-top: 30px;
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px #ccc;
    box-shadow: 0px 3px 5px 0px #ccc;
}
.feature + .feature {
    margin-top: 28px; }
.feature .feature__head {
    padding: 20px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(128, 128, 128, 0.13)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.13) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.13) 100%);
    text-align: center; }
.feature .feature__head h3 {
    font-size: 18px;
    color: #7C7C7C; }
.feature .feature__body ul {
    list-style: none; }
.feature .feature__body ul li {
      position: relative;
      border-top: 1px solid #F2F2F2;
      border-bottom: 1px solid #F2F2F2;
      font-weight: 600; }
.feature .feature__body ul li.image {
      text-align: center;
      padding: 5px 10px;
}
.feature .feature__body ul li.image img {
    width: 100%;
    max-width: 500px;
}
/*BYO FP CLASSES*/
/*NOTE: Probably create a library of these classes to include with the build-and-price-js file.*/
.feature .feature__body ul a, .feature .feature__body ul .fp-info {
      font-size: 1.2em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 17px 10px 14px;
      color: #656766;
      text-decoration: none;
      letter-spacing: -0.018em; }
.feature .feature__body ul .fp-info.locked:before {
    font-family: "FontAwesome";
    content: "\f023";
}
ul .fp-info.optional {
    background: #F0F0F0;
    opacity: 0.5;
    transition: all 0.3s;
}
.fp-info.optional.checked {
    background: #FFF;
    opacity: 1;
}
ul .fp-info.optional:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #FFF;
    border: 2px solid #9D9D9D;
    border-radius: 100%;
    transition: all 0.3s;
}
ul .fp-info.optional.checked:before {
    background: #9D9D9D;
}
ul .fp-info.locked span,
ul .fp-info.optional span{
    position: absolute;
    left: 40px;
    font-size: 12px;
    max-width: 60%;
}
ul .fp-info.greyed {
    opacity: 0.7;
}
ul .fp-info span.option-note {
    position: absolute !important;
    bottom: 2px !important;
    font-size: 8px !important;
}
ul .fp-info.hidden {
    display: none;
}
/*BYO FLOORPLAN INFO END*/
.feature .feature__body ul .msrp-info p {
    color: #959595;
    font-size: 9px;
    padding: 5px 12px 5px 12px;
}
.feature .feature__body ul .msrp-info h1,
.feature .feature__body ul .msrp-info h3 {
    text-align: center;
    color: #505050;
}
.feature .feature__body ul .msrp-info h1 {
    font-family: Open Sans;
    font-size: 45px;
    font-weight: bolder;
}
.feature .feature__body ul .msrp-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
.feature .feature__body ul li.comingsoon a {
    color: #bfbfbf;
}
.feature .feature__body ul.modelspecs a {
    font-size: 1.25em;
    padding: 20px 17px 20px 14px;
}
.feature .feature__body ul.modelspecs li:active {
  background: #f7f7f7;
}

.feature .feature__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.feature .feature__actions .btn + .btn {
      margin-left: 14px; }
.feature--actions .feature__body ul li {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 9px 4px 15px; }
/* ------------------------------------------------------------ *\
	Alert
\* ------------------------------------------------------------ */
#alert {
  position: absolute;
  top: 295px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 185px;
  width: 100%;
  padding: 34px 20px 40px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  pointer-events: none; }
#alert span {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 700; }
/* ------------------------------------------------------------ *\
	Modal Box
\* ------------------------------------------------------------ */
.modal-bg {
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    transition: background 1s;
}
.modal-bg.hide {
    visibility: hidden;
    background: rgba(0, 0, 0, 0);
}
.modal-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: scale(0.75) translate(-65%, -65%);
    background: white;
    width: 300px;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0px 0px 14px 2px black;
    padding: 25px 15px 10px 15px;
    text-align: center;
    z-index: 101;
    transition: transform .3s;
    visibility: hidden;
    z-index: 501;
}
.modal-box.show {
    transform: translate(-50%, -50%);
    visibility: visible;
}
.modal-box p {
    color: rgb(60, 60, 60);
    font-weight: bold;
    font-size: 15px;
}
.modal-box .modal-btns {
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
}
.modal-box .modal-btns a {
    text-decoration: none;
    font-weight: bold;
    border: 2px solid lightgray;
    border-radius: 5px;
    padding: 10px;
    transition: background .2s;
    min-width: 115px;
}
.modal-box .modal-btns a:active {
    background: lightgray;
}
.modal-box form label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.modal-box form input[type="checkbox"] {
    margin-right: 5px;
}
.modal-box p.green {
    color: #4E8D6E;
}
/* ------------------------------------------------------------ *\
	Loading Box
\* ------------------------------------------------------------ */
.modal-box.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 60px;
    height: 60px;
}
.loader {
    border: 5px solid #e5e5e5;
    border-top: 5px solid #444;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
