/*
Theme Name: oppwanew
Theme URI: https://opportunitywa.org//
Author: Craig Labenz
Author URI: http://craiglabenzdesign.com/
Description: Description
Version: 1.0.0
Text Domain: oppwanew
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

oppwanew is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,600,600italic,800);

html {
	font-family: sans-serif;
	font-family: 'Open Sans', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	/*top: -0.5em;*/
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

/*
hr {
	box-sizing: content-box;
	height: 0;
}
*/

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}




/*********************************************
	Default font settings and typography.
*********************************************/
html {
	font-size: 100%;
}
body {
	color: #333333;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: .90em;
	line-height: 1.25;
}
input, select, textarea {
	font-family: 'Open Sans', Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, samp, ul, ol, dl {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
a img {
	margin: 0;
}

.container-background-wrapper {max-width:960px; margin:0 auto;background: #ffffff;}


/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
	background: #808285;
}

#content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
	
}


/*********************************************
	Universal Link Styles
*********************************************/

a {
	color: #007298;
	text-decoration:none;
}
a:hover {
	color: #007298;
	text-decoration: underline;
}
a:focus {
	color: #007298;
}


p a {
	color: #007298;
}
p a:hover {
	color: #007298;
	text-decoration: underline;
}
p a:focus {
	color: #007298;
}


/*********************************************
	Button Link Styles
*********************************************/

.btn,
.more-link,
.loop-utility a,
input[type="submit"],
input[type="button"],
.comment-reply-link {
	font-weight: normal;
	font-size: inherit;
	cursor: pointer;
	display: inline-block;
	background: #007197;
	color: #FFFFFF;
	padding: .5em 1em;
	border: 0px solid transparent;
	border-radius: 0px;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	margin-bottom: 1.5em;
	text-decoration: none;
	
}
.btn:hover,
.more-link:hover,
.loop-utility a:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.comment-reply-link:hover {
	background: #efab00;
	color: #000;
	text-decoration: none;
}
.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.edit-post-link a {
	display: inline-block;
	margin: 0;
	padding: .1em 1em;
	border-radius: 2px;
	background: #EBEBEB;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

.gray-row div h1 {
	color:#FFF;
}



/*********************************************
	Container Div
*********************************************/

.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {

}

/*********************************************
	Default Module Styling
*********************************************/


.builder-module-background-wrapper {
}
.builder-module {
	padding-top: 2em !important;
}
.builder-module-last {
	border-bottom: 0;
}
.builder-module-element {
	margin-bottom: 2em !important;
}
.left .builder-module-element {
	margin-right: 3em;
}
.middle .builder-module-element {
	margin-left: 3em;
	margin-right: 3em;
}
.right .builder-module-element {
	margin-left: 3em;
}

/*********************************************
	All Sidebars
*********************************************/

.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 4em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-sidebar .widget-wrapper-left .widget {
	margin-right: 1em;
}
.builder-module-sidebar .widget-wrapper-right .widget {
	margin-left: 1em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 0 .75em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #3B3F42;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
	padding: 3px 0;
}
.builder-module-sidebar .widget li a {
	text-decoration: none;
	border-bottom: 1px solid rgba(50, 56, 72, .4);
}

/*********************************************
	Header Module
*********************************************/

.builder-module-header-background-wrapper {

}
.builder-module-header {
	text-align: center;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {

}
.site-title {
	font-family: 'Open Sans', Arial, sans-serif;
	margin-top: 0;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1;
}
.site-title a {

}
.site-title a:hover {

}
.site-tagline {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: .8em;
	margin-top: .5em;
}
.site-tagline a {

}


/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation-background-wrapper {
	background: #ffffff;
}
.builder-module-navigation {
	display: block;
	line-height: 2;
	width: 100%;
	padding: 1.5em 0 !important;
}
.builder-module-navigation .builder-module-navigation-menu-wrapper {
    display: table;
    margin: 0 auto;
}
.builder-module-navigation .builder-module-element {
	margin: 0 !important;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	margin: 0 1.25em 0 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	color: #007298;
}
.builder-module-navigation li a:hover,
.builder-module-navigation .current_page_item li a:hover,
.builder-module-navigation .current-cat li a li a:hover,
.builder-module-navigation .current-menu-item li a:hover {
	color: #007298;
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #FFFFFF;
	border: .1em solid #EBEBEB;
	box-shadow: 0 0 2px 1px rgba(50, 56, 72, .4);
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #EBEBEB;
	width: 14em;
}
.builder-module-navigation li li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	color: #3B3F42;
	float: none;
	padding: .75em;
	line-height: 1;
	margin: 0;
	border-radius: 0;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	background: #333333;
	color: #FFFFFF;
}
.builder-module-navigation li .current_page_item a,
.builder-module-navigation li .current-cat a,
.builder-module-navigation li .current-menu-item a {
	background: #333333;
	color: #FFFFFF;
}
.builder-module-navigation li ul ul {
	margin: -2.56em 0 0 14em;
}
.nav-highlight a {
	padding: 0 .5em !important;
	background: rgba(255, 255, 255, .1);
	color: #333333;
}

/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar-background-wrapper {
	background: #F8F7F8;
}
.builder-module-widget-bar .left .widget {
	margin-right: 1.5em;
}
.builder-module-widget-bar .middle .widget {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.builder-module-widget-bar .right .widget {
	margin-left: 1.5em;
}

/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
	background: #333333;
}
.builder-module-footer,
.builder-module-footer a {
	color: #FFFFFF;
}

/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element img {
	margin: 0;
}

/*********************************************
	Image Module (Alternate - No Spacing)
*********************************************/

.image-no-spacing {
	margin: 0;
	padding: 0 !important;
}
.image-no-spacing .builder-module-element {
	margin: 0 !important;
	padding: 0;
}

/*********************************************
	Image Module (Alternate - Full Window)
*********************************************/

.image-full-window-outer-wrapper {
	max-width: none !important;
}
.image-full-window {
	padding: 0 !important;
}
.image-full-window .builder-module-element {
	margin: 0 !important;
}
.image-full-window-outer-wrapper img {
	width: 100%;
	height: auto;
}

/*********************************************
	HTML Module
*********************************************/

.builder-module-html-background-wrapper {
	background: #F8F7F8;
}
.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}

/*********************************************
	HTML Module (Alternate - Callout)
*********************************************/

.html-callout-background-wrapper {
	background: #A95046;
}
.html-callout {
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	line-height: 1.2;
	color: #FFFFFF;
}

/*********************************************
	Content Module
*********************************************/

.builder-module-content {
	padding-top: 0 !important;
}
.builder-module-content .builder-module-element {
	overflow: visible;
	box-sizing: border-box;
	border-left: 0px solid #EBEBEB;
	border-right: 0px solid #EBEBEB;
	margin-bottom: 0 !important;
}
.builder-module-content .hentry {
	padding: 0;
	border-top: 0px solid #EBEBEB;
	word-break: break-word;
}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 24px;;
	margin-bottom: 10px;
	text-align: left;
	color: #007298;
}
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: none;
}

.hentry .entry-meta {
	display: block;
/*	float: left;*/
	padding:5px 0 0px 0; 
	color: #858C90;
	font-size: .8em;
	text-transform: uppercase;
}
.hentry .entry-meta a {
	font-weight: bold;
	text-decoration: none;
}
.hentry .entry-meta a:hover {

}
.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer .entry-utility,
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {

}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0;
}
.entry-content {
	clear: both;
}
.loop-title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: 1.5em;
	padding: .25em 1em;
	margin-top: 1em;
	background: #EBEBEB;
	display: inline-block;
}
.builder-module-content .left .builder-module-element {
	margin-right: 0;
}
.builder-module-content .left.builder-module-sidebar h4.widget-title {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: .5em;
	padding-right: 1.5em;
}
.builder-module-content .left.builder-module-sidebar h4.widget-title + * {
	margin-right: 2em;
}
.builder-module-content .right .builder-module-element {
	margin-left: 0;
}
.builder-module-content .right.builder-module-sidebar h4.widget-title {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: .5em;
	padding-left: 1.5em;
}
.builder-module-content .right.builder-module-sidebar h4.widget-title + * {
	margin-left: 2em;
}
.builder-module-content .builder-module-sidebar {
	padding-top: 2em;
}
.builder-module-content .middle .builder-module-element {
	margin-right: 0;
	margin-left: 0;
}

.full-width-content-for-blog-posts .type-post {
    padding: 0px 25px !important;
}

.return-to-blog-link {
	padding:0px 25px;
	display: block;
    color: #858C90;
    font-size: .8em;
    text-transform: uppercase;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {

}
.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: 1em 1.5em 1em 0;
}
.hentry .aligncenter {
	margin: 0 auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-bottom: 0;
}

.hentry .wp-caption-text {
	font-size: .8em;
	line-height: 1.3;
	margin: 0;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
/*	margin-bottom: 1.5em;*/
}

.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {

}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {

}

.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/

.loop-utility {
	clear: both; /* To clear any floats */
}
.loop-utility a {
	margin-bottom: 3em;
	background: #EBEBEB;
	color: #333333;
}
.blog .loop-utility {
	padding-top: 3em;
	border-top: 1px solid #EBEBEB;
}


/*********************************************
	Page Specific Styling
*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
	border-bottom: 0;
}

/*********************************************
	Single Post Specific Styling
*********************************************/

.single .builder-module-content .hentry {
	margin-bottom: 2em;
	padding-bottom: 0;
	border-bottom: 0;
}

/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin-top: 1.5em;
	padding: 0 1.5em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1em;
}
.commentlist .fn {
	display: inline-block;
	margin-top: .3em;
}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 1.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#respond {
	border-top: 1px solid #EBEBEB;
	margin-top: 2em;
	padding: 2em;
}
#respond h3 {
	margin: 0;
}
#respond label {
	margin-left: .5em;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;

}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .25em 1em;
}
.cancel-comment-reply a {
	display: inline-block;
	background: #DADDDF;
	color: #3b3f42;
	border-radius: 2px;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .85em;
	text-decoration: none;
}
.cancel-comment-reply a:hover {
	background: #EBEBEB;
}
.logged-in-as {
	margin: 0.25em 0;
}


/*********************************************
	Text elements
*********************************************/

p {
	margin-bottom:1.5em;
}

.wpb_text_column p:last-child, #content .wpb_text_column p:last-child, .wpb_toggle_content p:last-child {
    margin-bottom: 1em;
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	border-left: 5px solid #EBEBEB;
	padding: .25em 1.5em;
	/*font-size: 1.5em;
	line-height: 1.42*/;
	font-size: 1em;
	line-height: 1.25;
	-webkit-font-smoothing: antialiased;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}

sub, sup { font-size: .50em }
sub, sup { font-size: smaller }
sub             { vertical-align: sub }
sup             { vertical-align: super }
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
	word-break: break-word;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: italic;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: .5em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: circle;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}


/*********************************************
	Tables
*********************************************/

table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	font-weight: bold;
}
th, td, caption {
	padding: .25em;
	text-align: center;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form Styling
*********************************************/

input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-size: 1em;
	color: #707686;
	margin: 0;
	padding: .5em;
	background: #FFFFFF;
	border: 1px solid #CECECE;
	box-shadow: inset 0 2px 1px -1px #BDBDBD;
	border-radius: 3px;
	-webkit-appearance: none;
	/*line-height: inherit;*/
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: inset 0 0 0 2px #333333;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	/*max-width: 99%;*/
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #CECECE;
	box-shadow: inset 0 2px 1px -1px #BDBDBD;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: inset 0 0 0 2px #333333;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}

input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}


/*********************************************
	Search Form Styling
*********************************************/

#searchform {
	position: relative;
}
#searchform input[type="text"] {
	width: 70%;
	max-width: 100%;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 28%;
	max-width: 100%;
	margin: 0;
	padding: .5em;
	line-height: inherit;
}


/*********************************************
	Password Protected Post Form
*********************************************/

.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Specific Styling
*********************************************/

/* RSS Widget */
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}

