/*
Theme Name: Teamster Joint Council 16
Theme URI: http://underscores.me/
Author: E. James Ford
Author URI: http://web.ejimford.com
Description: Core theme for Teamster Joint Council 16
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: teamster16
Tags:

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

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

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0 3% 3% 0;
}

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;
}

#can_embed_form {
    margin-bottom: 0px;
}
#can_embed_form_inner h2,
#can_embed_form_inner h3,
#can_embed_form_inner h4,
#action_info,
.teamsters-subscribe #form-first_name, .teamsters-subscribe #form-last_name,
.can_thank_you-block {
    display: none !important;
}
#can_embed_form.can_float #form_col1,
#can_embed_form.can_float #form_col2 {
    float: none !important;
    width: 100% !important;
}
.can_button, #donate_auto_modal input[type=submit], #donate_auto_modal .button, #donate_make_recurring_modal input[type=submit], #donate_make_recurring_modal .button, #can_embed_form input[type=submit], #can_embed_form .button {
    width: 30% !important;
    background-color: #fdbb30 !important;
    color:#16216a !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    border: 1px solid #16216a !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -webkit-transition: all .5s ease !important;
    margin: 0px auto;
}

#can_embed_form .international_link-wrap {
    text-align: center;
}
#can_embed_form #d_sharing {
    border-top: none !important;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #121f1f;
	font-family:  "Gotham A", "Gotham B";
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight: 800;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  line-height: 1.2;
  color: #666;
  text-align: justify;

  /*Borders - (Optional)*/
  border-left: 15px solid #fdbb30;
  border-right: 2px solid #fdbb30;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #fdbb30;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}


blockquote em{
  font-style: italic;
}

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: border-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: inherit;
}

body {
	background: #f1f1f1; /* 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 .6em;
	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%;
}



/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
#page {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
    background-color: #fff;
}
#masthead {
    padding: 0px 0px;
}
#content {
}
#primary {
    padding: 0px 20px;
}
#secondary {
    padding: 10px;
}

.clearfix {
    width: 100%;
    clear: both;
    height: 10px;
    float: none;
    font-size: 1px;
    text-indent: -9999px;
}




/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}
	#secondary {
	}
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#context-nav {
		float: left;
		width: 17%;
		margin-top: 30px;
        min-height: 100vh;
	}
	#primary {
		float: right;
		width: 82%;
	}
	#secondary {
		clear: both;
	}
	body.home #primary {
		width: 100%;
		float: none;
	}
    body.single-campaign #primary {
        width: 82%;
    }
    .campaign-slider {
        float: right;
        width: 80%;
        margin-left: 20px;
    }
		
}




/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
	#context-nav {
		width: 13%;
	}
	#primary {
		float: left;
		width: 60%;
	}
	#secondary {
		clear: none;
		float: right;
		width: 25%;
        min-height: 100vh;
        margin-right: 10px;
        
	}
    .campaign-slider {
        float: left;
        width: 83%;
    }


}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#context-nav {
		margin-top: 80px;
	}
	#primary {
	}
	#secondary {
	}
    .campaign-slider {
        width: 85%;
    }
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}
	#secondary {
	}
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-branding {
}

.site-logo {
	width: 90px;
	position: absolute;
	z-index: 9999;
	padding: 8px 0px 0px 16px;
}

.site-logo img {
	max-width: 100%;
	height: auto;
}

.site-title {
    padding: 0px 0px;
    margin: 0px;
}

.site-title a {
    font-size: 22px;
	font-weight: 800;
    color: #fff !important;
    text-decoration: none;
	display: block;
	height: 102px;
	background-color: #16216a;
	background-image: url(images/header-bg-transparent.png);
	text-transform: uppercase;
	padding: 14px 0px 0px 90px;
}

.site-title a span {
	display: block;
}
.site-title a .bloginfo-location {
    display: block;
    font-size: 8px;
}

