/*
    _/_/_/      _/_/      _/_/_/  _/_/_/_/    _/_/_/
   _/    _/  _/    _/  _/        _/        _/
  _/_/_/    _/_/_/_/  _/  _/_/  _/_/_/      _/_/
 _/        _/    _/  _/    _/  _/              _/
_/        _/    _/    _/_/_/  _/_/_/_/  _/_/_/
*/
/* ==========================================================================
   Homepage
   ========================================================================== */
/*
//      _/      _/  _/_/_/  _/      _/  _/_/_/  _/      _/    _/_/_/   
//     _/_/  _/_/    _/      _/  _/      _/    _/_/    _/  _/          
//    _/  _/  _/    _/        _/        _/    _/  _/  _/    _/_/       
//   _/      _/    _/      _/  _/      _/    _/    _/_/        _/      
//  _/      _/  _/_/_/  _/      _/  _/_/_/  _/      _/  _/_/_/        
*/
/* ==========================================================================
   Colors
   ========================================================================== */
/* ========================================================================== 
   Fonts & Type
   ========================================================================== */
body.home {
  /* ==========================================================================
   How it Works & Pain/Solutions
   ========================================================================== */
}
body.home header.page-header .container {
  min-height: 465px;
  background: url('../img/bg/ico-hex-no-outline.svg') center no-repeat;
  background-size: 45%, 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}
body.home header.page-header h2, body.home header.page-header p {
  padding: 8px 0;
}
body.home header.page-header h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem;
}
body.home header.page-header p {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 27px;
  line-height: 2.7rem;
  padding: 10px 18%;
}
body.home header.page-header .pitch {
  max-width: 664px;
  height: auto;
  margin: 30px auto;
  padding: 10px 15px 0;
  position: relative;
}
body.home header.page-header .pitch img {
  width: 100%;
  height: auto;
}
body.home header.page-header .pitch p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 0;
  width: 22.5%;
  position: absolute;
  top: 85%;
  text-align: center;
}
body.home header.page-header .pitch p.left {
  left: 0;
  padding-left: 1%;
}
body.home header.page-header .pitch p.right {
  right: 0;
  padding-right: 1%;
}
body.home header.page-header .pitch .site-logo {
  position: absolute;
  top: 42%;
  left: 50%;
  margin-left: -80px;
}
@media only screen and (max-width: 840px) {
  body.home header.page-header .pitch .site-logo {
    margin-left: -70px;
  }
}
@media only screen and (max-width: 600px) {
  body.home header.page-header .pitch .site-logo {
    width: 120px;
    height: 30px;
    background-size: 120px 30px;
    margin-left: -60px;
  }
}
@media only screen and (max-width: 480px) {
  body.home header.page-header .pitch .site-logo {
    width: 84px;
    height: 21px;
    background-size: 84px 21px;
    margin-left: -42px;
  }
}
body.home .page-content .container.first {
  display: none;
}
body.home .page-content section.page-quote-home {
  padding: 15px 0 60px;
  text-align: center;
}
body.home .page-content section.page-quote-home:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.home .page-content section.page-quote-home blockquote {
  width: 48%;
  float: left;
}
body.home .page-content section.page-quote-home blockquote .quote-box {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border: 2px solid #f0f0f0;
  position: relative;
  z-index: 1;
  min-height: 280px;
}
body.home .page-content section.page-quote-home blockquote .tail {
  display: block;
  width: 48px;
  height: 49px;
  background: url('../img/misc/quote-tail.png') left bottom no-repeat;
  position: absolute;
  left: -9px;
  bottom: -45px;
  z-index: 2;
}
body.home .page-content section.page-quote-home blockquote:first-of-type {
  margin-right: 4%;
}
@media only screen and (max-width: 790px) {
  body.home .page-content section.page-quote-home blockquote {
    display: block;
    margin: 0 10%;
    width: 80%;
  }
  body.home .page-content section.page-quote-home blockquote .quote-box {
    min-height: none;
  }
  body.home .page-content section.page-quote-home blockquote:first-of-type {
    margin-bottom: 60px;
  }
}
body.home .page-content table {
  margin: 0;
  width: 100%;
}
body.home .page-content table td {
  padding: 5px 2%;
  color: #636363;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
}
body.home .page-content table td h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #221f1f;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 5px;
}
body.home .page-content table td a {
  display: inline-block;
  text-align: center;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}
