/* =============================================================================
 *
 * Theme Name:		Bays Foundation Theme
 * Description:		WordPress theme for the Bays Foundation website.
 * Author:			Reed Hewitt Media
 * Author URI:		http://reedhewitt.com
 * Template:		rhm-framework
 * Version:			1.0
 *
   ========================================================================== */

/* Do not use @import because respond.js for IE8 compatibility does not support it. */
/* @import url('../rhm-framework/style.css'); */


/* =============================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Colaborate';
    src: url('fonts/ColabLig-webfont.eot');
    src: url('fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabLig-webfont.woff') format('woff'),
         url('fonts/ColabLig-webfont.ttf') format('truetype'),
         url('fonts/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: 200;
}

@font-face {
    font-family: 'Colaborate';
    src: url('fonts/ColabReg-webfont.eot');
    src: url('fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabReg-webfont.woff') format('woff'),
         url('fonts/ColabReg-webfont.ttf') format('truetype'),
         url('fonts/ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: 400;
}

@font-face {
    font-family: 'Colaborate';
    src: url('fonts/ColabMed-webfont.eot');
    src: url('fonts/ColabMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabMed-webfont.woff') format('woff'),
         url('fonts/ColabMed-webfont.ttf') format('truetype'),
         url('fonts/ColabMed-webfont.svg#ColaborateMediumRegular') format('svg');
    font-weight: 700;
}



/* =============================================================================
   Base
   ========================================================================== */

html {
	height: 100%;
	font-family: 'Colaborate';
	color: #333333;
	background: #003866;
}

body {
	height: 100%;
	background: none;
}



/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #0e6dbd;
}

a:visited {
	color: #266599;
}


/* =============================================================================
   Typography
   ========================================================================== */

p {
	margin: 0 0 1em;
}

strong, b {
	font-weight: 700;
}

hr {
	margin: 30px 0;
	border: none;
	border-top: 1px #cccccc solid;
}



/* =============================================================================
   Typography
   ========================================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
	padding: 4px;
	border: 1px #0e6dbd solid;
	border-radius: 4px;
	background: #ffffff;
}

.button,
.button:visited,
.button-wrapper a,
.button-wrapper a:visited,
button,
input[type="submit"]{
	display: inline-block;
	padding: 4px 8px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 0 1px #0e6dbd;
	border: 1px #ffffff solid;
	border-radius: 4px;
	background: #0e6dbd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTUyOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0e6dbd 0%, #0a528e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e6dbd), color-stop(100%,#0a528e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e6dbd 0%,#0a528e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e6dbd 0%,#0a528e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e6dbd 0%,#0a528e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e6dbd 0%,#0a528e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6dbd', endColorstr='#0a528e',GradientType=0 ); /* IE6-8 */
}

.button-wrapper a {
	margin-bottom: 1em;
}


/* =============================================================================
   Header
   ========================================================================== */

#page-header > .container {
	height: auto;
	padding-bottom: 50px;
	background: #e2f2ff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZmJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2UyZjJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTlmY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7fbff 0%, #e2f2ff 50%, #6a9fca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fbff), color-stop(50%,#e2f2ff), color-stop(100%,#6a9fca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7fbff 0%,#e2f2ff 50%,#6a9fca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7fbff 0%,#e2f2ff 50%,#6a9fca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7fbff 0%,#e2f2ff 50%,#6a9fca 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7fbff 0%,#e2f2ff 50%,#6a9fca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#6a9fca',GradientType=0 ); /* IE6-8 */
}

#page-header #slogan {
	display: none;
}

#page-header #slogan-mobile {
	display: block;
	margin: 10px auto;
	max-width: 75%;
	height: auto;
}

#page-header #logo {
	display: none;
}

#page-header #logo img {
	display: none;
}

#page-header #logo-mobile {
	display: block;
}

#page-header #logo-mobile img {
	display: block;
	margin: 20px auto;
	max-width: 50%;
	height: auto;
}

#page-header #social-icons {
	margin: 10px auto;
	text-align: center;
}

#page-header #social-icons a {
	margin-left: 10px;
	opacity: .75;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}

#page-header #social-icons a:hover {
	opacity: 1;
}

#page-header #social-icons a img {
	width: 20px;
	height: 20px;
}

#page-header #searchform {
	display: none;
}