/* Tag Cloud Widget */
.widget_tag_cloud a {
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	background: #EBEBEB;
	padding: .5em .75em;
	margin: 5px 0;
	text-decoration: none;
}
.widget_tag_cloud a:hover {
	background: #3B3F42;
	color: #FFFFFF;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}
::selection {
	color: #FFFFFF;
	background: #3B3F42; /* Safari */
	}
::-moz-selection {
	color: #FFFFFF;
	background: #3B3F42; /* Firefox */
}

/*********************************************
	Sitemap Template Styling
*********************************************/

.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}


/*********************************************
	Mobile Navigation Menu
*********************************************/

.it-mobile-menu {
	display: none;
}


/*********************************************
	Featured Image
*********************************************/

.it-featured-image {
	margin-bottom: 0;
	line-height: 0;
}
.it-featured-image img {
	display: block;
	width: inherit;
}

/* Theme Specific Styling */

.sticky.hentry {
	box-sizing: border-box;
	border: 1px solid #EDDF85;
	padding: 1.5em;
	background: #FFF7C7;
	box-shadow: 0 0 3px 3px #FCF7D4;
	overflow: visible;
}

.title-meta-wrapper {
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
	padding: 1em;
	max-width: 85%;
	margin: -75px auto 0 auto;
	position: relative;
	z-index: 10;
}
.title-meta-wrapper-no-image {
	margin-top: .25em;
	margin-bottom:30px;
}
.entry-meta-wrapper {
	text-align: left;
}
.hentry .entry-meta-wrapper .entry-meta {
	float: none;
	display: inline;
}
.hentry .entry-footer,
.hentry .entry-content {
	padding: 0 2em;
}
/* Single Page Specific Styling */

.page .builder-module-content .hentry {
	border-top: 0;
}

.page-id-40 .entry-title {
	display: none;
}
.type-page .entry-title {
	display: none;
}

.clearfix {
    margin:0 !important;
	padding:0 !important;
}


/*********************************************
	CRAIG Footer (Alternate - Dark Gray)
*********************************************/

.dark-gray-footer-background-wrapper {
	background: #333333;
}
.builder-module-outer-wrapper .dark-gray-footer {
	background: #333333;
	
}
.dark-gray-footer .builder-module-element,
.dark-gray-footer .builder-module-element a {
	color: #ffffff;
	font-size:11px;
	text-decoration:none;
}

.dark-gray-footer .builder-module-element a:hover {
	color: #007298;
	text-decoration:underline;
}

.dark-gray-footer-outer-wrapper {
	padding: 0px 0px 0px 0px !important;
	
}

/*********************************************
	CRAIG Footer for Landing Pages (Alternate - Dark Gray)
*********************************************/

.dark-gray-footer-no-site-links-background-wrapper {
	background: #333333;
}
.builder-module-outer-wrapper .dark-gray-footer-no-site-links {
	background: #333333;
	
}
.dark-gray-footer-no-site-links .builder-module-element,
.dark-gray-footer-no-site-links .builder-module-element a {
	color: #ffffff;
	font-size:11px;
	text-decoration:none;
}

.dark-gray-footer-no-site-links .builder-module-element a:hover {
	color: #007298;
	text-decoration:underline;
}

.dark-gray-footer-no-site-links-outer-wrapper {
	padding: 0px 0px 0px 0px !important;
	
}

.dark-gray-footer-no-site-links .footer-menu-container {
	
	display:none;
	height:0px;
}





/*********************************************
	CRAIG Full width row customization
*********************************************/

.full-width-content-background-wrapper {
	/*background: #cc0000;
	border:solid 3px #0F6666;*/
}
.builder-module-outer-wrapper .full-width-content {
	width:100%;
}
/*.full-width-content .builder-module-element,
.full-width-content .builder-module-element a {
	color: #000000;
}*/

.full-width-content .builder-module-element a:hover {
	color: #007298;
}

.full-width-content-outer-wrapper {
	border:solid 0px #0F6;
	max-width: 100% !important;
     width: 100%;
	
}


/*********************************************
	CRAIG Full width row customization for LANDING PAGES
*********************************************/

.full-width-content-lp-background-wrapper {

}
.builder-module-outer-wrapper .full-width-content-lp {
	width:100%;
}

.full-width-content-lp .builder-module-element a:hover {
	color: #007298;
}

.full-width-content-lp-outer-wrapper {
	border:solid 0px #0F6;
	max-width: 100% !important;
     width: 100%;
}


.full-width-section {
	box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	background-color: #FFFFFF;
    width: 100%;
    position: relative;
    z-index: 0;
    border:0px #8E620F solid!important;
}

.in_container {
	clear: both;
display: block;
margin-left: auto;
margin-right: auto;
overflow: hidden;
padding-left: 0px;
padding-right: 0px;
max-width:960px;
display: table;
margin: 0 auto !important;
	
}

.hentry .entry-content {
    padding: 0px 0px 10px 0px !important;
}

.vc_row {
    margin: 0 auto !important;
}

.builder-module-content-1-background-wrapper {
	padding-bottom:30px;
	
}


/*********************************************
	CRAIG Visual Composer Style Updates
*********************************************/


@media screen and (max-width: 960px) {
	.builder-module-background-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 500px) {
	.builder-module-background-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}



/*********************************************
	CRAIG Footer Menu Styling
*********************************************/


.footer-left {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	padding:35px 25px 35px 25px;
}
.footer-left a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.footer-left a:hover {
	color: #e34e35;
	text-decoration: underline;
}
.footer-menu-container {
	line-height: 18px;
	margin-bottom: 5px;
	margin-right: 0px;
	float: none;
	padding-right:15px;
}
.footer-left ul#menu-footer-navigation {
	margin: 0;
	padding: 0;
	font-size: 0;
	
}
.footer-left ul#menu-footer-navigation li {
	list-style-type: none;
	display: block;
	font-size: 12px;
}
.footer-left ul#menu-footer-navigation li a {
	vertical-align: baseline;
}
.footer-left ul#menu-footer-navigation li:before {
	content: none;
	padding-left: 0px;
	padding-right: 0px;
	background: none;
}
.footer-left ul#menu-footer-navigation li:first-child:before {
	content: none;
	padding: 0px;
}

.social-buttons {
	margin-bottom: 10px;
	float: none;
	padding-right: 0px;
	line-height: 30px;
}
.social-buttons ul {
	margin: 0;
	padding: 0;
}
.social-buttons ul li {
	float: left;
	list-style-type: none;
	display: inline-block;
	margin-right:10px;
	padding-top:4px;
}
a.facebook {
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

a.facebook:active {
	display: inline-block;
}
a.twitter {
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
a.twitter:active {
	display: inline-block;
}
a.linkedin {
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

a.linkedin:active {
	display: inline-block;
}


@media only screen and (min-width: 550px) {
.footer-left ul#menu-footer-navigation li:nth-child(3n) {
	content: none;
}
.footer-left ul#menu-footer-navigation {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.footer-left ul#menu-footer-navigation li {
	list-style-type: none;
	display: inline-block;
	font-size: 11px;
}
.footer-left ul#menu-footer-navigation li a {
	vertical-align: baseline;
}
.footer-left ul#menu-footer-navigation li:before {
	content: "";
	padding-left: 25px;
	padding-right: 0px;
	background: url('https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/footer-pipe.png') 12px 3px no-repeat;
}
.footer-left ul#menu-footer-navigation li:first-child:before {
	content: none;
	padding: 0px;
}
}

@media only screen and (min-width: 970px) {
	
.footer-container {
	text-align:center;
	width:100%;	
}

.footer-left {
	float: none;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	text-align:center;
}
.footer-left a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.footer-left ul#menu-footer-navigation {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.footer-left ul#menu-footer-navigation li {
	list-style-type: none;
	display: inline-block;
	font-size: 11px;
}
.footer-left ul#menu-footer-navigation li a {
	vertical-align: baseline;
}
.footer-left ul#menu-footer-navigation li:before {
	content: "";
	padding-left: 25px;
	padding-right: 0px;
	background: url('https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/footer-pipe.png') 12px 3px no-repeat;
}
.footer-left ul#menu-footer-navigation li:first-child:before {
	content: none;
	padding: 0px;
}
.footer-menu-container {
	line-height: 34px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: none;
	display:inline-block;
}

.social-buttons {
	margin-bottom: 10px;
	float: none;
	padding-right: 5px;
	display:inline-block;
}
.social-buttons ul {
	margin: 0;
	padding: 0;
}
.social-buttons ul li {
	float: left;
	list-style-type: none;
	display: inline-block;
}

}

