/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.pointer {
    cursor: pointer;
}


/* =============================================================================
   FORMS
   ========================================================================== */
.savviForm {
	margin: 0;
}
.savviForm p {
	display: block;
    margin-bottom: 1em;
}
.savviForm p:after {
    
    clear: both;
}
.savviForm p label.fullLabel {
	float: none;
	width: 100%;
}
.savviForm p label, .savviForm div label {
	width: 200px;
	display: block;
    float: left;
}
.savviForm ul {
    padding-left: 210px;
    display:block;
}
.savviForm textarea {
    
}

form {
  margin-bottom: 20px;
  margin-top: 30px; }

select,
textarea,
input[type="text"],
input[type="password"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

textarea,
input[type="text"],
input[type="password"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[disabled] {
  color: #b1b1b1; }

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px; }

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px; }

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px; }

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px; }

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px; }

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px; }

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px; }

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px; }

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px; }

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px; }

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px; }

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px; }

textarea {
  height: auto; }

select {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.control-group {
  margin-bottom: 10px; }

.form-inline label, .form-vertical label {
  display: block;
  padding-bottom: 5px; }

.form-inline .control-group {
  display: inline-block;
  margin-right: 20px;
  *display: inline;
  *zoom: 1; }

.form-inline.flush-left {
  text-align: left; }

.form-inline.flush-left label {
  text-align: left; }

.form-inline.flush-left .control-group {
  text-align: left; }

.form-inline.flush-left button[type=submit] {
  margin: 0 auto; }

.radios-inline label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 10px; }

.lt-ie9 .radio input {
  vertical-align: bottom; }

input[type="radio"] {
  margin-bottom: 10px; }

.required {
  color: #98012e; }

a {
    color:#003a63;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

html {
    background: url( ../img/bg-pattern.jpg ) repeat 0 0;
}
body {
    background: url( ../img/bg-content.png) repeat-y center 0;
    color:#383b3f;
    font-size:14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header#fixed {
    width:100%;
    background-color:#2a5574;
    height:63px;
    position:fixed;
    top:0;
    z-index:1030;
}
#main-nav {
    width:980px;
    margin:0 auto;

}
.wrap {
    width:940px;
    margin:0 auto;

}
#main {
    padding-top:63px;

}


/***************************************************************************
// Main Navigation
***************************************************************************/

header#fixed nav ul {
    list-style-type:none;
    text-align:center;
    margin:0; padding:0;
    list-style: none; position: relative; float: left; display: block; left: 50%;

}
header#fixed nav ul li {
    float:left;
    vertical-align:top;
    position:relative;
    padding-top:23px;

    padding-left:10px;
    padding-right:10px;
    height:40px;
    background: url( ../img/list-separator.png ) no-repeat 0 23px;
    cursor:pointer;

    right: 50%;
}
header#fixed nav ul li:hover {
    /* background-color:#3e6f93; */
    background-color:#37678a;
}
header#fixed nav ul li:hover a {
    color:#fff;
}

.lt-ie8 header#fixed nav ul li {
    display:block;
    zoom:1;

}
header#fixed nav ul li.no-border {
    border-left:none;
    background:none;
}
header#fixed nav ul li:first-child {
    margin-left:0; padding-left:0; border-left:none;
    background:none;
}
header#fixed nav ul li a {
    color:#fff;
    text-decoration:none;
    text-transform:capitalize;
    font-size:14px;
    display:block;
}
header#fixed nav ul li a:hover {
    text-decoration:none;
}
#searchwrapper {
    width: 194px;
    height: 29px;
    background: url(../img/search-bg.png) no-repeat 0 0;
    padding: 0px;
    margin: 0px;
    position: relative;
    top:-6px;
}
body.nojs header#fixed nav ul li:hover ul {
    display:block;
}
header#fixed nav ul li ul {
    display:none;
    position:absolute; top:63px; left:0;
    background-color:#2a5574;
    text-align:left;
    padding:0px;
    min-width:250px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    float: none;
}
header#fixed nav ul li ul li {
    display:block;
    position:static;
    border-left:none;
    margin-left:0; padding-left:0;
    background:none;
    padding:5px 0;
    border-top:1px solid #3e6f93;
    height:auto;
    float:none;
}
header#fixed nav ul li:hover ul li a {
    color:#fff;
}
header#fixed nav ul li ul li a {
    padding:0 20px;
    color:#fff;
}
header#fixed nav ul li ul li:first-child {
    /* border-top:none; */
}
header#fixed nav ul li ul li:hover {
    background-color:#37678a;
}
header#fixed nav ul li ul li:hover a {
    color:#fff;
}

