/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.overlay-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9998; }

.overlay-container {
  position: absolute;
  width: 100%;
  top: 150px;
  text-align: center;
  z-index: 9999;
  padding-bottom: 30px; }

.overlay-content {
  position: relative;
  min-width: 80px;
  min-height: 80px;
  max-width: 90%;
  padding: 10px;
  display: inline-block;
  background: #FFF;
  text-align: left; }

.overlay-content-inner {
  overflow: hidden; }

.overlay-close {
  z-index: 9999;
  font-size: 35px;
  line-height: 1;
  position: absolute;
  top: -40px;
  right: 15px;
  cursor: pointer;
  display: none;
  color: #fff;
  outline: none; }

.overlay-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/loader.gif?auto=format) no-repeat 50% 50%; }

/*# sourceMappingURL=../maps/core/overlay.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.accordion-container {
  border: none;
  list-style: none;
  padding: 0;
  margin: 0; }

.prod-gel-acc .accordion-container {
  border: none; }

.accordion-head {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  background-color: #fff;
  padding: 13px;
  margin: 0;
  color: #939191;
  border-top: 1px solid #eaeaea; }

.accordion-slide:first-child .accordion-head {
  border-top: 0; }

.accordion-title {
  padding: 13px;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .accordion-title {
    max-width: 235px; } }

.accordion-content {
  padding: 13px; }

.accordion-content-wrapper {
  border-left: 0;
  border-right: 0;
  border-top: 0; }

.accordion-head a {
  color: #00339e;
  font-size: 22px;
  line-height: 20px; }

.accordion-title-text {
  font-weight: bold; }

a:focus, a:hover {
  text-decoration: none !important; }

.mod-js .accordion-slide .accordion-head:hover {
  background-color: transparent;
  color: white; }

.mod-js .accordion-slide.is-active > .accordion-head:hover {
  background-color: transparent; }

.mod-js .accordion-slide.is-active > .accordion-head {
  color: black; }

.mod-js .accordion-content-wrapper {
  visibility: hidden;
  height: 0;
  position: relative;
  top: -999999px;
  left: -999999px;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.mod-js .accordion-slide.is-active > .accordion-content-wrapper {
  visibility: visible;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  overflow: auto; }

.mod-js .accordion-slide.is-active:last-child > .accordion-content-wrapper {
  border-bottom: none; }

.mod-js .accordion-head {
  cursor: pointer;
  margin-bottom: 0;
  position: relative; }

/*.mod-js .accordion-head:after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 8px;
  font-size: 12px;
  float: right;
}*/
.mod-js .accordion-slide.is-active > .accordion-head {
  cursor: default; }

.mod-js .accordion-slide.is-active > .accordion-head:after {
  content: url(../../../../../../../content/dam/cf-consumer-healthcare/fenistil-new/master/desktop/icons/up-arrow.png);
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -30px;
  font-size: 12px;
  float: right;
  right: 17px; }

.accordion-head:after {
  content: url(../../../../../../../content/dam/cf-consumer-healthcare/fenistil-new/master/desktop/icons/down-arrow.png);
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -14px;
  font-size: 30px;
  float: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  right: 15px; }

/*# sourceMappingURL=accordion.css.map */

/*# sourceMappingURL=../maps/components/accordion.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.add-to-basket-container {
  border: 1px solid #D5D1CE;
  background: #F0EFED; }
  .add-to-basket-container .add-to-basket-description {
    border-right: 1px solid #D5D1CE;
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding-left: 10px;
    margin-right: 10px; }
  .add-to-basket-container .add-to-basket-quantity {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    padding-top: 20px; }
    .add-to-basket-container .add-to-basket-quantity select {
      padding-left: 2%;
      padding-right: 4%; }
  .add-to-basket-container .add-to-basket-btn {
    display: inline-block;
    padding-top: 20px;
    vertical-align: middle;
    width: 15%; }

@media only screen and (max-width: 767px) {
  .add-to-basket-container {
    padding-bottom: 10px; }
    .add-to-basket-container .add-to-basket-description {
      width: 100%; }
    .add-to-basket-container .add-to-basket-quantity {
      width: 100%;
      padding-left: 10px; }
    .add-to-basket-container .add-to-basket-btn {
      width: 100%;
      padding-left: 10px; } }

.order-header {
  background-color: white;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }

.productDescription {
  float: left;
  width: 35%;
  padding-left: 20px; }
  .productDescription img {
    width: 40%;
    margin: 20px 15px 5px 0px !important; }

.SampleCount {
  float: left;
  width: 15%; }

.OrderDate {
  float: left;
  width: 25%; }

.OrderStatus {
  width: 20%;
  float: left; }

.itemOrderList {
  float: left;
  width: 100%; }
  .itemOrderList .SampleCount, .itemOrderList .OrderDate, .itemOrderList .OrderStatus {
    padding-top: 15px; }

.orderList .order-header div {
  font-weight: bold;
  font-size: 20px; }

.webshop-metadata {
  display: none !important; }

.webshop-cart .cartRecord {
  background: white;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 20px;
  float: left;
  width: 100%; }

.webshop-cart .add-to-basket-description {
  width: 68%;
  border-right: 1px solid #f2f2f2;
  float: left; }

.webshop-cart .add-to-basket-wrapper {
  width: 30%;
  display: inline;
  margin-left: 40px;
  position: relative;
  left: 15px; }
  .webshop-cart .add-to-basket-wrapper div {
    float: left; }

.webshop-cart a.add-to-basket-remove {
  float: left;
  position: relative;
  left: 15px; }

.webshop-cart .webshop-error {
  margin-top: 20px;
  margin-left: 15px;
  color: red; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.articleTeaser .articleTeaser-image-holder.articleTeaser-image-top img {
  border-bottom: solid 4px #f36633; }

.articleTeaser .articleTeaser-text-content .articleTeaser-text-link {
  background-color: #f36633;
  border-radius: 3px;
  color: white;
  padding: 8px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block; }
  .articleTeaser .articleTeaser-text-content .articleTeaser-text-link:hover {
    background-color: #939191;
    color: white; }
  .articleTeaser .articleTeaser-text-content .articleTeaser-text-link:active {
    background-color: #939191;
    color: white; }

/* Mobile view 767 max width */
@media only screen and (max-width: 767px) {
  .articleTeaser .component-content.hero-article .articleTeaser-text-content {
    width: 100%; }
  .articleTeaser .articleTeaser-image-holder {
    text-align: center; } }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.article-teaser-block {
  border: 1px solid #efefed;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 0 rgba(84, 79, 64, 0.06);
  box-shadow: 0 0 8px 0 rgba(84, 79, 64, 0.06);
  position: relative;
  margin: 8px;
  overflow: hidden;
  background-color: #fff; }
  .article-teaser-block .aspect-ratio-box {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden; }
    .article-teaser-block .aspect-ratio-box img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100%; }
  .article-teaser-block .article-body {
    min-height: 120px;
    padding: 0 24px 30px; }
  .article-teaser-block .label p {
    margin-bottom: 20px; }
  .article-teaser-block .article-title p {
    margin-bottom: 20px; }
  .article-teaser-block .article-description {
    margin-bottom: 20px; }
  .article-teaser-block .article-body .article-date {
    color: rgba(84, 79, 64, 0.7);
    font-size: 1rem;
    letter-spacing: .2px;
    margin-bottom: 20px; }
  .article-teaser-block .article-button-container {
    position: relative;
    bottom: 0;
    left: 0; }
  .article-teaser-block .article-title {
    font-size: 1.5rem;
    font-weight: 700; }
  .article-teaser-block .margin-none-top {
    margin-top: 0; }
  .article-teaser-block .button-text {
    font-size: .85714rem;
    letter-spacing: 1.5px;
    line-height: 1.14286rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #544f40; }
  .article-teaser-block a.button-primary {
    color: #15717d; }
  .article-teaser-block a.button-primary-filled {
    background-color: #15717d;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 2rem;
    font-size: .85714rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.14286rem;
    text-transform: uppercase;
    text-align: center; }
  .article-teaser-block a.button-primary-pdf-icon::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-image: url(../../img/download.png); }
  .article-teaser-block a.external-link-icon::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-image: url(../../img/new-window.png); }

.article-teaser-block-transparent-background {
  border: none;
  background-color: inherit;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0; }

.articleTeaser .clickable-at {
  cursor: pointer; }
/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.articleList {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1; }

