/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Uncomment and set these variables to customize the grid. */

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*
@media only screen and (min-width: 62em) {} //medium up
@media only screen and (min-width: 62em) {} //large up
@media only screen and (min-width: 75em) {} //xlarge up
*/
/* General */

:root {
    --primary-color: #F17522;
    --secondary-color: #FFD800;
    --logo-image: url('/Content/images/logo.png');
}

html {
    font-size: 100%;
    box-sizing: border-box;
    min-height: 100vh;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.52;
    color: #ffffff;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    /*min-height: 100vh;*/
    flex-direction: column;
    box-sizing: content-box;
}

/*.desktop-frame {
    background-image: linear-gradient(225deg, #003A70 0%, #7C878E 100%);
}*/

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

.roboto {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    color: var(--primary-color);
}

strong, b, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.container-fluid {
    max-width: 1400px;
    position: relative;
    z-index: 2;
}

.hide-overflow {
    overflow: hidden;
}

hr {
    border: none;
    margin: 2rem 0;
    border-bottom: 1px solid #C8C8C8;
}

    hr.lighter {
        border-bottom: 1px solid #ECECEC;
    }

h2,
h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

h2 a,
h3 a {
    font-weight: normal;
    color: #4A90E2;
    text-decoration: underline;
}

@media only screen and (min-width: 62em) {
    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.125rem;
    }
}

.button {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .88rem;
    border: none;
    color: #ffffff;
    position: relative;
    background: transparent;
    z-index: 0;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 200ms ease;
    vertical-align: middle;
    border-radius: 2rem;
    padding: 1.7em 3.5em;
    margin: 0 0 1rem;
    text-decoration: none;
    /*box-shadow: 0 8px 23px 0 var(--primary-color);*/
}

    .button:before,
    .button:after {
        position: absolute;
        content: "";
        display: block;
        border-radius: 2rem;
    }

    .button:after {
        top: 2px;
        bottom: 2px;
        right: 2px;
        background: #fff;
        transition: all .2s ease;
        z-index: -1;
        opacity: 0;
        left: calc(100% - 2px);
    }

    .button[disabled],
    .button.initial {
        color: #4A90E2;
        cursor: default;
        box-shadow: none;
    }

    .button.initial {
        cursor: pointer;
    }

        .button[disabled]:after,
        .button.initial:after {
            left: 2px;
            opacity: 1;
        }

    .button:before {
        background-image: linear-gradient(225deg, var(--primary-color) 0%, var(--secondary-color) 220%);
        z-index: -2;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
/*
    .button:hover:not([disabled]) {
        box-shadow: 0 6px 25px 0 var(--primary-color);
    }*/

    .button.basic {
        box-shadow: none;
        color: rgba(0,0,0,0.3);
        padding-left: 2em;
        padding-right: 2em;
    }

        .button.basic:hover {
            /*box-shadow: 0 6px 25px 0 var(--primary-color);*/
            cursor: pointer;
            color: rgba(0,0,0,0.5);
        }

        .button.basic:before,
        .button.basic:after {
            display: none;
        }


    .button.outline {
        border: 1.5px solid;
        background-image: none;
        box-shadow: none;
        color: var(--primary-color);
    }

        .button.outline:before,
        .button.outline:after {
            display: none;
        }

em, i {
    font-style: italic;
}
/* Common */
.top-strip {
    height: 2rem;
    width: 100%;
    background-image: linear-gradient(-212deg, var(--primary-color) 2%, var(--secondary-color) 100%);
    display: none;
}

.desktop-frame section {
    background: transparent;
}

.logo {
    text-align: center;
    padding: 1rem 0 1rem;
}

    .logo img {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-image: var(--logo-image);
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 399px;
    }

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

    .logo:not(.centered) {
        text-align: left;
    }

    .logo img {
        height: 92px;
    }

@media only screen and (min-width: 62em) {
    .top-strip {
        display: block;
    }

    .desktop-frame {
        background-image: linear-gradient(-212deg, var(--primary-color) 2%, var(--secondary-color) 100%);
        padding: 2rem;
    }

        .desktop-frame section {
            position: relative;
            background: #ffffff;
        }
}

.footer {
    background: #ECECEC;
    padding: 1rem 0;
    bottom: 0;
}

    .footer p {
        margin: 0.5rem 0;
    }

.footer-phone {
    font-size: 1.125rem;
    margin: 0.5rem 0;
}

@media only screen and (min-width: 62em) {
    .footer-phone br {
        display: none;
    }
}

.footer-phone a {
    /*color: var(--secondary-color);*/
    text-decoration: none;
}

.footer-disclaimer {
    color: black;
    font-size: 0.5rem;
}

.footer-shield {
    text-align: right;
    position: relative;
    height: 3.25rem;
}

    .footer-shield p {
        position: absolute;
        bottom: 0.25rem;
        right: 0.25rem;
        max-width: 0;
        max-height: 0;
        padding: 0.75rem 3.5rem 0.75rem 1.25rem;
        margin: 0;
        overflow: hidden;
        z-index: 2;
        border-radius: 1.5rem;
        background: #4A90E2;
        color: #ffffff;
        font-size: 0.75rem;
        width: 1000px;
        visibility: hidden;
        transition: max-width 200ms ease;
    }

    .footer-shield.show p {
        max-width: 240px;
        max-height: 300px;
        visibility: visible;
    }

    .footer-shield.show a img {
        display: none;
    }

    .footer-shield.show a span {
        display: inline-block;
    }

@media only screen and (min-width: 62em) {
    .footer-shield.show p {
        max-width: 800px;
        width: auto;
        white-space: nowrap;
    }
}

.footer-shield a {
    width: 3.25rem;
    height: 3.25rem;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 3;
    margin: 0;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.15);
    cursor: pointer;
    transition: box-shadow 200ms ease;
}

    .footer-shield a:hover {
        box-shadow: 0 10px 15px 0 rgba(0,0,0,0.25);
    }

    .footer-shield a img {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .footer-shield a span {
        display: none;
        color: #4A90E2;
        font-size: 2rem;
        line-height: 3.25rem;
    }

/*@media only screen and (max-width: 62em) {
    .white-text-mobile,
    .white-text-mobile .footer-disclaimer,
    .white-text-mobile h3,
    .white-text-mobile h4,
    .white-text-mobile p {
        color: #ffffff;
    }
}*/

.table {
    border-collapse: collapse;
    width: 100%;
    color:black;
}

    .table td, .table th {
        border-bottom: 1px solid #ddd;
        padding: 8px;
    }

    .table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
    }

