/*
Theme Name: Center for Western Priorities 2015
Author: 4degrees
Author URI: http://4degre.es
Version: 2.0.0
Text Domain: cwp-2015
Tags:

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
	font-family:'RockwellStd-Bold';
	src: url('fonts/RockwellStd-Bold_gdi.eot');
	src: url('fonts/RockwellStd-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/RockwellStd-Bold_gdi.woff') format('woff'),
		url('fonts/RockwellStd-Bold_gdi.ttf') format('truetype'),
		url('fonts/RockwellStd-Bold_gdi.svg#RockwellStd-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: content-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing:content-box;
	
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	color: #85bb41;
}

a:visited {
	color: purple;
	color: #85bb41;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
	color: #65872f;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}




/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## HEADER AND MENU
--------------------------------------------------------------*/
.fixednavtop {
	position: fixed;
	z-index:100;
	width: 100%;
}
.site-content {
	padding-top: 86px;
}
.site-header {
  /*background: url("images/background-header.png") repeat #2e240e;*/
  background: #000;
  border-bottom: 6px solid #d97a28;
  height: 80px;
  -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.site-branding {
	width: 25%;
	margin-right: 5%;
	float: left;
}
.site-branding img {
	width: 100%;
}
.site-title {
	line-height: 96px;
	margin: 0px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.main-navigation {
	float: right;
	width: 70%;
}
.main-navigation ul {
	height: 80px;
	line-height: 80px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.main-navigation ul li {

	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	padding-right: 30px;
	letter-spacing: 0.2em;
	
}
.main-navigation ul li a {
	color: #b1aa9c;
}
.main-navigation ul li a:hover{
	color: #d97a28;
}

.main-navigation .dropdowncontain {
	visibility:hidden;
	position: absolute;
	display: none;
    margin-top:0px;
	width: 600px;
	min-height: 250px;
	background:#fff;
	z-index: 1999999;
	border: 1px solid #222;
   box-shadow: 1px 1px 8px rgba(102,102,102,0.3);
}


#dropdowncontainissues {
	left: -275px;
}
#dropdowncontainprojects {
	left: -218px;
}

.main-navigation #dropdowncontainlast {
	left: -282px;
}

.dropdowncontain:after, .dropdowncontain:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dropdowncontain:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.dropdowncontain:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ffffff;
	border-width: 11px;
	margin-left: -11px;
}



.main-navigation ul li:hover > .dropdowncontain,
.main-navigation ul li .dropdowncontain:hover {
   visibility: visible;
   display: block;
}
.dropdowncontain p {
	line-height: 16px;
	font-size: 12px;
	text-align:left;
}
.dropdownleft {
	float: left;
	width: 180px;
	height: 100%;
	border-right: 1px solid #d77928;
	min-height:250px;
}
#dropdowncontainprojects .dropdownleft {
	min-height: 350px;
}
.dropdownleft .crop {
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-bottom: 6px solid #6589a4;
	background: #d77928;
}

.dropdownleft img {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.dropdownleft:hover img {
	opacity: .3;
}
.dropdownleft p {
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #404040;
	margin-bottom: 0px;
	margin-top: 5px;
	text-transform: none;
}
.main-navigation ul li .dropdownleft p a {
	color: #404040;
	text-decoration: none;
}
.main-navigation ul li .dropdownleft p a:hover {
	color:#d77928;
}
.dropdownright {
	width: 398px;
	margin-left: 20px;
	float: right;
	
}
.dropdownright h2 {
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	line-height: 24px;
	letter-spacing: 2px;
	color: #404040;
	margin-bottom: 0px;
	margin-top: 5px;
}
.dropdownright h2 a {
	color: #404040 !important;
}
.main-navigation ul .dropdownright ul {
	height: auto;
	line-height: 18px;
}
.main-navigation ul li .dropdownright ul li {
	padding-right: 0px;
	text-align:left;	
	margin-bottom: 1.2em;
	font-weight: normal;
	width: 100%;
}

.dropdownmenudailyclip {
	background: #6689a3;
	min-height:250px;
}
.dropdownmenudailyclip h2 {
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
  margin: 0px;
  margin-top: 20px;
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 14px;
  margin-bottom: 10px;
}
.dropdownmenudailyclip h2 a {
	text-decoration: none;
	color:#fff;
}

.dropdownleft .dropdownmenudailyclip p {
	color: #e7f9ff;
  	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}
.dropdownleft .dropdownmenudailyclip p a {
	text-decoration: none;
	color: #e7f9ff;
}
.dropdownmenudailyclip p.cliplink a {
	color:#fff !important;
	font-weight:normal;
	font-size: 10px !important;
	font-style:italic;
}
.dropdownmenudailyclip p.cliplink a:hover {
	text-decoration: underline;
}
.tenpad {
	padding: 10px;
}

.mobileonlymenuitems {
	display: none;
}
.nav-menu {
	float: left;
}
.socialright {
	float: right;
}
.socialright li, .socialright li img {
	vertical-align:middle
}
#lastchildclear {
	padding: 0px;
	margin:0px;
}
.socialright ul li {
	padding-right: 10px;
}
.header-smaller {
	height: 50px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}	
