/*
Theme Name: greenfieldx
Theme URI: http://underscores.me/
Author: Greenfield CC
License: GNU General Public License
License URI: license.txt
Text Domain: greenfieldx


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

.btn {
}

body,
button,
input,
select,
textarea {
	/* color: #424242; */
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}

#primary ul {
margin-bottom:1.5em;
}

#primary ul li ul {
margin-bottom:0;
margin-top:0;
}

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

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: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	/* width: 100%; /* Adhere to container width. */
	max-width:100%;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	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);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	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 #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="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
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 {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
margin-top: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
margin-top: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

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

.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-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 */
}

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


/* =Menu
----------------------------------------------- */

.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;
	text-align:left;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}

.tribe_events .updated {display:block;}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

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

.gallery {margin-top:1.5em !important;}

.gallery-caption {
padding:5%;
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-item {
	float:left;
}
.site-main .gallery-columns-4 .gallery-item img {
}

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


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

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

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


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/* gcc */



.container {
margin:auto;
position:relative;
width:90%;
max-width:1280px;
}

#primary {
	float:left;
	width:65.517241379%; /* 760px / 1160px */
}

.page-template-page-full-php #primary {
float:none;
width:100%;
}

.page-template-page-left-sidebar #secondary {float:left;}
.page-template-page-left-sidebar #primary {float:right;}

p, table, ul {
}

#secondary {
	float:right;
	width:31.465517241%; /* 365px / 1160px; */
}

#secondary aside {
	padding:10px;
}

#sidebar {

/*
		background:#eeeeee;
	border:1px solid #dddddd;
*/

}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}


.tab-content {
padding:0;
margin:0;
}

.dropdown-menu li a {
padding-top:10px;
padding-bottom:10px;
}


/* styles rss feed of wfd classes */

.creditfree {
list-style-type:none;
margin:0;
padding:0;
font-size:0.9em;
}

.creditfree li {
min-height:100px;
}

.creditfree a {
display:inline-block;
margin-right:10px;
}

.creditfree img {
width:10%;
float:left;
border:1px solid #cecece;
padding:2px;
margin-right:2%;
}

.creditfree br {
display:none;
}

#masthead {
width:100%;
height:auto;
padding:2em 0 2.4em 0;
background:url("/assets/imgs/headerbg.png") repeat-x bottom;
position:relative;
}

.site-branding .site-title a, .site-branding .site-title a:visited {
	color:#00584b;

}

.site-branding h1.site-title, .site-branding h2 {
	display:inline-block;
	font-family:'nunito-sans', 'Nunito Sans', sans-serif;
	font-weight:800;
	margin:0;
	padding:0;
font-size:1.4em;
color:#666;
margin-left:1%;
} 

.site-branding h1.site-title {
	font-size:3em;
}

#site-navigation {
	position:absolute;
	bottom:3px;
	width:100%;
}


#site-navigation .menu {
width:100%;
float:left;
background:#00584b;
}

#site-navigation .menu li a {
color:#fff;
display:block;
padding:10px;
font-size:0.95em;
}

#site-navigation .menu li a:hover {
	color:#cecece;
	background:#333;
}

#site-navigation .menu li ul {
margin-top:16px;
background:#00584b;
}

#site-navigation .menu li ul li {
border-bottom:1px solid #fff;
}

a.btn:visited
 {
	color:#fff !important;
}

#secondary h1.widget-title {
font-size:2em;
margin-bottom:3%;
}



/* .page */ article h1.entry-title, /* .post */ article h1.entry-title {
font-size:2em;
margin:1em 0;
}

.page article .entry-content h2, .single-post article .entry-content h2 {
font-size:1.8em;
margin-bottom:1em;
}
}

.page article .entry-content h3, .single-post article .entry-content h3 {
font-size:1.6em;
margin-bottom:0.8em;
}

.page article .entry-content h4, .single-post article .entry-content h4 {
font-size:1.5em;
margin-bottom:0.8em;
}

.single-post article .entry-content p, .single-post article .entry-content ul, .single-post article .entry-content ol {
	font-size:1em;
}

#gcclogo {
	width:75px;
	height:75px;
float:right;
margin:0 0 10px 10px;
}


h3 {
margin-bottom:0.9em;
}

