@charset "UTF-8";
.zIndex-level--1 {
  z-index: 1100 !important; }

.zIndex-level--2 {
  z-index: 1200 !important; }

.zIndex-level--3 {
  z-index: 1300 !important; }

.zIndex-level--4 {
  z-index: 1400 !important; }

.zIndex-level--5 {
  z-index: 1500 !important; }

.zIndex-level--6 {
  z-index: 1600 !important; }

.zIndex-level--7 {
  z-index: 1700 !important; }

.zIndex-level--8 {
  z-index: 1800 !important; }

.zIndex-level--9 {
  z-index: 1900 !important; }

meta.foundation-version {
  font-family: "1.1.0"; }

meta.foundation-mq {
  font-family: "small=0&medium=40rem&large=75rem&xlarge=90rem&xxlarge=120rem"; }

/*
  GLOBAL
  ------

  Global styles and settings for Foundation for Apps are stored here. This file must always
  be imported, no matter what.

  Includes:
   -
*/
html, body {
  height: 100%;
  font-size: 100%; }

html {
  box-sizing: border-box; }

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;

   }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

a, [ui-sref], [zf-open], [zf-close], [zf-toggle] {
  cursor: pointer; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.padding {
  padding: 1rem; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000; }
        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left,
        .carousel-inner > .item.prev.right,
        .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .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 {
    left: auto;
    right: 0;
    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:hover,
  .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.container, .container-padded {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before,
  .container-padded:before,
  .container:after, .container-padded:after {
    content: " ";
    display: table; }
  .container:after, .container-padded:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .container-padded {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .container-padded {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .container-padded {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before,
  .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before,
  .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.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 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

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

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

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

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

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

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #cbcbcb;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #dfdfdf; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #dfdfdf;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg input[type="month"] {
      line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg,
  .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm, .input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg, .input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .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: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .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: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: white; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    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 {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .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; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

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

.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #eeeeee; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: rgba(0, 0, 0, 0.87);
    white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #f6921e; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777; }

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover,
    .btn-group > .btn:focus,
    .btn-group > .btn:active,
    .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before,
  .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn: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),
.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 {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn: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 {
  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 {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn: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 {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

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

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !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; } }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #cbcbcb;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #f6921e;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #c06b08;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

[role="button"] {
  cursor: pointer; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  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) {
    border-radius: 0; }

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #dfdfdf;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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 {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover,
    .input-group-btn > .btn:focus,
    .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor:  default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0; }

.u-floatLeft {
  float: left; }

.u-floatRight {
  float: right; }

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

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

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

.u-textJustify {
  text-align: justify; }

.u-textUppercase {
  text-transform: uppercase; }

.u-textCapitalize {
  text-transform: capitalize; }

.u-textNoWrap {
  white-space: nowrap; }

.u-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-light {
  font-weight: 300; }

.u-medium {
  font-weight: 500; }

.u-bold {
  font-weight: bold; }

.u-italic {
  font-style: italic; }

.u-borderBottom {
  border-bottom: 1px solid #e0e0e0; }

.u-topFlush {
  padding-top: 0;
  margin-top: 0; }

.u-error {
  color: #f44336; }

.u-success {
  color: #4caf50; }

.u-warning {
  color: #ff9800; }

.u-textEmphasis--orange {
  color: #f6921e; }

.show,
.u-show {
  display: block; }

.hide,
.u-hide {
  display: none; }

.u-inlineBlock {
  display: inline-block !important; }

.u-flexStart {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.u-overflowScrollable {
  overflow: auto !important; }

.u-overflowHidden {
  overflow: hidden !important; }

.u-overflowVisible {
  overflow: visible !important; }

.u-positionRelative {
  position: relative; }

.u-positionAbsolute {
  position: absolute; }

body {
  font: 400 16px/1.5 "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666; }

::-webkit-input-placeholder,
:moz-placeholder {
  color: #999; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

a:focus,
button:focus,
input[type="submit"]:focus {
  outline: none; }

a {
  transition: all 0.2s ease; }
  a:link,
  a:visited {
    color: #009BC0;
    text-decoration: none; }
  a:hover {
    color: #0081AA; }
  a.learn-more:after {
    content: ' →'; }

p,
ul,
ol,
blockquote {
  margin-bottom: 15px; }

ul,
ol {
  padding-left: 25px; }
  ul.list--unstyled,
  ol.list--unstyled {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    ul.list--unstyled li,
    ol.list--unstyled li {
      margin: 0; }
    ul.list--unstyled.list--horizontal li,
    ol.list--unstyled.list--horizontal li {
      display: inline-block; }
      ul.list--unstyled.list--horizontal li + li,
      ol.list--unstyled.list--horizontal li + li {
        margin-left: 10px; }

ul + ul {
  margin-bottom: 0; }

ol {
  list-style: decimal; }

li {
  font-size: 16px;
  line-height: 1.5; }
  li ~ li {
    margin-top: 8px; }
  @media screen and (min-width: 992px) {
    li {
      font-size: 16px; } }

hr.hr--padded {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background: #f4f4f4;
  border: 0 none; }

small {
  font-size: 13px; }

/* UTILITIES
--------------------------------------------- */
::-moz-selection {
  color: #231f20;
  background: #c7e6e6; }
::selection {
  color: #231f20;
  background: #c7e6e6; }

.u-color-teal {
  color: #67babe; }

.u-color-orange {
  color: #f6921e; }

.u-color-red {
  color:  #b8414d; }

.u-color-white {
  color: #fff; }

.u-fontWeight-100 {
  font-weight: 100; }

.u-fontWeight-200 {
  font-weight: 200; }

.u-fontWeight-300 {
  font-weight: 300; }

.u-fontWeight-400 {
  font-weight: 400; }

.u-fontWeight-500 {
  font-weight: 500; }

.u-fontWeight-600 {
  font-weight: 600; }

.u-fontWeight-700 {
  font-weight: 700; }

.u-fontWeight-800 {
  font-weight: 800; }

.u-fontWeight-900 {
  font-weight: 900; }

.u-marginTop-0 {
  margin-top: 0px !important; }

.u-marginBottom-0 {
  margin-bottom: 0px !important; }

.u-marginTop-10 {
  margin-top: 10px !important; }

.u-marginBottom-10 {
  margin-bottom: 10px !important; }

.u-marginTop-20 {
  margin-top: 20px !important; }

.u-marginBottom-20 {
  margin-bottom: 20px !important; }

.u-marginTop-30 {
  margin-top: 30px !important; }

.u-marginBottom-30 {
  margin-bottom: 30px !important; }

.u-marginTop-40 {
  margin-top: 40px !important; }

.u-marginBottom-40 {
  margin-bottom: 40px !important; }

.u-marginTop-50 {
  margin-top: 50px !important; }

.u-marginBottom-50 {
  margin-bottom: 50px !important; }

.u-marginTop-60 {
  margin-top: 60px !important; }

.u-marginBottom-60 {
  margin-bottom: 60px !important; }

.u-marginTop-70 {
  margin-top: 70px !important; }

.u-marginBottom-70 {
  margin-bottom: 70px !important; }

.u-marginTop-80 {
  margin-top: 80px !important; }

.u-marginBottom-80 {
  margin-bottom: 80px !important; }

.u-marginTop-90 {
  margin-top: 90px !important; }

.u-marginBottom-90 {
  margin-bottom: 90px !important; }

.u-marginTop-100 {
  margin-top: 100px !important; }

.u-marginBottom-100 {
  margin-bottom: 100px !important; }

.u-grayscale {
  filter: grayscale(1); }

.border-top {
  border-top: 1px solid #f4f4f4; }

.border-bottom {
  border-bottom: 1px solid #f4f4f4; }

.border-left {
  border-left: 1px solid #f4f4f4; }

.border-right {
  border-right: 1px solid #f4f4f4; }

.bordered {
  border: 1px solid #f4f4f4; }
  .bordered.padded {
    padding: 20px; }

.container-padded {
  padding: 50px 5%; }
  @media (min-width: 768px) {
    .container-padded {
      padding: 50px 15px; } }

.video-box {
  position: relative; }
  .video-box .play-video {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100px;
    margin: auto;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .video-box .play-video:hover {
      width: 120px; }
    .video-box .play-video:focus,
    .video-box .play-video:active {
      outline: none; }

.btn {
  display: inline-block;
  padding: 10px 40px;
  font: 500 20px/1.3 "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  border-radius: 3px; }
  .btn,
  .btn .fa {
    transition: all 0.3s ease; }
  .btn.btn--primary {
    width: 100%;
    background-color: #FF5745;
    /* background-image: linear-gradient(180deg, #ffab2e, #f17205); */
    /* border: 1px solid #ee8a20;  */}
    @media (min-width: 768px) {
      .btn.btn--primary {
        width: auto; } }
    .btn.btn--primary,
    .btn.btn--primary .fa {
      color: white; }
    .btn.btn--primary:hover {
      background-color: #F25341;
      /* background-image: linear-gradient(to bottom, #f8aa4f, #f1860a);  */
    }
    .btn.btn--primary:active {
      background-image: none;
      background-color: #E64F3E;
      /* background-image: linear-gradient(to bottom, #f6921e, #f8aa4f);  */}
    .btn.btn--primary.disabled {
      cursor: default;
      pointer-events: none;
      opacity: 0.5;
    }
  .btn.btn--secondary {
    background-color: #85c6c6;
    background-image: linear-gradient(to bottom, #85c6c6, #62b6b6);
    border: 1px solid #62b6b6; }
    .btn.btn--secondary,
    .btn.btn--secondary .fa {
      color: white;
      transition: all 0.3s ease; }
    .btn.btn--secondary:hover {
      background-color: #51adad;
      background-image: linear-gradient(to bottom, #85c6c6, #51adad); }
    .btn.btn--secondary:active {
      background-image: linear-gradient(to bottom, #5bb3b3, #69b9b9); }
    .btn.btn--secondary.btn--inverted {
      background-color: transparent;
      background-image: none;
      border: 1px solid #67babe; }
      .btn.btn--secondary.btn--inverted,
      .btn.btn--secondary.btn--inverted .fa {
        color: #67babe; }
      .btn.btn--secondary.btn--inverted:hover,
      .btn.btn--secondary.btn--inverted:hover .fa {
        color: #fff; }
  .btn.btn--small {
    padding: 5px 20px;
    font-size: 16px; }
  .btn.btn--fullWidth {
    width: 100%; }

.icon {
  display: block;
  background: url("../img/marketing-icons.png") no-repeat; }

/* Boxes */
.box {
  margin-bottom: 1em;
  background: #fff;
  border: 1px solid #d5d5d5; }

.floating {
  border: 0 none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.333); }

/* Dialogs - Base by Dmitry Semenov (Magnific Popup) */
.page-shade {
  display: none; }

.mfp-bg,
.page-shade {
  position: absolute;
  z-index: 9960;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  background: #222; }

.mfp-zoom-out-cur,
.mfp-auto-cursor {
  cursor: pointer; }

.mfp-preloader {
  display: none; }

.mfp-wrap {
  position: absolute;
  z-index: 9970;
  width: 100%;
  height: 100%;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

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

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

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

.mfp-content {
  position: relative;
  z-index: 9980;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  cursor: default; }

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

.mfp-figure:after {
  position: absolute;
  top: 2em;
  right: 0;
  bottom: 2em;
  left: 0;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  content: '';
  box-shadow: 0 0 0; }

img.mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 2em 0;
  margin: 0 auto;
  line-height: 0; }

button.mfp-close {
  position: absolute;
  top: -12px;
  right: -12px;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  cursor: pointer;
  background: #fff url("../img/marketing-icons.png") no-repeat -177px -2px;
  border: 0 none;
  border: 2px solid #e96028;
  border-radius: 50%;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

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

.mfp-bottom-bar {
  display: none; }

/* Dialog Type: General */
.mfp-hide {
  display: none; }

.mfp-inline-holder {
  padding: 0 2.5%; }

.inline-popup {
  padding: 2.8125em 2.8125em 1.8125em;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ed891f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.popup-title {
  margin-bottom: 1em; }

.popup-content .popup-content-section {
  margin-top: 1.25em; }

.popup-content .popup-content-section:first-child {
  margin-top: 0; }

.popup-content h3 {
  margin-bottom: .75em; }

.popup-content p,
.popup-content ul,
.popup-content ol {
  line-height: 1.4; }

/* Dialog Type: Video */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  max-width: 900px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

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

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000; }

/* Fade in */
.mfp-fade.mfp-bg {
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.5s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  filter: alpha(opacity=90);
  opacity: .9; }

.mfp-fade.mfp-bg.mfp-removing {
  filter: alpha(opacity=0);
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.5s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  filter: alpha(opacity=100);
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  filter: alpha(opacity=0);
  opacity: 0; }

@media only screen and (max-width: 37.5em) {
  /* 600px */
  .inline-popup {
    padding: 1.5em 1.5em 0.5em; }
  .popup-title {
    margin-bottom: .5em; } }

/* Page Sections */
div#content {
  padding-top: 60px; }

div#content.simplebase {
  padding-top: 0; }

section {
  text-align: center; }
  section h3 {
    margin: 0 0 10px; }
  section.heroSection p {
    margin: 20px 0; }
  section.heroSection .btn--primary {
    margin-top: 10px; }
  section.relatedPages {
    text-align: left; }
    section.relatedPages ul {
      padding: 0;
      margin: 15px 0 0; }
    section.relatedPages li {
      display: block;
      float: left;
      margin: 0 12px 12px 0; }
      section.relatedPages li a {
        display: block;
        padding: 3px 8px;
        border: 1px solid #67babe; }
        section.relatedPages li a:hover {
          border-color: #419498; }
  section.pressRelease h1 {
    font-size: 32px; }

.whiteBG {
  background-color: #fff; }

.grayBG {
  background-color: #f3f3f3; }

.angleBG {
  background-image: url(/static/marketing/images/bg-angles.png);
  background-position: center center;
  background-size: cover; }

.breadcrumbSection {
  padding: 10px 0;
  text-align: left;
  border-top: 1px solid #f4f4f4; }
  .breadcrumbSection .breadcrumb-zenefitsLogo {
    margin-bottom: 4px; }
  .breadcrumbSection li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle; }
    .breadcrumbSection li + li:before {
      margin: 0 5px 0 12px;
      content: '\3009'; }

.imageContainer {
  margin-top: 50px;
  text-align: center; }
  .imageContainer img {
    width: 100%;
    max-width: 400px; }
  @media (min-width: 992px) {
    .imageContainer {
      margin-top: 0; } }

@media (min-width: 768px) {
  ul.carrierList {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 992px) {
  ul.carrierList {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

ul.carrierList li {
  margin-bottom: 15px;
  line-height: 1.2; }

.footer-sitemap {
  border-color: #f4f4f4;
  border-style: solid;
  border-width: 1px 0; }

.footer-sitemap-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left; }
  @media (min-width: 768px) {
    .footer-sitemap-column {
      float: left;
      width: 20%; } }
  .footer-sitemap-column h5 {
    font-size: 16px;
    font-weight: 500;
    color: #666; }
  .footer-sitemap-column li {
    padding-top: 5px; }
    .footer-sitemap-column li,
    .footer-sitemap-column li a {
      font-size: 14px; }
  .footer-sitemap-column .footer-socialMediaIcons a {
    margin-right: 10px; }

.footer-legal {
  padding: 40px 0;
  font-size: 13px; }
  .footer-legal .footer-copyright {
    margin: 15px 0 10px; }

footer.simpleFooter {
  padding: 15px 0;
  border-top: 1px solid #ccc; }

/* Form Elements */
.form-control {
  height: auto; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  background-color: white;
  border: 1px solid #d6dee9;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="text"]:active,
  input[type="text"]:focus,
  input[type="email"]:active,
  input[type="email"]:focus,
  input[type="number"]:active,
  input[type="number"]:focus,
  input[type="tel"]:active,
  input[type="tel"]:focus,
  input[type="password"]:active,
  input[type="password"]:focus,
  textarea:active,
  textarea:focus,
  select:active,
  select:focus {
    border-color: #2fcdd0;
    outline: none;  }
  input[type="text"].input--disabled,
  input[type="email"].input--disabled,
  input[type="number"].input--disabled,
  input[type="tel"].input--disabled,
  input[type="password"].input--disabled,
  textarea.input--disabled,
  select.input--disabled {
    color: #aaa;
    background-color: #f3f3f3; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

select {
  padding: 10px 30px 10px 15px;
  background-image: url(/static/marketing/images/services/icn-dropdown-gray.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px; }

.grid-block{
	display: -webkit-flex;
	display: flex;
}

.grid-block .formGroup{
	width: 100%;
}

.vertical{
	flex-direction: column;
}

.u-bumperRight--sm{
	margin-right: 8px;
}

.u-bumperRight--xs {
	margin-right: 4px;
}

.u-bumperTop--md {
  margin-top: 24px;
}

.u-bumperBottom--md {
  margin-bottom: 24px;
}

.formGroup {
  position: relative;
  margin-bottom: 10px; }
  .formGroup label {
    line-height: 1.25; }
  .formGroup .errorText {
    display: none;
    margin: 4px 0;
    font-size: 12px;
    font-weight: normal;
    color:  #b8414d;
    text-align: left; }
  .formGroup.error label {
    color:  #b8414d; }
  .formGroup.error input[type="text"],
  .formGroup.error input[type="email"],
  .formGroup.error input[type="number"],
  .formGroup.error input[type="tel"],
  .formGroup.error input[type="password"],
  .formGroup.error textarea,
  .formGroup.error select {
    color:  #b8414d;
    border-color: #F16D79; }
  .formGroup.error .errorText {
    display: block; }
  .formGroup .fa.fa-spinner {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 24px; }

.fa.fa-spinner:not(.active) {
  display: none; }

form.demoRequest {
  width: 100%;
  max-width: 400px;
  margin: auto;
  text-align: center; }
  form.demoRequest .formHeader h2 {
    margin: 0 auto 10px;
    font-size: 30px; }
    form.demoRequest .formHeader h2.quoteHeader {
      margin-bottom: 5px;
      font-size: 26px; }
  form.demoRequest .formHeader p {
    margin: 0 auto 20px;
    font-size: 16px; }
  form.demoRequest .paddedText {
    width: 80%;
    margin: 0 auto 20px;
    line-height: 1.3; }
  form.demoRequest .input--radio p {
    margin-bottom: 0;
    text-align: left; }
  form.demoRequest .input--radio label {
    display: inline-block;
    width: 48%;
    margin: 5px 0;
    font: 400 16px "franklin-gothic-urw", Helvetica, Arial, sans-serif;
    text-align: left; }
  form.demoRequest .input--radio input[type="radio"] {
    display: inline-block;
    width: auto;
    outline: none; }
  form.demoRequest button[type="submit"] {
    width: 100%;
    padding: 8px; }
  form.demoRequest small {
    display: inline-block;
    margin-top: 15px; }

.postSubmit {
  width: 100%;
  margin: auto; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before,
  .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover,
      .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #f3f3f3; }
      .nav > li.disabled > a:hover,
      .nav > li.disabled > a:focus {
        color: #f3f3f3;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #f6921e; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
      color: #dfdfdf;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #f6921e; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.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;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

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

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before,
  .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container-padded > .navbar-header,
.container > .navbar-collapse,
.container-padded > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container-padded > .navbar-header,
    .container > .navbar-collapse,
    .container-padded > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-padded .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

nav.standardHeader {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0; }
  nav.standardHeader .navbar-header {
    padding: 0 15px; }
    nav.standardHeader .navbar-header .navbar-toggle {
      margin: 11px 0;
      transition: all 0.3s ease; }
      nav.standardHeader .navbar-header .navbar-toggle:hover {
        background-color: rgba(0, 0, 0, 0.1); }
      nav.standardHeader .navbar-header .navbar-toggle .icon-bar {
        width: 25px;
        background-color: #999; }
        nav.standardHeader .navbar-header .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 6px; }
    nav.standardHeader .navbar-header .navbar-logo {
      display: block;
      width: 160px;
      height: 62px;
      color: transparent;
      background-image: url("/static/marketing/images/logos/logo-zenefits.svg");
      background-repeat: no-repeat;
      background-position: 50% 40%;
      background-size: contain; }
      @media (min-width: 992px) {
        nav.standardHeader .navbar-header .navbar-logo {
          margin-right: 20px; } }
  nav.standardHeader #zenefitsNav {
    padding: 0;
    border-top: 2px solid #f6921e;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.6); }
    nav.standardHeader #zenefitsNav li {
      list-style: none !important; }
      nav.standardHeader #zenefitsNav li + li {
        margin-top: 0; }
    nav.standardHeader #zenefitsNav .navbar-nav {
      margin: 0; }
    nav.standardHeader #zenefitsNav .topNavLink {
      padding: 15px 20px;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      color: #666666;
      border-bottom: 1px solid #ccc; }
      nav.standardHeader #zenefitsNav .topNavLink:focus {
        background-color: #fff; }
      nav.standardHeader #zenefitsNav .topNavLink:hover {
        color: #f6921e;
        background-color: #f4f4f4; }
    nav.standardHeader #zenefitsNav .btn {
      width: auto;
      padding: 8px 15px;
      margin: 12px;
      font-size: 16px; }
      nav.standardHeader #zenefitsNav .btn.logInBtn:hover {
        background-color: #67babe;
        border-color: #398286; }
    nav.standardHeader #zenefitsNav .dropdown.open .fa-chevron-right {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    nav.standardHeader #zenefitsNav .dropdown.open .topNavLink {
      color: #f6921e;
      background-color: #f4f4f4; }
    nav.standardHeader #zenefitsNav .dropdown-menu {
      padding: 10px;
      border-bottom: 1px solid #ddd;
      border-radius: 0; }
      nav.standardHeader #zenefitsNav .dropdown-menu .menuColumn {
        display: block;
        margin: 0;
        vertical-align: top; }
        nav.standardHeader #zenefitsNav .dropdown-menu .menuColumn + .menuColumn {
          margin-top: 15px; }
        nav.standardHeader #zenefitsNav .dropdown-menu .menuColumn .dropdown-header {
          padding-bottom: 5px;
          padding-left: 0;
          font-size: 16px;
          font-weight: 500; }
      nav.standardHeader #zenefitsNav .dropdown-menu ul {
        padding-left: 20px;
        margin-bottom: 0; }
        nav.standardHeader #zenefitsNav .dropdown-menu ul a {
          display: block;
          padding: 3px 0; }
        nav.standardHeader #zenefitsNav .dropdown-menu ul .header-socialMediaIcons a {
          display: inline-block;
          margin-right: 15px; }
  @media (min-width: 768px) {
    nav.standardHeader .navbar-header {
      padding: 0;
      margin-right: 15px; }
      nav.standardHeader .navbar-header .navbar-logo {
        height: 60px; }
    nav.standardHeader #zenefitsNav {
      border-top: none;
      box-shadow: none; }
      nav.standardHeader #zenefitsNav .topNavLink {
        padding: 20px 12px;
        border-bottom: none; }
      nav.standardHeader #zenefitsNav .btn {
        margin: 10px 0 10px 15px; }
      nav.standardHeader #zenefitsNav .dropdown-toggle {
        cursor: default; }
      nav.standardHeader #zenefitsNav .dropdown:hover .dropdown-toggle {
        color: #f6921e;
        background-color: #f4f4f4; }
      nav.standardHeader #zenefitsNav .dropdown:hover .dropdown-menu {
        display: block; }
      nav.standardHeader #zenefitsNav .dropdown-menu {
        right: auto;
        left: 0;
        padding: 20px;
        margin-top: -5px;
        border-top: 2px solid #f6921e; }
        nav.standardHeader #zenefitsNav .dropdown-menu.softwareAndServices {
          width: 450px; }
        nav.standardHeader #zenefitsNav .dropdown-menu .menuColumn {
          display: inline-block;
          padding-left: 10px; }
          nav.standardHeader #zenefitsNav .dropdown-menu .menuColumn + .menuColumn {
            margin-top: 0;
            margin-left: 30px; } }
  @media (min-width: 992px) {
    nav.standardHeader #zenefitsNav .topNavLink {
      padding: 20px 18px; } }

header.simpleHeader {
  padding: 15px 0;
  border-bottom: 1px solid #ccc; }
  header.simpleHeader .container, header.simpleHeader .container-padded {
    position: relative; }
  header.simpleHeader #zenefitsLogo {
    width: 200px; }
  header.simpleHeader .simpleHeader-phone {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25; }

h1 {
  font-family: "rooney-web", "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  color: #f6921e; }

h2 {
  font-family: "rooney-web", "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  color: #f6921e; }

h3 {
  font-family: "rooney-web", "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  color: #666666; }

h4 {
  font-family: "rooney-web", "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  color: #666666; }

h5 {
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #404040; }

h6 {
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666; }

/* RETINA
--------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon,
  .icon-item:before,
  button.mfp-close,
  .section-employees-love .box:before,
  .benefits-broker .speech-bubble .stem {
    background-image: url("../img/marketing-icons@2x.png");
    background-size: 550px 675px; }
  .shadow-bottom {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABACAYAAAAwJqZDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMIMDFAAR0YjFBMpnYWyrSTZA6mGjy6qGUgeZbi0UWSdpIMBAgwAGeVA7YhE3pUAAAAAElFTkSuQmCC");
    background-size: 1px 32px; }
  section.textured {
    background-size: 50px 50px; } }

.pageLinks-all {
  padding: 0;
  margin: 10px auto 0; }
  .pageLinks-all li {
    display: inline-block;
    font-weight: 500;
    list-style: none; }
    .pageLinks-all li + li {
      margin-left: 5px; }
    .pageLinks-all li a.active {
      color: #398286;
      cursor: default; }

.pageLinks-prevNext {
  font-weight: 500; }
  .pageLinks-prevNext + .pageLinks-prevNext {
    margin-left: 30px; }
  .pageLinks-prevNext i.fa {
    margin: 0 5px;
    font-size: 14px; }

/* Basic Tables */
.basicTable {
  width: 100%;
  text-align: left; }
  .basicTable thead {
    font-family: "rooney-web", "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.25;
    color: #ed891f; }
    .basicTable thead th {
      font-weight: 500; }
    .basicTable thead td,
    .basicTable thead th {
      border-top: 1px solid #ed891f;
      border-bottom: 1px solid #ed891f; }
  .basicTable td,
  .basicTable th {
    padding: 10px;
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #f4f4f4; }
    .basicTable td.noWrap,
    .basicTable th.noWrap {
      white-space: nowrap; }
  .basicTable td table tr,
  .basicTable td table td {
    padding: 0 5px;
    background-color: transparent !important;
    border-color: transparent; }
  .basicTable td table tr + tr td {
    padding-top: 15px; }
  .basicTable tr:nth-child(even) {
    background-color: #f4f4f4; }
  .basicTable .u-textLeft {
    text-align: left; }
  .basicTable .u-textCenter {
    text-align: center; }
  .basicTable .u-textRight {
    text-align: right; }
  .basicTable p {
    margin: 8px 0 0 0; }
  .basicTable caption {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    caption-side: bottom; }

.carriersFastFactsTable tr:nth-child(even) {
  background-color: transparent; }

.carriersFastFactsTable td {
  font-family: "rooney-web", "Times New Roman", serif;
  font-weight: 500;
  color: #f6921e;
  border-color: transparent; }
  .carriersFastFactsTable td ~ td {
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #666666; }

.checkmark-svg {
  width: 12px;
  height: 12px; }

.corePlatformTable th,
.corePlatformTable td {
  vertical-align: middle; }

.corePlatformTable th:first-of-type,
.corePlatformTable tr td:first-of-type {
  text-align: left; }

.corePlatformTable .fa-check {
  color: #f6921e; }

/* Stat tables */
.source-table-element {
  padding-right: 0 !important;
  font-size: 80%;
  text-align: right !important;
  background: white !important; }

.home nav.standardHeader .navbar-right .seeZenefitsBtn.hidden-xs {
  display: block; }

.home nav.standardHeader .navbar-right .signInBtn.hidden-xs {
  display: none; }

.home nav.standardHeader.homepageNotScrolled {
  background-color: transparent;
  border-bottom: none; }
  .home nav.standardHeader.homepageNotScrolled a.navbar-logo {
    background-image: url(/static/marketing/images/logos/logo-zenefits-light.png); }
  .home nav.standardHeader.homepageNotScrolled .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.3); }
  .home nav.standardHeader.homepageNotScrolled .navbar-toggle .icon-bar {
    background-color: #fff; }
  .home nav.standardHeader.homepageNotScrolled #zenefitsNav {
    background-color: #fff; }
    @media (min-width: 768px) {
      .home nav.standardHeader.homepageNotScrolled #zenefitsNav {
        background-color: transparent; }
        .home nav.standardHeader.homepageNotScrolled #zenefitsNav .topNavLink {
          color: #fff;
          background-color: transparent; }
          .home nav.standardHeader.homepageNotScrolled #zenefitsNav .topNavLink:hover {
            color: #f6921e;
            background-color: rgba(0, 0, 0, 0.3); }
        .home nav.standardHeader.homepageNotScrolled #zenefitsNav .dropdown:hover .dropdown-toggle {
          color: #f6921e;
          background-color: rgba(0, 0, 0, 0.3); } }
    .home nav.standardHeader.homepageNotScrolled #zenefitsNav .navbar-right .seeZenefitsBtn.hidden-xs {
      display: none; }
    .home nav.standardHeader.homepageNotScrolled #zenefitsNav .navbar-right .signInBtn.hidden-xs {
      display: block; }
    .home nav.standardHeader.homepageNotScrolled #zenefitsNav .navbar-right .logInBtn.hidden-xs {
      background-color: #67babe; }
      .home nav.standardHeader.homepageNotScrolled #zenefitsNav .navbar-right .logInBtn.hidden-xs,
      .home nav.standardHeader.homepageNotScrolled #zenefitsNav .navbar-right .logInBtn.hidden-xs .fa {
        color: #fff; }
      .home nav.standardHeader.homepageNotScrolled #zenefitsNav .navbar-right .logInBtn.hidden-xs:hover {
        background-color: #398286; }

.home #content {
  padding-top: 0; }
  .home #content .container-padded {
    padding: 65px 15px; }
  .home #content h2,
  .home #content h3 {
    font-weight: 400; }
  .home #content h2 {
    font-size: 30px;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      .home #content h2 {
        font-size: 28px; } }
  .home #content section.heroSection {
    padding-top: 50px;
    background-color: #2d4150;
    background-image: url("/static/marketing/images/pages/index/bg-hero-xs.jpg");
    background-position: center center;
    background-size: cover; }
    @media (min-width: 768px) {
      .home #content section.heroSection {
        background-image: url("/static/marketing/images/pages/index/bg-hero-sm.jpg");
        background-position: top center; } }
    @media (min-width: 992px) {
      .home #content section.heroSection {
        background-image: url("/static/marketing/images/pages/index/bg-hero-md.jpg"); } }
    .home #content section.heroSection .demoRequest {
      max-width: 444px; }
    .home #content section.heroSection .demoRequestWithoutHeader,
    .home #content section.heroSection .postSubmit {
      max-width: 750px;
      padding: 22px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 4px; }
    .home #content section.heroSection input[type="text"]:focus {
      box-shadow: 0 0 2px #f6921e, 0 0 5px #f6921e; }
    .home #content section.heroSection input[type="text"] + input[type="text"] {
      margin-top: 2px; }
    .home #content section.heroSection h1 {
      font-size: 32px; }
    .home #content section.heroSection h1,
    .home #content section.heroSection h2,
    .home #content section.heroSection p {
      color: white; }
    .home #content section.heroSection p.subheading {
      margin-top: 5px;
      font-size: 18px; }
    .home #content section.heroSection .formGroup.error input[type="text"],
    .home #content section.heroSection .formGroup.error select {
      border-color: #e88080; }
    .home #content section.heroSection .formGroup.error .errorText {
      font-weight: 700;
      color: #e88080; }
    .home #content section.heroSection button.btn--primary {
      padding: 10px;
      font-size: 22px;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); }
    .home #content section.heroSection small {
      color: white; }
    .home #content section.heroSection a.play-video {
      display: inline-block;
      padding: 8px 30px;
      margin-top: 20px;
      color: white;
      background-color: rgba(144, 199, 200, 0.2);
      border-radius: 4px;
      transition: all 0.3s ease; }
      .home #content section.heroSection a.play-video:hover {
        background-color: rgba(144, 199, 200, 0.6);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .home #content section#hero--noVideo {
    background: url("/static/marketing/images/pages/index/bg-hero.png"), linear-gradient(to bottom, #f4f4f4, #fff);
    background-size: cover; }
    .home #content section#hero--noVideo .demoFormContainer {
      max-width: 450px;
      margin: auto; }
  .home #content section#featuredOnSection {
    padding: 10px 15px; }
    .home #content section#featuredOnSection img {
      margin: 10px auto; }
  .home #content section#customerReviews .customerReview {
    position: relative;
    max-width: 450px;
    padding: 40px 40px;
    margin: 70px auto 0;
    background-color: white; }
    .home #content section#customerReviews .customerReview h4 {
      font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 21px;
      font-weight: 500; }
  .home #content section#customerReviews .quotationMark {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 70px;
    height: 70px;
    padding: 8px;
    margin: auto;
    background-color: white;
    border-radius: 50%;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%); }
  .home #content section#customerReviews .customerReview-image {
    display: block;
    margin: auto;
    border: 2px solid #ccc;
    border-radius: 50%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home #content section#customerReviews .customerReview-image {
        display: inline-block;
        vertical-align: middle; } }
  .home #content section#customerReviews .customerReview-desc {
    margin-top: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home #content section#customerReviews .customerReview-desc {
        display: inline-block;
        padding-left: 20px;
        margin-top: 0;
        text-align: left;
        vertical-align: middle; } }
  .home #content section#customerReviews .customerReview-title {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.2; }
  .home #content section#customerReviews .btn .fa {
    margin-right: 5px; }
  .home #content section#products .row.products {
    margin-top: 65px; }
    .home #content section#products .row.products .productInfo {
      max-width: 400px;
      margin: 0 auto 20px;
      color: #666; }
      .home #content section#products .row.products .productInfo a,
      .home #content section#products .row.products .productInfo h5 {
        font-size: 16px;
        color: #666; }
      .home #content section#products .row.products .productInfo a:hover {
        text-decoration: underline; }
      .home #content section#products .row.products .productInfo li {
        font-size: 14px; }
      @media screen and (max-width: 768px) {
        .home #content section#products .row.products .productInfo {
          margin-bottom: 50px; }
          .home #content section#products .row.products .productInfo:last-of-type {
            margin-bottom: 20px; } }
    @media screen and (max-width: 768px) and (min-width: 768px) {
      .home #content section#products .row.products .productInfo:last-of-type {
        margin-bottom: 0; } }
      @media screen and (max-width: 768px) {
          .home #content section#products .row.products .productInfo img {
            margin-bottom: 20px; }
          .home #content section#products .row.products .productInfo h5 {
            font-size: 18px;
            text-align: center; } }
    .home #content section#products .row.products .rightCol {
      padding: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .home #content section#products .row.products .rightCol {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%); } }
    .home #content section#products .row.products .laptop {
      padding: 3% 2% 0; }
    .home #content section#products .row.products #products-carousel {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      padding: 6.8% 13.5% 0; }
      .home #content section#products .row.products #products-carousel .carousel-indicators {
        bottom: -30%; }
        @media screen and (max-width: 992px) {
          .home #content section#products .row.products #products-carousel .carousel-indicators {
            bottom: -40%; } }
        .home #content section#products .row.products #products-carousel .carousel-indicators li {
          border: 1px solid #ccc; }
        .home #content section#products .row.products #products-carousel .carousel-indicators li.active {
          background-color: #f6921e;
          border-color: #f6921e; }
  .home #content section#services #services-topDivider {
    width: 300px;
    height: 0;
    margin: auto;
    border-top: 1px solid #ccc; }
    .home #content section#services #services-topDivider .zenefitsBird {
      padding: 0 10px;
      background-color: white;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .home #content section#services .advisor {
    position: relative;
    max-width: 450px;
    margin: 65px auto 0; }
    @media (max-width: 767px) {
      .home #content section#services .advisor {
        margin-top: 30px; } }
    .home #content section#services .advisor .advisorImage {
      padding-top: 5px;
      background-repeat: no-repeat;
      background-size: cover;
      border: 1px solid #ddd;
      border-bottom: none; }
      .home #content section#services .advisor .advisorImage.benefitsAdvisor {
        background-image: url("/static/marketing/images/services/bg-1.png"); }
      .home #content section#services .advisor .advisorImage.hrAdvisor {
        background-image: url("/static/marketing/images/services/bg-2.png"); }
      .home #content section#services .advisor .advisorImage.employeeSupport {
        background-image: url("/static/marketing/images/services/bg-3.png"); }
      .home #content section#services .advisor .advisorImage img {
        vertical-align: bottom; }
    .home #content section#services .advisor .advisorCopy {
      padding: 20px;
      color: #666;
      border: 1px solid #ccc;
      border-top: 3px solid #f6921e; }
      .home #content section#services .advisor .advisorCopy li {
        font-size: 14px; }
      .home #content section#services .advisor .advisorCopy h5 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.33;
        color: #666; }
      @media (min-width: 768px) and (max-width: 991px) {
        .home #content section#services .advisor .advisorCopy li,
        .home #content section#services .advisor .advisorCopy h5 {
          font-size: 13px; } }
  .home #content section#statistics {
    background-color: #f4f4f4; }
    .home #content section#statistics .statisticContainer {
      padding: 30px 0;
      margin: 65px auto 0;
      color: #888;
      text-align: center;
      background-color: #fff;
      border: 1px solid #ddd; }
      @media (max-width: 767px) {
        .home #content section#statistics .statisticContainer {
          max-width: 300px;
          margin: 30px auto 0; } }
      .home #content section#statistics .statisticContainer .statistic {
        display: block;
        margin: 10px 0;
        font-size: 32px;
        font-weight: 500;
        color: #f6921e; }
        @media (min-width: 768px) and (max-width: 991px) {
          .home #content section#statistics .statisticContainer .statistic {
            font-size: 28px; } }
  .home #content section#dotBoReview #dotBoReview-video {
    position: relative;
    padding: 120px 10px;
    background-image: url("/static/marketing/images/products/anthony-soohoo-xs.jpg");
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover; }
    @media (min-width: 768px) {
      .home #content section#dotBoReview #dotBoReview-video {
        padding: 100px 10px;
        background-image: url("/static/marketing/images/products/anthony-soohoo-sm.jpg"); } }
    @media (min-width: 992px) {
      .home #content section#dotBoReview #dotBoReview-video {
        background-image: url("/static/marketing/images/products/anthony-soohoo-md.jpg"); } }
  .home #content section#dotBoReview .container-padded {
    padding: 100px 20px; }
  .home #content section#dotBoReview #dotBoReview-copy--sm {
    width: 35%;
    margin-left: 5%;
    text-align: left; }
    .home #content section#dotBoReview #dotBoReview-copy--sm img {
      width: 150px;
      margin: 0; }
    .home #content section#dotBoReview #dotBoReview-copy--sm p {
      margin-top: 20px;
      font-size: 30px;
      line-height: 1.2;
      color: #fff; }
    .home #content section#dotBoReview #dotBoReview-copy--sm small {
      color: white; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home #content section#dotBoReview #dotBoReview-copy--sm p {
        font-size: 20px; } }
  .home #content section#dotBoReview #dotBoReview-copy--xs {
    padding: 40px 25px;
    background-color: #333; }
    .home #content section#dotBoReview #dotBoReview-copy--xs img {
      width: 150px; }
    .home #content section#dotBoReview #dotBoReview-copy--xs p {
      margin: 30px auto 20px;
      font-size: 24px;
      line-height: 1.2;
      color: #fff; }
    .home #content section#dotBoReview #dotBoReview-copy--xs small {
      color: #fff; }
  .home #content section#demoRequest {
    background-color: #f4f4f4;
    background-image: url("/static/marketing/images/bg-angles.png");
    background-size: cover; }
    .home #content section#demoRequest .demoRequest-container {
      max-width: 450px;
      margin: auto; }