.header-smaller .site-title {
	line-height: 40px;
	padding-top: 4px;	
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all 1s ease-in-out;
}
.header-smaller .main-navigation ul {
	line-height: 50px;
	height: 50px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;	
	
}

/*--------------------------------------------------------------
## HOME VIDEO SECTION
--------------------------------------------------------------*/
.homevidcontain {
	height: 400px;
	width: 100%;
	overflow: hidden !important;
	
	background:#6589a5;	
}
.html5vidhome {
	position: absolute;
	z-index:1;
}
.homevidcontain video {
	display: block;
	margin:0 auto;
	vertical-align: top;
    padding:0; 
	font-size: 0px;  
}


.homevidtop {
	position: absolute;
	height: 160px;
	padding-top: 80px;	
	width: 80%;
	z-index:2;
	padding-left: 10%;
	padding-right: 10%;
	
}
.homevidtop h1 {
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#fff;
	font-size: 32px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	letter-spacing: 2px;
}
/*--------------------------------------------------------------
## BUTTONS
--------------------------------------------------------------*/
.orange_button_outer, .green_button_outer {
	padding: 0.7% 0.8% 1% 0.8%;
	margin: 2% auto;
	border-radius: 0.3em;
	background: rgba(255,255,255,0.27);
	display: table;
}
.orange_button_inner, .green_button_inner {
	padding: 2px 0;
}
.orange_button_inner a, .orange_button_inner input[type="submit"] { 
	font-size: 16px;
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	text-transform: uppercase;
	text-align: center;
	background: #e0854c;
	border-radius: 0.3em;
	border: 1px solid #b97347;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.26) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.26) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.26) inset;
	padding: 0.3em 1em;
	letter-spacing: 0.1em;
	position: relative;
	top: 0.1em;
	text-decoration: none;
}
.orange_button_inner a:hover {
	background:#c66200;
}
.green_button_inner a, #greensignup { 
	font-size: 16px;
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	text-transform: uppercase;
	text-align: center;
	background: #83bd37;
	border-radius: 0.3em;
	border: 1px solid #5c8c29;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.26) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.26) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.26) inset;
	padding: 0.3em 1em;
	letter-spacing: 0.1em;
	position: relative;
	top: 0.1em;
	text-decoration: none;
}
.green_button_inner a:hover, #greensignup:hover {
	background:#365b1a;
}

#darkgreensignup { 
	font-size: 16px;
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	text-transform: uppercase;
	text-align: center;
	/*background: #365b1a;*/
	border-radius: 0.3em;
	/*border: 1px solid #83bd37;*/
	background: #6689a3;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.26) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.26) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.26) inset;
	padding: .5em 1em;
	letter-spacing: 0.1em;
	position: relative;
	text-decoration: none;
}
#darkgreensignup:hover {
	/*background:#5c8c29;*/
	/*background: #6689a3;*/
	background: #115580;
}

/*--------------------------------------------------------------
## HOME GREEN NEWSLETTER BAR
--------------------------------------------------------------*/
.newsletterbargreencontain {
	width: 100%;
	height: 60px;
	/*background:#6689a3;*/
	background: #667983;
	border-top: 3px solid #fff;
}
.page .newsletterbargreencontain {
	border-top: 0px;
	border-top: none;
}
.newsletterbargreencontain h2 {
	line-height: 60px;
	padding: 0px;
	color:#fff;
	margin: 0px;
	letter-spacing: 1px;
}
.newsletterbargreencontain p {
	font-size: 11px;
	color:#e7f9ff;
	padding: 10px;
	padding-top: 15px;
	margin: 0px;
	line-height:14px;
	text-align:left;
}

