@import url(//fonts.googleapis.com/css?family=Muli:300,400,800);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800,700);
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

.gform_wrapper form .gform_body ul,
.gform_wrapper form .gform_body ul li { 
	list-style-type: none !important; 
	list-style-image: none !important;
	list-style: none !important; 
	background-image: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important
}
.gform_wrapper form .gform_body ul > li:before {
	content: "";
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
#inner-header form#searchform {position:absolute;top:8px;right:175px;}
span.screen-reader-text {display:none;}
input.search-submit {
	position:relative;
	top:7px;
	padding-right:25px;

}
h3.search-title {
	text-transform:uppercase;
	line-height:normal;
	font-size:24px;
	margin-bottom:10px;
}
body.search .entry-content {padding-top:0px;}
span.search-term {background-color:#fff600;}
body.search .excerpt-read-more {display:none;}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}


.label {
margin:10px auto;
}

.label.custom-192 {
margin:0px;
}

.label label {
font-size:15px;
text-transform:uppercase;
color:#929292;
font-weight:bold;
}

label.field h3 {
color: #0D2F5F;
margin:0px 0px 5px;
}

form table {
margin:20px 0px;
max-width:85%;
padding:0px 10px;
}

.input {
margin:10px auto;
}

.input input,
.input textarea {
padding:5px;
border:1px solid #d3d3d3;
max-width:100%;
}

input[type=checkbox] {
margin: 0px 5px;
}

.required_note {
float:right;
text-align:right;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/*
p {
	-webkit-hyphens: auto;
	-epub-hyphens:   auto;
	-moz-hyphens:    auto;
  hyphens:         auto;
}
*/
b,
strong,
.strong {
  font-weight: bold;
}

ul li strong {   font-family: 'Open Sans', sans-serif;font-weight:800; }
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
.muli {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.bold {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('http://voteyeson91.com/wp-content/themes/newapproach/library/fonts/font-name.eot');
    	src: url('http://voteyeson91.com/wp-content/themes/newapproach/library/fonts/font-name.eot#iefix') format('embedded-opentype'),
             url('http://voteyeson91.com/wp-content/themes/newapproach/library/fonts/font-name.woff') format('woff'),
             url('http://voteyeson91.com/wp-content/themes/newapproach/library/fonts/font-name.ttf') format('truetype'),
             url('http://voteyeson91.com/wp-content/themes/newapproach/library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #0078c9;
  font-weight:bold;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #0078c9;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-rendering: optimizelegibility;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.05em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER STYLES
*********************/
.header {
  height: 103px;
}
.header #inner-header {
  position: relative;
}

.header #inner-header #social a {
  background: url(../images/social-main.png) no-repeat;
  width: 33px;
  height: 33px;
  display: inline-block;
}
.header #inner-header #social a.twitter {
  background-position: -33px 0;
}
.header #inner-header #social a.instagram {
  width: 33px;
  background-position: -66px 0;
}
.header #inner-header #social a.bitcoin {
	background:url('../images/bitcoin.png') no-repeat;
}
.header #inner-header #social a.donate-btn {
	color:#fff;
	background-image:none;
	background-color:#107320;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:80px;
	height:33px;
	text-decoration:none;
	text-align:center;
	padding-top:4px;
}
.header #inner-header #social a.donate-btn:hover {
	background-color:#0d5b19;
}
.header #logo {
  z-index: 1000;
  position: absolute;
}
.header nav {

  margin-left: 150px;
  clear:both;
}

.sidebar .widget:first-child {
  margin-top: 0;
}
.sidebar .widget h4 {
  border-top: 7px solid #efefef;
  border-bottom: 1px solid #efefef;
}
#text-33, #text-37 {margin-bottom:25px;}
.social-block {
  background: url(../images/line.png) repeat-x left top;
}
.social-block .widget {
  width: 25%;
  float: left;
  margin: 0;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 10px;
  border-right:1px solid #BED4E6;
}

.social-block #rfb_widget-2.widget {
width:50%;
}

.social-block #instagram_recent_media-2.widget {
  border-left:1px solid #BED4E6;
}

.social-block .widget .widgettitle {
  text-transform: uppercase;
  font-size: 30px;
  color: #0078c9;
  border: none;
  margin-top: 10px;
  padding-left: 40px;
  line-height: 41px;
}
.social-block .widget a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #0078c9;
}
.social-block .widget div {
  line-height: 22px;
}
.social-block .widget.widget_instagram_recent_media .widgettitle {
  background: url(../images/social-home.png) no-repeat left 5px;
}
.social-block .widget.widget_instagram_recent_media .ig_timestamp {
  display: block;
  clear: both;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  margin-top: 24px;
  padding-left: 24px;
  background: url(../images/instagram-small.png) left no-repeat;
}
.social-block .widget.widget_twitter div {
  line-height: normal;
}
.social-block .widget.widget_twitter .widgettitle {
  background: url(../images/social-home.png) no-repeat left -52px;
  height: 45px;
}
.social-block .widget.widget_twitter ul {
  line-height: 22px;
}
.social-block .widget.widget_twitter .entry-meta a {
  display: block;
  clear: both;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  margin-top: 24px;
  padding-left: 26px;
  background: url(../images/twitter-small.png) left no-repeat;
}
.social-block .widget.widget_rfb_widget .widgettitle {
  background: url(../images/social-home.png) no-repeat left -178px;
}
.social-block .widget.widget_rfb_widget .rfbp-post {
  border-bottom: 0;
}
.social-block .widget.widget_rfb_widget .rfbp-text p {
  margin-bottom: 0;
}
.social-block .widget.widget_rfb_widget .rfbp-post-link-wrap {
  margin-top: 0;
}
.social-block .widget.widget_rfb_widget .rfbp-timestamp {
  display: block;
  clear: both;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  margin-top: 24px;
  padding-left: 18px;
  background: url(../images/facebook-small.png) left no-repeat;
}
.social-block .widget.widget_text .widgettitle {
  background: url(../images/social-home.png) no-repeat left -111px;
}
.social-block .widget.widget_text .donate-button {
  height: 51px;
  width: 179px;
  background: url(../images/donate-button.png) no-repeat;
  display: block;
}
.single-post .entry-title {
  font-size: 34px !important;
}

#addthis_responsive_sharing_e610, .rounded-share{
  display:none;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.header nav ul.nav li.current-menu-item {
  color: red;
}
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
#main-nav {
	height:101px;
	position:relative;
	margin-top:43px;
}
ul#menu-main-menu-1, ul#menu-main-menu-1 ul.sub-menu {
	padding:0;
	margin:0;	
}

ul#menu-main-menu-1 li, ul#menu-main-menu-1 ul.sub-menu li {
	list-style-type:none;
	display:inline-block;
	
}
ul#menu-main-menu-1 li a, ul#menu-main-menu-1 li ul.sub-menu li a {
  display: inline-block;
  padding: 10px 17px;
  font-size: 22px;
  color: #55626c;
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align:left;
  text-decoration:none;	
}
ul#menu-main-menu-1 li {
	position:relative;
	z-index:99999;
}
ul#menu-main-menu-1 li ul.sub-menu {
	display:none;
	position:absolute;
	top:50px;
	left:0;
	width:250px;
	height:400px;

}
ul#menu-main-menu-1 li:hover ul.sub-menu {
	display:block;
}
ul#menu-main-menu-1 a:hover, ul#menu-main-menu-1 li ul.sub-menu a:hover {
	color:#0078c9;
}
ul.sub-menu li {
	border-bottom:1px solid #f0f0f0;
	background-color:#fff;
	width:250px;
}
ul.sub-menu li a {
	font-size:1em !important;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  background: url(../images/body-bg.png) repeat-x;
  min-height: 500px;
}
#content #inner-content {
  clear: both;
  padding-top: 68px;
}