#content.broker h1 {
  font-weight: 400; }

#content.broker .u-fontSize-18 {
  font-size: 18px !important; }

#content.broker img {
  border-style: none; }

#content.broker h2,
#content.broker h4 {
  font-weight: 400; }

#content.broker h3 {
  font-weight: 400; }
  @media (min-width: 768px) {
    #content.broker h3 {
      text-align: left; } }

#content.broker .pageSocialMedia li {
  display: inline-block; }
  #content.broker .pageSocialMedia li + li {
    margin-left: 15px; }
  #content.broker .pageSocialMedia li a {
    color: #999; }
    #content.broker .pageSocialMedia li a:hover {
      color: #398286; }

#content.broker .brokerComparison .brokerComparison-title {
  height: 60px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: "rooney-web", "Times New Roman", serif;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #ddd; }
  #content.broker .brokerComparison .brokerComparison-title img {
    max-height: 40px; }

#content.broker .brokerComparison h6 {
  font-weight: 500; }

@media (min-width: 768px) {
  #content.broker .brokerComparison {
    padding: 0; }
    #content.broker .brokerComparison .brokerComparison-copy {
      padding-right: 40px;
      padding-left: 0;
      text-align: left; }
    #content.broker .brokerComparison + .brokerComparison {
      border-left: 1px solid #ddd; }
      #content.broker .brokerComparison + .brokerComparison .brokerComparison-copy {
        padding-right: 0;
        padding-left: 40px; } }

