/*
Theme Name: Mutual Housing
Theme URI: http://uptownstudios.net/
Author: Uptown Studios
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.map-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}
.map-iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 700 !important;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a.scrollToAnchor {
        position: relative;
        top: -25px;
}

/* =Blog Loop Shortcode Styles
-------------------------------------------------------------- */
.bs-single-post {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.bs-single-post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bs-single-post h3 {
  font-size: 22px !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
}
.bs-single-post .blog-meta {
  margin-bottom: 10px;
}
.bs-single-post .blog-meta p {
  margin-bottom: 0 !important;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	width: 640px;
	padding: 30px;
	border-right: 1px solid #c8c8c8;
	min-height: 500px;
	margin-bottom: 10px;
}



/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

body .bmform_inner143004 {
border: 0;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 700 !important;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 700 !important;
}
input[type=submit] {
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 700 !important;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
div#slider_container .nivo_slider .nivo-controlNav {
	position: absolute;
	top: 375px;
	left: 215px;
}
div#slider_container .nivo_slider .nivo-controlNav a {
	background: #a1a1a1;
	color: #a1a1a1;
	padding: 0 3px 0 3px;
}
div#slider_container .nivo_slider .nivo-controlNav a:active,div#slider_container .nivo_slider .nivo-controlNav a.active, div#slider_container .nivo_slider .nivo-controlNav a:hover {
background: #6a6a6a;
color: #6a6a6a;
}
/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main, #home-main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {


	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body.home {
	/*background: #4382b0 url("images/background.png") repeat-x !important;*/
}
#larger-wrapper {
	/*background: url("images/background-glow.png") no-repeat center -20px;*/
	padding: 0;
    /*background-size: 1600px auto;*/
    background: rgb(67,130,176);
	background: linear-gradient(180deg, rgba(67,130,176,1) 0%, rgba(55,102,120,1) 100%);
}
body,
input,
textarea {
	color: #474647;
	font-size: 14px;
	line-height: 19px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link, a {
	color: #0080ce;
	text-decoration: none;
}
a:visited {
	color: #0080ce;
	text-decoration: none;
}
a:active,
a:hover {
	color: #e28300;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
	/*background: url(images/header.png) no-repeat center top;*/
	background-repeat: no-repeat;
	background-position: center;
	height: 155px;
	display: block;
}
#logo span {
	display: none;
}
#logo a {
	display: block;
    height: 130px;
    width: 300px;
    margin: 0 auto;
}
#logo {

}


/* =Menu
-------------------------------------------------------------- */
#access ul ul .category-menu {
	background: #376678;
	height: 25px;
	padding-top: 5px;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	width: 355px;
	margin-bottom: 5px;
}
.ubermenu-skin-simple-green .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, 
.ubermenu-skin-simple-green .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, 
.ubermenu-skin-simple-green .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
	background-color: #22404d !important;
}


#access ul ul .category-menu-second, #access ul ul .category-menu-communities {
	background: #376678;
	height: 25px;
	padding-top: 5px;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	width: 355px;
	margin: 5px 0;
}


body.home #access {
	text-transform: uppercase;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 13px;
	width: 960px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 0;
}
#access {
	text-transform: uppercase;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 13px;
	width: 960px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 10px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 0;
	text-decoration: none;
	width: 145px;
}
#access li.page-item-12 li a, #access li.page-item-14 li a, #access li.page-item-10 li a, #access li li a, #access li.page-item-8 li a {
width: 300px;
}
#access li.page-item-8 .comm-short li a {
	width: 150px;

}


#access  li.page-item-6 li a {
	width: 180px;
}
#access hr {
	background: #6495b2;
	color: #6495b2;
	margin-top: 5px;
margin: 5px 0;
	margin-bottom: 5px;
}

#access  li.page-item-12 a {
width: 167px;
}
#access  li.page-item-10 a {
width: 210px;
}
#access  li.page-item-6 a {
	width: 142px;
}
#access li.page-item-14 a {
	width: 142px;
}
#access li.page-item-8 a {
width: 148px;
}
#access ul ul {
	background: #ffffff;
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	padding-bottom: 5px;
	z-index: 99999;
	border: #22404d solid 2px;
}


#access ul ul li {

}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #376678;
	line-height: 1em;
	padding: 10px;
	width: 355px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #ffffff;
	color: #007fcc;
}

span.drop-down {
	display: block;
	background: url("images/drop.png");
	height: 7px;
	width: 8px;

}

#access ul ul a {
	background: #ffffff;
	line-height: 1em;
	padding: 4px 10px 4px 10px;
	width: 355px;
	height: auto;
color: #007fcc;
text-transform:none;
text-align: left;
font-weight: normal;

}
#access ul li.page-item-6 ul, #access ul li.page-item-12 ul {
	padding: 5px 0;
}
#access li:hover > a {
	background: #22404d url(images/nav1-roll.png) no-repeat;
	color: #fff;
}

#access ul ul :hover > a {
	text-decoration: underline;
	color: #ea8601;