.home#content #inner-content {
  padding-top: 0px;
}

#content #inner-content h1 {
  color: #0D2F5F;
  margin: 0;
  text-transform: none;
  font-size: 38px;
}

body.page-id-342 #content #inner-content h2 {
  color: #0D2F5F;
  margin: 0;
  text-transform: uppercase;
  font-size: 42px;
  border-bottom: 0px;
  padding-bottom: 20px;
}

#updates {
  text-align: center;
  color: white;
  background: url(../images/updates-bg.png) repeat top left;
  /*min-height: 131px;*/
  padding-top: 8px;
}

#updates.OR-slide {
  background-color:#9EC0DB;
  background-image:none;
  top:420px;
  z-index:9999;
  position:absolute;
  min-height:100px;
  }
  
  #cycloneslider-home-page-slider-1 {
  z-index:0;
  }
  
#updates h2 {
  text-transform: uppercase;
  font-size: 24px;
}

.home #updates h2 {
color:#0078C9;
font-size:32px;
letter-spacing:-1px;
margin:5px auto;
  font-weight:700;
  }

.home #updates h2 span{ color:#0D2F5F;}


#updates div {
  font-size: 18px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

#updates iframe{
float:left;
width:55%;
height:95px;
margin-left:35px;
}

.home_btn_holder {
float:left;
width:30%;
margin-top:5px;
} 

#updates div .black {
  color: transparent;
  height: 38px;
  width: 38px;
  background: url(../images/or.png) left top no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 16px;
}
#updates div .large {
  font-size: 30px;
}
#updates div input {
  width: 219px;
  height: 38px;
    vertical-align: middle;
}
.home #updates div input {
color:#ccc;
letter-spacing:-1px;
font-weight:500;
width:150px;
}
.home #updates div input.submitbutton {
  width: 110px;
  height: 38px;
  background: url(../images/btn-submit.png);
  display: inline-block;
  vertical-align: middle;
  margin-left:8px;
  color: transparent;
  text-indent:-99999px;
  background-repeat:no-repeat;
}
#updates .btn {
 /* display: inline-block;
  height: 52px;
  width: 313px;*/
  background-color:#3F81E2;
  color:#fff;
  vertical-align: middle;
  /*background: url(../images/btn-text.png);*/
  margin: 20px 10px 10px;
  float:left;
  padding: 0px 10px;
}

#updates .btn:hover {
background-color:#669933;
}

#updates .btn.donate-now-btn {
background-color:#669933;
}

#updates .btn a:link,
#updates .btn a:visited,
#updates .btn a:hover,
#updates .btn a:focus
{  color:#fff;
text-decoration:none;
  }
  
#get-involved {
background-color:#666666;
padding:10px;
margin-bottom:3px;
margin-top:3px;
}

#get-involved h2{
color:#fff;
text-align:center;
text-transform:uppercase;
margin:5px 0px;
padding:0px;
 }
ul.home_btn_holder {
list-style-type:none;
display:inline;
width:100%;
} 

ul.home_btn_holder li a.get-involved-button:link,
ul.home_btn_holder li a.get-involved-button:visited  {
display:block;
width:90%;
height:40px;
line-height:40px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
color:#000;
font-size:1.35em;
border:1px solid #333;
padding:0px 5px;
margin:0px auto;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#d6d6d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#d6d6d6 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#d6d6d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}

ul.home_btn_holder li a.get-involved-button:hover,
ul.home_btn_holder li a.get-involved-button:focus  {
color:#649b2c;
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top, #fefefe 0%, #e6efde 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e6efde)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefefe 0%,#e6efde 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefefe 0%,#e6efde 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefefe 0%,#e6efde 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefefe 0%,#e6efde 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6efde',GradientType=0 ); /* IE6-9 */
}
  
ul.home_btn_holder li a.donate-green:link,
ul.home_btn_holder li a.donate-green:hover   {
color:#649b2c !important;
background: #fefefe !imporant; /* Old browsers */
background: -moz-linear-gradient(top, #fefefe 0%, #e6efde 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e6efde)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefefe 0%,#e6efde 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefefe 0%,#e6efde 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefefe 0%,#e6efde 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefefe 0%,#e6efde 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6efde',GradientType=0 ); /* IE6-9 */
}  
  
.recent-news {
  width: 75%;
  border-top: 7px solid #efefef;
  margin-bottom: 30px;
  /*
	.ovalbtn{
		background: url(../images/btns-oval.png);
		height: 41px;
		display: block;	
		float: left;
		margin-right: 24px;

		&.twitter{
			width: 121px;
			background-position: -110px 0;
		}
		&.facebook{
			width: 110px;
		}
		&.email{
			width: 122px;
			background-position: -231px 0;
		}
	}
	*/
}
.recent-news .image {
  float: left;
  margin: 16px 16px 16px auto;
}
body.home .recent-news img {
	max-width:100%;
	height:auto;
}
.recent-news h2 {
  font-size: 24px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.rounded-share .ovalbtn {
  background: url(../images/btns-oval.png);
  height: 41px;
  display: block;
  float: left;
  margin-right: 24px;
}
.rounded-share .ovalbtn.twitter {
  width: 121px;
  background-position: -110px 0;
}
.rounded-share .ovalbtn.facebook {
  width: 110px;
}
.rounded-share .ovalbtn.email {
  width: 122px;
  background-position: -231px 0;
}
.sidebar .widget {
  margin-top: 0;
  border-top: 7px solid #efefef;
}
.sidebar .widget .get-updates {
  line-height: normal;
}
.sidebar .widget .get-updates .update-button {
  height: 37px;
  width: 153px;
  background: url(../images/btn-getupdates.png);
  display: inline-block;
  vertical-align: middle;
  float:left;
  color: transparent;
}

.sidebar.fourcol .widget .get-updates .update-button {
background-size: 120px;
width:50%;
float:left;
background-repeat:no-repeat;
height:37px;
}

.sidebar .widget .get-updates input {
  height: 37px;
  font-size: 14px;
  display: inline-block;
  float: left;
  /*min-width:25%;
  max-width: 45%;*/
    margin-right:5px;
}
.sidebar.fourcol .widget .get-updates input {
  height: 30px;
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 45%;
  margin-right:5px;
}

.sidebar.fourcol .widget .get-updates input#submit_email {
width:80%;
}

.sidebar.fourcol .widget .get-updates input.submitbutton {
width:15%;
padding:0px;
}

.sidebar .widget .get-updates .or {
  text-transform: uppercase;
  font-size: 14px;
  clear: both;
  margin: 20px auto;
}
.sidebar .widget .get-updates .green {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
}
.sidebar .widget h4.widgettitle, .inset-content h2 {
  border: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 16px auto;
  color: /*#0078C9*/#0D2F5F;
}
.sidebar .widget li {
  border-top: 1px solid #efefef;
  padding-top: 16px;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.sidebar .widget li p {
  margin: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.sidebar .widget li p a {
  text-decoration: none;
}
.sidebar .widget li p .arrowbutton {
  width: 18px;
  height: 18px;
  background: url(../images/icon-arrow.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.sidebar .widget li .post-title {
  font-size: 18px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-weight: bold;
  line-height: normal;
}
.sidebar .widget li .post-date {
  font-weight: normal;
  font-size: 12px;
  color: #666666;
}
a.bluelink {
  color: #0078c9;
  text-decoration: none;
  border-bottom: 2px solid #0078c9;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 0 4px 6px 0;
}
a.bluelink:hover {
  color: #55626c;
}
.home-sidebar {
  width: 25%;
  border-top: 7px solid #efefef;
}
.home-sidebar .widget {
  margin-top: 0;
}
.home-sidebar .widget h4.widgettitle {
  border: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 16px auto;
}
.home-sidebar .widget li {
  border-top: 1px solid #efefef;
  padding-top: 16px;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.home-sidebar .widget li p {
  margin: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.home-sidebar .widget li p a {
  text-decoration: none;
}
.home-sidebar .widget li p .arrowbutton {
  width: 18px;
  height: 18px;
  background: url(../images/icon-arrow.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.home-sidebar .widget li .post-date {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #666666;
}
#about {
  background: #f0f0f0;
  padding: 30px 15px;
  display: table;
  margin-top: 0px;
  margin-bottom:5px;
}
#about .learnmore-button {
  width: 152px;
  height: 42px;
  display: block;
  float: right;
  background: url(../images/btn-getthefacts.png);
  margin-top: -55px;/*-10px old */
  margin-right: 10px;/*-5px old */
  box-shadow:1px 1px 3px #1b1b1b;
  -moz-shadow:1px 1px 3px #1b1b1b;
  -webkit-shadow:1px 1px 3px #1b1b1b;
}
#about h2 {
  margin-top: 0;
  text-align:center;
  margin-bottom:0;
}
#about p.home-about-sub {
	text-align:center;
	color:#254169; 
	font-weight: 900 ;
	margin:0 0 25px 0;
	font-size:1.1em;
}
#about .allcaps {
  text-transform: uppercase;
  font-weight: bolder;
}
#about .left,
#about .right,
#about .middle {
  display: table-cell;
  width: 33.33%;
  padding-top: 0;
}
#about .left h3,
#about .right h3,
#about .middle h3 {
  margin: 0;
}
#about .left .learnmore-button,
#about .right .learnmore-button,
#about .middle .learnmore-button {
  width: 152px;
  height: 42px;
  background: url(../images/btn-learnmore.png);
}
#about .left {
  padding-right: 30px;
  background: url(../images/zigzag.png) right repeat-y;
}

#about .right {
  padding-left: 30px;
  background: url(../images/zigzag.png) left repeat-y;	
}
#about .middle {
  padding: 0 30px;
  position:relative;
}
#about .middle {
	background:url('http://voteyeson91.com/wp-content/themes/newapproach/library/images/play.png')no-repeat center center;
	z-index:3;
	width:290px;
	height:175px;
}
#about .right {
  /*background: #107320 url(../images/zigzag_gtf.png) left repeat-y;
  padding: 0 30px;
  color:#fff;*/
}
.right p {
	margin-bottom:60px;
}
.inset-list {
  padding: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
  height:100%;
   display:table;
       float:right;
  width:50%;
  }
  
  .inset-content {
   background: #f0f0f0 url(../images/zigzag.png) left repeat-y;
   display:table-cell;
   padding:20px;
   padding-left:30px;
   
}