#signupcol1 {
	width: 20%;
	text-align:left;
}
#signupcol2 {
	width: 20%;
}
#signupcol3 {
	width: 20%;
}
#signupcol4 {
	width: 13%;
}
#signupcol5 {
	width: 13%;
}
#signupcol6 {
	width: 12%;
}


.signupcol {
	float: left;
	text-align: center;
	vertical-align: middle;
	height: 60px;
	line-height: 60px;	
}
.newsletterbargreencontain td {
	vertical-align:middle;
}
.newsletterbargreencontain input[type="email"], .newsletterbargreencontain checkbox {
	border: 1px solid #115580;
	background:#f6fcff;
}
.fixed {
	position: fixed;
	z-index: 1;
	top: 56px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	border-bottom: 1px solid #e2e2e2;
	box-shadow: 1px 1px 8px rgba(102,102,102,0.3);
	border-top: none;
}
.newsletterbargreencontain label {
	color:#e7f9ff;
	font-size: 14px;
}

/*--------------------------------------------------------------
## HOME FEATURED REPORT
--------------------------------------------------------------*/

.featuredreporthomecontain {
	margin-top: 5px;
	width: 100%;
	background: url(images/background-noise-home.png) repeat #e5e5e1;
	height: 250px;
	border-bottom: 2px solid #e2e2e2;
	border-top:  2px solid #e2e2e2;
}
.featuredimageleftfull {
	width: 48%;
	text-align: right;
	margin-right:2%;
	overflow: hidden;
	float: left;
}
.featuredimageleftfull img {
	height: 250px !important;
	max-width: none;
	text-align:right;
}
.featuredcontentright {
	width: 35%;
	margin-right: 15%;
	float: right;
}
.featuredcontentright h1 {
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:2px;
	color:#4e4e4e;
	margin-bottom: 0px;
	margin-top: 5px;
}
.featuredcontentright h2 {
	color:#000;
	font-size: 22px;
	margin-top: 0px;
	line-height: 24px;
	margin-bottom: 8px;
	font-weight: bold;
}
.featuredcontentright p {
	color: #727272;	
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.reporthomeheight {
	height: 180px;
}
.featuredreporthomemobileonly {
	display: none;
}


/*--------------------------------------------------------------
## HOME BLOG
--------------------------------------------------------------*/
.homeblogcontain {
	margin-top: 50px;
	margin-bottom: 50px;
}

.homeblogpreview {
	max-width: 800px;
	margin: 0 auto;
}
.homeblogcontain h1 {
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:2px;
	color:#4e4e4e;
	margin-bottom: 4px;
	margin-top: 5px;
}
.homeblogcontain h2 {
	color:#000;
	font-size: 22px;
	margin-top: 0px;
	line-height: 24px;
	margin-bottom: 8px;
	font-weight: bold;
}
.showmorecontentcontain {
	height: 200px;
	overflow: hidden;
}
.showmorebottomgradient {
	position: absolute;
	height: 100px;
	margin-top:100px;
	border-bottom: 2px solid #000;
	max-width:800px;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.showmorebottomgradient .orange_button_outer {
	margin-top: 78px;
}

/*--------------------------------------------------------------
## FEATURED UPDATES HOME
--------------------------------------------------------------*/
.featuredupdateshome {
	background: url(images/background-noise-home.png) repeat #e5e5e1;
	padding: 30px 0;
	border-bottom: 2px solid #e2e2e2;
	border-top:  2px solid #e2e2e2;
}
.featuredupdateshome h1 {
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:2px;
	color:#4e4e4e;
	text-align:center;
}

.featuredhomeitem .crop {
	width: 100%;
	height: 170px;
	overflow: hidden;
	border-bottom: 6px solid #6589a4;
	background: #6589a4;
}

.featuredhomeitem img {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.featuredhomeitem:hover img {
	opacity: .3;
}
.featuredhomeitem h2 {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	margin-top: 5px;
	margin-bottom: 10px;
}

.featuredhomeitem h2 a {
	text-decoration: none;
	color:#000;
}
/*--------------------------------------------------------------
## NINE HUNDRED SIXTY
--------------------------------------------------------------*/
.ninecontain {
	max-width: 960px;
	margin: 0 auto;
}
.third {
	width: 30%;
	margin-right: 5%;
	float: left;
}
#thirdlast {
	margin-right: 0;
	float:right;
}
/*--------------------------------------------------------------
## NINE HUNDRED SIXTY
--------------------------------------------------------------*/
.site-footer {
	background: #262626;
	width: 100%;
	padding: 40px 0;
}

.site-footer h1 {
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing:2px;
	color:#ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.site-footer p {
	margin-top: 0px;
	line-height: 24px;
	font-size: 13px;
}
.site-footer p a {
	text-decoration: none;
	color:#b1aa9c;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.site-footer p a:hover {
	color:#fff;
}

/*--------------------------------------------------------------
## ISSUES PAGES
--------------------------------------------------------------*/
.page-template-page-2015issues .site-content {
	padding-top: 0px;
}
.issuecontain {
	padding-top: 146px;
}
.page-template-page-2015issues {
	background: url(images/background-noise-home.png) repeat #e5e5e1;
}
.issuetitle {
	position: absolute;
	  background: rgba(102,137,163,.9);
	margin: 100px 10% 0 10%;
	text-align:center;
	width: 80%;
}
.issuetitle h1 {
	line-height:70px;
	text-align:center;
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	font-size: 32px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	letter-spacing: 2px;
	margin:0px;
}
.issuetitle h1 a {
	text-decoration:none;
	color:#fff;
	margin:0px;
	padding:0px;
}
.issuetitle h2 {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.issuefeaturedimage {
	width: 100%;
	z-index: -1;
}
.issuefeaturedimage img {
	width: 100%;
}
.issueright {
	position:relative;
	width: 25%;
	float:right;
	min-height: 600px;
	z-index: 0;
	margin-top: -36px; 
}
.issueright ul {
	margin:0px;	
}

.issuerighttop {
	height: 30px;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,.8);
}
.issuerightbottom {
	background: #fff;
	width: 100%;
}
.issuerightbottompad {
	padding: 40px 10px 10px 10px;	
}
.issuerightbottom img {
	border: 1px solid #999;
}
.issueleft {
	width: 70%;
	margin-right: 5%;
	float: left;
	margin-top: 14px;
}
.issueright h3 {
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#000;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	letter-spacing: 2px;
	margin:0px;
}
.issueright ul, li {
	margin: 0px;
	list-style:none;
	padding:0px;
}
.issueright li h4 {
	margin: 0px;
	padding: 0px;
}
.issueright li h4 a {
	font-weight: bold;
	color:#83bd37;
	font-size: 14px;
	margin: 0px;
	line-height: 18px;
}
.issueright li img {
	width:100%;
}
.issueright li:first-child {
	margin-top: 20px;	
}
.issueright li p {
	color: #b1aa9c;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 10px;
}

.issuecontain p {
	
}
.issuecontain b, .issuecontain strong {
	font-weight: bold;
	font-size: 18px;
	color:#000;
}
.page-template-page-2015issues .issueleft h2 {
	background: #85bb41;
	padding:5px;
	color:#fff;
	width: 100%;
	text-align: center;
}

/*--------------------------------------------------------------
## BLOCK QUOTES BLOCKQUOTES
--------------------------------------------------------------*/
.issuecontain ul {
	margin: 0px;
	padding: 0px;
}

.issuecontain li {
	margin-bottom: 2.5em;
	list-style: none;
	border-left: 4px solid #d77712;
	padding: 5px 5px 5px 10px;
	background: rgba(255,255,255,.8);
	margin-left: -4px;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.4);
}
.issuecontain li:first-child {
	margin-top: 10px;
}
.issueright li {
	border: none;
	background:none;
	padding: 0px;
	margin: 0px;
	box-shadow: none;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}

.issuebulletstitle {
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background:#d77712 !important;
	color:#fff !important;
	line-height: 28px;
	width: 100%;
	font-size: 18px !important;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 2px;
	margin:0px;
	text-align:center;
}
.issuebulletstitle strong {
	color: #fff;
}


/*--------------------------------------------------------------
## TWITTERBOX
--------------------------------------------------------------*/
.twitterbox {
	width: 120%;
	margin-left: -10%;
	margin-right:10%;
	background:#5ea9dd;
	color:#fff;
	background: url(images/twitter-30px.png) no-repeat bottom right #5ea9dd;
	border-radius: 4px;	
}
.twitterpad {
	padding: 10px;
}
p.tweet {
	margin: 0px;
	padding:0px;
	font-size: 14px;
	color: #fff;
}
.twitterbottom {
	height: 30px;
	
}
.twitterbottom a {
	color:#2e356c;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 40px;
	text-decoration: none;
	padding-right: 15px;
}

/*--------------------------------------------------------------
## PAGE
--------------------------------------------------------------*/
.pagetitle {
	height: 100px;
}
.pagetitle h1 {
	text-align:center;
	font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#000;
	font-size: 32px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	letter-spacing: 2px;
	margin:0px;
}
.pagetitle h1 a {
	text-decoration:none;
	color:#000;
	margin:0px;
	padding:0px;
}
/*--------------------------------------------------------------
## PAGE
--------------------------------------------------------------*/
.page {
	background: url(images/background-noise-home.png) repeat #e5e5e1;
}
.page .entry-content {
  margin-top: 20px;
  background: #fff;
  padding: 30px 70px;
}


/*--------------------------------------------------------------
## ARCHIVE, CATEGORY, AUTHOR
--------------------------------------------------------------*/
.categoryheading h1 {
	text-align:center;
	margin: 0px;
	line-height: 32px;
	font-size: 32px;
	color:#fff;
	padding: 5px 10px;
}
.archive {
	background: url(images/background-noise-home.png) repeat #e5e5e1;
}
.categoryorangeheading {
	background: #D97A28;
	position: absolute;
	height: 40px;
	top: 112px;
}
.categoryorangeheadingfixed {
	position: fixed;
	top: 55px;	
}
.categoryheading {
	background: url("images/image-featured-blog.jpg") no-repeat center center;
    background-size: cover;
    border-bottom: 6px solid #D97A28;	
	height: 65px;
}
.archive .site-content {
	padding-top: 85px;
}
.singlepost {
	
	background: #fff;
	padding: 30px 100px 10px 100px;
	
}
.singlepostshadow {
	margin-top: 20px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);
	border: 1px solid #CCC;
}
.categoryhassmallthumb {
	padding: 30px 70px 10px 20px;	
}

