/*
Theme Name: Pace
Theme URI: http://madisonmott.com
Author: the MadMotters
Author URI: http://madisonmott.com
Description: WORDPRESS MS Site for Pace Project
Version: 100.1.7
Text Domain: pace: ;
*/

/*
Fonts Used:
TEMPORARY: 
font-family: 'Oswald', sans-serif;
font-family: 'Lato', sans-serif

*/


/* NEWS ARCHIVE PAGE */

#articles {
	font-size: 1.125rem;
	color: #686a63;
	font-weight: normal;
}

#news-search input,
#news-search-date input,
#news-press-releases select {
	border-radius: 5px;
	margin-bottom: 5px;
}

#news-press-releases select {
	padding: 3px 0;
}

#news-search input {
	width: 300px;
}

#news-search .facetwp-facet,
#news-search-date .facetwp-facet {
	margin-bottom: 5px;
}

#clear-filters {
	padding-top: 40px;
}

#clear-filters-button {
	border-radius: 5px; 
	background: midnightblue;
	color: white;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 12px;
	font-weight: bold;
}

#clear-filters-button:hover {
	background-color: #2525a7;
}

#article-link {
	text-decoration: none;
	color: #686a63;
	font-weight: normal;
}

#article-link:hover {
	text-decoration: none;
}


#news-item:hover {
	background-color: #e2e2e0;
}

#article-title {
	padding: 10px 10px 3px;
}

#article-date {
	font-size: 0.9375rem;
	font-weight: 300;
	color: darkgoldenrod;
	padding-left: 10px;
	padding-right: 10px;
}

#article-excerpt {
	font-size: 1.125rem;
	font-weight: 300;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#articles hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

#articles .facetwp-pager {
	font-size: 0.9rem;
}

/* NEWS ARCHIVE BUTTON ON NEWS PAGE SIDEBAR */

#news-archive-container a:focus,
#news-archive-container a:active,
#news-archive-container a:hover {
	text-decoration: none !important;
}

#news-archive-container:hover {
	cursor: pointer;
}

#news-archive-button-container {
	height: 100px;
	text-align: center;
	color: white;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 1.275rem;
	background-color: #202F64;
	border: 3px solid #B8B9AE;
	margin-bottom: 6px;
	line-height: 4.25;
	text-transform: uppercase;
}

#news-archive-button-container:hover {
	background-color: #2b3f88;
}

/* CASE STUDY PAGE */

.case-studies {
	margin-top: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	grid-template-columns: auto auto auto;
    grid-gap: 20px;
}

.case-study-info {
	margin: 5px 0 0 5px;
}

.case-study-image img {
	width: 320px;
	border: 1px solid #444;
}

.download {
	margin-top: 10px;
}

.download a:focus,
.download a:hover {
	text-decoration: none;
}

#case-studies table {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-top: 30px;
	border-collapse: collapse;
}

#case-studies table tbody th {
    	border: 1px solid #999;
    	font-size: 16px;
    	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
}

#case-studies table th {
    	background: #b2dd4c;
    	color: white;
}

#case-studies table td {
    	border: 1px solid #999;
	font-=size: 16px;
	text-align: center;
	padding: 5px 10px;
}

#case-studies table a,
#case-studies table a:hover,
#case-studies table a:active {
	text-decoration: none;
}



#case-studies tr:nth-child(even) {background: #FFF}
#case-studies tr:nth-child(odd) {background: #f2f2f2}

#cs-filters {
	font-size: 1rem;
}

#cs-filters .noUi-connect {
    background: #b2dd4c !important;
}
#cs-filters-title {
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	background-color: #202F64;
	color: white;
	margin: 30px 0;
	padding: 5px 0;
} 

#cs-filters .fs-label-wrap .fs-label,
#cs-filters .fs-option-label {
    font-size: 14px;
}

#cs-filters p {
	margin-top: 20px;
	margin-bottom: 3px;
}


/* FOR CAROUSEL REPLACEMENT */
.stakeholders {
	margin-top: 50px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.stakeholder {
	display: inline-block;
	width: 33%;
	text-align: center;
	position: relative;
	height: 245px;
}

.stakeholder-image {
	width: 150px;
	display: block;
	margin: 0 auto;
}

.stakeholder-title {
	 font-size: 1.2rem;
	font-weight: bold;
	 text-transform: uppercase;
}

.contractors {
	 color: #FCC339;
}

.building-owners {
	color: #094e84;
}

.developers {
	color: #F59430;
}

.mortgage-holders {
	color: #36a420;
}

.county {
	color: #5da7f5;
}

.capital-providers {
	color: #2fb6a2;
}

.stakeholder-text-hover {
	top: -40px;
	position: absolute;
	width: 100%;
	margin: 0 auto;
}

.stakeholder-text-box {
	left: 6%;
	right: 6%;
	padding: 24px 0 0 0;
	bottom: 0;
	position: absolute;
	font-size: 18px;
	height: 100px;
	z-index: 100;
	-webkit-transition: bottom .6s linear;
    -moz-transition: bottom .6s linear;
    -o-transition: bottom .6s linear;
    transition: bottom .6s linear;
}

.contractors:hover .stakeholder-text-box,
.building-owners:hover .stakeholder-text-box,
.developers:hover .stakeholder-text-box,
.mortgage-holders:hover .stakeholder-text-box,
.county:hover .stakeholder-text-box,
.capital-providers:hover .stakeholder-text-box {
	bottom: -85px;
}

.whiteout2 {
	background: linen;
	background-image: url(/wp-content/themes/pace/images/SRSswish.png);
	background-repeat: no-repeat;
	background-position: center;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	margin: 0 20px;
	z-index: 200;
	position: relative;
	border-bottom: 3px solid;
}

/* END OF CAROUSEL REPLACEMENT */

/* MARKET DATA PAGE */
.page-id-4970 .highcharts-title tspan {
	font-size: 24px;
}

#county-menu-dropdown {
	font-size: 1rem;
	font-weight: bold;
	border-radius: 5px;
	padding: 3px;
}

.stats-box {
	width: 40%; 
        border: 1px solid gray; 
        text-align: center; 
        display: inline-block; 
        margin-top: 50px; 
        color: #DA863F;
}

.title {
	color: white; 
	background-color: #9DC7F1; 
	font-size: 1.4rem; 
	line-height: 2.2;
	font-family: 'Dosis';
	font-weight: bold;
}

.left {
	display: inline-block; 
	width: 60%;
	margin-bottom: 20px;
}

.right {
	display: inline-block; 
	width: 40%; 
	float: right;
	margin-bottom: 20px;
}

.data {
	font-size: 30px; 
	font-weight: bold;
}

.data-label {
	font-size: 1rem;
}

#cum-chart {
	display: inline-block; 
	float: right; 
	width: 60%; 
	padding-left: 30px;
}

#improv-chart {
	margin: 120px 0 80px;
}

#prop-chart {
	margin: 50px 0;
}

#chart-symbol::before {
	content: '&#8226;';
}


/* END OF MARKET DATA PAGE */

/*
html, body, div, span, applet, object, iframe,3
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*/

/* STYLES FOR CALL-OUT BUTTONS ON TRIAL PAGES */
.call-out-box:hover {
	background: white;
	box-shadow: 5px 5px 10px silver;
	cursor: pointer;
	background-image: url(/wp-content/uploads/2018/02/whiteWavelets-hover.png);
}

.call-out-button-trad:hover {
	cursor: pointer;
	background: #4B6797;
	color: white;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

html {
	font-size: 16px;
}

body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
}
#page {
	margin: 0 auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0;
}
#primary {
	float: left;	
}
#content {
	margin: 0%;
}
#secondary {
	float: right;
}
.container {
	background-color:#fff;	
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.nudge-down {
	margin-top: 5px;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


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

body, input, textarea {
	color: #222222;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #fff;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
	clear: both;
}

h3 {
	font-size: 1.625rem;
	text-transform: uppercase;
	color: #9c9c97;
}

h5 {
	font-size: 1.125rem;
	color: #999;
	margin-top: 1.5em;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625rem;
}

/* Text elements */
p {
	margin-bottom: 0.8em;
	color: #47574e;
	font-size: 1.2rem;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
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 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #222222;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/*! Header */

#branding {
	position: relative;
	z-index: 8000;
	min-height:100px;
}

#branding #logo {
	position:absolute;
	top:20px;
	left:20px;	
}

#branding .container {
	min-height:120px;	
}

/*! MENU */

/*! primary */

#access {
	display: block;
	float: right;
	margin: 0;
	white-space:nowrap;
	clear:right;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float:left;
	position: relative;
}

#access .menu-primary-menu li.menu-item-has-children a:hover {
	cursor: default;
}

#access .menu-item {
	margin-left: 0;
}

#access .menu-item a {
	font-family: 'Oswald', sans-serif;
	font-size: 1.05rem;
	color: #757670;
	display: block;
	line-height: 2rem;
	padding: 0 1em;
	text-decoration: none;
	background-image: url(images/menu-carat.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#access .sub-menu .menu-item {
	display:block;
}

#access .menu-item:hover > a,
#access .current-menu-ancestor > a,
#access .current_page_ancestor > a {
	color: #fff;
	background-image: url(images/menu-carat-hover.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

#access .menu-item:hover > a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#access .sub-menu .menu-item a {
	border-radius: 0px;
	background-image: none;
	font-size: 1rem;
	width: 225px;
	background: #EBEBE7;
}

