html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
input {
  outline: 0;
}
input::-webkit-input-placeholder {
  color: #a8a8a8;
}
input:-moz-placeholder {
  color: #a8a8a8;
}
input::-moz-placeholder {
  color: #a8a8a8;
}
input:-ms-input-placeholder {
  color: #a8a8a8;
}
@media only screen and (max-width: 1050px) {
  #selCountry_chosen {
    display: none;
  }
}
body {
  font-size: 93.75%;
  line-height: 1.4em;
  font-family: 'Lato', sans-serif;
  font-family: 'Open Sans', sans-serif;
}
.btn {
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  display: block;
  color: white;
  background-color: #3572AD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  outline: 0;
  border: none;
}
.btn-02 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  display: block;
  color: #3572AD;
  border: 2px solid #3572AD;
  text-align: center;
}
.btn-02.cancel {
  border-color: #848484 !important;
  color: #848484 !important;
}
.btn-02.cancel:hover {
  border-color: #656565 !important;
  color: #656565 !important;
}
.btn_center {
  display: inline-block !important;
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
.vh-y-25 {
  padding-top: 25vh;
}
.column-main {
  float: left;
  width: 65%;
}
.column-main.left {
  padding-right: 3%;
}
.column-main.right {
  padding-left: 3%;
}
.column-aside {
  float: left;
  width: 32%;
}
.column-half {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.column-half.left {
  padding-right: 20px;
}
.column-half.right {
  padding-left: 20px;
}
@media only screen and (max-width: 660px) {
  .column-half {
    width: 100%;
    padding: 0 !important;
  }
}
a {
  text-decoration: none;
  transition: all 0.1s ease;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:active {
  opacity: 0.3;
}
.subnav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subnav li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #848484;
  border-right: 2px solid #ededed;
  padding: 3px 10px;
}
.subnav li a.active,
.subnav li a:hover {
  background-color: #ECF7F9;
  border-color: #00B1D0;
}
h1 {
  font-size: 34px;
  line-height: 1.5em;
}
h2 {
  font-size: 28px;
  line-height: 1.5em;
}
h1,
h2 {
  font-weight: 300;
  margin: 1em 0;
}
.news-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-wrapper li {
  float: left;
  width: 100%;
}
.news-wrapper .news-entry {
  padding: 15px 0 30px 145px;
  display: block;
  width: 100%;
  position: relative;
  color: #222222;
  text-decoration: none;
  line-height: 1.4em;
  min-height: 101px;
  box-sizing: border-box;
}
.news-wrapper .news-entry:hover h3 {
  color: #FF8C00;
}
.news-wrapper .news-entry .img {
  display: block;
  width: 122px;
  text-align: center;
  margin-right: 20px;
  position: absolute;
  top: 19px;
  left: 0;
  margin-bottom: 15px;
  border-radius: 2px;
  overflow: hidden;
  max-height: 110px;
}
.news-wrapper .news-entry .img img {
  width: 100%;
}
.news-wrapper .news-entry h3 {
  margin-bottom: 8px;
  margin-top: 0;
  color: #222222;
  line-height: 1.4em;
  font-weight: 400;
}
.news-wrapper .news-entry p,
.news-wrapper .news-entry div,
.news-wrapper .news-entry strong {
  margin: 0;
  font-weight: normal;
  display: inline;
  color: #aeaeae;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
.news-wrapper .news-entry strong {
  font-weight: normal !important;
}
.page-dates .dates-wrapper li.featured {
  background-color: #f1fbfb;
}
.page-start .dates-wrapper li.featured {
  background-color: #fff8f5;
}
.dates-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.dates-wrapper li {
  border-bottom: 1px solid #ededed;
  float: left;
  width: 100%;
}
.dates-wrapper li.featured {
  background-color: #fff6eb;
}
.dates-wrapper li:last-child {
  border: none;
}
.dates-wrapper .date-entry {
  padding: 15px 0;
  display: block;
  width: 100%;
  min-height: 54px;
  position: relative;
  color: #222222;
}
.dates-wrapper .date-entry:hover h3 {
  color: #33A5A4;
}
.dates-wrapper .date-entry .date {
  height: 50px;
  display: block;
  width: 55px;
  text-align: center;
  margin-right: 20px;
  position: absolute;
  top: 15px;
  left: 0;
}
.dates-wrapper .date-entry .date .month {
  font-size: 12px;
  color: #aeaeae;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.dates-wrapper .date-entry .date .day {
  color: #33A5A4;
  font-weight: 300;
  width: 100%;
  display: block;
  font-size: 30px;
}
.dates-wrapper .date-entry .date.date-end {
  left: 70px;
}
.dates-wrapper .date-entry .date.date-end:before {
  content: '—';
  position: absolute;
  top: 0;
  left: -12px;
  width: 10px;
  height: 50px;
  line-height: 65px;
  color: #33A5A4;
}
.dates-wrapper .date-entry h3 {
  margin-bottom: 8px;
  margin-top: 0;
  padding-left: 150px;
  color: #222222;
  line-height: 1.4em;
  font-weight: 400;
}
.dates-wrapper .date-entry p {
  margin: 0;
  padding-left: 150px;
  color: #aeaeae;
}
@media only screen and (max-width: 660px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h1,
  h2 {
    font-weight: 300;
    margin: 0.75em 0;
  }
  .dates-wrapper .date-entry .date {
    width: 40px;
  }
  .dates-wrapper .date-entry .date .month {
    font-size: 11px;
  }
  .dates-wrapper .date-entry .date .day {
    font-size: 25px;
  }
  .dates-wrapper .date-entry .date.date-end {
    left: 50px;
  }
  .dates-wrapper .date-entry .date.date-end:before {
    left: -10px;
    line-height: 73px;
  }
  .dates-wrapper .date-entry h3 {
    padding-left: 106px;
  }
  .dates-wrapper .date-entry p {
    padding-left: 106px;
  }
  .news-wrapper .news-entry {
    padding: 15px 0 30px 0;
    display: block;
    width: 100%;
    position: relative;
    color: #222222;
    text-decoration: none;
    line-height: 1.4em;
    min-height: 101px;
    margin-bottom: 20px;
  }
  .news-wrapper .news-entry:hover h3 {
    color: #FF8C00;
  }
  .news-wrapper .news-entry .img {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    max-height: 100%;
  }
  .news-wrapper .news-entry h3 {
    padding-left: 0;
  }
  .news-wrapper .news-entry p {
    padding-left: 0;
  }
}
.page_links {
  padding: 30px 0;
}
.page_links .aPageLink.active,
.page_links .aResultSizeLink.active {
  color: #222222;
}
.frame-space-before-medium {
  margin-top: -70px;
  padding-top: 70px;
}
.footer .right_footer_nav a:not(:first-child):before {
  content: "|";
  display: inline-block;
  padding: 0 5px;
  color: #C8C8C8;
}
.package_popup {
  visibility: visible;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
}
.package_popup h1 {
  text-align: center;
  margin-bottom: 25px;
  display: block;
  color: black;
}
.package_popup h2 {
  font-size: 18px;
  color: black;
}
.package_popup .popup_inner {
  background-color: white;
  border: 1px solid #848484;
  border-radius: 3px;
  padding: 15px 20px 20px;
  position: relative;
}
.package_popup .popup_close {
  position: absolute;
  font-size: 17px;
  padding: 20px;
  right: 0;
  top: -5px;
  color: #848484 !important;
}
.package_popup .popup_close:hover {
  color: #FF8C00 !important;
}
.package_popup .package_wrapper {
  width: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.package_popup .package_wrapper .package_featured {
  border: 3px solid #FF8C00;
}
.package_popup .package_wrapper .package_item {
  width: 250px;
  max-width: 100%;
  padding: 15px;
  text-align: center;
  border-radius: 3px;
  transition: background-color 0.4s;
}
.package_popup .package_wrapper .package_item:not(.package_featured) {
  border: 1px solid #c9c9c9;
}
.package_popup .package_wrapper .package_item:not(:first-child) {
  margin-left: 20px;
}
.package_popup .package_wrapper .package_item:hover {
  background-color: rgba(255,140,0,0.15);
}
.package_popup .package_wrapper .package_item .buttons {
  display: inline-block;
  margin-bottom: 10px;
}
.package_popup .package_wrapper .package_item .buttons .btn {
  background-color: #FF8C00;
}
.package_popup .package_wrapper .package_item .price_wrapper {
  display: flex;
  font-size: 28px;
}
.package_popup .package_wrapper .package_item .price_wrapper div {
  flex-basis: 50%;
  text-align: center;
  margin: 25px 0 40px;
}
.package_popup .package_wrapper .package_item .price_wrapper .price_old span {
  position: relative;
  color: black;
}
.package_popup .package_wrapper .package_item .price_wrapper .price_old span:after {
  width: 120%;
  height: 2px;
  content: "";
  background-color: #FF4600;
  position: absolute;
  bottom: 43%;
  left: -10%;
  transform: rotate(-16deg);
}
.package_popup .package_wrapper .package_item .price_wrapper .price_new {
  color: #FF8C00;
  font-weight: 600;
}
.img_popup {
  visibility: visible;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 105vh;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
}
.img_popup .img_popup_inner {
  background-color: white;
  border: 1px solid #848484;
  border-radius: 3px;
  padding: 0;
  position: relative;
}
.img_popup .img_popup_inner .img_popup_wrapper {
  width: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.img_popup .img_popup_inner .img_popup_wrapper .img_popup_left {
  width: 300px;
  padding: 30px 15px;
  text-align: center;
}
.img_popup .img_popup_inner .img_popup_wrapper .img_popup_left h1 {
  color: black;
  margin-top: 1em;
}
.img_popup .img_popup_inner .img_popup_wrapper .img_popup_left .popup_close {
  position: absolute;
  font-size: 17px;
  padding: 20px;
  left: 0;
  top: -5px;
  color: #848484 !important;
}
.img_popup .img_popup_inner .img_popup_wrapper .img_popup_left h2 {
  font-size: 18px;
  color: black;
  margin-bottom: 29px;
}
.img_popup .img_popup_inner .img_popup_wrapper .img_popup_left h2 span {
  font-weight: 700;
  color: #FF8C00;
}
.img_popup .img_popup_inner .img_popup_wrapper .img_popup_left .buttons {
  display: inline-block;
  margin-bottom: 10px;
}
.img_popup .img_popup_inner .img_popup_wrapper .img_popup_left .buttons .btn {
  background-color: #FF4600;
}
.img_popup .img_popup_inner .img_popup_wrapper .img_popup_right {
  padding: 0 !important;
  margin: 0 !important;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 661px) {
  .package_popup h1 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .img_popup_right {
    width: 280px;
    border-radius: 0 3px 3px 0;
  }
}
@media screen and (max-width: 660px) {
  .img_popup {
    top: -5vh;
  }
  .package_popup h1,
  .img_popup h1 {
    font-size: 21px !important;
  }
  .package_popup h2,
  .img_popup h2 {
    color: black;
    font-size: 16px !important;
  }
  .package_wrapper,
  .img_popup .img_popup_inner .img_popup_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .package_item {
    padding: 0 10px 10px;
    font-size: 25px;
  }
  .package_item .buttons,
  .img_popup .buttons {
    font-size: 17px !important;
  }
  .img_popup .buttons {
    margin-top: -5px;
  }
  .price_wrapper > div {
    margin: 10px 15px 20px !important;
  }
  .package_item:not(.package_featured) {
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .img_popup_right {
    width: 280px;
    max-height: 30vh;
    height: 250px;
    border-radius: 0 0 3px 3px !important;
    width: 100%;
    max-width: 95vw;
  }
  .img_popup_left {
    max-width: 95vw;
    max-height: 50vh;
  }
}
@font-face {
  font-family: "kathtreff-icons";
  src: url("project/ktcommunities/resources/fonts/kathtreff-icons.eot");
  src: url("project/ktcommunities/resources/fonts/kathtreff-icons.eot?#iefix") format("embedded-opentype"), url("project/ktcommunities/resources/fonts/kathtreff-icons.woff") format("woff"), url("project/ktcommunities/resources/fonts/kathtreff-icons.ttf") format("truetype"), url("project/ktcommunities/resources/fonts/kathtreff-icons.svg#kathtreff-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "kathtreff-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "kathtreff-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
}
.icon-start:before {
  content: "a";
}
.icon-profile:before {
  content: "b";
}
.icon-partner:before {
  content: "c";
}
.icon-logout:before {
  content: "d";
}
.icon-heart:before {
  content: "e";
}
.icon-messages:before {
  content: "f";
}
.icon-forum:before {
  content: "g";
}
.icon-calendar:before {
  content: "h";
}
.icon-search:before {
  content: "i";
}
.icon-left:before {
  content: "l";
}
.icon-facebook:before {
  content: "m";
}
.icon-right:before {
  content: "n";
}
.icon-twitter:before {
  content: "o";
}
.icon-gplus:before {
  content: "p";
}
.icon-youtube:before {
  content: "q";
}
.icon-dropdown:before {
  content: "r";
}
.icon-close:before {
  content: "s";
}
.icon-edit:before {
  content: "t";
}
.icon-slide-left:before {
  content: "j";
}
.icon-slide-right:before {
  content: "k";
}
.icon-success:before {
  content: "u";
}
.icon-alert:before {
  content: "w";
}
.icon-lock:before {
  content: "x";
}
.icon-check-1:before {
  content: "y";
}
.icon-check-2:before {
  content: "z";
}
.icon-attachment:before {
  content: "A";
}
@font-face {
  font-family: "kathtreff-icons-homepage";
  src: url("../../fonts/kathtreff-icons-homepage.eot");
  src: url("../../fonts/kathtreff-icons-homepage.eot?#iefix") format("embedded-opentype"), url("../../fonts/kathtreff-icons-homepage.woff") format("woff"), url("../../fonts/kathtreff-icons-homepage.ttf") format("truetype"), url("../../fonts/kathtreff-icons-homepage.svg#kathtreff-icons-homepage") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-arrow-left:before {
  content: "a";
}
.icon-arrow-right:before {
  content: "b";
}
.icon-calendar-public:before {
  content: "c";
}
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.selectboxit-container * {
  font-family: 'Lato', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
.selectboxit-container .selectboxit {
  width: 220px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 44px;
  line-height: 40px;
  display: block;
}
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.selectboxit-optgroup-header {
  font-weight: bold;
}
.selectboxit-optgroup-header:hover {
  cursor: default;
}
.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.jqueryui .ui-icon {
  background-color: inherit;
}
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.selectboxit-btn {
  background-color: #fff;
  border: 1px solid #ededed;
  border-width: 2px;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px #000000;
  -moz-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}
.selectboxit-focus {
  border-color: #c9c9c9;
}
.selectboxit-list .selectboxit-option-anchor {
  color: #848484 !important;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #222222;
  background-color: #ededed;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
input[type='text']:not(.select2-search__field),
input[type='date']:not(.select2-search__field),
input[type='search']:not(.select2-search__field):not(.search-field),
input[type='password']:not(.select2-search__field),
input[type='email']:not(.select2-search__field),
input[type='number']:not(.select2-search__field) {
  height: 44px;
  border: 1px solid #ededed;
  padding: 0 15px;
  border-width: 2px;
  outline: 0;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
}
input[type='text']:not(.select2-search__field):focus,
input[type='date']:not(.select2-search__field):focus,
input[type='search']:not(.select2-search__field):not(.search-field):focus,
input[type='password']:not(.select2-search__field):focus,
input[type='email']:not(.select2-search__field):focus,
input[type='number']:not(.select2-search__field):focus {
  border-color: #c9c9c9;
}
.select2-container--default {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border: 2px solid #ededed;
}
.select2-container .select2-selection--single {
  height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}
.select2-container .select2-selection--multiple {
  min-height: 44px !important;
  border: 2px solid #ededed;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #c9c9c9;
}
.select2-container--default .select2-selection--multiple {
  padding: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 2px;
  margin-bottom: 2px;
}
input[type="file"] {
  padding: 13px;
  border: 1px solid #ededed;
  border-width: 2px;
  line-height: 1;
  border-radius: 3px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 15px !important;
  height: 15px !important;
}
select:not(.select2) {
  height: 44px;
  line-height: 44px;
  display: block !important;
  border: none;
  background: none;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ededed;
  border-width: 2px;
  outline: none;
  border-radius: 4px;
  padding: 0 10px;
}
textarea {
  border: 1px solid #ededed;
  padding: 15px;
  border-width: 2px;
  outline: 0;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
}
textarea:focus {
  border-color: #c9c9c9;
}
label {
  display: block;
  color: #848484;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
}
.ulForm .checkbox {
  position: relative;
  margin: 18px 0 15px 0;
}
.ulForm .checkbox label {
  padding-left: 20px;
  margin: 0;
  color: #222222;
}
.ulForm .checkbox input {
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
}
.ulForm .radio {
  margin-bottom: 20px;
}
.ulForm .radio .column-half {
  position: relative;
}
.ulForm .radio input {
  position: absolute;
  left: 0;
  top: 18px;
  width: auto;
}
.ulForm .radio label {
  padding-left: 20px;
  color: #848484;
}
.ulForm .private {
  position: relative;
}
.ulForm .private .icon-lock {
  position: absolute;
  right: 2px;
  height: 40px;
  width: 40px;
  top: 32px;
  color: #53A335;
}
.ulForm .private .icon-lock:before {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.ulForm .private .icon-lock:hover {
  color: #222222;
}
.ulForm .private .icon-lock:hover .tool-tip {
  display: block;
}
.ulForm .private .icon-lock .tool-tip {
  position: absolute;
  display: none;
  right: 44px;
  top: -3px;
  font-size: 13px;
  padding: 10px;
  background-color: rgba(0,0,0,0.7);
  color: white;
  border-radius: 3px;
  min-width: 150px;
}
.ulForm .multi-checkbox-wrapper input {
  top: 3px;
}
.ulForm .multi-checkbox-wrapper label {
  line-height: normal;
  display: inline-block;
}
.compact-form {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.multi-radio-wrapper {
  position: relative;
  margin: 7px 0;
}
.multi-radio-wrapper label {
  padding-left: 20px;
  margin: 0;
  color: #222222;
}
.multi-radio-wrapper input {
  position: absolute;
  top: 8px;
  left: 0;
}
.multi-checkbox-wrapper {
  position: relative;
  margin: 7px 0;
  padding-left: 20px;
}
.multi-checkbox-wrapper label {
  margin: 0;
  color: #222222;
}
.multi-checkbox-wrapper input {
  position: absolute;
  top: 10px;
  left: 0;
}
.checkbox-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
  box-sizing: content-box;
}
input.checkbox-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 2px;
  width: 38px;
  height: 19px;
  background-color: #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
input.checkbox-toggle + label:before,
input.checkbox-toggle + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.checkbox-toggle + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
input.checkbox-toggle + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 15px;
  height: 15px;
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s, background 0.2s;
  -moz-transition: margin 0.2s, background 0.2s;
  -o-transition: margin 0.2s, background 0.2s;
  transition: margin 0.2s, background 0.2s;
}
input.checkbox-toggle:hover + label,
input.checkbox-toggle:hover + label:after {
  background-color: #D0D0D0;
}
input.checkbox-toggle:checked + label {
  background-color: #3572AD;
}
input.checkbox-toggle:checked + label:after {
  margin-left: 19px;
  background-color: #3572AD;
}
.ulForm {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ulForm input,
.ulForm label {
  width: 100%;
  box-sizing: border-box;
}
.ulForm .selectboxit-container {
  width: 100% !important;
  box-sizing: border-box;
}
.ulForm .selectboxit-container .selectboxit {
  width: 100% !important;
  box-sizing: border-box;
}
.ulForm .date-entry-day {
  width: 110px;
  float: left;
  margin-right: 10px;
}
.ulForm .date-entry-month {
  width: 222px;
  float: left;
  margin-right: 10px;
}
.ulForm .date-entry-year {
  width: 110px;
  float: left;
}
.ulForm #liBeginFields span,
.ulForm #liEndFields span {
  height: 44px;
  line-height: 44px;
}
.ulForm #liBeginFields .selectboxit-container,
.ulForm #liEndFields .selectboxit-container {
  width: auto !important;
}
.ulForm #liBeginFields .selectboxit-container .selectboxit,
.ulForm #liEndFields .selectboxit-container .selectboxit {
  width: 60px !important;
}
.ulForm #liBeginFields .selectboxit-container .selectboxit-options,
.ulForm #liEndFields .selectboxit-container .selectboxit-options {
  width: 100px !important;
  max-height: 200px !important;
}
.ulForm #liBeginFields .year .selectboxit-container .selectboxit,
.ulForm #liEndFields .year .selectboxit-container .selectboxit {
  width: 120px !important;
}
table tbody tr th,
table tbody tr td {
  border: none;
  padding: 5px;
}
table tbody tr:nth-child(2n) {
  background-color: #EFF4F5;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translate3d(0,32px,0);
    -moz-transform: translate3d(0,32px,0);
    -ms-transform: translate3d(0,32px,0);
    -o-transform: translate3d(0,32px,0);
    transform: translate3d(0,32px,0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation: fade-in-up 0.3s both cubic-bezier(0,0,0,1);
  animation: fade-in-up 0.3s both cubic-bezier(0,0,0,1);
}
.fade-sequence-1 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.footer {
  border-top: 1px solid #ededed;
  padding: 20px;
  font-size: 13px;
  color: #b7b7b7;
  padding: 20px 0 20px;
}
.footer .sitemap-wrapper {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
  width: 450px;
  margin: 0 auto;
  text-align: center;
}
.footer .sitemap-wrapper .sitemap {
  width: 33.3%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer a {
  color: #848484;
}
.footer a:hover {
  color: #222222;
}
.footer .footer-social {
  float: right;
  margin-top: 2px;
  margin-left: 20px;
}
.footer .footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-social ul li {
  margin: 0;
  float: left;
}
.footer .footer-social ul li:before {
  content: "";
  display: none;
}
.footer .footer-social ul li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  box-sizing: border-box;
}
.footer .footer-social ul li a:before {
  display: block;
  float: left;
  text-align: center;
  font-size: 34px;
}
.footer .right {
  float: right;
  text-align: right;
  line-height: 34px;
  margin-top: 5px;
}
.footer .right a {
  height: 34px;
  line-height: 34px;
}
.footer .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.footer .right ul li {
  float: left;
}
.footer .right ul li:before {
  float: right;
  content: "|";
  color: #b7b7b7;
  margin: 0 10px;
}
.footer .right ul li:last-child:before {
  display: none;
}
.footer .left {
  float: left;
}
.footer .left a img {
  height: 18px;
  width: 18px;
}
.footer .bottom {
  float: left;
  width: 100%;
  padding: 30px 0 40px 0;
  text-align: center;
}
.ScrollSceneIndicators {
  z-index: 9999999 !important;
}
@font-face {
  font-family: "kathtreff-icons";
  src: url("../../fonts/kathtreff-icons.eot");
  src: url("../../fonts/kathtreff-icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/kathtreff-icons.woff") format("woff"), url("../../fonts/kathtreff-icons.ttf") format("truetype"), url("../../fonts/kathtreff-icons.svg#kathtreff-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  margin-top: 70px;
}
a {
  color: #FF8C00;
}
a:hover {
  color: #d67600;
}
a.btn {
  background-color: #FF8C00;
  color: white;
}
a.btn:hover {
  color: white;
  background-color: #d67600;
}
a.btn-02 {
  color: #FF8C00;
  border-color: #FF8C00;
}
a.btn-02:hover {
  color: white;
  background-color: #FF8C00;
}
body.nav-active {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body a {
  transition: all ease-in-out 0.3s;
}
.hero {
  width: 100%;
  height: 540px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  background: #495a67;
  background-size: cover;
}
.hero #news-anchor {
  position: absolute;
  bottom: 70px;
  left: 0;
  height: 0;
  width: 0;
}
.hero-content {
  position: absolute;
  left: 70px;
  bottom: 70px;
}
.hero-content #main-header {
  font-size: 34px;
  font-weight: 300;
  color: white;
  margin: 0;
  width: auto;
  visibility: visible;
  opacity: 0.85;
  max-width: 870px;
}
.hero-content #main-header span {
  display: block;
  float: left;
  height: 70px;
  line-height: 70px;
  background-color: #FF8C00;
  padding: 0 20px;
  margin-top: -17px;
  position: relative;
  z-index: 100;
}
.hero-content #main-header span:first-child {
  z-index: 200;
}
.hero-content #main-header span.bottom {
  margin-top: -17px;
}
.hero-content .main-actions {
  height: 70px;
  font-size: 18px;
  font-weight: 400;
  width: 500px;
  color: white;
  z-index: 3;
}
.hero-content .main-actions a {
  display: block;
  float: left;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  transition: none;
  text-transform: uppercase;
  transition: background-color ease-in-out 0.3s;
}
.hero-content .main-actions a.membership {
  background-color: #e97300;
  color: white;
}
.hero-content .main-actions a.membership:hover {
  background-color: #c56100;
}
.hero-content .main-actions a.info {
  background-color: rgba(255,255,255,0.8);
  color: #848484;
}
.hero-content .main-actions a.info:hover {
  background-color: white;
}
.navbar-inner {
  height: 70px;
  width: 100%;
  z-index: 2;
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  position: fixed;
  top: 0;
  left: 0;
}
.navbar-inner .close-window {
  height: 70px !important;
  width: 70px !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 1000 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  line-height: 70px !important;
  font-size: 24px;
  font-weight: 300;
}
.navbar-inner .close-window:hover {
  color: #222222 !important;
}
.navbar-inner .home-link {
  float: left;
  height: 40px;
  text-indent: -99999px;
  background-position: 0 -80px;
  margin: 15px;
}
.navbar-inner .icon {
  display: none;
}
.navbar-inner ul.menu {
  list-style: none;
  color: white;
  padding: 0;
  margin: 0;
  float: left;
}
.navbar-inner ul.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-inner ul.menu li {
  float: left;
  height: 70px;
  line-height: 70px;
  position: relative;
  list-style: none;
}
.navbar-inner ul.menu li a {
  height: 70px;
  display: block;
  float: left;
  padding: 0 20px;
  line-height: 70px;
  color: #848484;
  text-decoration: none;
}
.navbar-inner ul.menu li.dropdown {
  cursor: pointer;
}
.navbar-inner ul.menu li.dropdown.dropdown-open ul.sub-menu {
  display: block;
}
.navbar-inner ul.menu li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 70px;
  width: 270px;
  padding: 0;
  margin: 0;
  background-color: white;
  display: none;
  z-index: 999999;
}
@media only screen and (min-width: 1050px) {
  .navbar-inner ul.menu li ul.sub-menu {
    box-shadow: 0 5px 9px rgba(0,0,0,0.2);
  }
}
.navbar-inner ul.menu li ul.sub-menu li {
  height: 44px !important;
  line-height: 44px !important;
  width: 100%;
  display: block;
}
.navbar-inner ul.menu li ul.sub-menu li a {
  display: block;
  height: 44px;
  line-height: 44px;
  float: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-inner ul.menu li ul.sub-menu li a:hover {
  color: #222222;
}
.navbar-inner ul.menu #become-member-wrapper {
  height: 70px;
  line-height: 70px;
  z-index: 2;
  position: absolute;
  right: -280px;
  font-size: 18px;
  top: 0;
  color: white;
}
.navbar-inner ul.menu #become-member-wrapper .login {
  position: absolute;
  left: -240px;
  top: 0;
  font-size: 15px;
  width: 180px;
  text-align: right;
}
.navbar-inner ul.menu #become-member-wrapper .become-member {
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
  text-align: center;
  width: 250px;
  color: white;
  display: block;
  background-color: #e97300;
  text-transform: uppercase;
  font-size: 16px;
}
.navbar-inner ul.menu #become-member-wrapper .become-member:hover {
  background-color: #c56100;
}
.inner-wrapper {
  width: 990px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
}
#success-stories #disqus_thread,
#quotes #disqus_thread {
  margin-top: 20px;
}
#success-stories .slick-next,
#success-stories .slick-prev,
#quotes .slick-next,
#quotes .slick-prev {
  position: absolute;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 60%;
  margin-top: -22px;
  padding: 0;
  border: none;
  outline: none;
}
#success-stories .slick-next:before,
#success-stories .slick-prev:before,
#quotes .slick-next:before,
#quotes .slick-prev:before {
  color: #222222;
  font-family: "kathtreff-icons-homepage" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
}
#success-stories .slick-next:hover:before,
#success-stories .slick-prev:hover:before,
#quotes .slick-next:hover:before,
#quotes .slick-prev:hover:before {
  color: #FF8C00;
}
#success-stories .slick-next,
#quotes .slick-next {
  right: -48px;
}
#success-stories .slick-next:before,
#quotes .slick-next:before {
  content: "b" !important;
}
#success-stories .slick-prev,
#quotes .slick-prev {
  left: -48px;
}
#success-stories .slick-prev:before,
#quotes .slick-prev:before {
  content: "a" !important;
}
#success-stories *,
#quotes * {
  box-sizing: border-box;
  moz-box-sizing: border-box;
}
#success-stories .img,
#quotes .img {
  margin: 10px;
}
#success-stories .img a,
#quotes .img a {
  display: block;
  margin: 0;
  padding: 0;
}
#success-stories h3,
#quotes h3 {
  text-align: center;
}
#success-stories .content,
#quotes .content {
  margin: auto;
  padding: 10px 60px 20px 60px;
  width: auto;
}
#success-stories .slick-slide .image,
#quotes .slick-slide .image {
  padding: 10px;
}
#success-stories .slick-slide img,
#quotes .slick-slide img {
  display: block;
  width: 100%;
}
#success-stories .slick-dots,
#quotes .slick-dots {
  bottom: 20px;
}
#success-stories .slick-dots li,
#quotes .slick-dots li {
  margin: 0 1px;
}
#success-stories .slick-dots li button,
#quotes .slick-dots li button {
  padding: 4px;
  height: 20px;
  width: 20px;
}
#success-stories .slick-dots li button:before,
#quotes .slick-dots li button:before {
  content: "";
  font-size: 13px;
  border: 1px solid white;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background-color: #d1d1d1;
  opacity: 1;
  line-height: 10px;
  text-align: center;
  padding: 0 !important;
  top: 7px;
  left: 7px;
}
#success-stories .slick-dots li:hover button:before,
#success-stories .slick-dots li.slick-active button:before,
#quotes .slick-dots li:hover button:before,
#quotes .slick-dots li.slick-active button:before {
  background-color: white;
  border: 1px solid #FF8C00;
}
#success-stories {
  background: #fff;
  padding: 20px 0 90px 0;
}
#success-stories h2 {
  color: #FF8C00;
  text-align: center;
  font-size: 30px;
}
#success-stories h3 a {
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  height: 30px;
  line-height: 30px;
}
#success-stories .success-stories-slider {
  max-width: 1010px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#success-stories .slick-next,