/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
	.site-title a {
		height: 96px;
        padding: 24px 0px 0px 104px;
	}
	.site-title a span {
		display: inline;
	}
    .site-title a .bloginfo-location {
        font-size: 11px;
    }
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	.site-title a {
	    font-size: 36px;
		padding: 12px 0px 0px 110px;
	}
    .site-title a .bloginfo-location {
        font-size: 17px;
        padding-left: 2px;
        margin-top: -6px;
    }
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
	.site-logo {
		width: 130px;
		padding: 20px 0px 0px 16px;
	}
	.site-title a {
		font-size: 46px;
		height: 114px;
		background-color: #16216a;
		padding: 14px 0px 0px 150px;
	}
	
	
	
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	.site-logo {
		width: 160px;
		padding: 20px 0px 0px 10px;
	}
	.site-title a {
		font-size: 54px;
		padding: 14px 0px 0px 205px;
        height: 124px;
	}

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #fff;
	border-top: 1px solid #fdbb30;
    color: #007dc3;
    font-size: 80%;
    padding: 1.2em 2em;
    text-align: center;
	margin-bottom: 80px;
	font-weight: 500;
}

footer .widget {
	text-align: left;
}

footer h2 {
	color: #16216a;
	font-size: 110%;
	text-transform: uppercase;
}


footer .leadership {
	text-transform: uppercase;
}
footer .leadership p {
	margin-bottom: 0px;
	margin-top: 10px;
}

footer .leadership em {
	text-transform:capitalize;
}

footer .social-widget {
	font-size: 1.875em;
}

footer .social-widget a {
	margin-right: 4px;
}

footer .media-inquiries a {
    text-decoration: none;
    color: #007dc3;
}
footer .media-inquiries a:hover {
    text-decoration: underline;
    color: #16216a;
}




/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
	footer .widget {
		float: left;
	}
	footer .leadership {
		width: 35%;
		margin-left: 36px;
	}
	footer .social-widget {
		float: right;
		width: 300px;
		margin-right: 100px;
	
	}
	footer .media-inquiries {
		float: right;
		clear: right;
		margin-right: 100px;
		width: 300px;
	}


}





/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*

### COLORS
Dark Blue: #16216a
Yellow: #fdbb30
Light Blue: #007dc3

*/




a {
	color: #16216a;
  	transition: all .25s ease;
   	-moz-transition: all .25s ease;
   	-webkit-transition: all .25s ease;	
}

a:visited {
	color: #16216a;
}

a:hover,
a:focus,
a:active {
	color: #007dc3;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
    color: #fdbb30;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size:75%;
	clear: both;
}
.breadcrumb a {
    color: #fdbb30;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-size: 90%;
	text-transform: uppercase;
	background-color: #fdbb30;
	-webkit-box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.75);
	box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.75);
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    padding: 4px 16px 2px;
    color: #16216a;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #404040;
}

.main-navigation ul li:last-child a {
	border-bottom: 8px solid #404040;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	visibility: hidden;
	z-index: 99999;
	opacity: 0;
  	transition: all .25s ease;
   	-moz-transition: all .25s ease;
   	-webkit-transition: all .25s ease;	
}

.main-navigation li:hover ul {
    opacity: 1;
	top: 2.2em;
}

.main-navigation ul ul ul {
    visibility: hidden;
    top: 0;
    margin-top: -29px;
}

.main-navigation ul ul a {
	background-color: #007dc3;
    font-size: 95%;
    color: #fdbb30;
    padding: 7px 7px;
    border-bottom: 1px solid #eee;
    opacity: .95;
}

.main-navigation li:hover ul ul a {
    border-bottom: 1px solid #eee;
}
.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    background-color: #007dc3;
	color: #fdbb30;
	opacity: 1;
	-webkit-box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.75);
	box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.75);
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}


.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color:  #007dc3;
}

.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a {
	color:  #fff;
}


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

.menu-toggle {
    background-color: #fdbb30;
    width: 100%;
    text-align: left;
    padding: 12px 40px;
	color: #16216a;
    font-size: 140%;
	font-weight: 800;
    text-transform: uppercase;
    border-radius: 0px;
    border-right: none;
    border-left: none;
    box-shadow: none;
	text-shadow: none;
}
.toggled .menu-toggle {
	color: #007dc3;
}


