/* ==========================================================================
Variables and things
========================================================================== */
/**
 * Mixin scrollbar
 */
/* Uncomment and set these variables to customize the grid. */
.container-flexbox-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row > div {
  margin-bottom: 1em; }

/*.row > div > div {
  border: 1px solid #e5e5e5;
}*/
.row:last-child {
  margin-bottom: -1em; }

.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-flexbox {
    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-flexbox {
    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-flexbox {
    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; } }

/* ==========================================================================
Fonts
========================================================================== */
/* ==========================================================================
Common and Defaults
========================================================================== */
[contenteditable="true"]:focus {
  outline: none; }

*:focus {
  outline: none; }

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

span.no-wrap {
  white-space: nowrap; }

.relative {
  position: relative; }

/* ==========================================================================
   Development things
   ========================================================================== */
/* ==========================================================================
   Helpers
   ========================================================================== */
/* ==========================================================================
Layout with containers
========================================================================== */
html {
  padding: 0;
  margin: 0;
  /*@include when-lg {
		border-top: 5px solid red;
	}*/ }

body {
  background: url("https://learn.eplus.com/hubfs/4941384/LooseGrip%20ePlus%20Cisco%20Digital%20Readiness%20Workshop/Landing%20Page%20Images/bg.png") top left repeat-x;
  background-size: cover;
  color: #19243b;
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 0; }
  @media (max-width: 1200px), (max-height: 700px) {
    body {
      background-size: auto;
      background-repeat: repeat-y; } }

body::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.7); }

section {
  /* background: #ededed; */
  background: #ffffff;
  margin: 0;
  padding: 0; }

.align-right {
  text-align: right; }

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

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

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important;
  margin: 0 !important; }

.row {
  margin-right: 0;
  margin-left: 0; }
  @media (max-width: 768px) {
    .row .row {
      margin-left: -1em;
      margin-right: -1em; } }

/* ==========================================================================
   Footer
   ========================================================================== */
/* ==========================================================================
Header
========================================================================== */
/* ==========================================================================
Sidebars
========================================================================== */
/* ==========================================================================
Sections
========================================================================== */
.header {
  height: 100px;
  padding: 20px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0; }
  @media (max-width: 1200px), (max-height: 700px) {
    .header {
      padding: 0;
      position: relative; } }
  .header .logo {
    position: absolute;
    left: 40px;
    top: 20px;
    background: rgba(255, 255, 255, 0.99);
    padding: 10px 30px;
    /*border-radius: 5px;*/
    border: 1px solid #ccc; }
    @media (max-width: 1200px), (max-height: 700px) {
      .header .logo {
        left: 0px;
        background: white; } }

.page-wrapper {
  /*text-align: center;*/
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  position: relative;
  height: 100vh; }
  @media (max-width: 1200px), (max-height: 700px) {
    .page-wrapper {
      padding: 0px 20px 40px 20px;
      height: auto; } }

.card-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }
  .card-wrapper:after {
    content: 'flickity';
    display: none;
    /* hide :after */ }
  @media (max-width: 1200px), (max-height: 700px) {
    .card-wrapper {
      position: relative;
      margin-top: 0px;
      top: auto;
      left: auto;
      transform: none; }
      .card-wrapper:after {
        content: ''; } }

.no-carousel {
  background-repeat: repeat;
  background-size: auto; }
  .no-carousel .page-wrapper {
    padding: 0px 20px 40px 20px;
    height: auto;
    max-width: 1200px;
    margin: 0 auto; }
  .no-carousel .card-wrapper {
    position: relative;
    margin-top: 0px;
    top: auto;
    left: auto;
    transform: none; }
    .no-carousel .card-wrapper:after {
      content: ''; }
    .no-carousel .card-wrapper .row {
      opacity: 1;
      position: relative; }