#content.broker .brokerComparison .btn--primary {
  width: 100%; }

#content.broker .facebookLink {
  color: #2c4e88; }
  #content.broker .facebookLink:hover {
    color: #223c69; }

#content.broker .twitterLink {
  color: #4ba3eb; }
  #content.broker .twitterLink:hover {
    color: #2690e7; }

#content.broker .linkedinLink {
  color: #0081c2; }
  #content.broker .linkedinLink:hover {
    color: #006699; }

#content.broker .brokerComparison2 {
  padding-right: 10px;
  padding-left: 10px; }
  #content.broker .brokerComparison2 h5 {
    font-size: 16px; }
  #content.broker .brokerComparison2 p {
    font-size: 15px;
    line-height: 21px; }
  #content.broker .brokerComparison2 ul {
    padding-left: 18px;
    margin-bottom: 0; }
  #content.broker .brokerComparison2 li {
    font-size: 15px;
    line-height: 20px; }
    #content.broker .brokerComparison2 li + li {
      margin-top: 5px; }
  #content.broker .brokerComparison2 + .brokerComparison2 {
    margin-top: 30px; }
    @media (min-width: 768px) {
      #content.broker .brokerComparison2 + .brokerComparison2 {
        margin-top: 0; } }
  #content.broker .brokerComparison2 .brokerComparison2-header {
    padding: 5px 15px;
    font-weight: 500;
    color: white;
    text-align: left;
    background-color: #505c6d; }
  #content.broker .brokerComparison2 .brokerComparison2-body {
    position: relative;
    padding: 15px;
    text-align: left;
    background-color: #f4f4f4; }
    #content.broker .brokerComparison2 .brokerComparison2-body .brokerComparison2-disclaimer {
      position: absolute;
      bottom: 5px;
      left: 15px;
      font-size: 13px;
      color: #999; }
    #content.broker .brokerComparison2 .brokerComparison2-body .brokerComparison2-noInfo {
      text-align: center; }
      @media (min-width: 768px) {
        #content.broker .brokerComparison2 .brokerComparison2-body .brokerComparison2-noInfo {
          margin-top: 40%; } }