.archive .singlepost .pagetitle {
	height: auto;	
}
.archive .singlepost .pagetitle h1 {
	line-height: 34px;
	text-align: left;
	font-size: 22px;
	text-transform: none;
	margin-bottom: 10px;
}
.archive .content-area-gen-category .singlepost .pagetitle h1 {
	line-height: 28px;
	text-align: left;
	font-size: 22px;
	text-transform: none;
	margin-bottom: 10px;
}
.archive .singlepost p {
	
	
}
.categorypagefloatright {
	float: right;
	width: 70%;
	margin-left: 2%;	
}
.smallcategoryimage {
	float: left;
	width: 28%;
	padding-top: 8px;
}
.smallcategoryimage img {
	width: 100%;
}

.categprypostimagefloatleft {
	float: left;
	width: 33%;
}
.categprypostimagefloatleft .crop {
	width: 100%;
	height: 170px;
	overflow: hidden;
	border-bottom: 6px solid #6589a4;
	background: #6589a4;
}

.categprypostimagefloatleft img {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.categprypostimagefloatleft:hover img {
	opacity: .3;
}
.categprypostimage img {
	width: 100%;
}
.archive .singlepostbottom {
	background: #85bb41;
	margin:0px;
	color:#fff;
	font-size: 14px;
	width: 100%;
	line-height: 30px;
}
.archive .singlepostbottom a {
	color:#fff;
}
.archive .postbottompad {
	padding: 5px 20px 5px 20px;
}
.archive .singlepostbottom .authorcontain {
	float: left;
	width: 65%;
}
.archive .singlepostbottom .sharecontain {
	width: 30%;
	height: 30px;
	margin-left: 5%;
	float: right;
	text-align: right;
}
.archive .singlepostbottom .sharecontain .fb_iframe_widget {
	line-height: 20px;
}
.archive .site-footer {
	margin-top: 20px;
}
.contentcolumnleft {
	float: left;
	width: 75%;
}
.contentcolumnright {
	float: right;
	width: 22%;
	margin-left: 3%;
	background: #6689a3;
}

/*--------------------------------------------------------------
## CLIPS RIGHT
--------------------------------------------------------------*/
.clipsrightcontain {
	
	padding: 5px;
}
.contentcolumnright .clipsrightcontain h2 {
  font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
  margin: 0px;
  margin-top: 20px;
  text-align:center;
  border-bottom: 1px solid #fff;
}
.contentcolumnright .clipsrightcontain h2 a {
	color: #fff;
	text-decoration: none;
}
.clipsrightcontain {
	padding: 0px 10px;
	margin-bottom: 15px;
}
.clipsrightcontain .singleclipitem p {
	color:#e7f9ff;
	font-size: 12px;
	margin: 0px;
}
.clipsrightcontain .singleclipitem p.clipdate {
	color:#fff;
	font-style:italic;
	font-size: 11px;
}
.clipsrightcontain .singleclipitem p.clipdate a {
	color:#fff;
	text-decoration: none;
}
.clipsrightcontain h3 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
}
.clipsrightcontain h3 a {
	text-decoration: none;
	color:#fff;
}
.singleclipitem {
	margin-left: 10px;
	margin-right: 10px;
}