header#fixed nav ul li ul li a:hover {
    text-decoration:none;
}
#searchwrapper form {
    display: inline;
}
.searchbox {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 156px;
    height: 22px;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}
.searchbox:focus {
  border:none !important;
  outline:0;
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}
.lt-ie9 .searchbox {
    top:6px;
}
.searchbox_submit {
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: 163px;
    width: 29px;
    height: 24px;
}



/***************************************************************************
// Logo Header
***************************************************************************/


#logo-head {
    padding:20px 0;
    position:relative;
}
#logo {
    width:631px;
    float:left;
}
#logo-address {
    display:table;
    overflow:hidden;
    height:158px;
    width:309px;
    text-align:right;
}
#logo-address, #logo-address span, #logo-address a {
    /* font-weight:bold; */
    font-size:12px;
    color:#003a63;
    text-decoration:none;
}
#logo-address .adr {
    display: table-cell; vertical-align: middle;
}


/***************************************************************************
// Home : Callout
***************************************************************************/

#home-callout {
    background-color:#f9f9f9;
    border-top:1px solid #c1c1c1;
    border-bottom:1px solid #c1c1c1;
    margin-top:20px;

}
#home-callout-content {
    display:table; overflow:hidden;
    background: url( ../img/icon-ornate-callout.png ) no-repeat center center;
    /* 936 x 36 */
}
#home-callout-content p {
    font-style: italic;
    font-size:17px;
    color:#848484;
    text-align:center;
    padding:20px 150px;
    display:table-cell; vertical-align:middle;
}




/***************************************************************************
// Green Sub Nav
***************************************************************************/

nav#sub-nav {
    background-color:#7cbc0a;
    z-index:1009;
    width: 100%;
    width:940px;
    height:52px;
    margin-left:0px;


}
nav#sub-nav ul#sub-level {
    list-style-type:none;
    text-align:center;
    margin:0; padding:0;
    list-style: none; position: relative; float: left; display: block;
    /* left: 50%; */
}
nav#sub-nav ul li {
    vertical-align:top;
    position:relative;
    background: url( ../img/list-separator-sub-nav.png) no-repeat 0 15px;
    cursor:pointer;
    margin:0; padding:0;
   padding-top:15px;
    height:37px;
    overflow:visible;
    position: relative; float: left; display: block;
    /*
	padding-left:15px;
	padding-right:15px;
    */
   padding-left:20px; padding-right:20px;
    z-index:1010;
}
.lt-ie8 nav#sub-nav ul {
    zoom:1;
    padding-bottom:0;

}
.lt-ie8 nav#sub-nav ul li {

    zoom:1;
}
nav#sub-nav ul li:hover {
    background-color:#90d319;
}
nav#sub-nav ul li.no-border {
    border-left:none;
}
nav#sub-nav ul li:first-child {
    margin-left:0; padding-left:20px; border-left:none;
    background-image:none;
}
nav#sub-nav ul li a {
    color:#003a63;
    text-decoration:none;
    text-transform:uppercase;
    font-size:16px;
    /* padding:0 22px; */
}
nav#sub-nav ul li a:hover {
    text-decoration:none;
}
body.nojs nav#sub-nav ul li:hover ul {
    display:block;
}
nav#sub-nav ul li ul {
    float:none;
    display:none;
    position:absolute; top:52px; left:0;
    background-color:#7cbc0a;
    /* border:1px solid #ccc; */
    border-top:none;
    width:auto;
    text-align:left;
    padding:0; margin:0;
    min-width:250px;
    z-index:1011;
    zoom:1;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
