/*
Theme Name: CBP_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: cbp_theme
Tags: CBP theme

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.

CBP_theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
	5.3 Sitemap
	# Small Menu
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	# Homepage
	10.2 Archives/Categories
	10.3 Asides
	10.4 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries

# Media Queries
# Misc

--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
:root {
	--montserrat: 'Montserrat', sans-serif;
}

html {
	font-family: var(--montserrat);
	font-weight: 500;
	-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;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: var(--montserrat);
	font-weight: normal;
	font-style: normal;
}

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

li {
	font-weight: 400;
	font-style: normal;
}

#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li,
.tribe-events-after-html ol li, .tribe-events-after-html ul li,
.tribe-events-before-html ol li, .tribe-events-before-html ul li {
    margin:0;
}

p {
	margin-bottom: 1.5em;
	font-weight: 400;
	font-style: normal;
}

b,
strong {
	font-weight: bold;
}

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

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

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

/* .overflow-hidden {
	overflow: hidden;
} */

.rev-slider-container {
	/* overflow-x: hidden; */
	margin-bottom: 60px;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*border: 1px solid;
	border-color: #ccc #ccc #bbb;*/
	border-radius: 0;
	/*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 2.2em .4em 1em;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
	border: none;
	background: none;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	color: #F26522;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    background-image: url("images/icon_circle_arrow_orange.png");
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center right;
}

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

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

#rev_slider_1_1_wrapper .custom.tparrows {
	background: #005e75;
}
#rev_slider_1_1_wrapper .ares .tp-bullet:hover,
#rev_slider_1_1_wrapper .ares .tp-bullet.selected {
    background: #fdb825;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 13px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.4em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}


/* # Small Menu. */
.menu-toggle {
	display: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#wprmenu_bar .menu_title a {
	text-decoration: none;
}

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

.superfly-on .sfm-rollback {
	display: none;
}
/* #sfm-mob-navbar {
	position: absolute !important;
} */
/* .superfly-on .custom_menu {
    display: flex;
    align-items: center;
    text-align: left;
    margin-left: 45px;
    height: 62px;
    text-transform: uppercase;
    color: #005e75;
    font-weight: bold;
    position: relative;
    z-index: 1000;
} */
#sfm-sidebar .sfm-menu-level-0 li .sfm-sm-indicator i {
    border-color: #fdb920 !important;
}


/*--------------------------------------------------------------
5.3 Sitemap
--------------------------------------------------------------*/

#wp-realtime-sitemap-menu h3 {
    display: none;
}

/*--------------------------------------------------------------
6.0 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:hover,
.screen-reader-text:active,
.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. */
}

/*--------------------------------------------------------------
7.0 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;
}

/*--------------------------------------------------------------
8.0 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;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}

.home .widget.announcement {
	display: none;
}

/* Latest Tweets widget */
.twitter-timeline.twitter-timeline-rendered {
	/* height: 526px !important; */
	/* min-height: 616px !important; */
}

#text-4.widget-2 .main-widget-content {
	min-height: 449px;
}

.widget_search .search-submit {
	display: none;
}
.widget.yellow.featured_resources {
	display: none;
}
.widget.teal.featured_resources {
	display: none;
}
.widget.additional {
	display: none;
}
.widget.reading {
	display: none;
}

.sidebar-line-break {
	width: min-content;
	text-align: left;
}


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

.hentry, .tribe_events {
	margin: 0 0 1.5em;
}
#secondary .hentry {
    margin:0;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.home .entry-content {
    margin:0 0 25px;
}
.home .entry-content p {
    margin-bottom:0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.single .entry-thumbnail {
    float:left;
    margin:0 10px 10px 0;
}

.collapseomatic_content {
    margin-left: 0px;
}

.post_subtitle {
	font-size: 22px;
	color: #1999aa;
	line-height: normal;
	margin-bottom: 10px;
}
.searchandfilter li.custom_link {
    font-weight: 300;
    text-transform: uppercase;
		text-align: center;
    cursor: pointer;
    color: #005e75;
    padding-bottom: 15px !important;
}
.searchandfilter li.custom_link .arrow {
	width: 50px;
}
.searchandfilter .sf-field-search input {
	border: 1px solid #f26522 !important;
	border-radius: 0 !important;
	height: 25.7px;
  margin-top:10px;
	margin-bottom: 14px;
	max-width: 290px !important;
	width: 100% !important;
	font-size: 12px !important;
	padding-top: 5px !important;
	padding-bottom: 3px !important;
}

.issues {
	text-transform: uppercase;
	color: #969696;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 500;
	margin: 10px 0;
}
.issues .separator {
	color: #f26522;
}
.issues .issues-meta {
	color: #969696;
}

body.search .entry-header {
	padding: 0 0 20px !important;
}
.search h2.resource-entry-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: -.01em;
}
.search h2.resource-entry-title a {
	color: #005e75 !important;
}


/*--------------------------------------------------------------
10.2 Archives/Categories
--------------------------------------------------------------*/
/* Center Employment Opportunities posts */
.employment-opportunities {
	padding-bottom: 12vh;
	background-color: #f0f0f0;
}
	@media screen and (max-width: 1024px) {
		.employment-opportunities {
			min-height: unset;
		}
	}
.employment-opportunities article .entry-content > *:last-child {
	margin-bottom: 0;
}
.employment-opportunities article:last-child {
	margin-bottom: 0;
}

.blog-header img {
	width: 100%;
}

.page-title-container .entry-title {
	font-weight: 500;
}
.page-intro-container .page-intro {
	font-size: 18px;
}
#content .page-intro-container a {
	color: #005e75;
	text-decoration: underline;
}
#content .page-intro-container a:hover {
	color: #f26522;
	text-decoration: none;
}
.page-intro-container li {
	font-size: 18px;
}


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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 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;
}


/*--------------------------------------------------------------
12.0 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%;
}

/*--------------------------------------------------------------
12.1 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;
}

/*--------------------------------------------------------------
12.2 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;
}


/*--------------------------------------------------------------
General Grid Adjustments
--------------------------------------------------------------*/
.grid-container {
	/* max-width: 1140px; */
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
}

#content {
	/* background-color: #f0f0f0; */
	background-color: #ffffff;
}
.content-area .grid-container {
	padding-top: 39px;
}
#content a {
	/* color: #404040; */
	color: #005e75;
	text-decoration: none;
	/* text-decoration: underline; */
	/* text-decoration-color: #005e75; */
	transition: .1s all ease-in-out;
}
#content a:hover {
	color: #f26522;
	/* text-decoration-color: transparent; */
	/* text-decoration: none; */
}
#content .entry-content a {
	text-decoration: underline;
	text-decoration-color: #005e75;
}
#content .entry-content a:hover {
	text-decoration-color: transparent;
}
#content .entry-content .wp-pagenavi a {
	text-decoration: none;
}
.single-post #content .entry-content a,
.entry-content-link-styles,
#content .entry-content-link-styles,
.page-id-23 #content .entry-content a /* Issues Page */ {
	color: #005e75;
	text-decoration: underline;
}
.single-post #content .entry-content a:hover,
.entry-content-link-styles:hover,
#content .entry-content-link-styles:hover,
.page-id-23 #content .entry-content a:hover /* Issues Page */ {
	color: #f26522;
	text-decoration: none;
}