/*--------------------------------------------------------------
## COPY BLOCKQUOTE 
--------------------------------------------------------------*/
blockquote.green{
	border-left: 4px solid #72A34C;
	background: #eef5e0;
}

blockquote.orange{
	border-left: 4px solid #D17439;
	background: #f9ecdd;
}

blockquote.grey{
	border-left: 4px solid #86703C;
	background: #f1ede1;
}

blockquote.blue{
	border-left: 4px solid #5A7B8F;
	background: #eaeff3;
}

blockquote.green:before {
	content: url("images/top-quotes-green.png");
	position: relative;
	left: -20px;
	top: -20px;
	z-index: 9;
}

blockquote.green:after{
	content: url("images/bottom-quotes-green.png");
	position: relative;
	left: 89%;
	bottom: 0;
	z-index: 9;
}

blockquote.orange:before{
	content: url("images/top-quotes-orange.png");
	position: relative;
	left: -20px;
	top: -20px;
	z-index: 9;
}

blockquote.orange:after{
	content: url("images/bottom-quotes-orange.png");
	position: relative;
	left: 89%;
	bottom: 0;
	z-index: 9;
}

blockquote.grey:before{
	content: url("images/top-quotes-brown.png");
	position: relative;
	left: -20px;
	top: -20px;
	z-index: 9;
}