#content.broker .selectedCarrier {
  max-width: 300px;
  margin: 0 auto 40px; }
  #content.broker .selectedCarrier .carrier-logo {
    position: relative;
    height: 100px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    transition: all 0.3s ease; }
    #content.broker .selectedCarrier .carrier-logo img {
      position: relative;
      top: 50%;
      max-height: 75px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #content.broker .selectedCarrier a:hover .carrier-logo {
    border-color: #67babe; }

@media (min-width: 768px) {
  #content.broker #similarBrokers {
    text-align: left; } }

#content.broker #similarBrokers li {
  display: inline-block; }

#content.broker #similarBrokers a {
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 20px 10px 0;
  font-weight: 400;
  border: 1px solid #67babe; }
  #content.broker #similarBrokers a:hover {
    border-color: #398286; }

#content.broker .brokerNameTitle {
  font-size: 95%; }

#content.broker .footnote {
  font-size: 85%;
  color: #999; }

#content.carrier-page.health .heroSection {
  background-image: url("/static/marketing/images/pages/carrier-geo/hero-health.jpg"); }

#content.carrier-page.dental .heroSection {
  background-image: url("/static/marketing/images/pages/carrier-geo/hero-dental.jpg"); }

#content.carrier-page.vision .heroSection {
  background-image: url("/static/marketing/images/pages/carrier-geo/hero-vision.jpg"); }

#content.carrier-page.life .heroSection {
  background-image: url("/static/marketing/images/pages/carrier-geo/hero-life.jpg"); }

#content.carrier-page.disability .heroSection {
  background-image: url("/static/marketing/images/pages/carrier-geo/hero-disability.jpg"); }

#content.carrier-page .heroSection {
  padding: 100px 0;
  background-position: 50% 35%;
  background-size: cover; }
  #content.carrier-page .heroSection h1 {
    font-size: 32px;
    color: white; }
  #content.carrier-page .heroSection p {
    margin-top: 0;
    color: white; }
  #content.carrier-page .heroSection .carrierHeroForm {
    margin-top: 25px;
    color: #666; }
    #content.carrier-page .heroSection .carrierHeroForm input {
      font-size: 20px;
      line-height: 1.3;
      vertical-align: middle; }
      @media (min-width: 768px) {
        #content.carrier-page .heroSection .carrierHeroForm input {
          width: 225px; } }
      #content.carrier-page .heroSection .carrierHeroForm input.error {
        border: 2px solid #F16D79; }
    #content.carrier-page .heroSection .carrierHeroForm button.btn {
      vertical-align: middle; }
      @media (min-width: 768px) {
        #content.carrier-page .heroSection .carrierHeroForm button.btn {
          margin-top: 0;
          margin-left: 15px; } }

#content.carrier-page .socialCTAs a,
#content.carrier-page .socialCTAs a:link {
  color: #bababa; }

#content.carrier-page .socialCTAs a:hover {
  color: #67babe; }

#content.carrier-page .socialCTAs li:before {
  content: ''; }

#content.carrier-page .bottomFormContainer {
  background-color: #f4f4f4;
  background-image: url("/static/marketing/images/pages/index/bg-hero.png");
  background-size: cover; }

#content.carrier-page h3 {
  max-width: 750px;
  margin: 0 auto 30px; }

#content.carrier-page .top4Carriers {
  max-width: 450px;
  padding: 15px;
  margin: 0 auto 20px;
  border: 1px solid #ccc; }
  #content.carrier-page .top4Carriers .carrierLink {
    position: relative;
    display: block;
    height: 100px; }
    #content.carrier-page .top4Carriers .carrierLink img {
      position: relative;
      top: 50%;
      max-height: 100px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (min-width: 1200px) {
      #content.carrier-page .top4Carriers .carrierLink {
        height: 60px; }
        #content.carrier-page .top4Carriers .carrierLink img {
          max-height: 60px; } }
  #content.carrier-page .top4Carriers .densityScore {
    font-size: 45px;
    font-weight: 700;
    line-height: 35px;
    color: #f6921e; }
  #content.carrier-page .top4Carriers .btn {
    width: 75%; }
  #content.carrier-page .top4Carriers .tooltip-arrow {
    border-top-color: #ddd; }
  #content.carrier-page .top4Carriers .tooltip-inner {
    width: 300px;
    padding: 15px;
    color: #666666;
    text-align: left;
    background-color: white;
    border: 1px solid #ddd; }
    #content.carrier-page .top4Carriers .tooltip-inner h5 {
      margin-bottom: 5px;
      font-size: 13px;
      color: #f6921e; }

#content.carrier-page .score-container {
  display: inline-block;
  margin: auto; }

#content.carrier-page .score-card {
  display: inline-block;
  width: 90%; }
  @media (min-width: 768px) {
    #content.carrier-page .score-card {
      width: 220px; }
      #content.carrier-page .score-card + .score-card {
        margin-left: 15px; } }

