﻿@font-face {
	font-family: 'Raleway';
	src: url('/webfonts/raleway-regular-webfont.woff2') format('woff2'),
		url('/webfonts/raleway-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}

@font-face {
	font-family: 'Font Awesome 6 Free';
	src: url('/webfonts/fontawesome/fa-solid-900.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}

/* MAIN Large devices (laptops/desktops, 768px and up) */
/*********************************************
	utility
	*********************************************/
.clear {
	clear: both;
}

* {
	outline: 0px solid red;
}

/*********************************************
	reset
	*********************************************/
* {
	margin: 0;
	padding: 0;
}

.container-fluid>.row {
	clear: both !important
}

/*********************************************
	layout
	*********************************************/
html {
	scroll-behavior: smooth;
}

body {
	/*background-image: url(/images/esi-min.png);
		background-position: 50% 115%;*/
	width: 100%;
	font-family: 'Raleway';
	background: rgba(0, 0, 0, 0.6);
}

img {
	max-width: 100%;
	height: auto;
}

#overlay {
	position: absolute;
	/* Sit on top of the page content */
	display: block;
	/* Hidden by default */
	width: 100%;
	/* Full width (cover the whole page) */
	height: inherit;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	/* Black background with opacity */
	z-index: 3;
	/* Specify a stack order in case you're using a different order for other elements */
}

div#hero {
	width: 100%;
	float: left;
}

div#hero img {
	padding: 0px;
	-o-object-fit: none;
	object-fit: none;
	-o-object-position: -20% 50%;
	object-position: -20% 50%;
}

div#top {
	float: left;
	max-height: 85vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

div#logo {
	float: left;
	width: 25%;
	max-height: 100%;
	z-index: 10;
}

div#logo img {
	margin: 0px;
	float: left !important;
	padding: 0px;
	max-width: 75%;
	filter: brightness(0) invert(1);
}

div#mobile-logo {
	display: none;
}

div#mobile-logo img {}

header {
	float: left;
	position: relative;
	width: 75%;
	max-height: 85vh;
	overflow: hidden;
}

#stickylogo {
	width: 55%;
}

#stickyimg {
	float: left;
	width: 200px;
	/* Full width */
	transition: 0.2s;
	/* Add a transition effect (when scrolling - and font size is decreased) */
	position: relative;
	top: 0;
	left: 0;
	z-index: 5000;
	margin: 0px 10px;
	opacity: .7;
	overflow: visible;
}

#stickyheader {
	position: relative;
	padding: 18px 0px;
	height: 100px;
}

#stickyheader a {
	font-family: 'Arial' !important;
	font-style: italic;
	font-weight: normal;
	font-size: 1.6rem;
	color: white;
	line-height: normal;
}

div#info {
	float: right;
	width: 50%;
}

div#info p {
	margin: 10px 10px 0 0;
	color: white;
	text-align: right;
	padding: 0px 10px 0px 0px;
	line-height: 2em;
	letter-spacing: .1em;
}

div#info p span {
	font-weight: bold;
	color: #4c4c4c;
	letter-spacing: -1px;
}

.mobilenav {
	display: none;
}

img#watermark {
	position: absolute;
	right: 0;
	top: 0;
	opacity: .7;
	z-index: -99;
	overflow: clip;
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
	max-width: 100%;
	height: auto;
}

#scrolldown {
	filter: brightness(0) invert(1);
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 10px 50px;
	opacity: .5;
}

#heading {
	padding: 40px;
	z-index: 1;
	background: rgba(19, 68, 124, 0.5);
	-webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, .4);
	box-shadow: -5px 5px 5px rgba(0, 0, 0, .4);
	float: right;
	margin: 8% 0 10% 0;
	width: 60%;
	max-height: 50vh;
}

#heading h1 {
	max-width: 80%;
	font-family: 'Raleway', sans-serif;
	font-size: 3vw;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}

#heading p {
	max-width: 100%;
	font-family: 'Raleway', sans-serif;
	color: rgb(245, 243, 243);
	font-size: 1.4vw;
}

#heading button {
	width: 150px;
	margin: 10px auto;
}

.shape {
	float: left;
	margin-bottom: 10px;
	/*shape-outside: polygon(0 0, 0 720px,200px 0px);
	margin-left: -100px;*/
}

/*********************************************
	top navigation
	*********************************************/
/* Add a black background color to the top navigation */
.topnav {
	height: 100px;
	padding: 20px 0px;
	display: block;
}