#success-stories .slick-prev {
  top: 41.5%;
}
#success-stories .slick-slide a {
  font-weight: 300;
  color: #848484;
  font-size: 20px;
}
#success-stories .slick-slide .img {
  height: 0;
  overflow: hidden;
  padding-bottom: 48%;
}
#success-stories .slick-slide:hover a {
  color: #FF8C00;
}
#success-stories .bottom-link-wrap {
  width: 100%;
  text-align: center;
}
#success-stories .bottom-link-wrap .btn-02 {
  text-align: center;
  display: inline-block;
  box-sizing: content-box;
  float: none;
}
#quotes {
  background: #FF8C00;
  padding: 50px 0 85px 0;
  color: white;
  width: 100%;
  overflow: hidden;
}
#quotes .slick-slider {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 100px;
}
#quotes .slick-next,
#quotes .slick-prev {
  opacity: 1;
  height: 100%;
  top: 0;
}
#quotes .slick-next:before,
#quotes .slick-prev:before {
  color: #ffd199;
  opacity: 1;
}
#quotes .slick-next:hover,
#quotes .slick-prev:hover {
  opacity: 1;
}
#quotes .slick-next:hover:before,
#quotes .slick-prev:hover:before {
  color: white;
  opacity: 1;
}
#quotes .slick-slide h3.quote {
  color: white;
  font-weight: 300;
  font-size: 27px;
  line-height: 1.37em;
  font-style: italic;
  margin-top: 0;
}
#quotes .slick-slide .author {
  text-align: center;
  font-size: 16px;
  position: relative;
  margin-top: 35px;
}
#quotes .slick-dots {
  bottom: -60px;
  float: none;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}