.articleList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.articleList-date {
  margin-bottom: 10px;
  color: #868484; }

.articleList-article {
  margin-bottom: 20px;
  overflow: hidden; }

.articleList-description {
  overflow: hidden; }

.articleList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.articleList-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.articleList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px; }

.articleList-more {
  float: right; }

.articleList-more:after {
  content: " \00bb";
  display: inline; }

.articleList-more-arrow {
  display: none; }

.no-generatedcontent .articleList-more-arrow {
  display: inline; }

.articleList-article-wrapper {
  margin: 0;
  padding: 0; }

.articleList-horizontal-2-columns .articleList-article,
.articleList-horizontal-3-columns .articleList-article {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }

.articleList-horizontal-2-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.2%;
  width: 48%; }

.articleList-horizontal-3-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.5%;
  width: 31%; }

@media only screen and (max-width: 768px) {
  .articleList-thumbnail {
    float: none;
    margin: auto;
    display: block; }
  .articleList-horizontal-2-columns .articleList-article,
  .articleList-horizontal-3-columns .articleList-article {
    display: block;
    width: 100%; } }

.articleList-tags {
  list-style-type: none;
  padding: 0;
  margin: -20px 0 0 0; }

.articleList-tags-item {
  display: inline-block;
  margin: 0 2px; }

.articleList-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em; }

.article-list figure:hover figcaption {
  opacity: 1; }

@media only screen and (min-width: 992px) {
  .article-list figure:hover img {
    opacity: 0.3; }
  .article-list figcaption {
    position: absolute;
    top: 0;
    background: rgba(246, 134, 40, 0.7);
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-fenistil-products .article-list .col-xs-12.col-sm-2.col-md-2, .page-fenistil-products .article-list .col-xs-11.col-sm-2.col-md-2 {
    width: 20%; } }

/*# sourceMappingURL=articleList.css.map */
.article-list {
  padding-left: 0;
  padding-right: 0; }
  .article-list h2 {
    font-family: 'Gotham';
    font-size: 17px;
    letter-spacing: 1px;
    color: #0088ce;
    text-transform: uppercase;
    margin-top: 15px; }
  .article-list h3 {
    font-family: 'foco';
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 1px;
    color: #f68628;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .article-list h3 {
        font-size: 27px; } }
  .article-list p {
    font-size: 16px; }
  .article-list img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden; }
  .article-list figure {
    position: relative; }
    .article-list figure:hover img {
      opacity: 0.3; }
    .article-list figure:hover figcaption {
      background: rgba(246, 134, 40, 0.7); }
      .article-list figure:hover figcaption p {
        background: #005089; }
    .article-list figure figcaption {
      position: absolute;
      top: 0;
      background: #005089;
      width: 100%;
      height: 100%;
      transition: .5s ease;
      opacity: 0; }
      .article-list figure figcaption p {
        position: absolute;
        top: 50%;
        left: 50%;
        color: white;
        font-family: 'Gotham';
        font-size: 17px;
        text-transform: uppercase;
        line-height: 50px;
        text-align: center;
        display: block;
        text-decoration: none;
        height: 50px;
        width: 182px;
        background: none;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        margin-left: 5px;
        -ms-transform: skewX(-10deg) translate(-50%, -50%);
        -webkit-transform: skewX(-10deg) translate(-50%, -50%);
        transform: skewX(-10deg) translate(-50%, -50%); }
        .article-list figure figcaption p a {
          display: block;
          color: inherit;
          text-decoration: none; }

/*# sourceMappingURL=../maps/components/articleList.css.map */
/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.box-outlined .component-content {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1; }

.box-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.box-more {
  display: block;
  text-align: right; }

.gradient_bg_header {
  background: -moz-linear-gradient(79deg, #e64510 0%, #f08400 100%);
  background: -webkit-linear-gradient(79deg, #e64510 0%, #f08400 100%);
  background: linear-gradient(79deg, #e64510 0%, #f08400 100%);
  padding: 35px 0;
  margin-bottom: 15px; }

.gradient_bg_header .component {
  margin-bottom: 0; }

.gradient_bg_header h1 {
  color: #fff;
  margin: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.4px; }

@media (min-width: 768px) {
  .gradient_bg_header {
    padding: 65px 0; }
  .gradient_bg_header h1 {
    font-size: 82px;
    letter-spacing: -.82px; } }

@media (min-width: 992px) {
  .gradient_bg_header {
    padding: 50px 0;
    margin-bottom: 60px; }
  .gradient_bg_header h1 {
    font-size: 70px;
    letter-spacing: -.7px; } }

/* .border_left {
  border-left: 1px solid #e6e6e6;
  color: #333;
} */
/*# sourceMappingURL=box.css.map */
.gradient_bg_header {
  background: -moz-linear-gradient(79deg, #e64510 0%, #f08400 100%);
  background: -webkit-linear-gradient(79deg, #e64510 0%, #f08400 100%);
  background: linear-gradient(79deg, #e64510 0%, #f08400 100%);
  padding: 35px 0;
  margin-bottom: 15px; }
  .gradient_bg_header .component {
    margin-bottom: 0; }
  .gradient_bg_header h1 {
    color: #fff;
    margin: 0;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -.4px; }
  @media (min-width: 768px) {
    .gradient_bg_header {
      padding: 65px 0; }
      .gradient_bg_header h1 {
        font-size: 82px;
        letter-spacing: -.82px; } }
  @media (min-width: 992px) {
    .gradient_bg_header {
      padding: 50px 0;
      margin-bottom: 60px; }
      .gradient_bg_header h1 {
        font-size: 70px;
        letter-spacing: -.7px; } }

.border_left {
  border-left: 1px solid #e6e6e6;
  color: #333; }

/*# sourceMappingURL=../maps/components/box.css.map */
/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.breadcrumbs {
  margin: 10px 0; }

.breadcrumbs-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs-list li {
  float: left;
  margin-right: 6px; }

.breadcrumbs-separator {
  margin: 0 10px; }

.breadcrumbs-without-separator .breadcrumbs-separator {
  display: none; }

.breadcrumbs-without-separator li {
  padding-right: 15px;
  margin-right: 9px;
  position: relative; }
  .breadcrumbs-without-separator li:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 8px; }

.breadcrumbs-without-separator li:last-child {
  background-image: none; }
  .breadcrumbs-without-separator li:last-child:before {
    display: none; }

@media only screen and (max-width: 768px) {
  .breadcrumbs-list li {
    float: none; } }

/*# sourceMappingURL=../maps/components/breadcrumbs.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.carousel {
  position: relative;
  border: solid 2px #323131;
  background-color: #e1e1e1;
  padding: 15px 60px; }

.carousel-slides {
  margin: 0;
  padding: 0; }

.carousel-slide {
  width: 100%; }

.carousel-slide .no-content,
.carousel-slide .no-image {
  text-align: center; }

.carousel-cover {
  max-width: 50%;
  height: auto;
  float: right; }

.carousel-slide .image-and-content {
  overflow: hidden; }

.carousel-slide .no-content .carousel-cover {
  float: none;
  max-width: 100%; }

.carousel-slide .no-image .carousel-content {
  float: none;
  max-width: 100%; }

.carousel-content {
  max-width: 48%;
  float: left;
  text-align: left;
  -moz-transition-property: margin;
  -o-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  width: 100%; }

.carousel-nav {
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  padding: 0; }

.carousel-nav li {
  display: inline-block;
  margin: 0 3px;
  cursor: pointer; }

.carousel-nav a {
  display: inline-block;
  border: 2px solid #656363;
  width: 10px;
  height: 10px;
  font-size: 0;
  color: transparent; }

.carousel-nav li.is-active a {
  background: #939191; }

.carousel-nav-prev,
.carousel-nav-next {
  position: absolute;
  top: 50%;
  border: none;
  width: 19px;
  height: 31px; }

.carousel-nav-prev a,
.carousel-nav-next a {
  border: none;
  display: block;
  width: 100%;
  height: 100%; }

.carousel-nav-prev {
  left: 10px; }

.carousel-nav-prev a:before {
  content: "\f053";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #939191; }

.carousel-nav-prev a:hover:before {
  color: #323131; }

.carousel-nav-next {
  right: 10px; }

.carousel-nav-next a:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #939191; }

.carousel-nav-next a:hover:before {
  color: #323131; }

.no-js .carousel .carousel-slide:first-child {
  margin-top: 0;
  border-top: none; }

.no-js .carousel .carousel-slide {
  position: static; }

.no-js .carousel .carousel-nav li {
  display: none; }

.lt-ie8 .carousel-nav li {
  display: inline;
  zoom: 1; }

.lt-ie8 .carousel-nav li.is-active a {
  background: #939191; }

.lt-ie8 .carousel-nav .carousel-nav-prev, .lt-ie8 .carousel-nav .carousel-nav-next {
  width: 19px;
  height: 31px; }

.lt-ie8 .carousel-nav .carousel-nav-prev a, .lt-ie8 .carousel-nav .carousel-nav-next a {
  border: none;
  display: block;
  width: 100%;
  height: 100%; }

.lt-ie8 .carousel-nav a {
  display: block;
  zoom: 1;
  border: 2px solid #656363;
  width: 10px;
  height: 10px; }

@media only screen and (max-width: 768px) {
  .carousel-cover {
    max-width: 100%;
    float: none;
    margin: auto;
    display: block; }
  .carousel-content {
    max-width: 100%;
    float: none; }
  .carousel-nav li {
    display: none; }
  .carousel-nav .carousel-nav-prev,
  .carousel-nav .carousel-nav-next {
    display: block; } }

.carousel {
  padding: 0;
  border: none;
  background-color: none; }

#homepageCarousel .carousel-inner > .item {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 30.9%; }

.carousel-control > span > img {
  position: absolute;
  top: 50%;
  /* pushes the icon in the middle of the height */
  transform: translate(-50%, -50%);
  z-index: 5;
  display: inline-block; }

#homepageCarousel .carousel-control {
  background-image: none; }

#homepageCarousel .item .slide-text {
  position: absolute;
  top: 15%;
  line-height: 1;
  color: white;
  padding-bottom: 33px;
  display: block;
  height: 100%;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2); }

#homepageCarousel .item.fourth-item .slide-text {
  top: 5%; }

#homepageCarousel .fifth-item .slide-text {
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5); }