.grid-70,
.grid-65 {
	padding-right: 10px;
}
.grid-20.narrow-sidebar {
	padding-left: 10px;
}

/*--------------------------------------------------------------
Header and Footer
--------------------------------------------------------------*/
.yellow-bar {
	background-color: #fdb825;
	height: 10px;
}

#header-main .social-icons {
	display: inline-block;
	float: right;
}
#header-main .social-icons a {
	text-decoration: none;
}
#header-main .social-icons img {
	width: 30px;
	height: 30px;
}
#header-main .social-icons .hoverimageblock {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
#header-main .social-icons .hoverimageblock:last-child {
	margin-right: 0px;
}
.sec-nav-block .grid-70 {
    padding-right: 0px;
}

.social-icons .hoverimage {
	position: absolute;
	/* display: none; */
	opacity: 0;
	top: 0;
	left: 0;
}
.hoverimageblock a:hover > .hoverimage,
.hoverimageblock #search-trigger:hover > .hoverimage {
	/* display: block; */
	opacity: 1;
}
/* .hoverimageblock a:hover > .blue-icon,
.hoverimageblock #search-trigger:hover > .blue-icon {
	visibility: hidden;
} */

#footer-main, #header-main {
	background-color: #005e75;
	color: #bfd7dc;
}
#header-main {
	padding-top: 27px;
	/*padding-bottom: 21px;*/
}
#footer-main {
	padding-top: 29px;
	padding-bottom: 29px;
}
#footer-main a:hover {
	color: #fff;
}

#footer-main .social-icons .hoverimageblock {
	position: relative;
	width: 38px;
	height: 30px;
	display: inline-block;
}

#footer-main a {
	color: #bfd7dc;
	text-decoration: none;
}
#footer-1 {
	padding-right: 20px;
}
#footer-1 p {
	margin-bottom: 0;
}
#footer-1 img {
	float: left;
	margin-right: 10px;
}
#footer-1 li {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
}
#footer-2 {
	padding-left: 60px;
}
#footer-2 h4 {
	padding-bottom: 3px;
	font-size: 15px;
}
#footer-2 p {
	font-size: 13px;
	margin-bottom: 13px
}
#footer-2 .social-icons img {
	padding-right: 8px;
}
#footer-3 {
	padding-left: 5px;
}

#sub-footer {
	background-color: #1999aa;
	color: #fff;
	padding-top: 15px;
}
#sub-footer p {
	font-size: 12px;
}
#sub-footer a {
	color: #fff;
	text-decoration: none;
}
#site-by {
	text-align: right;
}

footer#colophon .textwidget {
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}


/*--------------------------------------------------------------
 ## Floating Header Search Bar
 --------------------------------------------------------------*/
/* .site-header {
	position: relative;
}
.bixler-search-trigger {
  cursor: pointer;
}
.red-search-form-styles .widget_search {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  background-color: rgba(48, 52, 56, .85);
  color: #fff;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  min-height: 108px;
  z-index: 999999;
}
.red-search-form-styles .widget_search .search-field {
  background: transparent;
  border-color: transparent;
  color: #fff;
  text-transform: none;
  font-size: 22px;
  letter-spacing: 0.025rem;
  position: relative;
  max-width: 250px;
  outline: none;
}
.red-search-form-styles .widget_search .search-field:focus, .red-search-form-styles .widget_search .search-field:active {
  outline: none;
}
.red-search-form-styles .widget_search .search-field::placeholder {
  color: #fff;
  opacity: 1;
}
.red-search-form-styles .widget_search .search-field, .red-search-form-styles .widget_search label {
  width: 100%;
}
.red-search-form-styles .widget_search .search-form {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.red-search-form-styles .widget_search .search-form label {
  max-width: 250px;
}
.red-search-form-styles .widget_search .search-submit {
  display: none;
}
#header-search-bar {
	display: none;
	z-index: 1000;
	position: absolute;
	top: calc(100% + 0px);
	left: 0;
	display: none;
	width: 100%;
	height: auto;
	padding: inherit;
	padding-top: 0;
}
#header-search-bar .header-search-bar-flex-container {
  justify-content: center;
  display: flex;
  width: 100%;
  height: auto;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  background-color: rgba(48, 52, 56, .85);
  color: #fff;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  min-height: 108px;
  z-index: 999999;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-field {
  background: transparent;
  border-color: transparent;
  color: #fff;
  text-transform: none;
  font-size: 22px;
  letter-spacing: 0.025rem;
  position: relative;
  max-width: 250px;
  outline: none;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-field:focus, #header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-field:active {
  outline: none;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-field::placeholder {
  color: #fff;
  opacity: 1;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-field, #header-search-bar .header-search-bar-flex-container .header-search-bar-container label {
  width: 100%;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-form {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-form label {
  max-width: 250px;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-submit {
  display: none;
} */
/* ## Floating Header Search Bar END */

/* Page Header Image */
/* .bixler-featured-header-image {
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.page .entry-header, body.postid-4159 .entry-header {
  padding: 30px 0 0 0;
}
body.page .entry-header-contents, body.postid-4159 .entry-header-contents {
  display: flex;
}
body.page .entry-header-contents:before, body.postid-4159 .entry-header-contents:before, body.page .entry-header-contents:after, body.postid-4159 .entry-header-contents:after {
  content: "";
  border-bottom: 2px solid #fab079;
  width: 100%;
  position: relative;
  height: 100%;
  flex: 1;
  align-self: center;
}
body.page .entry-header-contents:before, body.postid-4159 .entry-header-contents:before {
  margin-right: 10px;
  max-width: 50px;
}
body.page .entry-header-contents:after, body.postid-4159 .entry-header-contents:after {
  margin-left: 10px;
}
@media (max-width: 450px) {
  body.page .entry-header-contents:before, body.postid-4159 .entry-header-contents:before {
    max-width: unset;
    margin-right: unset;
    display: none;
  }
  body.page .entry-header-contents:after, body.postid-4159 .entry-header-contents:after {
    margin-left: unset;
  }
}
body.page .entry-header-contents .crescent-image, body.postid-4159 .entry-header-contents .crescent-image {
  max-width: 95px;
}
body.page .entry-header-contents .title-container, body.postid-4159 .entry-header-contents .title-container {
  display: flex;
  flex-direction: column;
  margin-left: -10px;
}
body.page .entry-header-contents .title-container h1:after, body.postid-4159 .entry-header-contents .title-container h1:after {
  margin-bottom: 0;
}
body.page .entry-header-contents .title-container .entry-title, body.postid-4159 .entry-header-contents .title-container .entry-title {
  transform: translateY(32%);
  margin-top: -3px;
}
body.page .entry-header #breadcrumbs, body.postid-4159 .entry-header #breadcrumbs {
  margin: 3px 0 0 2px;
}
@media (max-width: 450px) {
  body.page .entry-header, body.postid-4159 .entry-header {
    padding: 0;
  }
  body.page .entry-header-contents, body.postid-4159 .entry-header-contents {
    flex-direction: column;
    align-items: center;
  }
  body.page .entry-header-contents:before, body.postid-4159 .entry-header-contents:before {
    max-width: unset;
    margin-right: unset;
    display: none;
  }
  body.page .entry-header-contents:after, body.postid-4159 .entry-header-contents:after {
    margin-left: unset;
  }
  body.page .entry-header-contents .title-container, body.postid-4159 .entry-header-contents .title-container {
    margin-left: unset;
    padding: 0 20px;
  }
  body.page .entry-header-contents .title-container .entry-title, body.postid-4159 .entry-header-contents .title-container .entry-title {
    margin-top: unset;
    transform: unset;
  }
  body.page .entry-header .crescent-image, body.postid-4159 .entry-header .crescent-image {
    margin: 10px 0;
  }
  body.page .entry-header #breadcrumbs, body.postid-4159 .entry-header #breadcrumbs {
    margin: unset;
  }
} */

