/*font-family: 'Helveticaneue';*/
@font-face {
    font-family: 'Helveticaneue';
    src:url('../fonts/helveticaneue.woff') format('woff'),
        url('../fonts/helveticaneue.woff2') format('woff2'),
        url('../fonts/helveticaneue.eot'),
        url('../fonts/helveticaneue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helveticaneue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*font-family: 'HelveticaNeueMedium';*/
@font-face {
	font-family: 'HelveticaNeueMedium';
	src: url('../fonts/HelveticaNeueMedium.woff') format('woff'),
		url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
		url('../fonts/HelveticaNeueMedium.eot'),
		url('../fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueMedium.otf') format('truetype');

	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*font-family: 'Helvetica-BoldOblique';*/
@font-face {
	font-family: 'Helvetica-BoldOblique';
	src: url('../fonts/Helvetica-BoldOblique.woff') format('woff'),
		url('../fonts/Helvetica-BoldOblique.woff2') format('woff2'),
		url('../fonts/Helvetica-BoldOblique.svg#Helvetica-BoldOblique') format('svg'),
		url('../fonts/Helvetica-BoldOblique.eot'),
		url('../fonts/Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');

	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/*font-family: 'HelveticaNeueBold';*/
@font-face {
	font-family: 'HelveticaNeueBold';
	src: url('../fonts/HelveticaNeueBold.woff') format('woff'),
		url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
		url('../fonts/HelveticaNeueBold.eot'),
		url('../fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueBold.otf') format('truetype');

	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/*font-family: 'ARIAL';*/
@font-face {
	font-family: 'ARIAL';
	src: url('../fonts/ARIAL.woff') format('woff'),
		url('../fonts/ARIAL.woff2') format('woff2'),
		url('../fonts/ARIAL.svg#ARIAL') format('svg'),
		url('../fonts/ARIAL.eot'),
		url('../fonts/ARIAL.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ARIAL.ttf') format('truetype');

	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*font-family: 'ARIALBD';*/
@font-face {
	font-family: 'ARIALBD';
	src: url('../fonts/ARIALBD.woff') format('woff'),
		url('../fonts/ARIALBD.woff2') format('woff2'),
		url('../fonts/ARIALBD.svg#ARIALBD') format('svg'),
		url('../fonts/ARIALBD.eot'),
		url('../fonts/ARIALBD.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ARIALBD.ttf') format('truetype');

	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Basic styling for body */


:root {
	--white: #fff;
	--lochmara: #0088CE;
	--fresheggplant: #A30050;
	--cello: #1F2E60;
	--grey: rgba(0, 0, 0, 0.30);
	--blue-gradient: linear-gradient(259deg, #0088CE 0%, #2EB8FF 100%);
	--border-grey: #CCC;
}

* {
	font-family: 'Helveticaneue';
	line-height: 1.6;
	color: #333;
}

p {
	line-height: normal;
}

.splash-text p {
    color: #0088CE;
}

a:hover {
	text-decoration: none !important;
}

h1.commonH1,
h3.commonH3 {
	font-family: 'Helvetica-BoldOblique';
}

h1.commonH1 {
	color: var(--white);
	text-align: center;
	text-shadow: 0px 4px 17.4px rgba(1, 77, 116, 0.16);
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
}

h2.commonH2 {
	font-family: 'ARIALBD';
	font-size: 30px;
	color: var(--lochmara);
}

h3.commonH3 {
	color: var(--lochmara);
	font-size: 26px;
	line-height: 36px;
	text-align: center;
}

h4.commonH4 {
	font-family: 'HelveticaNeueBold';
	font-size: 18px;
	line-height: 23.4px;
	margin-bottom: 15px;
}

.Takeaway-box-head h4.commonH4 {
	font-family: 'Helveticaneue';
	font-size: 18px;
	line-height: 23.4px;
	margin-bottom: 15px;
	text-decoration: underline;
}

h5.commonH5 {
	font-family: 'HelveticaNeueMedium';
	font-size: 16px;
	line-height: 19.2px;
}

h5.commonH5 sup {
	color: var(--white);
}

ul {
	padding-left: 35px;
	list-style: none;
}

.grey {
	color: var(--grey);
}

.blue {
	color: var(--lochmara);
}

.white {
	color: var(--white);
}

.white-bg {
	background: var(--white);
}
.cello {
	color: var(--cello);
}

/*Site Loader css*/
#site-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	background: linear-gradient(to top right, #8EE0F9, #D8CBEC);
}

.loader-spinner {
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border-top: 5px solid var(--fresheggplant);
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}

.opacity-loader {
    opacity: 0.5 !important;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*Site Loader css end*/

input[type="password"]::-ms-reveal {
    display: none;
}

.iframedash {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    top: 25px;
}

#vimeo-video {
    top: 25px;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.contact-bottom-desktop h2{
    color: #0088CE;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin-top: 64px;
}

.contact-bottom-mobile h5{
    color: #0088CE;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin-top: 32px;
}