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

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
	-webkit-font-smoothing: antialiased;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bdb07f;
    margin: 1em 0;
    padding: 0;
}

p, pre {
    margin: 0 0 1em;
}

a, a:focus, a:active {
	text-decoration: underline;
	font-weight: 700;
	color: #252525;
	outline: none;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

img {
	border: 0;
	vertical-align: top;
	width: 100%;
	height: auto;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap-container {
	margin-right: auto;
	margin-left: auto;
}

.wrap-container:before,
.wrap-container:after {
	content: " ";
	display: table;
}

.wrap-container:after {
	clear: both;
}

.wrap-container:before,
.wrap-container:after {
	content: " ";
	display: table;
}

.wrap-container:after {
	clear: both;
}

body {
	font-size: 1em;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	line-height: 1.5;
	color: #252525;
	margin: 0;
	padding: 0;	
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.wrap-container { 
	max-width: 950px; 
	width: 100%; 
	margin: 0 auto;
}

.site-container { 
	min-height: 100%;
	position: relative; 
	margin-bottom: 40px;
}

.site-inner { margin-top: -299px; }

.large { display: none; }

.full { display: block; }

.ipad { display: none; }

.mobile { display: none; }

.brandmark {
    left: 0;
    position: relative;
    top: -68px;
    z-index: 999;
	padding-left: 30px;
}

.brandmark img { 
	max-width: 120px; 
	width: 100%; 
	height: auto; 
}

.banner {
    position: relative;
    text-align: center;
    top: -299px;
	margin-bottom: 23px;
}

.message { padding: 0 6%; 
	text-align: center; 
	font-style: italic;
}

h2 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.7em;
    font-style: normal;
    font-weight: 400;
	margin: 0 0 5px;
}

.small {
    font-family: brandon-grotesque,sans-serif;
    font-size: 0.85em;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 0 15%;
}

.divider {
	width: 100%;
	max-width: 200px;
	border-top: 1px solid #333;
	margin: 25px auto 0;
}

@media only screen and (min-width: 1400px) {
.large { display: block; }
.full { display: none; }
.ipad { display: none; }
.mobile { display: none; }
h2 { font-size: 2em; }
.statement { font-size: 1.2em; }
.small {
    font-size: 0.95em;
    padding: 0 10%;
}

}

@media only screen and (max-width: 800px) {
.large { display: none; }
.full { display: none; }
.ipad { display: block; }
.mobile { display: none; }	
.brandmark img { max-width: 100px; }
.banner { top: -256px; }
.site-inner { margin-top: -256px; }
.message { padding: 0 5%; }
h2 {
    font-size: 1.7em;
    line-height: 1.3em;
    margin: 0 0 17px;
}
}

@media only screen and (max-width: 500px) {
.large { display: none; }
.full { display: none; }
.ipad { display: none; }
.mobile { display: block; }
.devicehidden { visibility: hidden; }
h2 { font-size: 1.3em; }
.statement { font-size: 0.9em; }
.small {
    font-size: 0.8em;
    padding: 0 3%;
}

}