* {
	margin: 0 auto;
}

html, body {
	text-align: center;
	background-color: #FFF;
}


/*a {*/
/*	color: #0078c1;*/
/*	text-decoration: underline;*/
/*}*/

/*a:hover {*/
/*	color: #0078c1;*/
/*}*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	width:100%;
}
a img {
	border: 0px;
}


/****************************************Site Container Objects**********************************/
#black {
	background-color: #000;
	
}

#white {
	background-color: #FFF;
	
}

.content {
	background-color: #000;
}

.banner {
	width:100%;
	background-color: #000;
		
}



.dudes {
	margin-top: 1em;
	margin-bottom: 1em;
	/*float: left;*/

}

.dudes .brdr:hover {
	/*removed for demo purposes
	background-color: #C2E0F6;*/
	border: 2px solid #000;
	/*padding:8px;*/
	border-radius: 25px;
	cursor: pointer;
}


.keys {
	text-align: left;
	/*width: 900px;*/
	color:#FFF;
	font-family: Arial;
	font-size: 1.5vh;
	padding-top:1vh;
}

.blueformbox {
	text-align: left;
	background: #ffffff;
	border-radius: 10px; /*30px 30px 30px 30px;*/
	border: 2px solid #DA2028;
	margin: 5px auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.blueformboxlong {
	text-align: left;
	background: #ffffff;
	border-radius: 10px; /*30px 30px 30px 30px;*/
	border: 2px solid #DA2028;
	margin: 5px auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 300px;
}

.bluebox {
	text-align: center;
	background: #ffffff;
	border-radius: 10px; /*30px 30px 30px 30px;*/
	border: 2px solid #DA2028;
	margin: 5px auto;
}

.bluebox p {
	margin-left: 10px;
	margin-right: 10px;
}

.success {
	color: darkgreen;
	text-align: Left;
	font-weight: bold;
	background-color: yellow;
 /* Old browsers */
	border-radius: 30px 30px 30px 30px;
	border: 2px solid #0078c1;
	margin: 5px auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/******************************Header********************************************/
#headtag {
	background-color: #FFF;
	padding-bottom: 15px;
	
}

#headtag .logo {
	margin-bottom: 0;
	font-family: Arial;
}



#content { 

}
/*************************************************************************************/

.site-tag {
	font-family: Arial;
	font-size: 2em;
	font-style: normal;
	line-height: normal;
	font-weight: Bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
	padding-top: .25em;
}

.std {
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: justify;
}

.stdbld {
	font-family: Arial;
	font-size: 1.25em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: justify;
}
.cstd {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: center;
}

.cstdbld {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
}
.lstd {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}

.lstdbld {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: left;
}



/********************************clickables******************************************/

.button {
	-moz-box-shadow:inset 0px 3px 0px -4px #ffffff;
	-webkit-box-shadow:inset 0px 3px 0px -4px #ffffff;
	box-shadow:inset 0px 3px 0px -4px #ffffff;
	/* SVG as background image (IE9/Chrome/Safari/Opera) */ 
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNEQTIwMjgiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNEQTIwMjgiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5NzcpIiAvPgo8L3N2Zz4=);
	border:1px solid #918c8b;
	background-color:#0078C1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #918c8b;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 14px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
	background-color:#000;
	position: relative;
}

.button:hover 
{
	/* For Code: http://ie.microsoft.com/testdrive/graphics/svggradientbackgroundmaker/default.html */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MjYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDc4QzEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDc4QzEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MjYpIiAvPgo8L3N2Zz4=);
	cursor:pointer;
	background-color:#d1d3d4;
}


.button:active {
	position: relative;
	top: 1px;
}



.button a {
	color:white;
	text-decoration: none;
}


/*****************************smbutton********************************************/
.smbutton {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c2e0f6), color-stop(1, #0078c1) );
	background: -moz-linear-gradient( center top, #c2e0f6 5%, #0078c1 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2e0f6', endColorstr='#0078c1');
	background-color: #c2e0f6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000000;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 8px;
	font-weight: bold;
	padding: 3px 12px;
	text-decoration: none;
}

.smbutton:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0077c1), color-stop(1, #c2e0f6) );
	background: -moz-linear-gradient( center top, #0077c1 5%, #c2e0f6 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078c1', endColorstr='#c2e0f6');
	background-color: #0078c1;
}

.smbutton:active {
	position: relative;
	top: 1px;
}



.smbutton a {
	text-decoration: none;
}



/********************************footer******************************************/

#footer {
	padding-top: 1em;
	font-family: Arial;
	text-decoration: none;
	font-size: 1em;
	color: #000000;
	text-align: center;
} 



#footer  .box1 {
float:left;
width:160px;
}

