/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* Base */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* Links */
a:focus { outline: thin dotted; }

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


/* Typography */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* 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; }


/* Embedded Content */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* Figures */

figure { margin: 0; }


/* Forms */

form { margin: 0; }

fieldset { border: 0; margin: 0; padding: 0; }

input, textarea, select { background: #fff; outline: none; }

textarea, select {
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 5px;
}

textarea {
	height: 100px;
}

.textbox {
	border: 1px solid #ccc;
	padding: 5px;
}

.col2 .textbox, textarea, select {
	width: 100%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background: #fff;
}

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

input, textarea {
	-webkit-border-radius: 0;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

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


/* Tables */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Primary Styles */

html, body, input, select, textarea, #getaddress_dropdown {
	font-family: "Barlow", sans-serif !important;
}

body {
	text-align: center;
	background: #f4efeb;
	font-size: 1.15em;
	max-width: 2000px;
	margin: auto;
	color: #161412;
}

h1 {
	font-size: 3em;
	padding: 0;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 2em;
	padding: 0;
	margin: 50px 0 25px 0;
	color: #0b612d;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
	padding: 0;
	margin: 25px 0;
	color: #df5522;
	text-transform: uppercase;
}

a {
	color: #df5522;
	font-weight: bold;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover {
	color: #0b612d;
}

a:active {
    background-color: transparent;
}

img.map, map area{
    outline: none;
}

p {
	padding: 0;
	margin: 25px 0;
	line-height: 1.4em;
}

form p {
	margin: 15px 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

#showmobnav, #mob, #mobbook, .tabbr, .smalltabbr, .mobbr, .smallmobbr, #backtotop {
	display: none;
}

.container {
	width: 980px;
	margin: auto;
	text-align: left;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 210px;
}

#logo {
	float: left;
	height: 170px;
	margin: 25px 0;
}

nav {
	float: right;
	text-transform: uppercase;
	margin-top: 100px;
}

nav ul {
	float: right;
}

nav li {
	float: left;
	margin-left: 25px;
	
}

nav a, nav a:hover {
	color: #fff;
	padding-bottom: 5px;
}

nav .on a, nav li a:hover {
	border-bottom: 5px solid #df5522;
}

nav .last a {
	border-bottom: 0 !important;
}

nav .button {
	position: relative;
	top: -15px;
	padding-bottom: 0 !important;
}

#main {
}

#main ul, #main ol {
	margin: 10px 0 10px 20px;
	padding: 0;
}

#main ul li {
	list-style: disc;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main ol li {
	list-style: decimal;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main table {
	width: 100%;
	border: 1px solid #ccc;
}

#main table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.col2 {
	width: 47.5%;
}

.col3 {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.col3.last {
	margin-right: 0;
}

.widecol3 {
	float: left;
	width: 28.3%;
	margin: 25px 2.5%;
}

.col4 {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.col4.last {
	margin-right: 0;
}

#intro {
	padding: 250px 0 150px 0;
	background: #161412;
	color: #fff;
	background-size: cover !important;
}

#intro .button {
	font-size: 1.25em;
}

#banner {
	padding: 300px 0 150px 0;
	background: #161412;
	color: #fff;
	background-size: cover !important;
	background-position: center !important;
}

#contenttop {
	margin-top: -75px;
	width: 100%;
	height: 75px;
	background: url(../images/content-top.png);
	background-size: cover;
}

#contentbottom {
	position: relative;
	z-index: 0;
	margin-top: -75px;
	width: 100%;
	height: 75px;
	background: url(../images/content-bottom.png?v=1);
	background-size: cover;
}

#tabs {
	width: 100%;
}

.ui-state-focus:focus { outline:none !important }

#tabs h2 {
	margin: 10px 0 0 0;
	font-size: 1.5em;
}

#tabs h2 a {
	display: block;
	padding: 0 25px;
	height: 72px;
	line-height: 72px;
	background: url(../images/tab-bg.png) top no-repeat;
	text-decoration: none;
	color: #fff;
}

#tabs h2 a:hover, #tabs .ui-state-active a, #tabs .ui-state-active a:hover {
	background: url(../images/tab-bg-on.png) top no-repeat;
	color: #fff;
}