.popquote {
  padding: 30px 20px;
  margin: 25px;
  height:100%;
  display:table;
   float:right;
  width:300px;
  height:100%;
  background-color:#3F81E2;
  color:#fff;
  font-weight:bold;
  font-size:18px;
  line-height:21px;
}

.popquote h2 {
color:#fff;
}

.entry-content .inset-content ul, .entry-content .inset-content  ol {
padding-left:10px;
}


body.category-press-releases header.article-header, body.category-editorials header.article-header {
	background:url('../images/news.png')no-repeat left 5px;
	padding-left:55px;
	margin-bottom:35px;
	min-height:35px;
}
body.category-press-releases h3.h2, body.category-editorials h3.h2 {font-size:1.25em;line-height:1.4em;}
body.category-voters-pamphlet-statements h3 a, body.category-voters-pamphlet-statements a.excerpt-read-more{color:#6594ca;}
body.category-voters-pamphlet-statements a.excerpt-read-more {text-decoration:none;}
body.category-voters-pamphlet-statements h3 {font-size:1.5em;line-height:1.2em;margin-bottom:0;}
body.category-voters-pamphlet-statements .article-header {margin-bottom:0;}
body.category-voters-pamphlet-statements section.entry-content {padding-top:0;}
body.category-voters-pamphlet-statements #main {margin-bottom:25px;}
#text-31.widget a {color:#5882bc;text-decoration:none !important;}
#text-31.widget h3 {font-size:1.5em;line-height:1.2em;margin-bottom:0;}

/* State of OR Background
body.page-id-342 #post-342 {
background:transparent url(../images/map_bg.png) right 80px no-repeat;
background-size:83%;
}*/


#OR-testimonials {
clear:both;
height:100%;
margin:0px auto;
}

.testimonials-widget-testimonials.listing {
height:100%;
margin:10px 0px;
padding: 0px;
}

.testimonials-widget-testimonial {
width:100%;
float:left; 
clear:both;
}

.testimonials-widget-testimonial.list {
clear:none;
}

.testimonials-widget-testimonial blockquote {
margin:10px;
padding: 0px 10px;
}

.testimonials-widget-testimonial blockquote p {
padding: 0px 5px;
font-style:italic;
}

.testimonials-widget-testimonial div.credit {
float:right;
margin:-15px 0px 20px 0px;
font-weight:bold;
}

.testimonials-widget-testimonial div.credit .location{
/*color:#3f81E2 !important;*/
}

.oregonians-voice-list {
padding:10px 0px;
clear:both;
margin: 20px 0px;
}


#post-lead {
  background: #efefef url(../images/body-bg.png) repeat-x;
  height: 300px;
  margin-bottom: 25px;
}
#post-lead #post-lead-inner {
  position: relative;
}
#post-lead .left {
  position: absolute;
  left: 0;
  margin-top: 115px;
  margin-right: 600px;
  margin-left:10px;
}
#post-lead .left h1 {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 42px;
  color: #0D2F5F;
}
#post-lead .left h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}
#post-lead .right {
  position: absolute;
  right: 0;
}
.widget_search {
  border-top: 0 !important;
}
.widget_search input[type="text"] {
  height: 32px;
  font-size: 14px;
}
.widget_search .screen-reader-text,
.widget_search #searchsubmit {
  display: none;
}
.ninja-forms-field[type="text"] {
  height: 32px !important;
  font-size: 14px !important;
  width: 50% !important;
}
.ninja-forms-field[type="submit"],
.button,
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus ,
input[type="submit"]{
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: url(../images/btn-background.png) top right;
  height: 37px;
  text-transform: uppercase;
  color: white;
  padding: 0 40px 0 15px;
  border: none;
  margin-left: 0 !important;
  font-size: 15px;
  border-radius: 0;
}

.sidebar.fourcol .widget .get-updates input.submitbutton[type="submit"] {
background-position: right -3px;
}

textarea.ninja-forms-field {
  font-size: 14px !important;
  width: 50% !important;
  font-weight: bold;
}
.blog h2,
.single-post h2 {
  text-transform: uppercase;
  line-height: normal;
  font-size: 24px;
}
.blog .share,
.single-post .share {
  text-transform: uppercase;
  color: #0078c9;
  font-weight: bold;
}
.blog .share a,
.single-post .share a {
  background: url(../images/social-blog.png) no-repeat;
  height: 27px;
  width: 27px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: bottom;
}
.blog .share a.twitter,
.single-post .share a.twitter {
  background-position: -27px 0;
}
.blog .share a.email,
.single-post .share a.email {
  background-position: -54px 0;
}
.blog .image,
.single-post .image {
  float: left;
  margin: 16px 16px 16px auto;
}
.blog .byline,
.single-post .byline {
	margin-bottom:15px;
    border-bottom: 1px solid #efefef;
  	padding:0;

}
.byline {
	height:40px;
	margin-bottom:15px;
    border-bottom: 1px solid #efefef;
  	padding:0;	
  	margin-top:0;
}
body.single .byline {
	margin-top:15px;
}
.edit-link {
font-size:12px;
font-weight:bold;
}