/* body.home .site-main {
	background: #F0F0F0 !important;
} */
/* body.page .site-main, body.postid-4159 .site-main {
  background: #fff;
}
body.page .main-page-block, body.postid-4159 .main-page-block {
  background: #fff;
} */
/* body.page .entry-content, body.postid-4159 .entry-content {
  margin-top: 0;
} */


/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.main-navigation { /* all nav menus */
	text-transform: uppercase;
}
.site-header #primary-navigation {
	padding-top: 40px;
}
.site-header #primary-navigation a {
	color: #fdb825;
	font-size: 17px;
	font-weight: 500;
}
.site-header #primary-navigation a:hover {
	color: #ffffff;
}

.site-header #menu-primary-menu > li {
	font-size: 18px;
	padding-left: 17px;
	padding-right: 17px;
}
.site-header #menu-primary-menu > li:last-child {
	padding-right: 0;
}
.site-header #menu-primary-menu > li > a {
	font-size: 17px;
}
.site-header .menu-primary-menu-container {
	float: right;
}

#secondary-navigation a,
#footer-navigation a {
	color: #bfd7dc;
}
#secondary-navigation a:hover,
#footer-navigation a:hover {
	color: #fff;
}
#secondary-navigation li {
	padding-left: 17px;
	font-size: 14px;
}
#secondary-navigation {
	padding-top: 6px;
	padding-right: 0;
	margin-left: 130px;
}
.menu-secondary-menu-container {
	float: right;
}
/* Overwrite float */
#footer-main .menu-secondary-menu-container {
	float: unset;
}

#footer-navigation ul li {
	display: block;
	clear: both;
	width: 100%;
	border-top: 1px solid #5996a5;
	padding-top: 19px;
	padding-bottom: 16px;
	font-size: 13px;
}
#footer-navigation ul li:last-child {
	border-bottom: 1px solid #5996a5;
}

.site-header ul.sub-menu {
	background-color: #878887;
	margin-top: 21px;
	box-shadow: none !important;
	padding-top: 11px;
	width: 218px; /*168*/
	margin-top: 30px;
	padding-bottom: 15px;
}
.site-header li#menu-item-256 ul.sub-menu { /*About*/
	margin-left: -3.1em;
}
.site-header li#menu-item-257 ul.sub-menu { /*Issues*/
	margin-left: -2.9em;
}
.site-header li#menu-item-261 ul.sub-menu { /*Resources*/
	margin-left: -1.6em;
}
.site-header li#menu-item-262 ul.sub-menu { /*Events*/
	margin-left: -2.7em;
}
.site-header li#menu-item-263 ul.sub-menu { /*News & Media */
	margin-left: -.9em;
}
.site-header li#menu-item-263 ul.sub-menu .sub-menu {
	margin-left:0;
}

.site-header ul.sub-menu li {
	width: 170px; /*122px*/
	padding-top: 12px;
	padding-bottom: 10px;
	margin-left: 23px;
	margin-right: 23px;
	border-bottom: 1px solid #fff;
}
.site-header ul.sub-menu li:last-child {
	border-bottom: none;
}

.site-header ul.sub-menu li a {
	color: #fff !important;
	font-size: 13px !important;
	width: 173px !important;
}
.site-header ul.sub-menu li a:hover {
	color: #fdc753 !important;
}
.site-header ul.sub-menu li.current-menu-item > a,
.site-header ul.sub-menu li.current-page-ancestor > a {
	color: #fdc753 !important;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin: 0 auto;
	padding-top: 18px;
}

.light-gray.arrow-up {
	border-bottom: 12px solid #fdb920;
}
.dark-gray.arrow-up {
	border-bottom: 12px solid #878887;
}
.blue.arrow-up {
	border-bottom: 12px solid #005E75;
}


/*--------------------------------------------------------------
Docked Header
--------------------------------------------------------------*/
#docked-nav-placeholder {
	height: 164px;
    width: 100%;
    display: none;
}

header#masthead.fade-in-nav {
	position: fixed;
 	width: 100%;
	opacity: 0;
	z-index: 999999;
}

header#masthead.fade-in-nav .sec-nav-block, header.fade-in-nav .social-icon-block {
	display: none;
}

header#masthead.fade-in-nav #header-main {
    padding-top: 0;
}

header#masthead.fade-in-nav.site-header #primary-navigation {
	padding-top: 13px;
}

header#masthead.fade-in-nav .grid-container {
	padding-top: 10px;
}

header#masthead.fade-in-nav.site-header ul.sub-menu {
	margin-top: 20px;
}

header#masthead.fade-in-nav .arrow-up {
	padding-top: 8px;
}

header#masthead.fade-in-nav #logo img {
	width: 236px;
	margin-top: -4px;
}

header#masthead.sticky {
	opacity: 1;
	-webkit-transition: opacity .4s ease-in;
	-moz-transition: opacity .4s ease-in;
	-ms-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
}


/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.wp-pagenavi {
	margin-bottom: 20px;
}
/* .wp-pagenavi a,
.wp-pagenavi span {
	border: none;
	padding: 0;
	font-size: 14px;
}
.wp-pagenavi span {
	margin-left: 5px;
	margin-right: 5px;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi span.extend {
	border: none;
}
.wp-pagenavi span.current {
	border: none;
	color: #fff;
	border: 1px solid #005e75;
	padding: 8px 15px;
	border-radius: 30px;
	font-weight: normal;
	background-color: #005e75;
}
.wp-pagenavi a {
	padding: 8px 13px;
	border-radius: 30px;
	color: #005e75 !important;
}
.wp-pagenavi a:hover {
	background-color: #005e75;
	border-color: #005e75;
	color: #fff;
}
.wp-pagenavi a.nextpostslink {
	background-image: url("images/icon_circle_arrow_blue.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.wp-pagenavi a.previouspostslink {
	background-image: url("images/icon_circle_arrow_blue_back.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 5px;
}
.wp-pagenavi a.last {
	padding-left: 0;
} */