#access .current-menu-ancestor > a,
#access .current_page_ancestor > a {
	border-radius: 5px;
}

#access .sub-menu .menu-item:first-of-type a {
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
}

#access .sub-menu .menu-item:last-of-type a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#access .sub-menu {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.0rem;
	left: 0;
	width: 188px;
	z-index: 99999;
}

#access .menu-item-contractors:hover > a,
#access .menu-item-contractors .sub-menu .menu-item:hover > a,
#access .current-menu-ancestor.menu-item-contractors > a {
	background-color: #FCC339;
}

#access .menu-item-building-owners:hover > a,
#access .menu-item-building-owners .sub-menu .menu-item:hover > a,
#access .current-menu-ancestor.menu-item-building-owners > a {
	background-color: #002868;
}

#access .menu-item-developers:hover > a,
#access .menu-item-developers:hover .sub-menu .menu-item:hover > a,
#access .current-menu-ancestor.menu-item-developers > a {
        background-color: #C3660A;
}

#access .menu-item-mortgage-holders:hover > a,
#access .menu-item-mortgage-holders .sub-menu .menu-item:hover > a,
#access .current-menu-ancestor.menu-item-mortgage-holders > a {
	background-color: #36A31F;
}

#access .menu-item-counties-government:hover > a,
#access .menu-item-counties-government .sub-menu .menu-item:hover > a,
#access .current-menu-ancestor.menu-item-counties-government > a {
	background-color: #5DA7F5;
}

#access .menu-item-capital-providers:hover > a,
#access .menu-item-capital-providers .sub-menu .menu-item:hover > a,
#access .current-menu-ancestor.menu-item-capital-providers > a {
	background-color: #2fb6a2;
}

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

/*! eyebrow */
#access-brow {
	display: block;
	float: right;
	margin: 0;
	white-space:nowrap;
}

.menu-eyebrow-container,
.menu-eyebrow-container ul {
	display: inline-block;
}

#access-brow ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: inline-block
}

#access-brow li {
	float:left;
	position: relative;
	z-index: 9999;

}
#access-brow a {
	color: #002868;
	display: block;
	line-height: 3.333em;
	padding: 0 0.8em;
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 400;
}
#access-brow ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 258px;
	z-index: 99999;
}
#access-brow ul ul li {
	display:block;
}
#access-brow ul ul ul {
	left: 100%;
	top: 0;
}
#access-brow ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 0.875rem;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 238px;
}
#access-brow li:hover > a,
#access-brow ul ul :hover > a,
#access-brow a:focus {
	
}
#access-brow li:hover > a,
#access-brow a:focus {
	
}
#access-brow ul li:hover > ul {
	display: block;
}
#access-brow .current-menu-item > a,
#access-brow .current-menu-ancestor > a,
#access-brow .current_page_item > a,
#access-brow .current_page_ancestor > a {
	font-weight: bold;
}

/*! Contact Button Eyebrow Menu Item */

#access-brow .menu-item-contact-us a {
	background-color: #97ce00;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.6875rem;
	border-radius: 5px;
	margin-top: 0.425rem;
}

#access-brow .menu-item-contact-us a:hover {
	background-color: #002868;
}

/*! Mobile Menu */

#access-m {
	display: block;
	margin: 0;
	background-color: #939393;
	width: 100%;
	padding-top: 100px;
}

#access-m .menu-eyebrow-container {
	width: 100%;
}

#access-m ul {
	font-size: 28px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
}
#access-m li {
	display:block;
	position: relative;
	border-top:1px solid #BDBDBD;

}
#access-m a {
	color: #fff;
	display: block;
	line-height: 3.5em;
	font-size: 1.125rem;
	padding: 0 1.2125em;
	text-decoration: none;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

#access-m .mortgagemenu-eyebrow-container ul li:last-of-type a {
	background-color: #97CE00;
}

#access-m ul ul {
	margin: 0;
	width: 100%;
	z-index: 99999;
}

#access-m .sub-menu li {
	background-color: #838383;
}

/* Search Form */
#branding #searchform {

}

#branding #searchform div {
	margin: 0;
}
#branding #s, .suplemental_search #s {
	width: 136px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 34px;
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 0.6875rem;
	border: 1px solid #D0D1CA;
}
#branding #s:focus, .suplemental_search #s:focus{
	background-color: #f9f9f9;
	width: 136px;
}
#branding #searchsubmit, .suplemental_search #searchsubmit {
	font-family: 'Glyphicons Halflings';
	margin-right: 20px;
	border: 1px solid #D0D1CA;
	color: #B8B9AE;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: -4px;
	margin-top: -1px;
	background-color: #F0F0F0;
}
.suplemental_search #searchsubmit {
		margin-right:0px;
}
#branding #searchsubmit:hover, .suplemental_search #searchsubmit:hover{
	color: #F0F0F0;
	background-color: #B8B9AE;
}

#branding .only-search #searchform, .suplemental_search .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s, .suplemental_search .only-search #s{
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus, .suplemental_search .only-search #s, .suplemental_search .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus, .suplemental_search .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform, .suplemental_search .with-image #searchform{
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

#access-m #searchform {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	background-color: #838383;
}

#access-m #searchform #s {
	border-radius: 0px;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 2em;
	text-align: center;
	float: none;
	width: 80%;
	padding: 0;
	height: 50px;
	transition-property: none;
	background: none;
	color: #fff;
	border: none;
	margin: 1% -10% 1% 10%;
	box-shadow: none;
}

#access-m #searchform #searchsubmit {
	border: none;
	background-color: transparent;
	border-radius: 0px;
	margin: 0px;
	font-size: 1.5rem;
}


/*! PAGEBAR */

.pagebar {
	height: 148px;
	
}

.pagebar .container {
	position: relative;
	height: 148px;
}

.pagebar .entry-icon {
	position: absolute;
}

.pagebar .entry-icon,
.pagebar .entry-title,
.pagebar .entry-subtitle,
.pagebar .entry-sep {
	display: inline-block;
}

.pagebar .entry-sep {
	padding: 0px 34px;	
}

/*! Contractor .pagebar */
.parent-pageid-663 .pagebar {
	background: #ed9e01;
}

.parent-pageid-663 .pagebar .container {
	background: #f1ab00;
}

.parent-pageid-663 .pagebar .container .entry-icon {
	width: 98px;
	height: 117px;
	top: 16px;
	left: -48px;
	background: url(images/icon-pagebar-contractors.png);
}

.parent-pageid-663 .pagebar .container .entry-sep {
	color: #ea9501;
}

/*! Building Owners .pagebar */
/* And Building Owners Case Study .pagebar */
.parent-pageid-674 .pagebar,
.page-id-3712 .pagebar {
	background: #094e84;
}

.parent-pageid-674 .pagebar .container,
.page-id-3712 .pagebar .container {
	background: #4279ab;
}

.parent-pageid-674 .pagebar .container .entry-icon,
.page-id-3712 .pagebar .container .entry-icon {
	width: 105px;
	height: 104px;
	top: 22px;
	left: -53px;
	background: url(images/icon-pagebar-buildingowners.png);
}

.parent-pageid-674 .pagebar .container .entry-sep,
.page-id-3712 .pagebar .container .entry-sep {
	color: #5e8fbc;
}

/*! Mortgage Holders .pagebar */
.parent-pageid-683 .pagebar {
	background: #36a420;
}

.parent-pageid-683 .pagebar .container {
	background: #58cf40;
}

.parent-pageid-683 .pagebar .container .entry-icon {
	width: 111px;
	height: 112px;
	top: 20px;
	left: -57px;
	background: url(images/icon-pagebar-mortgageholders.png);
}

.parent-pageid-683 .pagebar .container .entry-sep {
	color: ;	
}

/*! Counties & Government .pagebar */
.parent-pageid-693 .pagebar {
	background: #5da7f5;
}

.parent-pageid-693 .pagebar .container {
	background: #2d7dd2;
}

.parent-pageid-693 .pagebar .container .entry-icon {
	width: 136px;
	height: 121px;
	top: 14px;
	left: -68px;
	background: url(images/icon-pagebar-countygovernments.png);
}

.parent-pageid-693 .pagebar .container .entry-sep {
	color: #5da7f5;
}

/*! Developers  .pagebar */
/* And Developers Case Study .pagebar */
.parent-pageid-2810 .pagebar,
.page-id-3263 .pagebar {
	background: #C3660A;
}

.parent-pageid-2810 .pagebar .container,
.page-id-3263 .pagebar .container {
	background: #F59431;
}

.parent-pageid-2810 .pagebar .container .entry-icon,
.page-id-3263 .pagebar .container .entry-icon {
	width: 105px;
	height: 104px;
	top: 22px;
	left: -53px;
	background: url(images/icon-pagebar-developers.png);
}

.parent-pageid-2810 .pagebar .container .entry-sep,
.page-id-3263 .pagebar .container .entry-sep {
	color: #C3660A;
}


/*! Capital Providers .pagebar */
.parent-pageid-811 .pagebar {
	background: #37cbb6;
}

.parent-pageid-811 .pagebar .container {
	background: #10ac96;
}

.parent-pageid-811 .pagebar .container .entry-icon {
	width: 90px;
	height: 112px;
	top: 18px;
	left: -44px;
	background: url(images/icon-pagebar-capitalproviders.png);
}

.parent-pageid-811 .pagebar .container .entry-sep {
	color: #37cbb6;
}

