/* Theme Name: SDBX Skeleton
 * Author: Craig Tran
 * Author URI: http://www.sdbxstudio.com
 * Description: Bare bones wordpress theme
 * Version: 1.0
 */

/* Default styles */
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
  /* Set your content font stack here: */
  font-family: "petala-pro",sans-serif, Arial, "Arial", "Times New Roman", serif;
  color: #333;
}
button {
  cursor: pointer;
  border: none;
}
.button {
    padding: 10px 20px;
    border: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #ba3309;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.button:hover {
    background-color: #4c545e;
}
text,
tspan {
  font-family: "petala-pro",sans-serif, Arial, "Arial", "Times New Roman", serif !important;	
  color: #333;
}
p,ol,ul,li {
	letter-spacing: 0.75px;
	font-size: 18px;
	line-height: 25px;
	font-family: "petala-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}
a {
	text-decoration: none;
	font-size: 18px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	cursor: pointer;
}
a:hover,
a:focus {
	text-decoration: underline !important;
	text-decoration-color: inherit !important;
}
.page-id-1321 a {
	word-break: break-all;
}
.page-id-1321 a.nobreak {
	word-break:normal;
}
.page-template-default a {
	color: #CC4B0F;
	text-decoration: underline;
}
.page-id-1332 a {
	display: block;
}
h1 {
	letter-spacing: 1px;
}
h2 {
	letter-spacing: 2px;
}
* {
	box-sizing: border-box;
}
*:focus {
	outline: 3px dashed;
}
.center {
	text-align: center;
}
.wrap {
	max-width: 90%;
	margin: 0 auto;
}
.show-for-sr {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important;
}
.landscape, .square {
    background-color: #f7f7f7;
    background-size: cover;
    background-position: center;
}
.square:after {
    content: "";
    display: block;
    padding-top: calc(1 / 1.25* 100%);
}
/* HEADER */
#logo {
	padding-left: 5%;
}
#logo img {
	width: 35%;
}
header#global-header {
	width:100%;
	background-color: #fff;
	padding: 20px 0 0;
	position: relative;
	-webkit-box-shadow: -3px -3px 3px 0 rgba(0,0,0,0.1), 3px 0 3px 0 rgba(0,0,0,0.1), 0 3px 3px 0 rgba(0,0,0,0.1);
  box-shadow: -3px -3px 3px 0 rgba(0,0,0,0.1), 3px 0 3px 0 rgba(0,0,0,0.1), 0 3px 3px 0 rgba(0,0,0,0.1);
  z-index: 9999;
}
header#global-header .wrap {
	max-width: 100%;
}
#header-search-bar {
	text-align: right;
	margin-top: 10px;
	width: 100%;
}
#searchform-container {
	background-color: #f4f1ed;
}
.search-button  {
	border-right: 1px solid #4c545e;
	padding: 5px 10px;
}
.search-button:hover {
	background-color: #e6e2dd;
}
.search-field input {
	height: 100%;
	width: 95%;
	background-color: #f4f1ed;
	border: none;
}
/* HEADER MENU */
ul#menu-main {
  margin: 0;
  padding: 50px 0 0 0;
}
ul#menu-main li {
  list-style: none;
  text-align: left;
  display: block;
}
ul#menu-main li a {
  display: block;
  padding: 25px 30px 0px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
ul#menu-main li#menu-item-11 a,
ul#menu-main li#menu-item-1720 a,
ul#menu-main li#menu-item-9 a {
	font-size: 18px;
	font-weight: 400;
}
ul#menu-main ul.sub-menu li a {
  color: #FFF;
  border: 0;
  margin: 0;
  text-transform: none;
  text-align: left;
  font-size: 14px ;
  line-height: 1.2;
  font-weight: 400;
  padding: 20px 20px 0px 10px;
}
ul#menu-main li#menu-item-11 ul.sub-menu li a,
ul#menu-main li#menu-item-1720 ul.sub-menu li a,
ul#menu-main li#menu-item-9 ul.sub-menu li a {
	font-size: 14px;
	font-weight: 400;
}
ul#menu-main li#menu-item-13 ul.sub-menu li.current-menu-item a {
	color: #CA4D2B /* orange */;
}
ul#menu-main li.current-menu-ancestor a,
ul#menu-main li.current-page-ancestor a,
ul#menu-main li a:hover,
ul#menu-main li.current-menu-item a {
	text-decoration: underline;
	text-underline-position: under;
	 text-decoration-color: #f49a2f !important;
	 transition: 0s;
}
.current-menu-item.menu-item-has-children .sub-menu li a {
	text-decoration: none;
}
ul#menu-main li.current-menu-ancestor .sub-menu li a,
ul#menu-main li.current-page-ancestor .sub-menu li a  {
	text-decoration: none;
}
ul#menu-main li ul.sub-menu li a:hover,
ul#menu-main li ul.sub-menu li.current-page-ancestor a
 {
	color: #aacbdf !important;
	text-underline-position: auto;
	text-decoration-color: #aacbdf !important;
}
ul#menu-main li.current-page-ancestor#menu-item-12 .sub-menu li.current-page-ancestor a {
	color: #fff !important;

}
ul#menu-main li.current_page_item ul.sub-menu a {
	color: #fff;
	text-decoration: none;
	text-decoration-color: #aacbdf;
}

ul#menu-main li ul.sub-menu li.current-menu-item a,
ul#menu-main li ul.sub-menu li a:hover {
	color: #aacbdf !important;	
	text-underline-position: auto;
	text-decoration-color: #aacbdf !important;
}


li#menu-item-1720 ul.sub-menu li a:hover {
  color: #aacbdf /*light blue*/ !important;
}
li#menu-item-1720 ul.sub-menu li.current-menu-item a {
	color: #aacbdf /*light blue*/ !important;
}
/* Hamburger Icon */
#hamburger-icon{
	margin-top: 0;
  display: block;
  width: 40px;
  height: 29px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#hamburger-icon::before {
	content: '';
}
#hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #4c545e /*dark gray blue*/;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Hamburger Lines  */
#hamburger-icon span:nth-child(1) {
  top: 5px;
}
#hamburger-icon span:nth-child(2), #hamburger-icon span:nth-child(3) {
	top: 20px;
}
#hamburger-icon span:nth-child(4) {
	top: 35px;
}
#hamburger-icon.hamburger-open span{
	background:#4c545e /*dark gray blue*/
}
#hamburger-icon.hamburger-open span {
	background: #fff;
}
#hamburger-icon.hamburger-open span:nth-child(1) {
	top: 30px;
	width: 0%;
	left: 50%;
}
#hamburger-icon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
 #hamburger-icon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
 #hamburger-icon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* NAVIGATION */
.overlay {
  height: 0%;
  width: 90%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #3b4248;
  overflow: auto;
  transition: 0.5s;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0,0,0,0.8);
    -moz-box-shadow: 0 5px 50px 0 rgba(0,0,0,0.8);
    box-shadow: 0 5px 50px 0 rgba(0,0,0,0.8);
}

.overlay-open {
	height: 100%; 
	padding-bottom: 3rem;
}

.overlay-content {
  position: relative;
  top: 10%;
  left: 5%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  z-index:9999;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #4c545e /*dark gray blue*/;
}

.open-close-btn {
  position: absolute;
  top: 20px;
  right: 5%;
	text-decoration: none;
	z-index:9999;
}



/* HOME TEMPLATE */
#home-header-image {
	position: relative;
	height: 250px;
	background-attachment: inherit;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover; 
}
#home-header-text p {
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	position: absolute;
	left: 5%;
	bottom: 10px;
	width: 80%;
}
.home-header-image-button {
	position: absolute;
	right: 5%;
	bottom: 80px;
	background-color: #fff;
	border: 3px solid #f49a2f;
	padding: 20px 0px 20px 25px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	color: #4c545e;
	font-size: 21px;
	text-align: left;
	width: 420px;
	letter-spacing: 1px;
}
.home-header-image-button.desktop {
	display: none;
}
.home-header-image-button.mobile {
	display: block;
	position: static;
	width: 100%;
}
.home-header-image-button div {
	color: #4c545e;
}
.home-header-image-button:hover,
.home-header-image-button:focus {
  background-color: #f49a2f /* orange */;
  color: #4c545e;
  outline: 3px dashed #fff;
}
.home-get-box {
	padding: 40px 0;
}
.home-get-section-title h2 {
	margin: 0 0 0 0;
	font-size: 24px;
}
.home-get-section-title h1 {
	margin: 0;
	font-size: 36px;
}
.home-get-section-title img {
	max-height: 100px;
	width: 100%;
}
.home-get-section-title a h2 {
  margin: 0;
}
.home-get-section-text {
	margin-top: 0px;
}
.home-get-section-text a {
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
}
.home-get-section-text a:hover {
	text-decoration: underline;
	text-decoration-color: inherit;
}

#home-get-informed .home-get-section-text a,
#home-get-informed .home-get-section-title h1,
#home-get-informed .home-get-section-title h2 {
	color: #f49a2f;
}
#home-get-prepared .home-get-section-text a,
#home-get-prepared .home-get-section-title h1,
#home-get-prepared .home-get-section-title h2 {
	color: #ffd55d;

}

#home-get-involved .home-get-section-text a,
#home-get-involved .home-get-section-title h1,
#home-get-involved .home-get-section-title h2 {
	color: #80b5d1;
}
section#home-get {
	background-color: #3b4248;
	padding: 5px 0 40px 0;
}
section#home-get p {
	color: #fff;
}
span.text-lead-in {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
section#home-intro-text .wrap {
	width: 100%;
	padding: 60px 0 80px 0;
}
section#home-intro-text a {
	background-color: #cc4b0f;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	padding: 15px 30px;
	letter-spacing: 2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
section#home-intro-text a:hover,
section#home-intro-text a:focus {
	background-color: #17779f;
	outline: 3px dashed;
}
section#home-intro-text .button {
	text-align: center;
	margin-top: 60px;
}
section#home-intro-text p {
	letter-spacing: 0.1rem;
}

/* Newsletter Sign up Widget */
#newsletter {
	background-color: #cc4b0f;
	color: #fff;
	padding: 50px 0;
}

#newsletter h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
}
#newsletter p a {
	color: #fff;
	font-size: 20px;
	text-decoration: underline;
}

#newsletter input {
	width: 100%;
	background-color: rgba(239,239,239,0.3);
	color: #fff;
	border: 0;
	padding: 10px 20px;
	border-radius: 0;
}
#newsletter input::placeholder {
	color: #fff;
}
#newsletter button {
	padding: 10px;
  border: 0;
  margin: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #ba3309;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#newsletter button:hover {
	color: #ba3309;
	background-color: #fff;
}
form#newsletter-form {
	margin-top: 10px;
}
/* FOOTER 1 */
footer#footer-1 {
	background-color: #3b4248;
	color: #fff;
	padding: 60px 0;
}
footer#footer-1 a {
	color: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	margin: 10px 0;
	font-size: 16px;
	text-decoration: underline;
}
footer#footer-1 a:hover {
	color: #aacbdf;
}
footer#footer-1 #footer-1-rating-warning button {
	background-color: #3b4248 /*dark gray blue*/;
	border: 3px solid #F49A2F /* orange */;
	padding: 30px 20px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s;
	width: 100%;
	height: 90px;
	color: #fff;
}
footer#footer-1 #footer-1-rating-warning button:hover {
	background-color: #CA4D2B /* orange */;
	color: #fff;
	border: 3px solid #CA4D2B /* orange */;
}