#tabs div {
	padding: 10px 20px 20px 20px;
}

#tabs div div {
	padding: 0;
}

#main #tabs div div ul {
	margin: 0 0 0 20px;
}

#cta {
	margin: 50px 0;
}

#cta p {
	margin: 50px 0;
}

#footerlogo {
	position: relative;
	top: -180px;
	margin-bottom: -155px;
	height: 180px;
}

#social img {
	height: 80px;
	margin: 0 10px;
}

footer {
	padding: 55px 0 25px 0;
	background: url(../images/footer-bg.png) top no-repeat #161412;
	background-size: contain;
	color: #fff;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: bold;
}

footer h2 {
	margin-top: 0;
	color: #df5522;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #df5522;
}

.greenbg, .orangebg {
	padding: 50px 0;
	color: #fff;
	background: #df5522;
}

.greenbg {
	background: #0b612d;
}

.greenbg p, .orangebg p {
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.greenbg h2, .orangebg h2, .greenbg h3, .orangebg h3 {
	color: #fff;
}

.greenbg h2, .orangebg h2 {
	margin-top: 25px;
}

.greenbgtop, .orangebgtop {
	margin-top: 75px;
	width: 100%;
	height: 50px;
	background: url(../images/greenbg-top.png);
	background-size: cover;
}

.orangebgtop {
	background: url(../images/orangebg-top.png);
	background-size: cover;
}

.greenbgbottom, .orangebgbottom {
	position: relative;
	z-index: 0;
	margin-bottom: -58px;
	width: 100%;
	height: 58px;
	background: url(../images/greenbg-bottom.png);
	background-size: cover;
}

.orangebgbottom {
	background: url(../images/orangebg-bottom.png);
	background-size: cover;
}

.med {
	display: inline-block;
	padding-top: 10px;
	font-size: 1.35em;
}

.big {
	font-size: 1.75em;
}

footer .big {
	font-size: 1.5em;
}

.spacer {
	width: 100%;
	height: 80px;
}

.lower {
	text-transform: lowercase;
}

.videowrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videowrapper iframe, .videowrapper object, .videowrapper embed {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.green {
	color: #0b612d;
}

.icon {
	height: 100px;
}

/* Common Styles */

.button {
	display: inline-block;
	width: 215px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: url(../images/button-bg.png);
	background-size: cover;
	font-weight: bold;
	font-size: 1.1em;
	border: 0;
	text-align: center;
	text-transform: uppercase;
}

header .button {
	width: 161px;
	height: 45px;
	line-height: 45px;
	font-size: 1em;
}

.button:hover {
	color: #fff;
	background: url(../images/button-bg-on.png);
	background-size: cover;
	text-decoration: none;
}

header .button:hover, #intro .button:hover {
	color: #df5522;
	background: url(../images/button-bg-white.png);
	background-size: cover;
}

.htmlarea {
	border: 1px solid #ccc;
}

.small {
	font-size: 0.8em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0 50px 50px 0;
	max-width: 400px;
}

.rightpic {
	float: right;
	margin: 0 0 50px 50px;
	max-width: 400px;
}

.verify {
	border: 1px solid #ccc;
	width: 80px;
	height: 26px;
}

.code {
	width: 70px;
	font-weight: bold;
	text-align: center;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

#main #pages {
	text-align: right;
	font-weight: bold;
}

#main #pages li {
	display: inline-block;
	list-style: none;
}

#main #pages a {
	display: block;
	margin-left: 3px;
	padding: 3px 5px;
	color: #fff;
	background: black;
}

#main #pages a:hover, #main #pages .on a {
	color: #fff;
	background: red;
	text-decoration: none;
}

/* Non-semantic Helper Classes */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

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


/* Media Queries */

@media only screen and (min-width: 1250px) {

.container {
	width: 1200px;
}

#logo {
	height: 200px;
	margin: 10px 0;
}

nav li {
	margin-left: 35px;
}

header .button {
	width: 179px;
	height: 50px;
	line-height: 50px;
}

#intro {
	padding: 350px 0 200px 0;
}

}

@media only screen and (max-width: 1020px) {

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.25em;
}

.container {
	width: 95%;
	margin: 0 2.5%;
}