a[href$=".pdf"] {
  background: url("/assets/imgs/icons/pdf.png") no-repeat right center;
  padding-right: 20px;
}

.su-button-center a[href$=".pdf"] {
  background: none;
  padding-right:0;
}


a[href$=".doc"], a[href$=".docx"] {
  background: url("/assets/imgs/icons/word.png") no-repeat right center;
  padding-right: 20px;
}

a[href$=".xls"], a[href$=".xlsx"] {
  background: url("/assets/imgs/icons/excel.png") no-repeat right center;
  padding-right: 20px;
}

/* a[href*="youtube.com"] {
  background: url("/assets/imgs/icons/video.png") no-repeat right center;
  padding-right: 20px;
} */

.wpv-filter-form input {
	margin:2% 1% 0 0;
}

.gform_confirmation_message {
border:1px solid #e0f3fb !important;
background:#ecf7fb !important;
border-radius:5px !important;
padding:5% !important;
font-size:0.95em !important;
}

.error-404 h1.page-title {
font-size:6em;
font-weight: 900;
}

.error-404 h2 {
font-size:1.4em;
font-weight: 900;
margin-top:2%;
}

.error-404 #___gcse_1 {
width:60%;
margin:auto;
}

.error-404 #gsc-i-id2 {
background:none !important;
height:48px;
color:#222;
font-size:1.5em
}

.error-404 .gsc-search-button {
border:none;
color:#222;
font-size:1.2em;
font-weight:normal;
background:none !important;
}

.error-404 .page-content p {font-size:0.9em;}

.panel-heading p {display:none;}
.panel-heading h4.panel-title a.accordion-toggle {
margin:0;
padding:0;
color:#222;
font-size:0.9em;
}

.panel-heading h3.panel-title {
margin-bottom:0 !important;
}

#contactinfo {
/* margin-top:3%; */
}

#contactinfo .SWBOC_Widget {
margin:0;
padding:0;
}

#contactinfo .SWBOC_Widget h1.widget-title {
margin-top:-2% !important;
}

/* #contactinfo h1.widget-title {
margin:0 0 5% 0;
font-size:1.3em;
text-align:center;
} */

#contactinfo .widget {
padding-bottom:0;
}

#contactinfo .widget p, #contactinfo .widget ul{
/* font-size:0.90em; */
}

#contactinfo h2, #contactinfo h1.widget-title {
font-size:1.5em;
margin-bottom:3%;
text-transform:uppercase;
	font-family:'nunito-sans', 'Nunito Sans', sans-serif;
	font-weight:800;
}

#masthead .widget_sp_image img, #masthead .widget_image img, #masthead .widget_media_image img {
width:100%;
}

.mastimg {padding:0 !important}

.mastimg #header {
position:absolute;
width:100%;
bottom:-3px;
}

.mastimg nav {position:relative !important;}

.mastimg .site-branding .site-title a, .mastimg .site-branding .site-title a:visited {
	color:#fff;
}

.mastimg .site-branding .site-description {
color:#cecece;
}

.mastimg .site-branding .site-title {
padding:0.5% 1% 0.5% 1%;
background:url("/styles/imgs/bg-trans.png");
margin:0 0 1% 0;
}


@media only screen and (max-width: 500px) {
	
#masthead .widget_sp_image img, #masthead .widget_image img {
width:250% !important;
max-width:250% !important;
}

.mastimg .site-branding {text-align:center}

.mastimg .site-branding h1.site-title {font-size:2em;}
.mastimg .site-branding h1.site-description {font-size:0.8em;}

}


@media only screen and (min-width: 321px) and (max-width: 500px) {

.column {float:none !important; display:block !important; width:100% !important;}
	
.mastimg .site-branding {text-align:center}
.mastimg .site-branding h1.site-title {font-size:2.2em}
.mastimg .site-branding h1.site-description {font-size:1.2em; display:block;}

#masthead .widget_sp_image img, #masthead .widget_image img {
width:200% !important;
max-width:200% !important;
}
	
}

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

#masthead {
padding-top:1em;
padding-bottom:2.5em !important;
}

.site-description {
display:none !important;
}

#masthead .widget_sp_image, #masthead .widget_image img {
overflow:hidden;
}

}

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

.container {
	width:100%;
}
	
}

.page article .entry-content .osc-res-tab ul.nav-tabs {
margin:0 !important; padding:0;
font-family:'nunito-sans', 'Nunito Sans', sans-serif;
font-size:0.85em !important;
}

.osc-res-tab ul.nav-tabs a {
color:#00584b !important;
}

.osc-res-tab ul.nav-tabs .active a {
font-weight:bold !important;
}

.osc-res-tab a {color:royalblue;}

.page article .entry-content .osc-res-tab .tab-pane {padding-top:1.5em;}

.gform_description {
font-size:0.95em;
}

.gform_wrapper ul.gfield_checkbox li label {
vertical-align: middle !important;
margin-top:4px !important;
margin-left:4px !important;	
}

.gform_wrapper h2, .gform_wrapper h3 {
font-family: 'Nunito Sans' !important;
	font-weight:700;
}

.gform_wrapper .textarea {
padding:2%;
font-size:0.9em;
font-family:'Open Sans'
}

.gform_wrapper input {
/* font-size:0.9em !important; */
font-family:'Open Sans' !important;
}

.gfield_select {
font-size:0.9em !important;
}

.gfield_label {font-family:'nunito-sans', 'Nunito Sans', sans-serif; margin-top:1em; font-weight:700 !important;}

.su-button {
font-family:'nunito-sans', 'Nunito Sans', sans-serif;
margin-bottom:1.5em;
}


.issuuembed {width:100% !important;
color:#fff;}

.issuuembed a {
color:#fff;
}

.request-info {
text-align:center;
}

.request-info .btn {
margin-bottom:10px;
}

#secondary .categories ul, #secondary .archives ul {
	font-size:0.95em;
}

#secondary .calendarfeed {
margin:0;
}

#secondary .widget_rss h1 a {
color:#00584b
}

#secondary .bookmarks ul {
list-style-type:none;
margin:0;
padding:2%;
font-size:0.80em;
}

#secondary .bookmarks a {
display:block;
padding:10px;
}

#secondary .bookmarks a:hover {
text-decoration:none;
color:#fff;
background:#4169e1;
}

#secondary .bookmarks li {
line-height:normal;
border-bottom:1px solid #cecece;
}

#secondary .widget_rss ul {
list-style-type:none;
margin:0;
padding:2%;
font-size:0.85em;
}

#secondary .widget_rss li {
line-height:normal;
padding:1% 0 3% 0;
}

#secondary .widget-first {margin-top:4%;
}

#secondary #contactinfo .widget-first {margin-top:0;
}

#secondary .SWBOC_Widget ul {
margin-left:1.2em;
}

#secondary .SWBOC_Widget h1.widget-title {

font-size:1.4em;
font-weight:bold;
text-align:center;
margin:0 0 3% 0;
}

#secondary .bikeweek {
text-align:center;
margin:0 0 4% 0;
}

#secondary .bikeweek img {
border:1px solid #cecece;
}

#sidebar {width:15%;
float:left;
}


@media only screen and (min-width:569px) and (max-width:800px) {

#masthead {
	padding:1em 0 2em 0 !important;
}

.padding-b-60 .site-branding h1.site-title {
		padding:10px !important;
	}

#masthead .widget_sp_image img, #masthead .widget_image img {
width:125% !important;
max-width:125% !important;
}
	
}

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

#masthead.padding-b-60 {
padding-bottom:60px;
}
	
}


@media only screen and (min-width:769px) and (max-width:1024px) {

/* #masthead {padding: 2em !important;} */
#masthead.mastimg {padding-bottom:0px !important;}		
}

h1, h2, h3, h4, h5, h6 {clear:none;}

.su-pullquote {
font-size:1.3em;
line-height:1.3em;
color:#555;
}

.su-pullquote strong {

}



/*.tab-pane p, .tab-pane ul {
font-size:1em !important;
} */

.page-header .page-title {
font-size:2em;
}

.qa_cats, .qa_faqs h1.entry-title {display:none;}
.faqs {font-size:0.90em; margin-bottom:1.5em;}
.faq-a {font-size:0.95em;}
.search-results .qa_faqs h1.entry-title {display:block; font-weight:bold;}

