<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*boilerplate*/
html{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #212121;
}
html, button, input, select, textarea {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: Lato, sans-serif;
	color: rgb(51,51,51);
}

body {
	margin: 0px;
	font-size: 1em;
	line-height: 1.4;
}

a {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
   
form { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

textarea {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	margin: 0px;
	padding: 0.3em;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #666;
}

input[type=text], input[type=password], select {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	font-size: 1em;
	color: #333;
	text-align: left;
	border: 1px solid #999;
	background-color: rgb(255,255,255);
	cursor: pointer;
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	height: 25px;
}

input[type=button], input[type=submit], input[type=reset] {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	font-size: 1.1em;
	color: #666;
	text-align: left;
	border: 1px solid #666;
	background-color: rgb(255,255,255);
	cursor: pointer;
	background-image: url(../images/button_bg.png);
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color: rgb(255,255,255);
	background-image: url(../images/button_bg_over.png);
	color: rgb(51,51,51);
}

.input-dropdown {
	font-size: 1.0em;
	color: #666;
	text-align: left;
	border: 1px solid #CCC;
	height: 33px;
	padding-left: 6px;
}

.indent{
padding-left:2.5em;	
}


/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }




/* end boilerplate */

img, object, embed, video{
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	line-height:0px;
}
video {
	background-color: rgb(255,255,255);
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* =============================================================================
   MOBILE LAYOUT: 480px and below.
   ========================================================================== */
.MOBILE_DIVIDER---------------{
}

H2{
	font-family: Oswald, sans-serif;
	font-size: 1.7em;
	font-weight: 400;
	color: #000000;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.7em;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: -0.035em;
}
H4{
	font-family: Oswald, sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #000000;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.5em;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: -0.035em;
}

H5{
	font-family: Oswald, sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	color: #000000;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
	line-height: 1.1em;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: -0.035em;
}

#content-center{
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer-box {
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-image: url(../images/tint-30.png);
	}

#header-box {
	width: 100%;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	background-color: rgb(255,255,255);
}
#header-box-home {
	width: 100%;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	background-color: rgb(0,0,0);
}

#thumbs-box {
	display:none;
}

#header-right {
	width: 100%;
	float: none;
	background-color: #000;
	margin: 5%;
	margin-bottom:0px;
	padding-bottom: 0px;
	overflow: hidden;
}
#header-right-home {
	width: 100%;
	background-color: rgb(0,0,0);
	margin: 0%;
	padding-bottom: 0px;
	overflow: hidden;
}

#header-left {
	width: 90%;
	float: none;
	background-color: #322F31;
	margin: 5%;
	padding: 0px;
}
#header-left-home {
	width: 90%;
	float: none;
	background-color: #322F31;
	margin: 5%;
	padding: 0px;
}
#full-column {
	width: 90%;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#form-box{
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgb(204,204,204);
	background-color: #F3F2F4;
}


#left-column{
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
}

#logo-box{
	padding: 0%;
	background-color: #FFF;
	width: 800px;
	padding-right:224px;
	padding-top:40px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}


#nav-reveal-box {
	height: 50px;
	width: 100%;
	background-color: rgb(102,102,102);
	top: 0px;
	z-index: 1000 !important;
}
#nav-reveal-button{
	cursor: pointer;	
}

#page-wrapper {
	margin: 0px;
	width: 100%;
	padding: 0px;
	clear: none;
	float: none;
	min-height:1250px;
}
#primary-nav-box {
	display: none;
	background-image: url(../images/nav-bar-bg.png);
}
#primary-nav-box-mobile {
	background-color: #666666;
	width: 100%;
	min-height: 40px;
	padding: 0px;
	text-align: center;
	display: none;
	z-index: 999;
	top: 50px;
}

#returnMessage {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	font-size: 1.4em;
	color: #FFF;
	text-align: center;
	padding: 20px;
	display: none;
	background-color: #0066CC;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.4em;
}

#right-column{
	width: 100%;
	float: none;
	margin: 0px;
	padding: 0px;
}

#social-share-box {
	font-size: 1em;
	color: rgb(51,51,51);
	background-color: rgb(0,0,0);
	line-height: 35px;
	font-weight: 300;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	display: none;
	width: 100%;
	clear: both;
}
#share-box {
	width: 100%;
	position: relative;
	right: 10px;
	height: 45px;
}

