#CybotCookiebotDialogNavList .CybotCookiebotDialogNavItem:last-child {
    display: none !important;
}
.tariff-nor-header{
	font-weight: bold;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik/Rubik-VariableFont_wght.ttf') format('woff2-variations');
  font-weight: 100 900;
  font-display: swap;
}
body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body{overflow-x:hidden;background:rgb(217, 217, 217);font-family:"Rubik",sans-serif;line-height:150%;font-size:16px;position:relative;margin:0;scroll-behavior:smooth;}

:root {
	--msc-blue: #00AEE6;
	--msc-yellow: #FF980B;
	--btn-colour-default: #FF980B;
	--btn-colour-pill: #00AEE6;
}

[data-elementor-type="header"], [data-elementor-type="footer"], [data-elementor-type="wp-page"], 
[data-elementor-type="single-page"], [data-elementor-type="search-results"], [data-elementor-type="single-post"] {
	max-width: 1920px;
	margin: 0 auto;
}

/* Specific styling across website */
img { border-radius: 8px !important; }
.hero img { border-radius: 0 !important; }
@media only screen and (max-width: 767px) { .hero img { height: 240px !important; object-fit: cover !important;} }
.top-rounded img { border-radius: 8px 8px 0 0 !important; }
.not-rounded img { border-radius: 0 !important; }
/* .elementor-widget-container a:not(#info-btn) { font-size: inherit !important; } */
.elementor-widget-container .breadcrumbs a:not(#info-btn), 
.elementor-widget-container a:not(#info-btn) { font-size: 14px !important; }
#header-mobile .elementor-widget-container a:not(#info-btn) { font-size: 16px !important; }
.e-n-accordion .elementor-widget-container a:not(#info-btn) { font-size: inherit !important; } 

p { margin-block-end: 0 !important; }
ul .elementor-sub-item{ border-left: 0px solid black!important; }
.elementor-widget-text-editor ul { margin: 0 !important; padding-left: 1.2em !important; }
a.elementor-item-active:hover { color: var(--msc-yellow) !important; }
.select2-selection__clear { display: none !important; }
.select2-selection {
	border: 1px solid #F6F6F6 !important;
	outline: 0 !important;
}
.select2-selection[aria-expanded="true"] {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  outline: 0 !important; border: none !important;
}
.select2-container--default .select2-dropdown { border-color: lightgray !important; }
.ul-spacing ul { margin-bottom: 12px !important; }

/* Animation */
.ease-wrapper{overflow: hidden !important;}
.ease-ltr { transform: translateX(-100px); opacity: 0; transition: 1.5s; }
.ease-ltr.delay { transition-delay: 0.3s; }
.is-active .ease-ltr { transform: none; opacity: 1; }
.ease-rtl { transform: translateX(100px); opacity: 0; transition: 1.5s; }
.ease-rtl.delay { transition-delay: 0.3s; }
.is-active .ease-rtl { transform: none; opacity: 1; }
.ease-btt { transform: translateY(100px); opacity: 0; transition: 1.5s; }
.ease-btt.delay { transition-delay: 0.3s; }
.is-active .ease-btt { transform: none; opacity: 1; }
.ease-ttb { transform: translateY(-100px); opacity: 0; transition: 1.5s; }
/* .ease-ttb { width: 300px; height: 600px;} */
.ease-ttb.delay { transition-delay: 0.3s; }
.is-active .ease-ttb { transform: none; opacity: 1; }

/* Header */
#header-hamburger a.elementor-icon svg { width: 24px !important; }
#header-hamburger-close a.elementor-icon svg { width: 22px !important; }
.header .elementor-nav-menu__container { white-space: nowrap; }
.header .sub-arrow {padding: min(10px, 1vw) !important;}
.header .icon-header-dropdown-arrow { font-size: 7px; }
#header .main-menu a { font-size: clamp(11px, 1vw, 16px) !important; padding-left: min(20px, 2vw) !important; padding-right: min(20px, 2vw) !important; }
#header .main-menu, #header .elementor-nav-menu--main { height: 100% !important; }

@media only screen and (max-width: 1600px) {
	#header .sub-arrow {padding: 0.3vw !important;}
	#header .main-menu a { padding-left: max(0.6vw, 16px) !important; padding-right: max(0.6vw, 16px) !important; }
}
@media only screen and (max-width: 1375px){
	header .btn-msc .btn-msc-content {
		font-size: 13px!important;
		min-width: 150px!important;
		padding: 10px 10px!important;
	}
}
@media only screen and (max-width: 1200px) {
	#header .sub-arrow {padding: 0.15vw !important;}
	#header .main-menu a { padding-left: max(0.3vw, 8px) !important; padding-right: max(0.3vw, 8px) !important; }
}
/* Header - Mobile */
#header-dropdown-mobile { height: 0; }
#header-mobile .menu-item a { white-space: nowrap !important; }
#header-mobile.active #header-dropdown-mobile { height: calc(100vh - 72px); }
#header-mobile .icon-header-dropdown-arrow { font-size: 12px; padding-right: 1.42px; }
#header-hamburger-close, #header-mobile.active #header-hamburger {display: none !important;}
#header-hamburger, #header-mobile.active #header-hamburger-close {display: block !important;}
#header-mobile .elementor-nav-menu .sub-arrow {margin-left: auto !important; padding: 12px 24px !important; padding-right: 6vw !important; }
#header-mobile .menu-item-has-children ul { position: relative; }
#header-mobile li:hover > a { color: #FFB717 !important; }
#header-mobile .sub-menu { margin-left: 6vw !important; margin-top: 0 !important; }
#header-mobile ul.sub-menu li a { padding-top: 0px !important; }
#header-mobile .menu-item-has-children .sub-menu, #header-mobile .menu-item-has-children:hover > .sub-menu { display: none !important; }
#header-mobile .menu-item-has-children.active > .sub-menu { display: block !important; }
#header-mobile a.elementor-item.has-submenu { padding-right: 0 !important; }
#header-mobile a.elementor-sub-item { white-space: normal; }
/* Header - Search */
#header-search::before,
#header-search::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity 0.4s ease;
}
#header-search::before {
	background-image: url('../images/msc-search-icon.svg');
	z-index: 1;
}
#header-search::after {
	background-image: url('../images/msc-search-icon-active.svg');
	opacity: 0;
	z-index: 2;
}
#header-search:hover { cursor:pointer; }
#header-search:hover::after, #header-search.active::after {opacity: 1;}
/* .site-wide-search{
	display: none;
	position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9999 !important;
    background: yellow !important;	
}
 */