blockquote.grey:after{
	content: url("images/bottom-quotes-brown.png");
	position: relative;
	left: 89%;
	bottom: 0;
	z-index: 9;
}

blockquote.blue:before{
	content: url("images/top-quotes-blue.png");
	position: relative;
	left: -20px;
	top: -20px;
	z-index: 9;
}

blockquote.blue:after{
	content: url("images/bottom-quotes-blue.png");
	position: relative;
	left: 89%;
	bottom: 0;
	z-index: 9;
}

#main blockquote:before{
	content: url("images/top-quotes-blue.png");
	position: relative;
	left: -20px;
	top: -20px;
	z-index: 9;
}

#main blockquote:after{
	content: url("images/bottom-quotes-blue.png");
	position: relative;
	left: 89%;
	bottom: 0;
	z-index: 9;
}
#main blockquote{
	border-left: 4px solid #5A7B8F;
	background: #eaeff3;
}

blockquote{
	padding: 1.3em 0.7em 0 3.4em;
	margin:0.1em 1em 0.725em 0;
	line-height: 1em;
	content:'';
}


/*--------------------------------------------------------------
## TABLE
--------------------------------------------------------------*/
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

/*--------------------------------------------------------------
## LIST ITEMS CONTENT
--------------------------------------------------------------*/
#main ul {
	margin: 0px 0px 1.5em 0px;
	padding: 0px;
}

#main li {
	margin-bottom: 2.5em;
	list-style: none;
	border-left: 4px solid #d77712;
	padding: 5px 5px 5px 10px;
	background: rgba(255,255,255,.8);
	margin-left: -4px;
	font-size: 14px;
	font-weight: bold;
	  box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.4);
}

#main ol {
	margin:0;
	padding-left: 10px;
}
#main ol li {
    counter-increment: step-counter;
	  list-style: none;
	  border-left: none;
	  padding: 0px;
	  background: none;
	  margin-left: 0px;
	  font-size: 14px;
	  font-weight: bold;
	  box-shadow: none;
	  margin-bottom: 1.5em;
	  
}
#main ol li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #d97a28;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}




