.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.datepicker {
  font-family: MarkPro-Heavy, sans-serif;
  font-weight: 400;
  width: 320px; }
  .datepicker .datepicker--nav-title {
    color: #1B2432;
    text-transform: uppercase; }
    .datepicker .datepicker--nav-title i {
      color: #1B2432; }
  .datepicker .datepicker--day-name {
    color: #1B2432;
    font-weight: 500; }
  .datepicker .datepicker--cell.-current- {
    color: #318AFB; }
  .datepicker .datepicker--cell.-selected- {
    background-color: #318AFB; }
  .datepicker .datepicker--cell.-in-range- {
    background-color: #318AFB;
    opacity: 0.3;
    color: #fff; }
  .datepicker .datepicker--buttons, .datepicker .datepicker--button {
    font-family: MarkPro-Heavy, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #318AFB;
    color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-property: all; }
    .datepicker .datepicker--buttons:hover, .datepicker .datepicker--button:hover {
      background: #1261C6;
      border: none; }

.apps-callout {
  background-color: #0058FF;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  font-family: markpro, sans-serif;
  font-size: 16px;
  letter-spacing: 0.35px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .apps-callout {
      padding: 70px 20px; } }
  .apps-callout .title {
    font-family: "Roboto Serif", serif, sans-serif;
    max-width: 700px;
    margin: 0 auto 20px;
    padding: 0 15px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 800; }
    @media (min-width: 768px) {
      .apps-callout .title {
        padding: 0 10px;
        font-size: 34px;
        line-height: 55px; } }
  .apps-callout .jobs-callout {
    max-width: 900px; }
  .apps-callout .title-case-studies {
    max-width: 1150px; }
  .apps-callout .description {
    max-width: 610px;
    font-family: markpro, sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    padding: 0 25px;
    margin: 0 auto;
    letter-spacing: .35px; }
    .apps-callout .description a {
      color: #fff; }
      .apps-callout .description a:hover {
        text-decoration: underline; }
  .apps-callout .button {
    font-family: MarkPro-Heavy,sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 25px;
    text-transform: uppercase;
    display: inline-block;
    background: #0058FF;
    color: #fff;
    margin: 36px 20px 0;
    border: 1px solid #FFF;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-property: all; }
    .apps-callout .button:hover, .apps-callout .button:focus {
      background-color: #fff;
      color: #0058FF;
      border: 1px solid #fff; }
  .apps-callout .has-secondary-button .button {
    background-color: #fff;
    color: #0058FF;
    border: 1px solid #fff; }
    .apps-callout .has-secondary-button .button:hover {
      background-color: #0058FF;
      color: #fff; }
  .apps-callout .download {
    font-family: MarkPro-Heavy,sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    border-radius: 25px;
    padding: 10px 20px;
    width: fit-content;
    background-color: #0058FF;
    color: #fff;
    border: 1px solid #fff;
    margin: 20px 20px 0;
    display: inline-block;
    text-align: center;
    margin: 36px 20px 0;
    text-transform: uppercase; }
    .apps-callout .download:hover {
      background-color: #fff;
      color: #0058FF; }
    @media (min-width: 640px) {
      .apps-callout .download {
        display: inline-block; } }

.page-wfh-expenses .header-intro {
  text-align: center;
  padding: 10px 0; }
  .page-wfh-expenses .header-intro .bg-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    height: 240px; }
    @media (min-width: 768px) {
      .page-wfh-expenses .header-intro .bg-image {
        height: 320px; } }
    @media (min-width: 992px) {
      .page-wfh-expenses .header-intro .bg-image {
        background-size: cover; } }
  @media (min-width: 992px) {
    .page-wfh-expenses .header-intro {
      display: none; } }

.page-wfh-expenses .tabs-fixed-position {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 10px;
  height: 104px;
  transition-timing-function: ease-in-out;
  transition: height 0.3s linear;
  overflow: hidden;
  display: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08); }

@media (min-width: 992px) {
  .page-wfh-expenses .are-you-prepared {
    margin-top: 80px; } }

.page-wfh-expenses .are-you-prepared .title {
  font-family: markpro-heavy, sans-serif;
  font-size: 28px;
  line-height: 34px;
  padding: 40px 20px 0;
  max-width: 800px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .page-wfh-expenses .are-you-prepared .title {
      font-size: 38px;
      line-height: 48px;
      padding: 0 150px 0 0; } }

.page-wfh-expenses .are-you-prepared .are-you-prepared-heading {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .page-wfh-expenses .are-you-prepared .are-you-prepared-heading {
      flex-direction: row;
      padding: 0 20px; } }
  @media (min-width: 992px) {
    .page-wfh-expenses .are-you-prepared .are-you-prepared-heading {
      padding: 0; } }
  .page-wfh-expenses .are-you-prepared .are-you-prepared-heading .text {
    flex: 100%; }
    @media (min-width: 768px) {
      .page-wfh-expenses .are-you-prepared .are-you-prepared-heading .text {
        flex: 50%; } }
    @media (min-width: 992px) {
      .page-wfh-expenses .are-you-prepared .are-you-prepared-heading .text {
        flex: 60%; } }
    .page-wfh-expenses .are-you-prepared .are-you-prepared-heading .text .body-copy {
      font-family: markpro, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 35px;
      margin: 0;
      color: #5F6670;
      padding: 0 20px 0; }
      @media (min-width: 768px) {
        .page-wfh-expenses .are-you-prepared .are-you-prepared-heading .text .body-copy {
          padding: 30px 0 70px 0; } }
  .page-wfh-expenses .are-you-prepared .are-you-prepared-heading .text-box {
    flex: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .page-wfh-expenses .are-you-prepared .are-you-prepared-heading .text-box {
        flex: 50%;
        padding: 50px 0 0; } }
    @media (min-width: 992px) {
      .page-wfh-expenses .are-you-prepared .are-you-prepared-heading .text-box {
        flex: 40%; } }
    .page-wfh-expenses .are-you-prepared .are-you-prepared-heading .text-box .text-box-inside {
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      background-color: #EAF1EF;
      padding: 50px;
      text-align: center;
      font-family: markpro, sans-serif;
      font-size: 12px;
      line-height: 24px; }
      @media (min-width: 768px) {
        .page-wfh-expenses .are-you-prepared .are-you-prepared-heading .text-box .text-box-inside {
          width: 300px;
          position: absolute;
          left: 50px; } }
      .page-wfh-expenses .are-you-prepared .are-you-prepared-heading .text-box .text-box-inside img {
        position: absolute;
        top: 10px;
        right: 10px; }

.page-wfh-expenses .work-from-home {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 0; }
  @media (min-width: 992px) {
    .page-wfh-expenses .work-from-home {
      padding: 0; } }
  .page-wfh-expenses .work-from-home .title {
    font-family: markpro-heavy, sans-serif;
    font-size: 28px;
    line-height: 34px;
    padding: 0 0 20px; }
    @media (min-width: 992px) {
      .page-wfh-expenses .work-from-home .title {
        font-size: 38px;
        line-height: 48px; } }
  .page-wfh-expenses .work-from-home h4 {
    font-family: markpro-heavy, sans-serif;
    font-size: 24px;
    text-align: left;
    color: #0058FF;
    margin: 20px 0 20px; }
    @media (min-width: 768px) {
      .page-wfh-expenses .work-from-home h4 {
        margin: 40px 0 20px; } }
  .page-wfh-expenses .work-from-home h4.wfh-expense {
    color: #5F6670;
    font-size: 18px; }
    @media (min-width: 768px) {
      .page-wfh-expenses .work-from-home h4.wfh-expense {
        font-size: 24px; } }
  .page-wfh-expenses .work-from-home .section-heading {
    text-align: left;
    margin: 0 0 40px;
    font-family: markpro-heavy, sans-serif;
    font-size: 28px;
    line-height: 34px; }
    @media (min-width: 992px) {
      .page-wfh-expenses .work-from-home .section-heading {
        font-size: 38px;
        line-height: 48px; } }
  .page-wfh-expenses .work-from-home h3.section-heading {
    font-size: 24px;
    line-height: 26px;
    font-family: markpro, sans-serif;
    font-weight: 400; }
    @media (min-width: 992px) {
      .page-wfh-expenses .work-from-home h3.section-heading {
        font-size: 34px;
        line-height: 40px; } }
  .page-wfh-expenses .work-from-home #policy-examples {
    margin: 40px 0; }
    .page-wfh-expenses .work-from-home #policy-examples .section-heading {
      font-family: markpro-heavy, sans-serif; }
  .page-wfh-expenses .work-from-home p, .page-wfh-expenses .work-from-home ul li, .page-wfh-expenses .work-from-home ol li {
    font-family: markpro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    margin: 0;
    color: #5F6670;
    padding: 0 20px 0; }
    @media (min-width: 768px) {
      .page-wfh-expenses .work-from-home p, .page-wfh-expenses .work-from-home ul li, .page-wfh-expenses .work-from-home ol li {
        padding: 0 0 30px; } }
    .page-wfh-expenses .work-from-home p a, .page-wfh-expenses .work-from-home ul li a, .page-wfh-expenses .work-from-home ol li a {
      color: #5F6670;
      text-decoration: underline;
      padding: 0 0 10px;
      line-height: 24px; }
    .page-wfh-expenses .work-from-home p a:hover, .page-wfh-expenses .work-from-home ul li a:hover, .page-wfh-expenses .work-from-home ol li a:hover {
      color: #318afb; }
  .page-wfh-expenses .work-from-home p {
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .page-wfh-expenses .work-from-home p {
        padding: 0 0 30px; } }
  .page-wfh-expenses .work-from-home ol {
    padding: 0 30px;
    margin: 40px 0;
    counter-reset: item; }
  .page-wfh-expenses .work-from-home ol > li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item; }
  .page-wfh-expenses .work-from-home ol > li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) "."; }
  .page-wfh-expenses .work-from-home ul li, .page-wfh-expenses .work-from-home ol li {
    padding: 0 0 10px;
    line-height: 24px; }
  .page-wfh-expenses .work-from-home .image-shortcode {
    text-align: left !important;
    margin: 0 0 40px; }
    @media (min-width: 768px) {
      .page-wfh-expenses .work-from-home .image-shortcode {
        margin: 0 0 70px; } }
    .page-wfh-expenses .work-from-home .image-shortcode img {
      -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1); }
  .page-wfh-expenses .work-from-home .list-resources ul li a {
    font-family: markpro-bold, sans-serif;
    font-size: 16px;
    color: #0058FF;
    text-decoration: none; }
  .page-wfh-expenses .work-from-home .list-resources ul li a:hover {
    color: #0A87F8; }
  .page-wfh-expenses .work-from-home .side-by-side {
    display: flex;
    margin: 0 auto 40px;
    flex-wrap: wrap; }
    .page-wfh-expenses .work-from-home .side-by-side ul {
      flex: 100%;
      margin: 0; }
      @media (min-width: 550px) {
        .page-wfh-expenses .work-from-home .side-by-side ul {
          flex: 50%; } }
      @media (min-width: 992px) {
        .page-wfh-expenses .work-from-home .side-by-side ul {
          flex: 65%; } }
    .page-wfh-expenses .work-from-home .side-by-side ul:last-child {
      flex: 100%; }
      @media (min-width: 550px) {
        .page-wfh-expenses .work-from-home .side-by-side ul:last-child {
          flex: 50%; } }
      @media (min-width: 992px) {
        .page-wfh-expenses .work-from-home .side-by-side ul:last-child {
          flex: 35%; } }

.page-wfh-expenses .apps-callout h2 {
  font-size: 24px;
  line-height: 34px;
  font-family: markpro-heavy, sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0 15px;
  max-width: 900px;
  margin: 0 auto 20px; }
  @media (min-width: 768px) {
    .page-wfh-expenses .apps-callout h2 {
      padding: 0 10px;
      font-size: 34px;
      line-height: 56px; } }

.page-wfh-expenses .practices-resources {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .page-wfh-expenses .practices-resources {
      padding: 50px 0 30px; } }
  .page-wfh-expenses .practices-resources .practices-resources-container {
    max-width: 1121px;
    margin: 0 auto; }
    .page-wfh-expenses .practices-resources .practices-resources-container .title {
      font-family: markpro-heavy, sans-serif;
      font-size: 28px;
      line-height: 34px;
      padding: 20px;
      max-width: 800px;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .page-wfh-expenses .practices-resources .practices-resources-container .title {
          font-size: 38px;
          line-height: 48px;
          padding: 20px 20px 50px; } }
      .page-wfh-expenses .practices-resources .practices-resources-container .title p {
        padding: 0;
        margin: 0; }
        .page-wfh-expenses .practices-resources .practices-resources-container .title p a {
          color: #1b2432;
          text-decoration: underline; }
        .page-wfh-expenses .practices-resources .practices-resources-container .title p a:hover {
          color: #318afb;
          text-decoration: underline; }
    .page-wfh-expenses .practices-resources .practices-resources-container .section-heading {
      max-width: 750px;
      margin: 0 auto 20px;
      padding: 0 20px;
      font-family: markpro, sans-serif; }
      @media (min-width: 992px) {
        .page-wfh-expenses .practices-resources .practices-resources-container .section-heading {
          margin: 20px auto 60px; } }
    .page-wfh-expenses .practices-resources .practices-resources-container .boxes {
      position: relative;
      display: flex;
      margin: 0 auto 40px;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0 20px; }
      @media (min-width: 992px) {
        .page-wfh-expenses .practices-resources .practices-resources-container .boxes {
          margin: 0 auto 30px; } }
      .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box {
        padding-bottom: 30px;
        position: relative;
        flex: 100% 0 1;
        border: 1px solid #dddee0;
        background-color: #fff;
        text-align: center;
        margin: 10px 0;
        font-family: markpro, sans-serif;
        font-size: 16px;
        display: flex;
        justify-content: flex-end;
        -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1); }
        .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box:hover {
          box-shadow: none; }
          .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box:hover .body-link {
            color: #0A87F8; }
        .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box a {
          color: #308AFA;
          cursor: pointer;
          display: block;
          width: 100%; }
          .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box a .sprite {
            width: 100%;
            height: 0;
            padding-bottom: 180px;
            display: block;
            background-repeat: no-repeat;
            background-size: cover; }
        .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box .box-image-container {
          height: 180px;
          display: flex;
          justify-content: center;
          align-items: center;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
          .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box .box-image-container img {
            max-width: 200px;
            max-height: 72px; }
        .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box .body-link {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 30px;
          font-family: markpro-heavy, sans-serif;
          font-weight: 500;
          font-size: 16px;
          line-height: 28px;
          color: #0058FF; }
        .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box p {
          margin-bottom: 55px;
          color: #5F6670;
          font-family: markpro, sans-serif;
          font-weight: 400;
          font-size: 14px;
          line-height: 20px;
          padding: 0 20px; }
        .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box h4 {
          font-size: 18px;
          font-family: markpro-heavy, sans-serif;
          font-weight: 400;
          color: #1B2432;
          margin-bottom: 0;
          padding: 0 20px; }
        @media (min-width: 640px) {
          .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box {
            flex: 31% 0 1;
            margin: 5px; } }
        @media (min-width: 1200px) {
          .page-wfh-expenses .practices-resources .practices-resources-container .boxes .box {
            margin: 10px; } }

.page-wfh-expenses .slider-section {
  padding: 0; }
  @media (min-width: 768px) {
    .page-wfh-expenses .slider-section {
      padding: 0 0 60px; } }
  .page-wfh-expenses .slider-section .slider-work-home, .page-wfh-expenses .slider-section .slider-work-home-mobile {
    position: relative;
    max-width: 900px;
    padding: 0; }
    @media (min-width: 1100px) {
      .page-wfh-expenses .slider-section .slider-work-home, .page-wfh-expenses .slider-section .slider-work-home-mobile {
        max-width: 975px; } }
    .page-wfh-expenses .slider-section .slider-work-home .slide, .page-wfh-expenses .slider-section .slider-work-home-mobile .slide {
      padding: 10px 10px;
      margin-left: -10px; }
      @media (min-width: 600px) {
        .page-wfh-expenses .slider-section .slider-work-home .slide, .page-wfh-expenses .slider-section .slider-work-home-mobile .slide {
          padding: 10px 0;
          margin-left: 0; } }
    .page-wfh-expenses .slider-section .slider-work-home .slide-margin-null, .page-wfh-expenses .slider-section .slider-work-home-mobile .slide-margin-null {
      margin-left: 0; }
    .page-wfh-expenses .slider-section .slider-work-home .boxes, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes {
      display: block;
      padding: 0; }
      .page-wfh-expenses .slider-section .slider-work-home .boxes .box, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes .box {
        height: 320px;
        margin: 0 5px;
        width: 150px; }
        @media (min-width: 400px) {
          .page-wfh-expenses .slider-section .slider-work-home .boxes .box, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes .box {
            height: 386px;
            max-width: 250px;
            margin: 0 auto;
            width: 100%; } }
        @media (min-width: 1100px) {
          .page-wfh-expenses .slider-section .slider-work-home .boxes .box, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes .box {
            max-width: 300px; } }
        .page-wfh-expenses .slider-section .slider-work-home .boxes .box .image-slide, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes .box .image-slide {
          position: relative;
          margin: 20px 0 0;
          height: 36px;
          width: 100%; }
          .page-wfh-expenses .slider-section .slider-work-home .boxes .box .image-slide img, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes .box .image-slide img {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            margin: 0 auto;
            transform: translateY(-50%);
            max-width: 120px;
            max-height: 36px; }
        .page-wfh-expenses .slider-section .slider-work-home .boxes .box a .sprite, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes .box a .sprite {
          padding-bottom: 100px; }
          @media (min-width: 600px) {
            .page-wfh-expenses .slider-section .slider-work-home .boxes .box a .sprite, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes .box a .sprite {
              padding-bottom: 180px; } }
        .page-wfh-expenses .slider-section .slider-work-home .boxes .box p, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes .box p {
          font-size: 12px; }
          @media (min-width: 400px) {
            .page-wfh-expenses .slider-section .slider-work-home .boxes .box p, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes .box p {
              padding-bottom: 14px;
              font-size: 14px; } }
        .page-wfh-expenses .slider-section .slider-work-home .boxes .box .body-link, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes .box .body-link {
          bottom: 10px;
          padding-bottom: 14px; }
          @media (min-width: 600px) {
            .page-wfh-expenses .slider-section .slider-work-home .boxes .box .body-link, .page-wfh-expenses .slider-section .slider-work-home-mobile .boxes .box .body-link {
              padding-bottom: 16px; } }
    .page-wfh-expenses .slider-section .slider-work-home .flex-direction-nav ul, .page-wfh-expenses .slider-section .slider-work-home-mobile .flex-direction-nav ul {
      list-style: none;
      margin: 0; }
    .page-wfh-expenses .slider-section .slider-work-home .flex-control-nav, .page-wfh-expenses .slider-section .slider-work-home .slider-altitude-location .flex-control-nav, .page-wfh-expenses .slider-section .slider-work-home .slider-altitude-location-no-scroll .flex-control-nav, .page-wfh-expenses .slider-section .slider-work-home-mobile .flex-control-nav, .page-wfh-expenses .slider-section .slider-work-home-mobile .slider-altitude-location .flex-control-nav, .page-wfh-expenses .slider-section .slider-work-home-mobile .slider-altitude-location-no-scroll .flex-control-nav {
      display: none; }
    .page-wfh-expenses .slider-section .slider-work-home .flex-direction-nav li a:before, .page-wfh-expenses .slider-section .slider-work-home .slider-altitude-location .flex-direction-nav li a:before, .page-wfh-expenses .slider-section .slider-work-home .slider-altitude-location-no-scroll .flex-direction-nav li a:before, .page-wfh-expenses .slider-section .slider-work-home-mobile .flex-direction-nav li a:before, .page-wfh-expenses .slider-section .slider-work-home-mobile .slider-altitude-location .flex-direction-nav li a:before, .page-wfh-expenses .slider-section .slider-work-home-mobile .slider-altitude-location-no-scroll .flex-direction-nav li a:before {
      display: none; }
    .page-wfh-expenses .slider-section .slider-work-home ul.flex-direction-nav, .page-wfh-expenses .slider-section .slider-work-home-mobile ul.flex-direction-nav {
      display: none; }
    .page-wfh-expenses .slider-section .slider-work-home .flex-prev, .page-wfh-expenses .slider-section .slider-work-home-mobile .flex-prev {
      left: 20px !important; }
    .page-wfh-expenses .slider-section .slider-work-home .flex-next, .page-wfh-expenses .slider-section .slider-work-home-mobile .flex-next {
      right: 20px !important; }
    .page-wfh-expenses .slider-section .slider-work-home .flex-prev, .page-wfh-expenses .slider-section .slider-work-home-mobile .flex-prev {
      right: auto !important;
      left: 5px !important;
      margin: 0 auto;
      top: 61%;
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      display: none; }
      @media (min-width: 600px) {
        .page-wfh-expenses .slider-section .slider-work-home .flex-prev, .page-wfh-expenses .slider-section .slider-work-home-mobile .flex-prev {
          display: block; } }
      @media (min-width: 992px) {
        .page-wfh-expenses .slider-section .slider-work-home .flex-prev, .page-wfh-expenses .slider-section .slider-work-home-mobile .flex-prev {
          left: -34px !important; } }
    .page-wfh-expenses .slider-section .slider-work-home .flex-next, .page-wfh-expenses .slider-section .slider-work-home-mobile .flex-next {
      right: 5px !important;
      left: auto !important;
      margin: 0 auto;
      top: 61%;
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      display: none; }
      @media (min-width: 600px) {
        .page-wfh-expenses .slider-section .slider-work-home .flex-next, .page-wfh-expenses .slider-section .slider-work-home-mobile .flex-next {
          display: block; } }
      @media (min-width: 992px) {
        .page-wfh-expenses .slider-section .slider-work-home .flex-next, .page-wfh-expenses .slider-section .slider-work-home-mobile .flex-next {
          right: -34px !important; } }

.page-learn-more .section-heading,
.page-managers .section-heading,
.learn-more-section .section-heading {
  font-size: 24px;
  line-height: 36px;
  font-family: markpro-heavy, sans-serif;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .page-learn-more .section-heading,
    .page-managers .section-heading,
    .learn-more-section .section-heading {
      font-size: 42px;
      line-height: 42px; } }

.page-learn-more .top-image-container,
.page-managers .top-image-container,
.learn-more-section .top-image-container {
  background-color: #E2227B;
  height: 348px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%; }

.page-learn-more .box,
.page-managers .box,
.learn-more-section .box {
  margin-top: -260px;
  padding: 0 20px; }
  @media (min-width: 992px) {
    .page-learn-more .box,
    .page-managers .box,
    .learn-more-section .box {
      padding: 0; } }

.page-learn-more .managers-learn-more,
.page-managers .managers-learn-more,
.learn-more-section .managers-learn-more {
  display: flex;
  align-items: center;
  background: #f6f6f7;
  border: solid 1px #1b2332;
  border-radius: 30px;
  margin-bottom: 50px;
  max-width: 700px;
  width: 100%;
  padding: 15px 20px;
  margin: auto;
  justify-content: center;
  flex-direction: column; }
  @media (min-width: 768px) {
    .page-learn-more .managers-learn-more,
    .page-managers .managers-learn-more,
    .learn-more-section .managers-learn-more {
      padding: 40px; } }
  @media (min-width: 992px) {
    .page-learn-more .managers-learn-more,
    .page-managers .managers-learn-more,
    .learn-more-section .managers-learn-more {
      padding: 60px;
      padding-bottom: 100px; } }
  .page-learn-more .managers-learn-more .optinal-disclosure,
  .page-managers .managers-learn-more .optinal-disclosure,
  .learn-more-section .managers-learn-more .optinal-disclosure {
    font-size: 14px;
    line-height: 23px;
    font-family: markpro, sans-serif;
    color: #5f6670;
    text-align: left;
    margin: 50px auto 35px; }
    @media (min-width: 992px) {
      .page-learn-more .managers-learn-more .optinal-disclosure,
      .page-managers .managers-learn-more .optinal-disclosure,
      .learn-more-section .managers-learn-more .optinal-disclosure {
        margin: 50px 0 -50px; } }

.page-learn-more h1,
.page-learn-more h2.title,
.page-managers h1,
.page-managers h2.title,
.learn-more-section h1,
.learn-more-section h2.title {
  font-family: "Roboto Serif", sans-serif;
  padding: 20px 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 44px;
  font-size: 44px;
  margin-bottom: 10px;
  text-align: center; }
  @media (min-width: 992px) {
    .page-learn-more h1,
    .page-learn-more h2.title,
    .page-managers h1,
    .page-managers h2.title,
    .learn-more-section h1,
    .learn-more-section h2.title {
      font-size: 50px;
      line-height: 50px; } }

.page-learn-more .subtitle,
.page-learn-more .subtitle-pricing,
.page-managers .subtitle,
.page-managers .subtitle-pricing,
.learn-more-section .subtitle,
.learn-more-section .subtitle-pricing {
  font-size: 16px;
  line-height: 35px;
  font-family: markpro, sans-serif;
  color: #5F6670;
  max-width: 275px;
  text-align: center; }

.page-learn-more .subtitle-pricing,
.page-managers .subtitle-pricing,
.learn-more-section .subtitle-pricing {
  max-width: 500px; }

.page-learn-more .form-container,
.page-managers .form-container,
.learn-more-section .form-container {
  width: 100%;
  padding: 0;
  margin: auto;
  position: relative;
  margin-top: 35px; }

.page-learn-more .input-container,
.page-managers .input-container,
.learn-more-section .input-container {
  margin-bottom: 15px; }
  .page-learn-more .input-container .learn-more-submit-btn,
  .page-managers .input-container .learn-more-submit-btn,
  .learn-more-section .input-container .learn-more-submit-btn {
    width: 100%;
    height: 42px;
    border: solid 1px #318afb;
    border-radius: 4px;
    background: #318afb;
    color: #ffffff;
    font-family: MarkPro-Heavy, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    text-transform: uppercase;
    margin-top: 10px; }
  .page-learn-more .input-container .learn-more-submit-btn:hover,
  .page-managers .input-container .learn-more-submit-btn:hover,
  .learn-more-section .input-container .learn-more-submit-btn:hover {
    background: #1261c6;
    border: 1px solid #1261c6;
    cursor: pointer; }
  .page-learn-more .input-container .all-field-are-filled,
  .page-managers .input-container .all-field-are-filled,
  .learn-more-section .input-container .all-field-are-filled {
    background-color: #318afb;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
  .page-learn-more .input-container .all-field-are-filled:hover,
  .page-managers .input-container .all-field-are-filled:hover,
  .learn-more-section .input-container .all-field-are-filled:hover {
    background-color: #1261c6;
    border-color: #1261c6; }
  .page-learn-more .input-container button,
  .page-managers .input-container button,
  .learn-more-section .input-container button {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    outline: none; }

.page-learn-more .download-apps-container,
.page-managers .download-apps-container,
.learn-more-section .download-apps-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  .page-learn-more .download-apps-container div,
  .page-managers .download-apps-container div,
  .learn-more-section .download-apps-container div {
    margin: 4px; }
    @media (min-width: 640px) {
      .page-learn-more .download-apps-container div,
      .page-managers .download-apps-container div,
      .learn-more-section .download-apps-container div {
        display: inline-block;
        margin: 0; } }
  .page-learn-more .download-apps-container a,
  .page-managers .download-apps-container a,
  .learn-more-section .download-apps-container a {
    margin: 0 4px; }
    .page-learn-more .download-apps-container a .icon,
    .page-managers .download-apps-container a .icon,
    .learn-more-section .download-apps-container a .icon {
      background-color: #1b2432;
      height: 60px;
      width: 159px;
      border-radius: 4px; }

.page-learn-more .names-wrapper,
.page-managers .names-wrapper,
.learn-more-section .names-wrapper {
  display: flex;
  justify-content: space-between; }
  .page-learn-more .names-wrapper .travelator-input-wrapper,
  .page-managers .names-wrapper .travelator-input-wrapper,
  .learn-more-section .names-wrapper .travelator-input-wrapper {
    flex: 49% 0 1; }

.page-learn-more .input,
.page-managers .input,
.learn-more-section .input {
  border: 1px solid #c6c8cc;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 0 0 8px;
  width: 100%; }

.page-learn-more .testimonial-full,
.page-managers .testimonial-full,
.learn-more-section .testimonial-full {
  margin-top: 200px; }

.hbspt-form fieldset {
  margin: 0 auto;
  max-width: none; }

.hbspt-form p {
  font-size: 16px;
  line-height: 20px;
  font-family: markpro, sans-serif;
  color: #5f6670;
  text-align: center;
  margin: 0 auto; }

.hbspt-form .form-columns-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 550px) {
    .hbspt-form .form-columns-2 {
      flex-direction: row; } }
  .hbspt-form .form-columns-2 .hs-form-field {
    width: 100% !important; }
  @media (min-width: 550px) {
    .hbspt-form .form-columns-2 .hs-form-field:first-child {
      margin-right: 8px; } }

.hbspt-form .hs-form-field {
  position: relative;
  margin-bottom: 10px; }
  .hbspt-form .hs-form-field label {
    position: absolute;
    left: 10px;
    top: 22px;
    transform: translateY(-50%);
    font-weight: 400;
    font-family: markpro, sans-serif;
    font-size: 14px;
    text-transform: initial;
    color: #5f6670;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-property: all; }
  .hbspt-form .hs-form-field .label-active {
    font-size: 10px;
    color: #a4a7ad;
    top: 10px; }
  .hbspt-form .hs-form-field ul.hs-error-msgs {
    list-style: none;
    padding: 0;
    margin: 0; }
  .hbspt-form .hs-form-field label.hs-error-msg {
    position: inherit;
    color: red !important; }
  .hbspt-form .hs-form-field label.hs-error-msg.label-active {
    position: inherit;
    color: red !important;
    font-size: 14px; }
  .hbspt-form .hs-form-field .input {
    border: 1px solid #c6c8cc;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 0;
    width: 100%; }
    .hbspt-form .hs-form-field .input input {
      border: none;
      padding: 0;
      font-family: markpro, sans-serif;
      width: 100%;
      height: 20px;
      color: #5f6670;
      outline: none;
      font-size: 14px;
      font-weight: 400;
      margin: 14px 0 0; }
    .hbspt-form .hs-form-field .input .custom-select-opener {
      border: 0;
      background-color: transparent;
      display: block;
      cursor: pointer;
      border-radius: 5px;
      outline: none;
      background-position: 95% 2px;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding: 0;
      width: 100%;
      height: 20px;
      color: #5f6670;
      font-family: markpro, sans-serif;
      font-size: 14px;
      font-weight: 400;
      margin: 18px 8px 4px; }
      @media (min-width: 768px) {
        .hbspt-form .hs-form-field .input .custom-select-opener {
          background-position: 96.7% 1px; } }
    .hbspt-form .hs-form-field .input .custom-select-panel .custom-select-option:first-child {
      display: none; }
    .hbspt-form .hs-form-field .input textarea {
      height: 150px;
      border: 0;
      resize: none;
      outline: none;
      padding-top: 15px;
      color: #5f6670;
      font-family: markpro, sans-serif;
      font-size: 14px;
      font-weight: 400; }
  .hbspt-form .hs-form-field .input-focused {
    border: 2px solid #0058FF; }
  .hbspt-form .hs-form-field .error-msg-border {
    border: 1px solid red; }

.hbspt-form .hs_error_rollup {
  display: none; }

.hbspt-form .actions {
  width: fit-content;
  position: relative;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  background-color: #003CC8;
  border-radius: 25px;
  margin: 30px auto 0; }
  .hbspt-form .actions:active .hs-button {
    transform: translateX(0px) translateY(0px); }
  .hbspt-form .actions .hs-button {
    font-family: MarkPro-Heavy,sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-property: all;
    transform: translateX(-3px) translateY(-7px); }
    .hbspt-form .actions .hs-button:hover {
      background-color: #fff;
      color: #0058ff; }
  .hbspt-form .actions.disabled {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    background-color: #585856; }
    .hbspt-form .actions.disabled:active .hs-button {
      transform: none; }

.hbspt-form .hs-button.primary.large {
  background: #fff;
  border: solid 2px #0058ff;
  color: #0058ff; }
  .hbspt-form .hs-button.primary.large:hover, .hbspt-form .hs-button.primary.large:focus {
    background-color: #e0ebff;
    color: #0058ff;
    border: solid 2px #0058ff; }

.hbspt-form .hs-button.primary.large:disabled,
.hbspt-form .hs-button.primary.large[disabled] {
  background: #aaaaaa;
  border: 1px solid #aaaaaa;
  color: #fff; }

.error {
  color: red !important; }

.learn-more-description {
  max-width: 80% !important; }

.hbspt-form .hs-fieldtype-select .input {
  padding: 0; }

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* purgecss start ignore */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 100; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #FFF; }

.flex-control-paging li a.flex-active {
  background: #FFF;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/* purgecss end ignore */

/* purgecss start ignore */
.testimonials {
  height: 450px;
  display: flex;
  background-color: #318afb;
  position: relative; }
  @media (min-width: 992px) {
    .testimonials {
      height: 500px; } }
  .testimonials .testimonial-slider-container {
    width: auto;
    padding: 0 20px; }
    @media (min-width: 992px) {
      .testimonials .testimonial-slider-container {
        width: 55%;
        padding: 0 50px; } }
    .testimonials .testimonial-slider-container .testimonial-slider {
      width: 100% !important;
      padding: 40px 0;
      outline: none; }
      @media (min-width: 640px) {
        .testimonials .testimonial-slider-container .testimonial-slider {
          padding: 60px 0; } }
    .testimonials .testimonial-slider-container .flex-direction-nav {
      display: none; }
    .testimonials .testimonial-slider-container .flex-control-nav {
      width: 25% !important;
      bottom: 56px !important;
      display: none; }
      @media (min-width: 992px) {
        .testimonials .testimonial-slider-container .flex-control-nav {
          display: block; } }
    .testimonials .testimonial-slider-container .slides .slide {
      padding: 0;
      display: flex;
      flex-direction: row; }
      .testimonials .testimonial-slider-container .slides .slide .title-row {
        display: flex;
        align-items: center; }
        .testimonials .testimonial-slider-container .slides .slide .title-row .slider-title {
          padding: 0;
          font-family: markpro-bold, sans-serif;
          font-weight: 500;
          text-transform: uppercase;
          font-size: 18px;
          color: #1B2432;
          letter-spacing: 0.37px;
          text-align: center;
          width: 100%;
          display: block;
          margin: 0;
          line-height: 46px;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            .testimonials .testimonial-slider-container .slides .slide .title-row .slider-title {
              padding-right: 70px;
              padding-left: 20px; } }
          @media (min-width: 992px) {
            .testimonials .testimonial-slider-container .slides .slide .title-row .slider-title {
              text-align: left;
              margin-top: 20px;
              font-size: 24px;
              letter-spacing: 0.5px;
              margin-left: 65px; } }
      .testimonials .testimonial-slider-container .slides .slide .ldquote {
        font-family: markpro, sans-serif;
        font-style: italic;
        font-weight: 500;
        display: block;
        flex: 0 1 0;
        font-size: 60px;
        padding-right: 5px;
        color: #1261c6;
        margin-top: 0;
        padding-left: 20px;
        padding-top: 23px;
        height: 80px; }
        @media (min-width: 992px) {
          .testimonials .testimonial-slider-container .slides .slide .ldquote {
            font-size: 75px;
            padding-right: 15px;
            padding-left: 0;
            font-size: 150px;
            padding-top: 0;
            margin-top: -70px; } }
      .testimonials .testimonial-slider-container .slides .slide .desktop {
        display: none; }
        @media (min-width: 992px) {
          .testimonials .testimonial-slider-container .slides .slide .desktop {
            display: block; } }
      .testimonials .testimonial-slider-container .slides .slide .mobile {
        display: block;
        height: 100%;
        padding-top: 6px;
        padding-left: 0;
        padding-right: 8px;
        float: left; }
        @media (min-width: 992px) {
          .testimonials .testimonial-slider-container .slides .slide .mobile {
            display: none; } }
      .testimonials .testimonial-slider-container .slides .slide .testimonial-row {
        font-family: markpro, sans-serif;
        color: #fff;
        height: 258px;
        overflow: hidden;
        line-height: 40px;
        font-size: 16px;
        margin-top: 15px;
        padding: 0;
        text-align: center; }
        @media (min-width: 640px) {
          .testimonials .testimonial-slider-container .slides .slide .testimonial-row {
            font-size: 22px;
            padding-left: 85px;
            padding-right: 30px; } }
        @media (min-width: 992px) {
          .testimonials .testimonial-slider-container .slides .slide .testimonial-row {
            text-align: left;
            line-height: 36px;
            font-size: 28px; } }
      .testimonials .testimonial-slider-container .slides .slide .author-info {
        position: absolute;
        right: 0;
        top: 85%;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap; }
        @media (min-width: 992px) {
          .testimonials .testimonial-slider-container .slides .slide .author-info {
            top: 100%; } }
        .testimonials .testimonial-slider-container .slides .slide .author-info .photo {
          flex: 0 1 auto;
          margin: 0; }
          .testimonials .testimonial-slider-container .slides .slide .author-info .photo img {
            height: 15px;
            position: absolute;
            right: 0; }
        .testimonials .testimonial-slider-container .slides .slide .author-info .author-name {
          color: #1b2432;
          font-size: 12px;
          font-family: MarkPro-Heavy, sans-serif;
          font-weight: normal;
          line-height: normal;
          text-transform: uppercase;
          margin-top: 15px; }
  .testimonials .image-container {
    width: 45%; }
    .testimonials .image-container .hide-mobile {
      display: none; }
      @media (min-width: 992px) {
        .testimonials .image-container .hide-mobile {
          display: block; } }
    .testimonials .image-container .testimonials-image {
      width: 100%;
      height: 500px;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

.testimonials-responsive-height {
  background-color: #1b2332;
  position: relative;
  margin-bottom: 0; }
  .testimonials-responsive-height #questions {
    position: absolute;
    left: 0;
    bottom: 50px;
    height: 0;
    background-color: transparent; }
  .testimonials-responsive-height .testimonials-content.single-testimonial {
    height: unset; }
  .testimonials-responsive-height .testimonials-content {
    max-width: 950px;
    margin: auto;
    text-align: center;
    height: 100%;
    position: relative; }
    .testimonials-responsive-height .testimonials-content .slider-home-box .testimonial-content-position {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .testimonials-responsive-height .testimonials-content .slider-home-box .testimonial-row {
      font-family: markpro;
      font-style: italic;
      font-size: 24px;
      line-height: 38px;
      color: #fff;
      padding: 0 20px; }
    .testimonials-responsive-height .testimonials-content .slider-home-box .author-info {
      font-family: MarkPro-Heavy;
      font-weight: normal;
      font-size: 12px;
      color: #fff;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-top: 24px; }
    .testimonials-responsive-height .testimonials-content .slider-home-box .flex-control-nav {
      bottom: 10px; }
      @media (min-width: 992px) {
        .testimonials-responsive-height .testimonials-content .slider-home-box .flex-control-nav {
          bottom: 25px; } }
      .testimonials-responsive-height .testimonials-content .slider-home-box .flex-control-nav a {
        background-color: #c6c8cc;
        height: 10px;
        width: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; }
      .testimonials-responsive-height .testimonials-content .slider-home-box .flex-control-nav .flex-active {
        background-color: #318afb; }
    .testimonials-responsive-height .testimonials-content .slider-home-box .flex-direction-nav {
      display: none; }

.testimonials-founders {
  background-color: transparent;
  height: auto;
  width: 100%; }
  .testimonials-founders .testimonial-slider-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px 0;
    position: relative; }
    @media (min-width: 992px) {
      .testimonials-founders .testimonial-slider-container {
        padding: 50px 0; } }
    .testimonials-founders .testimonial-slider-container .testimonial-slider {
      padding: 0; }
      .testimonials-founders .testimonial-slider-container .testimonial-slider .slides .slide .testimonial-row {
        height: auto;
        padding: 0 40px 20px;
        text-align: center;
        font-family: markpro, sans-serif;
        font-weight: 100;
        font-style: italic;
        font-size: 22px; }
        @media (min-width: 992px) {
          .testimonials-founders .testimonial-slider-container .testimonial-slider .slides .slide .testimonial-row {
            font-size: 34px;
            line-height: 44px; } }
      .testimonials-founders .testimonial-slider-container .testimonial-slider .slides .slide .author-info {
        position: relative;
        text-align: center; }
        .testimonials-founders .testimonial-slider-container .testimonial-slider .slides .slide .author-info .author-name {
          color: #fff;
          font-size: 12px; }
      .testimonials-founders .testimonial-slider-container .testimonial-slider .flex-control-nav {
        width: 100% !important;
        bottom: 25px !important; }
        .testimonials-founders .testimonial-slider-container .testimonial-slider .flex-control-nav li a {
          background-color: #c6c8cc;
          height: 10px;
          width: 10px;
          box-shadow: none; }
        .testimonials-founders .testimonial-slider-container .testimonial-slider .flex-control-nav li a.flex-active {
          background-color: #318afb; }
    .testimonials-founders .testimonial-slider-container .flex-control-nav {
      display: block; }

/* purgecss end ignore */

/* purgecss start ignore */
.form-test-container {
  margin: 50px auto;
  max-width: 1000px; }

.travelbank-form h1, .travelbank-form .title {
  font-size: 24px;
  line-height: 26px;
  font-family: markpro, sans-serif;
  font-weight: 400;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .travelbank-form h1, .travelbank-form .title {
      font-size: 34px;
      line-height: 40px; } }

.travelbank-form .description {
  font-family: markpro, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5F6670;
  line-height: 20px;
  margin-bottom: 20px; }

.travelbank-form .input-wrapper {
  padding: 10px 0; }
  .travelbank-form .input-wrapper label {
    font-family: markpro, sans-serif;
    font-weight: 600; }

.travelbank-form input, .travelbank-form select, .travelbank-form .custom-select-opener, .travelbank-form textarea {
  font-family: markpro, sans-serif;
  width: 100%;
  border: 1px solid #000;
  height: 44px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 1px;
  color: #5f6670;
  outline: none;
  border: 1px solid #C6C8CC;
  background-color: #fff;
  border-radius: 4px;
  margin: 5px 0; }

.travelbank-form .travelbank-error-message {
  font-size: 12px;
  color: red;
  font-family: markpro, sans-serif;
  font-weight: 400; }
  .travelbank-form .travelbank-error-message.hidden {
    display: none; }

.travelator-input-wrapper {
  display: flex;
  height: 46px;
  border: 1px solid #C6C8CC;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 0 0 8px; }
  .travelator-input-wrapper.focused-select {
    border: 2px solid #0058FF; }
  .travelator-input-wrapper.error {
    border: 1px solid red; }
    .travelator-input-wrapper.error .travelator-input-container label {
      color: red !important; }
  .travelator-input-wrapper .travelator-input-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative; }
    .travelator-input-wrapper .travelator-input-container .placeholder {
      font-family: markpro, sans-serif;
      font-size: 10px;
      color: #A4A7AD; }
      .travelator-input-wrapper .travelator-input-container .placeholder.hidden {
        display: none; }
    .travelator-input-wrapper .travelator-input-container .floating-label {
      font-weight: 400;
      position: absolute;
      font-family: markpro, sans-serif;
      font-size: 14px;
      color: #5F6670;
      z-index: 0;
      top: 10px;
      background-color: #fff;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      -webkit-transition-property: all; }
    .travelator-input-wrapper .travelator-input-container input, .travelator-input-wrapper .travelator-input-container textarea {
      font-family: markpro, sans-serif;
      width: 100%;
      border: none;
      background-color: #fff;
      padding: 0;
      margin: 0;
      color: #5F6670;
      outline: none;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .travelator-input-wrapper .travelator-input-container.focused .floating-label {
      font-size: 10px;
      color: #A4A7AD;
      top: 0; }
    .travelator-input-wrapper .travelator-input-container.focused input, .travelator-input-wrapper .travelator-input-container.focused textarea, .travelator-input-wrapper .travelator-input-container.focused .custom-select-container {
      margin: 14px 0 0; }
    .travelator-input-wrapper .travelator-input-container textarea {
      height: 100%;
      resize: none; }
      .travelator-input-wrapper .travelator-input-container textarea.resizable {
        resize: both; }
    .travelator-input-wrapper .travelator-input-container input, .travelator-input-wrapper .travelator-input-container textarea {
      background: transparent;
      z-index: 1; }
    .travelator-input-wrapper .travelator-input-container .custom-select-container {
      width: 100%;
      color: #5F6670;
      background: transparent; }
      .travelator-input-wrapper .travelator-input-container .custom-select-container .custom-select-opener {
        border: none;
        padding: 12px 0; }
      .travelator-input-wrapper .travelator-input-container .custom-select-container .custom-select-panel {
        margin-top: -5px; }
  .travelator-input-wrapper.textarea-input {
    height: auto;
    min-height: 110px; }
    .travelator-input-wrapper.textarea-input .travelator-input-container {
      justify-content: flex-start; }
  .travelator-input-wrapper.select-input {
    padding: 4px 0px; }
    .travelator-input-wrapper.select-input .floating-label {
      padding: 0 0 0 8px; }
    .travelator-input-wrapper.select-input .custom-select-opener > span {
      padding: 0 0 0 8px;
      background-color: #fff; }
    .travelator-input-wrapper.select-input .custom-select-container.is-open .custom-select-panel {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      max-height: 300px;
      border-left: 1px solid #C6C8CC;
      border-right: 1px solid #C6C8CC;
      border-bottom: 1px solid #C6C8CC;
      border-top: none;
      margin-top: -7px; }
    @media (max-width: 768px) {
      .travelator-input-wrapper.select-input .custom-select-container.is-open .custom-select-panel {
        max-height: 120px;
        overflow: scroll; } }
    @media (max-width: 480px) {
      .travelator-input-wrapper.select-input .custom-select-container.is-open .custom-select-panel {
        margin-top: 1px; } }
    .travelator-input-wrapper.select-input .custom-select-option.has-focus {
      background-color: #ECECEC; }
      .travelator-input-wrapper.select-input .custom-select-option.has-focus:focus-visible {
        outline: #0058FF auto 1px; }
  .travelator-input-wrapper .icon {
    flex: 0 30px;
    align-items: center;
    display: flex;
    justify-content: flex-end; }
    .travelator-input-wrapper .icon svg {
      width: 26px;
      height: 26px; }
    .travelator-input-wrapper .icon img {
      width: 26px;
      height: 26px;
      margin: 0 auto; }

/* purgecss end ignore */

@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover {
        outline: none; }
      .slick-dots li button:focus {
        outline: auto; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-size: 40px;
        line-height: 20px;
        text-align: center;
        color: #C6C8CC;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #5F6670; }


/*# sourceMappingURL=vendor.chunk.css.map*/