#top-bar{
	display: none;
}
#top-bar-inset{
	text-align:right;
	height: 40px;
	width: 100%;
	display: block;
	
}

.articleTitle {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #0066CC;
	letter-spacing: -0.035em;
	padding-bottom: 0.1em;
}
.articleBody {
	font-size: 1em;
	line-height: 2em;
	color: #333;
	font-weight: 400;
}
.articleDate {
	font-size: 1.2em;
	line-height: 2.2em;
	color: #666;
	font-weight: 300;
}

.blackBord {
	border: 1px solid #333333;
}

.body-text{
	font-size: 1.1em;
	line-height: 1.5em;
	color: rgb(51,51,51);
	font-weight: 400;
	padding-top: 0.4em;
	padding-bottom: 2em;
	text-align: left;
	letter-spacing: 0.035em;
}
.body-text ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.body-text li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: disc;	
}


.container {
	width: 100%;
	background-color: rgb(255,255,255);
	float: none;
	clear: both;
	padding: 0px;
	margin:0px;
}

.footer-container {
	font-size: 1.1em;
	line-height: 1.6em;
	color: rgb(204,204,204);
	width: 100%;
	text-align: center;
	font-weight: 300;
	letter-spacing: 0.05em;
	background-color: rgb(51,51,51);
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.footer-column {
	float: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	text-align: left;
	display: block;
	font-size: 1.1em;
	line-height: 1.8em;
	color: rgb(153,153,153);
	width: 100%;
	padding-right: 3%;
	padding-left: 3%;
}

.form-line {
	width: 100%;
	position: relative;
	clear: both;
	text-align: center;
}
.form-label-box {
	text-align: left;
	position: relative;
	padding-right: 1%;
	font-size: 1.0em;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.0em;
	vertical-align: top;
}
.form-box {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.form-field-box {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.form-field {
	width: 95%;
}
.hand{
	cursor: pointer;	
}
.home-header-text {
	font-size: 0.95em;
	line-height: 2.4em;
	color: rgb(255,255,255);
	font-weight: 300;
	padding-top: 0.8em;
	padding-bottom: 2em;
	text-align: center;
	letter-spacing: 0.035em;
	padding-right: 10px;
	padding-left: 10px;
	font-style: italic;
}

.home-thumbs-col {
	float: left;
	height: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imageBox {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.imageBoxRight{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: none;
}
.imageBoxLeft {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: none;
}
.imageBoxTopRight {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: none;
}
.imageBoxTopLeft {
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.left {
	float: none;
	width: 300px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}

.mobile-icons-box {
	text-align: center;
	padding: 10px;
	float: right;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
.mobile {
	display: inherit;
}
.non-mobile {
	display: none;
}
.right {
	float: none;
	width: 300px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}

.page-header{
	font-family: Oswald, sans-serif;
	font-size: 1.9em;
	font-weight: 400;
	color: #000000;
	padding-top: 1.5em;
	padding-bottom: 0.6em;
	line-height: 1em;
}
.page-subheader{
	font-size: 1.3em;
	color: #FFFFFF;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	line-height: 1.5em;
	text-align: left;
	font-weight: 400;
	padding-right: 0px;
	padding-left: 0px;
}
.sidebar-text {
	font-size: 0.9em;
	line-height: 1.1em;
	color: rgb(51,51,51);
	font-weight: 300;
	text-align: left;
	letter-spacing: 0.035em;
	padding-left: 10px;
}
.subheader{
	font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 0.5em;
	line-height: 1.7em;
	text-align: left;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.social-buttons {
	font-size: 0.9em;
	color: rgb(255,255,255);
	text-align: center;
	font-weight: 300;
	letter-spacing: 0.05em;
	height: 50px;
	float: left;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(255,255,255);
	
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.non-mobile-social-button{
	width: 100px;
	vertical-align: middle;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 40px;
	overflow: hidden;
}
.ul-left-column{
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.0em;
	padding: 0px;
	font-size: 1.3em;
	line-height: 1.7em;
	}
.ul-right-column{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;	
	font-size: 1.3em;
	line-height: 1.7em;
}
.three-col {
	width: 98%;
	padding-left: 2%;
	font-weight: 400;
	padding-bottom: 0px;
	letter-spacing: -0.01em;
}
.two-col {
	width: 98%;
	padding-left: 2%;
}

.pics {
	height: 45%;
	width: 100%;
	z-index: 1;
}
.pics-container {
	
}
.floater {
	display:none;
}


.DIVIDER-----------------------------{
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media print, screen and (min-width: 700px) {
	
H2{
	font-family: Oswald, sans-serif;
	font-size: 2.0em;
	font-weight: 400;
	color: #000000;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	line-height: 1.4em;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: -0.035em;
}
H4{
	font-family: Oswald, sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	color: #000000;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	line-height: 1.2em;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: -0.035em;
}

H5{
	font-family: Oswald, sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #000000;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	line-height: 1.2em;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: -0.035em;
}


#content-center{
	width: 1024px;
	background-image: url(../images/center_bg.png);
	background-repeat: repeat-y;
	margin-top: 51px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#form-box{
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 20px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgb(204,204,204);
}
#footer-box {
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-width: 1024px;
	background-image: url(../images/tint-30.png);
	background-repeat: repeat;
	}

#header-box {
	width: 1024px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#header-box-home {
	width: 1024px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 490px;
	background-color: rgb(0,0,0);
}
#thumbs-box {
	background-color: #333333;
	width: 1024px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	display: inherit;
}

#header-right {
	width: 660px;
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: rgb(0,0,0);
	margin: 0px;
	height: 300px;
	overflow: hidden;
}
#header-right-home {
	width: 1024px;
	background-color: rgb(0,0,0);
	margin: 0px;
	padding: 0px;
	height: 490px;
}

#header-left {
	width: 319px;
	float: left;
	background-color: #322F31;
	height: 300px;
	margin: 15px;
	padding: 0px;
}
#header-left-home {
	width: 350px;
	float: left;
	background-color: #322F31;
	height: 490px;
	padding: 0px;
	margin: 0px;
}
#full-column {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 6%;
	padding-bottom: 20px;
	padding-left: 6%;
	min-height: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#left-column{
	width: 70%;
	float: left;
	margin: 0px !important;
	padding: 0px !important;
}

#logo-box{
	padding: 0%;
	background-color: #FFF;
	width: 800px;
	padding-right:224px;
	padding-top:40px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#nav-reveal-box {
	display: none;
}

#page-wrapper {
	margin-top:35px
	width:1024px;
	margin-right:auto;
	margin-left:auto;
}
#primary-nav-box {
	width: 100%;
	height: 51px;
	padding: 0px;
	text-align: center;
	display: block;
	background-color: #000000;
	z-index: 10;
	position: fixed;
	top: 0px;
	min-width: 1024px;
}
#primary-nav-box-mobile {
	display:none;
}

