@font-face {
  font-family: "Melbourne-Light";
  src: url("../fonts/2FCD1C_0_0.eot");
  src: url("../fonts/2FCD1C_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2FCD1C_0_0.woff2") format("woff2"), url("../fonts/2FCD1C_0_0.woff") format("woff"), url("../fonts/2FCD1C_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Melbourne-Bold";
  src: url("../fonts/2FCD1C_1_0.eot");
  src: url("../fonts/2FCD1C_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2FCD1C_1_0.woff2") format("woff2"), url("../fonts/2FCD1C_1_0.woff") format("woff"), url("../fonts/2FCD1C_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Melbourne-Regular";
  src: url("../fonts/2FCD1C_2_0.eot");
  src: url("../fonts/2FCD1C_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2FCD1C_2_0.woff2") format("woff2"), url("../fonts/2FCD1C_2_0.woff") format("woff"), url("../fonts/2FCD1C_2_0.ttf") format("truetype");
}
button, input[type=button], input[type=reset], input[type=submit],
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #18A2DC;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #1382b0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: all 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus,
.button:hover,
.button:focus {
  background-color: #1382b0;
  color: #fff;
  outline: none;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button.button-wide, input[type=button].button-wide, input[type=reset].button-wide, input[type=submit].button-wide,
.button.button-wide {
  padding: 0.75em 3em;
}
button.full-width, input[type=button].full-width, input[type=reset].full-width, input[type=submit].full-width,
.button.full-width {
  width: 100%;
}
button.action, input[type=button].action, input[type=reset].action, input[type=submit].action,
.button.action {
  background-color: #ff6517;
  border-bottom: 1px solid #80330c;
}
button.action:hover, button.action:focus, input[type=button].action:hover, input[type=button].action:focus, input[type=reset].action:hover, input[type=reset].action:focus, input[type=submit].action:hover, input[type=submit].action:focus,
.button.action:hover,
.button.action:focus {
  background-color: #d95614;
  color: #fff;
}
button.ghost, input[type=button].ghost, input[type=reset].ghost, input[type=submit].ghost,
.button.ghost {
  border: 2px solid #d1dade;
  color: #444;
  background: transparent;
}
button.ghost:hover, input[type=button].ghost:hover, input[type=reset].ghost:hover, input[type=submit].ghost:hover,
.button.ghost:hover {
  background: #466c7c;
  border-color: #466c7c;
  color: #fff;
}
button.white, input[type=button].white, input[type=reset].white, input[type=submit].white,
.button.white {
  background-color: #fff;
  color: #ff6517;
  border-color: gray;
}
button.white:hover, input[type=button].white:hover, input[type=reset].white:hover, input[type=submit].white:hover,
.button.white:hover {
  background-color: #f2f2f2;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select,
.Inputfields,
.Inputfields .Inputfield,
.Inputfields label,
.Inputfields input,
.Inputfields select,
.Inputfields textarea,
.Inputfields table {
  display: block;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
}

label,
.Inputfields label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after,
.Inputfields label.required::after {
  content: "*";
}
label abbr,
.Inputfields label abbr {
  display: none;
}
label .pw-no-select,
.Inputfields label .pw-no-select {
  font-weight: normal;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select[multiple=multiple],
.Inputfields input[type=text],
.Inputfields input[type=email],
.Inputfields input[type=url],
.Inputfields input[type=password],
.Inputfields input[type=number],
.Inputfields textarea {
  background-color: #fff;
  border: 1px solid #d1dade;
  box-sizing: border-box;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  margin-bottom: 0.75em;
  transition: border-color 150ms ease;
  width: 100%;
  padding: 0.5625rem;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover,
.Inputfields input[type=text]:hover,
.Inputfields input[type=email]:hover,
.Inputfields input[type=url]:hover,
.Inputfields input[type=password]:hover,
.Inputfields input[type=number]:hover,
.Inputfields textarea:hover {
  border-color: #a7aeb2;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus,
.Inputfields input[type=text]:focus,
.Inputfields input[type=email]:focus,
.Inputfields input[type=url]:focus,
.Inputfields input[type=password]:focus,
.Inputfields input[type=number]:focus,
.Inputfields textarea:focus {
  outline: none;
  border-color: #18A2DC;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled,
.Inputfields input[type=text]:disabled,
.Inputfields input[type=email]:disabled,
.Inputfields input[type=url]:disabled,
.Inputfields input[type=password]:disabled,
.Inputfields input[type=number]:disabled,
.Inputfields textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover,
.Inputfields input[type=text]:disabled:hover,
.Inputfields input[type=email]:disabled:hover,
.Inputfields input[type=url]:disabled:hover,
.Inputfields input[type=password]:disabled:hover,
.Inputfields input[type=number]:disabled:hover,
.Inputfields textarea:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

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

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
}

input[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

.InputfieldForm .Inputfields {
  margin: 0;
}
.InputfieldForm .Inputfields > .Inputfield > .ui-widget-content {
  padding: 0;
}
.InputfieldForm .Inputfields > .Inputfield > .ui-widget-content p {
  margin: 0;
}
.InputfieldForm .Inputfields > .Inputfield > .ui-widget-header {
  padding: 0;
}

.InputfieldStateRequired > label.ui-widget-header:first-child:after {
  color: #cc0000;
  content: " *";
}

.content .ui-button {
  padding: 0.75em 1.5em;
}

#notices li, p.ui-state-highlight, p.ui-state-error {
  background: #cc0000;
  color: white;
  padding: 0.625rem 1.25rem;
}

p span.ui-state-error {
  color: #cc0000;
  padding: 0;
  font-size: 0.875rem;
}

#wrap_Inputfield- {
  display: none;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

main article ul,
main article ol {
  margin: 0 0 1.5em 1em;
}
main article ul li,
main article ol li {
  list-style-type: disc;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #444;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Melbourne-Bold", "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.2;
  margin: 0.9375rem 0;
  font-weight: 400;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0.9375rem 0 0.3125rem;
}

p {
  margin: 0 0 1.5em;
}

a {
  color: #18A2DC;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #127aa5;
}

main a {
  border-bottom: 1px solid;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 0 1.25rem 0 2.1875rem;
  border-left: 5px solid #a2cb46;
  margin: 0;
}
blockquote p {
  padding: 1.25rem 0;
}

html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1666666667;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2857142857;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets and any
 * indentation.
 *
 * Note: Declaring the item class might not be necessary everywhere,
 * but is for example in <dl> lists for the <dd> children.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

.o-list-bare__item {
  margin-left: 0;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */
.u-h1 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
  line-height: 1.1666666667 !important;
}

.u-h2 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
  line-height: 1.2857142857 !important;
}

.u-h3 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1.25 !important;
}

.u-h4 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}

.u-h5 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.3333333333 !important;
}

.u-h6 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

/* ==========================================================================
   #SPACINGS
   ========================================================================== */
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding {}
 *   .u-padding-right-none {}
 *   .u-padding-horizontal {}
 *   .u-padding-vertical-small {}
 */
.u-padding {
  padding: 24px !important;
}

.u-padding-tiny {
  padding: 6px !important;
}

.u-padding-small {
  padding: 12px !important;
}

.u-padding-large {
  padding: 48px !important;
}

.u-padding-huge {
  padding: 96px !important;
}

.u-padding-none {
  padding: 0 !important;
}

.u-padding-top {
  padding-top: 24px !important;
}

.u-padding-top-tiny {
  padding-top: 6px !important;
}

.u-padding-top-small {
  padding-top: 12px !important;
}

.u-padding-top-large {
  padding-top: 48px !important;
}

.u-padding-top-huge {
  padding-top: 96px !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-right {
  padding-right: 24px !important;
}

.u-padding-right-tiny {
  padding-right: 6px !important;
}

.u-padding-right-small {
  padding-right: 12px !important;
}

.u-padding-right-large {
  padding-right: 48px !important;
}

.u-padding-right-huge {
  padding-right: 96px !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-bottom {
  padding-bottom: 24px !important;
}

.u-padding-bottom-tiny {
  padding-bottom: 6px !important;
}

.u-padding-bottom-small {
  padding-bottom: 12px !important;
}

.u-padding-bottom-large {
  padding-bottom: 48px !important;
}

.u-padding-bottom-huge {
  padding-bottom: 96px !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-left {
  padding-left: 24px !important;
}

.u-padding-left-tiny {
  padding-left: 6px !important;
}

.u-padding-left-small {
  padding-left: 12px !important;
}

.u-padding-left-large {
  padding-left: 48px !important;
}

.u-padding-left-huge {
  padding-left: 96px !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

.u-padding-horizontal {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-padding-horizontal-tiny {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.u-padding-horizontal-small {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-padding-horizontal-large {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-padding-horizontal-huge {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.u-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-vertical {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-padding-vertical-tiny {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.u-padding-vertical-small {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-padding-vertical-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-padding-vertical-huge {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-margin {
  margin: 24px !important;
}

.u-margin-tiny {
  margin: 6px !important;
}

.u-margin-small {
  margin: 12px !important;
}

.u-margin-large {
  margin: 48px !important;
}

.u-margin-huge {
  margin: 96px !important;
}

.u-margin-none {
  margin: 0 !important;
}

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

.u-margin-top-tiny {
  margin-top: 6px !important;
}

.u-margin-top-small {
  margin-top: 12px !important;
}

.u-margin-top-large {
  margin-top: 48px !important;
}

.u-margin-top-huge {
  margin-top: 96px !important;
}

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

.u-margin-right {
  margin-right: 24px !important;
}

.u-margin-right-tiny {
  margin-right: 6px !important;
}

.u-margin-right-small {
  margin-right: 12px !important;
}

.u-margin-right-large {
  margin-right: 48px !important;
}

.u-margin-right-huge {
  margin-right: 96px !important;
}

.u-margin-right-none {
  margin-right: 0 !important;
}

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

.u-margin-bottom-tiny {
  margin-bottom: 6px !important;
}

.u-margin-bottom-small {
  margin-bottom: 12px !important;
}

.u-margin-bottom-large {
  margin-bottom: 48px !important;
}

.u-margin-bottom-huge {
  margin-bottom: 96px !important;
}

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

.u-margin-left {
  margin-left: 24px !important;
}

.u-margin-left-tiny {
  margin-left: 6px !important;
}

.u-margin-left-small {
  margin-left: 12px !important;
}

.u-margin-left-large {
  margin-left: 48px !important;
}

.u-margin-left-huge {
  margin-left: 96px !important;
}

.u-margin-left-none {
  margin-left: 0 !important;
}

.u-margin-horizontal {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-margin-horizontal-tiny {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.u-margin-horizontal-small {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-margin-horizontal-large {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-margin-horizontal-huge {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.u-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-vertical {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-margin-vertical-tiny {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.u-margin-vertical-small {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-margin-vertical-large {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-margin-vertical-huge {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 22, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

main {
  margin: 3.125rem 0;
}
main.full-width article {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
main.full-width article:last-child {
  margin-right: 0;
}
main.three-columns aside.sidebar-left {
  margin-bottom: 1.25rem;
}

#heroimage {
  margin: 1.25rem 0;
}

main aside .widget {
  background: #E5EDF0;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
main aside .widget:last-child {
  margin-bottom: 0;
}
main aside .widget h2 {
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
main aside .widget.contact .phone {
  border: none;
  color: #18A2DC;
  font-size: 1.3125rem;
  font-family: "Melbourne-Bold", "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 0.625rem;
}
main aside img {
  display: block;
  margin: 0 auto;
}

.mobile-hide {
  display: none;
}

.meta {
  color: #74919d;
  font-style: italic;
}

.icon {
  width: 1.3125rem;
  height: 1.3125rem;
  fill: #18A2DC;
  margin-right: 0.25rem;
  vertical-align: middle;
  pointer-events: none;
}

.pagination {
  text-align: center;
}
.pagination ul.MarkupPagerNav {
  margin: 1.25rem 0 0;
  border: 1px solid #d1dade;
  border-radius: 5px;
  display: inline-block;
}
.pagination ul.MarkupPagerNav li {
  list-style-type: none;
  float: left;
  margin: 0;
  border-right: 1px solid #d1dade;
}
.pagination ul.MarkupPagerNav li a {
  padding: 0.625rem 1.125rem;
  border: none;
  display: block;
}
.pagination ul.MarkupPagerNav li a:hover {
  background: #edf0f2;
}
.pagination ul.MarkupPagerNav li.MarkupPagerNavLast {
  border: none;
}

#cookie-bar {
  background: #edf0f2;
  border-bottom: 1px solid #d1dade;
  font-size: 0.875rem;
  padding: 0.625rem 0;
}
#cookie-bar p {
  margin: 0;
  color: #466c7c;
}
#cookie-bar a {
  background: #466c7c;
  color: #fff;
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  border-radius: 5px;
  margin-left: 0.625rem;
}

#browserupgrade {
  background: #cc0000;
  color: #fff;
  padding: 0.625rem 0;
}
#browserupgrade p {
  margin: 0;
}
#browserupgrade a {
  color: #fff;
  text-decoration: underline;
}
#browserupgrade a:hover {
  text-decoration: none;
}

.hide {
  display: none;
}

header .header-main {
  padding: 1.875rem 0;
}
header .header-main::after {
  clear: both;
  content: "";
  display: table;
}
header .header-main .logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url('../img/logo.svg?1522c099eb0');
  line-height: 60px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
header .header-main .logo.logo-aquavita {
  background-image: url('../img/logo-aquavita.svg?15885a70790');
}
header .header-main .logo.logo-valkcare {
  background-image: url('../img/logo-care.svg?16442675af8');
}
header .header-main .logo a {
  display: block;
}
header .header-main .header-contact {
  display: none;
  position: relative;
  padding-top: 0.625rem;
}
header .header-main .header-contact .button {
  position: absolute;
  right: 0;
}
header .header-main .header-contact > .phone {
  color: #18A2DC;
  position: absolute;
  right: 13.4375rem;
  text-align: right;
  font-family: "Melbourne-Bold", "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
header .header-main .header-contact > .phone h5 {
  margin: 0;
}
header .header-main .header-contact > .phone .phone {
  font-size: 1.3125rem;
}

header .header-nav {
  background: #34505b;
  border-bottom: 3px solid #a2cb46;
  font-weight: 700;
}
header .header-nav::after {
  clear: both;
  content: "";
  display: table;
}
header .header-nav .header-menu-toggle {
  position: absolute;
  display: block;
  line-height: 60px;
  right: 5%;
  font-family: "Melbourne-Bold", "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
header .header-nav .header-menu-toggle span, header .header-nav .header-menu-toggle span::before, header .header-nav .header-menu-toggle span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #fff;
}
header .header-nav .header-menu-toggle span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -2px;
  transition: background 0.2s;
}
header .header-nav .header-menu-toggle span::before, header .header-nav .header-menu-toggle span::after {
  /* other 2 lines */
  content: "";
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0% 50%;
  transition: transform 0.2s;
}
header .header-nav .header-menu-toggle span::before {
  /* menu icon top line */
  top: -6px;
}
header .header-nav .header-menu-toggle span::after {
  /* menu icon bottom line */
  top: 6px;
}
header .header-nav .header-menu-toggle.open span {
  /* hide line in the center */
  background: rgba(255, 255, 255, 0);
}
header .header-nav .header-menu-toggle.open span::before, header .header-nav .header-menu-toggle.open span::after {
  /* keep visible other 2 lines */
  background: white;
}
header .header-nav .header-menu-toggle.open span::before {
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
header .header-nav .header-menu-toggle.open span::after {
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
header .header-nav .container {
  width: 100%;
}
header .header-nav nav {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding-top: 3.75rem;
}
header .header-nav nav ul {
  margin: 0;
  padding: 0;
}
header .header-nav nav ul li {
  border-bottom: 1px solid #466c7c;
}
header .header-nav nav ul li a {
  color: #fff;
  padding: 0.9375rem;
  display: block;
}
header .header-nav nav ul li:hover a, header .header-nav nav ul li.active a, header .header-nav nav ul li.parent a {
  color: #a2cb46;
}
header .header-nav.open nav {
  max-height: 1000px;
}
header .header-nav .nav-contact {
  padding: 1.25rem 0.9375rem;
  text-align: center;
}
header .header-nav .nav-contact > .phone h5 {
  color: #a7c2cd;
  margin-bottom: 0.75rem;
}
header .header-nav .nav-contact > .phone a.phone {
  font-size: 1.3125rem;
  display: block;
  margin-bottom: 0.75rem;
  color: #fff;
}

#heroslider {
  max-height: 380px;
  overflow: hidden;
}
#heroslider .swiper-container {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
#heroslider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 80%;
  height: auto;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#heroslider .swiper-slide picture {
  line-height: 0;
}
#heroslider .swiper-slide img {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#heroslider .swiper-button-prev,
#heroslider .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: 10px;
}
#heroslider .swiper-button-prev:hover,
#heroslider .swiper-button-next:hover {
  background-color: white;
}
#heroslider .swiper-button-prev {
  left: auto;
  right: 41px;
}
#heroslider .swiper-button-next {
  left: auto;
  right: 0;
}

.swiper-lazy-preloader:after {
  background-image: url('../img/img-loader.svg?156ad31ac68');
}

#heroslider-full {
  position: relative;
}
#heroslider-full .swiper-container {
  height: calc(100vh - 180px);
  min-height: 400px;
  max-height: 800px;
}
#heroslider-full .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#heroslider-full .slideshow-content {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  max-width: 40em;
  text-align: center;
  margin: 0 auto;
  padding: 1.5em;
}
#heroslider-full .slideshow-content h2 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
#heroslider-full .slideshow-content .content {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
#heroslider-full .slideshow-content .slideshow-buttons a {
  margin: 10px;
}

.home-intro::after {
  clear: both;
  content: "";
  display: table;
}

.home-widgets .widget {
  position: relative;
  margin-top: 1.25rem;
}
.home-widgets .widget .widget-image {
  line-height: 0;
}
.home-widgets .widget .widget-image:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: all 1s;
}
.home-widgets .widget .widget-content {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}
.home-widgets .widget .widget-content a {
  color: #fff;
}
.home-widgets .widget .widget-content h2 {
  color: #fff;
  margin: 0;
  padding-bottom: 0.3125rem;
}
.home-widgets .widget .widget-content p {
  margin: 0;
  padding-bottom: 0.625rem;
}
.home-widgets .widget .widget-content .button {
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: none;
}
.home-widgets .widget .widget-content .button:hover {
  border-color: white;
}
.home-widgets .widget .widget-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.home-partners {
  margin: 3.125rem 0 0;
  padding: 3.125rem 0;
  background: #f6f8f8;
}
.home-partners::after {
  clear: both;
  content: "";
  display: table;
}
.home-partners h2 {
  padding-bottom: 0.625rem;
}
.home-partners .partner {
  overflow: hidden;
  background: #fff;
  padding-left: 7.5rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  border: 1px solid #d1dade;
}
.home-partners .partner:last-child {
  margin-bottom: 0;
}
.home-partners .partner img {
  float: left;
  margin-left: -7.5rem;
  padding: 0.625rem;
  width: 6.875rem;
  height: 5rem;
}
.home-partners .partner a {
  color: #444;
}
.home-partners .partner .partner-content {
  padding: 0.3125rem 0.625rem 0.3125rem 0;
  display: table;
  min-height: 5rem;
}
.home-partners .partner .partner-content .partner-description {
  display: table-cell;
  vertical-align: middle;
}
.home-partners .partner .partner-content h3 {
  margin: 0.3125rem 0;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.home-partners .partner .partner-content p {
  font-size: 0.875rem;
  margin: 0;
  font-style: italic;
}

main aside .widget.homepage.media {
  position: relative;
  background: url('../img/bg-widget-media.jpg?1523c37b998') no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 125px;
  border: 4px solid #E5EDF0;
}
main aside .widget.homepage.media h2 {
  color: #fff;
}
main aside .widget.homepage.media a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
}

aside img {
  padding: 0.625rem;
  background: #fff;
}
aside .partner-detail {
  margin: 1.5625rem 0;
}
aside .partner-detail h3 {
  margin: 0;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
}

.overview-list {
  margin: 0;
}
.overview-list li {
  list-style-type: none;
}
.overview-list .list-item {
  border-bottom: 3px solid #a2cb46;
  position: relative;
  margin-bottom: 1.25rem;
}
.overview-list .list-item::after {
  clear: both;
  content: "";
  display: table;
}
.overview-list .list-item:last-child {
  margin-bottom: 0;
}
.overview-list .list-item .list-image {
  line-height: 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.overview-list .list-item .list-image:last-child {
  margin-right: 0;
}
.overview-list .list-item .list-image a {
  border: none;
}
.overview-list .list-item .list-content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
.overview-list .list-item .list-content:last-child {
  margin-right: 0;
}
.overview-list .list-item .list-content p {
  display: none;
}
.overview-list .list-item .list-content .list-readmore {
  margin-bottom: 1.25rem;
}
.overview-list .list-item .list-content .list-readmore .package-price {
  margin-bottom: 0.75em;
}
.overview-list .list-item .list-content .list-readmore .package-price strong {
  font-size: 1.125rem;
  color: #18A2DC;
}
.overview-list .list-item .list-content .list-readmore .button {
  margin-bottom: 1.25rem;
}
.overview-list .list-item .mobile-link {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border: none;
}
.overview-list .list-item h2 {
  margin-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  font-size: 1.25rem;
}
.overview-list .list-item h2 a {
  border: none;
  color: #333;
}
.overview-list .list-item.full .list-content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.overview-list .list-item.full .list-content:last-child {
  margin-right: 0;
}

aside .widget .package-date {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
aside .widget .package-price {
  margin-bottom: 1.25rem;
}
aside .widget .package-price strong {
  font-size: 1.25rem;
}

.post-prev-next {
  border-top: 1px solid #d1dade;
  padding-top: 1.25rem;
}
.post-prev-next .button {
  display: block;
  margin: 1.25rem 0 0;
}
.post-prev-next .button.next {
  display: block;
  margin: 1.25rem 0 0;
}

.date.blog-top {
  margin: -0.9375rem 0 0.9375rem;
  font-style: italic;
}

.post-recent li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #d1dade;
  position: relative;
}
.post-recent li:last-child {
  border: none;
}
.post-recent li h3 {
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0;
}
.post-recent li h3 a {
  border: none;
  color: #333;
}
.post-recent li p {
  margin: 0;
}
.post-recent li .blog-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
}

footer {
  font-size: 1rem;
}
footer .footer-info {
  background: #edf0f2;
  padding: 2.5rem 0 1.25rem;
}
footer .footer-info .footer-widgets .widget {
  background: #fff;
  border-top: 3px solid #a2cb46;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
footer .footer-info .footer-widgets .widget.general > ul > li {
  position: relative;
  padding-left: 1.25rem;
}
footer .footer-info .footer-widgets .widget.general > ul > li:before {
  background-color: #a2cb46;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  top: 0.6875rem;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
}
footer .footer-info .footer-widgets .widget.widget-newsletter input[type=submit] {
  margin-bottom: 0.5625rem;
}
footer .footer-info .footer-widgets h3 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
footer .footer-info .footer-widgets input[type=text] {
  font-size: 1rem;
}
footer .footer-info .footer-widgets .phone {
  color: #18A2DC;
  font-size: 1.3125rem;
  font-family: "Melbourne-Bold", "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 0.625rem;
}
footer .footer-nav {
  background: #34505b;
}
footer .footer-nav ul {
  margin: 0;
  padding: 0;
}
footer .footer-nav ul li {
  border-bottom: 1px solid #466c7c;
}
footer .footer-nav ul li a {
  color: #d1dade;
  padding: 0.9375rem;
  display: block;
}
footer .footer-nav ul li a:hover {
  text-decoration: underline;
}
footer .footer-nav .container {
  width: 100%;
}
footer .footer-copyright {
  background: #466c7c;
}
footer .footer-copyright ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
footer .footer-copyright ul li {
  display: inline-block;
}
footer .footer-copyright ul li a {
  color: #a3b6be;
  padding: 0.9375rem;
  display: inline-block;
  font-size: 1rem;
}
footer .footer-copyright ul li a:hover, footer .footer-copyright ul li a.active {
  color: #d1dade;
}
footer .footer-logo {
  background: #edf0f2;
  padding: 1.25rem 0;
}
footer .footer-logo .logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url('../img/logo.svg?1522c099eb0');
  line-height: 60px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
footer .footer-logo .logo.logo-aquavita {
  background-image: url('../img/logo-aquavita.svg?15885a70790');
}
footer .footer-logo .logo.logo-valkcare {
  background-image: url('../img/logo-care.svg?16442675af8');
}
footer .footer-logo .logo a {
  display: block;
}

.homepage.rating::after {
  clear: both;
  content: "";
  display: table;
}
.homepage.rating .rating-average {
  color: #18A2DC;
  font-weight: 700;
  font-size: 15px;
  float: left;
  width: 100px;
}
.homepage.rating .rating-average .rating-average-value {
  font-size: 40px;
}
.homepage.rating .rating-ratings {
  font-size: 13px;
  padding: 5px 0 5px 100px;
}
.homepage.rating .rating-ratings a {
  color: #444;
  border: none;
  text-decoration: underline;
}
.homepage.rating .rating-ratings .rating-stars {
  width: 100px;
  height: 20px;
  display: block;
  background: url('../img/rating-inactive.svg?1550650f5a8');
}
.homepage.rating .rating-ratings .rating-stars span {
  display: block;
  height: 20px;
  background: url('../img/rating-active.svg?15506590040');
}

.color-scheme-blue header .header-nav {
  border-color: #00aeef;
}
.color-scheme-blue header .header-nav nav ul li:hover a, .color-scheme-blue header .header-nav nav ul li.active a, .color-scheme-blue header .header-nav nav ul li.parent a {
  color: #6bc8ef;
}
.color-scheme-blue .overview-list .list-item {
  border-color: #00aeef;
}
.color-scheme-blue .overview-list .list-readmore .button.action {
  background-color: #18A2DC;
  border-bottom: 1px solid #1382b0;
}
.color-scheme-blue .overview-list .list-readmore .button.action:hover, .color-scheme-blue .overview-list .list-readmore .button.action:focus {
  background-color: #1382b0;
}
.color-scheme-blue footer .footer-info .footer-widgets .widget {
  border-color: #a3b6be;
}

.color-scheme-orange header .header-nav {
  border-color: #f58220;
}
.color-scheme-orange header .header-nav nav ul li:hover a, .color-scheme-orange header .header-nav nav ul li.active a, .color-scheme-orange header .header-nav nav ul li.parent a {
  color: #f58220;
}
.color-scheme-orange .overview-list .list-item {
  border-color: #f58220;
}
.color-scheme-orange footer .footer-info .footer-widgets .widget {
  border-color: #a3b6be;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.tpd-tooltip {
  position: absolute;
}

/* Fix for CSS frameworks that don't keep the use of box-sizing: border-box
   within their own namespace */
.tpd-tooltip,
.tpd-tooltip [class^=tpd-] {
  box-sizing: content-box;
}

/* Content */
.tpd-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tpd-content-spacer,
.tpd-content-relative,
.tpd-content-relative-padder {
  float: left;
  position: relative;
}

.tpd-content-relative {
  width: 100%;
}

.tpd-content {
  float: left;
  clear: both;
  position: relative;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
}

.tpd-has-inner-close .tpd-content-relative .tpd-content {
  padding-right: 0 !important;
}

.tpd-tooltip .tpd-content-no-padding {
  padding: 0 !important;
}

.tpd-title-wrapper {
  float: left;
  position: relative;
  overflow: hidden;
}

.tpd-title-spacer {
  float: left;
}

.tpd-title-relative,
.tpd-title-relative-padder {
  float: left;
  position: relative;
}

.tpd-title-relative {
  width: 100%;
}

.tpd-title {
  float: left;
  position: relative;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.tpd-has-title-close .tpd-title {
  padding-right: 0 !important;
}

.tpd-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}

.tpd-close-icon {
  float: left;
  font-family: Arial, Baskerville, monospace;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

/* Skin */
.tpd-skin {
  position: absolute;
  top: 0;
  left: 0;
}

.tpd-frames {
  position: absolute;
  top: 0;
  left: 0;
}

.tpd-frames .tpd-frame {
  float: left;
  width: 100%;
  height: 100%;
  clear: both;
  display: none;
}

.tpd-visible-frame-top .tpd-frame-top {
  display: block;
}

.tpd-visible-frame-bottom .tpd-frame-bottom {
  display: block;
}

.tpd-visible-frame-left .tpd-frame-left {
  display: block;
}

.tpd-visible-frame-right .tpd-frame-right {
  display: block;
}

.tpd-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0% 0%;
}

.tpd-background-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
}

.tpd-no-shadow .tpd-skin .tpd-background-shadow {
  box-shadow: none !important;
}

.tpd-background-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* only the top background box should be shown when not using a stem */
.tpd-no-stem .tpd-background-box,
.tpd-no-stem .tpd-shift-stem {
  display: none;
}

.tpd-no-stem .tpd-background-box-top {
  display: block;
}

.tpd-background-box-shift,
.tpd-background-box-shift-further {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.tpd-background {
  border-radius: 10px;
  float: left;
  clear: both;
  background: none;
  /* Safari */
  background-clip: padding-box;
  /* IE9+, Firefox 4+, Opera, Chrome */
  border-style: solid;
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
  /* opacity here bugs out in firefox, .tpd-background-content should have no opacity if this opacity is less than 1 */
}

.tpd-background-loading {
  display: none;
}

/* no radius */
.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background {
  border-radius: 0;
}

.tpd-background-title {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}

.tpd-background-content {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}

.tpd-background-border-hack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
}

.tpd-background-box-top {
  top: 0;
}

.tpd-background-box-bottom {
  bottom: 0;
}

.tpd-background-box-left {
  left: 0;
}

.tpd-background-box-right {
  right: 0;
}

/* iframeshim IE6 */
.tpd-iframeshim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* Skin / Stems */
.tpd-shift-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.tpd-shift-stem-side {
  position: absolute;
}

.tpd-frame-top .tpd-shift-stem-side,
.tpd-frame-bottom .tpd-shift-stem-side {
  width: 100%;
}

.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side {
  height: 100%;
}

.tpd-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* shows possible invalid subpx rendering */
  width: 16px;
  /* best cross browser stem: width = 2 x height (90deg angle) */
  height: 8px;
  margin-left: 3px;
  /* space from the side */
  margin-top: 2px;
  /* space between target and stem */
  transform-origin: 0% 0%;
}

/* remove margins once we're done measuring */
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset {
  margin: 0 !important;
}

.tpd-stem-spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tpd-stem-reset .tpd-stem-spacer {
  margin-top: 0;
}

.tpd-stem-point {
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
}

.tpd-stem-downscale,
.tpd-stem-transform {
  float: left;
  width: 100%;
  height: 100%;
  transform-origin: 0% 0%;
  position: relative;
}

.tpd-stem-side {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.tpd-stem-side-inversed {
  transform: scale(-1, 1);
}

.tpd-stem-triangle {
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-left-color: transparent;
  border-left-style: solid;
  position: absolute;
  top: 0;
  left: 0;
}

.tpd-stem-border {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  /* will become transparent */
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 0;
}

.tpd-stem-border-corner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right-style: solid;
  border-right-width: 0;
}

/* fixes rendering issue in IE */
.tpd-stem * {
  z-index: 0;
  zoom: 1;
}

/* used by IE < 9 */
.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tpd-stem-notransform {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.tpd-stem-notransform .tpd-stem-border {
  height: 100%;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin: 0;
}

.tpd-stem-notransform .tpd-stem-border-center {
  position: absolute;
}

.tpd-stem-notransform .tpd-stem-border-corner {
  background: #fff;
  border: 0;
  top: auto;
  left: auto;
}

.tpd-stem-notransform .tpd-stem-border-center,
.tpd-stem-notransform .tpd-stem-triangle {
  height: 0;
  border: 0;
  left: 50%;
}

/* transformations for left/right/bottom */
.tpd-stem-transform-left {
  transform: rotate(-90deg) scale(-1, 1);
}

.tpd-stem-transform-right {
  transform: rotate(90deg) translate(0, -100%);
}

.tpd-stem-transform-bottom {
  transform: scale(1, -1) translate(0, -100%);
}

/* Spinner */
.tpd-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 36px;
}

.tpd-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 13px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  animation: tpd-spinner-animation 1.1s infinite linear;
  box-sizing: border-box !important;
}

.tpd-spinner-spin,
.tpd-spinner-spin:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@keyframes tpd-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* show the loader while loading and hide all the content */
.tpd-is-loading .tpd-content-wrapper,
.tpd-is-loading .tpd-title-wrapper {
  display: none;
}

.tpd-is-loading .tpd-background {
  display: none;
}

.tpd-is-loading .tpd-background-loading {
  display: block;
}

/* Resets while measuring content */
.tpd-tooltip-measuring {
  top: 0;
  left: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
}

.tpd-tooltip-measuring .tpd-skin,
.tpd-tooltip-measuring .tpd-spinner {
  display: none;
}

.tpd-tooltip-measuring .tpd-content-wrapper,
.tpd-tooltip-measuring .tpd-title-wrapper {
  display: block;
}

/* Links */
.tpd-tooltip a,
.tpd-tooltip a:hover {
  color: #808080;
  text-decoration: underline;
}

.tpd-tooltip a:hover {
  color: #6c6c6c;
}

/*
 * Sizes
 */
/* x-small */
.tpd-size-x-small .tpd-content,
.tpd-size-x-small .tpd-title {
  padding: 7px 8px;
  font-size: 10px;
  line-height: 15px;
}

.tpd-size-x-small .tpd-background {
  border-radius: 5px;
}

.tpd-size-x-small .tpd-stem {
  width: 12px;
  height: 6px;
  margin-left: 4px;
  margin-top: 2px;
  /* space between target and stem */
}

.tpd-size-x-small.tpd-no-radius .tpd-stem {
  margin-left: 7px;
}

.tpd-size-x-small .tpd-close {
  margin-bottom: 1px;
}

.tpd-size-x-small .tpd-spinner {
  width: 35px;
  height: 29px;
}

.tpd-size-x-small .tpd-spinner-spin {
  margin: 6px 0 0 9px;
}

.tpd-size-x-small .tpd-spinner-spin,
.tpd-size-x-small .tpd-spinner-spin:after {
  width: 17px;
  height: 17px;
}

/* small */
.tpd-size-small .tpd-content,
.tpd-size-small .tpd-title {
  padding: 8px;
  font-size: 10px;
  line-height: 16px;
}

.tpd-size-small .tpd-background {
  border-radius: 6px;
}

.tpd-size-small .tpd-stem {
  width: 14px;
  height: 7px;
  margin-left: 5px;
  margin-top: 2px;
  /* space between target and stem */
}

.tpd-size-small.tpd-no-radius .tpd-stem {
  margin-left: 8px;
}

.tpd-size-small .tpd-close {
  margin: 2px 1px;
}

.tpd-size-small .tpd-spinner {
  width: 42px;
  height: 32px;
}

.tpd-size-small .tpd-spinner-spin {
  margin: 7px 0 0 13px;
}

.tpd-size-small .tpd-spinner-spin,
.tpd-size-small .tpd-spinner-spin:after {
  width: 18px;
  height: 18px;
}

/* medium (default) */
.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
}

.tpd-size-medium .tpd-background {
  border-radius: 8px;
}

.tpd-size-medium .tpd-stem {
  width: 16px;
  /* best cross browser stem width is 2xheight, for a 90deg angle */
  height: 8px;
  margin-left: 6px;
  /* space from the side */
  margin-top: 2px;
  /* space between target and stem */
}

.tpd-size-medium.tpd-no-radius .tpd-stem {
  margin-left: 10px;
}

.tpd-size-medium .tpd-close {
  margin: 4px 2px;
}

/* ideal spinner dimensions don't cause movement op top and
   on the stem when switching to text using position:'topleft' */
.tpd-size-medium .tpd-spinner {
  width: 50px;
  height: 36px;
}

.tpd-size-medium .tpd-spinner-spin {
  margin: 8px 0 0 15px;
}

.tpd-size-medium .tpd-spinner-spin,
.tpd-size-medium .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}

/* large */
.tpd-size-large .tpd-content,
.tpd-size-large .tpd-title {
  padding: 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  line-height: 18px;
}

.tpd-size-large .tpd-background {
  border-radius: 8px;
}

.tpd-size-large .tpd-stem {
  width: 18px;
  height: 9px;
  margin-left: 7px;
  margin-top: 2px;
  /* space between target and stem */
}

.tpd-size-large.tpd-no-radius .tpd-stem {
  margin-left: 10px;
}

.tpd-size-large .tpd-close {
  margin: 5px 2px 5px 2px;
}

.tpd-size-large .tpd-spinner {
  width: 54px;
  height: 38px;
}

.tpd-size-large .tpd-spinner-spin {
  margin: 9px 0 0 17px;
}

.tpd-size-large .tpd-spinner-spin,
.tpd-size-large .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}

/* Skins */
/* default (dark) */
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close {
  color: #fff;
}

.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: #282828;
}

.tpd-skin-dark .tpd-background {
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line below the title */
.tpd-skin-dark .tpd-title-wrapper {
  border-bottom: 1px solid #404040;
}

/* spinner */
.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
}

/* links */
.tpd-skin-dark a {
  color: #ccc;
}

.tpd-skin-dark a:hover {
  color: #c0c0c0;
}

.c-page-schedule__legend {
  border: 1px solid #18A2DC;
  background: #f5fbfe;
  padding: 0.75em;
}
.c-page-schedule__legend > ul > li {
  position: relative;
  padding-left: 1.25rem;
  list-style: none;
}
.c-page-schedule__legend > ul > li:before {
  background-color: #a2cb46;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  top: 0.6875rem;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
}
.c-page-schedule__legend > ul > li.is-orange:before {
  background-color: #ff6517;
}

.c-schedule {
  padding-top: 4.5em;
}
.c-schedule__day {
  width: 250px;
  float: left;
}
.c-schedule-times__item {
  background: #f2f8e5;
  border-left: 4px solid #a2cb46;
}
.c-schedule .is-default.is-waitinglist {
  background-size: 6px 6px;
  background-image: linear-gradient(-45deg, transparent 46%, #acd15a 49%, #acd15a 51%, transparent 55%);
}
.c-schedule .is-orange {
  background: #fff3ed;
  border-color: #ff6517;
}
.c-schedule .is-orange.is-waitinglist {
  background-size: 6px 6px;
  background-image: linear-gradient(-45deg, transparent 46%, #ff7631 49%, #ff7631 51%, transparent 55%);
}
.c-schedule .flickity-prev-next-button {
  top: 1.5em;
}
.c-schedule .flickity-prev-next-button.previous {
  right: 40px;
  left: auto;
}
.c-schedule .flickity-prev-next-button.next {
  right: 0;
}
.c-schedule .flickity-prev-next-button .arrow {
  fill: #00aeef;
}

main article .c-page-schedule ul li {
  list-style-type: none;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #a7aeb2;
  box-shadow: 0 0 8px rgba(70, 108, 124, 0.3);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 260px;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px !important;
}
.ui-datepicker:before, .ui-datepicker:after {
  position: absolute;
  left: 22px;
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
  bottom: 100%;
}
.ui-datepicker:before {
  margin: 0 -12px;
  border-width: 12px;
  border-bottom-color: #a7aeb2;
}
.ui-datepicker:after {
  margin: 0 -11px;
  border-width: 11px;
  border-bottom-color: #fff;
}
.ui-datepicker select {
  margin: 0 5px;
  display: inline;
}

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #2A6496;
  transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  cursor: default;
  display: block;
  content: "";
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
  background-image: url('../img/icon-arrow-left.svg?15adbe24ac8');
}

.ui-datepicker .ui-datepicker-next:before {
  background-image: url('../img/icon-arrow-right.svg?15ab47d3970');
}

.ui-datepicker .ui-icon {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  width: 34px;
  height: 34px;
  margin: 0 1px 1px 0;
  color: #444;
}

.ui-datepicker .ui-datepicker-calendar th {
  border: none;
}

.ui-datepicker .ui-datepicker-calendar td {
  background-color: #c7eaf9;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover:not(.ui-datepicker-current-day) {
  background-color: #3db7ea;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
  color: #444;
}

.ui-datepicker .ui-datepicker-calendar td:hover a {
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #18A2DC;
}

.ui-datepicker td.ui-datepicker-current-day a {
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
  cursor: not-allowed;
  background-color: transparent;
  color: rgba(68, 68, 68, 0.35);
}

.ui-datepicker-month {
  border: 0px;
  color: #444;
}

.ui-datepicker-year {
  border: 0px;
  color: #444;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.social-share {
  display: inline-block;
  position: relative;
  margin: 1.5em 0 3em;
}
.social-share__button.button.ghost:hover {
  border: 2px solid #d1dade;
  color: #444;
  background: transparent;
  text-decoration: underline;
}
.social-share__button.open, .social-share__button.open.button.ghost:hover {
  background: #466c7c;
  border-color: #466c7c;
  color: #fff;
  text-decoration: none;
}
.social-share__popup {
  position: absolute;
  bottom: 65px;
  border: 2px solid #d1dade;
  padding: 0.9375rem;
  margin: 0.75rem 0 0;
  min-width: 225px;
  transition: opacity;
  border-radius: 5px;
  background: #fff;
  z-index: 2;
  visibility: hidden;
  animation-duration: 300ms;
  animation-fill-mode: both;
  animation-name: fadeOut;
  box-shadow: 0px 0px 2px 0px rgba(209, 218, 222, 0.5);
}
.social-share__popup:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 40px;
}
.social-share__popup:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 16px 16px 0;
  border-color: #d1dade transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -18px;
  left: 39px;
}
.social-share__popup.open {
  animation-name: fadeInUp;
  visibility: visible;
}
.social-share__popup ul {
  margin: 0;
}
.social-share__popup ul li {
  list-style: none;
}
.social-share__popup ul li a {
  border-bottom: none;
}

.homepage_widget {
  clear: both;
  padding-top: 2.5rem;
}
.homepage_widget ul {
  margin: 0;
}
.homepage_widget li {
  list-style: none;
  margin-bottom: 1.25rem;
}
.homepage_widget .button {
  display: block;
}

.pricing--list {
  margin: 0;
  padding: 0;
}
.pricing--item {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  list-style: none;
  margin: 0 0.625rem 1.25rem;
  text-align: center;
}
.pricing--title {
  padding: 1.25rem 0.625rem 0.625rem;
}
.pricing--description {
  padding: 0 0.625rem 1.25rem;
  font-size: 1rem;
}
.pricing--description p:last-child {
  margin: 0;
}
.pricing--more-info {
  background: #edf0f2;
  font-size: 1rem;
  padding: 1.25rem 0.625rem 0.625rem;
}
.pricing--more-info p:last-child {
  margin: 0;
}
.pricing--amount {
  margin-bottom: 1.25rem;
}

/*

  FLEXBOX

  Media Query Extensions:
   -ns = not-small
   -m  = medium
   -l  = large

*/
.flex {
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */
}

.flex-none {
  -ms-flex: none;
      flex: none;
}

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.items-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.items-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

.items-center {
  -ms-flex-align: center;
      align-items: center;
}

.items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}

.items-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.justify-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-last {
  -ms-flex-order: 99999;
      order: 99999;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media screen and (min-width: 600px) {
  main.one-column article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%;
  }
  main.one-column article:last-child {
    margin-right: 0;
  }
  main.two-columns.left-column article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
    margin-left: 42.6490214991%;
  }
  main.two-columns.left-column article:last-child {
    margin-right: 0;
  }
  main.two-columns.left-column aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: -102.3576515979%;
  }
  main.two-columns.left-column aside:last-child {
    margin-right: 0;
  }
  main.two-columns.right-column article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  main.two-columns.right-column article:last-child {
    margin-right: 0;
  }
  main.two-columns.right-column aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  main.two-columns.right-column aside:last-child {
    margin-right: 0;
  }
  main.three-columns article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  main.three-columns article:last-child {
    margin-right: 0;
  }
  main.three-columns aside.sidebar-left {
    margin-left: 59.7086300988%;
  }
  main aside .widget {
    margin-top: 0;
  }
  a.phone[href*="tel:"] {
    display: none;
  }
  .mobile-hide {
    display: inline-block;
  }
  header .header-main .logo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  header .header-main .logo:last-child {
    margin-right: 0;
  }
  header .header-main .header-contact {
    display: block;
  }
  header .header-nav .header-menu-toggle {
    display: none;
  }
  header .header-nav .container {
    width: 90%;
  }
  header .header-nav nav {
    max-height: none;
    padding-top: 0;
  }
  header .header-nav nav ul li {
    float: left;
    border: none;
  }
  header .header-nav .nav-contact {
    display: none;
  }
  #heroslider .swiper-slide {
    width: 600px;
  }
  #heroslider .swiper-button-prev {
    left: 50%;
    right: auto;
    margin-left: 219px;
  }
  #heroslider .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 260px;
  }
  #heroslider-full .slideshow-content h2 {
    font-size: 2rem;
  }
  #heroslider-full .slideshow-content .slideshow-buttons a:first-child {
    margin-right: 30px;
  }
  #heroslider-full .slideshow-content .slideshow-buttons a:last-child {
    margin-left: 30px;
  }
  .home-widgets .widget .widget-content {
    bottom: 2.5rem;
    left: 2.5rem;
  }
  .home-widgets .widget .widget-content .button {
    display: block;
    background: transparent;
  }
  .overview-list .list-item {
    margin-bottom: 2.5rem;
  }
  .overview-list .list-item .list-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .overview-list .list-item .list-image:last-child {
    margin-right: 0;
  }
  .overview-list .list-item .list-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .overview-list .list-item .list-content:last-child {
    margin-right: 0;
  }
  .overview-list .list-item .list-content p {
    display: inline-block;
  }
  .overview-list .list-item .list-content .list-readmore {
    display: inline;
  }
  .overview-list .list-item .mobile-link {
    display: none;
  }
  .overview-list .list-item h2 {
    border-bottom: 1px solid #d1dade;
    margin-top: 0.9375rem;
    font-size: 1.5em;
  }
  .post-prev-next .button.prev {
    display: inline-block;
    float: left;
  }
  .post-prev-next .button.next {
    display: inline-block;
    float: right;
  }
  footer .footer-info .footer-widgets {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer-nav ul {
    text-align: center;
  }
  footer .footer-nav ul li {
    display: inline-block;
    border: none;
  }
  footer .footer-nav .container {
    width: 90%;
  }
  footer .footer-logo .logo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  footer .footer-logo .logo:last-child {
    margin-right: 0;
  }
  .pricing--item {
    width: 50%;
  }
  .flex-ns {
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-ns {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-ns {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;

    /* 1 */
    min-height: 0;

    /* 1 */
  }
  .flex-none-ns {
    -ms-flex: none;
    flex: none;
  }
  .flex-column-ns {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-ns {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-ns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-column-reverse-ns {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-ns {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-wrap-reverse-ns {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .items-start-ns {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-ns {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-ns {
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-ns {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-ns {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-ns {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-ns {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-ns {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-ns {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-ns {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-ns {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-ns {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-ns {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-ns {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-ns {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-ns {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-ns {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-ns {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-ns {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-ns {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-ns {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-ns {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-ns {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-ns {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-ns {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-ns {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-ns {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-ns {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-ns {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-ns {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-ns {
    -ms-flex-order: 99999;
    order: 99999;
  }
  .flex-m {
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-m {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-m {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;

    /* 1 */
    min-height: 0;

    /* 1 */
  }
  .flex-none-m {
    -ms-flex: none;
    flex: none;
  }
  .flex-column-m {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-m {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-m {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-column-reverse-m {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-m {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-wrap-reverse-m {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .items-start-m {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-m {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-m {
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-m {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-m {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-m {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-m {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-m {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-m {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-m {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-m {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-m {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-m {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-m {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-m {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-m {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-m {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-m {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-m {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-m {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-m {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-m {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-m {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-m {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-m {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-m {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-m {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-m {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-m {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-m {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-m {
    -ms-flex-order: 99999;
    order: 99999;
  }
}

@media screen and (min-width: 960px) {
  main.two-columns.left-column article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 34.1192171993%;
  }
  main.two-columns.left-column article:last-child {
    margin-right: 0;
  }
  main.two-columns.left-column aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-left: -102.3576515979%;
  }
  main.two-columns.left-column aside:last-child {
    margin-right: 0;
  }
  main.two-columns.right-column article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  main.two-columns.right-column article:last-child {
    margin-right: 0;
  }
  main.two-columns.right-column aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  main.two-columns.right-column aside:last-child {
    margin-right: 0;
  }
  main.three-columns article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 25.5894128995%;
  }
  main.three-columns article:last-child {
    margin-right: 0;
  }
  main.three-columns aside.sidebar-left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-left: -76.7682386985%;
    margin-bottom: 0;
  }
  main.three-columns aside.sidebar-left:last-child {
    margin-right: 0;
  }
  main.three-columns aside.sidebar-right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  main.three-columns aside.sidebar-right:last-child {
    margin-right: 0;
  }
  #heroslider .swiper-button-prev {
    left: 50%;
    right: auto;
    margin-left: 319px;
  }
  #heroslider .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 360px;
  }
  #heroslider-full .slideshow-content h2 {
    font-size: 3rem;
  }
  .home-widgets .widget .widget-content {
    bottom: 3.75rem;
    left: 3.75rem;
  }
  .home-partners .partner {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .home-partners .partner:last-child {
    margin-right: 0;
  }
  .home-partners .partner:nth-child(3n) {
    margin-right: 0;
  }
  .home-partners .partner:nth-child(3n+1) {
    clear: left;
  }
  .overview-list .list-item .list-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .overview-list .list-item .list-image:last-child {
    margin-right: 0;
  }
  .overview-list .list-item .list-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .overview-list .list-item .list-content:last-child {
    margin-right: 0;
  }
  .overview-list .list-item .list-content .list-description {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 65.6105214371%;
  }
  .overview-list .list-item .list-content .list-description:last-child {
    margin-right: 0;
  }
  .overview-list .list-item .list-content .list-readmore {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 31.2210428741%;
  }
  .overview-list .list-item .list-content .list-readmore:last-child {
    margin-right: 0;
  }
  .overview-list .list-item .list-content .list-readmore .package-price {
    font-size: 1rem;
    text-align: center;
    margin: 1.25rem 0;
  }
  .overview-list .list-item .list-content .list-readmore .button {
    width: 100%;
  }
  .overview-list .list-item.full .list-content .list-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .overview-list .list-item.full .list-content .list-description:last-child {
    margin-right: 0;
  }
  .overview-list .list-item.full .list-content .list-readmore {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .overview-list .list-item.full .list-content .list-readmore:last-child {
    margin-right: 0;
  }
  footer .footer-info .footer-widgets .widget {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  footer .footer-info .footer-widgets .widget:last-child {
    margin-right: 0;
  }
  footer .footer-info .footer-widgets .widget:nth-child(3n) {
    margin-right: 0;
  }
  footer .footer-info .footer-widgets .widget:nth-child(3n+1) {
    clear: left;
  }
  .homepage_widget li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .homepage_widget li:last-child {
    margin-right: 0;
  }
  .homepage_widget li:nth-child(3n) {
    margin-right: 0;
  }
  .homepage_widget li:nth-child(3n+1) {
    clear: left;
  }
  .pricing--item {
    width: 25%;
  }
  .flex-l {
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-l {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-l {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;

    /* 1 */
    min-height: 0;

    /* 1 */
  }
  .flex-none-l {
    -ms-flex: none;
    flex: none;
  }
  .flex-column-l {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-l {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-column-reverse-l {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-l {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-wrap-reverse-l {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .items-start-l {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-l {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-l {
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-l {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-l {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-l {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-l {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-l {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-l {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-l {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-l {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-l {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-l {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-l {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-l {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-l {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-l {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-l {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-l {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-l {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-l {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-l {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-l {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-l {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-l {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-l {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-l {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-l {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-l {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-l {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-l {
    -ms-flex-order: 99999;
    order: 99999;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  main.three-columns aside.sidebar-right {
    margin-left: 59.7086300988%;
  }
  header .header-main .header-contact .button {
    top: 2.1875rem;
  }
  header .header-main .header-contact > .phone {
    top: -0.9375rem;
    right: 0;
  }
  .home-partners .partner {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .home-partners .partner:last-child {
    margin-right: 0;
  }
  .home-partners .partner:nth-child(2n) {
    margin-right: 0;
  }
  .home-partners .partner:nth-child(2n+1) {
    clear: left;
  }
  footer .footer-info .footer-widgets .widget {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  footer .footer-info .footer-widgets .widget:last-child {
    margin-right: 0;
  }
  footer .footer-info .footer-widgets .widget:nth-child(2n) {
    margin-right: 0;
  }
  footer .footer-info .footer-widgets .widget:nth-child(2n+1) {
    clear: left;
  }
  .homepage_widget li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .homepage_widget li:last-child {
    margin-right: 0;
  }
  .homepage_widget li:nth-child(2n) {
    margin-right: 0;
  }
  .homepage_widget li:nth-child(2n+1) {
    clear: left;
  }
}

@media print {
  *,
*:before,
*:after,
*:first-letter,
*:first-line {
    background: transparent !important;
    color: #000 !important;

    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=main.css.map */