text-transform:none;
text-align: left;
font-weight: normal;
}

#access li > a,
#access ul ul > a {
	background: #376678 url(images/nav1.png) no-repeat;
	color: #fff;
}
#access li {
	border-right: #ffffff solid 1px;
}

#access li li {
	border-right: none;
}





#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */
/*.bs-btn {
    color: white;
    padding: 10px 15px !important;
		margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2rem !important;
}*/
#boxes-right {
	width: 404px;
	float: right;
}
#boxes-right h2 {
	color: #ffffff;
	/*font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;*/
	/*font-weight: bold;*/
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px;
}
#home-bottom h2 {
	color: #376678;
	/*font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;*/
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 700 !important;
	font-size: 21px;
	line-height: 27px;


}
#content h2 {
color: #4382b0;
/*font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;*/
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 400 !important;
	font-size: 21px;
	line-height: 27px
}

#content h3 {
color: #4382b0;
/*font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;*/
	font-family: acumin-pro, sans-serif !important;
	font-weight: 700 !important;
	font-size: 18px;
	line-height: 24px
}


.clear {
	clear: both;
}
.get-involved {
/*background: url(images/get-involved-smaller.png) no-repeat 0 0;*/
float: left;
border-right: 1px #c8c8c8 solid;
width: 289px;
padding-right: 30px;
/*padding-top: 95px;*/
}
body .get-involved ul {
	padding-left: 10px;
}
.green-leaders {
/*background: url(images/Green-Leaders-smaller.png) no-repeat 30px 0;*/
float: left;
width: 289px;
padding-left: 30px;
/*padding-top: 95px;*/
}

div#find-us {
	width: 289px;
	border-right: 1px #c8c8c8 solid;
	padding-right: 30px;
	float: left;
}

div#newsletter {
	width: 289px;
	padding-left: 30px;
	float: left;
}

#who-we-are-bottom {
	border-top: 1px #c8c8c8 solid;
	padding-top: 15px;
	margin-top: -10px;
	margin-right: 20px;
}

#who-we-are-bottom-2 {
	border-top: 1px #c8c8c8 solid;
	padding-top: 15px;
	margin-right: 20px;
}
#who-we-are p {
/*font-family: Arial, Helvetica, Tahoma, sans-serif;*/
font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 400 !important;
color: #4c4c4c;
font-size: 18px;
line-height: 27px;
}
#home-bottom-left {
	width: 670px;
	float: left;
	border-right: 1px #c8c8c8 solid;
}
#who-we-are a {
	text-decoration: none;
	font-size: 15px;
}
#donate a {
	/*background: url(images/donate.png);*/
	width: 154px;
	height: auto;
	display: block;

}

#donate {
	padding-left: 20px;
	padding-bottom: 20px;
}
#home-bottom-right {
	float: left;
	width:195px;
	padding-left: 18px;
}

#home-bottom-right {
padding-top: 30px;
}
body.home #home-bottom-right {
padding-top: 0;
}

#home-bottom-right h3 {
	font-size: 19px;
}
#home-bottom-left h3.find-us, h3.find-us {
	background: url(images/find-us.png) no-repeat;
	/*font-family: Arial, Helvetica, Tahoma, sans-serif;*/
	color: #e07936;
	/*font-weight: bold;*/
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 700 !important;
	padding-left: 50px;
	padding-top: 25px;
	font-size: 19px;

}
#home-bottom-right h3.follow-us, h3.follow-us {
	/*background: url(images/follow-us.png) no-repeat;*/
	/*font-family: Arial, Helvetica, Tahoma, sans-serif;*/
	color: #e07936;
	/*font-weight: bold;*/
	padding-top: 5px;
	height: 43px;
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 700 !important;
}

#home-bottom-left h3.newsletter, h3.newsletter {
	background: url(images/newsletter.png) no-repeat;
	/*font-family: Arial, Helvetica, Tahoma, sans-serif;*/
	color: #e07936;
	/*font-weight: bold;*/
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 700 !important;
	padding-left: 58px;
	padding-top: 27px;
	font-size: 19px;
}
.in, .facebook, .twitter {
	display: block;
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 2px;
	margin-top: -5px;
}
#home-bottom-right p {
	font-size: 12px;
	line-height: 17px;
	padding-top: 6px;
	padding-bottom: 0px;
}

#home-bottom-right a {
	text-decoration: none;
}
#home-bottom-right a:hover {
	text-decoration: underline;
}
.in {
	background: url(images/in.png) no-repeat;
}
.facebook {
	background: url(images/facebook.png) no-repeat;
}
.twitter {
	background: url(images/twitter.png) no-repeat;
	margin-right: 5px;
}

.get-involved a, .green-leaders a {
	text-decoration: none;
}

.get-involved a:hover, .green-leaders a:hover {
	text-decoration: underline;
}

