@import url(https://use.typekit.net/nkg3fby.css);

* {
	outline: none;
	box-sizing: border-box;
	/*transition: width 0.3s ease, height 0.3s ease;*/
}

a {
	display: inline-block;
	color: #2F80ED;
	/*text-decoration: none;*/
	color: #333;
	cursor: pointer;
}

p {
	font-size: clamp(16px, 2vw, 18px);
	line-height: clamp(24px, 2vw, 26px);
	margin-top: 0;
	margin-bottom: 30px;
}

strong {
	/*font-weight: 300;*/
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

img {
	max-width: 100%;
}


.underlined-link {
	position: relative;
}

.underlined-link:after {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #2F80ED;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #ECF0F2;
	font-family: "sofia-pro";
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 26px;
	font-weight: 300;
	letter-spacing: -0.5px;
	padding: 0;
	margin: 0;
	color: #000;
}

h1, h2, h3, h4, h5 , h6 {
	margin-top: 0;
	font-family: "sofia-pro";
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
}

/*h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter {
	text-transform: capitalize;
}*/

h1 {
	font-size: clamp(34px, 5vw, 48px);
	line-height: clamp(42px, 5vw, 56px);
	font-weight: 300;
}

h2 {
	font-size: clamp(30px, 5vw, 40px);
	line-height: clamp(38px, 5vw, 48px);
}

h3 {
	font-size: clamp(20px, 2.3vw, 32px);
	line-height: clamp(28px, 3vw, 42px);
}

h4 {
	font-size: clamp(18px, 1.8vw, 24px);
	line-height: clamp(26px, 1.8vw, 32px);
	font-weight: bold;
}

h5 {
	font-size: clamp(16px, 1.8vw, 20px);
	line-height: clamp(24px, 1.8vw, 28px);
}

h6 {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

h7 {
	font-size: 16px;
	line-height: 24px;
}

main {
	overflow: hidden;
}


ul,
ol {
	margin-top: 0;
	padding-left: 25px;
}

ul li::marker,
ol li::marker {
	font-weight: bold;
}

.content-block ul li,
.content-block ol li {
	margin-bottom: 18px;
}

ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

:hover {
	transition: all 0.3s ease;
}

.flex,
.flex-align-center,
.flex-justify-space-between,
.flex-center-space-between,
.flex-justify-center,
.flex-center-center,
.flex-center-end,
.flex-end-space-between,
.flex-stretch,
.flex-stretch-between,
.flex-stretch-center {
	display: flex;
	flex-wrap: wrap;
}

.flex-align-center {
	align-items: center;
}

.flex-justify-space-between {
	justify-content: space-between;
}

.flex-center-space-between {
	align-items: center;
	justify-content: space-between;
}

.flex-center-center {
	align-items: center;
	justify-content: center;
}

.flex-justify-center {
	justify-content: center;
}

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

.flex-end-space-between {
	align-items: flex-end;
	justify-content: space-between;
}

.flex-stretch,
.flex-stretch-between,
.flex-stretch-center {
	align-items: stretch;
}

.flex-stretch-between {
	justify-content: space-between;
}

.flex-stretch-center {
	justify-content: center;
}

.btn {
	display: inline-block;
	color: #fff;
	padding: 12px;
	width: 100%;
	max-width: 368px;
	font-weight: bold;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 26px;
	position: relative;
	transition: all 0.3s ease-in-out;
	text-align: center;
	background: #E5A430;
	z-index: 1;
	border: 0;
	cursor: pointer;
	text-transform: capitalize;
	text-decoration: none;
}


.owl-carousel .owl-dots {
	display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #2C3F8C;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #2C3F8C;
	border: 1px solid #2C3F8C;
}
/*
.owl-theme .owl-dots .owl-dot:hover span {
	margin: 5px 3px;
}

.owl-theme .owl-dots .owl-dot.active:hover span {
	margin: 5px 7px;
}*/


.owl-theme .owl-nav {
	margin-top: 46px;
	text-align: right;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    height: 48px;
    width: 48px;
    /*background-color: rgba(189, 189, 189, 0.3);*/
    border-radius: 50%;
    margin: 0;
    text-indent: -999999px;
    background-color: #E5A430;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transition: background 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev {
	margin-right: 24px;
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover {
	background-image: url(../images/arrow-left-carousel-white.svg);
	background-repeat: no-repeat;
	background-position: center;
    background-color: #E5A430;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
	background-image: url(../images/arrow-right-carousel-white.svg);
	background-repeat: no-repeat;
	background-position: center;
    background-color: #E5A430;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
	background-color: rgba(189, 189, 189, 0.3);
}



/*.owl-carousel .owl-nav button.owl-prev.disabled:hover,
.owl-carousel .owl-nav button.owl-next.disabled:hover {
	background-color: rgba(189, 189, 189, 1);
}*/

:focus:not(:focus-visible) {
	outline: none;
	transition: none;
}

/*:focus-visible {
	outline: 1px solid white;
	transition: none;
}*/

.radio-group,
.check-group {
	position: relative;
}


input[type="radio"],
input[type="checkbox"] {
	/*display: none;*/
	/*width: 1px;*/
    position: absolute;
    /*height: 1px;*/
    /*top: 24px;
    left: 8px;*/
    top: 13px;
    left: 4px;
    /*visibility: hidden;*/
    opacity: 0;
}

input[type="radio"] + label {
	display: block;
	cursor: pointer;
	padding-left: 30px;
	position: relative;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
	color: #000000;
	min-height: 26px;
}

input[type="radio"] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 9px);
	width: 16px;
	height: 16px;
	border: 2px solid #333;
	border-radius: 50%;
}

input[type="radio"]:checked + label {
	color: #333;
}

input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
    left: 5px;
    top: calc(50% - 4px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333;
}




input[type="checkbox"] + label {
	display: inline-block;
	cursor: pointer;
	padding-left: 36px;
	position: relative;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
	color: #000000;
	min-height: 26px;
}

input[type="checkbox"] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	border: 2.5px solid #828282;
	border-radius: 2px;
}

input[type="checkbox"]:checked + label {
	color: #333;
}

input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
    left: -0.5px;
    top: 4.5px;
    width: 22px;
    height: 22px;
    border:0;
    background: url(../images/checked-box-icon.svg) no-repeat center /contain;
    /*transform: rotate(45deg);*/
    margin: 0;
}