/* DOCUMENT MANAGER */
.page-id-4173 .pagebar {
	background: #77bc76;
}

.page-id-4173 .pagebar .container {
	background: #99cd98;
}

.page-id-4173 .pagebar .container .entry-icon {
	width: 80px;
	height: 115px;
	top: 18px;
	left: -40px;
	background: url(images/icon-pagebar-documentmanager.png);
}

.page-id-4173 .pagebar .container .entry-sep {
	color: #77bc76;
}

/*! Grey .pagebars */
.page-template-tpl-events .pagebar,
.page-template-tpl-resources-php .pagebar,
.page-template-tpl-about-php .pagebar,
.page-template-tpl-contact-php .pagebar,
.page-template-tpl-map-php .pagebar,
.blog .pagebar,
.single .pagebar,
.search .pagebar, 
.page-template-tpl-faq-results-php .pagebar,
.page-template-tpl-news-media-resources-php .pagebar,
.page-template-tpl-thank-you-php .pagebar,
.page-template-tpl-county-stats .pagebar,
.page-template-tpl-news-facet .pagebar,
.page-template-tpl-case-study-page .pagebar,
.page-template-tpl-case-study .pagebar {
	background: #b8b9ae;
}

.page-template-tpl-events .pagebar .container,
.page-template-tpl-resources-php .pagebar .container,
.page-template-tpl-about-php .pagebar .container,
.page-template-tpl-contact-php .pagebar .container,
.page-template-tpl-map-php .pagebar .container,
.blog .pagebar .container,
.single .pagebar .container,
.search .pagebar .container,
.page-template-tpl-faq-results-php .pagebar .container,
.page-template-tpl-news-media-resources-php .pagebar .container,
.page-template-tpl-thank-you-php .pagebar .container,
.page-template-tpl-county-stats .pagebar .container,
.page-template-tpl-news-facet .pagebar .container,
.page-template-tpl-case-study-page .pagebar .container,
.page-template-tpl-case-study .pagebar .container {
	background: #d0d1ca;
}

.page-template-tpl-events .pagebar .container .entry-icon {
	width: 97px;
	height: 94px;
	top: 26px;
	left: -50px;
	background: url(images/icon-pagebar-events.png);
}

.page-template-tpl-resources-php .pagebar .container .entry-icon {
	width: 79px;
	height: 110px;
	top: 22px;
	left: -40px;
	background: url(images/icon-pagebar-resources.png);
}

.blog .pagebar .container .entry-icon,
.single .pagebar .container .entry-icon,
.page-template-tpl-news-facet .pagebar .container .entry-icon {
	width: 109px;
	height: 79px;
	top: 35px;
	left: -56px;
	background: url(images/icon-pagebar-news.png);
}

.single-faq .pagebar .container .entry-icon {
	width: 109px;
	height: 89px;
	top: 35px;
	left: -56px;
	background: url(images/icon-pagebar-faqs.png);
}

.page-template-tpl-about-php .pagebar .container .entry-icon,
.page-template-tpl-contact-php .pagebar .container .entry-icon,
.page-template-tpl-map-php .pagebar .container .entry-icon,
.page-template-tpl-faq-results-php .container .entry-icon,
.page-template-tpl-thank-you-php .pagebar .container .entry-icon {
	width: 108px;
	height: 112px;
	top: 18px;
	left: -56px;
	background: url(images/icon-pagebar-about.png);	
}

.page-template-tpl-map-php .pagebar .container .entry-icon {
	width: 64px;
	height: 122px;
	top: 15px;
	left: -32px;
	background: url(images/icon-pagebar-participating-counties.png);	
}
.page-template-tpl-news-media-resources-php .container .entry-icon {
        width: 109px;
        height: 79px;
        top: 35px;
        left: -56px;
        background: url(images/icon-pagebar-news.png);
}

.page-template-tpl-county-stats .pagebar .container .entry-icon {
	width: 109px;
	height: 109px;
	top: 18px;
	left: -56px;
	background: url(images/icon-pagebar-marketdata.png);
}

.page-template-tpl-case-study-page .pagebar .container .entry-icon,
.page-template-tpl-case-study .pagebar .container .entry-icon{
	width: 94px;
	height: 108px;
	top: 18px;
	left: -49px;
	background: url(images/icon-pagebar-casestudy.png);
}


.contractor-template-default .container .entry-icon {
	width: 79px !important;
	height: 110px !important;
	top: 20px !important;
	left: -40px !important;
	background: url(images/icon-pagebar-resources-directory.png) !important;
}


.search .pagebar .container .entry-icon {
	width: 59px;
	height: 115px;
	top: 18px;
	left: -29px;
	background: url(images/icon-pagebar-search-results.png);	
}

/* EXIT-INTENT STAY IN THE KNOW FORM */

#modal-title h3, .gform_title, #modal-title {
	font-size: 2em !important;
	color: green;
	text-transform: uppercase;
	text-align: center;
}

.gform_wrapper .gform_heading {
    margin-top: 20px;
    text-align: center;
}

#gform_9 input[type=text] {
	width: 100%;
}

.gform_description {
	font-size: 1.2em;
}

#gform_fields_9 {
	list-style: none;
	margin: 10px 0 20px;
	padding: 10px;
}

#exitpopup-modal .modal-body {
	font-size: 1.2em !important;
	font-weight: bold;
	background: rgba(18, 82, 133, 0.8);
	padding: 10px 15px !important;
}

#modal-footer {
	font-size: 12px;
}

#gform_9 .gfield_label,
.ginput_container label {
	font-size: 1em;
	font-weight: 300;
}

#gform_9 #gform_submit_button_9 {
	border-radius: 5px;
	box-shadow: 5px 5px 10px 1px #999;
	color: green;
	font-weight: bold;
}

#gform_9 #gform_submit_button_9:hover {
	animation: bgrndColor 2s;
}

@keyframes bgrndColor {
    from {background-color: #DCDCDC;}
    to {background-color: #ffffcc;}
}

/* TEXTILLATE CALLOUT */
.textillate-callout a:hover,
.textillate-callout a:focus,
.textillate-callout a:active {
	text-decoration: none !important;
}

/* SIGN UP FOR UPDATES BUTTONS */

#fixedAnnouncement2 {	
	margin-bottom: 4px;
	font-size: 1.15rem;
	color: #fff;
	line-height: 1.3;
	padding: 0px 37px;
	background-color: rgb(18, 82, 133); 
	text-decoration: none;
        text-align: center;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

a.sg-show-popup:hover {
	text-decoration: none !important;
}

.contractors #fixedAnnouncement2,
.single-contractor #fixedAnnouncement2 {
	border: 3px solid #EB9E27;
}

.building-owners #fixedAnnouncement2 {
	border: 3px solid #4677A8;
}

.developers #fixedAnnouncement2 {
	border: 3px solid #C0671F;
}

.mortgage-holders #fixedAnnouncement2 {
	border: 3px solid #3BA433;
}

.counties-government #fixedAnnouncement2 {
	border: 3px solid #61A5F2;
}

.capital-providers #fixedAnnouncement2 {
	border: 3px solid #40CAB5;
}

.page-id-301 #fixedAnnouncement2 {
	border: 3px solid #96CF30;
}

#fixedAnnouncement2:hover {
	background-color: #186eb4;
	transition: background-color 1s ease-out;
}

#fixedAnnouncement2 h3 {
	color: #fff;
	font-weight: bold;
}

#program-name {
	font-weight: bold;
}

.contractors #program-name, 
.single-contractor #program-name {
	color: #EB9E27 !important;
}

.building-owners #program-name {
	color: #93b3d2;
}

.developers #program-name {
	color: #C0671F;
}

.mortgage-holders #program-name {
	color: #3BA433;
}

.counties-government #program-name {
	color: #61A5F2;
}

.capital-providers #program-name {
	color: #40CAB5;
}

.page-id-301 #program-name {
	color: #96CF30;
} 

#news-archive-button-container .shimmer {
  	color: #ffffff;
   	background-position: -4rem top; /*50px*/
  	background-repeat: no-repeat;
	background: #97CE00 -webkit-gradient(linear, 100% 0, 0 0, from(#97CE00), color-stop(0.5, #ffffff), to(#97CE00));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-webkit-animation-name: shimmer;
  	-webkit-animation-duration: 4.2s;
  	-webkit-animation-iteration-count: infinite;
  	-webkit-background-size: 15rem 100%; /*50px*/
 	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