#logo {
	margin: 10px 0;
	height: 130px;
}

nav {
	display: none;
}

#showmobnav {
	position: absolute;
	top: 60px;
	right: 2.5%;
	display: block;
	font-weight: normal;
}

#showmobnav:hover {
	text-decoration: none;
}

#mobbook {
	position: absolute;
	top: 55px;
	right: calc(40px + 2.5%);
	display: block;
	font-weight: normal;
}

header .button {
	width: 143px;
	height: 40px;
	line-height: 40px;
}

#mob {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	display: block;
	z-index: 99;
	margin: 0;
	color: #fff;
	overflow: auto;
}

#mob ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

#mobnav {
	display: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #fff;
}

#mobnav li {
	width: 100%;
	list-style: none;
	margin: 0;
	text-align: left;
	border-top: 1px solid #fff;
}

#mobnav li a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	background: #0b612d;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mobnav li a:hover, #mobnav .on a {
	color: #fff;
	background: #df5522;
	text-decoration: none;
}

#intro {
	padding: 175px 0 75px 0;
}

#banner {
	padding: 175px 0 75px 0;
}

#contenttop {
	margin-top: -50px;
	height: 50px;
}

#contentbottom {
	margin-top: -50px;
	height: 50px;
}

.greenbgtop, .orangebgtop {
	margin-top: 50px;
}

#tabs h2 {
	font-size: 1.1em;
}

.rightpic, .leftpic {
	max-width: 300px;
}

.tabbr {
	display: inline-block;
}

.tabhide {
	display: none;
}

.tabclear {
	clear: both;
}

}

@media only screen and (max-width: 760px) {

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

#intro .button {
	font-size: 1.1em;
}

.col2 {
	width: 100%;
	margin: 0;
}

form .col2.floatright {
	margin: -25px 0 0 0;
}

.widecol3 {
	float: none;
	width: 95%;
	margin: 50px auto;
}

#tabs h2 a {
	padding: 15px 25px;
	height: auto;
	line-height: 1.2em;
	background: #0b612d;
}

#tabs h2 a:hover, #tabs .ui-state-active a, #tabs .ui-state-active a:hover {
	background: #df5522;
}

#cta p {
	margin: 50px 0 25px 0;
}

.rightpic, .leftpic {
	float: none;
	margin: 0;
}

.button {
	width: 161px;
	height: 45px;
	line-height: 45px;
	font-size: 1.1em;
}

.smalltabbr {
	display: inline-block;
}

.smalltabhide {
	display: none;
}

}

@media only screen and (max-width: 650px) {

#intro h1 {
	font-size: 1.5em;
}

#banner {
	height: 100px;
}

#banner h1 {
	margin-top: 25px;
}

#banner.double h1 {
	margin-top: 10px;
}

.med {
	font-size: 1.25em;
}

.big {
	font-size: 1.5em;
}

#backtotop {
	clear: both;
	display: block;
	font-size: 0.9em;
	margin-bottom: 0;
	text-align: center;
}

.mobbr {
	display: inline-block;
}

.mobhide {
	display: none;
}

.verify {
	margin-bottom: 10px;
}

.mobclear {
	clear: both;
}

}

@media only screen and (max-width: 500px) {

#intro {
	padding: 150px 0 60px 0;
	background-position: top left -125px !important;
}

#intro h1, #banner h1 {
	margin-bottom: 10px;
}

#banner {
	padding: 150px 0 60px 0;
}

}

@media only screen and (max-width: 500px) {

h2 .smallmobbr {
	display: inline-block;
}

}

@media only screen and (max-width: 400px) {

body {
	font-size: 1.1em;
}

#showmobnav {
	top: 30px;
	right: 2.5%;
}

#mobbook {
	top: 80px;
	right: 2.5%;
}

#intro h1 {
	font-size: 1.25em;
}

#banner h1 {
	font-size: 1.75em;
}

#cta .button {
	margin: 0 0 10px 0;
}

.smallmobbr {
	display: inline-block;
}

.smallmobhide {
	display: none;
}

}

/* Print Styles */
 
@media print {
  * { background: transparent !important; color: black !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: none !important; }
  abbr[title]:after { content: none !important; }
  .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; }
}