/*--------------------------------------------------------------
General page styling
--------------------------------------------------------------*/
.main-page-block {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	margin-bottom: 39px;
	padding: 27px 26px 27px 26px;
  position:relative;
  overflow:hidden;
}
/* Exceptions */
body.page-template-page-issue .main-page-block {
	padding: 0 26px 27px 26px;
}
/* Make title span full width inside main-page-block padding */
body.page-template-page-issue .main-page-block .block-title {
	width: calc(100% + 52px);
	transform: translateX(-26px);
}
body.page-template-page-issue .featured-resource.main {
	padding-left: 26px;
	padding-right: 26px;
}

.main-page-block.blog-cat {
    border-top:none;
}

h1.entry-title {
	margin: 0;
	color: #005E75;
	font-size: 30px;
	padding-bottom: 15px;
	line-height: 1.2em;
}
.single-post h1.entry-title {
    line-height:1.2em;
    padding-bottom:10px;
		font-weight: 600;
}

.entry-content {
	margin: 0;
	font-size: 16px;
}

.entry-content h3,
.entry-content h4,
.entry-content h5 {
	font-weight: 500;
}

.entry-content h3 {
    color:#1999aa;
    font-size:22px;
    padding-bottom:9px;
}

.entry-content h4 {
	font-size: 18px;
}

.entry-content h5 {
	text-transform: uppercase;
	padding: 10px 0;
}

.comment-content p {
	font-size: 14px;
}


/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget-area {
	max-width: 378px;/*325px;*/
	width: 100%;
	float: right;
}

.widget-area aside {
	background-color: #fff;
	margin-bottom: 25px;
}
.main-widget-content {
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.home .announcement .main-widget-content {
    min-height:307px;
    font-size:15px;
}

li.widget {
	list-style: none;
}

.widget-title,
.widget-title-inserted {
	min-height: 43px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.widget-title,
.widget-title-inserted,
.block-title {
	padding: 0 10px;
}
.orange .widget-title {
	background-color: #f26522;
}
.teal .widget-title{
	background-color: #1999aa;
}
.teal .widget-title-inserted {
	background-color: #1999aa;
	max-width: 378px;/*325px;*/
	width: calc(100% + 2px);
	margin: -1px;
}
.yellow .widget-title {
    background-color:#fdb722;
}

/* COMMENT OUT WHEN DONE */
.announcement .widget-title-image {
	background-image: url("images/icon_circle_from_cbc.png");
}
.tweets .widget-title-image {
	background-image: url("images/icon_circle_tweets.png");
}
.refine .widget-title-image,
.refine .widget-title-image-inserted {
	background-image: url("images/icon_circle_refine.png");
}
.search .widget-title-image {
	background-image: url("images/icon_circle_search.png");
}
.additional .widget-title-image,
.featured-resources .widget-title-image,
.featured_resources .widget-title-image {
	background-image: url("images/img_reading.png");
}
.featured .widget-title-image {
	background-image: url("images/img_reading.png");
}
.issue_experts .widget-title-image {
	background-image: url("images/icon_circle_issue_experts.png");
}
.latest_posts .widget-title-image {
	background-image: url("images/icon_circle_latest_posts.png");
}
.reading .widget-title-image {
	background-image: url("images/icon_circle_reading.png");
}
.share .widget-title-image {
	background-image: url("images/icon_circle_share.png");
}
.related .widget-title-image {
	background-image: url("images/icon_circle_related.png");
}
.download .widget-title-image {
	background-image: url("images/icon_circle_download.png");
}
.link .widget-title-image {
	background-image: url("images/icon_circle_link.png");
}
.location .widget-title-image {
	background-image: url("images/icon_circle_location.png");
}
.promo .widget-title-image {
	background-image: url("images/icon_circle_promo.png");
}
.chart .widget-title-image {
	background-image: url("images/icon_circle_chart.png");
}
.presentation .widget-title-image {
	background-image: url("images/icon_circle_presentation.png");
}
.event .widget-title-image {
	background-image: url("images/icon_circle_event.png");
}
/* COMMENT OUT WHEN DONE */

.widget-title h3,
.widget-title-inserted h3,
.widget-title h1,
.widget-title-inserted h1 {
	margin: 0 0 0 7px;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 45px;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
}

.widget-title h3,
.widget-title-inserted h3,
.widget-title h1,
.widget-title-inserted h1,
.block-title h1,
.block-title h3 {
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	line-height: 1.1;
}

/* Add max width so title does not overlap icon */
.widget-title .widget-title-image + h3,
.widget-title-inserted .widget-title-image + h3,
.widget-title .widget-title-image + h1,
.widget-title-inserted .widget-title-image + h1,
.block-title .block-title-image + h1,
.block-title .block-title-image + h3,
.block-title .widget-title-image + h1,
.block-title .widget-title-image + h3 {
	max-width: calc(100% - 85px);
}

.widget-title .widget-title-image + h1,
.widget-title-inserted .widget-title-image + h1,
.widget-title-image + h1,
.block-title .widget-title-image + h1,
.widget-title-image + h2,
.widget-title .widget-title-image + h3,
.widget-title-inserted .widget-title-image + h3,
.widget-title-image + h3,
.widget-title-image + h4,
.widget-title-image + h5,
.widget-title-image + h6 {
	margin-left: 7px;
}

.widget .padded, /* used for at least Issue Experts */
.media-toolkit .textwidget /* Media Toolkit */ {
    padding:10px 30px 25px;
}

.media-toolkit .textwidget,
.media-toolkit .textwidget li {
	font-size: 13px;
}

.widget, .widget-area ul {
	margin: 0;
	list-style-type: none;
}
.widget-area ul {
	padding-left: 30px;
	padding-right: 30px;
}
/* Widget <ul> padding exceptions */
.widget-area .media-toolkit ul {
	padding: 0;
}
.widget-area #in-page-nav ul {
	padding-left: 20px;
	padding-right: 20px;
}
.widget-area .searchandfilter ul {
	padding: 0;
}
.widget-area li {
	border-bottom: 1px solid #c8c8c8;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
}
.widget-area #in-page-nav li {
	font-size: 14px;
	line-height: 19px;
}
.widget-area li:last-child {
	border-bottom: none;
}
.widget-area .searchandfilter li {
	border: none;
	color: #3d3d3d !important;
}

.widget-area .searchandfilter li.sf-level-0 {
	display: grid;
	grid-template-columns: 15px auto;
}
.page-id-29 .widget-title h3 {
	font-size: 16px;
	letter-spacing: 0.01em;
}

.arrow-down, .arrow-down-inserted {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	margin: 0 auto;
}
.yellow .arrow-down {
	border-top: 12px solid #fdb722;
}
.orange .arrow-down {
	border-top: 12px solid #f26522;
}
.teal .arrow-down,
.teal.arrow-down-inserted {
	border-top: 12px solid #1999aa;
}
.blue .arrow-down {
	border-top: 12px solid #005e75;
}