.blog .entry-content,
.single-post .entry-content {
  padding-top: 0;
}
.blog .article-footer,
.single-post .article-footer {
  font-size: 12px;
  color: #666666;
  margin-top: 24px;
}
.blog .article-footer a,
.single-post .article-footer a {
  color: #0078c9;
  text-decoration: none;
}

.article-header {
margin-bottom:10px;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}
/* entry content */
.entry-content {
  padding-top: 24px;
  font-size: 16px;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
}
.entry-content .large {
  font-size: 18px;
}
.entry-content h3 {
  text-transform: uppercase;
  font-size: 20px;
}
.entry-content ul,
.entry-content ol {
  padding: 0 0 0 35px;
}
.entry-content ul li,
.entry-content ol li {
  padding-left: 10px;
  background: url(http://www.newapproachoregon.com/wp-content/themes/newapproach/library/images/bullet.png) left 8px no-repeat;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.featured-og-image {
display:none;
} 

body.page-id-342 .entry-content img {
float:left;
margin:-5px 20px 15px 0px;
}

body.page-id-342 p.voice-entry {
display:block;
margin:20px auto;
clear:both;
height:100%;
padding:15px 0px;
font-style:italic;
font-size:17px;
font-weight:400;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#2b2b2b;
}

body.page-id-342 p.voice-entry span {
color:#3399cc;
font-style:normal;
font-size:15px;
}

#text-6 p {
color:#3399cc;
font-weight:400;
font-size:19px;
}

.clear {
clear:both;
}

.entry-content video,
.entry-content object {
  max-width: 100%;
  /*height: auto;*/
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */

.get-updates {
 width:325px;
}
.get-updates h4 {
color: #0078C9;
text-transform: uppercase;
font-weight: 600;
font-size: 20px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
#fancybox-title-over {display:none;}

.faq__answer{
	display:none;
}
h3.faq__question {
	color:#0D2F5F;
}
.faq__answer {
	background:#F9F9F9;
	padding:20px;
}
.social_buttons {
	float:left;
	width:100px;
	height:24px;
}
.social_buttons_container {
	overflow:hidden;
}
.social_buttons.tweet {
	padding-top:4px;
}

#thank-earl {
	display:block;
}
#thank-earl h4, #popup_content h4 {
text-transform: uppercase;
font-size: 20px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-weight: 600;
margin: 16px auto;
color: #0078C9;	
}
body.page-id-806 #text-12 {
	display:none;
}

#popup_content {
	overflow-y:visible !important;
	overflow-x:visible !important;
	padding:20px;
}
img.center {
	display:block;
	margin-right:auto;
	margin-left:auto;
}
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
/******************************************************************
10. COMMENT STYLES
******************************************************************/
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form input[type=select],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form input[type=select]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form input[type=select]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  height: 200px;
  background: url(../images/footer-bg.jpg) repeat-x;
}
.footer #inner-footer {
  position: relative;
}
.footer #inner-footer .logo {
  margin-top: 0px;
  position: absolute;
}
.footer #inner-footer .left,
.footer #inner-footer .right {
  font-size: 12px;
  color: white;
  display: inline-block;
  margin-top: 6px;
  height: 40px;
  line-height: 40px;
}
.footer #inner-footer .left {
  float: left;
}
.footer #inner-footer .right {
  float: right;
}
.footer #inner-footer #footer-menu {
  height: 160px;
  text-transform: uppercase;
}
.footer #inner-footer #footer-menu h4 {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  border-bottom: 0;
  /*color: #0078c9;*/
  color: #0D2F5F;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}
.footer #inner-footer #footer-menu .menu {
  margin-top: 0;
}
.footer #inner-footer #footer-menu .fmenu {
  position: absolute;
  left: 140px;
  top: 0;
  display: table;
  width: 70%;
}
.footer #inner-footer #footer-menu .fmenu .widget {
  margin: 0;
  display: table-cell;
  width: 30%;
}
.footer #inner-footer #footer-menu .fmenu .widget:first-child,
.footer #inner-footer #footer-menu .fmenu .widget:last-child {
  width: 20%;
}
.footer #inner-footer #footer-menu .fmenu .widget li {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
}
.footer #inner-footer a {
  color: white;
  text-decoration: none;
}
.footer #inner-footer a:hover {
  color: #55626c;
}
.footer #inner-footer .social {
  height: 33px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
.footer #inner-footer .social a {
  background: url(../images/social-main.png) no-repeat;
  width: 33px;
  height: 33px;
  display: inline-block;
}
.footer #inner-footer .social a.twitter {
  background-position: -33px 0;
}
.footer #inner-footer .social a.instagram {
  background-position: -66px 0;
}
.tp-leftarrow.default {
  background: url(../images/arrows.png) 0 0 no-repeat;
  width: 22px;
}
.tp-rightarrow.default {
  background: url(../images/arrows.png) -23px 0 no-repeat;
  width: 22px;
}
.fcontact1 {
	position:absolute;
	right:-15px;
	top:40px;
	width:150px;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-weight:bold;
	font-size:10px;
	text-align:right;
}
.fcontact2 {
	position:absolute;
	right:-15px;
	top:95px;
	width:150px;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-weight:bold;
	font-size:10px;
	text-align:right;
}
.fcontact1 a, .fcontact2 a {background:none !important;width:150px !important;height:50px;}
#box1, #box2, #box3, #box4 {float:left;width:25%;height:260px;position:relative;}
#box2, #box4 {padding:0;}
#box1, #box3 {padding:2%;}
#box1, #box3 {color:#fff;padding-top:50px;}
#box1 {background-color:#576570;}
#box3 {background-color:#3266cc;}
#box1 h3, #box3 h3 {font-family:'Open Sans', sans-serif;font-size:1.5em;font-weight:700;line-height:18pt;}
#box1 p, #box3 p {font-weight:600;}
#box1 .home-box-lm, #box3 .home-box-lm,#box2 .home-box-lm {
	background-color:#264468;
	border:1px solid #fff;
	font-family:'Open Sans', sans-serif;
	font-weight:600;color:#fff;
	padding:5px 8px;
	position:absolute;
	bottom:5px;
	left:10px;
}
.home-box-lm-right {
	background-color:#264468;
	border:1px solid #fff;
	font-family:'Open Sans', sans-serif;
	font-weight:600;color:#fff;
	padding:5px 8px;
	position:absolute;
	bottom:5px;
	right:10px;
}
#box1 a.home-box-lm:hover, #box3 a.home-box-lm:hover,#box2 a.home-box-lm:hover,a.home-box-lm-right:hover {
	background-color:#142b46;
	color:#fff;
}
#box1 a.home-box-lm , #box3 a.home-box-lm, #box2 a.home-box-lm, a.home-box-lm-right{
	color:#fff;
	text-decoration:none;
}
.overlay {
	background-color:rgba(0, 0, 0, .5);
	height:75px;
	position:absolute;bottom:0;
	width:100%;
	color:#fff;
}
#box4 .overlay {height:110px;}
.overlay h3 {
	font-family:'Open Sans', sans-serif;
	font-size:1.5em;
	font-weight:700;
	line-height:18pt;
	margin:10px;
}
.overlay h4 {font-size:10pt;margin:10px;text-transform:uppercase}
p:empty{ display:none; }
/*.home #slider {
  margin-top: 44px;
}*/