.qa_faqs h1.entry-title {
display:block;
font-size:1.5em !important;
margin:1em 0 1em;}

.qa_faqs h1.entry-title a {
font-size:0.6em;
font-family:'nunito-sans', 'Nunito Sans', sans-serif;
}

.qa-faq h3.qa-faq-title {

font-weight:100 !important;
font-size:1em !important;
min-height:20px;
}

.qa-faq {
background:url("/assets/imgs/icons/qsm.png") no-repeat top left;
padding-left:24px;
}

.qa-faq-answer {
background:url("/assets/imgs/icons/a.png") no-repeat top left;
padding-left:42px;
font-size:0.9em;
margin-top:0 !important;
min-height:40px;
}

.qa_faqs .entry-content p {
/* font-size:0.95em; */
}

/* .qa_faqs .entry-header h1.entry-title {

font-size:1em;
margin-bottom:-1em !important;
} */

.qa_faqs .entry-summary p {
/* font-size:0.9em; */
}


#wpadmin a {color:#999;
font-size:11px;
}


.jumbotron h1 {
font-size:2.5em;

}

.btn-print { 
  color: #2D89EF; 
  background-color: #FFFFFF; 
  border-color: #2D89EF; 
} 
 
.btn-print:hover, 
.btn-print:focus, 
.btn-print:active, 
.btn-print.active, 
.open .dropdown-toggle.btn-print { 
  color: #2D89EF; 
  background-color: #fff; 
  border-color: #2D89EF; 
} 
 
.btn-print:active, 
.btn-print.active, 
.open .dropdown-toggle.btn-print { 
  background-image: none; 
} 
 
.btn-print.disabled, 
.btn-print[disabled], 
fieldset[disabled] .btn-print, 
.btn-print.disabled:hover, 
.btn-print[disabled]:hover, 
fieldset[disabled] .btn-print:hover, 
.btn-print.disabled:focus, 
.btn-print[disabled]:focus, 
fieldset[disabled] .btn-print:focus, 
.btn-print.disabled:active, 
.btn-print[disabled]:active, 
fieldset[disabled] .btn-print:active, 
.btn-print.disabled.active, 
.btn-print[disabled].active, 
fieldset[disabled] .btn-print.active { 
  background-color: #FFFFFF; 
  border-color: #2D89EF; 
} 
 
.btn-print .badge { 
  color: #FFFFFF; 
  background-color: #2D89EF; 
}

@media only screen and (min-width:240px) and (max-width:768px) {
.mastimg img {width:150% !important; max-width:150% !important}
#masthead.mastimg {padding:0 !important;}

img.img-full {
width:100%;
}
}

/* Three column template */

#sidebar {
margin-top:1em;
}

#sidebar aside {
width:90%;
}

#sidebar aside.widget-nav-menu {
}

#sidebar aside.widget-nav-menu ul.nav-menu {
padding:0;
margin:0;
list-style-type:none;
}

#sidebar aside.widget-nav-menu ul.nav-menu li {
font-family:'nunito-sans', 'Nunito Sans', sans-serif;
font-size:13px;
border-bottom:1px dotted #cecece;
padding:10px;
}

#sidebar aside.widget-nav-menu ul.nav-menu li:hover {
background:#f6f6f6;
}

#sidebar aside.widget-nav-menu ul.nav-menu li.current_page_item a {
font-weight:bold;
}

#sidebar aside.widget-nav-menu ul.nav-menu li a {
color:#005845;
}

#sidebar aside.widget-nav-menu ul.nav-menu li a:hover {
text-decoration:none;
}

#sidebar h1.widget-title {
font-size:1.1em;
margin:0 0 16px 0;
}

#sidebar .widget p {
font-size:0.9em;
line-height:normal;
margin-bottom:1em;
}

.alert-banner {margin:0; border-radius:0; padding:12px;}
.alert-banner span, .alert-banner p {display:inline-block; margin-bottom:0px !important; padding:0 !important;}
.alert-banner span {font-size:1.4em; margin-top:3px; margin-right:10px;}
.alert-banner small {font-size:13px;}
.alert-banner p:last-child {display:none;}

.reginfo {
background:#222;
padding:4%;
color:#fff;
font-size:0.9em;
margin-bottom:2%;
}