.numbered-navigation {
    margin: 0 auto 2rem;
    display: flex;
    width: auto;
    flex-shrink: 1;
    justify-content: center;
}

    .numbered-navigation ul {
        display: flex;
        flex-direction: row;
        position: relative;
        padding: 0.625rem;
        align-items: center;
        height: 3.25rem;
        justify-content: center;
    }

        .numbered-navigation ul:before {
            position: absolute;
            z-index: 0;
            border-radius: 4rem;
            height: 3.25rem;
            top: 0;
            left: 0.4rem;
            background-image: linear-gradient(-135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            width: 0;
            content: '';
        }

        .numbered-navigation ul.step-1:before {
            width: 3.25rem;
        }

        .numbered-navigation ul.step-2:before {
            width: 9.25rem;
        }

        .numbered-navigation ul.step-3:before {
            width: 15rem;
        }

        .numbered-navigation ul li {
            z-index: 1;
            position: relative;
            width: 0;
            height: 0;
            margin: 0 1.45rem;
        }

    .numbered-navigation .dot {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background: var(--primary-color);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%,-50%);
    }

        .numbered-navigation .dot.active {
            width: 1rem;
            height: 1rem;
        }

        .numbered-navigation .dot.white {
            background: #ffffff;
        }

        .numbered-navigation .dot.number.active {
            background: #ffffff;
            /*color: #F7941F;*/
            color: var(--primary-color);
        }

        .numbered-navigation .dot.number {
            width: 2rem;
            height: 2rem;
            background-image: linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            box-shadow: 0 5px 5px 0 rgba(0,0,0,0.15);
            color: #ffffff;
            line-height: 2rem;
            text-align: center;
            font-size: 1.25rem;
            font-weight: 700;
        }

    .numbered-navigation p {
        display: none;
    }