.contractors .shimmer,
.single-contractor .shimmer {
  	color: #ffffff;
   	background-position: -4rem top; /*50px*/
  	background-repeat: no-repeat;
	background: #EB9E27 -webkit-gradient(linear, 100% 0, 0 0, from(#EB9E27), color-stop(0.5, #ffffff), to(#EB9E27));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-webkit-animation-name: shimmer;
  	-webkit-animation-duration: 4.2s;
  	-webkit-animation-iteration-count: infinite;
  	-webkit-background-size: 15rem 100%; /*50px*/
 	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

.building-owners .shimmer {
  	color: #ffffff;
   	background-position: -4rem top; /*50px*/
  	background-repeat: no-repeat;
	background: #4677A8 -webkit-gradient(linear, 100% 0, 0 0, from(#4677A8), color-stop(0.5, #ffffff), to(#4677A8));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-webkit-animation-name: shimmer;
  	-webkit-animation-duration: 4.2s;
  	-webkit-animation-iteration-count: infinite;
  	-webkit-background-size: 15rem 100%; /*50px*/
 	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

.developers .shimmer {
  	color: #ffffff;
   	background-position: -4rem top; /*50px*/
  	background-repeat: no-repeat;
	background: #C0671F -webkit-gradient(linear, 100% 0, 0 0, from(#C0671F), color-stop(0.5, #ffffff), to(#C0671F));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-webkit-animation-name: shimmer;
  	-webkit-animation-duration: 4.2s;
  	-webkit-animation-iteration-count: infinite;
  	-webkit-background-size: 15rem 100%; /*50px*/
 	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

.mortgage-holders .shimmer {
  	color: #ffffff;
   	background-position: -4rem top; /*50px*/
  	background-repeat: no-repeat;
	background: #3BA433 -webkit-gradient(linear, 100% 0, 0 0, from(#3BA433), color-stop(0.5, #ffffff), to(#3BA433));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-webkit-animation-name: shimmer;
  	-webkit-animation-duration: 4.2s;
  	-webkit-animation-iteration-count: infinite;
  	-webkit-background-size: 15rem 100%; /*50px*/
 	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

.counties-government .shimmer {
  	color: #ffffff;
   	background-position: -4rem top; /*50px*/
  	background-repeat: no-repeat;
	background: #3BA433 -webkit-gradient(linear, 100% 0, 0 0, from(#61A5F2), color-stop(0.5, #ffffff), to(#61A5F2));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-webkit-animation-name: shimmer;
  	-webkit-animation-duration: 4.2s;
  	-webkit-animation-iteration-count: infinite;
  	-webkit-background-size: 15rem 100%; /*50px*/
 	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}


.capital-providers .shimmer {
  	color: #ffffff;
   	background-position: -4rem top; /*50px*/
  	background-repeat: no-repeat;
	background: #40CAB5 -webkit-gradient(linear, 100% 0, 0 0, from(#40CAB5), color-stop(0.5, #ffffff), to(#40CAB5));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-webkit-animation-name: shimmer;
  	-webkit-animation-duration: 4.2s;
  	-webkit-animation-iteration-count: infinite;
  	-webkit-background-size: 15rem 100%; /*50px*/
 	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

.page-id-301 .shimmer {
  	color: #ffffff;
   	background-position: -4rem top; /*50px*/
  	background-repeat: no-repeat;
	background: #96CF30 -webkit-gradient(linear, 100% 0, 0 0, from(#96CF30), color-stop(0.5, #ffffff), to(#96CF30));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-webkit-animation-name: shimmer;
  	-webkit-animation-duration: 4.2s;
  	-webkit-animation-iteration-count: infinite;
  	-webkit-background-size: 15rem 100%; /*50px*/
 	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -4rem top; /*50px*/
    }

    70% {
        background-position: 12.5rem top; /*200px*/
    }

    100% {
        background-position: 15rem top; /*200px*/
    }
}



/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1.625em 0rem 6.25rem;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.entry-title,
.entry-subtitle,
.entry-sep  {
	clear: both;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 2.813rem;
	font-weight: 300;
	line-height: 7.333rem;
	text-transform: uppercase;
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}

.entry-subtitle {
	text-transform: none;
}

.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #222222;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

#fixedAnnouncement {
	/*position: fixed;
	top: 60%;
	right: -250px;
	z-index: 1000;
	width: 250px;
	height: 88px;*/
	font-size: 11px;
	line-height: 1;
	padding: 7px;
	/*background-color: #f1e7da;  tan */
	text-decoration: none;
        text-align: center;
	/*-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.7);
	-webkit-animation: slide 0.5s forwards;
    	-webkit-animation-delay: 2s;
    	animation: slide 0.5s forwards;
   	animation-delay: 2s;*/
}

@-webkit-keyframes slide {
    100% { right: 13px; }
}

@keyframes slide {
    100% { right: 13px; }
}

#fixedAnnouncement img {
    	border: none;
    	margin: 0;
    	padding: 0;
}

#fixedAnnouncement a {
	padding-top: 0;
	margin-top: 0;
	font-weight: bold;
	color: #F59431;	
}

#fixedAnnouncement a:link {
	color: #F59431;
	text-decoration: none;
}

#fixedAnnouncement a:hover {
	color: #EF5A33;
	text-decoration: none;
}


/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: -2px 0 0 -2px;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
	max-width: 97.5%;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0;
}
/*
	.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}

.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
*/
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


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

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
	max-width: 100%;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #222222;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


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

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 0.875rem;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_mm_pace_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_mm_pace_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_mm_pace_ephemera .comments-link a,
.widget_mm_pace_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_mm_pace_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*! FOOTER */

#colophon {
	clear: both;
	background-color: #e8e8e4;
	color: #909189;
	padding: 15px;
	text-decoration: none;
}
#colophon .container {
	background-color: transparent;
}

#colophon a,
#colophon a:hover { 
	color: #909189;
	text-decoration: none;
}

#colophon .widget-title {
	font-size:20px;	
}

.footer-area {
	height: auto;
	line-height: 1rem;
	font-size: 0.75rem;
	font-weight: normal;
}
/* TEST STUFF
.footer-area-col-5 {
	width: 20%;
	float: left;
}

#column_one a div {
	width: 224px;
	height: 34px;
	margin-top: 18px;
}

#column_two a div {
	width: 102px;
	height: 34px;
}
#column_three a div {
	width: 156px;
	height: 34px;
}
*/
.footer-area .footer-logo-one a div {
	width: 224px;
	height: 34px;
	margin-top: 18px;
}

.footer-area .footer-logo-two a div {
	width: 102px;
	height: 34px;
}

.footer-area .footer-logo-three a div {
	width: 156px;
	height: 34px;
}

.footer-button {
	display: block;
	width: 161px;
	height: 28px;
	background-repeat: no-repeat !important;
	margin-top: 2px;
	margin-bottom: 2px;
}

.footer-button:hover {
	background: url(images/AccessStatementButtonBlue.png) !important;
}

/* --------------------------------------------------------------------------
-----------------------------------------------------------------------------
				PACE CUSTOM STYLES
-----------------------------------------------------------------------------
---------------------------------------------------------------------------*/
.container {
	margin:0px auto;	
}
header .container {
	position:relative;	
}
#burger {
	width:40px;
	height:40px;
	position:absolute;
	top:23px;
	right:20px;	
	font-size:40px;
	cursor:pointer;
}
.cl {
	clear:both;	
}
.clsp {
	clear:both;
	height:20px;	
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.nopadding {
	padding: 0px;
}


/* --------------------------------------------------------------------------
-----------------------------------------------------------------------------
				HOME PAGE
-----------------------------------------------------------------------------
---------------------------------------------------------------------------*/ 

/*! HOME SLIDER */

.slide {
	background-position:50% 50%;
	background-size:cover;	
	min-height:400px;
	width: 100%;
	cursor: pointer;
}

.slide .container {
	background: transparent;
}

.slide .container .btn {
	font-family: 'Oswald', sans-serif;
	font-size: 1.875rem;
	text-transform: uppercase;
	color: #fff;
	border: none;
	font-weight: 100;
	margin-top: 3.75rem;
}

.slide .container h1 {
	font-family: 'Lato', sans-serif;
	font-size: 4.275rem;
	color: #fff;
	font-weight: 300;
}

.slide .container p {
	font-family: 'Lato', sans-serif;
	font-size: 1.563rem;
	color: #fff;
	font-weight: 400;
}

.contractors-slide .container .btn {
	background: #FCC339;
}

.building-owners-slide .btn {
	background: #002868;
}

.developers-slide .btn {
	background: #C3660A;
}

.mortgage-holders-slide .btn {
	background: #36a31f;
}

.county-governments-slide .btn {
	background: #5da7f5;
}

.capital-providers-slide .btn {
	background: #2fb6a2;
}

.cycle-pager {
	background: transparent;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 999999;
	margin-left: -70px;
}

.cycle-pager span {
	font-size: 3rem;
	line-height: 2rem;
	color: #d0d1c7;
	cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
	color: #002868;
}

/*! HOME CONTENT */

h2.opportunity {
	font-size: 2.188rem;
	color: #a4a59b;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

/*! HOME CAROUSEL */


#inner {
	width: 100%;
	height: 275px;
	overflow: hidden;
	margin: 3rem auto 0;
}

/* MADISON MOTT CAROUSEL
#carousel-m {
	display: none  !important;
}

#prev,
#next {
	display: block !important;
	position: absolute;
	top: 63%;
	width: 30px;
	height: 55px;
	z-index: 300;
}

#prev,
#prev-m {
	background: url(images/prev-carousel.png);
	left: -2%;
}

#next,
#next-m {
	background: url(images/next-carousel.png);
	right: -2%;
}

#prev-m,
#next-m {
	display: none  !important;
}*/


.whiteout {
	background: #fff;
	z-index: 200;
	position: relative;
}

.whiteout a {
	text-decoration: none;
}

.carousel-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.875rem;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none;
	display: block;
}

.carousel-caption {
	left: 5%;
	right: 5%;
	padding: 85px 0 0 0;
	/*bottom: 0;*/
	position: absolute;
	height: 220px;
	z-index: 100;
	-webkit-transition: bottom .6s linear;
    -moz-transition: bottom .6s linear;
    -o-transition: bottom .6s linear;
    transition: bottom .6s linear;
    font-weight: normal;
}

.carousel-caption a {
	font-size: 1.125rem;
	text-shadow: none;
	display: block;
	text-decoration: none;
}

