/* @override 
	http://calfirerfw.wpengine.com/wp-content/themes/rfw/style.css?*
	http://stagingrfw.wpengine.com/wp-content/themes/rfw/style.css?*
	https://www.readyforwildfire.org/wp-content/themes/rfw/style.css?* */

/*!
Theme Name: rfw
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: LICENSE
Text Domain: rfw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

rfw is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0; 
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	/*font-weight: bolder;*/
	font-weight: 500;
	/*	border-bottom: 1px dotted rgba(3, 25, 255, .5);*/
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


/*Futura PT Medium

Futura PT Book

font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;

Futura PT Book Oblique

font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: italic;

MEDIUM 
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;

Demi
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;


Heavy
font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;


Unused:
Futura PT Bold

font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;*/


body,
button,
input,
select,
optgroup,
textarea {
	color: #3d3d3d;
	font-family: futura-pt, sans-serif;
	font-size: 19px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #3d3d3d;
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.6;
}

p + ul {
	position: relative;
	top: -15px;
}

p + ul li:last-child {
	padding-bottom: 0 !important;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://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. */

}

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

ul {
	list-style: disc;
	
	margin-top: 0;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ce252b;
	text-decoration: none;
}

a:visited {
	color: #ce252b;
}

a:hover, a:focus, a:active {
	color: #ce252b;
	
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* unused */
a.extLink::after {}

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
	
	/*might not want this bttom margin*/
	margin: 0;
	/*background: red;*/
}

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

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

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


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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}



/*styles from old site*/
.content-sec {
    margin-top: 40px;
}
.master-container-full {
    position: relative;
    width: 100%;
    clear: both;
}
.master-container {
    position: relative;
    width: 1170px;
    margin: auto;
        margin-top: auto;
    clear: both;
}

.video-container {
    width: 65%;
    position: relative;
    float: left;
    background-color: #ce252b;
    margin-right: 5%;
}
.pod {
    position: relative;
    width: 30%;
    height: 400px;
    float: left;
    overflow: hidden;
    margin-right: 5%;	
}
.pod:nth-child(3n) {
    margin-right: 0;
}

.content-container .twitter-container {
    position: relative;
    width: 29%;
    float: left;
}
.twitter-container {
    position: relative;
    width: 30%;
    float: left;
}
body.home .twitter-container {
	width: 31% !important;
	border: 1px solid #ccc;
}

div.video-container h3 {
	margin-bottom: 1px;
}
div.video-container p {
	margin-top: 5px;
}


header {
	border-bottom: 10px solid black;
	padding-bottom: 10px;
}
@media screen and (max-width: 1024px ) {
	header {
	   	border-bottom: 0;
	   	padding-bottom: 0;
	}
}

/* no border on home */
body.home header { border-bottom: none; }




/*from sytle editor file*/

.header-logo img, .custom-logo {width:50px;height:auto;	margin-top: 10px;}
.header-tag {position:absolute;top:20px;left:90px;z-index:2;}
	.header-tag img {width:600px;height:auto;}
.header-social {position:absolute;right:15px;top:20px;z-index:3;}
.header-mobile {display:none;}

.header-logo-mobile {
    display: none;
	text-align: center;
	margin-top: 8px;
    z-index: 1;
}
.header-logo-mobile img {width:auto;height:50px;}

.social-content {padding:0;clear:both;overflow:auto;}
	.cleanup {position:relative;float:left;margin-right:5px;}
	.cleanup-img a img {height:30px;width:auto;}


/*drop menu top level item*/	
li.secHome a { font-weight: 700 !important; }