#page-header #searchform #s {
	padding: 4px 20px 4px 4px;
	width: 156px;
	height: 14px;
	border: 1px #5991bf solid;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 200;
	color: #5a92bf;
	background: #ffffff url('img/search-field-icon.png') no-repeat right center;
}

#nav-main div.dropdown-menu {
	background: #003866;
}

#nav-main div.dropdown-menu select {
	max-width: 90%;
}

#nav-main {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	box-shadow: 0 3px 4px rgba(0,0,0,.5);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #0e6dbd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTUyOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #0e6dbd 0%, #0a528e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e6dbd), color-stop(100%,#0a528e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0e6dbd 0%,#0a528e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0e6dbd 0%,#0a528e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0e6dbd 0%,#0a528e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0e6dbd 0%,#0a528e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6dbd', endColorstr='#0a528e',GradientType=0 ); /* IE6-8 */
	z-index: 150;
}

#nav-main ul {
	margin: 0 -6px;
	background: none;
}

#nav-main a {
	height: 16px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
	background: url('img/nav-divider.png') no-repeat right;
}

#nav-main ul ul {
	left: 4px;
	padding: 0 1px 1px;
	border: 1px #bfe2ff solid;
	border-top: none;
	background: #0e6dbd;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0 10px 20px #000000;
}

#nav-main ul ul:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	height: 5px;
	width: 100%;
	padding: 0 1px;
	background: url('img/submenu-top-edge-shadow.png') repeat-x;
}

#nav-main ul ul li {
	padding-bottom: 1px;
	background: url('img/bg-submenu-light.png');
}

#nav-main ul ul li:last-child {
	padding-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#nav-main ul ul li:last-child a {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#nav-main ul ul li a {
	padding: 15px 20px;
	height: auto;
	min-height: 14px;
	color: #0e6dbd;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 1px 1px 0 #ffffff;
	background: url('img/bg-submenu-dark.png');
}

#nav-main ul ul li a:hover {
	background: url('img/bg-submenu-light.png');
}

#nav-main ul ul ul {
	top: 4px;
	padding: 1px;
	border: 1px #bfe2ff solid;
	border-radius: 4px;
}

#nav-main ul ul ul:after {
	display: none;
}

#nav-main ul ul ul li:first-child,
#nav-main ul ul ul li:first-child a {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#nav-main ul ul ul li:last-child,
#nav-main ul ul ul li:last-child a {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}




/* =============================================================================
   Content
   ========================================================================== */

/* WordPress Classes */
.alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1.5em;
}

.wp-caption {
	padding: .5em;
}

.wp-caption.aligncenter {
	margin: 1em auto;
}

.wp-caption-text {
	font-size: 82.25%;
}

.gallery .gallery-icon {
	background: #e5e5e5 url('img/bg-medium-noise.png');
}

#content-wrapper > .container {
	margin-top: -20px;
	padding: 40px 0;
	box-shadow: 0 10px 20px #000000;
	background: url('img/bg-light-noise.png');
}

#slider {
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 15px 10px 25px;
	background: #808080 url('img/bg-dark-noise.png');
}

#slider .tp-bullets.simplebullets.round .bullet {
	background-image: url('img/slider-nav-bullet.png');
	margin-left: 6px;
	width: 16px;
	height: 16px;
}

.featured-buttons {
	min-height: 60px;
}

.featured-buttons.above-content {
	margin-top: -20px;
	padding: 15px 36px 0;
	background: url('img/horizontal-divider.png') no-repeat center bottom;
}

.featured-buttons.in-content {
	margin: 15px 0;
	padding-top: 15px;
	background-image: url('img/horizontal-divider.png'), url('img/horizontal-divider.png');
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
}

.featured-button {
	display: block;
	margin-bottom: 15px;
	padding: 2px;
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
	border-radius: 5px;
	border: 2px #0e6dbd solid;
	box-sizing: border-box;
}

.featured-button:visited {
	color: #ffffff;
}

.featured-button > .container {
	display: block;
	padding: 14px 4px;
	min-height: 22px;
	text-align: center;
	border-radius: 3px;
	background: #0e6dbd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTUyOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0e6dbd 0%, #0a528e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e6dbd), color-stop(100%,#0a528e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e6dbd 0%,#0a528e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e6dbd 0%,#0a528e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e6dbd 0%,#0a528e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e6dbd 0%,#0a528e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6dbd', endColorstr='#0a528e',GradientType=0 ); /* IE6-8 */
}

.featured-button .entypo-icon {
	margin: -6px 0 -8px -8px;
}