.reginfo h3 {
font-size:1.8em;
margin:0 0 2% 0 !important;
padding:0;
color:#fff;
}

.reginfo ul {
font-size:.9em;
padding:0 0 0.5em 1em ;
margin:0 0 1em 0 !important;
list-style-position:outside;
list-style-type:disc;
}

.reginfo a, .reginfo a:visited {color:lightblue;}

#primary-widgets {
padding:0 !important;
margin:2% 0 0 0;
}

#primary-widgets aside {
padding:0 !important;
margin:0 !important;
}

.search-results .page-title strong { color:#222; font-weight:normal;}
.search-results article .entry-title {margin:0;  font-size:1.5em;}
.search-results article .entry-summary, .search-results article .entry-meta {display:none;}

.page-template-page-page-menu-php #main {width:70%;
float:right;
}

.page-template-page-page-menu-php #sidebar {width:30%;
float:left;
}

pre {background:#ebf7ff; padding:10px;}

h3.panel-title, .panel-heading { font-size:1.2em !important;}

.panel-body {}

.panel-body p, .panel-body ul {margin-bottom:0 !important;}
.panel-body ul {}

.table-centered td {text-align:center;}

.su-spoiler-title {color:royalblue; /* font-size:0.95em !important; */ font-weight:normal !important;}
/* .su-spoiler-content p, .su-spoiler-content ul {font-size:0.90em !important;} */

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
	
	
}

/* @media only screen and (max-width:768px) { */

@media screen and (max-width:801px) { 
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
width:100%;
}
	
	#masthead {
		text-align:center;
		/* padding: 0; */
		}
		
	#masthead .site-branding {
		text-align:center;
	}
	
	h2.site-description {
		display:block;
	}
	
	#primary, #secondary, #sidebar, #main {
		width:100% !important;
		float:none !important;
	}
	
}

#searchlight {padding:12px; font-size:1.5em;}
#searchbutton {font-family:'nunito-sans', 'Nunito Sans', sans-serif; font-size:1.6em; padding-top:12px; color:royalblue;}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px; 
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

#pado-sidebar .sidebar_doc_title a:hover, #pado-sidebar .sidebar_doc_title a:hover i {color:royalblue !important;}
.pado-section-heading {padding:0 !important; line-height:0.1em !important}
.pado-post-heading {font-weight:normal !important;  }