/*from style file*/

	
#cars_shell {width:100%;height:625px;position:relative;}
#cars_link {text-decoration:none;cursor:pointer;display:block;position:relative;height:inherit;width:inherit;z-index:1;}
#cars_main {height:inherit;width:inherit;position:relative;overflow:hidden;}
/* fix for low vision contrast error */
#cars_main { background: black; }
#cars_imgdiv_1 {width:inherit;height:inherit;position:absolute;top:0px;left:0px;z-index:1;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
#cars_imgdiv_2 {width:inherit;height:inherit;position:absolute;top:0px;left:0px;z-index:2;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
#cars_txt {width:inherit;height:inherit;position:absolute;top:0px;left:0px;z-index:4;background:none;}
#cars_txt_bg {
	width:inherit;height:150px;position:absolute;bottom:0px;left:0px;z-index:1;background-color:#000000;
	opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);
		}
#cars_txt_content {height:inherit;z-index:3;}
#cars_txt_content .car_content_top {position:absolute;top:60px;left:10px;}
#cars_txt_content .car_content_bot {position:absolute;bottom:0;left:10px;width:70%;height:150px;}
#cars_txt_content .car_content_bot_text {position:relative;top:50%;transform:translateY(-50%);}

#cars_txt_content .car-button {margin-top:15px;background:#e5002d;}
#cars_txt_content .car-button div {display:block;position:relative;padding:20px;color:#FFFFFF;text-decoration:none;font:bold 16px/16px "futura-pt",helvetica,arial,sans-serif;}
				

#cars_nav_shell {width:inherit;height:150px;position:absolute;bottom:0;left:0;z-index:2;}
#cars_nav {height:inherit;}
#carnav_next {position:absolute;top:50px;right:40px;pointer-events:all;}
#carnav_prev {position:absolute;top:50px;right:140px;pointer-events:all;}	
#carnav_prev {position:absolute;top:50px;right:140px;pointer-events:all;}
	
.home-text {padding:40px 0px 40px 0px;text-align:center;}
.podnew_shell {position:relative;}
.podnew {position:relative;width:45%;float:left;overflow:hidden;margin-right:5%;margin-bottom:30px;
	background: #fdca19;
	}
