@charset "UTF-8";
/* Linear Gradient Mixin */
/*     Generated by Zeplin
    Copyright (C) 2017 - present Zeplin

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
 */
/* Bootstrap breakpoints */
/*
{% if entry.imageWithFocusPoint %}
{# {% set bgImageThumbConfig = { width: 1900 } %} #}
{# {{dump(bgImage | yumpimager(bgImageThumbConfig))}} #}
{% set bgImage = entry.imageWithFocusPoint.first() %}
	{% if bgImage %}
		<div class="simple-banner__bg-image" style="background-image: url('{{ bgImage.url }}'); background-size: cover;{% if bgImage %} background-position: {{ bgImage.focusPctX }}% {{ bgImage.focusPctY }}%;{% endif %}"></div>	
	{% endif %}
{% endif %}
*/
/** Heading font size and line heights are defined in another _typography.scss, no point definding all variables and then copy that in another file */
/*
 * FONT: Lato and HouschkaPro
 */
@font-face {
  font-family: HouschkaPro;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/HouschkaPro-Light.woff2") format("woff2"), url("fonts/HouschkaPro-Light.woff") format("woff"); }

@font-face {
  font-family: HouschkaPro;
  font-style: normal;
  font-weight: 500;
  src: url("fonts/HouschkaPro-Medium.woff2") format("woff2"), url("fonts/HouschkaPro-Medium.woff") format("woff"); }

@font-face {
  font-family: HouschkaPro;
  font-style: normal;
  font-weight: 600;
  src: url("fonts/HouschkaPro-DemiBold.woff2") format("woff2"), url("fonts/HouschkaPro-DemiBold.woff") format("woff"); }

@font-face {
  font-family: HouschkaPro;
  font-style: normal;
  font-weight: 700;
  src: url("fonts/HouschkaPro-Bold.woff2") format("woff2"), url("fonts/HouschkaPro-Bold.woff") format("woff"); }

@font-face {
  font-family: HouschkaPro;
  font-style: normal;
  font-weight: 800;
  src: url("fonts/HouschkaPro-ExtraBold.woff2") format("woff2"), url("fonts/HouschkaPro-ExtraBold.woff") format("woff"); }

body {
  font-size: 15px;
  line-height: 21px;
  color: #717067;
  font-family: "Lato", sans-serif; }
  body .font-large {
    font-size: 17px;
    line-height: 23px; }
  @media only screen and (min-width: 992px) {
    body {
      font-size: 16px;
      line-height: 22px; }
      body .font-large {
        font-size: 18px;
        line-height: 24px; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 14.5px;
  height: 10px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 14.5px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -4px; }
  .hamburger-inner::after {
    bottom: -4px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.navbar-toggler[aria-expanded="true"] .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .navbar-toggler[aria-expanded="true"] .hamburger--squeeze .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .navbar-toggler[aria-expanded="true"] .hamburger--squeeze .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.neo-section {
  padding: 48px 0; }
  @media only screen and (max-width: 991px) {
    .neo-section {
      padding-top: 32px;
      padding-bottom: 32px; } }

.neo-section.section-padding-no-top {
  padding-top: 0; }

.neo-section.section-padding-no-bottom {
  padding-bottom: 0; }

.neo-section.section-padding-no-top-no-bottom {
  padding-top: 0;
  padding-bottom: 0; }

.section-heading,
.section-sub-heading {
  text-align: center; }

.section-heading {
  margin-top: 0;
  margin-bottom: 24px; }

.section-sub-heading {
  margin-bottom: 32px; }
  @media only screen and (min-width: 992px) {
    .section-sub-heading {
      margin-bottom: 48px; } }

.section-bg-white {
  background-color: #ffffff;
  color: #717067; }
  .section-bg-white a:not(.button) {
    color: #f68b1f; }
    .section-bg-white a:not(.button):hover, .section-bg-white a:not(.button):focus {
      color: #c46f19; }

.section-bg-light {
  background-color: #f2f2f2;
  color: #717067; }
  .section-bg-light a:not(.button) {
    color: #f68b1f; }
    .section-bg-light a:not(.button):hover, .section-bg-light a:not(.button):focus {
      color: #c46f19; }

.section-bg-dark {
  background-color: #222222;
  color: #ffffff; }
  .section-bg-dark a:not(.button) {
    color: #ccc; }
    .section-bg-dark a:not(.button):hover, .section-bg-dark a:not(.button):focus {
      color: #fff; }
  .section-bg-dark .table-hover > tbody > tr:hover, .section-bg-dark .table-striped > tbody > tr:nth-of-type(odd) {
    color: #222222; }
  .section-bg-dark .file-attachment a {
    color: #222222; }
    .section-bg-dark .file-attachment a:hover {
      color: black; }

.matrix-block-inside-section:not(.matrix-block-dividingLine):not(:last-child) {
  margin-bottom: 32px; }

.video-iframe-wrapper {
  width: 100%; }

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57%; }

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.matrix-block-wrapper.matrix-block-inside-section.matrix-block-wrapper-video {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media only screen and (min-width: 992px) {
    .matrix-block-wrapper.matrix-block-inside-section.matrix-block-wrapper-video {
      margin-top: 48px;
      margin-bottom: 48px; } }

.matrix-block-video .video-full-bg-heading {
  margin-bottom: 15px;
  max-width: 600px;
  width: 100%; }

.video-iframe-vimeo {
  overflow-x: hidden; }
  .video-iframe-vimeo iframe {
    width: 100%; }

/** images slider */
.image-slider-wrap {
  position: absolute;
  visibility: hidden; }

.image-slider-wrap .slider-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  opacity: 0.6; }

.image-slider-wrap .slider-arrow:hover {
  opacity: 1; }

.image-slider-wrap .slider-arrow img {
  width: 48px;
  height: auto; }

.image-slider-wrap .arrow-previous {
  left: 0; }

.image-slider-wrap .arrow-next {
  right: 0; }

/** to fix non-adaptive height styling issue */
.image-slider-wrap .slick-slide {
  overflow: hidden; }

.file-attachment .file-attachment-link {
  display: inline-block;
  background-color: #f68b1f;
  padding: 13px 48px 13px 27px;
  position: relative;
  border-radius: 4px; }
  .file-attachment .file-attachment-link:hover, .file-attachment .file-attachment-link:focus {
    text-decoration: none; }
    .file-attachment .file-attachment-link:hover .file-attachment-icon, .file-attachment .file-attachment-link:focus .file-attachment-icon {
      background-color: #c16508; }
  .file-attachment .file-attachment-link .file-attachment-text {
    padding-right: 27px;
    display: inline-block;
    font-family: HouschkaPro;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #ffffff; }
    .file-attachment .file-attachment-link .file-attachment-text .file-attachment-file-info {
      margin-left: 5px;
      font-size: 14px; }
  .file-attachment .file-attachment-link .file-attachment-icon {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #c46f19;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 48px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.rich-text > *:last-child {
  margin-bottom: 0; }

.rich-text img {
  max-width: 100%;
  height: auto !important;
  margin-top: 16px;
  margin-bottom: 32px; }

.dividing-line {
  margin-left: 15px;
  margin-right: 15px; }

.neo-section .dividing-line {
  margin-left: 0;
  margin-right: 0; }

.circle-text-column-item {
  text-align: center; }
  .circle-text-column-item .img-circle {
    width: 200px;
    margin-left: auto;
    margin-right: auto; }

.highlighted-content {
  padding: 24px;
  background-color: #fafafa; }
  .highlighted-content > * {
    margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .highlighted-content {
      padding: 32px; } }

.highlighted-content blockquote, .columns__text__content blockquote {
  padding: 0; }
  .highlighted-content blockquote + blockquote, .columns__text__content blockquote + blockquote {
    margin-top: 0; }
    @media only screen and (min-width: 992px) {
      .highlighted-content blockquote + blockquote, .columns__text__content blockquote + blockquote {
        margin-top: 0; } }

.yump-carousel-outer {
  padding: 0 60px;
  /** Hide before slick initialized */
  position: absolute;
  visibility: hidden; }

.yump-carousel-item {
  padding: 0 8px; }

.yump-carousel-item:focus,
.yump-carousel-cell:focus {
  outline: 0; }

.yump-carousel-cell-multi-items .yump-carousel-item:not(:last-child) {
  margin-bottom: 15px; }

.yump-carousel-item-img-container {
  height: 80px; }

.yump-carousel-item-img-container img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto; }

.ie .yump-carousel-item-img-container {
  display: block;
  text-align: center; }

.ie .yump-carousel-item-img-container img {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.slick-arrow {
  opacity: 0.8;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important; }

.slick-arrow:hover {
  opacity: 1; }

.slick-arrow:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09F; }

.slick-arrow:active {
  opacity: 1; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.yump-carousel-item p {
  margin-bottom: 0px;
  line-height: 17px; }

.yump-carousel-item .yump-carousel-item-text-heading {
  color: #959595; }

.yump-carousel-item .yump-carousel-item-text-subheading {
  color: #dcdcdc;
  margin-top: 5px; }

.yump-carousel-item-text-container {
  margin-top: 10px;
  text-align: center; }

/** Box page global settings */
.box-page-content-wrapper {
  /*background: #3d3d3b url(/src/images/tyi_bg.jpg) no-repeat center center;*/
  /*background: #3d3d3b url(/src/img/box_page_bg.jpg) no-repeat center center;*/
  background-color: #3d3d3b;
  background-size: cover;
  padding: 300px 15px;
  position: relative;
  /*margin-top: -61px;
  margin-bottom: -90px;*/ }

.box-page-bg-overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.alert-box-page-wrapper {
  padding-top: 300px;
  padding-bottom: 300px; }

.box-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.5); }

.box-wrapper .box-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.5; }

.box-wrapper .box-subheading {
  text-align: center;
  line-height: 1.5; }

.alert-box-wrapper {
  text-align: center; }

.alert-box-wrapper .box-heading {
  margin-bottom: 0; }

.alert-box-wrapper .alert-box-text {
  margin-top: 30px; }

.alert-box-wrapper .box-content-button {
  margin-top: 20px; }

@media (max-width: 1500px) and (min-width: 992px) {
  .box-page-content-wrapper {
    padding-top: 150px;
    padding-bottom: 150px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .box-page-content-wrapper {
    padding-top: 100px;
    padding-bottom: 100px; }
  .alert-box-page-wrapper {
    padding-top: 150px;
    padding-bottom: 150px; } }

@media (max-width: 767px) {
  .box-page-content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
  .alert-box-page-wrapper {
    padding-top: 150px;
    padding-bottom: 150px; } }

.compact-page-center-element-wrapper {
  text-align: center; }

.errors {
  margin-top: 15px;
  color: #d44950;
  background-color: #f2dede;
  padding: 12px;
  list-style: none; }

.forgot-password-link-wrapper {
  color: #ddd;
  text-decoration: underline;
  /*margin-top: 8px;*/
  margin-bottom: 15px; }

.compact-page-btn {
  border: 2px solid black;
  background: white;
  color: black;
  font-weight: 700;
  padding: 13px 35px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  text-decoration: none; }

.compact-page-btn:hover, .compact-page-btn:focus {
  background: black;
  color: white;
  text-decoration: none;
  outline: 0; }

#email-sign-in-form-wrapper {
  max-width: 264px;
  width: 100%;
  margin: 0 auto; }

.login-screen-sub-functions-wrapper {
  margin-bottom: 24px; }

/** Healthe Care custom */
.box-page-content-wrapper {
  padding: 0;
  background-color: transparent; }

.box-wrapper {
  box-shadow: none;
  text-align: left; }
  .box-wrapper .box-heading {
    text-align: left; }
    .box-wrapper .box-heading.box-heading-center {
      text-align: center; }

.box-page-bg-overlay {
  display: none; }

.stats-counter {
  padding-top: calc(8*8px);
  padding-bottom: calc(8*8px);
  color: #555555;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .stats-counter {
      text-align: center; } }
  .stats-counter .stats-counter-subheading {
    font-family: Lato;
    font-size: 17px;
    line-height: 1.35;
    text-align: center;
    color: #717067;
    margin-bottom: 48px;
    color: #fff; }
    @media screen and (min-width: 992px) {
      .stats-counter .stats-counter-subheading {
        font-size: 18px;
        line-height: 24px; } }

@media only screen and (max-width: 767px) {
  .stats-counter-headings {
    text-align: center; } }

.stats-counter__dark-overlay {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url(../img/png/others/counter-circles.png);
  background-position: bottom right;
  background-repeat: no-repeat; }

@media only screen and (max-width: 767px) {
  .counter-info-wrap {
    float: left; } }

@media only screen and (max-width: 767px) {
  .stats-counter-item {
    margin-bottom: calc(6*8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    padding-right: 30px; }
    .stats-counter-item:last-child {
      margin-bottom: 0; }
    .stats-counter-item figure {
      display: inline-block;
      margin-right: 16px; } }

.stats-counter-item .stats-counter-number {
  font-size: 50px;
  display: block;
  line-height: 50px;
  color: #f7c088;
  font-family: "HouschkaPro";
  font-weight: 500;
  letter-spacing: -2px; }
  @media only screen and (max-width: 767px) {
    .stats-counter-item .stats-counter-number {
      line-height: 60px; } }

.stats-counter-item svg {
  width: 72px;
  height: 72px; }
  .stats-counter-item svg circle:last-child {
    stroke: #f7c088; }

.stats-counter-item .stats-counter-text {
  margin-top: 8px;
  display: inline-block;
  font-family: HouschkaPro;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-align: left;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .stats-counter-item .stats-counter-text {
      max-width: 170px;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .stats-counter-item .stats-counter-text {
      margin-top: 3px; } }

.section-bg-dark .stats-counter {
  color: #ffffff; }

.stats-counter-heading, .stats-counter-subheading {
  color: #fff; }

.stats-counter {
  background: url("/public/img/jpg/counters-mental-bg@2x.jpg");
  background-size: cover;
  background-position: 100% 50%; }

blockquote {
  font-family: Lato;
  font-size: 17px;
  line-height: 1.35;
  text-align: center;
  color: #717067;
  padding: 24px;
  font-style: italic;
  background-color: #fafafa; }
  @media screen and (min-width: 992px) {
    blockquote {
      font-size: 18px;
      line-height: 24px; } }
  @media only screen and (min-width: 992px) {
    blockquote {
      padding: 32px; } }
  @media only screen and (min-width: 768px) {
    blockquote {
      text-align: left; } }
  blockquote:before {
    content: '';
    display: block;
    width: 31px;
    height: 24px;
    margin-bottom: calc(2*8px);
    background-image: url("../img/svg/others/quote-orange.svg"); }
    @media only screen and (max-width: 767px) {
      blockquote:before {
        margin: 0 auto 16px; } }
  blockquote + blockquote {
    padding-top: 0;
    margin-top: -24px; }
    @media only screen and (min-width: 992px) {
      blockquote + blockquote {
        margin-top: -32px; } }
    blockquote + blockquote:before {
      display: none; }
  blockquote.quote-by {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal; }
    blockquote.quote-by + blockquote {
      font-size: 16px;
      font-style: normal; }

.rich-text *:not(blockquote) + blockquote {
  margin-top: 32px; }

.rich-text blockquote + *:not(blockquote) {
  margin-top: 32px; }

hr {
  border-width: 1px;
  border-color: #dcdcdc; }

h1, .simple-banner-heading, h2, h3, h4, h5, h6 {
  font-family: "HouschkaPro"; }

h1, .simple-banner-heading {
  font-size: 38px;
  line-height: 43px;
  letter-spacing: -0.8px;
  font-weight: 500;
  color: #f68b1f;
  margin-bottom: 8px; }
  @media only screen and (min-width: 992px) {
    h1, .simple-banner-heading {
      font-size: 50px;
      line-height: 55px;
      letter-spacing: -1px;
      margin-bottom: 19px; } }

h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  color: #f68b1f;
  margin-bottom: 12px; }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 40px;
      line-height: 45px;
      letter-spacing: -0.8px;
      margin-bottom: 14px; } }

h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.8px;
  color: #f68b1f;
  margin-bottom: 11px; }

h4, h3.h4, h2.h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #c46f19;
  margin-bottom: 7px;
  letter-spacing: 0.2px; }

h5 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #717067;
  margin-bottom: 7px; }

h6 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #717067; }

.rich-text h1, .rich-text .simple-banner-heading, .rich-text h2 {
  margin-top: 35px; }
  @media only screen and (min-width: 992px) {
    .rich-text h1, .rich-text .simple-banner-heading, .rich-text h2 {
      margin-top: 38px; } }

.rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-top: 21px; }

a {
  color: #f68b1f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  a:hover, a:focus {
    color: #c46f19; }

p.no-bottom-gap {
  margin-bottom: 0; }

p.align-center {
  text-align: center; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B3BBC9; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #B3BBC9; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #B3BBC9; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #B3BBC9; }

::-moz-selection {
  background: #f68b1f;
  color: #fff; }

::selection {
  background: #f68b1f;
  color: #fff; }

.top-strip {
  background: #f68b1f;
  background: -webkit-linear-gradient(0deg, #f68b1f 0%, #f05324 100%);
  background: -webkit-linear-gradient(left, #f68b1f 0%, #f05324 100%);
  background: linear-gradient(90deg, #f68b1f 0%, #f05324 100%);
  font-family: "HouschkaPro"; }
  .top-strip:before, .top-strip:after {
    content: '';
    display: table; }
  .top-strip:after {
    clear: both; }
  .top-strip .container {
    position: relative; }
    .top-strip .container > div {
      display: inline-block; }
  @media only screen and (max-width: 767px) {
    .top-strip .container {
      padding: 0; }
    .top-strip .top-strip__extra {
      position: static; }
    .top-strip .top-strip__logo-wrap {
      padding-left: 15px; }
      .top-strip .top-strip__logo-wrap .logo--hc {
        width: 122px;
        height: auto; }
    .top-strip .top-strip__extra__utility {
      margin-right: 48px; }
      .top-strip .top-strip__extra__utility li {
        margin-right: 14px; }
    .top-strip .top-strip__extra__search {
      width: auto;
      left: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-strip .top-strip__extra__utility {
      margin-right: 63px; } }

@media screen and (max-width: 400px) {
  .top-strip__extra__contact {
    font-size: 10px;
    line-height: 12px; } }

.top-strip__logo-wrap img {
  margin-right: 25px; }
  @media screen and (max-width: 400px) {
    .top-strip__logo-wrap img:last-child {
      margin-right: 3px; } }

.top-strip__logo-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  @media only screen and (min-width: 576px) {
    .top-strip__logo-wrap a {
      display: inline-block; } }

.top-strip__logo-wrap .logo--luyemed {
  height: 33px; }

.top-strip__extra {
  text-align: right;
  position: relative; }
  .top-strip__extra > * {
    display: inline-block; }

.top-strip__extra__social, .top-strip__extra__utility {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  z-index: 1;
  position: relative; }
  .top-strip__extra__social li, .top-strip__extra__utility li {
    float: left;
    margin-right: 32px;
    line-height: 48px;
    height: 48px; }
    @media only screen and (max-width: 991px) {
      .top-strip__extra__social li, .top-strip__extra__utility li {
        margin-right: 65px; } }
    .top-strip__extra__social li a, .top-strip__extra__utility li a {
      color: #ffffff; }
      .top-strip__extra__social li a:hover, .top-strip__extra__social li a:focus, .top-strip__extra__utility li a:hover, .top-strip__extra__utility li a:focus {
        color: #ffffff;
        opacity: 0.7;
        text-decoration: none; }

.top-strip__extra__social {
  margin-right: 48px; }
  .top-strip__extra__social li .social-link:hover, .top-strip__extra__social li .social-link:focus {
    opacity: 0.7; }
    .top-strip__extra__social li .social-link:hover path, .top-strip__extra__social li .social-link:focus path {
      fill: #fefefe; }
  @media only screen and (min-width: 768px) {
    .top-strip__extra__social li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .top-strip__extra__social li a {
        display: block; }
        .top-strip__extra__social li a picture {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }

.top-strip__extra__search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-strip__extra__search {
      right: 15px; } }
  .top-strip__extra__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .top-strip__extra__search form button, .top-strip__extra__search form button:focus, .top-strip__extra__search form input, .top-strip__extra__search form input:focus {
      outline: none;
      border-radius: 0; }
  .top-strip__extra__search .top-strip__search_text {
    height: 48px;
    border: 0;
    background-color: #f68b1f;
    color: #fff;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-family: "HouschkaPro";
    font-weight: 500; }
    .top-strip__extra__search .top-strip__search_text::-webkit-input-placeholder {
      color: white; }
    .top-strip__extra__search .top-strip__search_text::-moz-placeholder {
      color: white; }
    .top-strip__extra__search .top-strip__search_text:-ms-input-placeholder {
      color: white; }
    .top-strip__extra__search .top-strip__search_text::placeholder {
      color: white; }
  .top-strip__extra__search .top-strip__search_button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 48px;
    height: 48px;
    background-color: #f68b1f;
    cursor: pointer; }
  .top-strip__extra__search .top-strip__search_submit_alt {
    display: none;
    padding: 6px 0;
    background-color: #f68b1f; }
    .top-strip__extra__search .top-strip__search_submit_alt input[type="submit"] {
      min-width: 0px;
      border-radius: 2px;
      size: 13px;
      font-weight: bold;
      letter-spacing: 0.9px;
      padding: 11px 11px 9px 11px; }
  .top-strip__extra__search .top-strip__search_toggle {
    border: none;
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #f68b1f;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .top-strip__extra__search .top-strip__search_toggle:focus {
      outline: 0; }
  .top-strip__extra__search .hidden-collapse {
    display: none; }
  .top-strip__extra__search .icon-close {
    display: none; }
  .top-strip__extra__search.expanded {
    z-index: 2;
    width: 540px;
    max-width: 100%; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .top-strip__extra__search.expanded {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (max-width: 575px) {
      .top-strip__extra__search.expanded {
        width: 100%; } }
    .top-strip__extra__search.expanded .hidden-collapse {
      display: block; }
    @media only screen and (min-width: 768px) {
      .top-strip__extra__search.expanded .top-strip__search_submit_alt {
        display: block; } }
    .top-strip__extra__search.expanded .top-strip__search_toggle .icon-search {
      display: none; }
    .top-strip__extra__search.expanded .top-strip__search_toggle .icon-close {
      display: inline; }

.header-main {
  max-width: 100%; }

.top-strip__extra__phone,
.top-strip__extra__social {
  display: none; }

@media only screen and (min-width: 992px) {
  .top-strip__extra__phone {
    display: list-item; }
  .top-strip__extra__social {
    display: inline-block; } }

.footer {
  font-size: 15px;
  color: #fff;
  background: -webkit-linear-gradient(315deg, #54534A 0%, #2B2B22 100%, #2B2B22 100%);
  background: linear-gradient(135deg, #54534A 0%, #2B2B22 100%, #2B2B22 100%); }
  .footer hr {
    border-color: #fff;
    opacity: 0.2;
    margin-top: 0;
    margin-bottom: 0; }
  @media only screen and (max-width: 575px) {
    .footer .contact-details-phone {
      display: none; } }

.footer a:not(.button-alt) {
  color: #fff; }
  .footer a:not(.button-alt):hover, .footer a:not(.button-alt):focus {
    color: #f68b1f;
    text-decoration: none; }

.footer-columns {
  padding-top: 48px;
  padding-bottom: 39px; }
  .footer-columns .row-break {
    padding-bottom: 39px; }

.footer-bottom {
  padding: 13px 0; }
  .footer-bottom .social-link {
    margin-left: 24px; }

.footer-bottom-logo {
  padding: 10px 0; }
  .footer-bottom-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right; }

.footer-bottom-logo__hc {
  height: 21px;
  margin-bottom: 20px; }

.footer-bottom-logo__luye {
  height: 30px; }
  @media only screen and (min-width: 992px) {
    .footer-bottom-logo__luye {
      margin-right: 8px;
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.footer-column-heading {
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 1.5px; }

.footer-column-sub-pages {
  padding-left: 0;
  list-style: none; }
  .footer-column-sub-pages .footer-column-sub-page:not(:last-child) {
    margin-bottom: 10px; }

.footer-column-navigation-entry:not(:last-child) {
  margin-bottom: 39px; }

@media only screen and (max-width: 575px) {
  .footer-column:not(:last-child) .footer-column-contact {
    margin-bottom: 39px; } }

.footer-bottom-links a {
  opacity: 0.7;
  font-size: 14px; }
  .footer-bottom-links a:not(:last-child) {
    margin-right: 24px; }
  .footer-bottom-links a:hover, .footer-bottom-links a:focus {
    color: #f68b1f; }

@media only screen and (max-width: 991px) {
  .footer hr {
    display: none; }
  .footer-bottom {
    padding: 0; }
  .footer-bottom-element {
    padding: 13px 0;
    text-align: center; }
  .footer-bottom-links {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }

@media only screen and (max-width: 575px) {
  .footer {
    font-size: 14px; }
  .footer-bottom-links a {
    font-size: 13px; }
    .footer-bottom-links a:not(:last-child) {
      margin-right: 16px; }
    .footer-bottom-links a:nth-child(3) {
      margin-right: 0; }
  .footer-bottom-links #yump-credit-link {
    display: block; } }

@media only screen and (min-width: 576px) {
  .contact-details__mobile {
    display: none; } }

@media only screen and (max-width: 575px) {
  .contact-details__mobile:not(:last-child) {
    margin-bottom: 16px; }
  .contact-details__mobile .contact-details-mobile-phone__number {
    font-weight: normal;
    font-size: 14px; }
  .contact-details__mobile .contact-details-mobile-phone a.button-alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px; }
    .contact-details__mobile .contact-details-mobile-phone a.button-alt .contact-details__mobile-phone-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .contact-details__mobile .contact-details-mobile-phone a.button-alt .contact-details-icon {
      opacity: 1; } }

label, .cognito label {
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 8px;
  display: inline-block; }

input[type="text"], select, textarea {
  line-height: 1.5;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 16px;
  display: block; }

input[type="text"], select {
  width: 100%;
  height: 48px; }

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px; }

textarea {
  padding: 10px 16px; }

legend {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.2em !important; }

/** 
Cognito Form Overrides 
**/
.cognito {
  margin-left: -7px !important;
  margin-right: -7px !important;
  position: relative;
  min-height: 600px; }

.cognito:before {
  background-image: url(../img/png/others/loading-spinner.gif);
  background-repeat: no-repeat;
  content: ' ';
  width: 100%;
  height: 600px;
  display: -webkit-box;
  position: absolute;
  z-index: 1000;
  background-color: white;
  background-size: 100px; }

.cognito.ready:before {
  display: none; }

.cognito-datepicker.cognito-dropdown-menu.cognito-datepicker-orient-top {
  margin-top: 40px; }

.cognito .c-forms-heading .c-forms-form-title {
  display: none; }

.cognito legend {
  font-size: inherit; }

.cognito .c-editor .c-choice-option label, .cognito .c-editor label.c-yesno-radio, .cognito .c-editor.c-yesno-checkbox label {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  text-indent: 0;
  font-size: 15px;
  font-weight: 400; }

.cognito .c-helptext {
  font-size: 14px; }

.cognito .c-forms-form .c-validation, .cognito .c-forms-form .c-error:after, .cognito .c-forms-form .c-error .toggle-on:after, .cognito .c-forms-form .c-validation-icon {
  background-color: #bf0202 !important;
  padding: 0.7em 16px; }

.button, form input[type='submit'], .button-small, .button-alt, .hc-richtext-button a, #banner .banner-button-wrapper a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.9px;
  line-height: 16px;
  display: inline-block;
  background: #f68b1f;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  min-width: 264px;
  text-align: center; }
  .button:hover, form input:hover[type='submit'], .button-small:hover, .button-alt:hover, .hc-richtext-button a:hover, #banner .banner-button-wrapper a:hover, .button:focus, form input:focus[type='submit'], .button-small:focus, .button-alt:focus, .hc-richtext-button a:focus, #banner .banner-button-wrapper a:focus, .button:active, form input:active[type='submit'], .button-small:active, .button-alt:active, .hc-richtext-button a:active, #banner .banner-button-wrapper a:active {
    color: #ffffff;
    background: #d97109;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
    outline: none;
    box-shadow: none; }
  .button[disabled], form input[disabled][type='submit'], .button-small[disabled], .button-alt[disabled], .hc-richtext-button a[disabled], #banner .banner-button-wrapper a[disabled] {
    pointer-events: none; }

.button-small {
  border-radius: 2px;
  padding: 10px 15px;
  font-weight: 900;
  letter-spacing: 0.9px; }

.button-alt {
  background-color: #717067;
  border: none; }
  .button-alt:hover {
    color: #ffffff; }

.fluid-button {
  width: 100%;
  font-weight: 900;
  cursor: pointer; }

.hc-richtext-button {
  margin-bottom: 1rem; }

.layout-content, .box-wrapper {
  margin-top: 32px;
  margin-bottom: 56px; }
  .layout-content.padding-no-top, .padding-no-top.box-wrapper {
    margin-top: 0; }
  .layout-content.padding-no-bottom, .padding-no-bottom.box-wrapper {
    margin-bottom: 0; }
  .layout-content.padding-no-top-no-bottom, .padding-no-top-no-bottom.box-wrapper {
    margin-top: 0;
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .layout-content, .box-wrapper {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media only screen and (min-width: 992px) {
    .layout-content, .box-wrapper {
      margin-top: 64px;
      margin-bottom: 64px; } }

.page-title {
  margin-top: 0;
  margin-bottom: 8px; }
  @media only screen and (min-width: 992px) {
    .page-title {
      margin-bottom: 20px; } }

.page-summary {
  font-family: Lato;
  font-size: 17px;
  line-height: 1.35;
  text-align: center;
  color: #717067;
  text-align: left;
  margin-bottom: 35px; }
  @media screen and (min-width: 992px) {
    .page-summary {
      font-size: 18px;
      line-height: 24px; } }
  @media only screen and (min-width: 992px) {
    .page-summary {
      margin-bottom: 38px; } }

.page-summary p, .body-intro p {
  margin-bottom: 12px; }

@media only screen and (min-width: 992px) {
  .general-layout-page .page-title, .general-layout-page .page-summary {
    width: 65.8%; } }

.general-sub-page-list {
  margin-top: 48px; }

.general-sub-page-list + * {
  margin-top: 21px; }

.container .reusable-snippet-sections .container, .container.reusable-snippet-sections .container {
  padding-left: 0;
  padding-right: 0; }

.sidebar-layout {
  position: relative; }

.sidebar-layout-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: #f68b1f; }

.sidebar-layout-sidebar {
  background-color: #f68b1f;
  padding-top: 16px;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 992px) {
    .sidebar-layout-sidebar {
      padding-right: 0;
      padding-top: 64px;
      padding-bottom: 64px; } }

.sidebar-layout-content {
  background-color: #fff; }
  @media only screen and (min-width: 992px) {
    .sidebar-layout-content {
      padding-left: 0; } }
  .sidebar-layout-content .page-headings .container, .sidebar-layout-content .neo-section .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 992px) {
      .sidebar-layout-content .page-headings .container, .sidebar-layout-content .neo-section .container {
        padding-left: 64px; } }

.sidebar-nav {
  margin-bottom: 0; }

@media only screen and (max-width: 991px) {
  .sidebar-layout-background {
    display: none; }
  .sidebar-layout-sidebar {
    background-color: transparent; } }

@media only screen and (min-width: 992px) {
  .news-article-page .page-headings .container, .news-article-page .neo-section .container {
    max-width: 748px; } }

@media only screen and (min-width: 1200px) {
  .news-article-page .page-headings .container, .news-article-page .neo-section .container {
    max-width: 748px; } }

/** Mobile */
@media only screen and (max-width: 767px) {
  .simple-banner__mobile-links {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden; }
    .simple-banner__mobile-links a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding: 12px;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0.9px; }
      .simple-banner__mobile-links a:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.4); }
      .simple-banner__mobile-links a:focus {
        outline: 0; }
      .simple-banner__mobile-links a .quick-link-entry-mobile-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 12px; }
    .simple-banner__mobile-links figure {
      margin-bottom: 0; }
    .simple-banner__mobile-links .simple-banner__mobile-links__icon {
      width: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 15px; }
      .simple-banner__mobile-links .simple-banner__mobile-links__icon img {
        width: 100%; }
    .simple-banner__mobile-links .simple-banner__mobile-links__chev {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); } }

@media only screen and (min-width: 768px) {
  .simple-banner__mobile-links {
    display: none; } }

/** Desktop */
@media only screen and (max-width: 767px) {
  .desktop-quick-links {
    display: none; }
    .desktop-quick-links + .container {
      display: none; } }

@media only screen and (min-width: 768px) {
  .desktop-quick-links {
    margin-top: 80px;
    margin-bottom: 64px; }
    .desktop-quick-links .quick-link-item.animate-when-visible {
      opacity: 0; }
    .desktop-quick-links .quick-link-item-body-img-container-outer {
      margin-right: 12px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
    @media only screen and (min-width: 768px) and (min-width: 1200px) {
      .desktop-quick-links .quick-link-item-body-img-container-outer {
        margin-right: 32px; } }

@media only screen and (min-width: 768px) {
    .desktop-quick-links .quick-link-item-body-img-container {
      background-color: #f68b1f;
      display: inline-block;
      padding: 12px;
      border-radius: 50%; } }
    @media only screen and (min-width: 768px) and (min-width: 992px) {
      .desktop-quick-links .quick-link-item-body-img-container {
        padding: 16px; } }
    @media only screen and (min-width: 768px) and (min-width: 1200px) {
      .desktop-quick-links .quick-link-item-body-img-container {
        padding: 24px; } }

@media only screen and (min-width: 768px) {
      .desktop-quick-links .quick-link-item-body-img-container .quick-link-item-body-img-container-inner {
        width: 24px;
        height: 24px;
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; } }
      @media only screen and (min-width: 768px) and (min-width: 992px) {
        .desktop-quick-links .quick-link-item-body-img-container .quick-link-item-body-img-container-inner {
          width: 32px;
          height: 32px; } }
      @media only screen and (min-width: 768px) and (min-width: 1200px) {
        .desktop-quick-links .quick-link-item-body-img-container .quick-link-item-body-img-container-inner {
          width: 40px;
          height: 40px; } }

@media only screen and (min-width: 768px) {
    .desktop-quick-links .quick-link-item-body {
      padding: 16px;
      text-align: center; } }
    @media only screen and (min-width: 768px) and (min-width: 992px) {
      .desktop-quick-links .quick-link-item-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 24px 16px;
        text-align: left; } }
    @media only screen and (min-width: 768px) and (min-width: 1200px) {
      .desktop-quick-links .quick-link-item-body {
        padding: 32px 16px; } }

@media only screen and (min-width: 768px) {
    .desktop-quick-links .quick-link-item-body-summary {
      margin-top: 12px;
      color: #717067;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .desktop-quick-links .quick-link-item-body-summary:hover, .desktop-quick-links .quick-link-item-body-summary:focus {
        color: #717067; } }
    @media only screen and (min-width: 768px) and (min-width: 992px) {
      .desktop-quick-links .quick-link-item-body-summary {
        margin-top: 0; } }

@media only screen and (min-width: 768px) {
    .desktop-quick-links .quick-link:hover .quick-link-item-body-img-container-inner {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .desktop-quick-links + .container .dividing-line {
      margin-left: 0;
      margin-right: 0; } }

/**
 * selectize.bootstrap3.css (v0.12.4) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 2px 0 5px;
  border-left: 1px solid #fff;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.15); }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0); }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #ced4da;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 9px 12px 7px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 2px 0;
  padding: 1px 4px;
  background: #c46f19;
  color: #fff;
  font-size: 14px;
  border: 0 solid rgba(0, 0, 0, 0); }

.selectize-control.multi .selectize-input > div.active {
  background: #e4892c;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0); }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0); }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: 32px !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input.has-items > input {
  line-height: 25px !important; }

.selectize-input > .item {
  line-height: 25px !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input input::-moz-placeholder, .selectize-input input::-moz-placeholder {
  color: #868e96 !important;
  opacity: 1; }

.selectize-input input::placeholder, .selectize-input input::-moz-placeholder {
  color: #868e96 !important;
  opacity: 1; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable]:hover {
  background: white; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
  height: 48px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  font-size: 14px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #717067;
  background: #eeeeee;
  text-transform: uppercase;
  cursor: default;
  font-size: 13px;
  font-weight: 900; }

.selectize-dropdown .active {
  background-color: #fff;
  color: #f68b1f; }

.selectize-dropdown .active.create {
  color: red; }

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff; }

.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.selectize-dropdown .optgroup:first-child:before {
  display: none; }

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px; }

.selectize-dropdown-content {
  padding: 5px 0; }

.selectize-dropdown-header {
  padding: 6px 12px; }

.selectize-input {
  min-height: 48px; }

.selectize-input.dropdown-active {
  border-radius: 4px; }

.selectize-input.dropdown-active::before {
  display: none; }

.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

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

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px; }

.selectize-control.multi .selectize-input > div {
  border-radius: 3px; }

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0; }

.hc-filter {
  margin-bottom: calc(48px - 1rem); }
  .hc-filter label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 11px; }
  .hc-filter input[type="text"] {
    font-size: 14px;
    line-height: 17px;
    padding: 16px; }
  .hc-filter .form-control {
    height: 48px !important; }
  .hc-filter .small-print {
    display: block;
    margin-top: 9px;
    line-height: 15px;
    margin-top: 6px;
    display: inline-block; }

.header-main {
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
  .header-main .navbar {
    padding-left: 0;
    padding-right: 0; }

.header-main__logo-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 258px;
  height: 76px; }

.site-logo-canvas {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain; }

.menu-link-inner {
  display: inline-block; }

.nav-link {
  font-size: 14px;
  font-weight: bold;
  color: #717067;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .nav-link .menu-link-inner {
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }

.nav-item-first-level .nav-link .menu-link-inner {
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-size: 13px;
  line-height: 13px;
  padding-top: 10px; }

.nav-item-first-level .nav-link:hover {
  color: #f68b1f; }

.nav-item-first-level.active .nav-link .menu-link-inner {
  color: #f68b1f;
  border-radius: 16px;
  border: 2px solid #f68b1f;
  font-weight: 900;
  padding-top: 8px; }

.nav-item-first-level:hover .nav-link .menu-link-inner, .nav-item-first-level:focus .nav-link .menu-link-inner {
  color: #f68b1f; }

.dropdown-menu {
  padding: 0;
  background-color: #fafafa;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: none;
  line-height: 17px; }
  .dropdown-menu .dropdown-item {
    padding-top: 0;
    padding-bottom: 0; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #fafafa; }

.dropdown-item:not(:last-child) {
  border-bottom: 1px solid #eee; }

.dropdown-item:hover a {
  color: #717067; }

@media only screen and (min-width: 992px) {
  .main-menu .nav-item-first-level > .nav-link > .sub-arrow {
    display: none; } }

.is-sticky.header-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%; }
  .is-sticky.header-main .header-main__logo-wrap {
    height: 55px; }

@media only screen and (max-width: 991px) {
  .navbar-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 155px;
            flex: 0 1 155px; }
  .navbar-toggler {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-family: "HouschkaPro";
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 10px 16px;
    background-color: #f68b1f;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .navbar-toggler:focus, .navbar-toggler:hover {
      outline: 0;
      background-color: #d97109; }
    .navbar-toggler:active {
      background-color: #d97109; }
    .navbar-toggler[aria-expanded="true"] {
      background-color: #f68b1f; }
    .navbar-toggler .navbar-toggler-text {
      margin-right: 7px; }
  .header-main .container {
    padding-left: 0;
    padding-right: 0; }
  .header-main .navbar-brand {
    margin-left: 15px; }
  .header-main .navbar-toggler {
    margin-right: 15px;
    cursor: pointer; }
  .main-menu {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: calc(100vh - 92px - 48px);
    overflow-y: auto; }
    .main-menu li .nav-link {
      padding: 16px;
      color: #fff;
      font-weight: 500; }
      .main-menu li .nav-link .menu-link-inner {
        padding: 0;
        color: #fff; }
    .main-menu li.active .nav-link .menu-link-inner, .main-menu li:focus .nav-link .menu-link-inner, .main-menu li:hover .nav-link .menu-link-inner {
      color: #fff;
      border: none; }
    .main-menu .nav-item-first-level > .nav-link {
      background-color: #f68b1f; }
      .main-menu .nav-item-first-level > .nav-link .menu-link-inner {
        font-weight: 900;
        padding-top: 0; }
      .main-menu .nav-item-first-level > .nav-link .sub-arrow {
        line-height: 53px; }
    .main-menu .nav-item-first-level > .dropdown-menu .nav-link {
      color: #3d3935; }
    .main-menu .nav-item-first-level > .dropdown-menu > .dropdown-item > .nav-link {
      padding-left: 32px;
      background-color: #fff; }
    .main-menu .nav-item-first-level > .dropdown-menu .dropdown-third-level-menu .nav-link {
      padding-left: 48px;
      background-color: #eee; }
    .main-menu .dropdown-menu {
      box-shadow: none;
      margin-top: 0; }
      .main-menu .dropdown-menu .nav-link {
        background-color: #c46f19;
        color: rgba(255, 255, 255, 0.8); }
      .main-menu .dropdown-menu .dropdown-item {
        padding: 0;
        border: 0; }
        .main-menu .dropdown-menu .dropdown-item .dropdown-third-level-menu {
          margin: 0; }
    .main-menu .nav-item-first-level.active > .nav-link {
      background-color: #ef6d20; }
    .main-menu .dropdown-second-level-menu > .dropdown-item.active > .nav-link, .main-menu .dropdown-third-level-menu > .dropdown-item.active > .nav-link {
      font-weight: 900; }
    .main-menu .navbar-nav .sub-arrow {
      border: none;
      margin: 0;
      top: 0;
      bottom: 0;
      width: 56px;
      height: auto;
      line-height: 49px;
      font-weight: 900;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .navbar-nav.sm-collapsible .sub-arrow::before {
    content: "";
    display: block;
    width: 12px;
    height: 7.4px;
    background-image: url("/public/img/svg/ic/expand-mental.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
    content: "";
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .navbar-nav.sm-collapsible .nav-item-first-level > .nav-link .sub-arrow:before {
    background-image: url("/public/img/svg/ic/expand-white.svg"); }
  .is-sticky .main-menu {
    top: 71px;
    max-height: calc(100vh - 71px); } }

.sidebar ul {
  list-style-type: none;
  padding-left: 0; }
  .sidebar ul li {
    position: relative; }
    .sidebar ul li.in-active-path > a, .sidebar ul li.active > a {
      opacity: 1;
      font-weight: bold; }
    .sidebar ul li a {
      display: block;
      color: #fff;
      font-size: 14px;
      letter-spacing: 0.5px;
      padding: 14px 16px 17px; }
      .sidebar ul li a:hover, .sidebar ul li a:focus {
        text-decoration: none;
        background-color: #c46f19;
        outline: 0; }
    .sidebar ul li.has-children > a {
      padding-right: 48px; }
    .sidebar ul li.sidebar-nav-child-item > a {
      padding-left: 32px; }
    .sidebar ul li.active > a {
      background-color: #c46f19;
      position: relative;
      color: #ffffff; }
    .sidebar ul li.active .sidebar-nav-item-triangle {
      position: absolute;
      right: -21px;
      top: 0;
      bottom: 0;
      width: 23px;
      background: url("/public/img/png/ic/triangle-orange.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }

.sidebar-nav-item-dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 48px;
  width: 48px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  z-index: 1; }
  .sidebar-nav-item-dropdown-toggle svg {
    width: 12px;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sidebar-nav-item-dropdown-toggle svg path {
      fill: #fff; }
  .sidebar-nav-item-dropdown-toggle:hover svg path {
    fill: #cccccc; }

.sidebar-nav-item > a {
  opacity: 0.8;
  font-weight: bold; }

.sidebar-nav-item.expanded .sidebar-nav-item-dropdown-toggle svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.sidebar-nav-child-item > a {
  opacity: 0.6; }

.sidebar-nav-sub-menu {
  display: none; }

.sidebar-mobile-current-item-span {
  display: none; }

@media only screen and (max-width: 991px) {
  .sidebar ul li a {
    background-color: #ffffff;
    opacity: 1;
    color: #3d3935;
    font-weight: 400; }
    .sidebar ul li a:hover, .sidebar ul li a:focus {
      background-color: #ffffff; }
  .sidebar ul li.active a {
    color: #3d3935;
    font-weight: 900;
    background-color: #ffffff; }
    .sidebar ul li.active a:hover, .sidebar ul li.active a:focus {
      background-color: #ffffff; }
  .sidebar ul li.has-children > a {
    padding-right: 0; }
  .sidebar ul li .sidebar-nav-item-dropdown-toggle {
    display: none; }
  .sidebar-nav-item-triangle {
    display: none; }
  .sidebar-mobile-current-item-span {
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 900;
    padding: 14px 16px 17px;
    background-color: #ef6d20;
    margin-bottom: 4px;
    position: relative;
    border-radius: 4px; }
    .sidebar-mobile-current-item-span .sidebar-nav-item-dropdown-toggle {
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .sidebar-mobile-current-item-span.mobile-sidebar-expanded {
      background-color: #ef6d20; }
      .sidebar-mobile-current-item-span.mobile-sidebar-expanded svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); } }

.sidebar-nav {
  display: none; }

#section-breadcrumb {
  background: -webkit-linear-gradient(358deg, #54534a, #2b2b22);
  background: linear-gradient(92deg, #54534a, #2b2b22); }
  #section-breadcrumb .breadcrumb {
    background: none;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
    #section-breadcrumb .breadcrumb .breadcrumb-item {
      color: #fff; }
      #section-breadcrumb .breadcrumb .breadcrumb-item.active {
        font-weight: bold; }
      #section-breadcrumb .breadcrumb .breadcrumb-item::before {
        display: none; }
      #section-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #fff; }
        #section-breadcrumb .breadcrumb .breadcrumb-item a:hover, #section-breadcrumb .breadcrumb .breadcrumb-item a:focus {
          color: #f68b1f;
          text-decoration: none; }
      #section-breadcrumb .breadcrumb .breadcrumb-item .icon-breadcrumb-home {
        vertical-align: -1px;
        margin-right: 5px; }
      #section-breadcrumb .breadcrumb .breadcrumb-item .icon-breadcrumb-arrow {
        vertical-align: 1px;
        margin: 0 13px; }
  @media only screen and (max-width: 767px) {
    #section-breadcrumb {
      display: none; } }

.pagination {
  text-align: center;
  display: block; }
  .pagination ol {
    list-style: none; }
    .pagination ol li {
      display: inline-block; }
    .pagination ol .page-item {
      padding: 0 3px; }
  .pagination a {
    cursor: pointer;
    border-radius: 50%; }
  .pagination a, .pagination a:hover, .pagination a:focus {
    text-decoration: none; }
  .pagination span, .pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .pagination span, .pagination a {
        width: 26px;
        height: 26px;
        line-height: 26px; } }
  .pagination a:hover {
    text-decoration: none; }
  .pagination .current, .pagination a:hover {
    color: #ffffff;
    background: #f68b1f;
    border-radius: 50%; }
  .pagination .current {
    font-weight: 700; }
  .pagination .arrow-first a, .pagination .arrow-last a {
    font-size: 26px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .pagination .arrow-first a, .pagination .arrow-last a {
        font-size: 24px;
        line-height: 20px; } }

#banner {
  position: relative;
  width: 100%;
  background: #f68b1f;
  background: -webkit-linear-gradient(-24deg, #f68b1f 0%, #f05324 100%);
  background: -webkit-linear-gradient(336deg, #f68b1f 0%, #f05324 100%);
  background: linear-gradient(114deg, #f68b1f 0%, #f05324 100%);
  z-index: 900;
  margin-bottom: calc(3*8px); }
  @media only screen and (min-width: 768px) {
    #banner {
      /* This is to ensure initial content is hidden until page is loaded and javascript sets the height to the height of the viewport */
      height: 565px; } }
  #banner .banner-button-wrapper a {
    background: transparent;
    border: 2px solid white;
    color: white;
    margin-top: 32px; }
    #banner .banner-button-wrapper a + a {
      margin-left: 20px; }
    #banner .banner-button-wrapper a:hover {
      background-color: white;
      color: #f68b1f; }
  #banner .banner-content-wrapper {
    background-image: url("../img/svg/others/top-left-circles-for-top-banner.svg");
    background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      #banner .banner-content-wrapper {
        background-size: 30%; } }

/** Simple banner */
.simple-banner {
  color: #ffffff;
  position: relative; }
  .simple-banner .banner-content-wrapper {
    text-align: center; }

.simple-banner__content {
  background-image: url("../img/svg/others/bottom-right-circle-for-top-banner.svg");
  background-repeat: no-repeat;
  background-position: 100% 105%; }
  .simple-banner__content .animate-when-visible {
    opacity: 0; }
  @media only screen and (min-width: 768px) {
    .simple-banner__content {
      max-width: 500px; } }
  @media only screen and (max-width: 767px) {
    .simple-banner__content {
      background-size: 35%; } }
  .simple-banner__content .simple-banner-heading {
    text-transform: uppercase; }

.simple-banner__content__align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .simple-banner__content__align {
      padding: 45px 0; } }
  @media only screen and (min-width: 768px) {
    .simple-banner__content__align {
      height: 565px; } }

.simple-banner-heading {
  color: #ffffff;
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  letter-spacing: 0; }
  .simple-banner-heading strong {
    font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .simple-banner-heading {
      margin-bottom: 20px; } }

.simple-banner-heading > *:last-child,
.simple-banner-subheading > *:last-child {
  margin-bottom: 0; }

.simple-banner-subheading {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 24px; }

.simple-banner__after-banner-content {
  margin-top: 40px; }
  .simple-banner__after-banner-content img {
    width: 300px; }
  @media only screen and (min-width: 992px) {
    .simple-banner__after-banner-content {
      margin-top: 40px; }
      .simple-banner__after-banner-content img {
        width: 400px;
        height: 115px; } }

.simple-banner__bg-image {
  position: relative;
  height: 360px;
  width: 100%;
  background-size: cover;
  top: 0;
  right: 0;
  opacity: 1; }
  @media only screen and (min-width: 768px) {
    .simple-banner__bg-image {
      position: absolute;
      width: 50%;
      height: 565px; } }

@media only screen and (max-width: 991px) {
  .simple-banner-heading > * {
    font-size: 36px;
    line-height: 41px; }
  .simple-banner-heading > h1, .simple-banner-heading > .simple-banner-heading,
  .simple-banner-heading > h2,
  .simple-banner-heading > h3,
  .simple-banner-heading > h4,
  .simple-banner-heading > h5,
  .simple-banner-heading > h6 {
    margin-bottom: 11px; }
  .simple-banner-heading {
    margin-bottom: 11px; }
  .simple-banner-subheading > * {
    text-align: center;
    font-size: 17px;
    line-height: 23px; } }

@media only screen and (max-width: 767px) {
  .banner-explore {
    display: none; } }

@media only screen and (min-width: 768px) {
  .banner-explore {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    z-index: 880; }
    .banner-explore a {
      background: #fafafa;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      top: 24px; }
      .banner-explore a:hover {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .banner-explore svg {
      margin-top: 14px;
      width: 20px;
      height: 20px; } }

.news-list .news-list__entry .card-wrap-link {
  width: auto;
  height: auto; }

.news-list .news-list__entry .card-block .card-title {
  background-color: transparent; }
  .news-list .news-list__entry .card-block .card-title .card-title-link {
    color: #c46f19;
    font-weight: bold;
    text-align: left;
    margin-top: calc(3*8px);
    height: auto;
    padding: 0 16px;
    min-height: auto; }
    .news-list .news-list__entry .card-block .card-title .card-title-link:hover, .news-list .news-list__entry .card-block .card-title .card-title-link:focus {
      color: #f68b1f; }

.news-list .news-list__entry .card-block .card-block__text-wrap {
  padding-top: 8px; }

.news-list .news-list__entry .card-block .news-list__entry__summary {
  margin-bottom: 29px; }

.news-list .news-list__entry .card-block .button {
  min-width: 0px;
  padding: 11px 9px 11px 11px;
  border-radius: 2px; }

.news-list {
  margin-top: 48px; }

.latest-news-section {
  display: none;
  margin-top: 56px;
  margin-bottom: 56px; }
  @media only screen and (min-width: 768px) {
    .latest-news-section {
      display: block; } }
  @media screen and (min-width: 992px) {
    .latest-news-section {
      margin-top: 64px;
      margin-bottom: 64px; } }
  .latest-news-section .latest-news-header {
    margin-bottom: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .latest-news-section .latest-news-header h1, .latest-news-section .latest-news-header .simple-banner-heading {
      margin-bottom: 0; }
    .latest-news-section .latest-news-header .button, .latest-news-section .latest-news-header .button:hover, .latest-news-section .latest-news-header .button:focus {
      color: #fff; }

@media only screen and (min-width: 992px) {
  .latest-news-list .tile-item:nth-child(4) {
    display: none; } }

.contact-details-entry:not(:last-child) {
  margin-bottom: 12px; }

.contact-details-entry .contact-details-icon, .contact-details-entry .contact-details-span {
  vertical-align: middle; }

.contact-details-entry .contact-details-span strong {
  margin-right: 3px; }

.contact-details-phone,
.contact-details-fax,
.contact-details-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .contact-details-phone .contact-details-span,
  .contact-details-fax .contact-details-span,
  .contact-details-email .contact-details-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact-details-phone .contact-details-span strong,
    .contact-details-fax .contact-details-span strong,
    .contact-details-email .contact-details-span strong {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 5px; }

.contact-details-icon {
  opacity: 0.7;
  margin-right: 9px;
  display: inline-block; }

.contact-details-text p {
  margin-bottom: 0; }

.contact-details-email {
  word-break: break-all; }

@media only screen and (max-width: 767px) {
  .contact-details-dt {
    margin-bottom: 8px; } }

.tiles-intro {
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(4*8px); }
  @media only screen and (min-width: 768px) {
    .tiles-intro {
      margin-bottom: calc(6*8px); } }
  .tiles-intro p {
    font-family: Lato;
    font-size: 17px;
    line-height: 1.35;
    text-align: center;
    color: #717067; }
    @media screen and (min-width: 992px) {
      .tiles-intro p {
        font-size: 18px;
        line-height: 24px; } }

.tiles-wrapper {
  margin-bottom: calc(-1*4*8px); }
  .tiles-wrapper .tile-item {
    margin-bottom: calc(4*8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tiles-wrapper .tile-item > .card-wrap-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tiles-wrapper .tile-item > .card-wrap-link > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }

a.card-wrap-link {
  display: inline-block;
  width: 100%;
  text-decoration: none; }
  a.card-wrap-link:hover {
    text-decoration: none; }
    a.card-wrap-link:hover .card__image-container__image {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.card {
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  overflow: hidden; }
  .card:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .card .card__image-container {
    overflow: hidden; }
    .card .card__image-container .card__image-container__image {
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
  @media only screen and (max-width: 767px) {
    .card > .card__image-container {
      display: none; } }
  .card .card-block__text-wrap {
    color: #717067;
    padding-bottom: calc(3*8px);
    padding-top: calc(2*8px);
    padding-left: calc(2*8px);
    padding-right: calc(2*8px);
    display: inline-block; }
    .card .card-block__text-wrap .card-text {
      font-size: 15px;
      line-height: 21px; }
  .card .card-title {
    background-color: #f68b1f;
    margin-bottom: 0; }
    .card .card-title .card-title-link {
      color: #ffffff;
      font-family: "HouschkaPro";
      padding: 13px 56px 13px 16px;
      display: inline-block;
      width: 100%;
      position: relative;
      min-height: 48px;
      line-height: 22px;
      text-decoration: none; }
      .card .card-title .card-title-link span {
        position: absolute;
        right: 0;
        top: 0;
        background: #c46f19;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 12px 13px; }
        .card .card-title .card-title-link span img {
          height: 19px;
          width: 19px; }
      .card .card-title .card-title-link:hover {
        text-decoration: none; }

.tiles-wrapper .card-deck {
  margin-left: -15px;
  margin-right: -15px; }

.matrix-block-subpageTiles {
  margin-top: 56px;
  margin-bottom: 56px; }
  @media screen and (min-width: 992px) {
    .matrix-block-subpageTiles {
      margin-top: 64px;
      margin-bottom: 64px; } }

.load-more-button {
  margin-top: 32px; }

.collage__images img {
  max-width: 100%; }

.collage__images__column_left {
  position: relative; }

.collage__images__featured {
  background-size: cover;
  height: 328px; }
  @media only screen and (min-width: 992px) {
    .collage__images__featured {
      position: absolute;
      top: 0;
      right: 15px;
      left: 15px;
      bottom: 0;
      height: auto; } }

.collage__content__container {
  text-align: center;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .collage__content__container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      max-width: 360px;
      margin-bottom: 0; } }
  .collage__content__container p {
    font-family: Lato;
    font-size: 17px;
    line-height: 1.35;
    text-align: center;
    color: #717067; }
    @media screen and (min-width: 992px) {
      .collage__content__container p {
        font-size: 18px;
        line-height: 24px; } }
    @media only screen and (min-width: 768px) {
      .collage__content__container p {
        text-align: left; } }
  .collage__content__container > *:last-child {
    margin-bottom: 0; }

.collage__images__subsidiary .collage__images__subsidiary_item {
  height: 144px; }
  @media only screen and (min-width: 768px) {
    .collage__images__subsidiary .collage__images__subsidiary_item {
      margin-bottom: calc(4*8px); } }
  @media only screen and (max-width: 991px) {
    .collage__images__subsidiary .collage__images__subsidiary_item {
      margin-top: 4%;
      width: 48%;
      float: left; }
      .collage__images__subsidiary .collage__images__subsidiary_item:first-child {
        margin-right: 2%; }
      .collage__images__subsidiary .collage__images__subsidiary_item:nth-child(2) {
        margin-left: 2%; } }
  .collage__images__subsidiary .collage__images__subsidiary_item:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 991px) {
    .collage__images__subsidiary .collage__images__subsidiary_item:nth-child(3) {
      display: none; } }

.matrix-block-textWithImageCollage {
  margin-top: 56px;
  margin-bottom: 56px; }
  @media screen and (min-width: 992px) {
    .matrix-block-textWithImageCollage {
      margin-top: 64px;
      margin-bottom: 64px; } }

@media only screen and (min-width: 768px) {
  .collage > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.twib__summary {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  margin-top: calc(7*8px);
  margin-bottom: calc(4*8px); }
  @media only screen and (min-width: 992px) {
    .twib__summary {
      margin-top: calc(8*8px); } }
  .twib__summary p {
    font-family: Lato;
    font-size: 17px;
    line-height: 1.35;
    text-align: center;
    color: #717067; }
    @media screen and (min-width: 992px) {
      .twib__summary p {
        font-size: 18px;
        line-height: 24px; } }
  .twib__summary .container > *:last-child {
    margin-bottom: 0; }

.twib__columns {
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 768px) {
    .twib__columns .twib__columns__overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .twib__columns .twib__columns__overlay .twib__columns__image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%; } }

@media only screen and (min-width: 768px) {
  .twib__columns.twib-image-align-right .twib__columns__overlay .twib__columns__image {
    right: 0;
    left: auto; } }

@media only screen and (max-width: 767px) {
  .twib__columns__image {
    height: calc(100vw*9/16); } }

.twib__content {
  background: #fafafa; }

.twib__columns__text {
  padding-top: calc(6*8px);
  padding-bottom: calc(6*8px); }
  @media only screen and (min-width: 768px) {
    .twib__columns__text {
      min-height: 375px;
      padding-left: calc(4*8px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 992px) {
    .twib__columns__text {
      padding-top: calc(8*8px);
      padding-bottom: calc(8*8px);
      padding-left: calc(7*8px); } }
  @media only screen and (max-width: 767px) {
    .twib__columns__text p {
      text-align: center;
      width: 100%; }
    .twib__columns__text.order-first {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .twib__columns__text .button {
    margin-top: calc(4*8px); }

@media only screen and (min-width: 768px) {
  .twib-image-align-right .twib__columns__text {
    padding-left: 15px;
    padding-right: calc(4*8px); } }

@media only screen and (min-width: 992px) {
  .twib-image-align-right .twib__columns__text {
    padding-left: 15px;
    padding-right: calc(7*8px); } }

@media only screen and (max-width: 767px) {
  .columns__text__content-wrap {
    text-align: center; } }

.columns__text__content-wrap .columns__text__content > *:last-child {
  margin-bottom: 0; }

.mc-signup-form .mc-signup-form__container {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .mc-signup-form .mc-signup-form__container {
      text-align: left; } }
  @media only screen and (max-width: 767px) {
    .mc-signup-form .mc-signup-form__container {
      background-image: none !important; } }

.mc-signup-form .mc-signup-form__content {
  padding-top: 48px;
  padding-bottom: 5px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mc-signup-form .mc-signup-form__content {
      padding-bottom: 32px; } }
  @media only screen and (min-width: 992px) {
    .mc-signup-form .mc-signup-form__content {
      padding-bottom: 100px; }
      .mc-signup-form .mc-signup-form__content.mc-signup-form__content-no-image {
        padding-bottom: 32px; } }
  .mc-signup-form .mc-signup-form__content .mc-signup-form__intro {
    font-family: Lato;
    font-size: 17px;
    line-height: 1.35;
    text-align: center;
    color: #717067;
    margin-bottom: 32px; }
    @media screen and (min-width: 992px) {
      .mc-signup-form .mc-signup-form__content .mc-signup-form__intro {
        font-size: 18px;
        line-height: 24px; } }
    .mc-signup-form .mc-signup-form__content .mc-signup-form__intro > *:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .mc-signup-form .mc-signup-form__content .mc-signup-form__intro {
        text-align: left; } }

.mc-signup-form form {
  margin-top: 24px; }

.mc-signup-form .form-group {
  margin-bottom: 16px; }
  .mc-signup-form .form-group input[type="text"].form-control, .mc-signup-form .form-group input[type="email"].form-control {
    padding: 16px;
    font-size: 13px;
    font-weight: bold;
    color: #3d3935;
    letter-spacing: 0.9px;
    line-height: 16px; }
  .mc-signup-form .form-group input {
    width: 100%; }
  .mc-signup-form .form-group #mc-embedded-subscribe {
    min-width: 0px;
    padding: 17px 32px; }

.mc-signup-form__image-container {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .mc-signup-form__image-container {
      height: 100vw;
      max-height: 360px; } }
  .mc-signup-form__image-container .mc-signup-form__image-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-repeat: no-repeat; }

.mc-signup-form__mobile-image {
  text-align: center; }
  .mc-signup-form__mobile-image img {
    max-width: 80%;
    max-height: 360px; }
  @media only screen and (min-width: 768px) {
    .mc-signup-form__mobile-image {
      display: none; } }

.team-member {
  margin-bottom: 48px; }
  .team-member:first-child {
    margin-top: 48px; }
  .team-member .team-member-thumb {
    width: 100%;
    border-radius: 50%; }
    @media (max-width: 767px) {
      .team-member .team-member-thumb {
        max-width: 160px; } }
  .team-member .team-member-description > *:last-child {
    margin-bottom: 0; }
  .team-member .team-member-details-wrapper .member-name {
    margin-bottom: 11px; }
  .team-member .team-member-details-wrapper .member-title {
    margin-bottom: 7px;
    color: #c46f19; }
  @media only screen and (max-width: 767px) {
    .team-member .team-member-thumb-wrapper,
    .team-member .member-name,
    .team-member .member-title,
    .team-member .team-member-description {
      text-align: center; }
    .team-member .team-member-thumb-wrapper {
      margin-bottom: 18px; } }

.team-members-section-heading {
  font-weight: 700; }

.kiosk-page .top-strip {
  padding: .9rem 0; }

.search-results-page .page-title {
  margin-bottom: 0; }

.search-results-page .page-headings {
  margin-bottom: 9px; }
  @media only screen and (min-width: 768px) {
    .search-results-page .page-headings {
      margin-bottom: 37px; } }

.search-results-section__results .results-count {
  font-family: Lato;
  font-size: 17px;
  line-height: 1.35;
  text-align: center;
  color: #717067;
  text-align: left; }
  @media screen and (min-width: 992px) {
    .search-results-section__results .results-count {
      font-size: 18px;
      line-height: 24px; } }

.search-results-section__results form button {
  background-color: #c46f19; }

.search-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 25px; }
  .search-results-list li {
    margin-bottom: 22px; }
    .search-results-list li:last-child {
      margin-bottom: 0; }
  .search-results-list .search-result-entry-title {
    font-family: HouschkaPro;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #002e5e;
    margin-bottom: 8px;
    color: #c46f19; }
    .search-results-list .search-result-entry-title a {
      color: #c46f19; }
  .search-results-list .excerpt h1, .search-results-list .excerpt .simple-banner-heading, .search-results-list .excerpt h2, .search-results-list .excerpt h3, .search-results-list .excerpt h4, .search-results-list .excerpt h5 {
    font-size: 18px;
    color: #717067;
    margin-bottom: 5px;
    margin-top: 5px; }
  .search-results-list .excerpt p {
    margin: 5px 0; }
  .search-results-list.filtering {
    opacity: 0.5; }

.filter-wrap {
  background: #fafafa;
  padding: 16px; }
  .filter-wrap .filter-heading {
    color: #717067;
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 22px;
    font-weight: bold; }
  .filter-wrap hr {
    margin: 0; }
  .filter-wrap .checkbox {
    margin-top: 24px;
    position: relative; }
    .filter-wrap .checkbox label {
      margin-bottom: 0; }
    .filter-wrap .checkbox input {
      margin-right: 10px;
      position: absolute;
      top: 5px; }
    .filter-wrap .checkbox span {
      display: block;
      margin-left: 25px; }

@media only screen and (max-width: 767px) {
  .filter-wrap {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .search-results-section__results {
    padding-top: 5px; } }

.search-again-form .search-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  @media only screen and (max-width: 575px) {
    .search-again-form .search-field {
      width: calc(100% -  44px); } }

.search-again-form button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer; }

[v-cloak] {
  display: none; }

.icon-facebook {
  width: 9px;
  height: auto; }

.icon-twitter {
  width: 21px;
  height: auto; }

.icon-linkedin {
  width: 17px;
  height: auto; }

.social-link picture {
  display: inline-block;
  vertical-align: middle; }

.social-link svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.social-link:hover svg path, .social-link:focus svg path {
  fill: #f68b1f; }

.highlight {
  background: #f68b1f;
  color: #fff; }

.small-print {
  font-size: 12px; }

.spinner-container {
  padding: 16px 16px 64px; }
  .spinner-container .loading-text {
    margin-top: 64px;
    font-family: "HouschkaPro";
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: #c46f19; }

.no-list-item-section {
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: "HouschkaPro";
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
  color: #c46f19; }

.address-table tr > td:first-child {
  padding-right: 15px;
  font-weight: 700;
  vertical-align: top; }

.address-table tr.address-table__type td {
  padding-top: 5px; }

/** Emergency department banner */
#emergency-feed {
  background-color: #bf0202;
  padding: 8px 0; }
  #emergency-feed .emergency-feed-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #emergency-feed .emergency-feed-inner .emergency-feed-link-wrapper a {
      color: #ffffff;
      text-decoration: underline; }
      #emergency-feed .emergency-feed-inner .emergency-feed-link-wrapper a:hover, #emergency-feed .emergency-feed-inner .emergency-feed-link-wrapper a:focus, #emergency-feed .emergency-feed-inner .emergency-feed-link-wrapper a:active {
        text-decoration: none; }
    @media screen and (min-width: 580px) {
      #emergency-feed .emergency-feed-inner .emergency-feed-link-wrapper {
        padding-top: 6px;
        padding-bottom: 6px; } }
    #emergency-feed .emergency-feed-inner .emergency-time-widget {
      display: none;
      padding: 6px 12px;
      background-color: #2d2d24;
      border-radius: 6px;
      color: #ffffff; }
      #emergency-feed .emergency-feed-inner .emergency-time-widget .fa-clock {
        margin-right: 5px; }
    @media screen and (max-width: 579px) {
      #emergency-feed .emergency-feed-inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 8px 0; }
        #emergency-feed .emergency-feed-inner .emergency-time-widget {
          width: 100%;
          margin-top: 12px;
          text-align: center; } }
  #emergency-feed.show .emergency-feed-inner .emergency-time-widget {
    display: block; }

.contact-intro {
  margin-bottom: 38px; }

.contact-page-image img {
  border-radius: 4px; }

@media only screen and (max-width: 991px) {
  .contact-page-image {
    margin-bottom: 10px; } }

@media only screen and (min-width: 992px) {
  .contact-page .page-summary {
    margin-bottom: 0; } }

.contact-page-contact-details .contact-details-icon path {
  fill: #3d3935; }

#enquiry-form {
  padding: 24px 16px 16px;
  background-color: #fafafa; }
  @media only screen and (max-width: 991px) {
    #enquiry-form {
      margin-top: calc(48px - 1rem); } }
  #enquiry-form .form-heading {
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    color: #c46f19; }
  #enquiry-form input[type="submit"] {
    width: 100%; }
  #enquiry-form .form-group {
    margin-bottom: 16px; }
  #enquiry-form label {
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 8px; }
  #enquiry-form .form-text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px; }
  #enquiry-form .form-control {
    border-radius: 4px;
    font-size: 14px;
    padding: 0 16px;
    height: 48px; }
  #enquiry-form textarea.form-control {
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto; }
  #enquiry-form .message-list {
    margin-top: 16px; }
    #enquiry-form .message-list .form-message {
      margin-bottom: 8px;
      font-weight: 600; }

.you-tell-me {
  display: none; }

.bottom-specialists-section .bottom-specialists-section-inner {
  padding-top: 56px;
  padding-bottom: 56px; }
  @media screen and (min-width: 992px) {
    .bottom-specialists-section .bottom-specialists-section-inner {
      padding-top: 64px;
      padding-bottom: 64px; } }

.bottom-specialists-section h2 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.bottom-specialists-section .body-intro {
  font-family: Lato;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #717067;
  margin-bottom: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .bottom-specialists-section .body-intro {
      margin-bottom: 48px; } }

.bottom-specialists-section .specialists-list {
  margin-top: 32px; }
  @media only screen and (min-width: 768px) {
    .bottom-specialists-section .specialists-list {
      margin-top: 48px; } }

.specialists-list .no-data-hint {
  text-align: center; }

.specialist-item .card__image-container {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 16px;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  @media only screen and (min-width: 768px) {
    .specialist-item .card__image-container {
      margin-right: 24px; } }
  .specialist-item .card__image-container .card__image-container__image {
    width: 96px;
    height: 96px; }

.specialist-item .specialist-item-body {
  padding: 16px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .specialist-item .specialist-item-body .specialist-item-body-specialties {
    font-family: Lato;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #717067; }

.specialty-related-specialists-section {
  border-top: 2px solid #dcdcdc; }
  @media only screen and (max-width: 991px) {
    .specialty-related-specialists-section {
      border-top: none; }
      .specialty-related-specialists-section .bottom-specialists-section-inner {
        border-top: 2px solid #dcdcdc; } }

.other-specialists-section .bottom-specialists-section-inner {
  border-top: 2px solid #dcdcdc; }

@media only screen and (min-width: 576px) {
  .specialist-page-header > .container, .specialist-page-body > .container {
    width: 750px; } }

.specialist-page-header {
  padding-top: 32px;
  padding-bottom: 32px;
  background-image: -webkit-linear-gradient(left, rgba(246, 139, 31, 0.05), rgba(196, 111, 25, 0.05));
  background-image: linear-gradient(to right, rgba(246, 139, 31, 0.05), rgba(196, 111, 25, 0.05)); }
  @media only screen and (min-width: 768px) {
    .specialist-page-header {
      padding-top: 64px;
      padding-bottom: 64px; } }

.specialist-page-header-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .specialist-page-header-circles .aspect-ratio-1-1 {
    width: calc(50% + 20px);
    max-width: 175px;
    max-height: 175px;
    position: relative; }
  @media only screen and (max-width: 767px) {
    .specialist-page-header-circles {
      margin-bottom: 32px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.aspect-ratio-1-1:before {
  content: "";
  display: block;
  padding-top: 100%; }

.specialist-page-header-circles-photo img {
  border-radius: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.specialist-page-header-circles-name {
  border-radius: 50%;
  background-color: #c46f19;
  font-size: 22px;
  letter-spacing: -0.4px;
  line-height: normal;
  font-family: "HouschkaPro";
  font-weight: 500;
  color: #fff; }
  .specialist-page-header-circles-name:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .specialist-page-header-circles-name .specialist-page-header-circles-name-content {
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    padding-left: 8px;
    padding-right: 8px; }

.specialist-page-header-circles-photo + .specialist-page-header-circles-name {
  margin-left: -20px; }

.specialist-page-header-specialites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 767px) {
    .specialist-page-header-specialites {
      padding-left: 24px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .specialist-page-header-specialites h3 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    color: #c46f19;
    margin-bottom: 6px; }
  .specialist-page-header-specialites ul {
    font-family: Lato;
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
    color: #717067;
    padding-left: 20px; }
    @media only screen and (max-width: 767px) {
      .specialist-page-header-specialites ul {
        padding-left: 0; } }

.specialist-page-body-dictionary .contact-details-icon path {
  fill: #3d3935; }

.specialist-page-body-dictionary dl {
  margin-bottom: 21px; }
  @media only screen and (max-width: 767px) {
    .specialist-page-body-dictionary dl dt {
      margin-bottom: 8px; } }

.specialist-page-body-dictionary .body-neo-wrapper .matrix-block-wrapper:last-child dl {
  margin-bottom: 0; }

.specialist-portfolio-entry .specialist-portfolio-entry-content > *:not(:last-child) {
  margin-bottom: 1rem; }

.specialist-portfolio-entry .file-attachment-link {
  display: block; }

.specialist-portfolio-entry dd > .rich-text:last-child *:last-child, .specialist-portfolio-entry dd > .reusable-snippet-sections:last-child .rich-text *:last-child {
  margin-bottom: 0; }

.specialist-portfolio-entry dd > .file-attachment:not(:last-child) {
  margin-bottom: 1rem; }

.specialist-portfolio-entry dd > .reusable-snippet-sections:not(:last-child) {
  margin-bottom: 1rem; }

.specialist-portfolio-entry dd .reusable-snippet-sections .matrix-block-inside-section:not(.matrix-block-dividingLine):not(:last-child) {
  margin-bottom: 1rem; }

.specialists-filters #specialty {
  font-size: 14px;
  font-weight: bold;
  color: #717067; }

.specialist-page-wrapper .split-line {
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(left, #f68b1f, #f05324);
  background: linear-gradient(to right, #f68b1f, #f05324); }

.ie #enquiry-form .form-control:not(textarea) {
  height: 48px; }

.ie .news-list .news-list__entry .card-wrap-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

/*# sourceMappingURL=maps/theme-mental.css.map */