#who-we-are a:hover {
	text-decoration: underline;
	font-size: 15px;
}
#boxes-right p {
	color: #ffffff;
	padding: 40px 13px 10px 13px;
	/*font-family: Arial, Helvetica, Tahoma, sans-serif;*/
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 700 !important;
	font-size: 14px;

}
.yellow {
	text-decoration: underline;
	color: #ffea00;
}
#boxes-right a, #boxes-right a:hover {
	text-decoration: none;

}

#rotator-wrapper {
	width: 550px;

float: left;

}
.nivo_slider h3 {
	padding: 15px 0 0 30px;
color: #bdf16b;
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}

body .nivo_slider p  {
	padding: 10px 30px 10px 30px;
}
body .nivo_slider p {
	font-size: 14px;
	font-weight: normal;
}
body .nivo_slider p a, body .nivo_slider p a:link, body .nivo_slider p a:active, body .nivo_slider p a:visited {
text-decoration: none;
color: #ffea00;
}

body .nivo_slider p a:hover {
text-decoration: underline;
color: #ffea00;
}

#box1, #box2, #box3, #box4 {
	float: left;
	width: 200px;
	height: 200px;
}
#box2, #box4 {
	margin-left: 3px;
}
#box3, #box4 {
	margin-top: 5px;
}
#box1 a, #box2 a, #box3 a, #box4 a {
	display: block;
	width: 186px;
	height: 189px;
padding: 6px 5px 5px 9px;
}
#box1 a {
	background: url(images/our-communities.png) top;
}
#box2 a {
	background: url(images/going-green.png) top;
}
#box3 a {
	background: url(images/future-communities.png) top;
}
#box4 a {
	background: url(images/resident-voices.png) top;
}
#box1 a:hover {
	background: url(images/our-communities.png) bottom;
}
#box2 a:hover {
	background: url(images/going-green.png) bottom;
}
#box3 a:hover {
	background: url(images/future-communities.png) bottom;
}
#box4 a:hover {
	background: url(images/resident-voices.png) bottom;
}

#boxes-right a p {
	display: none;
}
#boxes-right a:hover p {
	display: block;
}
#home-bottom {
	background: #ffffff;
	clear:both;
	padding:30px;
}
#main, #home-main {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 17px;
}
#content p {
	font-size: 14px;
	line-height: 21px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {

	line-height: 1.5em;
	margin: 0 0 10px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #376678;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

.left-col {
float: left;
width: 310px;
padding-right: 20px;
}

.right-col {
float: left;
width: 310px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

.aside-newsletter {
	border-bottom: 8px solid #878D9D;
	width: 600px;
	height: 74px;
	float: left;
	margin-right: 10px;
	background-color: #B4C7D6;
	line-height: 18px;
}


.box_div {
	border-bottom: 8px solid #878D9D;
	width: 570px;
	height: 150px;
	float: left;
	margin-right: 10px;
	background-color: #B4C7D6;
	line-height: 18px;
}

.aside-newsletter h1 {
	background-color: #949C4F;
	color: #FFFFFF;
	text-align: center;
	font-family: georgia,"times new roman",times,serif;
	font-size: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}
#main {
	background: #ffffff;

}
#home-main {
	background: none;

}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-top: 10px;
	padding-bottom: 40px;

}
.copy {
	color: #ffffff;

}
#footer-content {
	background: #062e46;
	padding-top: 25px;
	padding-bottom: 30px;
}
#footer li {
display: inline;
padding: 0 7px;
}
#footer {
	text-align: center;
}

.footer-links li a, .footer-links li a:active,.footer-links li a:link, .footer-links li a:visited {
color: #4382b0;
text-decoration: none;


}
.footer-links li a:hover {
color: #89c3e6;
text-decoration: underline;


}
#footer ul {
	padding-bottom: 0;
	margin-bottom: 6px;
}
.footer-address {
	padding-top: 20px;
	color: #ffffff;
	font-size: 11px;
}
.footer-address li, .copy li {
border-right: 1px #265775 solid;
}

.copy li {
border-right: 1px #659aba solid;
font-size: 11px;
}
.copy li a, .copy li a:active, .copy li a:link, .copy li a:visited {
color: #80feff;
text-decoration: none;
}

.copy {
	padding-top: 20px;
	padding-bottom: 40px;
}
.copy li a:hover {
color: #80feff;
text-decoration: underline;
}
.footer-links li {
	text-transform: uppercase;
	border-right: 1px #265775 solid;
	font-size: 11px;
	font-weight: bold;
}
#footer li:last-child, .footer-address li:last-child {
	border-right: none;
}
.neighborworks, .equal-housing {
	display: block;
}
.neighborworks {
	background: url(images/neighbor-works.gif);
	width:110px;
	height:44px;
	float: left;

}
.equal-housing {
	background: url(images/equal-housing.gif);
	width:164px;
	height:44px;
	float: left;
	margin-right: 50px;
}
#sponsor-logo {
	margin: 0 auto;
	width: 340px;
	padding: 30px 0;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/*#quote h3 {
	font-style: italic;
	color: #376678;
	font-family: Georgia, Arial, sans-serif;
	line-height: 23px;
	font-size: 14pt;
}
#quote h4 {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: normal;
	font-family: Arial, Times, sans-serif;
	font-size: 11pt;
}*/