nav#sub-nav ul li ul li {
    display:block;
    position:static;
    border-left:none;
    margin:0; padding:0;
    border-top:1px solid #8bcd16;
    background:none;
    float:none;
    height:auto;
}
nav#sub-nav ul li ul li:first-child {
    /* border-top:none; */
   padding-left:0;
}
nav#sub-nav ul li ul li a {
    color:#003a63;
    text-decoration:none;
    text-transform:none;
    font-size:14px;
    display:block;
    text-decoration:none;
    padding:5px 10px 5px 15px;
}
.lt-ie8 nav#sub-nav ul li ul {
    zoom:1;
    padding-bottom:0;
    height:auto;
}
.lt-ie8 nav#sub-nav ul li ul li {
    display:block;
    zoom:1;
}

nav#sub-nav ul li:last-child {
    margin:0;
}





/***************************************************************************
// Slideshow
***************************************************************************/

#banner-homepage {
    width:940px;
    height:332px;
    margin-top:20px;
    position:relative;
    z-index:887;
}

#ss-wrap {
    width: 940px;
    height: 332px;
    z-index:1008;
}
#slideshow {}
#slideshow img {
    display:none;
}
#slideshow img:first-child {
    display:block;
}

#slide-pager {
    z-index:1009;
    background: url( ../img/bg-transparent.png) repeat 0 0;
    padding:10px;
    width: 920px;
    text-align:left;
    position:absolute;
    bottom:0;
}
#slide-pager ul {

    margin:0 auto; padding:0;
    list-style-type:none;

}
#slide-pager ul li {

    color:#fff;
    font-size:14px;
    display:none;
    text-align:center;
    width:920px;
}
#slide-pager ul li:first-child {
    display:block;
}
#slide-pager ul li a {
	text-decoration:underline;
	font-weight: bold;
}

/***************************************************************************
// Home Ads
***************************************************************************/

#home-ads {
    margin-top:30px;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom:10px;
    margin-bottom:30px;
}
#home-ads ul {
    list-style-type:none;
    margin:0; padding:0;
}
#home-ads ul li {
    float:left;
    width:273px;
    padding-left:60px;
}
#home-ads ul li:first-child {
    padding-left:0;
}
#home-ads ul li.ad img {
    border:1px solid #d9d9d9;
    padding:4px;
}
#home-ads ul li.weather div {
    padding-left:10px;
}
#home-ads ul li p {}


/***************************************************************************
// Home Features
***************************************************************************/

#home-features {
    background: url( ../img/bg-home-features.png ) repeat-y 0 0;

}
#home-features ul {
    margin:0; padding:0;
    list-style-type:none;
}
#home-features ul li {
    width:273px;
    padding-left:60px;
    float:left;
}
#home-features ul li:first-child {
    padding-left:0;
    margin-left:0;
    border:none;
}
#home-features h2 {
    background-color:#003a63;
    padding:8px 10px;
    font-size:24px;
    color:#fff;
    margin-top:0;
    font-weight:normal;
}
#home-features article {
    margin-bottom:20px;
}
#home-features article a {
    text-decoration:none;
    color:#383b3f;
}
#home-features article h1 {
    color:#003a63;
    font-size:14px;
    font-weight:bold;
    margin-bottom:2px; padding-bottom:0;
}
#home-features article a:hover h1 {
    text-decoration:underline;
}
#home-features article time {
    color:#003a63;
    text-decoration:none;
}
#home-features article p {
    margin-top:0;
    text-decoration:none;
}