/* Style the links inside the navigation bar */
.topnav a {
	text-decoration: none;
	margin-left: 0px;
	padding: 10px 15px;
	color: white !important;
	text-align: center;
	font-weight: bold;
	height: 50px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
	display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
	position: static !important;
	min-width: 135px;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	border: none;
	outline: none;
	color: white;
	background-color: inherit;
	font-family: inherit;
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color: white;
	text-align: center;
	font-weight: bold;
	/*border-bottom: 4px solid #174782;*/
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute !important;
	background-color: #424141c0;
	min-width: 160px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.9);
	z-index: 2;
}

/* Style the links inside the dropdown */
.dropdown-content a {
	float: none;
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
	background-color: #555;
	color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
	display: block;
}

.topnav .button {
	background: none;
	color: white;
	margin-left: 10px;
	padding: 10px 15px;
	letter-spacing: normal;
	border-radius: 2px;
	background: rgba(19, 68, 124, .6);
	min-width: 200px;
}

.topnav .button:hover {
	background-color: #555;
	color: white;
}

.topnav .button img {
	padding: 0;
}
/*******************************************
			notification
**********************************************/

#note {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #fde073;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}

#close {
	position: absolute;
	right: 20px;
	top:-5px;
	cursor: pointer;
}


.cssanimations.csstransforms #note {
	transform: translateY(-50px);
	animation: slideDown 2.5s 1.0s 1 ease forwards;
    -webkit-transform: translateY(-50px);
    -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
    -moz-transform:    translateY(-50px);
    -moz-animation:    slideDown 2.5s 1.0s 1 ease forwards;
}

.cssanimations.csstransforms #close {
	display: none;
  }

  @keyframes slideDown {
    0%, 100% { -webkit-transform: translateY(-50px); }
    10%, 90% { -webkit-transform: translateY(0px); }
}
  @-webkit-keyframes slideDown {
    0%, 100% { -webkit-transform: translateY(-50px); }
    10%, 90% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes slideDown {
    0%, 100% { -moz-transform: translateY(-50px); }
    10%, 90% { -moz-transform: translateY(0px); }
}

/*********************************************
	text slider
	*********************************************/
#rotation {
	width: 100%;
	height: 120px;
	position: relative;
	padding: 0px;
	overflow: hidden;
	background: #226ab8;
}

#slider {
	position: relative;
}

#tx {
	color: white;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	text-align: center;
}

#tx p {
	color: white;
	padding: 10px 15px;
}

/********************************************
	sections
	*********************************************/

div#notice {
	float: left;
	display: inline;
	background: #EAAD30;
	width: 100%;
	padding: 0px;
	height: 50px;
	line-height: 20px;

}

div#notice p {
	font-family: Arial;
	color: black;
	font-weight: 900;
	letter-spacing: -1px;
	text-align: center;
	padding: 5px;
	color: rgba(250, 0, 20, 1);
}

div#notice a {
	font-family: Arial;
	color: black;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

div#notice img {
	padding: 0px;
	position: relative;
}

div#content {
	float: left;
	min-height: 250px;
	width: 100%;
	background-color: white;
}

div#content-inner {
	float: left;
	width: 100%;
}

div#sidebar {
	float: left;
	width: 35%;
	margin: 20px 20px;
}

div#sidebar img {
	max-width: 100%;
	height: auto;
}

div#content-main {
	margin-top: 2%;
	overflow: hidden;
}

div#content-main h2 {
	color: #174782;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}

div#content-main article {
	width: 30%;
	margin: 1%;
}

div#content-main article h3 a {
	font-family: 'Raleway', 'san-serif';
	float: left;
	width: 100%;
	color: #174782;
	letter-spacing: -1px;
}

div#content-main article ul {
	color: #515151;
	padding: 5px 15px;
}

div.divider {
	float: left;
	width: 100%;
	margin: 0 0 0 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(111, 111, 111)), color-stop(rgb(123, 123, 123)), to(rgb(111, 111, 111)));
	background-image: -o-linear-gradient(rgb(111, 111, 111), rgb(123, 123, 123), rgb(111, 111, 111));
	background-image: linear-gradient(rgb(111, 111, 111), rgb(123, 123, 123), rgb(111, 111, 111));
}

div.divider h4 {
	color: white;
	padding: 5px;
}

div#cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	width: 100%;
	height: 100px;
	background: #226ab8;
	color: white;
	text-align: center;
}