.contractors-carousel a {
	color: #FCC339;
}

.building-owners-carousel a {
	color: #094e84;
}

.developers-carousel a {
	color: #F59430;
}

.mortgage-holders-carousel a {
	color: #36a420;
}

.county-governments-carousel a {
	color: #5da7f5;
}

.capital-providers-carousel a {
	color: #2fb6a2;
}

.carousel-caption .home_box_text {
	background: url(images/bg-home-carousel-item-divider.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 1.25rem;
	position: absolute;
	top: 60px;
	width: 100%;
}

.carousel-caption .home_box_text_hover {
	position: absolute;
	top: -22px;
	width: 100%;
}

/* Used for Slide Anything carousel */
.contractors-carousel:hover .carousel-caption,
.building-owners-carousel:hover .carousel-caption,
.developers-carousel:hover .carousel-caption,
.mortgage-holders-carousel:hover .carousel-caption,
.county-governments-carousel:hover .carousel-caption,
.capital-providers-carousel:hover .carousel-caption
 {
	bottom: -100px;
}

/* MADISON MOTT CAROUSEL
#carousel div:hover .carousel-caption {
	bottom: -100px;
} */


/*! PRIMARY CONTENT */


#primary h4 {
	font-family: 'Lato', sans-serif;
	color: #505c67;
	text-transform: uppercase;
	margin: 2.825em 0 1em;
}

#primary ul {
	list-style: none;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 0;
}

#primary ul li {
	font-size: 1.2rem;
}

#primary ul li:before {
	content: "\2022";
	color: #f1ab00;
	margin-right: .5rem;
}

ul.hanging-indent li {
	padding-left: 1em;
	text-indent: -1em;
}


/*! HOW WE HELP PAGE */

.hwh-marquee {
	padding: 30px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.hwh-button {
	font-family: 'Lato', sans-serif;
	font-size: 2.125rem;
	line-height: 4rem;
	position: absolute;
	font-weight: normal;
	height: 4rem;
	top: 220px;
	left: 50px;
}

.hwh-button.play {
	padding-left: 40px;
}

.hwh-button.play:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 20px;
	left: 0px;
}

.marquee-title {
	margin-bottom: 2em;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.page-template-tpl-how-we-help-php ul li ul li {
	margin-left: 15px;
}

/* Contractors Button */

.parent-pageid-663 .hwh-button {
	color: #f1ab00;
}

.parent-pageid-663 .hwh-button.play:before {
	border-left: 30px solid #ED9E01;
}

/*.parent-pageid-663 .hwh-button {
	display: none;
}*/

/* Building Owners Button */

.parent-pageid-674 .hwh-button {
	color: #4279ab;
}

.parent-pageid-674 .hwh-button.play:before {
	border-left: 30px solid #094E84;
}

/* Developers Button */

.parent-pageid-2810 .hwh-button {
	color: #4279ab;
}

.parent-pageid-2810 .hwh-button.play:before {
	border-left: 30px solid #094E84;
}

/* Mortgage Holders Button */

.parent-pageid-683 .hwh-button {
	color: #58cf40;
}

.parent-pageid-683 .hwh-button.play:before {
	border-left: 30px solid #36A420;
}

/* Counties & Government Button */

.parent-pageid-693 .hwh-button {
	color: #5DA7F5;
}

.parent-pageid-693 .hwh-button.play:before {
	border-left: 30px solid #2d7dd2;
}

/* Capital Providers Button */

.parent-pageid-811 .hwh-button {
	color: #37CBB6;
}

.parent-pageid-811 .hwh-button.play:before {
	border-left: 30px solid #10ac96;
}

.hwh-marquee-text {
	position: absolute;
}

.hwh-marquee-text p {
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	color: #002868;
	line-height: 3.75rem;
}

/* PROJECT DEVELOPER PAGE */
.pd-name {
	text-transform: uppercase;
	color: #EB9E27;
}

/*! how we help faqs */

.mm_exp {
	margin-bottom:10px;	
}

.mm_exp:hover {
	cursor: pointer;	
}

.mm_exp_title {
	background-color: #dde5ec;
	color: #505c67;
	padding:12px 10px 0 68px;
	position:relative;
	font-size: 1.25rem;
	height: auto;
	min-height: 60px;
	font-family: 'Lato', sans-serif;
}

.mm_exp_title span {
	font-size:30px;	
}
.mm_exp_body {
	display:none;	
	padding-left:68px;
	padding-top:10px;
}

.mm_exp_body ul, li {
	margin-left:0px;
	font-size: 1.2rem;
	color: #505c67;
}

.mm_exp_body ul {
	list-style: disc outside none;
	padding: 0px;
}
.mm_exp_body li:before {
	color:#e00a2a;
	font-weight:600;
}
.mm_exp_img, .mm_col_img {
	position:absolute;
	top:0px;
	left:0px;
	width: 3.125rem;
	height: 3.75rem;	
	font-size: 1.563rem;
	text-align:center;
	vertical-align:middle;
	line-height: 3.75rem;
	font-family: 'Glyphicons Halflings';
}

.mm_exp_img:before {
	content: '\e080';
}

.mm_exp_img {
	display: block;
	background-color:#2d7dd2;
	color:#fff;
}


.mm_col_img {
	display: none;
	background-color: #002868;
	color: #2d7dd2;
}

.mm_col_img:before {
	content: '\e114';
}

/*! TESTIMONIALS PAGE */

.testimonial {
	margin-bottom: 4rem;
}

.page-template-tpl-testimonials-php strong {
	color: #505c67;
}

/*! FAQs PAGES */

.mm_exp_body {
	display:none;	
}

.page-template-tpl-faq-php .mm_exp_title, .page-template-tpl-faq-results-php .mm_exp_title {
	background-color: transparent;
	color: #505c67;
	font-size: 1.25rem;
	font-weight: 500;
}

.page-template-tpl-faq-php .mm_exp_img, .page-template-tpl-faq-results-php .mm_exp_img {
	color: #b5c8d9;
	background-color: transparent;
}

.page-template-tpl-faq-php .mm_col_img, .page-template-tpl-faq-results-php .mm_col_img{
	background-color: transparent;
}

.toggle-color {
	color: #4087d5 !important;
}

.faqs-tabs {
	border-bottom: 5px solid #ed9e01;
	height: 69px;
}

.faqs-link {
	color: #fff;
	line-height: 2rem;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 400;
	background-color: #fcc339;
	padding: 1rem;
	height: 64px;
}

.faqs-link:nth-of-type(1) {
	width: 49%;
	float: left;
}

.faqs-link:nth-of-type(2) {
	width: 50%;
	float: right;
}

.faqs-link.active,
.faqs-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed9e01;
}

.faqs-link:visited,
.faqs-link.active,
.faqs-link:focus {
	color: #fff;
	text-decoration: none;
}

#efficiency {
	display: none;
}

/* --------------------------------------------------------------------------
-----------------------------------------------------------------------------
				CASE STUDY PAGE
-----------------------------------------------------------------------------
---------------------------------------------------------------------------*/ 


/* CASE STUDY PAGES */

.lightBlue {
	background-color: #f0f8ff;
	border: 1px solid #cce7ff;
	padding: 20px;
}

.pull-header-download {
	background: url(images/icon-sidebar-download-CS.png) 5px 0px no-repeat;
	height: 60px;
}

.pull-header-download h2 {
	padding-top: 5px;
	padding-left: 80px; 
}

.page-id-3263 input #gform_submit_button_3 .gform_button .button,
.page-id-3712 input #gform_submit_button_3 .gform_button .button {
	font-size: 18px;
}

.page-id-3263 .gform_wrapper .gform_footer,
.page-id-3712 .gform_wrapper .gform_footer {
	text-align: center;
}

.page-id-3263 .gform_wrapper .gform_heading,
.page-id-3712 .gform_wrapper .gform_heading {
	font-size: 18px;
}

.page-id-3263 .gform_wrapper ul,
.page-id-3712 .gform_wrapper ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.page-id-3263 .gform_wrapper ul li,
.page-id-3712 .gform_wrapper ul li {
	margin-bottom: 15px;
}

#input_4_13 ul,
#input_5_13 ul {
	line-height: 1.2rem;
}

#input_4_13 li,
#input_5_13 li {
	margin: 0 0 0 20px;
	padding: 0;
} 

#gform_4 .gfield_label,
#gform_4 .ginput_container label,
#gform_5 .gfield_label,
#gform_5 .ginput_container label {
	padding-left: 10px;
	line-height: 1.2rem;
}


.downloadInput input {
	width: 95%;
}


/*! ABOUT PAGE */
.custom-page-header {
	background: #003971;
	color: #fff;
	font-size: 1.875rem;
	font-weight: 300;
	padding: 5px 10px;
	width: 715px;
}

.section-header h4 {
	display: inline-block;
}

.back-top {
	float: right;
	line-height: 2.5rem;
	padding-right: 20px;
}

.back-top:hover {
	text-decoration: none;
}

.click-trigger {
	position: absolute;
	top: -25px;
	left: 0px;
	height: 1px;
	width: 100%;
}

.page-template-tpl-about section {
	position: relative;
}

/*! PARTICIPATING COUNTIES PAGE */

#primary .map-legend h4 {
	margin-bottom:  0;
}

.map-legend h4:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 13px;
	height: 13px;
	outline: 1px solid #000;
}