#quotes .slick-dots li button {
  padding: 4px;
  height: 20px;
  width: 20px;
}
#quotes .slick-dots li button:before {
  border: 1px solid #FF8C00;
  background-color: white;
}
#quotes .slick-dots li:hover button:before,
#quotes .slick-dots li.slick-active button:before {
  background-color: #FF8C00;
  border: 1px solid white;
}
#news-dates {
  padding: 60px;
}
#news-dates h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#news-dates .btn-02 {
  float: left;
  margin-top: 30px;
}
#news-dates .inner-wrapper {
  padding: 0;
}
.date-infos {
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 30px;
}
.date-infos .btn {
  color: white !important;
  float: left;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.dates-wrapper .date-entry .date .day,
.dates-wrapper .date-entry .date.date-end:before,
.dates-wrapper .date-entry:hover h3,
.news-wrapper .news-entry:hover h3 {
  color: #FF8C00 !important;
}
#become-member-now {
  height: 400px;
  background: url('../../img/signup-bg.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#become-member-now .inner-wrapper {
  width: 990px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}
#become-member-now .inner-wrapper .become-member-wrapper {
  text-align: center;
}
#become-member-now .inner-wrapper h2 {
  display: block;
  padding: 0;
  font-size: 34px;
  font-weight: 300;
  color: white;
  margin-bottom: 0;
  float: left;
  width: 100%;
  line-height: auto;
  margin: 0 0 30px 0;
}
#become-member-now .inner-wrapper .membership {
  padding: 0 20px;
  display: inline-block;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  background-color: #FF8C00;
  color: white;
}
#become-member-now .inner-wrapper .membership:hover {
  background-color: #eb8100;
}
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 9999;
  opacity: 0;
  border-radius: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background-color: #212529;
  text-align: center;
}
.cookiealert-container {
  padding: 0.75rem 1.25rem;
}
.cookiealert.show {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 1000ms;
  opacity: 1;
}
a.acceptcookies {
  display: inline-block;
  color: #FF8C00;
  border: 2px solid #FF8C00;
  margin: 15px 20px 10px;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
}
a.acceptcookies:hover {
  color: white;
  background-color: #FF8C00;
}
body.subpage .column-main {
  padding-bottom: 50px;
}
body.subpage .column-main .csc-default {
  padding-top: 80px;
  margin-top: -80px;
}
body.subpage .column-main a {
  color: #FF8C00;
}
body.subpage .column-main a.btn-02:hover {
  color: white;
}
body.subpage .column-main h1:first-child,
body.subpage .column-main h2:first-child {
  margin-top: 0;
}
body.subpage .column-main .news-wrapper li {
  min-height: 150px;
}
body.subpage .column-main .o-form {
  border: none;
}
body.subpage .column-main .o-form .o-form-row {
  padding: 0;
}
@media screen and (max-width: 910px) {
  body.subpage .column-main .o-form .o-form-row {
    width: 100%;
  }
}
body.subpage .column-main .o-form .o-form-row label {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
}
body.subpage .column-main .o-form .o-form-row #FormValue_EmailAddress {
  width: 270px;
  font-family: 'Open Sans', sans-serif;
  margin-right: 15px;
}
@media screen and (max-width: 910px) {
  body.subpage .column-main .o-form .o-form-row #FormValue_EmailAddress {
    margin: 0 0 15px !important;
    width: 100%;
  }
}
body.subpage .column-main .o-form #FormButton_Subscribe {
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0 15px;
  display: block;
  color: white;
  background-color: #FF8C00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  outline: 0;
  border: none;
}
@media screen and (max-width: 910px) {
  body.subpage .column-main .o-form #FormButton_Subscribe {
    margin: 15px 0 0 !important;
  }
}
body.subpage .column-main .csc-default .csc-textpic-intext-left .csc-textpic-imagewrap,
body.subpage .column-main .csc-default .csc-textpic-intext-right .csc-textpic-imagewrap {
  margin-top: 1.1em;
  margin-bottom: 1em;
}
body.subpage .column-main .csc-default .csc-textpic-intext-left .csc-textpic-imagewrap .csc-textpic-image,
body.subpage .column-main .csc-default .csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0.2em;
}
body.subpage .column-main .csc-default .csc-textpic-intext-left .csc-textpic-imagewrap {
  margin-left: 0;
  margin-right: 1.1em;
}
body.subpage .column-main .csc-default .csc-textpic-intext-right .csc-textpic-imagewrap {
  margin-right: 0;
  margin-left: 1.1em;
}
.subnav li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #848484;
  border-right: 2px solid #ededed;
  padding: 3px 10px;
}
.subnav li a.active {
  background-color: #ffefdb;
  border-right: 2px solid #FF8C00;
  color: #222222;
}
.subnav li a:hover {
  background-color: #fff8f0;
  border-right: 2px solid #FF8C00;
}
.aPageLink {
  line-height: 40px;
  height: 40px;
  border: 1px solid #FF8C00;
  display: inline-block;
  width: 40px;
  text-align: center;
  border-radius: 3px;
}
.footer .inner-wrapper {
  padding: 0;
}
@media (max-width: 593px) {
  .page_links span {
    display: none;
  }
  .aPageLink:last-child {
    float: right;
  }
}
@media only screen and (max-width: 1050px) {
  .inner-wrapper {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1150px) {
  .navbar-inner {
    height: 70px;
    overflow: hidden;
    transition: height 0 linear 0.3s;
    background: none;
    background: white;
  }
  .navbar-inner .home-link {
    position: absolute;
    left: 0;
    top: 0;
  }
  .navbar-inner:before {
    content: '';
    height: 70px;
    background-color: white;
    width: 100%;
    float: left;
  }
  .navbar-inner.active {
    height: 100%;
    transition: none;
  }
  .navbar-inner.active .menu {
    opacity: 1;
    box-shadow: inset 0 1px 0px rgba(0,0,0,0.13);
  }
  .navbar-inner.active .icon {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .navbar-inner.active .icon .first {
    opacity: 0;
    width: 0%;
    margin-left: 0;
  }
  .navbar-inner.active .icon .second {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate3d(0,0,1,45deg);
    -moz-transform: rotate3d(0,0,1,45deg);
    -o-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
  }
  .navbar-inner.active .icon .third {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate3d(0,0,1,-45deg);
    -moz-transform: rotate3d(0,0,1,-45deg);
    -o-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
  }
  .navbar-inner.active .icon .fourth {
    width: 0%;
    margin-left: 0;
    background-color: white;
  }
  .navbar-inner.active .icon .tap {
    background-color: white;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    transition: all 0.6s cubic-bezier(0,0,0,1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .navbar-inner.active .icon .tap-2 {
    background-color: #c4c4c4;
    position: absolute;
    top: 48%;
    left: 50%;
    width: 1px;
    height: 1px;
    transition: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .navbar-inner ul.menu {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    background: #fff;
    transition: opacity 0.2s ease-in-out;
    visibility: visible;
  }
  .navbar-inner ul.menu li {
    width: 100%;
    border-bottom: 1px solid #ededed;
  }
  .navbar-inner ul.menu li a {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    display: block;
    float: none;
  }
  .navbar-inner ul.menu li#become-member-wrapper {
    position: relative !important;
    top: auto !important;
    right: auto !important;
  }
  .navbar-inner ul.menu li#become-member-wrapper .login {
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
  }
  .navbar-inner ul.menu li#become-member-wrapper .become-member {
    width: 100% !important;
    padding-left: 0px;
  }
  .navbar-inner ul.menu li.dropdown {
    background: white;
  }
  .navbar-inner ul.menu li.dropdown.dropdown-open {
    height: auto;
    border-bottom: none;
    background: white !important;
  }
  .navbar-inner ul.menu li.dropdown.dropdown-open ul.sub-menu {
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
    border-top: 1px solid #ededed;
    background-color: white !important;
  }
  .navbar-inner ul.menu li.dropdown.dropdown-open ul.sub-menu li a {
    padding-left: 40px;
  }
  .navbar-inner .icon {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
    -moz-transform: rotate3d(0,0,1,0deg);
    -o-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .navbar-inner .icon .tap-2 {
    background-color: white;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    transition: all 0.6s cubic-bezier(0,0,0,1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .navbar-inner .icon .tap {
    background-color: #c4c4c4;
    position: absolute;
    top: 48%;
    left: 50%;
    width: 1px;
    height: 1px;
    transition: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .navbar-inner .icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #848484;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
    -moz-transform: rotate3d(0,0,1,0deg);
    -o-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    margin-left: -15px;
    left: 50%;
  }
  .navbar-inner .icon span.first {
    top: 24px;
  }
  .navbar-inner .icon span.second,
  .navbar-inner .icon span.third {
    top: 32px;
  }
  .navbar-inner .icon span.fourth {
    top: 40px;
  }
}
@media only screen and (max-width: 920px) {
  .hero {
    height: 500px;
  }
  .hero-content {
    bottom: 45px;
    left: 50px;
  }
  .hero-content #main-header {
    font-size: 26px;
  }
  .hero-content #main-header span {
    height: 55px;
    line-height: 55px;
  }
  .hero-content #main-header span.bottom {
    width: 440px;
  }
  .hero-content .main-actions {
    width: 480px;
  }
  .hero-content .main-actions a {
    font-size: 15px;
    height: 55px;
    line-height: 55px;
  }
  .column-half {
    width: 100%;
    padding: 0 !important;
  }
  .column-half.left {
    margin-bottom: 40px;
  }
  #news-dates {
    padding: 55px 50px;
  }
  #news-dates h2 {
    text-align: center;
  }
  #news-dates .news-wrapper .news-entry {
    padding-bottom: 0;
  }
  #news-dates .btn-02 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    margin-bottom: 20px;
  }
  .footer {
    padding: 20px 0 20px;
    text-align: center;
  }
  .footer .left,
  .footer .right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .footer .left .footer-social,
  .footer .right .footer-social {
    float: none !important;
  }
  .footer .left ul,
  .footer .right ul {
    text-align: center;
    float: none;
  }
  .footer .left ul li,
  .footer .right ul li {
    display: inline-block;
    float: none;
  }
}
.footer .nl-form_wrapper {
  width: 100%;
  height: auto;
  background-color: #FF8C00;
  display: inline-block;
  padding: 45px 0 95px;
  margin: -21px 0 30px;
}
.footer .o-form {
  width: auto;
  text-align: center;
}
.footer .o-form h1 {
  color: #fff;
}
.footer .o-form form {
  margin: 0px;
  padding: 0px;
}
.footer .o-form .o-form-row {
  margin: 0 auto;
  overflow: visible;
  display: flex;
}
.footer .o-form .o-form-row input:first-child,
.footer .o-form .o-form-row input:nth-child(2) {
  flex-basis: 50%;
}
.footer .o-form .o-form-row #FormValue_EmailAddress {
  height: 50px;
  line-height: 50px;
  border: none;
}
.footer .o-form .o-form-row input[type="submit"] {
  background-color: #303030;
  color: #fff;
  padding: 0 20px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-radius: 0 2px 2px 0;
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: white;
}
.footer .o-form .o-form-row p.data_agreement_text {
  max-width: 500px;
  display: block;
  text-align: left;
  position: relative;
  overflow-y: visible;
  top: 15px;
  color: #f5deb3;
}
.footer .o-form .o-form-row p.data_agreement_text a {
  color: white;
}
@media (min-width: 661px) {
  .footer .o-form {
    padding: 0 20px;
  }
  .footer .o-form #FormValue_EmailAddress {
    min-width: 250px;
    box-sizing: initial;
  }
}
@media (max-width: 660px) {
  .footer .nl-form_wrapper {
    padding: 0px 0 40px;
  }
  .footer .o-form {
    padding: 50px;
  }
  .footer .o-form .o-form-row {
    display: block;
    width: auto;
  }
  .footer .o-form input {
    width: 100%;
    box-sizing: border-box;
  }
  .footer .o-form input[type="submit"] {
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 588px) {
  .o-form-row {
    width: 513px;
    padding: 0 20px 9px;
  }
  .o-form-row #FormValue_EmailAddress,
  .o-form-row input[type="submit"] {
    float: left;
  }
  .o-form-row #FormValue_EmailAddress {
    border-radius: 2px 0 0 2px;
  }
  .o-form-row input[type="submit"] {
    border-radius: 0 2px 2px 0;
    margin: 0;
  }
}
@media only screen and (max-width: 587px) {
  .o-form-row {
    width: auto !important;
    padding: 0;
  }
  .o-form-row #FormValue_EmailAddress,
  .o-form-row input[type="submit"] {
    float: initial !important;
    border-radius: 2px !important;
  }
  .o-form-row input[type="submit"] {
    margin: 40px 0 0;
  }
  .o-form-row #FormValue_EmailAddress {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 800px) {
  #quotes {
    padding: 50px 0 60px 0;
    color: white;
    width: 100%;
    overflow: hidden;
  }
  #quotes .slick-slider {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 30px;
  }
  #quotes .slick-slider .slick-slide h3.quote {
    font-size: 22px;
  }
  #quotes .slick-slider .slick-slide .author {
    font-size: 16px;
  }
  #become-member-now {
    height: 270px;
    position: relative;
  }
  #become-member-now:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,0.2);
  }
  #become-member-now .inner-wrapper .become-member-wrapper {
    width: 100%;
    right: 0;
    top: 62px;
  }
  #become-member-now .inner-wrapper .become-member-wrapper h2 {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
  #become-member-now .inner-wrapper .become-member-wrapper .membership {
    position: relative;
    float: none;
    width: 210px;
    margin: 0 auto 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .column-aside {
    display: none;
  }
  .column-main {
    width: 100%;
    padding-left: 0 !important;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 700px) {
  .hero-content {
    left: 0;
    bottom: 0;
    padding: 50px;
  }
  .hero-content #main-header {
    opacity: 1;
  }
  .hero-content:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
  }
  .hero-content #main-header {
    text-align: center;
  }
  .hero-content #main-header span {
    height: auto;
    line-height: 1.37em;
    display: inline;
    float: none;
    margin: 0;
    padding: 0 4px 0 0;
    background: none;
    text-shadow: 0 0 10px black;
    position: relative;
    z-index: 2;
  }
  .hero-content #main-header span.bottom {
    width: auto;
    margin: 0;
  }
  .hero-content .main-actions {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    height: auto;
  }
  .hero-content .main-actions a {
    font-size: 13px;
    height: 55px;
    line-height: 55px;
    width: 100%;
    float: none;
  }
  .hero-content .main-actions a.info {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #news-dates {
    padding: 25px;
  }
  #quotes {
    padding: 0 0 60px 0;
  }
  #quotes .content {
    padding: 30px;
  }
  #quotes .slick-slider {
    margin: 0;
    padding: 0;
  }
  #quotes .slick-slider .slick-next,
  #quotes .slick-slider .slick-prev {
    display: none !important;
  }
  #quotes .slick-slider .slick-slide h3.quote {
    font-size: 22px;
  }
  #quotes .slick-slider .slick-slide .author {
    font-size: 16px;
  }
  #become-member-now {
    background-position: left center;
    height: 319px !important;
  }
  #become-member-now h2 {
    padding-left: 30px !important;
    padding-right: 30px !important;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 420px) {
  .hero {
    height: 400px;
    overflow: hidden;
  }
  .hero-content {
    padding: 30px;
  }
  .hero-content #main-header {
    font-size: 22px;
  }
}
.sitemap,
.sitemap ul {
  list-style: none;
}
.sitemap li {
  margin-bottom: 10px;
}
.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 34px;
  height: 34px;
}
.icon-link img {
  max-width: 100%;
  max-height: 100%;
}