.widget-spacer {
	height: 30px;
	background-color: #F0F0F0;
  max-width: 378px;/*325px*/
  width: calc(100% + 2px);
  margin-left: -1px;
	border-top: 1px solid #c8c8c8;
}
.custom-widget-link {
	text-align: center;
}
.custom-widget-link h4 {
	text-transform: uppercase;
	color: #F26522;
	font-size: 18px;
	font-weight: 200;
	height: 40px;
	display: inline-block;
}

.custom-widget-link h4 a {
	color: #F26522 !important;
}
.custom-widget-link img {
	margin-left: 10px;
	margin-top: -6px;
}
.search-input-container.custom-widget {
	padding-top: 20px;
}

/* search and filter */
.searchandfilter > ul > li {
	padding: 10px 30px 25px 30px !important;
}
li.sf-field-search {
    margin-left:30px !important;
    margin-right:30px !important;
}

.searchandfilter li ul li {
	margin: 0 !important;
	padding: 0;
	color: #969696;
	font-size: 13px;
}
.searchandfilter li ul li {
	color: #131313 !important;
	font-size: 13px !important;
}

.page-id-160 .searchandfilter li.sf-field-category ul li.sf-item-1 {
	color: #444444;
}

.searchandfilter h4 {
	text-transform: uppercase;
	padding-bottom: 5px !important;
	font-weight: 400 !important;
	color: #444444 !important;
	font-weight: 500 !important;
}
.sf-field-taxonomy-data_type h4 {
	font-size: 13px;
}

.sf-field-search input {
	border: 1px solid #f26522;
	text-transform: uppercase;
	color: #444444;
	font-size: 13px;
	font-weight: 400;
    width:85%;
}
.searchandfilter .sf-field-search label,
.searchandfilter .sf-item-1 label {
	display: inline;
}
.sf-field-search::after {
    display: block !important;
    float: left;
    width: 27px !important;
    height: 26px !important;
    content: "" !important;
    background: url(images/icn_arrow_right_orange@2x.png) no-repeat 0 0 !important;
    background-size: 100% !important;
    margin-right: 0;/*26px;*/
    margin-top: -2px;
}

.sf-field-search ::-webkit-input-placeholder { /* WebKit browsers */
    color: #444444;
}
.sf-field-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #444444;
   opacity:  1;
}
.sf-field-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #444444;
   opacity:  1;
}
.sf-field-search :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #444444;
}

.sf-field-taxonomy-issue, .sf-field-category, .sf-field-taxonomy-data_type, .sf-field-post_date { /* , .sf-field-author*/
	border-bottom: 1px solid #e9e8e7 !important;
}
.parent-pageid-35 .sf-field-post_date,
.page-id-160 .sf-field-taxonomy-issue {
	border-bottom: none !important;
}

ul.sf_date_field li:before {
	content: 'From  ';
}
ul.sf_date_field li+li:before {
	content: 'to  ';
}

ul.sf_date_field li input {
	font-size: 13px;
}
.searchandfilter .datepicker {
    max-width: 92px;
}

.sf_date_field li{
	width: 140px;
	display: inline-block !important;
}
.sf_date_field li+li {
	width: 130px;
}

.search-input-container {
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.single .search-input-container,
.page .search-input-container {
    border-top: 1px solid #c8c8c8;
}

.search-input-text, #content .search-input-text a {
	text-transform: uppercase;
	color: #f26522;
	display: inline-block;
	padding-right: 10px;
	font-size: 18px;
	font-weight: 300;
}

/* search and filter datepicker */
.ll-skin-melon .ui-widget {
    background: #1999aa;
}
.ll-skin-melon td .ui-state-default {
	color: #1999aa;
}
.ll-skin-melon .ui-state-disabled .ui-state-default {
    color: #888888;
}

/* sign up for updates widget */
#gform_widget-2 {
	background-color: #fdb825;
	background-image: url("images/icon_california.png");
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: 12px 8px;
}
#gform_widget-2 .main-widget-content {
	border: none;
}
#gform_widget-2 .gform_wrapper {
	margin: 0;
	padding-bottom: 17px;
}
#field_2_4 label.gfield_label {
	display: none;
}
#field_2_4 {
	padding: 0;
	height: 25px;
	margin-top: 0;
}
#gform_widget-2 .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}

#gform_widget-2 .widget-title-image {
	/* background-size: 63px auto;
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	display: inline-block;
	background-position: 0px 9px; */

	background-size: 68px auto;
  background-repeat: no-repeat;
  height: 90px;
  width: 110px;
  display: block;
  position: absolute;
  background-position: 9px 10px;
  top: 0;
  left: 0;
  z-index: 0;
}
#gform_widget-2 .widget-title {
	position: relative;
	z-index: 1;
	text-align: left;
	height: 35px;
}
#gform_widget-2 .widget-title h3 {
	padding-left: 0;
	margin-left: -24px;
	font-size: 19px;
	font-weight: 500;
	font-style: normal;
	transform: translate(-7px, 10px);
}
@media (max-width: 1024px) {
	#gform_widget-2 {
		padding-left: 0;

	}
	#gform_widget-2 .widget-title {
		justify-content: flex-start;
	}
	#gform_widget-2 .widget-title h3 {
		transform: translate(58px, 10px);
		margin-left: 0;
	}
}

#gform_widget-2 .gform_body {
	width: 214px;
	margin-left: 54px;
	display: inline-block;
}

#gform_2 {
	height: 25px;
	position: relative;
	margin-top: 5px;
}
#gform_widget-2 .gform_wrapper input[type="text"] {
	border: 1px solid #f26522;
	border-radius: 0;
	height: 25.7px;
	margin-bottom: 12px;
	width: 220px !important;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 3px;
	min-height: unset !important;
}
.widget-area #gform_widget-2 li {
	border-bottom: 0;
}
#gform_widget-2 .gform_footer {
	/*background-color: #fff;*/
	position: absolute;
	left: 270px;
	margin: 0 !important;
	padding: 0 !important;
	clear: none;
	display: inline-block;
	height: 25px;
	width: 30px;
}
#gform_widget-2 #gform_submit_button_2 {
	width: 26px !important;
	margin-left: 4px !important;
	margin-top: 0px !important;
}
.gchoice_9_21_4 > input {
    margin-top: 5px !important;
    vertical-align: top !important;
}

/* Issue Experts, Reading */
.expert {
    clear:both;
    overflow:hidden;
    margin:0 0 22px 0;
    display:table;
}
.subtitle, /* reading, featured resources, expert*/
.expert p {
    padding:0;
    margin:0;
    /* color:#969696; */
    font-size:13px;
}
.subtitle {
    color:#969696;
}
.expert-photo {
    display:table-cell;
    margin:0 10px 0 0;
    max-width:120px;
}
.expert-info {
    display:table-cell;
    vertical-align:top;
    font-weight:300;
}
p.expert-name {
	text-transform: uppercase;
	color: #444;
	font-size: 13px;
	font-weight: 400;
}
#content .expert p.expert-email a {
	color: #005E75;
}
#content .expert p.expert-email a:hover {
	color: #3b94d9;
}