.home-img-button-container {
	height:180px;
	/*width:176px !important;*/
	/*padding:0 !important;*/
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	/*margin:0 auto;*/
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

.home-social-container {
	text-align:center;
	max-width:100%;	
	padding: 15px 0 15px 0;
}

.home-social-container .twitter-home, .home-social-container .facebook-home {
	padding-right:15px;	
}




/* Opportunity Index 09-2015 */

.home-social-container-border {
	border:#808285 solid 1px;
	margin:25px 0 25px 0 !important;
}

.home-social-container-border .vc_col-sm-12 {
	padding:0 15px 0 15px;
}

.home-social-container p {
	padding:0 25px 0 0;
	line-height:25px;
	text-transform:uppercase;
	display:inline-block;
	margin:0;
	position: relative;
	vertical-align:middle;
	font-size:24px;
	font-weight: 600;
	color:#808285;
}

.home-social-container a {
	display:inline-block;
	position: relative;
	vertical-align:middle;

}

.home-callout-opportunity-index-01 {
	background-color:#e5e5e5;
	font-size:96%;	
	line-height: 1.5;
}

.home-callout-opportunity-index-01 .wpb_column.vc_column_container.vc_col-sm-12 {
	padding: 10px 15px 10px 15px;
	
}

.home-callout-opportunity-index-01b {
	background-color:#e5e5e5;
	font-size:96%;	
	line-height: 1.5;
}

.home-callout-opportunity-index-01b .wpb_column.vc_column_container.vc_col-sm-12 {
	padding: 10px 15px 10px 15px;
	
}

.home-opportunity-index-callout-dial.vc_col-sm-6 {
	padding:15px;
}

.home-opportunity-index-callout-dial .wpb_single_image {
	background:none;
	
}

a.black-link, a.black-link:hover {
	color:#333;
	text-decoration:underline;
	font-weight:600;
	
}

.home-opportunity-index-callout-right-text {
	text-align:left;
}

.home-opportunity-index-callout-right-text.vc_col-sm-6 {
	padding:0 15px 20px 15px;
}

.home-opportunity-index-callout-right-text h3 {
	font-size:112%;
	line-height: 1.5;
}

.home-opportunity-index-callout-right-text p {
	font-size:90%;	
	line-height: 1.35;
	margin-bottom: 1em;
}

.blue-text {
	color:#007298;
}

.yellow-text {
	color:#f7a800;
}

a.home-opportunity-link {
	text-decoration:underline;
	font-weight:600;
	font-size:96%;
}

.home-opportunity-index-row-content.vc_col-sm-8 {
	padding-left:0px;
	
}

.home-opportunity-index-row-image {
	position:relative;
	display: table;
	text-align:center;
}

.home-opportunity-index-row-image .wpb_wrapper {
	text-align:center;
	padding:5px 0 10px 0;
}

.home-opportunity-index-row-title .vc_col-sm-12 {
	margin-bottom:15px;
}

.home-opportunity-index-row-title h2 {
	color: #007298;
    text-decoration: none;
    font-style: italic;
    font-size: 35px;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
}

.home-opportunity-index-row-score p {
	font-size: 20px;
	font-weight:bold;
	
}

.home-opportunity-index-row-score-detail .vc_col-sm-12 {
   margin-bottom:8px;
}

.home-opportunity-index-row-score-detail {
	line-height: 1.5;
}


.home-opportunity-index-row-subtitle h3 {
	color: #f7a800;
    text-decoration: none;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
}

.home-opportunity-index-row-stat-row {
	margin-bottom:10px !important;
}

.home-opportunity-index-row-stat-row .home-opportunity-index-row-stat-title {
	padding:0;
	margin:0 0 4px 0;
}

.home-opportunity-index-row-stat-row .home-opportunity-index-row-stat-title  p {
	font-size:18px;
	color:#007298;
	font-weight:600;
	padding:0;
	margin:0;
}

.home-opportunity-index-row-stat-row .home-opportunity-index-row-stat-detail {
	padding:0;
	margin:0 0 4px 0;
}

.home-opportunity-index-row-stat-row .home-opportunity-index-row-stat-detail p {
	padding:0;
	margin:0;
}

.home-opportunity-index-row-stat-row .home-opportunity-index-row-stat-attribution {
	padding:0;
	margin:0 0 4px 0;
}

.home-opportunity-index-row-stat-row .home-opportunity-index-row-stat-attribution p {
	font-style:italic;
	font-size:13px;
	color:#007298;
	padding:0;
	margin:0;
}




@media only screen and (min-width: 768px) {
	
	.home-opportunity-index-callout-right-text {
	text-align:right;
}

.home-opportunity-index-callout-right-text.vc_col-sm-6 {
	padding:0 15px 0 0px;
}
	
}

@media only screen and (min-width: 930px) {
	
.home-opportunity-index-callout-dial.vc_col-sm-6 {
	padding:0px;
}
	
.home-opportunity-index-callout-dial .wpb_single_image {
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/dial-white-background.png");
	background-repeat:no-repeat;
	background-position:bottom left;
	
}

}

.opportunity-index-page-large-intro p {
	font-size:20px;
}

.opportunity-index-page-large-intro p strong {
	font-weight:600;
}


.opportunity-index-page-intro-container {
	background-color:#e5e5e5;
}

.opportunity-index-page-intro-dial-container {
	position:relative;
	display: table;	
	width:100%;
	padding:25px 0 25px 0;
}

 .opportunity-index-page-intro-dial-container .wpb_wrapper {
	text-align:center;
}

.opportunity-index-page-intro-content {
	padding:20px 0 20px 0;
	display: table;
}

.opportunity-index-page-intro-content .wpb_wrapper, .opportunity-index-page-intro-content .vc_column-inner {
	display: table-cell;
	vertical-align: middle;
}

.opportunity-index-page-intro-content .wpb_content_element {
	margin-bottom:20px !important;
}

.opportunity-index-page-intro-content h3 {
	font-size:20px;
}

.opportunity-index-page-intro-content p {
	margin-bottom: 1em;
	line-height: 1.5;
}

.opportunity-index-page-intro-content p strong,
.opportunity-index-page-intro-content h3,
.opportunity-index-page-intro-content h3 strong {
	font-weight:600;
}

.opportunity-index-page-intro-buttons {
	padding:0;
	position:relative;
	display: table;
	width:100%;
	text-align:center;
}

.opportunity-index-page-intro-buttons .vc_col-sm-3 {
	position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 5px;
padding-bottom:10px;
box-sizing: border-box;
text-align:center;
}

.opportunity-index-page-intro-buttons .wpb_wrapper {
	text-align:center;
	display:inline-block;
}

.opportunity-index-page-intro-buttons .wpb_wrapper .wpb_content_element {
	margin-bottom:20px;
}

.opportunity-index-page-dial-container {
	position:relative;
	display: table;
	padding:20px 0 20px 0;
	text-align:center !important;
	width:100%;
}

.opportunity-index-page-dial-container .wpb_single_image.vc_align_center {
	margin: 0 auto;
	text-align:center !important;
}

 .opportunity-index-page-dial-container .wpb_wrapper {
	text-align:center;
}

/* .opportunity-index-page-dial-container .wpb_wrapper .wpb_single_image.vc_align_left {
	text-align:center !important;
}*/

.opportunity-index-page-container-row {
	text-align:left;
	background:none;;
	padding-left:0px;
	padding-right:0px;
}

.opportunity-index-page-row-content {
	position:relative;
	display: table;	
		
}

/*.opportunity-index-page-row-content .wpb_wrapper, */.opportunity-index-page-row-content .vc_column-inner {
	background-color:#FFF;
	 border-left:4px #efaa00 solid;
	 border-right:4px #efaa00 solid;
	 padding:0px 20px 0px 20px;
	display: table-cell;
	vertical-align: middle;
}

.opportunity-index-page-row-content .wpb_wrapper {
	padding:0px 20px 0px 20px;
}

.home-opportunity-index-row-image {
	width:100%;
	text-align:center;
	
}

.home-opportunity-index-callout-dial .wpb_content_element.vc_align_center {
	text-align:center;
}

@media only screen and (min-width: 768px) {
	
	.home-opportunity-index-callout-dial .wpb_content_element.vc_align_center {
	text-align:left;
}

.home-opportunity-index-row-image .wpb_wrapper, .home-opportunity-index-row-image .vc_column-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	padding:0;
}
	
	.opportunity-index-page-intro-dial-container {
	padding:25px 0 25px 0;
}
	
	 .opportunity-index-page-dial-container .wpb_wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align:left;
}

.opportunity-index-page-intro-buttons .wpb_wrapper {
	text-align:center;
	vertical-align: middle;
	display:inline-block;
}


.opportunity-index-page-intro-dial-container .wpb_wrapper {
	display: table-cell;
	vertical-align: middle;
}
	.opportunity-index-page-dial-container {
	position:relative;
	display: table;
	padding:0;
}
	
	.opportunity-index-page-container-row {
	text-align:left;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px-long.png");
    background-repeat: no-repeat;
    background-position: 100px;
	padding-left:0px;
	padding-right:0px;
}
	
	/*.opportunity-index-page-row-content .wpb_wrapper, */.opportunity-index-page-row-content .vc_column-inner {
	background-color:#FFF;
	 border-left:4px #efaa00 solid;
	 border-right:4px #efaa00 solid;
	 padding:0px 25px 0px 25px;
	display: table-cell;
	vertical-align: middle;
}

.opportunity-index-page-row-content .wpb_wrapper {
	padding:0px 25px 0px 25px;
}

}

.opportunity-index-page-row-content .wpb_wrapper .wpb_wrapper {
	border-left:0px #efaa00 solid;
	border-right:0px #efaa00 solid;
	padding:10px 0px 10px 0px;
	display: table-cell;
	vertical-align: top;
	
}

.opportunity-index-page-row-content .wpb_wrapper .wpb_content_element {
	margin-bottom:15px !important;
}

.opportunity-index-page-row-content .wpb_wrapper .wpb_content_element .wpb_wrapper,
.opportunity-index-page-row-content .wpb_wrapper .wpb_content_element .wpb_wrapper p {
	margin:0px;
	padding:0;
}

.opportunity-index-page-content-score {
	font-size:18px;
	font-weight:bold;
}

.opportunity-index-page-archive-links a {
	color:#231f20;
	text-decoration:underline;
	padding-left:30px;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/icon-pdf.png");
    background-repeat: no-repeat;
	line-height:25px;
	margin-bottom:15px;
	display:inline-block;
	
}

/*.opportunity-index-page-row-content wpb_wrapper {
	font-size: 20px;
	line-height:29px;
	color:#000;
	font-weight:400;
	background-color:#FFF;
	 border-left:4px #efaa00 solid;
	 border-right:4px #efaa00 solid;
	 padding:0px 25px 0px 25px;
	 min-height:200px;
	 vertical-align: -50% !important;
	 margin-top:40px;
}*/


/* VC Customization */


#builder-module-54b308ee9f237 {
	padding-bottom:30px !important;
}

#builder-module-54b333f628b1a {
	padding-bottom:30px !important;
}

.full_width_background .vc_col-sm-12.full-width-image {
	padding:0px;
}

.full-container-width-content-block .vc_col-sm-12 {
	padding:0 0 5px 0;
}


.home-top-header {
	padding-bottom:60px;
}



.wpb_content_element.subhead-white-line-edges {
	margin-bottom:0px;	
}

.wpb_content_element.form-subhead-white {
	margin-bottom:10px;
	background-color:#007197;
}

.intro-paragraph p {
	font-size: 20px;
	line-height:29px;
	color:#000;
	letter-spacing: 0.001em;
	margin-bottom:30px !important;
}

.intro-paragraph p strong {
	color:#007298;
}

.vc_col-sm-4.zero-top-and-bottom-container-padding-first {
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-vert-rule-white-4px.png");
    background-repeat: repeat-y;
    background-position: center center;
	padding-top:38px;
	padding-bottom:0px;
}

.vc_col-sm-4.zero-top-and-bottom-container-padding-last {
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-vert-rule-white-4px.png");
    background-repeat: repeat-y;
    background-position: center center;
	padding-top:0px;
	padding-bottom:38px;
}

.vc_col-sm-4.zero-top-and-bottom-container-padding-center-column {
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-vert-rule-white-4px.png");
    background-repeat: repeat-y;
    background-position: center center;
	padding-top:0px;
	padding-bottom:0px;
}

.vc_col-sm-4.zero-top-and-bottom-container-padding-center-column .home-yellow-intro-blocks {
	border-top:0px #FFF solid;
	border-bottom:0px #FFF solid;
}

.home-yellow-intro-blocks {
	background-color:#efaa00;
	border-top:4px #FFF solid;
	border-bottom:4px #FFF solid;
	 text-align:center;
	 padding:17px 0 10px 0;
	 font-size:14px;
	 font-weight:600;
	 line-height:17px;
	 letter-spacing: -0.01em;
}

.home-yellow-intro-blocks h2 {
	 font-size:23px;
	 font-weight:800;
	 line-height:18px;
	 text-transform:uppercase
}

@media only screen and (min-width: 760px) {

.vc_col-sm-4.zero-top-and-bottom-container-padding-first {
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-vert-rule-white-4px.png");
    background-repeat: repeat-y;
    background-position: center center;
	padding-top:10px;
	padding-bottom:10px;
	background:none;
}

.vc_col-sm-4.zero-top-and-bottom-container-padding-last {
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-vert-rule-white-4px.png");
    background-repeat: repeat-y;
    background-position: center center;
	padding-top:10px;
	padding-bottom:10px;
	background:none;
}

.vc_col-sm-4.zero-top-and-bottom-container-padding-center-column {
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-vert-rule-white-4px.png");
    background-repeat: repeat-y;
    background-position: center center;
	padding-top:10px;
	padding-bottom:10px;
	background:none;
}

.vc_col-sm-4.zero-top-and-bottom-container-padding-center-column .home-yellow-intro-blocks {
	border-top:0px #FFF solid;
	border-bottom:0px #FFF solid;
	border:none;
}

.home-yellow-intro-blocks {
	background-color:#efaa00;
	border-top:4px #FFF solid;
	border-bottom:4px #FFF solid;
	 text-align:center;
	 padding:17px 0 10px 0;
	 font-size:14px;
	 font-weight:600;
	 line-height:17px;
	 letter-spacing: -0.01em;
	 border:none;
}

.home-yellow-intro-blocks h2 {
	 font-size:23px;
	 font-weight:800;
	 line-height:18px;
	 text-transform:uppercase
}


}


@media only screen and (min-width: 870px) {

.home-yellow-intro-blocks h2 {
	 font-size:25px;
	 font-weight:800;
	 line-height:20px;
	 text-transform:uppercase
}
	
}

.home-yellow-intro-blocks-border-top-bg {
	display:none;
}

.home-yellow-intro-blocks-top {
	display:none;
}

.home-yellow-intro-blocks-border-bottom-bg {
	display:none;
}

.home-yellow-intro-blocks-bottom {
	display:none;
}

.vc_col-sm-3.home-button-row-first, .vc_col-sm-3.home-button-row-middle-left, .vc_col-sm-3.home-button-row-middle-right, .vc_col-sm-3.home-button-row-last {
	padding-bottom:10px;
}

.home-page-posts-callout {
	background-color:#007298;
	padding:10px;
}

.home-page-posts-callout .vc_col-sm-12.posts-callout-white-background {
	background-color:#FFF;
	padding:10px;
	font-size:10px;
	line-height:13px;
}

.home-posts-h2 h2 {
	font-size: 18px;
	text-transform:uppercase;
	text-align:center;
	font-style: italic;
	color:#FFF;
	padding:0px 0px 10px 0px;
}

.home-page-twitter-callout {
	background-color:#efaa00;
	padding:10px;
}

.home-page-twitter-callout .vc_col-sm-12.twitter-callout-white-background {
	background-color:#FFF;
	padding:10px;
	font-size:10px;
	line-height:13px;
}