/* ===== == = === 485em (768px) === = == ===== */
@media screen and (min-width: 48em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
		float: left;
	}
    .main-navigation a {
		border-bottom: none;
	}
    .main-navigation ul li:last-child a {
        border-bottom: none;
    }
    
    .main-navigation ul li:last-child ul a {
        border-bottom: 1px solid #eee;
    }
	.main-navigation ul ul a {
		width: 250px;	
	}
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        visibility: visible;
    }

}



/* ===== == = === 56.25em (900px) === = == ===== */
@media screen and (min-width: 56.25em) {
	.main-navigation ul li:first-child {
		margin-left: 150px;
	}
	.main-navigation ul ul li:first-child {
		margin-left: 0px;
	}
    
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	.main-navigation a {
		font-size:120%;
	}

	.main-navigation ul li:first-child {
		margin-left: 205px;
	}

}


.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%;
}

/*--------------------------------------------------------------
## Context Menu
--------------------------------------------------------------*/

.context-nav {
	padding: 10px 0px 0px 0px;
	font-size:75%;
	
}

.context-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.context-nav ul li {
	float: left;
	margin-right: 6px;
    margin-bottom: 8px;
}

.context-nav ul a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 16px;
	display: block;
}
.context-nav ul li.current_page_item a {
	color: #fdbb30
}

.news-nav {
    display: none;
}



/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .context-nav ul li {
        float: none;
        margin-right: 0px;
    }
    .news-nav {
        display: block;
    }
    .news-nav h4 {
        padding: 24px 0px 0px 0px;
        text-transform: uppercase;
        font-size: 120%;
        color: #16216a;
        margin: 16px 0px 0px 16px;
        border-top: 2px solid #fdbb30;
    }
    .news-nav h4 a {
        text-decoration: none;
    }
    .news-nav ul li {
        margin-bottom: 0px;
    }

    .news-nav ul a {
        font-weight: normal;
        font-size: 110%;
        padding: 4px 0px 4px 16px;
    }
    .news-nav ul a:hover {
        background-color: #f1f1f1;
    }

        
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {

}






/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	max-width: 50%;
	height: auto;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	max-width: 50%;
	height: auto;
}

.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;
}

/*--------------------------------------------------------------
# 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-content a,
.entry-content a,
.entry-summary a {
	font-weight: 800;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-header, .page-header {
    margin-top: 36px;
}
.entry-title, .archive-title {
    text-transform: uppercase;
    color: #fdbb30;
    border-bottom: 1px solid #fdbb30;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 180%;
    line-height: 1;
    margin-top: 0;
}
.post-title {
    margin: 0px;
    font-size: 120%;
    color: #16216a;    
}

body.single .post-title {
	font-size: 200%;
	line-height: 1.2em;
}


.label {
	font-size: 75%;
	text-transform: uppercase;
	color: #16216a;
	font-weight: bold;
}


a.excerpt-id-readmore {
    color: #007dc3;
    font-size: 70%;
    display: inline;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase
}


/* Custom Style Spans */
.dark-blue {
	color: #16216a;
}
.light-blue {
	color: #007dc3;
}
.yellow {
	color: #fdbb30;
}

.bigger {
	font-size: 125%;
}

.biggest {
	font-size: 150%;
}

.smaller {
	font-size: 90%;
}

.smallest {
	font-size: 75%;
}