.site-wide-search{
	display: none;
    position: absolute !important;
	top: 52px !important;

    right: 0 !important;
    z-index: 9999 !important;
    background: yellow !important;
	max-width: 300px !important;
    min-width: 300px !important;
}

/* .site-wide-search::before{
	content: '';
    display: block;
    background: white;
    width: 100vw;
    height: 100vh;
    z-index: 99999 !important;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */

/* Buttons */
.btn-msc .btn-msc-content {
	background-color: var(--btn-colour-default);
	color: white;
	border: solid 1px var(--btn-colour-default);
	font-family:"Rubik", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	min-width: 200px;
	width: fit-content;
	height: fit-content;
	padding: 15px 20px;
	text-align: center;
	transition: all 0.4s ease;
	white-space: nowrap;
}
.btn-msc.pill .btn-msc-content,
.btn-msc.pill.active .btn-msc-content:hover {
	background-color: white;
	color: var(--btn-colour-pill);
	width: 160px;
	padding: 10px 20px;
	border-color: var(--btn-colour-pill);
	border-radius: 100px;
}
.btn-msc.pill.active .btn-msc-content,
.btn-msc.pill .btn-msc-content:hover {
	background-color: var(--btn-colour-pill);
	color: white;
}
.btn-msc.default .btn-msc-content:hover {
	background-color: white;
	color: var(--btn-colour-default);
}
.btn-msc {
	width: fit-content !important;
	height: fit-content !important;
}
#header-dropdown-mobile .elementor-shortcode, #header-dropdown-mobile .btn-msc, #header-dropdown-mobile .btn-msc-content {width: 100% !important;}

/* Breadcrumbs */
.breadcrumbs{
	position: relative;
    text-align: center;
}

.breadcrumbs a,
.breadcrumbs span{
	color: white;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	transition: 0.3s all;
}

.breadcrumbs a:hover{
	opacity: 0.5;
	color: white;
}

.breadcrumbs .separator{
	color: white;
	padding: 0 6px;
}

.breadcrumbs span.active{
	color: white;
	font-weight:500;
}

/* evgm  hide*/
#evgm-tab { display: none !important; }

