@charset "UTF-8";
/* CSS Document */

body {margin:0px; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; color:#4C4C4C; font-size: 1em; background-color:#004722; line-height: 140%;}

#content {width: 80%; margin: 0 auto; background-color:#fff; padding: 20px; border-top: 0px solid #f0efa0; margin-top: 10px;}

#special { margin: 0 auto; background-color:#004722; padding: 10px; border-radius: 5px; color:#fff; margin-top: 20px;}

.section { margin: 0 auto; padding: 20px; border-radius: 8px; border: 1px solid #7f9f8e; margin-top:7px;}

#header {float: right; width: 100%; height: 25px; background-color:#333; font-size: 83%; color: #ccc; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; text-align:center; font-style:italic; padding-top: 6px;}

strong {font-weight: 500;}

.img-round {border-radius: 20px; padding: 10px;}

.quote {margin-left: 3em; font-size: 75%; color:#8E8E8E; font-style:italic;}

h1 {font-size: 175%;  line-height: 110%; font-family: 'Roboto Condensed', sans-serif; color:#00b9e4; letter-spacing: 0px; font-weight: 400; text-transform:uppercase; margin-bottom: 0px;}

h2 {font-size: 140%;  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#004722; letter-spacing: 0px; font-weight: 500; margin-bottom: 4px; margin-top: 45px;}

p {margin-top: 4px; text-align:left;}

ul {text-align:left;}

.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.flexbox-container > div {
	width: 50%;
	padding: 10px;
}

.flexbox-container > div:first-child {
	margin-right: 20px;
}


.highlight {background-color:#877554; padding: 10px; width: 95%; color: #fff; font-family: 'Bowlby One SC', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform:uppercase; text-align:center;}

a:link {color: #756543; text-decoration: none; font-size: 100%;}

a:visited {color: #756543;}

a:hover {color: #0C5029;}

a:active {color: #756543;}

hr {border: 0; border-bottom: 1px solid #BDBDBD; margin-top: 10px; margin-bottom: 10px;}

img, object, embed, video {
	max-width: 100%; margin: 0; border: 0px; text-align:center;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;text-align:center;
}