footer#footer-1 #footer-1-rating-warning a,
footer#footer-1 #footer-1-rating-warning a:hover {
	color: #fff;
}
footer#footer-1 #footer-1-rating-warning svg {
  
}
svg.right-arrow {
	width: 24px;
}
footer#footer-1 h2,
footer#footer-1 h2 a {
	color: #F49A2F /* orange */;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 24px;
	margin: 0 0 10px 0;
}
#footer-1-quick-links {
	padding: 40px 0;
	margin-top: 20px;
	
}
footer#footer-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer#footer-1 ul li {
	padding: 8px 0;
}
footer#footer-1 #footer-1-events {
	padding-top: 40px;
}
footer#footer-1 #footer-1-events em {
	color: #FFF;
}
/* Footer 2 */
#footer-2 {
	background-color: #f4f1ed;
	padding: 20px 0 30px;
}
#footer-2-footer-nav ul li {
	list-style: none;
	display: block;
	padding-bottom: 5px;
}
#footer-2-footer-nav ul {
	padding: 0;
}
#footer-2-footer-nav ul li a,
#footer-2-contact-info a  {
	color: #4c545e /*dark gray blue*/;
}
#footer-2-footer-nav ul li a:hover,
#footer-2-contact-info a:hover  {
	color: #17779f;
}
#footer-2-footer-nav a#footer-get-prepared-link:hover {
	color: #ba3309;
}
#footer-2-footer-nav a#footer-get-informed-link:hover {
	color: #CA4D2B;
}
#footer-2-footer-nav a#footer-get-involved-link:hover {
	color: #17779f;
}
#footer-2-footer-nav ul:first-child {
	text-transform: uppercase;
	font-weight: bold;
}
#footer-2-newsletter input {
	width: 100%;
	background-color: #fff;
	color: #4c545e /*dark gray blue*/;
	border: 0;
	padding: 10px 20px;
	border-radius: 0;
}
#footer-2-newsletter input::placeholder {
	color: #4c545e /*dark gray blue*/;
}
#footer-2-newsletter button {
	padding: 10px;
  border: 0;
  margin: 11px 0 0 0;
  width: 100%;
  color: #4c545e /*dark gray blue*/;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#footer-2-newsletter button:hover {
	color: #fff;
	background-color: #4c545e /*dark gray blue*/;
}
#footer-2-social-media {
	padding-top:20px;
}
#footer-2-social-media a {
	color: #4c545e /*dark gray blue*/;
}
#footer-2-social-media a:hover {
	color: #17779f;
}
#footer-2-right p,
#footer-2-right a {
	font-size: 14px;
	color: #4c545e /*dark gray blue*/;
	margin-bottom: 0;
}

/* Default Template */
.page-template-default button {
    padding: 10px 20px;
    border: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #ba3309;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.page-template-default button:hover {
    background-color: #4c545e;
}
/* Blog */
h1.get-informed-title {
	font-size: 24px;
	line-height: 46px;
	text-transform: uppercase;
	color: #3b4248 /* orange */;
	letter-spacing: 2px;
}
.get-informed-title::before {
	content: url(./images/get-informed.svg);
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-right: 20px;
  float: left;
}
.blog-content,
#get-informed-landing-text {
	padding: 60px 0;
}
.blog-aside {
	background-color: #f49a2f;
	padding-bottom: 40px;
	padding-left: 5%;
}
#resources-landing-nav {
	background-color: #17779f /*light blue*/;
	padding-bottom: 40px;
	padding-left: 5%;
}
.blog-content .wrap{
	width: 90%;	
}
.post-entry-content {
	padding: 40px 0 60px;
	border-bottom: 2px solid #f49a2f /* orange */;
}
.post-entry-content h2 {
	margin-bottom: 10px;
}
.post-entry-content h2 a {
	color: #333;
	font-size: 24px;
	letter-spacing: 2px;
	word-break: normal;
}
.post-entry-content h2 a:hover {
	color: #CA4D2B /* orange */;
}

.post-entry-content p {
	font-size: 18px;
}
a.blog-read-more-link {
	color: #5c5c5c;
	text-transform: uppercase;
}
a.blog-read-more-link:hover {
	color: #CA4D2B /* orange */;
}

.widget ul {
	list-style: none;
	color: #fff;
	padding: 0;
}
h2.widgettitle {
	color: #3b4248;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
}
li.cat-item {
	padding: 5px 0;
	
}
li.cat-item a {
	color: #3b4248;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
li.cat-item a:hover {
	color: #4c545e /*dark gray blue*/;
}
.post-template-default {
	background-color: #f4f1ed;

}
.post-template-default .blog-aside {
	background-color: #f4f1ed;
	color: #5c5c5c;
}
.post-template-default .blog-aside .widget {
	border-left: 3px solid #CA4D2B /* orange */;
	padding-left: 40px;
}
.post-template-default .blog-aside .widget h2,
.post-template-default .blog-aside .widget a {
	color: #5c5c5c;
}
.breadcrumb a {
	color: #5c5c5c;
	text-decoration: underline;
}

/* Get Informed Landing */
#get-informed-landing-text h1 {
	letter-spacing: 2px;
	margin-top: 0;
}

#resources-landing-nav {
	padding-top: 40px;
}

#resources-landing-nav p a {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
#get-informed-landing-nav p a {
	color: #CA4D2B /* orange */;	
	font-weight: bold;
	letter-spacing: 1px;
}
#get-informed-landing-arrow {
	display: none;
}
#get-informed-landing-arrow svg {
	width: 60px;
}

/* Get Informed Fire Prevention */
#fire-prevention-header {
	padding: 30px 0;
}
.fire-prevention-button button {
	background-color: #fff;
	border: 3px solid #f49a2f;
	padding: 20px 25px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	color: #4c545e /*dark gray blue*/;
	text-align: center;
	width: 100%;
	margin: 10px 0;
}
.fire-prevention-button button:hover {
	background-color: #f49a2f /* orange */;
	color: #4c545e;
}
.fire-prevention-button button:hover svg .gray-arrow-1 {
	stroke: #4c545e;
}
.fire-prevention-button:hover a,
.fire-prevention-button:hover p {
	color: #4c545e;
}
.fire-prevention-button p {
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}
.fire-prevention-button a {
	color: #4c545e /*dark gray blue*/;
}
svg.fire-prevention-arrow {
	width: 60px;
	padding: 5px 0 0 20px;
}
#fire-prevention-content {
	background-color: #cc4b0f;
	padding: 40px 0;
}

#fire-prevention-content p, 
#fire-prevention-content h2,
#fire-prevention-content a {
	color: #fff;
}
#fire-prevention-content a:hover {
	color: #4c545e /*dark gray blue*/;
}
#fire-prevention-content h2 {
	letter-spacing: 2px;
}
.page-template-page-fire-prevention .popup > div {
	max-width: 500px;
	padding: 20px 0px 40px 20px;
}
.page-template-page-fire-prevention .popup-wrapper ul {
	margin: 0 !important;
}

/* Fire Prevention Hover */
svg .park-1,
svg .eye-1,
svg .car-1,
svg .bucket-1,
svg .pit-1,
svg .tank-1 { 
  transition: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-transition: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
}
svg:hover .park-1,
svg:hover .eye-1,
svg:hover .car-1,
svg:hover .bucket-1,
svg:hover .pit-1,
svg:hover .tank-1 {
 fill: #ffd55d;
}



/* Fire Prevention Icons */
#park-icon,
#car-icon,
#pit-icon {
	text-align: center;
}
#park-icon svg {
	width: 100%;
}
/* Fire Prevention Pop up Box */
#park-icon,
#tank-icon,
#car-icon,
#eye-icon,
#bucket-icon,
#pit-icon,
#car-icon {
	position: relative;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	text-align: center;
	margin: 20px 0;
}

svg.car-icon,
svg.eye-icon,
svg.bucket-icon,
svg.pit-icon,
svg.car-icon {
	width: 40%;
}
svg.tank-icon {
	width: 20%;
}
.icon-pop-up-box {
	padding: 20px;
	color: #4c545e /*dark gray blue*/;
	position: absolute;
	top: -100px;
	left: 0;
	width: 340px;
	text-align: left;
	z-index: 9;
	display: none;
}

.icon-pop-up-box p {
	color: #4c545e /*dark gray blue*/ !important;
}

svg.exclamation-point {
	padding-top: 20px;
	padding-left: 15%;
	width: 65%;
}
svg.red-arrow {
	padding-top: 70%;
	width: 60%;
}

#bucket-icon-pop-up-box ul {
	padding-left: 20px;
}

/* About Page */
#about-top-section {
	background-color: #f4f1ed;
	padding: 80px 0;
}
#about-top-section a {
  color: #ba3309;
  font-weight: bold;
  text-decoration: underline;
}
.about-unce-section,
.about-trcd-section {
	text-align: center;
}
.about-unce-section p,
.about-unce-section h2,
.about-trcd-section p,
.about-trcd-section h2 {
	text-align: left;
}
.about-unce-section h2,
.about-trcd-section h2 {
	letter-spacing: 2px;
	font-size: 22px;
}

.about-unce-section img.logo {
	height: 120px;
	max-height: 200px;
	text-align: center;
	margin-bottom: 20px;
}
.about-trcd-section img {
	height: 120px;
	max-height: 200px;
	text-align: center;
	margin-bottom: 20px;

}

#our-team {
	background-color: #f4f1ed;
	padding: 80px 0;
	text-align: center;
}

.our-team-header h1,
.our-partners-header h1 {
	text-align: center;
	color: #3b4248;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.tfft-text {
	text-align: left;
}
.tfft-text a {
	color: #ba3309;
	font-weight: bold;
	text-decoration: underline;
}
.tfft-logo {
	text-align: center;
}
.tfft-logo img {
	width: 80%;
	text-align: center;
}
.our-team-image img {
	margin-top: 40px;
	width: 100%;
}
#partners {
	padding: 80px 0;
}
.client-images {
	padding-bottom: 3%;
}

/* GET PREPARED LANDING PAGE */
.featured-image {
	height: 200px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.page {
	position: relative;
}
.anchor {
	z-index: -1;
	position: absolute;
}
#scroll-top-button {
	display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 15px 21px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

#scroll-top-button:hover,
#scroll-top-button:focus {
  background-color: #fff;
  color: #4c545e;
  border: 1px solid #fff;
}
#gi-uf-page2,
#gi-uf-page3 {
	position: relative;
}
.white-arrow {
	position: absolute;
	bottom: 0;
}

.bounce{
  -webkit-animation: bounce 3s 2;
          animation: bounce 3s 2;
          
}


@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

/*page styles */
.nav-panel {
	display: none;
}
body.page-template-page-get-prepared {
	background-color: #efe9e1;
}
#get-informed-understanding-fire .page.page1 {
}
#get-prepared-links,
#get-informed-understanding-fire-links {
	background-color: #fff;
	padding: 20px;
	margin-top: 0px;
	height: auto;
}

#get-prepared-links h1,
#get-informed-understanding-fire-links h1 {
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}
aside#fire-adapted-community p,
#get-prepared-links p,
#get-prepared-links ul li a,
#get-informed-understanding-fire-links p,
#get-informed-understanding-fire-links ul li a {
	font-size: 16px;
	line-height: 26px;
}

#get-prepared-links ul,
#get-informed-understanding-fire-links ul {
	list-style: none;
	padding-top: 0px;
}
#get-prepared-links ul li,
#get-informed-understanding-fire-links ul li {
	padding: 0;
}
#get-prepared-links ul li a {
	color: #3b4248;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: underline;
}