.podnew a {display:block;position:relative;z-index:1;color: white;}
.podnew a .pod-img-ph {width:auto;height:100%;}
.podnew_title {background-color:#fdca19;height:40px;}
.podnew_title .container {padding:10px 10px 0 10px;}
.podnew_text .podnew-body {padding:10px;display:inline-block;}
.podnew_image {position:relative;width:100%;height:100%;}
	
	
.podnew-body p {
	min-height: 60px; 
}


.home_pods {position:relative;}
.sec_pods {position:relative;width:220px;}
.pod {position:relative;width:30%;height:400px;float:left;overflow:hidden;margin-right:5%;}
.pod:nth-child(3n) {margin-right:0;}

.pod .pod_image a {display:block;position:relative;width:inherit;height:inherit;}
.pod .pod_image {height:200px;width:inherit;position:relative;overflow:hidden;}
.pod .pod_image A img {width:112%;height:auto;top:-6%;left:-6%;position:absolute;}

.home-footer {background-color:#d8d8d8;padding:30px 0 30px 0;}
	
.sec-sub-header {height:220px;
	margin-top:60px;
	margin-top: 0;
	background-color: black !important;
	}
.sec-main-header {height:625px;margin-top:60px;}
.sec-header-text {padding:25px 0 0 5px;}
.sec-body-landing {text-align:center;padding:40px 0 40px 0;}
.sec-body {position:relative;width:inherit;overflow:auto;clear:both;}
.sec-body-main {width:inherit;}
.sec-body-left {width:23%;margin-right:5%;float:left;
		padding-bottom: 30px;
		}
.sec-body-right {
	width:72%;
	float: right;
	margin-bottom: 50px;
	min-height: 240px;
	}
.sec-body-title {padding-bottom:15px;background: red; }
	
.content-sec {margin-top:40px;}
	
.sec-nav {padding:20px;background-color:#edece4;	}

/*leftnav top item*/		
/*li.menu-item-object-page.current-page-ancestor:first-child a {
	font-size: 19px;
	line-height: 19px;
	font-weight: 600;
	color:#ce252b;text-decoration:none;text-transform:uppercase;
	}*/
li.menu-item-object-page:first-child a {
	font-size: 19px;
	line-height: 19px;
	font-weight: 600;
	text-decoration:none;text-transform:uppercase;
	}		
ul ul li.menu-item-object-page:first-child a {
	font-size: 15px;
	line-height: 16px;
	font-weight: 400;
	text-transform:none;
	}	
.sec-nav a {
	padding:8px 0 8px 0;display:block;border-bottom:2px solid #767778;
	font-size: 16px;
	line-height: 16px;
	color:#3d3d3d;
	text-decoration:none;
	text-transform:uppercase;
	}
		
.sec-nav a:hover {color:#ce252b;}
	
.current-menu-item a {color:#ce252b !important;	}
	
.current-menu-item ul a {color:#3d3d3d !important; }

li.menu-item.current-page-ancestor.current-menu-ancestor.current_page_ancestor.menu-item-has-children > a {	color: #ce252b;	}

.sec-nav ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.sec-nav ul ul a {
	padding-left: 20px !important;
	text-transform: none;
}

/*left menu: hide all sub menus by default*/
.menu-item-has-children  ul {
	display: none;
}
.current_page_item.menu-item-has-children  ul {
	display: block;
}

/*show only the current page's chileden UL */
.current_page_ancestor ul {
	display: block;
}

/* @group Sidebar Items */

.sidebar-content {padding:20px;background-color:#edece4;margin-top:40px;display:block;}
	.sbar-img {display:block;position:relative;}
	.sbar-img img {position:relative;width:100%;height:auto;}

.sidebar-content .sbar-item {
	margin-bottom:30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
	font-size: 16px;
	line-height: 19px;
	}
.sidebar-content .sbar-item:last-child {
		border-bottom: none;
		}

.sbar-item h3 {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar_body {
	color:#3d3d3d;
	padding-top:8px;
	margin-top:8px;
	}



/* @group Ready for Wildfire App  */
	
	#rfwApp {
		display: flex;
		flex-direction: column;
		max-width: 200px;
		align-items: center;
	}
	.sbar-item h3.sbarApp {
		max-width: 200px;
		margin-bottom: 10px;
		text-align: center;
	}
	#rfwApp img {
		width: 100%;
		max-width: 175px;
		margin-bottom: 10px;
	}
	#rfwApp a {
		font-size: 18px;
		line-height: 1.2;
		font-weight: 500;
		max-width: 180px;
	}
	
/* @end rfw app sidebar item */
		
/* @end sidebar items */




	
	
.container-map {width:800px;margin:auto;}

.video-main {width:100%;clear:both;position:relative;overflow:hidden;}

.mobile-social {display:none;}
.mobile-social-content {padding:0 0 15px 0;clear:both;overflow:auto;display:inline-block;}



.pod h2 {
	margin-top: .5em;
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 29px;
}
.pod h2 a {
	color: #ce252b;
}
.pod h2 a:hover {
	text-decoration: underline;
}
.pod p {
	/*background: pink;*/
	font-size: 19px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.footer-content {width:100%;position:relative;padding:20px 0 30px 0;}

.footer-content a {
	text-decoration: underline;
}
/*#google_translate_element {
	/*outline: 3px dotted red;*!/
	float: none !important;
	margin: 0 10px auto;
	text-align: center;
}*/

/*from style-editor.css*/

.c_body {
	color: #3d3d3d;
	font-size: 19px;
	line-height: 30px;
	letter-spacing:0.5px;
}
.c_body_white {color:#FFFFFF;font:19px/30px "futura-pt",helvetica,arial,sans-serif;letter-spacing:0.5px;}
.c_body_white A[href] {color:#FFFFFF;text-decoration: none;}  /*75b896*/

.c_body_white_large {color:#FFFFFF;font:23px/30px "futura-pt",helvetica,arial,sans-serif;letter-spacing:0.5px;}

.c_car_large {color:#FFFFFF;font-weight:500;
	font-size:95px;
	line-height: 89px;
	display:block;
	text-shadow: 0 0 11px #000;
}

.c_car_large2 {color:#FFFFFF;font:bold 80px/70px "futura-pt",helvetica,arial,sans-serif;display:block;
	font-weight: 500;
	text-shadow: 0 0 11px #000;
}
.c_car_medium {color:#FFFFFF;font:bold 50px/45px "futura-pt",helvetica,arial,sans-serif;display:block;}
.c_car_desc {color:#FFFFFF;font:24px/22px "futura-pt",helvetica,arial,sans-serif;}	


/*unused?*/
.c_title_big {
	color:#FFFFFF;
	font-size: 31px;
	line-height: 31px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
}

.c_podtitle {
	color:#3d3d3d;
	font-size: 21px;
	line-height: 21px;
	font-family: 'futura-pt',helvetica,arial,sans-serif;
	font-weight: 700;
}
.c_title h1 {color:#58595b;font:bold 26px/29px "futura-pt",helvetica,arial,sans-serif;padding:0;margin:0;}
.c_hero_text {font:500 30px/38px "futura-pt",helvetica,arial,sans-serif;color:#FFFFFF;}
.c_hero_button {font:bold 21px/21px "futura-pt",helvetica,arial,sans-serif;
	color:#FFFFFF;padding:10px 15px 10px 15px;text-decoration:none;
	background: #ce252b;
	min-width: 190px;
	text-align: center;
}



#allPartnersHome {
	width: 100%;
	display: flex;
	justify-content: center;
		margin-bottom: 20px;
	border-top: 1px solid #999;
	padding-top: 30px;
}
.partnerHome {
	flex-basis: 10%;	
}
.partnerHome img {
	width: 50px;
}
@media screen and (max-width: 767px ) {
	   #allPartnersHome {
	   	   flex-wrap: wrap;
	   	 }
	   .partnerHome {
	   	flex-basis: 15%;
	   	}
}






h1 {
	line-height: 29px;
	padding-bottom: 0;
	margin-top: 0;
}
h1 {
	font-weight: 400 ;
	font-weight: 500 ;
	font-weight: 600 ;
	font-size: 27px;
}

.sec-body-right h1 { text-transform: uppercase; }

h2 {margin:0;padding:0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.25;
	line-height: 1.2;
	font-weight: 500;
}

h3 {margin:0;
	margin-bottom: 8px;
	padding:0;
	
	font-size: 22px;
	font-weight: 500;
}

h4 {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 22px;
	}

p {
	margin-top: 0;
}

h3 a[href],
.c_header A[href] {color:#ce252b;text-decoration: none;}

.c_header_white {color:#FFFFFF;font:bold 19px/29px "futura-pt",helvetica,arial,sans-serif;}

.c_label_red {color:#ce252b;font-weight:bold;}

.c_callout {
	text-align: center;
	color: #3d3d3d;
	font-size: 40px;
	line-height: 1;
	font-weight: 500;
	display: block;
	padding-bottom: 15px;
}

.c_body hr {
	border: 0;width: 100%;border-left: #d4d4d4 0px solid;border-right: #d4d4d4 0px solid;border-top: #666666 2px solid;border-bottom: #d6dddf 0px solid;
	clear: both;margin: 10px 0 10px 0;padding: 0;box-sizing: content-box;height: 0;display: block;
}
.c_body ul {margin: 0px 0px 15px 0px;display: block;list-style-type: disc;}
.c_body ul li {padding: 5px 0px 5px 0px;margin: 0px 0px 0px 20px;text-indent: 0px;}

.c_footer {font:16px "futura-pt",helvetica,arial,sans-serif;color:#000000;}
.c_footer A[href] {color:#ce252b;}

/*unused?*/
.c_gray {color:#58595b;}
.c_lightgray {color:#d4d4d4;}



.sec-sub-header .sec-header-text .c_car_large {
	color:#FFFFFF;
	font-size: 80px;
	line-height: 70px;
	display:block;
	font-weight: 500;
	}

.sec-sub-header .sec-header-text .c_car_medium {color:#FFFFFF;font:bold 40px/35px "futura-pt",helvetica,arial,sans-serif;display:block;}

img.alignright {margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;float: right;vertical-align:middle;}

iframe {width: 100%;}

.sec-body-right li {
	margin-bottom: .7em;
}


/*for contrast*/
.hero-destop .hero-item {
	background: black;
	line-height: 1;
	max-height: 560px;
}


.hero-destop {position:relative;clear:both;overflow:auto;display:block;}
	.hero-destop .hero-item {position:relative;width:33.33%;float:left;overflow:hidden;}
		.hero-destop .hero-item > img {width:100%;height:auto;}
		.hero-destop .hero-item .hero-bg {position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;}
		.hero-destop .hero-item .hero-bg > img {width:100%;height:auto;}
		.hero-destop .hero-item .hero-body {position:absolute;width:100%;height:100%;top:0;left:0;z-index:2;}
		.hero-destop .hero-body-container {position:relative;padding:60px 34px 0 30px;}
			.hero-destop .hero-body .hero-title {position:relative;}
			.hero-destop .hero-body .hero-text {position:relative;margin-bottom:10px;margin-top:25px;}
			.hero-destop .hero-body .hero-button {position:relative;display:inline-block;}


.c_hero_title {
	color:#FFFFFF;
	font-size: 95px;
	line-height: 90px;
	font-family: 'futura-pt',helvetica,arial,sans-serif;
	font-weight: 600;
	text-shadow: 0 0 5px #000;
}



.hero-mobile {position:relative;width:100%;display:none;}
.hero-mobile-container {position:absolute;width:100%;height:100%;}
	.hero-mobile-container > img {position:relative;height:auto;width:100%;}
	.hero-mobile .hero-item {position:absolute;width:100%;height:100%;top:0px;left:0px;}
		.hero-mobile .hero-item img {width:100%;height:auto;}

.hero-mobile-body {position:relative;width:100%;display:none;background-color:#4c4c4c;}
.hero-mobile-prev {position:absolute;width:30px;top:40%;left:0;}
	.hero-mobile-prev img {width:100%;height:auto;}
.hero-mobile-next {position:absolute;width:30px;top:40%;right:0;}
	.hero-mobile-next img {width:100%;height:auto;}

.index-pods {position:relative;width:69%;float:left;
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 20px;
	}
body.home .twitter-container {position:relative;width:31%;float:left;margin-bottom: 25px;
}
.content-container .twitter-container {position:relative;width:29%;float:left;}

.c_hero_text {font:500 30px/38px "futura-pt",helvetica,arial,sans-serif;color:#FFFFFF;}

a.c_hero_button {
	color: white;
	text-decoration: none;
}
a.c_hero_button:hover {
	color: white;
	text-decoration: underline;
}

.videos-left {position:relative;width:66%;float:left;margin-right:3%;}
.videos-right {position:relative;width:31%;float:left;}
	.videos-right .videowrapper:first-child {margin-bottom:7%;}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-title {margin-bottom:25px;}
.video-button {margin-top:30px;text-align:center;}






/* @group More */


#allPartners {
	display: flex;
	flex-wrap: wrap;
}
#allPartners .partner {
	flex-basis: 27%;
	margin-right: 35px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px ) {
	   #allPartners .partner {
	   	flex-basis: 50%;
	   	margin-right: 0;
	   	margin-bottom: 10px;
	   	justify-content: space-between;
	   }
	   #allPartners .partner p {
	   	   	max-width: 90%;
	   	   }
	   #allPartners .partner img {
	   	   	max-width: 130px;
	   	   }
}
/* @end more */




/* style query */

/* Smaller than Desktop HD */
@media (max-width: 1200px) {
	.master-container{width:100%;}

	.home_pods,
	.content-pods {padding:10px;}

}


/* fit navbar onto one line, may change depending on number of items in top level */

@media screen and (min-width: 1024px) and (max-width:1100px) {
	   #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	   /*- padding: 0px 10px 0px 10px;*/
	   padding: 0px 7px 0px 7px;
	   }
}



/* Smaller than desktop */
@media (max-width: 1023px) {

	nav.sec-nav {display: none;	}
		
	/* widen left column below tablet landscape */
	.sec-body-left {
			width:100%;
			margin-right:0;
			float:none;
		}
		
	.sec-body-right {width:100%;float:none;margin-bottom: 20px;	}
		
	.sidebar-content {padding:20px;background-color:#edece4;margin-top:40px;display:block;}
	
	.sbar-item {width:100%;height:initial;margin:0 0 10px 0;clear:both;overflow:hidden;	}
	.sbar-body iframe { max-width: 300px ; 	}
		
	.sbar-item > img, .sbar-item p > img {
		width: 20% !important;
		margin-right: 5%;
		float: left;
		}	
	.sbar-img {display:block;position:relative;float:left;width:20%;margin-right:5%;}
	.sbar-body {display:block;position:relative;float:left;width:70%;max-width: 300px;}
	
	.social-content {padding:15px 5px 15px 5px;clear:both;overflow:auto;}
	.c_footer {font:13px "futura-pt",helvetica,arial,sans-serif;}
	.footer-content {padding:0;}
	.footer-content-body {padding:15px 5px 15px 5px;}
	
	.sec-body-content,
	.sec-body-title {padding-left:10px;padding-right:10px;}
	
	.content-sec {margin-top:10px;}
	.sec-body-landing {padding:10px 0 10px 0;}
	
	.layout-header-full {background-color:#FFFFFF;height:70px;} /*position:fixed;*/
	.header-logo {top:10px;left:10px;}
	.header-calfire {top:10px;right:10px;}
	.header-logo img,
	.header-calfire img {height:50px;width:auto;}
	
	.sec-main-header,
	.sec-sub-header {margin-top:0;}


	.c_hero_title {font:bold 50px "futura-pt",helvetica,arial,sans-serif;}
	.c_hero_text {font:17px/17px "futura-pt",helvetica,arial,sans-serif;}
	.c_hero_button {font:bold 15px "futura-pt",helvetica,arial,sans-serif;}

	.hero-title {margin-left:10px;}
	.hero-text {padding:10px 10px 10px 10px;margin:0;}
	.hero-button-mobile {font:bold 15px "futura-pt",helvetica,arial,sans-serif;color:#FFFFFF;text-decoration:underline;display:block;}
	a.hero-button-mobile {color:#FFFFFF;}
	
	.diag {display:none !important;}

	.layout-header .header-logo {display:none;}
	.layout-header .header-tag {display:none;}
	.layout-header .header-logo-mobile {display:block;}

	.header-social {display:none;}
	.header-mobile {display:block;top:10px;right:10px;position:absolute;}

	.pod .pod_image {height:150px;}

	.podnew a .pod-img-ph {width: 100%;height: auto;}
	.c_podtitle {
		color: #3d3d3d;
		font-size: 15px;
		line-height: 15px;
		font-family: 'futura-pt',helvetica,arial,sans-serif;
		font-weight: 700;
	}
	.podnew {margin-right:2%;margin-left:2%;margin-bottom:10px;}
	
	#google_translate_element {
		float: none !important;
		margin-top: 30px;	
		width: 100%; 
		text-align: center;
	}
}

@media (max-width: 800px) {

	.hero-destop {display:none;}
	.hero-mobile {display:block;}
	.hero-mobile-body {display:block;}
}

/* Smaller than tablet */
@media (max-width: 768px) {

	.c_car_large2,
	.c_car_large {font:bold 40px/35px "futura-pt",helvetica,arial,sans-serif !important;}
	.c_car_medium {font:bold 30px/25px "futura-pt",helvetica,arial,sans-serif !important;}
	.c_car_desc {font:15px/15px "futura-pt",helvetica,arial,sans-serif !important;}
	.c_body_white_large {font:15px/15px "futura-pt",helvetica,arial,sans-serif !important;}
	
	.c_title h1 {font:bold 17px/17px "futura-pt-bold",helvetica,arial,sans-serif;}

	.c_body {font:17px/21px "futura-pt",helvetica,arial,sans-serif;}
	.c_body_white {font:17px/21px "futura-pt",helvetica,arial,sans-serif;}

	#cars_txt_content .car_content_top {top:25px;left:10px;}
	.sec-header-text {padding:25px 0 0 10px;}

	.sec-main-header,
	#cars_shell {height:350px;}

	#cars_txt_content .car_content_bot,
	#cars_txt_bg {height:100px;}

	#cars_txt_content .car_content_bot {width:90%;}

	#carnav_next {position:absolute;top:initial;bottom:-25px;right:35%;}
	#carnav_next img {height:50px;width:auto;}
	#carnav_prev {position:absolute;top:initial;bottom:-25px;right:initial;left:35%;}
	#carnav_prev img {height:50px;width:auto;}

	.header-logo {top:10px;left:10px;}
	.header-calfire {display:none;}

	.video-container {width:90%;position:relative;margin-left:5%;height:initial;padding-bottom:10px;}

	.sec-sub-header {height:150px;}
	.sec-body-content TABLE TR {clear:both;position:relative;}
	.sec-body-content TABLE TR TD {float:left;width:100%;text-align:center;}

	/* extra rule to avoid the mobile table fix, apply class to table as needed (ex: tree mortality news) */
	.sec-body-content TABLE.noMobileAdjust TR TD {float:none;width:auto;text-align:left;}

	.index-pods {width:100%;justify-content: center;}

	.podnew {margin-right:2%;margin-left:2%;margin-bottom:20px;
		width: 100%;
		max-width: 450px;
	}
	
	.home-text {padding:15px 10px 15px 10px;}
	.twitter-container {display: none;}

	.mobile-social {display:block;}
	
	/*#google_translate_element {margin-top: 10px;	}*/

}


/* Smaller than phablet */
@media (max-width: 550px) {
	.sec-main-header,
	#cars_shell {height:250px;}
	#carnav_next {right:30%;}
	#carnav_prev {left:30%;}

	.c_car_large2,
	.c_car_large {font:bold 25px/25px "futura-pt",helvetica,arial,sans-serif !important;}
	.c_car_medium {font:bold 21px/21px "futura-pt",helvetica,arial,sans-serif !important;}

	.pod {position:relative;width:90%;margin-left:5%;height:initial;float:none;margin-bottom:10px;}
	.c_body {font:15px/19px "futura-pt",helvetica,arial,sans-serif;}
	.c_body_white {font:15px/19px "futura-pt",helvetica,arial,sans-serif;}
	.c_callout { 	padding-bottom:5px; }

	.sec-sub-header {height:100px;}

	#cars_txt_content .car-button div {padding:10px;font:bold 15px/16px "futura-pt",helvetica,arial,sans-serif;}

	.videos-left {float:none;width:100%;margin-bottom:15px;}
	.videos-right {float:none;width:100%;}
	.videos-right .videowrapper:last-child {display:none;}
	.video-main {width:96%;margin-left:2%;}

	.c_podtitle {
		color: #3d3d3d;
		font-size:14px;
		line-height: 1.3;
		font-family: 'futura-pt',helvetica,arial,sans-serif;
		font-weight: 700;
	}

	.video-title {margin-bottom:25px;padding:0 10px 0 10px;}
	.c_title_big {color:#FFFFFF;font:21px/21px "futura-pt",helvetica,arial,sans-serif;}
	.video-button {margin-top:10px;}
	
	
}


/* Smaller than mobile */
@media (max-width: 400px) {
	.sec-body-content img {float:initial;max-width:90%;height:auto;display:block;margin:0;}

	.hideMobile {
		display: none !important;
		
	}
}