.map-legend h4:first-of-type:before {
	background-color: #56E956;
}

.map-legend h4:last-of-type:before {
	background-color: #D5E56D;
}

.page-template-tpl-map-php #primary ul li {
	margin-left: 22px
}

/*!	RESOURCES PAGE */

.page-template-tpl-resources-php #primary h3,
.page-template-tpl-news-media-resources-php #primary h3,
.blog #primary h3,
.page-template-tpl-about-php #primary h3 {
	color: #002868;
	padding-bottom: 2.5rem;
}

.page-template-tpl-resources-php #primary h4,
.page-template-tpl-testimonials-php #primary h4,
.page-template-tpl-news-media-resources-php #primary h4,
.page-template-tpl-about-php #primary h4,
.blog #primary h4 {
	color: #002868;	
}

.page-template-tpl-about-php h3 {
	text-transform: none;
}

.blog table thead,
.resources .table thead {
	text-transform: uppercase;
	color: #002868;
}

.blog table thead tr th,
.resources .table thead tr th {
	padding-left: 0;
}

.blog .table tr,
.resources .table tr {
	height: 2.875rem;
}

.resources .table tr td,
.news .table-hover tbody tr td {
	font-size: 1.125rem;
	color: #686a63;
	line-height: 1.875rem;
}

.resources .table:not(#media-contacts) tr td a,
.news .table-hover tbody tr td a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.resources .directories tbody tr td:hover {
	background: #e2e2e0;
	cursor: pointer;
}

.resources-tool-button {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	border-radius: 15px;
	box-shadow: 5px 5px 10px silver;
	border: none;
	background: #96CF30;
	line-height: 1rem;
	min-width: 106px;
}

.newsletter-button {
	float: right;
}

.resources-tool-button:hover {
	background: #0D2A66;
}

.resources .table > thead > tr > th,
.news .table-hover > thead > tr > th {
	border-bottom: none;
	font-weight: bold;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 1px solid #b8b9ae;
}

.table-hover tbody tr:hover td {
    background-color: #e2e2e0;
    background-image: url(images/bg-resources-download.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.no-bg .table-hover tbody tr:hover td {
	background-image: none;
}

.table-contacts {
	color: #111111;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

.table-function {
	font-weight: 400;
}

table.table.newsletter-resource p {
	margin-top: 10px;
	font-family: 'Lato', sans-serif; 
	font-size: 1.125rem !important;
	font-weight: normal;
	color: #686a63 !important;
	line-height: 1.4;
}


/*! NEWS PAGE */

.news .table-hover tbody tr {
	height: 4.75rem;
}

.news .table-hover tbody tr td {
	line-height: 1.8rem;
}

.news .table-hover tbody tr td span {
	display: block;
	font-size: 0.9375rem;
	line-height: 1.8rem;
	font-weight: 300;
}

.news .table-hover tbody tr:hover td {
    background-color: #e2e2e0;
    background-image: url(images/bg-news-readmore.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/*! NEWS SINGLE POST PAGE */

.single .entry-header .entry-title {
	color: #686a63;
	font-size: 1.75rem;
	text-transform: none;
	line-height: normal;
	font-weight: normal;
}

.single .entry-meta span.sep,
.single article footer {
	display: none;
}

.single .entry-meta .entry-date {
	font-size: 1rem;
	color: #3d3e37;
	font-weight: 300;
}

.single .entry-meta .entry-date a {
	text-decoration: none;
	color: inherit;
}

.single-post .crp_related ul,
.single-faq .crp_related ul {
	display: none;
}

#nav-single {
	float: none;
}

#nav-single span a {
	font-size: 1.125rem;
	color: #2d7dd2;
}

.nav-all,
.nav-archive {
	float: left;
	padding-right: 15px;
}

.nav-previous,
.nav-next {
	float: right;
}

.yarpp-related h3 {
	font-size: 1.625rem !important;
	text-transform: uppercase !important;
	color: #9c9c97 !important;
	font-weight: normal !important;
	letter-spacing: normal !important;
}

.social-posts {
	margin-bottom: 1rem;
}

.social-posts a {
	font-weight: 400;
}

.social-posts a img {
	margin-right: 5px;
}

.social-posts a.facebook {
	color: #4262a0;
}

.social-posts a.twitter {
	color: #00abef;
}

/*! EVENTS PAGE */

.register-now-button {
	background-color: #154E90;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	border-radius: 5px;
	border: none;
}

.register-now-button:hover {
	background-color: #FCAE4D;
}

.events-loop {
   max-width: 700px;
   margin: 0 auto;
}

.events-loop .event-title {
     font-size: 1.6em;
     text-transform: none;
}

.events-loop h3 a {
    color: #000;
    text-decoration: none;
}

.events-loop .event-date-start {
    border: 0;
    clear: both;
    float: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 5px 0 15px;
    overflow: visible;
}

.events-facets {
    display: flex; 
    justify-content: space-between;
}

.date-facet p,
.search-facet p {
    margin-bottom: 0;
} 

.no-events-message {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #9c9c97;
    margin-top: 20px;
}

.event-listing {
    margin: 0 auto;
}

h2.events-single-title {
    color: #002868 !important;
    font-size: 2.375rem !important;
    font-weight: 500 !important;
    margin: 0
    padding: 0
}

.events-single-sidebar {
    background-color: transparent !important;
    background-image: url(images/bg-events-single-divider.png) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-left: 3.5rem !important;
    border: none !important;
}

.events-schedule h3 {
    display: inline-block;
    font-size: 1.375rem;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
    zoom: 1;
    color: #b8b9ae 
}

.events-single-sidebar-title {
    font-size: 1.875rem;
    color: #2d7dd2;
    font-weight: 300;
}

.detail-label {
    clear: left;
    font-weight: 700;
    line-height: 1;
    color: #47574e;
    font-size: 1.0rem;
}

.meta-data {
    font-size: 1.0rem;
    font-weight: 300;
}

.events-list-separator-month {
    text-transform: none;
    font-size: 24px;
    margin: 1.25em auto;
    text-align: center;
    position: relative;
    background-color: #fff;
    z-index: 1;
    display: block;
    font-weight: 700;
    padding: 6px 10px;
}

.events-list-separator-month:after {
    content: "";
    border-bottom: 1px solid #c2c2c2;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.events-list-separator-month span {
    background-color: #fff;
    padding: 0 7.5%;
}

/* --------------------------------------------------------------------------
-----------------------------------------------------------------------------
				CONTRACTOR TOOLS PAGE
-----------------------------------------------------------------------------
---------------------------------------------------------------------------*/ 
#estimator-img {
	margin: 20px 0;
}

#estimator-img img {
	min-height: 100%; 
	min-width: 715px; 
	width: 100%; 
	height: auto; 
	border: none;
}

.estimator-button,
.epic-button {
	font-family: 'Lato', sans-serif;
	font-size: .8rem;
	font-weight: bold;
	border: 1px solid #444;
	border-radius: 5px;
	padding: 0 7px;
	margin: 0 10px;
	text-transform: uppercase;
	display: inline-block;
	transform: translateY(-5px);
}

.estimator-button a,
.epic-button a {
	color: white;
}

.access {
	background-color: #EFAB2A;
}

.access:hover {
	background-color: #EB9E27;
}

.access:active,
.access:focus,
.access:visited {
	text-decoration: none;
}

.video {
	background-color: #a6a6a6;
}

.video:hover {
	background-color: #bfbfbf;
}

.video:active,
.video:focus,
.video:visited {
	text-decoration: none;
}

.epic-button {
	margin: 20px 0 30px 0;
}

.estimator-button a:hover,
.epic-button a:hover,
.estimator-button a:active,
.epic-button a:active,
.estimator-button a:focus,
.epic-button a:focus,
.estimator-button a:visited,
.epic-button a:visited {
	text-decoration: none;
}


#renewableTools {
	display: none;
}

#efficiencyTools img {
	border: none;
}

.fadeIn {
	animation: fadeIn 1s linear forwards;
}

@keyframes fadeIn {
 0% { opacity:0; }
 50% { opacity:1; } 
 100% { opacity:0; } 
}

.tool-tabs active {
	border: 1px solid #0a5286;
}

.tab-content h6 {
   	font-family: 'Lato', sans-serif;
    	color: #fff;
    	text-transform: uppercase;
    	margin: 2.825em 0 1em;
}

.bullet {
	font-size: 20px;
	color: #0a5286;
	font-weight: 700;
}

.bullet img {
	width: 40px;
	display: inline-block;
}

.epic-logo {
	border: none;
}

.tab-header {
	background: #0a5286;
	color: white;
	padding: 10px;
}

.tools-tabs {
	margin-top: 10px;
}

.tools-tabs a:focus {
	border: 1px solid #0a5286;
}

.tools-link {
	color: #fff;
	line-height: 2rem;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 400;
	background-color: #fcc339;
	padding: 1rem;
	height: 64px;
}

.tools-link:nth-of-type(1) {
	width: 49%;
	float: left;
}

.tools-link:nth-of-type(2) {
	width: 50%;
	float: right;
}

.tools-link.active,
.tools-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed9e01;
	border: 1px solid #0a5286;
}

.tools-link:visited,
.tools-link.active,
.tools-link:focus {
	color: #fff;
	text-decoration: none;
}


/* CONTRACTOR DIRECTORY -- LISTING PAGE */

#cd-directions {
	margin-bottom: 20px;
}