div#cta a.button {
	display: block;
	font-family: 'Raleway';
	margin: auto 0;
	padding: 20px 80px;
	background: white;
	color: rgb(7, 40, 78);
	font-weight: 900;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#cta a.button:hover {
	padding: 20px 80px;
	background-color: #1f6fa6;
	color: white;
}

div#footer {
	position: relative;
	width: 100%;
	background: #174782;
	padding: 25px 70px;
	display: flex;
	flex: 5;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

div#footer div {
	padding: 20px 0px;
}

div#footer #footer-logo {}

div#footer #footer-logo img {
	filter: brightness(0) invert(1);
	max-width: 100%;
	height: auto;
}

div#footer h5 {
	color: white;
}

div#footer p {
	color: white;
	padding: 0px;
}

div#footer div#footer-nav {}

div#footer div#footer-nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

div#footer div#footer-nav ul li {
	list-style-type: none;
}

div#footer div#footer-nav ul li a {
	color: white;
	text-decoration: none;
	padding: 0 0 0 9px;

}

div#footer div#footer-nav ul li a:hover {
	text-decoration: underline;
}

div#footer div#contact {
	display: flex;
	flex-direction: column;
	text-align: left;
	color: white;
}

div#footer .cta {
	display: flex;
	align-items: center;
	flex-direction: column;
}

div#footer .cta p {
	padding: 0px 50px 20px 50px;
	text-align: center;
	width: 100%;
}

div#footer .cta .button {
	width: 200px;
	height: 50px;
	text-align: center;
	background: white;
	color: rgb(7, 40, 78);
	font-weight: 900;
	padding: 10px 30px;
}

div#footer .cta .button:hover {
	background-color: #1f6fa6;
	color: white;
}

div#footer hr {
	padding: 0px 50px;
}

div#copyright {
	position: relative;
	float: left;
	width: 100%;
	background: #174782;
	color: rgba(255, 255, 255, .5);
	text-align: right;
	padding: 10px 50px;
	border-top: 1px solid white;
}

div#spacer {
	float: left;
	height: 40px;
	width: 970px;
}

div#directions {
	float: left;
	width: 100%;
	margin: 20px;
}

div#directions h2 {
	letter-spacing: 0px;
	padding: 0 0 5px 0;
}

div.direction {
	padding: 5px;
	float: left;
	width: 23%;
	margin: 5px 0 0 5px;
}

div#hotels {
	float: left;
	width: 100%;
	margin: 20px;
}

div.hotel {
	padding: 5px;
	float: left;
	width: 23%;
	margin: 5px 0 0 5px;
}

div.hotel h2 {
	letter-spacing: 0px;
	padding: 0 0 5px 0;
}

div#content-left {
	width: 75%;
	float: left;
}

div#content-right {
	float: left;
	width: 25%;
}

div#content-right .divQuotes {
	float: left;
	width: 200px;
	text-align: right;
	padding: 10px;
	font-style: italic;
	background-color: white;
	color: #515151;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
	margin: 10px 0px;
}

div#divImage {
	height: 366px;
	float: right;
	width: 208px;
	vertical-align: bottom;
}

.half {
	width: 45%;
	float: left;
	padding: 0px 20px;
}

.third {
	width: 26%;
	float: left;
	padding: 20px 20px;
}

.leftside {
	width: 50%;
	float: left;
}

.leftside p {
	padding: 10px;
}

.rightside {
	width: 50%;
	float: left;
}

.rightside p {
	padding: 10px;
}

.column {
	float: left;
	max-width: 30%;
}

hr {
	float: left;
	width: 100%;
}

.bullets {
	float: left;
	width: 270px;
}

.back {
	font-weight: bold;
	color: #174782;
	text-decoration: none;
	float: left;
	width: 100%;
	padding: 10px;
}

.pagelink {
	margin-top: -98px;
	position: absolute;
	z-index: -9999;
}

/*********************************************
	default text
	*********************************************/
h1, h2, h3, h4, h5 {
	letter-spacing: -1px;
}

h1 {
	font-size: 2.75rem;
}

h2 {
	font-family: 'Raleway', 'sans-serif';
	font-size: 2.5rem;
}

h3 {
	font-size: 1.5rem;
	padding: 3px 10px 0px 10px;
}

h4 {
	font-size: 1.5rem;
	padding: 3px 10px 0px 10px;
}

h5 {
	font-size: 1.25rem;
}