/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
.onecol {
  width: 5.801104972%;
}
/* 4.85%;  } /* grid_1  */
.twocol {
  width: 14.364640883%;
}
/* 13.45%; } /* grid_2  */
.threecol {
  width: 22.928176794%;
}
/* 22.05%; } /* grid_3  */
.fourcol {
  width: 31.491712705%;
}
/* 30.75%; } /* grid_4  */
.fivecol {
  width: 40.055248616%;
}
/* 39.45%; } /* grid_5  */
.sixcol {
  width: 48.618784527%;
}
/* 48%;    } /* grid_6  */
.sevencol {
  width: 57.182320438000005%;
}
/* 56.75%; } /* grid_7  */
.eightcol {
  width: 65.74585634900001%;
}
/* 65.4%;  } /* grid_8  */
.ninecol {
  width: 74.30939226%;
}
/* 74.05%; } /* grid_9  */
.tencol {
  width: 82.87292817100001%;
}
/* 82.7%;  } /* grid_10 */
.elevencol {
  width: 91.436464082%;
}
/* 91.35%; } /* grid_11 */
.twelvecol {
  width: 99.999999993%;
}
/* 100%;   } /* grid_12 */
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
  position: relative;
  float: left;
  margin-left: 2.762430939%;
}
.first {
  margin-left: 0;
}
.last {
  float: right;
}

/* Additional Edits to Clean up Site */

.home-sidebar a.bluelink {
display:none;
}

.in-reply-to-meta {
display:none;
}

.social-block .widget.widget_twitter .entry-meta a,
.social-block .widget.widget_instagram_recent_media .ig_timestamp,
.social-block .widget.widget_rfb_widget .rfbp-timestamp {
background-image:none;
}

.sidebar .widget .or {
  color: transparent;
  height: 38px;
  width: 38px;
  background: url(../images/or.png) left top no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px auto;
  float:left;
}

.green.bluebtn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0px 5px;
color:#fff;
font-weight:700;
background-color:#3f81e2;
border-radius:5px;
float:left;
}

#social .green.bluebtn {
float:right;
margin-left:5px;
font-size:13px;
height:33px;
line-height:33px;
}

.page-id-363 .green.bluebtn {
margin:10px auto;
}

.sidebar.fourcol .widget .green.bluebtn {
color:#fff;
}

.petition-download {
background:#FF0000;
display:block;
margin:0px;
padding: 30px 10px;
width:350px;
height:90px;
color:#fff;
text-decoration:none;
line-height:2px;
 border-radius: 10px;
 -webkit-border-radius: 10px; 
 -moz-border-radius: 10px;
 text-align:center;
 text-transform:uppercase;
}

.petition-download:hover {
color:#fff;
}

ul.social-share-links {
display:inline;
list-style-type:none;
}

ul.social-share-links li {
float:left;
margin:10px 20px;
}

ul.social-share-links li:first-child {
margin-left:0px;
}

ul.social-share-links li a {
display:block;
float:left;
padding:20px;
text-decoration:none;
text-transform:uppercase;
line-height:50%;
 border-radius: 10px;
 -webkit-border-radius: 10px; 
 -moz-border-radius: 10px;
}

ul.social-share-links li div.facebook {
background-color:#3b5998;
color:#fff;
display:block;
float:left;
padding:20px;
text-decoration:none;
text-transform:uppercase;
line-height:50%;
 border-radius: 10px;
 -webkit-border-radius: 10px; 
 -moz-border-radius: 10px;
 font-weight:bold;
}

ul.social-share-links li a.twitter {
background-color:#00ccff;
color:#fff;
}

ul.social-share-links li a.google-plus {
background-color:#ce2828;
color:#fff;
}




.rfbp-widget a:link,.rfbp-widget a:visited {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color:#0078C9;
  font-size:11px;
  line-height:14px;
}

.rfbp-widget a:hover{
color:#55626C;
}

.rfbp-widget a.rfbp-page-link:link,
 .rfbp-widget a.rfbp-page-link:visited {
font-size:100%;
line-height:1.5;
}

.sidebar .widget:first-child {
border-top:0px;
} 

.entry-content ul li {
margin: 5px auto; 
}

#post-lead{
margin-bottom:-38px;
}

.newline {
display:block;
width:80%;
margin:10px auto;
}

.sidebar.fourcol .newline {
width:100%;
margin: -40px auto 10px;
}

.pagination{
margin: 10px auto 15px;
height:45px;
}

ul.page-numbers li{
display:inline;
float:left;
margin: 5px 20px;
}

ul.page-numbers li:first-child{
position:absolute;
right:0;
}

ul.page-numbers li:last-child{
position:absolute;
left:0;
}

span.page-numbers,a.page-numbers {
display:none;
}

a.page-numbers.prev,a.page-numbers.next {
display:inline-block;
font-weight:700;
color:#0078C9;
text-decoration:none;
}

.lead-background {
background-size:100% auto;
background-repeat:no-repeat;
width:100%;
min-height:298px;
height:auto;
background-position:0 -150px;
}


#nao-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 47, 95, .6);
    z-index: 1001;
}
#popup {
    width: 600px;
    height: 310px;
    background: #FFFFFF;
    border: 0px solid #000;
    box-shadow: #62758e 0px 0px 3px 3px;
    -moz-box-shadow: #62758e 0px 0px 3px 3px;
    -webkit-box-shadow: #62758e 0px 0px 3px 3px;
	margin:12.5% auto;
}

#nao-wrapper h2{
color:#0d2F5F;
text-transform:uppercase;
font-size:22px;
font-weight:600;
}
#nao-wrapper p{
font-size:20px;
line-height:24px;
}

.popup-wrapper {
	padding:20px 20px;
	height:255px;
}

.popup-footer {
background-color:#0078c9;
width:100%;
height:55px;
}

.close-popup {
position:relative;
float:right;
right:-10px;
top:-15px;
background-color:#0177C9;
 width: 25px; height: 25px; 
 border-radius: 20px;
    -webkit-border-radius: 20px; -moz-border-radius: 20px;
	color:#fff !important;
	line-height:25px;
	text-align:center;
}

a.fb-like {
display:block;
float:left;
width:79px;
height:37px;
  background: url(../images/popup-fb-like.png) left top no-repeat;
  margin: 8px 10px;
  text-indent:-9999px;
}

a.donate-popup {
display:block;
float:right;
width:140px;
height:43px;
  background: url(../images/popup-donate.png) left top no-repeat;
	  margin: 5px 10px;
	    text-indent:-9999px;
}

/* Image Alignment Defaults for WordPress
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sidebar iframe {
overflow-x: hidden !important;
overflow-y: auto !important;
} 

/*
DESKTOP 
Styles for a minimum screen width of 1030px
*/

@media only screen and (min-width: 1030px) {
	ul.home_btn_holder li a.get-involved-button:link,
	ul.home_btn_holder li a.get-involved-button:visited  {
	display:inline;
	float:left;
	width:24.5%;
	margin-right:0.5%;
	}
	
}

@media only screen and (min-width: 800px) {
	#thank-earl {
		display:none;
	}
	body.page-id-806 #text-12 {
	display:block;
	}

}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (max-width: 1075px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
.responsiveSelectContainer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    box-shadow: none !important;
}
.responsiveSelectContainer ul, ul.responsiveSelectFullMenu, #megaMenu ul.megaMenu.responsiveSelectFullMenu {
    display: none !important;
}
.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
    display: inline-block !important;
    width: 100%;
}
select.responsiveMenuSelect, select.responsiveMenuSelect {
    -moz-appearance: none;
    -webkit-appearance:none;
    background: url("../images/icon_menu.png") no-repeat scroll center center / 100% auto transparent;
    border: 0 none !important;
    color: #3d3d3d;
    display: inline-block !important;
    height: 59px !important;
    text-indent: -9999px;
    width: 150px !important;
}
.overlay h3 {
	font-size:1.1em;
}
#box1 p, #box3 p {
	font-size:11pt;
}
#box1, #box3 {
	padding-top:25px;
}

 /*
Generic TABLE Styling, for Desktops/Laptops
*/
table {
  width: 100%;
  border-collapse: collapse;
}

 .social-block .widget .widgettitle {
    font-size: 22px;
  }
  .nav li a {
    font-size: 20px;
    border: none;
  }
  .nav {
    border: none;
  }
  .social-block .widget {
    padding: 0 5px;
  }
  .recent-news,
  .home .home-sidebar {
    width: auto;
  }
  .home-sidebar,
  .footer {
    margin-top: 32px;
  }
  #updates {
    min-height: 150px;
  }
  .newline {
    display: block;
  }
  #updates h2 {
    font-size: 22px;
    margin-top: 4px;
  }
  #updates div .black:before {
    content: '\A';
    clear: right;
    display: block;
  }
  
  
  #post-lead .left {
    margin-top: 65px;
    width: 35%;
    margin-right: auto;
	  margin-left:10px;
  }
  
    .lead-background {
background-position:0 -100px;
}