#quote {
  position: relative;
  z-index: 1;
}
#quote .testimonial_rotator_quote {
  font-style: italic;
  color: #376678;
  font-family: Georgia, Arial, sans-serif;
  line-height: 23px;
  font-size: 20px;
}
#quote .testimonial_rotator_author_info p {
  	margin: 0 0 20px 0 !important;
  	/*font-family: Arial, Times, sans-serif;*/
  	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 400 !important;
  	font-size: 14px !important;
}
#quote hr.longform_hr {
  width: 100%;
  max-width: 60px;
  margin: 20px auto 10px;
  background: #000;
  height: 2px;
}
#scroll_to_top {
	z-index: 9999;
}

ul.featuredullist li{
margin-bottom: 10px;
}


/**** NEWSLETTER SIGN UP STYLES ****/
#home-bottom-right .newsletter-signup-wrapper {
	width: 195px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}
 .page-id-153 .newsletter-signup-wrapper {
	width: 223px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}
.home .newsletter-signup-wrapper {
	width: 220px;
	height: 30px;
	margin-top: 5px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}
#tblFormData276117 .bmform_head276117, .bmform_head403176 {
	display: none;
}
.bmform_body276117, .bmform_body403176 {
	padding: 0 !important;
	background: none !important;
}
.bmform_inner276117, .bmform_inner403176 {
	border: 0 !important;
}
.bmform_introtxt276117, #tblRequiredField276117, #tblRequiredField403176, .bmform_introtxt403176 {
	display: none !important;
}
.bmform_frmtext276117, .bmform_frmtext403176 {
	position: absolute;
	padding-top: 0 !important;
	top: 0px;
}

#home-bottom-right .bmform_frm403176 { /* email input field on internal page*/
	width: 132px !important;
	height: 19px !important;
	margin-bottom: 0 !important;
	position: relative;
	margin-top: 2px !important;
	padding: 2px !important;
	border-radius: 4px 0 0 4px;
}
#home-bottom-right .bmform_button403176 { /* email input button internal page*/
	padding-top: 0px !important;
	width: 60px !important;
	height: 30px !important;
	margin-bottom: 0 !important;
	position: absolute;
	right: 0;
	bottom: 0;
}
.home .bmform_frm403176, .page-id-153 .bmform_frm403176 { /* email input field on home page*/
	width: 157px !important;
	height: 19px !important;
	margin-bottom: 0 !important;
	position: absolute !important;
	margin-top: 2px !important;
	padding: 2px !important;
	border-radius: 4px 0 0 4px;
	bottom: 0;
}
.home .bmform_button403176, .page-id-153 .bmform_button403176 { /* email input button home page*/
	padding-top: 0px !important;
	width: 60px !important;
	height: 30px !important;
	margin-bottom: 0 !important;
	position: absolute;
	right: 0;
	bottom: 0;
}
.mc-field-group p {
 margin: 0 !important;
}

.mc-field-group {
 padding: 0 !important;
}
#mc_embed_signup .mc-field-group.input-group input + label {
 margin-left: 5px
}


.ie8 .bmform_frm403176, .ie9 .bmform_frm403176 {
	margin-top: 0 !important;
}
.ie8 .bmform_submit403176, .ie9 .bmform_submit403176 {
	top: 5px;
}
.ie8 #home-bottom-right .bmform_submit403176, .ie9 #home-bottom-right .bmform_submit403176 {
	top: 2px;
}
.ie8 .page-id-153 #home-bottom-right .bmform_submit403176, .ie9 .page-id-153 #home-bottom-right .bmform_submit403176 {
	top: 5px;
}
@-moz-document url-prefix() {
  .home .bmform_frm403176, #home-bottom-right .bmform_frm403176 {
    	margin-top: 0 !important;
  }
  .bmform_submit403176 {
		border-radius: 0 4px 4px 0 !important;
		height: 25px;
		top: 5px;
  }
  #home-bottom-right .bmform_submit403176 {
    border-radius: 0 4px 4px 0 !important;
    height: 25px;
    top: 0;
  }
  .page-id-153 #home-bottom-right .bmform_submit403176 {
    top: 5px !important;
  }
}