p {
	font-size: 1.25rem;
	padding: 10px 15px;
}

a {
	font-weight: normal;
	text-decoration: none;
	font-size: 1.25rem;
}

button {
	font-size: 1.25rem;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

ul, ol {
	margin-left: 25px;
	padding: 0 0 20px 20px;
}

ul li, ol li {
	font-size: 1.25rem;
}

.button {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
}


/*********************************************
	hero slideshow
	*********************************************/


/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

q:before, q:after {
	content: '';
}

/* General Demo Style */
body {
	overflow-y: scroll;
	overflow-x: hidden;
}

.ie7 body {
	overflow: hidden;
}

.container {
	position: relative;
	text-align: center;
}

.container>header {
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: left;
}

.container>header h1 {
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	padding: 0px 0px 5px 0px;
}

.container>header h2, p.info {
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}



.cb-slideshow,
.cb-slideshow:after {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background: url(/images/placeholder-min.jpg) no-repeat;*/
	background-size: cover;
}

.cb-slideshow:after {
	content: '';
	/*background: transparent url(/images/pattern-min.png) repeat top left; */
}

.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-animation: imageAnimation 24s linear infinite 0s;
	animation: imageAnimation 24s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {}

.cb-slideshow li:nth-child(2) span {
	-webkit-animation-delay: 6s;
	animation-delay: 6;
}

.cb-slideshow li:nth-child(3) span {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {
	background-position: top;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}


/* Animation for the slideshow /images */
@-webkit-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	17% {
		opacity: 1
	}

	35% {
		opacity: 0;
	}

	100% {
		opacity: 0
	}
}

@keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	17% {
		opacity: 1
	}

	35% {
		opacity: 0;
	}

	100% {
		opacity: 0
	}
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}

.no-webp .image {
	background-image: url(/images/hero4-min.jpg);
}

.webp .image {
	background-image: url(/images/hero4-min.webp);
}

.no-webp .image2 {
	background-image: url(/images/hero1-min.jpg);
}

.webp .image2 {
	background-image: url(/images/hero1-min.webp);
}

.no-webp .image3 {
	background-image: url(/images/hero3-min.jpg);
}

.webp .image3 {
	background-image: url(/images/hero3-min.webp);
}

.no-webp .image4 {
	background-image: url(/images/smart-management-min.jpg);
}

.webp .image4 {
	background-image: url(/images/smart-management-min.webp);
}


/*********************************************
************* card carousel  *****************
*********************************************/
#recentNews {
	float: left;
	background-color: #444;
	width: 100%;
	height: 500px;
}

.title {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}


#carousel {
	position: relative;
	height: 400px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}

#carousel>div {
	position: absolute;
	-webkit-transition: left 1s, opacity 1s, z-index 0s, -webkit-transform 1s;
	transition: left 1s, opacity 1s, z-index 0s, -webkit-transform 1s;
	-o-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
	transition: transform 1s, left 1s, opacity 1s, z-index 0s;
	transition: transform 1s, left 1s, opacity 1s, z-index 0s, -webkit-transform 1s;
	opacity: 1;
	border-radius: 2px;
	width: 400px;
	height: 400px;
}

#carousel div.hideLeft {
	left: 0%;
	opacity: 0;
	-webkit-transform: translateY(25%) translateX(-50%);
	-ms-transform: translateY(25%) translateX(-50%);
	transform: translateY(25%) translateX(-50%);
}

#carousel div.hideRight {
	left: 100%;
	opacity: 0;
	-webkit-transform: translateY(25%) translateX(-50%);
	-ms-transform: translateY(25%) translateX(-50%);
	transform: translateY(25%) translateX(-50%);
}

#carousel div.prev {
	z-index: 5;
	left: 30%;
	-webkit-transform: translateY(25px) translateX(-50%);
	-ms-transform: translateY(25px) translateX(-50%);
	transform: translateY(25px) translateX(-50%);
}

#carousel div.prevLeftSecond {
	z-index: 4;
	left: 15%;
	-webkit-transform: translateY(25%) translateX(-50%);
	-ms-transform: translateY(25%) translateX(-50%);
	transform: translateY(25%) translateX(-50%);
	opacity: .7;
}

#carousel div.selected {
	z-index: 10;
	left: 50%;
	-webkit-transform: translateY(0px) translateX(-50%);
	-ms-transform: translateY(0px) translateX(-50%);
	transform: translateY(0px) translateX(-50%);
}

