/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------Sarkk CSS - CONTENTS-------------------------------------------------*/
/*
Filename: main.css
Site: Sarkk
version: 0.1
Created: 2022/06/10
Author: Nick Melas
Description: Default styles for all site pages
*/ 
/* ## Font Glossary */
/*

*/

/* ## Colors */

:root {
	--black: #000000;
	--light-black: #1A1716;
	--light-green: #93d2cf;
	--grey: #444444;
	--light-grey: #F0EBE8;
	--white: #ffffff;
	--off-white: #f2f2f2;
	--main-wrapper: 1440px;
	--main-transition: 0.4s ease-out;
	--color-danger: #d73e31;
}

/* 1. GENERAL PURPOSE CLASSES */
/* 2. HEADER PART */
/* 3. FOOTER PART  */
/* 4. Main Website */
/* 5. Home Page */

/* 100. Plugins Rewrites */

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------General Purpose Classes {1. GENERAL PURPOSE CLASSES}---------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*
	Fluid Baseline Grid v1.0.0
	Base stylesheet with CSS normalization, typographic baseline grid and progressive responsiveness
*/
/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}
/* BASE */
html { height: 100%; -webkit-text-size-adjust: 100%;width:100%!important;margin:0;padding:0;} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body { font-family: 'GothamGreek', Arial, sans-serif; font-size: 24px; line-height: 1em; margin: 0; background: var(--white); color: #000000; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility;width:100%;overflow:hidden; overflow-y: scroll; font-weight: normal; height: 100%;  } /* Improve default text rendering, handling of kerning pairs and ligatures */
body, button, input, select, textarea {font: 100%/1.5; } /* IE7 and older can't resize px based text */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0 ; padding: 0}
/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0.5em 0; line-height: 1.3em; font-weight: 900; }
h1, .h1 { font-size: 3.5em; }
h2, .h2 { font-size: 3em; }
h3, .h3 { font-size: 1.8em; }
h4, .h4 { font-size: 1em; }
h5, .h5 { font-size: 0.9em; }
h6, .h6 { font-size: 0.8em; }
p, ul, blockquote, pre, td, th, label { margin: 0; } 
p { line-height: 1.4em; margin-bottom: 20px; }
small, p.small {margin: 0; font-size: 0.875em; line-height: 1.7142857142857142857142857142857em; margin-bottom: 1.7142857142857142857142857142857em} /* 14px / 24px */
/* CODE */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em; }
/* TABLES */
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em}
th {text-align: left}
tr, th, td {padding-right: 1.5em; }
/* FORMS */
form {margin: 0}
fieldset {border: 0;padding: 0; margin-bottom: 20px; }
textarea {overflow: auto; vertical-align: top}
legend {margin-bottom: 10px; margin-left: 0; padding: 0; }
button, input, select, textarea {vertical-align: baseline; *vertical-align: middle;outline:none; border-radius: 0; } /* IE7 and older */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; }
button, input {line-height: normal; *overflow: visible}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; background: transparent; }
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance:textfield; }
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}
input[type="text"] {letter-spacing: 0px;}
/* QUOTES */
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
blockquote, q, cite {font-style: italic}
blockquote {padding-left: 1.5em; border-left: 3px solid #ccc;}
blockquote > p {padding: 0;}
/* LISTS */
ul, ol {list-style-position: inside; padding: 0}
li ul, li ol {margin: 0 1.5em;}
ul li , ol li {list-style-type:none;}
dl dd {margin-left: 1.5em}
dt {}
/* HYPERLINKS */
a, a:focus { color: var(--black); text-decoration: none; outline:none; transition: color 0.3s; outline: 0; }
a:hover,
a:active { color: var(--black); text-decoration: underline; }
a:hover, a:active {outline:none} /* Better CSS Outline Suppression */
a:hover span {text-decoration: none;}
/* MEDIA */
figure {margin: 0}
img, object, embed, video, audio {height: auto;outline: 0; max-width: 100%;	_width: 100%; width: 100%; } /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg {height: auto;}
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */
/* ABBREVIATION */
abbr[title], dfn[title] {border-bottom: 1px dotted #333; cursor: help}
/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {text-decoration: none}
mark { background: #ededed; }
ins {}
del {text-decoration: line-through}
/*::-moz-selection { color: #000000; text-shadow: none} /* selected text */
/*::selection { color: #000000; text-shadow: none} /* selected text */
/* OTHERS */
strong, b, dt { font-weight: bold; }
dfn {font-style: italic}
var, address {font-style: normal}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline} /* Position 'sub' and 'sup' without affecting line-height */
sup {top: -0.5em} /* Move superscripted text up */
sub {bottom: -0.25em} /* Move subscripted text down */
span.amp{font-style:italic;font-size:110%;line-height:0;position:relative;vertical-align:baseline} /* Best available ampersand */
/* MICRO CLEARFIX HACK */
.cf:before, .cf:after, .clearfix:before, .clearfix:after {content:"";display:table} /* For modern browsers */
.cf:after, .clearfix:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */
/* DEFAULT MOBILE STYLE */
.OuterWrap {width: 98%; margin: 0 auto}
/* Center page without wrapper */

.hidden,
.visually-hidden {display: none; }
/*alignment*/
.alignLeft {text-align: left}
.alignRight {text-align: right}
.alignCenter {text-align: center}
/*floation*/
.floatRight {float:right;}
.floatLeft {float:left;}
/*borders*/
.Noborder  {border:0;}
.NoborderBtm {border-bottom:none;}
/*paddings*/
.NoPadding {padding:0;}
.NoPaddingTop {padding-top:0!important;}
.PB20 {padding-bottom:20px;}
/*margins*/
.NOmargin {margin:0;}
.MT2 {margin-top:2em;}
.MT4 {margin-top:4em;}
.MT5 {margin-top:5em;}
.MT10 {margin-top:10px;}
.MT15 {margin-top:15px!important;}
.MT20 {margin-top:20px!important;}
.MT30 {margin-top:30px!important;}
.MT35 {margin-top:35px;}
.MT40 {margin-top:40px;}
.MT50 {margin-top:50px;}
.MB2 {margin-bottom:2em;}
.MB5 {margin-bottom:5px;}
.MB10 {margin-bottom:10px;}
.MB20 {margin-bottom:20px;}
.MB25 {margin-bottom:25px;}
.MB50 {margin-bottom:50px !important;}
.ML50 {margin-left:50px;}
.NomarginTop {margin-top:0;}
.NomarginBtm {margin-bottom:0;}
/*colors*/
.red { color: #cc0c42; }
.blue { color: var(--black); }
.grey { color: #666666; }

/*-------------------------------*/
/* TEMPLATE GLOBALS */
/*-------------------------------*/

/*--Wrappers--*/
.pageWrapper { width: 100%; min-height: 100%; margin: 0; padding: 4em 1em 1em; transition: transform 0.3s; -webkit-transition: -webkit-transform 0.3s; position: relative; background: var(--white); box-sizing: border-box; display: flex; flex-direction: column; }
.mainContent { flex: 1 0 auto; overflow: hidden; margin-bottom: 5em; }
.mainWrapper { width: 100%; box-sizing: border-box; margin: 0 auto; }

article p { }
.pull-none.item-image img,
.articleBody img { width: 100%; }
.articleBody .pull-left { float: left; margin: 0 1em 2em 0; width: calc(50% - 1em); }
.articleBody .pull-right { float: right; margin: 0 0 2em 1em; width: calc(50% - 1em); }

/*--Button Styles--*/

.buttonWrapper { text-align: center; padding: 40px 20px; } 

.cta,
button,
input[type="button"], input[type="reset"], input[type="submit"] { line-height: 1; font-family: 'GothamGreek', Arial, sans-serif; display: inline-block; padding: 0.5em 1.5em; border: 2px solid var(--black); position: relative; margin: 0; font-size: 1em; font-weight: bold; transition: 0.3s; background: var(--black); color: var(--white); text-align: center; text-decoration: none; }
.cta:hover,
button:hover,
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background: transparent; color: var(--black); }


.field-entry span.field-value { display: block; }

.readmore { line-height: 1em; margin-top: 2em; }
.readmore a { font-weight: bold; }

#jform_com_fields_choose_your_date_btn { display: inline-block; }

dl dd.published { margin: 0 0 1em; font-weight: bold; font-size: 0.8em; }
.tags.inline { font-size: 0.8em; margin-bottom: 1em; }
.tag-category h2 { margin-top: 3em; }
fieldset.filters { display: flex; justify-content: space-between; }
fieldset.filters .clearfix { display: none; }
#filter-search { width: calc(100% - 10em); }
.com-finder__search label { display: none; }
fieldset.filters .btn-group { width: calc(80% - 8em); }
fieldset.filters .btn-group.pull-right { width: 8em; }
/*--Spacers--*/
hr { }

/*--Tables--*/
.tableDiv { display: table; }
.tableCell { display: table-cell; }


/*--Forms--*/
.fieldWrapper { position: relative; }
input { width: 100%; box-sizing: border-box; height: 2.5em; padding: 0 1em; font-size: 1em; background: #ededed; border: 0; color: #666; font-family: 'GothamGreek', Arial, sans-serif; }
textarea { width: 100%; box-sizing: border-box; padding: 1em; min-height: 5em; font-size: 1em; background: #ededed; border: 0; color: #666; font-family: 'GothamGreek', Arial, sans-serif; }
input:-webkit-autofill,
textarea:-webkit-autofill { -webkit-box-shadow: 0 0 0 2.5em #ededed inset !important; }
.control-group,
.cf-control-group { margin-bottom: 1em; }

.fancybox-button:before,
.fancybox-button:after { display: none; }

.select { position: relative; }
/* .select:after { content: '\f131'; position: absolute; bottom: 8px; right: 10px; transform: rotate(90deg); font-family: flaticon; color: #666666; pointer-events: none; }
.select select:active + .select:after { transform: rotate(90deg); }
.pageWrapper .select select { background: #fafafa; -webkit-appearance: none; } */

label { text-align: left; display: block; font-size: 0.8em; text-transform: uppercase; margin-bottom: 2px; }
.field.required label:after {content: '*';display: inline-block;margin-left: 3px;color: #d68a8a;font-size: 1em;line-height: 1em; vertical-align: top; }

.form-group { margin-bottom: 10px; }

.pageWrapper .datefield,
.pageWrapper select { border: none; border-radius: 0; width: 100%; box-sizing: border-box; height: 2.5em; padding: 0 1em; font-size: 1em; background: #ededed; color: #000000; font-family: 'GothamGreek', Arial, sans-serif; }

.pageWrapper .datefield { background: var(--white); }

/*--Notice--*/

/*-- Tooltip --*/
.tooltip { visibility: hidden; opacity: 0; position: absolute; left: 50%; bottom: 100%; margin-bottom: 10px; width: auto; background: var(--white); white-space: nowrap; padding: 8px 9px 7px 8px; color: #777776; border: 1px solid #dcdcdc; font-size: 13px; box-shadow: 0 2px 16px -10px;  z-index: 9; transition: all 0.2s; box-sizing: border-box; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.tooltip:after { content: ''; position: absolute; width: 10px; height: 10px; bottom: -6px; left: 50%; margin-left: -6px; background: var(--white); -webkit-transform: rotate(45deg); transform: rotate(45deg); border-right: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc;}
.tooltipWrapper { position: relative; }
.tooltipWrapper:hover .tooltip { visibility: visible; opacity: 1; }



/*--Breadcrumb--*/
.breadcrump { }
.breadcrump li{ }
.breadcrump li:after { }
.breadcrump li:last-child:after { }
.breadcrump li a { }
.breadcrump li span { }

/*--Overlay Box--*/

/*-- System messages --*/
#system-message { margin-top: 72px; }
#system-message-container { position: relative; }
#system-message-container .alert { margin-bottom: 0;  }
#system-message-container h4 { margin: 0 40px 0 0; font-size: 16px; text-align: center; line-height: 32px; }
#system-message-container .alert-message { line-height: 1.4em; }
#system-message-container .alert button { background: transparent; color: #aaaaaa; font-size: 30px; border: none; height: auto; padding: 0; text-align: center; transition: all 0s; line-height: 30px; }
#system-message-container .alert button,
#system-message-container a.close { position: absolute; top: 0; right: 10px; font-size: 30px; line-height: 30px; cursor: pointer; }
#system-message-container .alert { padding: 20px 40px 20px 20px; border: 1px solid transparent; border-left-width: 10px; box-sizing: border-box; display: flex; }
#system-message-container .alert.alert-error,
#system-message-container .alert.alert-warning { background: #eed4d4; border-color: #926464; }
#system-message-container .alert.alert-error h4,
#system-message-container .alert.alert-warning h4,
#system-message-container .alert.alert-error button,
#system-message-container .alert.alert-error a.close,
#system-message-container .alert.alert-warning a.close { color: #926464; }
#system-message-container .alert.alert-notice  {background: #e0ecf3;border-color: #95b6ca; }
#system-message-container .alert.alert-notice h4 { color: #95b6ca; }
#system-message-container .alert.alert-notice a.close { color: #aaaaaa; }
#system-message-container .alert .alert-heading:before { font-family: 'FontAwesome'; font-size: 32px; display: block; }
#system-message-container .alert.alert-notice .alert-heading:before { content: '\f05a'; color: #95b6ca; }
#system-message-container .alert.alert-warning .alert-heading:before { content: '\f071'; color: #95b6ca; }
#system-message-container .alert.alert-error .alert-heading:before { content: '\f057'; color: #95b6ca; }

/*-- Back to top --*/
.backToTop { position: fixed; bottom: 20px; right: 20px; box-sizing: border-box; background: rgba(255,255,255,0.8); opacity: 0; visibility: hidden; transition: all 0.4s ease-out; text-align: center; border: 1px solid #c1ac8c; border-radius: 50%; z-index: 9; backface-visibility: hidden; }
.backToTop a { line-height: 64px; width: 60px; height: 60px; display: block; }
.backToTop i { font-size: 32px; transition: color 0.4s ease-out; }
.backToTop:hover { background: #c1ac8c; }
.backToTop:hover i { color: var(--white); }
html.scrolled .backToTop { visibility: visible; opacity: 1; }
html.scrolled header { transform: translateY(calc(-100% + 1em)); }
html.scrolled.scrolledUp header { transform: translateY(0); }


/*-- Map --*/
.mapPage .pageWrapper { padding-top: 100px; }
.mapPage .mainContent { margin-bottom: 6em; }
.mapPage .infoboxdata,
.mapPage #locationresult{ height: auto !important; overflow: hidden !important; float: none; }
.mapPage .result-count { float: none; }
#map { height: 580px; width: 100%; }
.mmlmap { height: 50vh; }
.mapPage .map_canvas { height: 100% !important; }
.mapPage .mml_address { margin: 0; }
.mapPage .mml_address .address { line-height: 1.6em; float: left; width: 100%; margin-top: 1em; }
.mapPage span.locationaddress { font-size: 1em; position: relative; padding-left: 1.5em; display: block; }
.workingHours { display: block; margin: 1em 0; position: relative; padding-left: 1.5em; font-size: 0.8em; white-space: break-spaces; }
.clickAndCollect { color: #94d2a5; }
.mapPage span.locationaddress .mml-map-marker,
.workingHours .mml-calendar { position: absolute; top: 0.5em; left: 0; }


/*-- Tabs --*/
.tabs { margin-top: 10px; }
.tabs li { display: none; }
.tabs li.active { display: block; }
.tabsWrapper { position: relative; }
.tabSelect { position: absolute; top: 30px; left: 0; width: calc(100% - 30px); margin: 0 15px; display: none; border: 1px solid #eeeeee; box-shadow: 2px 2px 10px -3px #000000; padding: 5px; background: var(--white); }
.tabSelect li { display: block; padding: 5px 10px; border-top: 1px solid #eeeeee; cursor: pointer; }
.tabSelect li:first-child { border-top: none; }
.tabSelect li.active { font-weight: bold; }

/*-- Icons --*/
span[class^="flaticon-"] { font-family: flaticon; }

/*-- Modal --*/
.modalWrapper { opacity: 0; visibility: hidden; position: fixed; z-index: 999999; width: 100%; height: 100%; overflow: hidden; top: 0; left: 0; background: rgba(0,0,0,0.5); transition: 0.8s ease-in-out; display: flex; justify-content: center; align-items: center; }
html.modalActive .modalWrapper { opacity: 1; visibility: visible;  }
.modalWrapper .modalContent { width: 60%; background: var(--white); padding: 40px; box-sizing: border-box; overflow: auto; position: relative; }
.closeModal {position: absolute;width: 20px;height: 20px;text-align: center;right: 10px;top: 10px; z-index: 9;transition: 0.4s; cursor: pointer; }
.closeModal:before { content:'\00d7'; font-size: 40px; font-weight: 100; }
.closeModal:hover { color: #1f3e6f; }

/*-- Images --*/
.imgBg { position: relative; overflow: hidden; }
.imgBg img,
.imgBg video { position: absolute; object-fit: cover; top: 0; left: 0; width: 100%; height: 100%; }
.imgBg .noimage { opacity: 0.15; width: 50%; height: 50%; left: 25%; top: 25%; object-fit: contain; }
.imgBg.vimeo { background: #000000; }
.imgBg.vimeo iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; transform: translate(-50%,-50%); background: #000000; z-index: 1; pointer-events: none; }
.imgBg.vimeo .playPause { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 2; }


.bookingOpened .outro .bookForm { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); transition: 0.4s; z-index: 999; }
.bookingOpened .outro .bookForm form { position: relative; background: rgba(255,255,255,0.9); }
.closeBooking { display: none; color: var(--white); cursor: pointer; position: absolute; right: 0; top: -1.2em; font-size: 24px; transition: 0.4s; }
.closeBooking:hover { color: #666666; }
.bookingOpened .outro .closeBooking { display: block; }
.bookingOpened .bannerWrapper .bookForm { opacity: 0; }

/* Social */
.socialMenu ul { display: flex; justify-content: center; }
.socialMenu li { margin: 0 10px; display: inline-block; }
.socialMenu a {  display: block; text-decoration: inherit; width: 24px; height: 24px; position: relative; overflow: hidden; text-indent: 9999px; white-space: nowrap; transition: all 0.3s ease-in-out; color: #666666; padding: 0; }
.socialMenu a:before { width: 24px; height: 24px; font-size: 18px; line-height: 24px; position: absolute; top: 0; left: 0; text-indent: 0; font-family: FontAwesome; text-align: center; }
.socialMenu a[href*="facebook.com"]:hover { color: #3B5998; } 
.socialMenu a[href*="facebook.com"]:before { content: '\f39e'; } 
.socialMenu a[href*="instagram.com"]:hover { color: #8a3ab9; } 
.socialMenu a[href*="instagram.com"]:before { content: '\f16d'; } 
.socialMenu a[href*="twitter.com"]:hover { color: #1DA1F2; } 
.socialMenu a[href*="twitter.com"]:before { content: '\f12b'; } 
.socialMenu a[href*="youtube.com"]:hover { color: #FF0000; } 
.socialMenu a[href*="youtube.com"]:before { content: '\f12c'; } 
.socialMenu a[href*="tripadvisor.com"]:hover { color: #00AF87; } 
.socialMenu a[href*="tripadvisor.com"]:before { content: '\f262'; } 




/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------2. HTML , BODY--------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------3. HEADER--------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mainHeader { position: fixed; top: 0; left: 0; width: 100%; box-sizing: border-box; padding: 0.5em 1em; z-index: 999; transition: all 0.4s ease-out; background: var(--white); }
html.menuOpened .mainHeader { height: 100%; ; }

.header { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; }

.toggleMenu { width: 50px; height: 45px; position: absolute; top: 8px; left: 30px; cursor: pointer; transform: scale(0.75);}
.toggleMenu div { background: #444444; position: absolute; left: 0; top: 11px; width: 100%; height: 2px; transition: all 0.5s ease-out; transform: rotate(0); }
.toggleMenu div:nth-child(2) { top: 22px; } 
.toggleMenu div:nth-child(3) { top: 33px; }

.header .logo { }
.header .logo svg { width: auto; height: 2em; }

.mod-languages { display: inline-block; position: relative; padding: 10px; transition: 0.4s; }
.header div.mod-languages ul { position: absolute; top: 100%; right: 0; background: var(--white); opacity: 0; visibility: hidden; transition: 0.4s; padding: 10px; box-shadow: -6px 8px 10px -8px #000000; }
.header div.mod-languages ul.lang-inline li { margin: 1em; display: block; background: none; }
div.mod-languages .fa-solid { color: var(--black); cursor: pointer; transition: 0.4s; }
div.mod-languages:hover,
div.mod-languages.hover { background: var(--white); }
div.mod-languages:hover ul,
div.mod-languages.hover ul { opacity: 1; visibility: visible; }
div.mod-languages:hover .fa-solid,
div.mod-languages.hover .fa-solid { color: var(--black); }
.lang-active { font-weight: bold; }


/*-- Mobile Menu --*/
.mobileMenu { transition: top 0.4s ease-out; position: relative; width: 70px; height: 60px; cursor: pointer; z-index: 999; display: none; }
.mobileMenu div { position: absolute;width: 30px;height: 2px;background: var(--black);transition: all 0.4s ease-out;left: 20px;transform: rotate(0deg);}
.mobileMenu div:nth-child(1) {top: 22px;}
.mobileMenu div:nth-child(2) {top: 30px;}
.mobileMenu div:nth-child(3) {top: 38px;}
html.menuOpened .mobileMenu div:nth-child(1) { top: 29px; transform: rotate(45deg); }
html.menuOpened .mobileMenu div:nth-child(2) { top: 29px; width: 0; left: 50%; }
html.menuOpened .mobileMenu div:nth-child(3) { top: 29px; transform: rotate(-45deg); }

.mainMenu { text-align: center; box-sizing: border-box; width: 100%; flex: 1; }
.mainMenu a { backface-visibility: hidden; padding: 0.8em 1.4em; font-weight: bold; color: var(--black); line-height: 1; display: block; font-size: 22px; }
.mainMenu nav ul { display: flex; justify-content: space-around; align-items: center; }
.mainMenu nav ul li { position: relative; }
.mainMenu nav ul ul a { font-weight: normal; font-size: 20px; }
.mainMenu nav ul li ul { position: absolute; top: 100%; left: 0; height: auto; overflow: hidden; max-height: 0; transition: 0s; display: block; background: var(--white); text-align: left; margin: 0; padding: 0; min-width: 10em; }
.mainMenu nav ul li:hover ul { max-height: 20em; padding: 1em 0; transition: 0.8s ease-out, padding 0s; }
.mainMenu nav ul li ul li { display: block; margin: 0; white-space: nowrap; }

.contentMenu {position: absolute;width: calc(100% - 200px);height: 100%;left: 0;top: 0;font-weight: 300;line-height: 1;display: flex;}
.contentMenu > div {box-sizing: border-box;border-right: 2px solid var(--white);font-size: 45px;color: #888888;box-sizing: border-box;vertical-align: middle;padding: 20px;position: relative;transition: all 0.3s;width: 33.3%;align-items: center;flex-direction: column;display: flex;justify-content: center;background: #e1e1e1; }
.contentMenu li a { color: #888888; }
.contentMenu li a:hover { color: #333333; }
.contentMenu ul  {display: none;padding: 30px 0;counter-reset: item;margin: 0;box-sizing: border-box;width: 100%;}
.contentMenu li { display: block; font-size: 24px; font-weight: 300; position: relative; padding-left: 20px; margin-bottom: 40px; }
.contentMenu li:before { content: counter(item) ".  ";  counter-increment: item ; position: absolute; left: 0; top: 0; }
.contentMenu li a { position: relative; }
.contentMenu li a:after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 1px; background: #888888; transition: all 1s; }
.contentMenu li a:hover:after { width: 100%; }
.contentMenu li:hover:before { color: #333333; }
.contentMenu .moduleHeader { position: relative;width: 100%;}
.contentMenu .moduleHeader h3 { font-size: 38px; font-weight: 300; }
.contentMenu .moduleHeader .expand { position: absolute;top: 5px;right: 10px;width: 30px;height: 30px;border-radius: 50%;background: var(--white); transition: all 0.3s; cursor: pointer; }
.contentMenu .moduleHeader .expand:before,
.contentMenu .moduleHeader .expand:after { content: ''; position: absolute; top: 15px; left: 5px; width: 20px; height: 1px; background: #888888; transform: rotate(0deg); transition: all 0.5s 0.3s; }
.contentMenu .moduleHeader .expand:after { transform: rotate(90deg); }
.contentMenu .subTitle { position: relative; margin-top: 10px; font-size: 18px; font-weight: normal; }

.contentMenu .moduletable.expanded { background: var(--white); }
.contentMenu .moduletable.expanded .expand:before  { transform: rotate(225deg); }
.contentMenu .moduletable.expanded .expand:after { transform: rotate(-225deg); }

.mobileBook { display: none; border: 1px solid #403637; padding: 8px 5px 5px; transition: all 0.4s ease-out; margin-top: 10px; position: absolute; top: 0px; z-index: 3; }

.searchIcon { display: block; width: 1.2em; height: 1.2em; position: relative; padding: 10px; }
.searchIcon img { width: 1.5em; height: auto; display: block; object-fit: contain; } 
.searchIcon img.alt { display: none; }
.searchOpen .searchIcon img { display: none; }
.searchOpen .searchIcon img.alt { display: block; }

.searchModule { width: 100%; height: 0; transition: 0.4s ease-out; overflow: hidden; }
.searchOpen .searchModule { height: 3em; background: #ffffff; }
.searchModule .visually-hidden { display: none; }
.searchModule .awesomplete { display: block; flex: 1; }
.searchModule .mod-finder__search { display: flex; }

.com-finder__form .input-group { display: flex; align-items: center; }
.com-finder__form .awesomplete { flex: 1; width: 100%; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------- 4. FOOTER --------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer { flex-shrink: 0; font-size: 0.8em; background: var(--black)ff; margin: 0; color: var(--black); padding: 60px 30px; text-align: center; position: relative; }
footer:before { content: ''; position: absolute; top: 1em; left: -1em; width: 100vw; height: 100%; background: var(--off-white); z-index: 1; }
footer .footerMenu>ul>li>a { display: inline; font-size: 22px; }

.footer { position: relative; z-index: 2; font-size: 0.7em; }
.footerLinks { margin: 3em 0; }
.footerLinks .nav { display: flex; align-items: flex-start; justify-content: center; }
.footerLinks .nav > li { margin: 0 1em 0 0; }
.footerLinks li { display: block; padding: 0 1em 0 0; }
.footerLinks li.parent { position: relative; }
.footerLinks li a { text-decoration: underline; }
.footerLinks .nav > li.parent:after { content: '|'; position: absolute; top: 0; right: 0; }
.footerLinks li.parent:last-child:after { display: none; }
.footerLinks .nav > li.parent > ul { opacity: 0; visibility: hidden; position: absolute; top: 100%; left: -2em; transition: 0.4s; min-width: 20vw; text-align: left; margin: 0; background: var(--off-white); padding: 0 2em; }
.footerLinks .nav > li:hover ul { opacity: 1; visibility: visible; }
.footerLinks .nav > li ul { margin: 0; }
.footerLinks li .separator { font-weight: bold; color: var(--black); }

.footerMenu .nav { display: flex; width: 100%;}
.footerMenu li { display: block; padding: 0; flex: 1; margin: 0 1em; text-align: left; font-weight: bold; }
.footerMenu li ul { margin: 0.5em 0; }
.footerMenu li li { margin: 0; }

.footerCopyright { margin: 4em 0 0; position: relative; z-index: 2; font-size: 0.7em; }
.footerCopyright span { display: block; }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------- 5. Home Page --------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.homePage .main { display: none; }
.homePage .mainContent { margin-bottom: 0; }
.homePage .mainContent section { display: flex; width: 100%; box-sizing: border-box; margin-bottom: 1em; }
.homePage .title,
.homePage .moduletable > h3{ font-weight: 900; }


/* HERO 1 */
.hero1 { height: calc(100vw / 1.77777); align-items: center; text-align: center; justify-content: center; position: relative; }
.hero1 .imgBg { height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
.hero1 .imgBg img { transition: 0.3s; transition-delay: 1s; z-index: 2; }
.hero1 .content { position: absolute; z-index: 2; padding: 2em; bottom: 0; pointer-events: none; color: var(--white); }
.hero1 h2 { font-size: 4.2vw; font-weight: 900; transition: 1s; transition-delay: 5s; }
.videoPlayed.hero1 .imgBg img, 
.videoPlayed.hero1 h2 { opacity: 0; }
.portraitImg { display: none; }

/* Intro Company */
.homePage .mainContent section { flex-direction: column; }

.moduletable.twoCol .articlePreview .mainWrapper { display: flex; justify-content: space-between; }
.moduletable.twoCol .articlePreview .imgWrapper,
.moduletable.twoCol .articlePreview .textWrapper { width: calc(50% - 0.5em); }

/* Intro Brands */
.introBrands ul { display: flex; align-items: stretch; width: 100%; justify-content: space-between; }
.introBrands li { width: calc(50% - 0.5em); }
.introBrands .imgBg { position: relative; width: 100%; height: calc(100vw/1.5); min-height: 90vh; display: flex; align-items: center; justify-content: center; }
.introBrands .brandLogo { width: 70%; margin: 0 auto; position: relative; }
.introBrands .brandLogo img { width: 100%; max-height: 15vh; position: relative; }
.introBrands h3 { font-size: 1em; }
.introBrands a:hover { text-decoration: none; }
.introBrands a:hover h3  { text-decoration: underline; }

/* Our Mission */
.ourMission { align-items: stretch; background: var(--black); }
.ourMission .imgBg { width: 66%; display: flex; align-items: center; justify-content: flex-start; padding: 2em 30px; }
.ourMission .title { position: relative; }
.ourMission .content { width: 33%; padding: 3.6vw; display: flex; align-items: center; justify-content: center; font-size: 1.45vw; box-sizing: border-box; }
.ourMission.alt .imgBg { order: 2; }

/* Intro News */
.introNewsWrapper { width: 100%; flex-direction: column; }
.introNewsWrapper h3 { position: relative; }
.introNewsWrapper .imgBg { width: 100%; height: 40vw; margin-bottom: 1em; }
.introNews .mod-list { display: flex; }
.introNews .mod-list li { flex: 1; margin: 0 0.5em; }
.mod-articles-category-title { line-height: 1.4em; }

/* Intro Career */
.introCareer { position: relative; /* padding-left: 30%; */ min-height: 60vh; }
.introCareer .imgBg { height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
.introCareer .imgBg img { object-position: top center; }
.introCareer .content { position: relative; z-index: 2; padding: 60px 30px; text-align: right; width: 100%; }
.introCareer .content a { font-weight: bold; text-decoration: underline; }

/* Intro Contact */
.introContactWrapper,
.introContactWrapper .left,
.introContactWrapper .right,
.introContactWrapper .bottom  { display: flex; position: relative; }
.introContactWrapper { width: 100%; height: 100vh; align-items: stretch; color: var(--white); }
.introContactWrapper .left { width: 70%; }
.introContactWrapper .right { width: 30%; }
.introContactWrapper .left { flex-wrap: wrap; }
.introContactWrapper .top,
.introContactWrapper .bottom { width: 100%; align-items: center; justify-content: center; }
.introContactWrapper h3 { position: relative; color: var(--white); }
.introContactWrapper .imgBg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.introContactWrapper .bottom img { object-position: top center; }
.introContactWrapper .top { background: #ce0f43; display: flex; flex-wrap: wrap; }
.introContactWrapper .address { line-height: 1.4em; font-size: 1.2em; text-align: left; }
.introContactCTA { margin: 2em 0; width: 100%; text-align: center; }
.introContactCTA a { display: inline-block; border-color: var(--white); background: transparent; margin: 0 2em; font-weight: bold; transition: 0.3s; }
.introContactCTA a:after,
.introContactCTA a:before { background: #ce0f43; }
.introContactCTA a:hover { color: #ce0f43; background: var(--white); }
.introContactCTA a:hover:after,
.introContactCTA a:hover:before { left: 50%; width: 0; }

.introContactWrapper .owl-carousel,
.introContactWrapper .owl-carousel .owl-stage-outer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.introContactWrapper .owl-carousel .owl-stage { display: flex; height: 100%; }

/* Company Stats */
.articlePreview img { display: block; width: 100%; }
.articlePreview .imgWrapper { margin-bottom: 1em; }
.companyStats ul { list-style: none; padding: 0; margin: 0; display: flex; background: var(--black); color: var(--white); padding: 2em; }
.companyStats li { flex: 1; text-align: center; list-style: none; padding: 0; margin: 0; font-size: 0.7em; }
.companyStats strong { display: block; font-size: 5em; font-weight: 900; line-height: 1; margin-bottom: 0.2em; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------- 6. Categories ------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.pagination ul { display: flex; justify-content: center; }
.pagination li span,
.pagination li a { display: block; padding: 10px; }
.pagination li.disabled { color: var(--light-grey); }
.pagination .counter { text-align: center; }

/* News */
.newsPage .category-desc .imgBg img { object-position: top center; }
.newsPage h3 { font-size: 31px; font-weight: normal; }
.category-desc img { width: 100%; }
.item-image { margin-bottom: 2em; }
.items-row { display: flex; align-items: flex-start; margin: 0 -1em; }
.mainWrapper > .items-row { margin: 0; }
.items-row .span6 { width: 50%; box-sizing: border-box; padding: 1em; }
.items-row h2 { font-size: 1.2em; }

.blognewsPage .category-desc { margin-bottom: 3em; height: calc(100vw * 0.5); }
.blognewsPage .item.column-1 { display: flex; margin-bottom: 3em; }
.blognewsPage .item.column-1 > div { width: 50%; box-sizing: border-box; }
.blognewsPage .item.column-1 .blogContent { padding-left: 1em; }
.blognewsPage .img_caption { display: none; }
.blognewsPage .blogImage img,
.blognewsPage .span12 { width: 100%; }
.blognewsPage.category li { display: flex; margin-bottom: 3em; }
.blognewsPage.category .blogImage { width: 50%; }
.blognewsPage.category .blogContent { padding-left: 1em; width: 50%; }
.blognewsPage.category .blogContent h3 { font-size: 1.2em; }

.newsPage .category-desc { margin-bottom: 2em; }
.newsPage .com-content-category-blog__item.blog-item { display: flex; }
.newsPage .com-content-category-blog__item.blog-item .blogImage { width: 33%; }
.newsPage .com-content-category-blog__item.blog-item .blogContent { width: 67%; box-sizing: border-box; padding-left: 1em; }

.com-content-category-blog__navigation { text-align: center; }
.com-content-category-blog__navigation .pagination { display: flex; justify-content: center; align-items: center; }


/* Brands */
.blogbrandOverviewPage .videoGallery ul { display: flex; flex-wrap: wrap; align-items: flex-start; min-height: 0; width: 100%; height: auto; justify-content: center; }
.blogbrandOverviewPage .videoGallery li { width: 33.3333%; margin: 0; }
.blogbrandOverviewPage .videoGallery li a { position: relative; width: 100%; padding-bottom: 100%; }
.blogbrandOverviewPage .videoGallery img { object-position: center left; }
.blogbrandOverviewPage .videoGallery a:after { content: ''; position: absolute; bottom: 6em; left: 1em; width: 3em; height: 3em; border-radius: 50%; background: url(../images/videoPlay.svg) no-repeat center center; background-size: cover; overflow: hidden; }
.blogbrandOverviewPage .videoGallery li:first-child { width: 100%; }
.blogbrandOverviewPage .videoGallery li:first-child a { padding-bottom: 56.25%; }

.blogbrandOverviewPage .moreLinks ul { display: flex; flex-wrap: wrap; align-items: flex-start; min-height: 0; width: 100%; height: auto; justify-content: center; }
.blogbrandOverviewPage .moreLinks li { width: 33.3333%; margin: 0; }
.blogbrandOverviewPage .moreLinks li a { color: var(--white); position: relative; width: 100%; padding-bottom: 100%; }
.blogbrandOverviewPage .moreLinks li h3 { position: absolute; bottom: 1em; left: 1em; font-weight: 900; }


.blogbrandOverviewPage ul { display: flex; align-items: stretch; min-height: 90vh; width: 100%; height: calc(100vw/1.5); justify-content: space-between;}
.blogbrandOverviewPage li { width: calc(50% - 0.5em); position: relative; display: flex; align-items: center; justify-content: center; }
.blogbrandOverviewPage .imgBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.blogbrandOverviewPage .brandLogo { width: 70%; margin: 0 auto; position: relative; }
.blogbrandOverviewPage .brandLogo img { width: 100%; max-height: 15vh; }

.blogbrandOverviewPage ul.projectList { display: flex; align-items: stretch; width: 100%; justify-content: space-between; height: auto; }
.blogbrandOverviewPage .projectList li { width: calc(50% - 0.5em); }
.blogbrandOverviewPage .projectList li a { width: 100%; }
.blogbrandOverviewPage .projectList li a:hover { text-decoration: none; }
.blogbrandOverviewPage .projectList li a:hover h3 { text-decoration: underline; }
.blogbrandOverviewPage .projectList .imgBg { width: 100%; height: calc(100vw/1.5); min-height: 90vh; position: relative; display: flex; align-items: center; justify-content: center; }
.blogbrandOverviewPage .projectList .brandLogo { width: 70%; margin: 0 auto; position: relative; }
.blogbrandOverviewPage .projectList .brandLogo img { width: 100%; max-height: 15vh; position: relative; }
.blogbrandOverviewPage .projectList h3 { font-size: 1em; }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------- 7. Article ------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Brand Overview */
.brandOverviewPage .mainContent { margin-bottom: 0; }
.brandOverviewHeader { position: relative; }
.brandOverviewHeader > * { position: relative; z-index: 2; }
.brandOverviewHeader .topImage img { width: 100%; }
.brandOverviewHeader .imgBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.brandOverviewHeader h1 { font-weight: 900; margin-top: 0; color: var(--white); }
.brandOverviewHeader .imgBg img { object-position: center bottom; }
.brandOverviewHeader .brandLogo { position: absolute; top: 45%; left: 33.333%; width: 33.333%; }
.brandOverviewHeader .brandLogo img { width: 100%; }
.brandOverviewHeader .brandDesc { width: 100%; max-width: 780px; color: var(--white); } 

.brandDesc { display: flex; margin-bottom: 2em; }
.brandDesc .title { padding-right: 2em; flex: 1; width: 25%; box-sizing: border-box; font-size: 0.8em; }
.brandDesc .title a { text-decoration: underline; }
.brandDesc .text { width: 75%; }
.brandDesc h1 { font-size: 1em; font-wight: normal; }
.brandDesc h3 { margin-top: 0; }

.brandPhilosophy { display: flex; align-items: stretch; }
.brandPhilosophy .imgBg { width: 45%; }
.brandPhilosophy .text { width: 55%; box-sizing: border-box; padding: 3em; background: var(--black); color: var(--white); font-size: 1.2em; line-height: 1.2em; }

.brandDivisions ul { display: flex; align-items: flex-start; justify-content: space-between; width: 100%; color: var(--black); }
.brandDivisions a { color: var(--black); }
.brandDivisions li { width: calc(33.333% - 0.5em); }
.brandDivisions .imgBg { width: 100%; padding-bottom: 115%; overflow: hidden; }
.brandDivisions .text { margin-bottom: 2em; }
.brandDivisions h3 { font-size: 1.2em; font-weight: 900; position: relative; margin-top: 1em; }
.brandDivisions .text div { width: 100%; max-width: 18em; }
.brandDivisions .shopNow { margin-top: 1em; }
.brandDivisions .shopNow a { text-decoration: underline; }


.brandNewsWrapper .brandNews a:hover { text-decoration: underline; }
.brandNewsWrapper ul { display: flex; justify-content: space-between; width: calc(100% + 1em); margin-left: -0.5em; }
.brandNewsWrapper li { margin: 0.5em; flex: 1; }

.brandWeWantYou { display: flex; justify-content: flex-start; gap: 1em; margin: 4em 0; align-items: center; background: var(--black); color: var(--white); padding: 1em; }
.brandWeWantYou .imgBg { width: calc(33.333% - 1em); }
.brandWeWantYou .buttonWrapper { padding: 0.5em 0.5em 0.15em; text-align: left; }
.brandWeWantYou a:hover { text-decoration: underline; }

.brandWeWantYouLinks { font-size: 0.7em; margin-left: auto; }
.brandWeWantYouLinks h4 { display: inline-block; }
.brandWeWantYouLinks ul { display: inline-flex; align: center; justify-content: space-around; padding: 0; font-size: 1.5em; }
.brandWeWantYouLinks a { font-weight: 900; color: var(--white); margin: 0 0.2em; }
.brandWeWantYou a.cta,
.brandWeWantYou a.cta:hover { color: var(--white); border-color: var(--white); }
.brandSubscribe,
.brandSubscribe h4  { margin-top: 0; }


/* Brand Stores */
.brandStores { display: flex; margin-bottom: 1em; }
.brandStores h2 { text-align: left; }
.brandStores .resultbar { width: 40%; box-sizing: border-box; padding: 0 2em 0 0; }
.brandStores .mapList { width: 60%; }
.brandStores .location-title,
.brandStores .location-title a { font-size: 1em; }
.brandStores .addressdata { margin-bottom: 2em; }

.brandStores .resultWrapper { text-align: center; }
.brandStores .resultFilters { display: flex; width: 100%; margin-bottom: 3em; }
.brandStores .resultFilter { width: calc(33.333% - 1em); margin: 0 0.5em; }
.brandStores .resultFilterTitle { margin-bottom: 2em; }
.brandStores .resultFilterList { height: 50vh; border: 5px solid var(--black); border-radius: 10px; padding: 1em 0.5em; box-sizing: border-box; font-size: 0.8em; }
.resultFilterList > div { height: 100%; overflow: hidden; overflow-y: auto; }
.resultFilterList ::-webkit-scrollbar { width: 5px; }
.resultFilterList ::-webkit-scrollbar-track { background: #3d486a; }
.resultFilterList ::-webkit-scrollbar-thumb { background: var(--white); }
.resultFilterList ::-webkit-scrollbar-thumb:hover { background: #aaa; }

.brandStores .resultWrapper button { background: transparent; border-color: var(--black); color: var(--black); }
.brandStores .resultWrapper button:before,
.brandStores .resultWrapper button:after { background: var(--white); }
.brandStores .resultFilterList p { cursor: pointer; }
.brandStores .resultFilterList p.active { background: var(--black); color: var(--white); }

/* General Article */
.articleBody ul { list-style: none; padding: 0; margin: 1em 0 2em; }
.articleBody li { padding: 0 0 0 2em; margin: 1em 0; position: relative; }
.articleBody li:before { content: ''; position: absolute; top: 0.4em; left: 0; width: 0.4em; height: 0.4em; border-radius: 50%; background: #000000; }
.articleBody .category-module { display: flex; align-items: flex-start; column-gap: 1em; }
.articleBody .category-module li { padding: 0; width: 100%; }
.articleBody .category-module li:before { display: none; }
.articleBody .category-module li li { padding-left: 1em; }
.articleBody .category-module li li:before {content: '\f061';display: block;width: auto;height: auto;background: none;border-radius: 0;font-family: fontawesome;top: 0.1em;font-size: 0.6em;}
.articleBody .mod-articles-category-group { font-weight: 900; }


.financialInfo .category-desc h2 { font-size: 3em; }
.timelineWrapper { width: 100%; overflow: hidden; overflow-x: auto; box-sizing: border-box; }
.timelineWrapper img { width: 100%; min-width: 1000px; }

.articleBody th,
.articleBody td { border: 1px solid #ccc; padding: 0.5em 1em; vertical-align: top; line-height: 1.4em; }
.articleBody th { font-weight: bold; }

.policyPages h3 { font-size: 1em; font-weight: normal; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------- 8. Contact Page ------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.contact h1 { margin-top: 1em; }
.contactWrapper { display: flex; align-items: stretch; }
.contactWrapper .imgBg { width: 50%; }
.contactWrapper .contact-category { width: 50%; box-sizing: border-box; padding-right: 4em; }

.contact iframe,
.map-iframe { border: 0; height: 50vh; width: 100%; margin: 60px 0; }
.contact .field-spacer label { font-size: 0.5em; color: #aaaaaa; }

.contactPage .mainContent { margin-bottom: 1em; }

.contactPageIntro { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 60vw; position: relative; color: var(--white); margin-bottom: 1em; }
.contactPageIntro > * { position: relative; }
.contactPageIntro .imgBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.contactPageIntro .title { font-size: 11vw; font-weight: 900; margin: 0; line-height: 1.1em; text-align: center; }

.contactPageInfo { display: flex; align-items: stretch; }
.contactPageInfo .textCol { width: 60%; }
.contactPageInfo .imgBg { width: 40%; }
.contactPageInfo .text { background: #cc0c42; color: var(--white); padding: 3.6vw; align-items: center; justify-content: center; font-size: 1.45vw; box-sizing: border-box; margin-bottom: 1em; }
.contactPageInfo .text a { color: var(--white); font-weight: bold; text-decoration: underline; }
.contactPageInfo .text:last-child { margin-bottom: 0; }
.contactPageInfo .text.contactPageMedia { background: var(--black); }

.contactPageList { display: flex; align-items: flex-start; justify-content: space-between; margin: 0; padding: 0; list-style: none; }
.contactPageList li { margin: 0; padding: 0; list-style: none; width: calc(33.333% - 0.5em); }
.contactPageList a { text-decoration: underline; }
.articleBody .contactPageList li:before { display: none; }
.contactPageList .imgBg { width: 100%; height: 30vw; }

.policyPages h2 { font-size: 1em; font-weight: normal; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------- 9. Career Page ------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.careerPage .mainContent,
.careerPageDetail .mainContent { margin-bottom: 0; }
.hideInArticle { display: none; }

.careerPage .hideInArticle { display: block; }
.main .careerPageWrapper > div { display: flex; align-items: stretch; justify-content: space-between; gap: 2em; margin-bottom: 4em; }
.main .careerPage .imgBg { height: auto; width: 50%; flex: 1; min-height: 90vh; }
.main .careerPage .text { flex: 1; padding: 2em 0; } 
.main .careerPageWrapper > div:nth-child(even) .imgBg { order: 2; }
.careerPageLinks { margin: 3em 0; }
.main .careerPageWrapper > div:nth-child(1) { display: block; }
.main .careerPageWrapper > div:nth-child(1) .imgBg { width: 100%; min-height: 0; aspect-ratio: 16/9; }
.main .careerPageWrapper > div:nth-child(1) .text { padding: 0; }


.joinUsHere { background: var(--black); color: var(--white); margin-bottom: 1em; }
.joinUsHere p { font-size: 2.5em; text-align: center; font-weight: 900; margin: 0; }
.joinUsHere a { color: var(--white); text-decoration: underline; }

.careerPageInfo {}
.careerPageWrapper li { margin: 1em 0; padding-left: 1em; position: relative; }
.careerPageWrapper li:before { content: ''; position: absolute; top: 0.3em; left: 0; width: 0.35em; height: 0.35em; background: var(--black); border-radius: 50%; }
.main .careerPage .imgBg img { object-position: top center; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------- 10. Search Results ------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.result__item { display: flex; }
.resultText { flex: 1; }
.result__item .result__image { width: 38%; margin-right: 2%; }
.result__item .result__title .result__title-text { font-size: 31px; font-weight: normal; }
.result__date { display: block; margin-top: 1em; }
.result__date:after { content: ""; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------- 100. Plugins Rewrites ------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Owl Carousel */
.owl-carousel .owl-dots,
.owl-carousel .owl-nav { position: absolute; width: 100%; text-align: center; }
.owl-carousel .owl-dots { bottom: 20px; left: 0; }
.owl-carousel .owl-nav { top: 50%; left: 0; height: 0; margin-top: -24px; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next { position: absolute; width: 48px; height: 48px; background: rgba(0,0,0,0.1); border: 1px solid transparent; border-radius: 50%; background-image: url(../images/chevron.svg); background-repeat: no-repeat; background-size: contain; transition: 0.4s; color: #000000; text-align: center; display: inline-block; }
.owl-carousel .owl-nav button span { font-size: 80px; line-height: 40px; color: var(--white); }
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover { background-color: var(--white); } 
.owl-carousel .owl-nav button.owl-prev:hover span,
.owl-carousel .owl-nav button.owl-next:hover span { color: #000000; } 
.owl-carousel .owl-prev { left: 20px; }
.owl-carousel .owl-next { right: 20px; }
.owl-carousel button.owl-dot { display: inline-block; width: 1em; height: 1em; background: transparent; border: 2px solid var(--white); margin: 0 5px; border-radius: 50%; }
.owl-carousel button.owl-dot.active { background: var(--white); }
.owl-carousel button.owl-dot:before,
.owl-carousel button.owl-dot:after { display: none; }

/* DJ Simple Contact Form */
.pageWrapper .dj-easy-contact-wrapper { margin-bottom: 4em; }
.pageWrapper .dj-simple-contact-form-row label { display: none; }
.pageWrapper .dj-simple-contact-form-row { margin-bottom: 1em; }
.pageWrapper .dj-simple-contact-form.style-1 .inputbox { height: 2.5em; line-height: 2.5em; }
.pageWrapper .dj-simple-contact-form.style-1 textarea { height: 10em; }

/* Convert Forms */
.convertforms { margin: 2em 0; }
.convertforms .cf-btn { padding: 0.2em 0.6em !important; 
	border-radius: 0 !important;
    color: #cc0c42 !important;
    font-size: 1em !important;
    background-color: var(--white) !important;
}
.convertforms .cfupload {
    color: var(--input-color);
    font-size: var(--input-size);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.convertforms .cfupload>div:nth-child(2) {
    margin-top: 15px
}

.convertforms .cfupload .dz-message {
    padding: 25px 10px;
    border: 1px solid var(--input-border-color);
    background-color: var(--input-background-color);
    border-radius: var(--input-border-radius);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.convertforms .cfupload .dz-message>* {
    margin: 5px;
    opacity: .8
}

.convertforms .cfupload .dz-message:hover>* {
    opacity: 1
}

.convertforms .cfupload .dz-message .cfupload-browse {
    color: inherit;
    width: auto;
    border-radius: 5px;
    padding: 4px 7px;
    background: transparent;
    border: solid 1px currentColor;
    color: inherit
}

.convertforms .cfupload.dz-clickable .dz-message {
    cursor: pointer
}

.convertforms .cfupload.dz-drag-hover .dz-message {
    background-color: #c7ecc7 !important;
    color: #5d5c5c
}

.convertforms .cfupload.dz-drag-hover .dz-message>* {
    opacity: 1
}

.cf-control-input-desc { font-size: 0.6em; margin: 0.5em 0; }
.cf-checkbox-group { display: flex; }
.cf-checkbox-group label { text-transform: none; display: inline; margin-left: 1em; }
.cf-checkbox-group input[type="checkbox"] { width: 0.7em; height: 0.7em; margin-top: 0.2em; }
.cf-response { position: fixed; top: 60px; left: 0; width: 100%; height: auto; padding: 1em 5em 1em 1em; transition: all 0.6s; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(-100%); box-sizing: border-box; } 
.cf-success .cf-response { background: #8bc34a; color: var(--white); box-sizing: border-box; visibility: visible; opacity: 1; transform: translateY(0); }
.cf-success .cf-response:after { content: '\00D7'; position: absolute; right: 1em; top: 1em; border: 1px solid var(--white); color: var(--white); text-align: center; box-sizing: border-box; width: 1em; }


/* Sitemap */
#SchuWeb_Sitemap { width: 100%; box-sizing: border-box; max-width: 1280px; margin: 40px auto; padding: 0 20px; }
.popover { display:none !important; }

/* Day6 */
.day6 { margin-top: 20px; }
.day6 svg { width: 70px; height: auto; vertical-align: middle; margin-left: 5px; }
.day6 .grey,
.day6 .orange { fill: #4f629c; transition: 0.4s; }
.day6 a:hover .grey { fill: #565d63; }
.day6 a:hover .orange { fill: #f47216; }

/* 404 ERROR */
.pageWrapper.error404 { align-items: center; justify-content: center; text-align: center; }
.error404 h1,
.error404 h2,
.error404 h3 { margin: 1.45vw 0; line-height: 1; }
.error404 h1 { color: #cc0b2f; }
.error404 h2 { color: #031c4c; font-size: 5em; font-weight: 900; }
.error404 h3 { color: #031c4c; }
.error404 img { width: 18%; display: block; margin: 3em auto; }

/* SPECIFIC */
img[src*="/images/calvin.jpg"] { object-position: top; }

/* Cookies */
body .cc-banner.cc-theme-edgeless.cc-window .cc-btn,
.cc-color-override-2041269088 .cc-highlight .cc-btn.cc-deny { font-size: 12px; font-weight: normal; text-decoration: none; padding: 0.5em 1em; color: var(--white); background: #002059 !important; border: none; margin: 0 1px; }
.cc-banner.cc-theme-edgeless.cc-window .cc-btn.cc-allowall { background: #ce0f42 !important; }
body a.cc-link label { font-weight: normal; font-size: 12px; }
body div.cc-checkbox-container input + span { width: 30px; height: 15px; }
body div.cc-checkbox-container input:checked + span::before { transform: translateX(12px); }
body div.cc-checkbox-container > span::before { height: 11px; width: 11px; bottom: 2px; }
body div.cc-window.cc-banner { padding-left: 120px; background: var(--white) url(/images/sarkk-logo.svg) no-repeat; background-size: 80px auto; background-position: 20px 20px; display: block; font-size: 14px; box-shadow: 0 0 40px -15px; }
body .cc-compliance { margin-top: 0.5em; display: inline-flex; }
.cookieText p,
.cc-message p { margin-bottom: 0.5em; }
.cc-checkboxes-container .cc-settings-label { display: none; }
.cc-message.active { display: block; }

body #cookiesck { padding-left: 200px; box-sizing: border-box; background: var(--white) url(../images/sarkk-logo.svg) no-repeat; background-size: 150px auto; background-position: 20px 20px; text-align: left; }
#cookiesck_buttons { width: 100%; }
a#cookiesck_decline,
a#cookiesck_settings{ background: transparent; border: 2px solid transparent; color: #000000; }
a#cookiesck_decline:hover,
a#cookiesck_settings:hover { background: transparent; border: 2px solid #000; color: #000; }
a#cookiesck_accept { background: #000000; border: 2px solid #000000; color: #ffffff; }
a#cookiesck_accept:hover { background: transparent; border: 2px solid #000000; color: #000000; }

.jmodedit, *[role=tooltip] { display: none !important; }

.history .imgWrapper { position: relative; }
.history .imgWrapper img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }


