.underline {
    text-decoration: none;
} 
body {
    font-family: Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #002b7f;
    background-color: #51a2ce ;
    background: linear-gradient(to bottom, rgb(225, 240, 248) 30%, #0084c9 70%);
}
a h6{
    color: white;
}
a h3 {
    color:#002b7f;
}
 
.right-padding{
  text-align: right;
    padding-top: 4px;
}
.left {
  text-align: left;
}
.topPadding{
  padding-top: 10px;
}
.bottomMargin{
  margin-bottom: 10px;
}
.topMargin{
  margin-top: -50px;
}

.card-body{
  flex: 1 1 auto;
    padding: 1.25rem;
}
.col-half-offset{
  margin-left:4.166666667%
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on April 28, 2016 */
@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham_book-webfont.eot');
    src: url('../fonts/gotham_book-webfont.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/gotham_book-webfont.woff2') format('woff2'), 
    url('../fonts/GOTHAMBOOK.woff') format('woff'), 
    url('../fonts/gotham_book-webfont.ttf') format('truetype'), 
    url('../fonts/gotham_book-webfont.svg#gotham_bookregular') 
    format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/gotham-bold-webfont.woff2') format('woff2'), 
    url('../fonts/GOTHAMBOOK.woff') format('woff'), 
    url('../fonts/Gotham_Bold_Regular.ttf') format('truetype'), 
    url('../fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'gotham_lightregular';
    src: url('../fonts/gotham-light-webfont.eot');
    src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/gotham-light-webfont.woff2') format('woff2'), 
    url('../fonts/GOTHAMBOOK.woff') format('woff'), url('../fonts/gotham-light-webfont.ttf') format('truetype'), url('../fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium-webfont.eot');
    src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/gotham-medium-webfont.woff2') format('woff2'), 
    url('../fonts/GOTHAMBOOK.woff') format('woff'),
     url('../fonts/gotham-medium-webfont.ttf') format('truetype'), 
     url('../fonts/@gotham-book: "gotham_bookregular";gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  b,
  em,
  strong {
    font-family: "gotham_boldregular";
  }
  .font-light {
    font-family: "gotham_lightregular";
  }
  .font-medium {
    font-family: "gotham_mediumregular";
  }
  .font-book {
    font-family: "gotham_bookregular";
  }
  .font-bold {
    font-family: "gotham_boldregular";
  }
 

  html {
    background: #0084c9;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
  }
  body {
    color: #002b7f;
    font-family: "gotham_bookregular";
    font-size: 14px;
    line-height: normal;
    margin: 0;
    overflow-x: hidden;
  }
  @media screen and (min-width: 768px) {
    body {
      padding-bottom: 149px;
    }
  }
  @media screen and (min-width: 1024px) {
    body {
      padding-bottom: 149px;
    }
  }
  .main-content {
    background: unset !important;
    display: block;
  }
  a {
    color: inherit;
  }
  img {
    border: 0;
    max-width: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
  h1 {
	  display:none;
  }
  .p-5 {
    padding: 1.5rem 1.5rem!important;
}
   .container {
    *zoom: 1;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 980px;
    padding: 0 10px;
    } 
  
  .search {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 95%, #38b9fd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff38b9fd', GradientType=0);
    padding: 0 0 45px;
  }
  @media screen and (min-width: 768px) {
    .search {
      background: #ffffff;
      background: linear-gradient(to bottom, #ffffff 90%, #38b9fd 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff38b9fd', GradientType=0);
      padding: 0 0 145px;
    }
  }
  .search__results {
    margin: 20px 0 0;
  }
  .search__results .container {
    max-width: 630px;
  }
  .search__result {
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 16px;
    padding: 25px 15px;
  }
  @media screen and (min-width: 768px) {
    .search__result {
      padding: 25px 30px;
    }
  }
  .search__result:last-child {
    border: 0;
  }
  .search__result a {
    color: #0084c9;
    text-decoration: none;
  }
  .search__result__title {
    display: block;
    font-family: "gotham_boldregular";
  }
  .search__result__url {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
  .search__result__info {
    margin: 25px 0 0;
  }
  .search__result__read-more {
    display: block;
  }
  .search-bar {
    background: #0084c9;
    color: #ffffff;
    font-size: 14px;
    padding: 30px 25px;
  }
  .search-bar .container {
    max-width: 570px;
  }
  .search-bar__input-wrapper {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 2px #9f9f9f inset;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .search-bar__input-wrapper {
      display: inline-block;
      width: 410px;
    }
  }
  .search-bar .input {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .search-bar .input--text {
    color: #5d5968;
    font-size: 17px;
    font-style: italic;
    padding-right: 35px;
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .search-bar .input--text {
      padding: 10px 35px 10px 15px;
    }
  }
  .search-bar .input--button {
    position: absolute;
    right: 2px;
    top: 2px;
  }
  .search-bar__count {
    margin: 5px 0 0;
  }
  @media screen and (min-width: 768px) {
    .search-bar__count {
      display: inline-block;
      margin: 0 0 0 15px;
    }
  }
  .header--mobile .search-bar {
    background: #0084c9;
    padding: 5px;
  }
  .header--desktop .search-bar {
    background: none;
    float: right;
    text-align: right;
    width: 280px;
  }
  .search-bar__input {
    border: 0;
    color: #002b7f;
    padding: 9px 5px;
    vertical-align: middle;
    width: 86%;
  }
  @media screen and (min-width: 768px) {
    .search-bar__input {
      padding: 8px 15px;
      width: 75%;
    }
  }
  .search-bar__button {
    background-image: url('../images/icon-search.png');
    background-position: center center;
    background-repeat: no-repeat;
    -ms-background-size: 15px 15px;
    background-size: 15px 15px;
    cursor: pointer;
    padding: 0;
    height: 32px;
    vertical-align: middle;
    width: 32px;
  } 
  @media screen and (min-width: 768px) {
    .product-reviews__sort-bar {
      font-size: 18px;
    }
  }
  .product-reviews__sort-bar__count {
    font-size: 12px;
    margin: 0 20px 15px;
  }
  @media screen and (min-width: 768px) {
    .product-reviews__sort-bar__count {
      display: inline-block;
      font-size: 18px;
      margin: 0 40px;
    }
  }
  .product-reviews__sort-bar__input-label {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
  }
  .header {
    *zoom: 1;
    position: relative;
    z-index: 5;
  }
  .header:before,
  .header:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header:after {
    clear: both;
  }
  .header--mobile .header__logo {
    left: 0;
    margin: -5px 0 0 -10px;
    position: absolute;
    top: 0;
    width: 95px;
  }
  .header__menu {
    color: #ffffff;
    font-family: "gotham_boldregular";
    font-size: 12px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
  }
  .mobile-menu-open .header__menu {
    background: #ffffff url('../images/bg-diag-stripe.png') left top repeat;
    color: #0084c9;
  }
  .header__menu:after {
    background: url('../images/icon-menu.png') center center no-repeat;
    -ms-background-size: 32.5px 27px;
    background-size: 32.5px 27px;
    content: "";
    display: inline-block;
    height: 27px;
    margin-left: 12px;
    vertical-align: middle;
    width: 32.5px;
  }
  .mobile-menu-open .header__menu:after {
    background: url('../images/icon-menu-close.png') center center no-repeat;
    -ms-background-size: 29.5px 29px;
    background-size: 29.5px 29px;
    height: 29px;
    width: 29.5px;
  }
  .header--mobile {
    display: block;
    background: #0084c9;
  }
  @media screen and (min-width: 768px) {
    .header--mobile {
      display: none;
    }
  }
  .header--mobile .header__container {
    *zoom: 1;
    height: 50px;
    position: relative;
  }
  .header--mobile .header__container:before,
  .header--mobile .header__container:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header--mobile .header__container:after {
    clear: both;
  }
  .header--mobile .header__nav {
    background: #ffffff url('../images/bg-diag-stripe.png') left top repeat;
    display: none;
    left: 0;
    margin-top: -2px;
    padding: 10px 10px 18px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 5;
  }
  .mobile-menu-open .header--mobile .header__nav {
    display: block;
  }
  .header--mobile .header__links {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header--mobile .header__links__link {
    background: #0084c9;
    margin-top: 8px;
  }
  .header--mobile .header__links__link a {
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-family: "gotham_boldregular";
    font-size: 12px;
    padding: 12px 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: calc(100% - 30px);
  }
  .header--mobile .header__links__link--dropdown.child-nav-open .product-dropdown-menu-wrapper {
    display: block;
  }
  .header--mobile .header__links__link--external {
    background-image: url('../images/icon-external-link.png');
    background-position: right 10px top 10px;
    background-repeat: no-repeat;
    -ms-background-size: 21.5px 17.5px;
    background-size: 21.5px 17.5px;
  }
  .header--mobile .product-dropdown-menu-wrapper {
    background: #0084c9;
    display: none;
    padding: 0 10px 15px;
  }
  .header--mobile .product-dropdown-menu__item--button {
    text-align: center;
  }
  .header--mobile .header__social {
    margin-top: 8px;
  }
  .header--mobile .header__social a {
    display: inline-block;
    margin-right: 8px;
  }
  .header--desktop {
    display: none;
  }
  @media screen and (min-width: 768px) {
    .header--desktop {
      display: block;
    }
  }
  .header--desktop .header__top-bar {
    *zoom: 1;
    background: #0084c9;
    background: linear-gradient(to bottom, #0084c9 0%, #38b9fd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0084c9', endColorstr='#ff38b9fd', GradientType=0);
    height: 65px;
    padding: 10px 0;
  }
  .header--desktop .header__top-bar:before,
  .header--desktop .header__top-bar:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header--desktop .header__top-bar:after {
    clear: both;
  }
  .header--desktop .header__top-bar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    
  }
  .header--desktop .header__top-bar__links {
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-flex-align: center;
        align-items: center;
    color: #ffffff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "gotham_boldregular";
    font-size: 12px;
    text-align: right;
  }
  .header--desktop .header__top-bar__links__link {
    display: inline-block;
    vertical-align: middle;
  }
  .header--desktop .header__top-bar__links__link--join-us a {
//    background: url('../images/icon-email.png') right center no-repeat;
    padding: 3px 30px 3px 0;
  }
  .header--desktop .header__top-bar__links__link--social img {
    height: 18px;
    padding-top: 3px;
  }
  .header--desktop .header__top-bar__links a {
    color: #ffffff;
    display: inline-block;
    margin: 0 4px;
    text-decoration: none;
  }
  .header--desktop .header__nav-bar {
    background: #0084c9;
    border-bottom: 1px solid #0084c9;
    height: auto;
  }
  .header--desktop .header__nav-bar .container {
    position: relative;
  }
  .header--desktop .header__logo {
    display: inline-block;
    left: 0;
    margin: -30px 0 0 -30px;
    position: absolute;
    top: 0;
    width: 180px;
  }
  @media screen and (min-width: 1024px) {
    .header--desktop .header__logo {
      margin: -75px 0 0 -45px;
      width: auto;
    }
  }
  .header--desktop .header__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    margin-left: 135px;
  }
  @media screen and (min-width: 1024px) {
    .header--desktop .header__links {
      margin-left: 190px;
    }
  }
  .header--desktop .header__links__link {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
    display: table-cell;
    height: auto;
    min-width: 80px;
    text-align: center;
    vertical-align: middle;
  }
  .header--desktop .header__links__link a {
    color: #ffffff;
    display: block;
    font-family: "gotham_boldregular";
    font-size: 11px;
    padding: 25px 8px 26px;
    text-decoration: none;
    text-transform: uppercase;
  }
  @media screen and (min-width: 1024px) {
    .header--desktop .header__links__link a {
      font-size: 14px;
      padding: 21px 8px 22px;
    }
  }
  .header--desktop .header__links__link.top-bar-link-hover {
    background-color: #ffffff;
  }
  .header--desktop .header__links__link.top-bar-link-hover a {
    color: #002b7f;
  }
  .header--desktop .header__links__link--dropdown {
//    background-image: url('../images/icon-arrow-down-white.png');
    background-position: center bottom 10px;
    background-repeat: no-repeat;
  }
  .header--desktop .header__links__link--dropdown.child-nav-open {
    background-color: #ffffff;
//    background-image: url('../images/icon-arrow-down-blue-small.png');
  }
  .header--desktop .header__links__link--dropdown.child-nav-open a {
    color: #002b7f;
  }
  .header--desktop .header__links__link--dropdown.child-nav-open a.button {
    color: #ffffff;
  }
  .header--desktop .header__links__link--dropdown.child-nav-open .product-dropdown-menu {
    display: block;
  }
  .header--desktop .product-dropdown-menu {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .header .product-dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff url('../images/bg-diag-stripe.png') left top repeat;
    text-align: left;
  }
  @media screen and (min-width: 768px) {
    .header .product-dropdown-menu {
      border: 1px solid #9f9f9f;
      box-shadow: 0 10px 25px #9f9f9f;
      margin: 0;
    }
  }
  .header .product-dropdown-menu__item {
    border-bottom: 1px solid #9f9f9f;
    font-family: "gotham_mediumregular";
    padding: 10px;
  }
  @media screen and (min-width: 768px) {
    .header .product-dropdown-menu__item {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      display: inline-block;
      padding: 0;
      text-align: center;
      vertical-align: top;
      width: 19.5%;
    }
    .header .product-dropdown-menu__item--button {
      margin: 80px 0;
      text-align: right;
      width: 19%;
    }
  }
  .header .product-dropdown-menu__item a {
    color: #002b7f;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    text-transform: none;
    width: auto;
  }
  @media screen and (min-width: 768px) {
    .header .product-dropdown-menu__item a {
      padding: 20px 10px;
    }
  }
  .header .product-dropdown-menu__item a.button {
    color: #ffffff;
    display: inline-block;
    min-width: 0;
    padding: 15px;
    text-transform: uppercase;
  }
  @media screen and (min-width: 768px) {
    .header .product-dropdown-menu__item a.button {
      width: 135px;
    }
  }
  @media screen and (min-width: 768px) {
    .header .product-dropdown-menu__item__image-wrapper {
      display: table;
      width: 100%;
    }
  }
  @media screen and (min-width: 768px) {
    .header .product-dropdown-menu__item__image-wrapper__inner {
      display: table-cell;
      height: 135px;
      vertical-align: bottom;
    }
  }
  .header .product-dropdown-menu__item__image {
    display: none;
  }
  @media screen and (min-width: 768px) {
    .header .product-dropdown-menu__item__image {
      display: inline-block;
      max-height: 100%;
    }
  }
  .header .product-dropdown-menu__item__title {
    display: block;
  }
  @media screen and (min-width: 768px) {
    .header .product-dropdown-menu__item__title {
      margin-top: 15px;
    }
  }
  .header .join-now {
    background: #ffffff url('../images/bg-diag-stripe.png') left top repeat;
    height: 0;
    transition: all .3s linear;
    overflow: hidden;
    visibility: hidden;
    top: 0;
  }
  .header .join-now__inner {
    height: 790px;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__inner {
      height: 600px;
    }
  }
  .header .join-now__gradient {
    display: none;
    background: #0084c9;
    background: linear-gradient(to bottom, #0084c9 0%, #38b9fd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0084c9', endColorstr='#ff38b9fd', GradientType=0);
    height: 90px;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__gradient {
      display: block;
    }
  }
  .join-now-open .header .join-now {
    height: 880px;
    overflow: hidden;
    visibility: visible;
  }
  @media screen and (min-width: 768px) {
    .join-now-open .header .join-now {
      height: 690px;
    }
  }
  @media only screen and (max-width: 480px) {
    .join-now-open .header .join-now iframe {
      height: 100%;
    }
  }
  .header .join-now__modal {
    background: #ffffff;
    border: 1px solid #9f9f9f;
    box-shadow: 0 0 15px #9f9f9f;
    box-sizing: border-box;
    font-size: 12px;
    margin: 30px auto;
    padding: 12px;
    position: relative;
    text-align: center;
    width: 315px;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal {
      margin: 25px auto;
      padding: 15px;
      text-align: left;
      width: 732px;
    }
  }
  @media only screen and (max-width: 480px) {
    .header .join-now__modal {
      height: 100%;
    }
  }
  .header .join-now__modal__close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 25px;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal__close {
      right: 10px;
      top: 10px;
      width: 35px;
    }
  }
  .header .join-now__modal__image {
    display: none;
    margin: 20px 0 0 40px;
    position: absolute;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal__image {
      display: block;
    }
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal__content {
      margin: 0 0 0 316px;
    }
  }
  .header .join-now__modal h2 {
    font-family: "gotham_mediumregular";
    font-size: 20px;
    margin: 6px 0 0;
    text-align: center;
    text-transform: uppercase;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal h2 {
      font-size: 25px;
    }
  }
  .header .join-now__modal p {
    margin: 10px 0;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal p {
      margin: 10px 60px 10px 0;
    }
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal form {
      margin: 0 60px 0 0;
    }
  }
  .header .join-now__modal__disclaimer,
  .header .join-now__modal .form__field--checkbox label,
  .header .join-now__modal .form__field__required {
    font-size: 12px;
  }
  .header .join-now__modal__disclaimer {
    margin: 20px 0 0;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal__disclaimer {
      margin: 15px -10px 0 0;
    }
  }
  .header .join-now__modal .form__field {
    margin: 10px 0;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal .form__field {
      margin: 15px 0;
    }
  }
  .header .join-now__modal .form__field--email-address {
    margin: 0 0 10px;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal .form__field--email-address {
      margin: 0;
      float: left;
      width: 200px;
    }
  }
  .header .join-now__modal .form__field--zip-code {
    margin: 10px 0 0;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal .form__field--zip-code {
      margin: 0;
      float: right;
      width: 100px;
    }
  }
  .header .join-now__modal .form__field--checkbox {
    margin: 10px 0;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal .form__field--checkbox {
      margin: 15px 0;
    }
  }
  .header .join-now__modal .form__field--checkbox label {
    color: #002b7f;
    text-align: left;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal .form__field--center {
      text-align: left;
    }
  }
  .header .join-now__modal .form__field__required {
    display: block;
    margin: 10px 0 0;
  }
  @media screen and (min-width: 768px) {
    .header .join-now__modal .form__field__required {
      display: inline-block;
      margin: 0 0 0 10px;
    }
  }
  .header .dropdown-button {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    float: right;
    padding: 12px 10px 0 0;
  }
  @media screen and (min-width: 768px) {
    .header .dropdown-button {
      display: none;
    }
  }
  .header .dropdown-button .dropdown-image {
    width: 6px;
  }
  .header .search-bar {
    padding: 5px;
  }
  @media screen and (min-width: 768px) {
    .header .search-bar {
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0;
    }
  }
  .header .search-bar .container {
    padding: 0;
  }
  .header .search-bar__input-wrapper {
    background: none;
    box-shadow: none;
  }
  @media screen and (min-width: 768px) {
    .header .search-bar__input-wrapper {
      width: 280px;
    }
  }
  .header .search-bar__input {
    background: #ffffff;
    border-color: #d5ecf8;
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-radius: 5px;
    box-shadow: -1px -1px 2px #9f9f9f inset;
    color: #002b7f;
    display: inline-block;
    font-family: "gotham_mediumregular";
    font-size: 12px;
    font-style: normal;
    margin: 0 4px 0 0;
    padding: 9px 5px;
    vertical-align: middle;
    width: 86%;
  }
  @media screen and (min-width: 768px) {
    .header .search-bar__input {
      border-width: 0;
      font-size: 14px;
      padding: 8px 15px;
      width: 75%;
    }
  }
  .header .search-bar__button {
    border-color: #d5ecf8;
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-radius: 5px;
    box-shadow: -1px -1px 2px #9f9f9f inset;
    background-color: #ffffff;
//    background-image: url('../images/icon-search.png');
    background-position: center center;
    background-repeat: no-repeat;
    -ms-background-size: 15px 15px;
    background-size: 15px 15px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: static;
    height: 32px;
    vertical-align: middle;
    width: 32px;
  }
  @media screen and (min-width: 768px) {
    .header .search-bar__button {
      height: 32px;
      width: 35px;
    }
  }
  .footer {
    background: #0084c9;
    color: #ffffff;
    font-family: "gotham_mediumregular";
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .footer {
      bottom: 0;
      left: 0;
      position: absolute;
      padding: 35px 0 25px;
      right: 0;
    }
  }
  .footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer__links__link {
    display: inline-block;
    margin: 0 8px 10px;
    vertical-align: top;
  }
  @media screen and (min-width: 768px) {
    .footer__links__link {
      margin: 0 15px 25px;
    }
  }
  @media screen and (min-width: 1024px) {
    .footer__links__link {
      margin: 0 20px 25px;
    }
  }
  .footer__copyright {
    margin: 15px 0 0;
  }
  @media screen and (min-width: 768px) {
    .footer__copyright {
      margin: 0;
    }
  }
  .button {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: "gotham_mediumregular";
    font-size: 12px;
    min-width: 155px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .button:after {
    -ms-background-size: 6px 13px;
    background-size: 6px 13px;
    background-position: left top;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 10px;
    vertical-align: middle;
    width: 6px;
  }
  @media screen and (min-width: 768px) {
    .button {
      font-size: 16px;
      min-width: 180px;
    }
  }
  .button--solid {
    background: #0084c9;
    border-color: #0084c9;
    color: #ffffff;
  }
  .button--solid:after {
    background-image: url('../images/icon-arrow-right-white.png');
  }
  .button--solid:hover {
    background: #006092;
    border-color: #006092;
  }
  .button--solid:focus {
    background: #38b9fd;
    border-color: #38b9fd;
  }
  .button--outline {
    background: #ffffff;
    border-color: #0084c9;
    color: #0084c9;
  }
  .button--outline:after {
    background-image: url('../images/icon-arrow-right-blue.png');
  }
  .button--outline:hover {
    border-color: #006092;
    color: #006092;
  }
  .button--outline:hover:after {
    background-image: url('../images/icon-arrow-right-darker-blue.png');
  }
  .button--outline:focus {
    border-color: #38b9fd;
    color: #38b9fd;
  }
  .button--outline:focus:after {
    background-image: url('../images/icon-arrow-right-light-blue.png');
  }
  .button--bottom-arrow:after {
    background-image: url('../images/icon-arrow-down-blue.png');
    -ms-background-size: 13px 6px;
    background-size: 13px 6px;
    height: 6px;
    width: 13px;
  }
  .button--bottom-arrow:hover:after {
    background-image: url('../images/icon-arrow-down-darker-blue.png');
  }
  .button--bottom-arrow:focus:after {
    background-image: url('../images/icon-arrow-down-light-blue.png');
  }
  .button--no-arrow:after {
    display: none;
  }
  .gradient-background-content {
    border-bottom: 12px solid #0084c9;
  }  
/*Altudo*/
@media(min-width:768px){
  a#cmdChatmob i {
      display: none;
  }
}
@media(max-width:767px){
  a#cmdChatmob {
      position: absolute;
      z-index: 5;
      color: #0084c9;
      right: 100px;
      top: 9px;
      font-size: 15px;
      background: #fff;
      padding: 8px 12px;
      border-radius: 5px;
      line-height: 1;
  }
}
  
 