/* Widget Share buttons */
.main-widget-content .ssba img {
	padding: 0;
	width: 30px !important;
	margin: 2px;
}
.main-widget-content .ssba > div {
	text-align: center !important;
}
/* Tightens padding on Social Share icon containers in 30% width (normal) sidebars */
.grid-30 .ssba,
.grid-35 .ssba {
	padding: 10px;
}
body.page-template-page-issue .grid-35 .ssba {
	padding: 0;
}
.widget.share .search-input-text {
	padding-right: 0;
}
.featured-resource .search-input-text a,
.widget.share .search-input-text a {
	font-size: 12px !important;
	padding-right: 0 !important;
}
.featured-resource .search-input-text a img,
.widget.share .search-input-text + a img {
	width: 24px !important;
}
.widget.share .search-input-container {
	margin-left: 20px;
	margin-right: 20px;
}

.widget.related li a {
	font-size: 14px;
}
.widget.related li {
	line-height: 1.3em;
}


/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
body.home .grid-35 {
	padding-left: 40px;
}
@media (max-width: 1024px) {
	body.home .grid-35 {
		padding-left: 0;
	}
}
.block-title {
	min-height: 43px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-title h1 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 45px;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
}
.blue .block-title {
	background-color: #005e75;
}

.yellow-text {
	color: #FDB825 !important;
}


/*--------------------------------------------------------------
Featured Resources - Home and Issues
--------------------------------------------------------------*/
#featured-resources .block-content {
	background-color: #fff;
	padding-bottom: 10px;
}
.home #featured-resources {
	margin-bottom: 25px;
}
.home #featured-resources .block-content {
    border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
    min-height: 511px;
    overflow: hidden;
    padding-bottom: 27px;
}
.featured-resource.main {
    margin-bottom:20px;
}
.featured-resource-image-area {
	border-bottom: 1px solid #c8c8c8;
	padding: 0 0 30px 0;
}
.featured-resource.loop2 .featured-resource-image-area {
	border-bottom: 0px solid #c8c8c8;
}
.featured-resource-text {
	padding: 0 0;
}
.featured-resource-image-area.wrap {
    overflow: hidden;
}
.featured-resource.res-1 .resource-excerpt {
	border-bottom: 1px solid #c8c8c8;
}
.featured-resource-image-area .data-hit img {
    -webkit-box-shadow: 0 0 5px 0 #E1E1E1;
    -moz-box-shadow: 0 0 5px 0 #E1E1E1;
    box-shadow: 0 0 5px 0 #E1E1E1;
    max-width:442px;
    width: 100%;
}
.featured-resource-image img {
	-webkit-box-shadow: 0 0 5px 0 #E1E1E1;
    -moz-box-shadow: 0 0 5px 0 #E1E1E1;
    box-shadow: 0 0 5px 0 #E1E1E1;
}
img.outer-glow {
	-webkit-box-shadow: 0 0 5px 0 #E1E1E1;
    -moz-box-shadow: 0 0 5px 0 #E1E1E1;
    box-shadow: 0 0 5px 0 #E1E1E1;
}

.featured-resource li {
	list-style-image: url("images/yellow_bullet_9.png");
}
.featured-resource.main {
	padding-left: 0px;
	padding-right: 20px;
}
.home .featured-resource.main {
    padding-left: 30px;
    padding-right: 23px;
}
.featured-resource.res-1,
.featured-resource.res-2 {
	padding-left: 23px;
	padding-right: 10px;
	border-left: 1px solid #C8C8C8;
}
.home .featured-resource.res-1,
.home .featured-resource.res-2 {
	padding-right: 30px;
}
.featured-resource.res-1 {
	padding-top: 0;
	margin-top: 15px;
}

.featured-resource.res-2 {
	padding-top: 20px;
}

h3.resource-type {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	background-color: #afafaf;
	text-transform: uppercase;
	padding: 2px 5px 1px 5px;
	font-size: 13px;
	margin-bottom: 10px;
}
h3.resource-type + h3.resource-type {
	margin-left: 10px;
}
.category-1 h3.resource-type {
	display: none;
}
.resource-title, .resource-title a {
	color: #005e75;
	font-weight: 600;
	font-size: 20px;
}
#featured-resources .resource-title,
#featured-resources .resource-title a {
	line-height: 1.5em;
	letter-spacing: -.01em;
}
#featured-resources .resource-title:hover,
#featured-resources .resource-title a:hover {
	color: #f26522;
}
/* #featured-resources .block-content p,
#featured-resources .block-content li {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1em;
	display: inline;
} */
#featured-resources .block-content ul {
    margin:0 0 1.5em 2.5em;
}
#featured-resources .block-content li {
    margin-bottom:1em;
}
#featured-resources .image-caption {
	color: #969696;
	font-size: 13px;
	padding-bottom: 20px;
}

.featured-resources-see-all {
	text-align: center;
    display:block;
}
.featured-resources-see-all h4 {
	text-transform: uppercase;
	margin: 0 auto;
	color: #f26522;
	font-size: 18px;
	font-weight: 200;
	height: 40px;
	margin-top: 35px;
	display: inline-block;
}
.featured-resources-see-all img {
	margin-left: 10px;
	margin-top: -6px;
}

.featured-resource .grid-40 {
	padding-bottom: 20px;
}
.readmore-link {
	clear: both;
	display: inline;
}
.readmore-link h4 {
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	color: #F26522;
	font-size: 12px;
	display: inline-block;
}
.readmore-link h4 a {
	color: #F26522 !important;
}
.readmore-link img {
	margin-left: 5px;
	margin-top: -2px;
}

.featured-resource.res-1 .readmore-link {
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
Resources Archive Page (and Events Archive)
--------------------------------------------------------------*/
.page-id-160 .sf-item-6 {
	display: none;
}
.search-filter-results h2.resource-entry-title,
.events-listing h2.resource-entry-title,
.search-filter-results-view h2.resource-entry-title {
	color: #005E75;
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 5px;
	line-height: 25px;
}
.search article,
.category-1 article,
.search-filter-results article,
.search-filter-results-view article,
.events-listing article {
	overflow: hidden;
	border-bottom: 1px solid #C8C8C8;
	padding-bottom: 20px;
	/* padding-left: 30px;
	padding-right: 30px; */
}
.events-listing:last-of-type article {
	border-bottom: none;
}
.search-filter-results article.page-1:nth-of-type(5),
.search-filter-results-view article.page-1:nth-of-type(5) {
	border-bottom: 10px solid #e9e8e7;
}
.search-filter-results .entry-header,
.search-filter-results-view .entry-header {
	padding: 0 0 !important;
}
.search-filter-results .resource-entry-title a,
.search-filter-results-view .resource-entry-title a,
#content .search-filter-results .resource-entry-title a,
#content .search-filter-results-view .resource-entry-title a {
	color: #005e75;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: -.01em;
}
.search-filter-results .resource-entry-title a:hover,
.search-filter-results-view .resource-entry-title a:hover {
	color: #f26522 !important;
}
.featured-resource-grid {
	padding-right: 15px;
	border-right: 1px solid #C8C8C8;
}
.featured-resource-grid p {
	font-size: 16px;
	color: #3d3d3d;
}