.bs-btn,
#home-bottom.home-bottom a.bs-btn {
	padding: 0 15px !important;
	display: inline-block;
	color: #FFF !important;
	background-color: #0083d6;
	text-shadow: none !important;
	font-weight: 700 !important;
	border-radius: 4px !important;
	border: 0;
	width: auto;
	line-height: 40px !important;
	font-size: 18px !important;
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: background 250ms ease-out;
	-moz-transition: background 250ms ease-out;
	-o-transition: background 250ms ease-out;
	transition: background 250ms ease-out;
}
.bs-btn:hover,
.bs-btn:focus,
#home-bottom.home-bottom a.bs-btn:hover,
#home-bottom.home-bottom a.bs-btn:focus {
	background: #e07936;
}
.bmform_submit403176 {
	top: 5px;
	padding: 0 5px !important;
	color: #FFF !important;
	background-color: #0083d6;
	text-shadow: none !important;
	font-weight: 400 !important;
	border-radius: 0 4px 4px 0 !important;
	border: 0;
	width: 60px;
	line-height: 25px !important;
	font-size: 14px !important;
	position: relative;
}
.page-id-153 .bmform_submit403176 {
	top: 5px;
}
.page-id-153 #home-bottom-right .bmform_submit403176 {
	top: 3px;
}
#home-bottom-right .bmform_submit403176 {
	top: 0;
}


/**********************************************************/
/************   RESPONSIVE CONVERSION STYLES   ************/
/**********************************************************/

/**** GENERAL STYLES ****/
body.page-template-page-template-home, body.page-template-page-rwd, body {
    /*background: #4382b0 url("images/background.png") repeat-x 0 0;*/
    background-size: 1px 1521px;
    background-color: #376678;
}
.clearfix {
	clear: both;
}
.rwd html {
	overflow: hidden !important;
}
#wrapper2 {
	background-color: #fff;
}
.rwd #access .menu-header, .rwd div.menu, #colophon, .rwd #branding, .rwd #main, .rwd #home-main, .rwd #wrapper {
	width: 1200px;
}
.vcard .type {
	display: none !important;
}
.vcard abbr.state {
    cursor: inherit;
    border-bottom: none;
}
@media only screen and (max-width: 1200px) {
	.rwd #access .menu-header, .rwd div.menu, #colophon, .rwd #branding, .rwd #main, .rwd #home-main, .rwd #wrapper {
		width: 959px;
	}
}
@media only screen and (max-width: 959px) {
	.rwd #access .menu-header, .rwd div.menu, #colophon, .rwd #branding, .rwd #main, .rwd #home-main, .rwd #wrapper {
		width: 767px;
	}
	#larger-wrapper {
		/*background: url("images/background-glow.png") no-repeat center -25px;*/
		background-size: 1600px auto;
	}
}
@media only screen and (max-width: 767px) {
	.rwd #access .menu-header, .rwd div.menu, #colophon, .rwd #branding, .rwd #main, .rwd #home-main, .rwd #wrapper {
		width: 100%;
	}
	.rwd #wrapper {
		padding: 10px;
		box-sizing: border-box;
	}
	.rwd div.menu {
    	margin-left: -10px;
    	width: calc(100% + 20px);
	}
	/*#logo a {
		display: none;
	}*/
}


/**** UBERMENU STYLES ****/
.ubermenu-skin-simple-green.ubermenu-responsive-toggle {
    font-size: 22px !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.rwd nav#ubermenu-main-25-primary-rwd {
    margin-top: 0;
}
.rwd .ubermenu-item-layout-text_only.green-heading {
    background: #376678;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.rwd li.ubermenu-item-level-1 a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    line-height: 1 !important;
}
.rwd .ubermenu-item-layout-text_only.community-heading {
    padding-top: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #474647 !important;
    text-transform: uppercase;
    color: #474647 !important;
}
li.ubermenu-retractor.ubermenu-retractor-mobile {
    width: 100%;
    background: #E9E9E9;
}
.rwd .ubermenu-item-level-1 .ubermenu-submenu-type-stack {
    padding: 0;
}
.rwd .ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
    margin-top: 0;
}
.rwd .ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-target {
    color: #007fcc;
}
.rwd .ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-target:hover {
    color: #ea8601;
}

.rwd .ubermenu-skin-simple-green .ubermenu-submenu.ubermenu-submenu-drop {
    background: #FFF;
    border: 2px solid #22404d  !important;
}
.rwd .ubermenu-skin-simple-green .ubermenu-item-level-0 > a {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 15px;
}
.rwd .ubermenu-skin-simple-green {
    background: #376678;
}
.rwd .ubermenu-skin-simple-green .ubermenu-item-level-0 > .ubermenu-target, .rwd .ubermenu-skin-simple-green .ubermenu-item-level-0 > .ubermenu-target {
    color: #FFF;
    background: #376678;
    border-right: 1px solid #FFF;
    -webkit-transition: background 250ms ease-out;
    -moz-transition: background 250ms ease-out;
    -o-transition: background 250ms ease-out;
    transition: background 250ms ease-out;
}
.rwd .ubermenu-skin-simple-green .ubermenu-item-level-0:last-child > .ubermenu-target, .rwd .ubermenu-skin-simple-green .ubermenu-item-level-0:last-child > .ubermenu-target {
	border-right: 0;
}
.rwd .ubermenu-skin-simple-green .ubermenu-item-level-0:hover > .ubermenu-target, .rwd .ubermenu-skin-simple-green .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    color: #FFF;
    background: #22404d;
}
.rwd .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: '\f0d7';
    color: #d6ab4e;
}