.home-twitter-h2 h2 {
	font-size: 18px;
	text-transform:uppercase;
	text-align:center;
	font-style: italic;
	color:#FFF;
	padding:0px 0px 10px 0px;
}

.yellow-hero-priorities-header-row {
	padding-top:15px;
	padding-bottom:10px;
}

.hero-subhead-white-line-edges h2 {
	font-size: 27px;
	line-height:30px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-white-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
	font-style: italic;
	color:#FFF;
	padding:10px 0px 10px 0px;
}

.hero-subhead-white-line-edges h2 span.yellow-hero-title-background {
	 background-color:#efaa00;
	 border-left:4px #FFF solid;
	 border-right:4px #FFF solid;
	 padding:0px 25px 0px 25px;
}

.home-priorities-row {
	padding-bottom:20px;
}

.home-yellow-row-priorities-intro {
	text-align:center;
	max-width:750px;
	padding:0px 30px 0px 30px;
}

.home-yellow-row-priorities-intro p {
	font-size:22px;
	line-height:27px;
	font-weight:800;
	margin-bottom:5px !important;
}

/*.home-yellow-row-priorities-four-columns-content {
	padding:0px 30px 0px 30px;
}
*/
.home-yellow-row-priorities-four-columns-content .vc_col-sm-3 {
	text-align:center;
}


.home-yellow-row-priorities-four-columns-content p {
	font-size:15px;
	line-height:20px;
	font-weight:800;
}

.home-yellow-row-priorities-three-columns-content .vc_col-sm-4 {
	text-align:center;
}


.home-yellow-row-priorities-three-columns-content p {
	font-size:15px;
	line-height:20px;
	font-weight:800;
}

.home-hero-indicators-intro {
	text-align:center;
}

.home-hero-indicators-intro h2, .home-hero-indicators-intro h2 a {
	color:#007298;
	text-decoration:none;
	font-style:italic;
	font-size:27px;
	line-height:30px;
	font-weight:600;
	text-transform:uppercase;
}

.home-hero-indicators-intro h2 a:hover {
	text-decoration:underline;
}

.home-hero-indicators-intro p {
	font-size:20px;
	line-height:26px;
	font-weight:600;
	padding-bottom:25px;
}

.indicators-blue-circle-background { 
   background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/indicators-blue-circle-background.png");
    background-repeat: no-repeat;
    background-position: top center;
	text-align:center;
	min-height:250px !important;
	min-width:225px;
	padding-bottom:30px;
	padding-top:30px;
}

.form-yellow-circle-background { 
   background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/form-yellow-circle-background.png");
    background-repeat: no-repeat;
    background-position: top center;
	text-align:center;
	min-height:225px !important;
	min-width:225px;
	padding-bottom:30px;
	padding-top:30px;
}

.vc_col-sm-4.indicators-blue-circle-background {
	padding-left:30px;
	padding-right:30px;
}

.vc_col-sm-4.form-yellow-circle-background {
	padding-left:30px;
	padding-right:30px;
}

.indicators-blue-circle-background p.indicator-number {
	font-size:50px;
	line-height:50px;
	font-weight:600;
	padding-bottom:0px !important;
	color:#007298;
	margin-bottom:0 !important;
	margin-top:0px !important;
}

.indicators-blue-circle-background p.indicator-number span.superscript {
    position: relative;
    top: -.85em;
    font-size: 0.5em;
}

.indicators-blue-circle-background p.indicator-subhead {
	font-size:16px;
	line-height:18px;
	font-weight:800;
	padding-bottom:0px;
	color:#007298;
	margin-bottom:0 !important;
}

.indicators-blue-circle-background p.indicator-text {
	font-size:15px;
	line-height:18px;
	font-weight:400;
	padding-bottom:0px;
	color:#000;
	margin-bottom:0 !important;
}

.indicators-blue-circle-background p.indicator-attribution {
	font-size:13px;
	line-height:17px;
	font-weight:400;
	padding-bottom:10px;
	color:#007298;
	font-style:italic;
}

.see-more-indicators-link-row .vc_col-sm-12 {
	padding-left:0px;
	padding-right:0px;
}

.see-more-indicators-link-yellow-line-edges h2 {
	text-align:center;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
	font-size: 18px;
	line-height:24px;
	color:#007298;
	text-decoration:none;
	font-weight:600;
	text-transform:uppercase;
	font-style: italic;
}

.see-more-indicators-link-yellow-line-edges h2 a {
	font-size: 18px;
	line-height:24px;
	color:#007298;
	text-decoration:none;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	font-style: italic;
	padding:10px 0px 10px 0px;
}

.see-more-indicators-link-yellow-line-edges h2 a:hover {
	text-decoration:underline;
}


.see-more-indicators-link-yellow-line-edges h2 span.white-indicators-link-background {
	 background-color:#FFF;
	 border-left:4px #efaa00 solid;
	 border-right:4px #efaa00 solid;
	 padding:0px 45px 0px 45px;
}

.posts-feed-content-block .vc_col-sm-12 {
	padding:0px 25px 30px 25px;
}

.blog-cta-container {
	margin:0px 25px 0px 25px !important;
}

.vc_col-sm-8.blog-cta-left-content {
	min-height: 100px;
}

.vc_col-sm-8.blog-cta-left-content p {
	font-size:18px;
	line-height:24px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:right;
	font-weight:600;
	font-style: italic;
}

.vc_col-sm-4.blog-cta-right-form {
	min-height:100px;
	padding:0px;
	
}

.keep-current-section-full-width-header-row {
	text-align:left;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
	padding-left:0px;
	padding-right:0px;
}

.keep-current-section-full-width-header-row .vc_col-sm-12 {
	padding-left:5px;
}

.keep-current-section-full-width-header-row h2 {
	color:#007499;
	font-weight:600;
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
}

.keep-current-header-text-solid-background {
	background-color:#FFF;
	 border-left:4px #efaa00 solid;
	 border-right:4px #efaa00 solid;
	 padding:0px 10px 0px 10px;
}

.keep-current-intro-text p {
	font-size:20px;
	line-height:23px;
	margin-bottom:15px;
}

.keep-current-intro-text p.link-to-blog {
	font-style:italic;
	margin-bottom:15px !important;
	font-size:17px;
	line-height:20px;
 }
.posts-feed-content-block .mtphr-dnt-tick {
	padding-bottom:6px;
	
}

.posts-feed-content-block h4.mtphr-dnt-posts-title a {
	color:#efaa00;
	font-size:17px;
	line-height:20px;
	
}

.posts-feed-content-block h4.mtphr-dnt-posts-title a:hover {
	color:#efaa00;
}

.posts-feed-content-block .mtphr-dnt-posts-date {
	font-style:italic;
	font-size:15px;
	line-height:24px;
}

.posts-feed-content-block .mtphr-dnt-posts-excerpt {
	font-size:15px;
	line-height:20px;
}

.posts-feed-content-block .mtphr-dnt-posts-readmore {
	font-style:italic;
}


/* Keep Current Page: In the News formatting */

.keep-current-intro-text .wpb_content_element{
	margin-bottom:18px !important;
}

.news-section-row .vc_col-sm-12 {
	padding:0 0 16px 0 !important;
}

.news-section-headline-link {
	margin-bottom:0 !important;
}

.news-section-headline-link h4 a {
	color:#efaa00;
	font-size:17px;
	line-height:20px;
	
}

.news-section-headline-link h4 a:hover {
	color:#efaa00 !important;
}

.news-section-date {
	margin-bottom:0 !important;
}

.news-section-date p {
	font-style:italic;
	font-size:15px;
	line-height:24px !important;
	margin:0 !important;
}

.news-section-content p {
	font-size:15px;
	line-height:20px;
	margin:0 !important;
}

.news-section-content p a {
	font-style:italic !important;
}

/* Indicators Page formatting */


.indicators-page-header-row {
	text-align:center;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
	padding-left:0px;
	padding-right:0px;
}

.indicators-page-header-row .vc_col-sm-12 {
	padding-left:0px;
}

.indicators-page-header-row h2 {
	color:#007499;
	font-weight:800;
	font-size:37px;
	line-height:40px;
	text-transform:uppercase;
}

.indicators-page-header-text-solid-background {
	background-color:#FFF;
	 border-left:4px #efaa00 solid;
	 border-right:4px #efaa00 solid;
	 padding:0px 15px 0px 15px;
}

.indicators-intro-section h1 {
	font-size: 22px;
	line-height:26px;
	color:#007499;
	font-weight:800;
}

.indicators-intro-section p {
	font-size: 16px;
	line-height:18px;
	color:#000;
	font-weight:400;
}

.indicators-page-intro-pdf-link {
	
	padding-top:30px;
	
}

.about-page-header-row h2 {
	color:#007499;
}

.vc_col-sm-4.take-action-image-link.wpb_column.vc_column_container {
	display:none;
}

.take-action-paragraph p {
	font-size: 16px;
	line-height:20px;
	color:#000;
	font-weight:400;
	
}

.take-action-mobile-headline {
	display:block;
	color:#007499;
	font-weight:600;
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:0px !important;
}

#builder-module-54e7e83c11d66-background-wrapper, #builder-module-54e7e83c11d66-background-wrapper .hentry .entry-content {
    padding: 0px 0px 0px 0px !important;
}

#builder-module-55396e8c0565e-background-wrapper, #builder-module-55396e8c0565e-background-wrapper .hentry .entry-content {
    padding: 0px 0px 0px 0px !important;
}

#builder-module-55396e9bd0728-background-wrapper, #builder-module-55396e9bd0728-background-wrapper .hentry .entry-content {
    padding: 0px 0px 0px 0px !important;
}

#builder-module-55396ea789007-background-wrapper, #builder-module-55396ea789007-background-wrapper .hentry .entry-content {
    padding: 0px 0px 0px 0px !important;
}

.landing-page-image-row .vc_col-sm-12 {
	padding: 0px !important;
}

.landing-page-image-row .vc_col-sm-12 img {
	vertical-align:bottom;
}

/*#builder-container-54e7e83c11d14 {
	padding-top:30px;
	
}
*/
.landing-page-logo-row {
	margin:20px 0px 0px 0px !important;
}


.landing-page-intro-headline-new {
	padding:0px 0px 0px 0px;
	margin:0px;
	margin-bottom:0px;	
}

.landing-page-intro-headline-new h1 {
	font-size:25px;
	line-height:28px;
	font-weight:700;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}

.landing-page-intro-headline-new-v3 h1 {
	font-size:22px;
	line-height:25px;
	font-weight:700;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}

.landing-page-intro-headline-new-v3-achieve h1 {
	font-size:22px;
	line-height:25px;
	font-weight:700;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}


.landing-page-intro-headline-new.prosperity h1 {
	font-size:20px;
	line-height:24px;
	font-weight:700;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
	margin-bottom: .5em;
}

.landing-page-intro-headline-new.prosperity h2 {
	font-size:18px;
	line-height:20px;
	font-weight:600;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
	margin-bottom: .5em;
}

.landing-page-intro-headline-new.employ h1 {
	font-size:24px;
	line-height:26px;
	font-weight:700;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}