/* Nivo Sliders */
.nivo-directionNav a {
    top: 35% !important;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.nivo-nextNav {
    background-image: url(images/next.png);
}

.nivo-prevNav {
    background-image: url(images/previous.png);
}

.nivo-caption {
    display: none !important;
    background-image: url(images/bg-lightblue-80.png)
}
.slidereadmore {
	white-space: nowrap;
}


/* Hiding Page Titles */
body.home .entry-title, body.home .context-nav {
    display: none;
}
.local-contact-info {
	background-color: #F5F0E2;
	width: 100%;
	font-size: 80%;
	padding: 4px 16px;
	margin: 0px;
}

.local-leadership-header {
    color: #16216a;
    text-transform: uppercase;
}
.statement-list-container {
    border-top: 2px solid #fdbb30;
}

h1.statement-title {
    color: #16216a;
    font-size: 140%;
}


.statement-list-item {
    border-bottom: 2px solid #ccc;
}

.statement-list-item h2 {
    padding: 0px;
    margin:10px 0px 0px 0px;

}
.statement-list-item h2 a {
    text-decoration: none;
    font-size: 100%;
}

.statement-list-item p {
    margin: 0px 0px 20px 0px;
    font-size: 90%;
}

.statement-list-item-text {
	margin-top:18px;
}

.endorsement {
    width: 33%;
    float: left;
}
.endorsement .person-name {
    margin: 0px;
    padding: 0px;
    color: #16216a;
}
.endorsement .person-title {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 100%;
    font-style: italic;
}
.endorsement .person-text {
    width: 90%;
    font-size: 90%;
    display: block;
	background-size: 100% auto;
}


/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (max-width: 37.5em) {
    body.page-id-10 .slider-wrapper {
        display: none !important;
    }

    
}

.campaign-list-item {
	border-top: 1px solid #fdbb30;
    clear: both;
	padding: 10px 0px;
}
.campaign-list-item-image {
    overflow: hidden;
}

.campaign-list-thumb {
}

.campaign-list-item-image img {
    height: 100% !important;
    width: auto !important;
    max-width: none;
}
.campaign-list-item-image {
	height: 150px;
    width: 100%;
}


.campaign-list-item-image .campaign-list-thumb {
	display: block;
	height: 100%;
	width: 100%;;
    display: block;
	text-indent: -99999px;
    background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.campaign-list-item-text {
	min-height: 108px;
}
.campaign-list-item-text h2 {
    padding: 0px;
    margin: 0px;
    color: #16216a;
    font-size: 150%;
}
.campaign-list-item-text h2 a {
    text-decoration: none;
}
.campaign-list-item-text h2 a:hover {
    text-decoration: underline;

}

.campaign-list-item-text p {
	margin: 0px;
}

body.single-campaign h1.campaign-title {
    color: #16216a;
    text-transform: uppercase;
    font-size: 1.5em;
}


.campaign-widgets aside.get-involved h2 {
    border-bottom: 1px solid #fdbb30;
    line-height: .7em;
    text-transform: uppercase;
}


.petition-container {
    background-color: #f1f1f1;
    border: 1px solid #000;
    padding: 5px 20px;
}

.petition-container h2 {
    color: #16216a;
}
.petition-container p {
    margin: 1em 0em;
}
.petition-container input.sign {
    background-color: #fdbb30;
    color: #16216a;
    box-shadow: none;
    text-shadow: none;
    font-size: 120%;
    font-weight: 800;
    text-transform: uppercase;
  	transition: all .35s ease;
   	-moz-transition: all .35s ease;
   	-webkit-transition: all .35s ease;	
    
    
}

.petition-container input.sign:hover {
    background-color: #16216a;
    color: #fff;
}




.local-list-item {
    margin-right: 10px;
	margin-bottom: 10px;
    font-size: 80%;
	min-height: 290px;
}

.local-list-item a.local-list-thumb {
    width: 100%;
    height: 200px;
    background-size:cover;
    background-position: center;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
}

.local-list-item h2 {
    margin: 0px;
    padding: 0px;
}

.local-list-item h2 a {
    text-decoration: none;
    font-size: 100%;
}
.local-list-item p {
    margin-bottom: .2em;
    margin-top: .2em;
}

.share-container {
    margin-top: 8px;
}

.share-network {
	width: 131px;
	float: left;
	
}
.share-network iframe {
	max-width: none !important;
}


.share-twitter {
	padding-top: 0px;
    padding-left: 40px;
}

.secondary-shares {
	display: block !important;
}

.onoffswitch {
	display: none !important;
}


.wp-block-latest-posts.wp-block-latest-posts__list {
    margin-left: 0;

}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    line-height: 1.3;
}

.wp-block-latest-posts__featured-image a {
    width: 90px;
    height: 90px;
    overflow: hidden;
    text-align: center;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a:nth-child(2) {
    padding-top: 12px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li time {
    color: #fdbb30;
    font-size: 11px;
    margin-top: 8px;
    display: block;
}

/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
    .entry-title, .archive-title {
        font-size: 240%;
    }    
    .local-list-item {
        float: left;
        width: 47%;
        margin-right: 3%;
        min-height: 350px;
    }
    .local-list-item a.local-list-thumb {
        height: 180px;
    }
    .local-contact-info {
		float: right;
		width: 240px;
		margin: 8px;
	}


}


/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .campaign-content {
        width: 61%;
        float:left;
    }

    .campaign-widgets {
        width: 33%;
        float: right;
    }
	.campaign-list-item {
		margin-bottom: 10px;
	}

	.campaign-list-item-image {
		float: left;
		width: 25%;
		height: 100px;
	}
	.campaign-list-item-text {
		float: right;
		width: 73%;
	}
}



/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .local-list-item {
        width: 31%;
        margin-right: 2%;
        min-height: 320px;
    }
    .local-list-item a.local-list-thumb {
        height: 150px;
    }
}


