body {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 2em;
	color: #1e2831;
	background: #fff;
	height:100%;
}

p {
	padding: .25em 0;
}

header {
	text-align:center;
	overflow:auto;
	background:#fff;
	border-bottom:1px solid #e6e9eb;
}

header h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
	color: #415161;
}

/* Navigation bar */
nav {
	float:left;
   	width:100%;
	overflow: hidden;
	position: relative;
}

nav ul {
	clear:left;
   	float:left;
  	list-style:none;
  	margin:0;
  	padding:0;
  	position:relative;
   	left:50%;
   	text-align:center;
	margin-bottom:15px;
}

nav ul li {
	display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

nav ul li a {
   display:block;
   margin:0 7px 0 7px;
   padding:3px 10px;
   text-decoration:none;
   line-height:1.3em;
   color: #010f24;
   font-size: 18px;
}

nav ul li.active a,
nav ul li a:hover {
	color: #fff;
	background-color: #415161;
}

/* sections */
section {
	background:#f9fafb;
	border-bottom:1px solid #e6e9eb;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
}

section a {
	color: #043d75;
}

section a:hover {
	color: #fff;
	background-color: #415161;
	border: 2px solid #415161;
}

section h1 {
	font-size: 30px;
	padding: 0px 0px 6px;
}

section h2 {
	font-size: 26px;
	padding: 0px 0px 6px;
}

section h3 {
	font-size: 20px;
	padding: 0px 0px 6px;
}


article {
	margin: 0 auto;
	max-width: 950px;
	overflow: hidden;
}

table, th, td {
	border: 1px solid;
	border-collapse: collapse;
	padding: 5px;
}

strong {
	-webkit-font-smoothing: antialiased;
}

/* other classes and IDs*/
#ctrbutton {
    text-align: center;
    position: relative;
    width: 100%;
}

article a.new-window::after, article a.download::after {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.35rem;
  }
  
  article a.new-window::after {
	content: "\f35d";
  }
  
  article a.download::after {
	content: "\f019";
  }

.button {
  background-color: #fff;
  border: 2px solid #415161;
  color: #415161;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 2px 2px;
  cursor: pointer;
}

.profile-img {
	float: right;
	margin-left: 15px;
	max-width: 100%;
	border: 1px solid #415161;
}

.indented {
	margin-left: 40px;
}

/* Responsive video */
.video-wrapper {
	/* margin: 0 auto; */
	max-width: 100%;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Footer */
footer {
	text-align:center;
	background:#fff;
	border-top:1px solid #e6e9eb;
	padding:20px 0px;
	color:#415161;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

footer a {
	text-decoration: none;
	color:#415161;
}


/* Tabs */
div.tab {
    overflow: hidden;
}

div.tab button {
    font-size: 16px;
	background-color: #879AAC;
    float: left;
    border: none;
    outline: none;
	  color: #fff;
    cursor: pointer;
	  padding: 10px 70px 10px;
    transition: 0.3s;
}

div.tab button:hover {
    background-color: #616D78;
	color: #fff;
}

div.tab button.active {
    background-color: #415161;
	color: #fff;
}

.tabcontent {
    display: none;
    padding: 6px 12px;

}