@media only screen and (min-width: 960px) {
	.rwd ul#ubermenu-nav-main-25-primary-rwd.ubermenu-nav {
		text-align: left !important;
	    display: table !important;
	    width: 100% !important;
	}
	.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0, .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
	    float: none !important;
	    display: table-cell !important;
	    text-align: center !important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
		right: auto !important;
		margin-left: 5px;
	}
}
@media screen and (max-width: 959px) {
	.rwd .ubermenu-responsive-default.ubermenu-responsive.ubermenu-has-border .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
	    left: 0px !important;
	}
}


/**** REVOLUTION SLIDER STYLES ****/
.tp-caption a {
    color: #bdf16b !important;
}
a.rev-white-btn {
    color: #222 !important;
    text-decoration: none !important;
}
a.rev-white-btn:hover {
    color: #222 !important;
    text-decoration: none !important;
}
.helvetica-white-btn:hover {
    color: #222 !important;
    background: #bdf16b !important;
}
.helvetica-white-btn:hover a {
    color: #222 !important;
}
.tp-bannertimer, .tp-bannertimer.tp-bottom, .tp-bullets.simplebullets.round.hidebullets, .tp-leftarrow.default, .tp-rightarrow.default {
    z-index: 1 !important;
}


/**** HOME PAGE STYLES ****/
.rwd #rotator-wrapper {
    width: 100%;
    float: none;
}
.rwd #boxes-right {
    width: auto;
    float: none;
    margin-left: -20px;
}
.rwd #box1, .rwd #box2, .rwd #box3, .rwd #box4 {
    float: left;
    width: 25%;
    height: auto;
    padding-left: 20px;
    margin-bottom: 8px;
    box-sizing: border-box;
    margin: 14px 0 9px;
    text-align: center;
}
.rwd #box1 a, .rwd #box2 a, .rwd #box3 a, .rwd #box4 a {
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
}
.rwd #box1 h2 {
	background: #4382b0;
	padding: 6px 0;
	border-radius: 8px 8px 0 0;
	text-transform: uppercase;
}
.rwd #box2 h2 {
	background: #376678;
	padding: 6px 0;
	border-radius: 8px 8px 0 0;
	text-transform: uppercase;
}
.rwd #box3 h2 {
	background: #e07936;
	padding: 6px 0;
	border-radius: 8px 8px 0 0;
	text-transform: uppercase;
}
.rwd #box4 h2 {
	background: #d6ab4e;
	padding: 6px 0;
	border-radius: 8px 8px 0 0;
	text-transform: uppercase;
}

/* Home Portals Styles */
.portals-wrapper .portal {
    position: relative;
    overflow: hidden;
}
.portals-wrapper .portal img {
    width: 100%;
    height: auto;
    border-radius: 0 0 8px 8px;
}
.portals-wrapper .portal p {
    display: table-cell;
    vertical-align: middle;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 20px;
    bottom: 5px;
    padding: 8px 10px !important;
    background: rgba(0,0,0,.65);
    color: #FFF !important;
    border-radius: 0 0 8px 8px;
    margin: 0 !important;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.portals-wrapper .portal:hover p {
    visibility: visible;
    opacity: 1;
    top: 31px;
		display: flex;
  	flex-direction: column;
  	justify-content: center;
}
.portals-wrapper .portal p a {
	color: #d6ab4e !important;
}
.portals-wrapper .portal p a:hover {
	color: #FFF !important;
}

@media only screen and (max-width: 959px) {
	.rwd #box1, .rwd #box2, .rwd #box3, .rwd #box4 {
    	width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	.rwd #box1, .rwd #box2, .rwd #box3, .rwd #box4 {
    	width: 100%;
	}
}

