@-webkit-keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes stRotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes stRotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.shTemplReset {
  line-height: initial;
  font-size: initial;
  /* Change Autocomplete styles in Chrome*/ }
  .shTemplReset:before {
    clear: both;
    content: "";
    display: table;
    margin-top: -1px;
    height: 0; }
  .shTemplReset * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .shTemplReset *:focus {
      outline: none; }
  .shTemplReset *:after, .shTemplReset *:before {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .shTemplReset main, .shTemplReset time {
    display: block; }
  .shTemplReset address {
    font-style: normal; }
  .shTemplReset button {
    cursor: pointer; }
    .shTemplReset button:focus {
      outline: none; }
  .shTemplReset fieldset {
    padding: 0;
    border: 0;
    margin: 0; }
  .shTemplReset input {
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0; }
  .shTemplReset button:-moz-focusring,
  .shTemplReset [type="button"]:-moz-focusring,
  .shTemplReset [type="reset"]:-moz-focusring,
  .shTemplReset [type="submit"]:-moz-focusring {
    border-style: none;
    outline: 0; }
  .shTemplReset input:-webkit-autofill,
  .shTemplReset input:-webkit-autofill:hover,
  .shTemplReset input:-webkit-autofill:focus,
  .shTemplReset input:-webkit-autofill,
  .shTemplReset textarea:-webkit-autofill,
  .shTemplReset textarea:-webkit-autofill:hover,
  .shTemplReset textarea:-webkit-autofill:focus,
  .shTemplReset select:-webkit-autofill,
  .shTemplReset select:-webkit-autofill:hover,
  .shTemplReset select:-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 50px white inset; }
  .shTemplReset img {
    border-style: none; }
  .shTemplReset ul, .shTemplReset ul li {
    list-style-type: none; }
  .shTemplReset ul {
    padding: 0;
    margin: 0; }
  .shTemplReset em, .shTemplReset i {
    font-style: normal; }
  .shTemplReset a, .shTemplReset div, .shTemplReset span, .shTemplReset button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  .shTemplReset hr, .shTemplReset svg {
    overflow: visible; }

.shTplGContainer, .globalContactContainer, .shTemplMap .shTemplMap__container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto; }
  .shTplGContainer:after, .globalContactContainer:after, .shTemplMap .shTemplMap__container:after {
    display: table;
    content: "";
    clear: both; }
  @media (max-width: 767px) {
    .shTplGContainer, .globalContactContainer, .shTemplMap .shTemplMap__container {
      padding: 0 20px; } }

.shTplGResetHeaders, .shTemplMap .shTemplMap__primaryTitle, .shTemplMap address p, .shTemplMap .shTemplMap__distances p, .shTemplMap.forContactPage address p {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0; }
  .shTplGResetHeaders:first-letter, .shTemplMap .shTemplMap__primaryTitle:first-letter, .shTemplMap address p:first-letter, .shTemplMap .shTemplMap__distances p:first-letter, .shTemplMap.forContactPage address p:first-letter {
    text-transform: capitalize; }

.shTplResetAnchor {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important; }

.shTplGBlockScroll {
  /*   position: relative;
  overflow: hidden; */ }
  @media (max-width: 730px) {
    .shTplGBlockScroll {
      position: fixed;
      width: 100%;
      height: 100%; } }

.shTplGBlockScroll-html {
  position: relative;
  overflow: hidden; }
  @media (max-width: 730px) {
    .shTplGBlockScroll-html {
      position: fixed;
      width: 100%;
      height: 100%; } }

.mtGenericLoader {
  height: 30px;
  width: 30px;
  -webkit-animation: stRotate 1.2s infinite linear;
     -moz-animation: stRotate 1.2s infinite linear;
       -o-animation: stRotate 1.2s infinite linear;
          animation: stRotate 1.2s infinite linear;
  border: 2px solid #97012e;
  border-right-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 70px;
  z-index: 2;
  margin: -15px 0 0 0; }

@-webkit-keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ } }

@-moz-keyframes skeletonAnimations {
  0% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ }
  100% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ } }

@-o-keyframes skeletonAnimations {
  0% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ }
  100% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ } }

@keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ } }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }
  .selectric-wrapper.selectric-hover .selectric .button {
    color: #191941; }
    .selectric-wrapper.selectric-hover .selectric .button::after {
      border-top-color: #191941; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
    .selectric-open .selectric .button::after {
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    color: darkgrey; }
    .selectric-items .disabled.selected {
      color: #dcd9d9; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none; }

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent; }
.leaflet-tile::selection {
  background: transparent; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
       transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1), -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1), -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
     -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 2px;
     -moz-border-radius-topleft: 2px;
          border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
     -moz-border-radius-topright: 2px;
          border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 2px;
     -moz-border-radius-bottomleft: 2px;
          border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
     -moz-border-radius-bottomright: 2px;
          border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url("/Styles/sharedTemplates/plugins/leafletImages/layers.png");
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("/Styles/sharedTemplates/plugins/leafletImages/layers-2x.png");
  -moz-background-size: 26px 26px;
       background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url("/Styles/sharedTemplates/plugins/leafletImages/marker-icon.png"); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

.contactWrapper {
  position: relative;
  z-index: 10;
  padding-top: 150px; }
  @media (max-width: 950px) {
    .contactWrapper {
      padding-top: 110px; } }
  @media (max-width: 767px) {
    .contactWrapper {
      padding-top: 80px; } }

.globalContactContainer {
  padding: 0px 30px; }

.contactPromos {
  margin-bottom: 65px; }
  @media (max-width: 767px) {
    .contactPromos {
      margin-bottom: 50px; } }

.contactCMSInfo {
  padding: 40px 0 30px; }
  .contactCMSInfo .secondLvlCss h2 {
    font-family: "orpheus-pro";
    font-size: 45px;
    font-weight: 400;
    color: #252b2e;
    margin-bottom: 30px; }

.shTemplMap {
  margin-top: 0;
  height: 400px;
  position: relative;
  /*  ==== only for CONTACT page  ==== */
  /*                                  */
  /*                                */
  /*  ==== only for CONTACT page  ==== */ }
  .shTemplMap:after {
    display: table;
    content: "";
    clear: both; }
  @media (min-width: 1921px) {
    .shTemplMap {
      height: 24rem; } }
  .shTemplMap .shTemplMap__container {
    height: 100%; }
  .shTemplMap .shTemplMap__infoWrapper {
    float: right;
    height: 100%;
    width: 300px; }
    @media (min-width: 1921px) {
      .shTemplMap .shTemplMap__infoWrapper {
        width: 20rem; } }
  .shTemplMap .shTemplMap__infoBox {
    width: 100%;
    height: 100%;
    float: right;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px 30px;
    background: #0b6790;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1921px) {
      .shTemplMap .shTemplMap__infoBox {
        width: auto; } }
  .shTemplMap .shTemplMap__inner {
    text-align: left; }
  .shTemplMap .shTemplMap__primaryTitle {
    vertical-align: middle;
    max-height: 110px;
    overflow: hidden;
    font-size: 28px;
    color: #f4d8ce;
    font-weight: 500;
    font-family: "orpheus-pro"; }
  .shTemplMap address {
    margin-top: 25px;
    padding: 14px 0 25px;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad; }
    .shTemplMap address p {
      color: #FFFFFF;
      font-family: "Gill Sans", sans-serif;
      font-size: 14px; }
  .shTemplMap .shTemplMap__map {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
    .shTemplMap .shTemplMap__map img {
      max-width: initial !important; }
    .shTemplMap .shTemplMap__map .leaflet-marker-icon {
      opacity: 0.6;
      -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
           -o-transform: scale(0.9);
              transform: scale(0.9);
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .shTemplMap .shTemplMap__map .leaflet-marker-icon.isActive {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
  .shTemplMap .shTemplMap__distances {
    margin-top: 10px; }
    .shTemplMap .shTemplMap__distances p {
      color: #ffffff; }
  .shTemplMap .shTemplMap__distancesList {
    font-size: 0;
    margin-top: 9px; }
    .shTemplMap .shTemplMap__distancesList li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 18px; }
      .shTemplMap .shTemplMap__distancesList li a {
        display: block;
        width: 20px;
        height: 18px;
        position: relative;
        text-decoration: none;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        .shTemplMap .shTemplMap__distancesList li a:after, .shTemplMap .shTemplMap__distancesList li a:before {
          content: '';
          position: absolute;
          width: 20px;
          height: 18px;
          top: 50%;
          left: 50%;
          margin: -9px 0 0 -10px;
          -webkit-transition: .3s ease-in-out;
          -o-transition: .3s ease-in-out;
          -moz-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
        .shTemplMap .shTemplMap__distancesList li a:before {
          opacity: 0; }
        html.no-touch .shTemplMap .shTemplMap__distancesList li a:hover:before, .shTemplMap .shTemplMap__distancesList li a:focus:before {
          opacity: 1; }
        html.no-touch .shTemplMap .shTemplMap__distancesList li a:hover:after, .shTemplMap .shTemplMap__distancesList li a:focus:after {
          opacity: 0; }
      .shTemplMap .shTemplMap__distancesList li.byCar a:after {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ffffff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath d='M340 43c-5-13-17-22-31-22H75c-14 0-26 9-31 22L0 171v170c0 12 10 22 21 22h22c12 0 21-10 21-22v-21h256v21c0 12 10 22 21 22h22c12 0 21-10 21-22V171L340 43zM75 256a32 32 0 110-64 32 32 0 010 64zm234 0a32 32 0 110-64 32 32 0 010 64zM43 149l32-96h234l32 96H43z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.byCar a:before {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23f4d8ce%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath d='M340 43c-5-13-17-22-31-22H75c-14 0-26 9-31 22L0 171v170c0 12 10 22 21 22h22c12 0 21-10 21-22v-21h256v21c0 12 10 22 21 22h22c12 0 21-10 21-22V171L340 43zM75 256a32 32 0 110-64 32 32 0 010 64zm234 0a32 32 0 110-64 32 32 0 010 64zM43 149l32-96h234l32 96H43z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.walking a:after {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ffffff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 458.7 458.7'%3E%3Cpath d='M251 85c23 0 42-19 42-42 0-24-19-43-42-43s-43 19-43 43 19 42 43 42zM368 245v-42c-39 0-74-22-93-53l-20-34c-8-13-21-20-36-20-6 0-11 1-16 3L91 145v100h42v-71l38-16-59 301h45l37-171 46 43v128h43V298l-44-44 13-64c27 34 69 55 116 55z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.walking a:before {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23f4d8ce%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 458.7 458.7'%3E%3Cpath d='M251 85c23 0 42-19 42-42 0-24-19-43-42-43s-43 19-43 43 19 42 43 42zM368 245v-42c-39 0-74-22-93-53l-20-34c-8-13-21-20-36-20-6 0-11 1-16 3L91 145v100h42v-71l38-16-59 301h45l37-171 46 43v128h43V298l-44-44 13-64c27 34 69 55 116 55z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.publicTransport a:after {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ffffff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 405.3 405.3'%3E%3Cpath d='M203 0C108 0 32 11 32 85v203c0 41 33 75 75 75l-32 32v10h256v-10l-32-32c41 0 74-34 74-75V85c0-74-76-85-170-85zm-96 320a32 32 0 110-64 32 32 0 010 64zm74-128H75V85h106v107zm118 128a32 32 0 110-64 32 32 0 010 64zm32-128H224V85h107v107z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.publicTransport a:before {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23f4d8ce%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 405.3 405.3'%3E%3Cpath d='M203 0C108 0 32 11 32 85v203c0 41 33 75 75 75l-32 32v10h256v-10l-32-32c41 0 74-34 74-75V85c0-74-76-85-170-85zm-96 320a32 32 0 110-64 32 32 0 010 64zm74-128H75V85h106v107zm118 128a32 32 0 110-64 32 32 0 010 64zm32-128H224V85h107v107z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.byBicycle a:after {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ffffff%27%20version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M330.667,122.667c23.467,0,42.667-19.2,42.667-42.667s-19.2-42.667-42.667-42.667S288,56.533,288,80 S307.2,122.667,330.667,122.667z'/%3E%3Cpath d='M106.667,261.333C48,261.333,0,309.333,0,368s48,106.667,106.667,106.667c58.667,0,106.667-48,106.667-106.667 S165.333,261.333,106.667,261.333z M106.667,442.667C65.067,442.667,32,409.6,32,368s33.067-74.667,74.667-74.667 c41.6,0,74.667,33.067,74.667,74.667S148.267,442.667,106.667,442.667z'/%3E%3Cpath d='M404.267,238.933v-42.667c-32,0-58.667-11.733-77.867-30.933L284.8,124.8c-6.4-7.467-17.067-12.8-28.8-12.8 s-22.4,4.267-29.867,12.8l-58.667,58.667c-7.467,7.467-12.8,18.133-12.8,29.867s5.333,22.4,12.8,30.933l67.2,59.733v106.667 h42.667V277.333L230.4,230.4l50.133-51.2l16,16C323.2,222.933,360.533,238.933,404.267,238.933z'/%3E%3Cpath d='M405.333,261.333c-58.667,0-106.667,48-106.667,106.667s48,106.667,106.667,106.667C464,474.667,512,426.667,512,368 S464,261.333,405.333,261.333z M405.333,442.667c-41.6,0-74.667-33.067-74.667-74.667s33.067-74.667,74.667-74.667 C446.933,293.333,480,326.4,480,368S446.933,442.667,405.333,442.667z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.byBicycle a:before {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23f4d8ce%27%20version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M330.667,122.667c23.467,0,42.667-19.2,42.667-42.667s-19.2-42.667-42.667-42.667S288,56.533,288,80 S307.2,122.667,330.667,122.667z'/%3E%3Cpath d='M106.667,261.333C48,261.333,0,309.333,0,368s48,106.667,106.667,106.667c58.667,0,106.667-48,106.667-106.667 S165.333,261.333,106.667,261.333z M106.667,442.667C65.067,442.667,32,409.6,32,368s33.067-74.667,74.667-74.667 c41.6,0,74.667,33.067,74.667,74.667S148.267,442.667,106.667,442.667z'/%3E%3Cpath d='M404.267,238.933v-42.667c-32,0-58.667-11.733-77.867-30.933L284.8,124.8c-6.4-7.467-17.067-12.8-28.8-12.8 s-22.4,4.267-29.867,12.8l-58.667,58.667c-7.467,7.467-12.8,18.133-12.8,29.867s5.333,22.4,12.8,30.933l67.2,59.733v106.667 h42.667V277.333L230.4,230.4l50.133-51.2l16,16C323.2,222.933,360.533,238.933,404.267,238.933z'/%3E%3Cpath d='M405.333,261.333c-58.667,0-106.667,48-106.667,106.667s48,106.667,106.667,106.667C464,474.667,512,426.667,512,368 S464,261.333,405.333,261.333z M405.333,442.667c-41.6,0-74.667-33.067-74.667-74.667s33.067-74.667,74.667-74.667 C446.933,293.333,480,326.4,480,368S446.933,442.667,405.333,442.667z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
  .shTemplMap .shTemplMap__findNearest, .shTemplMap .shTemplMap__goToMap {
    font-size: 16px;
    margin-top: 5px;
    color: #000;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    .shTemplMap .shTemplMap__findNearest:first-letter, .shTemplMap .shTemplMap__goToMap:first-letter {
      text-transform: capitalize; }
    .shTemplMap .shTemplMap__findNearest:after, .shTemplMap .shTemplMap__goToMap:after {
      content: '';
      border-left: 5px solid currentColor;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      display: inline-block;
      margin-left: 8px;
      vertical-align: middle;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
    html.no-touch .shTemplMap .shTemplMap__findNearest:hover, html.no-touch .shTemplMap .shTemplMap__goToMap:hover {
      color: #010b3f; }
      html.no-touch .shTemplMap .shTemplMap__findNearest:hover:after, html.no-touch .shTemplMap .shTemplMap__goToMap:hover:after {
        -webkit-transform: translateX(3px);
           -moz-transform: translateX(3px);
            -ms-transform: translateX(3px);
             -o-transform: translateX(3px);
                transform: translateX(3px); }
  .shTemplMap .shTemplMap__findNearest {
    margin-top: 10px; }
  .shTemplMap .shTemplMap__forSingleSchool, .shTemplMap .shTemplMap__forMultipleSchools {
    display: none; }
  .shTemplMap.multipleSchools .shTemplMap__forMultipleSchools {
    display: block; }
  .shTemplMap.singleSchool .shTemplMap__forSingleSchool {
    display: block; }
  .shTemplMap.multipleSchools.singleSchool .shTemplMap__forMultipleSchools {
    display: none; }
  .shTemplMap.forContactPage address p.shTemplMap__calculatedDist {
    padding-top: 10px; }
  @media (max-width: 600px) {
    .shTemplMap {
      height: auto; }
      .shTemplMap .shTemplMap__container {
        padding: 320px 0 0 0; }
      .shTemplMap .shTemplMap__infoWrapper {
        width: 100%;
        float: none; }
      .shTemplMap .shTemplMap__infoBox {
        padding: 23px 20px 30px; }
        .shTemplMap .shTemplMap__infoBox:before {
          display: none; }
      .shTemplMap .shTemplMap__inner {
        width: 100%; }
        .shTemplMap .shTemplMap__inner h2,
        .shTemplMap .shTemplMap__inner address,
        .shTemplMap .shTemplMap__inner .ctMap__distances {
          padding-left: 20px;
          padding-right: 20px; }
        .shTemplMap .shTemplMap__inner .ctMap__distances {
          margin-top: 30px; }
      .shTemplMap .shTemplMap__map {
        height: 320px;
        bottom: auto; }
      .shTemplMap .shTemplMap__primaryTitle, .shTemplMap address, .shTemplMap .shTemplMap__distances {
        text-align: center; }
      .shTemplMap .shTemplMap__submitLocation {
        max-width: 100%; }
      .shTemplMap .shTemplMap__input {
        text-align: center;
        padding-left: 0; } }

.ctG-inputBase, .ctG-input, .ctForm input,
.ctForm select, .ctForm textarea, .selectric-wrapper .label, .selectric-wrapper .selectric-items li, .contactGdpr .contactGdpr__popup {
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  color: #161615;
  line-height: 1.2;
  font-weight: 400;
  background: #fff;
  border: 1px solid #252b2e;
  color: #161615;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

.ctG-input, .ctForm input,
.ctForm select {
  width: 100%;
  padding-left: 20px;
  line-height: 52px;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .ctG-input:focus, .ctForm input:focus,
  .ctForm select:focus,
  html.no-touch .ctG-input:hover,
  html.no-touch .ctForm input:hover,
  .ctForm html.no-touch input:hover,
  html.no-touch .ctForm select:hover,
  .ctForm html.no-touch select:hover {
    border: 1px solid #af7c00;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    cursor: pointer; }
  .ctG-input:focus, .ctForm input:focus,
  .ctForm select:focus {
    outline: 1px solid #af7c00;
    border: 1px solid #af7c00; }

.ctForm {
  background: transparent;
  font-size: 0;
  padding: 0; }
  .ctForm .globalContactContainer {
    background-color: #f2f7f9;
    max-width: 100%;
    padding: 30px; }
  .ctForm form {
    max-width: 1340px;
    margin: 0 auto; }
    .ctForm form:after {
      display: table;
      content: "";
      clear: both; }
  .ctForm .ctForm__column {
    width: 50%;
    float: left;
    position: relative; }
    .ctForm .ctForm__column:nth-of-type(1) {
      padding-right: 15px; }
    .ctForm .ctForm__column:nth-of-type(2) {
      padding-left: 15px; }
  .ctForm .ctForm__inputGroup {
    margin-bottom: 30px; }
  .ctForm .ctForm__inputGroup.isTitleAndName fieldset:nth-of-type(1) {
    float: left;
    width: 130px;
    margin-right: 30px; }
  .ctForm .ctForm__inputGroup.isCaptchaAndSubmit {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .ctForm .ctForm__inputGroup.isCaptchaAndSubmit:after {
      display: table;
      content: "";
      clear: both; }
    .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha {
      padding-right: 15px; }
      .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha:before {
        bottom: 2px;
        top: 0; }
      .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha input {
        position: absolute;
        pointer-events: none;
        opacity: 0;
        width: 0;
        padding: 0;
        border: 0; }
    .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isSubmit {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 15px; }
    .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .g-recaptcha {
      position: relative; }
      .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .g-recaptcha:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 3px;
        bottom: 3px;
        z-index: -1;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
           -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
        transition: -webkit-box-shadow 0.3s ease-in-out;
        -o-transition: box-shadow 0.3s ease-in-out;
        -moz-transition: box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out; }
  .ctForm textarea {
    width: 100%;
    resize: none;
    padding: 20px;
    border: 1px solid #0b6790;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #252b2e; }
    .ctForm textarea:focus,
    html.no-touch .ctForm textarea:hover {
      border: 1px solid #af7c00;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; }
    .ctForm textarea:focus {
      outline: 1px solid #af7c00;
      border: 1px solid #af7c00; }
  .ctForm input:-webkit-autofill,
  .ctForm input:-webkit-autofill:hover,
  .ctForm input:-webkit-autofill:focus,
  .ctForm input:-webkit-autofill,
  .ctForm textarea:-webkit-autofill,
  .ctForm textarea:-webkit-autofill:hover,
  .ctForm textarea:-webkit-autofill:focus,
  .ctForm select:-webkit-autofill,
  .ctForm select:-webkit-autofill:hover,
  .ctForm select:-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 50px white inset; }
  .ctForm .ctForm__errorMessage {
    margin-top: 30px;
    overflow: auto;
    text-align: center;
    display: none;
    border: 1px solid red;
    color: red;
    background: #fff;
    position: relative; }
    .ctForm .ctForm__errorMessage p,
    .ctForm .ctForm__errorMessage p a {
      color: inherit !important; }
    .ctForm .ctForm__errorMessage:before {
      content: "";
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background: #ff0000; }
    .ctForm .ctForm__errorMessage.isVisible:before {
      width: 10px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .ctForm .watermark_container {
    width: 100%; }
    .ctForm .watermark_container .watermark {
      right: 0;
      opacity: 1 !important;
      font-size: 16px;
      font-family: "futura-pt", sans-serif;
      color: #161615;
      line-height: 1.2;
      font-weight: 400;
      height: 50px !important; }
      .ctForm .watermark_container .watermark:not([for*="txtMessage"]) {
        line-height: 48px !important;
        font-family: "Gill Sans", sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #252b2e !important; }
    .ctForm .watermark_container input,
    .ctForm .watermark_container textarea {
      border: 1px solid #0b6790; }
  .ctForm .ctForm__submit {
    margin: 0;
    height: 78px;
    max-width: 300px;
    width: 100%;
    border: 0;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: #f4d8ce;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .ctForm .ctForm__submit span {
      font-family: "Gill Sans", sans-serif;
      color: #252b2e;
      font-size: 16px;
      letter-spacing: -0.14px;
      font-weight: bold;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    html.no-touch .ctForm .ctForm__submit:hover {
      background-color: #0b6790; }
      html.no-touch .ctForm .ctForm__submit:hover span {
        color: #fff; }
  .ctForm.isSubmitting {
    position: relative; }
    .ctForm.isSubmitting:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.1);
      z-index: 1; }
    .ctForm.isSubmitting form {
      position: relative; }
    .ctForm.isSubmitting .ctForm__submit .ctFormLoader {
      height: 34px;
      width: 34px;
      -webkit-animation: stRotate 1.2s infinite linear;
         -moz-animation: stRotate 1.2s infinite linear;
           -o-animation: stRotate 1.2s infinite linear;
              animation: stRotate 1.2s infinite linear;
      border: 2px solid #fff;
      border-right-color: transparent;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      top: 50%;
      right: 15px;
      margin: -17px 0 0 0; }
  .ctForm.hasErrors .ctForm__submit {
    color: red; }
    .ctForm.hasErrors .ctForm__submit span {
      line-height: normal;
      text-transform: none;
      font-size: 16px; }
  .ctForm fieldset {
    position: relative; }
    .ctForm fieldset:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      z-index: 1;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .ctForm fieldset.isRequired .watermark:after {
      content: "*";
      color: #da2128;
      margin-left: 2px;
      font-size: 17px; }
    .ctForm fieldset.parsley-success:before, .ctForm fieldset.parsley-error:before {
      width: 10px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .ctForm fieldset.parsley-success:before {
      background: #0ca800; }
    .ctForm fieldset.parsley-success input,
    .ctForm fieldset.parsley-success .selectric-wrapper {
      border-color: #0ca800; }
    .ctForm fieldset.parsley-error:before {
      background: #ff0000; }
    .ctForm fieldset.parsley-error input,
    .ctForm fieldset.parsley-error .selectric-wrapper {
      border-color: #ff0000; }
    .ctForm fieldset.parsley-error input,
    .ctForm fieldset.parsley-error .selectric .label {
      color: #ff0000 !important;
      -webkit-text-fill-color: #ff0000 !important; }
    .ctForm fieldset.parsley-error .watermark {
      color: #ff0000 !important; }
  @media (max-width: 1150px) {
    .ctForm .ctForm__column {
      width: 100%;
      float: none; }
      .ctForm .ctForm__column:nth-of-type(1) {
        padding-right: 0; }
      .ctForm .ctForm__column:nth-of-type(2) {
        padding-left: 0; }
        .ctForm .ctForm__column:nth-of-type(2):before {
          display: none; }
    .ctForm .ctForm__inputGroup.isCaptchaAndSubmit {
      text-align: right;
      margin: 0 0 0 auto;
      max-width: 635px; } }
  @media (max-width: 1150px) and (min-width: 680px) {
    .ctForm .ctForm__inputGroup.isTitleAndName {
      float: left;
      width: 67%;
      padding-right: 30px; }
    .ctForm .ctForm__inputGroup.isPhone {
      display: inline-block;
      width: 35%;
      vertical-align: top;
      padding-right: 30px; }
    .ctForm .ctForm__inputGroup.isEmail {
      display: inline-block;
      width: 65%;
      vertical-align: top; } }
  @media (max-width: 570px) {
    .ctForm .ctForm__column fieldset > div {
      text-align: left; }
    .ctForm .ctForm__inputGroup.isCaptchaAndSubmit {
      display: block; }
      .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha {
        float: none;
        padding-right: 0;
        overflow: hidden; }
        .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha:before {
          width: 8px;
          bottom: 6px; }
        .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isRecaptcha .g-recaptcha {
          -webkit-transform: scale3D(0.95, 0.95, 1);
             -moz-transform: scale3D(0.95, 0.95, 1);
              -ms-transform: scale3D(0.95, 0.95, 1);
               -o-transform: scale3D(0.95, 0.95, 1);
                  transform: scale3D(0.95, 0.95, 1);
          -webkit-transform-origin: 0 0;
             -moz-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
               -o-transform-origin: 0 0;
                  transform-origin: 0 0; }
      .ctForm .ctForm__inputGroup.isCaptchaAndSubmit .isSubmit {
        padding-left: 0;
        margin-top: 20px; }
    .ctForm .ctForm__submit {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .ctForm .ctForm__inputGroup {
      margin-bottom: 20px; }
      .ctForm .ctForm__inputGroup.isTitleAndName fieldset:nth-of-type(1) {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }

.selectric-wrapper {
  border: 1px solid #0b6790;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .selectric-wrapper .selectric {
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: none; }
  .selectric-wrapper .label {
    padding: 0 40px 0 20px;
    border: none;
    line-height: 50px;
    height: 48px;
    margin: 0;
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
    color: #252b2e; }
  .selectric-wrapper .selectric-items span {
    color: red;
    font-size: 15px; }
  .selectric-wrapper .selectric-items li {
    line-height: initial;
    border: none; }
    .selectric-wrapper .selectric-items li.highlighted, .selectric-wrapper .selectric-items li.selected,
    html.no-touch .selectric-wrapper .selectric-items li:hover {
      background: rgba(0, 0, 0, 0.1); }
  .selectric-wrapper .button {
    color: #252b2e;
    height: 100%;
    background: none; }
  .selectric-wrapper .addStar .label:after {
    content: "*";
    color: #da2128;
    margin-left: 2px;
    font-size: 17px; }
  html.no-touch .selectric-wrapper:hover {
    border: 1px solid #af7c00;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }

@media (min-width: 1921px) {
  .ctForm .watermark_container .watermark {
    font-size: 1rem !important;
    line-height: 1rem !important;
    height: 2rem !important; }
  .ctForm input {
    height: 2rem; }
  .ctForm select {
    font-size: 0.7rem;
    height: 2rem; }
  .ctForm .selectric .label {
    font-size: 1rem;
    height: 2rem; } }

body.sharedTemplates {
  background: #ffffff; }
  body.sharedTemplates.contact .main-hero {
    display: none; }
  body.sharedTemplates.contact .contactWrapper {
    padding-top: 90px; }

.contactGdpr .contactGdpr__inner {
  padding: 15px 20px 15px 12px;
  background: #fff;
  border: 1px solid #0B6790; }

.contactGdpr label {
  cursor: pointer; }
  .contactGdpr label:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 19px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAWCAMAAAALimf+AAAAP1BMVEVHcEwAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlUAnlXJQWGHAAAAFHRSTlMACAOzFcl4D4jTxZlZpWm+jH6gLSeC62gAAABoSURBVCjP1dJLDsIwEATR9gRiY+cH1P3PmlUQlsazT+1ab9vSsK+CZrYIYYnw9bgLvnvcyj+WHhc4enzm37QKtAFKuQIf81FKO7Caj1KagCn5ePHho2QrMELJWoCSGtQ8PkPZU3QkB0/h+whANabF0QAAAABJRU5ErkJggg==") no-repeat center center/contain;
    border: none;
    height: 30px;
    z-index: 2;
    outline: 0;
    opacity: 0;
    width: 24px; }

.contactGdpr label.secondLvlCss p {
  margin: 0;
  overflow: hidden;
  color: #191941;
  font-size: 14px;
  font-family: "Gill Sans", sans-serif;
  font-weight: 400; }
  .contactGdpr label.secondLvlCss p a:before, .contactGdpr label.secondLvlCss p a:after, .contactGdpr label.secondLvlCss p a i {
    display: none !important; }

.contactGdpr .ctG-checkbox__tickBox {
  float: left;
  position: relative;
  width: 28px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  height: 28px;
  margin-right: 10px;
  left: 0;
  top: 2px;
  border: 2px solid #c1c1c1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.contactGdpr input {
  border: 0 !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px !important;
  pointer-events: none; }
  .contactGdpr input:focus {
    background-color: #fff; }

.contactGdpr .contactGdpr__popup {
  position: absolute;
  left: 30px;
  right: 40px;
  bottom: 100%;
  margin-bottom: 14px;
  z-index: 5;
  padding: 12px 15px 20px 15px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  display: none; }
  .contactGdpr .contactGdpr__popup:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 16px;
    margin: -7px 0 0 -8px;
    height: 16px;
    background: #fff;
    border-right: 1px solid #252b2e;
    border-bottom: 1px solid #252b2e;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .contactGdpr .contactGdpr__popup p {
    margin: 0;
    color: #0A2544; }
    .contactGdpr .contactGdpr__popup p a {
      margin-left: 4px; }
      .contactGdpr .contactGdpr__popup p a:after, .contactGdpr .contactGdpr__popup p a:before,
      .contactGdpr .contactGdpr__popup p a i {
        display: none !important; }

.contactGdpr .contactGdpr__options {
  text-align: center;
  margin-top: 10px; }
  .contactGdpr .contactGdpr__options li {
    width: 100px;
    cursor: pointer; }
    .contactGdpr .contactGdpr__options li:nth-of-type(1) {
      margin-right: 10px; }
    .contactGdpr .contactGdpr__options li:nth-of-type(2) {
      margin-left: 10px; }

.contactGdpr input:checked + label:before {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

.contactGdpr.isChecked .ctG-checkbox__tickBox {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

html.no-touch .contactGdpr label:hover .ctG-checkbox__tickBox, .contactGdpr .isFocused .ctG-checkbox__tickBox {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #af7c00; }

html.no-touch .contactGdpr .secondLvlCss a:hover {
  color: #0A2544; }

@media (max-width: 570px) {
  .contactGdpr .ctG-checkbox__tickBox {
    width: 26px;
    height: 26px; } }