#returnMessage {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	font-size: 1.4em;
	color: #FFF;
	text-align: center;
	padding: 20px;
	display: none;
	background-color: #0066CC;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.4em;
}

#right-column{
	width: 30%;
	float: right;
	margin: 0px;
	padding: 0px;
}
#social-share-box {
	font-family: "Noto Sans", san-serif;
	font-size: 1em;
	color: rgb(0,0,0);
	background-color: #F7AE1E;
	line-height: 35px;
	font-weight: 300;
	text-align: left;
	position: fixed;
	z-index: 1200;
	width: 50px;
	top: 40%;
	padding-top: 0px;
	padding-bottom: 0px;
	display: none;
	left: 0px;
}
#share-box {
	width: 300px;
	position: absolute;
	right: 10px;
}

#top-bar{
	height: 50px;
	width: 100%;
	left: auto;
	top: 0px;
	right: auto;
	display: block;
	z-index: 10;
}

#top-bar-inset{
	height: 40px;
	width: 500px;
	margin-right: 25px;
	margin-left: auto;
	display: block;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	float: right;
}

.articleTitle {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #0066CC;
	letter-spacing: -0.035em;
	padding-bottom: 0.1em;
}
.articleBody {
	font-size: 1em;
	line-height: 2em;
	color: #333;
	font-weight: 400;
}
.articleDate {
	font-size: 1.2em;
	line-height: 2.2em;
	color: #666;
	font-weight: 300;
}
.body-text{
	font-size: 1.2em;
	line-height: 1.5em;
	color: rgb(51,51,51);
	font-weight: 400;
	padding-top: 0.4em;
	padding-bottom: 2em;
	text-align: left;
}
.body-text ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.body-text li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: disc;	
}