/*--------------------------------------------------------------
## SINGLE
--------------------------------------------------------------*/
.single {
	background: url(images/background-noise-home.png) repeat #e5e5e1;
}
.site-content .single h1 {
	text-align:center;
	margin: 0px;
	line-height: 32px;
	font-size: 32px;
	color:#fff;
	padding: 5px 10px;
}
.single .pagetitle {
	height: auto;
}
.single .singlepost .pagetitle h1 {
	text-align: left;
	font-size: 28px;
	text-transform: none;
	margin-bottom: 10px;
}
.single .singlepost p {
	font-size: 14px;
	
}
.categprypostimage {
	width: 130%;
	margin-left: -15%;
}
#reportleftpostimage {
	width: 145%;
	margin-left: -22.5%;	
}
.categprypostimage img {
	width: 100%;
}
.single .singlepostbottom {
	background: #85bb41;
	margin:0px;
	color:#fff;
	font-size: 14px;
	width: 100%;
	line-height: 30px;
}
.single .singlepostbottom a {
	color:#fff;
}
.single .postbottompad {
	padding: 5px 20px 5px 20px;
}
.single .singlepostbottom .authorcontain {
	float: left;
	width: 65%;
}
.singlepostbottom .sharecontain {
	width: 30%;
	height: 30px;
	margin-left: 5%;
	float: right;
	text-align: right;
}
.single .singlepostbottom .sharecontain .fb_iframe_widget {
	line-height: 20px;
}
/*--------------------------------------------------------------
## SINGLE REPORT
--------------------------------------------------------------*/
.singlereportleft {
	float: left;
	width: 72%;
	margin-right: 3%;
}
.singlereportright {
	float: right;
	width: 25%;
	background: #6689a3;
}
.singlereportright h2 {
	  font-family: 'RockwellStd-Bold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px;
  margin-top: 20px;
  text-align: center;
 
}
.singlereportright img {
	width: 100%;
}
.dociconsmall {
	width: 100px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.singlereportright h2 a {
	color: #fff;
}

/*--------------------------------------------------------------
## MOBILE MENU
--------------------------------------------------------------*/
.menu-toggle  {
	background: #fff;
	padding: 10px;
	font-size: 16px;
	margin-top: 20px;
	float: right;	
}
.toggled {
	position: absolute;
	width: 90% !important;
	height: 100%;
	float: none !important;
	padding:0;
	margin: 0;
	background: #000;
}
.toggled ul li {
	width: 100%;
	padding-right: 0 !important;
}
.toggled ul {
	height: auto !important;
	line-height: 40px !important;
	padding-bottom: 10px;	
}
.toggled .menu {
	background: #000;	
}
.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}

/*--------------------------------------------------------------
## SEARCH BOX
--------------------------------------------------------------*/
.gsc-control-cse, .cse .gsc-control-cse, .gsc-control-cse {
	background: none !important;
	border: none !important;
}
.gsc-control-cse table {
  
  text-shadow: none !important;
  background: none !important;
  width: 100% !important;
  margin-left: 0% !important;
  margin-right: 0% !important;
  border: none !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;	
}

/*--------------------------------------------------------------
## MOBILE
--------------------------------------------------------------*/

@media all and (max-width:1000px) { 
	.newsletterbargreencontain label {
		font-size: 12px;
	}
}
@media all and (max-width: 970px) { 
	.ninecontain {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		clear:both;
	}
	.socialrighthide {
		display: none;
	}
	.smallhide {
		display: none;
	}
	#signupcol1 {
	width: 30%;
	}
	
	#signupcol3 {
		width: 30%;
	}
	#signupcol4 {
		width: 13%;
	}
	#signupcol5 {
		width: 13%;
	}
	#signupcol6 {
		width: 12%;
	}
	.site-branding {
		margin-right: 5%;
	}
	.main-navigation {
		width: 70%;
	}
	.main-navigation ul li {
		padding-right: 20px;
	}
	.showmorebottomgradient {
		width: 100%;
	}
	.singlepost {
		padding: 30px 40px;
	}
}

@media all and (max-width: 900px) { 
	.socialright {
	  display: none;
	}
	
}
@media all and (min-width: 850px) { 
	.homevidcontain video { 
	  height: auto ;
	}
	
}

