/*
Theme Name: Winona
Theme URI:
Author: SnP
Author URI:
Description:
Version: 1.0-snp
License: GNU General Public License
License URI: license.txt
Tags:
*/

/*
File:		reset.css - This contains all the reset styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
			Learn more:
			http://html5boilerplate.com/docs/css/
			http://yuilibrary.com/yui/docs/cssfonts/

Reset Styles - reset all styles for consistent cross browser styling
*/
/* @group Reset Styles */
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; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; }

a { color: #00e;outline: none!important; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: none!important; }
a:hover, a:active { outline: 0; }
:focus { -moz-outline-style: none; }

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; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

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

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

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

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

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

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}small{font-size:85%;}
h1 {font-size: 182%;}
h2 {font-size: 161.6%;}
h3 {font-size: 138.5%;}
h4 {font-size: 116%;}
h5 {font-size: 108%;}
h6 {font-size: 100%;}
h1, h2, h3, h4, h5, h6 {margin: 0 0 .5em 0;}
p {margin: 0 0 1em 0;}
/* @end */

/* @group Formalize */
.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button {
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}
/* @end */

/* @group WP Styles */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Content */
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Media */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Widgets */
.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}
/* @end */

/*========================== BEGIN SITE SPECIFIC STYLES ========================== */

/*
Company:
File:		main.css - This contains all the main styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
			Learn more:
			http://html5boilerplate.com/docs/css/
			http://yuilibrary.com/yui/docs/cssfonts/

All the styles are separated into the following groups:
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Media Queries - media queries
Non-Semantic Helper Classes - helper styles
Print Styles - default print styles
*/

/* @group HTML, Body */
html {
	background: #222 url('images/page-bg.jpg') repeat 0 0;
    background-attachment: fixed;
}
body {
	padding-top: 1px;
}
/* @end */

/* @group Layout */
/* Head */
#hd {
    width: 1068px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#hd .main-nav {
    position: fixed;
    width: 1068px;
    height: 72px;
    background: url('images/bg-nav-2.png') no-repeat 0 0;
    z-index: 301;
    margin-top: -1px;
}
#hd #logo {
    position: absolute;
    top: 85px;
    left: 118px;
    width: 184px;
    height: 75px;
    background: url('images/logo-white-woodland.png') no-repeat 0 0;
    z-index: 300;
}

/* Nav */
.main-nav ul {
    text-align: center;
}
.main-nav ul li {
    display: inline-block;
    padding: 0 20px;
}
.main-nav ul li a {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    transition: all .2s;
}
.main-nav ul li a:link, .main-nav ul li a:visited {
    color: #333;
    text-decoration: none;
}
.main-nav ul li a:hover {
    color: #fff;
}
/* Nav Drop Down */
.main-nav ul ul {
	padding: 10px 20px;
	margin: 0;
    width: 198px;
	list-style: none;
	line-height: 1;
	background-color: #fff;
	position: absolute;
	left: -999em;
	z-index: 500;
    background: url('images/bg-nav-drop-2.png') no-repeat 0 0;
    background-size: 100% 100%;
    text-align: left;
    box-sizing: border-box;
}
.main-nav ul li ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-nav ul li ul li a {
	border-bottom: 1px solid #837861;
}
.main-nav ul li:hover ul {
	left: auto;
}
.main-nav ul li ul a:hover {

}
.main-nav ul ul ul {
display: none;
}

@media screen and (min-width: 481px) {
    .mobile-nav {
        display: none;
    }
    .main-nav .social {
        display: none;
    }
}

/* Header */
.page-header {
    margin-top: 35px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 50px;
    padding-top: 150px;
}
.homepage-header {
    padding-top: 390px;
}

/* Body */
.main-top {
    background: url('images/bg-top-2.png') no-repeat top center;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 126px;
    background-size: 900px auto;
    position: relative;
    z-index: 100;
}
.main-wrap {
    position: relative;
    background: url('images/bg-main-2.png') repeat-y top center;
    padding-top: 1px;
    background-size: 900px auto;
}
.main {
    position: relative;
    margin-top: -126px;
    padding-bottom: 1px;
    z-index: 2;
    box-sizing: border-box;
    padding: 60px 40px 10px 40px;
}
.main-bottom {
    width: 900px;
    height: 102px;
    margin-left: auto;
    margin-right: auto;
    background: url('images/bg-btm-5.png') no-repeat top center;
    position: relative;
    margin-top: -50px;
    z-index: 1;
    background-size: 900px auto;
}