.home #updates div input {
float:none;
}

.oregonians-voice-list {
padding:10px 0px;
clear:both;
}

#updates iframe{
float:left;
width:55%;
height:100%;
margin-left:35px;
}

.home_btn_holder {
float:left;
width:30%;
margin-top:5px;
} 

#updates iframe{
float:left;
width:55%;
height:100%;
margin-left:35px;
}

.home_btn_holder {
float:left;
width:30%;
margin-top:5px;
} 

ul.home_btn_holder li {
float:left;
margin: 10px auto;
width:25%;
}

} /* Media Query */

/*
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
 
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }
     
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
     
     
    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 10%;
    }
     
    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

	
	.page-id-342 .sidebar #text-6.widget {
	min-height:775px !important;
	}
	#itro_popup {
	height:675px !important;
	width:60% !important;
	}

}
@media only screen and (max-width: 1020px) {
	#box2 .home-box-lm, .home-box-lm-right {
		font-size:9.5pt !important;
	}
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (max-width: 860px) {

    #addthis_responsive_sharing_e610, .rounded-share{
  display:block;
  margin-top:10px;
}

  #content {
    clear: both;
  }
  #updates {
    height: auto;
    background: #9ec0db;
  }
  #about .left,
  #about .right,
  #about .middle {
    display: block;
    width: 100%;
    padding: 0 !important;
    background: none !important;
    text-align:center;
    margin-bottom:25px;
  }
  .right {
  	color:#565656 !important;
  }
  .social-block .widget {
    width: 100%;
  }
  .recent-news .ovalbtn {
    text-align: center;
    margin: 10px 5px;
  }
  #about .learnmore-button {
    float: none;
    margin: 0 auto 20px;
  background: url(../images/btn-getthefactssm.png);
  }
  #about {
    background: #f0f0f0;
    padding: 10px;
    margin: 0;
    width: 100%;
  }
  .footer #inner-footer #footer-menu .fmenu {
    position: static;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
  }
  .footer #inner-footer #footer-menu .fmenu .widget {
    display: block;
  }
  .footer {
    height: auto;
    background: #9ec0db;
  }
  .footer #inner-footer #footer-menu {
    height: auto;
  }
  .footer #inner-footer .left,
  .footer #inner-footer .right {
    line-height: normal;
    float: none;
  }
  .footer #inner-footer #footer-menu .fmenu {
    display: table;
  }
  .footer #inner-footer #footer-menu .fmenu .widget {
    display: table-cell;
  }
  select.responsiveMenuSelect,
  select.responsiveMenuSelect {
    display: inline-block !important;
    width: 150px !important;
	height:59px !important;
	background: transparent url('../images/icon_menu.png') no-repeat center center;
	border:0px !important;
	text-indent:-9999px;
	color:#3d3d3d;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-size:100%;
}

  .footer #inner-footer .logo {
    position: static;
  }
  .page .eightecol,
  .page .fourcol {
    width: 100%;
  }
  .blog .eightcol,
  .blog .fourcol,
  .single .eightcol,
  .single .fourcol,
.page .eightcol,
.page .fourcol  {
    width: 100%;
  }
  .social-block .widget img {
    width: 200px;
  }
    .lead-background {
background-position:0 -45px;
}

  #post-lead  {
   height:298px;
  }
  
.social-block .widget {
  width: 100%;
  border-right:0px;
}

.social-block #rfb_widget-2.widget {
width:100%;
}

.social-block #instagram_recent_media-2.widget {
  border-left:0px;
}

  #updates iframe{
float:left;
width:100%;
overflow:hidden;
height:105px;
margin:10px auto;
}

.home_btn_holder {
float:none;
width:70%;
margin:-25px auto 20px;
} 
.home #updates div input.submitbutton {
margin-top:20px;
}
  
  	ul.home_btn_holder li {
float:left;
margin: 10px auto;
width:50%;
}

body.author .eightcol,body.archive .eightcol {
	width:100%;
	float:none;
}
body.author #sidebar1, body.archive #sidebar1 {
	width:100%;
	float:none;
}
body.page-id-1867 #sidebar1 {
	margin-top:50px;
}
}

@media only screen and (max-width: 768px) {
	#slider {
		display:none;
	}
	.header {
		height:160px;
	}
	body.page-id-1867 #sidebar1 {
		margin-top:50px;
	}
#inner-header form#searchform {display:none;}
}


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

.header #inner-header #social {
  height: 33px;
  display: block;
  clear:none;
  float:none;
  position: absolute;
  right: 10px;
  top: 10px;
 /* width:385px; */
}

.header #inner-header #social ul {
list-style-type:none;
margin:0px;
padding:0px;
}

.header #inner-header #social ul li {
float:left;
display:inline;
margin:0px 5px;
}

  #updates div input {
  width:60%;
  float:none;
  font-size:18px;
  }
  .header #inner-header #social a.round-button {
  display: block;
  padding: 0px 5px;
color:#fff;
font-weight:700;
border-radius:5px;
float:right;
margin-left:5px;
font-size:13px;
height:33px;
line-height:33px;
width:100%;
background-image:none;
text-decoration:none;
}

.header #inner-header #social a.round-button.redbtn {
background-color:#cc0000;
}

.header #inner-header #social a.round-button.greenbtn {
background-color:#3f81e2;
color:#fff!important;
}
.rightinit {
	float:left;
	width:60%;
	padding-left:35px;
}
.leftinit {
	float:left;
	width:40%;
}
.leftinit h2 {
	text-align:right;
	margin-bottom:10px;
}
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (max-width: 481px) {

#container {
width:100%;
margin:0px auto;
}
  .responsiveSelectContainer select.responsiveMenuSelect,
  select.responsiveMenuSelect {
    margin-top: 25px !important;
    width: 100px !important;
	background-position:center center!important;
  background-size:100%;
  }
  
  .header #inner-header #social {
  height: 33px;
  display: none;
  clear:both;
  float:right;
  position: relative;
}

.header nav {
float:right;
margin:0px;
}
  
  #inner-content.wrap {
  width:90%;
  }
  #content {
    clear: both;
  }
  
  #slider {
  display:none;
  }
  
  #updates {
    height: auto;
    background: #9ec0db;
    padding: 0px;
  }
  

  .home #updates h2 {
    font-size: 20px;
    margin-top: 4px;
	margin-bottom:20px;
  }
  
  #updates div input {
  width:200px;
  float:left;
  font-size:14px;
  color:#aaa;
  }
  
  #updates div .black {
    margin: 5px auto 0 55px;
  }
  
  #updates .submitbutton {
    width: 110px;
    height: 38px;
    background: url(../images/btn-submit.png);
    display: block;
    vertical-align: bottom;
    margin: 0px auto;
  }
  #updates .btn {
  float:right;
  width:200px;
  margin:15px 5px 5px;
  background-size:100%;
  background-repeat:no-repeat;
  background-position:center center;
  }
  