#cd-container {
	float: left; 
	width: 100%; 
	font-size: 14px;
}

#cd-filters {
	width: 40%;
	background: #ebebe7; 
	border: 1px solid #c5c6bb; 
	border-radius: 3px;
	float: left;
	margin-top: 15px;
}

#cd-filters-title {
	text-align: center; 
	background: #e69e27; 
	line-height: 1.8; 
	color: white; 
	font-weight: bold; 
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px; 
	margin-bottom: 10px;
	font-size: 14px;
}

#cd-search input {
	width: 100%;
}

#cd-listings {
	width: 55%; 
	float: right;
}

.facetwp-facet {
	margin-bottom: 0px !important;
}

#cd-search, #radius-filter, 
#facet-city, #facet-county, 
#facet-services {
	margin-bottom: 15px;
}

#clear-button {
	border-radius: 5px; 
	background: #c5c5ba;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#clear-button:hover {
	background-color: #fff;
	color: #444;
}

#clear-button-div {
	margin-bottom: 20px 0px 0px;
	text-align: center;
}

#radius-filter .facetwp-facet,
#cd-search .facetwp-facet {
	margin-bottom: 5px !important;
}

#radius-filter input {
	width: 100%;
}

input.facetwp-location {
    min-width: 0px !important; 
}

#radius-text,
#search-text {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 40px;
}

#radius-filter p:not(#radius-text),
#cd-search p:not(#search-text) {
	display: none;
}

#services {
	display: inline-block;
	width: 70%;
}

#website {
	display: inline-block;
	width: 30%;
	float: right;
}

.website-button {
	padding: 5px 10px;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	border-radius: 15px;
	box-shadow: 5px 5px 10px silver;
	border: none;
	background: #f2f2f2;
}

.website-button:hover {
	background: #0D2A66;
	color: white;
}


/* CONTRACTOR DIRECTORY -- SINGLE CONTENT */

#directory-form {
	margin-top: 0px; 
	display: block;
}

#directory-form ul {
	list-style: none;
	margin-left: 0;
}

#directory-form li {
	margin-bottom: 15px;
}

#directory-form ul li:before {
	content: "";
}

#directory-form .field_admin_only {
	display: none;
}

#back-tag,
#back-tag:hover,
#back-tag:focus,
#back-tag:active {
	text-decoration: none;
}


	
/* CAPITAL PROVIDER DIRECTORY */

.capital-providers table td {
	vertical-align: middle;
}

.company-info {
	display: inline-block;
	width: 65%;
}

.company-logo {
	display: inline-block;
	width: 35%;
	text-align: right;
	position: absolute;
}

.company-info div {
  	font-size: 16px;
}

.capital-provider-facet-size {
	display: inline-block; 
	width: 40%;
}

.capital-provider-facet-type {
	display: inline-block;
	float: right;
	width: 50%;
}

.capital-provider-facet-size .facetwp-counter,
.capital-provider-facet-type .facetwp-counter {
	display: none;
}


/* CONTACT PAGE */

#gform_2 #gform_submit_button_1 {
	background-color: #97CE00;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.6875rem;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 0.425rem;
	display: block;
	line-height: 3.333em;
	padding: 0px 1.2125em;
	text-decoration: none;
	border: none;
}

#gform_2 ul li:before {
	display: none;
}

#gform_2 .gfield_required {
	color: #F1AB00;
}

/*! SIDEBARS */

#secondary .darkgrey .hide {
	display: none;
}

#secondary .darkgrey,
#secondary .lightgrey {
	padding: 10px;
}

#secondary .darkgrey {
	background-color: #c5c6bb;
	border-bottom: 5px solid #fff;
}

#secondary .lightgrey {
	background-color: #ebebe7;
	border-bottom: 5px solid #fff;
}

#secondary .directory-links {
	background-color: #4677A8;
	border-bottom: 5px solid #fff;
}


.crp_related ul {
	list-style: none;
	padding: 0;
}

.crp_related ul li {
	margin-bottom: 15px;
	color: #29322d;
}

.crp_related,
.pull-wrap {
	padding: 8px;
	color: #29322d;
	font-weight: 400;
}

.crp_related a,
.pull-wrap a {
	color: inherit;
	text-decoration: none;
	display: block;
}

.crp_related a:hover,
.crp_related a:active,
.crp_related a:focus,
.pull-wrap a:hover,
.pull-wrap a:active,
.pull-wrap a:focus {
	text-decoration: none;
	color: #888;
}

.page-id-301 .pull-wrap a {
	line-height: 1rem;
}

.no-top-border {
	border-top: none !important;
}

#secondary .darkgrey.top .event-button {
	background: url(images/icon-sidebar-register-for-event.png) 5% center no-repeat;
	border-top: 1px solid #fff;
}

#secondary .darkgrey.top .file-button {
	background: url(images/icon-sidebar-download.png) 5% center no-repeat;
	border-top: 1px solid #fff;
}

#secondary .darkgrey.top .case-study-button {
	background: url(images/icon-sidebar-download.png) 5% center no-repeat;
	border-bottom: 1px solid #fff;
}

#secondary .darkgrey.top .directory-button {
	background: url(images/icon-sidebar-directory.png) 5% center no-repeat;
	border-top: 1px solid #fff;
}


#secondary .darkgrey.top div:hover p {
	color: #9C9C97;
}

#secondary .darkgrey.top div:hover {
	background-color: #48689a; /*#EBEBE7;*/
	cursor: pointer;
}

#secondary .darkgrey.top .event-button:hover {
	background-image: url(images/icon-sidebar-register-for-event-hover.png);
}

#secondary .darkgrey.top .file-button:hover,
#secondary .darkgrey.top .case-study-button:hover {
	background-image: url(images/icon-sidebar-download-hover.png);
}

#secondary .darkgrey.top .directory-button:hover {
	background-image: url(images/icon-sidebar-directory-hover.png);
}

#secondary .darkgrey div,
#secondary .lightgrey aside {
	padding: 1rem;
}

#secondary .darkgrey div {
	margin: 0;
	box-sizing: border-box;
}

#secondary .lightgrey aside {
	margin: 0 0 1rem;
}

#secondary .darkgrey a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	margin: 0 0 0 4rem;
	display: block;
	border-radius: 5px;
}

#secondary .darkgrey a:hover,
#secondary .darkgrey a:focus {
	text-decoration: none;
	outline: none;
	color: #9C9C97;
}


/* SIDEBAR FOR SINGLE CONTRACTOR DIRECTORY */

#secondary .darkgrey-contractor-directory {
	padding: 20px 10px;
	background-color: #c5c6bb;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	display: block;
	margin-bottom: 4px;
}

.darkgrey-contractor-directory a {
	text-decoration: none;
}

.newsletter-callout {
	margin-bottom: 4px;
	font-size: 1.15rem;
	color: #fff;
	line-height: 1.3;
	padding: 0px 37px;
	background-color: rgb(18, 82, 133); 
	border: 3px solid #EB9E27;
	padding: 20px 5px;
	text-decoration: none;
        text-align: center;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.building-owners .newsletter-callout {
	border: 3px solid #4677A8;
}

.newsletter-callout a {
	padding-top: 0;
	margin-top: 0;
	font-weight: bold;
	color: #F59431;	
}

.newsletter-callout a:link {
	color: #F59431;
	text-decoration: none;
}

.newsletter-callout:hover {
	background-color: #186eb4;
	transition: background-color 1s ease-out;
}

.newsletter-callout-link:hover,
.newsletter-callout-link:active {
	text-decoration: none !important;
}

.lightgrey-contractor-directory {
	background: #ebebe7;
}

.lightgrey-contractor-directory aside .pull-header {
	background: url(images/icon-sidebar-connect.png);
	background-repeat: no-repeat;
}

 /* END SIDEBAR FOR SINGLE CONTRACTOR DIRECTORY */

#secondary .lightgrey aside .pull-header {
	height: 60px;
}

#secondary .lightgrey aside .pull-header h3,
#secondary .lightgrey aside .pull-header h4 {
	font-family: 'Lato', sans-serif;
}

#news {
	background: url(images/icon-sidebar-news.png) 5px 0px no-repeat;
}

#tools {
	background: url(images/icon-sidebar-tools.png) 5px 0px no-repeat;
}


#resources {
	background: url(images/icon-sidebar-resources.png) 5px 0px no-repeat;
}

#events {
	background: url(images/icon-sidebar-events.png) 5px 0px no-repeat;
}

#sections {
	background: url(images/icon-sidebar-sections.png) 5px 0px no-repeat;
}

#secondary .lightgrey aside h3 {
	font-size: 1rem;
	margin: 0 0 0 5rem;
}

#secondary .lightgrey aside h4 {
	font-size: 1.563rem;
	margin: 0 0 0 5rem;
	color: #9C9C97;
}

.icp-logos {
	padding: 10px 0px;
}

.icp-logos img {
	margin: 10px auto;
	display: block;
	vertical-align:top;
}


/*! About Sidebar */

.about-side-wrap {
	margin: 1em 0px;
}

.about-side-wrap a {

}

.affix {
	top: 0px;
}

/*! News Sidebar */

.blog #secondary .lightgrey aside h4 {
	text-transform: uppercase;
	font-weight: 300;
	margin: 0px 0px 0px 3rem;
}

.blog #secondary .lightgrey:nth-of-type(1) aside:nth-of-type(1) .pull-header {
	background: url(images/icon-sidebar-rss.png);
	background-repeat: no-repeat;
}