.center-align {
	text-align: center;
}

.mb8 {
	margin-bottom: 8px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb24 {
	margin-bottom: 24px;
}

.mb32 {
	margin-bottom: 32px;
}

.mb40 {
	margin-bottom: 40px;
}

input::placeholder,
textarea::placeholder {
	color: #C4C4C4;
}

/*** LOGIN PAGE ***/

.user-login-form,
.resetpwd {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding-top: 180px;
    overflow: auto;
}

.user-login-form .form-group,
.user-login-form .form-group + div,
.user-login-form .form-actions,
.resetpwd > .form-item,
.resetpwd .form-actions {
    width: calc(100% - 48px);
    max-width: 580px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 28px;
}

.resetpwd .form-item {
    margin-bottom: 28px;
}

.user-login-form .form-item:nth-of-type(2) {
    margin-bottom: 40px;
}

.user-login-form .form-group *,
.resetpwd .form-item * {
	display: block;
}

.user-login-form .form-group label,
.user-login-form .form-group + div label,
.resetpwd .form-item label {
	display: block;
	font-size: 16px;
line-height: 24px;
letter-spacing: 5px;
text-transform: uppercase;
color: #333;
margin-bottom: 8px;
}

.user-login-form .form-group input,
.user-login-form .form-group + div input,
.resetpwd .form-item input {
	/*background: rgba(255,255,255,0.32);
	border: 1px solid #4F4F4F;
	border-radius: 3px;
	width: 100%;
	color: #fff;
	padding: 13px 16px 11px;*/
	margin-bottom: 0 !important;
}

.user-login-form .form-group input::placeholder {
	font-weight: bold;
font-size: 16px;
line-height: 24px;
color: #fff;
}

.user-login-form .description,
.resetpwd .form-item .description {
	font-size: 14px;
}
/*30-09*/
.overlay .overlay {
    background: transparent !important;
}
.button:hover, .image-button:hover {
    opacity: .8;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: none !important;
}
.ui-widget.ui-widget-content {
    border: 0;
    background: #2C3F8C;
    padding: 35px 32px 38px;
    clip-path: polygon(calc(100% - 27px) 0, 100% 25px, 100% 100%, 0 100%, 0 0);
}

.ui-dialog .ui-dialog-titlebar {
    background: transparent;
    color: #fff;
    padding: 0px 0 15px 0;
}

.ui-dialog .ui-dialog-content {
    height: auto !important;
    padding: 20px 0;
    color: #fff;
}

.ui-button .ui-icon {
    filter: brightness(22.5);
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .ui-button .ui-icon {
    filter: brightness(0);
}

.ui-dialog .ui-dialog-buttonpane {
    background: transparent;
}

.ui-dialog .ui-dialog-content p, .ui-dialog .ui-dialog-content a {
    color: #fff;
}

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

.main-menu ul.sub-menu  li {
    padding-left: 0;
}
.search-block .row ul li:hover .select2-selection__rendered {
    background: transparent;
}
.region.region-highlighted {
    position: fixed;
    width: 100%;
    top: 56px;
    z-index: 9;
}