/* Home Bottom Styles */
#home-bottom.home-bottom * {
	box-sizing: border-box;
}
#home-bottom.home-bottom p, #home-bottom.home-bottom li, #home-bottom.home-bottom span, #home-bottom.home-bottom a {
	font-size: 15px !important;
	/*font-family: Arial, Helvetica, sans-serif !important;*/
	font-weight: normal;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
}
#home-bottom.home-bottom #who-we-are p {
	font-size: 19px !important;
}
#home-bottom.home-bottom h2 {
	font-size: 22px !important;
}
.home-bottom #home-bottom-left {
    width: 66.6666%;
}
.home-bottom #home-bottom-right {
    width: 33.3333%;
    width: calc(33.3333% + 1px);
    border-left: 1px solid #C8C8C8;
    margin-left: -1px;
}
#home-bottom.home-bottom #who-we-are p {
    padding-right: 20px;
}
.home-bottom #who-we-are-bottom, .home-bottom #who-we-are-bottom-2 {
	border-top: 0;
	margin-top: 40px;
	display: inline-block;
	position: relative;
}
.home-bottom #who-we-are-bottom-2 {
	margin-top: 80px;
}
.home-bottom #who-we-are-bottom p, .home-bottom #who-we-are-bottom-2 p {
	margin-bottom: 0;
}
.home-bottom #who-we-are-bottom:before, .home-bottom #who-we-are-bottom-2:before {
	content: '';
	width: 2px;
	height: 100%;
	height: calc(100% - 20px);
	position: absolute;
	left: 50%;
	margin-left: 2px;
	margin-top: -4px;
	background: #c8c8c8;
}
.home-bottom div#who-we-are-bottom .get-involved, .home-bottom div#who-we-are-bottom .green-leaders, .home-bottom div#who-we-are-bottom-2 #find-us, .home-bottom div#who-we-are-bottom-2 #newsletter {
    width: 50% !important;
    margin-bottom: 15px;
}
.home-bottom div#who-we-are-bottom .get-involved, .home-bottom div#who-we-are-bottom .green-leaders {
	border: 0 !important;
}
.home-bottom div#who-we-are-bottom .get-involved {
	padding-right: 20px;
}
.home-bottom div#who-we-are-bottom .get-involved img {
	float: right;
	padding: 0 0 5px 0;
	margin: -20px 0 0 5px;
}
.home-bottom div#who-we-are-bottom .green-leaders img {
	float: right;
	padding: 0 0 5px 0;
	margin: -20px 0 0 5px;
}
.home-bottom div#who-we-are-bottom .green-leaders p {
	padding-right: 20px;
}
.home-bottom #home-bottom-right h3.follow-us {
	display: inline-block;
}
#home-bottom.home-bottom div#find-us {
    border-right: 0;
}
.home-bottom #home-bottom-right {
	text-align: center;
	padding-top: 0;
}
.home-bottom #donate {
	padding-left: 0;
}
.home-bottom #donate a {
	margin: 0 auto;
}
.home-bottom #home-bottom-left h3.newsletter, .home-bottom h3.newsletter {
	background: none;
	padding: 0;
}
.follow-us-wrapper {
    margin-bottom: 50px;
}
.follow-us-wrapper h3 {
	text-align: center;
	width: 100%;
}
ul.sm-icons {
    margin: 0 !important;
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}
ul.sm-icons li {
    display: inline-block;
    margin: 3px 2px 0 0;
    width: 30px;
    height: 30px;
}
ul.sm-icons li a, ul.sm-icons li a i {
    display: block;
    line-height: 30px;
    border-radius: 100%;
    font-size: 16px;
    color: #FFF;
    text-decoration: none !important;
}
ul.sm-icons li a i.fa-facebook {
    background: #3b5998;
}
ul.sm-icons li a i.fa-linkedin {
    background: #007bb5;
}
ul.sm-icons li a i.fa-twitter {
    background: #00aced;
}
@media only screen and (max-width: 959px) {
	.home-bottom div#who-we-are-bottom .get-involved img, .home-bottom div#who-we-are-bottom .green-leaders img {
	    float: none;
	    margin: 0;
	    padding: 0;
	    width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	.home-bottom #home-bottom-left, .home-bottom #home-bottom-right {
    	width: 100%;
    	float: left;
    	border-left: 0;
    	border-right: 0;
	}
	.home-bottom #home-bottom-left {
		padding: 0 0 30px 0;
	}
	.home-bottom #home-bottom-right {
		border-top: 1px solid #c8c8c8;
		padding: 30px 0 0 0;
		text-align: center;
	}
	.home-bottom #donate {
		padding-left: 0;
	}
	.home-bottom #donate a {
    	margin: 0 auto;
	}
	.home-bottom #home-bottom-right h3.follow-us {
    	display: inline-block;
	}
	.home-bottom #who-we-are-bottom, .home-bottom #who-we-are-bottom-2 {
		margin: 0;
	}
}
@media only screen and (max-width: 479px) {
	.home-bottom div#who-we-are-bottom .get-involved, .home-bottom div#who-we-are-bottom .green-leaders, .home-bottom div#who-we-are-bottom-2 #find-us, .home-bottom div#who-we-are-bottom-2 #newsletter {
    	width: 100% !important;
    	margin: 0 0 15px 0 !important;
    	padding-left: 0;
    	padding-right: 0;
    	border-left: 0;
    	border-right: 0;
	}
	.home-bottom #who-we-are-bottom, .home-bottom #who-we-are-bottom-2 {
		margin: 0;
	}
	.home-bottom #who-we-are-bottom:before, .home-bottom #who-we-are-bottom-2:before {
		display: none;
	}
	.home-bottom #who-we-are-bottom-2 {
		padding-top: 0;
	}
}

/* Newsletter Signup Styles */
.home-bottom .newsletter-signup-wrapper div[align="center"] + div[align="center"] {
    display: none;
}
.home-bottom .bmform_outer403176 {
    width: 100% !important;
}
.home-bottom .bmform_body403176 {
    display: table;
    position: relative;
    margin: 20px 0 0 0;
    width: 100% !important;
}
.home-bottom .bmform_button403176 {
    display: table-cell;
    padding-top: 0 !important;
    vertical-align: top;
    width: 20% !important;
}
.home-bottom .bmform_submit403176 {
    top: 0;
    width: 100%;
}
.home-bottom .bmform_frmtext403176 {
    top: -18px;
}
.home-bottom div#tblFieldData403176 {
    display: table-cell;
    width: 80% !important;;
}
.home-bottom .bmform_frm403176 {
    width: 100%;
}


