/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#popup-mobile {
  max-width: 420px;
  text-align: center;
  color: #fff;
  background: #26282d url("../popup-mobile.html") center no-repeat;
  background-size: cover;
  border: solid #fff 10px;
  padding: 100px 10px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 60px 90px 0px rgba(0, 7, 15, 0.2);
}

#popup-mobile .title {
  margin-bottom: 1.35em;
  font-size: 9vw;
  line-height: 1.125em;
}

@media (min-width: 480px) {
  #popup-mobile .title {
    font-size: 40px;
    line-height: 1.05em;
  }
}

#popup-mobile .btn {
  border-color: #f16334;
  letter-spacing: 0.160em;
  padding-left: 25px;
  padding-right: 25px;
  width: auto;
}

#popup-mobile .nl {
  display: block;
}

#popup-mobile .mfp-close {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #26282d;
  background: #fff;
  opacity: 1;
  width: 42px;
  height: 42px;
  font-family: 'geomanist';
  font-weight: 400;
  font-size: 48px;
  line-height: 42px;
}
@charset "UTF-8";

/*
Theme Name: SingleGrain 2016
Theme URI: http://www.singlegrain.com/
Author: Dinukshan Kuruppu
Author URI: http://www.imagin.io
Description: Custom Wordpress Theme for Singlegrain.com
Version: 1.0.0
Text Domain: sg
*/

/**
 * Variable Definitions
 * @type {[type]}
 */

/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


  .navbar {
    display: none;
  }

  .btn > .caret,
  .gform_footer input[type=submit] > .caret,
  .vs-list ul li .us.btn > div:before,
  .gform_footer .vs-list ul li input.us[type=submit] > div:before,
  .vs-list ul li .gform_footer input.us[type=submit] > div:before,
  .dropup > .btn > .caret,
  .gform_footer
  .dropup > input[type=submit] > .caret,
  .vs-list ul li
  .dropup > .us.btn > div:before,
  .gform_footer .vs-list ul li
  .dropup > input.us[type=submit] > div:before,
  .vs-list ul li .gform_footer
  .dropup > input.us[type=submit] > div:before {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}



.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.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,
.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,
.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,
.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,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.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 {
  float: left;
}

.col-xs-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  width: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  width: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  width: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

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

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

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

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

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

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .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 {
    float: left;
  }

  .col-sm-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    width: 25%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    width: 50%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    box-sizing: border-box;
    width: 75%;
  }

  .col-sm-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    box-sizing: border-box;
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-md-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
  }

  .col-md-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
  }

  .col-md-3 {
    box-sizing: border-box;
    width: 25%;
  }

  .col-md-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
  }

  .col-md-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
  }

  .col-md-6 {
    box-sizing: border-box;
    width: 50%;
  }

  .col-md-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
  }

  .col-md-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
  }

  .col-md-9 {
    box-sizing: border-box;
    width: 75%;
  }

  .col-md-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
  }

  .col-md-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
  }

  .col-md-12 {
    box-sizing: border-box;
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .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 {
    float: left;
  }

  .col-lg-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    width: 25%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    width: 50%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    box-sizing: border-box;
    width: 75%;
  }

  .col-lg-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    box-sizing: border-box;
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    box-sizing: border-box;
    width: 25%;
  }

  .col-xl-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    box-sizing: border-box;
    width: 50%;
  }

  .col-xl-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    box-sizing: border-box;
    width: 75%;
  }

  .col-xl-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    box-sizing: border-box;
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dbdbdb;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dbdbdb;
}