#carousel div.next {
	z-index: 5;
	left: 70%;
	-webkit-transform: translateY(25px) translateX(-50%);
	-ms-transform: translateY(25px) translateX(-50%);
	transform: translateY(25px) translateX(-50%);
}

#carousel div.nextRightSecond {
	z-index: 4;
	left: 85%;
	-webkit-transform: translateY(25%) translateX(-50%);
	-ms-transform: translateY(25%) translateX(-50%);
	transform: translateY(25%) translateX(-50%);
	opacity: .7;
}

#carousel #prevbutton {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100px;
	height: 100px;
	z-index: 500;
	background: rgba(0, 0, 0, 0.2);
	border: none;
}

#carousel #nextbutton {
	position: absolute;
	top: 15%;
	right: 0;
	width: 100px;
	height: 100px;
	z-index: 500;
	background: rgba(0, 0, 0, 0.2);
	border: none;
}

#carousel button i {
	color: white;
}


.inner {
	background-color: #FFF;
	padding: 10px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	height: 100%;
	border-radius: 2px;
	-webkit-box-shadow: -2px 0px 5px 6px rgba(0, 0, 0, .4);
	box-shadow: -2px 0px 5px 6px rgba(0, 0, 0, .4);
}

.inner:hover {
	background-color: #e6e6e6;
}

.fauxcrop {
	height: 180px;

}

.fauxcrop img {
	width: 100%;
	height: 180px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;

}

.ct-blog-content {
	padding: 30px 0 28px;
}

.ct-blog-content .ct-blog-date {
	display: inline-block;
	width: 20%;
	font-family: "Lato", sans-serif;
	padding: 0px 18px 0px 15px;
	text-align: center;
}

.ct-blog-content .ct-blog-date span {
	font-size: 16px;
	color: rgb(20, 117, 175);
	font-weight: 700;
	display: block;
	line-height: 1;
}

.ct-blog-content .ct-blog-date strong {
	font-size: 25px;
	color: rgb(20, 117, 175);
}

.ct-blog-content .ct-blog-header {
	display: inline-block;
	color: #000;
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.2px;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
	margin: 10px auto;
	padding: 0px 15px;
}

.ct-blog-content .ct-blog-button {
	width: 250px;
	padding: 10px 30px;
	background: rgba(20, 117, 175, .7);
	color: white;
	position: absolute;
	bottom: 15%;
	left: 18%;
	text-align: center;
}

.ct-blog-content a.ct-blog-button:hover {
	background: rgba(20, 117, 175, 1);
}

/**************
   back to top button
   ********/
#backtotop {
	display: inline-block;
	background-color: rgba(0, 0, 0, .3);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 110px;
	right: 40px;
	-webkit-transition: background-color .3s,
		opacity .5s, visibility .5s;
	-o-transition: background-color .3s,
		opacity .5s, visibility .5s;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

#backtotop::after {
	content: "\f106";
	font-family: 'Font Awesome 6 Free';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#backtotop:hover {
	cursor: pointer;
	background-color: #333;
}

#backtotop:active {
	background-color: #555;
}

#backtotop.show {
	opacity: 1;
	visibility: visible;
}

/**************
   barcode scan
   ********/
.preloader-scan {
	width: 27%;
	height: 10px;
	margin: 0 auto;

}

.laser {
	width: 100%;
	background-color: tomato;
	height: 2px;
	position: relative;
	top: 40%;
	z-index: 2;
	-webkit-box-shadow: 0 0 4px red;
	box-shadow: 0 0 4px red;
	-webkit-animation: scanning 2s infinite;
	animation: scanning 2s infinite;
}

/*.diode {
	animation: beam 0.01s infinite;
}
@-webkit-keyframes beam {
	50% {
		opacity: 0;
   }
}
@keyframes beam {
	50% {
		opacity: 0;
   }
}
@-webkit-keyframes scanning {
	50% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
   }
}
@keyframes scanning {
	50% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
   }
}
*/

