@charset "utf-8";
/* CSS Document */
/* Simplify width and height calculations */
html {
	box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.box50 {
 width:50%;
 height:inherit;
 display: block;
 margin-left: auto;
 margin-right: auto;	
}

.box75 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  height: inherit;	
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  width: 100%;
  padding: 10px	  
}

.responsiveImg {
    width: 100%;
	height: 340px;
	max-width: 1100px;
}

.pdf-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width*100 */
  height: 0;
  overflow: hidden;
}

.pdf-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;	
}

embed {
  width: 100%;
}

.mySlides {
	width: 100%;
	display: block;	
}
*, *:before, *:after {
	box-sizing: inherit;
}

body {
	margin: 0px;
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	background-color: aliceblue;
	padding: 5px;
}
#wrapper {
	width: 100%;
	margin: auto;
	max-width: 1200px;
	background-color: white;
	padding-right: 3%;
	padding-left: 3%;	
}
h1, h2 {
	color: black;
	font-style: normal;
	font-weight: bold;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.25em;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	margin-top: 0.2em;
	font-size: 1.00em;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: blue;
}
a:visited {
	color: orange;
}
a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}
#menulink {
	background-color: #1E1E1E;
	margin: 0;
	text-align: center;
}
#menulink a {
	color: white;
	font-size: 0.7em;
	text-transform: uppercase;
	/* [disabled]display: block;
*/
	font-weight: 200;
	text-decoration: none;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-family: source-sans-pro;
	font-style: normal;
}
#navlinks {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #000000;
	background-color: rgba(0,0,0,0.65);
	position: absolute;
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
#navlinks.displayed {
	top: 135px;
	z-index: 1;
	opacity: 1;
}
#navlinks.start {
	display: none;
}
#navlinks.collapsed {
	top: -12em;
	opacity: 0;
}
#navlinks a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus, #navlinks a.thispage {
	color: #F68979;
}
main, aside {
	margin-left: 4%;
	margin-right: 4%;
}
#hero img {
	width: 100%;
	display: block;
}
#hero p {
	color: #F68979;
	font-weight: 600;
	font-size: 1.5em;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 20px;
	margin-top: 10px;
	font-family: source-sans-pro;
	font-style: normal;
}
figure {
	width: 400px;
	max-width: 92%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
figure img {
	max-width: 100%;
}
figcaption {
	display: block;
	margin-top: 0.5em;
	font-size: 0.75em;
	text-transform: uppercase;
	background-color: black;
    color: white;
    font-style: italic;
    padding: 2px;
    text-align: center;
}
.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.grayscale:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
@media (min-width: 600px) {
#menulink {
	display: none;
}
#navlinks {
	max-width: 1000px;
	position: static;
	background-color: transparent;
}
#navlinks.collapsed {
	opacity: 1;
}
#navlinks a {
	width: 20%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	float: left;
	color: #1E1E1E;
}
#hero p {
	width: 36%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	position: absolute;
	color: white;
	border-width: 5px;
	border-style: solid;
	top: 90px;
	right: 33px;
}
#hero {
	position: relative;
}
main {
	width: 100%;
	margin-top: 20px;
}
aside {
	width: 28%;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #f1f1f1;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;	
}
	
/* Create three equal columns that sits next to each other */
.column {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
	
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
th, td {
  text-align: left;
  padding: 8px;
}
tr:nth-child(even){background-color: lightgray}

@media (min-width: 600px) {
.floatright {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
}
myframe {
	height: 200px;
	width: 300px;
}
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 50%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 50%;
  background-color: #A1A3A6;
  padding-left: 10px;
}
/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 10px;
}
/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 10px;
  margin-top: 20px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}	
	
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 10px;
  }
}
}