.table tbody + tbody {
  border-top: 2px solid #dbdbdb;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dbdbdb;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dbdbdb;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

.thead-inverse th {
  color: #fff;
  background-color: #34383f;
}

.thead-default th {
  color: #fafafa;
  background-color: #dbdbdb;
}

.table-inverse {
  color: #dbdbdb;
  background-color: #34383f;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fafafa;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #dbdbdb;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #dbdbdb;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #dbdbdb;
}

.form-control,
.ginput_container input,
.ginput_container textarea,
.ginput_container select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #021c3b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form-control::-ms-expand,
.ginput_container input::-ms-expand,
.ginput_container textarea::-ms-expand,
.ginput_container select::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.ginput_container input:focus,
.ginput_container textarea:focus,
.ginput_container select:focus {
  border-color: #66afe9;
  outline: none;
}

.form-control:-ms-input-placeholder,
.ginput_container input:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder,
.ginput_container input::placeholder,
.ginput_container textarea::placeholder,
.ginput_container select::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled,
.ginput_container input:disabled,
.ginput_container textarea:disabled,
.ginput_container select:disabled,
.form-control[readonly],
.ginput_container input[readonly],
.ginput_container textarea[readonly],
.ginput_container select[readonly] {
  background-color: #dbdbdb;
  opacity: 1;
}

.form-control:disabled,
.ginput_container input:disabled,
.ginput_container textarea:disabled,
.ginput_container select:disabled {
  cursor: not-allowed;
}

.form-control-file,
.form-control-range {
  display: block;
}

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  .ginput_container input[type="date"],
  input[type="time"].form-control,
  .ginput_container input[type="time"],
  input[type="datetime-local"].form-control,
  .ginput_container input[type="datetime-local"],
  input[type="month"].form-control,
  .ginput_container input[type="month"] {
    line-height: 2.25rem;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  .input-group-sm .ginput_container input[type="date"],
  .ginput_container
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  .input-group-sm .ginput_container input[type="time"],
  .ginput_container
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  .input-group-sm .ginput_container input[type="datetime-local"],
  .ginput_container
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control,
  .input-group-sm .ginput_container input[type="month"],
  .ginput_container
  .input-group-sm input[type="month"] {
    line-height: 1.8625rem;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  .input-group-lg .ginput_container input[type="date"],
  .ginput_container
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  .input-group-lg .ginput_container input[type="time"],
  .ginput_container
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  .input-group-lg .ginput_container input[type="datetime-local"],
  .ginput_container
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control,
  .input-group-lg .ginput_container input[type="month"],
  .ginput_container
  .input-group-lg input[type="month"] {
    line-height: 3.1666666667rem;
  }
}

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
}

.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.ginput_container .input-group-sm > input.form-control-static,
.ginput_container .input-group-sm > textarea.form-control-static,
.ginput_container .input-group-sm > select.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.gform_footer
  .input-group-sm > .input-group-btn > input.form-control-static[type=submit],
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.ginput_container .input-group-lg > input.form-control-static,
.ginput_container .input-group-lg > textarea.form-control-static,
.ginput_container .input-group-lg > select.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.gform_footer
  .input-group-lg > .input-group-btn > input.form-control-static[type=submit] {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.ginput_container .input-group-sm > input,
.ginput_container .input-group-sm > textarea,
.ginput_container .input-group-sm > select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.gform_footer
.input-group-sm > .input-group-btn > input[type=submit] {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.ginput_container .input-group-lg > input,
.ginput_container .input-group-lg > textarea,
.ginput_container .input-group-lg > select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.gform_footer
.input-group-lg > .input-group-btn > input[type=submit] {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0.3rem;
}

.form-group,
.ginput_container {
  margin-bottom: 1rem;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}

input[type="radio"]:disabled,
input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem;
}

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5cb85c;
}

.has-success .form-control,
.has-success .ginput_container input,
.ginput_container .has-success input,
.has-success
.ginput_container textarea,
.ginput_container .has-success textarea,
.has-success
.ginput_container select,
.ginput_container .has-success select {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-feedback {
  color: #5cb85c;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
}

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e;
}

.has-warning .form-control,
.has-warning .ginput_container input,
.ginput_container .has-warning input,
.has-warning
.ginput_container textarea,
.ginput_container .has-warning textarea,
.has-warning
.ginput_container select,
.ginput_container .has-warning select {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-feedback {
  color: #f0ad4e;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
}

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #d9534f;
}

.has-danger .form-control,
.has-danger .ginput_container input,
.ginput_container .has-danger input,
.has-danger
.ginput_container textarea,
.ginput_container .has-danger textarea,
.has-danger
.ginput_container select,
.ginput_container .has-danger select {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-feedback {
  color: #d9534f;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}

@media (min-width: 544px) {
  .form-inline .form-group,
  .form-inline .ginput_container {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
  .form-inline .ginput_container input,
  .ginput_container .form-inline input,
  .form-inline
  .ginput_container textarea,
  .ginput_container .form-inline textarea,
  .form-inline
  .ginput_container select,
  .ginput_container .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .ginput_container input,
  .ginput_container
    .form-inline .input-group input,
  .form-inline .input-group
    .ginput_container textarea,
  .ginput_container
    .form-inline .input-group textarea,
  .form-inline .input-group
    .ginput_container select,
  .ginput_container
    .form-inline .input-group select {
    width: auto;
  }

  .form-inline .input-group > .form-control,
  .form-inline .ginput_container .input-group > input,
  .ginput_container .form-inline .input-group > input,
  .form-inline
  .ginput_container .input-group > textarea,
  .ginput_container .form-inline .input-group > textarea,
  .form-inline
  .ginput_container .input-group > select,
  .ginput_container .form-inline .input-group > select {
    width: 100%;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn,
.gform_footer input[type=submit] {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 3rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 30px;
}

.btn:focus,
.gform_footer input[type=submit]:focus,
.btn.focus,
.gform_footer input.focus[type=submit],
.btn:active:focus,
.gform_footer input[type=submit]:active:focus,
.btn:active.focus,
.gform_footer input[type=submit]:active.focus,
.btn.active:focus,
.gform_footer input.active[type=submit]:focus,
.btn.active.focus,
.gform_footer input.active.focus[type=submit] {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.gform_footer input[type=submit]:focus,
.btn:hover,
.gform_footer input[type=submit]:hover {
  text-decoration: none;
}

.btn.focus,
.gform_footer input.focus[type=submit] {
  text-decoration: none;
}

.btn:active,
.gform_footer input[type=submit]:active,
.btn.active,
.gform_footer input.active[type=submit] {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.gform_footer input.disabled[type=submit],
.btn:disabled,
.gform_footer input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary,
.cb-submit button,
.gform_footer input[type=submit] {
  color: #fff;
  background-color: #f27038;
  border-color: #f27038;
}

.btn-primary:hover,
.cb-submit button:hover,
.gform_footer input[type=submit]:hover {
  color: #fff;
  background-color: #e8500f;
  border-color: #de4d0f;
}

.btn-primary:focus,
.cb-submit button:focus,
.gform_footer input[type=submit]:focus,
.btn-primary.focus,
.cb-submit button.focus,
.gform_footer input.focus[type=submit] {
  color: #fff;
  background-color: #e8500f;
  border-color: #de4d0f;
}

.btn-primary:active,
.cb-submit button:active,
.gform_footer input[type=submit]:active,
.btn-primary.active,
.cb-submit button.active,
.gform_footer input.active[type=submit],
.open > .btn-primary.dropdown-toggle,
.cb-submit
  .open > button.dropdown-toggle,
.gform_footer
  .open > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #e8500f;
  border-color: #de4d0f;
  background-image: none;
}

.btn-primary:active:hover,
.cb-submit button:active:hover,
.gform_footer input[type=submit]:active:hover,
.btn-primary:active:focus,
.cb-submit button:active:focus,
.gform_footer input[type=submit]:active:focus,
.btn-primary:active.focus,
.cb-submit button:active.focus,
.gform_footer input[type=submit]:active.focus,
.btn-primary.active:hover,
.cb-submit button.active:hover,
.gform_footer input.active[type=submit]:hover,
.btn-primary.active:focus,
.cb-submit button.active:focus,
.gform_footer input.active[type=submit]:focus,
.btn-primary.active.focus,
.cb-submit button.active.focus,
.gform_footer input.active.focus[type=submit],
.open > .btn-primary.dropdown-toggle:hover,
.cb-submit
    .open > button.dropdown-toggle:hover,
.gform_footer
    .open > input.dropdown-toggle[type=submit]:hover,
.open > .btn-primary.dropdown-toggle:focus,
.cb-submit
    .open > button.dropdown-toggle:focus,
.gform_footer
    .open > input.dropdown-toggle[type=submit]:focus,
.open > .btn-primary.dropdown-toggle.focus,
.cb-submit
    .open > button.dropdown-toggle.focus,
.gform_footer
    .open > input.dropdown-toggle.focus[type=submit] {
  color: #fff;
  background-color: #c6450d;
  border-color: #a0370a;
}

.btn-primary.disabled:focus,
.cb-submit button.disabled:focus,
.gform_footer input.disabled[type=submit]:focus,
.btn-primary.disabled.focus,
.cb-submit button.disabled.focus,
.gform_footer input.disabled.focus[type=submit],
.btn-primary:disabled:focus,
.cb-submit button:disabled:focus,
.gform_footer input[type=submit]:disabled:focus,
.btn-primary:disabled.focus,
.cb-submit button:disabled.focus,
.gform_footer input[type=submit]:disabled.focus {
  background-color: #f27038;
  border-color: #f27038;
}

.btn-primary.disabled:hover,
.cb-submit button.disabled:hover,
.gform_footer input.disabled[type=submit]:hover,
.btn-primary:disabled:hover,
.cb-submit button:disabled:hover,
.gform_footer input[type=submit]:disabled:hover {
  background-color: #f27038;
  border-color: #f27038;
}

.btn-secondary {
  color: #fff;
  background-color: #34383f;
  border-color: #f27038;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #1d1f23;
  border-color: #de4d0f;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #1d1f23;
  border-color: #de4d0f;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1d1f23;
  border-color: #de4d0f;
  background-image: none;
}

.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0d0e10;
  border-color: #a0370a;
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus {
  background-color: #34383f;
  border-color: #f27038;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
  background-color: #34383f;
  border-color: #f27038;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-primary-outline {
  color: #f27038;
  background-image: none;
  background-color: transparent;
  border-color: #f27038;
}

.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #f27038;
  border-color: #f27038;
}

.btn-primary-outline:hover {
  color: #fff;
  background-color: #f27038;
  border-color: #f27038;
}

.btn-primary-outline.disabled:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline:disabled:focus,
.btn-primary-outline:disabled.focus {
  border-color: #f8b598;
}

.btn-primary-outline.disabled:hover,
.btn-primary-outline:disabled:hover {
  border-color: #f8b598;
}

.btn-secondary-outline {
  color: #f27038;
  background-image: none;
  background-color: transparent;
  border-color: #f27038;
}

.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active,
.open > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #f27038;
  border-color: #f27038;
}

.btn-secondary-outline:hover {
  color: #fff;
  background-color: #f27038;
  border-color: #f27038;
}

.btn-secondary-outline.disabled:focus,
.btn-secondary-outline.disabled.focus,
.btn-secondary-outline:disabled:focus,
.btn-secondary-outline:disabled.focus {
  border-color: #f8b598;
}

.btn-secondary-outline.disabled:hover,
.btn-secondary-outline:disabled:hover {
  border-color: #f8b598;
}

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active,
.open > .btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info-outline:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info-outline.disabled:focus,
.btn-info-outline.disabled.focus,
.btn-info-outline:disabled:focus,
.btn-info-outline:disabled.focus {
  border-color: #b0e1ef;
}

.btn-info-outline.disabled:hover,
.btn-info-outline:disabled:hover {
  border-color: #b0e1ef;
}

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active,
.open > .btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success-outline:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success-outline.disabled:focus,
.btn-success-outline.disabled.focus,
.btn-success-outline:disabled:focus,
.btn-success-outline:disabled.focus {
  border-color: #a3d7a3;
}

.btn-success-outline.disabled:hover,
.btn-success-outline:disabled:hover {
  border-color: #a3d7a3;
}

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active,
.open > .btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning-outline:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning-outline.disabled:focus,
.btn-warning-outline.disabled.focus,
.btn-warning-outline:disabled:focus,
.btn-warning-outline:disabled.focus {
  border-color: #f8d9ac;
}

.btn-warning-outline.disabled:hover,
.btn-warning-outline:disabled:hover {
  border-color: #f8d9ac;
}

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active,
.open > .btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger-outline:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger-outline.disabled:focus,
.btn-danger-outline.disabled.focus,
.btn-danger-outline:disabled:focus,
.btn-danger-outline:disabled.focus {
  border-color: #eba5a3;
}

.btn-danger-outline.disabled:hover,
.btn-danger-outline:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #f27038;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #d0480e;
  text-decoration: none;
  background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #a6acb6;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn,
.gform_footer .btn-group-lg > input[type=submit] {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn,
.gform_footer .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/*
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}
*/
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #34383f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #34383f;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #282c31;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #3dc054;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  color: #a6acb6;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #a6acb6;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.dropup .vs-list ul li .us > div:before,
.vs-list ul li .dropup .us > div:before,
.navbar-fixed-bottom .dropdown .caret,
.navbar-fixed-bottom .dropdown .vs-list ul li .us > div:before,
.vs-list ul li
.navbar-fixed-bottom .dropdown .us > div:before {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.gform_footer .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.gform_footer
  .btn-group-vertical > input[type=submit] {
  position: relative;
  float: left;
}

.btn-group > .btn:focus,
.gform_footer .btn-group > input[type=submit]:focus,
.btn-group > .btn:active,
.gform_footer .btn-group > input[type=submit]:active,
.btn-group > .btn.active,
.gform_footer .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.gform_footer
    .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.gform_footer
    .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.gform_footer
    .btn-group-vertical > input.active[type=submit] {
  z-index: 2;
}

.btn-group > .btn:hover,
.gform_footer .btn-group > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.gform_footer
    .btn-group-vertical > input[type=submit]:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .gform_footer input[type=submit] + .btn,
.gform_footer .btn-group input[type=submit] + .btn,
.btn-group .gform_footer .btn + input[type=submit],
.gform_footer .btn-group .btn + input[type=submit],
.btn-group .gform_footer input[type=submit] + input[type=submit],
.gform_footer .btn-group input[type=submit] + input[type=submit],
.btn-group .btn + .btn-group,
.btn-group .gform_footer input[type=submit] + .btn-group,
.gform_footer
.btn-group input[type=submit] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .gform_footer .btn-group + input[type=submit],
.gform_footer
.btn-group .btn-group + input[type=submit],
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.gform_footer .btn-toolbar > input[type=submit],
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.gform_footer .btn-group > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child,
.gform_footer .btn-group > input[type=submit]:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.gform_footer .btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.gform_footer .btn-group > input[type=submit]:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.gform_footer .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit] {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.gform_footer .btn-group > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.gform_footer .btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle,
.gform_footer .btn-group > input[type=submit] + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.gform_footer .btn-group-lg.btn-group > input[type=submit] + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn .caret,
.gform_footer input[type=submit] .caret,
.btn .vs-list ul li .us > div:before,
.vs-list ul li .btn .us > div:before,
.gform_footer input[type=submit] .vs-list ul li .us > div:before,
.vs-list ul li .gform_footer input[type=submit] .us > div:before {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret,
.gform_footer .btn-group-lg > input[type=submit] .caret,
.btn-lg .vs-list ul li .us > div:before,
.vs-list ul li .btn-lg .us > div:before,
.btn-group-lg > .btn .vs-list ul li .us > div:before,
.vs-list ul li .btn-group-lg > .btn .us > div:before,
.gform_footer .btn-group-lg > input[type=submit] .vs-list ul li .us > div:before,
.vs-list ul li .gform_footer .btn-group-lg > input[type=submit] .us > div:before {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup .gform_footer .btn-group-lg > input[type=submit] .caret,
.gform_footer .dropup .btn-group-lg > input[type=submit] .caret,
.dropup .btn-lg .vs-list ul li .us > div:before,
.vs-list ul li .dropup .btn-lg .us > div:before,
.dropup .btn-group-lg > .btn .vs-list ul li .us > div:before,
.vs-list ul li .dropup .btn-group-lg > .btn .us > div:before,
.dropup .gform_footer .btn-group-lg > input[type=submit] .vs-list ul li .us > div:before,
.vs-list ul li .dropup .gform_footer .btn-group-lg > input[type=submit] .us > div:before,
.gform_footer .dropup .btn-group-lg > input[type=submit] .vs-list ul li .us > div:before,
.vs-list ul li .gform_footer .dropup .btn-group-lg > input[type=submit] .us > div:before {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.gform_footer .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.gform_footer
.btn-group-vertical > .btn-group > input[type=submit] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}

.btn-group-vertical > .btn-group > .btn,
.gform_footer .btn-group-vertical > .btn-group > input[type=submit] {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.gform_footer .btn-group-vertical > input[type=submit] + .btn,
.gform_footer .btn-group-vertical > .btn + input[type=submit],
.gform_footer .btn-group-vertical > input[type=submit] + input[type=submit],
.btn-group-vertical > .btn + .btn-group,
.gform_footer
.btn-group-vertical > input[type=submit] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.gform_footer
.btn-group-vertical > .btn-group + input[type=submit],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.gform_footer .btn-group-vertical > input[type=submit]:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.gform_footer .btn-group-vertical > input[type=submit]:first-child:not(:last-child) {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child),
.gform_footer .btn-group-vertical > input[type=submit]:last-child:not(:first-child) {
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.gform_footer .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit] {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.gform_footer .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.gform_footer .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
.gform_footer [data-toggle="buttons"] > input[type=submit] input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.gform_footer
[data-toggle="buttons"] > input[type=submit] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.gform_footer
[data-toggle="buttons"] > .btn-group > input[type=submit] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.gform_footer
[data-toggle="buttons"] > .btn-group > input[type=submit] input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control,
.input-group .ginput_container input,
.ginput_container .input-group input,
.input-group
  .ginput_container textarea,
.ginput_container .input-group textarea,
.input-group
  .ginput_container select,
.ginput_container .input-group select {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .ginput_container input:focus,
.ginput_container .input-group input:focus,
.input-group
    .ginput_container textarea:focus,
.ginput_container .input-group textarea:focus,
.input-group
    .ginput_container select:focus,
.ginput_container .input-group select:focus,
.input-group .form-control:active,
.input-group .ginput_container input:active,
.ginput_container .input-group input:active,
.input-group
    .ginput_container textarea:active,
.ginput_container .input-group textarea:active,
.input-group
    .ginput_container select:active,
.ginput_container .input-group select:active,
.input-group .form-control:hover,
.input-group .ginput_container input:hover,
.ginput_container .input-group input:hover,
.input-group
    .ginput_container textarea:hover,
.ginput_container .input-group textarea:hover,
.input-group
    .ginput_container select:hover,
.ginput_container .input-group select:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .ginput_container input,
.ginput_container
.input-group input,
.input-group
.ginput_container textarea,
.ginput_container
.input-group textarea,
.input-group
.ginput_container select,
.ginput_container
.input-group select {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .ginput_container input:not(:first-child):not(:last-child),
.ginput_container
  .input-group input:not(:first-child):not(:last-child),
.input-group
  .ginput_container textarea:not(:first-child):not(:last-child),
.ginput_container
  .input-group textarea:not(:first-child):not(:last-child),
.input-group
  .ginput_container select:not(:first-child):not(:last-child),
.ginput_container
  .input-group select:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #021c3b;
  text-align: center;
  background-color: #dbdbdb;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.input-group-addon.form-control-sm,
.ginput_container .input-group-sm > input.input-group-addon,
.ginput_container .input-group-sm > textarea.input-group-addon,
.ginput_container .input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.gform_footer
  .input-group-sm > .input-group-btn > input.input-group-addon[type=submit] {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.ginput_container .input-group-lg > input.input-group-addon,
.ginput_container .input-group-lg > textarea.input-group-addon,
.ginput_container .input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.gform_footer
  .input-group-lg > .input-group-btn > input.input-group-addon[type=submit] {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group .ginput_container input:first-child,
.ginput_container .input-group input:first-child,
.input-group
.ginput_container textarea:first-child,
.ginput_container .input-group textarea:first-child,
.input-group
.ginput_container select:first-child,
.ginput_container .input-group select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.gform_footer
.input-group-btn:first-child > input[type=submit],
.input-group-btn:first-child > .btn-group > .btn,
.gform_footer
.input-group-btn:first-child > .btn-group > input[type=submit],
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.gform_footer
.input-group-btn:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.gform_footer
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group .ginput_container input:last-child,
.ginput_container .input-group input:last-child,
.input-group
.ginput_container textarea:last-child,
.ginput_container .input-group textarea:last-child,
.input-group
.ginput_container select:last-child,
.ginput_container .input-group select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.gform_footer
.input-group-btn:last-child > input[type=submit],
.input-group-btn:last-child > .btn-group > .btn,
.gform_footer
.input-group-btn:last-child > .btn-group > input[type=submit],
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.gform_footer
.input-group-btn:first-child > input[type=submit]:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.gform_footer
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type=submit] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn,
.gform_footer .input-group-btn > input[type=submit] {
  position: relative;
}

.input-group-btn > .btn + .btn,
.gform_footer .input-group-btn > input[type=submit] + .btn,
.gform_footer .input-group-btn > .btn + input[type=submit],
.gform_footer .input-group-btn > input[type=submit] + input[type=submit] {
  margin-left: -1px;
}

.input-group-btn > .btn:focus,
.gform_footer .input-group-btn > input[type=submit]:focus,
.input-group-btn > .btn:active,
.gform_footer .input-group-btn > input[type=submit]:active,
.input-group-btn > .btn:hover,
.gform_footer .input-group-btn > input[type=submit]:hover {
  z-index: 3;
}

.input-group-btn:first-child > .btn,
.gform_footer .input-group-btn:first-child > input[type=submit],
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.gform_footer .input-group-btn:last-child > input[type=submit],
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:last-child > .btn:focus,
.gform_footer .input-group-btn:last-child > input[type=submit]:focus,
.input-group-btn:last-child > .btn:active,
.gform_footer .input-group-btn:last-child > input[type=submit]:active,
.input-group-btn:last-child > .btn:hover,
.gform_footer .input-group-btn:last-child > input[type=submit]:hover,
.input-group-btn:last-child > .btn-group:focus,
.input-group-btn:last-child > .btn-group:active,
.input-group-btn:last-child > .btn-group:hover {
  z-index: 3;
}

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}

.c-input > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.c-input > input:checked ~ .c-indicator {
  color: #fff;
  background-color: #0074d9;
}

.c-input > input:focus ~ .c-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

.c-input > input:active ~ .c-indicator {
  color: #fff;
  background-color: #84c6ff;
}

.c-input + .c-input {
  margin-left: 1rem;
}

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.c-checkbox .c-indicator {
  border-radius: .25rem;
}

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

.c-radio .c-indicator {
  border-radius: 50%;
}

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

.c-inputs-stacked .c-input {
  display: inline;
}

.c-inputs-stacked .c-input::after {
  display: block;
  margin-bottom: .25rem;
  content: "";
}

.c-inputs-stacked .c-input + .c-input {
  margin-left: 0;
}

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #021c3b;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.c-select:focus {
  border-color: #51a7e8;
  outline: none;
}

.c-select::-ms-expand {
  opacity: 0;
}

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}

.c-select-sm:not([multiple]) {
  height: 26px;
  min-height: 26px;
}

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
}

.file-custom::after {
  content: "Choose file...";
}

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #a6acb6;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #a6acb6;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: .2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #dbdbdb #dbdbdb #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #a6acb6;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #fafafa;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item {
  margin-left: .2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 3px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  cursor: default;
  background-color: transparent;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item + .nav-item {
  margin-top: .2rem;
  margin-left: 0;
}

.tab-content > .tab-pane {
  display: none;
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .navbar {
    border-radius: 3px;
  }
}

.navbar-full {
  z-index: 1000;
}

@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 544px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

.navbar-divider::before {
  content: "\00a0";
}

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 30px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.card-block {
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 3px 3px 0 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 3px 3px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.card-header:first-child {
  border-radius: 3px 3px 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

.card-primary {
  background-color: #f27038;
  border-color: #f27038;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-primary-outline {
  background-color: transparent;
  border-color: #f27038;
}

.card-secondary-outline {
  background-color: transparent;
  border-color: #f27038;
}

.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-radius: 3px 3px 0 0;
}

.card-img-bottom {
  border-radius: 0 0 3px 3px;
}

@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }

  .card-deck .card {
    display: table-cell;
    width: 1%;
    vertical-align: top;
  }

  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 3px;
}

.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb > li {
  float: left;
}

.breadcrumb > li + li::before {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #a6acb6;
  content: "/";
}

.breadcrumb > .active {
  color: #a6acb6;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
}

.page-item {
  display: inline;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #f27038;
  border-color: #f27038;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  color: #a6acb6;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #f27038;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #d0480e;
  background-color: #dbdbdb;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none;
}

.pager::after {
  content: "";
  display: table;
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #dbdbdb;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover {
  color: #a6acb6;
  cursor: not-allowed;
  background-color: #fff;
}

.pager .disabled > span {
  color: #a6acb6;
  cursor: not-allowed;
  background-color: #fff;
}

.pager-next > a,
.pager-next > span {
  float: right;
}

.pager-prev > a,
.pager-prev > span {
  float: left;
}

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
}

.label:empty {
  display: none;
}

.btn .label,
.gform_footer input[type=submit] .label {
  position: relative;
  top: -1px;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.label-default {
  background-color: #a6acb6;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #8a929f;
}

.label-primary {
  background-color: #f27038;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #e8500f;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #dbdbdb;
  border-radius: 0.3rem;
}

@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #c2c2c2;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #28b7c9;
  border-color: #20909e;
  color: white;
}

.alert-success hr {
  border-top-color: #1b7d89;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  color: #0074d9;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 3px;
}

.progress[value]::-webkit-progress-value::before {
  content: attr(value);
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 3px;
  }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .progress[width^="0"] {
    min-width: 2rem;
    color: #a6acb6;
    background-color: transparent;
    background-image: none;
  }

  .progress[width="100%"] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
}

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #a6acb6;
  cursor: not-allowed;
  background-color: #dbdbdb;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #a6acb6;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #3dc054;
  background-color: transparent;
  border-color: transparent;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: rgba(102, 102, 102, 0);
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*
.modal-open {
  overflow: hidden;
}

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

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

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

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

.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

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

.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

.modal-footer .btn + .btn,
.modal-footer .gform_footer input[type=submit] + .btn,
.gform_footer .modal-footer input[type=submit] + .btn,
.modal-footer .gform_footer .btn + input[type=submit],
.gform_footer .modal-footer .btn + input[type=submit],
.modal-footer .gform_footer input[type=submit] + input[type=submit],
.gform_footer .modal-footer input[type=submit] + input[type=submit] {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .gform_footer input[type=submit] + .btn,
.gform_footer .modal-footer .btn-group input[type=submit] + .btn,
.modal-footer .btn-group .gform_footer .btn + input[type=submit],
.gform_footer .modal-footer .btn-group .btn + input[type=submit],
.modal-footer .btn-group .gform_footer input[type=submit] + input[type=submit],
.gform_footer .modal-footer .btn-group input[type=submit] + input[type=submit] {
  margin-left: -1px;
}

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

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

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

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

@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0;
}

.tooltip.in {
  opacity: 1;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #021c3b;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover-arrow,
.popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover-arrow {
  border-width: 11px;
}

.popover-arrow::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner > .carousel-item.next,
  .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .carousel-item.prev,
  .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .carousel-item.next.left,
  .carousel-inner > .carousel-item.prev.right,
  .carousel-inner > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev::before {
  content: "\2039";
}

.carousel-control .icon-next::before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn,
.carousel-caption .gform_footer input[type=submit],
.gform_footer .carousel-caption input[type=submit] {
  text-shadow: none;
}

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix::after,
.job-cards .whr-items::after,
.job-cards .whr-items .whr-item .whr-info::after,
.sg-review-table .img-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }

  .pull-sm-right {
    float: right !important;
  }

  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }

  .pull-md-right {
    float: right !important;
  }

  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }

  .pull-lg-right {
    float: right !important;
  }

  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }

  .pull-xl-right {
    float: right !important;
  }

  .pull-xl-none {
    float: none !important;
  }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.invisible {
  visibility: hidden !important;
}

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #a6acb6;
}

.text-primary {
  color: #f27038 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #e8500f;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c;
}

.bg-inverse {
  color: #dbdbdb;
  background-color: #34383f;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff !important;
  background-color: #f27038 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #e8500f;
}

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #449d44;
}

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5;
}

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ec971f;
}

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #c9302c;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

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

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../ajax-loader.html") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("../slick.html");
  src: url("../slickd41d.html#iefix") format("embedded-opentype"), url("../slick-2.html") format("woff"), url("../slick-3.html") format("truetype"), url("../slick-4.html#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  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,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

@media (max-width: 991px) {
  .swap-mobile > :last-child {
    -ms-flex-order: -1;
    order: -1;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

#amazon-polly-by-tab {
  display: none !important;
}

.cb-form h2 {
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
}

.cb-form form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .cb-form form {
    padding: 15px;
  }
}

.cb-field {
  margin-bottom: 1rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 7px;
}

@media (max-width: 767px) {
  .cb-field {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.cb-field label {
  display: block;
  margin-bottom: .3rem;
  font-weight: 900;
  font-size: .875rem;
}

.cb-field input,
.cb-field textarea,
.cb-field select {
  max-width: 100%;
  width: 100%;
  height: 36px;
  padding: 3px;
  border: 1px solid #aaa;
}

.cb-field textarea {
  height: 60px;
}

.cb-field.cb-textarea {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.cb-field .cb-arrow {
  display: none;
}

.cb-submit {
  padding: 0 7px;
}

.cb-submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  text-transform: uppercase;
  padding: .6rem 1rem;
}

@media (max-width: 543px) {
  html {
    font-size: 14px;
  }
}


.container-fluid {
  max-width: 1110px;
}



a:active,
a:focus,
button:active,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

a,
.btn,
.gform_footer input[type=submit],
input {
  outline: medium none !important;
}

.block {
  display: block;
}

@media (min-width: 768px) {
  .block-md {
    display: block;
  }
}

@media (min-width: 992px) {
  .block-lg {
    display: block;
  }
}

@media (max-width: 767px) {
  .block-xs {
    display: block;
  }

  .no-pad-xs {
    padding: 0 !important;
  }
}

.rounded {
  border-radius: 3px;
}

@media (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}

/**
 * Extra Wide Elements
 */

@media (min-width: 768px) {
  .width-xl {
    width: 150%;
    margin-left: -25%;
  }
}

.site {
  /*font-size: 0.9375rem;
  color: #8c8c8c;*/
}

@font-face {
  font-family: 'metropolisBlack';
  src: url("../woff2/metropolis-black-webfont.woff2") format("woff2"), url("../woff/metropolis-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'metropolisBold';
  src: url("../woff2/metropolis-bold-webfont.woff2") format("woff2"), url("../woff/metropolis-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'metropolisSemibold';
  src: url("../woff2/metropolis-semibold-webfont.woff2") format("woff2"), url("../woff/metropolis-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'metropolisExtralight';
  src: url("../woff2/metropolis-extralight-webfont.woff2") format("woff2"), url("../woff/metropolis-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'metropolisLight';
  src: url("../woff2/metropolis-light-webfont.woff2") format("woff2"), url("../woff/metropolis-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'metropolisRegular';
  src: url("../woff2/metropolis-regular-webfont.woff2") format("woff2"), url("../woff/metropolis-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'metropolisMedium';
  src: url("../woff2/metropolis-medium-webfont.woff2") format("woff2"), url("../woff/metropolis-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'metropolisThin';
  src: url("../woff2/metropolis-thin-webfont.woff2") format("woff2"), url("../woff/metropolis-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.btn,
.gform_footer input[type=submit] {
  box-sizing: border-box;
  border-radius: 3px;
  padding: 1rem 1rem;
  min-width: 250px;
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
}

.btn-primary,
.cb-submit button,
.gform_footer input[type=submit] {
  background-color: #f27038;
  border-color: #f27038;
  color: white;
}

.btn-primary:hover,
.cb-submit button:hover,
.gform_footer input[type=submit]:hover {
  color: white;
  background-color: #b8400c;
  border-color: #b8400c;
}

.btn-secondary {
  background-color: #28b7c9;
  border-color: #28b7c9;
  color: white !important;
}

.btn-secondary:hover {
  color: white;
  background-color: #f27038;
  border-color: #f27038;
}

.btn-gold {
  background-color: #f4b544;
  border-color: #f4b544;
  color: white !important;
}

.btn-gold:hover {
  color: white;
  background-color: #f27038;
  border-color: #f27038;
}

.btn-hoverPrimary:hover {
  background-color: #f27038;
  border-color: #f27038;
  color: white;
}

.btn-hoverWhite:hover {
  background-color: white;
  border-color: white;
  color: #f27038;
}

.btn-hoverSecondary:hover {
  background-color: #28b7c9;
  border-color: #28b7c9;
  color: white;
}

.btn-primary-outline {
  background: transparent;
  border: 1px solid #f27038;
  color: #f27038;
}

.btn-hover-primary:hover {
  border-color: #f27038;
  background-color: #f27038;
  color: white;
}

.btn-secondary-outline {
  background: transparent;
  padding: 0.4rem 3rem;
  border-width: 2px;
  color: #f27038;
  border-color: #f27038;
}

@media (min-width: 767px) {
  .btn-large {
    padding: 1.2rem 2.2rem;
    font-size: 24px;
  }
}

.btn-compact {
  padding: 0.6rem 2.2rem;
  min-width: 0;
}

.btn-small {
  padding: 0.25rem 0.5rem;
  min-width: 0;
}

.btn-white {
  background: #fff;
  color: #f27038;
}

.btn.btn-muted,
.gform_footer input.btn-muted[type=submit] {
  font-size: 0.9rem;
  padding: 5px 0 !important;
  color: #34383f;
}

.btn-back-to-top {
  display: block;
  width: 95%;
  margin: 50px auto;
  border-radius: 3px;
  color: white;
  border-color: #f27038;
  background: #f27038;
}

.btn-back-to-top:hover {
  color: white;
  background-color: #f2793b;
  border-color: #f2793b;
}

@media (max-width: 543px) {
  .btn-back-to-top {
    margin: 10px auto;
  }
}

.btn-orange {
  background: #f27038;
}

.btn-orange:hover {
  background: #e8500f;
}

.btn-transparent {
  background: transparent;
}

.btn-transparent:hover {
  background: transparent;
}

.btn-basic {
  border-color: #000;
  text-transform: uppercase;
  color: #514f47;
  font-family: 'metropolisBold';
}

.btn-basic:hover,
.btn-basic:focus {
  color: #fff;
  background: #000;
  border-color: #fff;
}

.btn-marble {
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to right, #cb5b3b, #edac4f);
  border-color: #edac4f;
}

.btn-marble:hover,
.btn-marble:focus {
  background-image: linear-gradient(to left, #cb5b3b, #edac4f);
  border-color: #cb5b3b;
  color: #fff;
}

body {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h3,
.h4,
h3,
.h5 {
  font-weight: normal;
  margin-bottom: 1em;
  color: #514f47;
}

h1 {
  font-size: 3.125rem;
  font-family: "metropolisBlack", Helvetica, Arial, sans-serif;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.25rem;
  font-family: "metropolisLight", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

h3 {
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.333;
}

h3 a {
  color: #34383f;
}

h4 {
  font-size: 1.25rem;
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

h5 {
  font-size: 1.125rem;
  font-family: "metropolisExtralight", Helvetica, Arial, sans-serif;
  line-height: 1.666;
}

.typo-uc {
  text-transform: uppercase;
}

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

.typo-color-primary {
  color: #f27038 !important;
}

.typo-orangeHeadline {
  font-size: 50px;
  font-family: "metropolisLight", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #f27038;
}

@media (max-width: 991px) {
  .typo-orangeHeadline {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .typo-orangeHeadline {
    font-size: 25px;
  }
}

.typo-90 {
  font-size: 90%;
}

.typo-80 {
  font-size: 80%;
}

.typo-70 {
  font-size: 70%;
}

.typo-lh-80 {
  line-height: .8;
}

.typo-lh-100 {
  line-height: 1;
}

.typo-lh-110 {
  line-height: 1.1;
}

.typo-lh-120 {
  line-height: 1.2;
}

.typo-lh-140 {
  line-height: 1.4;
}

@media (max-width: 767px) {
  .ta-xs-center {
    text-align: center;
  }
}

.def-typography {
  font-size: 1.1rem;
}

.def-typography p {
  margin: 1rem 0 0;
}

.def-typography h2,
.def-typography h3,
.def-typography h4 {
  margin: 3.5rem 0 1rem;
  font-weight: 700;
  color: #514f47;
}

.def-typography h2 {
  font-size: 2.25rem;
}

.def-typography h3 {
  font-size: 1.75rem;
}

.def-typography h4 {
  font-size: 1.65rem;
}

.def-typography img.aligncenter {
  float: none;
  margin: 50px auto;
}

.def-typography img.alignleft {
  float: left;
  margin: 0 50px 50px 0;
}

.def-typography p strong,
.def-typography li strong {
  font-weight: normal;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  color: #000;
}

code {
  color: #f27038;
}

.tooltip-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

label.radio {
  display: block;
  padding-left: 20px;
}

.form-control:focus,
.ginput_container input:focus,
.ginput_container textarea:focus,
.ginput_container select:focus {
  border-color: #f27038;
}

/* GRAVITY FORMS
 * ----------------------------------- */

.gform_wrapper .gform_body .gfield_label {
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1;
  color: #000;
  font-size: 1rem;
}

.gform_wrapper .gform_body .ginput_container {
  margin-top: 0;
}

@media (max-width: 480px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}

/* Validation styling */

form label.error {
  color: #d9534f;
  margin-top: 5px;
}

form.validation--alternative label.error {
  color: white;
}

.pre-post label.error {
  color: #d9534f !important;
}

.welcome-mat form label.error {
  margin-top: 0;
}

/* End of file _validation.scss */

.site-header {
  background: white;
  background-size: cover;
  color: #514f47;
  position: relative;
}

@media (min-width: 767px) {
  .site-header .masthead-headline-figure {
    max-width: 470px;
    display: block;
    margin: 1rem auto;
  }
}

body.sticky-nav .site-header {
  padding-top: 80px;
}

body.front-page .site-header {
  min-height: 634px;
  background-size: cover;
}

@media (max-width: 767px) {
  body.front-page .site-header {
    min-height: 432px;
  }
}

body.post-top-welcome .site-header {
  min-height: 634px;
  background: #000 url(../hero.html) no-repeat center top;
  background-size: cover;
}

@media (max-width: 767px) {
  body.post-top-welcome .site-header {
    min-height: 432px;
  }
}

@media (min-width: 992px) {
  body.tall-header .site-header {
    min-height: 634px;
  }
}

@media (min-width: 992px) {
  body.tall-header .site-header .masthead-headline {
    min-height: 320px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

body.tall-header .site-header .masthead-headline .btn,
body.tall-header .site-header .masthead-headline .gform_footer input[type=submit],
.gform_footer body.tall-header .site-header .masthead-headline input[type=submit] {
  margin-top: 1rem;
}

#headerWrap {
  padding: 40px 0 20px;
}

@media (max-width: 767px) {
  #headerWrap {
    padding-top: 35px;
  }
}

@media (max-width: 543px) {
  #headerWrap {
    padding-top: 15px;
  }
}

.main-navigation {
  padding-top: 7px;
}

.main-navigation .nav-pills .nav-item {
  margin-left: 0;
}

.main-navigation .nav-pills .nav-item .nav-link {
  color: #514f47;
  font-weight: normal;
  font-family: "metropolisMedium", Helvetica, Arial, sans-serif;
  font-size: .875rem;
  padding: 0.5em 0.5em;
  text-transform: uppercase;
  /*&:after{
                    display: none; // remove default bootstrap chevron-down
                }*/
}

.main-navigation .nav-pills .nav-item .nav-link:hover {
  transition-duration: 300ms;
  color: #f27038;
}

.main-navigation .nav-pills .nav-item .nav-link.btn.btn-primary-outline,
.main-navigation .nav-pills .nav-item .gform_footer input.nav-link.btn-primary-outline[type=submit],
.gform_footer .main-navigation .nav-pills .nav-item input.nav-link.btn-primary-outline[type=submit] {
  background: #f27038;
  border-color: #f27038;
  border-radius: 3px;
  min-width: 0;
  color: white;
  font-size: .75rem;
  padding: 0.6em 1.1em;
}

.main-navigation .nav-pills .nav-item .nav-link.btn.btn-primary-outline:hover,
.main-navigation .nav-pills .nav-item .gform_footer input.nav-link.btn-primary-outline[type=submit]:hover,
.gform_footer .main-navigation .nav-pills .nav-item input.nav-link.btn-primary-outline[type=submit]:hover {
  color: white;
  background: #b8400c;
  border-color: #b8400c;
}

.main-navigation .nav-pills .btn-item {
  padding-left: 25px;
}

.main-navigation .nav-pills .btn-item .nav-link-tel {
  display: block;
  padding-top: 10px;
  font-size: 0.8rem;
  text-align: center;
}

@media (max-width: 1199px) {
  .main-navigation .nav-pills .btn-item .nav-link-tel {
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {
  .main-navigation .nav-pills .btn-item {
    padding-left: 25px;
  }

  .main-navigation .nav-pills .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
}

@media (max-width: 1152px) {
  .main-navigation .nav-pills .nav-item:not(.btn-item) {
    max-width: 0;
    max-height: 0;
    opacity: 0;
    position: relative;
    transform: translateX(-30%);
    float: none;
  }

  .main-navigation .nav-pills .nav-item:not(.btn-item).btn-item {
    display: block;
  }

  .main-navigation .nav-pills .nav-item:not(.btn-item).open {
    z-index: 1;
  }
}

@media (max-width: 543px) {
  .main-navigation .nav-pills .nav-item.btn-item {
    display: none;
  }
}

.main-navigation .dropdown-item {
  font-weight: 300;
  box-sizing: border-box;
}

.main-navigation .dropdown-item a {
  color: #514f47;
  line-height: 1.8;
  display: block;
}

.main-navigation .dropdown-submenu {
  position: relative;
}

.main-navigation .dropdown-submenu .caret-right {
  position: relative;
  top: 10px;
  margin-left: 3px;
}

.main-navigation .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

@media (max-width: 991px) {
  .main-navigation .dropdown-menu--3rd-level {
    width: 190px;
  }

  .main-navigation .dropdown-menu--3rd-level .dropdown-item {
    white-space: normal;
  }
}

#stickyHeader {
  width: 100%;
}

#stickyHeader > .container {
  position: relative;
}

body.sticky-nav #stickyHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-sizing: border-box;
  padding: 10px 0;
  background: white;
  box-shadow: 0 0 14px rgba(102, 102, 102, 0.6);
}

body.admin-bar.sticky-nav #stickyHeader {
  top: 32px;
}

.masthead-headline {
  text-align: center;
  padding: 4.375rem 0;
}

.masthead-headline *:not(.btn):not(.gform_footer input[type=submit]) {
  color: inherit;
}

.masthead-headline.compact {
  padding-bottom: 0;
}

.masthead-headline .h1__sub {
  display: block;
  font-weight: 300;
  margin-top: 1.5rem;
  font-size: 1.375rem;
  font-family: "metropolisLight", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.masthead-headline .h1__sub .colored {
  color: #f27038;
}

body.compact-header .masthead-headline {
  padding: 4.375rem 0 2rem;
}

body.compact-header .masthead-headline h1 {
  margin-bottom: 0.5rem;
}

@media (max-width: 543px) {
  .masthead-headline {
    text-align: center;
  }

  .masthead-headline h1 {
    font-size: 2rem;
  }

  .masthead-headline p {
    font-size: 1.5rem;
  }
}

.masthead-search .sidebar-widget {
  float: none;
  margin: 1rem auto 0;
}

.masthead-search .sidebar-widget form {
  padding: 0;
  background: transparent;
}

.masthead-search .sidebar-widget form input {
  color: #34383f;
  border: 2px solid #f27038;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .masthead-search .sidebar-widget form input {
    max-width: 100%;
    width: auto;
  }
}

.hero-featured {
  padding: 5.625rem 0;
  text-align: center;
}

.hero-featured .post_excerpt {
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 1.375rem;
  line-height: 1.2;
}

@media (max-width: 543px) {
  .hero-featured {
    padding: 3rem 0;
  }

  .hero-featured h1 {
    font-size: 1.8rem;
  }

  .hero-featured .post_excerpt {
    font-size: 1.1rem;
  }
}

.site-logo {
  height: auto;
}

@media (max-width: 767px) {
  .site-logo {
    width: 180px;
  }
}

@media (max-width: 543px) {
  .site-logo {
    width: 157px;
  }
}

@media (max-width: 1152px) {
  body.sticky-nav #stickyHeader {
    padding: 15px 0;
  }

  .site-title {
    line-height: 0;
    margin-bottom: 0;
  }

  .site-title a {
    display: block;
    height: 100%;
  }

  .main-navigation {
    padding-top: 5px;
    margin-right: 50px;
  }

  body.mob-nav-open .main-navigation {
    width: 100%;
    margin-right: 0;
  }

  body.mob-nav-open .main-navigation .nav-pills {
    padding: 1rem 0;
    /*new*/
  }

  body.mob-nav-open .main-navigation .nav-pills .nav-link {
    padding: 1rem 0.5rem;
    transform: translateX(0);
  }

  body.mob-nav-open .main-navigation .nav-pills .nav-item {
    /*was li{}*/
    display: block;
    width: 100%;
    margin: 0;
    max-width: 100%;
    max-height: 100px;
    opacity: 1;
    transform: translateX(0%);
  }

  body.mob-nav-open .main-navigation .nav-pills .btn-item {
    margin-top: 15px;
    display: block;
    margin-left: 0;
    text-align: center;
  }

  body.mob-nav-open .main-navigation .nav-pills .btn-item a {
    display: inline-block;
  }
}

#headerOptInBar {
  width: 100%;
  padding: 33px 0;
  text-align: center;
  color: #fff;
  background: #f27038;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
}

#headerOptInBar .input-group {
  margin: 10px auto 0;
  width: 400px;
}

#headerOptInBar .container > div {
  display: inline-block;
}

#headerOptInBar .headline {
  font-size: 1.2rem;
}

#headerOptInBar .form-control,
#headerOptInBar .ginput_container input,
.ginput_container #headerOptInBar input,
#headerOptInBar
  .ginput_container textarea,
.ginput_container #headerOptInBar textarea,
#headerOptInBar
  .ginput_container select,
.ginput_container #headerOptInBar select,
#headerOptInBar .btn,
#headerOptInBar .gform_footer input[type=submit],
.gform_footer
  #headerOptInBar input[type=submit] {
  display: inline-block;
}

#headerOptInBar .form-control,
#headerOptInBar .ginput_container input,
.ginput_container #headerOptInBar input,
#headerOptInBar
  .ginput_container textarea,
.ginput_container #headerOptInBar textarea,
#headerOptInBar
  .ginput_container select,
.ginput_container #headerOptInBar select {
  width: 200px;
  margin: 0 10px;
}

#headerOptInBar .btn,
#headerOptInBar .gform_footer input[type=submit],
.gform_footer #headerOptInBar input[type=submit] {
  color: #fff;
  border-color: #fff;
  border-width: 2px;
}

#headerOptInBar .close {
  position: absolute;
  right: 30px;
  top: 34px;
  color: #fff;
  opacity: 0.7;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #fff;
  font-weight: 300;
}

#headerOptInBar .close:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  #headerOptInBar .headline {
    font-size: 1rem;
  }

  #headerOptInBar .form-control,
  #headerOptInBar .ginput_container input,
  .ginput_container #headerOptInBar input,
  #headerOptInBar
    .ginput_container textarea,
  .ginput_container #headerOptInBar textarea,
  #headerOptInBar
    .ginput_container select,
  .ginput_container #headerOptInBar select {
    width: 140px;
  }

  #headerOptInBar .btn,
  #headerOptInBar .gform_footer input[type=submit],
  .gform_footer #headerOptInBar input[type=submit] {
    padding: 0.4rem 1rem;
  }
}

@media (max-width: 767px) {
  #headerOptInBar .headline {
    margin-bottom: 10px;
  }

  #headerOptInBar .close {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 543px) {
  #headerOptInBar {
    display: none;
  }
}