/* dropdown arrow */
.home-mod-form .select2-selection__arrow, #localOffices-form .select2-selection__arrow {
	position: absolute;
	width: 21px !important;
	height: 13px !important;
	margin-right: 24px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	background-image: url(../images/msc-blue-dropdown-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 50% !important;
	transform: translateY(-50%);
}

.elementor-field-type-date, .localOffices-before {
    position: relative !important;
}
.elementor-field-type-date::after, .localOffices-before::after {
    content: '';
    position: absolute !important;
    right: 24px !important;
    top: calc(50% + 15px) !important;
    transform: translateY(-50%) !important;
    width: 21px !important;
    height: 13px !important;
    margin-right: 3px !important;
    background-color: transparent !important;
    background-image: url('../images/msc-blue-dropdown-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    pointer-events: none !important;
    z-index: 2 !important;
}
.home-mod-form .elementor-field-type-date::after, .localOffices-before::after { top: 50% !important; }
.elementor-field-type-date .flatpickr-input, .localOffices-before select {
    padding-right: 35px !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Input styles */
input[type=text] {
	background: transparent!important;
	border: 1px solid #f6f6f6!important;
}

input[type=text]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

input:-webkit-autofill {
  background-color: #f6f6f6 !important;
  -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  transition: background-color 9999s ease-in-out 0s;
  color: #000 !important;
}

/* Select2 Dropdown */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: black;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}

/* Loading Indicator */
.msc-loading-spinner {
    display: none;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    border: 4px solid #FF980B;
    border-top: 4px solid #FF980B;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
    position: absolute;
    right: -10px;
    -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 70deg, #0000 71deg 90deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    --b: 2px;
    mask-composite: intersect;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Accordion */ 
.elementor-widget-n-accordion .e-n-accordion-item-title { border-radius: 8px 8px 8px 8px !important; }
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title { border-radius: 8px 8px 0 0 !important; }
.elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-con { border-radius: 0 0 8px 8px !important; }
/*for reference: --n-accordion-padding: 29px 32px 28px 46px;  top right bottom left*/
.common-tab div { padding-top: 0; }
.common-tab ol:not(.custom-list), .common-tab ul {	margin-left: 16px !important; }
.common-tab ul { padding-left: 40px !important; }
.common-tab .e-n-accordion-item-title-text{ font-weight: 700; }
.common-tab .elementor-widget-container p, .common-tab .elementor-widget-tablepress-table {	padding: 0 32px 0 38px !important; }
.common-tab ol:not(.custom-list) li, .common-tab ul li { padding: 0 32px 0 11px !important; }
.common-tab .spaces-bet ol:not(.custom-list) { margin-top: 14px; } 
@media only screen and (max-width: 767px) {
	.common-tab .e-n-accordion-item-title { padding: 29px 22px 28px 36px !important; }
	.common-tab .elementor-widget-container p, .common-tab .elementor-widget-tablepress-table {	padding: 0 22px 0 28px !important; }
	.common-tab ol:not(.custom-list), .common-tab ul {	margin-left: 6px !important; }
	.common-tab ol:not(.custom-list) li, .common-tab  ul li { padding: 0 22px 0 11px !important; }
	.common-tab ol.custom-list li { margin-left: 63px !important; }
}

/* Footer */
#footer a { line-height: 24px; padding: 0; }
#footer .footer-heading a { font-weight: bold; margin-top: 24px; }
@media only screen and (max-width: 767px) {
	#footer .footer-heading a { margin-top: 12px; }
	
	.breadcrumbs {
		text-align: left;
	}	
}

/* Custom Classes */
.clean, .clean * {padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; line-height: 100% !important;}
.nobreak {white-space: nowrap !important;}

/* Contact Us Form */
.gform_confirmation_message { text-align: center !important; }
.contact-us-form,
.whistlebower-form{
	width: 100%;
	max-width: 808px!important;
}
.gform_description{
	display: none;
}
.gform_required_legend{
	display: none;
}
.contact-us-form input[type=text],
.whistlebower-form input[type=text]{
	background: white!important;
	border: 1px solid #686e77!important;
}
.contact-us-form input[type="submit"],
.whistlebower-form input[type="submit"]{
	background-color: rgb(255, 152, 11)!important;
    color: rgb(255, 255, 255)!important;
    border: solid 1px rgb(255, 152, 11)!important;
    font-family: "Rubik", sans-serif!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 100%!important;
    min-width: 200px!important;
    width: fit-content!important;
    height: fit-content!important;
    padding: 15px 20px!important;
    text-align: center!important;
    transition: all 0.4s ease!important;
    white-space: nowrap!important;	
}
.contact-us-form input[type="submit"]:hover,
.whistlebower-form input[type="submit"]:hover{
	background-color: rgb(255, 255, 255)!important;
    color: rgb(255, 152, 11)!important;
}
/* Eof Contact Us Form */

/* Fylo search result */
.elementor-field-group-localOffices{ position: relative !important; }
#localOffice-suggestions {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 9999;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}
#localOffice-suggestions a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}
#localOffice-suggestions a:hover {
    background-color: #f0f0f0;
}


/* Fylo accordion */
.fylo-accordion{
	position: relative;
}

.fylo.accordion-item{
    background: #00AEE6;
    padding: 30px 45px;
    border-radius: 8px;	
	transition: opacity 0.3s ease;
}

.fylo.accordion-item:not(:first-child){
	margin-top: 12px;
}

.fylo.accordion-item:hover {
	opacity: 0.9 !important;
}

.fylo-accordion-header{
	color: white;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.fylo.accordion-item:hover{
	cursor: pointer;
}

.accordion-header{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordion-content{
	display: none;
}
.fylo-acc-indicator{
	position: relative;
	height: auto;
}
.fylo-acc-indicator:before{
    content: '';
    display: inline-block;
    background: url(../images/fylo-open.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.fylo-acc-indicator.active:before { background: url(../images/fylo-minus.svg) no-repeat; }
.fylo-acc-indicator.active { height: 6px; }

.fylo-accordion .accordion-inner-content{
	display: flex;
    flex-wrap: wrap;
	gap: 15px;
	margin-top: 18px;
}
.port-txt-wrapper{
	width: calc((100% - 40px) / 3);
}

.port-txt-wrapper{
	position: relative;
}

.port-txt-wrapper .port-txt{
	color: white;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;
	margin-right: 6px;
}
.port-txt-wrapper .port-txt:hover{
	opacity: 0.8;
	cursor: pointer;
}

.port-arrow{
	position: relative;
}

.port-arrow:before{
    content: '';
    display: inline-block;
    background: url(../images/fylo-right-arrow.svg) no-repeat;
    width: 18px;
    height: 10px;
	transform: translateX(0);
    transition: transform 0.2s
	
}
.port-txt:hover + .port-arrow:before {
    transform: translateX(5px); /* Adjust how far right it moves */
}

.port-txt-wrapper-no{
	color: white;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 400;
	transition: 0.3s all;
}

@media only screen and (max-width: 926px) {
	.fylo-accordion .accordion-inner-content{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}	
	.port-txt-wrapper {
		width: calc((100% - 20px) / 2);
	}
}

@media only screen and (max-width: 615px) {
	.port-txt-wrapper {
		width: 100%;
	}
}
/* Eof Fylo  */

/* Custom list (1.1.  1.2.  1.3. etc) */
.custom-list {
  counter-reset: item;
  list-style: none;
  padding: 0;
  padding-right: 20px;
  margin: 0;
}
.custom-list-inner { padding: 0; }
.custom-list li {
  counter-increment: item;
  margin-bottom: 1em;
  position: relative;
  margin-left: 73px;
}
.custom-list-inner li { margin-left: 50px; }
.custom-list-inner li:first-child { margin-top: 12px; }
.custom-list li::before {
  position: absolute;
  top: 0;
  left: -35px;
  width: 24px;
  display: block;
}
.custom-list-inner li::before { left: -47px; width: 36px; }
.list-section-1 li::before { content: "1." counter(item) ". "; }
.list-section-2 li::before { content: "2." counter(item) ". "; }
.list-section-3 li::before { content: "3." counter(item) ". "; }
.list-section-4 li::before { content: "4." counter(item) ". "; }
.list-section-5 li::before { content: "5." counter(item) ". "; }
.list-section-6 li::before { content: "6." counter(item) ". "; }
.list-section-7 li::before { content: "7." counter(item) ". "; }
.list-section-8 li::before { content: "8." counter(item) ". "; }
.list-section-9 li::before { content: "9." counter(item) ". "; }
.list-section-10 li::before { content: "10." counter(item) ". "; }
/* Subsection-level numbering (e.g., 5.2.1, 5.2.2...) */
.list-section-5-2 li::before { content: "5.2." counter(item) ". "; }
.list-section-6-3 li::before { content: "6.3." counter(item) ". "; }
.list-section-6-4 li::before { content: "6.4." counter(item) ". "; }