body.home .page-content table td img[src*=".svg"] {
  width: 96px;
  height: 96px;
  position: relative;
}
body.home .page-content .color-flip:last-of-type .container {
  padding-bottom: 0;
}
body.home .page-content .color-flip:last-of-type p:last-of-type {
  padding: 0;
}
body.page-id-57 header.page-header .container, body.page-id-59 header.page-header .container, body.page-id-61 header.page-header .container {
  padding-bottom: 25px !important;
}
body.page-id-57 header.page-header .container #replay-link, body.page-id-59 header.page-header .container #replay-link, body.page-id-61 header.page-header .container #replay-link {
  position: absolute;
  top: 180px;
  right: 100px;
  text-transform: uppercase;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15rem;
  /* ==========================================================================
   Mixins
   ========================================================================== */
  cursor: hand;
  cursor: pointer;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
  width: 130px;
  padding: 12px 0;
  text-align: right;
  z-index: 200;
}
body.page-id-57 header.page-header .container #replay-link:hover, body.page-id-59 header.page-header .container #replay-link:hover, body.page-id-61 header.page-header .container #replay-link:hover, body.page-id-57 header.page-header .container #replay-link:focus, body.page-id-59 header.page-header .container #replay-link:focus, body.page-id-61 header.page-header .container #replay-link:focus {
  cursor: hand;
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  body.page-id-57 header.page-header .container #replay-link, body.page-id-59 header.page-header .container #replay-link, body.page-id-61 header.page-header .container #replay-link {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 15px;
    margin-left: -65px;
  }
}
@media only screen and (max-width: 320px) {
  body.page-id-57 header.page-header .container #replay-link, body.page-id-59 header.page-header .container #replay-link, body.page-id-61 header.page-header .container #replay-link {
    left: auto;
    right: 10px;
    bottom: 10px;
    margin-left: 0;
  }
}
.pain-solution {
  padding: 10px 0 20px;
  clear: both;
  /* ==========================================================================
   Pricing
   ========================================================================== */
}
.pain-solution .row {
  position: relative;
  width: 100%;
}
.pain-solution .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.pain-solution .row:hover .pain, .pain-solution .row:focus .pain, .pain-solution .row:hover .solution, .pain-solution .row:focus .solution {
  /*.toggle i { color: $orange-alt; }*/
}
.pain-solution .row:hover .pain h4, .pain-solution .row:focus .pain h4, .pain-solution .row:hover .solution h4, .pain-solution .row:focus .solution h4 {
  color: #ff6c2b;
}
.pain-solution .row .head h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #ff6c2b;
  padding: 5px 0;
}
.pain-solution .row .head.pain, .pain-solution .row .head.solution {
  border: 0 !important;
}
.pain-solution .row .pain, .pain-solution .row .toggle, .pain-solution .row .solution {
  display: block;
  float: left;
}
.pain-solution .row .pain, .pain-solution .row .solution {
  width: 47%;
  border-top: 1px solid #000;
  padding: 8px 0;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.pain-solution .row .pain h4, .pain-solution .row .solution h4, .pain-solution .row .pain p, .pain-solution .row .solution p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #636363;
}
.pain-solution .row .pain h4, .pain-solution .row .solution h4 {
  text-transform: none;
  color: #266fa8;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.pain-solution .row .pain p, .pain-solution .row .solution p {
  max-height: 0px;
  padding: 0;
  overflow: hidden;
  opacity: 0.5;
  -moz-transition: all 0.1s linear 150ms ease;
  -webkit-transition: all 0.1s linear 150ms ease;
  -o-transition: all 0.1s linear 150ms ease;
  transition: all 0.1s linear 150ms ease;
}
.pain-solution .row:nth-of-type(2) .pain, .pain-solution .row:nth-of-type(2) .solution {
  border-top: 2px solid #000;
}
.pain-solution .row .solution {
  padding-left: 15px;
}
.pain-solution .row .toggle {
  width: 6%;
}
.pain-solution .row .toggle a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.pain-solution .row .toggle a i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -16px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #ff6c2b;
}
@media only screen and (max-width: 980px) {
  .pain-solution .row .toggle a i {
    margin-left: -12px;
    margin-top: -14px;
  }
}
@media only screen and (max-width: 840px) {
  .pain-solution .row .toggle a i {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 680px) {
  .pain-solution .row .toggle a i {
    margin-left: -10px;
  }
}
.pain-solution .row.expanded .pain, .pain-solution .row.expanded .solution {
  padding-bottom: 20px;
}
.pain-solution .row.expanded .pain h4, .pain-solution .row.expanded .solution h4 {
  color: #636363 !important;
}
.pain-solution .row.expanded .pain p, .pain-solution .row.expanded .solution p {
  max-height: 600px;
  opacity: 1;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pain-solution .row.expanded .toggle a i.icon-plus-filled {
  display: none;
}
.pain-solution .row.expanded .toggle a i.icon-minus {
  display: block !important;
  color: #000;
}
.pain-solution .row.expanded .toggle a:hover i.icon-minus, .pain-solution .row.expanded .toggle a:focus i.icon-minus {
  color: #ff6c2b;
}
body.page-id-8 header.page-header .container,
body.page-id-1012 header.page-header .container, {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 680px) {
  body.page-id-8 header.page-header .container,
  body.page-id-1012 header.page-header .container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 600px) {
  body.page-id-8 header.page-header .container,
  body.page-id-1012 header.page-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  body.page-id-8 header.page-header .container,
  body.page-id-1012 header.page-header .container {
    padding-left: 3%;
    padding-right: 3%;
  }
  body.page-id-8 header.page-header .container p:first-of-type,
  body.page-id-1012 header.page-header .container p:first-of-type {
    padding-bottom: 25px;
  }
}
body.page-id-8 .page-content .container.first,
body.page-id-1012 .page-content .container.first {
  padding-top: 0 !important;
}
@media only screen and (max-width: 680px) {
  body.page-id-8 .page-content .container.first,
  body.page-id-1012 .page-content .container.first {
    padding-left: 3%;
    padding-right: 3%;
  }
}
body.page-id-8 .page-content .container.first .page-integrations,
body.page-id-1012 .page-content .container.first .page-integrations {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
@-webkit-keyframes flip-out {
  2% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  30% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  32% {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
@-moz-keyframes flip-out {
  2% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  30% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  32% {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
@-o-keyframes flip-out {
  2% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  30% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  32% {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
@keyframes flip-out {
  2% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  30% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  32% {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
.spectrum {
  padding: 10px 0 15px;
}
@media only screen and (max-width: 600px) {
  .spectrum {
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .spectrum {
    display: none;
  }
}
.spectrum .label-wrap {
  float: right;
  padding-bottom: 4px;
}
.spectrum .label-wrap .label {
  text-transform: uppercase;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.spectrum .label-wrap .metrics {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 21px;
  position: relative;
}
.spectrum .label-wrap .metrics li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  white-space: nowrap;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.spectrum .label-wrap .metrics li:nth-of-type(1) {
  -webkit-animation: flip-out 15.1s linear 0.1s infinite;
  -moz-animation: flip-out 15.1s linear 0.1s infinite;
  animation: flip-out 15.1s linear 0.1s infinite;
}
.spectrum .label-wrap .metrics li:nth-of-type(2) {
  -webkit-animation: flip-out 15.1s linear 5.1s infinite;
  -moz-animation: flip-out 15.1s linear 5.1s infinite;
  animation: flip-out 15.1s linear 5.1s infinite;
}
.spectrum .label-wrap .metrics li:nth-of-type(3) {
  -webkit-animation: flip-out 15.1s linear 10.1s infinite;
  -moz-animation: flip-out 15.1s linear 10.1s infinite;
  animation: flip-out 15.1s linear 10.1s infinite;
}
.spectrum .label-wrap.low {
  float: left;
}
@media only screen and (max-width: 600px) {
  .spectrum .label-wrap.low {
    margin-left: 3%;
  }
}
.spectrum .label-wrap.low .label {
  color: #75a9cd;
}
@media only screen and (max-width: 600px) {
  .spectrum .label-wrap.high {
    margin-right: 3%;
  }
}
.spectrum .label-wrap.high .label {
  color: #ff6c2b;
}
.spectrum .label-wrap.high .metrics li {
  left: auto;
  right: 0;
}
.spectrum .bar {
  clear: both;
  width: 100%;
  height: 10px;
  /* Old browsers */
  background: #7da9cb;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYTljYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZjMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #7da9cb 0%, #fff 40%, #fff 60%, #ff6c2b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7da9cb), color-stop(40%, #fff), color-stop(60%, #fff), color-stop(100%, #ff6c2b));
  background: -webkit-linear-gradient(left, #7da9cb 0%, #fff 40%, #fff 60%, #ff6c2b 100%);
  background: -o-linear-gradient(left, #7da9cb 0%, #fff 40%, #fff 60%, #ff6c2b 100%);
  background: -ms-linear-gradient(left, #7da9cb 0%, #fff 40%, #fff 60%, #ff6c2b 100%);
  background: linear-gradient(to right, #7da9cb 0%, #fff 40%, #fff 60%, #ff6c2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7da9cb', endColorstr='#ff6c2b',GradientType=1);
}
@media only screen and (max-width: 600px) {
  .spectrum .bar {
    height: 25px;
  }
}
.pricing-plans {
  padding: 5px 0 40px;
}
@media only screen and (max-width: 600px) {
  .pricing-plans {
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* BETWEEN SYN - IE 10 */
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 0 0;
    margin: 0 -1px;
  }
}
@media only screen and (max-width: 480px) {
  .pricing-plans {
    display: block;
    background-color: #266fa8;
  }
}
.pricing-plans:before, .pricing-plans:after {
  content: " ";
  display: table;
}
.pricing-plans:after {
  clear: both;
}
.pricing-plans .pricing-plan {
  float: left;
  width: 30%;
  margin-right: 5%;
  background: #f0f0f0;
  padding-bottom: 20px;
}
.pricing-plans .pricing-plan:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 680px) {
  .pricing-plans .pricing-plan {
    width: 31.333%;
    margin-right: 3%;
  }
}
@media only screen and (max-width: 600px) {
  .pricing-plans .pricing-plan {
    width: 33.333%;
    background: #fff;
    margin-right: 0;
    border-right: 1px solid #999;
  }
  .pricing-plans .pricing-plan:last-of-type {
    border-right: none;
  }
}
@media only screen and (max-width: 480px) {
  .pricing-plans .pricing-plan {
    float: none;
    width: 100%;
    margin-bottom: 3%;
    background: #f0f0f0;
    margin-right: 0;
    border: none;
  }
}
.pricing-plans .pricing-plan h3.plan-title {
  background: #221f1f;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  padding: 15px 0;
  color: #fff;
  position: relative;
  padding: 12px 0;
  border-bottom: 5px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pricing-plans .pricing-plan h3.plan-title:before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin: -13px 0 0 -15px;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 13px 15px;
  border-color: transparent transparent #221f1f transparent;
}
@media only screen and (max-width: 480px) {
  .pricing-plans .pricing-plan h3.plan-title:before {
    display: none;
  }
}
.pricing-plans .pricing-plan .price-per-month {
  background: #fff;
  color: #929090;
  line-height: 40px;
  line-height: 4rem;
  padding: 5px 0 4px;
}
@media only screen and (max-width: 600px) {
  .pricing-plans .pricing-plan .price-per-month {
    border-bottom: 1px dashed #ccc;
  }
}
@media only screen and (max-width: 480px) {
  .pricing-plans .pricing-plan .price-per-month {
    border-bottom: none;
  }
}
.pricing-plans .pricing-plan .price-per-month .price-per-month-dollar-sign {
  vertical-align: super;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  position: relative;
  top: -4px;
  color: #221f1f;
  margin-right: -3px;
}
.pricing-plans .pricing-plan .price-per-month .price-per-month-num {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  color: #221f1f;
}
.pricing-plans .pricing-plan .price-per-month .price-per-month-num .asterisk {
  color: #ff2e2e;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  margin-right: -10px;
}
.pricing-plans .pricing-plan .price-per-month .price-per-month-from, .pricing-plans .pricing-plan .price-per-month .price-per-month-month {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
  top: -5px;
}
.pricing-plans .pricing-plan .price-per-month .price-per-month-from.price-per-month-from, .pricing-plans .pricing-plan .price-per-month .price-per-month-month.price-per-month-from {
  margin-right: 5px;
}
.pricing-plans .pricing-plan .price-per-month .price-per-month-from.price-per-month-month, .pricing-plans .pricing-plan .price-per-month .price-per-month-month.price-per-month-month {
  margin-left: 2px;
}
.pricing-plans .pricing-plan .price-per-month.non-numeric {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #221f1f;
  padding: 9px 0 8px;
}
@media only screen and (max-width: 680px) {
  .pricing-plans .pricing-plan .price-per-month.non-numeric {
    padding: 9px 0 6px;
  }
}
.pricing-plans .pricing-plan ul.plan-details {
  padding: 10px 10px 10px 30px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .pricing-plans .pricing-plan ul.plan-details {
    text-align: center;
  }
  .pricing-plans .pricing-plan ul.plan-details li {
    list-style: none;
  }
}
.pricing-plans .pricing-plan ul.plan-details li {
  padding: 6px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #aaa;
}
.pricing-plans .pricing-plan ul.plan-details li span, .pricing-plans .pricing-plan ul.plan-details li a, .pricing-plans .pricing-plan ul.plan-details li small {
  position: relative;
  left: -5px;
}
.pricing-plans .pricing-plan ul.plan-details li span {
  color: #221f1f;
}
.pricing-plans .pricing-plan ul.plan-details li span.hint, .pricing-plans .pricing-plan ul.plan-details li a {
  color: #266fa8;
}
.pricing-plans .pricing-plan ul.plan-details li span.hint:after, .pricing-plans .pricing-plan ul.plan-details li a:after {
  display: block;
  white-space: pre;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
  padding-right: 18px;
  padding-bottom: 10px;
}
.pricing-plans .pricing-plan ul.plan-details li span.hint:hover, .pricing-plans .pricing-plan ul.plan-details li a:hover, .pricing-plans .pricing-plan ul.plan-details li span.hint:focus, .pricing-plans .pricing-plan ul.plan-details li a:focus {
  color: #ff6c2b;
  cursor: help;
}
.pricing-plans .pricing-plan ul.plan-details li small {
  display: inline-block;
  color: #929090;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.pricing-plans .pricing-plan .cta .button {
  padding: 12px 25px;
  margin: 10px 0 5px;
}
.pricing-plans .pricing-plan .cta .button.enterprise {
  padding: 10px 15px;
}
@media only screen and (max-width: 600px) {
  .pricing-plans .pricing-plan .cta .button.enterprise {
    padding: 8px 10px;
  }
}
.pricing-plans .pricing-plan.platform h3 {
  border-bottom-color: #75a9cd;
}
.pricing-plans .pricing-plan.platform-plus h3 {
  border-bottom-color: #fff;
}
.pricing-plans .pricing-plan.platform-enterprise h3 {
  border-bottom-color: #ff6c2b;
}
.pricing-info {
  padding: 30px 0 0;
  overflow: hidden;
}
.pricing-info .pricing-pitch {
  position: relative;
  padding: 0 45% 0 3%;
  margin-bottom: 35px;
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .pricing-info .pricing-pitch {
    padding: 0 45% 0px 0;
  }
}
@media only screen and (max-width: 500px) {
  .pricing-info .pricing-pitch {
    position: static;
    float: none;
    width: 100%;
    padding: 0 0;
  }
}
.pricing-info .pricing-pitch p {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding-top: 15px;
}
.pricing-info .pricing-cta {
  position: absolute;
  padding: 0 4% 0 0;
  width: 30%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 500px) {
  .pricing-info .pricing-cta {
    position: static;
    transform: none;
    width: 100%;
    padding: 35px 0 0;
  }
  .pricing-info .pricing-cta ul {
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .pricing-info .pricing-cta .manual-options {
    display: inline-block;
  }
}
.pricing-info .pricing-cta .manual-options h4 {
  color: #221f1f;
  padding: 0 0 6px;
}
.pricing-info .pricing-cta .manual-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-info .pricing-cta .manual-options ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 4px 0;
}
.pricing-info .pricing-cta .manual-options ul li i {
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #929090;
  margin: 0 4px 0 2px;
  position: relative;
  top: 2px;
}
.pricing-info .pricing-cta .manual-options ul li a {
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
}
.pricing-info .pricing-fineprint {
  clear: both;
  padding: 12px 2% 0 2%;
  margin: 0 1% 0;
  border-top: 1px solid #ddd;
}
.pricing-info .pricing-fineprint p {
  color: #929090 !important;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 5px 0;
}
.pricing-info .pricing-fineprint p .star {
  color: #ff2e2e;
}
@media only screen and (max-width: 500px) {
  .pricing-info {
    text-align: center;
  }
}
html.lt-ie10 {
  /* ==========================================================================
   Features
   ========================================================================== */
}
html.lt-ie10 .spectrum .metrics li {
  position: static;
  display: inline-block;
}
html.lt-ie10 .spectrum .metrics li:after {
  content: ", ";
}
html.lt-ie10 .spectrum .metrics li:last-of-type:before {
  content: "or ";
}
html.lt-ie10 .spectrum .metrics li:last-of-type:after {
  content: "";
}
@media only screen and (max-width: 600px) {
  html.lt-ie10 .pricing-plans .pricing-plan {
    min-height: 416px;
  }
}
@media only screen and (max-width: 480px) {
  html.lt-ie10 .pricing-plans .pricing-plan {
    min-height: 0;
  }
}
body.page-id-74 header.page-header .container, body.page-id-76 header.page-header .container, body.page-id-78 header.page-header .container {
  padding-bottom: 15px !important;
}
body.page-id-74 header.page-header #replay-link, body.page-id-76 header.page-header #replay-link, body.page-id-78 header.page-header #replay-link {
  position: absolute;
  top: 285px;
  right: 100px;
  text-transform: uppercase;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15rem;
  /* ==========================================================================
   Mixins
   ========================================================================== */
  cursor: hand;
  cursor: pointer;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
  width: 130px;
  padding: 12px 0;
  text-align: center;
  z-index: 200;
}
body.page-id-74 header.page-header #replay-link:hover, body.page-id-76 header.page-header #replay-link:hover, body.page-id-78 header.page-header #replay-link:hover, body.page-id-74 header.page-header #replay-link:focus, body.page-id-76 header.page-header #replay-link:focus, body.page-id-78 header.page-header #replay-link:focus {
  cursor: hand;
  cursor: pointer;
}
body.page-id-74 header.page-header .button-wrap, body.page-id-76 header.page-header .button-wrap, body.page-id-78 header.page-header .button-wrap {
  position: absolute;
  top: 330px;
  right: 100px;
  z-index: 200;
  width: 130px;
  padding: 12px 0;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  body.page-id-74 header.page-header #replay-link, body.page-id-76 header.page-header #replay-link, body.page-id-78 header.page-header #replay-link {
    top: 260px;
    right: 15px;
  }
  body.page-id-74 header.page-header .button-wrap, body.page-id-76 header.page-header .button-wrap, body.page-id-78 header.page-header .button-wrap {
    top: 305px;
    right: 15px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-id-74 header.page-header #replay-link, body.page-id-76 header.page-header #replay-link, body.page-id-78 header.page-header #replay-link {
    top: auto;
    bottom: 12px;
    right: auto;
    left: 15px;
    width: auto;
  }
  body.page-id-74 header.page-header .button-wrap, body.page-id-76 header.page-header .button-wrap, body.page-id-78 header.page-header .button-wrap {
    top: auto;
    bottom: 15px;
    right: 15px;
    width: auto;
    padding: 0 !important;
  }
}
body.page-id-74 .container.first:after, body.page-id-76 .container.first:after, body.page-id-78 .container.first:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.page-id-74 table, body.page-id-76 table, body.page-id-78 table {
  margin: 20px 0 10px;
  width: 100%;
}
body.page-id-74 table td, body.page-id-76 table td, body.page-id-78 table td {
  padding: 5px 0;
  color: #636363;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  width: 33%;
}
body.page-id-74 table td:nth-of-type(1), body.page-id-76 table td:nth-of-type(1), body.page-id-78 table td:nth-of-type(1) {
  padding-right: 5%;
}
body.page-id-74 table td:nth-of-type(2), body.page-id-76 table td:nth-of-type(2), body.page-id-78 table td:nth-of-type(2) {
  padding-left: 5%;
  padding-right: 5%;
}
body.page-id-74 table td:nth-of-type(3), body.page-id-76 table td:nth-of-type(3), body.page-id-78 table td:nth-of-type(3) {
  padding-left: 5%;
}
body.page-id-74 table td h4, body.page-id-76 table td h4, body.page-id-78 table td h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #221f1f;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 5px;
}
body.page-id-74 table td a, body.page-id-76 table td a, body.page-id-78 table td a {
  display: block;
  text-align: center;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}
body.page-id-74 table td img[src*=".svg"], body.page-id-76 table td img[src*=".svg"], body.page-id-78 table td img[src*=".svg"] {
  width: auto;
  height: 125px;
  position: relative;
}
.tooltips-wrap {
  min-height: 660px;
  /* ==========================================================================
   About Us
   ========================================================================== */
}
.tooltips-wrap h3 {
  text-align: center;
  padding-bottom: 25px;
}
.tooltips-wrap .tooltips {
  padding-left: 25%;
  position: relative;
}
.tooltips-wrap .tooltips .tooltip-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  opacity: 0;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  z-index: 1;
  padding-right: 25px;
}
.tooltips-wrap .tooltips .tooltip-content h4 {
  padding: 4px 0 8px;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
}
.tooltips-wrap .tooltips .tooltip-content p, .tooltips-wrap .tooltips .tooltip-content ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.tooltips-wrap .tooltips .tooltip-content ul {
  padding-top: 0;
  padding-bottom: 0;
}
.tooltips-wrap .tooltips .tooltip-content p, .tooltips-wrap .tooltips .tooltip-content ul li {
  padding: 5px 0;
}
.tooltips-wrap .tooltips .tooltip-content.active {
  opacity: 1;
  z-index: 2;
}
.tooltips-wrap .tooltips .tooltip-content a.next-tip {
  display: block;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  border-top: 1px solid #929090;
  color: #266fa8;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-align: right;
  cursor: hand;
  cursor: pointer;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.tooltips-wrap .tooltips .tooltip-content a.next-tip:hover, .tooltips-wrap .tooltips .tooltip-content a.next-tip:focus {
  cursor: hand;
  cursor: pointer;
}
.tooltips-wrap .tooltips .tooltip-content a.next-tip i {
  float: right;
  margin: 6px 0 0 2px;
  font-size: 22px;
  font-size: 2.2rem;
}
.tooltips-wrap .tooltips .tooltip-content a.next-tip:hover, .tooltips-wrap .tooltips .tooltip-content a.next-tip:focus {
  color: #ff6c2b !important;
}
.tooltips-wrap .tooltips .tooltip-content a.next-tip:hover i, .tooltips-wrap .tooltips .tooltip-content a.next-tip:focus i {
  position: relative;
  left: 1px;
}
.tooltips-wrap .tooltips .img-map {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
}
.tooltips-wrap .tooltips .img-map .img {
  position: relative;
  z-index: 1;
}
.tooltips-wrap .tooltips .img-map .img img {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.tooltips-wrap .tooltips .img-map .tooltip {
  z-index: 2;
  width: 25px;
  height: 25px;
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: -21px;
  margin-left: -21px;
  color: #ff6c2b;
  cursor: hand;
  cursor: pointer;
  background: #fff;
  border-radius: 21px;
  border: 7px solid rgba(0, 0, 0, 0.7);
  letter-spacing: 0rem;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.tooltips-wrap .tooltips .img-map .tooltip:hover, .tooltips-wrap .tooltips .img-map .tooltip:focus {
  cursor: hand;
  cursor: pointer;
}
@media only screen and (max-width: 840px) {
  .tooltips-wrap .tooltips .img-map .tooltip {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (max-width: 680px) {
  .tooltips-wrap .tooltips .img-map .tooltip {
    width: 17px;
    height: 16px;
  }
}
.tooltips-wrap .tooltips .img-map .tooltip:before, .tooltips-wrap .tooltips .img-map .tooltip:after {
  font-size: 14px;
  font-size: 1.4rem;
}
.tooltips-wrap .tooltips .img-map .tooltip i {
  position: absolute;
  top: -4px;
  left: -3px;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.tooltips-wrap .tooltips .img-map .tooltip i.icon-minus-filled {
  opacity: 0;
}
.tooltips-wrap .tooltips .img-map .tooltip i.icon-plus-filled {
  opacity: 1;
}
.tooltips-wrap .tooltips .img-map .tooltip.active {
  z-index: 3;
}
.tooltips-wrap .tooltips .img-map .tooltip.active i.icon-plus-filled {
  opacity: 0;
}
.tooltips-wrap .tooltips .img-map .tooltip.active i.icon-minus-filled {
  opacity: 1;
}
.tooltips-wrap .tooltips .img-map .tooltip:hover, .tooltips-wrap .tooltips .img-map .tooltip:focus, .tooltips-wrap .tooltips .img-map .tooltip.active {
  border-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  z-index: 3;
}
@media only screen and (max-width: 840px) {
  .tooltips-wrap {
    min-height: 560px;
  }
  .tooltips-wrap .tooltips .tooltip-content {
    width: 30%;
    padding-right: 20px;
  }
  .tooltips-wrap .tooltips .tooltip-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  .tooltips-wrap .tooltips .tooltip-content p, .tooltips-wrap .tooltips .tooltip-content ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
  .tooltips-wrap .tooltips .img-map {
    width: 70%;
  }
}
@media only screen and (max-width: 790px) {
  .tooltips-wrap {
    min-height: 500px;
  }
  .tooltips-wrap .tooltips .tooltip-content {
    width: 40%;
    padding-right: 15px;
  }
  .tooltips-wrap .tooltips .img-map {
    width: 60%;
  }
}
@media only screen and (max-width: 680px) {
  .tooltips-wrap {
    min-height: 0;
  }
  .tooltips-wrap .tooltips {
    padding-left: 0;
  }
  .tooltips-wrap .tooltips .img-map {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
  }
  .tooltips-wrap .tooltips .img-map:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .tooltips-wrap .tooltips .tooltip-content {
    width: 100%;
    position: static;
    display: none;
  }
  .tooltips-wrap .tooltips .tooltip-content.active {
    display: block;
  }
}
body.page-id-12 .history {
  margin-bottom: -40px;
}
body.page-id-12 .page-submenu {
  display: none;
}
body.page-id-12 .color-flip-start {
  background: #fff;
}
body.page-id-12 .color-flip-start .container {
  padding-right: 20px;
}
body.page-id-12 .color-flip-start .container p {
  padding-right: 50%;
}
@media only screen and (max-width: 980px) {
  body.page-id-12 .color-flip-start .container p {
    padding-right: 0;
  }
  body.page-id-12 .color-flip-start .team-members {
    position: relative !important;
    bottom: 0;
    right: 0;
    top: 35px;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  body.page-id-12 .color-flip-start .team-members {
    top: 25px;
  }
}
body.page-id-12 main.page-main .page-content .color-flip:nth-of-type(even) {
  background: #f0f0f0 !important;
}
body.page-id-12 main.page-main .page-content .color-flip:nth-of-type(odd) {
  background: #fff !important;
}
body.page-id-12 .container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.page-id-12 img.alignright {
  margin: 60px 0 40px 60px;
}
body.page-id-12 img.size-full {
  max-width: 40%;
}
body.page-id-12 .thumbnail {
  display: none;
}
@media only screen and (max-width: 980px) {
  body.page-id-12 .color-flip:nth-of-type(2) .container {
    padding-bottom: 350px;
  }
  body.page-id-12 .team-members {
    float: none;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  body.page-id-12 .color-flip:nth-of-type(2) .container {
    padding-bottom: 250px;
  }
  body.page-id-12 .team-members .team-member img {
    height: 250px;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  body.page-id-12 .color-flip:nth-of-type(2) .container {
    padding-bottom: 200px;
  }
  body.page-id-12 .team-members .team-member img {
    height: 200px;
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  body.page-id-12 .color-flip:nth-of-type(2) .container {
    padding-bottom: 150px;
  }
  body.page-id-12 .team-members .team-member img {
    height: 150px;
    width: auto;
  }
}
.team-members {
  position: absolute;
  right: -40px;
  bottom: -5px;
  /* ==========================================================================
   Careers
   ========================================================================== */
}
.team-members .team-member {
  display: inline-block;
  margin-right: 0;
  position: relative;
  overflow: visible;
}
.team-members .team-member .tooltip {
  position: absolute;
  bottom: 25px;
  left: -10px;
  width: 136px;
  height: 136px;
  border-radius: 68px;
  border: 2px solid #fff;
  background: #266fa8;
  text-align: center;
  padding-top: 32px;
  opacity: 0;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  z-index: 11;
}
.team-members .team-member .tooltip a {
  color: #fff;
}
.team-members .team-member .tooltip a:hover, .team-members .team-member .tooltip a:focus {
  color: #ff6c2b;
}
.team-members .team-member .tooltip .name, .team-members .team-member .tooltip .title {
  padding: 2px 0;
  color: #fff;
}
.team-members .team-member .tooltip .name {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.team-members .team-member .tooltip .title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.team-members .team-member .tooltip .contact {
  padding: 6px 0;
}
.team-members .team-member .tooltip .contact i {
  margin: 0 2px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 600px) {
  .team-members .team-member .tooltip {
    bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .team-members .team-member .tooltip {
    bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  .team-members .team-member .tooltip {
    display: none;
  }
}
.team-members .team-member:nth-of-type(3) .tooltip {
  bottom: 55px;
}
.team-members .team-member:hover .tooltip {
  opacity: 1;
  left: -20px;
}
body.page-id-118 header.page-header .container, body.single-careers header.page-header .container {
  padding: 50px 0 !important;
  background: #266fa8 url('../img/bg/cityscape.svg') center bottom no-repeat !important;
  background-size: 110% !important;
}
body.page-id-118 .page-submenu, body.single-careers .page-submenu {
  display: none;
}
body.page-id-118 #main, body.single-careers #main {
  text-align: left;
}
body.page-id-118 #main .career-list, body.single-careers #main .career-list {
  width: 100%;
  padding-top: 20px;
}
body.page-id-118 #main .career-list h4, body.single-careers #main .career-list h4 {
  margin: 0;
  padding: 20px 0;
  border-top: 2px solid #221f1f;
  border-bottom: 1px solid #221f1f;
}
body.page-id-118 #main .career-list ul, body.single-careers #main .career-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-id-118 #main .career-list ul li, body.single-careers #main .career-list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px 0;
  border-top: 1px solid #221f1f;
}
body.page-id-118 #main .career-list ul li:after, body.single-careers #main .career-list ul li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.page-id-118 #main .career-list ul li h3, body.single-careers #main .career-list ul li h3 {
  float: left;
  width: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  padding: 0;
}
body.page-id-118 #main .career-list ul li ul, body.single-careers #main .career-list ul li ul {
  float: left;
  width: 50%;
}
body.page-id-118 #main .career-list ul li ul li, body.single-careers #main .career-list ul li ul li {
  padding: 0 0 5px;
  border: 0;
}
body.page-id-118 #main .career-list ul li ul li span, body.single-careers #main .career-list ul li ul li span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
}
body.page-id-118 .page-sidebar, body.single-careers .page-sidebar {
  background: url('../img/bg/bg-careers-aside.svg') 25px -6px no-repeat !important;
  background-size: 127% !important;
}
body.page-id-118 #secondary .widget-title, body.single-careers #secondary .widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
}
body.page-id-118 #secondary ul, body.single-careers #secondary ul {
  margin-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
body.page-id-118 #secondary ul li, body.single-careers #secondary ul li {
  margin-bottom: 0.5em;
}
body.single-careers {
  /* ==========================================================================
   Blog Pages
   ========================================================================== */
}
body.single-careers .post-single, body.single-careers .entry-content {
  border: none !important;
}
body.single-careers .entry-header {
  border-bottom: 2px solid #221f1f;
}
body.single-careers .entry-header .back-link {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 10px;
  line-height: 1rem;
  text-transform: uppercase;
  display: block;
}
body.single-careers .entry-header .entry-title {
  display: inline-block;
}
body.single-careers .entry-header .career-location {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  display: inline-block;
  float: right;
  margin: 10px 0;
}
body.blog header.page-header .container, body.single header.page-header .container, body.archive header.page-header .container, body.search header.page-header .container {
  background: #266fa8 url('../img/bg/blog.svg') left -15px no-repeat;
  background-size: contain, cover;
}
body.blog .page-sidebar aside, body.single .page-sidebar aside, body.archive .page-sidebar aside, body.search .page-sidebar aside {
  margin-bottom: 40px;
}
body.blog .page-sidebar aside:first-of-type h3, body.single .page-sidebar aside:first-of-type h3, body.archive .page-sidebar aside:first-of-type h3, body.search .page-sidebar aside:first-of-type h3 {
  padding-top: 0;
}
body.blog .page-sidebar aside h3, body.single .page-sidebar aside h3, body.archive .page-sidebar aside h3, body.search .page-sidebar aside h3 {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  /* form fields */
}
body.blog .page-sidebar aside input[type="text"], body.single .page-sidebar aside input[type="text"], body.archive .page-sidebar aside input[type="text"], body.search .page-sidebar aside input[type="text"], body.blog .page-sidebar aside input[type="email"], body.single .page-sidebar aside input[type="email"], body.archive .page-sidebar aside input[type="email"], body.search .page-sidebar aside input[type="email"], body.blog .page-sidebar aside input[type="tel"], body.single .page-sidebar aside input[type="tel"], body.archive .page-sidebar aside input[type="tel"], body.search .page-sidebar aside input[type="tel"], body.blog .page-sidebar aside input[type="url"], body.single .page-sidebar aside input[type="url"], body.archive .page-sidebar aside input[type="url"], body.search .page-sidebar aside input[type="url"], body.blog .page-sidebar aside input[type="password"], body.single .page-sidebar aside input[type="password"], body.archive .page-sidebar aside input[type="password"], body.search .page-sidebar aside input[type="password"], body.blog .page-sidebar aside input[type="search"], body.single .page-sidebar aside input[type="search"], body.archive .page-sidebar aside input[type="search"], body.search .page-sidebar aside input[type="search"], body.blog .page-sidebar aside textarea, body.single .page-sidebar aside textarea, body.archive .page-sidebar aside textarea, body.search .page-sidebar aside textarea {
  background: #ebebeb;
  border-color: #ebebeb;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* subscribe form */
}
body.blog .page-sidebar aside input[type="text"]:focus, body.single .page-sidebar aside input[type="text"]:focus, body.archive .page-sidebar aside input[type="text"]:focus, body.search .page-sidebar aside input[type="text"]:focus, body.blog .page-sidebar aside input[type="email"]:focus, body.single .page-sidebar aside input[type="email"]:focus, body.archive .page-sidebar aside input[type="email"]:focus, body.search .page-sidebar aside input[type="email"]:focus, body.blog .page-sidebar aside input[type="tel"]:focus, body.single .page-sidebar aside input[type="tel"]:focus, body.archive .page-sidebar aside input[type="tel"]:focus, body.search .page-sidebar aside input[type="tel"]:focus, body.blog .page-sidebar aside input[type="url"]:focus, body.single .page-sidebar aside input[type="url"]:focus, body.archive .page-sidebar aside input[type="url"]:focus, body.search .page-sidebar aside input[type="url"]:focus, body.blog .page-sidebar aside input[type="password"]:focus, body.single .page-sidebar aside input[type="password"]:focus, body.archive .page-sidebar aside input[type="password"]:focus, body.search .page-sidebar aside input[type="password"]:focus, body.blog .page-sidebar aside input[type="search"]:focus, body.single .page-sidebar aside input[type="search"]:focus, body.archive .page-sidebar aside input[type="search"]:focus, body.search .page-sidebar aside input[type="search"]:focus, body.blog .page-sidebar aside textarea:focus, body.single .page-sidebar aside textarea:focus, body.archive .page-sidebar aside textarea:focus, body.search .page-sidebar aside textarea:focus {
  border-color: #ff6c2b;
  background: #fff;
}
body.blog .page-sidebar aside .gform_wrapper, body.single .page-sidebar aside .gform_wrapper, body.archive .page-sidebar aside .gform_wrapper, body.search .page-sidebar aside .gform_wrapper {
  margin: 0;
  /* search form */
}
body.blog .page-sidebar aside .gform_wrapper .gform_description, body.single .page-sidebar aside .gform_wrapper .gform_description, body.archive .page-sidebar aside .gform_wrapper .gform_description, body.search .page-sidebar aside .gform_wrapper .gform_description {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #636363;
  padding-bottom: 15px;
}
body.blog .page-sidebar aside .gform_wrapper .gform_footer, body.single .page-sidebar aside .gform_wrapper .gform_footer, body.archive .page-sidebar aside .gform_wrapper .gform_footer, body.search .page-sidebar aside .gform_wrapper .gform_footer {
  padding-top: 10px;
}
body.blog .page-sidebar aside .gform_wrapper input[type="submit"], body.single .page-sidebar aside .gform_wrapper input[type="submit"], body.archive .page-sidebar aside .gform_wrapper input[type="submit"], body.search .page-sidebar aside .gform_wrapper input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
}
body.blog .page-sidebar aside#search-2, body.single .page-sidebar aside#search-2, body.archive .page-sidebar aside#search-2, body.search .page-sidebar aside#search-2 {
  position: relative;
  /* twitter */
}
body.blog .page-sidebar aside#search-2 label .screen-reader-text, body.single .page-sidebar aside#search-2 label .screen-reader-text, body.archive .page-sidebar aside#search-2 label .screen-reader-text, body.search .page-sidebar aside#search-2 label .screen-reader-text, body.blog .page-sidebar aside#search-2 input[type="submit"], body.single .page-sidebar aside#search-2 input[type="submit"], body.archive .page-sidebar aside#search-2 input[type="submit"], body.search .page-sidebar aside#search-2 input[type="submit"] {
  display: none;
}
body.blog .page-sidebar aside#search-2 label:after, body.single .page-sidebar aside#search-2 label:after, body.archive .page-sidebar aside#search-2 label:after, body.search .page-sidebar aside#search-2 label:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e611';
  position: absolute;
  position: absolute;
  top: 12px;
  right: 11px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 {
  position: relative;
  /* archives */
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 h3, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 h3, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 h3, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 h3 {
  padding-bottom: 15px;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .follow-button, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .follow-button, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .follow-button, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .follow-button {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding: 0 12px 0 8px;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .follow-button i, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .follow-button i, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .follow-button i, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .follow-button i {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-right: 8px;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet {
  border-top: 1px solid #636363;
  color: #646464;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header {
  padding: 15px 0 0;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header:after, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header:after, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header:after, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div {
  float: left;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.avatar, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.avatar, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.avatar, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.avatar {
  width: 18%;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.avatar img, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.avatar img, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.avatar img, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.avatar img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user {
  width: 41%;
  padding-left: 5%;
  padding-top: 5px;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user .user-name, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user .user-name, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user .user-name, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user .user-name, body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user .user-link, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user .user-link, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user .user-link, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.user .user-link {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.time, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.time, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.time, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet header div.time {
  width: 41%;
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 46px;
  line-height: 4.6rem;
}
body.blog .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet .tweet-body, body.single .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet .tweet-body, body.archive .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet .tweet-body, body.search .page-sidebar aside#fetch_tweets_widget_by_id-2 .tweet .tweet-body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  padding: 10px 0 20px;
}
body.blog .page-sidebar aside#categories-2 ul, body.single .page-sidebar aside#categories-2 ul, body.archive .page-sidebar aside#categories-2 ul, body.search .page-sidebar aside#categories-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.blog .page-sidebar aside#categories-2 ul li, body.single .page-sidebar aside#categories-2 ul li, body.archive .page-sidebar aside#categories-2 ul li, body.search .page-sidebar aside#categories-2 ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.blog .page-sidebar aside#categories-2 ul li a, body.single .page-sidebar aside#categories-2 ul li a, body.archive .page-sidebar aside#categories-2 ul li a, body.search .page-sidebar aside#categories-2 ul li a {
  display: block;
  padding: 5px 0 5px 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  position: relative;
}
body.blog .page-sidebar aside#categories-2 ul li a:before, body.single .page-sidebar aside#categories-2 ul li a:before, body.archive .page-sidebar aside#categories-2 ul li a:before, body.search .page-sidebar aside#categories-2 ul li a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e604';
  position: absolute;
  position: absolute;
  top: 7px;
  left: 0;
}
.post-teaser, .post-single {
  border-top: 2px solid #000;
  padding: 22px 0;
}
.post-teaser .entry-header .entry-meta, .post-single .entry-header .entry-meta {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
}
.post-teaser .entry-header .entry-title, .post-single .entry-header .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  color: #ff6c2b;
}
.post-teaser .entry-header .entry-title a, .post-single .entry-header .entry-title a {
  color: #ff6c2b;
}
.post-teaser .entry-header .entry-title a:hover, .post-single .entry-header .entry-title a:hover, .post-teaser .entry-header .entry-title a:focus, .post-single .entry-header .entry-title a:focus {
  color: #266fa8;
}
.post-teaser .entry-content, .post-single .entry-content {
  padding-bottom: 5px;
  border-bottom: 1px solid #929090;
  color: #646464;
  font-size: 16px;
  font-size: 1.6rem;
}
.post-teaser .entry-content .thumbnail, .post-single .entry-content .thumbnail {
  float: right;
  margin: 10px 0 20px 25px;
}
.post-teaser .entry-content h1, .post-single .entry-content h1, .post-teaser .entry-content h2, .post-single .entry-content h2, .post-teaser .entry-content h3, .post-single .entry-content h3, .post-teaser .entry-content h4, .post-single .entry-content h4 {
  color: #646464;
  padding: 15px 0 10px;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-transform: uppercase;
  text-align: left;
}
.post-teaser .entry-content h1:before, .post-single .entry-content h1:before, .post-teaser .entry-content h2:before, .post-single .entry-content h2:before, .post-teaser .entry-content h3:before, .post-single .entry-content h3:before, .post-teaser .entry-content h4:before, .post-single .entry-content h4:before, .post-teaser .entry-content h1:after, .post-single .entry-content h1:after, .post-teaser .entry-content h2:after, .post-single .entry-content h2:after, .post-teaser .entry-content h3:after, .post-single .entry-content h3:after, .post-teaser .entry-content h4:after, .post-single .entry-content h4:after {
  display: none;
}
.post-teaser .entry-content blockquote, .post-single .entry-content blockquote {
  margin: 10px 0;
  padding: 20px 30px 20px 104px;
  background: #fdfdfd;
  position: relative;
  min-height: 105px;
}
.post-teaser .entry-content blockquote:after, .post-single .entry-content blockquote:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
  position: absolute;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #efefef;
  font-size: 60px;
  font-size: 6rem;
  line-height: 60px;
  line-height: 6rem;
}
.post-teaser .entry-content blockquote p, .post-single .entry-content blockquote p {
  padding: 5px 0 !important;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #636363;
  text-align: left;
}
.post-teaser .entry-content table, .post-single .entry-content table {
  width: 100%;
  margin: 10px 0;
}
.post-teaser .entry-content table td, .post-single .entry-content table td {
  padding: 5px;
  background: #fdfdfd;
  border: 1px solid #efefef;
}
.post-teaser .entry-content .read-more, .post-single .entry-content .read-more {
  padding-top: 15px;
}
.post-teaser .entry-content .read-more a, .post-single .entry-content .read-more a {
  display: block;
}
.post-teaser .entry-content .read-more a i, .post-single .entry-content .read-more a i {
  color: #000;
  margin-left: 6px;
  font-size: 140%;
  position: relative;
  top: 5px;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.post-teaser .entry-content .read-more a:hover i, .post-single .entry-content .read-more a:hover i, .post-teaser .entry-content .read-more a:focus i, .post-single .entry-content .read-more a:focus i {
  left: 2px;
}
.post-teaser .entry-footer, .post-single .entry-footer {
  padding: 10px 0 20px;
}
.post-teaser .entry-footer .share-links, .post-single .entry-footer .share-links {
  float: right;
}
.post-teaser .entry-footer .share-links h3, .post-single .entry-footer .share-links h3 {
  display: none;
}
.post-teaser .entry-footer .share-links ul, .post-single .entry-footer .share-links ul, .post-teaser .entry-footer .share-links ul li, .post-single .entry-footer .share-links ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-teaser .entry-footer .share-links ul li, .post-single .entry-footer .share-links ul li {
  float: left;
}
.post-teaser .entry-footer .cat-links, .post-single .entry-footer .cat-links {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
@media only screen and (max-width: 790px) {
  .post-teaser .entry-footer .share-links, .post-single .entry-footer .share-links {
    float: left;
    width: 100%;
  }
  .post-teaser .entry-footer .cat-links, .post-single .entry-footer .cat-links {
    clear: left;
  }
}
.post-teaser .entry-content h1, .post-teaser .entry-content h2, .post-teaser .entry-content h3, .post-teaser .entry-content h4 {
  color: #646464;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
}
nav.post-navigation, nav.paging-navigation {
  padding: 10px 0;
}
nav.post-navigation a, nav.paging-navigation a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  margin: 20px 0;
  position: relative;
}
nav.post-navigation a i, nav.paging-navigation a i {
  color: #221f1f;
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: -1px;
}
nav.post-navigation .nav-previous a, nav.paging-navigation .nav-previous a {
  padding-left: 25px;
}
nav.post-navigation .nav-previous a i, nav.paging-navigation .nav-previous a i {
  left: 1px;
}
nav.post-navigation .nav-previous a:hover i, nav.paging-navigation .nav-previous a:hover i, nav.post-navigation .nav-previous a:focus i, nav.paging-navigation .nav-previous a:focus i {
  left: 0;
}
nav.post-navigation .nav-next a, nav.paging-navigation .nav-next a {
  padding-right: 25px;
  text-align: right;
}
nav.post-navigation .nav-next a i, nav.paging-navigation .nav-next a i {
  right: 1px;
}
nav.post-navigation .nav-next a:hover i, nav.paging-navigation .nav-next a:hover i, nav.post-navigation .nav-next a:focus i, nav.paging-navigation .nav-next a:focus i {
  right: 0;
}
.comment-wrap {
  padding: 20px 15px 15px;
}
.abh_box {
  padding-bottom: 10px !important;
  /* ==========================================================================
   FAQs
   ========================================================================== */
}
.abh_box .abh_tabs {
  border-top: 1px solid #929090;
  border-bottom: 0;
}
.abh_box .abh_tabs li {
  margin-right: 25px !important;
}
.abh_box .abh_tabs li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 15px 0 !important;
  background: none !important;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  color: #646464;
}
.abh_box .abh_tabs li a:hover, .abh_box .abh_tabs li a:focus {
  color: #ff6c2b;
}
.abh_box .abh_tabs li.abh_active a {
  color: #266fa8;
  position: relative;
}
.abh_box .abh_tabs li.abh_active a:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e603';
  position: absolute;
  font-size: 22px;
  font-size: 2.2rem;
  margin-left: -11px;
  color: #221f1f;
}
.abh_box .abh_tab_content {
  padding: 30px 0 0 0 !important;
  border-bottom: 0;
}
.abh_box .abh_tab_content .abh_image {
  width: 16%;
}
.abh_box .abh_tab_content .abh_image img {
  width: 100%;
  height: auto;
  max-width: none;
  box-shadow: none;
}
.abh_box .abh_tab_content .abh_social {
  position: absolute;
  top: 30px;
  right: 5px;
}
.abh_box .abh_tab_content .abh_text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
  margin-left: 20% !important;
}
.abh_box .abh_tab_content .abh_text h3, .abh_box .abh_tab_content .abh_text h4 {
  padding-top: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
}
.abh_box .abh_tab_content .abh_text h3 a, .abh_box .abh_tab_content .abh_text h4 a {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
}
.abh_box .abh_tab_content .abh_text ul {
  margin-left: 0;
}
.faq {
  padding: 7px 0;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  /* ==========================================================================
   Sign Up Page
   ========================================================================== */
}
.faq h4 a {
  display: block;
  padding-left: 55px;
  position: relative;
  color: #266fa8;
}
.faq h4 a .toggle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  position: absolute;
  top: -5px;
  left: 10px;
  color: #ff6c2b;
}
.faq h4 a:hover, .faq h4 a:focus {
  color: #ff6c2b;
}
.faq .answer {
  border-top: 2px solid #000;
  font-size: 0;
  margin-left: 55px;
}
.faq .answer p {
  padding: 0 15px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0.5;
  -moz-transition: all 0.1s linear 150ms ease;
  -webkit-transition: all 0.1s linear 150ms ease;
  -o-transition: all 0.1s linear 150ms ease;
  transition: all 0.1s linear 150ms ease;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.faq .answer p:first-of-type {
  padding-top: 15px;
}
.faq.expanded {
  padding-bottom: 15px;
}
.faq.expanded i.icon-plus-filled {
  display: none;
}
.faq.expanded i.icon-minus {
  display: block !important;
  color: #221f1f;
}
.faq.expanded p {
  max-height: 600px;
  padding-bottom: 15px;
  opacity: 1;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq.expanded p:last-of-type {
  padding-bottom: 0;
}
.faq.expanded a:hover i.icon-minus, .faq.expanded a:focus i.icon-minus {
  color: #ff6c2b;
}
body.page-id-23 .page-submenu, body.page-id-95 .page-submenu {
  display: none;
}
body.page-id-23 .container.first, body.page-id-95 .container.first {
  position: relative;
  background: url('../img/misc/laptop.png') left bottom no-repeat;
}
body.page-id-23 .container.first:after, body.page-id-95 .container.first:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.page-id-23 .container.first .thumbnail, body.page-id-95 .container.first .thumbnail {
  display: none;
}
body.page-id-23 .container.first .gform_wrapper, body.page-id-95 .container.first .gform_wrapper {
  padding-left: 69%;
  padding-bottom: 60px;
}
body.page-id-23 .container.first .gform_wrapper .form-header, body.page-id-95 .container.first .gform_wrapper .form-header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 65%;
  padding-right: 10%;
  padding-left: 20px;
  background: #f0f0f0;
}
body.page-id-23 .container.first .gform_wrapper .form-header h3, body.page-id-95 .container.first .gform_wrapper .form-header h3 {
  color: #221f1f;
}
body.page-id-23 .container.first .gform_wrapper .form-header h4, body.page-id-95 .container.first .gform_wrapper .form-header h4 {
  padding-top: 20px;
}
body.page-id-23 .container.first .gform_wrapper .form-header p, body.page-id-95 .container.first .gform_wrapper .form-header p {
  color: #646464;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  padding: 10px 0;
}
body.page-id-23 .container.first .gform_wrapper li.gfield#field_1_12, body.page-id-95 .container.first .gform_wrapper li.gfield#field_1_12, body.page-id-23 .container.first .gform_wrapper li.gfield#field_1_13, body.page-id-95 .container.first .gform_wrapper li.gfield#field_1_13, body.page-id-23 .container.first .gform_wrapper li.gfield#field_1_14, body.page-id-95 .container.first .gform_wrapper li.gfield#field_1_14, body.page-id-23 .container.first .gform_wrapper li.gfield#field_1_15, body.page-id-95 .container.first .gform_wrapper li.gfield#field_1_15 {
  padding-top: 0;
}
body.page-id-23 .container.first .gform_wrapper li.gfield#field_1_1, body.page-id-95 .container.first .gform_wrapper li.gfield#field_1_1 {
  padding: 10px 0;
  margin-bottom: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
body.page-id-23 .container.first .gform_wrapper li.gfield#field_1_1 label.gfield_label, body.page-id-95 .container.first .gform_wrapper li.gfield#field_1_1 label.gfield_label {
  display: none;
}
body.page-id-23 .container.first .gform_wrapper li.gfield#field_1_1 li, body.page-id-95 .container.first .gform_wrapper li.gfield#field_1_1 li {
  margin: 0 !important;
}
body.page-id-23 .container.first .gform_wrapper p, body.page-id-95 .container.first .gform_wrapper p {
  color: #221f1f;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding-top: 0;
}
body.page-id-23 .container.first .gform_wrapper input[type="text"], body.page-id-95 .container.first .gform_wrapper input[type="text"], body.page-id-23 .container.first .gform_wrapper input[type="email"], body.page-id-95 .container.first .gform_wrapper input[type="email"], body.page-id-23 .container.first .gform_wrapper input[type="tel"], body.page-id-95 .container.first .gform_wrapper input[type="tel"], body.page-id-23 .container.first .gform_wrapper input[type="url"], body.page-id-95 .container.first .gform_wrapper input[type="url"], body.page-id-23 .container.first .gform_wrapper input[type="password"], body.page-id-95 .container.first .gform_wrapper input[type="password"], body.page-id-23 .container.first .gform_wrapper textarea, body.page-id-95 .container.first .gform_wrapper textarea {
  width: 100%;
}
body.page-id-23 .container.first img, body.page-id-95 .container.first img {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 790px) {
  body.page-id-23 .container.first, body.page-id-95 .container.first {
    background: none;
  }
  body.page-id-23 .container.first .gform_wrapper, body.page-id-95 .container.first .gform_wrapper {
    padding-left: 0;
    padding-bottom: 20px;
  }
  body.page-id-23 .container.first .gform_wrapper .form-header, body.page-id-95 .container.first .gform_wrapper .form-header {
    position: static;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 0;
  }
}
body.page-id-95 {
  /* ==========================================================================
   Contact Us
   ========================================================================== */
}
body.page-id-95 .container.first {
  min-height: 750px;
}
body.page-id-694 {
  /* ==========================================================================
   Integrations Landing Pages
   ========================================================================== */
}
body.page-id-694 #main {
  text-align: left;
}
body.page-id-694 #main form#gform_5 {
  margin: 15px 0;
  max-width: 555px;
}
body.page-id-694 #main form#gform_5 input[type="text"], body.page-id-694 #main form#gform_5 input[type="email"], body.page-id-694 #main form#gform_5 input[type="tel"], body.page-id-694 #main form#gform_5 input[type="url"], body.page-id-694 #main form#gform_5 input[type="password"], body.page-id-694 #main form#gform_5 textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
  width: 100%;
}
body.page-id-694 .page-sidebar aside {
  margin-bottom: 20px;
}
body.page-id-694 .page-sidebar aside h3 {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
body.page-id-694 .page-sidebar aside .textwidget {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #646464;
}
body.page-id-694 .page-sidebar aside .textwidget p {
  padding-top: 0;
}
body.page-id-694 .page-sidebar aside .textwidget a:link, body.page-id-694 .page-sidebar aside .textwidget a:visited {
  color: #646464;
}
body.page-id-694 .page-sidebar aside .textwidget a:hover, body.page-id-694 .page-sidebar aside .textwidget a:focus {
  color: #ff6c2b;
}
body.page-id-694 .page-sidebar aside .textwidget .social {
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 43px;
  line-height: 4.3rem;
  padding-top: 10px;
}
body.page-id-694 .page-sidebar aside .textwidget .social a {
  margin-right: 10px;
}
body.page-id-694 .page-sidebar aside .textwidget .social a:link, body.page-id-694 .page-sidebar aside .textwidget .social a:visited {
  color: #266fa8;
}
body.page-id-694 .page-sidebar aside .textwidget .social a:hover, body.page-id-694 .page-sidebar aside .textwidget .social a:focus {
  color: #ff6c2b;
}
body.page-id-694 .page-sidebar aside#text-3 h3 {
  display: none;
}
body.single-integrations {
  /* ==========================================================================
   Onboarding Program Page
   ========================================================================== */
}
body.single-integrations header.page-header .container {
  min-height: 465px;
  background: url('../img/bg/forklift.svg') center 10px no-repeat;
  background-size: 90%, 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}
body.single-integrations header.page-header .pitch {
  max-width: 664px;
  height: auto;
  margin: 30px auto;
  padding: 10px 15px 0;
  position: relative;
}
body.single-integrations header.page-header .pitch img {
  width: 100%;
  height: auto;
}
body.single-integrations header.page-header .pitch p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 0;
  width: 22.5%;
  position: absolute;
  top: 85%;
  text-align: center;
}
body.single-integrations header.page-header .pitch p.left {
  left: 0;
  padding-left: 1%;
}
body.single-integrations header.page-header .pitch p.right {
  right: 0;
  padding-right: 1%;
}
body.single-integrations header.page-header .pitch .site-logo {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -90px;
}
@media only screen and (max-width: 840px) {
  body.single-integrations header.page-header .pitch .site-logo {
    margin-left: -70px;
  }
}
@media only screen and (max-width: 600px) {
  body.single-integrations header.page-header .pitch .site-logo {
    width: 120px;
    height: 17px;
    background-size: 120px 17px;
    margin-left: -60px;
  }
}
@media only screen and (max-width: 480px) {
  body.single-integrations header.page-header .pitch .site-logo {
    width: 84px;
    height: 12px;
    background-size: 84px 12px;
    margin-left: -42px;
  }
}
body.single-integrations .logo-white {
  vertical-align: middle;
  margin: 0 0 0 10px;
}
body.single-integrations .container.first {
  padding: 0 !important;
}
body.single-integrations header.site-header nav.menu ul li.current_page_parent a {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  color: #fff;
}
body.single-integrations header.site-header nav.menu ul li.current_page_parent a:hover, body.single-integrations header.site-header nav.menu ul li.current_page_parent a:focus {
  color: #ff6c2b;
}
body.single-integrations table {
  margin: 30px 0;
  width: 100%;
}
body.single-integrations table td {
  padding: 0;
  padding-bottom: 0 !important;
  color: #636363;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  width: 33%;
}
body.single-integrations table td:nth-of-type(1) {
  padding-right: 2%;
}
body.single-integrations table td:nth-of-type(2) {
  padding-left: 2%;
  padding-right: 2%;
}
body.single-integrations table td:nth-of-type(3) {
  padding-left: 2%;
}
body.single-integrations table td h4, body.single-integrations table td p {
  padding: 8px 0;
}
body.single-integrations table td h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #221f1f;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 0;
}
body.single-integrations table td a {
  display: block;
  text-align: center;
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}
body.single-integrations table td img[src*=".svg"] {
  width: auto;
  height: 180px;
  position: relative;
}
body.page-id-927 {
  /* ==========================================================================
   Partner Profit Program / Distribution Vendor Partners Page (...whichever they are calling it now)
   ========================================================================== */
}
body.page-id-927 header.page-header .container {
  padding: 40px 0 20px;
}
body.page-id-927 header.page-header .container .history-wrap {
  max-height: 230px;
  overflow: visible;
  margin-top: 50px;
}
@media only screen and (max-width: 680px) {
  body.page-id-927 header.page-header .container .history-wrap {
    margin-top: 20px;
  }
}
body.page-id-927 header.page-header .container .history-wrap .history {
  background-color: transparent !important;
  overflow: visible;
}
body.page-id-927 header.page-header .container .history-wrap .history.animating .tip-8, body.page-id-927 header.page-header .container .history-wrap .history.animating .tip-7, body.page-id-927 header.page-header .container .history-wrap .history.animating .tip-4, body.page-id-927 header.page-header .container .history-wrap .history.animating .tip-2, body.page-id-927 header.page-header .container .history-wrap .history.animating .tip-1 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
body.page-id-927 main.page-main .page-content .thumbnail {
  display: none;
}
body.page-id-927 main.page-main .page-content img.alignright {
  width: 40%;
  max-width: 240px;
  margin-left: 35px;
  margin-bottom: 50px;
}
body.page-id-927 main.page-main .page-content .color-flip .container ul:last-of-type {
  padding-bottom: 20px;
}
body.page-id-928 header.page-header .container {
  padding: 40px 0 0;
  position: relative;
}
body.page-id-928 .page-sidebar {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 53.5%;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 790px) {
  body.page-id-928 .page-sidebar {
    position: static;
    width: 80%;
    padding-left: 15px;
  }
}
body.page-id-928 .page-sidebar .gform_wrapper {
  padding-top: 30px;
}
@media only screen and (max-width: 790px) {
  body.page-id-928 .page-sidebar .gform_wrapper {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
body.page-id-928 .page-sidebar .gform_wrapper .gform_title {
  font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  color: #ff6c2b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  text-transform: uppercase;
  padding: 10px 0;
}
@media only screen and (max-width: 840px) {
  body.page-id-928 .page-sidebar .gform_wrapper .gform_title {
    line-height: 20px;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 680px) {
  body.page-id-928 .page-sidebar .gform_wrapper .gform_title {
    line-height: 19px;
    line-height: 1.9rem;
  }
}
body.page-id-928 .page-sidebar .gform_wrapper .gform_description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #221f1f;
  padding: 10px;
  margin: 0 0 15px;
  display: block;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 840px) {
  body.page-id-928 .page-sidebar .gform_wrapper .gform_description {
    line-height: 20px;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 680px) {
  body.page-id-928 .page-sidebar .gform_wrapper .gform_description {
    line-height: 19px;
    line-height: 1.9rem;
  }
}
body.page-id-928 .page-sidebar .gform_wrapper .charleft {
  display: none;
}
body.page-id-928 .page-sidebar .gform_wrapper .gfield_label {
  display: none;
}
body.page-id-928 .page-sidebar .gform_wrapper .ginput_container input {
  width: 100%;
}
body.page-id-928 .page-content {
  width: 65%;
  display: block;
}
@media only screen and (max-width: 790px) {
  body.page-id-928 .page-content {
    width: 100%;
  }
}
body.page-id-928 .page-content .wp-post-image {
  margin: 65px 0 25px 25px;
  width: 35%;
}
body.page-id-928 .page-content h2 {
  padding: 10px 0 15px;
  margin: 0;
  text-align: left;
}
body.page-id-928 .page-content h2:before, body.page-id-928 .page-content h2:after {
  display: none;
}
body.page-id-928 .page-content h3:not(.gform_title) {
  /*#75A9CD*/
  background: #266fa8;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 10px 15px;
  margin: 30px 0 10px;
}
body.page-id-928 .page-content h3:not(.gform_title) + p, body.page-id-928 .page-content h3:not(.gform_title) + p + ul {
  margin-left: 15px;
}
body.page-id-928 .page-content .container.first {
  padding-left: 0;
  padding-right: 10%;
  padding-bottom: 0;
}
@media only screen and (max-width: 790px) {
  body.page-id-928 .page-content .container.first {
    padding-right: 0;
  }
}
body.page-id-928 .page-content .color-flip {
  margin-right: 10%;
  margin-top: -10px;
}
@media only screen and (max-width: 790px) {
  body.page-id-928 .page-content .color-flip {
    margin-right: 0;
  }
}
body.page-id-928 .page-content .color-flip h4 {
  padding-top: 0;
}
body.page-id-928 .page-content .color-flip .container {
  padding: 20px 20px 25px;
}
body.page-id-928 .page-content .color-flip:nth-of-type(even) {
  background: #e5e5e5;
}
body.page-id-928 .page-content .color-flip:nth-of-type(odd) {
  background: #d8d8d8;
}
body.page-id-928 .page-content .color-flip:last-of-type {
  background: #f0f0f0;
}
body.page-id-928 .page-content .color-flip:last-of-type .container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}
body.page-id-928 .page-content .color-flip:last-of-type p {
  margin-left: 15px;
  margin-right: 15px;
}
body.page-id-928 .page-content blockquote {
  background: #fdfdfd !important;
  margin: -10px 0 15px;
}
body.page-id-928 .page-content blockquote:after {
  color: #efefef !important;
}
