@charset "utf-8";
/* CSS Document */
/* Header CSS elements */

html,
html * {
 	box-sizing: border-box;
  	margin: 0;
  	padding: 0;
}

img { 
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

header {
	width: 100%;
	top: 0;
	padding: 1.5em;
	position: fixed;
	background-color: #3399CC;
	z-index: 1000;
}

/* Site Navigation */
/*-----------------*/

/* Dropdown Button */
.dropbtn {
  	background-color: #3399CC;
  	color: #D8382C;
	font-size: 1em;
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-weight: bold;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: color .3s;
	transition: color .3s;
  	border: none;
}

.dropbtn2 {
  	background-color: #3399CC;
  	color: #D8382C;
	font-size: 1em;
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-weight: bold;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: color .3s;
	transition: color .3s;
 	border: none;
}

.dropbtn a {
  	background-color: #3399CC;
  	color: #D8382C;
	font-size: 1em;
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-weight: bold;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: color .3s;
	transition: color .3s;
  	border: none;
}

.dropbtn2 a {
  	background-color: #3399CC;
  	color: #D8382C;
	display: none;
	font-size: 1em;
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-weight: bold;
	padding-bottom: .5em;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: outside;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: color .3s;
	transition: color .3s;
  	border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3399CC;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #D8382C;
  background-color: #3399CC;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	color: white;
	background-color: #D8382C;
}

.dropdown:hover .dropbtn a {
	color: white;
	background-color: #D8382C;
}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content2 a {
  color: #D8382C;
  padding: 12px 16px;
  text-decoration: none;
  display: none;
}

.dropdown-content2 a:hover {
  	padding: 12px 16px;
  	text-decoration: none;
 	display:block;
	color: white;
	background-color: #D8382C;
}

/*.dropdown:hover .dropbtn2 a {
.nested-dropdowns li:hover > ul*/
.dropbtn2 a:hover > ul {
	display:block;
	color: white;
	background-color: #D8382C;
}

.site-logo {
	position: absolute;
	display: block;
	float: left;
	width: 25em;
}

.site-logo img {
	/* width: 3.1em; */
	width: 25%;
}

.logo {
	opacity: 1;
}

.logo:hover {
	width: 85;
	opacity: 60%
}

.site-nav {
	position: relative;
	float: right;
	margin: 0;
	margin-right: 7em;
	width: 68em;
	z-index: 400;
	top: 0;
	left: 0;
	display: block !important;
	opacity: .95;
	background: cyan;
}

.site-nav ul {
	list-style-type: none;
	margin: 0;
	width: inherit;
	text-align: right;
	background: #3399CC;
}

.site-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1.5em;
}

.site-nav ul li a {
	font-size: 1em;
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-weight: bold;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-align: left;
	color: #D8382C;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.site-nav ul li a:hover {
	/* outline:dashed;
	border-bottom: 1px solid black; */
	opacity: 50%;
	font-size: .1.2em;
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-weight: bold;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: white;
	background-color: #D8382C;
}

/* Footer Styles */
/*---------------*/

footer {
	margin-top: -3.5em;
	padding-top: 10em;
	z-index: 100;
	/* background-image: -webkit-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: -o-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: linear-gradient(to top right, rgb(255,91,127) 0%, rgb(255,213,86) 100%); */
}
.footer-content {
	width: 64%;
	margin: 0 auto;
	padding-bottom:1.7em;
}
.footer-social {
	display: block;
	position: relative;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0 1.2em;
	font-family: Verdana, "sans-serif","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1em;
	color: #D8382C;
}
.footer-social li a {
	line-height: 3.5em;
	display: inline-block;
	width: 4em;
	height: 4em;
	text-align: center;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
}
.footer-social li a:hover {
	border-color: #fff;
	background: white;
}
.footer-social li a img {
	width: auto;
	height: 2em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
	height: 2.5em;
	opacity: 50%
}
.footer-info {
	padding-top: 5em;
}
.footer-info p {
	font-size: .8em;
	/* color:#fff; */
	line-height: 1.55;
	max-width: 36em;
	margin-bottom: 1.7em;
}
.footer-info {
	clear: both;
}
.footer-legal {
	/* opacity: .8; */
	font-family: Verdana, "sans-serif","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1em;
	color: #D8382C;
}
.footer-credit a:hover {
	text-decoration: none;
}
.footer-email {
	font-size: 1em;
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans"; 
	color: #D8382C;
}
.footer-email a:hover .social-default {
	display: none;
}
.footer-email a:hover .social-hover {
	display: inline;
}
.footer-email img {
	width: auto;
	height: 2em;
}

.footer-credit {
	float: right;
	width: 40%;
	text-align: right;
	position: relative;
}

.footer-disclaimer {
	float: left;
	width: 60%;
	position: relative;
	background-color: wite;
}