#footer  .box2 {
float:left;
border-left:1px #0078c1 dotted;
border-right:1px #0078c1 dotted;
width:265px;
}

#footer  .box3 {
float:left;
width:160px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #0078c1 transparent transparent;
	right: 5px;
	margin-top: -3px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:hover:after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #C2E0F6 transparent transparent;
	right: 5px;
	margin-top: -3px;
}

.newbox {

}


/***********************************Horizontal Accordion************************************/
.accordion--home {
	margin: 0;
	padding: 0;
	width: 100%;
}

.accordion--home::after {
	clear: both;
	content: "";
	display: table;
}

.accordion--home img {
	display: block;
	max-width: 100%;
}

.accordion--home li.slide {
	position: relative;
	width: calc(100% / 3);
	display: block;
	overflow: hidden;
	float: left;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 75vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.accordion--home li.slide:after {
	content: "";
	display: none;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	left: 0;
	top: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 10;
	position: absolute;
}

.accordion--home:hover li.slide {
	width: calc(50% / 2);
}

.accordion--home:hover li.slide:after {
	opacity: 1;
	display: block;
}

.accordion--home li.slide img {
	display: block;
}

.accordion--home li.slide:hover {
	width: 50%;
}

.accordion--home li.slide:hover:after {
	opacity: 0;
	display: none;
}

.accordion--home .image--content {
	position: absolute;
	top: 80%;
	left: 0;
	text-align: center;
	width: 100%;
	display: block;

}

.accordion--home .image--content h2 {
	text-align: center;
	color: lime;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-size: 90%;
}

.accordion--home .image--content h2:before, .accordion--home .image--content h2:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: lime;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.accordion--home .image--content h2:before {
	margin-bottom: 15px;
}

.accordion--home .image--content h2:after {
	margin-top: 10px;
}

.accordion--home .image--content ul {
	margin: 0;
	padding: 0;
}

.accordion--home .image--content ul li {
	display: inline-block;
	clear: right;
}

/* Mobile view */

.nav-bar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #c2e0f6;
	height: 125px;
	/*margin-bottom: 75px;*/
}

.nav-bar .nav-bar-logo {
	/*padding: 1.8rem;*/
}

.nav-bar li {
	background: #c2e0f6;
}

.nav-bar a {
	color: #fefefe;
	transition: color 0.2s ease-in;
}

.nav-bar a:hover {
	color: #000000;
}

@media screen and (max-width: 39.9375em) {
	.nav-bar {
		height: 55px;
	}
}

.nav-bar .offcanvas-trigger {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.6rem;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #c2e0f6;
	transition: background-color 0.2s ease-in;
	cursor: pointer;
}

.nav-bar .offcanvas-trigger .offcanvas-trigger-text {
	margin-right: 0.25rem;
	margin-top: 0.25rem;
}

.nav-bar .offcanvas-trigger:hover {
	background-color: #c2e0f6;
}

@media screen and (max-width: 39.9375em) {
	.nav-bar .offcanvas-trigger {
		padding: 0.9rem;
	}
}

.multilevel-offcanvas {
	background: #c2e0f6;
	padding: 20px;
	color: #000000;
}

.multilevel-offcanvas > .menu {
	margin-bottom: 1rem;
}

.multilevel-offcanvas .menu a {
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	transition: color 0.2s ease-in;
}

.multilevel-offcanvas .menu a:hover {
	color: #C2E0F6;
}

.multilevel-offcanvas .fa {
	color: #000000;
}

.multilevel-offcanvas .is-accordion-submenu-parent > a::after {
	border-color: #000000;
}

.multilevel-offcanvas .social-links {
	margin-left: 20px;
}

.multilevel-offcanvas .social-links li {
	margin-right: 5px;
}

.multilevel-offcanvas .social-links a:hover .fa {
	color: #000000;
	transition: color .2s ease-in;
}

.multilevel-offcanvas .social-links .fa {
	font-size: 2.2rem;
}

.body-info {
	text-align: center;
	color: #000000;
}

.body-info .button {
	margin: 1rem 0;
	padding: 0.85em 2em;
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1),
.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
	width: 12px;
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1) {
	-webkit-transform: translateX(-5px) rotate(-45deg);
	-ms-transform: translateX(-5px) rotate(-45deg);
	transform: translateX(-5px) rotate(-45deg);
}

.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
	-webkit-transform: translateX(-5px) rotate(45deg);
	-ms-transform: translateX(-5px) rotate(45deg);
	transform: translateX(-5px) rotate(45deg);
}

.hamburger .line {
	width: 20px;
	height: 2px;
	background-color: #000000;
	display: block;
	margin: 3px auto;
	transition: all 0.3s ease-in-out;
}

.hamburger .line:last-child {
	margin-bottom: 0;
}