.icon { display:inline-block; position:relative; top:3px; padding-right:8px;}
.icon-calendar {
    width:28px; height:24px;
    background: url( ../img/icon-calendar.png ) no-repeat 0 0;
}
.icon-news {
    width:28px; height:24px;
    background: url( ../img/icon-news.png ) no-repeat 0 0;
}
.icon-join {
    width:28px; height:24px;
    background: url( ../img/icon-join.png ) no-repeat 0 0;
}
.icon-contact {
    width:28px; height:24px;
    background: url( ../img/icon-contact.png ) no-repeat 0 0;
}




/***************************************************************************
// Homepage Map
***************************************************************************/


#home-map {
    margin-top:10px;
}

#map-feature {
    float:left;
    width:293px;
    background-color:#7cbc0a;
    min-height:300px;
    padding:0 20px;
}
#map-feature h1 {
	color:#003a63;
	padding-bottom: 0;
	margin: 0;
	margin-top: 1em;
	text-align: center;
}
#map-feature h2 {
    color:#003a63;
    font-size:24px;
    font-weight:normal;
    padding-bottom:0;
    text-align:center;
    margin-bottom:0;
}
#map-feature .m-top-20 {
	margin-bottom: 1em;
}
#map-feature p {
    color:#003a63;
    text-align:center;
}
#map-feature .adr, #map-feature span{
    font-weight:bold;
    font-size:18px;
    color:#003a63;
    text-decoration:none;
    text-align:center;
}
#map {
    float:left;
    width: 647px;
    height: 300px;
}


/***************************************************************************
// Content
***************************************************************************/

section#content {
    margin-bottom:20px;
}
section#content.full {
    margin-top:20px;
}
section#content h1 {
    font-size:28px;
    color:#003a63;
    text-transform:capitalize;
    font-weight:normal;
    margin-bottom:0;
    margin-top:0;
}
section#content #bread-nav ul {
	margin: 0;
	padding: 0;
}
section#content h2 {
    font-size:20px;
    font-weight:normal;
    text-transform:capitalize;
    background-color:#7cbc0a;
    padding:8px 10px;
    color:#fff;
    margin-bottom:8px;
}
section#content h2 a {
	display: block;
	color:#fff;
}
#three-col {
    background: url( ../img/bg-three-col.png ) repeat-y 0 0;
    margin-top:20px;
}
#left-col {
    width:211px;
    float:left;
}
#three-col #center-col {
    width:414px;
    padding:0 20px;
    float:left;
}
#center-col h1 {
    margin-top:0;
}
#three-col #right-col {
    float:right;
    width:250px;
}
#left-col h2 {
    margin-top:0;
}
#left-col ul {
    margin:0; padding:0; list-style-type:none;
    padding-bottom:10px;
}
#left-col ul li {
    border-top:1px solid #c1c1c1;
    padding-top:5px; margin-top:5px;
    width:95%;
}
#left-col ul li:first-child {
    border-top:none;
    padding-top:0; margin-top:0;
}
#left-col ul li a {
    color:#003a63;
    font-size:18px;
    text-decoration:none;
    padding-left:10px;
    display:block;
}
#left-col ul li a:hover {
    text-decoration:underline;
}

#three-col #right-col .ad {
    width:250px;
    margin-bottom:20px;
}



#two-col {
    background: url( ../img/bg-two-col.jpg ) repeat-y 0 0;
    margin-top:20px;
}
#two-col #center-col {
    width:709px;
    padding:0 0 0 20px;
    float:left;
}


/***************************************************************************
// news / events
***************************************************************************/

section#content article {

}
section#content article h1 {
    font-size:22px;
    text-transform:none;
    margin:0; padding:0;
}
section#content article time {
    font-size:16px;
    font-weight:normal;
    color:#003a63;
}