/* Cols */
.col-row {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}
.col-left {
    width: 45%;
    float: left;
}
.col-right {
    width: 45%;
    float: right;
}

/* Side Nav */
.side-col .menu a {
    display: block;
    padding: 6px 3px;
}
.side-col .menu a:link, .side-col .menu a:visited {
    color: #000;
    text-decoration: none;
}
.side-col .menu a:hover {
/*    background-color: #d4a75b;*/
    background: url('images/bat-icon-white.png') no-repeat 100% 50%;
    text-decoration: underline;
}
.side-col .widget {
    margin: 0;
}
.side-col ul {
    margin: 0;
    padding: 0;
}
.side-col .menu li {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.side-col .menu li a {
    padding-right: 30px;
}
.side-col .menu li ul li {
    font-size: 14px;
}
.side-col .menu li.current-menu-item, .side-col .menu li.current-menu-ancestor {
    display: block;
}
.side-col .menu li.current-menu-item ul li, .side-col .menu li.current-menu-ancestor ul li {
    display: block;
}
.side-col .menu li.current-menu-item li a {
/*    background-color: transparent;*/
    font-weight: normal;
}
.side-col .menu li.current-menu-item li a {
/*    content: "";*/
    background: none;
}
.side-col .menu li.current-menu-item a,
.side-col .menu li ul li.current-menu-item a {
    font-weight: bold;
}
.side-col .menu li.current-menu-item a,
.side-col .menu li ul li.current-menu-item a {
/*    content: " >";*/
    background: url('images/bat-icon.png') no-repeat 100% 50%;
}
.side-col-mobile-nav {
    display: none;
}

/* Side nav 3rd level */
.side-col .menu li.current-menu-ancestor ul li ul li {
display: none;
}
.side-col .menu li ul li.current-menu-ancestor ul li {
display: block;
padding-left: 15px;
}

/* Side Blog Col */
.side-blog-col .widget {
    margin-bottom: 20px;
}
.side-blog-col .widget li {
    list-style: none;
}

/* Columns */
.side-col {
    width: 170px;
    float: left;
}
.main-col {
    width: 586px;
    float: right;
    padding-left: 30px;
    margin-right: 20px;
}

/* Breadcrumb */
.bc {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}
.bc a:link, .bc a:visited {
    color: #000;
    text-decoration: none;
}
.bc a:hover {
    text-decoration: underline;
}

/* Homepage Features */
.homepage-features .col {
    padding-top: 5px;
}

/* Social Icons */
.social ul, .social li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social a {
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.social li {
    float: left;
}
.social .social-youtube a {
    background: url('images/icon-youtube.png') no-repeat 0 0;
}
.social .social-facebook a {
    background: url('images/icon-facebook.png') no-repeat 0 0;
}
.social .social-email a {
    background: url('images/icon-email.png') no-repeat 0 0;
}
.social .social-email a span {
    display: none;
}
.social-header {
    position: absolute;
    top: 45px;
    right: 25px;
}
body.home .social-header {
    position: absolute;
    top: -20px;
    right: 15px;
}

/* Logos */
.logos {
    margin-bottom: 50px;
    overflow: hidden;
}
.logos .logo-col {
    width: 33%;
    float: left;
    text-align: center;
    font-weight: bold;
}
.logos .logo-col p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}
.logos-highlight {
    background-color: rgba(255, 255, 255, .2);
    padding: 10px;
}
.logos-highlight p {
    color: #555;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Countdown */
.countdown {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

/* Footer */
#ft {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    width: 868px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    background: url('images/bg-ft.png') no-repeat top center;
    padding: 50px 100px;
}
#ft a:link, #ft a:visited {
    color: #333;
    text-decoration: none;
}
#ft a:hover {
    color: #000;
    text-decoration: underline;
}