#get-prepared-links ul li a:hover {
	color: #4c545e;
}
.get-prepared-links-line {
	margin-top: 20px;
	border-top: 3px solid #3b4248;
	text-align: center;
}
.get-prepared-links-line p {
	color: #3b4248;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 20px 0 10px 0;
}
aside#fire-adapted-community {
	background-color: #cc4b0f;
	color: #fff;
	padding: 20px;
}
svg#fac {
	width: 25%;
	height: auto;
	max-height: 60px;
	margin-bottom: 10px;
}
.get-prepared-links-line svg {
	width: 20px;
}
.active-page1 .featured-image {
	height: 35vh;
}
svg.get-prepared-hover-slide-down-arrow {
	width: 20px;
	position: absolute;

}
.slide__text {
  padding-bottom: 25px;
}
.slide__text h2 {
	font-size: 16px; 
}
.slide__text p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.slide__text a {
	color: #333;
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: -10px;
	text-decoration: underline;
}
.slide__text a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.page .slide__image {
	background-blend-mode: multiply;
	background-size: 120%;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50% 95%;
  height: 990px;
}
.get-prepared-hover-slide-down-arrow {
	width: 30px;
}
svg#slide2-roof {
	width: 30px;
	top: 695px;
	left: 230px;
}
svg#slide2-deck {
	width: 30px;
	top: 775px;
	left: 190px;
}
svg#slide2-deck-window {
	width: 30px;
	top: 745px;
	left: 270px;
}
svg#slide2-deck-fence {
	width: 30px;
	top: 795px;
	left: 280px;
}

svg#slide2-wooden-fences {
	width: 30px;
	top: 845px;
	left: 280px;
}
svg#slide2-grass {
	width: 30px;
	top: 665px;
	left: 320px;
}
svg#slide2-chimney {
	width: 30px;
	top: 655px;
	left: 60px;
}
svg#slide2-pipe {
	width: 30px;
	top: 735px;
	left: 90px;
}
svg#slide2-vent {
	width: 30px;
	top: 727px;
	left: 30px;
}
svg#slide2-siding {
	width: 30px;
	top: 707px;
	left: 5px;
}
svg#slide2-flowers {
	width: 30px;
	top: 777px;
	left: 62px;
}
.page .slide__text { 
	position: static;
  bottom: 0;
  right: 0;
  padding: 40px 10%;
  color: #fff;
}

.page2 .slide__image {
	background-image: url('./images/TahoeHouse-Updated.jpg');
  background-color: #fff;
  background-size: 550px;
}
.page2 .slide__text { 
  background-color: #f49a2f;
}

svg.get-prepared-hover-slide-down-arrow {
	position: absolute;
}

/* GET PREPARED SLIDE 3 */
.page3.page .slide__image {
	background-image: url('./images/Tahoe_DS-House_NEW.jpg');
  background-color: #fff;
  background-size: 480px;
  height: 1030px;
}
.page3 .slide__text { 
  background-color: #ffd55d;
}

svg#slide3-outerrim-arrow {
	position: absolute;
  width: 30px;
	top: 800px;
  left: 300px;
  z-index: 2;
}
#slide3-arrow1-text {
	position: absolute;
	top: 640px;
  left: 10px;
  z-index: 999;
}
.slide3-arrow-text {
	display: none;
}
.slide3-arrow-text h2 {
	color: #fff;
  background-color: #ba3309;
  padding: 10px;
  display: inline-block;
}
#slide3-arrow1popup:hover #slide3-arrow1-text {
	display: block;
}
svg#slide3-inner-arrow {
	position: absolute;
  width: 30px;
	top: 820px;
	left: 130px;
  z-index: 4;
}
#slide3-arrow3popup:hover #slide3-arrow3-text {
	display: block;
}
#slide3-arrow3-text {
	position: absolute;
	top: 680px;
  left: 10px;
  z-index: 3;
}
svg#slide3-middle-arrow {
	position: absolute;
  width: 30px;
	top: 810px;
  left: 210px;
  z-index: 3;
}
#slide3-arrow2popup:hover #slide3-arrow2-text {
	display: block;
}
#slide3-arrow2-text {
	position: absolute;
	top: 660px;
  left: 10px;
  z-index: 3;
}


/* GET PREPARED SLIDE 4 */
.page4 .slide__image {
	background-image: url('./images/Tahoe-neighborhood-slide4.jpg');
  background-color: #fff;
  background-blend-mode: multiply;
  background-size: 400px;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50% 82%;
  height: 700px;
}
.page4 .slide__text a:hover {
	font-weight: bold;
}
svg#slide4-arrow1 {
	width: 30px;
	top: 483px;
	left: 153px;
}
svg#slide4-arrow2 {
	width: 30px;
	top: 476px;
  left: 178px;
}
svg#slide4-arrow3 {
	width: 30px;
	top: 472px;
	left: 206px;
}
svg#slide4-arrow4 {
	width: 30px;
	top: 456px;
	left: 236px;
}
svg#slide4-arrow5 {
	width: 30px;
  top: 452px;
  left: 256px;
}
svg#slide4-arrow6 {
	width: 30px;
  top: 446px;
  left: 309px;
}
svg#slide4-arrow7 {
	width: 30px;
	top: 446px;
	left: 282px;
}
svg#slide4-arrow8 {
	width: 30px;
	top: 422px;
	left: 222px;
}
svg#slide4-arrow9 {
	width: 30px;
  top: 483px;
  left: 125px;
}

.page4 .slide__text { 
  background-color: #80b5d1;
}
#get-prepared .page.page5 {
	height: 1650px;
	background-color: #fff;
}
#get-prepared .page5 .slide__image {
	background-color: #fff;
}
.page5 .slide__image {
  background-color: #cc4b0f;
}
.page5 .slide__text { 
  background-color: #f0ece5;
  color: #4c545e;
}
.page5 .slide__text p {
	color: #3b4248;
}
.page5 .slide__text a { 
  color: #3b4248;
}
.page5 .slide__text a:hover {
	color: #CA4D2B;
}
.page7 .slide__image {
  background-color: #333;
  height: 460px;
}

.slide__text svg {
  /*
  bottom: 40px;
  position: absolute;
  left: 50%;
  */
}
.slide-content {
}
.slide__text .nav-btn {
  /*position: absolute;
  bottom: 0;
  left: 50%;*/
  padding-top: 50px;
  text-align: center;
}
button[name=close] {
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: transparent;
	z-index: 9999;
	transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
  -webkit-transition: transform .3s ease-in-out;
}
img.close-button {
	width: 20px;
	height: 100%;
}
button[name=close]:hover {
	transform: rotate(90deg);
}

.popup,
.arrow2popup {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  display: none;
  z-index: 99999;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.popup > div,
.arrow2popup > div {
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 40px 50px;
  width: 90%;
  max-width: 600px;
  z-index: 6001;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: left;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 75vh;
}
.popup-wrapper h2 {
	font-family: "petala-pro",sans-serif, Arial, "Arial", "Times New Roman", serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
.popup-wrapper p,
.popup-wrapper ul li,
.popup-wrapper a {
	font-size: 14px;
	line-height: 18px;
}
.popup a {
	color: #4c545e;
}
.popup-wrapper a {
	text-decoration: underline;
}


/* GET PREPARED SLIDE 5 */
#get-prepared .page5 .slide__text {
	background-color: #f49a2f;
	color: #333;
}
#get-prepared .page5 .slide__text a,
#get-prepared .page5 .slide__text p {
	color: #333;
}
.popup-wrapper ul {
	margin-left: 40px !important;
}
.evac-step {
	text-align: center;
	padding: 4%;
	cursor: pointer;
}
.evac-step p {
	color: #fff;
	text-align: center;
}
.slide5-content {
	width: 100%;
	padding-top: 20px;
}
.slide5-content p:hover {
	color: #4c545e;
}
.evac-icon {
	width: 60px; 
	margin-bottom: 20px;
}
#step1popup:hover .evac-step1-1,
#step2popup:hover .evac-step2-1,
#step3popup:hover .evac-step3-1,
#step4popup:hover .evac-step4-2,
#step5popup:hover .evac-step5-1,
#step5popup:hover .evac-step5-2,
#step6popup:hover .evac-step6-1 {
	stroke: #f49a2f;
}
#step1popup:hover .evac-step1-2,
#step2popup:hover .evac-step2-2,
#step3popup:hover .evac-step3-2,
#step4popup:hover .evac-step4-1,
#step5popup:hover .evac-step5-1,
#step6popup:hover .evac-step6-2 {
	fill: #f49a2f;
}
#step1popup:hover p,
#step2popup:hover p,
#step3popup:hover p,
#step4popup:hover p,
#step5popup:hover p,
#step6popup:hover p {
	color: #f49a2f;
	text-decoration: underline;
}

/* GET PREPARED SLIDE 6 */
.page6 .slide__image {
	background-image: url('./images/Tahoe-neighborhood.jpg');
  background-color: #fff;
  background-size: 480px;
  background-position: 50% 85%;
  height: 650px;
}
.page6 .slide__text { 
  background-color: #ffd55d;
}
.page4 .slide__text a:hover {
	font-weight: bold;
}

#slide6-arrow-popup-1:hover #slide6-arrow1-text,
#slide6-arrow-popup-2:hover #slide6-arrow2-text,
#slide6-arrow-popup-3:hover #slide6-arrow3-text {
	display: block;
}
#slide6-arrow1-text h2,
#slide6-arrow2-text h2,
#slide6-arrow3-text h2 {
	background-color: #CA4D2B;
}
svg#slide6-arrow1 {
	width: 30px;
  top: 414px;
  left: 221px;
}
svg#slide6-arrow2 {
	width: 30px;
	top: 397px;
	left: 136px;
}
svg#slide6-arrow3 {
	width: 30px;
	top: 397px;
	left: 46px;
}
#slide6-arrow1-text {
	position: absolute;
  top: 314px;
  left: 182px;
  z-index: 3;
}
#slide6-arrow2-text {
	position: absolute;
	top: 297px;
  left: 136px;
  z-index: 3;
}
#slide6-arrow3-text {
	position: absolute;
	top: 277px;
  left: 10px;
  z-index: 3;
}


/* Get Prepared Hover */
svg.get-prepared-hover-slide-down-arrow {
	cursor: pointer;
}
svg .getprepared-deck-arrow-2,
svg .getprepared-downarrow-1 { 
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
svg:hover .getprepared-downarrow-1 {
 fill: #ba3309;
}
svg:hover .getprepared-downarrow-2 {
 fill: #fff;
}
.get-prepared-hover-slide-down-arrow {
  stroke: #ba3309;
  stroke-width: 1px;
  stroke-dasharray: 125;
  stroke-dashoffset: -125;
  stroke-linecap: butt;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.get-prepared-hover-slide-down-arrow:hover {
  fill: #ba3309;
  stroke-dashoffset: 0;
  stroke-dasharray: 125;
}


/* CALENDAR */
.calendar-title {
	padding: 40px;
}
section#events {
	background-color: #F4F1ED;
	padding: 60px 10px;
}
.event {
	background-color: #fff;
	margin-bottom: 10px;
}
.event-date {
	border-bottom: 1px solid #CA4D2B;
	padding: 0 20px;
	color: #3b4248;
}
.event-date p {
	color: #3b4248;
}
.event-content p {
	margin-top: 0;
}
.event-content h2 {
	margin-bottom: 0;
}

.event-content-container {
	position: relative;
	padding: 0 20px;
}
.event-content-container h2 {
	width: 80%;
	cursor: pointer;
	color: #3b4248;
}
.event-content {
	width: 95%;
}
.event-arrow {
	position: absolute;
	top: 0;
	right: 5%;
	cursor: pointer;
}
.event-arrow p {
	font-size: 24px; 
	text-align: center;
	cursor: pointer;
	color: #3b4248;
}
.flipped {
  transform: rotate(180deg);
}
/* GET PREPARED SLIDE 7 */
.page7 .slide__image{
	padding: 0;
}
.page7 .arrow-button {
	width: 25%;
  height: 130px;
  position: absolute;
  cursor: pointer;
}
#slide7-arrow-popup-1 {
  top: 70%;
  left: 0;
}
#slide7-arrow-popup-2 {
  top: 70%;
  left: 25%;
}
#slide7-arrow-popup-3 {
  top: 70%;
  left: 50%;
}
#slide7-arrow-popup-4 {
  top: 70%;
  left: 75%;
}
.page7-text {
	margin: 20% 0 10% 0;
}