ul.event-list {
    margin:0; padding:0; list-style-type:none;
}
ul.event-list li {
    border-top:1px dashed #c1c1c1;
    padding-top:10px; margin-top:10px;
}
ul.event-list li:first-child {
    border-top:0;
    padding-top:0; margin-top:0;
}
section#content ul.event-list li article header h1 {
    font-size:16px;
}
section#content ul.event-list li article header time {
    font-size:14px;
}
section#content ul.event-list li article p {
    margin-top:5px;
}



/***************************************************************************
// Business Lists
***************************************************************************/

.businesses {
    margin-top:20px;
    margin-bottom:30px;
}
.business {
    display: table;
    margin:0; padding:0; list-style-type:none;
    border-top:1px dashed #c1c1c1;
    margin-top:8px; padding-top:8px;
}
.businesses .business:first-child {
    border-top:none;
    margin-top:0; padding-top:0;
}
.business .logo {
    width:65px;
    display:table-cell;
    vertical-align:middle;
}
.business .body {
    width:310px;
    padding-left:10px;
    display:table-cell;
    vertical-align:middle;
}
.business .body h3 {
    margin:0; padding:0;
    font-size:14px;
    color:#003a63;
}
.business .body span, .business .body a {
	width:310px;
    display:block;
	overflow: hidden;
}
.business .map-icon {
    float:left;
}

.lt-ie8 .business {
    display:block;
}
.lt-ie8 .business .logo {
    display:block; float:left;
}
.lt-ie8 .business .body {
    display:block; float:left;
}

.icon-map {
    background: url( ../img/icon-map.png ) no-repeat 0 0;
    width:28px; height:28px;
    display:inline-block;
}
.lt-ie8 .icon-map {
    display:inline;
    zoom:1;
}





/***************************************************************************
// Footer
***************************************************************************/


footer {
    background-color:#2a5574;
    color:#fff;
    padding:30px 0 5px 0;
}

footer ul {
    list-style-type:none;
    text-align:center;
    margin:0; padding:0;
}
footer ul li {
    display:inline;
    margin-left:18px;
    padding-left:18px;
    border-left:1px solid #fff;
    vertical-align:top;
    min-height:30px;
    color:#fff;
}
.lt-ie8 footer ul li {
    display:inline;
    zoom:1;
}
footer ul li.no-border {
    border-left:none;
}
footer ul li:first-child {
    margin-left:0; padding-left:0; border-left:none;
}
footer ul li a {
    color:#fff;
    text-decoration:none;
    text-transform:capitalize;
    font-size:14px;
    font-weight:normal;
}
footer ul li a:hover {
    text-decoration:underline;
}


/***************************************************************************
// Utilities
***************************************************************************/

.wrap-full {
    margin-left:-20px;
    width:980px;
}
.img-left {
    padding:15px 15px 0 0;
    float:left;
}
.img-right {
    padding:0 0 0 15px;
    float:right;
}
.center {
    margin:0 auto;
}
.text-center {
    text-align:center;
}
.btn-blue {
    color:#fff !important;
    padding:8px 10px;
    font-size:13px;
    background-color:#003a63;
    text-decoration:none;
    display:inline-block;
}
.btn-blue:hover {
    text-decoration:none;
    background-color:#1e78b9;
}
.btn-large {
    font-size:14px;
    text-transform:uppercase;
}
.lt-ie8 .btn-blue {
    display:inline;
    zoom:1;
}
.m-top-20 {
    margin-top:20px;
}
.m-top-40 {
    margin-top:40px;
}
.copyright {
    font-size:11px;
    margin-bottom:0; padding-bottom:0;
}
.pull-left { float:left; }
.pull-right { float:right; }

.print {
    margin-top:5px;
    cursor:pointer;
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

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

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	/*
    * {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: "";
    }

    abbr[title]:after {
        content: "";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; 
    }

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

h3.businessHeader {
	font-size: 1.4em;
	padding: 15px 10px;
	background-color: #2a5574;
	color: #fff;
}
#slide-pager ul li a {
	color: #7cbc0a;
}