#homepageCarousel .item .slide-text a {
  font-size: 17px;
  color: white;
  line-height: 50px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-top: calc(5px + (40 - 5) * ((100vw - 768px) / (1920 - 768)));
  height: 50px;
  width: 210px;
  margin-left: 160px;
  text-transform: uppercase;
  background-color: #005089;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 5px;
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  transform: skewX(-10deg);
  /* Standard syntax */ }

#homepageCarousel .item .pull-right a {
  font-size: 1.7rem;
  font-weight: 700;
  color: white;
  line-height: 1.5;
  text-align: center;
  display: block;
  text-decoration: none;
  height: 50px;
  width: 210px;
  text-transform: uppercase;
  background-color: #005089;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  transform: skewX(-10deg);
  /* Standard syntax */ }
  @media (max-width: 767px) {
    #homepageCarousel .item .pull-right a {
      font-size: 1.2rem;
      width: 140px;
      height: 25px;
      line-height: 2;
      margin-left: 0 !important;
      margin-top: 0; } }
  #homepageCarousel .item .pull-right a:hover {
    color: #f68628 !important;
    background-color: white;
    border: 1px solid #f68628; }

.carousel-control.left {
  z-index: 10; }

#homepageCarousel .item .slide-text a:hover {
  color: #f68628;
  background-color: white;
  border: 1px solid #f68628; }

.page-home .sixth-item p {
  color: #005089; }

.title-text,
.description-text {
  font-family: 'foco', sans-serif; }

#homepageCarousel .item .title-text {
  font-size: 4.2vw;
  font-weight: 700; }

#homepageCarousel .item .description-text {
  font-size: 2.1vw; }

#homepageCarousel .item .button-div {
  position: absolute;
  bottom: 10%;
  right: 6.5%; }
  #homepageCarousel .item .button-div a {
    line-height: 3; }

#homepageCarousel .item.fourth-item .description-text:first-child, #homepageCarousel .item.fifth-item .description-text:first-child {
  margin-left: -5%; }

#homepageCarousel .item.fourth-item .description-text:last-child, #homepageCarousel .item.fifth-item .description-text:last-child {
  margin-left: 5%; }

/* Index carousel */
.carousel.index_carousel {
  border: none;
  padding: 0;
  position: relative;
  margin-bottom: 0; }

.carousel.index_carousel .component {
  margin-bottom: 0; }

.carousel.index_carousel p {
  margin: 0; }

.carousel.index_carousel .carousel-nav {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 18px;
  margin: 0;
  text-align: left;
  overflow: visible; }

.carousel.index_carousel .carousel-nav li {
  display: inline-block;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  text-align: center; }

.carousel.index_carousel .carousel-nav li a {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: #e86215;
  border-radius: 50%;
  border: none; }

.carousel.index_carousel .carousel-nav li.is-active a {
  width: 20px;
  height: 20px; }

.carousel.index_carousel .carousel-nav .carousel-nav-prev,
.carousel.index_carousel .carousel-nav .carousel-nav-next {
  display: none; }

.carousel.index_carousel .inner_container_width {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.carousel.index_carousel .subtitle {
  display: block;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #242f60;
  margin-bottom: 18px; }

.carousel.index_carousel h4 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0; }

.carousel.index_carousel .carousel_text,
.carousel.index_carousel .blue_button {
  display: none; }

.carousel.index_carousel img {
  display: block; }

#zenpage .carousel-nav {
  z-index: 9000; }

#productCarousel {
  z-index: 1; }

:lang(de-DE) #productCarousel .carousel-inner {
  overflow: visible; }

/*# sourceMappingURL=carousel.css.map */
@media (max-width: 767px) {
  #homepageCarousel .item .title-text {
    font-size: 6vw; }
  #homepageCarousel .item .description-text {
    font-size: 4vw; }
  #homepageCarousel .item .button-div {
    right: 10%; }
  #homepageCarousel .item.fourth-item {
    background-position-x: 40%; }
  #homepageCarousel .item.fifth-item {
    background-position-x: 50%; }
  #homepageCarousel .item.sixth-item {
    background-position-x: 40%; }
  #homepageCarousel .carousel-inner > .item {
    padding-top: 170px;
    background-size: cover; }
  .carousel-control > span > img {
    width: 18px; }
  #homepageCarousel .carousel-control {
    width: 17%; }
  #homepageCarousel .item .slide-text {
    padding-bottom: 0; }
  #homepageCarousel .item .slide-text a {
    font-size: 12px;
    width: 140px;
    height: 25px;
    line-height: 25px;
    margin-left: 0;
    margin-top: 0; } }

@media (min-width: 768px) {
  .carousel.index_carousel .inner_container_width {
    top: 41px; }
  .carousel.index_carousel .subtitle {
    font-size: 26px;
    margin-bottom: 40px; }
  .carousel.index_carousel h4 {
    font-size: 50px;
    margin-bottom: 50px; }
  .carousel.index_carousel .blue_button {
    display: inline-block; }
  .carousel.index_carousel .carousel-nav {
    bottom: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reference-product-carousel-tablets-page .carousel-indicators {
    bottom: -10px; }
  .reference-product-carousel-tablets-page .item {
    padding-bottom: 20px; }
  #homepageCarousel .carousel-inner div:first-child a {
    position: relative;
    font-size: 13px;
    line-height: 3;
    height: 40px;
    width: 160px; }
  #homepageCarousel .item .title-text {
    font-size: 4.5vw; }
  #homepageCarousel .item .description-text {
    font-size: 2.5vw; } }

@media only screen and (max-width: 991px) {
  .find-your-product p {
    font-size: 14px; } }