.blog #secondary .lightgrey:nth-of-type(2) aside:nth-of-type(1) .pull-header {
	background: url(images/icon-sidebar-connect.png);
	background-repeat: no-repeat;
}


.blog #secondary .lightgrey aside:first-of-type {
	margin-bottom: 0;
}

#secondary #rss-2 {
	padding-top: 0;
}

#rss-2 .widget-title {
	display: none;
}

#rss-2 ul {
	list-style: none;
	padding-left: 0;
}

#rss-2 ul li a {
	color: #29322D;
	padding: 15px 8px;
	display: block;
}

#rss-2 ul li:first-of-type a {
	padding-top: 0;
}

.news-social a {
	padding: 0px .5rem;
}

.news-social a:first-of-type {
	padding-left: 0px;
}

/********************************************************************************************************************************/

/*! MEDIA QUERIES */

@media (max-width: 630px) {
        .events-facets {
	    display: block;
	}
	.page-template-tpl-contractor-directory #cd-filters {
		width: 100%;
	}

	.page-template-tpl-contractor-directory #cd-listings {
		width: 100%;	
		margin-top: 30px;
	}

	#cd-filters,
	#cd-listings {
		padding-top: 40px;
		width: 100%;
	}

	.company-info {
		display: block;
		width: 105%;
	}

	.company-logo {
		display: none;
	}

	.company-info div {
  		font-size: 16px;
	}
	
	.capital-provider-facet-size {
		display: inline-block; 
		width: 100%;
		font-size: 14px;
	}

	.capital-provider-facet-type {
		display: inline-block;
		float: right;
		width: 100%;
		font-size: 14px;
	}
	.resources .table:not(#media-contacts) tr td a, .news .table-hover tbody tr td a,
   	.resources .table tr td, .news .table-hover tbody tr td {
       		font-size: 0.9rem;
       		line-height: 1.2rem;
   	}
   	table.table.newsletter-resource p {
       		font-size: 0.9rem !important;
       		line-height: 1.2rem;
	}
}

@media (max-width: 768px) {
	
	.container,
	.container-fluid,
	.row {
		padding: 0px;
		margin: 0px;
	}
	
	/*body {
		font-size:24px;	
	}*/
	
	.slide {
		padding: 5%;
	}
	
	.slide .container h1 {
		font-size: 2rem;
	}
	
	.slide .container p {
		font-size: 0.875rem;
	}
	
	#carousel {
		display: none;
	}
	
	#carousel-m {
		display: block !important;
	}
	
	.carousel-caption .home_box_text {
		top: 150px;
	}
	
	#prev,
	#next {
		display: none !important;
	}
	
	#prev-m,
	#next-m {
		display: block !important;
		top: 36%;
		width: 30px;
		height: 55px;
		z-index: 300;
		position: absolute;
	}
	
	#prev-m {
		left: 0px;
	}
	
	#next-m {
		right: 0px;
	}
	
	.hwh-marquee-text p {
		font-size: 2rem;
		line-height: 2rem;
	}
	
	.pagebar .entry-title {
		font-size: 2rem;
		line-height: 2rem;
		display: block;
		margin-top: 8%;
	}
		
	.pagebar .entry-subtitle {
		font-size: 1.5rem;
		line-height: 3rem;
		margin: 0px;
	}
	
	.pagebar .entry-title,
	.pagebar .entry-subtitle {
		margin-left: 5%;
	}
	
	.page-template-tpl-resources-php .pagebar .entry-title,
	.events-page-template .pagebar .entry-title,
	.page-template-tpl-resources-php .pagebar .entry-title,
	.page-template-tpl-about-php .pagebar .entry-title,
	.page-template-tpl-contact-php .pagebar .entry-title,
	.page-template-tpl-news-media-resources-php .pagebar .entry-title,
        .page-template-tpl-map-php .pagebar .entry-title,
	.blog .pagebar .entry-title,
	.single .pagebar .entry-title,
	.search .pagebar .entry-title {
		margin-top: 14%;
	}
	
	.pagebar .entry-sep {
		display: none;
	}
	
	.mm_exp_img,
	.mm_col_img {
		max-height: 7.5rem;
	}

	.mm_exp_title {
		max-height: 19.5rem;
	}
	
	.mm_exp_title {
		line-height: 1.2;
	}
	
	.table-hover tbody tr:hover td,
	.news .table-hover tbody tr:hover td {
    		background-image: none;
	}

	.news .table-hover tbody tr td {
		line-height: inherit;
	}
	
	.back-top {
		display: none;
	}
	
	.footer-area {
		margin-bottom: 5%;
	}
	
	.footer-area div {
		margin-left: auto;
		margin-right: auto;
		font-size: 1rem;
		text-align: center;
	}
	
	.footer-area div div,
	.footer-button {
		margin: 0 auto 10px;
		text-align: center;
	}
	
	.icp-logos {
		margin: 0 auto;
		width: 100%;
	}
	
	.faqs-link,
	.tools-link {
		line-height: 1.125rem;
	}
	
	
	.suplemental_search #searchsubmit {
	  margin-top: 3px;
	}
	
	.icp-logos {
		vertical-align:top;	
	}
	
	#third {
		text-align: center;
	}
	
	.page-template-tpl-contractor-directory {
		font-size: 1rem;
	}

	.facetwp-radio {
		font-size: 14px;
	}

	#news-search input,
	#news-search-date input {
		font-size: 14px;
	}
	
	.case-study-info {
		font-size: 14px;
	}
	
}	

@media (min-width: 768px) and (max-width: 992px) {
	
	.slide .container h1 {
		font-size: 3rem;
	}
	
	.slide .container p {
		font-size: 1rem;
	}
	
	.carousel-title {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	
	#prev,
	#next {
		top: 37%;
	}
	
	.carousel-caption .home_box_text {
		top: 125px;
	}
	
	.hwh-marquee-text p {
		font-size: 2rem;
		line-height: 2rem;
	}
	
	.pagebar .entry-title {
		font-size: 3rem;
		line-height: 3rem;
		display: block;
	}
		
	.pagebar .entry-subtitle {
		font-size: 2rem;
		line-height: 3rem;
		margin: 0px;
	}
	
	.pagebar .entry-sep {
		display: none;
	}
	
	.footer-area {
		margin-bottom: 2%;
	}
	
	.icp-logos {
		margin: 0 auto;
		width: 76%;
	}
	
	.icp-logos img {
		display: inline-block;
	}
	
	.footer-area .footer-logo-one {
		padding: 0;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	
	#secondary .darkgrey a {
		margin: 0 0 0 3rem;
	}
	
	#secondary .lightgrey aside h3 {
		font-size: 0.875rem;
	}
	
	.footer-area .footer-logo-one a div {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#second {
		padding-left: 50px;
	}

	/* Estimator page */
	.page-id-2599 .pagebar .entry-title {
		font-size: 3rem;
		line-height: 3rem;
		display: block;
	}
		
	.page-id-2599 .pagebar .entry-subtitle {
		font-size: 2rem;
		line-height: 3rem;
		margin: 0px;
	}
	
	.page-id-2599 .pagebar .entry-sep {
		display: none;
	}

	
}

@media (max-width: 1200px) {
	
	#main {
		padding: 1.625em 0rem;
	}
	
	#access-brow a {
		padding: 0 0.4rem;
	}
	
	.carousel-caption {
		display: none;
	}
	
	#first div:nth-of-type(2) a div,
	#third #third-b a {
		margin-top: 3%;
	}
	
	#third-a {
		margin-top: 0px;
	}
	
	#third-b {
		margin-top: 1%;
	}
	
	.faqs-link,
	.tools-link {
		font-size: 1rem;
		line-height: 1rem;
		padding: .5rem;
	}

	.stats-box {
		display: block;
		margin: 0 auto;
		width: 90%;
	}

	#cum-chart {
		display: block;
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}

	.left {
		display: block;
		width: 100%;
	}
	
	.right {
		display: block;
		width: 100%;
	}

	#news-archive-button-container {
		font-size: 1rem;
		line-height: 5.50;
	}	
}

@media (min-width: 1200px) {
	#third .row {
		margin-top: 2.5%;
	}
	
	.footer-area .footer-logo-one a div {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#second {
		padding-left: 50px;
	}
}


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

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

/*! PAGEBAR */

.pagebar {
        display: none;h

}

.pagebar .container {
       display: none; 
}

.pagebar .entry-icon {
        display: none;
}

.pagebar .entry-icon,
.pagebar .entry-title,
.pagebar .entry-subtitle,
.pagebar .entry-sep {
        display: none;
}

.pagebar .entry-sep {
        display: none;
}

	
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 .featured-posts {
	margin: 0 -7.6%;
}
#ie7 .featured-post {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}


/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
	width: auto;
}
#ie8 section.featured-post .attachment-small-feature {
	max-width: none;
}

/*form#wpbdmsearchform a.advanced-search-link {
    display: none !important;
}
input[type="button"]#wpbdp-bar-view-listings-button {
    display: none !important;
}
input[type="button"]#wpbdp-bar-show-directory-button {
    display: none !important;
}


.wpbdp-page-main_page #wpbdp-categories {
  display: none !important;
}
.wpbdp-page-main_page #wpbdp-main-box {
  display: none !important;
}
*/

.map-loading {
  background:url("/wp-content/themes/pace/images/Loading_icon.gif") center center no-repeat;
}
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  display: none !important;
}