/**** INTERNAL PAGE STYLES ****/
.rwd #main * {
	box-sizing: border-box;
}
.rwd #main {
	margin-top: 10px;
}
#container.rwd-left {
    width: 66.6666%;
}
#home-bottom-right.rwd-right {
    width: 33.3333%;
    width: calc(33.3333% + 1px);
    border-left: 1px solid #C8C8C8;
    margin-left: -1px;
    padding-right: 18px;
}
#home-bottom-right.rwd-right #home-bottom-right h3.follow-us {
	text-align: left;
	display: inline-block;
}
.rwd-right h3 {
    background: none;
    padding: 0;
    width: 100%;
    text-align: center;
}
#home-bottom-right.rwd-right #donate {
	text-align: center;
	padding-left: 0;
}
#home-bottom-right.rwd-right #donate a {
	margin: 0 auto;
}
#home-bottom-right.rwd-right .newsletter-signup-wrapper {
    height: auto;
    width: 100%;
    padding-top: 0;
    margin-bottom: 50px;
}
#home-bottom-right.rwd-right .newsletter-signup-wrapper div[align="center"] + div[align="center"] {
    display: none;
}
#home-bottom-right.rwd-right .bmform_outer403176 {
    width: 100% !important;
}
#home-bottom-right.rwd-right .bmform_body403176 {
    display: table;
    position: relative !important;
    margin: 20px 0 0 0 !important;
    width: 100% !important;
    height: 25px;
}
#home-bottom-right.rwd-right .bmform_button403176 {
    display: table-cell;
    padding-top: 0 !important;
    vertical-align: top !important;
    width: 28% !important;
}
#home-bottom-right.rwd-right .bmform_submit403176 {
    top: 5px !important;
    width: 100% !important;
}
#home-bottom-right.rwd-right .bmform_frmtext403176 {
    top: -18px !important;
}
#home-bottom-right.rwd-right div#tblFieldData403176 {
    display: table-cell;
    width: 72.5% !important;;
}
#home-bottom-right.rwd-right .bmform_frm403176 {
    height: auto !important;
    margin-top: 0 !important;
    width: 100% !important;
}
.home #home-bottom-right.rwd-right .bmform_frm403176 {
	width: 72.5% !important;
}
.find-us-wrapper p {
    text-align: center;
    padding: 0 40px;
    font-size: 15px !important;
    line-height: 1.2 !important;
}
@media only screen and (max-width: 959px) and (min-width: 681px) {
	.find-us-wrapper p {
    	padding: 0;
	}
}
@media only screen and (max-width: 680px) {
	#container.rwd-left {
	    width: 100%;
	    border-right: 0;
	}
	#home-bottom-right.rwd-right {
	    width: 100%;
	    border-left: 0;
	    margin-left: 0;
	    border-top: 1px solid #c8c8c8;
		padding: 30px 30px 0;
	}
	.home-bottom #home-bottom-right.rwd-right {
		padding: 30px 0 0;
	}
	#container.rwd-left {
		padding: 10px 30px 30px;
	}
	#home-bottom-right.rwd-right #donate {
		padding-left: 0;
	}
	#home-bottom-right.rwd-right #donate a {
    	margin: 0 auto;
	}
	#home-bottom-right.rwd-right h3.follow-us {
    	display: inline-block;
	}
	#home-bottom-right.rwd-right #who-we-are-bottom, #home-bottom-right.rwd-right #who-we-are-bottom-2 {
		margin: 0;
	}
}
@media only screen and (max-width: 479px) {
	.home-bottom #home-bottom-right.rwd-right {
		padding: 30px 0 0;
	}
	.find-us-wrapper p {
    	padding: 0;
	}
}


/**** FOOTER STYLES ****/
.rwd ul.footer-links,.rwd .footer-address {
    margin: 0;
    padding: 0 20px;
}
.rwd #sponsor-logo {
	width: 100%;
    padding: 20px 0 10px;
    display: inline-block;
    text-align: center;
}
.rwd #sponsor-logo a {
	margin: 10px 10px 0;
	display: inline-block;
	float: none;
}
.rwd ul.copy {
    margin: 0;
    padding: 20px 20px 0 20px;
}
.rwd #footer {
    margin-top: 10px;
    padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.rwd #footer {
    	padding-bottom: 20px;
	}
}
div#scroll_to_top a {
    left: 50% !important;
    margin-left: -55px !important;
    box-sizing: border-box;
    height: 24px !important;
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.2), only screen and (min-resolution: 110dpi) {
	#header {
	    /*background-image: url('/wp-content/uploads/2019/08/site-logo.svg');*/
   		background-size: 300px;
}