/****************************
marquee
***********************/
:root {
	--marquee-width: 100vw;
	--marquee-height: 100px;
	--marquee-elements-displayed: 3;
	--marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
	--marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
	width: var(--marquee-width);
	height: var(--marquee-height);
	background-color: #226ab8;
	;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.marquee:before, .marquee:after {
	position: absolute;
	top: 0;
	width: 10rem;
	height: 100%;
	content: "";
	z-index: 1;
}

.marquee:before {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#2E2E2E), to(transparent));
	background: -o-linear-gradient(left, #2E2E2E 0%, transparent 100%);
	background: linear-gradient(to right, #2E2E2E 0%, transparent 100%);
}

.marquee:after {
	right: 0;
	background: -webkit-gradient(linear, right top, left top, from(#2E2E2E), to(transparent));
	background: -o-linear-gradient(right, #2E2E2E 0%, transparent 100%);
	background: linear-gradient(to left, #2E2E2E 0%, transparent 100%);
}

.marquee-content {
	list-style: none;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: none;
	animation: none;
}

.marquee-content:hover {
	animation-play-state: paused;
}

@-webkit-keyframes scrolling {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
		transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
	}
}

@keyframes scrolling {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
		transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
	}
}

.marquee-content li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: var(--marquee-element-width);
	max-height: 100%;
	font-size: calc(var(--marquee-height)*3/4);
	white-space: nowrap;
}

.marquee-content li img {
	height: 60%;
}



/*********************
card list
************************/

#cards {
	width: 100%;
	height: 100%;
	background-color: #444;
}

#cards ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 10px;
	width: 100%;
}

#cards ul li {
	padding: 20px;
	width: 100%;
	list-style: none;
	height: auto;
	color: #e2eff1;
	text-align: center;
}

#cards ul div.vert-line {
	border-right: 0px solid white;
	height: 250px;
	margin-top: 75px;
}

#cards ul li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: rgb(123, 123, 123);
	border-radius: 50%;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
	margin: 10px;
	height: 150px;
	width: 150px;
}

#cards ul li h3 {
	width: 100%;
	color: rgb(96, 165, 243);
	font-weight: 800;

}

#cards ul li p {
	color: white;
}

#cards ul li img {
	padding: 10px;
}


/***************************
subpage
****************************/
.subpage {
	background-color: white;
}

#banner-erms {
	background: url(/images/smart-management-min.jpg);
	background-position: top;
	background-size: cover;
}

#banner-edi {
	background: url(/images/edi-min.jpg);
	background-position: top;
	background-size: cover;
}

#banner-webprint {
	background: url(/images/hero1-min.jpg);
	background-position: center;
	background-size: cover;
}

#banner-services {
	background: url(/images/services-min.jpg);
	background-position: center;
	background-size: cover;
}

#banner-about {
	background: url(/images/Office-min.jpg);
	background-position: center;
	background-size: cover;
}

#headline {
	position: relative;
	z-index: 3;
	color: white;
}

.list-inline {
	display: block;
}

.list-inline li {
	display: inline-block;
	font-weight: bold;
}

.list-inline li:after {
	content: '|';
	margin: 0 10px;
}

.nobar li:after {
	content: '';
	margin: 10px;
}

.list-inline li:last-child:after {
	content: '';
}

.list {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}

.list li {
	list-style: none;
	width: 33.333%;
}

/*
   * Custom translucent site header
   */

.site-header {
	background-color: rgba(0, 0, 0, .85);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	height: 100px;
}

.site-header a {}

.site-header a:hover {
	color: #fff;
	text-decoration: none;
}

.img-container {
	display: block;
	width: 100%;
	height: 350px;
	border-radius: 21px;
}

.img-container video, .img-container img {
	display: block;
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 21px;
}

/*
   * Dummy devices (replace them with your own or something else entirely!)
   */

.product-device {
	position: absolute;
	right: 10%;
	bottom: -30%;
	width: 300px;
	height: 540px;
	background-color: #333;
	border-radius: 21px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.product-device::before {
	position: absolute;
	top: 10%;
	right: 10px;
	bottom: 10%;
	left: 10px;
	content: "";
	background-color: rgba(255, 255, 255, .1);
	border-radius: 5px;
}

.product-device-2 {
	top: -25%;
	right: auto;
	bottom: 0;
	left: 5%;
	background-color: #e5e5e5;
}

#bracket {
	width: 100%;
	height: 30px;
	border-top: 3px solid #BFC257;
	border-left: 3px solid #BFC257;
	border-right: 3px solid #BFC257;
}

/*
   * Extra utilities
   */

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.flex-equal>* {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}


.overflow-hidden {
	overflow: hidden;
}

/*****************************
  bootstrap overrides
  *****************************/
.bg-primary {
	background-color: #174782 !important;
}

.btn-primary {
	background-color: #174782 !important;
	border-color: white !important;
}

.btn-primary:hover {
	background-color: #58708d !important;
	border-color: white !important;
}