.page7-text,
.page7-image {
	text-align: center;
	color: #fff;
	padding: 0 5%;
}
.page7-text h2,
.page7-text p {
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}
.page7-text a {
	color: #333;
	text-decoration: underline;
}
.page7-image img {
	width: 80%;
}
text.lwf-slide7-1:hover,
text.lwf-slide7-18:hover, 
text.lwf-slide7-22:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #80b5d1;
}
text.lwf-slide7-1:hover, 
text.lwf-slide7-18:hover, 
text.lwf-slide7-22:hover {
    fill: #fff !important;
    cursor: pointer;
}
.page7 .slide__image {
	background: #80b5d1;}
/* GET INVOLVED */
aside#neighborhood-network-leader {
	background-color: #cc4b0f;
	color: #fff;
	padding: 20px;
}
aside#neighborhood-network-leader svg {
  max-height: 60px;
}
aside#neighborhood-network-leader h2 {
	font-size: 18px;
	line-height: 24px;
	color: #fff /*dark blue */; 
}
aside#neighborhood-network-leader p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
}
aside#neighborhood-network-leader a {
	font-size: 18px; 
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
svg#nnl {
	width: 60%;
}
#get-involved-map svg {
	width: 90%;
	text-align: center;
}
#get-involved-map {
	background-color: #3b4248;
	text-align: center;
}
	#get-involved-svg-map {
  	min-height: 220px;
  	width: 90%;
	}
#get-involved-map-text {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
#get-involved-map-text h2,
#get-involved-map-text p {
	color: #fff;
	line-height: 28px;
	letter-spacing: 1px;
}
.page-template-page-get-involved button {
	background-color: transparent;
}
.page-template-page-get-involved #get-informed-landing-text a {
	font-weight: bold;
	color: #17779f /*light blue*/;
	text-decoration: underline;
}
.page-template-page-get-involved #get-informed-landing-text a:hover {
	text-decoration: underline;
}
#get-informed-resources a {
	color: #3b4248;
	text-decoration: underline;
}
#get-informed-resources a:hover {
	color: #17779f;
	text-decoration: underline;
}

/* GET INFORMED UNDERSTANDING FIRE */
aside#understanding-fire-orange-sidebar {
	background-color: #f49a2f;
	color: #3b4248;
	padding: 20px;
	height: 100%;
}
aside#understanding-fire-orange-sidebar a {
	color: #3b4248;
	text-decoration: underline;
}
aside#understanding-fire-orange-sidebar p {
	font-size: 16px;
	line-height: 26px;
	color: #3b4248;
}
aside#understanding-fire-orange-sidebar p:first-child {
	margin-bottom: 10px;
}
#get-informed-understanding-fire-links-line {
	border-top: 3px solid #3b4248;
}
#get-informed-understanding-fire-links-line a,
#get-informed-understanding-fire-links-line p {
	color: #3b4248;
}

#get-informed-understanding-fire-links ul li a {
	color: #3b4248;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: underline;
}
#get-informed-understanding-fire-links ul li a:hover {
	color: #CA4D2B;
}
#get-informed-understanding-fire .page1 {
	position: static !important;
	height: auto !important;
}
/* UNDERSTANDING FIRE SLIDE 2 */
#embers-popup svg {
	margin-top: -20px;
}

.uf-slide2 p {
	text-align: left;
	font-size: 18px;
	line-height: 1.4;

}
#gi-uf-page2 svg {
	margin-bottom: 20px;
	width: 150px;
}
#get-informed-understanding-fire .slide5-content p {
	color: #fff !important;
}
#get-informed-understanding-fire .slide5-content p:hover {
	color: #fff !important;
	cursor: default !important;
}
#gi-uf-page2 {
	z-index: -1;
	background-color: #cc4b0f;
}
#gi-uf-page2 .slide5-content {
	gap: 2rem;
}

#understanding-fire-slide2 svg {
  max-height: 100px;
}
/* UNDERSTANDING FIRE SLIDE 3 */
#gi-uf-page3 .slide__image {
  background-color: #CA4D2B;
}
#gi-uf-page3 .slide__text { 
  background-color: #f0ece5;
  color: #3b4248;
}
#gi-uf-page3 .slide__text a { 
  color: #3b4248;
}
#gi-uf-page3 .slide__text a:hover {
	color: #CA4D2B;
}

.uf-slide3 p {
	text-align: left;
	font-size: 18px;
	line-height: 1.4;
}
.uf-slide3 svg {
	width: 50%;
}

#get-involved-map tspan,
#get-involved-map text,
#understanding-fire-slide3 tspan,
#understanding-fire-slide3 text {
	color: #fff !important;
} 

/* UNDERSTANDING FIRE SLIDE 4 */
#gi-uf-page4.page7 {
		height: 840px;	
		    background: #3b4248;
}

#gi-uf-page4.page7 .slide__image {
	background-color: #3b4248;
	color: #fff;

}
#gi-uf-page4 .slide7-content {
	padding: 5% 10%;
}
#gi-uf-page4 .slide7-content h2, 
#gi-uf-page4 .slide7-content p {
	color: #fff;
	text-align: center;
	max-width: 730px;
	margin: 0 auto;
}
#gi-uf-page4  .slide7-content h2 {
	margin-bottom: 20px;
	margin-top: 20px;
}
#gi-uf-page4 svg {
	margin-top: 60px;
	margin-bottom: 40px;
}
/* UNDERSTANDING FIRE SLIDE 4 */
#gi-uf-page5.page7 {
	height: 980px;
	background-color: #80b5d1;
}
#gi-uf-page5.page7 .slide7-content {
	background-color: #80b5d1;
}
#gi-uf-page5.page7 .slide__image {
	background-color: #80b5d1;
	color: #fff;
	height: 100%;
}
#gi-uf-page5 .slide7-content {
	padding: 5% 10%;
}
#gi-uf-page5 .slide7-content h2,
#gi-uf-page5 .slide7-content p {
	color: #333;
	text-align: center;
}
#gi-uf-page5 .slide7-content h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
p.gi-uf-slide5-icon-description {
	text-align: left !important;
}
.gi-uf-slide5-icon {
	padding: 4% 0;
}

.slide7-content {
	background: #3b4248;
}
/* CONTACT TEMPLATE */
#red-flag-warning-button button,
#smokey-bear-button button {
  height: 94px;
}
.contact {
	padding: 60px 10%;
}
.contact a {
	text-decoration: none;
	color: #442817;
}
form#contact-form input#full_name,
form#contact-form input#email,
form#contact-form input#newsletter_email,
form#contact-form input#phone,
form#contact-form textarea#message,
form#contact-form input#captcha_response {
  background-color: #f4f4f4;
  color: #442817;
  width: 100%;
  border: none;
  padding: 15px;
  margin-bottom: 10px;
}

form#contact-form input#full_name::placeholder,
form#contact-form input#email::placeholder,
form#contact-form input#newsletter_email::placeholder,
form#contact-form input#phone::placeholder,
form#contact-form textarea#message::placeholder,
form#contact-form input#captcha_response::placeholder {
	color: #442817;
}
#contact-form button#contact-submit {
	float: right;
	font-size: 1em;
  font-weight: bold;
  letter-spacing: 2px;
}
input#contact-submit {
	background-color: #ba3309;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 30px;
  letter-spacing: 1px;
  transition: 0.3s;
  border: none;
	margin-top: 10px;
}
input#contact-submit:hover {
	background-color: #4c545e;
}
/* Search Results Page */
section.default-content {
	padding: 40px 0 60px;
	max-width: 800px;
	width: 90%;
}
.tile-large {
	margin-bottom: 20px;
	background-color: #f4f1ed;
}

.tile-large-excerpt {
	padding: 20px 30px;
}
.tile-large-excerpt h2 {
	margin: 0 0 20px 0;
}
.tile-large-excerpt button {
  background-color: #ba3309;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 30px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.tile-large-excerpt button:hover {
	background-color: #4c545e;
}
.navigation span.newer {
	margin-right: 40px;
}
.navigation a {
	color: #4c545e;
}
.navigation a:hover {
	color: #ba3309;
}

/* Resources */
#resources-content {
	background-color: #F4F1ED;
	padding: 80px 0;
}
#resources-content a,
#resources-content p {
	color: #333;
	font-size: 18px;
}
#resources-content a {
	text-decoration: underline;
	word-break: normal;
}
#resources-content a:hover,
#resources-content a:focus {
	color: #BA3309;
}
#resources-content a:focus h2 {
	outline: 3px dashed #17779f;
}
.ufaq-faq-div {
  background-color: #fff;
  padding: 20px !important;
  margin-bottom: 20px !important;;
}
.ufaq-faq-body {
	padding-left: 5px !important;
}
.page-template-page-get-resources-landing #get-informed-landing-text a,
.page-template-page-get-resources-landing #resources-content a {
	color: #17779f;
	font-weight: bold;
	text-decoration: underline;
}

/* FOOTER */
#footer-2-sponsor-logos img {
	display: inline-block;
	width: 18%;
	padding: 3%;
	vertical-align: middle;
}


#firedistrict-map {
  min-height: 400px;
}
#sdbx-footer a {
	text-decoration: underline;
}


/* Slick Slider */
.slick-slider {
	padding: 0;
}
.slick-next.slick-arrow {
    position: absolute;
    color: transparent;
    bottom: 40%;
    right: 1rem;
    background-image: url(/wp-content/themes/sdbx-skeleton/images/arrow-next.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
    height: 2.8rem;
    width: 1.5rem;
		background-color: transparent;

}
.slick-prev.slick-arrow {
    position: absolute;
    color: transparent;
    bottom: 40%;
    left: 1rem;
    background-image: url(/wp-content/themes/sdbx-skeleton/images/arrow-prev.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
    height: 2.8rem;
    width: 1.5rem;
	background-color: transparent;
}
#news-events .slick-prev.slick-arrow {
	left: -3rem;
}
#news-events .slick-next.slick-arrow {
	right: -3rem;
}

ul.slick-dots {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    text-align: center;
}

ul.slick-dots li {
    display: inline-block;
    color: #fff;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 50%;
    margin: 0 0.3rem;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: #17779f;
}
#prescribed-fire-links a {
	color: #333;
	text-decoration: underline;
}
#prescribed-fire-links a:hover  {
	color: #17779f;
	text-decoration: underline;
}