.resource-meta-area {
	padding-left: 18px;
}

.resource-meta-area h4 {
	color: #444444;
	text-transform: uppercase;
	font-size: 13px;
	padding-bottom: 5px;
	font-weight: 500;
}
.resource-meta {
	color: #3d3d3d;
	font-size: 13px;
	padding-bottom: 10px;
}
.single-post .resource-meta {
    padding-bottom:18px;
}

.resource-meta.author, .resource-meta.venue {
	padding-bottom: 0;
}
.resource-meta p {
	margin-bottom: 0;
}

.page-template-page-events-php .main-page-block,
.single-tribe_events .main-page-block {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
Events Single Page
--------------------------------------------------------------*/

#tribe-events-pg-template {
	max-width: none;
}

.tribe-events-back img, .tribe-events-nav-previous img {
	margin-top: -4px;
	margin-right: 5px;
}
.tribe-events-notices {
	border: none;
	border-radius: 0;
	text-shadow: none;
	background-color: #BFD7DC;
	color: #005e75;
}
.tribe-events-nav-next img {
	margin-top: -4px;
	margin-left: 5px;
}
#tribe-events-content  h1.entry-title {
	line-height: 35px;
	padding-bottom: 10px;
}
.single-tribe_events .tribe-events-schedule h3 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	font-style: normal;
}
.tribe-events-schedule {
	color: #969696;
	padding-bottom: 10px;
	margin: 0;
}

#tribe-events .tribe-events-button {
	background-color: #005E75;
	border-radius: 0;
}

#tribe-events-footer {
	margin-bottom: 0;
}
#tribe-events-content {
	margin-bottom: 27px;
}
ul.tribe-events-sub-nav {
	line-height: 30px !important;
}
p.tribe-events-back a {
	font-weight: 400;
	font-style: normal;
}
ul.tribe-events-sub-nav a {
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
Resources Single Page
--------------------------------------------------------------*/
/* .grid-80.wide-main {
	width: 81.6%;
} */
/* .wide-main .main-page-block {
	max-width: 898px;
} */

/* .grid-20.narrow-sidebar {
	width: 18.4%;
} */
/* .narrow-sidebar .widget-area {
	max-width: 180px;
} */

.wide-main {
	margin-right: 20px;
	width: calc(100% - 200px); /* 200px is size of sidebar plus the spacing */
}
.narrow-sidebar {
	min-width: 180px;
}

.single-post .category-resources .entry-content img {
	box-shadow: 0 0 5px 0 #E1E1E1;
}
.single-post .entry-content img.alignleft {
    margin:0 25px 15px 0;
}
.single-post .entry-content img.alignright {
    margin:0 0 15px 25px;
}
.single-post .entry-content img.aligncenter {
	margin: 0 auto 15px auto;
}
.single-post .category-resources section {
	padding-top: 15px;
}
.single-post .category-resources h4 {
	font-size: 16px;
	padding: 10px 0;
}
.single-post .thumbnail {
	text-align: center;
	margin: 0 0 40px;
}
.single-post .endnotes {
	margin-top: 40px;
	font-size: 12px;
}
.single-post .pp-multiple-authors-layout-inline {
	display: none;
}
.single-post h2.pp-multiple-authors-layout-inline {
	display: none;
}

.sticky-side-nav-logged-out {
	position: fixed;
	top: 100px;
	width: 180px;
	margin-top: 0;
}
.sticky-side-nav-logged-in {
	position: fixed;
	top: 132px;
	width: 180px;
	margin-top: 0;
}
.sticky-side-nav-footer-logged-in {
	position: relative;
}
.sticky-side-nav-footer-logged-out {
	position: relative;
}
.side-nav-active {
	color: #FDB825 !important;
}

/*--------------------------------------------------------------
Easing Slider
--------------------------------------------------------------*/

.easingslider-slide-content .caption {
	background: none;
	box-shadow: none;
}

.easingslider-slide-content .caption .title {
	font-size: 30px !important;
	line-height: 1.5em !important;
}
.easingslider-arrows.easingslider-next,
.easingslider-arrows.easingslider-prev
 {
	background-size: 29px 46px;
}
.easingslider-arrows.easingslider-next.inside {
	right: 0;
}
.easingslider-arrows.easingslider-prev.inside {
	left: 0;
}
.easingslider-77 .easingslider-arrows {
	margin-top: -21px !important;
}
.easingslider-slide-content .right.caption {
	margin: 60px 30px !important;
}
.easingslider {
	margin-bottom: 50px !important;
}
.easingslider-slide {
	border: 1px solid #005e75 !important;
}


/*--------------------------------------------------------------
Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper .ginput_complex .ginput_left {
	clear:both;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 17px !important;
    padding-left: 0;
}

.gform_wrapper input[type="submit"] {
	box-shadow: none;
}

.gform_wrapper .field_sublabel_above ul.gfield_radio li label#label_9_12_4 {
	vertical-align: top;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
	margin-top: 0 !important;
}

/*--------------------------------------------------------------
Making Slingpic Images Responsive
--------------------------------------------------------------*/
.slingpic {
	max-width: 100% !important;
	height: auto !important;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width:1200px) {
	#secondary-navigation {
		margin-left: 90px;
	}

}


@media only screen and (max-width: 1105px) {
	#header-main form {
		width: auto;
		max-width: 192px;
	}
	#header-main input[type="search"] {
		width: 120px;
	}

}


@media only screen and (max-width: 1052px) {
	.site-header #menu-primary-menu > li {
		padding-left: 10px;
    	padding-right: 10px;
	}

}