.featured-button .button-text {
	display: inline-block;
	margin-left: -32px;
	padding-left: 36px;
}

#content {
	font-weight: 200;
}

#content > .container {
	padding: 0 30px;
}

#content h1 {
	font-size: 162.5%
}

#content p {
	line-height: 1.5;
}

.info-box {
	margin-bottom: 15px;
	padding: 1px;
	color: #ffffff;
	font-weight: 400;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
	border: 1px #0e6dbd solid;
	border-radius: 5px;
	box-shadow: 0 3px 4px rgba(0,0,0,.25);
}

.info-box > .container {
	padding: 15px 30px;
	border-radius: 5px;
	background: #e5e5e5 url('img/bg-dark-noise.png');
}

.info-box h3.info-box-title {
	position: relative;
	margin: -15px -30px 15px;
	padding: 10px 30px;
	color: #ffffff;
	font-size: 20px;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #0e6dbd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTUyOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0e6dbd 0%, #0a528e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e6dbd), color-stop(100%,#0a528e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e6dbd 0%,#0a528e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e6dbd 0%,#0a528e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e6dbd 0%,#0a528e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e6dbd 0%,#0a528e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6dbd', endColorstr='#0a528e',GradientType=0 ); /* IE6-8 */
}

.info-box h3.info-box-title.has-icon {
	padding-left: 72px;
}

.info-box h3.info-box-title.has-icon .entypo-icon {
	display: block;
	float: left;
	margin: 5px 20px 25px -52px;
}

.info-box h3.info-box-title:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 5px;
	background: url('img/info-box-title-shadow.png') repeat-x;
}

.info-box > .container > :last-child {
	margin-bottom: 0;
}

.info-box .wp-caption {
	text-shadow: none;
	color: #333333;
}

#gforms_confirmation_message {
	border: 1px #0e6dbd solid;
	border-radius: 5px;
	padding: 20px;
	background: #f2f2f2;
	background: rgba(0,0,0,.05);
}
#sidebar .widget h3 a {
	color: #ffffff;
}

#sidebar .widget > .container > ul {
	list-style: none;
	margin: -10px;
	padding: 0;
}

#sidebar .widget > .container > ul li {
	display: block;
	margin: 0;
	padding: 10px;
	border-bottom: 1px #999999 solid;
}

#sidebar .widget > .container > ul a {
	display: block;
}

#sidebar .widget > .container > ul ul {
	list-style: none;
	margin: 10px -10px -10px;
	padding: 0;
	border-top: 1px #999999 solid;
}

#sidebar .widget > .container > ul li:last-child {
	border-bottom: none;
}

#sidebar .widget > .container > ul ul a {
	padding-left: 20px;
}

#sidebar .widget > .container > ul ul ul a {
	padding-left: 40px;
}

#sidebar .widget > .container > ul ul ul ul a {
	padding-left: 60px;
}

/* Recent Entries */
#sidebar .widget_recent_entries a {
	display: block;
	margin-bottom: 3px;
}

#sidebar .widget_recent_entries .post-date {
	font-size: 13px;
}

/* Public Notices */
#sidebar #tm_latest_cp_widget-2 {
	border: 1px #60bf00 solid;
}

#sidebar #tm_latest_cp_widget-2 h3 {
	background: #60bf00; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwYmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODkwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #60bf00 0%, #489000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60bf00), color-stop(100%,#489000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #60bf00 0%,#489000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #60bf00 0%,#489000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #60bf00 0%,#489000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #60bf00 0%,#489000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bf00', endColorstr='#489000',GradientType=0 ); /* IE6-8 */
}

#sidebar .widget.tm_latest_cp_widget .tm_lcptu_post_date {
	font-size: 13px;
}

#sidebar .widget.tm_latest_cp_widget .tm_lcptu_post_title {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 400;
}

#sidebar #tm_latest_cp_widget-2 h3 .container,
#sidebar #tm_latest_cp_widget-3 h3 .container,
#sidebar #tm_latest_cp_widget-4 h3 .container,
#sidebar #text-3 h3 .container,
#sidebar #text-2 h3 .container {
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 0 center;
}

#sidebar #tm_latest_cp_widget-3 h3 .container,
#sidebar #tm_latest_cp_widget-4 h3 .container,
#sidebar .widget_recent_entries h3 .container {
	background-image: url('img/entypo/light/24/megaphone.png');
}