.landing-page-full-width-link-row-centered p a {
    text-decoration: underline;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.vc_col-sm-12.landing-page-content-row.wpb_column.vc_column_container {
    padding: 0px 25px;
}

.vc_row wpb_row.vc_row-fluid.landing-page-content-row {
    padding: 0px 25px;
}

.landing-page-full-width-link-row-centered {
    text-align: center;
	padding-bottom:20px;
}

.landing-page-intro-paragraph-new p.landing-page-new-cta {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.landing-page-intro-paragraph-new p.landing-page-new-cta {
	margin-top:0px !important;
	margin-bottom:0px;
	font-size:16px;
	line-height:20px;
	font-weight: 700;
    color: #7F8184;
	max-width:380px;
}

.landing-page-intro-paragraph-new p.landing-page-new-v3-cta {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.landing-page-intro-paragraph-new p.landing-page-new-v3-cta {
	margin-top:0px !important;
	margin-bottom:0px;
	font-size:16px;
	line-height:20px;
	font-weight: 700;
    color: #7F8184;
	max-width:100%;
}

.landing-page-intro-paragraph-new p {
	margin-top:0px !important;
	margin-bottom:16px !important;
	font-weight:400;
	font-size:14px;
	line-height:24px;
}

.landing-page-intro-paragraph-new {
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#007298;
	text-align:left;
}

.wpb_content_element.landing-page-intro-headline-new {
    margin-bottom: 15px;
}

.wpb_content_element.landing-page-intro-headline-new-v3 {
    margin-bottom: 15px;
}

.wpb_content_element.landing-page-intro-headline-new-v3-achieve {
    margin-bottom: 15px;
}

@media only screen and (min-width: 480px) {

.landing-page-intro-paragraph-new p.landing-page-new-cta {
	margin-top:0px !important;
	margin-bottom:0px;
	font-size:22px;
	line-height:29px;
	font-weight: 700;
    color: #7F8184;
	max-width:380px;
}

.landing-page-intro-paragraph-new p.landing-page-new-v3-cta {
	margin-top:0px !important;
	margin-bottom:0px;
	font-size:22px;
	line-height:29px;
	font-weight: 700;
    color: #7F8184;
	max-width:470px;
}

.landing-page-intro-headline-new-v3 h1 {
	font-size:38px;
	line-height:45px;
	font-weight:700;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
	margin-bottom:20px !important;
}

.landing-page-intro-headline-new-v3-achieve h1 {
	font-size:30px;
	line-height:38px;
	font-weight:700;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
	margin-bottom:20px !important;
}

	
	.landing-page-intro-headline-new.prosperity h1 {
	font-size:28px;
	line-height:36px;
	font-weight:700;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}

.landing-page-full-width-link-row-centered {
    text-align: center;
	padding-bottom:20px;
}
.vc_col-sm-12.landing-page-content-row.wpb_column.vc_column_container  {
	padding:0px 50px 0px 50px;
}

	.vc_row.wpb_row.vc_row-fluid.landing-page-content-row {
	padding:0px 50px 0px 50px;
}

.home-top-header {
	padding-bottom:30px;
}

.vc_col-sm-8.blog-cta-left-content {
	min-height:145px;
}

.vc_col-sm-8.blog-cta-left-content p {
	font-size:24px;
	line-height:29px;
	padding-top:30px;
	padding-bottom:30px;
	text-align:right;
	font-weight:600;
	font-style: italic;
}


.vc_col-sm-4.blog-cta-right-form {
	min-height:145px;
	
}

.see-more-indicators-link-yellow-line-edges h2 {
	font-size: 27px;
	line-height:30px;
}

.see-more-indicators-link-yellow-line-edges h2 a {
	font-size: 27px;
	line-height:30px;
	color:#007298;
	text-decoration:none;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	font-style: italic;
	padding:10px 0px 10px 0px;
}

.full-width-content-for-blog-posts .type-post {
    padding:0px 25px 0px 25px !important;
}
	
	.return-to-blog-link {
	padding:0px 25px 60px 25px;
	display: block;
    color: #858C90;
    font-size: .8em;
    text-transform: uppercase;
}

.middle .wpb_wrapper > * {
  vertical-align: middle;
}

}

.take-action-paragraph.send-a-message p span.take-action-padding-01 {
	height:0px;
	display:none;	
}

.take-action-paragraph.track-legislation p span.take-action-padding-02 {
	height:0px;
	display:none;	
}

.take-action-paragraph.register-to-vote p span.take-action-padding-03 {
	height:0px;
	display:none;	
}

@media only screen and (min-width: 960px) {

.vc_col-sm-4.take-action-image-link.wpb_column.vc_column_container {
	display: block;
}

.take-action-mobile-headline {
	display:none;
}

.take-action-container-row {
	text-align:left;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
	padding-left:0px;
	padding-right:0px;
}


.take-action-paragraph p {
	font-size: 20px;
	line-height:29px;
	color:#000;
	font-weight:400;
	background-color:#FFF;
	 border-left:4px #efaa00 solid;
	 border-right:4px #efaa00 solid;
	 padding:0px 25px 0px 25px;
	 min-height:200px;
	 vertical-align: -50% !important;
	 margin-top:40px;
}

.take-action-paragraph.send-a-message p span.take-action-padding-01 {
	height:5px;
	display:block;	
}

.take-action-paragraph.track-legislation p span.take-action-padding-02 {
	height:40px;
	display:block;	
}

.take-action-paragraph.register-to-vote p span.take-action-padding-03 {
	height:40px;
	display:block;	
}



.indicators-page-intro-pdf-link {
	
	padding-top:80px;
}

.indicators-intro-section h1 {
	font-size: 37px;
	line-height:40px;
	color:#007499;
	font-weight:800;
}

.indicators-intro-section p {
	font-size: 17px;
	line-height:24px;
	color:#000;
	font-weight:400;
}

.take-action-container-row img {
	max-width:100%;
}

.indicators-page-header-row {
	text-align:left;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
	padding-left:0px;
	padding-right:0px;
}

.indicators-page-header-row .vc_col-sm-12 {
	padding-left:35px;
}

.indicators-page-header-row h2 {
	color:#007499;
	font-weight:800;
	font-size:37px;
	line-height:40px;
	text-transform:uppercase;
}

.indicators-page-header-text-solid-background {
	background-color:#FFF;
	 border-left:4px #efaa00 solid;
	 border-right:4px #efaa00 solid;
	 padding:0px 15px 0px 15px;
}



.about-page-header-row {
	text-align:left;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
	padding-left:42px;
	padding-right:0px;
}

.about-page-header-row .vc_col-sm-12 {
	padding-left:35px;
}

.about-page-header-row h2 {
	color:#007499;
	font-weight:800;
	font-size:37px;
	line-height:55px;
}

.about-page-header-text-solid-background {
	background-color:#FFF;
	 border-left:4px #efaa00 solid;
	 border-right:4px #efaa00 solid;
	 padding:0px 20px 0px 20px;
}

.about-page-content-row {
	padding:20px 75px 30px 75px;
}


.about-page-content-row p {
	color:#000;
	font-weight:400;
	font-size:17px;
	line-height:23px;
}

.about-page-content-row .about-page-partner-column p {
	padding:0px 0px 0px 0px;
}

.full-width-content-for-blog-posts .type-post {
	padding:0px 90px 0px 90px !important;
}
	
.return-to-blog-link {
	padding:0px 90px 60px 90px;
	display: block;
    color: #858C90;
    font-size: .8em;
    text-transform: uppercase;
}
	
	.return-to-blog-link a {
		font-weight:bold;
	}
	
.keep-current-section-full-width-header-row h2 {
	color:#007499;
	font-weight:900;
	font-size:37px;
	line-height:44px;
	text-transform:uppercase;
}

.keep-current-header-text-solid-background {
	background-color:#FFF;
	 border-left:4px #efaa00 solid;
	 border-right:4px #efaa00 solid;
	 padding:0px 25px 0px 25px;
}

.keep-current-section-full-width-header-row .vc_col-sm-12 {
	padding-left:30px;
}

.blog-cta-container {
	margin:0px 90px 0px 90px !important;
}	
	.posts-feed-content-block .vc_col-sm-12 {
	padding:0px 90px 30px 90px;
}

   .keep-current-intro-text .vc_col-sm-12 {
	padding:0px 90px 0px 90px;
}

.vc_col-sm-4.zero-top-and-bottom-container-padding-first {
	background:none;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
}

.vc_col-sm-4.zero-top-and-bottom-container-padding-center-column {
	background:none;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
}

.vc_col-sm-4.zero-top-and-bottom-container-padding-last {
	background:none;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
}

.home-yellow-intro-blocks {
	background-color:#efaa00;
	border-top:0px #FFF solid;
	border-bottom:0px #FFF solid;
	 text-align:center;
	 padding:17px 0 10px 0;
	 font-size:14px;
	 font-weight:600;
	 line-height:17px;
	 letter-spacing: -0.01em;
}

.home-yellow-intro-blocks-border-top-bg {
	display:block;
	background-color:#efaa00;
	padding-top:38px;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-vert-rule-white-4px.png");
    background-repeat: repeat-y;
    background-position: center center;
}

.home-yellow-intro-blocks-top {
	display:block;
	background-color:#efaa00;
	border-bottom:4px #FFF solid;
}

.home-yellow-intro-blocks-border-bottom-bg {
	display:block;
	background-color:#efaa00;
	padding-bottom:38px;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-vert-rule-white-4px.png");
    background-repeat: repeat-y;
    background-position: center center;
}

.home-yellow-intro-blocks-bottom {
	display:block;
	background-color:#efaa00;
	border-top:4px #FFF solid;
}

.vc_col-sm-3.home-button-row-first {
	padding:0px;
	padding-right:12px;
	padding-bottom:0px;
}

.vc_col-sm-3.home-button-row-middle-left {
	padding:0px;
	padding-right:6px;
	padding-bottom:0px;
}

.vc_col-sm-3.home-button-row-middle-right {
	padding:0px;
	padding-left:6px;
	padding-bottom:0px;
}

.vc_col-sm-3.home-button-row-last {
	padding:0px;
	padding-left:12px;
	padding-bottom:0px;
}

}

.vc_col-sm-3.home-main-section-hero-image-no-margin {
	display:none;
	padding:0px;
}

/*.home-hero-section-mobile-padding {
	padding-top:110px;
}*/
.vc_col-sm-9.home-main-sections-hero-text {
	padding:0px 50px 0px 0px;
}

.hero-headline-graphic-container {
	background:none;
	margin-top:50px !important;
	padding-left:30px;
}

.hero-headline-graphic-container .vc_col-sm-12 {
	padding-left:0px;	
}

.home-hero-headline-image {
	background:#FFF;
	padding-left:0px;
	border-left:0px #efaa00 solid;
}

.home-main-section-hero-text p {
	font-size:18px;
	line-height:26px;
	font-weight:600;
	font-style:italic;
	color:#007298;
	padding:18px 0px 0px 30px;
	
	
}


@media only screen and (min-width: 925px) {

.vc_col-sm-3.home-main-section-hero-image-no-margin {
	display:block;
	padding:0px;
}

.home-hero-section-mobile-padding {
	padding:0px;
}
.vc_col-sm-9.home-main-sections-hero-text {
	padding:0px 50px 0px 0px;
}

.hero-headline-graphic-container {
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: no-repeat;
    background-position: left center;
	margin-top:238px !important;
	padding-left:100px;
}

.hero-headline-graphic-container .vc_col-sm-12 {
	padding-left:0px;	
}

.home-hero-headline-image {
	background:#FFF;
	padding-left:30px;
	border-left:4px #efaa00 solid;
}

.home-main-section-hero-text p {
	font-size:22px;
	line-height:33px;
	font-weight:600;
	font-style:italic;
	color:#007298;
	padding:26px 0px 0px 130px;
	
	
}


}


/* Landing Page Styles */

.achieve-landing-page-container {
	background:none;
}

.achieve-landing-page-container {
	padding-top:30px;
	padding-right:0px;
	padding-left:0px;
}

.connect-landing-page-container {
	background:none;
}

.connect-landing-page-container {
	padding-top:30px;
	padding-right:0px;
	padding-left:0px;
}

.employ-landing-page-container {
	background:none;
}

.employ-landing-page-container {
	padding-top:30px;
	padding-right:0px;
	padding-left:0px;
}

.thank-you-page-container {
	background:none;
}

.thank-you-page-container {
	padding-top:30px;
	padding-right:0px;
	padding-left:0px;
}

.thank-you-page-container-main-site {
	background:none;
}

.thank-you-page-container-main-site {
	padding-top:30px;
	padding-right:0px;
	padding-left:0px;
}

.landing-page-intro-headline {
	padding:0px 0px 0px 0px;
	margin:0px;	
}

.landing-page-intro-headline h1 {
	font-size:24px;
	line-height:28px;
	font-weight:800;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}

.thank-you-page-container .landing-page-intro-headline h1 {
	font-size:40px;
	line-height:45px;
	font-weight:800;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}

.thank-you-page-container .landing-page-intro-headline-v3 h1 {
	font-size:26px;
	line-height:30px;
	font-weight:800;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}


.landing-page-intro-paragraph {
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#007298;
	text-align:left;
}

.landing-page-intro-paragraph-new {
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#007298;
	text-align:left;
}

.landing-page-intro-paragraph-new p {
	margin-top:0px !important;
	margin-bottom:16px !important;
	font-weight:400;
}



.landing-page-intro-paragraph strong {
	font-weight:600;
}

.landing-page-intro-paragraph-new strong {
	font-weight:600;
}


.header-container {
	position: relative;
	width:100%;
	max-width:960px;
	z-index:10;
	background-color:rgba(255,255,255,.75);
	border-top: 2px solid #efab00;
	border-bottom: 2px solid #efab00;
	padding-top:10px;
	padding-left:0px;
}

.landing-page-form-row {
	
}

.vc_col-sm-8.landing-page-form-container {
	padding-left:0px;
	padding-right:0px;
}

.vc_col-sm-6.landing-page-form-container-new {
	padding-left:0px;
	padding-right:0px;
	padding:30px 0px 30px 0px;
}

.vc_col-sm-4.landing-page-banner-ad {
	padding-left:0px;
	padding-right:0px;
}

.vc_col-sm-6.landing-page-left-content {
	padding-left:0px;
	padding-right:0px;
}

.vc_col-sm-12.landing-page-download-button {
	padding-right:0px;
	padding-left:0px;
}


.landing-page-full-width-link-row {
    text-align: center;
    background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
    padding-left: 0px;
    padding-right: 0px;
	line-height:40px;
}

.landing-page-full-width-link-row a {
	text-decoration:underline;
	font-size:17px;
	line-height:40px;
	font-weight:800;
	
}

.landing-page-link-text-solid-background {
    background-color: #FFF;
    border-left: 4px solid #EFAA00;
    border-right: 4px solid #EFAA00;
    padding: 0px 15px;
	height:35px;
	display:inline-block;
	text-decoration:underline;
}

.landing-page-full-width-text-link-row {
    text-align: left;
    background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
    padding-left: 0px;
    padding-right: 0px;
	line-height:80px;
	padding-right:0px;
}

.landing-page-text-link {
	font-size:18px;
	line-height:24px;
	font-weight:800;
	display:inline-block;
	padding:0px 30px;
}

.landing-page-text-link a {
	font-size:18px;
	line-height:24px;
	font-weight:800;
	text-decoration:underline
}


.landing-page-text-link-solid-background {
    background-color: #FFF;
    border-left: 4px solid #EFAA00;
    border-right: 4px solid #EFAA00;
    padding: 0px 0px;
}

.landing-page-text-link-solid-background-v3 {
    background-color: #FFF;
    border-left: 4px solid #EFAA00;
    border-right: 4px solid #EFAA00;
    padding: 0px 0px;
}

.page-template-page-prosperitylandingpage .site-content {
	padding-top: 30px;
	}

.page-template-page-prosperitylandingpage .vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    color: #FFFFFF;
    background-color: #007298 !important;
	font-weight: 600;
}



@media only screen and (min-width: 450px) {

.thank-you-page-container .landing-page-intro-headline-v3 h1 {
	font-size:40px;
	line-height:45px;
	font-weight:800;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}

	
	.landing-page-logo-row {
	margin:50px 0px 50px 0px !important;
}

.achieve-landing-page-container {
	background:none;
}

.achieve-landing-page-container {
	padding-top:50px;
	padding-right:50px;
	padding-left:50px;
}

.connect-landing-page-container {
	background:none;
}

.connect-landing-page-container {
	padding-top:50px;
	padding-right:50px;
	padding-left:50px;
}

.employ-landing-page-container {
	background:none;
}

.employ-landing-page-container {
	padding-top:50px;
	padding-right:50px;
	padding-left:50px;
}

.thank-you-page-container {
	background:none;
}

.thank-you-page-container {
	padding-top:50px;
	padding-right:50px;
	padding-left:50px;
}

.thank-you-page-container-main-site {
	background:none;
}

.thank-you-page-container-main-site {
	padding-top:50px;
	padding-right:50px;
	padding-left:50px;
}



.landing-page-intro-headline {
	padding:0px 0px 0px 0px;
	margin:0px;	
}

.landing-page-intro-headline h1 {
	font-size:24px;
	line-height:28px;
	font-weight:800;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}

.thank-you-page-container .landing-page-intro-headline h1, .thank-you-page-container-main-site .landing-page-intro-headline h1 {
	font-size:50px;
	line-height:45px;
	font-weight:800;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}

.landing-page-intro-paragraph {
	font-size:16px;
	line-height:28px;
	font-weight:400;
	color:#007298;
	text-align:left;
}

.landing-page-intro-paragraph strong {
	font-weight:600;
}

.landing-page-intro-paragraph-new p {
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#007298;
	text-align:left;
}

.landing-page-intro-paragraph-new strong {
	font-weight:600;
}

.header-container {
	position: relative;
	width:100%;
	max-width:960px;
	z-index:10;
	background-color:rgba(255,255,255,.75);
	border-top: 2px solid #efab00;
	border-bottom: 2px solid #efab00;
	padding-top:10px;
	padding-left:0px;
}

.landing-page-form-row {
	
}

.vc_col-sm-8.landing-page-form-container {
	padding-left:0px;
	padding-right:0px;
}

.vc_col-sm-6.landing-page-form-container-new {
	padding:30px 0px 30px 0px;
}

.vc_col-sm-4.landing-page-banner-ad {
	padding-left:0px;
	padding-right:0px;
}

.vc_col-sm-6.landing-page-left-content {
	padding-left:0px;
	padding-right:0px;
}

.landing-page-full-width-link-row {
    text-align: center;
    background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
    padding-left: 0px;
    padding-right: 0px;
	line-height:40px;
}

.landing-page-full-width-link-row a {
	text-decoration:underline;
	font-size:24px;
	line-height:40px;
	font-weight:800;
	
}

.landing-page-link-text-solid-background {
    background-color: #FFF;
    border-left: 4px solid #EFAA00;
    border-right: 4px solid #EFAA00;
    padding: 0px 15px;
	height:35px;
	display:inline-block;
	text-decoration:underline;
}


}

@media only screen and (min-width: 780px) {

.thank-you-page-container-main-site {
	padding-top:250px;
	padding-right:50px;
	padding-left:50px;
}

.vc_col-sm-6.landing-page-form-container-new {
	padding:0px 0px 30px 30px;
}

}

@media only screen and (min-width: 960px) {

.landing-page-logo.vc_align_left {
	text-align:right !important;
}

.achieve-landing-page-container {
	background-image: url("https://opportunitywa.org/wp-content/uploads/2015/01/lp-header-achieve.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.achieve-landing-page-container {
	padding-top:100px;
	padding-right:75px;
	padding-left:200px;
}

.connect-landing-page-container {
	background-image: url("https://opportunitywa.org/wp-content/uploads/2015/01/lp-header-connect.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.connect-landing-page-container {
	padding-top:100px;
	padding-right:75px;
	padding-left:200px;
}

.employ-landing-page-container {
	background-image: url("https://opportunitywa.org/wp-content/uploads/2015/01/lp-header-employ.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.employ-landing-page-container {
	padding-top:100px;
	padding-right:75px;
	padding-left:200px;
}

.thank-you-page-container {
	background-image: url("https://opportunitywa.org/wp-content/uploads/2015/01/lp-header-thanks.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.thank-you-page-container {
	padding-top:100px;
	padding-right:75px;
	padding-left:200px;
}

.thank-you-page-container-main-site {
	background-image: url("https://opportunitywa.org/wp-content/uploads/2015/01/lp-header-thanks.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.thank-you-page-container-main-site {
	padding-top:246px;
	padding-right:75px;
	padding-left:200px;
}


.landing-page-intro-headline {
	padding:12px 0px 0px 90px;
	margin:0px;	
}

.thank-you-page-container .landing-page-intro-headline h1, .thank-you-page-container-main-site .landing-page-intro-headline h1 {
	font-size:80px;
	line-height:45px;
	font-weight:800;
	color:#7f8184;
	text-align:right;
	letter-spacing: -0.01em;
}

.thank-you-page-container .landing-page-intro-headline-v3 h1 {
	font-size:38px;
	line-height:45px;
	font-weight:800;
	color:#7f8184;
	text-align:right;
	letter-spacing: -0.01em;
	float:right;
	max-width:550px;
	padding-bottom:20px;
}


.landing-page-intro-headline h1 {
	font-size:27px;
	line-height:34px;
	font-weight:800;
	color:#7f8184;
	text-align:right;
	letter-spacing: -0.01em;
	padding-top:30px;
}

.landing-page-intro-paragraph {
	font-size:18px;
	line-height:29px;
	font-weight:400;
	color:#007298;
	text-align:right;
}

.landing-page-intro-paragraph-new p {
	font-size:18px;
	line-height:30px;
	font-weight:400;
	color:#007298;
	text-align:left;
}

.thank-you-page-container .landing-page-intro-paragraph, .thank-you-page-container-main-site .landing-page-intro-paragraph {
	font-size:19px;
	line-height:30px;
	font-weight:400;
	color:#007298;
	text-align:right;
	clear:both;
}


.landing-page-intro-paragraph strong {
	font-weight:600;
}

.landing-page-intro-paragraph-new strong {
	font-weight:600;
}

.header-container {
	position: relative;
	width:100%;
	max-width:960px;
	z-index:10;
	background-color:rgba(255,255,255,.75);
	border-top: 2px solid #efab00;
	border-bottom: 2px solid #efab00;
	padding-top:10px;
	padding-left:0px;
}

.landing-page-form-row {
	
}

.vc_col-sm-8.landing-page-form-container {
	padding-right:0px;
	padding-left:0px;
	width:350px !important;
	text-align:right;
}

.vc_col-sm-6.landing-page-form-container-new {
	padding:0px 0px 0px 0px;
	width:350px !important;
	text-align:right;
}

.vc_col-sm-4.landing-page-banner-ad {
	padding-right:30px;
	padding-left:30px;
	width:280px !important;
	text-align:right;
}

.vc_col-sm-6.landing-page-left-content {
	padding-right:40px;
	padding-left:0px;
	text-align:left;
	width:510px !important;
}

.vc_col-sm-12.landing-page-download-button {
	padding-right:0px;
	padding-left:0px;
}

.vc_col-sm-12.landing-page-download-button .vc_align_left {
	padding-right:0px;
	padding-left:0px;
	text-align:right !important;
}

.landing-page-full-width-link-row {
    text-align: right;
    background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
    padding-left: 0px;
    padding-right: 0px;
	line-height:80px;
	padding-right:40px;
}

.landing-page-full-width-link-row a {
	text-decoration:underline;
	font-size:30px;
	line-height:80px;
	font-weight:700;
	
}

.landing-page-intro-headline-new {
	padding:0px 0px 0px 0px;
	margin:0px;	
}

.landing-page-intro-headline-new-v3 {
	padding:0px 0px 0px 0px;
	margin:0px;	
}

/*.landing-page-intro-headline-new h1 {
	font-size:25px;
	line-height:28px;
	font-weight:700;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}
*/

.landing-page-intro-headline-new.prosperity h1 {
	font-size:32px;
	line-height:40px;
	font-weight:700;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}
	
	.landing-page-intro-headline-new.prosperity h2 {
	font-size:26px;
	line-height:34px;
	font-weight:600;
	color:#7f8184;
	text-align:left;
	letter-spacing: -0.01em;
}

.landing-page-full-width-link-row-centered {
    text-align: center;
    background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
    margin:0px 0px 50px 0px !important;
	line-height:80px;
	padding-bottom:0;
}
	
.page-template-page-landingpage .site-content {
	padding-top: 50px;
	}
	
	.page-template-page-prosperitylandingpage .site-content {
	padding-top: 50px;
	}
	
	.page-template-page-landingpagethanks .site-content {
	padding-bottom: 50px;
	}
	
	.page-template-page-prosperitylandingpagethanks .site-content {
	padding-bottom: 50px;
	}

.landing-page-full-width-link-row-centered .vc_single_image-wrapper.vc_box_border_grey, .landing-page-full-width-link-row-centered .wpb_wrapper {
	height:85px;
}

.landing-page-full-width-link-row-centered p a {
	text-decoration:underline;
	font-size:26px;
	line-height:80px;
	font-weight:700;
	
}

.landing-page-link-text-solid-background-logo {
    background-color: #FFF;
    border-left: 4px solid #EFAA00;
    border-right: 4px solid #EFAA00;
    padding: 0px 50px;
	height:85px;
	display:inline-block;
}

.landing-page-link-text-solid-background-new {
    background-color: #FFF;
    border-left: 4px solid #EFAA00;
    border-right: 4px solid #EFAA00;
    padding: 0px 22px;
	height:80px;
	display:inline-block;
	text-decoration:underline;
}

.landing-page-link-text-solid-background {
    background-color: #FFF;
    border-left: 4px solid #EFAA00;
    border-right: 4px solid #EFAA00;
    padding: 0px 30px;
	height:80px;
	display:inline-block;
	text-decoration:underline;
}

.landing-page-full-width-text-link-row {
    text-align: right;
    background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-yellow-4px.png");
    background-repeat: repeat-x;
    background-position: left center;
    padding-left: 0px;
    padding-right: 0px;
	line-height:80px;
	padding-right:40px;
}

.landing-page-text-link {
	font-size:30px;
	line-height:35px;
	font-weight:700;
	display:inline-block;
	padding:0px 30px;
}

.landing-page-text-link a {
	font-size:30px;
	line-height:45px;
	font-weight:700;
	text-decoration:underline
}


.landing-page-text-link-solid-background {
    background-color: #FFF;
    border-left: 4px solid #EFAA00;
    border-right: 4px solid #EFAA00;
    padding: 0px 0px;
	max-width:70%;
	float:right;
}

.landing-page-text-link-solid-background-v3 {
    background-color: #FFF;
    border-left: 4px solid #EFAA00;
    border-right: 4px solid #EFAA00;
    padding: 0px 0px;
	max-width:61%;
	float:right;
}

.landing-page-text-link-solid-background-v3 p {
   margin-bottom:0 !important;
}

}



@media only screen and (min-width: 768px) {

/* Base Styles for header: mobile */

.header-container {
	position: fixed;
	width:100%;
	max-width:960px;
	margin: 0 auto;
	z-index:10;
	background-color:rgba(255,255,255,.75);
	border-top: 2px solid #efab00;
	border-bottom: 2px solid #efab00;
	padding-top:10px;
	padding-left:0px;
}


header {
	 position:relative;
}

}

.title {
	margin:0;
	padding:0px;
	text-align:center;
	border:#36C solid 0px;	
}
   
#logo {
	max-width:60%;
	padding-bottom:10px;
	}

nav {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
	width:300px;
	border:#36C solid 0px;
}

nav ul {
	padding: 0;
	text-align:center;
	margin: 0 auto;
	list-style-type:none;
	list-style-position: inside;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	display: inline-block;
	margin: 0 4px 0 0;
    padding: 5px 10px;
	font-weight:600;
	font-size: 12px;
	text-align: center;
	line-height:20px;
	text-decoration:none;
	text-transform:uppercase;
	border:#36C solid 0px;
	color:#FFFFFF;
	border-radius: 0%;
		background-color:#007298;
		border:#efaa00 solid 1px;	
}

nav ul li a:hover {
	color:#231f20;
	text-decoration:none;
	border-radius: 0%;
		background-color:#efaa00;
		color:#231f20;
		border:#007298 solid 1px;	
}

nav ul li a:focus {
	color:#231f20;
	text-decoration:none;	
	border-radius: 0%;
		background-color:#efaa00;
		color:#231f20;
		border:#007298 solid 1px;
}

.dropdown-toggle hr {
    border-width: 3px 0px 0px;
    border-style: solid none none;
    border-color: #221f1f transparent transparent;
    height: 5px;
    margin: 0px;
}

.dropdown-toggle hr.last-hr {
	display:none;
}


.dropdown-toggle span {
	display:none;
}


.btn {
    display: inline-block;
    padding: 7px 6px;
	padding-top:7px;
	width:44px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
	text-transform:uppercase;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
	background: none repeat scroll 0% 0% #efaa00;
    color: #000;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0px none;
}
.btn-group > .btn:first-child {
    margin-left: 0px;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.dropdown-toggle:focus {
    outline: 0px none;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #231f20;
    text-decoration: none;
	outline: none;
    background: none repeat scroll 0% 0% #efaa00;
}

.open > .dropdown-menu {
    display: block;
}
li :last-child {
    margin-bottom: 0px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    display: none;
    float: right !important;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857;
    color: #231f20;
	text-transform:uppercase;
    white-space: nowrap;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
	text-align:left;
	font-size:14px;
    line-height: 1.42857;
    color: #231f20;
	text-transform:none;
    white-space: nowrap;
	border-radius: 0%;
	background-color:#ffffff;
	border:#efaa00 solid 0px;
	height:20px;
	/*width:100%; FIX LATER*/
}

.dropdown-menu > li:hover {
	background-color:#cccccc;
	border:#efaa00 solid 0px;
	width:100%;
}

.dropdown-menu > li:focus {
	background-color:#cccccc;
	border:#efaa00 solid 0px;
	width:100%;
}


.dropdown-menu > li > a:hover {
	height:20px;
	border-radius: 0%;
	background-color:#cccccc;
	border:#efaa00 solid 0px;
}

.dropdown-menu > li > a:focus {
	height:20px;
	border-radius: 0%;
	background-color:#cccccc;
	border:#efaa00 solid 0px;
}

.video-callout-thumb.vc_col-sm-12 {
	padding:0;
	
}



@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Layout
   ==================== */

	.header-container {
	padding-top:18px;
}

    .title {
		margin:0;
		padding:0px;
		text-align:center;	
	}
   
	nav {
		width:600px;
		border:#36C solid 0px;
	}
	
	#logo {max-width:100%;}
	
	nav ul li a {
	margin: 0 24px 0 0;
	
	}
	
.wpb_content_element.landing-page-intro-headline-new {
	margin-bottom:25px;
}
	
	
}

@media only screen and (min-width: 910px) {

/* ===============
    Layout Changes
   =============== */

.header-container {
	min-height:130px;
	margin-top:30px;
	padding-left:0px;
}


    .wrapper {
        /*width: 958px;*/
        margin: 0 auto;
    }
	
	.title {
		position:fixed;
		
		color: white;
		margin:0;
		padding:0px;
		text-align:center;
		
	}

	.logo-container {
		padding-left:30px;
	}
	
	
	nav {
		display: table;
		float:right; /* Float the menu right instead of center so it doesn't bump the logo */
		border:#36C solid 0px;
		padding-top:7px;	
	}
	
	nav ul {
	padding: 0;
	text-align:right;
	margin: 0;
}

	
	nav ul li a {
		display:inline-block;
		text-align:center;
		margin: 0;
		padding: 0;
		font-size: 16px;
		text-align: center;
		line-height:90px;
		text-decoration:none;
		text-transform:uppercase;
		border-radius: 50%;
		background-color:#007298;
		width: 91px;
	    height: 91px;
		border:#efaa00 solid 2px;
			
	}
	
	nav ul li a:hover {
		display:inline-block;
		border-radius: 50%;
		background-color:#efaa00;
		width: 91px;
	    height: 91px;
		color:#231f20;
		border:#007298 solid 2px;
	}
	
	nav ul li a:focus {
		display:inline-block;
		border-radius: 50%;
		background-color:#efaa00;
		width: 91px;
	    height: 91px;
		color:#231f20;
		border:#007298 solid 2px;
	}
	
	a.achievelink.top-nav.active {
		display:inline-block;
		border-radius: 50%;
		background-color:#efaa00;
		width: 91px;
	    height: 91px;
		color:#231f20;
		border:#007298 solid 2px;
	}
	
	a.connectlink.top-nav.active {
		display:inline-block;
		border-radius: 50%;
		background-color:#efaa00;
		width: 91px;
	    height: 91px;
		color:#231f20;
		border:#007298 solid 2px;
	}
	
	a.employlink.top-nav.active {
		display:inline-block;
		border-radius: 50%;
		background-color:#efaa00;
		width: 91px;
	    height: 91px;
		color:#231f20;
		border:#007298 solid 2px;
	}
	
	nav ul li.menu-block div.button-group ul.dropdown-menu li a {
		display:inline-block;
		text-align:center;
		margin: 0;
		padding: 0;
		font-size: 16px;
		text-align: center;
		line-height:90px;
		text-decoration:none;
		text-transform:uppercase;
		border-radius: 0%;
		background-color:#227298;
		border:#efaa00 solid 2px;
			
	}
	
	nav ul li ul li a:hover {
		display:inline-block;
		border-radius: 50%;
		background-color:#efaa00;
		width: 91px;
	    height: 91px;
		color:#231f20;
		border:#007298 solid 2px;
	}
	
	nav ul li ul li a:focus {
		display:inline-block;
		border-radius: 50%;
		background-color:#efaa00;
		width: 91px;
	    height: 91px;
		color:#231f20;
		border:#007298 solid 2px;
	}
	
	
	 .circle-nav-first {
		padding-right:60px;
		background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/circle-nav-background-horz-rule.png");
        background-repeat: repeat-x;
        background-position: left center; 
	 }
	 
	 .circle-nav-last {
		padding-left:60px;
		background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/circle-nav-background-horz-rule.png");
        background-repeat: repeat-x;
        background-position: left center; 
	 }
	 
	 .menu-block {
		 padding-left:44px; 
	 }
	 
	 .headline-with-horz-rule {
    background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/circle-nav-background-horz-rule.png");
    background-repeat: repeat-x;
    background-position: left center;
}

.dropdown-toggle hr {
    border-width: 3px 0px 0px;
    border-style: solid none none;
    border-color: #221f1f transparent transparent;
    height: 10px;
    margin: 0px;
}

.dropdown-toggle hr.last-hr {
	display:block;
}

.dropdown-toggle span {
	display:inline-block;
	padding-bottom:8px;
}

.btn {
    display: inline-block;
    padding: 10px 22px;
	width:90px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
	text-transform:uppercase;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
	background: none repeat scroll 0% 0% #efaa00;
    color: #000;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0px none;
}
.btn-group > .btn:first-child {
    margin-left: 0px;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.dropdown-toggle:focus {
    outline: 0px none;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #231f20;
    text-decoration: none;
	outline: none;
    background: none repeat scroll 0% 0% #efaa00;
}

.open > .dropdown-menu {
    display: block;
}
li :last-child {
    margin-bottom: 0px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    display: none;
    float: right !important;
    min-width: 190px;
    padding: 5px 0px;
    margin: 6px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0px;
}


}


.fsSection input[type="text"] {
    background-color: #FFF;
    border: 0px solid #CECECE;
    box-shadow: 0px 0px 0px 0px #BDBDBD inset;
	border-radius: 0px;
}

.fsSection input[type="email"] {
    background-color: #FFF;
    border: 0px solid #CECECE;
    box-shadow: 0px 0px 0px 0px #BDBDBD inset;
	border-radius: 0px;
	padding:6px !important;
}

.fsSubFieldGroup .fsSubField.name-column {
    float: left;
    width:45%;
}

.fsSubFieldGroup .fsSubField.zip-column {
    float: left;
    width:45%;
}

.fsSubFieldGroup .fsSubField.submit-column {
    float: left;
    width:45%;
}


.fsSection input.fsField[type="text"], .fsSection input.fsField[type="email"] {
    color: #333;
    border-color: #7C7C7C;
	font-size:12px;
	background-color: #fbeabf;
	max-width: 100%;
	padding:4px !important;
	height:22px !important;
}

.fsSection {
	padding:0px 20px 10px 20px;
}


.fsSection .first-name {
	float:none;
	width:100%;
	padding-right:0%;
	margin-bottom:7px;	
}

.fsSection .last-name {
	float:none;
	width:100%;
	padding-right:0%;
	margin-bottom:7px;	
}

.fsSection .email-address {
	float:none;
	width:100%;
	padding-right:0%;
	margin-bottom:7px;	
}

.fsSection .zip-code {
	float:none;
	width:100%;
	padding-right:0%;
	margin-bottom:7px;	
}

.fsSection .form-submit {
	float:none;
	width:50%;
	margin-bottom:7px;
	text-transform:uppercase;	
}

.fsSection input[type="submit"] {
    font-size: 12px;
    cursor: pointer;
	padding:.5em;
	line-height: 13px;
}

.fsSection input[type="submit"]:hover {
    font-size: 12px;
    cursor: pointer;
	padding:.5em;
	line-height: 13px;
	color:#FFF;
	background: none repeat scroll 0% 0% #007197;
}

#fsError1914332, #fsError1916105, #fsError1916167, #fsError1916168, #fsError1916169, #fsError1916223, #fsError1916224, #fsError1916222 {
	padding:0px 20px 10px 20px;
	font-size:12px;
}

.fields-required {
	color:#FFF;
	font-size:11px;
	font-style:italic;
	text-align:center;
}


.landing-page-form-container-new .fsSection input.fsField[type="text"], .landing-page-form-container-new .fsSection input.fsField[type="email"] {
    color: #333;
    border-color: #7C7C7C;
	font-size:14px;
	background-color: #fbeabf;
	max-width: 100%;
	padding:5px !important;
	height:24px !important;
}


.landing-page-form-container-new .fsSection input[type="submit"] {
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    height: 24px;
}

.landing-page-form-container-new .fsSection input[type="submit"]:hover {
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
	color:#FFF;
	background: none repeat scroll 0% 0% #007197;
}


.landing-page-form-container-new .fsSection .first-name {
	float:none;
	width:100%;
	padding-right:0%;
	margin-bottom:9px;	
}

.landing-page-form-container-new .fsSection .last-name {
	float:none;
	width:100%;
	padding-right:0%;
	margin-bottom:9px;	
}

.landing-page-form-container-new .fsSection .email-address {
	float:none;
	width:100%;
	padding-right:0%;
	margin-bottom:9px;	
}

.landing-page-form-container-new .fsSection .zip-code {
	float:none;
	width:100%;
	padding-right:0%;
	margin-bottom:9px;	
}

.landing-page-form-container-new .fsSection .form-submit {
	float:none;
	width:50%;
	margin-bottom:9px;
	text-transform:uppercase;	
}





.full-container-width-content-block-yellow .vc_col-sm-12 {
	padding:0;
	background-color:#EFAA00;
	text-align:center;
}

.subhead-white-line-edges h2 {
	font-size: 20px;
	text-transform:uppercase;
	text-align:center;
	background:none;
	font-style: italic;
	color:#FFF;
	padding:10px 0px 10px 0px;
}

.subhead-white-line-edges h2 span.yellow-title-background {
	 background-color:#efaa00;
	 border-left:0px #FFF solid;
	 border-right:0px #FFF solid;
	 padding:0px 20px 0px 20px;
}

.form-subhead-white h2 {
	font-size: 24px;
	text-transform:uppercase;
	text-align:center;
	background:none;
	font-style: italic;
	color:#FFF;
	padding:6px 0px 6px 0px;
}

.landing-page-form {
	min-height:205px;
	background-color: #EFAA00;
}

@media only screen and (min-width: 920px) {
	
	
	.subhead-white-line-edges h2 {
	font-size: 20px;
	text-transform:uppercase;
	text-align:center;
	background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-white-2px.png");
    background-repeat: repeat-x;
    background-position: left center;
	font-style: italic;
	color:#FFF;
	padding:10px 0px 10px 0px;
}
	
	.landing-page-form-container-new .subhead-white-line-edges h2 {
	font-size: 20px;
	text-transform:uppercase;
	text-align:center;
	background-image: none;
    background-repeat: repeat-x;
    background-position: left center;
	font-style: italic;
	color:#FFF;
	padding:10px 0px 10px 0px;
}

.subhead-white-line-edges h2 span.yellow-title-background {
	 background-color:#efaa00;
	 border-left:2px #FFF solid;
	 border-right:2px #FFF solid;
	 padding:0px 20px 0px 20px;
}
	
.landing-page-form-container-new .subhead-white-line-edges h2 span.yellow-title-background {
	 background-color:#efaa00;
	 border-left:0px #FFF solid;
	 border-right:0px #FFF solid;
	 padding:0px 20px 0px 20px;
}
	

.landing-page-form-container-new .subhead-white-line-edges h2 {
	font-size: 25px;
	text-transform:uppercase;
	text-align:center;
	/*background-image: url("https://opportunitywa.org/wp-content/themes/Builder-OPPWA/images/background-horz-rule-white-2px.png");*/
    background-repeat: repeat-x;
    background-position: left center;
	font-style: italic;
	color:#FFF;
	padding:15px 0px 15px 0px;
}

.landing-page-form-container-new .subhead-white-line-edges h2 span.yellow-title-background {
	 background-color:#efaa00;
	 border-left:0px #FFF solid;
	 border-right:0px #FFF solid;
	 padding:0px 20px 0px 20px;
}
	


.fsSection .first-name {
	float:left;
	width:48%;
	padding-right:4%;
	margin-bottom:7px;	
}

.fsSection .last-name {
	float:left;
	width:48%;
	padding-right:0%;
	margin-bottom:7px;	
}

.fsSection .email-address {
	float:left;
	width:100%;
	padding-right:0%;
	margin-bottom:7px;	
}

.fsSection .zip-code {
	float:left;
	width:48%;
	padding-right:4%;
	margin-bottom:7px;	
}

.fsSection .form-submit {
	float:left;
	width:48%;
	margin-bottom:7px;
	text-transform:uppercase;	
}

.fsSection input[type="submit"] {
    font-size: 12px;
    cursor: pointer;
	padding:4px;
	height:22px;
	/*line-height: 13px;*/
}

.fsSection input[type="submit"]:hover {
    font-size: 12px;
    cursor: pointer;
	padding:4px;
	color:#FFF;
	background: none repeat scroll 0% 0% #007197;
}



.landing-page-form-container-new .fsSection .first-name {
	float:left;
	width:48%;
	padding-right:4%;
	margin-bottom:10px;	
}

.landing-page-form-container-new .fsSection .last-name {
	float:left;
	width:48%;
	padding-right:0%;
	margin-bottom:10px;	
}

.landing-page-form-container-new .fsSection .email-address {
	float:left;
	width:100%;
	padding-right:0%;
	margin-bottom:10px;	
}

.landing-page-form-container-new .fsSection .zip-code {
	float:left;
	width:48%;
	padding-right:4%;
	margin-bottom:10px;	
}

.landing-page-form-container-new .fsSection .form-submit {
	float:left;
	width:48%;
	margin-bottom:10px;
	text-transform:uppercase;	
}



.fields-required {
	color:#FFF;
	font-size:11px;
	font-style:italic;
	text-align:center;
}

}

.back-to-top-link {
	height:30px;
}

.homelink {
	display:block;
}

@media only screen and (min-width: 768px) {
	.homelink {
	display: none;
}

}
#error-404 {
    text-align: center;
    margin-bottom: 45px;
}

body #error-404 h1 {
    font-size: 200px !important;
    line-height: 200px !important;
    color:#007499;
	font-weight:1000;
}

body #error-404 h2 {
    text-transform: uppercase;
    font-size: 60px;
    color:#007499;
	font-weight:700;
}

.wpb_single_image img {
    height: auto;
    width: 100%;
}

/*Visual Composer Style Fixes after 12/2015 !$@$!#$ update*/

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}

.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
    margin-bottom: 0px !important;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_col-has-fill > .vc_column-inner {
    padding-top: 0px !important;
}

.page-top-image {
	
	padding: 0 0 30px 0;
}

.archive-listing {
	padding-bottom: 40px;
	border-bottom: #ccc solid 1px;
	margin-bottom: 30px;
}

.archive h1 {
	font-size: 1.5em;
font-weight: bold;
margin-bottom: 1em;
margin-left: 1.5em;
padding: .25em 1em;
margin-top: 1em;
background: #EBEBEB;
display: inline-block;
	
}

nav.posts-navigation {
	float: none;
	width: 100%;
}

nav.posts-navigation .screen-reader-text {
	display: none;
}

nav.posts-navigation .nav-links .nav-previous {
	margin-bottom: 3em;
background: #EBEBEB;
color: #333333;
	font-weight: normal;
font-size: inherit;
cursor: pointer;
	float: right;
text-align: right;

	
}
nav.posts-navigation .nav-links .nav-previous a {
	text-decoration:none; 
	color: #333333;
	padding: .5em 1em;
	display: inline-block;
}

nav.posts-navigation .nav-links .nav-previous a:hover {
	background: #efaa00;
	padding: .5em 1em;
}

nav.posts-navigation .nav-links .nav-next {
	margin-bottom: 3em;
background: #EBEBEB;
color: #333333;
	font-weight: normal;
font-size: inherit;
cursor: pointer;
	float: left;
text-align: left;

	
}
nav.posts-navigation .nav-links .nav-next a {
	text-decoration:none; 
	color: #333333;
	padding: .5em 1em;
	display: inline-block;
}

nav.posts-navigation .nav-links .nav-next a:hover {
	background: #efaa00;
	padding: .5em 1em;
}

/*Home Blog Feature update*/

p.home-blog-feature-main-title-01 {
	color: #007499;
font-weight: 800;
font-size: 46px;
line-height: 46px;
text-transform: uppercase;
	display:inline-block;
	width: 100%;
	margin: 0px 0px 0 0;
	padding: 0px 0px 0 0;
	border-right: 0px #efaa00 solid;
	text-decoration: none;
	
}

p.home-blog-feature-main-title-01 a {
	color: #007499;
	text-decoration: none;
	
}

p.home-blog-feature-main-title-01 a:hover {
	text-decoration: underline;
}

p.home-blog-feature-main-title-02 {
	color: #007499;
font-weight: 300;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
	display:inline-block;
	width: 100%;
	margin: 0px;
}

.home-blog-feature-post-container h4.mtphr-dnt-posts-title,
.home-blog-feature-post-container h4.mtphr-dnt-posts-title a {
	color: #484a4c;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	margin:0 0 24px 0;
}

.home-blog-feature-post-container img {
	margin:0 0 24px 0;
}

.home-blog-feature-post-container p.mtphr-dnt-posts-excerpt {
	line-height: 1.75;
	margin:0 0 24px 0 !important;
}

.home-blog-feature-more-articles-container {
	text-align: center;
}

.home-blog-feature-more-articles-container a,
.home-blog-feature-more-articles-container a:hover,
.home-blog-feature-more-articles-container a:visited{
	display:inline-block;
	color:#ffffff;
	background-color: #00739c;
	padding: 5px 25px 5px 25px;
	text-decoration: none;
}

@media only screen and (min-width: 880px) {
	p.home-blog-feature-main-title-01 {
		color: #007499;
		font-weight: 800;
		font-size: 46px;
		line-height: 46px;
		text-transform: uppercase;
		display:inline-block;
		width: auto;
		margin: 0px 10px 0 0;
		padding: 0px 10px 0 0;
		border-right: 1px #efaa00 solid;
	}
	
	p.home-blog-feature-main-title-02 {
		color: #007499;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
		display:inline-block;
		width: 50%;
		margin: 0px;
	}

		.home-blog-feature-post-container h4.mtphr-dnt-posts-title,
	.home-blog-feature-post-container h4.mtphr-dnt-posts-title a {
		color: #484a4c;
		font-weight: 600;
		font-size: 22px;
		line-height: 30px;
		margin:0 0 24px 0;
	}
}

.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #ffffff !important;
    background-color: #efaa00 !important;
}

.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff !important;
}

.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
}


.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #ffffff !important;
	border-width: 0px !important;
    background-color: #e0e3e7 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #007298 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
   color: #007298 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #007298 !important;
}

.vc_tta-accordion.vc_tta-color-grey li {
    margin: 0;
    padding: 0;
	padding-bottom: 20px;
}

.vc_tta-accordion.vc_tta-color-grey h4 {
	/*font-weight: 400;*/
}

.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel-title {
    line-height: 1.25  !important;
}

/*
.vc_tta-accordion.vc_tta-color-grey {
	max-width: 400px;
	
}
*/

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    border-width: 3px 0 0 !important;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    border-width: 0 0 0 3px !important;
}

.page-template-page-prosperitylandingpage h2 {
    font-size: 2.25em;
}


.page-template-page-prosperitylandingpage .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 8px;
}