.container {
	width: 1024px;
	max-width: 1024px;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.footer-container {
	font-size: 0.9em;
	line-height: 1.7em;
	color: rgb(255,255,255);
	width: 1024px;
	font-family: Lato, sans-serif;
	text-align: center;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: relative;
	background-color: rgb(34,33,34);
}
.footer-column {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	text-align: left;
	display: block;
	font-size: 1.1em;
	line-height: 1.8em;
	color: rgb(153,153,153);
	width: 27%;
	padding-right: 3%;
	padding-left: 3%;
}

.form-line {
	width: 100%;
	position: relative;
	clear: both;
	text-align: center;
}
.form-label-box {
	float: left;
	width: 39%;
	text-align: right;
	position: relative;
	padding-right: 1%;
	font-size: 1.0em;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.0em;
	vertical-align: top;
}
.form-box {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.form-field-box {
	float: right;
	width: 60%;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.form-field {
	width: 70%;
}

.home-header-text {
	font-size: 0.95em;
	line-height: 2.4em;
	color: rgb(255,255,255);
	font-weight: 300;
	padding-top: 0.8em;
	padding-bottom: 2em;
	text-align: center;
	letter-spacing: 0.035em;
	padding-right: 10px;
	padding-left: 10px;
	font-style: italic;
}
.home-thumbs-col {
	float: left;
	height: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inherit;
}
.imageBox {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.imageBoxRight{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	float: right;
}
.imageBoxLeft {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}
.imageBoxTopRight {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	float: right;
}
.imageBoxTopLeft {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}
.mobile {
	display: none;
}
.non-mobile {
	display:inherit;
}
.non-mobile-social-button{
	height: 35px !important;
	width: 50px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(0,0,0);
}
.left {
	float: left;
	width: 300px;
	padding-right: 50px;
	padding-left: 100px;
	text-align: center;
}
.right {
	float: right;
	width: 300px;
	padding-right: 100px;
	padding-left: 50px;
	text-align: center;
}

.page-header{
	font-family: Oswald, sans-serif;
	font-size: 2.2em;
	font-weight: 400;
	color: #000000;
	padding-top: 0em;
	padding-bottom: 0.6em;
	line-height: 1em;
	z-index: 1000;
}
.page-subheader{
	font-size: 1.3em;
	color: #FFFFFF;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	line-height: 1.5em;
	text-align: left;
	font-weight: 400;
	padding-right: 0px;
	padding-left: 0px;
}
.sidebar-text {
	font-size: 0.9em;
	line-height: 1.1em;
	color: rgb(51,51,51);
	font-weight: 300;
	text-align: left;
	letter-spacing: 0.035em;
	padding-left: 10px;
}
.subheader{
	font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 0.5em;
	line-height: 1.7em;
	text-align: left;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.social-buttons {
	font-family: "Noto Sans", sans-serif;
	font-size: 9px;
	color: rgb(0,0,0);
	text-align: center;
	font-weight: 300;
	letter-spacing: 0.05em;
	width: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(0,0,0);
	height: 51px;
	float: left;
	padding: 0px;
	border-right-style: none;
}
.ul-left-column{
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.0em;
	padding: 0px;
	font-size: 1.3em;
	line-height: 1.7em;
	}
.ul-right-column{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;	
	font-size: 1.3em;
	line-height: 1.7em;
}

.three-col {
	float: left;
	width: 31%;
	padding-left: 2%;
	font-weight: 400;
	padding-bottom: 20px;
	letter-spacing: -0.01em;
}
.two-col {
	float: left;
	width: 46%;
	padding-left: 3%;
}

.pics {
	height: 490px;
	width: 1024px;
	z-index: 1;
}
.pics-container {
	height: 490px;
	width: 1024px;
	overflow: hidden;
	background-color: #000;
}
.floater {
	position: relative;
	top: -490px;
	z-index: 2;
	display: inherit;
}

}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
.PRINT_DIVIDER------------------{
}
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  
  .social-buttons {
	display:none;
	}
	#top-bar-inset{
	display:none;
	}
	#primary-nav-box {
	display:none;
}

}
</pre></body></html>