ul.home_btn_holder li {
float:none;
margin: 10px auto;
width:100%;
}

  #about p {
  font-size:14px;
  }
  
  #about .left,
  #about .right,
  #about .middle {
    display: block;
    width: 100%;
    padding: 0 !important;
    background: none !important;
  }
  .social-block .widget {
    width: 100%;
  }
  .recent-news .ovalbtn {
    display: inline-block;
    float: left;
    text-align: center;
    margin: 10px 5px 0px 0 !important;
	clear:none;
  }
  #about .learnmore-button {
    float: none;
    margin: 0 auto 20px;
  }
  #about {
    background: #f0f0f0;
    padding: 10px;
    margin: 0;
    width: 100%;
  }
  .footer #inner-footer #footer-menu .fmenu {
    position: static;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
  }
  .footer #inner-footer #footer-menu .fmenu .widget {
    display: block;
  }
  .footer {
    height: auto;
    background: #9ec0db;
  }
  .footer #inner-footer #footer-menu {
    height: auto;
  }
  .footer #inner-footer .left,
  .footer #inner-footer .right {
    line-height: normal;
    float: none;
  }
  .newline {
    padding-bottom: 20px;
  }
  #updates div .black {
    color: transparent;
    height: 38px;
    width: 38px;
    background: url(../images/or.png) left top no-repeat;
    vertical-align: bottom;
    margin: 5px auto 0 75px;
    display: block;
	float:left;
	position:relative;
  }
  .rounded-share .ovalbtn {
    margin: 5px;
    margin-right: 50%;
  }
  #post-lead {
    height: auto;
	max-height:240px;
	margin-bottom:-5px;
  }
  #post-lead .right,
  #post-lead .left {
    float: none;
    position: static;
    width: 100%;
  }
  
    #post-lead .left {
    margin-top: 20px;
  }
  
  .lead-background {
background-position:0 0;
}


  #content #inner-content {
    padding-top: 0;
  }
  #content {
    margin-top: 54px;
  }
  
   .header #inner-header #social {
  display: block;
  position: relative;
  clear:both;
  float:right;
  margin:5px auto;
}
  
    #about {
    background: #f0f0f0;
    padding: 20px;
    margin: 20px auto;
    width: 90%;
  }
  
  .wrap {
  width:90%;
  margin:0px auto;
  float:none;
  }
  
  .social-block {
  background-image:none;
  }
  
  .social-block .widget .widgettitle {
  border-top:1px solid #BED4E6;
  border-bottom:1px solid #BED4E6;
  }
  
  span.rfbp-link-image-wrap,
  span.rfbp-link-text-wrap {
  display:table-row;
  margin:0px auto;
}

body.page-id-342 p.voice-entry, .oregonians-voice-list {
display:none;
}

body.page-id-342 #post-342 {
background-position:top center;
background-size:70%;
padding-bottom:5px;
}

.header #inner-header #social {
display:none;
}

ul.home_btn_holder li {
float:none;
margin: 10px auto;
width:100%;
}
#itro_popup {
height:575px !important;
width:90% !important;
}
#popup_content {
	font-size:10pt;
}
#popup_content h4 {
	font-size:12pt;
}

.left, .right {
	float:none;
	width:100%;
}
body.author .author-avatar {
	width:100%;
	float:none !important;
	margin-left:0;
}
body.author img.avatar {
	margin-left:0;
	margin-bottom:15px;
}
body.author .author-description {
	width:100%;
	float:none !important;
}
body.page-id-1867 .init-left,  body.page-id-1867 .init-right {
	float:none;
	width:90%;
	margin-bottom:25px;
}

} /* DO NOT REMOVE - Media Query */

@media only screen and (max-width: 415px) {

     .home #updates div .black {
    margin: 25px auto 0 35px !important;
  }
  
  .home #updates.wrap {
  width:100% !important;
  }
  
    .footer #inner-footer #footer-menu .fmenu .widget {
    display: block;
	margin-right:0px;
  }
  
   .footer #inner-footer #footer-menu .fmenu #nav_menu-4.widget {
  width:50%;
  }
     .footer #inner-footer #footer-menu .fmenu #nav_menu-3.widget {
  width:40%;
  }
  .footer #inner-footer #footer-menu .fmenu .widget:first-child, .footer #inner-footer #footer-menu .fmenu .widget:last-child {
}  
  
  .footer #inner-footer .left, .footer #inner-footer .right {
  font-size:11px;
  text-align:left;
  margin:10px;
  }


  }

/*
Smaller Mobile Devices
*/
@media only screen and (max-width: 370px) {
  
  .home #updates div .black:before {
clear:both;
  }
  
    .home #updates div .black {
	position:absolute;
	left:10px;
	}
  
  .home #updates div input {
  width:130px;
  font-size:14px;
  color:#666;
  margin-left:5px;
  }
  .header {
  	height:110px;
  }
  
/*  .home #updates div input.submitbutton {
clear:both;
display:block;
margin:0px 15px 0px 85px !important;
  }
*/  
   .home #updates .btn {
  width:180px;
  margin:15px auto;
  float:none;
  }
  
  
  }
   
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

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

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(http://voteyeson91.com/wp-content/themes/newapproach/library/css/img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(http://voteyeson91.com/wp-content/themes/newapproach/library/css/img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/* INITIATIVE PAGE */
.box {
	width:100%;
	padding:15px 25px;
	font-family:Helvetica, Arial, sans-serif;
	margin-bottom:15px;
}
.leftinit h2 {
	font-size:1.8em;
	font-weight:900;
	color:#618ecb;
	line-height:1.1em;
	margin-bottom:25px;
}
.darkblue {
	background-color:#223464;
	text-align:center;
}
.darkblue a {
	font-size:2em;
	color:#fff;
	text-decoration:none;
}
.lightblue {
	background-color:#9fcdff;
	color:#223464;
	color:#223464;
	font-weight:700;
	font-size:1.2em;	
}
span.drkbluetext {
	color:#223464;
	font-size:32px;
}
.gradltr {
background: #feffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmU1ZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #feffff 0%, #dfe5f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#feffff), color-stop(100%,#dfe5f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #feffff 0%,#dfe5f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #feffff 0%,#dfe5f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #feffff 0%,#dfe5f3 100%); /* IE10+ */
background: linear-gradient(to right,  #feffff 0%,#dfe5f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#dfe5f3',GradientType=1 ); /* IE6-8 */

}
.gradrtl {
background: #dfe5f3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZTVmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #dfe5f3 0%, #feffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dfe5f3), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #dfe5f3 0%,#feffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #dfe5f3 0%,#feffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #dfe5f3 0%,#feffff 100%); /* IE10+ */
background: linear-gradient(to right,  #dfe5f3 0%,#feffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe5f3', endColorstr='#feffff',GradientType=1 ); /* IE6-8 */
}

.rightinit ul {
	font-size:9pt;
	color:#000;
	padding-left:15px;
}
p.rtitle {
	color:#618ecb;
	line-height:1.4em;
	font-size:.9em;
	font-weight:bold;
}
#init h4, #init h3 {
	color:#0078c9;
}
#init h3 {
	font-weight:900;
	text-align:center;
}
.init-div {
	margin-bottom:25px;
	background-color:#EFF2F9;
	padding:5px 25px;
	color:#000;
}
.init-div blockquote {
	background:rgba(255,255,255,.6);
	font-family: Georgia, serif;
	font-style: italic;
	margin: 0.25em 0;
	padding: 0.25em 60px;
	line-height: 1.45;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	 
	margin-bottom:25px;
}

.init-div blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 5px;
	top: -10px;
	color: #d7dbe5;
}

.init-div blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
.init-div blockquote cite:before {
	content: "\2014 \2009";
}
h2.the-init {
	margin:0;
	font-weight:900
}



.pdfwrap {clear:both;padding:10px 0;}
.pdfs {float:left;width:10%;}
.pdfcontent {float:left;margin-left:5px;max-width:80%;}
.pdfcontent a {text-decoration:none;}
.pdfcontent a:hover {text-decoration:underline;}