.site-title {
  position: relative;
}

.site-title .hiring {
  position: absolute;
  top: -8px;
  right: 14px;
  display: inline-block;
  color: #fff;
  background: #f27038;
  padding: .5rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: 13px;
  font-weight: normal;
  height: auto !important;
  line-height: 1rem !important;
}

@media (max-width: 767px) {
  .site-title .hiring {
    top: 0;
    right: -55%;
  }
}

@media (max-width: 543px) {
  .site-title .hiring {
    top: -10px;
    right: -42%;
  }
}

.site-title .hiring:after {
  content: '';
  position: absolute;
  left: .5em;
  bottom: -.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .75em 1em 0 0;
  border-color: #f27038 transparent transparent transparent;
}

.site-title .hiring:hover {
  background-color: #b8400c;
  border-color: #b8400c;
}

.site-title .hiring:hover:after {
  border-color: #b8400c transparent transparent transparent;
}

.site-footer {
  background-color: #514f47;
  padding: 4rem 0 3rem;
}

.site-footer .company-info {
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 15px;
  padding-bottom: 5px;
}

.site-footer .company-info .logo-column {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 991px) {
  .site-footer .company-info .logo-column .content {
    text-align: center;
  }
}

.footer-nav {
  margin: 2.3rem auto;
  max-width: 900px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 767px) {
  .footer-nav {
    text-align: center;
  }
}

.footer-nav li {
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 5px 8px 5px 0;
}

@media (max-width: 991px) {
  .footer-nav li {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 767px) {
  .footer-nav li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-nav a {
  color: #fff;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  font-size: .75rem;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .footer-nav a {
    font-size: 15px;
  }
}

.footer-nav a:hover {
  color: #f27038;
}

.footer-logo {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .footer-logo {
    text-align: center;
  }
}

.footer-locations {
  float: right;
}

@media (max-width: 991px) {
  .footer-locations {
    float: none;
    text-align: center;
  }
}

.footer-locations a {
  color: #fff;
  font-size: 16px;
}

.footer-locations a:hover {
  color: #f27038;
}

@media (max-width: 767px) {
  .footer-articles {
    text-align: center;
  }
}

.footer-articles-title {
  font-family: "metropolisSemibold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 1.4rem;
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .footer-articles-title {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-articles nav {
  display: block;
  font-size: 14px;
}

.footer-articles nav a {
  color: white;
  line-height: 1.25em;
  margin-bottom: .7em;
  display: block;
}

.footer-articles nav a:hover {
  color: #f27038;
}

.footer-articles nav a:hover span {
  color: #fff;
}

.footer-nav-social {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .footer-nav-social {
    text-align: center;
  }
}

.footer-nav-social li {
  display: inline-block;
  padding: 0 5px;
}

.footer-nav-social a {
  color: transparent;
  font-size: 1.5rem;
  text-shadow: none;
  border: 0;
  display: block;
  position: relative;
}

.footer-nav-social a svg {
  fill: white;
  width: 1.5rem;
  height: auto;
}

.footer-nav-social a:hover {
  opacity: 0.8;
  transform: translateY(-4px);
}

.footer-nav-badges li {
  display: inline-block;
}

.footer-nav-badges li.google-partner div {
  position: relative;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #f27038;
}

#mobileCta {
  width: 100%;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  z-index: 99;
  display: none;
}

@media (max-width: 543px) {
  #mobileCta {
    display: block;
  }

  body.standalone #mobileCta {
    display: none;
  }
}

.positions-count {
  display: inline-block;
  background: #f27038;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  margin-left: 3px;
  border-radius: 5px;
}

.positions-count:hover {
  color: #fff;
}

img.size-full,
img.size-large {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: solid 10px #fff;
}

img.size-full:hover,
img.size-large:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

img.img--dropshadow {
  box-shadow: 0 0 10px;
  padding: 0;
  max-width: 100%;
}

.img--fit {
  max-width: 100%;
}

.panel {
  padding: 100px 0;
}

.panel.panel-adj-top {
  padding-bottom: 1.25rem;
}

.panel.panel-adj-bot {
  padding-top: 1.25rem;
}

.panel.panel-compact {
  padding: 4.375rem 0;
}

.panel.alt {
  background: #fafafa;
  color: #8c8c8c;
}

.panel header {
  text-align: center;
  margin-bottom: 3.75rem;
}

.panel header.min-bot-margin {
  margin-bottom: 1.563rem;
}

.panel header h2,
.panel header .h2 {
  font-size: 36px;
  color: #000;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
}

.panel header p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
}