#content.carrier-page .list--columned li {
  margin-bottom: 10px;
  line-height: 1.2; }

@media (min-width: 768px) {
  #content.carrier-page .list--columned {
    text-align: left;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; } }

@media (min-width: 992px) {
  #content.carrier-page .list--columned {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px; } }

#content.carrier-page .allCarriers {
  margin: 30px auto; }

#content.carrier-page .chartContainer.barChart {
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #ccc; }
  #content.carrier-page .chartContainer.barChart .c3 text {
    fill: #666; }
  #content.carrier-page .chartContainer.barChart .c3 path {
    stroke: #666; }

#content.carrier-page .chartContainer .chart.chart--fixedHeight {
  height: 500px; }

#content.carrier-page .chartContainer .chart.c3 text {
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; }

#content.carrier-page .c3-texts text {
  font-weight: bold; }

#content.carrier-page .c3-axis-x line {
  display: none; }

#content.carrier-page .chartLegend-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle; }

#content.carrier-page .chartLegend-label {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

#content.carrier-page .donutChartLegend {
  display: inline-block;
  margin: 20px auto;
  text-align: left; }
  @media (min-width: 768px) {
    #content.carrier-page .donutChartLegend {
      position: absolute;
      top: 60%;
      left: 75%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  #content.carrier-page .donutChartLegend .chartLegend-row {
    margin-bottom: 6px; }
  #content.carrier-page .donutChartLegend .chartLegend-color {
    margin-top: 3px;
    vertical-align: top; }
  #content.carrier-page .donutChartLegend .chartLegend-label {
    line-height: 1.2;
    vertical-align: top; }

#content.carrier-page .donutTooltip {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  background-color: white;
  border: 1px solid #ddd; }
  #content.carrier-page .donutTooltip img {
    max-width: 150px; }
  #content.carrier-page .donutTooltip .densityScore {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #f6921e; }

#content.carrier-page .basicTable th,
#content.carrier-page .basicTable td {
  text-align: left;
  vertical-align: top; }

#content.carrier-page .basicTable p {
  margin: 0; }
  #content.carrier-page .basicTable p + p {
    margin: 10px 0 0; }

#content.carrier-page .otherInsurance a {
  display: inline-block;
  width: 100%; }
  #content.carrier-page .otherInsurance a + a {
    margin-top: 30px; }
  @media (min-width: 768px) {
    #content.carrier-page .otherInsurance a {
      width: auto; }
      #content.carrier-page .otherInsurance a + a {
        margin-top: 0;
        margin-left: 30px; } }
  #content.carrier-page .otherInsurance a.active {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

#content.carrier-page .otherInsurance .icn {
  width: 95px;
  height: 85px;
  margin: 0 auto 5px;
  background-image: url(/static/marketing/images/pages/carrier-geo/sprites.png);
  background-size: 450px;
  opacity: .7; }
  #content.carrier-page .otherInsurance .icn:hover {
    opacity: 1.0; }
  #content.carrier-page .otherInsurance .icn.medical {
    background-position: -180px -75px; }
  #content.carrier-page .otherInsurance .icn.dental {
    background-position: -180px -195px; }
  #content.carrier-page .otherInsurance .icn.vision {
    background-position: -180px -303px; }
  #content.carrier-page .otherInsurance .icn.life {
    background-position: -180px -410px; }
  #content.carrier-page .otherInsurance .icn.disability {
    background-position: -180px -518px; }

#content.carrier-page .vision-includes img {
  width: 350px;
  max-width: 100%; }
  @media (min-width: 768px) {
    #content.carrier-page .vision-includes img {
      width: auto; } }

#content.carrier-page .vision-includes p {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 500; }

#content.carrier-page .vision-includes + .vision-includes {
  margin-top: 50px; }
  @media (min-width: 768px) {
    #content.carrier-page .vision-includes + .vision-includes {
      margin-top: 0; } }

#content.carrier-page .disability-participationByIndustry {
  padding: 20px; }
  #content.carrier-page .disability-participationByIndustry th,
  #content.carrier-page .disability-participationByIndustry td {
    text-align: left; }

#content.carrier-page .disability-healthyVsUnhealthy .healthyCol,
#content.carrier-page .disability-healthyVsUnhealthy .unhealthyCol {
  padding: 0 10%; }

#content.carrier-page .disability-healthyVsUnhealthy .unhealthyCol {
  position: relative;
  border-left: 1px solid #ddd; }
  #content.carrier-page .disability-healthyVsUnhealthy .unhealthyCol .vsSeparator {
    position: absolute;
    top: 12%;
    left: 0;
    padding: 5px;
    font-size: 14px;
    background-color: white;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

#content.carrier-page .disability-healthyVsUnhealthy .stat-key {
  margin-top: 15px;
  font-weight: 700; }

#content.carrier-page .disability-healthyVsUnhealthy .stat-val {
  line-height: 1.2; }

#content.carrier-page.all-carriers .carrierContainer,
#content.carrier-page.all-cities .carrierContainer {
  height: 250px; }
  #content.carrier-page.all-carriers .carrierContainer:hover .carrier-title,
  #content.carrier-page.all-cities .carrierContainer:hover .carrier-title {
    background-color: #e7e7e7; }

#content.carrier-page.all-carriers .carrier-image,
#content.carrier-page.all-cities .carrier-image {
  position: relative;
  height: 150px;
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd; }
  #content.carrier-page.all-carriers .carrier-image img,
  #content.carrier-page.all-cities .carrier-image img {
    position: relative;
    top: 50%;
    max-height: 145px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#content.carrier-page.all-carriers .carrier-title,
#content.carrier-page.all-cities .carrier-title {
  padding: 5px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-top: none;
  transition: all 0.2s ease; }

#content.careers {
  overflow: hidden; }
  #content.careers h2 {
    font-size: 30px;
    font-weight: 400; }
  #content.careers section.heroSection {
    padding: 60px 0;
    background-color: #2d4150;
    background-image: url(/static/marketing/images/pages/careers/bg-hero.jpg);
    background-position: 50% 30%;
    background-size: cover; }
    #content.careers section.heroSection h1 {
      font-weight: 400;
      color: white; }
    #content.careers section.heroSection p {
      max-width: 650px;
      margin: 20px auto;
      font-size: 16px;
      color: white; }
    #content.careers section.heroSection a {
      transition: all 0.3s ease; }
      #content.careers section.heroSection a.play-video {
        width: 100%;
        padding: 10px 25px;
        margin: 25px 0 0 0;
        color: white;
        background-color: rgba(144, 199, 200, 0.2);
        border: 1px solid rgba(144, 199, 200, 0.5); }
        @media (min-width: 768px) {
          #content.careers section.heroSection a.play-video {
            width: auto;
            margin: 0 0 0 25px; } }
        #content.careers section.heroSection a.play-video:hover {
          background-color: rgba(144, 199, 200, 0.6); }
  #content.careers section#introCopySection {
    position: relative;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    background-image: url(/static/marketing/images/bg-angles.png);
    background-position: center top; }
    #content.careers section#introCopySection:before {
      position: absolute;
      top: -20px;
      left: -18px;
      width: 50%;
      height: 20px;
      content: "";
      background-color: #f4f4f4;
      -webkit-transform: skew(60deg);
      -ms-transform: skew(60deg);
      transform: skew(60deg); }
    #content.careers section#introCopySection:after {
      position: absolute;
      top: -20px;
      right: -18px;
      width: 50%;
      height: 20px;
      content: "";
      background-color: #f4f4f4;
      -webkit-transform: skew(-60deg);
      -ms-transform: skew(-60deg);
      transform: skew(-60deg); }
    #content.careers section#introCopySection p#introCopy {
      max-width: 700px;
      margin: auto;
      font-size: 18px; }
  #content.careers section#lifeAtZenefits .item img {
    margin: auto; }
  #content.careers section#lifeAtZenefits .carouselControl {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 20px;
    font-size: 32px;
    line-height: 60px;
    color: white;
    text-align: center;
    background-color: #67babe;
    border-radius: 50%;
    opacity: .75;
    transition: all 0.3s ease; }
    #content.careers section#lifeAtZenefits .carouselControl:hover {
      opacity: 1.0; }
    @media (min-width: 768px) {
      #content.careers section#lifeAtZenefits .carouselControl {
        margin-top: 85px; } }
    @media (min-width: 992px) {
      #content.careers section#lifeAtZenefits .carouselControl {
        margin-top: 120px; } }
  #content.careers section#lifeAtZenefits #employeeQuotes {
    padding: 25px;
    margin-top: 50px;
    background-color: #f4f4f4; }
    #content.careers section#lifeAtZenefits #employeeQuotes .employeeQuote:not(.active) {
      display: none; }
    #content.careers section#lifeAtZenefits #employeeQuotes .employeeName {
      font-size: 18px;
      font-weight: 500;
      color: #f6921e; }
    #content.careers section#lifeAtZenefits #employeeQuotes .employeeDept {
      font-size: 18px;
      font-style: italic;
      color: #f6921e; }
    @media (min-width: 768px) {
      #content.careers section#lifeAtZenefits #employeeQuotes {
        padding: 25px 50px; } }
  #content.careers section#lifeAtZenefits .employeeQuotesSection {
    margin-right: -10px;
    margin-left: -10px; }
  #content.careers section#lifeAtZenefits .employee {
    padding: 0 5px; }
  #content.careers section#lifeAtZenefits .employeeImage .quotePointer {
    width: 0;
    height: 0;
    margin: auto;
    visibility: hidden;
    border: 20px solid transparent;
    border-top: 20px solid #f4f4f4; }
    @media (min-width: 768px) {
      #content.careers section#lifeAtZenefits .employeeImage .quotePointer {
        border-width: 30px; } }
  #content.careers section#lifeAtZenefits .employeeImage img {
    width: 120px;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 50%;
    opacity: .5; }
    @media (min-width: 768px) {
      #content.careers section#lifeAtZenefits .employeeImage img {
        border-width: 3px; } }
    #content.careers section#lifeAtZenefits .employeeImage img:hover {
      box-shadow: 0 0 2px #ccc, 0 0 5px #ccc; }
  #content.careers section#lifeAtZenefits .employeeImage.active .quotePointer {
    visibility: visible; }
  #content.careers section#lifeAtZenefits .employeeImage.active img {
    border-color: #f6921e;
    opacity: 1.0; }
    #content.careers section#lifeAtZenefits .employeeImage.active img:hover {
      box-shadow: none; }
  #content.careers section#perksSection {
    color: white;
    background-color: #2d4150;
    background-image: url(/static/marketing/images/pages/careers/bg-perks.jpg);
    background-position: center center;
    background-size: cover; }
    #content.careers section#perksSection h2,
    #content.careers section#perksSection h5 {
      color: white; }
    #content.careers section#perksSection .perk {
      max-width: 450px;
      padding: 20px;
      margin: 20px auto 0;
      background-color: rgba(144, 199, 200, 0.5); }
      #content.careers section#perksSection .perk .perk-icon {
        height: 60px;
        margin-bottom: 10px; }
      #content.careers section#perksSection .perk .perk-copy {
        margin: 5px 0 0;
        line-height: 1.25; }
        #content.careers section#perksSection .perk .perk-copy #estimateCoverageLink {
          display: block;
          font-weight: 500;
          color: white; }
          #content.careers section#perksSection .perk .perk-copy #estimateCoverageLink:hover {
            color: #ccc; }
  #content.careers .positionListing {
    margin-bottom: 10px;
    line-height: 1.2;
    transition: all 0.3s ease; }
    #content.careers .positionListing:hover .positionLocation {
      color: #000; }
    @media (min-width: 768px) {
      #content.careers .positionListing {
        margin-bottom: 5px; } }
  #content.careers .department {
    text-align: left; }
  #content.careers .breadcrumbSection {
    border-top: none; }
  #content.careers #jobApplicationForm {
    padding: 25px;
    text-align: left;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.4); }
    #content.careers #jobApplicationForm .label--checkbox {
      display: block;
      font-weight: 400; }
      #content.careers #jobApplicationForm .label--checkbox input[type="checkbox"] {
        margin-right: 5px;
        margin-left: 15px; }
  #content.careers.applicationSubmitted img {
    max-width: 120px; }
  #content.careers.applicationSubmitted.success .showOnFail {
    display: none; }
  #content.careers.applicationSubmitted.fail .showOnSuccess {
    display: none; }
  #content.careers.applicationSubmitted.fail h1 {
    color:  #b8414d; }

