@charset "utf-8";

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: verdana, geneva, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #666;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}

a img {
  border: none;
  background-color: transparent;
}

/* Styling for sites links must remain in this order - including the group of selectors that create the hover effect. */
a:link {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}

a:visited {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  background-color: transparent;
}

.bold {
  font-weight: bold;
}

.imageleft {
  float: left;
  margin-right: 10px;
}

.iamgeleft:after {
  content: "";
  clear: both;
}

.imageright {
  float: right;
  margin-left: 10px;
}

.iamgeright:after {
  content: "";
  clear: both;
}

.caret {
  font-size: 0.8em;
  opacity: 0.4;
}

/* End Default Styling */

#container {
  width: 100%;
  min-width: 1100px;
  min-height: 100vh;
  position: relative;
  background: transparent;
  margin: 0 auto;
}

#logo {
}

#logo img {
  display: block;
  position: absolute;
  float: left;
  z-index: 800;
  height: 100px;
  width: auto;
  left: 5%;
  top: -10px;
}

#header {
  width: 100%;
  margin: 0 auto;
  min-width: 1100px;
  height: 30px;
  background-color: #000e50;
}

#top-right {
  float: right;
  z-index: 800;
  position: absolute;
  color: #ffffff;
  top: 5px;
  right: 10px;
  background-color: transparent;
  font-size: 0.8em;
}

#top-right:after {
  content: "";
  clear: both;
}

/* Begin Nav */

nav {
  position: relative;
  text-align: center;
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  font-size: 0.9em;
  text-decoration: none;
}

nav ul {
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  z-index: 600;
}

nav li {
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0px 16px 0px 16px;
  z-index: 700;
}

nav li a {
  position: relative;
  width: 100%;
  display: inline-block;
  color: white;
  padding: 14px 14px 14px 14px;
  text-decoration: none;
  z-index: 800;
}

nav li a:link,
nav li a:visited {
  text-decoration: none;
}

nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  z-index: 20;
  width: 0px;
  overflow: visible;
}

nav ul li:hover > ul {
  float: none;
  display: block;
}

nav ul ul li {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3px 5px;
  margin: 0;
  width: 200px;
  border-bottom: 1px solid #333;
  text-align: left;
  z-index: 8000;
}

nav ul ul li a {
}

#current > a {
  opacity: 0.4;
}

/* Change the link color to #111 (black) on hover */
nav li a:hover {
  text-decoration: underline;
}

/* End Nav */

#content {
  position: relative;
  padding-bottom: 50px;
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  height: 100%;
  padding: 2%;
  text-align: justify;
  line-height: 1.7em;
}

.video {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

/* Begin Footer */

#footer {
  width: 100%;
  background-color: #777;
  text-align: left;
  color: #ffffff;
}

#footerleft {
  display: block;
  text-align: left;
  float: left;
  margin: 10px;
}

#footerleft:after {
  content: "";
  clear: both;
}

#created {
  display: block;
  float: right;
  text-align: right;
  margin: 10px;
}

#created:after {
  content: "";
  clear: both;
}

#created a {
  color: #fff;
  text-decoration: none;
}

#created a:link,
#created a:visited {
  color: #fff;
}

#created a:hover,
#created a:active,
#created a:focus {
  text-decoration: underline;
  background-color: transparent;
  color: #bbb;
}

/* End Footer */
