@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@600&family=Spartan:wght@300&display=swap");
/*** my breakpoints for screen mixin: @include screen(med) lrg sml ***/
/* eg Use .grid-1-4 { width: 100%; @include screen(med) { width: 50%; } @include screen(lrg) { width: 25%; } } */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
*, *::before, *::after { box-sizing: inherit; }

html { box-sizing: border-box; -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ -webkit-tap-highlight-color: transparent; }

body { margin: 0; background: #ffffff; color: #222; font-family: "Spartan", Segoe UI, calibri, Lucida Sans, Trebuchet MS, tahoma, arial, -apple-system, system-ui, BlinkMacSystemFont, sans-serif; overflow-x: hidden; text-rendering: optimizeLegibility; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8 (removed). */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. (removed) 2. Correct the odd `em` font sizing in all browsers. */
/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/** Modify default styling of address. */
address { font-style: normal; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; font-weight: bold; }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. (Removed) */
/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 (changed) */ font-size: inherit; /* 1 (changed) */ line-height: inherit; /* 1 (changed) */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule (removed). */
/** Change the border, margin, and padding in all browsers (opinionated) (changed). */
fieldset { border: 0; margin: 0; padding: 0; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; outline: none; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

.onecol { max-width: 900px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }

.box { display: flex; padding: 0 5px; margin: 0px auto; max-width: 1100px; /* max-width ignored. Put max width on flex-basis  */ /*  flex-basis determines how width is calculated - either auto or % - use ONLY on child div, not parent */ /* flex-basis: 1200px; */ flex-flow: column nowrap; justify-content: space-evenly; border: 0px solid #880000; }

.grid { max-width: 1100px; margin-left: auto; margin-right: auto; display: -webkit-flex; display: -ms-flexbox; display: -webkit-box; display: flex; /*  -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; -webkit-box-flex: 0; flex: 0 1 auto; */ -webkit-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.grid.nobox { margin-left: auto; margin-right: auto; max-width: 1100px; }

.grid.fw { max-width: 6000px; }

.grid.grid-nogutter { margin: 0; }

.grid.grid-nogutter > .col { padding: 0; }

.grid.block, .gridblock, .no-flexbox .grid { display: block; }

.col { -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: auto; -webkit-flex-basis: auto; flex-basis: auto; max-width: 100%; min-width: 0; padding: 0 5px 0 5px; }

.col.block { display: block; }

.no-flexbox .grid .col-12 { display: block; float: left; width: 100%; }

.col-align-top { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }

.col-align-bottom { align-self: flex-end; }

.col-align-middle { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }

.col-top { justify-content: flex-start !important; flex-direction: column; display: flex; }

.col-bottom { justify-content: flex-end !important; flex-direction: column; display: flex; }

.col-middle { justify-content: center; flex-direction: column; display: flex; }

.grid-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.grid-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.grid-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.grid-around { justify-content: space-around; }

.grid-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.col-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }

.col-last { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.grid-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.col-fixed { flex: initial; }

.col-grow-2 { flex-grow: 2; }

.col-grow-3 { flex-grow: 3; }

.col-grow-4 { flex-grow: 4; }

.col-grow-5 { flex-grow: 5; }

.col-grow-6 { flex-grow: 6; }

.col-grow-7 { flex-grow: 7; }

.col-grow-8 { flex-grow: 8; }

.col-grow-9 { flex-grow: 9; }

.col-grow-10 { flex-grow: 10; }

.col-grow-11 { flex-grow: 11; }

.col-1 { -ms-flex-preferred-size: 8.33333%; -webkit-flex-basis: 8.33333%; flex-basis: 8.33333%; width: 8.33333%; }

.col-2 { -ms-flex-preferred-size: 16.66667%; -webkit-flex-basis: 16.66667%; flex-basis: 16.66667%; width: 16.66667%; }

.col-3 { -ms-flex-preferred-size: 25%; -webkit-flex-basis: 25%; flex-basis: 25%; width: 25%; }

.col-4 { -ms-flex-preferred-size: 33.33333%; -webkit-flex-basis: 33.33333%; flex-basis: 33.33333%; width: 33.33333%; }

.col-5 { -ms-flex-preferred-size: 41.66667%; -webkit-flex-basis: 41.66667%; flex-basis: 41.66667%; width: 41.66667%; }

.col-6 { -ms-flex-preferred-size: 50%; -webkit-flex-basis: 50%; flex-basis: 50%; width: 50%; }

.col-7 { -ms-flex-preferred-size: 58.33333%; -webkit-flex-basis: 58.33333%; flex-basis: 58.33333%; width: 58.33333%; }

.col-8 { -ms-flex-preferred-size: 66.66667%; -webkit-flex-basis: 66.66667%; flex-basis: 66.66667%; width: 66.66667%; }

.col-9 { -ms-flex-preferred-size: 75%; -webkit-flex-basis: 75%; flex-basis: 75%; width: 75%; }

.col-10 { -ms-flex-preferred-size: 83.33333%; -webkit-flex-basis: 83.33333%; flex-basis: 83.33333%; width: 83.33333%; }

.col-11 { -ms-flex-preferred-size: 91.66667%; -webkit-flex-basis: 91.66667%; flex-basis: 91.66667%; width: 91.66667%; }

.col-12 { -ms-flex-preferred-size: 100%; -webkit-flex-basis: 100%; flex-basis: 100%; width: 100%; }

@media only screen and (max-width: 700px) { .col-sm12 { flex: 100%; width: 100%; }
  .col-sm6 { flex: 50%; max-width: 50%; }
  .col-sm4 { flex: 33.3333%; max-width: 33.3333%; }
  .col-sm3 { flex: 25%; max-width: 25%; } }

@media (min-width: 701px) and (max-width: 900px) { .col-md12 { flex: 100%; width: 100%; }
  .col-md10 { flex: 83.3333%; max-width: 83.3333%; }
  .col-md6 { flex: 50%; max-width: 50%; }
  .col-md9 { flex: 75%; max-width: 75%; }
  .col-md8 { flex: 66.6666%; max-width: 66.6666%; }
  .col-md4 { flex: 33.3333%; max-width: 33.3333%; }
  .col-md3 { flex: 25%; max-width: 25%; }
  .col-md2 { flex: 16.6666%; max-width: 16.6666%; } }

form.maxsize { max-width: 700px; }

form.hasborder { margin-top: 2.5rem; padding: 1rem; border: 1px solid #cccccc; }

form.nobdrpad { padding: 0; border: none; }

.form-group { margin-bottom: 0.5rem; }

input[type=submit] { margin-top: 0.7rem; }

fieldset { margin-bottom: 0.5rem; }

legend { font-size: 1.2em; font-weight: inherit; margin-bottom: 0.5rem; }

legend.center { text-align: center; width: 100%; margin-bottom: 1.5rem; }

legend.onborder { position: relative; top: -2.25rem; padding: 0.2rem 0.6rem; background-color: #ffffff; border: 1px solid #cccccc; }

form.nobdrpad legend.onborder label.form-label { display: block; line-height: 1.7rem; padding: 0.2rem 0; }

label.form-label.floatedrt { margin-left: 1rem; }

.form-input { background: #ffffff; border: 1px solid #cccccc; border-radius: 0; color: #222; display: block; font-size: inherit; height: auto; line-height: 1.7rem; width: 100%; max-width: 100%; outline: none; padding: 0.2rem 0.2rem; margin-bottom: 1rem; position: relative; transition: background .2s, border .2s, box-shadow .2s, color .2s; }

.form-input.short { max-width: 400px; }

.form-input:focus { -webkit-box-shadow: 0 0 0.2rem 0 #95b6c1; -moz-box-shadow: 0 0 0.2rem 0 #95b6c1; box-shadow: 0 0 0.2rem 0 #95b6c1; border-color: #95b6c1; }

.form-input::placeholder { color: #555555; }

.form-input[type="file"] { height: auto; }

textarea.form-input { width: 100%; height: 300px; }

input.default { border: 1px solid #8bafbb; padding: 0.3rem 0.3rem; }

input[type=submit] { margin-top: 0.7rem; background: #697d96; color: #ffffff; padding: 0.2rem 0.8rem; }

input[type=submit].default { margin-bottom: 0; margin-top: 0; border: 1px solid #8bafbb; padding: 0.3rem 0.8rem; }

.form-select { background: #ffffff; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #cccccc; border-radius: 0; color: inherit; font-size: inherit; height: auto; line-height: 1.7rem; outline: none; padding: 0.2rem 0.2rem; vertical-align: middle; width: auto; }

.form-select:focus { -webkit-box-shadow: 0 0 0.2rem 0 #95b6c1; -moz-box-shadow: 0 0 0.2rem 0 #95b6c1; box-shadow: 0 0 0.2rem 0 #95b6c1; border-color: #95b6c1; }

.form-select::-ms-expand { display: none; }

.form-select.custom-arrow { padding-right: 30px; background-repeat: no-repeat; -webkit-appearance: none; -moz-appearance: none; background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat; }

.form-checkbox, .form-radio, .form-switch { display: block; line-height: 1.7rem; padding: 0.2rem 0.2rem; position: relative; }

.form-checkbox input, .form-radio input, .form-switch input { margin: auto 0.6rem auto auto; overflow: hidden; position: relative; }

.form-checkbox input:focus, .form-radio input:focus, .form-switch input:focus { border-color: transparent; box-shadow: 0 0 0 0 transparent; }

.form-input:disabled, .form-input.disabled, .form-select:disabled, .form-select.disabled, option:disabled, option.disabled { background-color: #d9d9d9; cursor: not-allowed; opacity: .5; z-index: -1; }

/* encryption hiding */
div.offleft, span.offleft { position: absolute; top: 0; left: -9999em; height: 1px; width: 1px; }

div.g-recaptcha { margin-top: 0.9rem; }

.sectionpad { padding-top: 40px; padding-bottom: 60px; }

.padt1 { padding-top: 1rem; }

.textpad { padding-left: 1rem; padding-right: 1rem; }

.sectionpadt2, .padt2 { padding-top: 2rem; }

.sectionpadt3, .padt3 { padding-top: 3rem; }

.padb1 { padding-bottom: 1rem; }

.sectionpadb2, .padb2 { padding-bottom: 2rem; }

.sectionpadb3, .padb3 { padding-bottom: 3rem; }

.inner { width: 100%; height: auto; /* margin: 20px 10px;  */ }

.padright { padding-right: 0.6rem; }

.pad { padding: 1rem; }

@media (max-width: 699px) { .padtb-sml { padding: 20px 0; } }

.m-hide { display: block; }

@media (max-width: 699px) { .m-hide { display: none; } }

minheight { min-height: 400px; }

.clearfix::after { clear: both; content: ""; display: table; }

span.gap { display: inline-block; width: 50px; }

.float-left { float: left !important; }

.float-right { float: right !important; }

.p-relative, .prel, .posrel { position: relative !important; }

.p-absolute { position: absolute !important; }

.p-fixed { position: fixed !important; }

.p-sticky { position: sticky !important; }

.p-centered { display: block; float: none; margin-left: auto; margin-right: auto; }

.flex-centered, .tocenter, .tocentermid { align-items: center; display: flex; justify-content: center; }

.flex-wrap { flex-wrap: wrap; }

.tocenter.height100 { height: 100%; }

.tocenter-table, .d-table { display: table; width: 100%; height: 100%; }

.tocenter-cell, .totop-cell, .d-cell { display: table-cell; text-align: center !important; }

.tocenter-cell { vertical-align: middle; }

.totop-cell { vertical-align: top; }

.tocentermid { height: 100%; }

.zindexback { z-index: 100; }

.zindexmid { z-index: 200; }

.zindexfore { z-index: 300; }

.clear, .clear1, .clear2 { clear: both; display: block; }

.clear1 { height: 1rem; }

.clear2 { height: 2rem; }

.clear2 { height: 3rem; }

.d-block { display: block; }

.d-inline { display: inline; }

.d-inline-block { display: inline-block; }

.d-flex { display: flex; }

.d-inline-flex { display: inline-flex; }

.d-none, .d-hide { display: none !important; }

.d-visible { visibility: visible; }

.d-invisible { visibility: hidden; }

html { font-size: 0.8em; }

@media screen and (min-width: 700px) { html { font-size: 0.9em; } }

@media (min-width: 1400px) { html { font-size: 1em; } }

/* html {font-size: 100%;}16px*/
body { font-family: "Spartan", Segoe UI, calibri, Lucida Sans, Trebuchet MS, tahoma, arial, -apple-system, system-ui, BlinkMacSystemFont, sans-serif; font-weight: 300; font-size: inherit; line-height: 1.7rem; color: #222; }

h1, h2, h3, h4, h5 { margin: 2rem 0 1rem; font-family: "Bodoni Moda", serif; font-weight: 600; line-height: 1.3; color: #8bafbb; text-transform: none; }

.pagetitle, .subpagetitle, .sectiontitle, .subsectiontitle { text-align: center; }

h1.pagetitle.hassub, h2.pagetitle.hassub { margin-bottom: 0.2rem; }

.subpagetitle, .subsectiontitle { margin: 0 0 1.5rem; font-family: "Spartan", Segoe UI, calibri, Lucida Sans, Trebuchet MS, tahoma, arial, -apple-system, system-ui, BlinkMacSystemFont, sans-serif; }

h1 { margin-top: 2rem; font-size: 1.8rem; }

.subpagetitle, .subsectiontitle { font-size: 1rem; }

h2 { font-size: 1.8rem; }

.pagetitle.small { font-size: 1.2rem; font-weight: bold; margin: 1.6rem 0 0.2rem; }

h2.sectiontitle { margin-bottom: 0.2rem; }

h2.sectiontitle.nosub { margin-bottom: 1.5rem; }

h3 { font-size: 1.5rem; }

h3.sectiontitle { font-size: 1.8rem; margin-bottom: 1.38rem; }

h2.sectiontitle.nosub, h3.sectiontitle.nosub { margin-bottom: 1.5rem; }

footer h3 { margin-top: 0.5rem; }

h4 { font-size: 1.3rem; }

h5 { font-size: 1.2rem; }

p, li, td, label { font-size: inherit; }

p { margin: 0 0 1.7rem; }

footer p { margin-bottom: 1rem; }

p.subtitle { font-size: inherit; color: #8bafbb; text-align: center; font-size: 110%; font-style: normal; font-weight: normal; margin: 0em 0 1em; }

body .lttext, .lttext h3, .lttext h4, .lttext a { color: #fff; }

.textsmall, .text-small { font-size: 0.8rem; }

.textxsmall, .text-xsmall { font-size: 0.65rem; }

.textcenter, .text-center { text-align: center; }

.textright { text-align: right; }

.textright-centersmall { text-align: right; }

@media (max-width: 699px) { .textright-centersmall { text-align: center; } }

.textleft-centersmall { text-align: left; }

@media (max-width: 699px) { .textleft-centersmall { text-align: center; } }

h1.onbg, h2.onbg, h3.onbg, h4.onbg, h5.onbg, .hasbg p, .hasbg li { color: #4d3025; }

a { color: black; outline: none; text-decoration: underline; }

a:focus { /* @include control-shadow(); */ }

a:focus, a:hover, a:active { text-decoration: underline; }

.nocolor a { color: #222; }

a.noborder { text-decoration: none; }

a.noborder:focus, a.noborder:hover, a.noborder:active { text-decoration: none; }

.hasbg a { color: #8bafbb; text-decoration: underline; }

a.u { text-decoration: underline; }

/*blockquote, .blockquote {
  border-left: 2px solid $font-color;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
  p:last-child {
    margin-bottom: 0;
  }
}

blockquote, .blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
 }
blockquote:before,  .blockquote:before {
  color: #bbb;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -0.4em;
}*/
.quotewrap { max-width: 600px; width: 100%; height: auto; margin: 0em auto; }

blockquote p, .blockquote p { display: inline; font-style: italic; font-family: georgia, serif; margin: 0 0 0 10px; font-size: 110%; }

blockquote p.quoter, .blockquote p.quoter { display: block; font-style: normal; font-family: "Spartan", Segoe UI, calibri, Lucida Sans, Trebuchet MS, tahoma, arial, -apple-system, system-ui, BlinkMacSystemFont, sans-serif; text-align: right; font-size: 80%; }

blockquote.haspng::before, blockquote.haspng::after { quotes: none; content: ''; content: none; }

blockquote.haspng { border-left: 5px solid #8bafbb; padding: 1rem; background: #e7ecf2 url("../img/openquote.png") no-repeat 3px 3px; display: block; width: 100%; margin: 0; display: block; margin-block-start: 0em; margin-block-end: 0em; margin-inline-start: 0px; margin-inline-end: 0px; }

.defaultlist ul { list-style: none; width: 94%; margin: 0.5rem 0 1.5rem; padding: 0; }

.defaultlist ul ul { margin: 0.5rem 0 0.5rem; }

.defaultlist ul li { text-align: left; margin-left: 0; margin-bottom: 0.4rem; }

.defaultlist ul li:before { display: inline-block; content: ''; -webkit-border-radius: 0.2rem; border-radius: 0.2rem; height: 0.4rem; width: 0.4rem; margin-right: 0.75rem; margin-bottom: 0.2em; }

.hasbg .defaultlist ul li:before { background-color: #8bafbb; }

/* make nested lists number 1, 1.1, etc. begin: ol.man */
/* no class name on first ol */
ol { counter-reset: item; }

ol.main li { display: block; }

ol.main li:before { content: counters(item, ".") " "; counter-increment: item; }

ol.main > li { margin-top: 1em; }

ol.main li { margin-bottom: 0.5em; }

ol.main { padding-left: 0; }

.centerli ul { list-style: none; width: 94%; margin: 10px 3% 30px; padding: 0; }

.centerli ul li { margin-bottom: 0.4em; font-size: inherit; text-align: center; }

/* .centerli ul li:before, .centerli ul li:after {
  background-color: #888;
  display: inline-block;
    content: '';
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    height: 0.4rem;
    width: 0.4rem;
    margin-bottom: 0.2em; 
}

.centerli ul li:before {      margin-right: 0.75rem;  }
.centerli ul li:after {      margin-left: 0.75rem;    }
*/
/* put underline after heading */
.uline:after { content: ' '; position: absolute; left: 50%; bottom: 0; width: 120px; height: 0; border-top: 1px solid #8bafbb; margin-left: -60px; font-size: 0; line-height: 0; overflow: hidden; }

.sqlist ul, ul.square { margin: 0 0 1.6em 0; padding-left: 0; list-style: none; }

.sqlist ul li, ul.square li { margin: 0 0 0.5em; padding: 0 0 0 0.9rem; line-height: 1.4em; text-indent: 0px; overflow: visible; }

.sqlist ul li::before, ul.square li::before { content: ''; width: 0.4rem; height: 0.4rem; vertical-align: top; display: inline-block; margin: 0.6rem 0.5rem 0 -0.9rem; background-repeat: no-repeat; background-position: 0px 0px; background-color: #8bafbb; overflow: visible; }

/* fadein class added by IO javascript on elements with anim1 class */
.animhide { opacity: 0; }

img.lazy { opacity: 1; }

.fadeInYes { -webkit-animation: fadeInYes ease 2s; -moz-animation: fadeInYes ease 2s; -o-animation: fadeInYes ease 2s; -ms-animation: fadeInYes ease 2s; animation: fadeInYes ease 2s; }

@-webkit-keyframes fadeInYes { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-o-keyframes fadeInYes { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-ms-keyframes fadeInYes { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fadeInYes { 0% { opacity: 0; }
  100% { opacity: 1; } }

.slideInLeft { animation-name: slide-in-from-left; animation-duration: 2s; }

@keyframes slide-in-from-left { from { -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to { -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight { animation-name: slide-in-from-right; animation-duration: 2s; }

@keyframes slide-in-from-right { from { -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to { -webkit-transform: translateX(0);
    transform: translateX(0); } }

table { border-collapse: collapse; border-spacing: 0; width: 100%; max-width: 100%; margin: 0.5rem 0 2rem; }

table.tariff th, table.tariff td.head { background-color: #187c9a; color: #fff; }

th, td { text-align: left; border: 1px solid #bbbbbb; padding: .3rem 0.6rem; }

table.altrows tr:nth-child(even) { background: #dfdcd2; }

table.altrows tr:nth-child(odd) { background: transparent; }

#cookies-eu-banner { position: fixed; width: 100%; height: auto; bottom: 0; left: 0; background-color: #ffffff; padding: 0.7rem 0; z-index: 9999999999999999999999999; }

#cookies-eu-banner p { text-align: center; margin: 0; }

#cookies-eu-banner p, #cookies-eu-banner p a { color: #444444; }

#cookies-eu-banner p a { text-decoration: underline; }

#cookies-eu-banner p span { margin: 0 10px; display: inline; }

#cookies-eu-banner p button { display: inline; padding: 4px 10px 6px; border: none; margin: 0 10px; color: #ffffff; cursor: pointer; }

#cookies-eu-banner p button:hover { color: #000000; }

#cookies-eu-banner p button#cookies-eu-reject { background-color: #B22222; }

#cookies-eu-banner p button#cookies-eu-accept { background-color: #097969; }

/* animate https://animate.style/ */
/* Fading entrances  */
.zindex0 { z-index: 400; }

.zindex1 { z-index: 401; }

.zindex2 { z-index: 402; }

.zindex3 { z-index: 403; }

.zindex4 { z-index: 404; }

/* use mixins: @include for-navmob, @include for-navlap  */
body { overflow-x: hidden; overflow-y: scroll; }

body.overflow { overflow-y: hidden; width: 100%; height: 100%; }

@media (min-width: 901px) { body.overflow { overflow-y: scroll; } }

.burgerheight { min-height: 70px; }

#topnavwrap { width: 100%; min-height: 50px; height: auto; }

/* to wrap burger - burger width plus 2 times 20px */
.clickwrapabs { display: none; position: absolute; width: 84px; height: 84px; top: 1em; left: auto; right: 1em; }

@media (max-width: 900px) { .clickwrapabs { display: block; } }

@media screen and (max-width: 590px) { .clickwrapabs { right: 0; } }

/* for second burger in slide-in panel */
.clickwrapabs.inmobnav { z-index: 1; margin-top: 1em; }

#topnavformobile { width: 100%; display: none; }

@media (max-width: 900px) { #topnavformobile { display: block; } }

#topnavformobile img.mobilecenter { display: block; height: 120px; width: auto; margin: 0 auto 10px; }

nav.topnav { border-right: none; border-top: 1px solid #abc5ce; border-bottom: 1px solid #abc5ce; width: 80%; height: auto; margin: 0 0 0 20%; display: block; position: relative; }

nav.topnav.nobrandhere { width: 100%; margin-left: 0; background-color: #ffffff; }

ul.fullwidthflex { display: flex; flex-direction: row; -webkit-flex-direction: row; justify-content: center; /* equivalent of float left or right for items in a row */ align-items: center; /* refers to alignment of items when displaying as column */ position: relative; list-style: none; margin: 0; padding: 0; border-left: 0px solid transparent; }

ul.fullwidthflex li { flex-grow: 1; position: relative; list-style: none; text-align: center; /* border-left: 0 solid #fff; border-right: 0px solid $topnavbordercolor;  */ margin: 0; }

ul.fullwidthflex li a { color: #222; display: block; position: relative; height: auto; width: 100%; font-size: 0.7em; line-height: 50px; border-top: 4px solid #ffffff; text-transform: uppercase; text-decoration: none; padding: 0px 0; white-space: nowrap; }

ul.fullwidthflex li a:hover { border-top: 4px solid #8bafbb; }

@media (max-width: 900px) { ul.fullwidthflex li a { line-height: 50px; font-size: 1rem; } }

ul.fullwidthflex li a span { margin-left: 16px; }

ul.fullwidthflex li a i { display: inline; margin-left: 20px; font-size: 25px; line-height: inherit; vertical-align: middle; }

.no-flexbox ul.fullwidthflex { display: block; width: 100%; }

.no-flexbox ul.fullwidthflex li { display: inline-block; float: left; width: auto; padding-left: 2%; padding-right: 2%; }

body#home ul.fullwidthflex li.home a, body#second ul.fullwidthflex li.second a, body#third ul.fullwidthflex li.third a, body#fourth ul.fullwidthflex li.fourth a, body#fifth ul.fullwidthflex li.fifth a, body#sixth ul.fullwidthflex li.sixth a, body#seventh ul.fullwidthflex li.seventh a { border-top: 4px solid #8bafbb; }

.borderarrowdown { display: inline-block; position: relative; margin-left: 10px; width: 10px; height: 10px; margin: 0; border-style: solid; /* down arrow needs thick border on top and half border widths at sides */ border-width: 0px 1px 1px 0px; border-color: #222; transform: translateY(-2px) rotate(45deg); transform-origin: 50% 50%; transition: transform 0.2s; }

ul.dropdown { display: block; padding: 0; margin: 0; position: absolute; top: 50px; width: auto; min-width: 200px; left: 0; /*  transform: translateX(-50%);  */ overflow-y: hidden; z-index: +1; opacity: 0; height: auto; transform: scaleY(0); transform-origin: top; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

ul.dropdown li { flex: 1 1 auto; }

ul.dropdown li a { line-height: 50px; padding: 0 20px; background-color: #bbbbbb; border-bottom: 1px solid #ffffff; }

ul.dropdown.toggled { opacity: 1; transform: scaleY(1); }

@media (max-width: 900px) { nav.topnav { position: fixed; /* top: $iconwrapheight + 20px; */ top: 44px; bottom: 0; right: 0; width: 100%; max-width: 400px; height: auto; min-height: 100%; overflow-y: scroll; background-color: #ffffff; -webkit-transform: translateX(300%); -moz-transform: translateX(300%); -ms-transform: translateX(300%); -o-transform: translateX(300%); transform: translateX(300%); -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86); -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86); -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86); transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86); z-index: 401; }
  ul.fullwidthflex { padding: 20px 80px 200px 40px; border: 0px solid #990000; position: relative; top: 50px; left: 20px; width: 320px; flex-direction: column; -webkit-flex-direction: column; flex-wrap: wrap; }
  ul.fullwidthflex.split { padding-bottom: 0; width: 100%; }
  ul.fullwidthflex.split.second { padding-top: 0; }
  ul.fullwidthflex li { width: 100%; display: block; /* align-items: flex-start;  */ padding-left: 20%; text-align: left; }
  ul.fullwidthflex li.hasdd { padding-right: 0; }
  .burgertarget.burgerclicked { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); }
  ul.dropdown { width: 100%; display: none; position: relative; top: 0; }
  ul.dropdown li { width: 90%; margin-left: 10%; padding-left: 0; }
  ul.dropdown.toggled { display: block; } }

/*  OVERLAY */
.overlay { position: fixed; top: 0; left: 0; z-index: 401; width: 100%; height: 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: #b7ac7f; opacity: 0; visibility: hidden; }

.overlay.show { opacity: 0.8; visibility: visible; }

@media (min-width: 901px) { .overlay.show { opacity: 0; visibility: hidden; } }

.bgrwrap { position: relative; top: 0; float: right; right: 16px; height: 44px; width: 100px; display: none; }

@media (max-width: 900px) { .bgrwrap { display: block; } }

.bgrwrap span { line-height: 44px; cursor: pointer; }

/* From Firetime */
.menu-icon { position: relative; top: 0; right: 0; float: right; /* z-index: $overlayzindex + 3; */ height: 44px; width: 44px; /* top: ($iconwrapheight - 40) / 2; 
background: rgba(255, 255, 255, 0.1);
border-radius: 44px;
border: 0px solid $burger-color; 
*/ cursor: pointer; -webkit-transition: 0.3s; transition: 0.3s; }

.menu-icon .bars { display: block; margin: auto; margin-top: auto; margin-top: 12px; width: 20px; }

.menu-icon .bars .bar1, .menu-icon .bars .bar2, .menu-icon .bars .bar3 { display: block; content: ""; height: 2px; width: 100%; background: #fff; margin-bottom: 5px; -webkit-transition: 0.3s; transition: 0.3s; }

.menu-icon.menu-visible .bars .bar1 { -webkit-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg); -webkit-transform-origin: center; transform-origin: center; }

.menu-icon.menu-visible .bars .bar3 { -webkit-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg); -webkit-transform-origin: center; transform-origin: center; }

.menu-icon.menu-visible .bars .bar2 { width: 0px; }

ul.footernav.vertical { list-style-type: none; margin: 10px 0; border: 0px solid #990000; padding: 0 0 0 0; }

.footernav.vertical li { margin-left: 0; padding: 0 0 0 20px; border-top: 0px solid #cbdbe1; border-bottom: 0px solid #c8b58d; line-height: 2rem; /* background: url('../img/bullet-pale.png') no-repeat 0px 18px;  */ }

.footernav.vertical li.top { border-top: 0; }

.footernav.vertical li.bottom { border-bottom: 0px solid #cbdbe1; }

.footernav.vertical li a { color: #ffffff; font-weight: normal; border-bottom: 0px dotted #c8ba9e; padding: 0px 0px; text-decoration: none; }

.footernav.vertical li a:hover { border-bottom: 0px solid #c8ba9e; color: #222; }

.footernav.vertical li::before { content: ''; width: 0.4rem; height: 0.4rem; vertical-align: top; display: inline-block; margin: 0.6rem 0.5rem 0 -0.9rem; background-repeat: no-repeat; background-position: 0px 0px; background-color: #ffffff; overflow: visible; }

/* burger icon */
#burger { width: 45px; height: 45px; display: none; position: fixed; top: 30px; right: 20px; margin: 0 auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; z-index: 9999; /*   border:1px solid red; */ }

#burger span { display: block; position: absolute; height: 5px; width: 100%; background: black; border-radius: 5px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; /*   border:4px solid black; */ }

#burger span:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }

#burger span:nth-child(2) { top: 14px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }

#burger span:nth-child(3) { top: 28px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }

#burger.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: -3px; left: 8px; }

#burger.open span:nth-child(2) { width: 0%; opacity: 0; }

#burger.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 30px; left: 8px; }

@media (max-width: 900px) { #burger { display: block; } }

.btn, input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #1d6178; width: auto; height: auto; padding: 0.4rem 1rem 0.4rem; margin: 0 0 1.7rem; color: #ffffff; border: none !important; cursor: pointer; display: inline-block; font-size: inherit; line-height: 1.7rem; outline: none; text-align: center; text-decoration: none; transition: background .9s, border .4s, color .9s; user-select: none; vertical-align: middle; white-space: nowrap; }

.btn.nomargin, input[type="submit"].nomargin { margin-bottom: 0; }

.btn:focus, .btn:hover, input[type="submit"]:focus, input[type="submit"]:hover { background: #8bafbb; color: #ffffff; text-decoration: none; -webkit-box-shadow: 0 0 0.2rem 0 #95b6c1; -moz-box-shadow: 0 0 0.2rem 0 #95b6c1; box-shadow: 0 0 0.2rem 0 #95b6c1; }

.btn:active, .btn.active, input[type="submit"]:active, input[type="submit"].active { background: #8bafbb; color: #ffffff; text-decoration: none; }

.btn.cta, input[type="submit"].cta { font-size: 1.3rem; padding: 0.6rem 1.5rem; display: inline-block; margin-left: auto; margin-right: auto; }

.btn.btn-primary, input[type="submit"].btn-primary { background: #8bafbb; border-color: #81a8b5; color: #ffffff; }

.btn.btn-primary:focus, .btn.btn-primary:hover, input[type="submit"].btn-primary:focus, input[type="submit"].btn-primary:hover { background: #7ba4b2; border-color: #719dac; color: #ffffff; }

.btn.btn-primary:active, .btn.btn-primary.active, input[type="submit"].btn-primary:active, input[type="submit"].btn-primary.active { background: #749fae; border-color: #6b99a8; color: #ffffff; }

.btn.btn-clear, input[type="submit"].btn-clear { background: transparent; border: 0; color: #8bafbb; height: 1rem; line-height: 0.8rem; margin-left: 0.2rem; margin-right: -2px; opacity: 1; padding: -.2rem; text-decoration: none; width: 1rem; }

.btn.btn-clear:focus, .btn.btn-clear:hover, input[type="submit"].btn-clear:focus, input[type="submit"].btn-clear:hover { background: #8bafbb; color: #ffffff; opacity: .95; }

.btn.btn-clear::before, input[type="submit"].btn-clear::before { content: "\2715"; }

a.btn span.em { color: #ffffff; line-height: inherit; font-style: normal; font-weight: inherit; text-transform: none; font-size: 1.5rem; display: inline; vertical-align: middle; margin-left: 10px; }

/* Slider */
.slideoverlaywrap { position: absolute; width: 80%; height: 40%; bottom: 0; left: 10%; border: 0px solid #990000; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.slick-slider { position: relative; display: block; 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; /* remove the fucking gap under the images */ line-height: 0; }

.slick-list { position: relative; overflow: hidden; display: block; 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; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

.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; font-size: 0; /* Ought to remove the fucking gap, but doesn't; see line height fix on slick-slider */ /* needs max-width 100% otherwise height doesn't reduce in smaller screens */ display: none; }

.slick-slide div { font-size: 0; }

.slick-slide div div { font-size: 0; }

.slick-slide img { display: block; height: auto; width: 100%; max-width: 100%; vertical-align: bottom; margin-bottom: 0; }

.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-arrow.slick-hidden { display: none; }

/* Slider */
.slick-loading .slick-list { background: #fff url("./fonts/ajax-loader.gif") center center no-repeat; }

/* Icons  @if $slick-font-family == "slick" { @font-face { font-family: "slick"; src: slick-font-url("slick.eot"); src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; } } */
/* Arrows */
.slick-prev, .slick-next { z-index: 9; position: absolute; display: block; height: 30px; width: 30px; line-height: 0px; font-size: 30px; cursor: pointer; background: transparent; color: transparent; top: 50%; /*  -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); */ 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 { position: relative; font-family: "slick"; font-size: 30px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: 0px; }

.slick-prev:before { content: "←"; left: 15px; }

.slick-next { right: 5px; }

.slick-next:before { content: "→"; right: 15px; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 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: 0px; font-size: 0px; 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-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

.arrowsin2thin .slick-prev { width: 32px; height: 100%; left: 8px; z-index: 9999999999999; }

.arrowsin2thin .slick-next { width: 32px; height: 100%; right: 8px; }

.arrowsin2thin .slick-prev:before, .arrowsin2 .slick-next:before { opacity: 1; image-rendering: auto; height: auto; width: auto; top: 0; border: 0px solid #999999; }

.arrowsin2thin .slick-next:before { content: url("../img/arrow_right.png"); }

.arrowsin2thin .slick-prev:before { content: url("../img/arrow_left.png"); }

.arrowsin .slick-prev, .arrowsin .slick-next { width: 60px; height: 100%; /*    -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);  */ }

@media (max-width: 699px) { .arrowsin .slick-prev, .arrowsin .slick-next { height: 15%; bottom: 0; top: 85%; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } }

.arrowsin .slick-prev { left: 0px; }

.arrowsin .slick-next { right: 0px; }

.arrowsin .slick-prev:before { opacity: 1; image-rendering: auto; height: auto; width: auto; top: 0; border: 0px solid #999999; }

.arrowsin .slick-next:before, .arrowsin .slick-prev:before { font-family: 'icomoon'; font-size: 50px; color: #697d96; }

.arrowsin .slick-next:before { content: "\ea3c"; }

.arrowsin .slick-prev:before { content: "\ea40"; }

.svgarrows .slick-prev, .svgarrows .slick-next { top: 0; height: 100%; width: 60px; }

@media (max-width: 899px) { width: 50px; }

@media (max-width: 699px) { width: 40px; }

.svgarrows .slick-prev { left: 0px; }

.svgarrows .slick-next { right: 0px; borer: 1px solid #990000; }

.svgarrows .slick-next:before, .svgarrows .slick-prev:before { display: block; opacity: 1; image-rendering: auto; height: auto; width: 60px; font-size: 0px; }

@media (max-width: 899px) { .svgarrows .slick-next:before, .svgarrows .slick-prev:before { width: 50px; } }

@media (max-width: 699px) { .svgarrows .slick-next:before, .svgarrows .slick-prev:before { width: 40px; } }

.svgarrows.coloredarrows .slick-next:before { content: url("../img/arrowright.svg"); }

.svgarrows.coloredarrows .slick-prev:before { content: url("../img/arrowleft.svg"); }

.svgarrows.whitearrows .slick-next:before { content: url("../img/arrowrightwhite.svg"); }

.svgarrows.whitearrows .slick-prev:before { content: url("../img/arrowleftwhite.svg"); }

/*
.svgarrows  .slick-prev:before { 
content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' fill='red'><path d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /></svg>");
} */
.zoomonhover a img { float: left; width: 20%; height: auto; border: 2px solid #fff; -webkit-transition: -webkit-transform .15s ease; -moz-transition: -moz-transform .15s ease; -o-transition: -o-transform .15s ease; -ms-transition: -ms-transform .15s ease; transition: transform .15s ease; position: relative; }

.zoomonhover a:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); z-index: 5; }

.zoomonhover a.big img { width: 40%; }

body.hidden-scroll { overflow: hidden; }

.sl-overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #fff; opacity: 0.9; display: none; z-index: 1035; }

.sl-wrapper { z-index: 1040; }

.sl-wrapper button { border: 0 none; background: transparent; font-size: 28px; padding: 0; cursor: pointer; }

.sl-wrapper button:hover { opacity: 0.7; }

.sl-wrapper .sl-close { display: none; position: fixed; right: 30px; top: 30px; z-index: 10060; margin-top: -14px; margin-right: -14px; height: 44px; width: 44px; line-height: 44px; font-family: Arial, Baskerville, monospace; color: #000; font-size: 3rem; }

.sl-wrapper .sl-close:focus { outline: none; }

.sl-wrapper .sl-counter { display: none; position: fixed; top: 30px; left: 30px; z-index: 1060; color: #000; font-size: 1rem; }

.sl-wrapper .sl-navigation { width: 100%; display: none; }

.sl-wrapper .sl-navigation button { position: fixed; top: 50%; margin-top: -22px; height: 44px; width: 22px; line-height: 44px; text-align: center; display: block; z-index: 10060; font-family: Arial, Baskerville, monospace; color: #000; }

.sl-wrapper .sl-navigation button.sl-next { right: 5px; font-size: 2rem; }

.sl-wrapper .sl-navigation button.sl-prev { left: 5px; font-size: 2rem; }

.sl-wrapper .sl-navigation button:focus { outline: none; }

@media (min-width: 35.5em) { .sl-wrapper .sl-navigation button { width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next { right: 10px; font-size: 3rem; }
  .sl-wrapper .sl-navigation button.sl-prev { left: 10px; font-size: 3rem; } }

@media (min-width: 50em) { .sl-wrapper .sl-navigation button { width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next { right: 20px; font-size: 3rem; }
  .sl-wrapper .sl-navigation button.sl-prev { left: 20px; font-size: 3rem; } }

.sl-wrapper .sl-image { position: fixed; -ms-touch-action: none; touch-action: none; z-index: 10000; }

.sl-wrapper .sl-image img { margin: 0; padding: 0; display: block; border: 4px solid #ffffff; width: 100%; height: auto; }

@media (min-width: 35.5em) { .sl-wrapper .sl-image img { border: 4px solid #ffffff; } }

@media (min-width: 50em) { .sl-wrapper .sl-image img { border: 4px solid #ffffff; } }

.sl-wrapper .sl-image iframe { background: #000; border: 0 none; }

@media (min-width: 35.5em) { .sl-wrapper .sl-image iframe { border: 0 none; } }

@media (min-width: 50em) { .sl-wrapper .sl-image iframe { border: 0 none; } }

.sl-wrapper .sl-image .sl-caption { display: none; padding: 10px; color: #fff; background: rgba(0, 0, 0, 0.9); font-size: 1rem; position: absolute; bottom: 0; left: 0; right: 0; }

.sl-wrapper .sl-image .sl-caption.pos-top { bottom: auto; top: 0; }

.sl-wrapper .sl-image .sl-caption.pos-outside { bottom: auto; }

.sl-wrapper .sl-image .sl-download { display: none; position: absolute; bottom: 5px; right: 5px; color: #000; z-index: 1060; }

.sl-spinner { display: none; border: 5px solid #333; border-radius: 40px; height: 40px; left: 50%; margin: -20px 0 0 -20px; opacity: 0; position: fixed; top: 50%; width: 40px; z-index: 1007; -webkit-animation: pulsate 1s ease-out infinite; -moz-animation: pulsate 1s ease-out infinite; -ms-animation: pulsate 1s ease-out infinite; -o-animation: pulsate 1s ease-out infinite; animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

.sl-transition { transition: -moz-transform ease 200ms; transition: -ms-transform ease 200ms; transition: -o-transform ease 200ms; transition: -webkit-transform ease 200ms; transition: transform ease 200ms; }

@-webkit-keyframes pulsate { 0% { transform: scale(0.1);
    opacity: 0.0; }
  50% { opacity: 1; }
  100% { transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate { 0% { transform: scale(0.1);
    opacity: 0.0; }
  50% { opacity: 1; }
  100% { transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate { 0% { transform: scale(0.1);
    opacity: 0.0; }
  50% { opacity: 1; }
  100% { transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate { 0% { transform: scale(0.1);
    opacity: 0.0; }
  50% { opacity: 1; }
  100% { transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate { 0% { transform: scale(0.1); opacity: 0.0; }
  50% { opacity: 1; }
  100% { transform: scale(1.2); opacity: 0; } }

.blocker { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; z-index: 1; padding: 20px; box-sizing: border-box; background-color: #fff; background-color: rgba(250, 250, 250, 0.75); text-align: center; }

.blocker:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.05em; }

.blocker.behind { background-color: transparent; }

.modal { display: none; vertical-align: middle; position: relative; z-index: 0; box-sizing: border-box; max-width: 640px; width: 90%; background: #fff; padding: 15px 30px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #6e6355; -o-box-shadow: 0 0 10px #6e6355; -ms-box-shadow: 0 0 10px #6e6355; box-shadow: 0 0 10px #6e6355; text-align: left; }

.modal a.close-modal { position: absolute; top: -12.5px; right: -12.5px; display: block; width: 40px; height: 40px; text-indent: -9999px; background-size: contain; background-repeat: no-repeat; background-position: center center; background-image: url("../img/modalcross.png"); }

.modal-spinner { display: none; position: fixed; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); padding: 12px 16px; border-radius: 5px; background-color: #111; height: 20px; }

.modal-spinner > div { border-radius: 100px; background-color: #fff; height: 20px; width: 2px; margin: 0 1px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

.modal-spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

.modal-spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.5); }
  20% { -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% { transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

body { border-bottom: 0px solid #090e15; padding: 0; margin: 0; height: 100%; background-color: #ffffff; /* background-image: url('../photos/background.jpg'); */ background-position: center top; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }

body.plain { background: #ffffff; background-image: none; }

#box { margin: 0 auto; /* fix margin top in mobile to calculate position of slide in menu */ width: 98%; max-width: 1100px; min-width: 320px; background-color: #ffffff; padding: 0; border: 0; /*box-shadow: 3px 3px 6px rgba(136,118,97,.5); -webkit-box-shadow: 3px 3px 6px rgba(136,118,97,.5);
-moz-box-shadow: 3px 3px 6px rgba(136,118,97,.5); -o-box-shadow: 0 1px 4px rgba(136,118,97,.5);*/ }

@media (max-width: 900px) { #box { margin-top: 0px; } }

.row { max-width: 1200px; border: 0px solid #888888; margin: 0 auto; padding: 0 10px; }

.hasbg, .hasbg2 { margin: 0px 0px 0px; height: auto; overflow: hidden; position: relative; top: 0; left: 0; }

.hasbg.top { margin: 10px 0px 5px; }

.hasbg { background-color: #697d96; }

.hasbg2 { background-color: #8bafbb; }

.lrpad { padding: 0 0.5em; }

.lrbpad { padding: 0 0.5em 0.5em; }

.lrtbpad, .pad { padding: 0.5em; }

.lrtpad { padding: 0.5em 0.5em 0; }

.tpad { padding: 0.5em 0 0 0; }

#topbar { background-color: #8bafbb; color: #fff; display: block; margin: 0; padding: 0.5rem 1.5rem; }

@media (max-width: 900px) { #topbar { padding: 0 1.5rem; } }

p.topbarleft { margin: 0; width: auto; float: left; display: inline-block; line-height: 100%; }

@media (max-width: 900px) { p.topbarleft { display: none; } }

p.topbarleft, a.topbar, .bgrwrap span { color: #fff; font-size: 14px; }

a.topbar { margin: 0; display: block; width: auto; cursor: pointer; text-decoration: none; border: none; line-height: 100%; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

a.topbar.left { text-align: left; margin-left: 12px; }

@media (max-width: 900px) { a.topbar.left { display: none; } }

a.topbar.right { text-align: right; float: right; margin-right: 1.5rem; }

@media (max-width: 900px) { a.topbar.right { float: left; } }

.textwrap { margin-left: auto; margin-right: auto; width: 90%; max-width: 800px; }

.bordery { height: 2px; width: 100%; flex-basis: 100%; background-image: linear-gradient(to right, #dddddd, #999999, #dddddd); margin: 0 5px; }

.sswrap { margin-top: 0px; }

@media (max-width: 900px) { .sswrap { margin-top: 0px; } }

.overlay-abs { position: absolute; width: 80%; height: 100%; margin: 0 10%; z-index: +1; }

.overlay-abs.belowcenter { height: 60%; bottom: 0; }

.overlay-abs h3 { text-align: center; color: white; }

p#tagline { display: inline-block; width: 100%; font-family: georgia, 'Times New Roman',  serif; text-align: center; font-size: 0.9rem; font-weight: bold; letter-spacing: 2px; margin: 1% 0 0 0; line-height: 1.4; }

@media (max-width: 900px) { p#tagline { letter-spacing: 0; font-size: 0.8rem; } }

a.forlogo { display: block; margin: 1.5rem auto; width: 70%; max-width: 400px; height: auto; position: relative; z-index: 399; }

img#logo { display: block; width: 100%; height: auto; }

@media (max-width: 900px) { img#logo { margin: 1rem auto; } }

@media screen and (max-width: 590px) { img#logohomewide { margin-left: 0; } }

.sbwrap { padding: 1rem; border: 1px solid #8bafbb; background: #e7ecf2; }

.ctawrap { text-align: center; display: block; width: 100%; margin: 2em auto; background-color: #e7ecf2; padding: 2rem 0 0rem; }

h3.dividertitle { font-size: 18px; line-height: 26px; display: block; width: 100%; margin: 0; padding: 0; position: relative; text-align: center; text-transform: uppercase; z-index: 1; }

p.divider { display: block; width: 100%; }

h3.dividertitle::before, p.divider::before { background: #abc5ce; content: ""; height: 1px; left: 0; margin: -1px 0 0 0; padding: 0; position: absolute; top: 50%; width: 100%; z-index: 1; }

h3.dividertitle span { background: #fff; display: inline-block; margin: 0 auto; padding: 0 10px; position: relative; z-index: 2; }

p.topphotocaption { font-size: 0.8rem; text-align: center; margin-bottom: 0; }

/* to style photos embedded in text  */
.onecol img { display: block; height: auto; width: 100%; margin: 2% auto 1rem; }

.onecol img + p { font-size: 0.9rem; margin-bottom: 1.6rem; }

/* sprite */
ul.facilitieslist { margin-top: 0; padding-left: 0; }

ul.facilitieslist li { color: inherit; display: inline-block; font-size: 16px; line-height: 24px; padding: 0 12px 0 0; vertical-align: top; }

ul.facilitieslist li::after { content: ""; height: 30px; width: 15px; background: url("../img/sprite.png") no-repeat -160px -169px; display: inline-block; font-size: 0; color: #ffffff; margin: 0 6px -2px 9px; }

ul.facilitieslist li.item-beds::after { background-position: -180px -169px; width: 35px; }

ul.facilitieslist li.item-bathrooms::after { background-position: -221px -169px; width: 20px; }

ul.facilitieslist li.item-wifi::after { background-position: -248px -170px; content: ""; width: 24px; margin-left: 0; }

ul.facilitieslist li.item-aircon::after { background-position: -275px -169px; content: ""; width: 24px; margin-left: -5px; }

ul.facilitieslist li.item-pool::after { background-position: -263px -137px; content: ""; width: 38px; }

p.hotelicons { text-align: center; display: block; margin: 20px auto; padding: 0; }

p.hotelicons, p.hotelicons span { min-height: 50px; height: auto; font-size: 15px; line-height: 50px; }

p.hotelicons span { margin: 0 10px 0 0; display: inline-block; width: auto; padding: 0; vertical-align: middle; }

p.hotelicons img { display: inline-block; float: left; width: auto; height: 50px; margin: 0 0 0 0; }

i.fas, p.hotelicons span i.fas { font-size: 30px; line-height: 50px; margin: 0 6px 0 0; color: #8bafbb; }

a.topbar i.fas { line-height: 1; font-size: inherit; color: #ffffff; }

.footerline { border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.fxbg { background-size: cover; background-position: center center; background-attachment: fixed; z-index: 1; text-align: center; position: relative; width: 100%; min-height: 800px; }

p.sbphoto { margin: 2rem 0 0 0; text-align: center; }

p.sbphoto img { width: 90%; max-width: 120px; height: auto; }

p.sbphoto img.fit { width: 100%; max-width: 100%; height: auto; }

.teaserwrap { display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; align-items: stretch; }

.teaserwrap .eqheight { flex: 1; }

.teaserpad { padding: 5px; height: 100%; }

.teaser { height: 100%; position: relative; z-index: 8; background-color: #697d96; border: 1px solid #d0d0d0; margin: 0 0 0 0; }

.teaser img { position: relative; z-index: 9; width: 100%; height: auto; }

.teaser .overlay { position: absolute; width: 100%; height: 100%; margin: 0 0; top: 0; left: 0; z-index: +1; transition: all 0.3s ease-in-out; background-color: transparent; opacity: 1; visibility: visible; }

.teaser .textwrap { position: relative; z-index: 99; display: block; width: 50%; margin: auto 25%; padding: 2%; background: url("../img/overlaybg.png") repeat 0 0; color: #990000; }

.teaser .textwrap h3 { color: #fff; font-size: 1.5rem; letter-spacing: 1px; line-height: 120%; text-transform: uppercase; margin: 1rem 0 0.5rem; }

.teaser p.readmore { font-size: 0.8rem; color: #fff; margin: 0 0 1rem; text-decoration: underline; }

.teaser p.caption { text-align: center; color: #664f46; margin: 0.5em 0; font-size: 1em; }

footer.footermain { background-color: #8bafbb; margin-top: 2rem; }

.dkbg p, .dkbg a, footer.footermain p, footer.footermain a, footer.footermain h4 { color: #ffffff; }

/* a.forfooterlogo {  display: block; width: 50%; max-width: 200px; height: auto;  } */
img.footerlogo { display: block; width: 50%; max-width: 300px; height: auto; margin-left: auto; margin-right: auto; margin-bottom: 30px; }

a.inblock { display: inline-block; width: auto; height: auto; }

div.bannerrow { padding: 0.5rem; width: 100%; }

img.b-row { height: 110px; width: auto; margin: 0.5rem; display: block; }

.botnavrow { background-color: #697d96; padding: 0.5rem 0; }

.botnavrow a { margin: 0 1%; color: #ffffff; font-size: 0.8rem; }

.vbotrow { background-color: #8bafbb; padding: 0.5rem 0; }

.vbotrow p { margin: 0.5rem 0; }

.vbotrow p, .vbotrow p a { color: #b4afbd; }

.vbotrow p a.discrete { color: #b4afbd; }

.ctabg { background-clip: padding-box; background-position: center center; background-repeat: no-repeat; background-attachment: scroll; background-size: cover; background-color: transparent; background-image: url("../photos/ctabg-light2.jpg"); min-height: 200px; width: 100%; padding: 3rem 0; }

.opaque { position: relative; background-color: #ffffff; z-index: 1; }

.foroverlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; }

.foroverlay .overlaid { background: url("../img/overlaybg.png") repeat 0 0; margin: 0; padding: 5px 10px; }

h3.overlaid { line-height: 1.4; font-size: 1.5rem; color: #ffffff; }

h3.overlaid span.more { font-size: 0.9rem; text-decoration: underline; }

/* below use top 50 bottom 50 for tallbox to extend top and bottom */
.fullwidthabsbg { position: relative; top: 0px; bottom: 0px; left: 0; right: 0; width: 100%; min-height: 550px; z-index: 0; background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; border: 0px solid #333; /* @include bgcover; */ }

.tallbox { display: block; position: relative; top: 0px; bottom: 0px; width: 80%; max-width: 1200px; margin: 0 auto; min-height: 400px; height: 100%; }

.tallcol { background-color: #697d96; padding: 0; width: 50%; max-width: 600px; height: 100%; margin: 0 50% 0 0; }

@media (max-width: 899px) { .tallcol { width: 60%; margin-right: 40%; } }

@media (max-width: 699px) { .tallcol { width: 90%; margin-right: 10%; } }

/* news */
.newscol { padding-top: 8px; padding-bottom: 8px; }

.newsinner { border: 1px solid  #ecebe8; box-shadow: 0 0 0 2px white, 0.3em 0.3em 1em rgba(0, 0, 0, 0.3); }

h3.newstitleonparent { width: 98%; margin: 0.7rem 1% 0.4rem; font-size: 1.3rem; }

p.newsintro { width: 98%; margin: 0 1% 1rem; }

/* Gallery thumb squares */
.gallerywrap { display: block; margin-left: 0.9%; width: 99.1%; height: auto; }

.galleryitem { display: inline-block; float: left; margin: 0 0.6% 0.6% 0; padding: 0; width: 24.4%; }

@media (max-width: 899px) { .galleryitem { width: 49%; margin: 0 1% 1% 0; } }

@media (max-width: 699px) { .galleryitem { width: 100%; margin: 0 0 1% 0; } }

.thumb-container { width: 100%; margin: 0%; height: 200px; display: block; overflow: hidden; background-color: transparent; background-position: center center; background-attachment: scroll; background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }

@media (max-width: 899px) { .thumb-container { height: 340px; } }

@media (max-width: 699px) { .thumb-container { height: 300px; } }

.galleryitem a { display: block; background-color: #c1b6ac; padding: 0; }

.galleryitem a:hover { background-color: #5e554c; }

/* quote from holcottagebath */
div.quote { clear: both; padding: 0.4rem 0 1rem 40px; position: relative; margin: 1.6rem 0px 0 0; }

div.quote p { color: #ffffff; font-style: italic; font-family: georgia, serif; font-size: 1rem; line-height: 1.5em; margin-bottom: 1rem; }

div.quote span.qstart { font-style: normal; font-family: helvetica, "Trebuchet MS"; position: absolute; top: 0; left: 0; height: 45px; width: 34px; margin: 0; padding-top: 0px; font-size: 480%; line-height: 100%; color: #cbdbe1; }

/* older gallery, not background  */
img.gallerylist { display: block; width: 100%; height: auto; margin: 0 auto 20px; }

/* testimonial */
.testimonial { position: relative; width: 100%; background: #ddd; padding: 20px 2% 30px; margin: 0 0 20px 0; border: 0px dashed #fffcdd; line-height: 100%; }

.testimonial h4 { font-size: 1.4rem; margin: 0; }

.testimonial p { color: #333333; font-style: italic; font-family: georgia, serif; margin: 10px 0; font-size: 1.1rem; line-height: 160%; }

.testimonial p.guest { position: absolute; bottom: 15px; right: 20px; width: 90%; height: 1em; line-height: 100%; color: #444444; margin: 8px 0 3px 0; text-align: right; font-style: normal; font-family: inherit; font-weight: normal; font-size: 16px; }

.socmediawrap { width: 100%; height: 70px; text-align: center; display: block; margin: 0; }

.socmediawrap.left { text-align: left; }

/* @include screen(sml) {   display: block;  float: none; margin-right: auto; margin-left: auto; } 
background-image: url('../img/instagramsprite.png'); background-repeat: no-repeat;
background-size: 70px auto;
 background-position: -1px 0px;
     -webkit-transition-property: background-position;
    -moz-transition-property: background-position;
    -o-transition-property: background-position;
    transition-property: background-position;
 -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
  
}
.socmedia div:hover {   background-position: -1px -70px;  }  */
.socmediawrap img { display: inline-block; width: 50px; height: 50px; margin: 0 10px 0 0; }

.socmediawrap img { display: inline-block; width: 50px; height: 50px; margin: 0 10px 0 0; }

.scrollPos { border: 0px solid #993333; position: relative; text-align: center; margin-top: -55px; }

.scroll { font-size: 32px; line-height: normal; font-weight: 400; font-style: normal; color: #fff; background-color: #697d96; border-radius: 50%; width: 85px; height: 85px; border: 2px solid; position: relative; background-position: 50% 50%; cursor: pointer; display: inline-block; -webkit-transition: all 0.3s cubic-bezier(0, 0.5, 3, 1); -moz-transition: all 0.3s cubic-bezier(0, 0.5, 0.3, 1); -o-transition: all 0.3s cubic-bezier(0, 0.5, 0.3, 1); transition: all 0.3s cubic-bezier(0, 0.5, 0.3, 1); background-image: url("../img/arrowdown.png"); background-repeat: no-repeat; }

/* separator */
.divider { position: relative; height: 1px; z-index: 1; }

.div-transparent:before { content: ""; position: absolute; top: 0; left: 5%; right: 5%; width: 90%; height: 1px; background-image: linear-gradient(to right, transparent, #8bafbb, transparent); }

.div-image:after { content: ""; position: absolute; z-index: 9; top: -17px; left: calc(50% - 50px); width: 100px; height: 34px; background: url("../photos/separator100.png"); border-radius: 0%; }

.div-dot:after { content: ""; position: absolute; z-index: 1; top: -9px; left: calc(50% - 9px); width: 18px; height: 18px; background-color: #697d96; border: 1px solid #aaaaaa; border-radius: 50%; box-shadow: inset 0 0 0 2px white, 0 0 0 4px white; }

img.fit { width: 100%; display: block; margin: 0; }

img.m-pbot { margin-bottom: 1.7rem; }

.item_map .google-map { width: 100%; height: 500px; border: 1px solid #ddd; }

p.outdatewarning { display: block; color: #990000; text-align: center; font-size: 0.8rem; margin-bottom: 0; }

p.outdatewarning a { color: #990000; text-decoration: underline; }

a#scrollfooter, a#scrollvbottom, #scroll-top-top { position: fixed; display: none; text-indent: -9999px; z-index: 99999; width: 35px; height: 35px; bottom: 30px; right: 60px; background-color: #9a9a9a; background-image: url("../img/scroll-top-top.png"); background-repeat: no-repeat; background-position: 50%; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

#showonload { display: block; }

.opacityfull { visibility: visible; opacity: 1; }

.no-js .preloader { display: none; }

.preloader { align-items: center; background: #ffffff; display: flex; height: 100vh; justify-content: center; left: 0; position: fixed; top: 0; transition: opacity 0.9s linear; width: 100%; z-index: 9999; opacity: 1; }

.preloader.loaded { opacity: 0; pointer-events: none; }

/* end preloader */