#content.case-studies {
  background-color: #e8e8e8; }
  #content.case-studies h1 {
    color: #666; }
  #content.case-studies form.caseStudyForm {
    max-width: 450px;
    padding: 25px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #ccc;
    border-radius: 4px; }
    #content.case-studies form.caseStudyForm .btn {
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
    #content.case-studies form.caseStudyForm small {
      color: white; }
  #content.case-studies .formGroup.error .errorText {
    font-weight: 700;
    color: #800000; }
  #content.case-studies #caseStudyGraphic {
    width: 100%;
    max-width: 400px; }
  #content.case-studies .caseStudy {
    max-width: 400px;
    padding: 20px;
    margin: 25px auto;
    background-color: white;
    border: 1px solid #bbb;
    border-radius: 4px; }
    #content.case-studies .caseStudy .fa-file-text-o {
      margin-right: 5px; }
  #content.case-studies .caseStudy-logo {
    position: relative;
    height: 65px;
    padding: 10px 0; }
    #content.case-studies .caseStudy-logo img {
      position: relative;
      top: 50%;
      max-height: 65px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #content.case-studies .showIfRegistered {
    display: none; }

/*
	-----------------
	"Contact Us" Page
	-----------------
*/
#content.contact-us .contactFormContainer {
  padding: 25px;
  box-shadow: 0 0 10px #aaa; }

#content.contact-us .field {
  margin-bottom: 15px; }

#content.contact-us input[type="text"]:not(:focus),
#content.contact-us input[type="email"]:not(:focus),
#content.contact-us input[type="tel"]:not(:focus),
#content.contact-us textarea:not(:focus),
#content.contact-us select:not(:focus) {
  background-color: #f4f4f4;
  border: 1px solid #ccc; }

#content.contact-us .errorText {
  font-size: 14px; }

#content.contact-us button[type="submit"] {
  width: 250px; }

#content.contact-us h3 {
  margin-bottom: 5px; }

@media (min-width: 992px) {
  #content.contact-us .sidebar {
    text-align: left; } }

#content.contact-us .sidebarSection {
  padding: 15px 0; }

#content.customers-page .twitter-tweet {
  width: 100% !important;
  max-width: 520px !important;
  margin: 15px auto !important; }

#content.customers-page .carousel-indicators {
  position: relative;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 40px 0 -15px 0; }
  #content.customers-page .carousel-indicators li {
    border-color: #f6921e; }
    #content.customers-page .carousel-indicators li.active {
      background-color: #f6921e; }

#content.customers-page .customer-logo {
  height: 120px;
  padding: 35px 25px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0; }
  #content.customers-page .customer-logo img {
    position: relative;
    top: 50%;
    max-height: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#content.customers-page .customer-content {
  padding: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 5px 5px; }

#content.customers-page .customer ~ .customer {
  margin-top: 25px; }
  @media (min-width: 992px) {
    #content.customers-page .customer ~ .customer {
      margin-top: 0; } }

#content.customers-page .next-steps [class^="col-"] {
  padding: 0 4%; }

#content.customers-page .next-steps .icon {
  display: inline-block;
  width: 100px;
  height: 75px;
  margin-bottom: 15px; }
  #content.customers-page .next-steps .icon.call {
    background-position: 0 -150px; }
  #content.customers-page .next-steps .icon.demo {
    background-position: -100px -150px; }
  #content.customers-page .next-steps .icon.sign-up {
    background-position: -200px -150px; }

#content.error-404,
#content.error-500,
#content.error-maintenance {
  color: black; }
  #content.error-404 h1,
  #content.error-500 h1,
  #content.error-maintenance h1 {
    font-size: 26px;
    color: #2FCDD0; }
  #content.error-404 p,
  #content.error-500 p,
  #content.error-maintenance p {
    width: 80%;
    max-width: 700px;
    margin: auto;
    font-weight: 500; }
    #content.error-404 p a,
    #content.error-500 p a,
    #content.error-maintenance p a {
      color: #009BC0; }
      #content.error-404 p a:hover,
      #content.error-500 p a:hover,
      #content.error-maintenance p a:hover {
        color: #0081AA; }

#content.events #heroSection {
  padding: 75px 15px;
  color: #fff;
  background-image: url(/static/marketing/images/pages/events/bg-events-sm.jpg);
  background-position: top right;
  background-size: cover; }
  @media (min-width: 768px) {
    #content.events #heroSection {
      background-image: url(/static/marketing/images/pages/events/bg-events-md.jpg); } }
  @media (min-width: 1200px) {
    #content.events #heroSection {
      background-image: url(/static/marketing/images/pages/events/bg-events-lg.jpg); } }
  #content.events #heroSection h1 {
    font-weight: 400;
    color: #fff; }
  #content.events #heroSection p {
    max-width: 500px;
    margin: auto; }

#content.events h2 {
  font-size: 28px;
  font-weight: 400; }

#content.events .event {
  max-width: 400px;
  margin: 0 auto 30px;
  border: 1px solid #ccc; }
  #content.events .event .event-city {
    position: relative; }
    #content.events .event .event-city[data-city="New York"] {
      background-color: #333;
      background-image: url(/static/marketing/images/pages/events/bg-ny-xs.jpg); }
    #content.events .event .event-city[data-city="San Francisco"] {
      background-color: #333;
      background-image: url(/static/marketing/images/pages/events/bg-sf-xs.jpg); }
    #content.events .event .event-city[data-city="Chicago"] {
      background-color: #333;
      background-image: url(/static/marketing/images/pages/events/bg-chicago-xs.jpg); }
    #content.events .event .event-city[data-city="Austin"] {
      background-color: #333;
      background-image: url(/static/marketing/images/pages/events/bg-austin-xs.jpg); }
    #content.events .event .event-city[data-city="Washington D.C."] {
      background-color: #333;
      background-image: url(/static/marketing/images/pages/events/bg-dc-xs.jpg); }
    #content.events .event .event-city[data-city="Atlanta"] {
      background-color: #333;
      background-image: url(/static/marketing/images/pages/events/bg-atlanta-xs.jpg); }
  #content.events .event .event-city-overlay {
    padding: 75px 0;
    text-align: center;
    border-bottom: 2px solid #f6921e; }
  #content.events .event .event-city-name {
    display: inline-block;
    padding: 3px 12px;
    font-size: 20px;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  #content.events .event .youMissedUs {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-align: center;
    background-color: #67babe; }
  #content.events .event.past .event-city-overlay {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom-color: transparent; }
  #content.events .event.past .event-city-name {
    color: #666;
    border-color: #666; }
  #content.events .event .btn {
    width: 100%;
    font-size: 16px; }
  #content.events .event .btn--gray {
    color: #666;
    background-color: #e0e0e0;
    border: 1px solid #ccc; }
    #content.events .event .btn--gray:hover {
      background-color: #ccc; }
  #content.events .event .event-info {
    padding: 15px; }
    #content.events .event .event-info p {
      margin: 0 0 10px;
      line-height: 1.35; }
      #content.events .event .event-info p.event-info-title {
        font-size: 18px;
        font-weight: 500; }

#content.events .fa-circle {
  color: #f0f0f0;
  transition: all 0.3s ease; }

#content.events .fa-inverse {
  color: #67babe;
  transition: all 0.3s ease; }

#content.events .otherEvent {
  margin-top: 25px; }
  @media (min-width: 992px) {
    #content.events .otherEvent {
      text-align: left; } }
  #content.events .otherEvent .otherEvent-thumb,
  #content.events .otherEvent .otherEvent-info {
    vertical-align: middle; }
    @media (min-width: 992px) {
      #content.events .otherEvent .otherEvent-thumb,
      #content.events .otherEvent .otherEvent-info {
        display: inline-block; } }
  #content.events .otherEvent .otherEvent-info {
    margin-top: 10px; }
    @media (min-width: 992px) {
      #content.events .otherEvent .otherEvent-info {
        margin-top: 0;
        padding-left: 15px; } }
    #content.events .otherEvent .otherEvent-info p {
      margin: 0; }

#content.roadshow .breadcrumbSection li {
  font-size: 15px; }

#content.roadshow #heroSection {
  padding: 100px 15px;
  color: #fff;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 3px solid #f6921e; }
  #content.roadshow #heroSection[data-city="Chicago"] {
    background-image: url(/static/marketing/images/pages/events/bg-chicago-sm.jpg); }
    @media (min-width: 768px) {
      #content.roadshow #heroSection[data-city="Chicago"] {
        background-image: url(/static/marketing/images/pages/events/bg-chicago-md.jpg); } }
    @media (min-width: 992px) {
      #content.roadshow #heroSection[data-city="Chicago"] {
        background-image: url(/static/marketing/images/pages/events/bg-chicago-lg.jpg); } }
  #content.roadshow #heroSection[data-city="Atlanta"] {
    background-image: url(/static/marketing/images/pages/events/bg-atlanta-sm.jpg); }
    @media (min-width: 768px) {
      #content.roadshow #heroSection[data-city="Atlanta"] {
        background-image: url(/static/marketing/images/pages/events/bg-atlanta-md.jpg); } }
    @media (min-width: 992px) {
      #content.roadshow #heroSection[data-city="Atlanta"] {
        background-image: url(/static/marketing/images/pages/events/bg-atlanta-lg.jpg); } }
  #content.roadshow #heroSection[data-city="Washington, D.C."] {
    background-image: url(/static/marketing/images/pages/events/bg-dc-sm.jpg); }
    @media (min-width: 768px) {
      #content.roadshow #heroSection[data-city="Washington, D.C."] {
        background-image: url(/static/marketing/images/pages/events/bg-dc-md.jpg); } }
    @media (min-width: 992px) {
      #content.roadshow #heroSection[data-city="Washington, D.C."] {
        background-image: url(/static/marketing/images/pages/events/bg-dc-lg.jpg); } }
  #content.roadshow #heroSection[data-city="Austin"] {
    background-image: url(/static/marketing/images/pages/events/bg-austin-sm.jpg); }
    @media (min-width: 768px) {
      #content.roadshow #heroSection[data-city="Austin"] {
        background-image: url(/static/marketing/images/pages/events/bg-austin-md.jpg); } }
    @media (min-width: 992px) {
      #content.roadshow #heroSection[data-city="Austin"] {
        background-image: url(/static/marketing/images/pages/events/bg-austin-lg.jpg); } }
  #content.roadshow #heroSection p {
    margin: 0;
    font-size: 18px; }
  #content.roadshow #heroSection h1 {
    display: inline-block;
    padding-top: 10px;
    margin-top: 10px;
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 4px;
    border-top: 1px solid #fff; }
    @media (min-width: 768px) {
      #content.roadshow #heroSection h1 {
        letter-spacing: 8px; } }

#content.roadshow .eventInfo {
  padding: 30px 25px; }
  #content.roadshow .eventInfo h2 {
    text-align: left; }
  @media (max-width: 991px) {
    #content.roadshow .eventInfo h2 {
      text-align: center; } }

#content.roadshow .socialShare {
  text-align: center; }
  #content.roadshow .socialShare .fa-circle {
    color: #f0f0f0;
    transition: all 0.3s ease; }
  #content.roadshow .socialShare .fa-inverse {
    color: #67babe;
    transition: all 0.3s ease; }
  #content.roadshow .socialShare .fa-stack:hover .fa-circle {
    color: #67babe; }
  #content.roadshow .socialShare .fa-stack:hover .fa-inverse {
    color: #fff; }
  @media (min-width: 768px) {
    #content.roadshow .socialShare {
      text-align: left; } }

#content.roadshow .speaker .speaker-image {
  max-height: 200px; }

#content.roadshow .speaker .speaker-role {
  margin: 15px 0 5px;
  font-size: 14px;
  color: #f6921e;
  text-transform: uppercase; }

#content.roadshow .speaker .speaker-name {
  margin: 0; }

#content.roadshow .speaker .speaker-title {
  max-width: 250px;
  margin: auto;
  font-size: 14px; }