@media (min-width: 992px) {
  .carousel.index_carousel .inner_container_width {
    top: 30px; }
  .carousel.index_carousel .subtitle {
    font-size: 24px;
    margin-bottom: 10px; }
  .carousel.index_carousel h4 {
    font-size: 40px;
    letter-spacing: -1.75px;
    margin-bottom: 15px; }
  .carousel.index_carousel .carousel_text {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333; }
  .carousel.index_carousel .carousel-nav {
    bottom: 30px; }
  .carousel.index_carousel .blue_button {
    margin-top: 20px; }
  .find-your-product p {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .carousel.index_carousel .inner_container_width {
    top: 45px; }
  .carousel.index_carousel .subtitle {
    margin-bottom: 15px; }
  .carousel.index_carousel h4 {
    font-size: 60px;
    letter-spacing: -1.75px;
    margin-bottom: 20px; }
  .carousel.index_carousel .carousel_text {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333; }
  .carousel.index_carousel .carousel-nav {
    width: 1110px;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto; } }

@media (min-width: 1300px) {
  .carousel.index_carousel .inner_container_width {
    top: 55px; }
  .carousel.index_carousel .subtitle {
    margin-bottom: 20px; }
  .carousel.index_carousel h4 {
    font-size: 70px;
    margin-bottom: 30px; } }

/*# sourceMappingURL=../maps/components/carousel.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.coupons {
  padding: 10px;
  border: 1px solid #D5D1CE;
  position: relative;
  margin-bottom: 10px; }
  .coupons .couponsImage {
    float: left;
    width: 30%;
    margin-right: 10px; }
  .coupons .couponsDescription {
    float: left;
    width: 60%; }
  .coupons .couponsContainer .button, .coupons .couponsContainer a.lightbox {
    bottom: 10px;
    position: absolute;
    right: 25px; }

.overlay-content-inner a.couponCancel, .overlay-content-inner a.couponSubmit {
  background-color: #f36633;
  border-radius: 3px;
  color: white;
  padding: 8px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block; }
  .overlay-content-inner a.couponCancel:hover, .overlay-content-inner a.couponSubmit:hover {
    background-color: #939191;
    color: white; }
  .overlay-content-inner a.couponCancel:active, .overlay-content-inner a.couponSubmit:active {
    background-color: #939191;
    color: white; }
.digitalWallet .hidden {
  display: none; }
/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.divider {
  display: none; }

@media (min-width: 768px) {
  .divider {
    display: block;
    background: #e5e5e5;
    height: 1px;
    margin: 3em 0 1em; } }

.divider.float-breaker {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: auto; }

/*# sourceMappingURL=../maps/components/divider.css.map */
/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.fileList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.fileList-date {
  margin-bottom: 10px;
  color: #868484; }

.fileList-file {
  margin-bottom: 20px;
  overflow: hidden; }

.fileList-description {
  overflow: hidden; }

.fileList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.fileList-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.fileList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px; }

.fileList-download {
  text-align: right; }

.fileList-download-size {
  color: #868484;
  display: block; }

@media only screen and (max-width: 768px) {
  .fileList-thumbnail {
    float: none;
    margin: auto;
    display: block; } }

/*# sourceMappingURL=../maps/components/fileList.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.filterableBox {
  position: relative;
  margin-left: 10px; }
  .filterableBox .filterableBox__header {
    display: flex; }
    .filterableBox .filterableBox__header .header__item {
      margin-right: 20px; }
    .filterableBox .filterableBox__header .header__searchWrapper .searchWrapper__search-box {
      height: 100%;
      padding: 0; }
    .filterableBox .filterableBox__header .header__sortMenu .sortMenu__label {
      background-color: #f36633;
      color: white;
      border: none;
      cursor: pointer;
      padding: 10px 20px;
      text-decoration: none;
      margin: auto; }
    .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
      z-index: 1;
      margin-top: 10px;
      padding-inline-start: 0; }
      .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        cursor: pointer; }
        .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item:hover {
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5); }
        .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item.active {
          font-weight: bold; }
  .filterableBox .filterableBox__content {
    margin-top: 20px; }
    .filterableBox .filterableBox__content .content__noResultFound {
      display: none; }
    .filterableBox .filterableBox__content .content {
      display: flex;
      flex-wrap: wrap; }
      .filterableBox .filterableBox__content .content .indexable-component {
        padding: 10px; }
        .filterableBox .filterableBox__content .content .indexable-component:first-child {
          margin-right: 20px; }
/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.flash {
  text-align: center; }

.flash object {
  max-width: 100%; }

/* Flash is not installed */
.flash-missing {
  margin: 0 auto; }

.flash .seoDescription {
  display: none; }

/*# sourceMappingURL=../maps/components/flash.css.map */
.footer {
  background: none;
  color: inherit; }
  .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer .img-link {
    border: solid 2px transparent;
    display: block; }
    .footer .img-link:focus {
      border: solid 2px red; }

.footer-bar {
  padding: 1rem 0 0; }

.footer-sitemap {
  background: none; }

.footer-social {
  background: none; }

.footer-core {
  background: none; }

.footer-extra {
  background: none; }

.footer-navgroup__heading {
  color: inherit;
  font-size: inherit; }

.footer-navgroup li {
  padding: 0.25rem 0; }

.footer-navgroup li > a {
  color: red;
  text-decoration: none; }
  .footer-navgroup li > a:hover, .footer-navgroup li > a:focus {
    color: blue;
    text-decoration: underline; }

.footer-navgroup img {
  max-width: 100%; }

.footer-copyright {
  display: flex; }
  .footer-copyright__img {
    margin: 0 1rem 0 0; }
  .footer-copyright__text {
    font-size: inherit;
    color: inherit; }

.footer-navlist ul {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.footer-navlist li {
  padding: 0 0 0.25rem 0; }

.footer-navlist a {
  color: red;
  text-decoration: none; }
  .footer-navlist a:hover, .footer-navlist a:focus {
    color: blue;
    text-decoration: underline; }

.social-icons {
  max-width: 100%;
  margin: 0 auto; }
  .social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  .social-icons li {
    margin: 0 0.4rem 0 0;
    position: relative; }
  .social-icons a {
    display: block;
    background: #000;
    border: solid 3px transparent;
    transition: all 0.5s ease; }
    .social-icons a:hover, .social-icons a:focus {
      background: black;
      border: solid 3px red; }
  .social-icons svg {
    position: absolute;
    left: 3px;
    top: 4px;
    fill: #FFF; }
  .social-icons--md svg {
    width: 32px; }
  .social-icons--md a {
    width: 40px;
    height: 40px; }
/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* STATES AND INPUT GROUP VARIABLES
    ------------------------------------*/
/*   TEMPORARY VARIABLES FOR OPERATIONS
    ------------------------------------*/
/*   CREATING SCSS USABLE VARIABLES FOR INTERPOLATION
    ------------------------------------*/
/*   FUNCTIONAL VARIABLES FOR INPUTS AND STATES
    ------------------------------------*/
/* COLOR AND FONT VARIABLES
TODO: SEPARATE COLOR ON FUNCTIONS
    ------------------------------------*/
/* MAIN STYLE FOR FORM
    ------------------------------------*/
.form {
  /* TWITTER BOOTSTRAP FORM STYLE
    ------------------------------------*/
  /* STATES STYLES
        ------------------------------------*/
  /* ARROW BUTTON STYLES
       -----------------------------------*/ }
  .form .form-heading {
    display: block;
    color: #323131;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px; }
  .form form {
    margin: 0 0 20px; }
  .form fieldset {
    background-color: #e1e1e1;
    border: solid 2px #323131;
    padding: 13px;
    margin: 15px 0;
    min-width: 0; }
  .form legend {
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    padding: 0 5px; }
  .form fieldset legend {
    display: table;
    white-space: normal;
    margin-right: 10px; }
  .form label,
  .form input,
  .form button,
  .form select,
  .form textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    max-width: 100%; }
  .form textarea {
    width: 300px;
    min-width: 200px; }
  .form input,
  .form button,
  .form select,
  .form textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .form label {
    display: block;
    margin-bottom: 5px; }
  .form select,
  .form textarea,
  .form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"],
  .form .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle; }
  .form input,
  .form textarea,
  .form .uneditable-input {
    width: 206px; }
  .form fieldset textarea {
    resize: vertical;
    width: 100%; }
  .form textarea {
    height: auto; }
  .form select,
  .form textarea,
  .form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"],
  .form .uneditable-input {
    background-color: #fff;
    border: 1px solid #CCCCCC; }
  .form select:focus,
  .form textarea:focus,
  .form input[type="email"]:focus, .form input[type="number"]:focus, .form input[type="password"]:focus, .form input[type="search"]:focus, .form input[type="tel"]:focus, .form input[type="text"]:focus, .form input[type="url"]:focus, .form input[type="color"]:focus, .form input[type="date"]:focus, .form input[type="datetime"]:focus, .form input[type="datetime-local"]:focus, .form input[type="month"]:focus, .form input[type="time"]:focus, .form input[type="week"]:focus,
  .form .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0; }
  .form input + .help-block,
  .form select + .help-block,
  .form textarea + .help-block,
  .form .uneditable-input + .help-block {
    margin-top: 10px; }
  .form input,
  .form textarea,
  .form select,
  .form .help-inline,
  .form .uneditable-input {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1; }
  .form input[type="radio"],
  .form input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px                  \9;
    *margin-top: 0;
    line-height: normal; }
  .form input[type="file"],
  .form input[type="image"],
  .form input[type="submit"],
  .form input[type="reset"],
  .form input[type="button"],
  .form input[type="radio"],
  .form input[type="checkbox"] {
    width: auto; }
  .form select,
  .form input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px; }
  .form select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #CCCCCC; }
  .form select[multiple],
  .form select[size] {
    height: auto; }
  .form .uneditable-input,
  .form .uneditable-textarea {
    color: #999999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #CCCCCC; }
  .form .uneditable-input {
    overflow: hidden;
    white-space: nowrap; }
  .form .uneditable-textarea {
    width: auto;
    height: auto; }
  .form input:-moz-placeholder,
  .form textarea:-moz-placeholder,
  .form input:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder,
  .form input::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder {
    color: #999999; }
  .form .form-actions {
    padding-left: 180px; }
  .form .hide {
    display: none; }
  .form .radio,
  .form .checkbox {
    min-height: 20px;
    padding-left: 20px; }
  .form .radio input[type="radio"],
  .form .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -22px; }
  .form .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0; }
    .form .controls:first-child {
      *padding-left: 180px; }
  .form .controls > .radio:first-child,
  .form .controls > .checkbox:first-child {
    padding-top: 5px; }
  .form .radio.inline,
  .form .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle; }
  .form .radio.inline + .radio.inline,
  .form .checkbox.inline + .checkbox.inline {
    margin-left: 10px; }
  .form input,
  .form textarea,
  .form .uneditable-input {
    margin-left: 0; }
  .form .controls-row {
    *zoom: 1; }
    .form .controls-row:before, .form .controls-row:after {
      display: table;
      line-height: 0;
      content: ""; }
    .form .controls-row:after {
      clear: both; }
  .form input[disabled],
  .form select[disabled],
  .form textarea[disabled],
  .form input[readonly],
  .form select[readonly],
  .form textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  .form input[type="radio"][disabled],
  .form input[type="checkbox"][disabled],
  .form input[type="radio"][readonly],
  .form input[type="checkbox"][readonly] {
    background-color: transparent; }
  .form .control-label {
    word-break: break-all;
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
    line-height: normal; }
  .form .control-group.warning input, .form .control-group.warning select, .form .control-group.warning textarea, .form .control-group.warning .control-label, .form .control-group.warning .help-block, .form .control-group.warning .help-inline, .form .control-group.warning .checkbox, .form .control-group.warning .radio {
    color: #c09853; }
  .form .control-group.warning input, .form .control-group.warning select, .form .control-group.warning textarea {
    border-color: #c09853; }
  .form .control-group.warning input:focus, .form .control-group.warning select:focus, .form .control-group.warning textarea:focus {
    border-color: #a47e3c; }
  .form .control-group.error input, .form .control-group.error select, .form .control-group.error textarea, .form .control-group.error .control-label, .form .control-group.error .help-block, .form .control-group.error .help-inline, .form .control-group.error .checkbox, .form .control-group.error .radio {
    color: #b94a48; }
  .form .control-group.error input, .form .control-group.error select, .form .control-group.error textarea {
    border-color: #b94a48; }
  .form .control-group.error input:focus, .form .control-group.error select:focus, .form .control-group.error textarea:focus {
    border-color: #953b39; }
  .form .control-group.success input, .form .control-group.success select, .form .control-group.success textarea, .form .control-group.success .control-label, .form .control-group.success .help-block, .form .control-group.success .help-inline, .form .control-group.success .checkbox, .form .control-group.success .radio {
    color: #468847; }
  .form .control-group.success input, .form .control-group.success select, .form .control-group.success textarea {
    border-color: #468847; }
  .form .control-group.success input:focus, .form .control-group.success select:focus, .form .control-group.success textarea:focus {
    border-color: #356635; }
  .form .control-group.info input, .form .control-group.info select, .form .control-group.info textarea, .form .control-group.info .control-label, .form .control-group.info .help-block, .form .control-group.info .help-inline, .form .control-group.info .checkbox, .form .control-group.info .radio {
    color: #3a87ad; }
  .form .control-group.info input, .form .control-group.info select, .form .control-group.info textarea {
    border-color: #3a87ad; }
  .form .control-group.info input:focus, .form .control-group.info select:focus, .form .control-group.info textarea:focus {
    border-color: #2d6987; }
  .form input:focus:invalid,
  .form textarea:focus:invalid,
  .form select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b; }
  .form input:focus:invalid:focus,
  .form textarea:focus:invalid:focus,
  .form select:focus:invalid:focus {
    border-color: #e9322d; }
  .form .help-block,
  .form .help-inline {
    color: #595959; }
  .form .help-block {
    display: block;
    margin-bottom: 0; }
  .form .help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1; }
  .form .control-group {
    margin-bottom: 20px;
    *zoom: 1; }
    .form .control-group:before, .form .control-group:after {
      display: table;
      line-height: 0;
      content: ""; }
    .form .control-group:after {
      clear: both; }
  .form legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate; }
  .form .radio input[type="radio"] {
    width: 20px;
    float: none;
    vertical-align: baseline;
    margin-top: 0;
    margin-bottom: 0; }
  .form .radio .radio-label-text {
    line-height: 13px;
    vertical-align: baseline; }
  .form .button-arrow-left button,
  .form .button-arrow-right button {
    position: relative;
    box-shadow: none;
    height: 28px;
    overflow: visible; }
  .form .button-arrow-left button {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 20px; }
  .form .button-arrow-right button {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 20px; }
  .form .button-arrow-left button:after,
  .form .button-arrow-right button:after {
    content: ' ';
    width: 19px;
    height: 19px;
    display: inline-block;
    position: absolute;
    top: 3px;
    background-color: #e1e1e1;
    border: 2px solid #656363;
    box-shadow: none; }
  .form .button-arrow-left button:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -10px;
    border-width: 0px 1px 1px 0px;
    border-bottom-right-radius: 5px; }
  .form .button-arrow-right button:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -10px;
    border-width: 1px 1px 0px 0px;
    border-top-right-radius: 5px; }
  .form .button-arrow-left button:hover:after,
  .form .button-arrow-right button:hover:after {
    background-color: #939191; }

.form > .component-content,
.form-element > .component-content {
  overflow: hidden; }

/* FORM HORIZONTAL STYLES
   ------------------------------------*/
.form-horizontal .radio {
  display: inline-block;
  margin-right: 10px; }

/* IE STYLES
    ------------------------------------*/
.lt-ie9 .form fieldset {
  position: relative;
  margin: 10px; }

.lt-ie9 .form fieldset legend {
  position: relative;
  top: -0.7em;
  left: 0.5em;
  margin-right: 20px; }

.lt-ie9 .form fieldset legend span {
  display: block;
  width: 100%; }

.lt-ie9 .form .input-focus-border-fix {
  border-color: #52A8EC; }

.lt-ie9 .form .button {
  border: 1px solid #656363;
  height: auto;
  margin-left: 0;
  margin-right: 0; }

.lt-ie9 .form .button-arrow-left button:after,
.lt-ie9 .form .button-arrow-right button:after {
  position: static;
  border: none;
  display: inline; }

.lt-ie9 .form .button-arrow-left button:before {
  content: "<<";
  padding-right: 5px; }

.lt-ie9 .form .button-arrow-right button:after {
  content: ">>";
  padding-left: 5px; }

.lt-ie8 .form fieldset legend {
  top: -0.5em; }

.lt-ie8 .form .button {
  display: inline; }

.lt-ie8 .form .button-arrow-left button,
.lt-ie8 .form .button-arrow-right button {
  position: static; }

/* MEDIA QUERIES
    ------------------------------------*/
.form .radio input[type="radio"] {
  height: 14px; }

.form .control-group {
  margin-bottom: 10px; }

.form .checkboxField .control-label {
  float: left; }

.form .control-label {
  float: none;
  width: 160px;
  padding-top: 5px;
  text-align: left; }

.form .controls {
  margin-left: 0; }

.form .help-block {
  margin-bottom: 10px; }

.form input,
.form textarea,
.form .uneditable-input {
  width: 200px; }

.form select {
  width: 200px; }

/* NO JS STYLES
    ------------------------------------*/
.no-js .clearButton {
  display: none; }

/*# sourceMappingURL=../maps/components/form.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.hidden-password-field {
  display: none; }

.gigya-screen .default-submit-button input[type=submit] {
  background-color: #f36633; }
/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.html .hints a {
  float: left;
  margin-right: 5px; }

/*# sourceMappingURL=../maps/components/html.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.image .right {
  text-align: right; }

.image .left {
  text-align: left; }

.image .middle {
  text-align: center; }

@media only screen and (max-width: 768px) {
  .image .component-content {
    text-align: center; } }

.caption-in-image figure {
  position: relative; }

.caption-in-image figcaption {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%); }

.caption-in-image figcaption h3 {
  font-family: foco, sans-serif;
  font-size: 40px;
  color: #f68628; }

@media (max-width: 1199px) {
  .caption-in-image figcaption h3 {
    font-size: 25px; } }

.caption-in-image figcaption p {
  font-family: 'Gotham Book';
  font-size: 16px; }

.caption-in-image figcaption p:nth-child(2) {
  color: #005089; }

@media (max-width: 767px) {
  .caption-in-image figcaption p {
    line-height: 14px; } }

/*# sourceMappingURL=image.css.map */

/*# sourceMappingURL=../maps/components/image.css.map */
/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.imageGallery {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1; }

.imageGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.imageGallery-view {
  border: solid 2px #323131;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: white; }

.imageGallery-view img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.imageGallery-description {
  margin: 10px 0; }

.imageGallery-thumbnails {
  position: relative;
  margin: 20px 0; }

.imageGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative; }

.imageGallery-arrow,
.imageGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  width: 35px;
  height: 60px;
  font: 0/0 serif;
  color: transparent; }
  .imageGallery-arrow:before,
  .imageGallery-arrow.is-disabled:hover:before {
    position: absolute;
    top: 50%;
    color: #AAA; }

.imageGallery-arrow:hover:before {
  color: #888; }

.imageGallery-description {
  margin: 15px 0; }

.imageGallery-arrow.is-disabled {
  opacity: 0.5; }

.imageGallery-arrow {
  text-align: center; }

.imageGallery-arrow-left,
.imageGallery-arrow-left.is-disabled:hover {
  left: 0; }
  .imageGallery-arrow-left:before,
  .imageGallery-arrow-left.is-disabled:hover:before {
    content: "\f053";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px; }

.imageGallery-arrow-right,
.imageGallery-arrow-right.is-disabled:hover {
  right: 0; }
  .imageGallery-arrow-right:before,
  .imageGallery-arrow-right.is-disabled:hover:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px; }

.imageGallery-list-inner {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 4000px; }

.imageGallery-thumbnail {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 9px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: block;
  border: solid 4px #323131;
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  transition: opacity .2s; }

.imageGallery-thumbnail:hover,
.imageGallery-thumbnail.is-active {
  opacity: 1;
  filter: alpha(opacity=100); }

.imageGallery-thumbnail-cover {
  display: block;
  max-width: none; }

.imageGallery-thumbnail-title {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 11px;
  width: 71px; }

.imageGallery .thumbnails-list li:hover .image,
.imageGallery .thumbnails-list li.active .image {
  border: solid 4px #323131;
  margin: 0; }

.imageGallery-thumbnail-image {
  margin: 2px;
  border: solid 2px #323131;
  position: relative; }

.imageGallery-thumbnail-overlay {
  opacity: 0.7;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
  cursor: pointer; }
  .imageGallery-thumbnail-overlay:before {
    content: "\f04b";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 15px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #3e3e3e;
    text-indent: 7px;
    background: #fff;
    text-align: center;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.imageGallery-thumbnail.is-active .imageGallery-thumbnail-overlay {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s; }

.imageGallery-thumbnail a {
  display: block; }

.imageGallery-thumbnail-image img {
  display: block;
  width: 63px;
  height: 52px;
  margin: 0 auto; }

.imageGallery-view {
  cursor: pointer; }

.imageGallery-view-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73px;
  height: 69px;
  margin: -34px 0 0 -36px;
  cursor: pointer;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s; }
  .imageGallery-view-overlay:before {
    display: inline-block;
    font-size: 30px;
    width: 100%;
    height: 100%;
    border: 3px solid #3e3e3e;
    text-indent: 5px;
    background: #fff;
    text-align: center;
    line-height: 65px; }

.imageGallery.is-playing .imageGallery-view-overlay:before {
  content: "\f04c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px; }

.imageGallery .gallery-play {
  color: #323131; }

.imageGallery-view:hover .imageGallery-view-overlay {
  opacity: 0.7; }

.imageGallery-view .imageGallery-view-overlay:hover {
  opacity: 1;
  text-decoration: none; }

.mod-js .imageGallery-thumbnail {
  padding: 0; }

.mod-js .imageGallery-thumbnails {
  position: relative; }

/*no js view*/
.no-js .imageGallery-view {
  display: none; }

.no-js .imageGallery-list {
  margin: 0; }

.no-js .imageGallery-thumbnail img {
  width: auto;
  height: auto; }

.no-js .imageGallery-thumbnail {
  border: 0;
  opacity: 1;
  float: none;
  overflow: hidden; }

.no-js .imageGallery-thumbnail a:after {
  content: attr(data-description);
  display: block;
  padding: 10px 0 30px;
  text-align: left; }

.no-js .imageGallery-arrow {
  display: none; }

/*# sourceMappingURL=../maps/components/imageGallery.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.locationfinder input[type=text] {
  font-family: arial;
  font-size: 12px;
  border: 1px solid #D5D1CE;
  display: inline;
  float: left;
  height: 12px;
  padding: 8px;
  width: 27%; }
  @media only screen and (max-width: 767px) {
    .locationfinder input[type=text] {
      width: 60%;
      margin-bottom: 20px; } }

.locationfinder .button {
  padding: 8px;
  background-image: url(../../img/Search-icon.png);
  background-repeat: no-repeat;
  border: none;
  margin-right: 20px;
  width: 30px;
  height: 30px; }
  @media only screen and (max-width: 767px) {
    .locationfinder .button {
      margin-right: 24%;
      margin-bottom: 20px; } }

.locationfinder .locationFinder-selectOption {
  width: 7%;
  border: 1px solid #D5D1CE;
  height: 30px;
  margin-left: 10px;
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .locationfinder .locationFinder-selectOption {
      width: 20%;
      margin-left: 0px;
      margin-right: 15px; } }

.locationfinder .locationFinder-selectOption1 {
  height: 30px;
  margin-left: 15px;
  width: 15%; }
  @media only screen and (max-width: 767px) {
    .locationfinder .locationFinder-selectOption1 {
      width: 40%;
      margin-left: 0px; } }

.locationfinder .locationFinder-loadMore .loadMore {
  background-color: #f36633;
  border-radius: 3px;
  color: white;
  padding: 8px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block; }
  .locationfinder .locationFinder-loadMore .loadMore:hover {
    background-color: #939191;
    color: white; }
  .locationfinder .locationFinder-loadMore .loadMore:active {
    background-color: #939191;
    color: white; }
/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.map-canvas {
  border: solid 2px #323131;
  margin-bottom: 10px;
  text-align: center; }

.map-canvas img {
  width: 100%;
  max-width: inherit; }

.no-js .map-canvas img {
  width: 100%;
  max-width: 640px; }

/*# sourceMappingURL=../maps/components/map.css.map */
/*@import "compass";*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*** SETTINGS ***/
.navigation-root {
  text-align: left;
  z-index: 10;
  max-width: 100%; }

.navigation-mobile-menu {
  display: none; }

.no-js .navigation-level1 > .navigation-branch {
  display: block; }

.no-js .navigation-root.navigation-branch.navigation-level1 {
  display: block; }

.no-js .navigation-vertical .navigation-item .navigation-branch.navigation-level2 {
  display: block; }

.no-js .navigation-horizontal .navigation-item .navigation-branch.navigation-level2 {
  display: block;
  margin: 0 0 -2px 0;
  border-left: none;
  border-right: none;
  position: static; }

.no-js .navigation-horizontal .navigation-item .navigation-branch.navigation-level2 > .navigation-item {
  float: none; }

.navigation-branch {
  overflow: visible;
  margin: 0;
  padding: 0;
  list-style: none;
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.navigation-branch.navigation-level1 {
  border: none;
  display: block; }

.navigation-item {
  margin: 0 0 0 0;
  /* so that borders collapse */
  border-color: #4a4a4a;
  border-width: 0 0 0 0;
  border-style: solid; }

.navigation-item > .navigation-item-title {
  display: block;
  padding: 5px 15px 5px 15px;
  background: #e1e1e1;
  color: black;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: inherit;
  -o-text-overflow: inherit;
  text-overflow: inherit; }

@media only screen and (max-width: 767px) {
  .navigation-item > .navigation-item-title {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal; } }

.navigation-item > a.navigation-item-title:hover {
  color: black;
  background: #d5d5d5;
  text-decoration: none; }

.navigation-item > span.navigation-item-title {
  cursor: default; }

.navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  background-color: #c8c8c8; }

.navigation-item.has-active-child > .navigation-item-title, .navigation-item.is-active > .navigation-item-title {
  color: black;
  background: #a2a2a2;
  text-decoration: none; }

.navigation-item.is-open > .navigation-branch, .no-js .navigation-item:hover > .navigation-branch {
  display: block; }

.navigation-item.navigation-level1 {
  margin: 0 0 -2px -2px;
  /* so that borders collapse */
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  box-sizing: border-box; }

.navigation-item.navigation-level1 > .navigation-item-title {
  color: black;
  background: #e1e1e1;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 20px 10px 20px; }

.navigation-item.navigation-level1 > a.navigation-item-title:hover {
  color: black;
  background: #939191;
  text-decoration: none; }

.navigation-item.navigation-level1.has-active-child > .navigation-item-title, .navigation-item.navigation-level1.is-active > .navigation-item-title {
  color: #FFF;
  background: #605e5e;
  text-decoration: none; }

.navigation-item.navigation-level2 {
  border-top: 1px solid #4a4a4a; }

.navigation-branch.navigation-level2 {
  display: block; }

.navigation-item > .navigation-item-title {
  padding-left: 40px; }

.mod-touch .navigation-horizontal .navigation-item .is-open.navigation-branch.navigation-level2 {
  display: block;
  position: relative;
  top: 0;
  left: 0; }

.mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
  overflow: hidden; }

.mod-touch .navigation-horizontal .navigation-item.navigation-level2:first-child {
  border-top: none; }

.mod-touch .navigation-horizontal .navigation-item .navigation-level2 .navigation-item {
  width: 100%; }

.mod-no-touch .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 {
  min-width: 100%;
  position: absolute;
  top: 41px;
  left: -2px;
  display: block; }

.mod-no-touch .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 .navigation-item {
  float: none; }

.navigation-horizontal .navigation-item {
  float: left;
  position: relative; }

.navigation-horizontal .navigation-item .navigation-branch.navigation-level2,
.navigation-horizontal .navigation-item .navigation-branch.navigation-level3 {
  display: none; }

.navigation-horizontal .navigation-item.is-open > .navigation-branch.navigation-level2,
.navigation-horizontal .navigation-item.is-open > .navigation-branch.navigation-level3 {
  display: block;
  float: none; }

.navigation-horizontal .navigation-item.navigation-level2:first-child {
  border-top: none; }

.navigation-horizontal .has-children > .navigation-item-title {
  padding-right: 61px;
  background-image: none; }

.navigation-horizontal .has-children > .navigation-item-title .navigation-item-decoration {
  height: 41px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 41px; }

.navigation-horizontal .has-children > .navigation-item-title .navigation-item-decoration:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center; }

.navigation-horizontal .has-children > .navigation-item-title:hover .navigation-item-decoration {
  background-color: #939191; }

.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title {
  padding-right: 55px; }

.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration {
  height: 31px;
  width: 31px;
  line-height: 31px; }

.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration:after {
  width: 31px;
  height: 31px; }

.navigation-horizontal .has-active-child > .navigation-item-title .navigation-item-decoration {
  background-color: #605e5e; }

.navigation-horizontal .navigation-level2.navigation-branch {
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid; }

.navigation-horizontal .navigation-level2 .navigation-item-title {
  padding: 5px 15px 5px 15px; }

.navigation-horizontal .navigation-level2.navigation-root {
  max-width: none; }

.navigation-vertical .navigation-branch.navigation-level2,
.navigation-vertical .navigation-branch.navigation-level3 {
  display: none; }

.navigation-vertical .navigation-item.is-open > .navigation-branch.navigation-level2,
.navigation-vertical .navigation-item.is-open > .navigation-branch.navigation-level3 {
  display: block; }

.navigation-vertical .has-children > .navigation-item-title {
  position: relative; }

.navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration {
  height: 41px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 41px; }

.navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration:before {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center; }

.navigation-vertical .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration {
  height: 31px;
  width: 31px;
  line-height: 31px; }

.navigation-vertical .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration:before {
  width: 31px;
  height: 31px; }

.navigation-vertical .has-active-child > .navigation-item-title .navigation-item-decoration {
  background-color: #c8c8c8; }

@media only screen and (min-width: 992px) {
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px -2px;
    position: absolute; } }

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .mod-touch .navigation-horizontal .navigation-item {
    width: 100%; }
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px 0;
    border-left: none;
    border-right: none; } }

@media only screen and (max-width: 768px) {
  .mod-touch .navigation-horizontal .navigation-item {
    width: 100%; }
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px 0;
    border-left: none;
    border-right: none;
    position: static; }
  .navigation-mobile-menu {
    display: block;
    width: 100%;
    height: 41px;
    position: relative;
    cursor: pointer;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #4a4a4a;
    box-sizing: border-box;
    margin: 0 0 -2px -2px;
    overflow: hidden;
    background: whitesmoke; }
  .navigation-mobile-menu:after {
    content: "\f0c9";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    line-height: 38px;
    font-size: 25px;
    right: 0; }
  .navigation-item.navigation-level1 {
    width: 100%; }
  .navigation-branch.navigation-level1 {
    display: none; }
  .navigation-branch.navigation-level1.is-open {
    display: block; }
  .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2, .navigation-vertical .navigation-item:hover .navigation-branch.navigation-level2 {
    left: 0;
    border-left: none;
    border-right: none; } }

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .mod-touch .navigation-horizontal .navigation-item {
    width: 100%; }
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px 0;
    border-left: none;
    border-right: none;
    position: static; }
  .navigation-mobile-menu {
    display: block;
    width: 100%;
    height: 41px;
    position: relative;
    cursor: pointer;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #4a4a4a;
    box-sizing: border-box;
    margin: 0 0 -2px -2px;
    overflow: hidden;
    background: whitesmoke; }
  .navigation-mobile-menu:after {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    line-height: 38px;
    font-size: 25px;
    right: 0; }
  .navigation-item.navigation-level1 {
    width: 100%; }
  .navigation-branch.navigation-level1 {
    display: none; }
  .navigation-branch.navigation-level1.is-open {
    display: block; }
  .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2, .navigation-vertical .navigation-item:hover .navigation-branch.navigation-level2 {
    left: 0;
    border-left: none;
    border-right: none; } }

.mobile_navigation_wrap .navigation-root.navigation-branch.navigation-level1.is-open {
  overflow: auto; }

.header .navigation-horizontal .navigation-item.navigation-level1 {
  color: #005089; }

.header .navigation-horizontal .navigation-item.navigation-level1.is-active > .navigation-item-title {
  font-family: inherit;
  box-shadow: inset 0 -5px 0; }

.header .navigation-horizontal .navigation-item.navigation-level1.is-active .navigation-item-title {
  list-style-type: none; }

.header .navigation-horizontal .navigation-item.navigation-level1 > .navigation-item-title:hover,
.header .navigation-horizontal .navigation-item.navigation-level1.is-open > .navigation-item-title {
  background: #005089;
  box-shadow: inset 0 25px 0;
  font-family: inherit; }

.navigation-horizontal .navigation-level2 .navigation-item-title:hover {
  color: #f68628 !important; }

@media (max-width: 991px) {
  .header .navigation-vertical .navigation-mobile-menu {
    background: none; }
  .header .navigation-vertical .navigation-mobile-menu:after {
    color: white; } }

/*# sourceMappingURL=navigation.css.map */
.header .navigation-horizontal .navigation-item.navigation-level1 {
  color: #005089; }

.header .navigation-horizontal .navigation-item.navigation-level1.is-active > .navigation-item-title {
  font-family: inherit;
  box-shadow: inset 0px -5px 0px; }

.header .navigation-horizontal .navigation-item.navigation-level1.is-active .navigation-item-title {
  list-style-type: none; }

.header .navigation-horizontal .navigation-item.navigation-level1 > .navigation-item-title:hover,
.header .navigation-horizontal .navigation-item.navigation-level1.is-open > .navigation-item-title {
  background: #005089;
  box-shadow: inset 0 25px 0;
  font-family: inherit; }

.navigation-horizontal .navigation-level2 .navigation-item-title:hover {
  color: #f68628 !important; }

@media (max-width: 991px) {
  .header .navigation-vertical .navigation-mobile-menu {
    background: none; }
  .header .navigation-vertical .navigation-mobile-menu:after {
    color: white; } }

/*# sourceMappingURL=../maps/components/navigation.css.map */
/* NEWSFEED ITEM */
/* NEWSFEED COMPONENT */
/* PER PAGE */
/* MOBILE */
.newsfeed-result {
  padding: 0;
  margin: 0;
  background: #F5F5F5;
  margin-bottom: 20px; }

.newsfeed-image {
  margin: 0;
  height: 150px;
  overflow: hidden; }
  .newsfeed-image img {
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%); }

.newsfeed-inner-content {
  padding: 10px 15px;
  border-top: solid 4px #F36533; }

.newsfeed-category {
  margin: 0 0 10px;
  font-style: italic;
  color: #73645D; }

.newsfeed-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #7E7E7E; }
  .newsfeed-title:only-child {
    border-bottom: 0;
    padding: 0;
    margin: 0; }
  .newsfeed-title a:hover {
    text-decoration: none; }
  .newsfeed-title a:active {
    text-decoration: none; }
  .newsfeed-title a:focus {
    text-decoration: none; }

.newsfeed-date {
  font-size: 13px;
  margin: 0 0 10px;
  font-style: italic;
  color: #73645D; }

.newsfeed-description {
  margin: 0 0 10px;
  color: #73645D; }

.newsfeed-url {
  font-size: 13px;
  word-break: break-all; }
  .newsfeed-url a {
    color: #16727F;
    font-weight: bold; }
    .newsfeed-url a:hover {
      text-decoration: none; }
    .newsfeed-url a:active {
      text-decoration: none; }
    .newsfeed-url a:focus {
      text-decoration: none; }

.newsfeed {
  position: relative; }
  .newsfeed a {
    color: inherit;
    text-decoration: none; }
  .newsfeed .active a {
    font-weight: bold; }
  .newsfeed .splitter {
    color: #F36533; }

.newsfeed-number {
  margin-bottom: 20px;
  position: absolute;
  left: 250px;
  top: -50px; }
  .newsfeed-number .results-count-strong {
    font-weight: bold; }

.newsfeed-pagination .mobile {
  display: none; }

.newsfeed-pagination-list {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  float: right; }

.newsfeed-pagination-item {
  display: inline-block; }
  .newsfeed-pagination-item a {
    display: block;
    border: 1px solid #e9e9e9;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 3px; }
    .newsfeed-pagination-item a:hover {
      text-decoration: none;
      border-color: #a0ce4e; }
    .newsfeed-pagination-item a:focus {
      text-decoration: none;
      border-color: #a0ce4e; }
    .newsfeed-pagination-item a:active {
      text-decoration: none;
      border-color: #a0ce4e; }

.newsfeed-pagination-item.separator {
  display: inline-block;
  border: 1px solid #fff;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 3px;
  letter-spacing: 2px; }
  .newsfeed-pagination-item.separator:before {
    content: "..."; }

.newsfeed-pagination-item.is-active a {
  background: #a0ce4e;
  color: #fff;
  cursor: default; }

.newsfeed-pagination-item.item-next a {
  border: 0;
  width: auto; }
  .newsfeed-pagination-item.item-next a:hover {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:focus {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:active {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:after {
    content: ">";
    font-family: FontAwesome, serif;
    display: inline-block;
    font-style: normal;
    position: relative;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 5px; }

.newsfeed-pagination-item.item-previous a {
  border: 0;
  width: auto; }
  .newsfeed-pagination-item.item-previous a:hover {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:focus {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:active {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:before {
    content: "<";
    font-family: FontAwesome, serif;
    display: inline-block;
    font-style: normal;
    position: relative;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 5px; }

.view-all.button {
  margin-top: 30px; }

.promo .view-all.button {
  text-align: center; }

.related .view-all.button {
  text-align: start; }

.view-all a {
  background: #15717d;
  padding: 10px 23px;
  border-radius: 20px;
  color: #fff; }

span.newsfeed-related-updates {
  display: block;
  margin: 50px 0 20px 0;
  font-style: italic;
  color: #73645D; }

a.newsfeed-related-category {
  background: #f3f2f0;
  padding: 15px;
  border-radius: 40px;
  font-weight: bold;
  color: #15717d; }

.newsfeed-perPage {
  max-width: 200px;
  margin: 14px 0 0; }
  .newsfeed-perPage > div {
    display: inline-block; }
  .newsfeed-perPage .active {
    font-style: italic;
    background: #DDD; }
  .newsfeed-perPage a {
    color: inherit;
    text-decoration: none; }
  .newsfeed-perPage .heading {
    background: #EEE;
    min-width: 100px;
    padding: 10px; }
  .newsfeed-perPage .slider {
    position: absolute;
    background: #FFF;
    width: 100%;
    max-width: 198px;
    border: 1px solid grey;
    z-index: 100; }
  .newsfeed-perPage ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .newsfeed-perPage li {
    padding: 5px 20px; }
    .newsfeed-perPage li a {
      display: block; }

@media (max-width: 767px) {
  .newsfeed-pagination {
    text-align: center; }
    .newsfeed-pagination .mobile {
      display: block; }
    .newsfeed-pagination .desktop {
      display: none; }
  .newsfeed-pagination-list {
    display: inline-block;
    float: none; }
  .newsfeed-result.has-image {
    text-align: center; }
    .newsfeed-result.has-image .newsfeed-image {
      position: static;
      margin-bottom: 20px; }
    .newsfeed-result.has-image .newsfeed-title {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-description {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-date {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-url {
      text-align: left;
      margin-left: 0; }
  .item-previous {
    float: left; }
  .item-next {
    float: right; } }
.newsfeedFilterBy {
  max-width: 200px; }
  .newsfeedFilterBy .active {
    font-style: italic;
    background: #DDD; }
  .newsfeedFilterBy a {
    color: inherit;
    text-decoration: none; }
  .newsfeedFilterBy .heading {
    background: #F36533;
    color: #FFF;
    padding: 10px; }
  .newsfeedFilterBy .slider {
    position: absolute;
    background: #FFF;
    width: 100%;
    max-width: 198px;
    border: 1px solid grey;
    z-index: 100; }
    .newsfeedFilterBy .slider .tag-link a {
      display: block; }
  .newsfeedFilterBy .top-level {
    font-weight: bold;
    padding-left: 10px; }
  .newsfeedFilterBy ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .newsfeedFilterBy li {
    padding: 5px 20px; }
.podcast {
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #EFEFED;
  max-width: 800px; }
  .podcast p {
    margin: 0; }

.podcast__information {
  display: flex; }

.podcast__text {
  padding: 10px; }

.podcast__title {
  font-weight: 700; }

.audio {
  background-color: #efefed; }

.audio__controls {
  display: flex;
  align-items: center; }

.audio__backwards {
  visibility: hidden;
  height: 37px;
  width: 37px;
  border: 1px solid #15717d;
  border-radius: 50%; }

.audio__forwards {
  visibility: hidden;
  height: 37px;
  width: 37px;
  border: 1px solid #15717d;
  border-radius: 50%; }

.audio__backwards, .audio__forwards, .audio__play, .audio__pause {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.audio__play {
  height: 50px;
  width: 50px;
  background-color: #15717d;
  border-radius: 50%; }
  .audio__play:after {
    content: "\25b6";
    color: #fff;
    font-size: 25px; }

.audio__pause {
  display: none;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%; }
  .audio__pause:after {
    content: "| |";
    color: #000;
    font-size: 25px; }

.audio--playing .audio__pause {
  display: flex; }

.audio--playing .audio__backwards {
  visibility: visible; }

.audio--playing .audio__forwards {
  visibility: visible; }

.audio--playing .audio__play {
  display: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.powerreviews {
  border: solid 1px #e0e0e0;
  padding: 5px 10px 0 10px;
  margin-bottom: 5px; }
  .powerreviews .p-w-r .pr-header-title {
    color: #f36633; }
  .powerreviews .p-w-r .pr-star-selected {
    background-color: #f36633; }
  .powerreviews .pr-snapshot-rating .pr-stars {
    background-image: url("../../img/stars.gif"); }
  .powerreviews .pr-review-rating .pr-stars-small {
    background-image: url("../../img/stars_small.gif"); }
  .powerreviews .pr-snippet-stars .pr-stars-small {
    background-image: url("../../img/stars_small.gif"); }
  .powerreviews.pr-base-modal a, .powerreviews .pr-pa-snippet a, .powerreviews .pr-review-engine a, .powerreviews .pr-snippet a, .powerreviews prImageSnippet a {
    color: #f36633; }

