::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
audio, canvas, iframe, img, picture, svg, video { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #000; margin: 1em 0 0 0; padding: 0; }
ul, ol { padding-left: 1em; margin: 0.8em 0 0 0; }
ul li, ol li { margin: 0.6em 0 0 0; }

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

.nm { margin: 0; }
.ntm { margin-top: 0; }
.nbm { margin-bottom: 0; }
.stm { margin-top: 0.5em; }
.sbm { margin-bottom: 0.5em; }
.mtm { margin-top: 0.8em; }
.mbm { margin-bottom: 0.8em; }
.btm { margin-top: 1.1em; }
.bbm { margin-bottom: 1.1em; }
.vbtm { margin-top: 1.6em; }
.vbbm { margin-bottom: 1.6em; }
.vvbtm { margin-top: 2em; }
.vvbbm { margin-bottom: 2em; }
.fl { float: left; }
.fr { float: right; }
.cll { clear: left; }
.clr { clear: right; }
.cl { clear: both; }

.alleft { text-align: left; }
.alcenter { text-align: center; }
.alright { text-align: right; }

.reverse, .white, .reverse p, .reverse ul li, .reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6 { color: #FFF; }

.bgwhite { background-color: #FFF; }
.bglgrey { background-color: #F3F3F3; }

.allcaps { text-transform: uppercase; letter-spacing: 0.1em; }
.livelink, .livelink_blank, .livelink_load { cursor: pointer; }
.reveal, .shapereveal { visibility: hidden; }
.relative { position: relative; }
.cb_fade { display: none; }

.bigger { font-size: 1.1em; line-height: 155%; }
.small { font-size: 0.9em; line-height: 145%; }

table { margin: 0.8em 0 0 0; border-top: 1px solid #CCC; border-collapse: collapse; }
table th, table td { padding: 0.3em 0.6em 0.3em 0; border-bottom: 1px solid #CCC; }

.g-recaptcha { margin: 0.8em 0 0 0; }
.g-recaptcha.alcenter > div { margin: 0 auto; }

.page_article table { border-collapse: collapse; border-top: 0; display: table; float: none; margin-top: 1.8em; }
.page_article table th, .page_article table td { border-bottom: 1px solid #EAEAEA; padding-top: 0.5em; padding-bottom: 0.5em; }

.page_article ul { list-style: none; list-style-type: none; padding-left: 0; position: relative; }
.page_article ul li { position: relative; padding-left: 1.2em; }
.page_article ul li:before { content: ''; width: 0.45em; height: 0.45em; background-color: #707e99; border-radius: 100%; position: absolute; left: 0; top: 0.6em; }

/* ==========================================================================
   Slick slider 1.8.0
   ========================================================================== */

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -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; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img, .slick-slide picture { display: block; }
.slick-slide.slick-loading img, .slick-slide.slick-loading picture { display: none; }
.slick-slide.dragging img, .slick-slide.dragging picture { 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-arrow.slick-hidden { display: none; }

.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; z-index: 1; top: 50%; display: block; width: 40px; height: 40px; margin-top: -20px; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: 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: .25; }
.slick-prev:before, .slick-next:before { font-family: 'Font Awesome 5 Pro'; font-size: 40px; line-height: 1; opacity: .75; color: #FFF; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: 0; }
.slick-next { right: 0; }
.slick-prev:before { content: "\f104"; }
.slick-next:before { content: "\f105"; }

.slick-dots { display: block; margin: 0; padding: 0; position: absolute; text-align: center; width: 100%; bottom: 3%; left: 0; list-style: none; list-style-type: none; }
.slick-dots li { display: inline-block; margin: 0 0.2em; }
.slick-dots li button { text-indent: -9999px; overflow: hidden; line-height: 0; padding: 0; border: 1px solid #FFF; background-color: transparent; border-radius: 100%; width: 14px; height: 14px; outline: 0; }
.slick-dots li button:before { font-size: 14px; color: #FFF; opacity: 0.7; }
.slick-dots li.slick-active button { background-color: #FFF; }
.slick-dots li.slick-active button:before { color: #FFF; opacity: 1; }
@media (min-width: 768px) {
    .slick-dots li { margin: 0 0.3em; }
	.slick-dots li button { width: 16px; height: 16px; }
	.slick-dots li button:before { font-size: 16px; }
}

/* ==========================================================================
   Misc
   ========================================================================== */

#loading { position: fixed; top: 0; width: 100%; height: 100%; background-color: #172751; z-index: 9999; }
#loading i { color: #edeb1c; font-size: 3em; position: absolute; top: 50%; left: 50%; margin-left: -0.4em; margin-top: -0.4em; }

.map_marker1 { width: 0; height: 0; position: relative; }
.map_marker1:after { font-family: 'Font Awesome 5 Pro'; content: "\f3c5"; color: #707e99; font-size: 3.2em; line-height: 100%; font-weight: normal; position: absolute; bottom: 0; left: -0.35em; }

/* ==========================================================================
   Images
   ========================================================================== */

.fixedimg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.page_image { position: relative; }

.image_space { background: #CCC url(../img/main/empty.jpg) no-repeat center center; background-size: cover; position: relative; }
.image_space_margins { margin: 1.8em 0 1em 0; }
.image_space > a { display: block; height: 100%; }
.image_space .shading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); }
.image_half { width: 50%; height: 160px; float: left; background: #CCC url(../img/main/empty.jpg) no-repeat center center; background-size: cover; position: relative; }
.image_short { min-height: 200px; }
.image_standard { min-height: 250px; }
.image_tall { min-height: 330px; }
.block.full .image_space { margin-left: -15px; margin-right: -15px; }
@media (min-width: 450px) {
	.image_half { height: 210px; }
	.image_short { min-height: 260px; }
	.image_standard { min-height: 320px; }
	.image_tall { min-height: 420px; }
}
@media (min-width: 576px) {
	.image_half { height: 230px; }
	.image_short { min-height: 300px; }
	.image_standard { min-height: 350px; }
	.image_tall { min-height: 400px; }
	.col-md-6 .image_short, .col-md-5 .image_short, .col-md-4 .image_short { min-height: 280px; }
	.col-md-6 .image_standard, .col-md-5 .image_standard, .col-md-4 .image_standard { min-height: 320px; }
	.col-md-6 .image_tall, .col-md-5 .image_tall, .col-md-4 .image_tall { min-height: 380px; }
	.image_special { height: 280px; }
}
@media (min-width: 768px) {
	.image_half { height: 300px; }
	.image_short { min-height: 350px; }
	.image_standard { min-height: 450px; }
	.image_tall { min-height: 550px; }
	.col-md-6 .image_short { min-height: 240px; }
	.col-md-6 .image_standard { min-height: 300px; }
	.col-md-6 .image_tall { min-height: 410px; }
	.col-md-5 .image_short { min-height: 205px; }
	.col-md-5 .image_standard { min-height: 255px; }
	.col-md-5 .image_tall { min-height: 300px; }
	.col-md-4 .image_short { min-height: 170px; }
	.col-md-4 .image_standard { min-height: 210px; }
	.col-md-4 .image_tall { min-height: 270px; }
}
@media (min-width: 992px) {
	.image_half { height: 360px; }
	.image_short { min-height: 420px; }
	.image_standard { min-height: 550px; }
	.image_tall { min-height: 650px; }
	.col-md-6 .image_short { min-height: 330px; }
	.col-md-6 .image_standard { min-height: 430px; }
	.col-md-6 .image_tall { min-height: 580px; }
	.col-md-5 .image_short { min-height: 280px; }
	.col-md-5 .image_standard { min-height: 360px; }
	.col-md-5 .image_tall { min-height: 485px; }
	.col-md-4 .image_short { min-height: 230px; }
	.col-md-4 .image_standard { min-height: 290px; }
	.col-md-4 .image_tall { min-height: 390px; }
}
@media (min-width: 1200px) {
	.image_half { height: 420px; }
	.image_short { min-height: 470px; }
	.image_standard { min-height: 600px; }
	.image_tall { min-height: 700px; }
	.col-md-6 .image_short { min-height: 360px; }
	.col-md-6 .image_standard { min-height: 480px; }
	.col-md-6 .image_tall { min-height: 660px; }
	.col-md-4 .image_short { min-height: 270px; }
	.col-md-4 .image_standard { min-height: 360px; }
	.col-md-4 .image_tall { min-height: 460px; }
}
@media (min-width: 1400px) {
	.image_half { height: 460px; }
	.image_short { min-height: 520px; }
	.image_standard { min-height: 650px; }
	.image_tall { min-height: 750px; }
}

/* ==========================================================================
   Spacing classes
   ========================================================================== */

.narrow_margins .row, .row.narrow_margins { margin-left: -10px; margin-right: -10px; }
.narrow_margins .row .column, .row.narrow_margins .column { padding-left: 10px; padding-right: 10px; }
@media (min-width: 992px) {
	.wider_margins .row, .row.wider_margins { margin-left: -20px; margin-right: -20px; }
	.wider_margins .row .column, .row.wider_margins .column { padding-left: 20px; padding-right: 20px; }
	.wide_margins .row, .row.wide_margins { margin-left: -30px; margin-right: -30px; }
	.wide_margins .row .column, .row.wide_margins .column { padding-left: 30px; padding-right: 30px; }
}
@media (min-width: 1200px) {
	.wider_margins .row, .row.wider_margins { margin-left: -25px; margin-right: -25px; }
	.wider_margins .row .column, .row.wider_margins .column { padding-left: 25px; padding-right: 25px; }
	.wide_margins .row, .row.wide_margins { margin-left: -40px; margin-right: -40px; }
	.wide_margins .row .column, .row.wide_margins .column { padding-left: 40px; padding-right: 40px; }
}

.areaspace_vertical_min, .space_vertical_min { padding-top: 1em; padding-bottom: 2em; }
.areaspace_vertical, .space_vertical { padding-top: 2em; padding-bottom: 3em; }
.areaspace_vertical_max, .space_vertical_max { padding-top: 2.5em; padding-bottom: 3.5em; }
.areaspace_above_max, .space_above_max { padding-top: 2.5em; }
.areaspace_above, .space_above { padding-top: 2em; }
.areaspace_above_min, .space_above_min { padding-top: 1em; }
.areaspace_below_min, .space_below_min { padding-bottom: 2em; }
.areaspace_below, .space_below { padding-bottom: 3em; }
.areaspace_below_max, .space_below_max { padding-bottom: 3.5em; }
.areaspace_minheight, .space_minheight { min-height: 400px; }
@media (min-width: 576px) {
	.areaspace_minheight, .space_minheight { min-height: 500px; }
}
@media (min-width: 768px) {
    .areaspace_vertical_min, .space_vertical_min { padding-top: 1.5em; padding-bottom: 2.5em; }
    .areaspace_vertical, .space_vertical { padding-top: 2.5em; padding-bottom: 3.5em; }
    .areaspace_vertical_max, .space_vertical_max { padding-top: 4em; padding-bottom: 5em; }
    .areaspace_above_max, .space_above_max { padding-top: 4em; }
    .areaspace_above, .space_above { padding-top: 2.5em; }
	.areaspace_above_min, .space_above_min { padding-top: 1.5em; }
	.areaspace_below_min, .space_below_min { padding-bottom: 2.5em; }
    .areaspace_below, .space_below { padding-bottom: 3.5em; }
    .areaspace_below_max, .space_below_max { padding-bottom: 5em; }
    .areaspace_horizontal, .space_horizontal { padding-left: 2%; padding-right: 2%; }
    .areaspace_horizontal_min, .space_horizontal_min { padding-left: 2%; padding-right: 2%; }
    .areaspace_horizontal_max, .space_horizontal_max { padding-left: 7%; padding-right: 7%; }
    .areaspace_horizontal_mega, .space_horizontal_mega { padding-left: 8%; padding-right: 8%; }
	.areaspace_minheight, .space_minheight { min-height: 600px; }
}
@media (min-width: 992px) {
    .areaspace_horizontal, .space_horizontal { padding-left: 6%; padding-right: 6%; }
    .areaspace_horizontal_min, .space_horizontal_min { padding-left: 4%; padding-right: 4%; }
    .areaspace_horizontal_max, .space_horizontal_max { padding-left: 15%; padding-right: 15%; }
	.areaspace_horizontal_mega, .space_horizontal_mega { padding-left: 21%; padding-right: 21%; }
}
@media (min-width: 1200px) {
    .areaspace_vertical_min, .space_vertical_min { padding-top: 2em; padding-bottom: 3em; }
    .areaspace_vertical, .space_vertical { padding-top: 3em; padding-bottom: 4em; }
    .areaspace_vertical_max, .space_vertical_max { padding-top: 5em; padding-bottom: 6em; }
    .areaspace_above_max, .space_above_max { padding-top: 5em; }
    .areaspace_above, .space_above { padding-top: 3em; }
	.areaspace_above_min, .space_above_min { padding-top: 2em; }
	.areaspace_below_min, .space_below_min { padding-bottom: 3em; }
    .areaspace_below, .space_below { padding-bottom: 4em; }
    .areaspace_below_max, .space_below_max { padding-bottom: 6em; }
    .areaspace_horizontal, .space_horizontal { padding-left: 12%; padding-right: 12%; }
    .areaspace_horizontal_min, .space_horizontal_min { padding-left: 6%; padding-right: 6%; }
    .areaspace_horizontal_max, .space_horizontal_max { padding-left: 18%; padding-right: 18%; }
    .areaspace_horizontal_mega, .space_horizontal_mega { padding-left: 22%; padding-right: 22%; }
	.areaspace_minheight, .space_minheight { min-height: 700px; }
}

.videoWrapper { position: relative; padding-bottom: 56.25%; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video_space { margin-bottom: 20px; }
.video_vertical_space { margin: 20px 0 15px 0; }
.video_vertical_space_small { margin: 0.8em 0 0 0; }
@media (min-width: 992px) {
	.video_space { margin-bottom: 25px; }
	.video_vertical_space { margin: 25px 0 15px 0; }
}

/* ==========================================================================
   Cookie Consent
   ========================================================================== */

#cookieconsent { display: none; position: fixed; z-index: 9998; bottom: 0; left: 0; width: 100%; background-color: #707e99; margin: 0; }
#cookieconsent .message { color: #FFF; margin: 0.6em 1em; display: inline-block; }
#cookieconsent .message a { color: #EAEAEA; text-decoration: none; }
#cookieconsent .message a:hover { color: #EAEAEA; text-decoration: underline; }
#cookieconsent #accept_cookies { display: block; border: 2px solid #707e99; padding: 0.5em 2em 0.6em 2em; margin: 0 10px 10px 10px; background-color: #545f73; color: #FFF; cursor: pointer; }
#cookieconsent #accept_cookies:hover { background-color: #EAEAEA; color: #707e99; }
@media (min-width: 768px) {
    #cookieconsent #accept_cookies { display: inline-block; float: right; margin: 0; }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before, .clearfix:after, .image_space:before, .image_space:after { content: " "; display: table; }
.clearfix:after, .image_space:after { clear: both; }