@media (max-width: 992px) {
  #content.roadshow .speaker + .speaker {
    margin-top: 50px; } }

#content.roadshow #agenda tr td:nth-of-type(1) {
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top; }

#content.roadshow #agenda tr + tr td {
  padding-top: 15px; }

#content.roadshow #agenda tr p {
  margin: 0; }

#content.roadshow #agenda .mobileContent {
  display: block; }

#content.roadshow #agenda .desktopContent {
  display: none; }

@media (min-width: 992px) {
  #content.roadshow #agenda .desktopContent {
    display: table-cell; }
  #content.roadshow #agenda .mobileContent {
    display: none; }
  #content.roadshow #agenda tr td:nth-of-type(2) {
    padding-right: 50px;
    padding-left: 50px; } }

#content.roadshow .eventRegistration {
  padding: 30px 25px;
  background-color: #f4f4f4; }
  @media (min-width: 768px) {
    #content.roadshow .eventRegistration {
      float: right; } }
  #content.roadshow .eventRegistration h2 {
    font-weight: 400; }
  #content.roadshow .eventRegistration #eventRegistrationForm {
    max-width: 450px;
    margin: auto; }
  #content.roadshow .eventRegistration .checkboxLabel {
    padding-left: 30px;
    font-weight: 400;
    line-height: 133%;
    text-align: left; }
    #content.roadshow .eventRegistration .checkboxLabel input {
      margin-right: 10px;
      margin-left: -30px; }
  #content.roadshow .eventRegistration .postSubmit {
    display: none; }

@media (min-width: 768px) {
  .hr-answers #zenefitsNav .topNavLink:hover {
    color: #666 !important;
    background-color: transparent !important; }
  .hr-answers #zenefitsNav .seeZenefitsBtn:not(:hover) {
    color: #666;
    background: transparent;
    border: 1px solid #ddd; } }

.hr-answers #askQuestionPopup {
  text-align: center;
  border-color: #ccc; }
  .hr-answers #askQuestionPopup h2 {
    font-size: 30px; }
  .hr-answers #askQuestionPopup input,
  .hr-answers #askQuestionPopup textarea,
  .hr-answers #askQuestionPopup select {
    width: 100%;
    padding: 8px 12px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 3px; }
  .hr-answers #askQuestionPopup .errorMessage {
    display: none;
    font-size: 13px;
    color:  #b8414d;
    text-align: left; }
  @media (min-width: 768px) {
    .hr-answers #askQuestionPopup .inputContainer:nth-of-type(1) {
      padding-right: 5px; }
    .hr-answers #askQuestionPopup .inputContainer:nth-of-type(2) {
      padding-left: 5px; } }
  .hr-answers #askQuestionPopup .inputContainer.error input,
  .hr-answers #askQuestionPopup .inputContainer.error textarea,
  .hr-answers #askQuestionPopup .inputContainer.error select {
    border-color:  #F16D79; }
  .hr-answers #askQuestionPopup .inputContainer.error .errorMessage {
    display: block; }
  .hr-answers #askQuestionPopup .mfp-close {
    top: 10px;
    right: 10px;
    color: #ccc;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-color: transparent;
    opacity: .50; }
  .hr-answers #askQuestionPopup #formSubmitSuccess,
  .hr-answers #askQuestionPopup #formSubmitError {
    display: none; }
    .hr-answers #askQuestionPopup #formSubmitSuccess img,
    .hr-answers #askQuestionPopup #formSubmitError img {
      width: 100px; }
    .hr-answers #askQuestionPopup #formSubmitSuccess * + *,
    .hr-answers #askQuestionPopup #formSubmitError * + * {
      margin-top: 20px;
      margin-bottom: 0; }

#content.hr-answers-content.all-questions .heroSection {
  position: relative;
  background-image: url(/static/marketing/images/bg-angles-inverted.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  #content.hr-answers-content.all-questions .heroSection img.hrAnswersLogo {
    max-width: 250px;
    padding-bottom: 10px;
    margin-top: -15px;
    margin-bottom: 23px;
    border-bottom: 1px solid #ddd; }
  #content.hr-answers-content.all-questions .heroSection h1 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400; }
  #content.hr-answers-content.all-questions .heroSection .carousel-control {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin: 40px auto;
    font-size: 18px;
    line-height: 31px;
    color: #999;
    text-shadow: none;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    opacity: 1.0;
    transition: all 0.3s ease; }
    #content.hr-answers-content.all-questions .heroSection .carousel-control:hover {
      color: #67babe;
      border-color: #67babe;
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
  #content.hr-answers-content.all-questions .heroSection .advisor {
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 14px; }
    #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image {
      position: relative;
      width: 100px;
      height: 100px;
      margin: auto;
      transition: all 0.3s ease; }
      #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
        #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image:hover img {
          border-color: #aaa; }
        #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image:hover .advisor-linkedin {
          background-color: #67babe; }
      #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image img {
        width: 100%;
        border: 3px solid #ccc;
        border-radius: 50%;
        transition: all 0.3s ease; }
      #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image .advisor-linkedin {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: white;
        border-radius: 7px;
        transition: all 0.3s ease; }
    #content.hr-answers-content.all-questions .heroSection .advisor .advisor-name {
      margin-top: 15px;
      font-weight: 500; }
    #content.hr-answers-content.all-questions .heroSection .advisor .advisor-title {
      color: #999; }
  #content.hr-answers-content.all-questions .heroSection #orTriangle {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    margin: auto;
    font-size: 15px;
    font-weight: 700; }
    #content.hr-answers-content.all-questions .heroSection #orTriangle p {
      margin: 15px 0; }
    #content.hr-answers-content.all-questions .heroSection #orTriangle .triangle {
      width: 0;
      height: 0;
      border-top: 20px solid #efefef;
      border-right: 40px solid transparent;
      border-left: 40px solid transparent;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); }

#content.hr-answers-content.all-questions .categoryBar {
  margin-bottom: 4px;
  text-align: left; }
  #content.hr-answers-content.all-questions .categoryBar .categoryOption {
    padding: 5px 5px 5px 5px;
    color: #f6921e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #content.hr-answers-content.all-questions .categoryBar .categoryOption:hover {
      color: #67babe;
      cursor: pointer; }

#content.hr-answers-content.all-questions .questionSearch {
  width: 100%;
  color: #666;
  position: relative; }
  #content.hr-answers-content.all-questions .questionSearch .inputHelpText {
    padding-left: 10px;
    color: rgba(204, 204, 204, 0.9);
    text-align: left; }
  #content.hr-answers-content.all-questions .questionSearch input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  #content.hr-answers-content.all-questions .questionSearch .searchIcon {
    color: #999;
    position: absolute;
    top: 37px;
    right: 15px; }

#content.hr-answers-content.all-questions #articles .article {
  padding: 15px 0;
  border-bottom: 1px solid #ddd; }
  #content.hr-answers-content.all-questions #articles .article:first-of-type {
    border-top: 1px solid #ddd; }
  #content.hr-answers-content.all-questions #articles .article.article--hidden {
    display: none; }
  #content.hr-answers-content.all-questions #articles .article .article-title a {
    font-weight: 500;
    color: #666; }
    #content.hr-answers-content.all-questions #articles .article .article-title a:hover {
      color: #f6921e; }
  #content.hr-answers-content.all-questions #articles .article .article-title em {
    padding-right: .08em;
    padding-left: .08em;
    font-style: normal;
    font-weight: bold;
    background-color: #c6e6f4; }
  #content.hr-answers-content.all-questions #articles .article .article-author {
    color: #999; }
  #content.hr-answers-content.all-questions #articles .article .article-category {
    text-align: left; }
    @media (min-width: 768px) {
      #content.hr-answers-content.all-questions #articles .article .article-category {
        text-align: right; } }

#content.hr-answers-content.article .breadcrumbSection ul {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#content.hr-answers-content.article .breadcrumb-articleTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#content.hr-answers-content.article .socialCTAs {
  margin-top: 10px; }
  #content.hr-answers-content.article .socialCTAs li {
    display: inline-block; }
    #content.hr-answers-content.article .socialCTAs li + li {
      margin-left: 10px; }
  #content.hr-answers-content.article .socialCTAs a,
  #content.hr-answers-content.article .socialCTAs a:link {
    color: #bababa; }
  #content.hr-answers-content.article .socialCTAs a:hover {
    color: #67babe; }
  #content.hr-answers-content.article .socialCTAs li:before {
    content: ''; }

#content.hr-answers-content.article .preArticle {
  text-align: center; }
  @media (min-width: 768px) {
    #content.hr-answers-content.article .preArticle {
      text-align: left; }
      #content.hr-answers-content.article .preArticle .socialCTAs {
        text-align: right; } }

#content.hr-answers-content.article #articleContent {
  position: relative;
  text-align: left; }
  #content.hr-answers-content.article #articleContent .hrAnswersLogo {
    width: 250px; }
  #content.hr-answers-content.article #articleContent h1 {
    margin: 30px 0;
    font-size: 26px; }

#content.hr-answers-content.article #articleContent-body {
  margin-bottom: 50px; }
  #content.hr-answers-content.article #articleContent-body h1,
  #content.hr-answers-content.article #articleContent-body h2 {
    margin-bottom: 10px;
    font: 500 22px/1.3 "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666; }
  #content.hr-answers-content.article #articleContent-body h1 {
    font-weight: 700; }
  #content.hr-answers-content.article #articleContent-body h3 {
    font: 500 18px/1.3 "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #content.hr-answers-content.article #articleContent-body h4 {
    font: 500 16px/1.3 "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #content.hr-answers-content.article #articleContent-body * + h1,
  #content.hr-answers-content.article #articleContent-body * + h2,
  #content.hr-answers-content.article #articleContent-body * + h3,
  #content.hr-answers-content.article #articleContent-body * + h4 {
    margin-top: 30px; }
  #content.hr-answers-content.article #articleContent-body p + ul {
    margin-top: -10px; }
  #content.hr-answers-content.article #articleContent-body li ~ li {
    margin-top: 4px; }

#content.hr-answers-content.article #author {
  text-align: center; }
  @media (min-width: 768px) {
    #content.hr-answers-content.article #author {
      text-align: left; } }

#content.hr-answers-content.article #author-image {
  position: relative;
  width: 110px;
  height: 110px;
  margin: auto;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    #content.hr-answers-content.article #author-image {
      display: inline-block;
      vertical-align: middle; } }
  #content.hr-answers-content.article #author-image:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    #content.hr-answers-content.article #author-image:hover img {
      border-color: #aaa; }
    #content.hr-answers-content.article #author-image:hover .author-linkedin {
      background-color: #67babe; }
  #content.hr-answers-content.article #author-image img {
    width: 100%;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition: all 0.3s ease; }
  #content.hr-answers-content.article #author-image .author-linkedin {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: white;
    border-radius: 7px;
    transition: all 0.3s ease; }

#content.hr-answers-content.article #author-info {
  display: inline-block;
  margin-top: 20px;
  color: #888;
  vertical-align: middle; }
  @media (min-width: 768px) {
    #content.hr-answers-content.article #author-info {
      margin-top: 0;
      margin-left: 40px; } }
  #content.hr-answers-content.article #author-info * {
    vertical-align: middle; }
  #content.hr-answers-content.article #author-info #author-info-name {
    font-weight: 500;
    line-height: 1.0;
    color: #666; }
  #content.hr-answers-content.article #author-info #author-info-title {
    margin-bottom: 10px; }

#content.hr-answers-content.article #disclaimer {
  margin-top: 40px;
  font-size: 13px;
  line-height: 1.5;
  color: #999; }

#content.hr-answers-content.article #askQuestionButton {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 15px 25px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  text-align: center;
  background-color: #f6921e;
  border-radius: 4px; }
  #content.hr-answers-content.article #askQuestionButton img {
    display: block;
    width: 40px;
    margin: 0 auto 10px; }
  #content.hr-answers-content.article #askQuestionButton:hover {
    background-color: #f1860a; }

#content.phr-test #heroSection {
  padding: 160px 15px 20px;
  background-color: #3f556b;
  background-image: url(/static/marketing/images/pages/phr-test/bg-phr-sm.png);
  background-position: bottom center;
  background-size: cover; }
  @media (min-width: 768px) {
    #content.phr-test #heroSection {
      padding: 90px 15px;
      background-image: url(/static/marketing/images/pages/phr-test/bg-phr-md.png); } }
  @media (min-width: 1200px) {
    #content.phr-test #heroSection {
      background-image: url(/static/marketing/images/pages/phr-test/bg-phr-lg.png); } }