.bg-light {
	background-color: white !important;
}

.bg-transparent {
	background-color: rgba(0, 0, 0, .7) !important;
}

.bg-secondary {
	background-color: rgba(100, 100, 100, .6) !important;
}

.jumbotron {
	background: url(/images/news-min.jpg);
	background-position: center;
	background-size: cover;
}

.jumbo-overlay {
	position: absolute;
	/* Sit on top of the page content */
	display: block;
	/* Hidden by default */
	width: 100%;
	/* Full width (cover the whole page) */
	height: inherit;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	/* Black background with opacity */
	z-index: 5;
	/* Specify a stack order in case you're using a different order for other elements */
}

.jumbotron h1, .jumbotron p, .jumbotron a {
	position: relative;
	z-index: 6;
	color: white;
}

.card-text {
	overflow: hidden;
	text-overflow: ellipsis !important;
}

.text-left {
	text-align: left !important;
}

/****************************
autocompleter
*****************************/
#tpsubmit {
	max-width: 35%;
	margin: auto;
}

#tpsubmit input {
	width: 50%;
}

#tpsubmit label {
	width: 100%;
	font-size: 1.5rem;
}

#tpsubmit input[type="submit"] {
	margin: 25px auto;
	width: 25%;
}

#autocomplete-input {
	width: 50%;
	font-weight: bold;
	font-size: 1.5rem;
	height: 50px;
}

#tpsubmit .form-group {
	max-width: 100%;
	position: relative;
}

.autocompleter {
	display: none;
}

.autocompleter-show {
	display: block;
}

.autocompleter,
.autocompleter-hint {
	position: relative;
	width: 50%;
	margin: auto;
	z-index: 3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.autocompleter-list {
	list-style: none;
	background: rgba(230, 230, 230, 1);
}

.autocompleter-item {
	cursor: pointer;
}

.autocompleter-item:hover {
	/* Hover State */
	background: rgba(170, 170, 170, 1);
}

.autocompleter-item-selected {
	/* Selected State */
}

.autocompleter-item strong {
	/* Highlight Matches */
}

.autocompleter-hint {
	width: 100%;
	display: none;

	/** Need absolute position over input text */
}

.autocompleter-hint-show {
	display: block;
}

.autocompleter-hint span {
	color: transparent;
}

#icon {
	position: relative;
	right: 0;
	bottom: -15px;
	width: 50px;
	height: 50px;
	background-image: url(/images/approved-check-min.png);
	background-size: 50px;
	display: none;
}

/***********************
thumbnail viewer
****************/
.gallery-container {
	padding: 10px;
	justify-content: center;
}

.gallery-container li {
	background: #fff;
	list-style: none;
	border: 4px double #ccc;
	width: 350px;
	padding: 5px;
}

.gallery-flex-container {
	display: flex;
	flex-direction: column;
}

.gallery-image {
	height: 300px;
	width: 100%;
	display: block;
}

.gallery-image img {
	height: 300px;
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.gallery-content {
	margin-bottom: 10px;
	color: #444;
}

#open-image {
	display: none;
}

#open-image:checked~.gallery-modal {
	transform: scale(1);
}