@media only screen and (min-width: 75em) {
    .numbered-navigation {
        justify-content: flex-start;
    }

        .numbered-navigation ul {
            flex-direction: column;
            width: 3.25rem;
            height: auto;
        }

            .numbered-navigation ul:before {
                background-image: linear-gradient(-135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
                border-radius: 4rem;
                width: 3.25rem;
                height: 0;
                left: 0;
                top: 0.45rem;
            }

            .numbered-navigation ul.step-1:before {
                width: 3.25rem;
                height: 3.25rem;
            }

            .numbered-navigation ul.step-2:before {
                width: 3.25rem;
                height: 9.25rem;
            }

            .numbered-navigation ul.step-3:before {
                width: 3.25rem;
                height: 15rem;
            }

            .numbered-navigation ul li {
                margin: 1.45rem 0;
            }

        .numbered-navigation p {
            position: absolute;
            display: block;
            width: 16rem;
            top: -1.125rem;
            left: 5rem;
            color: #9B9B9B;
        }

            .numbered-navigation p strong {
                font-size: 1.125rem;
                color: #000000;
            }
}
/* Form Pages */

.form-group {
    padding-top: 2rem;
    padding-right: 2rem;
}

.form-content {
    padding: 1rem 0 6rem;
    flex-grow: 1;
}

@media only screen and (min-width: 62em) {
    .form-content {
        padding: 3rem 0 6rem;
    }
}

.approval-details {
    margin-bottom: 2rem;
    font-size: 0.875rem;
}

    .approval-details p {
        margin: 0;
    }

@media only screen and (min-width: 62em) {
    .approval-details {
        font-size: 1rem;
    }

        .approval-details p strong {
            font-size: 1.125rem;
        }
}

.form-bottom-text {
    font-size: 0.875rem;
    color: #9B9B9B;
}

@media only screen and (min-width: 62em) {
    .form-bottom-text {
        text-align: right;
    }
}

.bottom-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width: 62em) {
    .bottom-navigation {
        justify-content: flex-end;
    }
}

.bottom-navigation .button:not(.basic) {
    margin-left: 1rem;
}

.form-required {
    color: #7F7F7F;
    font-size: 0.625rem;
    margin-bottom: 1rem;
}

.form-right {
    padding-top: 0.75rem;
}

    .form-right h4 {
        margin: 2rem 0 1rem;
    }

.header-text {
    color: #9B9B9B;
    font-size: 0.875rem;
}

    .header-text a {
        color: #4A90E2;
        text-decoration: none;
    }