body.page-id-1196 img {max-width:638px;height:auto;} /*localhost 923 */
body.page-id-1196.paged .top-content-paged {display:none;} /*localhost 923 */

/*body.page-id-923 img {max-width:638px;height:auto;} localhost 923 */
/*body.page-id-923.paged .top-content-paged {display:none;} localhost 923 */

#rpwe_widget-4 h4.widgettitle a, #rpwe_widget-2 h4.widgettitle a {
	color:#0D2F5F;
}

#text-17.widget {
	background:#107320 !important;
	color:#fff;
	padding:5px 15px;
}
/*
 * Localhost Version
#text-17.widget h4 {color:#fff;}
#text-17.widget img {
	box-shadow:1px 1px 1px #1b1b1b;
	-moz-box-shadow:1px 1px 1px #1b1b1b;
	-webkit-box-shadow:1px 1px 1px #1b1b1b;		
}*/
#text-20.widget {
	background:#107320 !important;
	color:#fff;
	padding:5px 15px;
}
#text-20.widget h4 {color:#fff;}
#text-20.widget img {
	box-shadow:1px 1px 1px #1b1b1b;
	-moz-box-shadow:1px 1px 1px #1b1b1b;
	-webkit-box-shadow:1px 1px 1px #1b1b1b;		
}
.mytharticles {
	border-top:1px solid #949494;
	margin:0 0 25px 0;
	padding:10px 20px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmODFlMiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMzg4M2RmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(63,129,226,0.1) 0%, rgba(56,131,223,0) 30%, rgba(41,137,216,0) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,129,226,0.1)), color-stop(30%,rgba(56,131,223,0)), color-stop(99%,rgba(41,137,216,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(63,129,226,0.1) 0%,rgba(56,131,223,0) 30%,rgba(41,137,216,0) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(63,129,226,0.1) 0%,rgba(56,131,223,0) 30%,rgba(41,137,216,0) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(63,129,226,0.1) 0%,rgba(56,131,223,0) 30%,rgba(41,137,216,0) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(63,129,226,0.1) 0%,rgba(56,131,223,0) 30%,rgba(41,137,216,0) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3f81e2', endColorstr='#002989d8',GradientType=0 ); /* IE6-8 */
}
p.byline img.avatar {
	position:relative;
	top:-8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-right:8px;
	vertical-align:middle;
}
p.byline a {
	text-decoration:none;
	font-weight:normal;
}
p.byline a:hover {
	text-decoration:underline;
}
body.author img.avatar {padding:5px;background-color:#EFEFEF;border:1px solid #d1d1d1;max-width:100%;height:auto;}
.author-avatar, .author-description {
	float:right;
}
.author-avatar {
	width:30%;
	margin-left:5%;
}
.author-description {
	width:65%;
}
img.wp-post-image {
	float:left;
	margin-right:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#f6f6f6;
	border:1px solid #D8D8D8;
	padding:5px;
}
blockquote.wr {
	color:#4e7cbf;
	font-size:1.3em;
	font-weight:600;
	margin:0;
	text-align:right;
}
img.wp-image-1932 {
	padding-left:25px;
}	
blockquote.wr cite {
	color:#000;
	font-weight:200;
	font-style:normal;
	font-size:17px;
}
h1.init, body.page-id-1867 h1  {
	color:#254169 !important;
	font-weight:900;
	font-size:2em !important;
	clear:both;
}
p.november {
	font-weight:600;
	color:#254169;
}
ul.init-ul {
	padding-left:20px;
	list-style-type:disc;
}
ul.init-ul li {
	background:none !important;
	padding-left:0;
}
h3.init {
	font-weight:800;
	color:#254169 !important;
	text-transform:none;
}
p.passing {
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
}
.init-right, .init-left {
	float:left;
	width:46.5%;
}
.init-left {
	margin-right:3.5%;
}
.init-right h3, .init-left h3 {
	color:#4c7dbf;
	text-transform:none;
	font-weight:800;
}
.init-right blockquote, .init-left blockquote {
	margin:0;
}
.init-right blockquote cite, .init-left blockquote cite {
	font-style:normal;
	float:left;
	text-align: left;
	line-height:.9em;
	width:100%;	
}
.init-right blockquote cite img, .init-left blockquote cite img {
	margin-right:10px;	
}
.post-1867 {
	color:#000;
	font-weight:400;
}
span.init-small {
	font-size:11px;	
	position:relative;
	top:3px;
}
body.page-id-1867 .sidebar .widget {border-top:none;margin-top:25px;}
body.page-id-1867 #sidebar1, body.page-id-2108 #sidebar1 {
	background-color:#9cbdd8;
}
body.page-id-2108 #sidebar1 {
	margin-top:45px;
}
body.page-id-2108 h2 {
	margin-top:0px;
}
body.page-id-2108 .entry-content {
	padding-top:0px;
}
body.page-id-1867 .sidebar .widget h4.widgettitle, body.page-id-2108 .sidebar .widget h4.widgettitle {
	background-color:#214069 !important;
	margin:0;
	padding:10px;
	color:#fff;
	text-transform:none;
	font-size:2em;
	position:relative;
	left:-15px;
	top:-30px;
}
body.page-id-1867 .sidebar .textwidget, body.page-id-2108 .sidebar .textwidget {
	position:relative;
	top:-10px;
}
body.page-id-1867 .sidebar .textwidget h3, body.page-id-2108 .sidebar .textwidget h3 {
	text-transform:none;
	font-size:1.5em;
	color:#214069;
	font-weight:900;
	padding-left:10px;
	border-left:10px solid #214069;
	margin:0;
}

body.page-id-1867 .sidebar .textwidget h4, body.page-id-2108 .sidebar .textwidget h4 { 
	border-top:none;
	border-bottom:none;
	border-left:10px solid #214069;
	margin:0;
	padding-left:10px;
	padding-right:5px;
	color:#4c7dbf;
	font-weight:900;
	font-size:1.2em;
}
body.page-id-2108 .sidebar .textwidget h3 {
	margin-top:25px;
	font-size:1.3em;
}	
body.page-id-2108 .sidebar .textwidget h3:first-child {
	margin-top:0px;
}
body.page-id-1867 .sidebar .textwidget ul, body.page-id-2108 .sidebar .textwidget ul {
	list-style-type:disc;
	color:#fff;
	font-weight:600;
	padding:0 10px 0 35px;
}
body.page-id-1867 .sidebar .textwidget ul li, body.page-id-2108 .sidebar .textwidget ul li {
	border-top:none;
	padding-top:0;
}

body.page-id-1867 .sidebar .textwidget, body.page-id-2108 .sidebar .textwidget {
	color:#fff;
	font-weight:600;
}
body.page-id-1867 .sidebar .textwidget p, body.page-id-2108 .sidebar .textwidget p {
	padding-left:20px;
}
body.page-id-1867 .sidebar .textwidget img, body.page-id-2108 .sidebar .textwidget img {
	margin-top:15px;	
} 
#sidebar1 #text-25 {
	background:#fff;
	padding-top:25px;
	padding-bottom:10px;
	border-top:0;
}
body.page-id-342 .post-1953 span.join-location, body.page-id-342 .post-1743 span.join-location, body.page-id-342 .post-1950 span.join-location {
	display:none;
}
#OR-testimonials .featured_test blockquote  {
	color:#4E7CBE !important;
}
body.page-id-1867 .social-block {
	margin-top:50px;
}
#tribe-events-pg-template {
	margin:75px auto 50px;	
}
#text-28 .pdfwrap .pdfs img {
margin-top:0;	
}
#text-28 .textwidget .pdfwrap {
	padding:10px 0 0 10px;	
}
#text-30 h4 {
	font-size:1.6em;
}
#text-30 a {
	color:#fff;
	text-decoration:none;
}
#text-30 a:hover {
	text-decoration:underline;
}