.related-news-list {
    margin-top: 16px;
    border-top: 2px solid #fdbb30;
}

.related-news-list h3 {
    text-transform: uppercase;
    color: #16216a;
    margin: 8px 0px;

}

.related-news-item {
    clear: both;
    border-bottom: 2px solid #ccc;
    padding: 8px 0px;
    margin-bottom: 4px;
	min-height: 100px;
}
.related-news-item img {
    float: left;
    margin-right: 16px;
}
.related-news-item .related-news-link-title {
    text-decoration: none;
    font-weight: 800;
}
.related-news-item .read-more {
    display: block;
}






/* Homepage */

body.home #primary {
    padding: 0px 0px;
}

body.home .entry-content {
    margin: 0px;
}
.homepage-campaigns-container {
    padding: 0px 20px;
    margin: 20px 0px;
}

.homepage-campaigns {
    height: auto;
    background-color: #fdbb30;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(153,153,153,1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(153,153,153,1);
    box-shadow: 5px 5px 0px 0px rgba(153,153,153,1);
    width: 100%;
    padding: 8px;
    position:relative;
}
.homepage-campaigns a {
    float: none;
    width: 100%;
    display: block;
    min-height: 270px;
    color: #fff;
    font-weight: 800;
    padding: 0px 0px 0px 12px;
    background-size: cover;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 120%;
    background-position: 12px 0px;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.homepage-campaigns a .blue-overlay {
    background-image: url(images/bg-blue-40.png);
    width: 100%;
    display: block;
    min-height: 270px;
    padding: 8px 8px;
  	transition: all .5s ease;
   	-moz-transition: all .5s ease;
   	-webkit-transition: all .5s ease;	
}

.homepage-campaigns a:hover .blue-overlay {
    background-image: url(images/bg-blue-60.png);

}

.homepage-campaigns-title {
    font-size: 150%;
    padding: 0px;
    margin: 8px 12px 8px;
    text-transform: uppercase;
    color: #16216a;
    border-bottom: 1px solid #16216a;
    line-height: .7em;
}

a.homepage-campaigns-all {
    position: absolute;
    font-size: 75%;
    top: 20px;
    right: 20px;
    width: initial;
    color: #16216a;
    height: 24px !important;
    display: none;
    min-height: initial;
}
a.homepage-campaigns-all:hover {
    color: #fff;
}


.homepage-news-title {
    padding: 0px;
    margin: 12px 12px 8px;
    text-transform: uppercase;
    color: #16216a;
    border-bottom: 1px solid #16216a;
    line-height: .7em;
    font-size: 180%;
}



.homepage-news-container {
    padding: 0px 20px;
}
.homepage-news-item {
    padding: 6px 12px;
  	transition: all .5s ease;
   	-moz-transition: all .5s ease;
   	-webkit-transition: all .5s ease;	
    
}
.homepage-news-item:hover {
    background-color: #eee;

}

.homepage-news-item a.homepage-news-item-thumb {
    width: 100%;
    max-width: 260px;
    height: 190px;
    background-size:cover;
    background-position: center;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
}


.homepage-news-item-meta {
    color: #16216a;
    font-size: 65%;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
a.homepage-news-item-title {
    color: #464747;
    font-weight: 800;
    text-decoration: none;
    display: block;
    
}
a.homepage-news-item-readmore {
    color: #007dc3;
    font-size: 70%;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase
}

#homewidgets {
    padding-right: 20px;
}

#homewidgets .recent-posts-extended {
    display: none;
}