#content.phr-test #heroContent {
  position: relative;
  max-width: 475px;
  padding: 30px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px; }
  #content.phr-test #heroContent h1 {
    margin: 0 auto 10px;
    font-size: 26px;
    font-weight: 400; }
    @media (min-width: 768px) {
      #content.phr-test #heroContent h1 {
        font-size: 32px; } }
  #content.phr-test #heroContent p {
    margin: auto; }
  #content.phr-test #heroContent select[name="testLength"] {
    margin: 10px auto;
    font-size: 14px; }
    @media (min-width: 768px) {
      #content.phr-test #heroContent select[name="testLength"] {
        position: relative;
        z-index: 10;
        width: 80%;
        font-size: 16px; } }
  #content.phr-test #heroContent a.btn--primary {
    font-size: 16px; }
    @media (min-width: 768px) {
      #content.phr-test #heroContent a.btn--primary {
        font-size: 20px; } }
  #content.phr-test #heroContent #manStudying {
    position: absolute;
    right: 48%;
    bottom: 100%;
    width: 140px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
    @media (min-width: 768px) {
      #content.phr-test #heroContent #manStudying {
        right: auto;
        bottom: -40px;
        left: -155px;
        width: auto;
        height: 260px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  #content.phr-test #heroContent #womanStudying {
    position: absolute;
    bottom: 100%;
    left: 48%;
    width: 140px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
    @media (min-width: 768px) {
      #content.phr-test #heroContent #womanStudying {
        right: -135px;
        bottom: -40px;
        left: auto;
        width: auto;
        height: 260px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }

#content.phr-test #mainContent {
  max-width: 950px; }
  #content.phr-test #mainContent .infoCol {
    max-width: 450px;
    margin: auto;
    border: 2px solid #eee; }
    #content.phr-test #mainContent .infoCol.leftCol {
      padding: 25px 0; }
    #content.phr-test #mainContent .infoCol.rightCol {
      padding: 25px;
      margin-top: 40px; }
      @media (min-width: 992px) {
        #content.phr-test #mainContent .infoCol.rightCol {
          padding: 25px 40px;
          margin-top: 0; } }
    #content.phr-test #mainContent .infoCol h5 {
      margin-bottom: 20px;
      font-weight: 500;
      color: #666666;
      text-align: center; }
    #content.phr-test #mainContent .infoCol h6 {
      font-weight: 500; }
  #content.phr-test #mainContent #phrTopicsPieChart {
    text-align: center; }
    #content.phr-test #mainContent #phrTopicsPieChart text {
      font-size: 20px;
      font-weight: 700;
      fill: #fff; }
    #content.phr-test #mainContent #phrTopicsPieChart .c3-arc {
      stroke: #fff; }
  #content.phr-test #mainContent .donutTooltip {
    position: relative;
    z-index: 100;
    width: 150px;
    padding: 10px;
    font-weight: 500;
    line-height: 133%;
    text-align: center;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

.ppc #content {
  padding-top: 0; }
  .ppc #content #heroSection {
    background-image: url(/static/marketing/images/pages/ppc/bg-hero-xs.jpg);
    background-position: center center;
    background-size: cover; }
    @media (min-width: 768px) {
      .ppc #content #heroSection {
        background-image: url(/static/marketing/images/pages/ppc/bg-hero-sm.jpg); } }
    @media (min-width: 992px) {
      .ppc #content #heroSection {
        background-image: url(/static/marketing/images/pages/ppc/bg-hero-md.jpg); } }
    .ppc #content #heroSection .formContainer {
      display: inline-block;
      padding: 35px;
      color: #ddd;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 4px; }
      .ppc #content #heroSection .formContainer h2 {
        color: #fff; }
      .ppc #content #heroSection .formContainer input {
        color: #666; }
    .ppc #content #heroSection .formHeader {
      max-width: 450px;
      margin: auto; }
      .ppc #content #heroSection .formHeader h1 {
        font-size: 30px;
        font-weight: 400;
        color: #fff; }
      .ppc #content #heroSection .formHeader p {
        margin: 10px 0 20px;
        font-size: 18px; }
    .ppc #content #heroSection .error input {
      border-color: #e04444;
      box-shadow: 0 0 1px #e04444, 0 0 4px #e04444; }
    .ppc #content #heroSection .error .errorText {
      color: #e04444; }
  .ppc #content section#featuredOnSection {
    padding: 15px; }
    .ppc #content section#featuredOnSection .container, .ppc #content section#featuredOnSection .container-padded {
      position: relative; }
    .ppc #content section#featuredOnSection .bottomRightCorner {
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0;
      margin: auto; }
  .ppc #content .review {
    position: relative;
    max-width: 450px;
    padding: 25px;
    margin: 40px auto;
    background-color: #fff;
    border: 1px solid #ccc; }
    @media (min-width: 768px) {
      .ppc #content .review {
        text-align: left; } }
    .ppc #content .review .review-quote {
      font-family: "rooney-web", "Times New Roman", serif;
      font-size: 18px; }
    .ppc #content .review .review-author p {
      margin: 0;
      font-family: "rooney-web", "Times New Roman", serif;
      font-size: 14px; }
    .ppc #content .review .review-author .author-name {
      color: #f6921e; }
    .ppc #content .review .review-author .author-title {
      font-style: italic;
      font-weight: 700; }
    .ppc #content .review .review-logo {
      margin-top: 10px; }
      @media (min-width: 768px) {
        .ppc #content .review .review-logo {
          position: absolute;
          right: 25px;
          bottom: 25px; } }
  .ppc #content .sixLogosRow .logo {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    position: relative;
    padding: 10px; }
    @media (min-width: 768px) {
      .ppc #content .sixLogosRow .logo {
        width: 32%; } }
    @media (min-width: 992px) {
      .ppc #content .sixLogosRow .logo {
        width: 15%; } }

#content.requestPage h1 {
  font-size: 20px;
  color: #666666; }

#content.requestPage .formContainer {
  max-width: 450px;
  padding: 20px;
  margin: 0 auto 50px;
  background-color: white;
  border: 1px solid #d5d5d5; }
  @media (min-width: 992px) {
    #content.requestPage .formContainer {
      margin-bottom: auto; } }

#content.requestPage .rightCol h1 {
  max-width: 400px;
  margin: 0 auto 15px; }

#content.requestPage .rightCol #testimonial {
  padding: 40px;
  margin-top: 40px;
  text-align: left; }

#content.requestPage .rightCol #testimonial-copy {
  font-weight: 700;
  color: #f6921e; }

#content.requestPage .rightCol #contactCard {
  display: inline-block;
  vertical-align: top; }
  #content.requestPage .rightCol #contactCard * {
    display: inline-block;
    vertical-align: top; }
  #content.requestPage .rightCol #contactCard img {
    width: 60px;
    margin-right: 10px; }

#content.requestPage .rightCol #zerplyLogo {
  float: right;
  width: 120px; }

#content.security-page h1 {
  font-weight: 400; }
  #content.security-page h1 .largeNumber {
    font-size: 80px; }

#content.whitepapers section.heroSection {
  background-color: #aed9d9; }
  #content.whitepapers section.heroSection h1 {
    margin-bottom: 25px;
    font-size: 26px;
    color: white; }

#content.whitepapers section.grayBG {
  border-bottom: 1px solid #ddd; }

#content.whitepapers .whitepaperContainer {
  padding: 25px;
  background-color: white; }

body.sign-up #pageHeader {
  background-color: #0B0134;
  text-align: center;
  padding: 10px; }

body.sign-up .pageHeaderColor {
  background-color: #0B0134;}

body.sign-up #content {
  padding-top: 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  min-height:  670px; }
  body.sign-up #content h1 {
    font-size: 32px; }
  body.sign-up #content h2 {
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #666666; }
  body.sign-up #content h3 {
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body.sign-up #content .grayBG-container {
    min-height: 670px;
    overflow: auto; }
  body.sign-up #content .grayBG-container .container-padded {
    padding:  24px; }

body.sign-up #head .tab-pane {
  font-size:  28px;
  margin-bottom: 0; }

body.sign-up #mainContent .newCompanyForm-container {
  /* padding: 20px; */

}
.newCompanyForm-container .check-email-heading {
  text-align: left;
}
.newCompanyForm-container .form-section-container {
  padding: 20px;
}
.newCompanyForm-container .form-section-container.has-divider {
  border-bottom: 1px solid #DDD;
}
.newCompanyForm-container .form-section-container.align-right {
  text-align: right;
}
.newCompanyForm-container .form-section-container.align-left {
  text-align: left;
}

body.sign-up #mainContent {
  max-width: 500px;
  margin: auto;
  background-color: #FFF;
  border: 1px solid #DDD; }
  body.sign-up #mainContent, .login-link {
    display:  none;
  }
  body.sign-up #mainContent.custom-offer-noauth-content {
    display: block;
  }
  body.sign-up #mainContent.custom-offer-auth-new-company {
    display: block;
  }
  body.sign-up #mainContent .nav-tabs {
  	display:  flex;
  }
  body.sign-up #mainContent .nav-tabs > li {
    width: 50%;
    position: relative; }
    body.sign-up #mainContent .nav-tabs > li a {
      padding: 15px;
      border-radius: 0;
      margin: 0; }
    body.sign-up #mainContent .nav-tabs > li.active a {
      background: #67babe;
      color: #FFF;
      border-color: #67babe; }
    body.sign-up #mainContent .nav-tabs > li ~ li {
      margin-top: 0; }
    body.sign-up #mainContent .nav-tabs > li.active .pointDown {
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      margin: auto;
      height: 0;
      width: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #67babe; }
    body.sign-up #mainContent .nav-tabs .registration-tabs {
      padding: 32px;
      color: #666;
      height: 100%; }
    body.sign-up #mainContent .nav-tabs .registration-tabs:first-child {
      border-right: 1px solid #ddd; }
    body.sign-up #mainContent .nav-tabs .registration-tab-description {
      color: #888; }
  body.sign-up #mainContent .tab-content .tab-pane {
      display: none;
      padding: 25px; }
    body.sign-up #mainContent .tab-content .tab-content-icon {
      height: 28px; }
    body.sign-up #mainContent .tab-content .tab-content-header {
      vertical-align: middle;
      font-size: 20px; }
  body.sign-up #mainContent .errorText .errorlist {
    padding: 0; }
  body.sign-up #mainContent .errorText li {
    list-style: none;
    font-size: 14px; }

body.sign-up .footer-legal {
	padding:  16px; }

body.sign-up .footer-copyright {
	margin: 0; }

.u-flex {
	display: -webkit-flex;
	display: flex;
}

body.sign-up .hr-promo .hero-section {
	background-color: rgb(106, 186, 189);
	background-image: url('/static/img/marketing/bg-teal-geometric.png');
	padding-top: 48px;
	position: relative;
}

body.sign-up .hr-promo .hero-section .container {
	position: relative;
	z-index: 20;
}

body.sign-up .hr-promo .hero-section:after {
	content: '';
	background-color: #fff;
	display: block;
	width: 100%;
	height: 8%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

@media (min-width: 992px) {
	body.sign-up .hr-promo .hero-section:after {
		height: 25%;
	}
}

body.sign-up .hr-promo h1 {
	color: #fff;
	margin-bottom: 32px;
}

body.sign-up .hr-promo form {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	padding: 20px;
	max-width: 450px;
	margin: auto;
}

body.sign-up .hr-promo form .btn {
	background: #ffab2e;
	background-image: linear-gradient(#ffab2e, #ff951a);
}

body.sign-up .hr-promo .hero-section .hero-image {
	margin-top: 48px;
}

@media (min-width: 1200px) {
	body.sign-up .hr-promo .hero-section .hero-image {
		margin-top: 0;
	}
}

body.sign-up .hr-promo .feature-bullets .fa-check-circle-o {
	color: #84C341;
	line-height: 24px;
	margin-right: 8px;
}
body.sign-up .hr-promo .feature-bullets p {
	text-align: left;
	margin: 0;
}