.middot {
    background: #D0021B;
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

label {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #BFBFBF;
    font-size: 0.625rem;
    width: 100%;
    display: block;
    color: #656565;
    font-weight: bold;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select {
    height: 3rem;
}

select {
    height: 3rem;
    border-radius: 0;
}

input:not([type=checkbox]):not([type=radio]), select, textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #000000;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #C8C8C8;
    width: 100%;
    padding: 0.5rem;
    background: transparent;
    -webkit-appearance: none;
}

    input:focus, select:focus, textarea:focus {
        border-color: #4A90E2;
        outline: none;
    }

@media only screen and (min-width: 62em) {
    input, select, textarea {
        font-size: 1.25rem;
    }
}

.restrict-height {
    max-height: 20rem;
    overflow-y: auto;
    color: #BFBFBF;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

    .restrict-height p {
        margin: 0 0 1rem;
    }

.input-group {
    margin-bottom: 1rem;
    transition: background 200ms ease;
    background: transparent;
}

    .input-group .important {
        font-size: 0.875rem;
        color: #D0021B;
    }

    .input-group.checkboxes .important {
        padding-left: 20px;
    }

    .input-group.checkboxes label {
        font-weight: 700;
        text-transform: none;
        font-size: 0.875rem;
        cursor: pointer;
        display: block;
        padding-left: 20px;
        text-indent: -20px;
    }

    .input-group.checkboxes input {
        width: 20px;
        height: 13px;
        padding: 0;
        margin: 0;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        *overflow: hidden;
    }

    .input-group p {
        font-family: 'Roboto', sans-serif;
        color: #BFBFBF;
        font-size: 0.625rem;
        padding: 0.25rem;
        margin: 0;
    }

    .input-group.focused {
        background: rgba(74,144,226,0.05);
    }

        .input-group.focused label {
            color: #4A90E2;
        }

    .input-group.error {
        background: rgba(208,2,27,0.05);
    }

        .input-group.error label,
        .input-group.error p {
            color: #D0021B;
        }

.email-correction.desktop-email-correction {
    margin-top: 15rem;
    display: none;
}

.email-correction.mobile-email-correction {
}

@media only screen and (min-width: 75em) {
    .email-correction.desktop-email-correction {
        display: block;
    }

    .email-correction.mobile-email-correction {
        display: none;
    }
}

.email-correction label {
    display: flex;
}

    .email-correction label div {
        max-width: 30px;
        flex: 0 0 30px;
        padding-top: 0.75rem;
    }

    .email-correction label input:not([type=checkbox]):not([type=radio]) {
        max-width: calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        border-width: 0;
        padding: 0 !important;
        height: auto;
    }

.fancy-radios .slick-list {
    overflow: visible;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.fancy-radios .slick-dots {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

    .fancy-radios .slick-dots li button {
        background: transparent;
        text-indent: -999999px;
        border: 0;
        width: 20px;
        height: 20px;
        position: relative;
    }

        .fancy-radios .slick-dots li button:focus {
            outline: none;
        }

        .fancy-radios .slick-dots li button:after {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            transform: translate(-50%,-50%);
            content: '';
            display: block;
            border-style: solid;
            border-width: 2px;
            border-color: #4A90E2;
            border-radius: 50%;
            background: #ffffff;
            transition: border-width 200ms ease;
        }

    .fancy-radios .slick-dots li.slick-active button:after {
        border-width: 4px;
    }

.slick-slide:focus {
    outline: none;
}

.fancy-radio {
    position: relative;
    margin-bottom: 2rem;
    max-width: 240px;
}

.fancy-radios .slick-slide > div {
    width: 240px;
}

@media only screen and (min-width: 75em) {
    .fancy-radios {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        display: flex;
        justify-content: center;
    }

    .fancy-radio {
        flex-grow: 1;
        flex-basis: 0;
    }
}

.fancy-radio [type=radio] {
    position: absolute;
    opacity: 0;
}

.fancy-radio label {
    height: 100%;
    cursor: pointer;
}

.radio-content {
    height: 100%;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 25px 0 rgba(0,0,0,0.15);
    text-align: center;
    /*padding: 0.5rem;*/
    margin: 0 0.25rem;
    font-family: 'Montserrat', sans-serif;
}

    .radio-content p {
        /*color: var(--secondary-color);*/
        font-size: 0.875rem;
    }

        .radio-content p small {
            font-size: 0.75rem;
        }

    .radio-content h2 {
        color: var(--primary-color);
        font-size: 2.5rem;
    }

    .radio-content h3 {
        /*color: #F7941F;*/
        color: var(--primary-color);
        font-size: 1.75rem;
    }

    .radio-content hr {
        margin: 1rem auto;
        max-width: 45px;
        border-color: #F7941F;
    }

    .radio-content h2, h3, p, hr {
        position: relative;
        z-index: 1;
        text-transform: none;
    }

.radio-content-top {
    padding: 1rem 0.5rem 1rem;
}

.radio-content-bottom {
    position: relative;
    padding: 1rem 0 .6rem;
}

    .radio-content-bottom:before {
        z-index: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-100%);
        background-image: url('/Content/images/oval.png');
        background-size: 445px 384px;
        background-repeat: no-repeat;
        width: 445px;
        height: 384px;
        content: '';
        display: block;
        transition: transform 400ms ease;
    }

    .radio-content-bottom .offer-id {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

.radio-content .radio-content-top h2,
.radio-content .radio-content-top h3,
.radio-content .radio-content-top small,
.radio-content .radio-content-top p {
    color: #ffffff;
}

.fancy-radio [type="radio"]:checked ~ .radio-content .radio-content-bottom:before {
    transform: translate(-50%,0);
}

.fancy-radio [type="radio"]:checked ~ .radio-content .radio-content-top h3,
.fancy-radio [type="radio"]:checked ~ .radio-content .radio-content-top h2 {
    color: var(--primary-color);
}

.fancy-radio [type="radio"]:checked ~ .radio-content .radio-content-top small,
.fancy-radio [type="radio"]:checked ~ .radio-content .radio-content-top p {
    color: var(--secondary-color);
}

.fancy-radio [type="radio"]:checked ~ .radio-content .radio-content-bottom h3,
.fancy-radio [type="radio"]:checked ~ .radio-content .radio-content-bottom h2,
.fancy-radio [type="radio"]:checked ~ .radio-content .radio-content-bottom strong,
.fancy-radio [type="radio"]:checked ~ .radio-content .radio-content-bottom p {
    color: #ffffff;
}
/* Kiosk Page */
.kiosk-content {
    flex-grow: 1;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 4rem 0;
}

    .kiosk-content h1 {
        /*color: #F7941F;*/
        font-size: 2.5rem;
        color: var(--primary-color);
    }

.inline-input {
    margin: 3rem auto;
    position: relative;
    width: 208px;
    transition: transform 200ms ease;
    transform: translateX(0);
}

    .inline-input .button {
        width: 208px;
        padding-left: 0.5em;
        padding-right: 0.5em;
        margin: 0;
    }

    .inline-input [type="submit"] {
        display: none;
    }

    .inline-input.opened [type="submit"] {
        display: block;
    }

    .inline-input input:not([type=checkbox]):not([type=radio]) {
        position: absolute;
        height: auto;
        z-index: -1;
        left: 2rem;
        right: 2rem;
        bottom: 0;
        width: calc(100% - 4rem);
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
        border: 2px solid #4A90E2;
        background: rgba(74,144,226,0.05);
        border-color: var(--primary-color);
    }

    .inline-input.error input:not([type=checkbox]):not([type=radio]) {
        border: 2px solid #D0021B;
        background: rgba(208,2,27,0.05);
    }

    .inline-input.opened input:not([type=checkbox]):not([type=radio]) {
        bottom: calc(100% - 2px);
    }

    .inline-input.opened [data-toggle] {
        display: none;
    }

    .inline-input .button .error {
        display: none;
    }

    .inline-input.error .button .error {
        display: inline;
    }

    .inline-input.error .button .valid {
        display: none;
    }

@media only screen and (min-width: 30em) {
    .inline-input input:not([type=checkbox]):not([type=radio]) {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.75rem;
        width: 208px;
        left: 0;
        top: 50%;
        bottom: auto;
        height: 2.8rem;
        transform: translate(0,-50%);
        opacity: 0;
        transition: all 200ms ease;
    }

    .inline-input.opened {
        transform: translateX(104px);
    }

        .inline-input.opened input:not([type=checkbox]):not([type=radio]) {
            /* bottom: 50%;
    right: 100%;
    left: auto; */
            transform: translate(-180px,-50%);
            opacity: 1;
        }
}

.normalized-select {
    position: relative;
    max-width: 160px;
    margin: 0 auto;
}

    .normalized-select:after {
        position: absolute;
        content: '';
        display: block;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        background-image: url('/Content/images/black-chevron-down.png');
        background-size: 12px 7px;
        width: 12px;
        height: 7px;
        z-index: 2;
    }

    .normalized-select select {
        border: 1px solid #000000;
        border-radius: 5px;
        font-size: 1rem;
        height: auto;
        position: relative;
    }
/* Home Page */
.home-content {
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    padding: 4rem 0;
    position: relative;
}

    .home-content h1 {
        color: #000000;
        font-size: 2.18rem;
        line-height: 1;
        margin: 0 0 1rem;
    }

    .home-content h4 {
        font-size: 1.25rem;
    }

@media only screen and (min-width: 62em) {
    .home-content h1 {
        font-size: 3rem;
    }
}

ol.steps {
    margin-top: 8rem;
}

    ol.steps .slick-dots {
        position: absolute;
        top: -6rem;
        left: 28%;
        right: 0;
        display: flex;
    }

        ol.steps .slick-dots li {
            transition: all 200ms ease;
            width: 3.25rem;
            height: 3.25rem;
            max-width: 3.25rem;
            flex: 0 0 3.25rem;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            border-radius: 50%;
            margin-right: 1rem;
            box-shadow: none;
            background: transparent;
            cursor: pointer;
        }

            ol.steps .slick-dots li:before {
                position: absolute;
                z-index: 0;
                display: block;
                border-radius: 4rem;
                height: 2rem;
                width: 2rem;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                /*background-image: linear-gradient(-45deg, #FAD961 0%, #F76B1C 100%);*/
                transition: all 200ms ease;
                background-image: linear-gradient(225deg, var(--primary-color) 0%, var(--secondary-color) 100%);
                content: '';
            }

            ol.steps .slick-dots li.slick-active:before,
            ol.steps .slick-dots li:hover:before {
                height: 3.25rem;
                width: 3.25rem;
            }

            ol.steps .slick-dots li button {
                z-index: 1;
                width: 2rem;
                height: 2rem;
                background: transparent;
                color: #ffffff;
                border: none;
                font-size: 2rem;
                border-radius: 1rem;
                line-height: 2rem;
                text-align: center;
                font-size: 1.25rem;
                font-weight: 700;
                font-family: 'Montserrat', sans-serif;
                transition: all 200ms ease;
            }

                ol.steps .slick-dots li button:focus {
                    outline: none;
                }

            ol.steps .slick-dots li.slick-active button {
                /*color: #F7941F;*/
                color: #ffffff;
            }

    ol.steps .slick-list {
        overflow: visible;
    }

    ol.steps li {
        background-image: linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        box-shadow: 0 22px 40px 0 rgba(0,0,0,0.25);
        border-radius: 15px;
        color: #ffffff;
        padding: 1.5rem;
        max-width: 280px;
        width: 280px !important;
        margin-bottom: 3rem;
        margin-right: 1.5rem;
    }

        ol.steps li:hover {
            cursor: pointer;
        }



        ol.steps li strong {
            font-size: 1.375rem;
            line-height: 1.875rem;
            display: inline-block;
            margin-bottom: 0.5rem;
        }

@media only screen and (min-width: 62em) {

    ol.steps .slick-dots {
        position: absolute;
        top: -6rem;
        left: 0;
        right: 0;
        display: flex;
    }

    ol.steps {
        margin: 2rem 0 0;
        counter-reset: item;
    }

        ol.steps div,
        ol.steps li {
            width: 100% !important;
            max-width: 100%;
        }

        ol.steps li {
            box-shadow: none;
            color: #ffffff;
            padding: 0.75rem 2rem 0.75rem 8rem;
            margin: 0;
            border-radius: 6.25rem;
            position: relative;
            counter-increment: item;
            background: none;
        }

            ol.steps li:before {
                background-image: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 100%);
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                content: '';
                display: block;
                width: 3.25rem;
                height: 3.25rem;
                border-radius: 2rem;
                transition: all 200ms ease;
                z-index: -1;
            }

        ol.steps .slick-active li:before {
            width: 100%;
            height: 100%;
        }

        ol.steps li:after {
            content: counter(item);
            position: absolute;
            left: 0.625rem;
            top: 50%;
            border-radius: 1rem;
            transform: translateY(-50%);
            width: 2rem;
            height: 2rem;
            line-height: 2rem;
            text-align: center;
            font-size: 1.25rem;
            font-weight: 700;
            /*background-image: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 100%);*/
            background-color: transparent;
            color: #ffffff;
            transition: all 200ms ease;
        }

        ol.steps li strong {
            font-size: 1.125rem;
            margin-bottom: 0;
        }

        ol.steps .slick-slide:not(.slick-active) li {
            background-image: none;
            color: #000000;
        }

            ol.steps .slick-slide:not(.slick-active) li:after {
                background: #ffffff;
                background-image: none;
                /*color: #F7941F;*/
                color: var(--primary-color);
            }

        ol.steps .slick-slide li br.hide-big {
            display: none;
        }

    /*ol.steps .slick-slide.slick-active {
            background-image: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 100%);
        }*/
}

.scroll-down {
    display: inline-block;
    margin: 0 0 12rem;
}

.home-left {
    text-align:center;
}

@media only screen and (min-width: 62em) {
    .scroll-down {
        display: none;
    }
}

@media only screen and (min-width: 62em) {
    .home-left {
        padding: 3rem 0;
        text-align:left;
    }
}

.home-content .mobile-circle {
    background-image: linear-gradient(0, var(--primary-color) 0%, var(--secondary-color) 100%);
    width: 750px;
    height: 750px;
    /*background-image: url('/Content/images/mobile-circle-2.png');*/
    background-size: 750px 750px;
    border-radius: 50%;
    margin-top: -373px;
    margin-left: -373px;
    position: fixed;
    top: calc(50% + 550px);
    left: calc(50% + 200px);
    z-index: -1;
    transition: all 600ms linear;
    /*transform: translate(85vw,65vh);*/
}

    .home-content .mobile-circle:before,
    .home-content .mobile-circle:after {
        background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    }

    .home-content .mobile-circle.shift {
        top: calc(50% + 70px);
        left: calc(50% - 0px);
    }

@media only screen and (min-width: 62em) {
    .home-content .mobile-circle.shift {
        top: calc(50% + 200px);
        left: calc(50% - 180px);
    }
}

.home-content .desktop-circle {
    background-image: linear-gradient(0, var(--primary-color) 0%, var(--secondary-color) 100%);
    display: none;
    width: 1156px;
    height: 1159px;
    /*background-image: linear-gradient(0, #FAD961 0%, #F76B1C 100%);*/
    border-radius: 50%;
    overflow: hidden;
    position: fixed;
    top: -400px;
    left: calc(50% - 20px);
    z-index: 1;
}

.home-content .desktop-circle-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url('/Content/images/desktop-background.jpg');
    background-size: 1279px 853px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 3;
    opacity: 0.32;
}

    .home-content .desktop-circle-image:after {
        /*background-image: linear-gradient(225deg, #FAD961 0%, #F76B1C 100%);*/
        background-image: linear-gradient(225deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        display: block;
        opacity: 0.4;
    }

.home-content .desktop-circle:before,
.home-content .desktop-circle:after {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    content: '';
    display: block;
    /*background-image: linear-gradient(90deg, #FAD961 0%, #F76B1C 100%);*/
    border-radius: 50%;
}

.home-content .desktop-circle:before {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transform: translate(-1720px,-1480px) rotate(34deg);
    /*background-image: linear-gradient(90deg, #FAD961 0%, #F76B1C 100%);*/
    width: 2184px;
    height: 1415px;
    opacity: 0.67;
    z-index: 5;
}

.home-content .desktop-circle:after {
    transform: translate(-1450px,-270px) rotate(0);
    /*background-image: linear-gradient(0, #FAD961 0%, #F76B1C 100%);*/
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    width: 1616px;
    height: 1415px;
    opacity: 0.29;
    z-index: 6;
}

@media only screen and (min-width: 62em) {
    .home-content .mobile-circle {
        display: none;
    }

    .home-content .desktop-circle {
        display: block;
    }
}

.home-offers {
    padding-bottom: 1rem;
    text-align: center;
}

    .home-offers .button {
        background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    }

.home-offers h2 {
    color: #ffffff;
    font-size: 2rem;
    margin: 0 0 1rem;
}

.home-offers p {
    margin-bottom: 2rem;
    color: var(--primary-color);
}

.home-offers .button:not(:hover) {
    box-shadow: none;
}

@media only screen and (min-width: 62em) {
    .home-offers {
        margin-left: auto;
        max-width: 300px;
        position: relative;
        z-index: 2;
        margin-top: 0;
        text-align: left;
    }

        .home-offers .button {
            background-image: linear-gradient(225deg, #FAD961 0%, #F76B1C 100%);
        }

        .home-offers p {
            color: #ffffff;
        }
}

.phone-image-column {
    display: none;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: center;
    animation-name: ninja;
}

.phone-steps {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 360px;
    z-index: 1;
}

    .phone-steps li img {
        max-width: 100%;
        height: auto;
    }

@media only screen and (min-width: 75em) {
    .hide-overflow {
        overflow: visible;
    }

    .phone-image-column {
        display: flex;
        position: relative;
    }
}

@media only screen and (min-width: 84em) {
    .phone-steps {
        width: 440px;
    }
}

@media only screen and (min-width: 96em) {
    .phone-steps {
        width: 600px;
        margin-left: -50px;
    }
}

.circles {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.big-desktop-circle {
    display: none;
    background-image: url('/Content/images/big-circle.svg');
    z-index: 1;
    position: absolute;
    width: 673px;
    height: 673px;
    bottom: -510px;
    left: calc(50% - 920px);
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: center;
    animation-name: rotate;
}

.small-desktop-circle {
    display: none;
    background-image: url('/Content/images/small-circle.svg');
    z-index: 1;
    position: absolute;
    width: 278px;
    height: 278px;
    top: -110px;
    right: 100px;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: center;
    animation-name: rotate;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.modal {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    top: 32px;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer2 {
    padding-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-header:after,
.modal-footer:after {
    clear: both;
}



@media only screen and (min-width: 75em) {
    .big-desktop-circle,
    .small-desktop-circle {
        display: block;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ninja {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0.5rem);
    }

    75% {
        transform: translateY(-0.5rem);
    }

    100% {
        transform: translateY(0);
    }
}

.corner-ribbon {
    z-index: 100;
    width: 200px;
    background: #e43;
    position: fixed;
    right: -62px;
    text-align: center;
    opacity: .8;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 30px;
}

@media only screen and (min-width: 62em) {
    .corner-ribbon {
        z-index: 100;
        width: 200px;
        background: #e43;
        position: fixed;
        right: -50px;
        text-align: center;
        opacity: .8;
        line-height: 50px;
        letter-spacing: 1px;
        color: #f0f0f0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}

.toggle {
    --width: 142px;
    --height: calc(var(--width) / 3);

    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
}

    .toggle input {
        display: none;
    }

    .toggle .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: var(--height);
        background-color: #ccc;
        transition: all 0.4s ease-in-out;
    }

        .toggle .slider::before {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            width: calc(var(--height)/1.3);
            height: calc(var(--height)/1.3);
            border-radius: calc(var(--height) / 2);
            background-color: #fff;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
            transition: all 0.4s ease-in-out;
        }

    .toggle input:checked + .slider {
        background-color: var(--primary-color);
    }

        .toggle input:checked + .slider::before {
            transform: translateX(calc(var(--width) - var(--height)));
        }

    .toggle .labels {
        position: absolute;
        top: 30%;
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-family: sans-serif;
        transition: all 0.4s ease-in-out;
    }

        .toggle .labels::after {
            content: attr(data-off);
            position: absolute;
            right: 10px;
            color: #4d4d4d;
            opacity: 1;
            transition: all 0.4s ease-in-out;
        }

        .toggle .labels::before {
            content: attr(data-on);
            position: absolute;
            left: 10px;
            color: #ffffff;
            opacity: 0;
            transition: all 0.4s ease-in-out;
        }

    .toggle input:checked ~ .labels::after {
        opacity: 0;
    }

    .toggle input:checked ~ .labels::before {
        opacity: 1;
    }

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/*
@media only screen and (min-width: 62em) {} //medium up
@media only screen and (min-width: 62em) {} //large up
@media only screen and (min-width: 75em) {} //xlarge up
*/

:root {
    --primary-color: #F17522;
    --secondary-color: #FFD800;
    --logo-image: url('/Content/images/logo.png');
}
/*
@media only screen and (min-width: 62em) {
    .desktop-frame {
        background-image: linear-gradient(225deg, var(--primary-color) 0%, var(--secondary-color) 100%) !important;
    }
}*/

/*.top-strip {
    background-image: linear-gradient(225deg, var(--primary-color) 0%, var(--secondary-color) 100%) !important;
}
*/

/*.logo img {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: var(--logo-image) !important;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 499px;
}*/

.button[disabled],
.button.initial {
    color: var(--primary-color);
}

.inline-input input:not([type=checkbox]):not([type=radio]) {
    border-color: var(--primary-color);
}

/*ol.steps .slick-dots li:before {
    background-image: linear-gradient(225deg, var(--primary-color) 0%, var(--secondary-color) 100%) !important;
}

ol.steps li {
    background-image: linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}*/

    ol.steps li:hover {
        cursor: pointer;
    }

@media only screen and (min-width: 62em) {

    .home-offers .button:before {
        background-image: linear-gradient(225deg, #FAD961 0%, #F76B1C 100%);
    }

    ol.steps li {
        background: none;
    }

        ol.steps li:before,
        ol.steps li:after {
            background-color: #ffffff;
            color: var(--primary-color);
        }
    /* 
    ol.steps .slick-slide:not(.slick-active) li:after {
        color: var(--primary-color);
    }*/
}

.numbered-navigation ul:before {
    background-image: linear-gradient(-135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.numbered-navigation .dot.number.active {
    color: var(--primary-color);
}

.numbered-navigation .dot.number {
    background-image: linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.radio-content-bottom:before {
    background-image: linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 50%;
}

.fancy-radio [type="radio"]:checked ~ .radio-content .radio-content-bottom:before {
    background-image: linear-gradient(225deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.radio-content h3 {
    color: var(--primary-color);
}

.footer-shield:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 80px;
    width: 80px;
    height: 22px;
    background-size: 80px 22px;
    background-image: url('/Content/images/logo.png');
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 62em) {
    .footer-shield:before {
        top: 10px;
        right: 120px;
        width: 159px;
        height: 43px;
        background-size: 159px 43px;
    }
}

.scroll-down {
    width: 30px;
    height: 25px;
    position: relative;
    padding-left: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

    .scroll-down:before,
    .scroll-down:after {
        width: 6px;
        height: 20px;
        position: absolute;
        bottom: 8px;
        background: #002853;
        content: '';
        display: block;
        border-radius: 3px;
        left: 10px;
        transform-origin: 3px 17px;
    }

    .scroll-down:before {
        transform: rotate(-45deg) translateX(0);
    }

    .scroll-down:after {
        transform: rotate(45deg) translateX(0);
    }

.home-content .mobile-circle {
    background-image: linear-gradient(0, var(--primary-color) 0%, var(--secondary-color) 100%);
}

    .home-content .mobile-circle:before,
    .home-content .mobile-circle:after {
        background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    }

    .home-content .mobile-circle:before {
        background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    }

    .home-content .mobile-circle:after {
        background-image: linear-gradient(0, var(--primary-color) 0%, var(--secondary-color) 100%);
    }

.home-content .desktop-circle {
    background-image: linear-gradient(0, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.home-content .desktop-circle-image:after {
    background-image: linear-gradient(225deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.home-content .desktop-circle:before,
.home-content .desktop-circle:after {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.home-content .desktop-circle:before {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.home-content .desktop-circle:after {
    background-image: linear-gradient(0, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.kiosk-content h1 {
    color: var(--primary-color);
}

@media only screen and (min-width: 48em) {
    .logo:not(.centered) {
        text-align: left;
    }

    .logo img {
        width: 190px;
        height: 120px;
    }
}