@media screen and (min-width: 35.5em) { /* ≥ 568px */
  .wrap { max-width: 35.5em; }
  
  /* HEADER */
  #home-header-text p {
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
	position: absolute;
	left: 5%;
	bottom: 10px;
	width: 80%;
}
  #logo img {
		width: 15%;
	}
	
  /* CALENDAR */
  .event-content-container h2 {
		width: 70%;
	}
 	.page .slide__image {
		background-blend-mode: multiply;
	  background-repeat: no-repeat;
	  position: relative;
	  background-position: 50% 95%;
	  height: 860px;
	}
	#get-prepared-links h1,
	#get-informed-understanding-fire-links h1 {
		font-size: 16px;
		letter-spacing: 1px;
		margin: 0 0 10px 0;
	}
	

	/* GET PREPARED SLIDE 2 */
	.page2 .slide__image {
	  background-size: 750px;
	  height: 810px;
	}
	svg#slide2-roof {
		position: absolute;
		width: 30px;
	  top: 450px;
    left: 380px;
	}
	svg#slide2-deck {
		position: absolute;
		width: 30px;
	      top: 550px;
    left: 320px;
	}
	svg#slide2-deck-window {
		position: absolute;
		width: 30px;
	  top: 510px;
    left: 430px;
	}
	svg#slide2-deck-fence {
		position: absolute;
		width: 30px;
	  top: 550px;
    left: 490px;
	}
	svg#slide2-wooden-fences {
	  position: absolute;
		width: 30px;
	      top: 650px;
    left: 490px;
	}
	svg#slide2-grass {
		position: absolute;
		width: 30px;
	      top: 450px;
    left: 520px;
	}
	
	svg#slide2-chimney {
		position: absolute;
		width: 30px;
	      top: 386px;
    left: 152px;
	}
	svg#slide2-pipe {
		position: absolute;
		width: 30px;
	  top: 502px;
    left: 190px;
	}
	svg#slide2-vent {
		position: absolute;
		width: 30px;
	      top: 486px;
    left: 110px;
	}
	svg#slide2-siding {
		position: absolute;
		width: 30px;
	  top: 458px;
    left: 70px;
	}
	svg#slide2-flowers {
		position: absolute;
		width: 30px;
	      top: 556px;
    left: 150px;
	}
	/* GET PREPARED SLIDE 3 */
	.page3.page .slide__image {
	  background-size: 650px;
	}
	svg#slide3-outerrim-arrow {
		position: absolute;
	  width: 30px;
		top: 670px;
    left: 450px;
	  z-index: 2;
	}
	#slide3-arrow1-text {
		position: absolute;
		top: 600px;
    left: 40px;
	  z-index: 999;
	}
	svg#slide3-inner-arrow {
		position: absolute;
	  width: 30px;
	  top: 680px;
    left: 200px;
	  z-index: 4;
	}
	#slide3-arrow3-text {
		position: absolute;
		top: 620px;
    left: 10px;
	  z-index: 3;
	}
	svg#slide3-middle-arrow {
		position: absolute;
	  width: 30px;
		top: 680px;
    left: 320px;
	  z-index: 3;
	}
	#slide3-arrow2-text {
		position: absolute;
		top: 620px;
    left: 10px;
	  z-index: 3;
	}
	
	/* GET PREPARED SLIDE 4 */
	.page4 .slide__image {
		background-blend-mode: multiply;
		background-size: 650px;
	  background-repeat: no-repeat;
	  position: relative;
	  background-position: 50% 75%;
	}
	svg.get-prepared-hover-slide-down-arrow {
		position: absolute;
	}
	svg#slide4-arrow1 {
		width: 30px;
		    top: 544px;
    left: 328px;
	}
	svg#slide4-arrow2 {
		width: 30px;
        top: 532px;
    left: 382px;
	}
	svg#slide4-arrow3 {
		width: 30px;
	  top: 522px;
    left: 419px;
	}
	svg#slide4-arrow4 {
		width: 30px;
	      top: 483px;
    left: 479px;
	}
	svg#slide4-arrow5 {
		width: 30px;
	      top: 486px;
    left: 515px;
	}
	svg#slide4-arrow6 {
		width: 30px;
	  top: 480px;
    left: 576px;
	}
	svg#slide4-arrow7 {
		width: 30px;
	      top: 491px;
    left: 545px;
	}
	svg#slide4-arrow8 {
		width: 30px;
	  top: 437px;
    left: 466px;
	}
	svg#slide4-arrow9 {
		width: 30px;
	  top: 544px;
    left: 293px;
	}
	/* GET PREPARED SLIDE 6 */
	.page6 .slide__image {
	  background-size: 480px;
	  background-position: 50% 75%;
	  height: 630px;
	}
	svg#slide6-arrow1 {
		width: 30px;
	  top: 365px;
    left: 350px;
	}
	svg#slide6-arrow2 {
		width: 30px;
		top: 335px;
    left: 225px;
	}
	svg#slide6-arrow3 {
		width: 30px;
		top: 325px;
    left: 95px;
	}
	#slide6-arrow1-text {
		position: absolute;
	  top: 305px;
    left: 280px;
	  z-index: 3;
	}
	#slide6-arrow2-text {
		position: absolute;
		top: 275px;
    left: 155px;
	  z-index: 3;
	}
	#slide6-arrow3-text {
		position: absolute;
		top: 265px;
    left: 30px;
	  z-index: 3;
	}
	/* GET PREPARED SLIDE 7 */
	.page7 .arrow-button {
		width: 25%;
	  height: 130px;
	  position: absolute;
	}
	#slide7-arrow-popup-1 {
	  top: 38%;
	  left: 0;
	}
	#slide7-arrow-popup-2 {
	  top: 38%;
	  left: 25%;
	}
	#slide7-arrow-popup-3 {
	  top: 38%;
	  left: 50%;
	}
	#slide7-arrow-popup-4 {
	  top: 38%;
	  left: 75%;
	}
	.page5 .slide__image {
	}
	#get-prepared .page.page5 {
		height: 1510px;
	}
	#get-prepared .page.page5 .slide__image {
    height: 1510px;
    background-color: #fff;
	}



}
@media screen and (min-width: 48em) { /* ≥ 768px */

	#firedistrict-map {
	  min-height: 950px;
	}

  .wrap { max-width: 42em; }
  /* HEADER */
  
  #header-search-bar {
    margin-top: 8px;
    width: 40%;
    float: right;
    margin-right: 16%;
	}
	#logo img {
		width: auto;
		margin-bottom: 15px;
	}
	#hamburger-icon {
		margin-top: 0px;
	}
 	/* HOME TEMPLATE */
 	#home-header-image {
		height: 400px;
	}
	
	section#home-intro-text .wrap {
		width: 50%;
		max-width: 800px;
	}
	#home-header-text p {
		width: 60%;
	}
	.home-header-image-button {
		bottom: 30px;
	}
	.home-header-image-button.desktop {
		display: block;
	}
	.home-header-image-button.mobile {
		display: none;
	}
	.home-get-section-title h2 {
		margin: 5px 0 0 0;
	}
	.home-get-box {
		padding: 60px 40px 40px 40px;
	}
	/* Newsletter Widget */
	#newsletter .wrap {
		width: 70%;
		max-width: 64em;
	}
	#newsletter h2 {
		margin: 0;
	}
	/* Footer 1 */
	footer#footer-1 #footer-1-rating-warning button {
		width: 90%;
	}
	#footer-1-quick-links {
		margin-top: 0px;
	}
	footer#footer-1 a {
		font-size: 18px;
	}
	/* Footer 2 */
	
	#footer-2-right {
		text-align: right;
	}
	#footer-2-right p,
	#footer-2-right a {
		font-size: 18px;
	}
	#footer-2-sponsor-logos img {
		display: inline-block;
		width: 16%;
		padding: 3%;
		vertical-align: middle;
	}
	#footer-2-sponsor-logos img#usfs-logo {
		width: 14%;
	}
	#footer-2-sponsor-logos {
		text-align: right;
	}
	#footer-2-footer-nav ul li {
		list-style: none;
		display: inline-block;
		padding: 0 10px;
	}
	/* blog */
	.blog-content .wrap {
		width: 70%;	
		max-width: 48em;
	}
	.blog-content a {
		text-decoration: underline;
		color: #ba3309;
	}
	.blog-aside,
	#resources-landing-nav {
		padding: 40px;
	}
	 .archive .blog-content {
		padding: 60px 10% 60px 1%;
	}
	/* Get Informed Landing */
	#get-informed-landing-arrow {
		padding-top: 180px;
		display: block;
	}
	#get-informed-landing-nav a:hover {
		color: #4c545e /*dark gray blue*/
	}
	
	#resources-landing-nav a:hover {
		text-decoration: underline;
	}
	/* Get Informed Fire Prevention */
	.page-template-page-fire-prevention .wrap {
		width: 90%;
	}
	
	.fire-prevention-button button {
		text-align: left;
		width: auto;
		margin: 0;
	}
	/* Fire Prevention Icons */
	#park-icon svg {
		width: 60%;
	}
	#eye-icon svg.eye-icon {
		width: 50%;
	}
	#eye-icon svg.eye-icon {
		padding-left: 10%;
    padding-top: 60px;
    padding-right: 10%;
	}
	#car-icon svg.car-icon {
		width: 55%;
		padding-left: 25%;
		padding-top: 60px;
	}
	#bucket-icon svg.bucket-icon {
		width: 45%;
		padding-top: 60px;
		margin-left: 60px;
	}
	#pit-icon svg.pit-icon {
		width: 70%;
		margin-left: 50px;
	}
	#tank-icon {
		text-align: right;
	}
	#tank-icon svg.tank-icon {
		width: 25%;
		padding-top: 50px;
		margin-right: 40px;
	}
	/* Fire Prevention Pop up Box */
	#park-icon,
	#tank-icon,
	#car-icon,
	#eye-icon,
	#bucket-icon,
	#pit-icon,
	#car-icon {
		position: relative;
		transition: 0.2s;
		margin: 0;
	}
	#bucket-icon {
		text-align: left;
	}
	.icon-pop-up-box {
		padding: 20px;
		color: #4c545e /*dark gray blue*/;
		position: absolute;
		top: 0px;
		text-align: left;
	}
	
	#pit-icon-pop-up-box,
	#park-icon-pop-up-box,
	#bucket-icon-pop-up-box {
		top: 0px;
		left: 0px;
	}

	#eye-icon-pop-up-box {
		top: 20px;
		left: 0;
	}
	.icon-pop-up-box p {
		color: #4c545e /*dark gray blue*/ !important;
	}
	

	svg.red-arrow {
		padding-top: 70%;
		width: 60%;
	}
	
	/* About */

	
	/* GET PREPARED */
	home#get-prepared,
	home#get-prepared body {
		width: 100%;
	  height: 100%;
	  overflow: hidden;
	}
	.slide__text h2 {
		font-size: 12px; 
	}
	.slide__text p {
		font-size: 12px;
		line-height: 17px;
	}
	.slide__text a {
		color: #333;
		font-size: 12px;
	}

	.wrapper {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  transition: -webkit-transform 1.5s;
	  transition: transform 1.5s;
	  transition: transform 1.5s;
	  -webkit-transform: 1.5s;
	  -webkit-perspective: 3000;
	  perspective: 3000;
	  -webkit-transform-style: preserve-3d;
	  transform-style: preserve-3d;
	}
	.wrapper h2 {
		margin-bottom: 10px;
	}
	.popup-wrapper h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.popup-wrapper p,
	.popup-wrapper ul li,
	.popup-wrapper a {
		font-size: 16px;
		line-height: 20px;
	}
	.popup > div,
	.arrow2popup > div {
	  position: fixed;
	  background: #FFFFFF;
	  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	  padding: 40px 50px;
	  width: 90%;
	  max-width: 55em;
	  z-index: 5001;
	  -moz-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  left: 50%;
	  top: 50%;
	  text-align: left;
	  overflow-y: auto;
	}
	.nav-panel {
	  display: block;
	  position: fixed;
	  top: 50%;
	  right: 0;
	  -webkit-transform: translateY(-50%);
	          transform: translateY(-50%);
	  z-index: 1000;
	  /*
	  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
	  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
	  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6), -webkit-transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
	  will-change: transform, opacity;
	  */
	  background-color: #fff;
	  padding: 40px 20px 30px 20px;
	}
	.nav-panel.invisible {
		/*
	  opacity: 0;
	  -webkit-transform: translateY(-50%) scale(0.5);
	          transform: translateY(-50%) scale(0.5);
	  */
	}
	.nav-panel ul {
	  list-style-type: none;
	}
	.nav-panel ul .nav-btn {
	  position: relative;
	  overflow: hidden;
	  width: 1em;
	  height: 1em;
	  margin-bottom: 0.5em;
	  border: 0.12em solid #4c545e;
	  border-radius: 50%;
	  cursor: pointer;
	  transition: border-color, -webkit-transform 0.3s;
	  transition: border-color, transform 0.3s;
	  transition: border-color, transform 0.3s, -webkit-transform 0.3s;
	  will-change: border-color, transform;
	}
	.nav-panel ul .nav-btn:after {
	  width: 100%;
	  height: 100%;
	  border-radius: 50%;
	  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3);
	          transform: translateX(-50%) translateY(-50%) scale(0.3);
	  background-color: #4c545e;
	  opacity: 0;
	  transition: opacity 0.3s, -webkit-transform;
	  transition: transform, opacity 0.3s;
	  transition: transform, opacity 0.3s, -webkit-transform;
	  will-change: transform, opacity;
	}
	.nav-panel ul .nav-btn.active:after, .nav-panel ul .nav-btn:hover:after {
	  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
	          transform: translateX(-50%) translateY(-50%) scale(0.7);
	  opacity: 1;
	}
	.nav-panel ul .nav-btn:hover {
	  border-color: #4c545e;
	  -webkit-transform: scale(1.2);
	          transform: scale(1.2);
	}
	.nav-panel ul .nav-btn:hover:after {
	  background-color: #4c545e;
	}
	.nav-panel .scroll-btn {
	  position: absolute;
	  left: 0;
	  width: 1em;
	  height: 1em;
	  border: 0.2em solid #4c545e;
	  border-left: none;
	  border-bottom: none;
	  cursor: pointer;
	  -webkit-transform-origin: 50% 50%;
	          transform-origin: 50% 50%;
	  transition: border-color 0.3s;
	}
	.nav-panel .scroll-btn.up {
	  top: 15px;
	  left: 21px;
	  -webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}
	.nav-panel .scroll-btn.down {
	  bottom: 15px;
	  left: 21px;
	  -webkit-transform: rotate(135deg);
	          transform: rotate(135deg);
	}
	.nav-panel .scroll-btn:hover {
	  border-color: #4c545e;
	}

	
	.wrapper.active-page1 {
	  -webkit-transform: translateY(0%);
	          transform: translateY(0%);
	}
	.wrapper.active-page1 .page.page1 {
	  -webkit-transform: scale(1);
	          transform: scale(1);
	}
	.wrapper.active-page2 {
	  -webkit-transform: translateY(-120%);
	          transform: translateY(-120%);
	}
	.wrapper.active-page2 .page.page2 {
	  -webkit-transform: scale(1);
	          transform: scale(1);
	}
	.wrapper.active-page3 {
	  -webkit-transform: translateY(-220%);
	          transform: translateY(-220%);
	}
	.wrapper.active-page3 .page.page3 {
	  -webkit-transform: scale(1);
	          transform: scale(1);
	}
	.wrapper.active-page4 {
	  -webkit-transform: translateY(-320%);
	          transform: translateY(-320%);
	}
	.wrapper.active-page4 .page.page4 {
	  -webkit-transform: scale(1);
	          transform: scale(1);
	}
	.wrapper.active-page5 {
	  -webkit-transform: translateY(-420%);
	          transform: translateY(-420%);
	}
	.wrapper.active-page5 .page.page5 {
	  -webkit-transform: scale(1);
	          transform: scale(1);
	}
	.wrapper.active-page6 {
	  -webkit-transform: translateY(-520%);
	          transform: translateY(-520%);
	}
	.wrapper.active-page6 .page.page6 {
	  -webkit-transform: scale(1);
	          transform: scale(1);
	}
	.wrapper.active-page7 {
	  -webkit-transform: translateY(-620%);
	          transform: translateY(-620%);
	}
	.wrapper.active-page7 .page.page7 {
	  -webkit-transform: scale(1);
	          transform: scale(1);
	}
	.wrapper.active-page8 {
	  -webkit-transform: translateY(-720%);
	          transform: translateY(-720%);
	}
	.wrapper.active-page8 .page.page8 {
	  -webkit-transform: scale(1);
	          transform: scale(1);
	  background-color: #f4f1ed;
	}

	.wrapper .page {
	  position: relative;
	  width: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	  transition: -webkit-transform 1s ease-in-out;
	  transition: transform 1s ease-in-out;
	  transition: transform 1s ease-in-out;
	  -webkit-transform 1s ease-in-out;
	  will-change: transform;
	}
	#get-informed-understanding-fire .page.page1 {
		background-color: #fff;
	}
	.get-prepared-links-line {
		margin-top: 40px;
	}
	.get-prepared-links-line p {
		padding: 40px 0 10px 0;
	}
	aside#fire-adapted-community p,
	#get-prepared-links p,
	#get-prepared-links ul li a,
	#get-informed-understanding-fire-links p,
	#get-informed-understanding-fire-links ul li a {
		font-size: 12px;
		line-height: 20px;
	}
	aside#fire-adapted-community {
		background-color: #CC4B0E; /*dark orange */;
		color: #fff;
		padding: 40px;
	}
	aside#fire-adapted-community a {
		color: #fff;
		text-decoration: underline;
	}
	svg#fac {
		width: 45%;
		margin-bottom: 20px;
	}
	#get-prepared-links,
	#get-informed-understanding-fire-links {
		padding: 40px 80px;
		margin-top: 0px;
	}
	#get-prepared-links ul,
	#get-informed-understanding-fire-links ul {
		padding-top: 10px;
		padding-left: 0;
	}
	#get-prepared-links ul li,
	#get-informed-understanding-fire-links ul li {
		padding: 5px 0;
	}
	.featured-image {
		height: 350px;
	}
	.slide__text h2 {
		font-size: 18px; 
		line-height: 22px;
	}
	.slide__text p {
		font-size: 14px; 
		line-height: 18px;
	}
	.slide__text a {
		font-size: 14px; 
		line-height: 18px;
		display: block;
		margin-top: 5px;
		margin-bottom: -15px;
	}
	.page .slide__image {
	
	  position: relative;
	}
	#get-informed-understanding-fire .page.page1 {
	}
	.page .slide__text { 
		position: absolute;
	  bottom: 0;
	  right: 0;
	  padding: 40px 20px;
	  color: #fff;
	  height: 50vh;
	  z-index: 99;
	}
	.page2 .slide__image {
		background-image: url('./images/TahoeHouse-Updated.jpg');
		background-blend-mode: multiply;
		background-size: 70%;
	  background-repeat: no-repeat;
	  position: relative;
	  background-position: center left;
	}
	.page2 .slide__text { 
		position: absolute;
	  top: 10vh;
	  right: 0;
	  padding: 30px 90px 30px 30px;
	  color: #333;
	  height: 750px;
	}
	.page3.page .slide__image {
		background-blend-mode: multiply;
		background-size: 80%;
	  background-repeat: no-repeat;
	  position: relative;
	  background-position: left;
	}
	.page3 .slide__text { 
		position: absolute;
	  top: 5vh;
	  right: 0;
	  padding: 30px 90px 30px 30px;
	  color: #3b4248;
	  height: 850px;
	}
	/* GET PREPARED SLIDE 4 */
	.page4 .slide__image {
		background-image: url('./images/Tahoe-FAC.jpg');
		background-blend-mode: multiply;
		background-size: 500px;
	  background-repeat: no-repeat;
	  position: relative;
	  background-position: 0 45%;
	  height: 830px;
	}
	
	svg#slide4-arrow1 {
		width: 30px;
		top: 360px;
    left: 220px;
	}
	svg#slide4-arrow2 {
		width: 30px;
    top: 358px;
    left: 257px;
	}
	svg#slide4-arrow3 {
		width: 30px;
	  top: 348px;
    left: 290px;
	}
	svg#slide4-arrow4 {
		width: 30px;
	  top: 319px;
    left: 337px;
	}
	svg#slide4-arrow5 {
		width: 30px;
	  top: 329px;
    left: 364px;
	}
	svg#slide4-arrow6 {
		width: 30px;
	  top: 313px;
    left: 410px;
	}
	svg#slide4-arrow7 {
		width: 30px;
	  top: 329px;
    left: 388px;
	}
	svg#slide4-arrow8 {
		width: 30px;
	  top: 292px;
    left: 315px;
	}
	svg#slide4-arrow9 {
		width: 30px;
		top: 365px;
		left: 195px;
	}

	.page4 .slide__text { 
		position: absolute;
	  top: 10vh;
	  right: 0;
	  padding: 30px 90px 30px 30px;
	  color: #3b4248;
	  height: 680px;
	}
	#get-prepared .page.page5 {
		height: 780px;
	}
	.page5 .slide__image {
	  background-color: #cc4b0f;
	  position: relative;
	  background-position: center left;
	}
	.page5 .slide__text { 
		position: absolute;
	  top: 10vh;
	  right: 0;
	  background-color: #efe9e1;
	  padding: 30px 90px 30px 30px;
	  color: #3b4248;
	  height: 750px;
	}
	.page6 .slide__image {
		background-image: url('./images/Tahoe-neighborhood.jpg');
		background-blend-mode: multiply;
		background-size: 80%;
	  background-repeat: no-repeat;
	  position: relative;
	  background-position: center left;
	}
	.page6 .slide__text { 
		position: absolute;
	  top: 10vh;
	  right: 0;
	  padding: 30px 90px 30px 30px;
	  color: #333;
	  height: 650px;
	}
	.wrapper.active-page5 .page.page5 {
		position: relative;
	}

	
	/* GET PREPARED SLIDE 2 */
	.page2 .slide__image {
	  background-size: 550px;
	  height: 900px;
	}
	svg#slide2-roof {
		position: absolute;
		width: 30px;
	  top: 352px;
    left: 312px;
	}
	svg#slide2-deck {
		position: absolute;
		width: 30px;
	      top: 418px;
    left: 266px;
	}
	svg#slide2-deck-window {
		position: absolute;
		width: 30px;
	      top: 388px;
    left: 356px;
	}
	svg#slide2-deck-fence {
		position: absolute;
		width: 30px;
	  top: 443px;
    left: 386px;
	}
	svg#slide2-wooden-fences {
	  position: absolute;
		width: 30px;
	  top: 513px;
    left: 386px;
	}
	svg#slide2-grass {
		position: absolute;
		width: 30px;
	  top: 343px;
    left: 426px;
	}
	
	svg#slide2-chimney {
		position: absolute;
		width: 30px;
	  top: 306px;
    left: 149px;;
	}
	svg#slide2-pipe {
		position: absolute;
		width: 30px;
	  top: 392px;
    left: 180px;
	}
	svg#slide2-vent {
		position: absolute;
		width: 30px;
	  top: 382px;
    left: 121px;
	}
	svg#slide2-siding {
		position: absolute;
		width: 30px;
	  top: 358px;
    left: 91px;
	}
	svg#slide2-flowers {
		position: absolute;
		width: 30px;
	  top: 432px;
    left: 151px;
	}
	/* GET PREPARED SLIDE 3 */
	.page3.page .slide__image {
	  background-size: 530px;
	}
	svg#slide3-outerrim-arrow {
		position: absolute;
	  width: 30px;
		top: 480px;
    left: 400px;
	  z-index: 2;
	}
	#slide3-arrow1-text {
		position: absolute;
		top: 380px;
    left: 180px;
	  z-index: 999;
	}
	svg#slide3-inner-arrow {
		position: absolute;
	  width: 30px;
	  top: 480px;
    left: 200px;
	  z-index: 4;
	}
	#slide3-arrow3-text {
		position: absolute;
		top: 380px;
    left: 110px;
	  z-index: 3;
	}
	svg#slide3-middle-arrow {
		position: absolute;
	  width: 30px;
		top: 480px;
    left: 300px;
	  z-index: 3;
	}
	#slide3-arrow2-text {
		position: absolute;
		top: 380px;
    left: 90px;
	  z-index: 3;
	}
	
	/* GET PREPARED SLIDE 6 */
	.page6 .slide__image {
	  background-size: 500px;
	  height: 850px;
	}
	svg#slide6-arrow1 {
		width: 30px;
	  top: 376px;
    left: 287px;
	}
	svg#slide6-arrow2 {
		width: 30px;
		top: 355px;
    left: 195px;
	}
	svg#slide6-arrow3 {
		width: 30px;
		top: 485px;
    left: 65px;
	}
	#slide6-arrow1-text {
		position: absolute;
	  top: 305px;
    left: 300px;
	  z-index: 3;
	}
	#slide6-arrow2-text {
		position: absolute;
		top: 275px;
    left: 155px;
	  z-index: 3;
	}
	#slide6-arrow3-text {
		position: absolute;
		top: 265px;
    left: 35px;
	  z-index: 3;
	}
	/* GET PREPARED SLIDE 7 */
	.page7 .arrow-button {
		width: 25%;
    height: 230px;
    position: absolute;
	}
	#slide7-arrow-popup-1 {
    top: 40%;
    left: 0;
	}
	#slide7-arrow-popup-2 {
    top: 40%;
    left: 25%;
	}
	#slide7-arrow-popup-3 {
    top: 40%;
    left: 50%;
	}
	#slide7-arrow-popup-4 {
    top: 40%;
    left: 75%;
	}
	
	/* CALENDAR */
	section#events {
		padding: 60px;
	}
	.event-date {
		border-right: 1px solid #CA4D2B;
		border-bottom: 0px;
		padding: 0 20px;
	}
	.event-content-container {
		padding: 0;
	}
	.event-content-container h2,
	.event-content {
		width: 95%;
	}
	/* GET INVOLVED */
	#get-involved-map {
	}
	#get-involved-svg-map {
  	min-height: 691px;
  	width: 90%;
	}
	aside#neighborhood-network-leader {
		padding: 60px 70px 60px 70px;
	}
	#get-involved-map-text {
	  width: 55%;
	  margin: 0 auto -100px;
	  padding-top: 60px;
	}
	
	
	



}
@media screen and (min-width: 64em) { /* ≥ 1024px */


  .wrap { max-width: 60em; }
  header#global-header .wrap {
		max-width: 90%;
	}
	#logo {
		padding-left: 0;
	}
	#header-search-bar {
    margin-top: 22px;
    width: 40%;
    float: right;
    margin-right: 16%;
	}
	#hamburger-icon {
		margin-top: 20px;
	}
  .archive .blog-content {
		padding: 60px 10% 60px 1%;
	}
	.slide__text h2 {
		font-size: 20px; 
		line-height: 30px;
		margin-bottom: 20px;
	}
	.slide__text p {
		font-size: 16px; 
		line-height: 20px;
	}
	.slide__text a {
		font-size: 16px; 
		line-height: 20px;
		display: block;
	}
	.page2 .slide__image {
		background-size: 1170px;
	}
	aside#fire-adapted-community p,
	#get-prepared-links p,
	#get-prepared-links ul li a,
	#get-informed-understanding-fire-links p,
	#get-informed-understanding-fire-links ul li a {
		font-size: 18px;
		line-height: 24px;
	}
	#get-prepared-links h1,
	#get-informed-understanding-fire-links h1 {
		font-size: 24px;
		letter-spacing: 2px;
	}
	#get-prepared .page7 .slide__image {
		padding: 0px;
	}

	/* GET PREPARED SLIDE 4 */
	.page4 .slide__image {
		background-size: 830px;
		height: 840px;
	}
	svg#slide4-arrow1 {
		width: 45px;
		top: 370px;
    left: 370px;
	}
	svg#slide4-arrow2 {
		width: 45px;
		top: 357px;
    left: 418px;
	}
	svg#slide4-arrow3 {
		width: 45px;
	  top: 340px;
    left: 484px;
	}
	svg#slide4-arrow4 {
		width: 45px;
    top: 310px;
    left: 555px;
	}
	svg#slide4-arrow5 {
		width: 45px;
	  top: 311px;
    left: 602px;
	}
	svg#slide4-arrow6 {
		width: 45px;
	  top: 289px;
    left: 686px;
	}
	svg#slide4-arrow7 {
		width: 45px;
		top: 305px;
    left: 650px;
	}
	svg#slide4-arrow8 {
		width: 45px;
		top: 245px;
    left: 509px;
	}
	svg#slide4-arrow9 {
		width: 45px;
    top: 369px;
    left: 318px;
	}
	/* GET PREPARED SLIDE 2 */
	.page2 .slide__image {
	  background-size: 850px;
	  height: 900px;
	}
	svg#slide2-roof {
		position: absolute;
		width: 50px;
	  top: 302px;
    left: 482px;
	}
	svg#slide2-deck {
		position: absolute;
		width: 50px;
	  top: 419px;
    left: 409px;
	}
	svg#slide2-deck-window {
		position: absolute;
		width: 50px;
	  top: 339px;
    left: 549px
	}
	svg#slide2-deck-fence {
		position: absolute;
		width: 50px;
	  top: 419px;
    left: 609px;
	}
	svg#slide2-wooden-fences {
	  position: absolute;
		width: 50px;
	  top: 549px;
    left: 609px;
	}
	svg#slide2-grass {
		position: absolute;
		width: 50px;
	  top: 260px;
    left: 620px;
	}
	svg#slide2-chimney {
		position: absolute;
		width: 50px;
	      top: 225px;
    left: 225px;
	}
	svg#slide2-pipe {
		position: absolute;
		width: 50px;
	      top: 359px;
    left: 269px;
	}
	svg#slide2-vent {
		position: absolute;
		width: 50px;
	      top: 349px;
    left: 179px;
	}
	svg#slide2-siding {
		position: absolute;
		width: 50px;
	  top: 289px;
    left: 139px;
	}
	svg#slide2-flowers {
		position: absolute;
		width: 50px;
	      top: 419px;
    left: 229px;
	}
	/* GET PREPARED SLIDE 3 */
	.page3.page .slide__image {
	  background-size: 780px;
	}
	svg#slide3-outerrim-arrow {
		position: absolute;
	  width: 50px;
		top: 450px;
    left: 590px;
	  z-index: 2;
	}
	#slide3-arrow1-text {
		position: absolute;
		top: 360px;
    left: 240px;
	  z-index: 999;
	}
	svg#slide3-inner-arrow {
		position: absolute;
	  width: 50px;
	  top: 450px;
    left: 300px;
	  z-index: 4;
	}
	#slide3-arrow3-text {
		position: absolute;
		top: 360px;
    left: 110px;
	  z-index: 3;
	}
	svg#slide3-middle-arrow {
		position: absolute;
	  width: 50px;
		top: 470px;
    left: 440px;
	  z-index: 3;
	}
	#slide3-arrow2-text {
		position: absolute;
		top: 360px;
    left: 210px;
	  z-index: 3;
	}
	/* GET PREPARED SLIDE 6 */
	.page6 .slide__image {
	  background-size: 860px;
	  height: 850px;
	}
	svg#slide6-arrow1 {
		width: 50px;
		top: 340px;
    left: 495px;
	}
	svg#slide6-arrow2 {
		width: 50px;
		top: 305px;
    left: 265px;
	}
	svg#slide6-arrow3 {
		width: 50px;
		top: 485px;
    left: 65px;
	}
	#slide6-arrow1-text {
		position: absolute;
	  top: 270px;
    left: 445px;
	  z-index: 3;
	}
	#slide6-arrow2-text {
		position: absolute;
		top: 245px;
    left: 205px;
	  z-index: 3;
	}
	#slide6-arrow3-text {
		position: absolute;
		top: 235px;
    left: 25px;
	  z-index: 3;
	}
	/* GET PREPARED SLIDE 7 */
	.page7-text {
		margin: 8% 20% 5% 20%;
	}
	.page7 .arrow-button {
		width: 25%;
    height: 260px;
    position: absolute;
	}
	#slide7-arrow-popup-1 {
    top: 25%;
    left: 0;
	}
	#slide7-arrow-popup-2 {
    top: 25%;
    left: 25%;
	}
	#slide7-arrow-popup-3 {
    top: 25%;
    left: 50%;
	}
	#slide7-arrow-popup-4 {
    top: 25%;
    left: 75%;
	}

	.popup > div,
	.arrow2popup > div {
	  position: fixed;
	  background: #FFFFFF;
	  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	  padding: 40px 50px;
	  width: 80%;
	  max-width: 600px;
	  z-index: 5001;
	  -moz-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  left: 50%;
	  top: 50%;
	  text-align: left;
	  overflow-y: inherit;
	  max-height: 90vh;
	}
	.page5 .slide__text { 
	  top: 4vh;
	}
	/* GET INFORMED UNDERSTANDING FIRE */
	#gi-uf-page2 svg {
		width: 180px;
	}
	#gi-uf-page4.page7 {
		height: 820px;
	}
	#radiant-heat-popup svg {
		width: 190px;
	}
	aside#understanding-fire-orange-sidebar p {
		font-size: 18px;
		line-height: 26px;
	}
	
	/* FIRE PREVENTION */
	#pit-icon-pop-up-box {
		top: 0px;
		left: -320px;
	}
	#bucket-icon-pop-up-box {
		top: 0px;
		left: -450px;
	}
	#eye-icon-pop-up-box {
		top: 20px;
		left: -200px;
	}
	#fire-prevention-content {
		padding: 80px 0;
	}
	#footer-1-quick-links {
		padding: 0 0 0 40px;
	}
	#firedistrict-map {
	  min-height: 950px;
	}
	.fire-prevention-button button {
		padding: 10px;
	}
	footer#footer-1 #footer-1-rating-warning button {
	  padding: 30px 10px;
	  font-size: 14px;
  }


	.page5 .slide__text {
		height: 680px; 
	}

  .slick-next.slick-arrow {
    position: absolute;
    color: transparent;
    bottom: 50%;
    right: 2rem;
    background-image: url(/wp-content/themes/sdbx-skeleton/images/arrow-next.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
    height: 2.8rem;
    width: 1.5rem;
}
.slick-prev.slick-arrow {
    position: absolute;
    color: transparent;
    bottom: 50%;
    left: 2rem;
    background-image: url(/wp-content/themes/sdbx-skeleton/images/arrow-prev.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
    height: 2.8rem;
    width: 1.5rem;
}
	

  
}
@media screen and (min-width: 80em) { /* ≥ 1280px */
  .wrap { max-width: 80em; }
  /* HEADER MENU */
  #logo img {
		width: 100%;
		margin-bottom: 0;
	}
  #header-search-bar {
		width: 30%;
		margin: 10px 0 20px 0;
	}
	
	ul#menu-main {
	  margin: 0;
	  padding: 0;
	  text-align: right;
	}
	ul#menu-main li {
	  list-style: none;
	  text-align: left;
	  display: inline-block;
	}
	ul#menu-main li a {
	  display: inline-block;
	  padding: 5px 10px 40px;
	  color: #4c545e /*dark gray blue*/;
	  text-decoration: none;
	  font-size: 22px;
	  font-weight: bold;
	  letter-spacing: 1px;
	}
	ul#menu-main li#menu-item-11 a, 
	ul#menu-main li#menu-item-1720 a, 
	ul#menu-main li#menu-item-9 a {
		font-size: 18px;
	}
  ul#menu-main ul.sub-menu {
	visibility: hidden;
  opacity: 0;
    top: -1000%;
    background: #4c545e /*dark gray blue*/;
    padding: 0;
    z-index: -1;
  }
	ul#menu-main li:hover .sub-menu,
	ul#menu-main li .sub-menu:focus-within,
	ul#menu-main li:focus-within > .sub-menu  {
		display: block;
		top: 156px !important;
		z-index: 9999999999;
		visibility: visible;
  opacity: 1;

	}  
  ul#menu-main ul.sub-menu li {
	  padding: 0;
	  display: block;
  }
  ul#menu-main ul.sub-menu li a {
    color: #FFF;
    border: 0;
    margin: 0;
    text-transform: none;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 100px 15px 20px;
  }
    ul#menu-main ul.sub-menu li:first-child a {
    padding: 25px 100px 15px 20px;
  }
  ul#menu-main ul.sub-menu li:last-child a {
    padding: 15px 100px 25px 20px;
  }
  
   ul#menu-main ul.sub-menu li a:hover {
	   color: #CA4D2B /* orange */;
   }
   li#menu-item-1720 ul.sub-menu li a:hover {
	   color: #17779f /*light blue*/ !important;
   }
   ul#menu-main li#menu-item-11 ul.sub-menu li a,
	 ul#menu-main li#menu-item-1720 ul.sub-menu li a,
	 ul#menu-main li#menu-item-9 ul.sub-menu li a {
			font-size: 18px;
			font-weight: 400;
		}
   /* NAVIGATION */
	.overlay {
	  height: auto;
	  width: 100%;
	  position: static;
	  background-color: #fff;
	  -webkit-box-shadow: 0 5px 50px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 5px 50px 0 rgba(0,0,0,0);
    box-shadow: 0 5px 50px 0 rgba(0,0,0,0);
	}
	
	 /* Hamburger Icon */
	#hamburger-icon{
	  display: none;
	}

  /* HEADER */
  header#global-header .wrap {
	  max-width: 1280px;
  }
  #header-search-bar {
		width: 30%;
		float: right;
		margin: 10px 0 20px 0;
	}
  #logo img {
		width: 70%;
	}
  ul#menu-main li a {
	  display: inline-block;
	  padding: 5px 10px 40px;
	  color: #4c545e /*dark gray blue*/;
	  text-decoration: none;
	  font-size: 24px;
	  font-weight: bold;
	  letter-spacing: 1px;
	}
	ul#menu-main li#menu-item-11 a, 
	ul#menu-main li#menu-item-144 a, 
	ul#menu-main li#menu-item-9 a,
	ul#menu-main li#menu-item-1720 a {
		font-size: 20px;
	}
  ul#menu-main ul.sub-menu {
    display: none;
    position: absolute;
    top: 155px !important;
    background: #4c545e /*dark gray blue*/;
    padding: 0;
    z-index: 999999;
  }

  ul#menu-main ul.sub-menu li a {
    color: #FFF;
    border: 0;
    margin: 0;
    text-transform: none;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 100px 15px 20px;
  }
 
   ul#menu-main ul.sub-menu li a:hover {
	   color: #CA4D2B /* orange */;
   }

	/* HOME */
	#home-header-image {
		height: 82vh;
		position: relative;
		background-attachment: fixed;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover; 
	}
	
	#home-header-text p {
		width: 60%;
		bottom: 40px;
		font-size: 3rem;
		line-height: 1.2;
	}
	.home-header-image-button {
    bottom: 70px;
	}
	.featured-image {
		height: 450px;
		background-position: center;
		background-attachment: fixed;
	}
  #newsletter .wrap {
	  width: 60%;
		max-width: 80em;
	}
	.archive .blog-content {
		padding: 60px 10%;
	}
	
	#get-informed-landing-text .wrap {
		width: 80%;	
		max-width: 60em;
	}
	.page2 .slide__image {
    background-size: 80%;
	}
	.page2 .slide__text,
	.page3 .slide__text,
	.page4 .slide__text,
	.page5 .slide__text,
	.page6 .slide__text { 
	  padding: 60px 100px 60px 60px;
	}
	.slide__text p {
		font-size: 16px; 
		line-height: 20px;
	}
	.slide__text a {
		font-size: 16px; 
		line-height: 20px;
		display: block;
		margin-bottom: -15px;
	}

	.page3.page .slide__image {
		background-size: 1250px;
	}
	/* GET PREPARED SLIDE 4 */
	.page4 .slide__image {
		background-size: 1100px;
		height: 870px;
	}
	svg#slide4-arrow1 {
		width: 50px;
	  top: 390px;
    left: 480px;
	}
	svg#slide4-arrow2 {
		width: 50px;
	  top: 380px;
    left: 570px;
	}
	svg#slide4-arrow3 {
		width: 50px;
	  top: 356px;
    left: 645px;
	}
	svg#slide4-arrow4 {
		width: 50px;
	  top: 294px;
    left: 740px;
	}
	svg#slide4-arrow5 {
		width: 50px;
	  top: 298px;
    left: 807px;
	}
	svg#slide4-arrow6 {
		width: 50px;
	  top: 288px;
    left: 910px;
	}
	
	svg#slide4-arrow7 {
		width: 50px;
	  top: 304px;
    left: 859px;
	}
	svg#slide4-arrow8 {
		width: 50px;
	  top: 225px;
    left: 719px;
	}
	svg#slide4-arrow9 {
		width: 50px;
	  top: 405px;
    left: 429px;
	}

	.page5 .popup > div {
		max-width: 1280px;
	}
	/* GET PREPARED SLIDE 2 */
	.page2 .slide__image {
	  background-size: 1150px;
	}
	svg#slide2-roof {
		position: absolute;
		width: 50px;
	  top: 255px;
    left: 660px;
	}
	svg#slide2-deck {
		position: absolute;
		width: 50px;
	  top: 405px;
    left: 570px;
	}
	svg#slide2-deck-window {
		position: absolute;
		width: 50px;
	  top: 335px;
    left: 740px;
	}
	svg#slide2-deck-fence {
		position: absolute;
		width: 50px;
	  top: 425px;
    left: 830px;
	}
	svg#slide2-wooden-fences {
	  position: absolute;
		width: 50px;
	  top: 585px;
    left: 830px;
	}
	svg#slide2-grass {
		position: absolute;
		width: 50px;
	  top: 185px;
    left: 810px;
	}
	svg#slide2-chimney {
		position: absolute;
		width: 50px;
	  top: 165px;
    left: 320px;
	}
	svg#slide2-pipe {
		position: absolute;
		width: 50px;
	  top: 345px;
    left: 380px;
	}
	svg#slide2-vent {
		position: absolute;
		width: 50px;
	  top: 320px;
    left: 260px;
	}
	svg#slide2-siding {
		position: absolute;
		width: 50px;
	  top: 270px;
    left: 190px;
	}
	svg#slide2-flowers {
		position: absolute;
		width: 50px;
	  top: 430px;
    left: 320px;
	}
	/* GET PREPARED SLIDE 3 */
	.page3.page .slide__image {
	  background-size: 1100px;
	}
	svg#slide3-outerrim-arrow {
		position: absolute;
	  width: 50px;
		top: 460px;
    left: 840px;
	  z-index: 2;
	}
	#slide3-arrow1-text {
		position: absolute;
		top: 300px;
    left: 530px;
	  z-index: 999;
	}
	svg#slide3-inner-arrow {
		position: absolute;
	  width: 50px;
	  top: 460px;
    left: 420px;
	  z-index: 4;
	}
	#slide3-arrow3-text {
		position: absolute;
		top: 340px;
    left: 190px;
	  z-index: 3;
	}
	svg#slide3-middle-arrow {
		position: absolute;
	  width: 50px;
		top: 460px;
    left: 630px;
	  z-index: 3;
	}
	#slide3-arrow2-text {
		position: absolute;
		top: 340px;
    left: 350px;
	  z-index: 3;
	}

	/* GET PREPARED SLIDE 6 */
	.page6 .slide__image {
	  background-size: 1100px;
	}
	svg#slide6-arrow1 {
		width: 50px;
		top: 320px;
    left: 645px;
	}
	svg#slide6-arrow2 {
		width: 50px;
		top: 295px;
    left: 345px;
	}
	svg#slide6-arrow3 {
		width: 50px;
		top: 565px;
    left: 155px;
	}
	#slide6-arrow1-text {
		position: absolute;
	  top: 260px;
    left: 585px;
	  z-index: 3;
	}
	#slide6-arrow2-text {
		position: absolute;
		top: 235px;
    left: 295px;
	  z-index: 3;
	}
	#slide6-arrow3-text {
		position: absolute;
		top: 165px;
    left: 75px;
	  z-index: 3;
	}	
	/* GET PREPARED SLIDE 7 */
	.page7 .arrow-button {
		width: 25%;
    height: 320px;
    position: absolute;
	}
	#slide7-arrow-popup-1 {
    top: 35%;
    left: 0;
	}
	#slide7-arrow-popup-2 {
    top: 35%;
    left: 25%;
	}
	#slide7-arrow-popup-3 {
    top: 35%;
    left: 50%;
	}
	#slide7-arrow-popup-4 {
    top: 35%;
    left: 75%;
	}
	#get-prepared .page7 .slide__image {
		padding: 100px;
	}
	
	/* GET INVOLVED */
	h2#get-involved-newsletter-signup-title {
		padding-top: 10px !important;
	}

	#get-involved-map .popup > div, #get-involved-map .arrow2popup > div {
		width: 40%;
	}
	/* UNDERSTANDING FIRE SLIDE 4 */
	#gi-uf-page4.page7 {
		height: 900px;
	}
	#gi-uf-page5.page7 {
    height: 840px;
	}
	#gi-uf-page3 {
		height: 820px;
	}
	.fire-prevention-button button {
		padding: 20px 25px;
	}
	footer#footer-1 #footer-1-rating-warning button {
	  padding: 30px 10px;
	  font-size: 18px;
  }
  .page5 .slide__text { 
	  height: 600px;
	  top: 10vh;
	}


}
/* ----------- iPad Pro ----------- */

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  footer#footer-1 #footer-1-rating-warning button {
		  padding: 30px 10px;
		  font-size: 14px;
	  }

}