.open-image {
	background: linear-gradient(to bottom, #1f6fa6 0%, #1f6fa6 44%, #226ab8 100%);
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	width: 100px;
	text-align: center;
	align-self: center;
}

.gallery-modal {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transform: translateY(-100%) scale(.1);
	transition: .6s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.gallery-modal .open-image {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: #fff;
	color: #444;
}

.gallery-modal img {
	border: 5px solid #fff;
	height: 90%;
	width: 50%;
}

@media screen and (max-width:500px) {
	.gallery-container li {
		width: 100%;
	}
}


/*******************
flow circle
***************/
.flow-chart_input {
	display: none;
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(720deg);
	}
}

@keyframes scale {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	90% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes textOpacity {
	0% {
		visibility: none;
		opacity: 0;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

.circle-center {
	position: absolute;
	z-index: 9999;
	top: 25%;
	left: 42%;
}

.flow-chart {
	opacity: 0;
	position: relative;
	width: 50vw;
	height: auto;
	min-height: 500px;
	transition: all 200ms ease;
	animation: 750ms ease-out 300ms scale;
	animation-fill-mode: forwards;
	margin: 0 auto;
}

.flow-chart-svg {
	animation: 1400ms ease-out 400ms spin;
	animation-fill-mode: forwards;
	width: 50vw;
	height: 50vh;
	margin-top:5%;
}

.flow-chart-svg text {
	font-size: 11px;
	opacity: 0;
	animation: 1400ms ease-out 2500ms textOpacity;
	animation-fill-mode: forwards;
}

.flow-chart-svg text.flow-chart-title {
	opacity: 0;
	font-size: 27.8174px;
	animation: 1400ms ease-out 1900ms textOpacity;
	animation-fill-mode: forwards;
}

.flow-svg-outer-circle, .flow-svg-inner-circle {
	fill: #fff;
}

.flow-chart-group1 {
	background-color: red;
}

.flow-chart-group_shape {
	fill: #0067ac;
}

.flow-chart-group1_shape {
	fill-opacity: 1;
}

.flow-chart-group2_shape {
	fill-opacity: 0.8;
}

.flow-chart-group3_shape {
	fill-opacity: 0.6;
}

.flow-chart-group4_shape {
	fill-opacity: 0.4;
}

.flow-chart-group5_shape {
	fill-opacity: 0.3;
}

.flow-chart-group6_shape {
	fill-opacity: 0.2;
}

.flow-chart-content {
	display: none;
}

.flow-chart .flow-chart-content {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	justify-content: space-between;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flow-chart .flow-chart-content img {
	padding: 5px;
}

.flow-chart .flow-chart_description_group1 {
	order: 2;
	width: 50%;
	padding-left: 30%;
	text-align: left;
	color: #174782;
	font-weight: bolder;
	opacity: 0;
	animation: 1s ease-out 1s textOpacity;
	animation-fill-mode: forwards;
}

.flow-chart .flow-chart_description_group1 p {
	padding-bottom: 5px;
}

.flow-chart .flow-chart_description_group2 {
	order: 4;
	width: 50%;
	padding-left: 30%;
	text-align: left;
	color: #174782;
	font-weight: bolder;
	opacity: 0;
	animation: 1s ease-out 1s textOpacity;
	animation-fill-mode: forwards;
}

.flow-chart .flow-chart_description_group2 p {
	padding-bottom: 5px;
}

.flow-chart .flow-chart_description_group3 {
	order: 3;
	width: 50%;
	padding-right: 30%;
	text-align: right;
	color: #174782;
	font-weight: bolder;
	opacity: 0;
	animation: 1s ease-out 1s textOpacity;
	animation-fill-mode: forwards;
}

.flow-chart .flow-chart_description_group3 p {
	padding-bottom: 5px;
}

.flow-chart .flow-chart_description_group4 {
	order: 1;
	width: 50%;
	padding-right: 30%;
	text-align: right;
	color: #174782;
	font-weight: bolder;
	opacity: 0;
	animation: 1s ease-out 1s textOpacity;
	animation-fill-mode: forwards;
}

.flow-chart .flow-chart_description_group4 p {
	padding-bottom: 5px;
}


/************************
event timeline
**************************/

.flex-parent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 350px;
}

.input-flex-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;

	position: relative;
	z-index: 0;
}

.input {
	width: 25px;
	height: 25px;
	background-color: #2C3E50;
	position: relative;
	border-radius: 50%;
}
/* 18vw for 5 events 16vw for 6 events */
.input::before, .input::after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	background-color: #2C3E50;
	width: 14vw;
	height: 5px;
}

.input:first-of-type::before, .input:last-of-type::after {
	width: 14vw;
}

.input::before {
	left: calc(-14vw + 24.5px);
}

.input::after {
	right: calc(-14vw + 24.5px);
}

.input.active {
	background-color: #2C3E50;
}

.input.active::before {
	background-color: #2C3E50;
}

.input.active::after {
	background-color: #AEB6BF;
}

.input.active span {}

.input.active span::before {}

.input.active span::after {}

.input.active~.input, .input.active~.input::before, .input.active~.input::after {
	background-color: #AEB6BF;
}

.input span {
	color: white;
	width: 1px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
}

.input span::before, .input span::after {
	visibility: visible;
	position: absolute;
	left: 50%;
}

.input span::after {
	content: attr(data-year);
	top: 25px;
	transform: translateX(-50%);
	font-size: 1rem;
	white-space: pre;
}

.input span::before {
	content: attr(data-info);
	padding: 5px;
	top: -150px;
	left: -110px;
	width: 225px;
	font-size: 1.5rem;
	text-align: center;
	border: 3px dotted #AEB6BF;
}