.card {
  padding: 40px 40px;
  box-sizing: border-box;
  text-align: left;
  /*width: 75%;*/
  width: 1080px;
  height: 600px;
  margin: 0 auto;
  background: #fff;
  /*box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);*/
  border: 1px solid #ccc;
  /*border-radius: 5px;*/
  margin: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .card .logo {
    /*padding: 8px 15px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 5px;*/
    position: absolute;
    top: 80px;
    right: 80px; }
    .card .logo.bottom {
      top: auto;
      bottom: 40px;
      z-index: 10; }
    .card .logo img {
      max-width: 120px; }
    @media (max-width: 750px) {
      .card .logo {
        display: none; } }
  .card.overflowable .overflow-wrapper {
    overflow: auto;
    height: 520px;
    padding-top: 20px;
    margin: 0px -20px 0px -20px;
    box-sizing: border-box;
    /*width: 100%;*/ }
    @media (max-width: 1200px), (max-height: 700px) {
      .card.overflowable .overflow-wrapper {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        overflow: visible; } }
  .card.overflowable .form-container {
    /*border: 1px solid #8cb369;
			padding: 40px;*/
    padding-top: 0px; }
  .card.overflowable .intro-col {
    width: 100%; }
    .card.overflowable .intro-col p {
      margin-top: 0px; }
    .card.overflowable .intro-col h3 {
      margin-bottom: 5px; }
  .card.align-top {
    align-items: normal; }
  @media (max-width: 1200px), (max-height: 700px) {
    .card {
      width: auto;
      height: auto;
      max-width: 1080px;
      margin: 40px auto 40px auto;
      border: 1px solid #ccc;
      position: relative; } }
  @media (max-width: 1200px), (max-height: 700px) {
    .card {
      min-height: 600px; } }
  @media (max-width: 991px) {
    .card.with-logo {
      padding-bottom: 100px; } }
  @media (max-width: 750px) {
    .card.with-logo {
      padding-bottom: 40px; } }
  .card .row {
    opacity: .4; }
  .card.is-selected .row {
    opacity: 1; }
  @media (max-width: 1200px), (max-height: 700px) {
    .card .row {
      opacity: 1; } }
  .card .title {
    position: relative;
    padding-top: 20px; }
    .card .title .line {
      display: block; }
      @media (max-width: 750px) {
        .card .title .line {
          display: inline-block; } }
    .card .title.with-icons {
      padding-left: 20px; }
      @media (max-width: 1200px), (max-height: 700px) {
        .card .title.with-icons {
          padding-left: 0px; } }
    .card .title .title-image {
      margin-bottom: 30px;
      position: relative; }
      .card .title .title-image img {
        max-width: 200px; }
      .card .title .title-image .rotated-arrows {
        position: absolute;
        transform: rotate(-50deg);
        top: 70px;
        left: 250px;
        max-height: 200px;
        width: 90px; }
        .card .title .title-image .rotated-arrows .rotate-2 {
          fill: #ffbc41; }
        .card .title .title-image .rotated-arrows .rotate-1 {
          fill: #049fd9; }
    .card .title .step {
      margin: 0;
      position: absolute;
      top: -15px;
      left: -20px;
      z-index: 5;
      font-weight: 500;
      transform: rotate(-5deg);
      margin-left: -20px;
      color: #049fd9;
      font-family: 'Architects Daughter', cursive;
      font-size: 36px;
      text-transform: uppercase; }
      @media (max-width: 750px) {
        .card .title .step {
          left: -10px; } }
    .card .title .pre-header {
      font-size: 24px;
      font-weight: 300;
      margin: 0; }
    .card .title h1, .card .title h2 {
      color: #000;
      font-size: 90px;
      font-weight: 900;
      line-height: 90px;
      position: relative; }
      .card .title h1.secondary, .card .title h2.secondary {
        font-size: 60px;
        line-height: 60px; }
        @media (max-width: 750px) {
          .card .title h1.secondary, .card .title h2.secondary {
            font-size: 40px;
            line-height: 40px; } }
      .card .title h1 span.line-2, .card .title h2 span.line-2 {
        padding-left: 50px; }
        @media (max-width: 750px) {
          .card .title h1 span.line-2, .card .title h2 span.line-2 {
            padding-left: 0px; } }
      @media (max-width: 750px) {
        .card .title h1, .card .title h2 {
          font-size: 50px;
          line-height: 50px; } }
  .card .copy {
    padding-right: 20px;
    font-size: 15px; }
    .card .copy.first-page {
      padding-right: 100px;
      padding-left: 40px; }
      @media (max-width: 750px) {
        .card .copy.first-page {
          padding-right: 20px;
          padding-left: 0px; } }
    .card .copy h3 {
      color: #000;
      font-size: 24px;
      font-weight: 900;
      margin-top: 40px;
      margin-bottom: 10px; }
    .card .copy p {
      margin-top: 0; }
  .card .content-container {
    padding-top: 60px;
    padding-bottom: 40px; }
    @media (max-width: 1200px), (max-height: 700px) {
      .card .content-container {
        padding-top: 20px; } }
    @media (max-width: 600px) {
      .card .content-container {
        padding: 0; } }
    @media (max-width: 991px) {
      .card .content-container.related-images {
        max-width: 50%; } }
    @media (max-width: 600px) {
      .card .content-container.related-images {
        max-width: 100%; } }
    .card .content-container .extra {
      margin: 10px 0; }
      .card .content-container .extra img {
        max-width: 100px; }
  .card .related-image {
    max-width: 150px;
    text-align: center; }

.home .flickity-page-dots {
  width: auto;
  bottom: -40px;
  padding: 20px;
  right: 0px;
  background: rgba(255, 255, 255, 0.95);
  /*box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2);*/
  border: 1px solid #ccc;
  /*border-radius: 5px;*/
  border-right: none;
  border-bottom-right-radius: none;
  border-top-right-radius: none; }
  @media (max-height: 800px) {
    .home .flickity-page-dots {
      top: -5px;
      right: 10px;
      padding: 8px;
      bottom: auto; } }

.home .flickity-button {
  background: rgba(49, 86, 120, 0.7); }
  .home .flickity-button:hover {
    background: rgba(49, 86, 120, 0.9); }

.home .flickity-button-icon {
  fill: white; }

.home .flickity-prev-next-button.next {
  right: 20px; }

.home .flickity-prev-next-button.previous {
  left: 20px; }

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-full-container {
  position: absolute;
  top: 0;
  right: 0;
  background: pink; }

.with-video {
  position: relative; }
  .with-video .content {
    position: relative;
    z-index: 10;
    padding-right: 480px; }
    @media (max-width: 1200px), (max-height: 700px) {
      .with-video .content {
        padding-right: 0px; } }
  .with-video .copy {
    z-index: 10;
    position: relative; }
  .with-video .video {
    /*@include when-sm {
			margin: 0 -40px;
		}*/ }
  .with-video .video-image {
    display: none; }
    @media (max-width: 1200px), (max-height: 700px) {
      .with-video .video-image {
        display: block;
        max-width: 95%; } }
  .with-video video {
    position: absolute;
    top: 40px;
    right: -55px;
    width: 60%;
    z-index: 5; }
    @media (max-width: 1200px), (max-height: 700px) {
      .with-video video {
        top: 0;
        position: relative;
        right: auto;
        width: 100%;
        top: auto;
        display: none; } }
    @media (max-width: 600px) {
      .with-video video {
        display: none; } }

form.hs-form {
  display: flex;
  flex-direction: column;
  font-family: Lato;
  /* method 2: targets using nth-child pseudo class */
  /*form.hs-form fieldset:nth-child(4) {
	    order: 4;
	}*/ }
  form.hs-form fieldset {
    max-width: none;
    padding: 0; }
  form.hs-form .field {
    margin-bottom: 10px; }
  form.hs-form label {
    margin-bottom: 5px; }
  form.hs-form input.hs-input.error, form.hs-form div.field.error input, form.hs-form div.field.error textarea, form.hs-form div.field.error .chzn-choices, form.hs-form textarea.hs-input.error, form.hs-form select.hs-input.error {
    border-color: #c87872; }
  form.hs-form .hs-input:not([type=file]) {
    background-color: #f5f8fa; }
  form.hs-form .hs-input {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box; }
    @media (max-width: 700px) {
      form.hs-form .hs-input {
        width: 95%; } }
  form.hs-form textarea,
  form.hs-form input[type="text"],
  form.hs-form input[type="button"],
  form.hs-form input[type="submit"],
  form.hs-form input[type="tel"],
  form.hs-form input[type="email"] {
    -webkit-appearance: none;
    border-radius: 0; }
  form.hs-form ul, form.hs-form li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  form.hs-form ul.hs-error-msgs.inputs-list li {
    color: #ec4343;
    padding: 5px 0 5px 0;
    font-size: 80%; }
  form.hs-form .hs_submit.hs-submit {
    order: 5; }
    form.hs-form .hs_submit.hs-submit .hs-button {
      text-decoration: none;
      padding: 12px 20px;
      color: #fff;
      text-transform: uppercase;
      background: #ff4b3e;
      margin-right: 20px;
      /*border-radius: 10px;*/
      white-space: nowrap;
      display: inline-block;
      margin-bottom: 5px;
      border: none;
      cursor: pointer;
      font-size: 16px;
      -webkit-appearance: none;
      border-radius: 0; }
      form.hs-form .hs_submit.hs-submit .hs-button:last-child {
        margin-right: 0px; }
      form.hs-form .hs_submit.hs-submit .hs-button:hover {
        background: #c72317; }
  @media (max-width: 700px) {
    form.hs-form fieldset.form-columns-2 .hs-form-field {
      width: 100%;
      float: none; } }
  form.hs-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    visibility: hidden !important;
    order: 15;
    position: absolute;
    top: 0;
    left: 0; }
  form.hs-form fieldset.form-columns-1 input[type=checkbox], form.hs-form fieldset.form-columns-1 input[type=radio] {
    width: auto; }
  form.hs-form .legal-consent-container {
    margin-top: 10px;
    margin-bottom: 20px; }
    form.hs-form .legal-consent-container .hs-richtext p {
      font-size: 80%; }
  form.hs-form .inputs-list label {
    line-height: 18px;
    font-size: 14px; }
  form.hs-form .hs-input[type=checkbox], form.hs-form .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none; }

/* ==========================================================================
Text
========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  color: #444444;
  font-size: 16px;
  font-weight: 300px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

a, a:hover {
  color: #19243b; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato',Sans-serif;
  text-shadow: none;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px;
  color: #19243b;
  line-height: 1.3em; }

/* ANIMATONS */
.title .pre-header.positioned {
  padding-left: 50px; }
  @media (max-width: 750px) {
    .title .pre-header.positioned {
      padding-left: 0px; } }

h1.with-icons, h2.with-icons {
  margin-top: 10px;
  margin-bottom: 40px; }
  @media (max-width: 750px) {
    h1.with-icons, h2.with-icons {
      margin-bottom: 20px; } }

h1 .icon, h2 .icon {
  max-width: 100px;
  height: auto;
  position: absolute; }

h1 .arrows, h2 .arrows {
  max-width: 40px;
  height: auto;
  position: absolute;
  left: 450px;
  bottom: -30px; }

h1 .list, h2 .list {
  max-width: 50px;
  height: auto;
  position: absolute;
  left: 280px;
  top: 50px; }

h1 .dots, h2 .dots {
  max-width: 60px;
  height: auto;
  position: absolute;
  left: -20px;
  top: -15px; }

h1 .checkmark, h2 .checkmark {
  max-width: 30px;
  height: auto;
  position: absolute;
  left: -20px;
  top: 140px; }

h1 .scribble2, h2 .scribble2 {
  max-width: 60px;
  height: auto;
  position: absolute;
  left: 370px;
  top: 90px; }

h1 .scribble3, h2 .scribble3 {
  max-width: 60px;
  height: auto;
  position: absolute;
  left: 190px;
  top: -8px; }

h1 span, h2 span {
  position: relative; }

@media (max-width: 750px) {
  h1 svg, h1 img, h2 svg, h2 img {
    display: none; } }

.arrows {
  text-align: right; }
  .arrows.top-row {
    margin-top: -80px; }
    @media (max-width: 991px) {
      .arrows.top-row {
        margin-top: -40px; } }
    @media (max-width: 600px) {
      .arrows.top-row {
        display: none; } }
  .arrows.left {
    text-align: left; }
  .arrows svg {
    max-height: 50px;
    width: 40px;
    display: inline-block; }
    .arrows svg.scribble {
      width: 60px;
      margin-bottom: -30px; }
      .arrows svg.scribble path {
        fill: #049fd9; }
    .arrows svg.arrow-1 path {
      fill: #315678; }
    .arrows svg.arrow-2 {
      padding-bottom: 20px;
      margin-top: 20px; }
      .arrows svg.arrow-2 path {
        fill: #ff4b3e; }
    .arrows svg.rotated-arrows {
      width: 60px;
      transform: rotate(-30deg);
      margin-left: -10px; }
      .arrows svg.rotated-arrows .rotate-2 {
        fill: #ffbc41; }
      .arrows svg.rotated-arrows .rotate-1 {
        fill: #ff4b3e; }

/* ==========================================================================
Buttons
========================================================================== */
.buttons {
  margin: 40px 0 35px 0; }
  .buttons a {
    text-decoration: none;
    padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
    background: #315678;
    margin-right: 20px;
    /*border-radius: 10px;*/
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-appearance: none;
    border-radius: 0; }
    .buttons a:last-child {
      margin-right: 0px; }
    .buttons a:hover {
      background: #1c3b58; }
    @media (max-width: 700px) {
      .buttons a {
        display: block;
        margin: 0 10px 10px 0;
        width: auto; } }

/* ==========================================================================
  Content Things
========================================================================== */
/* ==========================================================================
   Lists
   ========================================================================== */
.copy ul, .copy ol {
  margin-left: 0;
  padding-left: 1em; }
  .copy ul li, .copy ol li {
    padding-left: .5em;
    margin: 10px 0; }

body {
  background: none; }

.panel {
  background: #fff;
  padding: 50px;
  min-height: 500px;
  margin-top: 20px; }
  .panel .frame {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 30px;
    max-width: 500px; }
    .panel .frame .question {
      padding: 0 0 0 5px;
      margin: 0;
      font-size: 14px;
      text-transform: uppercase; }
    .panel .frame .previous-step {
      opacity: .2; }
    .panel .frame .top {
      margin-bottom: 30px; }
    .panel .frame .result {
      border-top: 1px solid #e5e5e5;
      padding-top: 10px;
      font-size: 14px; }
      .panel .frame .result .change {
        font-size: 120%;
        font-weight: 700; }
    .panel .frame .url {
      margin-right: 20px;
      display: inline-block; }
    .panel .frame .title {
      font-weight: 700; }
    .panel .frame input {
      box-sizing: border-box;
      padding: 10px;
      font-size: 16px;
      width: 500px;
      border: 1px solid #e5e5e5;
      margin-bottom: 8px; }
      .panel .frame input.used {
        font-size: 13px; }
    .panel .frame p {
      margin-top: 0; }
    .panel .frame .row {
      margin-right: -1em;
      margin-left: -1em; }
  .panel .redirect-image {
    border: 1px solid #e5e5e5;
    padding: 10px;
    box-sizing: border-box; }