#homewidgets aside.get-involved h2 {
    margin: 12px 12px 8px 0px;
    border-bottom: 1px solid #000;
    padding: 0px;
    line-height: .7em;    
    color: #16216a;
	text-transform:uppercase;
    font-size:180%;
}

.homepage-featured-local {
    clear: both;
    background-color: #fdbb30;
    height: 200px;
    min-height: 200px;
    margin-left: 20px;
    margin-right: 20px;
}

.homepage-featured-local-desktop {
	display: none;
}
.homepage-featured-local-mobile {
	margin-top: 70px;
}
.homepage-local-namebox {
    width: 40%;
    background-color: #16216a;
    color: #fdbb30;
    min-height: 200px;
    float: left;
    text-align: center;
    display: table; 
    height: 200px;
    overflow: hidden;
}
.homepage-local-namebox a {
    color: #fdbb30;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
	padding: 0px 15px;
}
.homepage-local-namebox-featured {
    font-size: 50%;
    text-transform: uppercase;
    display: block;
	font-weight: bold;
}
.homepage-local-namebox-title {
    font-size:220%;
    font-weight: 800;

}

.homepage-local-excerpt {
    width: 47%;
    float: left;
    height: 100%;
    padding: 36px 20px 0px 4px;
    margin-left: 5%;
}
.homepage-local-excerpt p {
    display: inline;
    padding: 0px;
    margin:0px;
}

.homepage-local-excerpt .homepage-news-item-readmore {
    display: inline;
	font-size: 85% !important;
	white-space: nowrap;
}

.homepage-local-excerpt .homepage-local-see-all {
    display: none;
	color: #fff;
    font-weight: 700;
    background-color: #007dc3;
    text-decoration: none;
    padding: 3px 0px;
    width: 110%;
    text-transform: uppercase;
    margin: 9px 0px 10px;
}

.homepage-local-excerpt .homepage-local-see-all:hover {
	background-color: #16216a;
}

.homepage-local-excerpt .homepage-local-see-all .homepage-local-see-all-text {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 4px 8px;
}

.homepage-mailing-list {
    margin-left: 10px;
    border-bottom: 1px solid #fdbb30;
    border-top: 1px solid #fdbb30;
    height: 150px;
    padding-top: 18px;
	margin-right: 8px;	
}
.homepage-mailing-list h4 {
    padding: 0px;
    margin: 0px;
    color: #16216a;
	text-transform: uppercase;
}

.homepage-mailing-list p {
    margin: 0px;
    font-size: 82%;
}

.homepage-mailing-list input {
    background-color: #e2e8ef;
    color: #16216a;
    font-size: 90%;
    width: 49%;
    margin-top: 4px;
    border: none;
    border-radius: 0px;
	height: 30px;
}
.homepage-mailing-list input.lname {
float: right;
}

.homepage-mailing-list input.email {
    width: 69%;
}

.homepage-mailing-list input.submit {
    float: right;
    width:30%;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #16216a;
    font-weight: 800;
    text-transform: uppercase;
  	transition: all .5s ease;
   	-moz-transition: all .5s ease;
   	-webkit-transition: all .5s ease;	
}