.panel header p a {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: #a6acb6;
  text-decoration-color: #a6acb6;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

.panel header.small h2,
.panel header.small .h2 {
  font-family: "metropolisLight", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

.panel header.small p {
  font-size: 1.125rem;
}

.panel.panel-intro-copy header {
  margin-bottom: 1.25rem;
}

.panel.panel-intro-copy p {
  text-align: center;
  font-size: 1.125rem;
  max-width: 920px;
  margin: 0 auto 1rem;
}

@media (min-width: 768px) {
  .panel .copy {
    max-width: 60%;
  }
}

.panel .copy .body-copy {
  font-weight: 300;
}

.panel .copy header h2,
.panel .copy header .h2,
.panel .copy header p {
  text-align: left;
}

.panel .copy .btn,
.panel .copy .gform_footer input[type=submit],
.gform_footer .panel .copy input[type=submit] {
  display: inline-block;
  margin-top: 1.25rem;
}

@media (max-width: 543px) {
  .panel {
    padding: 40px 0;
  }

  .panel header,
  .panel header.small {
    margin-bottom: 0;
  }

  .panel header h2,
  .panel header .h2,
  .panel header.small h2,
  .panel header.small .h2 {
    font-size: 1.25rem;
    margin-bottom: 1.2rem;
    text-align: center;
  }

  .panel header p,
  .panel header.small p {
    font-size: 1rem;
    padding: 0 10%;
    text-align: center;
  }

  .panel header img,
  .panel header.small img {
    width: 80%;
    margin: 25px auto;
  }

  .panel .copy .btn,
  .panel .copy .gform_footer input[type=submit],
  .gform_footer .panel .copy input[type=submit] {
    display: block;
    margin: 1.25rem auto 0;
    max-width: 330px;
    width: 90%;
  }

  .panel .body-copy p {
    text-align: center;
    padding: 0 30px;
  }
}

.panel-sec-img {
  width: 430px;
  height: 320px;
}

@media (max-width: 1199px) {
  .panel-sec-img.img-fluid,
  .carousel-inner > .carousel-item > img.panel-sec-img,
  .carousel-inner > .carousel-item > a > img.panel-sec-img {
    height: auto;
  }
}

/**
 * Common Text Styles
 */

.dimnished {
  color: #a6acb6;
}

.bg,
[background] {
  background-size: cover;
  background-position: center;
}

.bg h1,
.bg h3,
[background] h1,
[background] h3 {
  color: #514f47;
}

.bg--primary {
  background-color: #f27038;
  color: white;
}

.bg--primary *:not(a) {
  color: inherit;
}

.bg--primaryLight {
  background-color: #fdeddf;
  color: #000;
}

.bg--primaryLight *:not(a) {
  color: inherit;
}

.bg--primaryLighter {
  background-color: #fafaf9;
  color: #000;
}

.bg--primaryLighter *:not(a) {
  color: inherit;
}

.bg--secondaryLight {
  background-color: #eef8fe;
  color: #000;
}

.bg--secondaryLight *:not(a) {
  color: inherit;
}

.bg--secondary {
  background-color: #28b7c9;
  color: white;
}

.bg--secondary *:not(a) {
  color: inherit;
}

.bg--gray {
  background-color: #fafafa;
  color: #8c8c8c;
}

.bg--white {
  background-color: white;
  color: #000;
}

.bg--dark {
  background-color: #34383f;
  color: #fff;
}

.bg--dark *:not(a) {
  color: inherit;
}

.bg--black-lighter {
  background-color: #161719;
  color: #fff;
}

.titlebar {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.titlebar-title {
  margin-bottom: 0;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.titlebar-title strong {
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
}

.titlebar-title + * {
  margin-top: 1.5rem;
}

.titlebar-img {
  margin: 1rem auto;
  display: block;
}

.titlebar p {
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "metropolisMedium", Helvetica, Arial, sans-serif;
  color: black;
}

@media (max-width: 767px) {
  .titlebar p {
    font-size: 1rem;
  }
}

.titlebar-cta {
  margin-top: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .titlebar-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.titlebar-cta > div {
  -ms-flex: auto;
  flex: auto;
  -ms-flex-align: center;
  align-items: center;
}

.titlebar-cta > div:first-child {
  text-align: right;
}

.titlebar-cta > div:last-child {
  text-align: left;
}

.titlebar-cta > span {
  font-size: 1.125rem;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .titlebar-cta > span {
    display: block;
    text-align: center;
    -ms-flex: 1;
    flex: 1;
    margin: 1.5rem auto;
  }
}

.titlebar--small .titlebar-title {
  font-family: "metropolisLight", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

.box {
  padding: 3.125rem 1rem;
}

@media (max-width: 767px) {
  .box {
    padding: 1.5rem 0rem;
  }
}

.box--xl {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

@media (max-width: 991px) {
  .box--xl {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}

.box--noPaddingTop {
  padding-top: 0;
}

.box--noPaddingBottom {
  padding-bottom: 0;
}

.mosaic {
  margin: 1rem 0 0;
}

.mosaic-items {
  display: block;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .mosaic-items {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 991px) {
  .mosaic-items {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.mosaic-item {
  padding: 0;
  position: relative;
  margin: 1rem 10px 1.3rem;
  -ms-flex: 0 0 calc( 1280px / 8);
  flex: 0 0 calc( 1280px / 8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .mosaic-item {
    -ms-flex: 0 0 calc( 90vw / 5);
    flex: 0 0 calc( 90vw / 5);
  }
}

@media screen and (max-width: 992px) {
  .mosaic-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mosaic-item {
    -ms-flex: 0 0 calc( 85vw / 2);
    flex: 0 0 calc( 85vw / 2);
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 380px) {
  .mosaic-item {
    -ms-flex: 0 0 calc( 76vw / 2);
    flex: 0 0 calc( 76vw / 2);
  }
}

.mosaic-item.is-caption {
  font-family: "metropolisLight", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .mosaic-item.is-caption {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .mosaic-item.is-caption {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.mosaic-item.is-dummy {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  opacity: .0;
}

.mosaic-item img {
  opacity: 0.6;
  filter: grayscale(1);
  position: relative;
}

@media (max-width: 480px) {
  .mosaic-item img {
    max-height: 90px;
  }
}

@media (min-width: 768px) {
  .mosaic-item:hover img {
    filter: grayscale(0);
    opacity: 1;
  }
}

.mosaic-item.is-clear img {
  filter: none;
  opacity: 1;
}

.definitions dt {
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  position: relative;
  margin-bottom: .4rem;
  color: #514f47;
}

.definitions dd {
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.definitions--numbered {
  counter-reset: nicelist-counter;
  padding-left: 4rem;
}

@media (max-width: 767px) {
  .definitions--numbered {
    padding-left: 2.7rem;
  }
}

.definitions--numbered dt:before {
  font-family: "metropolisMedium", Helvetica, Arial, sans-serif;
  position: absolute;
  display: block;
  left: -4rem;
  top: 0;
  font-size: 1.5rem;
  color: #8c8c8c;
  content: counter(nicelist-counter);
  counter-increment: nicelist-counter;
  padding-right: 1.5rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .definitions--numbered dt:before {
    font-size: 1.2rem;
    left: -2.7rem;
    top: 2px;
  }
}

.definitions--numbered dt:after {
  position: absolute;
  top: 1px;
  left: -1.8rem;
  width: 3px;
  height: 1.3rem;
  background-color: #f27038;
  display: block;
  content: '';
}

@media (max-width: 767px) {
  .definitions--numbered dt:after {
    left: -1.2rem;
    height: 1.1rem;
    width: 2px;
    top: 2px;
  }
}

.list-check {
  list-style: none;
  padding: 0;
  padding-left: 26px;
}

.list-check li {
  list-style: none;
}

.list-check li:before {
  content: '';
  margin-right: .5rem;
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAWCAYAAADXYyzPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjVDRDg1RjMwMTE0MTFFODlGQTJGMzg2QkVBNTRGRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjVDRDg1RjQwMTE0MTFFODlGQTJGMzg2QkVBNTRGRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNUNEODVGMTAxMTQxMUU4OUZBMkYzODZCRUE1NEZGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNUNEODVGMjAxMTQxMUU4OUZBMkYzODZCRUE1NEZGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoP5zkgAAAGjSURBVHjavJY5SwNBFMeTYGErXkGzajAGFYtYih9DKwsLBfFAUfFIvALeSgQtBCNiI4Joa+cVG2s/i73H/8FfWIaXzWazmwc/yM7j8cvMzrzZ8FdmMFSFqAN3IAVGwEtNFaT14An08/kRDEUCljaAZ5tUohbcBilupDSl5PJBLXWTvEfQp+RyIB3EjJvBWxHpMViWH36Lo5T2KrkDsPr/4Ke4hdIeJbcL1uwDdvEAl8lLtFLareS2waY5KOIwOAIf4BMky5TGKNXqtkBWK4pwl63Y3pHsxoRLaRsogC4ltw52ihWKeFSZwSuIl5C2U9qp5DJg36lYxDPg2xi3OHOrSF0Hpdqfk517WGqpRHwPJsCvkYtz5jFlvEC5GUs8qyE3YolrMKXIE5x5lM+yrO9cZntI3QI4cbsj7ccpz2IzkpQPc6aWIp0Hp+UcBbNXn3EsZ4xLJ3pQ6kU6C87LPfha55Ll2nBRK9JpL1KnlrnHjuMknQQXXvurU6/OsqNpUjkFl5U09lKXRNrYNHLex8FVpTeKmw+BRfADxsAcuPHjKvsTYAC5jEaMtSQ6BwAAAABJRU5ErkJggg==");
  background-size: 15px 11px;
  width: 15px;
  height: 11px;
  margin-left: -22px;
}

.list-check--boxed li:before {
  background-image: url("../checkbox_icon_primary1.html");
  background-size: 19px 17px;
  width: 19px;
  height: 17px;
  margin-left: -30px;
  margin-right: 0.6rem;
}

.list-check--xl li {
  font-family: "metropolisLight", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .list-check--2cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-check--2cols li {
    width: 45%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-right: 10%;
  }
}

.l-home-process header {
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .l-home-process header {
    margin-bottom: 2rem;
  }
}

.l-home-whyus-title {
  font-family: "metropolisLight", Helvetica, Arial, sans-serif;
  font-size: 3.125rem;
  color: #f27038;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .l-home-whyus-title {
    max-width: 313px;
  }
}

@media (max-width: 991px) {
  .l-home-whyus-title {
    font-size: 2rem;
  }
}

.l-home-marketingschool {
  text-align: center;
}

.l-home-marketingschool-content {
  font-size: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.l-home-marketingschool-content p {
  margin-bottom: 2rem;
}

.l-home-marketingschool-logo {
  margin-bottom: 2rem;
}

.l-home-meetEric {
  /* so Eric's head stays visible */
  background-position: top left;
}

@media (max-width: 767px) {
  .l-home-meetEric {
    background-position: top left -41px;
  }
}

@media (max-width: 380px) {
  .l-home-meetEric h2 {
    /* so Eric's head stays visible */
    max-width: 190px;
    font-size: 1.1rem;
  }
}

.l-home-latestPosts {
  /* for some reason in PSD title marbin bottom is larger than others */
}

.l-home-latestPosts .titlebar-title {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .l-home-latestPosts .titlebar-title {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .methodology-image {
    display: block;
    width: 75%;
    height: auto;
    margin: 0 auto;
  }
}

.l-common-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .l-common-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-common-flex-side {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .l-common-flex-side {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .l-casestudy-content {
    margin-top: 1rem;
  }
}

.l-casestudy-content h2 {
  font-size: 18px;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  color: black;
  margin-bottom: 1rem;
}

.l-casestudy-content h3 {
  font-size: 16px;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.l-casestudy-content p {
  margin-bottom: 2rem;
}

.l-casestudy-results {
  margin: 1rem auto 0;
  max-width: 800px;
  font-size: 1.25rem;
  padding-left: 15px;
  padding-right: 15px;
}

.l-casestudy-results .content p {
  font-size: 1.25rem;
}

.l-casestudy-bgTwenty20 {
  background-image: url("../bg%402x.html");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 581px 324px;
}

@media (max-width: 767px) {
  .l-casestudy-bgTwenty20 {
    background-size: 145px 81px;
  }
}

.l-casestudy-bgNextiva {
  background-image: url("../case-study-bg.html");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 581px 324px;
}

@media (max-width: 767px) {
  .l-casestudy-bgNextiva {
    background-size: 145px 81px;
  }
}

@media (max-width: 767px) {
  .l-services-cards {
    margin-top: 1rem;
  }
}

.l-freeconsult-header-form {
  max-width: 610px;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .l-freeconsult-header-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-freeconsult-header-form .form-group,
.l-freeconsult-header-form .ginput_container {
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .l-freeconsult-header-form .form-group,
  .l-freeconsult-header-form .ginput_container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.l-freeconsult-header-form input {
  width: 100% !important;
  height: 75px;
  border: 1px solid #999;
  box-sizing: border-box;
}

.l-freeconsult-header-form .btn,
.l-freeconsult-header-form .gform_footer input[type=submit],
.gform_footer .l-freeconsult-header-form input[type=submit] {
  height: 75px;
  background: #28b7c9;
  color: white;
  font-family: "metropolisMedium", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .l-freeconsult-header-form .btn,
  .l-freeconsult-header-form .gform_footer input[type=submit],
  .gform_footer .l-freeconsult-header-form input[type=submit] {
    width: 100%;
  }
}

.l-freeconsult-header-logos {
  margin-top: 3rem;
}

.l-freeconsult-header-logos-title {
  color: #f27038;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "metropolisBlack", Helvetica, Arial, sans-serif;
  margin-bottom: 1.5rem;
}

.l-freeconsult-header-logos-row img {
  max-width: 693px;
}

@media (max-width: 767px) {
  .l-freeconsult-header-logos-row img {
    max-width: 100%;
  }
}

.l-freeconsult-orange {
  text-align: center;
  background-color: #f27038;
  padding: 6rem 1rem;
  color: white;
}

.l-freeconsult-orange.has-bg {
  background-image: url(../bg-orange-pattern.html);
}

.l-freeconsult-orange img {
  max-width: 47px;
  margin-bottom: 2rem;
}

.l-freeconsult-orange h1 {
  font-size: 50px;
  line-height: 1.5;
  font-family: "metropolisThin", Helvetica, Arial, sans-serif;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

@media (max-width: 767px) {
  .l-freeconsult-orange h1 {
    font-size: 30px;
  }
}

.l-freeconsult-orange h1 strong,
.l-freeconsult-orange h1 em {
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
}

.l-freeconsult-orange h1 em {
  display: block;
  font-style: normal;
}

.l-freeconsult-orange p {
  color: white;
  font-size: 22px;
}

.l-freeconsult-orange hr {
  display: block;
  margin: 2rem auto;
  height: 4px;
  width: 115px;
  background: white;
}

.l-freeconsult-block {
  padding: 3rem 0;
}

.l-freeconsult-block [data-mh] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.l-freeconsult-block h1 {
  font-size: 36px;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .l-freeconsult-block h1 {
    font-size: 26px;
  }
}

.l-freeconsult-block-content p,
.l-freeconsult-block-content li {
  font-size: 18px;
  line-height: 2 !important;
}

@media (max-width: 767px) {
  .l-freeconsult-block-content p,
  .l-freeconsult-block-content li {
    font-size: 16px;
  }
}

.l-freeconsult-block img {
  margin: 1rem 0;
}

.l-freeconsult-footer {
  text-align: center;
  padding: 3rem 0;
  background-color: #514f47;
}

.l-freeconsult-footer img {
  max-width: 158px;
  margin: 2rem auto;
}

body.landing .site-branding {
  text-align: center;
  float: none !important;
  padding-bottom: 3rem;
}

body.landing .site-footer {
  text-align: center;
}

.l-landing-header-partners strong {
  text-transform: uppercase;
  color: #f27038;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  margin: 2rem 0 1rem;
  display: block;
}

.l-landing-header-article-suptitle {
  font-size: 1rem;
  color: #f27038;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.l-landing-header-article-title {
  font-size: 50px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .l-landing-header-article-title {
    font-size: 30px;
  }
}

.l-landing-header-article-smaller-title {
  font-size: 42px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .l-landing-header-article-smaller-title {
    font-size: 30px;
  }
}

.l-landing-header-article-content {
  font-size: 18px;
  line-height: 1.8;
}

.l-landing-header-article-content-image {
  max-width: 50%;
}

@media (max-width: 767px) {
  .l-landing-header-article-content-image {
    max-width: 100%;
  }
}

.l-landing-header-form {
  max-width: 370px;
  margin: 0rem auto;
}

.l-landing-header-form .form-control,
.l-landing-header-form .ginput_container input,
.ginput_container .l-landing-header-form input,
.l-landing-header-form
  .ginput_container textarea,
.ginput_container .l-landing-header-form textarea,
.l-landing-header-form
  .ginput_container select,
.ginput_container .l-landing-header-form select {
  box-sizing: border-box;
}

.l-landing-header-form form {
  text-align: center;
}

.l-landing-header-form button {
  height: 38px;
  background: #f27038;
  color: white;
  padding: .3rem 1rem;
  min-width: 100px;
  margin-top: 1rem;
}

.l-landing-block h1 {
  font-size: 50px;
  line-height: 1.1;
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
  color: inherit;
  max-width: 600px;
  display: inline-block;
}

@media (max-width: 767px) {
  .l-landing-block h1 {
    font-size: 30px;
  }
}

.l-landing-block h1 strong {
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
}

.l-landing-block h1 small {
  font-size: 30px;
  display: block;
  line-height: 1.1;
  font-family: "metropolisSemibold", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .l-landing-block h1 small {
    font-size: 18px;
  }
}

.l-landing-block p {
  line-height: 1.8;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}

@media (max-width: 767px) {
  .l-landing-block p {
    font-size: 18px;
  }
}

.l-landing-block ul li {
  margin-bottom: .5rem;
  font-size: 20px;
}

@media (max-width: 767px) {
  .l-landing-block ul li {
    font-size: 18px;
  }
}

.l-landing-block hr {
  display: inline-block;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  width: 100px;
  height: 4px;
  margin-left: 0;
  background: #f27038;
}

@media (max-width: 991px) {
  .l-landing-block.has-whiteBgMobile {
    background: white !important;
  }
}

.l-landing-gradePrimary {
  background: #f27038;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: calc(100vw/11);
  text-align: center;
  border-bottom: 1px solid #f27038;
}

@media (min-width: 1200px) {
  .l-landing-gradePrimary {
    margin-top: calc(100vw/9);
  }
}

.l-landing-gradePrimary hr {
  background: white;
}

.l-landing-gradePrimary:before {
  position: absolute;
  bottom: 99.6%;
  left: 0;
  right: 0;
  height: calc(100vw/8);
  display: block;
  content: '';
  z-index: -1;
  background: url('data:image/svg+xml;dataset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="200" width="600" preserveAspectRatio="none"><path d="M600 5 L0 200 L600 200 Z"  fill="#f27038" stroke-width="0" /></svg>');
  background-size: 100% 100%;
}

.l-landing-gradePrimaryBefore {
  margin-bottom: calc(-100vw/8);
  padding-bottom: calc(100vw/8 + 3rem) !important;
}

.l-location-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 51vw;
}

@media (min-width: 768px) {
  .l-location-header h1 {
    padding-top: 3rem;
  }
}

.l-about-intro footer {
  border-top: 5px solid #f27038;
  padding: 1rem 0;
}

@media (max-width: 991px) {
  #aboutUsHiring h1 {
    text-align: center;
  }

  #aboutUsHiring .hiring-content .hiring-cta-wrapper {
    text-align: center;
  }

  #aboutUsHiring .hiring-content .hiring-cta-wrapper .btn,
  #aboutUsHiring .hiring-content .hiring-cta-wrapper .gform_footer input[type=submit],
  .gform_footer #aboutUsHiring .hiring-content .hiring-cta-wrapper input[type=submit] {
    margin-bottom: 40px;
  }
}

#glossaryLanding {
  padding-top: 0;
}

.casestudies {
  margin-top: 3rem;
}

@media (max-width: 991px) {
  .casestudies {
    margin-top: 2rem;
  }
}

.casestudies-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  background: black;
}

.casestudies-item-figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top left;
  background-size: cover;
  z-index: 0;
  opacity: .5;
}

.casestudies-item-container {
  z-index: 1;
  position: relative;
  height: 360px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: flex-top;
  justify-content: flex-top;
  padding: 2rem;
}

@media (max-width: 767px) {
  .casestudies-item-container {
    padding: 15px;
  }
}

.casestudies-item-header-title {
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  font-size: 1.625rem;
  position: relative;
  line-height: 1;
  padding-bottom: .2rem;
  margin-bottom: 1rem;
  color: white !important;
}

.casestudies-item-header-title:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  background-color: white;
  height: 3px;
  width: 18px;
}

.casestudies-item-header-logo {
  max-width: 230px;
  max-height: 34px;
}

.casestudies-item-footer {
  margin-top: auto;
}

.casestudies-item:hover .casestudies-item-figure {
  opacity: .6;
  transform: scale(1.2) translateX(-5%) translateY(-6%);
}

.casestudies-item:hover .casestudies-item-header {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.videoplayer-link {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 2rem auto 1rem;
}

.videoplayer-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 51px;
  height: 51px;
  background-image: url("../play%402x.html");
  background-size: 51px 51px;
  transform: translateY(-50%) translateX(-50%);
}

.videoplayer-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}

.videoplayer-link:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

.videoplayer-link:hover:after {
  transform: scale(1.1) translateY(-50%) translateX(-50%);
}

.content h1,
.content h2,
.content h3 {
  color: #514f47;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.content dt {
  color: #000;
}

.content p {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 1.5em;
}

.content img {
  max-width: 100%;
  margin-bottom: 1.7em;
}

.team {
  margin-top: 3rem;
}

.team-member {
  background: #fafafa;
  margin-bottom: 30px;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem;
}

.team-member-figure {
  border-radius: 50%;
  width: 180px;
  margin-bottom: 1.5rem;
}

.team-member-name {
  font-size: 18px;
  margin-bottom: .3rem;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  color: #514f47;
}

.team-member-position {
  font-size: 15px;
  color: #514f47;
}

.effect-revealOnLoad {
  opacity: 1;
  transform: scale(1);
  position: relative;
}

.is-loading .effect-revealOnLoad {
  opacity: 0;
  transform: scale(0.8);
}

.effect-fadeInChildren > * {
  opacity: 1;
  position: relative;
}

.effect-fadeInChildren > *:nth-child(0) {
  transition-delay: 10ms;
}

.effect-fadeInChildren > *:nth-child(1) {
  transition-delay: 40ms;
}

.effect-fadeInChildren > *:nth-child(2) {
  transition-delay: 80ms;
}

.effect-fadeInChildren > *:nth-child(3) {
  transition-delay: 120ms;
}

.effect-fadeInChildren > *:nth-child(4) {
  transition-delay: 160ms;
}

.effect-fadeInChildren > *:nth-child(5) {
  transition-delay: 200ms;
}

.effect-fadeInChildren > *:nth-child(6) {
  transition-delay: 220ms;
}

.effect-fadeInChildren > *:nth-child(7) {
  transition-delay: 260ms;
}

.is-loading .effect-fadeInChildren > * {
  opacity: 0;
}

.servicesbullets {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 3.5rem auto 1rem;
  list-style: none;
  text-align: center;
}

@media (max-width: 767px) {
  .servicesbullets {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.servicesbullets-item {
  -ms-flex: 1;
  flex: 1;
  margin: 0 7.5px 1rem;
}

@media (max-width: 768px) {
  .servicesbullets-item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

@media (max-width: 480px) {
  .servicesbullets-item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-bottom: 1rem;
  }
}

.servicesbullets-item-image {
  border-radius: 50%;
  width: 95px;
  height: 95px;
  padding: 0;
  margin: 0 auto 1rem;
  display: block;
}

.servicesbullets-item-caption {
  display: block;
  font-family: "metropolisMedium", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #514f47;
}

.services-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .services-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.services-list-subtitle {
  font-size: 18px;
  color: #514f47;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 2rem;
}

.services-list-side {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-list-side:last-child {
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
}

@media (max-width: 991px) {
  .services-list-side {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
}

.topbar {
  background: #f27038 url("../jpg/background.jpg") center right no-repeat;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: .6rem;
  padding-bottom: .8rem;
  box-shadow: inset 0 -10px 17px -10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .topbar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topbar-heading {
  display: block;
}

@media (max-width: 767px) {
  .topbar-heading {
    text-align: center;
  }
}

.topbar-heading-image {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

.topbar-heading-title {
  font-family: "metropolisSemibold", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: .2rem;
}

.topbar-heading-subtitle {
  font-size: .875rem;
  font-family: "metropolisMedium", Helvetica, Arial, sans-serif;
}

.topbar-buttons {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .topbar-buttons {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
  }
}

.topbar-buttons-heading {
  text-align: center;
  margin-bottom: .2rem;
  font-family: "metropolisSemibold", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .topbar-buttons-heading {
    margin-top: .7rem;
  }
}

.topbar-buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .topbar-buttons-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topbar-buttons-wrap .btn,
.topbar-buttons-wrap .gform_footer input[type=submit],
.gform_footer .topbar-buttons-wrap input[type=submit] {
  margin-left: 1rem;
  padding: 0.2rem 1rem;
  min-width: 0;
}

@media (max-width: 767px) {
  .topbar-buttons-wrap .btn,
  .topbar-buttons-wrap .gform_footer input[type=submit],
  .gform_footer .topbar-buttons-wrap input[type=submit] {
    margin-bottom: .3rem;
  }
}

.topbar-close {
  margin-left: 1rem;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .topbar-close {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
  }
}

.topbar-close a {
  font-size: 37px;
  line-height: 24px;
  color: white;
  text-decoration: none;
}

.quotebox {
  max-width: 500px;
  border: 4px solid #f27038;
  padding: 140px 3rem 3rem 140px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 170px;
}

@media (max-width: 991px) {
  .quotebox {
    padding: 100px 3rem 3rem;
    margin-top: 140px;
  }
}

@media (max-width: 767px) {
  .quotebox {
    padding: 100px 1rem 1rem;
    margin-top: 110px;
  }
}

.quotebox:before {
  background-image: url(../quoteblock-tick%402x.html);
  background-size: 119px 99px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 119px;
  height: 99px;
  display: block;
  content: '';
}

@media (max-width: 991px) {
  .quotebox:before {
    display: none;
  }
}

.quotebox > img {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  border: 3px solid #f27038;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  width: 179px;
}

@media (max-width: 991px) {
  .quotebox > img {
    width: 120px;
  }
}

.quotebox-quote h1 {
  color: #f27038;
  font-size: 20px;
  line-height: 2;
}

@media (max-width: 767px) {
  .quotebox-quote h1 {
    line-height: 1.5;
    font-size: 18px;
  }
}

.quotebox-quote p {
  margin-bottom: 3rem;
  line-height: 2;
  font-size: 20px;
}

@media (max-width: 767px) {
  .quotebox-quote p {
    line-height: 1.5;
    font-size: 18px;
  }
}

.quotebox-quote footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.quotebox-quote footer div {
  font-size: 16px;
}

.quotebox-quote footer div strong {
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  display: block;
}

.quotebox-quote footer div span {
  display: block;
}

.quotebox-quote footer img {
  max-height: 72px;
  margin-left: 1rem;
}

@media (max-width: 991px) {
  .blog-item {
    margin-bottom: 2rem;
  }
}

.blog-item-figure {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px;
  height: 150px;
}

@media (max-width: 767px) {
  .blog-item-figure {
    height: 180px;
  }
}

.blog-item-figure-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-item-header {
  margin-bottom: 2.2rem;
}

@media (max-width: 991px) {
  .blog-item-header {
    margin-bottom: .8rem;
  }
}

.blog-item-title {
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.blog-item-title a {
  color: #514f47;
}

.blog-item-title a:hover {
  color: #f27038;
}

.blog-item-meta {
  font-size: .75rem;
  font-family: "metropolisLight", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  vertical-align: middle;
}

.blog-item-lead {
  line-height: 2;
}

@media (max-width: 991px) {
  .blog-item-lead {
    font-size: 1rem;
  }
}

.blog-item-lead p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .blog-item-footer {
    margin-top: .5rem;
  }
}

.blog-item-footer a {
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  color: #f27038;
}

.blog-item-footer a:hover {
  color: #34383f;
}

.blog-item:hover .blog-item-figure-img {
  transform: scale(1.1);
}

.testimonials {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2rem;
  margin: 0 auto 2rem;
  padding-left: 45px;
  padding-right: 45px;
}

@media (min-width: 992px) {
  .testimonials {
    max-width: 870px;
  }
}

.testimonials-item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .testimonials-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.testimonials-item-figure {
  -ms-flex: 0 1 340px;
  flex: 0 1 340px;
  margin-right: 1rem;
}

@media (min-width: 992px) {
  .testimonials-item-figure {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 4rem;
  }
}

@media (max-width: 767px) {
  .testimonials-item-figure {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    margin: 1rem 0 2rem;
  }
}

.testimonials-item-figure img {
  max-height: 300px;
  max-width: 300px;
}

@media (max-width: 767px) {
  .testimonials-item-figure img {
    max-height: 150px;
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .testimonials-item-figure .lazy {
    width: 259px !important;
  }
}

.testimonials-item-content {
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .testimonials-item-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 1rem;
  }
}

.testimonials-item-content footer {
  margin-top: 2rem;
  font-size: .875rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .testimonials-item-content footer {
    margin-top: 1.2rem;
  }
}

.testimonials-item-content footer span {
  display: block;
}

.testimonials-item-content footer strong {
  display: block;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  color: black;
}

.testimonials-item-content footer img {
  max-width: 200px;
  max-height: 35px;
  margin-top: 5px;
  filter: saturate(0);
  opacity: .6;
}

@media (min-width: 768px) {
  .testimonials-item-content footer img:hover {
    filter: saturate(1);
  }
}

@media (max-width: 767px) {
  .testimonials-item-content footer img {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }
}

.testimonials-nav {
  position: relative;
}

@media (max-width: 543px) {
  .testimonials-nav {
    display: none;
  }
}

.testimonials-nav .slick-dots {
  position: relative;
  top: auto;
  bottom: auto;
}

.testimonials-nav .slick-dots li {
  width: 70px;
  height: 70px;
  filter: saturate(0);
  margin: 0 0.6rem .6rem;
}

@media (max-width: 991px) {
  .testimonials-nav .slick-dots li {
    width: 40px;
    height: 40px;
  }
}

.testimonials-nav .slick-dots li a {
  display: inline-block;
}

.testimonials-nav .slick-dots li a img {
  width: 100%;
  height: 100%;
}

.testimonials-nav .slick-dots li:hover,
.testimonials-nav .slick-dots li.slick-active {
  filter: saturate(1);
}

.testimonials-prev,
.testimonials-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 31px;
}

@media (max-width: 991px) {
  .testimonials-prev,
  .testimonials-next {
    top: 150px;
  }
}

@media (max-width: 767px) {
  .testimonials-prev,
  .testimonials-next {
    top: 85px;
  }
}

.testimonials-prev svg,
.testimonials-next svg {
  fill: #a6acb6;
  width: 18px;
  height: auto;
}

.testimonials-prev:hover svg,
.testimonials-next:hover svg {
  fill: #f27038;
}

.testimonials-prev {
  left: 0;
}

@media (max-width: 767px) {
  .testimonials-prev {
    left: 15px;
  }
}

.testimonials-next {
  right: 0;
}

@media (max-width: 767px) {
  .testimonials-next {
    right: 15px;
  }
}

.cards {
  margin-top: 2.6rem;
}

@media (max-width: 767px) {
  .cards {
    margin-top: 1.6rem;
  }
}

.card {
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .card {
    margin-bottom: 1rem;
  }
}

.card-figure {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px;
}

.card-figure-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-img-top {
  border-radius: 0;
  width: 100%;
}

.card-header {
  margin-bottom: 2rem;
  padding: 0;
  background: transparent;
  border: 0;
}

.card-title {
  display: block;
  position: relative;
  padding-bottom: .5rem;
}

.card-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 15px;
  height: 3px;
  background: #f27038;
  left: 50%;
  transform: translateX(-50%);
}

.card-text {
  line-height: 2;
}

.card-cta {
  margin: 2.1rem 0 1.5rem;
}

.card:hover .card-figure-img {
  transform: scale(1.1);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 6px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #333;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#hamburger {
  display: none;
}

@media (max-width: 1152px) {
  #hamburger {
    height: 17px;
    display: block;
    border: 1px solid #f27038;
    top: 13px;
    right: 15px;
    position: absolute;
  }
}

@media (max-width: 543px) {
  #hamburger {
    right: 15px;
    top: 2px;
  }
}

#hamburger.is-active {
  border: 1px solid #f27038;
  border-color: transparent;
}

.hero-cta-wrap {
  clear: both;
  overflow: hidden;
  margin-bottom: -20px;
}

.hero-cta {
  font-size: 1rem;
  position: relative;
  bottom: 0;
  margin-top: 158px;
}

.hero-cta h2 {
  font-size: 4em;
  font-weight: 900;
  margin-bottom: 30px;
}

.hero-cta h2 span {
  font-size: 0.5313em;
  font-weight: 300;
  display: block;
}

.hero-cta p {
  font-size: 1.75em;
  color: #ffcc07;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

.hero-cta .copy {
  max-width: 570px;
  padding-bottom: 100px;
}

.hero-cta .btn-primary,
.hero-cta .cb-submit button,
.cb-submit .hero-cta button,
.hero-cta .gform_footer input[type=submit],
.gform_footer .hero-cta input[type=submit] {
  padding-right: 5.625rem;
  padding-left: 5.625rem;
}

@media (max-width: 1199px) {
  .hero-cta {
    font-size: 14px;
    margin-top: 171px;
  }

  .hero-cta p {
    max-width: 480px;
  }
}

@media (max-width: 991px) {
  .hero-cta {
    font-size: 11px;
    margin-top: 174px;
  }

  .hero-cta p {
    max-width: 460px;
  }
}

@media (max-width: 767px) {
  .hero-cta {
    font-size: 10px;
    margin-top: 90px;
  }

  .hero-cta p {
    max-width: 420px;
  }

  .hero-cta .copy {
    padding-bottom: 30px;
  }

  .hero-cta .btn-primary,
  .hero-cta .cb-submit button,
  .cb-submit .hero-cta button,
  .hero-cta .gform_footer input[type=submit],
  .gform_footer .hero-cta input[type=submit] {
    padding: 0.8rem 4rem;
  }
}

@media (max-width: 543px) {
  .hero-cta {
    text-align: center;
    font-size: 10px;
    margin-top: 40px;
  }

  .hero-cta h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .hero-cta h2 span {
    font-size: 18px;
  }

  .hero-cta p {
    font-size: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }

  .hero-cta p strong {
    font-weight: normal;
  }

  .hero-cta .btn-primary,
  .hero-cta .cb-submit button,
  .cb-submit .hero-cta button,
  .hero-cta .gform_footer input[type=submit],
  .gform_footer .hero-cta input[type=submit] {
    width: 90%;
    max-width: 240px;
  }
}

/**
 * Product Image
 * -------------
 * We needed to slice the hands and tablet 
 * separately so that the ebook cover can
 * sit in-between
 */

.prod-image {
  width: 490px;
  height: 480px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.prod-image img {
  position: relative;
  z-index: 2;
  margin: 28px 0 0 112px;
}

.prod-image:before {
  content: " ";
  background: transparent url(../hero_cta_hands.html) no-repeat 0 0;
  background-size: cover;
  width: 490px;
  height: 335px;
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}

.prod-image:after {
  content: " ";
  background: transparent url(../hero_cta_ipad.html) no-repeat 0 0;
  background-size: 100% auto;
  width: 302px;
  height: 417px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 96px;
}

@media (max-width: 1199px) {
  .prod-image {
    width: 430px;
    height: 425px;
  }

  .prod-image img {
    margin: 25px 0 0 99px;
    width: 235px;
    height: auto;
  }

  .prod-image:before {
    width: 430px;
    height: 294px;
  }

  .prod-image:after {
    width: 264px;
    height: 365px;
    left: 85px;
  }
}

@media (max-width: 991px) {
  .prod-image {
    width: 400px;
    height: 425px;
    right: -15px;
  }

  .prod-image img {
    margin: 23px 0 0 93px;
    width: 219px;
    height: auto;
  }

  .prod-image:before {
    width: 400px;
    height: 273px;
  }

  .prod-image:after {
    width: 246px;
    height: 340px;
    left: 79px;
  }
}

@media (max-width: 767px) {
  .prod-image {
    width: 270px;
    height: 290px;
  }

  .prod-image img {
    margin: 15px 0 0 63px;
    width: 148px;
    height: auto;
  }

  .prod-image:before {
    width: 270px;
    height: 185px;
  }

  .prod-image:after {
    width: 167px;
    height: 231px;
    left: 53px;
  }
}

@media (max-width: 543px) {
  .prod-image {
    position: relative;
    margin: 0 auto;
    right: 0;
  }

  .prod-image img {
    margin-left: 3px;
  }
}

.hero-def-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 100px 0 50px;
  font-family: "metropolisExtralight", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .hero-def-cta {
    padding: 3rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-def-cta h2 {
  line-height: 1.3;
  font-size: 3.5rem;
  font-family: "metropolisBlack", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
}

@media (max-width: 1279px) {
  .hero-def-cta h2 {
    font-size: 2.875rem;
  }
}

.hero-def-cta h2 span {
  display: block;
  font-size: 2.875rem;
}

@media (max-width: 1279px) {
  .hero-def-cta h2 span {
    font-size: 2.275rem;
  }
}

.hero-def-cta p {
  font-size: 1.375rem;
  max-width: 700px;
  margin: 30px auto 60px;
}

@media (max-width: 1279px) {
  .hero-def-cta p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 1rem auto 2rem;
  }
}

.hero-def-cta p.default-hero-def-subtitle strong {
  font-family: "metropolisSemibold", Helvetica, Arial, sans-serif;
}

.hero-def-cta p.default-hero-def-subtitle span {
  display: block;
}

@media (max-width: 991px) {
  .hero-def-cta h2 {
    font-size: 1.8rem;
  }

  .hero-def-cta h2 span {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .hero-def-cta h2 {
    font-size: 1.4rem;
  }

  .hero-def-cta h2 span {
    font-size: 2rem;
  }

  .hero-def-cta p {
    font-size: 1.1rem;
  }
}

@media (max-width: 543px) {
  .hero-def-cta h2 {
    font-size: 1rem;
  }

  .hero-def-cta h2 span {
    font-size: 1.7rem;
  }

  .hero-def-cta p {
    font-size: 1rem;
    margin: 30px auto;
  }
}

.hero-def-cta .hero-side-content {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hero-def-cta .hero-side-content .copy {
  width: 100%;
}

@media (max-width: 1279px) {
  .hero-def-cta .hero-side-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  .hero-def-cta .hero-side-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

.hero-def-cta .hero-side-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

@media (max-width: 1279px) {
  .hero-def-cta .hero-side-image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  .hero-def-cta .hero-side-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .hero-def-cta .hero-side-image img {
    max-width: 100% !important;
  }
}

body.home .hero-def-cta {
  padding-top: 50px;
}

@media (max-width: 543px) {
  body.home .hero-def-cta {
    padding-top: 25px;
  }
}

.logos li {
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left;
  width: 50%;
  height: 100px;
}

.logos li .outcomes {
  display: none;
  position: absolute;
  width: 100%;
  background: #dbdbdb;
  color: #000;
  box-sizing: border-box;
  padding: 25px;
  text-align: center;
}

.logos li .outcomes strong {
  padding-bottom: 20px;
}

.logos li:hover {
  opacity: 0.8;
}

@media (min-width: 544px) {
  .logos li {
    width: 33.333%;
    height: 150px;
  }

  body.post-slug-about-us .logos li {
    width: 20%;
    background-size: 80% auto;
  }

  body.post-slug-about-us .logos li.size-vertical {
    background-size: auto 60% !important;
  }

  body.post-slug-about-us .logos li.size-vertical-40 {
    background-size: auto 30% !important;
  }
}

@media (min-width: 768px) {
  .logos li {
    width: 20%;
    background-size: 80% auto;
  }

  .logos li.size-vertical {
    background-size: auto 60% !important;
  }

  .logos li.size-vertical-40 {
    background-size: auto 30% !important;
  }
}

@media (min-width: 992px) {
  .logos li {
    width: 20%;
    background-size: auto;
  }

  body.post-slug-about-us .logos li {
    width: 20%;
    background-size: auto;
  }
}

.top-content .top-content-list li {
  margin-bottom: 100px;
}

.top-content .top-content-list li:last-child {
  margin-bottom: 0;
}

.top-content h3 {
  font-size: 1.625rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.top-content .post-meta {
  margin: 15px 0;
}

.top-content .post-meta span {
  font-size: 0.8rem;
  font-weight: 300;
}

.top-content .post-excerpt {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .top-content {
    text-align: center;
  }

  .top-content h3 {
    font-size: 1.2rem;
  }

  .top-content .top-content-list li:first-child {
    margin-top: 50px;
  }
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 4px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.noUi-horizontal .noUi-handle {
  left: -17px;
  top: -9px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  left: -10px;
  top: -17px;
}

/* Styling;
 */

.noUi-background {
  background: #dbdbdb;
}

.noUi-connect {
  background: #f27038 !important;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  background: #dbdbdb;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f27038;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.noUi-handle:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: -25px;
  left: -50px;
  min-width: 120px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  color: #f27038;
}

.noUi-handle.min {
  left: 0;
}

.noUi-handle.min:after {
  left: 0;
  text-align: left;
}

.noUi-handle.max {
  left: auto;
  right: 0;
}

.noUi-handle.max:after {
  left: auto;
  right: 0;
  text-align: right;
}

.noUi-active {
  background: #e8500f;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.budget-slider {
  margin: 40px 0 30px;
}

.budget-slider.dropdown-only {
  display: none !important;
}

.noUi-limits {
  position: absolute;
  font-size: 12px;
  width: 100%;
  bottom: -30px;
}

.dropdown-only .noUi-limits {
  display: none;
}

.icon-social {
  background-image: url(../png/social.png);
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.icon-gp {
  background-color: #dc422b;
  background-position: 0 0;
}

.icon-tw {
  background-color: #00abee;
  background-position: -30px 0;
}

.icon-fb {
  background-color: #3d599b;
  background-position: -60px 0;
}

.icon-yt {
  background-color: #ff021e;
  background-position: -90px 0;
}

.icon-pi {
  background-color: #ff021e;
  background-position: -120px 0;
}

.icon-rss {
  background-color: #ee802f;
  background-position: -150px 0;
}

.social-bg-gp {
  background-color: #e36957;
}

.social-bg-tw {
  background-color: #22c1ff;
}

.social-bg-fb {
  background-color: #5170ba;
}

.social-bg-yt {
  background-color: #ff354b;
}

.social-bg-pi {
  background-color: #ff354b;
}

.social-bg-rss {
  background-color: #f29d5e;
}

.sidebar-social-btns li {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sidebar-social-btns li:first-child {
  border-radius: 3px 3px 0 0;
}

.sidebar-social-btns li:last-child {
  border-radius: 0 0 3px 3px;
}

.sidebar-social-btns li a {
  height: 30px;
  line-height: 30px;
  font-size: 0.9rem;
  display: block;
  color: #fff;
}

.sidebar-social-btns li a:hover {
  background: #f7f7f7;
  color: #021c3b;
}

.sidebar-social-btns li a i {
  float: left;
  margin-right: 10px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}

.sidebar-social-btns li .label-default {
  background: rgba(0, 0, 0, 0.5);
  font-weight: 900;
  padding: 4px 8px;
  display: block;
  float: right;
  margin: 5px 10px 0 0;
}

@media (max-width: 991px) {
  .sidebar-social-btns li a {
    font-size: 0.7rem;
  }
}

.content-intro {
  font-size: 1.625rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
}

.page-outro .container {
  padding: 0 25%;
  text-align: center;
}

.page-outro p {
  margin: 20px 0;
}

@media (max-width: 991px) {
  .page-outro .container {
    padding: 0 20%;
  }
}

@media (max-width: 767px) {
  .page-outro .container {
    padding: 0 10%;
  }

  .page-outro h2 {
    font-size: 1.2rem;
  }
}

body.page .entry-content {
  font-size: 1.2rem;
}

.default-page-content {
  padding: 100px 0;
  font-size: 1.125rem;
}

body.single-post .content-area,
body.single-article .content-area {
  background: #fafafa;
  padding: 90px 0 50px;
}

@media (max-width: 543px) {
  body.single-post .content-area,
  body.single-article .content-area {
    padding-top: 60px;
  }
}

.post.type-post,
.article.type-article {
  padding: 0;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px;
  position: relative;
}

.post-meta {
  font-size: 0.8rem;
  font-weight: 900;
}

.entry-title {
  color: #000;
}

.entry-header {
  color: #fff;
  background: #28b7c9 url(../wave.html);
  background-size: cover;
  background-position: center top;
  text-align: center;
  font-weight: 900;
}

.entry-header .entry-date {
  margin-bottom: 40px;
}

.entry-header .entry-title {
  margin-bottom: 10px;
  padding: 0 20%;
}

.entry-header .wrap {
  padding: 40px 0 40px;
}

body.is-subscriber .entry-header .wrap {
  border-radius: 3px 3px 0 0;
}

body.is-subscriber .entry-header {
  border-radius: 3px 3px 0 0;
}

.entry-header.overlaid .wrap {
  background: rgba(242, 112, 56, 0.85);
}

.entry-header.overlaid .wrap .entry-title {
  color: white;
}

.entry-content {
  font-size: 1.1rem;
  line-height: 1.6;
  font-family: "Quattrocento", Georgia, Times, serif;
  padding: 50px 20%;
}

@media (max-width: 543px) {
  .entry-content {
    padding-top: 25px;
  }
}

.entry-content.no-padding {
  padding: 0;
}

.entry-content img {
  float: left;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 20px 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: solid 10px #fff;
  box-sizing: border-box;
}

.entry-content img.aligncenter,
.entry-content img.alignnone {
  float: none;
  margin: 50px auto;
}

.entry-content img.alignleft {
  float: left;
  margin: 0 50px 50px 0;
}

.entry-content a:first-child img {
  margin-top: 0;
}

.entry-content p,
.entry-content li {
  margin: 1.875rem 0 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
  margin: 3.5rem 0 1rem;
  font-weight: 900;
}

.entry-content h2 {
  font-size: 2.25rem;
}

.entry-content h3 {
  font-size: 1.75rem;
}

.entry-content h4 {
  font-size: 1.65rem;
}

.entry-footer {
  padding: 0 20% 0;
}

.entry-author-bio {
  padding: 15px;
  border-radius: 3px;
  border: solid 2px #f27038;
  margin: 40px 0;
}

.entry-author-bio img.avatar {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  border: solid 1px #f27038;
}

.entry-author-bio .title {
  font-weight: 900;
  margin-bottom: 15px;
}

.entry-write-for-us {
  text-align: center;
}

.entry-write-for-us .intro-text {
  box-sizing: content-box;
  background: rgba(0, 0, 0, 0.05);
  padding: 2rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.entry-write-for-us .intro-text .h2 {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
}

.post-categories {
  padding: 0;
  margin: 0;
}

.post-categories li {
  list-style: none;
  display: inline;
  margin-right: 5px;
}

.post-categories li a {
  padding: 5px 10px;
  border-radius: 3px;
  border: solid 1px #f27038;
}

.post-categories li a:hover {
  color: #fff;
  background: #f27038;
}

@media (max-width: 991px) {
  .entry-header .entry-title {
    padding: 0 20%;
  }

  .entry-content {
    padding: 50px 10%;
  }

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

  .entry-footer {
    padding: 0 10%;
  }
}

@media (max-width: 767px) {
  .entry-header .entry-title {
    padding: 0 8%;
  }
}

@media (max-width: 543px) {
  .post.type-post,
  .pre-post {
    width: 90%;
  }

  .post.type-post {
    margin: 0 auto 50px;
  }

  .entry-header .entry-title {
    font-size: 1.5rem;
  }

  .entry-content {
    font-size: 1rem;
  }

  .entry-author-bio {
    text-align: center;
  }

  .entry-author-bio img.avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
}

.breadcrumb {
  margin: -45px 0 0;
  padding-left: 0;
  font-size: 0.9rem;
}

@media (max-width: 543px) {
  .breadcrumb {
    top: -60px;
    font-size: 0.8rem;
  }

  .breadcrumb > li.active {
    display: block;
    float: none;
  }
}

.nxt-post,
.prv-post {
  padding-bottom: 60px;
}

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

.related-posts {
  color: #808185;
}

.related-posts.latest-posts {
  text-align: right;
}

@media (max-width: 543px) {
  .related-posts.latest-posts {
    text-align: left;
  }
}

.related-posts p {
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.related-posts ul {
  padding-left: 0;
}

.related-posts li {
  line-height: 1.8;
  list-style-type: none;
}

.gv-footer {
  border-radius: 3px;
  background: #fafafa;
  padding: 30px;
  margin-bottom: 40px;
}

.gv-footer p {
  font-size: 1.25rem;
  color: #f27038;
  text-align: center;
}

.gv-footer p span {
  display: block;
  font-size: 2rem;
}

.gv-footer .btn,
.gv-footer .gform_footer input[type=submit],
.gform_footer .gv-footer input[type=submit] {
  width: 60%;
  margin: 30px auto 0;
  display: block;
}

.after-post-free-consult {
  clear: both;
  display: block;
  background: #28b7c9;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.after-post-free-consult .wrapper {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 25px;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (max-width: 543px) {
  .after-post-free-consult .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.after-post-free-consult h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
}

@media (max-width: 543px) {
  .after-post-free-consult h3 {
    left: 0;
    font-size: 1.5rem;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.after-post-free-consult .btn,
.after-post-free-consult .gform_footer input[type=submit],
.gform_footer .after-post-free-consult input[type=submit] {
  position: relative;
}

@media (max-width: 543px) {
  .after-post-free-consult .btn,
  .after-post-free-consult .gform_footer input[type=submit],
  .gform_footer .after-post-free-consult input[type=submit] {
    left: 0;
    padding: 1rem 1rem;
    font-size: 0.8rem;
  }
}

.post-top-welcome-element {
  display: none;
}

.post-top-welcome-element .logo-area {
  padding-top: 45px;
  text-align: center;
}

.post-top-welcome-element .hero-def-cta {
  padding-top: 55px;
}

.post-top-welcome-element .hero-def-cta .featured-clients {
  display: none;
}

.post-top-welcome-element .hero-def-cta .featured-clients.show {
  display: block;
}

.post-top-welcome-element .hero-def-cta .featured-clients h3 {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.post-top-welcome-element .hero-def-cta .featured-clients ul {
  display: block;
  width: 500px;
  margin: 0 auto;
  margin-bottom: 60px;
  list-style-type: none;
  background: #fff;
  border-radius: 3px;
}

.post-top-welcome-element .hero-def-cta .featured-clients ul li {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 20px;
}

.post-top-welcome-element .hero-def-cta .post-top-welcome-close {
  display: block;
  color: #fff;
  margin-top: 7px;
}

.related-sidebar {
  display: none;
  position: fixed;
  top: 200px;
  right: 0;
  width: 170px;
  height: auto;
  box-sizing: content-box;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.05);
}

.related-sidebar p {
  font-size: 1.2rem;
  font-weight: 900;
  color: #000;
}

.related-sidebar ul li {
  margin-top: 0.75rem;
}

.related-sidebar ul li a {
  line-height: 1;
}

.entry-content__transcript {
  margin: 3rem 0;
}

.entry-content__transcript .wrapper {
  text-align: left;
}

.entry-content__transcript .wrapper .transcript_text {
  display: none;
  margin-top: 1.5rem;
  text-align: left;
}

.rankings-alt h3 {
  text-align: center;
}

.rankings-alt ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #FF6;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #e5e55c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.rankings-alt ul li {
  padding: 0;
  margin: 0;
}

.rankings-alt ul li:first-child {
  margin-bottom: 30px;
}

body.single-attachment .entry-content {
  padding: 50px 0;
}

body.single-attachment .attachment-img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  float: none;
  display: block;
  box-sizing: border-box;
}

@media (max-width: 543px) {
  body.single-attachment .attachment-img {
    max-width: 90%;
  }
}

.blog #masthead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  background: rgba(255, 255, 255, 0.9);
}

.blog #masthead #headerWrap {
  z-index: 1;
  position: relative;
}

.post-listing li {
  margin-bottom: 5.625rem;
}

.post-listing li .h2 {
  margin: 20px 0;
}

.post-listing .post-excerpt {
  margin-bottom: 1.875rem;
}

.post-listing .post-img-wrap {
  display: block;
}

.post-listing .post-img-wrap img {
  width: 100%;
  border-radius: 3px;
}

.post-listing .old-img-format .post-img-wrap {
  float: left;
  width: 40%;
  max-width: 300px;
}

.post-listing .old-img-format .post-info {
  width: 60%;
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
}

.post-listing .old-img-format .h2 {
  font-size: 1.8rem;
  margin-top: 0;
}

.post-listing .old-img-format .post-excerpt {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .post-listing .old-img-format .post-img-wrap {
    width: 30%;
  }

  .post-listing .old-img-format .post-info {
    width: 70%;
  }

  .post-listing .old-img-format .h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 543px) {
  .post-listing .h2 {
    font-size: 1.2rem;
  }

  .post-listing .old-img-format .post-img-wrap,
  .post-listing .old-img-format .post-info {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .post-listing .old-img-format .post-info {
    padding: 20px 0 0;
  }

  .post-listing .old-img-format .h2 {
    font-size: 1.2rem;
  }

  .post-listing .btn,
  .post-listing .gform_footer input[type=submit],
  .gform_footer .post-listing input[type=submit] {
    font-size: 0.9rem;
    padding: 5px 30px;
  }
}

.page-numbers {
  font-size: 1rem;
  font-weight: normal;
  line-height: 0.5;
  text-align: center;
  min-width: 30px;
  height: 30px;
  padding: 10px;
  margin-right: 5px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 3px;
  border: solid 1px #f27038;
}

.page-numbers.current {
  color: #fff;
  background: #f27038;
}

@media (max-width: 543px) {
  .page-numbers {
    min-width: 25px;
    height: 25px;
    font-size: 0.8rem;
    line-height: 1;
    margin-right: 2px;
    padding: 5px;
  }
}

.blog-categories {
  margin-top: 3rem;
  text-align: center;
}

.blog-categories .blog-categories--link {
  font-size: 1rem;
  margin-left: 5px;
  color: #34383f;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 3px;
}

.blog-categories .blog-categories--link.active,
.blog-categories .blog-categories--link:hover {
  color: #fff;
  background: #28b7c9;
}

/* End of file _blog.scss */

.sidebar-widget {
  width: 100%;
  max-width: 330px;
  float: right;
  margin-bottom: 20px;
}

.sidebar-widget.fixed-pos {
  position: fixed;
  left: 35px;
}

.sidebar-widget .h2 {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: black;
}

.pop-posts li {
  background: #28b7c9;
  border-radius: 3px;
  margin-top: 1.4rem;
  padding: 2rem;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 300;
}

.pop-posts li:hover {
  background-color: #f27038;
}

.pop-posts a {
  color: #fff;
}

#sidebarWriteForUs {
  padding-bottom: 15px;
}

#sidebarWriteForUs .intro-text {
  box-sizing: content-box;
  background: rgba(0, 0, 0, 0.05);
  padding: 2rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebarWriteForUs .intro-text .btn,
#sidebarWriteForUs .intro-text .gform_footer input[type=submit],
.gform_footer #sidebarWriteForUs .intro-text input[type=submit] {
  padding-left: 25px;
  padding-right: 25px;
}

.sidebar-img-links img {
  display: block;
  width: 100%;
  border: solid 1px #f7f7f7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.sharebar {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}

@media (max-width: 1199px) {
  .sharebar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sharebar > a {
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  padding: .6em;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
  background-color: black;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .sharebar > a {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

@media (max-width: 767px) {
  .sharebar > a {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}

.sharebar > a:hover {
  background-color: black;
}

.sharebar > a span {
  font-size: 13px;
  display: inline-block;
}

.sharebar > a svg {
  fill: white;
  margin-right: .3em;
}

.sharebar > a.is-facebook {
  background-color: #3b5998;
}

.sharebar > a.is-facebook:hover {
  background-color: #2d4373;
}

.sharebar > a.is-linkedin {
  background-color: #0076b2;
}

.sharebar > a.is-linkedin:hover {
  background-color: #00547f;
}

.sharebar > a.is-twitter {
  background-color: #00acef;
}

.sharebar > a.is-twitter:hover {
  background-color: #0087bc;
}

.sharebar > a.is-google {
  background-color: #db3f1c;
}

.sharebar > a.is-google:hover {
  background-color: #ae3216;
}

.sharebar > a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .panel.default-cta header p {
    font-size: 1.1rem;
    padding: 0;
  }
}

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

.panel-cta span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 10px;
  margin: 0 2.813rem;
  display: inline-block;
  /*border-radius: 50%;
        border: solid 2px $brand-primary;*/
  font-weight: 900;
  /*background: $gray-dark;
        color: $white;*/
}

.panel-cta .btn,
.panel-cta .gform_footer input[type=submit],
.gform_footer .panel-cta input[type=submit] {
  min-width: 400px;
  padding: 1.2rem 3rem;
  border-radius: 2.5rem;
  font-size: 1.25rem;
}

.panel-cta.large {
  text-align: center;
}

.panel-cta.large h2,
.panel-cta.large .h2 {
  font-size: 4rem;
  font-family: "Lato";
  font-weight: 900;
  margin: 0 0 2.188rem;
}

.panel-cta.large p {
  margin: 0 auto 4.375rem;
  max-width: 790px;
  font-size: 1.375rem;
  font-weight: 300;
}

@media (max-width: 991px) {
  .panel-cta .btn,
  .panel-cta .gform_footer input[type=submit],
  .gform_footer .panel-cta input[type=submit] {
    min-width: 335px;
    padding: 1.2rem;
  }

  .panel-cta span {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .panel-cta .btn,
  .panel-cta .gform_footer input[type=submit],
  .gform_footer .panel-cta input[type=submit] {
    padding: 10px;
    font-size: 1rem;
    min-width: 225px;
  }

  .panel-cta span {
    margin: 0 20px;
  }
}

@media (max-width: 543px) {
  .panel-cta .btn,
  .panel-cta .gform_footer input[type=submit],
  .gform_footer .panel-cta input[type=submit] {
    padding: 10px;
    font-size: 1rem;
    max-width: 320px;
  }

  .panel-cta .btn,
  .panel-cta .gform_footer input[type=submit],
  .gform_footer .panel-cta input[type=submit],
  .panel-cta span {
    display: block;
    margin: 15px auto 0;
    font-size: 0.9rem;
  }

  .panel-cta.large h2 {
    font-size: 42px;
  }

  .panel-cta.large p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.newsletter-signup {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

body.is-subscriber .newsletter-signup {
  display: none;
}

body.single .newsletter-signup {
  padding: 30px 30%;
  background: #fff;
  border-radius: 3px 3px 0 0;
}

body.single .newsletter-signup:before {
  content: " ";
  background: url(../newsletter-signup-bg-1.html) no-repeat;
  width: 182px;
  height: 188px;
  position: absolute;
  left: 0;
  bottom: 0;
}

body.single .newsletter-signup:after {
  content: " ";
  background: url(../newsletter-signup-bg-2.html) no-repeat;
  width: 181px;
  height: 152px;
  position: absolute;
  right: 45px;
  bottom: 45px;
}

body.single-attachment .newsletter-signup {
  margin-top: 30px;
  border: solid 1px #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.newsletter-signup .title {
  font-size: 1.5rem;
}

.newsletter-signup .title strong {
  color: #f27038;
}

.newsletter-signup .subheading {
  font-size: 1.1rem;
  line-height: 1.2;
}

.newsletter-signup input[type=email] {
  background: #f7f6f1 url(../email-input-icon.html) no-repeat;
  background-position: 14px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 15px 0 0;
  text-indent: 28px;
}

body.blog .newsletter-signup,
body.archive .newsletter-signup,
body.search .newsletter-signup {
  padding: 30px 10%;
  margin-bottom: 5.625rem;
  color: #fff;
  background: url(../services-cta-bg.html) no-repeat;
  background-size: cover;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

body.blog .newsletter-signup .title strong,
body.archive .newsletter-signup .title strong,
body.search .newsletter-signup .title strong {
  color: #fff;
}

@media (max-width: 991px) {
  .newsletter-signup {
    padding: 30px 10%;
  }

  .newsletter-signup .title {
    font-size: 1.3rem;
  }

  .newsletter-signup .subheading {
    font-size: 1rem;
  }

  body.single .newsletter-signup:before {
    left: 10px;
  }

  body.single .newsletter-signup:after {
    right: 10px;
  }
}

@media (max-width: 767px) {
  body.single .newsletter-signup {
    padding: 30px 20%;
  }

  body.single .newsletter-signup:before,
  body.single .newsletter-signup:after {
    display: none;
  }
}

@media (max-width: 543px) {
  .newsletter-signup {
    padding: 30px 10px;
  }

  .newsletter-signup .title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .newsletter-signup .subheading {
    font-size: 0.9rem;
  }

  body.single .newsletter-signup {
    font-size: 0.9rem;
    padding: 30px 10%;
  }

  body.single .newsletter-signup:before,
  body.single .newsletter-signup:after {
    display: none;
  }
}

.caption {
  margin-top: -30px;
  text-align: center;
  font-size: 1rem;
}

.card-grid {
  margin-top: -0.9375rem;
}

.card-grid li {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.card-grid li > div {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: center;
  position: relative;
  min-height: 560px;
}

.card-grid li .img-fluid,
.card-grid li .carousel-inner > .carousel-item > img,
.card-grid li
    .carousel-inner > .carousel-item > a > img {
  margin: 0 auto;
}

.card-grid li h2 {
  margin: 20px 0;
  font-size: 1.375rem;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  color: #000;
}

.card-grid li .btn,
.card-grid li .gform_footer input[type=submit],
.gform_footer .card-grid li input[type=submit] {
  width: 50%;
  padding: 0.4rem 0;
  margin: 0 auto;
}

.card-grid li .card-cta a {
  display: block;
}

@media (max-width: 1199px) {
  .card-grid li > div {
    min-height: 560px;
  }
}

@media (max-width: 991px) {
  .card-grid {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 5px;
  }

  .card-grid li {
    padding: 5px;
    margin: 0;
  }

  .card-grid li > div {
    min-height: 590px;
  }

  .card-grid li .btn,
  .card-grid li .gform_footer input[type=submit],
  .gform_footer .card-grid li input[type=submit] {
    width: 60%;
    left: 20%;
  }
}

@media (max-width: 767px) {
  .card-grid li {
    font-size: 0.8rem;
  }

  .card-grid li h2 {
    font-size: 1rem;
  }

  .card-grid li .btn,
  .card-grid li .gform_footer input[type=submit],
  .gform_footer .card-grid li input[type=submit] {
    padding: 5px 15px;
    max-width: 95%;
    font-size: 0.8rem;
    line-height: 1;
  }

  .card-grid li > div {
    min-height: 520px;
  }
}

@media (max-width: 543px) {
  .card-grid li {
    font-size: 1rem;
  }

  .card-grid li h2 {
    font-size: 1.375rem;
  }

  .card-grid li .btn,
  .card-grid li .gform_footer input[type=submit],
  .gform_footer .card-grid li input[type=submit] {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 1rem;
    width: 90%;
  }

  .card-grid li .card-cta {
    position: static;
    margin-top: 30px;
  }

  .card-grid li > div {
    min-height: auto;
  }
}

.card-full {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: center;
  position: relative;
  margin: 0.9375rem 0;
  padding: 35px 25px;
  color: black;
}

.card-full .subheading {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.card-full footer {
  color: #f27038;
  font-size: 1.625rem;
  line-height: 1.2;
}

.card-full li {
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.1;
  padding: 25px;
}

@media (max-width: 991px) {
  .card-full {
    margin: 0;
  }

  .card-full footer {
    padding: 0 10%;
  }
}

@media (max-width: 543px) {
  .card-full h2 {
    font-size: 1.2rem;
  }

  .card-full .subheading {
    font-size: 1rem;
  }

  .card-full li {
    padding: 20px 0;
    min-height: 80px;
    font-size: 1rem;
  }

  .card-full footer {
    font-size: 1rem;
  }
}

.card-full.alt li {
  font-size: 1.2rem;
  min-height: 95px;
}

@media (max-width: 543px) {
  .card-full.alt li {
    min-height: 20px;
  }
}

.vs-list {
  max-width: 730px;
  margin: 0 auto;
}

.vs-list h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  border-radius: 25px;
}

.vs-list h2 span {
  width: 50%;
  padding: 12px 0;
  text-align: center;
  float: left;
  display: block;
  box-sizing: border-box;
}

.vs-list h2 span:first-child {
  background: #dbdbdb;
  color: #f27038;
  border-radius: 25px 0 0 25px;
}

.vs-list h2 span:last-child {
  background: #f27038;
  color: #fff;
  border-radius: 0 25px 25px 0;
}

.vs-list ul {
  position: relative;
  padding-top: 20px;
}

.vs-list ul:after {
  content: " ";
  width: 1px;
  height: 95%;
  display: block;
  background: #f27038;
  top: -8px;
  left: 50%;
  z-index: 1;
  position: absolute;
}

.vs-list ul li {
  margin: 35px 0;
  display: table;
  width: 100%;
}

.vs-list ul li::after {
  content: "";
  display: table;
  clear: both;
}

.vs-list ul li > div {
  display: table-cell;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.vs-list ul li .them {
  width: 50%;
  padding: 25px 50px;
  position: relative;
}

.vs-list ul li .them:after {
  content: " ";
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  border: solid 1px #f27038;
  border-radius: 50%;
  top: 48%;
  right: -5px;
  z-index: 2;
  position: absolute;
}

.vs-list ul li .us > div {
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.vs-list ul li .us > div:before {
  content: " ";
  border-right-color: #fff !important;
  top: 48%;
  left: -8px;
  position: absolute;
}

@media (max-width: 543px) {
  .vs-list h2 {
    font-size: 1.1rem;
  }

  .vs-list h2 span {
    padding: 15px;
  }

  .vs-list ul li > div {
    font-size: 0.8rem;
  }

  .vs-list ul li .them {
    padding: 10px;
  }

  .vs-list ul li .us > div {
    padding: 10px;
  }
}

.caret,
.vs-list ul li .us > div:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 0;
}

.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #000000;
}

.caret-left,
.vs-list ul li .us > div:before {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid #000000;
}

.case-study h2,
.case-study h3 {
  font-size: 1.625rem;
}

.cs-client {
  text-align: center;
  margin-bottom: 65px;
}

.cs-client .withheld {
  font-size: 1.25rem;
}

.cs-opportunity,
.cs-challenge {
  padding-right: 130px;
}

@media (max-width: 767px) {
  .cs-opportunity,
  .cs-challenge {
    padding-right: 0px;
  }
}

@media (max-width: 543px) {
  .cs-opportunity {
    margin-bottom: 65px;
  }
}

.cs-approach {
  margin-top: 65px;
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  .cs-approach img {
    width: 100%;
    height: auto;
  }
}

.cs-results {
  padding: 0 20%;
  text-align: center;
  line-height: 2;
}

.cs-results .img-wrap {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .cs-results {
    padding: 0;
  }

  .cs-results img {
    width: 100%;
    height: auto;
  }
}

.search-form {
  background: #dbdbdb;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.search-form input {
  border: solid 1px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 20px;
}

.search-form input:focus,
.search-form input:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.svc-intro {
  padding-bottom: 3rem;
}

.content-cta {
  padding: 4rem 0 0;
}

.content-cta .btn,
.content-cta .gform_footer input[type=submit],
.gform_footer .content-cta input[type=submit] {
  max-width: 280px;
  margin: 0 auto;
  display: block;
}

.svc-other a {
  color: #000;
}

.svc-other a:hover {
  color: #000;
}

.svc-desc .desc-link p {
  color: #34383f;
}

.svc-desc .desc-link:hover p {
  color: #34383f;
}

body.post-slug-thankyou .masthead-headline p {
  font-size: 1.5rem;
}

@media (max-width: 543px) {
  body.post-slug-thankyou h1 {
    max-width: 80%;
    margin: 0 auto 7px;
  }
}

.stratses h2 {
  line-height: 1.2;
}

.stratses h2 span {
  display: block;
}

.stratses h2 .sm-heading {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 900;
}

.stratses .btn,
.stratses .gform_footer input[type=submit],
.gform_footer .stratses input[type=submit] {
  display: block;
  max-width: 80%;
  margin: 2rem auto 0;
}

.stratses__signup {
  background: #fff;
  border-radius: 3px;
  min-height: 410px;
}

@media (max-width: 991px) {
  .stratses__signup {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 543px) {
  .stratses__signup {
    padding-top: 2rem;
    min-height: 100px;
  }
}

@media (max-width: 991px) {
  .stratses__vid {
    margin-bottom: 1.5rem;
  }
}

.btn-panel .inner {
  text-align: center;
  font-size: 1.2rem;
  margin: 4rem 0 0;
  text-transform: uppercase;
}

.btn-panel .block-options {
  margin: 2rem 0 0 -10px;
}

.btn-panel .btn,
.btn-panel .gform_footer input[type=submit],
.gform_footer .btn-panel input[type=submit] {
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .btn-panel .btn,
  .btn-panel .gform_footer input[type=submit],
  .gform_footer .btn-panel input[type=submit] {
    padding: 20px;
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .btn-panel .btn,
  .btn-panel .gform_footer input[type=submit],
  .gform_footer .btn-panel input[type=submit] {
    padding: 15px;
    font-size: 0.8rem;
  }
}

@media (max-width: 543px) {
  .btn-panel .btn,
  .btn-panel .gform_footer input[type=submit],
  .gform_footer .btn-panel input[type=submit] {
    width: 90%;
    display: block;
    margin: 0 auto 10px;
  }
}

.webinars {
  max-width: 920px;
  margin: 0 auto;
}

.webinar {
  text-align: center;
}

.webinar h3 {
  margin: 2rem 0;
}

.webinar .embedded-joinwebinar-button {
  margin: auto;
  width: 300px;
}

@media (max-width: 543px) {
  .webinar .embedded-joinwebinar-button {
    width: 100%;
  }
}

@media (max-width: 543px) {
  .webinar .btn,
  .webinar .gform_footer input[type=submit],
  .gform_footer .webinar input[type=submit] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.webinar-benefits {
  margin-top: 30px;
}

.webinar-benefits ul {
  padding: 0;
}

.webinar-benefits li {
  list-style-type: none;
  line-height: 2;
}

.eric {
  width: 350px;
  margin: 2rem auto;
}

.eric img {
  border: solid 5px #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: block;
  float: left;
  margin-right: 20px;
}

.eric div {
  padding-top: 38px;
  float: left;
}

.welcome-mat {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #f27038 url(../bg-welcome-mat.html) no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 99999999;
  position: fixed;
  overflow: auto;
}

.welcome-mat.active {
  display: block;
  opacity: 1;
}

.welcome-mat .inner {
  width: 80%;
  max-width: 500px;
  margin: 10% auto;
}

.welcome-mat header {
  color: #fff;
  text-align: center;
}

.welcome-mat header span {
  display: block;
}

.welcome-mat header .pre-header {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.welcome-mat header .pre-header span {
  display: inline;
  text-decoration: underline;
}

.welcome-mat header .heading {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 10px 0;
}

.welcome-mat form {
  margin-top: 20px;
}

.welcome-mat form input {
  width: 100%;
  padding: 8px 12px;
  border: solid 1px #fafafa;
  margin-bottom: 10px;
  display: block;
}

.welcome-mat form .form-group,
.welcome-mat form .ginput_container {
  margin: 0;
}

.welcome-mat form .btn,
.welcome-mat form .gform_footer input[type=submit],
.gform_footer .welcome-mat form input[type=submit] {
  width: 100%;
  display: block;
}

.welcome-mat form .btn-primary,
.welcome-mat form .cb-submit button,
.cb-submit .welcome-mat form button,
.welcome-mat form .gform_footer input[type=submit],
.gform_footer .welcome-mat form input[type=submit] {
  width: 75%;
  margin: 10px auto 0;
}

.welcome-mat form .btn-muted {
  color: #fff;
}

.welcome-mat form .has-danger .form-control,
.welcome-mat form .has-danger .ginput_container input,
.ginput_container .welcome-mat form .has-danger input,
.welcome-mat form .has-danger
    .ginput_container textarea,
.ginput_container .welcome-mat form .has-danger textarea,
.welcome-mat form .has-danger
    .ginput_container select,
.ginput_container .welcome-mat form .has-danger select {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 543px) {
  .welcome-mat .inner {
    width: 90%;
    margin-top: 20px;
  }

  .welcome-mat header .pre-header {
    font-size: 1.2rem;
  }

  .welcome-mat header .heading {
    font-size: 1.6rem;
  }

  .welcome-mat form .btn-primary,
  .welcome-mat form .cb-submit button,
  .cb-submit .welcome-mat form button,
  .welcome-mat form .gform_footer input[type=submit],
  .gform_footer .welcome-mat form input[type=submit] {
    width: 95%;
  }
}


.tooltip {
  z-index: 1151 !important;
}

.twitter-widget {
  position: relative;
  padding-top: 100px;
  background: url(../twitter-logo.html) no-repeat 1rem top;
}

.twitter-widget ul {
  padding: 0;
  margin: 0;
}

.twitter-widget ul li {
  padding: 30px 50px;
  margin-bottom: 45px;
  list-style-type: none;
  border: solid 1px rgba(91, 94, 99, 0.1);
  color: #858689;
  z-index: 1;
  position: relative;
}

.twitter-widget ul li span {
  display: block;
}

.twitter-widget ul li:before {
  content: " ";
  width: 19px;
  height: 16px;
  display: block;
  background-image: url(../twitter-tail.html);
  top: -16px;
  left: 90px;
  z-index: 2;
  position: absolute;
}

.twitter-widget ul .entry-content {
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
}

.twitter-widget ul .entry-meta {
  font-size: 1rem;
  margin: 10px 0 0;
}

.twitter-widget ul .from-meta,
.twitter-widget ul .intent-meta {
  display: none;
}

.twitter-widget ul a {
  color: #5ea9dd;
}

.twitter-widget .follow-button {
  position: absolute;
  top: 0;
  right: 1rem;
}

.twitterwidget-title {
  display: none;
}

.podcast-btns {
  margin: 30px -10px;
}

.podcast-btns > a {
  width: 20%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

.podcast-btns > a img {
  width: 100%;
  height: auto;
  display: block;
}

.podcast-btns > a:hover {
  opacity: 0.8;
}

@media (max-width: 543px) {
  .podcast-btns > a {
    width: 50%;
    margin-bottom: 10px;
  }
}

.podcast-btns.podcast-btns--episode {
  margin: 0;
}

.podcast-btns.podcast-btns--episode > a {
  padding: 0;
}

.podcast-btns.podcast-btns--episode > a img {
  margin: 0 !important;
}

.top-podcasts li {
  width: 20%;
  display: block;
  float: left;
  text-align: center;
}

.top-podcasts a {
  color: #34383f;
}

.top-podcasts .tmb {
  width: 72%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 5px #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.top-podcasts span {
  display: block;
}

.top-podcasts .name {
  font-size: 1.2rem;
  padding-top: 20px;
}

.top-podcasts .company {
  font-weight: 900;
}

.top-podcasts .title {
  padding: 20px;
  font-size: 0.8rem;
}

.top-podcasts .title span {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .top-podcasts li {
    width: 33.333%;
    min-height: 400px;
  }
}

@media (max-width: 543px) {
  .top-podcasts li {
    width: 100%;
    min-height: 10px;
    border-bottom: solid 1px #a6acb6;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .top-podcasts .tmb {
    width: 50%;
  }
}

/**
 * Resources Page
 * ---------------
 * https://www.singlegrain.com/our-resources/
 */

@media (max-width: 543px) {
  #resourcesLanding {
    margin-top: -30px;
  }

  #resourcesLanding .masthead-headline {
    padding-bottom: 1rem;
  }
}

@media (max-width: 543px) {
  .post-type-archive-sg-resource .masthead-headline {
    padding-bottom: 1rem;
  }
}

.resource-listing ul {
  margin-top: -0.9375rem;
}

.resource-listing li {
  padding: 0.9375rem;
  display: block;
  box-sizing: border-box;
  min-height: 317px;
}

.resource-listing .inner {
  height: 100%;
  padding-bottom: 50px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.resource-listing h2 {
  font-size: 1.2rem;
  font-weight: 300;
}

.resource-listing .res-info {
  padding: 15px;
}

.resource-listing .res-meta {
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 15px;
  font-size: 0.8rem;
  font-weight: 300;
  min-height: 20px;
  border-top: solid 1px #a6acb6;
}

.resource-listing .res-meta > div {
  width: 40%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource-listing .res-meta .cat {
  width: 40%;
}

.resource-listing .res-meta .tag {
  width: 50%;
  color: #f27038;
  text-align: right;
}

.resource-listing .res-img-wrap {
  display: block;
}

.resource-listing .res-img-wrap img {
  max-height: 136px;
  display: block;
  border-radius: 3px 3px 0 0;
}

.resource-filter h3 {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 15px;
}

.resource-filter ul {
  padding-left: 0.9375rem;
  margin-bottom: 30px;
}

.resource-filter li {
  padding-left: 5px;
  margin-bottom: 5px;
  position: relative;
}

.resource-filter li:before {
  content: " ";
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #8d8d8d;
  position: absolute;
  left: -15px;
  top: 5px;
}

.resource-filter li:after {
  content: " ";
  width: 15px;
  height: 15px;
  display: none;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #8d8d8d;
  position: absolute;
  left: -15px;
  top: 5px;
  width: 9px;
  height: 9px;
  background: #f27038;
  left: -12px;
  top: 8px;
  position: absolute;
}

.resource-filter li a {
  color: #000;
  padding-left: 30px;
  margin-left: -30px;
  z-index: 1;
  position: relative;
}

.resource-filter li a:hover {
  color: #f27038;
}

.resource-filter li.active:after {
  display: block;
}

.resource-filter li.active a {
  color: #f27038;
}

.course-modal {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.course-modal.active {
  display: block;
}

.course-modal .inner {
  height: 100%;
}

.course-modal header {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  display: table;
  float: left;
  background: #f27038;
  padding: 0 10%;
  color: #fff;
}

.course-modal header > div {
  display: table-cell;
  vertical-align: middle;
}

.course-modal header span {
  display: block;
}

.course-modal header span.heading {
  font-size: 3.125rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 900;
}

.course-modal header span.subheading {
  font-size: 2rem;
  font-weight: 300;
}

.course-modal header:after {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  border-bottom: 50px solid transparent;
  border-top: 50px solid transparent;
  border-left: 50px solid #f27038;
  display: inline-block;
  vertical-align: top;
  top: 35%;
  right: -50px;
  position: absolute;
}

.course-modal .form-wrap {
  width: 40%;
  max-width: 400px;
  height: 100%;
  left: 70px;
  box-sizing: border-box;
  position: relative;
  float: left;
  display: table;
}

.course-modal .form-wrap > form {
  display: table-cell;
  vertical-align: middle;
}

.course-modal .form-wrap footer {
  margin-top: 2rem;
}

.course-modal .form-wrap .btn-muted {
  color: #fff;
  margin-top: 15px;
  display: block;
}

@media (max-width: 991px) {
  .course-modal header span.heading {
    font-size: 2rem;
  }

  .course-modal header span.subheading {
    font-size: 1.4rem;
  }

  .course-modal .form-wrap {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .course-modal header span.heading {
    font-size: 1.8rem;
  }

  .course-modal header span.subheading {
    font-size: 1.2rem;
  }

  .course-modal .form-wrap {
    max-width: 200px;
  }
}

@media (max-width: 543px) {
  .course-modal {
    overflow-y: scroll;
  }

  .course-modal header,
  .course-modal .form-wrap {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
    padding: 50px 10%;
    left: 0;
    text-align: center;
  }

  .course-modal header span.heading {
    font-size: 1.4rem;
  }

  .course-modal header span.subheading {
    font-size: 1rem;
  }

  .course-modal header:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f27038;
    border-bottom: none;
    top: auto;
    bottom: -30px;
    right: 50px;
    position: absolute;
  }

  .course-modal .btn-muted {
    display: block;
    width: 100%;
  }
}

.gform_wrapper {
  margin-top: 0;
}

.alt-heading,
.epic-intro h2 {
  display: block;
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .alt-heading,
  .epic-intro h2 {
    font-size: 55px;
  }
}

@media (max-width: 543px) {
  .alt-heading,
  .epic-intro h2 {
    font-size: 32px;
  }
}

img.clickable {
  cursor: pointer;
}

#imgModal .modal-dialog {
  max-width: 80%;
}

@media (max-width: 543px) {
  #imgModal .modal-dialog {
    max-width: 95%;
  }
}

#imgModal .modal-body img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.list-alt {
  padding: 0 !important;
  list-style-type: none;
}

.list-alt li {
  padding: 2rem !important;
  margin-bottom: 10px !important;
  background: rgba(0, 0, 0, 0.05);
}

.list-alt li:nth-child(even) {
  background: white;
}

li .list-alt {
  margin-top: 40px;
}

body.niche .site-main p {
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  body.niche .site-main p {
    font-size: 20px;
  }
}

@media (max-width: 543px) {
  body.niche .site-main p {
    font-size: 16px;
  }
}

body.niche h2 {
  font-size: 1.875rem;
  line-height: 1;
}

body.niche h2 span {
  display: block;
  font-size: 4.375rem;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  body.niche h2 span {
    font-size: 3rem;
  }
}

@media (max-width: 543px) {
  body.niche h2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  body.niche h2 span {
    font-size: 1.6rem;
  }
}

.niche-line,
.niche-clients .copy:after,
.niche-roi h2:before,
.epic-intro .intro-copy:after,
.epic-sec .container:after {
  content: "";
  border-top: solid 2px #f27038;
  width: 75px;
  height: 0;
  display: block;
}

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

body.no-nav .niche-hero .site-logo {
  display: block;
  margin: 0 auto;
}

.niche-hero h1 {
  font-size: 50px;
  margin: 90px 0 70px;
}

.niche-hero h1 span {
  display: block;
  font-size: 30px;
  font-weight: 300;
}

@media screen and (max-height: 640px) {
  .niche-hero h1 {
    margin-top: 85px;
  }
}

@media (max-width: 1199px) {
  .niche-hero h1 {
    margin-top: 85px;
    font-size: 48px;
  }

  .niche-hero h1 span {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .niche-hero h1 {
    margin-top: 85px;
    font-size: 38px;
  }

  .niche-hero h1 span {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .niche-hero h1 {
    margin-top: 85px;
    font-size: 32px;
    padding: 0 20px;
  }

  .niche-hero h1 span {
    font-size: 22px;
    padding-bottom: 15px;
  }
}

.niche-hero .btn-primary,
.niche-hero .cb-submit button,
.cb-submit .niche-hero button,
.niche-hero .gform_footer input[type=submit],
.gform_footer .niche-hero input[type=submit] {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .niche-hero .btn-primary,
  .niche-hero .cb-submit button,
  .cb-submit .niche-hero button,
  .niche-hero .gform_footer input[type=submit],
  .gform_footer .niche-hero input[type=submit] {
    font-size: 1.1rem;
  }
}

.niche-clients {
  background-color: #fff;
  padding: 150px 0 200px;
  position: relative;
}

.niche-clients.niche-clients--saas {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .niche-clients {
    padding: 100px 0;
  }
}

@media (max-width: 543px) {
  .niche-clients {
    padding: 40px 0;
  }
}

.niche-clients .copy {
  position: relative;
  max-width: 550px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .niche-clients .copy {
    margin-bottom: 75px;
    text-align: center;
  }
}

.niche-clients .copy .company-name {
  display: block;
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .niche-clients .copy .company-name {
    font-size: 55px;
  }
}

@media (max-width: 543px) {
  .niche-clients .copy .company-name {
    font-size: 32px;
  }
}

.niche-clients .copy:after {
  left: 0;
  bottom: -35px;
  position: absolute;
}

@media (max-width: 767px) {
  .niche-clients .copy:after {
    width: 16%;
    left: 42%;
  }
}

.niche-clients .client-logos {
  position: relative;
}

.niche-clients .client-logos li img {
  display: block;
  margin: 0 auto 30px auto;
  border: solid 1px #e1e1e1;
  border-radius: 3px;
}

.niche-clients .client-logos.client-logos--saas li {
  display: block;
  width: 100%;
}

.niche-focus {
  padding: 0;
  background: #021c3b url(../focus.html) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}

@media (max-width: 767px) {
  .niche-focus {
    background-image: url(../focus_m.html);
  }
}

.niche-focus .inview-right {
  color: #000;
}

.niche-focus .row {
  padding: 80px 0 60px;
  background: url(../focus-panel.html) no-repeat right top;
  background-size: 50% 100%;
}

@media (max-width: 991px) {
  .niche-focus .row {
    background: transparent;
  }
}

.niche-focus h2 {
  margin-bottom: 70px;
  color: white;
}

@media (max-width: 543px) {
  .niche-focus h2 {
    margin-bottom: 40px;
  }
}

.niche-focus p {
  margin-bottom: 35px;
}

.niche-focus .copy {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .niche-focus .copy {
    text-align: center;
  }
}

.niche-focus .testimonial {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .niche-focus .testimonial {
    background: rgba(2, 21, 44, 0.8);
    padding: 40px 0;
    margin-top: 65px;
    color: white;
  }
}

@media (max-width: 767px) {
  .niche-focus .testimonial {
    background: #02152c;
  }
}

.niche-focus .testimonial .headshot {
  border-radius: 50%;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 40px;
}

@media (max-width: 543px) {
  .niche-focus .testimonial .headshot {
    width: 125px;
    height: 125px;
  }
}

.niche-focus .testimonial blockquote {
  font-size: 1.125rem;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  font-weight: 300;
  font-style: italic;
}

.niche-focus .testimonial blockquote cite {
  display: block;
  margin-top: 45px;
  font-style: normal;
  font-size: 23px;
  font-weight: 400;
}

.niche-focus .testimonial blockquote cite span {
  display: block;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 543px) {
  .niche-focus .testimonial blockquote {
    font-size: 0.9rem;
  }

  .niche-focus .testimonial blockquote cite {
    font-size: 1.2rem;
  }

  .niche-focus .testimonial blockquote cite span {
    font-size: 0.9rem;
  }
}

.niche-focus.hidden-md-up {
  background: #02152c;
}

.niche-focus.hidden-md-up .testimonial {
  margin: 0;
}

.niche-roi {
  padding-top: 90px;
  text-align: center;
  background-color: #fff;
}

.niche-roi h2 {
  margin-bottom: 70px;
}

.niche-roi h2 .inner {
  padding-top: 40px;
}

.niche-roi h2 span {
  margin: 20px 0;
}

@media (max-width: 543px) {
  .niche-roi h2 span {
    margin: 10px 0;
  }
}

.niche-roi h2:before {
  margin: 0 auto;
}

.niche-roi .copy {
  max-width: 680px;
  margin: 0 auto 100px;
  text-align: center;
}

.niche-roi .copy strong {
  display: block;
}

.niche-roi .copy-alt {
  max-width: 550px;
}

.niche-roi .testimonial {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
}

.niche-roi .testimonial img {
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
}

@media (max-width: 543px) {
  .niche-roi .testimonial {
    padding-bottom: 15px;
  }
}

.niche-roi .testimonial:before {
  content: "";
  background: url(../quote_left.html);
  width: 86px;
  height: 72px;
  position: absolute;
  left: -150px;
  top: 0;
}

@media (max-width: 767px) {
  .niche-roi .testimonial:before {
    left: 0;
  }
}

@media (max-width: 543px) {
  .niche-roi .testimonial:before {
    width: 50px;
    height: 42px;
    background-size: 50px 42px;
  }
}

.niche-roi .testimonial:after {
  content: "";
  background: url(../quote_right.html);
  width: 86px;
  height: 72px;
  position: absolute;
  right: -150px;
  bottom: 0;
}

@media (max-width: 767px) {
  .niche-roi .testimonial:after {
    right: 0;
  }
}

@media (max-width: 543px) {
  .niche-roi .testimonial:after {
    width: 50px;
    height: 42px;
    background-size: 50px 42px;
  }
}

.niche-roi .testimonial img {
  display: block;
  margin: 0 auto 30px;
}

.niche-roi .testimonial blockquote {
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

.niche-roi .testimonial blockquote cite {
  display: block;
  padding-top: 25px;
}

.niche-roi .testimonial blockquote cite span {
  display: block;
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.niche-roi.niche-roi--saas .copy strong {
  display: inline;
}

.niche-ribbon h3 img {
  width: 100%;
  display: block;
}

.niche-choosy {
  text-align: center;
  color: #fff;
  background: url(../choosy.html) no-repeat center top;
  background-size: cover;
  padding: 250px 0 110px;
  position: relative;
}

.niche-choosy h1,
.niche-choosy h2,
.niche-choosy h3 {
  color: white;
}

.niche-choosy .copy {
  max-width: 670px;
  margin: 110px auto 0;
}

@media (max-width: 543px) {
  .niche-choosy .copy {
    margin-top: 40px;
  }
}

body.niche {
  /*.site-footer {
        
        //padding-bottom: 90px;
        //background: #02152c url(../images/footer-logo-small.png?v2) no-repeat center bottom 60px;

        background: #02152c;
        padding-bottom: 0;

        z-index: 2;
        position: relative;
        
        .footer-logo {
            opacity: 0.4;
            margin: 0 auto 60px;
            display: block;
        }
    }

    &.no-nav {
        .site-footer {

            background: #02152c;
            padding-bottom: 0;

        }
    }

    .footer-links {

        h2 {
            color: $white;
            font-size: 1.875rem;
            font-weight: $font-weight-bold;
            margin-bottom: 40px;
        }

        a {
            font-size: 1.25rem;
            color: #ccc;
            color: rgba(255,255,255,0.5);
            line-height: 2.5;

            &:hover {
                color: $cPrimary;
            }

        }

        @include media-breakpoint-down(xs) {
            
            h2 {
                font-size: 1.2rem;
            }
            
            a {
                font-size: 0.9rem;
                line-height: 1.6;
                display: block;
                margin-bottom: 15px;
                padding: 0 10%;
            }
        }

    }*/
}

body.niche #midPointCta {
  background: #fff url(../footer.html) no-repeat bottom center;
  background-size: 100% auto;
}

@media (min-width: 768px) {
  body.niche #midPointCta {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  body.niche #midPointCta {
    padding-bottom: 150px;
  }
}

body.epic-res #content {
  position: relative;
}

body.epic-res main {
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  body.epic-res main {
    font-size: 1.1rem;
  }
}

@media (max-width: 543px) {
  body.epic-res {
    font-size: 14px;
  }
}

@media (max-width: 543px) {
  body.epic-res .site-header h1 {
    padding-right: 0;
  }
}

.epic-intro {
  padding-top: 0;
}

.epic-intro .intro-copy {
  position: relative;
}

.epic-intro .intro-copy:after {
  left: 0;
  bottom: -35px;
  position: absolute;
}

@media (max-width: 767px) {
  .epic-intro .intro-copy:after {
    width: 16%;
    left: 42%;
  }
}

.toc {
  background: rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.toc .h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ccc;
  color: #000;
}

.toc.has-download ol {
  margin-bottom: 30px;
}

.toc ol,
.toc li {
  padding-left: 0.9375rem;
}

.toc li {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .toc li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .toc li {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .toc {
    margin-top: 80px;
  }
}

.hover-icon {
  width: 50px;
  height: 50px;
  background: #f27038 url(../png/hamburger.png) no-repeat center center;
  background-size: 25px auto;
  border: none;
  border-radius: 50%;
  z-index: 9;
  position: fixed;
  bottom: -50px;
  right: 30px;
}

.hover-icon.cl {
  background-image: url(../png/close.png);
}

body.hover-toc .hover-icon {
  bottom: 30px;
}

#hoverTocNav {
  z-index: 9;
  position: fixed;
  right: 30px;
  bottom: 90px;
  color: #fff;
  background: #f27038;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  width: 300px;
  padding: 1rem;
  font-size: 0.9rem;
}

@media (max-width: 543px) {
  #hoverTocNav {
    width: 90%;
    right: 5%;
  }
}

#hoverTocNav ol {
  padding: 0 0 0 1rem;
}

#hoverTocNav li {
  margin-bottom: 5px;
  padding-left: 10px;
}

#hoverTocNav a {
  color: #fff;
}

#hoverTocNav a:hover {
  color: #000;
}

.epic-focus {
  color: #fff;
  background: #021c3b url(../jpg/focus.jpg) no-repeat center center;
  background-size: cover;
}

.epic-focus h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 60px;
  color: white;
}

.epic-focus .row {
  font-size: 1rem;
}

.epic-focus p::-moz-selection {
  background: #fff;
  color: #021c3b;
}

.epic-focus p::selection {
  background: #fff;
  color: #021c3b;
}

.epic-focus img.size-full {
  width: 100%;
  box-shadow: 0 0 10px #000;
}

.epic-focus .caption {
  margin-top: 10px;
}

.epic-sec {
  overflow-x: hidden;
  position: relative;
  background: #fff url(../png/sec_bg_1.png) no-repeat left 200px;
}

.epic-sec.panel-compact {
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .epic-sec.panel-compact {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .epic-sec {
    background-size: 150px auto;
  }
}

@media (max-width: 767px) {
  .epic-sec {
    background-size: 110px auto;
  }
}

@media (max-width: 543px) {
  .epic-sec {
    background-image: none;
  }
}

.epic-sec:after {
  content: " ";
  width: 211px;
  height: 149px;
  background-image: url(../png/sec_bg_2.png);
  position: absolute;
  right: 0;
  bottom: 400px;
}

@media (max-width: 991px) {
  .epic-sec:after {
    width: 100px;
    height: 70px;
    background-size: 100px auto;
  }
}

@media (max-width: 543px) {
  .epic-sec:after {
    display: none;
  }
}

.epic-sec .container {
  max-width: 600px;
}

@media (max-width: 991px) {
  .epic-sec .container {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .epic-sec .container {
    max-width: 500px;
    padding: 50px;
  }
}

@media (max-width: 543px) {
  .epic-sec .container {
    padding: 25px;
  }
}

.epic-sec .container:after {
  margin: 0 auto;
}

.epic-sec h2 {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 60px;
}

.epic-sec h3 {
  font-size: 1.375rem;
  font-weight: 900;
  margin-bottom: 30px;
  margin-top: 20px;
  border-bottom: solid 2px #f27038;
  display: inline-block;
  padding: 0 20px 10px 0;
}

.epic-sec h4 {
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.epic-sec p {
  margin-bottom: 40px;
}

.epic-sec ul {
  padding-left: 1rem;
  padding-bottom: 20px;
}

.epic-sec ul li {
  padding-left: 1rem;
  margin-bottom: 20px;
}

.epic-sec blockquote {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 3rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 40px;
}

.epic-sec blockquote p:last-child {
  margin-bottom: 0;
}

@media (max-width: 543px) {
  .epic-sec blockquote {
    padding: 1.5rem;
  }
}

.epic-sec.gray {
  background: #e9e9e9 url(../png/sec_bg_5.png) no-repeat 12% bottom;
}

@media (max-width: 991px) {
  .epic-sec.gray {
    background-position: 15px bottom;
  }
}

.epic-sec.gray:after {
  display: none;
}

.epic-sec.gray .container {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.epic-sec.gray .container:before {
  content: " ";
  width: 166px;
  height: 161px;
  background-image: url(../png/sec_bg_3.png);
  position: absolute;
  left: -166px;
  top: -30px;
}

@media (max-width: 991px) {
  .epic-sec.gray .container:before {
    width: 100px;
    height: 97px;
    left: -100px;
    background-size: 100px auto;
  }
}

.epic-sec.gray .container:after {
  content: " ";
  width: 154px;
  height: 124px;
  background-image: url(../png/sec_bg_4.png);
  position: absolute;
  right: -154px;
  top: 60%;
  border: none;
}

@media (max-width: 991px) {
  .epic-sec.gray .container:after {
    width: 100px;
    height: 81px;
    right: -100px;
    background-size: 100px auto;
  }
}

.epic-sec.green {
  background: #f27038;
}

.epic-sec.green:after {
  display: none;
}

.epic-sec.green .container {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.epic-sec-container-padded,
.epic-sec.gray .container,
.epic-sec.green .container {
  box-sizing: border-box;
  max-width: 760px;
  padding: 100px;
}

@media (max-width: 991px) {
  .epic-sec-container-padded,
  .epic-sec.gray .container,
  .epic-sec.green .container {
    max-width: 650px;
  }
}

@media (max-width: 767px) {
  .epic-sec-container-padded,
  .epic-sec.gray .container,
  .epic-sec.green .container {
    max-width: 500px;
    padding: 50px;
  }
}

.epic-wide {
  text-align: center;
  padding: 30px 0;
  background-image: none;
}

.epic-wide:before {
  display: none;
}

.epic-wide:after {
  display: none;
}

.epic-wide .container {
  max-width: 90%;
}

@media (max-width: 767px) {
  .epic-wide .container {
    padding: 0;
  }
}

.epic-wide .container:after {
  display: none;
}

@media (max-width: 767px) {
  .epic-wide .row > div {
    padding-bottom: 1rem;
  }
}

.epic-wide .caption {
  margin-top: 20px;
}

.epic-nav .container {
  text-align: center;
}

.epic-nav .container:after {
  display: none;
}

.epic-nav .btn,
.epic-nav .gform_footer input[type=submit],
.gform_footer .epic-nav input[type=submit] {
  display: block;
  margin: 0 auto 10px;
  white-space: normal;
  border-radius: 3px;
  text-transform: none;
}

.epic-nav .btn-secondary {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
}

.inview {
  opacity: 0;
}

.inview.in-view {
  opacity: 1;
}

.inview-left {
  transform: translate(-0.9375rem, 0);
}

.inview-left.in-view {
  transform: translate(0, 0);
}

.inview-right {
  transform: translate(0.9375rem, 0);
}

.inview-right.in-view {
  transform: translate(0, 0);
}

.inview-down {
  transform: translate(0, 100px);
}

.inview-down.in-view {
  transform: translate(0, 0);
}

.standalone-webinar .intro {
  font-size: 1.6rem;
  text-align: center;
  margin: 60px 0;
}

.standalone-webinar h1 {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
}

.standalone-webinar h1 span {
  display: block;
  color: #f27038;
}

.standalone-webinar h1 + .btn,
.standalone-webinar .gform_footer h1 + input[type=submit],
.gform_footer .standalone-webinar h1 + input[type=submit] {
  margin: 30px auto;
  display: block;
}

.standalone-webinar .webinar-info {
  background: #fafafa;
  border-radius: 3px;
}

.standalone-webinar .webinar-info > div {
  padding-top: 30px;
}

.standalone-webinar .webinar-info-presentor {
  text-align: center;
  background: #e6e6e6;
  border-radius: 3px 0 0 3px;
}

.standalone-webinar .webinar-info-presentor img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

.standalone-webinar .webinar-info-presentor p {
  padding: 30px 0;
}

.standalone-webinar .webinar-info-presentor p span {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
}

.standalone-webinar .webinar-info-details {
  padding-left: 30px;
}

.standalone-webinar .webinar-info-details > p:first-child {
  font-weight: 900;
}

.standalone-webinar .webinar-info-details > p:first-child span {
  font-size: 1.6rem;
  display: block;
}

.standalone-webinar .webinar-info-details ul {
  padding-left: 18px;
}

.standalone-webinar .webinar-info-details ul li {
  padding-left: 10px;
  font-size: 1.2rem;
  line-height: 1.7;
}

.standalone-webinar .webinar-footer {
  margin-top: 15px;
}

.standalone-webinar .webinar-footer .alert {
  text-align: center;
  padding: 20px 20%;
}

.standalone-webinar .webinar-footer-cta {
  text-align: center;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .standalone-webinar .webinar-info-details ul li {
    font-size: 1rem;
  }

  .standalone-webinar .webinar-info-presentor p span {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .standalone-webinar .intro {
    font-size: 1.4rem;
    margin: 60px 0 30px;
  }

  .standalone-webinar h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 543px) {
  .standalone-webinar .intro {
    font-size: 0.9rem;
    margin: 30px 0;
  }

  .standalone-webinar h1 {
    font-size: 1.4rem;
  }

  .standalone-webinar h1 span {
    padding: 0 10%;
  }

  .standalone-webinar .webinar-info-details ul li {
    font-size: 1.2rem;
  }

  .standalone-webinar .webinar-info-details > p:first-child span {
    font-size: 1.2rem;
  }

  .standalone-webinar .webinar-footer .alert {
    text-align: left;
    padding: 20px;
  }

  .standalone-webinar .webinar-footer-cta p {
    padding: 0 10%;
  }
}

.panel-locations .card-grid li > div {
  min-height: 200px;
}

.panel-locations .card-grid li > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px 3px 0 0;
}

/**
 * Individual Location Pages
 * --------------------------
 */

@media (min-width: 544px) {
  body[data-page=location] .panel header {
    padding: 0 15%;
  }
}

.loc-header dl {
  margin: 2rem 0;
}

.loc-header dd {
  margin-bottom: 1rem;
}

.map-embed {
  margin-top: -170px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: solid 10px #fff;
}

@media (max-width: 767px) {
  .map-embed {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

.sg-row {
  margin-bottom: 2rem;
}

.in-post-cta {
  background-color: #e9e9e9;
  text-align: center;
  padding: 10px 0 30px 0;
  border-radius: 10px;
  margin-bottom: 40px;
}

.in-post-cta span {
  display: block;
  padding: 10px 20%;
}

@media (max-width: 543px) {
  .in-post-cta span {
    padding: 10px;
  }
}

.floating-badges {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
}

@media (max-width: 767px) {
  .floating-badges {
    left: 0;
    bottom: 0;
  }
}

@media (max-height: 600px) {
  .floating-badges {
    display: none;
  }
}

.cookie-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  color: #fff;
  background-color: #514f47;
  box-sizing: border-box;
  padding: 15px 20px;
  text-align: center;
}

.cookie-bar button {
  margin-left: 5px;
}

.intro-content h2 {
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 23px;
  text-align: center;
}

.intro-content h2 span {
  display: block;
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-top: 12px;
}

.intro-content .text-columns {
  margin-top: 45px;
}

.intro-content .text-columns p {
  text-align: left;
}

@media (max-width: 1199px) {
  .intro-content .text-columns p {
    text-align: center;
  }
}

.job-cards {
  background-color: #f7f7f7;
  padding-top: 85px;
  padding-bottom: 85px;
}

.job-cards h2 {
  font-size: 2rem;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  color: #000;
}

.job-cards .whr-items {
  margin: 0;
  padding: 0;
  position: relative;
  left: 1px;
}

.job-cards .whr-items .whr-item {
  display: block;
  float: left;
  width: 100%;
  min-height: 285px;
  background: #fff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 35px;
}

.job-cards .whr-items .whr-item.top-margin {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .job-cards .whr-items .whr-item {
    margin-top: 20px !important;
  }
}

.job-cards .whr-items .whr-item .whr-header {
  min-height: 51px;
}

.job-cards .whr-items .whr-item .whr-header .whr-icon {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  max-width: 37px;
}

.job-cards .whr-items .whr-item .whr-header .whr-title {
  font-size: 14px;
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.job-cards .whr-items .whr-item .whr-info {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.job-cards .whr-items .whr-item .whr-info li {
  font-size: 16px;
  margin-top: 20px;
}

.job-cards .whr-items .whr-item .whr-info li span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "metropolisBold", Helvetica, Arial, sans-serif;
  color: #000;
}

.job-cards .whr-items .whr-item .whr-info li.whr-dept {
  margin-top: 0;
}

.sg-review-table {
  margin: 0 -200px 2rem;
  font-family: Lato, sans-serif;
}

.sg-review-table > ol > li {
  border: none;
  border-radius: 3px;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .sg-review-table > ol > li {
    min-height: 350px;
  }
}

.sg-review-table > ol > li:nth-child(odd) {
  background-color: #f7f7f7;
}

.sg-review-table > ol > li:first-child {
  background-color: #fffce8;
  z-index: 2;
}

.sg-review-table > ol > li:first-child:before {
  color: #fff;
  background-color: #f27038;
}

.sg-review-table > ol > li:before {
  left: auto;
  right: -10px;
  z-index: 3;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.sg-review-table .img-wrap img {
  border-radius: 3px;
}

.sg-review-table h2 {
  font-weight: 300;
  font-size: 1.8rem;
}

.sg-review-table .title {
  display: none;
}

.sg-review-table .rating {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  float: right;
  margin-top: -40px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: relative;
}

.sg-review-table .description {
  line-height: 1.3;
  margin-top: 1rem;
}

.sg-review-table .cta {
  margin: 2rem 0 1rem;
}

.sg-review-table .btn,
.sg-review-table .gform_footer input[type=submit],
.gform_footer .sg-review-table input[type=submit] {
  padding: 10px 5px;
  margin: 0 auto;
  display: block;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media (max-width: 1199px) {
  .sg-review-table {
    margin: 0 -170px;
  }

  .sg-review-table > ol > li {
    padding-bottom: 120px;
  }

  .sg-review-table .btn,
  .sg-review-table .gform_footer input[type=submit],
  .gform_footer .sg-review-table input[type=submit] {
    font-size: 0.9rem;
  }
}

@media (max-width: 991px) {
  .sg-review-table {
    margin: 0 -60px;
  }

  .sg-review-table .btn,
  .sg-review-table .gform_footer input[type=submit],
  .gform_footer .sg-review-table input[type=submit] {
    bottom: -40px;
  }

  .sg-review-table .slick-slide {
    padding: 10px;
  }

  .sg-review-table .slick-dots {
    margin-top: 10px;
  }

  .sg-review-table .slick-dots li button::before {
    font-size: 15px;
  }

  .sg-review-table .slick-initialized .slick-slide {
    position: relative;
  }

  .sg-review-table .slick-prev::before,
  .sg-review-table .slick-next::before {
    color: #000;
    font-size: 40px;
  }

  .sg-review-table .slick-prev,
  .sg-review-table .slick-next {
    width: 40px;
    height: 40px;
  }

  .sg-review-table .slick-prev {
    left: -50px;
  }

  .sg-review-table .slick-next {
    right: -50px;
  }

  .sg-review-table .rating {
    margin-right: 10px;
  }

  .sg-review-table .cta {
    margin-top: 1rem;
  }

  .sg-review-table .btn,
  .sg-review-table .gform_footer input[type=submit],
  .gform_footer .sg-review-table input[type=submit] {
    position: static;
  }
}

@media (max-width: 767px) {
  .sg-review-table {
    margin: 0;
  }

  .sg-review-table > ol > li:before {
    display: none;
  }

  .sg-review-table .slick-slide {
    padding-bottom: 10px;
  }
}

body.press-kit-page .press-kit-block {
  margin-bottom: 50px;
}

body.press-kit-page .press-kit-block:last-child {
  margin-bottom: 0;
}

body.press-kit-page .press-kit-block .logos {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body.press-kit-page .press-kit-block .logos li {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 15px;
  margin: 0;
  text-align: center;
}

body.press-kit-page .press-kit-block .logos li.dark-bg {
  background: #000;
}

body.press-kit-page .press-kit-block .logos li a img {
  max-width: 90%;
}

@media (max-width: 767px) {
  body.press-kit-page .press-kit-block .logos li {
    display: block;
    width: 100%;
  }

  body.press-kit-page .press-kit-block .logos li a {
    text-align: center;
  }

  body.press-kit-page .press-kit-block .logos li a img {
    max-width: 80%;
  }
}

body.press-kit-page .press-kit-block .button-wrapper {
  clear: both;
  text-align: center;
  padding-top: 50px;
}

body.press-kit-page .press-kit-colors {
  background: #f5f5f6;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

@media (max-width: 991px) {
  body.press-kit-page .press-kit-colors {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.press-kit-page .press-kit-colors div {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  body.press-kit-page .press-kit-colors div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

body.press-kit-page .press-kit-colors div figure {
  height: 80px;
  width: 100%;
  display: block;
}

body.press-kit-page .press-kit-colors div span {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  -ms-flex-pack: center;
  justify-content: center;
}

body.press-kit-page .press-kit-colors div span input {
  height: 30px;
  max-width: 100px;
  text-align: center;
  border: 0;
  background: white;
  color: #000;
  font-size: 1.1rem;
  font-family: "metropolisRegular", Helvetica, Arial, sans-serif;
}

.glossary-alphabet {
  margin-top: 3rem;
  text-align: center;
}

.glossary-alphabet .glossary-alphabet--link {
  font-size: 1rem;
  margin-left: 5px;
  color: #34383f;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 3px;
}

.glossary-alphabet .glossary-alphabet--link.active,
.glossary-alphabet .glossary-alphabet--link:hover {
  color: #fff;
  background: #28b7c9;
}

/* MS Podcast page styles */

.ms-podcast .giveaway {
  display: block;
  box-sizing: border-box;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  margin-top: 2rem;
  background: #f27038;
  text-align: center;
}

.ms-podcast .giveaway a {
  color: #fff;
  font-size: 1.25rem;
}

/* End of file _ms_podcast.scss */

@media (max-width: 767px) {
  .press-media .eric-siu {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .press-media .eric-siu img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.press-media .our-press {
  margin-top: 50px;
}

.press-media .our-press .block .items {
  padding: 0;
  list-style-type: none;
  margin-bottom: 50px;
}

.press-media .videos-list {
  margin-top: 20px;
  margin-bottom: 30px;
}

.press-media .videos-list .block {
  padding-bottom: 20px;
}

.press-media .videos-list .block .logo {
  text-align: center;
}

.press-media .videos-list .block .logo img {
  margin: 0 auto;
}

.press-media .videos-list .block .item {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

.press-media .videos-list-prev,
.press-media .videos-list-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 21px;
  height: 31px;
}

@media (max-width: 991px) {
  .press-media .videos-list-prev,
  .press-media .videos-list-next {
    top: 150px;
  }
}

@media (max-width: 767px) {
  .press-media .videos-list-prev,
  .press-media .videos-list-next {
    top: 85px;
  }
}

.press-media .videos-list-prev svg,
.press-media .videos-list-next svg {
  fill: #a6acb6;
  width: 18px;
  height: auto;
}

.press-media .videos-list-prev:hover svg,
.press-media .videos-list-next:hover svg {
  fill: #f27038;
}

.press-media .videos-list-prev {
  left: 0;
}

@media (max-width: 767px) {
  .press-media .videos-list-prev {
    left: 15px;
  }
}

.press-media .videos-list-next {
  right: 0;
}

@media (max-width: 767px) {
  .press-media .videos-list-next {
    right: 15px;
  }
}

.press-media .additional-logos {
  margin-top: 70px;
}

.press-media .badges {
  margin-top: 50px;
  text-align: center;
}

.press-media .badges .line-2 {
  margin-top: 30px;
}

.press-media .badges .line-2 img {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .press-media .badges .line-2 img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.press-media .customers-feedback {
  margin-top: 50px;
}

.careers-page .masthead-headline .btn,
.careers-page .masthead-headline .gform_footer input[type=submit],
.gform_footer .careers-page .masthead-headline input[type=submit] {
  margin-top: 30px;
}

.careers-page section.testimonial .image-block {
  text-align: center;
}

.careers-page section.testimonial .image-block img {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .careers-page section.testimonial .image-block img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .careers-page section.testimonial .image-block img {
    height: 300px;
  }
}

.careers-page section.testimonial .quote-block blockquote {
  margin-top: 163px;
}

@media (max-width: 991px) {
  .careers-page section.testimonial .quote-block blockquote {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .careers-page section.testimonial .quote-block blockquote {
    margin-top: 30px;
    text-align: center;
  }
}

.careers-page section.testimonial .quote-block blockquote i {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 32px;
  height: 29px;
  background: url("../blockquote-icon.html") no-repeat;
  margin-right: 8px;
}

.careers-page section.testimonial .quote-block blockquote p {
  font-family: 'metropolisMedium';
  font-size: 20px;
  color: #000000;
  line-height: 1.5em;
}

.careers-page section.testimonial .quote-block blockquote footer {
  font-family: 'metropolisMedium';
  font-size: 20px;
  color: #a2b2bc;
}

.careers-page section.testimonial .quote-block blockquote footer span {
  display: block;
  font-size: 14px;
}

.careers-page section.agency .content {
  text-align: center;
}

.careers-page section.agency .content h1 {
  font-family: 'metropolisBold';
  font-size: 47px;
  color: #514f47;
  margin: 0;
}

@media (max-width: 1199px) {
  .careers-page section.agency .content h1 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .careers-page section.agency .content h1.mobile {
    font-size: 32px;
  }
}

.careers-page section.agency .content h1 span {
  color: #e56e40;
  font-family: 'metropolisBlack';
}

.careers-page section.agency .content .btn,
.careers-page section.agency .content .gform_footer input[type=submit],
.gform_footer .careers-page section.agency .content input[type=submit] {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .careers-page section.agency .video {
    padding-top: 50px;
  }
}

.careers-page section.agency .video .border {
  display: block;
  float: right;
  width: 80%;
  height: 20px;
  background: #edb050;
}

@media (max-width: 767px) {
  .careers-page section.growth .subsection-1 {
    padding-top: 40px;
  }
}

.careers-page section.growth .subsection-1 header {
  text-align: center;
  padding-bottom: 60px;
}

.careers-page section.growth .subsection-1 header h1 {
  margin: 0;
  font-family: 'metropolisBold';
  font-size: 35px;
}

.careers-page section.growth .subsection-1 header h1 span {
  color: #e56e40;
}

@media (max-width: 767px) {
  .careers-page section.growth .subsection-1 .content {
    padding-top: 40px;
  }
}

.careers-page section.growth .subsection-1 .content p {
  font-family: 'metropolisLight';
  font-size: 18px;
  color: #000000;
}

.careers-page section.growth .subsection-2 {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .careers-page section.growth .subsection-2 {
    padding-top: 40px;
  }
}

.careers-page section.growth .subsection-2 .video {
  display: block;
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .careers-page section.growth .subsection-2 .video {
    width: 100%;
  }
}

.careers-page section.growth .subsection-2 .video .border {
  display: block;
  width: 80%;
  height: 20px;
  background: #edb050;
  margin: 0 auto;
}

.careers-page section.growth .subsection-3 {
  padding-top: 60px;
  text-align: center;
}

.careers-page section.growth .subsection-3 h1 {
  font-family: 'metropolisBold';
  font-size: 54px;
  color: #514f47;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .careers-page section.growth .subsection-3 h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .careers-page section.growth .subsection-3 h1 {
    font-size: 36px;
  }
}

.careers-page section.growth .subsection-3 .content {
  display: block;
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .careers-page section.growth .subsection-3 .content {
    width: 100%;
  }
}

.careers-page section.growth .subsection-3 .content p {
  font-family: 'metropolisLight';
  font-size: 18px;
  color: #000000;
}

.careers-page section.growth .subsection-3 .btn,
.careers-page section.growth .subsection-3 .gform_footer input[type=submit],
.gform_footer .careers-page section.growth .subsection-3 input[type=submit] {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .careers-page section.growth .subsection-3 .btn,
  .careers-page section.growth .subsection-3 .gform_footer input[type=submit],
  .gform_footer .careers-page section.growth .subsection-3 input[type=submit] {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.careers-page section.internship .subsection-1 header {
  text-align: center;
}

@media (max-width: 991px) {
  .careers-page section.internship .subsection-1 header {
    padding-top: 30px;
  }
}

.careers-page section.internship .subsection-1 header h1 {
  max-width: 65%;
  font-family: 'metropolisBold';
  margin: 0 auto;
  color: #514f47;
  font-size: 54px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .careers-page section.internship .subsection-1 header h1 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .careers-page section.internship .subsection-1 header h1 {
    font-size: 36px;
  }
}

.careers-page section.internship .subsection-1 header h1 span {
  color: #e56e40;
}

.careers-page section.internship .subsection-1 header h3 {
  font-family: 'metropolisExtralight';
  font-size: 25px;
  color: #514f47;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .careers-page section.internship .subsection-1 header h3 {
    font-size: 20px;
  }
}

.careers-page section.internship .subsection-1 .video {
  padding-top: 40px;
  display: block;
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .careers-page section.internship .subsection-1 .video {
    width: 100%;
    padding-top: 20px;
  }
}

.careers-page section.internship .subsection-1 .video .border {
  display: block;
  width: 80%;
  height: 20px;
  background: #edb050;
  margin: 0 auto;
}

.careers-page section.internship .subsection-2 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .careers-page section.internship .subsection-2 {
    padding-top: 40px;
  }
}

.careers-page section.internship .subsection-2 .logo-shape {
  background: url("../logo-shape.html") no-repeat;
  min-height: 465px;
  padding-top: 80px;
}

.careers-page section.internship .subsection-2 .logo-shape h1 {
  font-family: 'metropolisBold';
  font-size: 58px;
  color: #514f47;
}

@media (max-width: 767px) {
  .careers-page section.internship .subsection-2 .logo-shape h1 {
    font-size: 46px;
  }
}

.careers-page section.internship .subsection-2 .logo-shape h1 span {
  color: #e56e40;
}

.careers-page section.internship .subsection-2 .content {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .careers-page section.internship .subsection-2 .content {
    padding-top: 0;
  }
}

.careers-page section.jobs header {
  text-align: center;
}

.careers-page section.jobs header h1 {
  font-family: 'metropolisBlack';
  font-size: 54px;
  color: #514f47;
  margin: 0;
}

@media (max-width: 767px) {
  .careers-page section.jobs header h1 {
    font-size: 42px;
  }
}

.careers-page section.jobs header h3 {
  font-family: 'metropolisExtralight';
  color: #514f47;
  font-size: 25px;
  margin: 0;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .careers-page section.jobs header h3 {
    font-size: 20px;
  }
}

.careers-page section.jobs header h3 span {
  color: #e56e40;
}

.careers-page section.jobs .job-postings {
  margin: 0;
  margin-top: 60px;
  list-style-type: none;
  padding: 0;
}

@media (max-width: 767px) {
  .careers-page section.jobs .job-postings {
    margin-top: 30px;
  }
}

.careers-page section.jobs .job-postings li {
  display: inline-block;
  background: #f7f6f1;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 30px;
  min-width: 47%;
}

@media (max-width: 991px) {
  .careers-page section.jobs .job-postings li {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.careers-page section.jobs .job-postings li .job-posting .position,
.careers-page section.jobs .job-postings li .job-posting a {
  font-family: 'metropolisBold';
  font-size: 20px;
  color: #514f47;
}

.careers-page section.jobs .job-postings li .job-posting .department,
.careers-page section.jobs .job-postings li .job-posting .location {
  font-family: 'metropolisRegular';
  font-size: 15px;
  color: #b1a89d;
}

.careers-page section.jobs .job-postings li .job-posting .department span,
.careers-page section.jobs .job-postings li .job-posting .location span {
  color: #e56e40;
}

.our-team-page-v2 section.video .video {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.our-team-page-v2 section.video .video .border {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 20px;
  background: #edb050;
}

.our-team-page-v2 section.video .headline {
  margin-top: 60px;
  text-align: center;
}

.our-team-page-v2 section.video .headline h1 {
  margin: 0;
  padding: 0;
  font-family: 'metropolisBlack';
  font-size: 54px;
  color: #514f47;
}

@media (max-width: 543px) {
  .our-team-page-v2 section.video .headline h1 {
    font-size: 36px;
  }
}

.our-team-page-v2 section.video .headline h1 span {
  color: #e56e40;
}

.our-team-page-v2 section.testimonial .image-block {
  text-align: center;
}

.our-team-page-v2 section.testimonial .image-block img {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .our-team-page-v2 section.testimonial .image-block img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .our-team-page-v2 section.testimonial .image-block img {
    height: 300px;
  }
}

.our-team-page-v2 section.testimonial .quote-block blockquote {
  margin-top: 163px;
}

@media (max-width: 991px) {
  .our-team-page-v2 section.testimonial .quote-block blockquote {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .our-team-page-v2 section.testimonial .quote-block blockquote {
    margin-top: 30px;
    text-align: center;
  }
}

.our-team-page-v2 section.testimonial .quote-block blockquote i {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 32px;
  height: 29px;
  background: url("../blockquote-icon.html") no-repeat;
  margin-right: 8px;
}

.our-team-page-v2 section.testimonial .quote-block blockquote p {
  font-family: 'metropolisMedium';
  font-size: 20px;
  color: #000000;
  line-height: 1.5em;
}

.our-team-page-v2 section.testimonial .quote-block blockquote footer {
  font-family: 'metropolisMedium';
  font-size: 20px;
  color: #a2b2bc;
}

.our-team-page-v2 section.testimonial .quote-block blockquote footer span {
  display: block;
  font-size: 14px;
}

.our-team-page-v2 section.life header {
  text-align: center;
}

.our-team-page-v2 section.life header h1 {
  margin: 0;
  padding: 0;
  font-family: 'metropolisBlack';
  font-size: 52px;
  color: #514f47;
}

@media (max-width: 543px) {
  .our-team-page-v2 section.life header h1 {
    font-size: 34px;
  }
}

.our-team-page-v2 section.life header h2 {
  margin: 0;
  padding: 0;
  font-family: 'metropolisExtralight';
  font-size: 25px;
  color: #514f47;
  margin-top: 15px;
}

@media (max-width: 543px) {
  .our-team-page-v2 section.life header h2 {
    font-size: 18px;
  }
}

.our-team-page-v2 section.life .icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
}

.our-team-page-v2 section.life .icons li {
  display: inline-block;
  width: 325px;
  min-height: 340px;
  margin: 20px;
  background: #f8f8f8;
}

.our-team-page-v2 section.life .icons li .wrapper {
  height: auto;
  box-sizing: border-box;
  padding: 50px;
  text-align: center;
}

.our-team-page-v2 section.life .icons li .wrapper span {
  display: block;
  font-family: 'metropolisBold';
  font-size: 19px;
  color: #514f47;
  margin-top: 40px;
}

.our-team-page-v2 section.life .ctas {
  margin-top: 60px;
  text-align: center;
}

.our-team-page-v2 section.life .ctas h1 {
  font-family: 'metropolisBlack';
  font-size: 35px;
  color: #514f47;
}

.our-team-page-v2 section.life .ctas h1 span {
  color: #e56e40;
}

.our-team-page-v2 section.life .ctas .buttons {
  margin-top: 30px;
}

.our-team-page-v2 section.life .ctas .buttons a:first-child {
  margin-right: 15px;
}

@media (max-width: 543px) {
  .our-team-page-v2 section.life .ctas .buttons a {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.growth-score-widget {
  clear: both;
  display: block;
  width: 100%;
  height: 280px;
  margin-top: 50px;
  background: url("../bg.html") no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
}

.growth-score-widget .logo {
  clear: both;
  display: block;
  text-align: center;
}

.growth-score-widget .logo img {
  width: 180px;
  box-shadow: none;
  border: none;
  float: none;
  clear: both;
  margin: 0 auto;
}

.growth-score-widget h1 {
  clear: both;
  display: block;
  font-size: 40px;
  font-family: "MetropolisBold";
  color: #514f47;
  font-weight: normal;
  line-height: 1.375;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.growth-score-widget h1 span {
  color: #f27038;
}

.growth-score-widget p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 30px;
}

.growth-score-widget p strong {
  font-family: MetropolisBold;
}

.growth-score-widget button {
  position: relative;
  top: -4px;
}

#intercom-container {
  z-index: 214748 !important;
}