html {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI","Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 12pt;
	color: #3d3d3d;
	margin: 0;
	width: 100%;
	position: relative;
}

body {
	margin: 0;
}

/*-----Navigation Bar-----*/

.nav {
	width: 100%;
	margin: 0;
	padding-bottom: 50px;
	/*padding-top: 20px;*/
	padding-bottom: 70px;
	/*font-family: 'Raleway', sans-serif;*/
	background-color: white;
	box-shadow: 0 0 8px 0 rgba(156, 156, 156, 0.5);
	position: fixed;
	overflow: hidden;
}

.mobile-navigation {
	height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}

.mobile-navigation a {
  color: #f7a307;
  text-decoration: none;
  font-size: 20pt;
}

.mobile-navigation .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 65px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .mobile-navigation {padding-top: 15px;}
  .mobile-navigation a {font-size: 18px;}
}

.image {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	margin-right: 50px;
}

.menuList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*background-color: #f9f9f9;*/
  position: fixed;
  /*top: 35px;*/
  width: 100%;
}

ul.menuList > li
{
	list-style-type: none;
	display: inline-block;
  margin-left: 15px;
}

.tabs {
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	margin-left: 20px;
	right: 0;
	text-decoration: none;
	color: #8b8d91;
	font-size: 14pt;
	-webkit-user-select: none; /* Chrome, Opera, Safari */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}

.tabs:hover {
	color: #f7a307;
}

.activeTab {
	text-decoration: none;
	font-size: 14pt;
	color: #f7a307;
}

.headerLogo {
	padding: 5px;
	list-style-type: none;
	text-decoration: none;
	color: white;
	font-weight: bolder;
	font-size: 25pt;
	line-height: 27px;
}

.logo {
	text-decoration: none;
	display: inline-block;
}

#logoLink {
	text-decoration: none;
}

.container {
	background-color: #57C6D4;
	width: 100%;
	height: 20px;
}

.index-table {
	width: 100%;
}

@media screen and (min-width: 840px) {
	.page.hide {
		display: block;
	}
}


@media screen and (min-width: 840px) {
	.index-table-narrow {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.index-table-wide {
		display: none;
	}
}

.icon {
	user-select: none;
  display: none;
  text-decoration: none;
  color: #f7a307;
  font-weight: bold;
  font-size: 90pt;
  margin-right: 30px;
	margin-top: 10px;
}

.note {
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	font-size: 12pt;
	background-color: #ffe3af;
	border-left: 4px solid #f7a307; 
}

@media screen and (max-width: 840px) {
  .nav li:not(:first-child) {display: none;}
  .nav a.icon {
    float: right;
    display: block;
  	border-bottom: none;

  }
}

@media screen and (max-width: 840px) {
  .nav.responsive {position: relative;}
  .nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav.responsive li {
    float: none;
    display: block;
    text-align: left;
    padding-left: 70px;
    padding-bottom: 20px;
    padding-top: 25px;

    border: none;
  }
}

.show {
    display: block;
}

.hide {
    display: none;
}


/*-------Footer Stuff-------*/

.footer-primary {
  background: white;
  position: absolute;
  bottom: 0;
  height: 225px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(147, 147, 147, 0.5);
}

.footer-secondary {
	background-color: #f2f2f2;
	color: white;
	position: absolute;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

.pre-footer {
	width: 100%;
	height: 10px;
	background-color: #f7a307;
}

.navigation-cell {
	position: absolute;
	right: 30%;
}

.footer-title-container {
  padding-left: 0px;
}

.footer-navigation-link {
  text-decoration: none;
  color: #999999;
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 10pt;
}

.footer-navigation-list {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  /*background-color: #f9f9f9;*/
  position: initial;
  /*top: 35px;*/
  width: 100%;
  margin-top: 40px;
}

.footer-navigation-list-title {
  color: #3d3d3d;
  font-weight: 800;
  margin-bottom: 10px;
}

.footer-title {
   font-size: 35pt;
   display:inline-block;
   color: #3d3d3d;
   padding-right: 10px;
   text-decoration: none;
   user-select: none;
   font-weight: bold;
}

.footer-credit {
	color: #999999;
	font-size: 10pt;
}

/*-------End of footer stuff-------*/

.link {
	color: #4376c6;
	text-decoration: none;
	cursor: pointer;
}

.link:hover {
	color: #72a9ff;
}

.align-justify {
	line-height: 30px;
}

.title {
	margin-left: 20px;
	font-size: 50pt;
	font-weight: 700;
}

.footer-table {
	margin-left: auto;
	margin-right: auto;
}