@media all and (max-width: 849px) { 
	.homevidcontain video, .socialright, .newsletterbargreencontain {
	  display: none;
	}
	.singlepost {
		padding: 20px 20px;
	}
	
	.html5vidhome {
		display: none;
	}
	.homevidcontain {
		height: 200px;
	}
	.homeblogcontain {
		padding: 0 10%;
	}
	.showmorebottomgradient {
		width: 80%;
	}
	.homevidtop {
		padding-top: 10px;
	}
	.homevidtop h1 {
		margin-top: 0px;
		margin-bottom: 5px;
	}
}
@media all and (max-width: 720px) { 
	.featuredimageleftfull, .homevidcontain {
		display: none;
	}
	
	.featuredcontentright {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.reporthomeheight, .featuredreporthomecontain {
		height: auto;
	}
	.featuredreporthomecontain {
		padding-bottom: 10px;
	}
	.third {
		width: 100%;
		float: none;
		margin: 0;	
	}
	#thirdlast {
		width: 100%;
		margin: 0;
		float: none;
	}
	#footermiddlecolumnspace {
		padding-top: 0px;
	}
	.site-branding {
		width: 60%;	
	}
	.main-navigation {
		width: 30%;
	}
	.site-title {
		line-height: 72px;
		padding-top: 8px;
	}
	.header-smaller {
		height: 80px;
	
	}	
	.header-smaller .site-title {
		line-height: 72px;
		padding-top: 8px;
	}
	.header-smaller .main-navigation ul {
		
		
	}
	#dropdowncontainissues, #dropdowncontainprojects. #dropdowncontainlast {
		left:0;
		display: block;
	}
	.menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}

	.main-navigation .dropdowncontain {
		visibility: visible;
		left: 0 !important;
	  position: relative;
	  display: block;
	  margin-top: 0px;
	  width: auto;
	  background: none;
	  min-height: 50px;
	  z-index: 1999999;
	  border: none;
	  box-shadow: none;	
	}
	.dropdowncontain:before, .dropdowncontain:after, .dropdownleft {
		display: none;
	}
	.dropdownright {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center !important;
	}
	.mobileonlymenuitems {
		display: block;
	}
	.main-navigation ul li {
		font-size: 14px;	
	}
	.main-navigation ul li .dropdownright ul li {
		margin-bottom: 0px;	
		line-height: 18px;
		text-align:center;
	}
	.dropdowncontain .tenpad {
		padding: 0;
	}
	.dropdowncontain {
		text-align: center;
	}
	.dropdownright h2 {
		color:#fff;
		text-align:center;
	}
	.dropdownright h2 a {
		color: #fff !important;
	}
	.page .entry-content {
		padding: 10px 20px;	
	}
	.categoryorangeheadingfixed {
	position: fixed;
	top: 85px;	
	}
	.contentcolumnright {
		display: none;
	}
	.contentcolumnleft, .archive .singlepostbottom .authorcontain {
		width: 100%;
		float: none;
	}
	.categoryheading h1 {
		font-size: 24px;
		line-height: 24px;	
	}
	.mobilemenuhide, .sharecontain {
		display: none !important;
	}
	.pagetitle h1 {
	  line-height: 22px !important;
	  font-size: 18px !important;
	}
	#main blockquote:after {
		left: 65%;	
	}
	table {
		width: 90%;
		margin-left: 0%;
		margin-right: 0%;	
	}
	.issuecontain {
	  padding-top: 86px;
	}
	.issuetitle {
		  margin: 10px 10% 0 10%;	
	}
	.issuetitle h1 {
	  line-height: 30px;
	  font-size: 22px;
	}
	.issuetitle h2 {
	  font-size: 14px;
	}
	.issueleft {
		width: 100%;
		float: none;
		margin-right: 0;
			
	}
	.issueright {
		width: 100%;
		float: none;
		min-height: 200px;
		margin-top: 0px;
		margin-bottom: 20px;	
	}
	.twitterbox {
		width: 105%;
		margin-left: -2.5%;
		margin-right: 2.5%;
	}
	.issuerightbottompad {
		padding: 10px;
	}
	.issuerighttop {
		height: 5px;
		background:#6689a3;
	}
	.singlereportleft {
	float: none;
	width: 100%;
	margin-right: 0%;
	}
	.singlereportright {
		float: none;
		width: 70%;
		margin-top: 20px;
		margin-left: 15%;
		margin-right: 15%;
	}
	#reportleftpostimage {
	width: 120%;
	margin-left: -10%;	
}
	.featuredreporthomemobileonly {
		display: block;
		margin-bottom: 20px;
	}
	.featuredreporthomehide {
		display: none;
	}
}
	


