	color:white;	color:white;	color:white;*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 18px;
}

body {
	margin: 0;
	--color-text: #fff;
	--color-bg: #192231;
	--color-link: #fff;
	--color-link-hover: #fff;
	--color-frame: #a1cd3a;
	color: var(--color-text);
	background-color: var(--color-bg);
 font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-nav-2 {
	position: fixed;
	float: right;
	z-index: 400;
	top: 50px;
	right: 0px;
	display: block !important;
	width: 50px;
	padding: 0px 100em 10 80em;
	background: #a1cd3a;
	height:552px;
}
.frame .site-nav-2 a{
color:white;
	padding: 20px 0 0 16px; 
	
}
.site-nav-2 li {
	list-style:none;
}
.agent-log-in {
	color: #192231;
	font-weight: 900;
	margin:260px 8px 0 0;
	text-orientation: sideways-right;
	writing-mode: vertical-rl;
	font-size:14px;
}
.agent-log-in:hover {
	color:#192231;
		font-weight: 900;

}

 .si-wrapper-top {
	z-index: 12;
	background-color: transparent;
	transition: all .4s;

}
 .social-icons-top {
	z-index: 10;
	position: relative;
	background: transparent;
	display: inline-block!important;

}


.connect-us1 li {
	display: block;
		margin-top:20px;

}

.connect-us1 li a img {
	width: auto;
	height: 20px;
}
.connect-us1 li a:hover {
/*	border-color: #fff;
	background: #fff;*/

}
.connect-us1 li a:hover .social-default {
	display: none;
}
.connect-us1 li a:hover .social-hover {
	display: inline;
}
.connect-us1 .social-hover {
	display: none;
}



/*facebook*/
.connect-us1 .social-facebook {
	padding: 0 0 0 5px;

}

.connect-us1 li a:hover .social-facebook {
	display: none;
		padding: 0 0 0 5px;
}
.connect-us1 li a:hover .social-hoverfacebook {
	display: inline;
		padding: 0 0 0 5px;

}
.connect-us1 .social-hoverfacebook {
	display: none;
}
.connect-us1 .social-facebook {

}

.connect-us1 .social-facebook {

}

/*twitter*/
.connect-us1 li a:hover .social-twitter {
	display: none;
}
.connect-us1 li a:hover .social-hovertwitter {
	display: inline;

}
.connect-us1 .social-hovertwitter {
	display: none;
}
.connect-us1 .social-twitter {

}




/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}
.dates {
	font-size: 30px;
	color: #a1cd3a;
	font-weight:800;margin: 0 0 0 10px;
	line-height:35px;

}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	position: relative;
}

a::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background: currentColor;
	left: 0;
	bottom: -25%;
	transform: scale3d(0,1,1);
	opacity: 0;
	transform-origin: 0% 50%;
	transition: transform 0.3s, opacity 0s 0.3s;
}

a:hover::after {
	opacity: 1;
	transition: transform 0.3s;
	transform: scale3d(1,1,1);
}

a:hover {
	color: var(--color-link-hover);
	outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
	/* Provide a fallback style for browsers
	 that don't support :focus-visible */
	outline: none;
	background: lightgrey;
}

a:focus:not(:focus-visible) {
	/* Remove the focus indicator on mouse-focus for browsers
	 that do support :focus-visible */
	background: transparent;
}

a:focus-visible {
	/* Draw a very noticeable focus style for
	 keyboard-focus on browsers that do support
	 :focus-visible */
	outline: 2px solid red;
	background: transparent;
}

.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
	color: var(--color-frame);
}

.frame a {
	color: var(--color-frame);
}

.frame__title {
	font-size: 1.25rem;
	margin: 0 0 1rem;
}

.frame__title span {
	position: absolute;
	pointer-events: none;
	opacity: 0;
}

.frame__links {
	display: inline;
}

.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
	margin-right: 1rem;
}

.frame__demos {
	margin: 1rem 0;
}

a.frame__demo--current,
a.frame__demo--current:hover {
	color: var(--color-text);
}

.slideshow {
	width: 100vw;
	height: calc(100vh - 13rem);
	position: relative;
	overflow: hidden;
}

.slide {
	margin: 0;
}

.slide,
.slide__img-wrap,
.slide__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

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

.js .slide {
	opacity: 0;
	pointer-events: none;
}