@media only screen and (max-width: 1024px) {
	#secondary-navigation {
		margin-left: 0;
	}

	.grid-70,
	.grid-65 {
		padding-right: 0;
	}
	.grid-20.narrow-sidebar {
		padding-left: 0;
	}

	#header-main #logo {
		text-align: center;
		padding-bottom: 24px;
	}

	#header-main form,
	#header-main .social-icons {
		float: left;
	}
	#header-main .social-icons {
		padding-right: 30px;
	}

	.site-header .menu-primary-menu-container {
	    width: 100%;
	}
	.site-header #menu-primary-menu > li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-header ul#menu-primary-menu > li:last-child {
    	padding-right: 17px;
	}
	.site-header ul#menu-primary-menu {
		width: 566px;
		margin: 0 auto;
	}

	.sec-nav-block {
		padding-right: 10px;
	}

	header.sticky {
		display: none;
	}
	#docked-nav-placeholder {
		height: 0;
	}

	#footer-1 {
		padding-bottom: 30px;
		padding-right: 0;
	}
	#footer-1 li {
		padding-top: 0;
	}
	#footer-2 {
		padding-left: 50px;
	}
	#footer-3 {
		padding-right: 50px;
	}

	.home .entry-content {
    	margin: 0px auto 25px;
    	max-width: 750px;
	}

	.main-block {
		margin: 0 auto;
	}
	.main-page-block {
		margin: 0 auto 39px;
	}
	.easingslider {
		margin: 0 auto 50px !important;
	}

	.widget-area {
		float: none;
		margin: 0 auto;
	}

	.tablet-grid-100.wide-main,
	.tablet-grid-100.narrow-sidebar {
		width: 100%;
		margin: 0;
	}

	.widget-area {
		max-width: 750px;
	}
	/*.home .widget-area, */
	.page-id-21 .widget-area { /*contact page*/
		max-width: 378px;/*325px;*/
	}
	.home .announcement .main-widget-content {
    	min-height: auto;
	}
	#text-4 .textwidget { /* embedded Twitter feed */
		text-align: center;
	}
	.widget_search_filter_register_widget {
		max-width: 378px; /*325px;*/
		margin: 0 auto;
	}
	.narrow-sidebar .widget-area {
		max-width: 898px;
	}

	.blog-header img {
		display: block;
		margin: 0 auto;
	}

	.entry-content table td {
		width: 100%;
		display: block;
	}
	.entry-content table td img {
		margin: 0 !important;
	}

    .page-id-13 table td {
        height: auto !important;
        clear: both !important;
    }
    .page-id-13 tr {
        display: table !important;
    }
    .single-tribe_events table td {
        display: table;
        height: auto !important;
        width: 100% !important;
    }

}


@media only screen and (max-width: 768px) {
	.tribe-events-sub-nav li a {
		background: none;
	}
	#tribe-events-pg-template {
		padding: 0;
	}

	#secondary-navigation {
		margin-left: -10px;
	}
}


@media only screen and (max-width: 767px) {
	.sec-nav-block {
		padding-right: 0;
	}
	.center-text-on-mobile {
		text-align: center;
	}
	.featured-resource.main {
		border-right: none;
		padding-right: 0;
	}
	.home .featured-resource.main {
 	   padding-left: 20px;
 	   padding-right: 20px;
	}
	.featured-resource.res-1, .featured-resource.res-2 {
    	padding-left: 0;
    	padding-right: 0;
	}
	.home .featured-resource.res-1, .home .featured-resource.res-2 {
    	padding-left: 20px;
    	padding-right: 20px;
	}
	.featured-resources-see-all h4 {
		margin-top: 15px;
	}

	.featured-resource.res-1,
	.featured-resource.res-2 {
		border-left: none;
	}

	/* header */
	.site-header #primary-navigation {
		display: none;
	}
	.superfly-on .sfm-rollback {
		display: block;
	}
	.site-header #secondary-navigation {
		padding-right: 0;
	}
	.site-header #secondary-navigation li:first-child {
		padding-left: 0;
	}
	.site-header .menu-secondary-menu-container {
    	float: none;
    	/*width: 257px;*/
    	/*margin: 0 auto;*/
	}
	.site-header #menu-secondary-menu {
		text-align: center;
		overflow: hidden;
	}
	.site-header #menu-secondary-menu  li {
		display: inline;
		float: none;
	}
	.site-header #menu-secondary-menu  a {
		display: inline-block;
	}
	.site-header #header-main .social-icons {
		/*display: block !important;*/
		text-align: center;
		padding-right: 0;
		/*float: none;*/
		margin: 0 auto;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	#header-main form,
	#header-main .social-icons {
		float: none;
	}
	.site-header .social-icon-block {
		text-align: center;
	}
	.site-header .yellow-bar {
		display: none;
	}

	/* footer */
	#footer-2 {
		padding: 0;
		padding-bottom: 30px;
		text-align: center;
	}
	#footer-3 {
		padding: 0;
		text-align: center;
		max-width: 400px;
		margin: 0 auto;
	}
	#site-by {
    	text-align: center;
	}

	#gform_widget-2 {
	    padding-left: 0;
	}

	/* Force table to not be like tables anymore (Team page) */
	.page-id-13 table, .page-id-13 thead, .page-id-13 tbody, .page-id-13 th, .page-id-13 td, .page-id-13 tr {
		display: block;
		margin: 0 auto;
	}
	.page-id-13 td {
		width: 100%;
	}
	.page-id-13 td img {
		padding-bottom: 2px;
	}
}


@media only screen and (max-width: 530px) {
	.featured-resource-image,
	.featured-resource-text {
		width: 100%;
	}
	.featured-resource-text {
		padding: 0;
	}
	.featured-resource-text ul {
		margin-left: 20px !important;
	}

	ol.comment-list {
		margin-left: 20px;
	}

	/* Force table to not be like tables anymore (Board page) */
	.page-id-15 table, .page-id-15 thead, .page-id-15 tbody, .page-id-15 th, .page-id-15 td, .page-id-15 tr {
		display: block;
		margin: 0 auto;
	}
	.page-id-15 td {
		width: 100%;
		text-align: center;
	}
	.page-id-15 td img {
		padding-bottom: 20px;
	}

}


@media only screen and (max-width: 480px) {
    .teal .widget-title-inserted {
        width:auto;
    }
    h1.entry-title,
		#tribe-events-content h1.entry-title {
    	/* font-size: 22px; */
    	/* line-height: 1.3; */
    }
    #featured-resources h1 {
    	font-size: 17px;
	}

	#secondary-navigation {
		margin-left: 0px;
	}

	body.page-id-160 #content .grid-container,
	body.page-id-221 #content .grid-container {
		display: flex;
		flex-direction: column-reverse;
	}

    .gform_footer {
    	width: 120px;
    }

}


@media only screen and (max-width: 400px) {
	#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
	#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
		width: 100%;
	}
	.tribe-events-nav-previous a, .tribe-events-nav-next a {
		text-align: center;
		z-index: 5;
	}
}



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

	#gform_widget-2 .gform_body {
		margin-left: 24px;
	}
	#gform_widget-2 .gform_footer {
	  left: 236px;
	}
	#gform_widget-2 .widget-title h3 {
	   margin-left: -44px;
	}
	.home .announcement .main-widget-content {
    height: auto;
	}
	#gform_widget-2 .gform_wrapper input[type="text"] {
		width: 216px !important;
	}
	/* Arrow for <input> is in /scss/bixler-style.scss */
}

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

	.site-header .search-form {
		margin-right: 20px;
	}
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
script[type="text/javascript"] {
	display: none;
}

/* Proposition 15: Schools & Local Communities Lose Revenue Due to California’s Inequitable Taxing of Commercial Properties */
body.postid-32284 #in-page-nav .widget-title h3,
.widget-title-small h3 {
	font-size: 16px;
	max-width: unset;
}
body.postid-32284 #in-page-nav .widget-title,
.widget-title-small {
	justify-content: flex-start;
	padding: 0 17px;
}