.gfield_error, .validation_error {border:1px solid #ebccd1 !important; border-radius:5px; background:#f2dede !important;}
.validation_error {font-weight:normal !important; padding:1em !important;}
.gfield_error label, .gfield_error .validation_message {color:#a94442 !important;}
.gsection .gsection_description {font-size:0.95em !important; padding-top:1em !important; }

.closed {background:#555; padding:10px !important; color:#fff; border-radius:5px;}
.closed p {margin:0;}

#cycle {width:100% !important;}
#cycle img {width:100% !important;}

.gcc-panel {border:1px solid #00584b}
.gcc-panel .panel-heading {background:#00584b; color:#fff;}

* { outline: none !important; }​

.landing-page .page-title h1 {text-align:center; padding-top:1em; font-size:3em; font-weight:bold; margin-bottom:1em;}
.landing-page blockquote {width:75%; margin:auto; font-size:1.8em; margin-bottom:1em; background:#f8f8f8; padding:1em;}
.landing-page blockquote strong {}
.landing-page p {color:#222;}
.landing-page a, .landing-page a:visited {color:royalblue !important; font-weight:bold;}

.index .entry-header .entry-title { font-size:1.6em; margin:1em 0 0 0;}
.index .meta {font-size:0.8em; margin:1em 0 1em 0; padding:0.5em 0 0.5em 0; color:#888; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;}
.index .entry-content p {font-size:0.90em;}
.index .more {width:100%; text-align:right;}

#comments h3 {font-size:2em;}

/* .popmake-overlay {background-color:none !important; background:url("/styles/imgs/bg-trans.png") !important;} */

.essh {background:#555; margin:10px 0; color:#fff; padding:15px; border-radius:10px; line-height:1.3em;}
.essh a {color:#F3F3F3; text-decoration: underline;}

p:empty {display:none;}

.single-location #primary {width:100%;}
.single-location h1.entry-title {display:none;}
.single-location .loc-info h1 { font-size:1.8em; margin:0 0 0.5em 0;}
.loc-info .street {margin-bottom:-6px;}
.loc-info .town, .loc-info .state, .loc-info .zip {display:inline-block;}
.loc-info h2 { font-size:1.4em; margin:1em 0;}

.gcc-accordion ul {list-style-type:none; padding:0; margin:0;}
.gcc-accordion ul li {border-top:1px solid #e6e6e6; padding:10px 0; font-size:0.95em;}
.gcc-accordion ul li:last-child {border-bottom:1px solid #e6e6e6;}
.gcc-accordion ul a {font-family:'nunito-sans', 'Nunito Sans', sans-serif; color:#666;}

.gcc-accordion .su-spoiler-title {padding-left:0 !important; background:url("/assets/imgs/arrowup.png") no-repeat right;}
.gcc-accordion .su-spoiler-title:hover {color:#444; background:url("/assets/imgs/arrowuphover.png") no-repeat right;}

.gcc-accordion .su-spoiler-closed .su-spoiler-title {
background:url("/assets/imgs/arrowdown.png") no-repeat right;
}
.gcc-accordion .su-spoiler-closed .su-spoiler-title:hover {
background:url("/assets/imgs/arrowdownhover.png") no-repeat right;
}
.gcc-accordion .su-spoiler-icon {display:none !important;}
.gcc-accordion .su-spoiler-title {
font-family:'nunito-sans', 'Nunito Sans', sans-serif;
color:#00584b;
font-size:1.5em !important;
font-weight:normal !important;
padding:4% 0 5% 0 !important;
}

.gcc-accordion .su-spoiler {border-bottom:1px dotted #cecece;}

@media screen and (max-width : 800px) {.col-xs-6 {float:none; width:100%}
.gcc-accordion .su-spoiler-title {font-size:1.2em !important; padding-right:48px !important;}}

#wprmenu_bar {border-bottom:1px solid #cecece;}
#wprmenu_bar, #wprmenu_bar *, #wprmenu_bar a {font-family:'gcc' !important;}
#wprmenu_bar .menu_title {font-size:1em;}

#wp-logout {text-transform:uppercase; background:#a94442; color:#fff; padding:10px; border-radius:5px; font-size:0.95em; width:50%; font-family:'nunito-sans', 'Nunito Sans', sans-serif; display:block; text-align:center; margin:auto;}

.btn-gcc { 
  color: #ffffff; 
  background-color: #016e5e; 
  border-color: #016e5e; 
} 
 
.btn-gcc:hover, 
.btn-gcc:focus, 
.btn-gcc:active, 
.btn-gcc.active, 
.open .dropdown-toggle.btn-gcc { 
  color: #ffffff; 
  background-color: #00584B; 
  border-color: #00584B; 
} 
 
.btn-gcc:active, 
.btn-gcc.active, 
.open .dropdown-toggle.btn-gcc { 
  background-image: none; 
} 
 
.btn-gcc.disabled, 
.btn-gcc[disabled], 
fieldset[disabled] .btn-gcc, 
.btn-gcc.disabled:hover, 
.btn-gcc[disabled]:hover, 
fieldset[disabled] .btn-gcc:hover, 
.btn-gcc.disabled:focus, 
.btn-gcc[disabled]:focus, 
fieldset[disabled] .btn-gcc:focus, 
.btn-gcc.disabled:active, 
.btn-gcc[disabled]:active, 
fieldset[disabled] .btn-gcc:active, 
.btn-gcc.disabled.active, 
.btn-gcc[disabled].active, 
fieldset[disabled] .btn-gcc.active { 
  background-color: #00584B; 
  border-color: #00584B; 
} 
 
.btn-gcc .badge { 
  color: #00584B; 
  background-color: #ffffff; 
}

#corona {display:block !important; text-align:center; background:royalblue; color:#fff; font-family:'Graphik Light'; padding:20px; font-size:1.2em;}
#corona a, #corona a:hover {color:#fffbd5; text-decoration:underline;}

.page article .entry-content .gform_wrapper .gform_validation_errors h2 {font-size: 1em}

.colophon a {text-decoration:underline;}