.js .slide--current {
	opacity: 1;
	pointer-events: auto;
}

.slide__img-wrap {
	will-change: transform;
	overflow: hidden;
}

.slide__img {
	background-size: cover;
	will-change: transform;
	-webkit-backspace-visibility: hidden;
	background-position: center;
}

.slide__caption {
	position: relative;
	cursor: default;
	width: 100%;
	text-align:center;top:200px;
}


.slides__caption-headline {
	font-size: 70px;
/*	font-size: clamp(2rem,6.5vw,6rem);*/
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
	font-weight:700;
	color: white;
	text-shadow: 4px 4px 12px #000;
}

.text-row {
	position: relative;
	overflow: hidden;
	display: block;
	white-space: nowrap;
}

.text-row > span {
	display: block;
	position: relative;
	padding: 0.5rem 0;
}



.slides__caption-headline em,
.slides__caption-headline strong {
	font-family: freight-big-pro, serif;
	font-size: 6.75vw;
	font-size: clamp(2rem,7vw,6rem);
}

.slides__caption-headline em {
	font-weight: 400;
	font-style: italic;
}

.slides__caption-headline strong {
	font-weight: 400;
}

.slides__caption-link {
	display: inline-block;
	margin-top: 1rem;
	text-indent: 0.2vw;
	font-size: 1.75rem;
	font-weight: 500;
	font-size: clamp(1rem, 5vw, 1.75rem);
	background-color: #a1cd3a;
	padding: 5px 20px;
	border: 2px solid #a1cd3a;
	border-radius: 30px;
}

.slides-nav {
	display: flex;
	align-items: center;
	justify-content: center;

}

.slides-nav__button {
	display: block;
	cursor: pointer;
	background: none;
	border: 0;
	width: 55px;
	height: 24px;
	padding: 0;
	margin: -200px 	200px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.slides-nav__button:focus {
	outline: none;
}

.slides-nav svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #fff;
	stroke: #fff;
	background-color:#192231;
	padding: 5px 20px;
	border-radius: 20px;
}

.slides-nav__index {
	margin-left: 2rem;
	white-space: nowrap;
	color: var(--color-text);
	border: 1px solid var(--color-text);
	border-radius: 50%;
	padding: 1rem 1.5rem;
	text-align: center;
	display: flex;
	align-items: center;
}

.slides-nav__index > span {
	width: 2rem;
}

.slides-nav__index-current {
	position: relative;
	overflow: hidden;
}

.slides-nav__index-current span {
	display: inline-block;
}

@media screen and (min-width: 53em) {
	.frame {
		position: fixed;
		text-align: left;
		z-index: 100;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2rem 3.5rem;
		pointer-events: none;
		grid-template-columns: 25% 50% 25%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title links info'
							'... ... ...'
							'demos demos nav';
	}
	.frame__title {
		margin: 0;
		grid-area: title;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: start;
		align-self: end;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: center;
	}
	.frame__info {
		grid-area: info;
		justify-self: end;
   		align-self: start;
	}
	.slides-nav {
		grid-area: nav;
		justify-self: end;
		align-self: end;
	}
	.frame a,
	.frame button {
		pointer-events: auto;
	}
	.slideshow {
		height: 100vh;
	}
	.slides-nav {
		margin-bottom: -1rem;
	}
	.slides-nav__index {
		margin-right: -2rem;
	}
	.slideshow {
		background: var(--color-bg);
	}
	
	

}

@media only screen and ( max-width: 800px){
	.frame {

		padding:0px;

	}
	.frame__demos {
		margin:0;
	}
	.slides-nav {

	}s
	.slide, .slide__img-wrap, .slide__img{
		height:90%;
	}
	.site-nav-2 {
		display:none;
		background:none;
	}
	.site-nav-2 a {
		display:none;
	}
	.slides-nav svg{
		margin:200px 0 0 70px;
	}
	.text-row > span {
		text-align:center;
		font-size:28px;
	}
	.dates > span {
		text-align:center;
		font-size:12px;
		

	}
	.dates {
		margin:0;
		
	}
	.slide__caption a{
		display:none;
	}
	.slide__caption{
		margin: -45px 0 0 0;
	}
	.slideshow{
		height: calc(230vh - 13rem);}
	.slides__caption-headline {
	font-size: 28px;
;
}
}