.ft-col {
    width: 33%;
    float: left;
}

.ft-nav, .ft-contact {
    padding-top: 50px;
}
.ft-nav ul {
    margin: 0;
    padding: 0;
}
.ft-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ft-map .map {
    float: right;
}
.ft-map .social {
    float: left;
    max-width: 150px;
}

/* Home Slideshow */
.home-slide {
    position: absolute;
    top: 35px;
    text-align: center;
    width: 100%;
}
.home-slide-inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/* @end */

/* @group Common Text Styles */
.body-content h1, .body-content h2 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: rgb( 0, 0, 0 );
    font-weight: bold;
}

.body-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
/* @end */

/* @group Default Headings */

/* @end */

/* @group Default Lists */
/* Make default ul and ol styles to match p styles */

/* @end */

/* @group Nav */

/* @end */

/* @group Forms */

/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #000;
}
a:hover, a:active {
	text-decoration: none;
}
/* @end */

/* @group Media Queries */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}
/* @end */

/* @group Non-Semantic Helper Classes */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear: both; }
/* @end */

/* @group Print Styles */
@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; }
}
/* @end */

@media screen and (max-width: 480px) {
    .show { display: block!important; }
    .home-slide {display: none!important;}
    #hd #logo {
        top: -84px;
        left: 10px;
    }
    #hd {
        max-width: 100%;
        margin-top: 86px;
    }
    .page-header {
        margin-bottom: 20px;
        padding-top: 20px;
        background-image: none;
    }
    .homepage-header {
        padding-top: 0;
        background-size: 130% auto;
    }
    #hd .main-nav {
        max-width: 100%;
        background-color: #fff;
        background-image: none;
        height: auto;
        position: absolute;
        display: none;
    }
    .main-nav ul li {
        float: none;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .main-nav ul li:hover ul {
        display: none!important;
    }
    body.home .main-nav ul ul {
        position: static;
        display: block;
        width: 100%;
        margin: 0;
        background: none;
        text-align: center;
        padding: 0 0 10px 0;
    }
    body.home .main-nav ul li:hover ul {
        display: block!important;
    }
    .main-nav ul ul li {
        border: none;
    }
    .main-nav ul ul li a {
        font-size: 93%;
        font-weight: normal;
        border: none!important;
        padding: 5px 0;
    }
    .mobile-nav {
        display: block;
        width: 40px;
        height: 33px;
        background: url('images/icon-mobile-nav.png') no-repeat 0 0;
        overflow: hidden;
        position: absolute;
        top: -60px;
        right: 20px;
    }
    .mobile-nav:hover {
        cursor: pointer;
    }
    .main-nav .social {
        display: block;
    }
    .main-nav .social ul {
        text-align: center;
        padding-top: 25px;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    .main-nav .social ul li {
        display: inline-block;
        border: none;
        margin: 0;
        padding: 0;
    }
    .social .social-email {
        display: none!important;
    }
    .social-header {
        display: none;
    }

    .main-top {
        max-width: 100%;
    }
    .main-bottom {
        max-width: 100%;
    }

    .side-col, .main-col {
        width: 100%;
        float: none;
        border-left: none;
        padding-left: 0;
        margin-right: 0;
    }
    .side-col {
        margin-bottom: 40px;
    }
    .bc {
        margin-bottom: 20px;
    }

    .side-col-mobile-nav {
        display: block;
        background: url('images/icon-mobile-arrow-down.gif') no-repeat 98% 50% #fff;
        padding: 3px 6px;
        border: 1px solid #999;
    }
    .side-col .menu {
        display: none;
        background-color: #fff;
    }
    .side-col .menu > li.current-menu-item > a, .side-col .menu > li.current-menu-parent > a {
        display: none;
    }
    .side-col .menu li li {
        text-align: center;
        border-right: 1px solid #999;
        border-left: 1px solid #999;
    }

    #ft {
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding-top: 1px;
    }
    #ft a:link, #ft a:visited {
    }
    .ft-map .social {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .col-left, .col-right, .ft-col, .logos .logo-col {
        width: 100%;
        float: none;
    }
}
