body, table, td, tr, p, img, form, h1, h2, div, a
{
	margin: 0px;
	padding: 0px;
}

img
{
	display: block;
	border: none;
	outline: none;
}

.noselect
{
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

a, a:active, a:visited
{
	text-decoration: none;
	border: none;
	outline: none;
}

.left
{
	float: left;
}
.right
{
	float: right;
}

.green
{
	color: #1FAB6E;
}

p, a
{
	font-family: "Mercury SSm A", "Mercury SSm B", serif;
	font-size: 12pt;
	color: #484848;
}

h1, h2, h3
{
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: #1EAB6D;
	text-transform: uppercase;
	margin: auto;
}
h1
{
	font-weight: 200;
	font-size: 34pt;
}
.lyt_head_small h1
{
	font-size: 2rem;
}
h2
{
	font-weight: normal;
	font-size: 21pt;
}
.lyt_head_small h2
{
	font-size: 1.5rem;
}
h3
{
	font-weight: bold;
	font-size: 13pt;
}

html, body
{
	text-align: center;
	position: relative;
	height: 100%;
}

.lyt_part
{
	display: none;
}
.lyt_head_full .lyt_full
{
	display: block;
}
.lyt_head_small .lyt_small
{
	display: block;
}

div#cont
{
	width: 100%;
	min-height: 100% !important;
	margin: 0 auto -88px;
	position: relative;
	text-align: center;
}
.lyt_head_small div#cont
{
	margin: 0 auto -278px;
}

div#incont
{
	width: 1280px;
	max-width: 100%;
	margin: auto;
	position: relative;
	text-align: left;
}
.lyt_head_small div#incont
{
	width: 100%;
}

div#sm_nav
{
	position: fixed;
	z-index: 90;
	left: 0px;
	top: 0px;
	width: 100%;
	max-height: 100%;
	background: #FFFFFF;
	text-align: center;
	overflow: auto;
}
div#sm_nav .logo
{
	display: block;
	margin: auto;
	height: 100px;
	/*width: 200px; JKD*/
	width: 50%;

}
div#sm_nav .toggle
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	background: url("../_img/nav-open-lg.png") no-repeat center center;
}

.lyt_head_small div#sm_nav .toggle
{
 	background-size: 1.5em;
}

.lyt_head_small div#sm_nav.open .toggle
{
	background-size: 1.5em;
}

div#sm_nav .links
{
	display: none;
	margin: 20px;
	border-bottom: 2px solid #80D6B4;
	min-height: 95vh;
	overflow: hidden;
}
div#sm_nav .links a
{
	color: #FFFFFF;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 1rem;
	line-height: 200%;
	text-transform: uppercase;
	display: block;
	padding: 16px;
}
div#sm_nav .links a:hover
{
	color: #03316B;
}
div#sm_nav .links .item
{
	border-top: 2px solid #80D6B4;
}

div#sm_nav.open
{
	background: #22B573;
}
div#sm_nav.open .toggle
{
	background: url("../_img/nav-close-lg.png") no-repeat center center;
}
div#sm_nav.open .links
{
	display: block;
}

div.nav
{
	width: 100%;
	height: 142px;
	z-index: 50;
}

div.nav .left
{
	padding-left: 26px;
	padding-top: 28px;
}

a.logo
{
	display: block;
	width: 180px;
	height: 57px;
	position: relative;
	z-index: 50;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.lyt_head_small div#sm_nav a.logo.white
{
	width: 40%;
}

a.logo.light
{
	background-image: url("../_img/logo-light.png");
}
a.logo.dark
{
	background-image: url("../_img/logo-dark.png");
}
a.logo.white
{
	background-image: url("../_img/logo-white.png");
}

#comm_left a
{
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	text-decoration: underline;
}

#comm_left a:hover
{
	text-decoration: underline;
	color: #03316B;
}

div.nav .right
{
	padding-top: 32px;
}

div.nav div.item
{
	position: relative;
	display: inline-block;
}

div.nav .right a
{
	display: inline-block;
	margin-right: 28px;
	color: #FFFFFF;
	font-size: 13pt;
	position: relative;
	z-index: 52;
}
div.nav .right a span.hov
{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 51;
	left: 0px;
	top: 4px;
	background: url("../_img/blue-dot.png") no-repeat center center;
	opacity: 0;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
div.nav .right a:hover span.hov, div.nav .right a.active span.hov
{
	opacity: 1;
	top: 18px;
	position: absolute;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

div#sub_nav
{
	-webkit-transform: translateZ(0);
	position: fixed;
	z-index: 60;
	height: 72px;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	opacity: 0;
	display: none;
	text-align: center;
}
div#sub_nav .inner
{
	width: 1280px;
	max-width: 100%;
	margin: auto;
}
div#sub_nav .left
{
	padding-top: 7px;
}
div#sub_nav .right
{
	padding-top: 13px;
}
div#sub_nav .right a
{
	color: #203B68;
}

div#nav_cover
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 45;
	display: none;
}

div#cont div.nav .sub
{
	position: absolute;
	width: 210px;
	right: 28px;
	top: 0px;
	z-index: 50;
	padding-top: 40px;
	opacity: 0;
	visibility: hidden;
}
div#cont div.nav .sub.close
{
	opacity: 0;
	visibility: visible;
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}
div#cont div.nav .sub.open
{
	opacity: 0.9;
	visibility: visible;
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}
div#cont div.nav .sub .inner, div#sub_nav .sub .inner
{
	position: relative;
	background: #1FAB6E;
	text-align: right;
	padding: 8px 0px 8px 0px;
	width: 100%;
}
div#cont div.nav .sub a
{
	display: block;
	color: #FFFFFF;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 10pt;
	line-height: 160%;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 12px 10px 20px;
}
div#cont div.nav .sub a:hover
{
	color: #03316B;
}

div#footer
{
	width: 100%;
	position: relative;
	clear: both;
	z-index: 40;
	text-align: center;
	background: #FFFFFF;
}
div#footer p
{
	font-size: 12pt;
}

.lyt_head_small div#footer p
{
	font-size: 1rem;
}


div#footer .inner
{
	width: 1280px;
	max-width: 100%;
	height: 50px;
	margin: auto;
	position: relative;
}
.lyt_head_small div#footer .inner
{
	width: auto;
}

div#footer .bar
{
	width: 100%;
	line-height: 2px;
	background: #0EB270;
	margin-bottom: 36px;
}

div#footer .left p
{
	padding-left: 48px;
	font-size: 11pt;
}
.blue
{
	color: #03316B;
}
div#footer .left span
{
	color: #03316B;
}

div#footer .right p
{
	position: relative;
	top: -9px;
	font-size: 10pt;
}
.green
{
	color: #22B573;
}
div#footer a.linkedin, div#footer a.twitter
{
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: center center;
}
div#footer a.linkedin
{
	background-image: url("../_img/linkedin.png");
	margin-left: 10px;
}
div#footer a.twitter
{
	background-image: url("../_img/twitter.png");
	margin-left: 4px;
	margin-right: 48px;
}

.lyt_head_small div#footer
{
	text-align: left;
}
.lyt_head_small div#footer .inner
{
	height: 280px;
}
div#footer .lyt_small .blue
{
	font-size: 1rem;
}
div#footer .lyt_small
{
	padding-left: 48px;
}
div#footer .lyt_small p
{
	line-height: 200%;
}
div#footer .lyt_small a.linkedin
{
	margin-left: 0px;
}
div#footer .lyt_small .social a
{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
}