#sidebar #tm_latest_cp_widget-2 h3 .container {
	background-image: url('img/entypo/light/24/warning.png');
}

#sidebar #text-3 h3 .container {
	background-image: url('img/entypo/light/24/newspaper.png');
}

#sidebar #text-2 h3 .container {
	background-image: url('img/entypo/light/24/folder.png');
}

#sidebar #field_2_1 .ginput_left,
#sidebar #field_2_1 .ginput_right {
	overflow: visible;
	width: 48%;
}

#sidebar #field_2_1 .ginput_container {
	overflow: visible;
}

#sidebar #gforms_confirmation_message {
	padding: 10px;
}

/* =============================================================================
   Footer
   ========================================================================== */

#page-footer > .container {
	padding-top: 25px;
	text-align: center;
	color: #5295cc;
	background: none;
}

#page-footer > .container a {
	color: #5295cc;
}




/* =============================================================================
   Reduced Width
   ========================================================================== */

@media only screen and (min-width: 768px) {
	
	html {
		background: #003866 url('img/bg-html.png') repeat-x center top;
	}
	
	body {
		background: url('img/bg-body.jpg') no-repeat center top;
	}
	
	#page-header > .container {
		height: 210px;
		padding-bottom: 0;
		background: none;
		filter: none; /* IE6-8 */
	}
	
	#page-header #slogan {
		display: block;
		position: absolute;
		top: 50px;
		left: 290px;
		width: 320px;
		height: auto;
	}
	
	#page-header #logo {
		display: block;
		position: absolute;
		bottom: 50px;
		width: 300px;
		height: 140px;
	}
	
	#page-header #logo img {
		display: block;
		width: 300px;
		height: 140px;
	}
	
	#page-header #logo-mobile,
	#page-header #slogan-mobile {
		display: none;
	}
	
	#page-header #social-icons {
		position: absolute;
		top: 25px;
		right: 0;
	}
	
	#page-header #social-icons a {
		display: block;
		float: right;
		margin-left: 10px;
		opacity: .75;
		transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-webkit-transition: opacity .5s ease-in-out;
	}
	
	#page-header #social-icons a img {
		display: block;
		width: auto;
		height: auto;
	}
	
	#page-header #searchform {
		display: block;
		position: absolute;
		top: 85px;
		right: 0;
	}
	
	#nav-main {
		margin-left: -10px;
		padding: 0 10px;
	}
	
	#nav-main a {
		padding: 17px 10px 17px 8px;
		font-size: 81.25%;
	}
	
	.featured-button {
		float: left;
		font-size: 20px;
	}
	
	.featured-buttons.button-count-2 .featured-button {
		width: 49%;
		margin-right: 2%;
	}
	
	.featured-buttons.button-count-3 .featured-button {
		width: 32%;
		margin-right: 2%;
		font-size: 18px;
	}
	
	.featured-buttons.button-count-4 .featured-button {
		width: 23%;
		margin-right: 2%;
		font-size: 16px;
	}
	
	.featured-buttons.button-count-2 .featured-button.button-num-2 {
		margin-right: 0 !important;
	}
	
	.featured-buttons.button-count-3 .featured-button.button-num-3 {
		margin-right: 0 !important;
	}
	
	.featured-buttons.button-count-4 .featured-button.button-num-4 {
		margin-right: 0 !important;
	}
	
	.featured-button:last-child {
		margin-right: 0 !important;
	}
	
	#content {
		font-size: 100%;
	}
	
}


/* =============================================================================
   Full Width
   ========================================================================== */

@media only screen and (min-width: 1024px) {
	
	#page-header > .container,
	#content-wrapper > .container,
	#page-footer > .container {
		width: 980px;
	}
	
	#page-header #slogan {
		top: 75px;
		left: 315px;
		width: auto;
	}
	
	#nav-main a {
		padding: 17px 15px 17px 13px;
		font-size: 100%;
	}
	
	#content {
		width: 640px;
		padding: 0 40px 0 60px;
	}
	
	.featured-button {
		font-size: 22px;
	}
	
	.featured-buttons.button-count-3 .featured-button {
		font-size: 21px;
	}
	
	.featured-buttons.button-count-4 .featured-button {
		font-size: 18px;
	}
}



/*
 * VideoJS Extra Styling for Responsive
 */

video {
	max-width: 100%;
}

.video-js {
	max-width: 100%;
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright © 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