.homepage-mailing-list input.submit:hover {
    background-color:#16216a;
    color: #fff;
    text-shadow: none;
}




.homepage-social {
    margin-top: 20px;
    font-size: 80%;
    position:relative;
    height: 250px;
}
.homepage-social .rtw_meta {
    display: none; !important;
}
.homepage-social .rtw_main {
    padding: 0px 8px;
}

#content .rotatingtweets, #content .norotatingtweets {
    background-color: #DDEEFC;
    border: none !important;
	width: 100% !important;
}

.homepage-social .fa-twitter {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 80px;
    font-size: 300%;
    z-index: 99;
    margin-top: -16px;
    margin-left: 16px;
    color: #007dc3;
}

.homepage-social .follow-button {
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    margin-top: -12px;
    border: 1px solid #007dc3;
    background-color: #eee;
    padding: 4px 8px 4px 27px;
    font-weight: bold;
    background-image: url(images/twitter-icon-tiny.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 3px;
    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);
    border-radius: 2px;
    margin-right: 16px;
}

.homepage-social .fb_iframe_widget {
    padding: 8px 8px 8px 110px;
    background-color: #CED6E5;
    border-radius: 4px;
    width: 100%;
}


.homepage-social .fb-desktop {
	margin-top: 8px;
	display: none;
}

.homepage-social .fb-logo-tiny {
    margin: 5px 0px 0px 8px;
    width: 100px;
    height: 25px;
    background-image: url(images/facebook-logo-tiny.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    text-indent: -99999px;
    z-index: 99999;
    position: absolute;
}
	
	

.homepage-twitter-container {
    margin-top: 20px;
    position:relative;
    height: 100%;
}


/* Homepage Responsive */

/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
	.homepage-local-excerpt {
		width: 50%;
        padding: 48px 20px 0px 4px;
	}
    .homepage-news-item {
        float: left;
        width:50%;
    }
	.homepage-campaigns-title {
		font-size: 180%;
	}
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .nivo-caption {
        display: block !important;
    }


    a.homepage-campaigns-all {
        display: block;
        width: auto !important;
    }
	.homepage-local-excerpt {
	}
    .homepage-local-excerpt .homepage-local-see-all {
        display: block;
    }
    .homepage-campaigns a {
        float: left;
        width: 33%;
        margin-top: 0px;
    }
    .homepage-campaigns {
        height: 330px;
    }
    .homepage-news-container {
        float: left;
        width: 67%;
    }
    #homewidgets {
        float: right;
        width: 30%;
    }


}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .homepage-featured-local {
        width: 44%;
        float: left;
    }
	.homepage-local-excerpt {
		font-size: 100%;
		width: 52%;
        padding: 50px 12px 0px 4px;
        line-height: 1.3;
	}
    .homepage-local-excerpt .homepage-local-see-all {
        display: none;
    }
	.homepage-featured-local-desktop {
		display: block;
        height: 250px;
	}
	.homepage-featured-local-mobile {
		display: none;
	}

    .homepage-local-namebox {
        height: 250px;
    }
    .homepage-mailing-list {
        float: left;
        width: 50%;
		margin-right: 0px;
    }

    .homepage-social {
        float: right;
        width: 47.5%;
        margin-right: 20px;
        margin-top: 0;
        background-color: #DDEEFC;
    }

    .homepage-twitter-container {
        margin-top: 00px;
    }
    #content .rotatingtweet {
        padding: 30px 20px;
        font-size: 120%;

    }


    .homepage-news-item {
        float: left;
        width:33%;
		
    }
    .homepage-news-container .homepage-news-item:nth-child(5) {
        clear: left;
    }
	.homepage-social .fb-logo-tiny {
		margin: 0px 0px 0px 8px;
	}
    .homepage-social .fb_iframe_widget {
		margin-top: -6px;
	}
	.homepage-social .fb_iframe_widget:before {
		display: none;
	}
	.homepage-social .home-facebook-logo {
		margin-top: -42px;
	}
}
/* ===== == = === 64em (1024px) === = == ===== */
@media only screen and (min-width : 64em) {
    .homepage-local-excerpt {
    }
    .homepage-local-excerpt .homepage-local-see-all {
        display: block;
        font-size: 85%;
    }

}

/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	.homepage-local-excerpt {
		font-size: 88%;
		width: 52%;
        margin-left: 2%;
	}
	.homepage-social .fb_iframe_widget:before {
		display: inline;
	}
    .homepage-news-item {
        float: left;
        width:33%;
		padding: 6px 22px;
		
    }
	.homepage-social .fb-logo-tiny {
		margin: 5px 0px 0px 8px;
	}
	.homepage-social .fb-desktop {
		display: block;
	}
	.homepage-social .fb-mobile {
		display: none;
	}
	
}




/* Blog */

.blog-news-item-meta {
    color: #007dc3;
    font-size: 75%;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.publication-source {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    color: #007dc3;
    font-size: 125%;
}

.blog-news-item-meta .datetime {
    font-weight: normal;
    text-transform: none;
}

body.single .postmeta {
    color: #007dc3;
    font-size: 100%;
    font-weight: normal;
	display: block;
}

body.single .postmeta .publication-meta a {
	font-weight: 600;
	color: #007dc3;
	text-transform: uppercase;
	text-decoration: none;
}


a.post-list-thumbnail {
    width: 100%;
    height: 200px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    border: 1px solid #fff;
    margin-right: 12px;
}
a.post-list-thumbnail-press-logo {
    background-size:100% !important;
	background-repeat: no-repeat !important;
}


a.post-list-thumbnail:hover {
    border: 1px solid #16216a;
}

body.category-press-clips a.post-list-thumbnail {
    height: 175px;
    max-width: 150px;
}



body.category-press-releases .entry-header {
    margin-top: 0px;
}

.blog-single-post-title {
    margin: 0px;
    padding: 0px;
    clear: none;
	line-height: 1.2em;
}
.blog-single-post-title a {
    text-decoration: none;
    font-size: 90%;
}

.blog-single-entry-content p {
    margin: 0px;
    font-size: 90%;
}
a.read-more {
    color: #007dc3;
    text-decoration: none;
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}
body.archive article, body.blog article {
    border-bottom: 2px solid #fdbb30;
    padding: 0px 0px 16px 0px;
}

a.clip-masthead {
    display: block;
    text-align: center;
}

/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
    a.post-list-thumbnail {
        max-width: 140px;
        height: 150px;
        float: left;
    }
    
}



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

#secondary .widget {
    margin: 0 0 .5em;
}

#secondary .widget-title {
	border-bottom: 1px solid #fdbb30;
	line-height: .7em;
	text-transform: uppercase;
}


.get-involved {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.get-involved .textwidget {
	display: none;
}


.get-involved .widget-title {
    font-size: 120%;
    color: #fdbb30;
    padding-left: 0px !important;
    
}




.rpwe_widget .widget-title {
    color: #fdbb30;
    font-size: 180%;
}

@media screen and (min-width: 56.25em) {
    
}




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

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







/*--------------------------------------------------------------
## 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-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 12px;
	font-style:italic;
	text-align:left; 
	line-height:1.3em;
}

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

/*--------------------------------------------------------------
## 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: 46%;
}

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

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

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

.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;
}

li#wp-admin-bar-seed-ucp-notice {
    display: none;
}



@media print {
    .main-navigation {
        display: none !important;
    }
}


.edit-link {
	border: 1px solid #000;
    padding: 8px 16px;
    margin: 24px 0px 12px 12px;
    display: block;
    text-align: center;
    width: 150px;
	color: #FDBB30;
	background-color: #007DC3;
	
}

.post-edit-link {
	text-decoration: none;
	color: #fdbb30 !important;
	font-weight: bold;
	display: block;
}

.post-edit-link:before {
	content: "\f040";
	font-family: FontAwesome;
	margin-right: 4px;
	font-weight: normal;
}


