/*
	Theme Name: CPDPP
	Author: CPDPP
	Author URI: http://californiacitrusthreat.org/
*/

html,
body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Muli", Gotham, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	height: 100%;
	line-height: 26px;
}

#main {
	/* margin-bottom: 105px; */
}


/***** STICKY FOOTER *****/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -375px; /* the bottom margin is the negative value of the footer's height */
}

#footer,
.push {
	height: 375px;
}

/***** end STICKY FOOTER *****/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
/* 	font-family: "Lucida Bright", Georgia, serif; */
	font-family: "Muli", Gotham, Arial, sans-serif;
}

h1,
.h1 {
	font-size: 38px;
	font-weight: 900;
	line-height: 42px;
	letter-spacing: normal;
	padding-top: 20px;
}

h2,
.h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
}

h3,
.h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

h2 .red {
	color: #ad0b03;
	font-weight: 700;
	line-height: normal;
	padding: 0px;
}

h2.green {
	color: #78a22f;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	padding: 0px;
}

h4,
.h4 {
    color: #FF681D;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0px 15px;
    padding: 0px;
}

a {
	color: #f68428;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	   -moz-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		 -o-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
}

a:visited {
	color: #f68428;
}

a:hover {
	color: #78a22f;
}

p {
	font-family: "Muli", Gotham, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 20px;
}

ul,
ol {
	margin: 0 0 20px;
}

ul.bulleted {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 20px;
}

li {
	font-family: "Muli", Gotham, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
}

strong,
.bold {
    color: inherit;
	font-weight: bold;
}

.bg-grey {
	background-color: #595757;
	color: #ffffff;
}

.bg-grey h2,
.bg-grey a {
	color: #ffffff;
}

.bg-grey a:hover,
.bg-grey a:hover h2,
.bg-grey .current-menu-item a {
	color: #ffc20e;
}

.bg-black {
	background-color: #111212;
	color: #ffffff;
}

.bg-black h2,
.bg-black a {
	color: #ffffff;
}

.bg-black a:hover,
.bg-black a:hover h2,
.bg-black .current-menu-item a {
	color: #ffc20e;
}

.bg-blue {
	background: #124ab5;
}

.bg-red {
	background: #ad0b03;
}

.bg-grey {
	background: #595757;
}

/***** COLORS *****/
.yellow,
a.yellow {
	color: #ffde00 !important;
}

/***** BG - ORANGE NAV *****/
.bg-orange-nav {
	background: #f68428;
}
.bg-orange-nav h1 {
	color: #ffde00;
}
.bg-orange-nav p {
	color: #ffffff;
}
.bg-orange-nav a {
	color: #ffffff;
	text-decoration: none;
}
.bg-orange-nav a:hover {
	color: #ffde00;
	text-decoration: none;
}

/***** BG - ORANGE *****/
.bg-orange {
	background: #f68428;
}
.bg-orange h1 {
	color: #ffde00;
}
.bg-orange p {
	color: #ffffff;
}
.bg-orange a {
	color: #ffde00;
	text-decoration: underline;
}
.bg-orange a:hover {
	color: #ffde00;
	text-decoration: underline;
}

/***** BG - WHITE *****/
.bg-white {
	background: #ffffff;
}
.bg-white h1 {
	color: #f68428;
}
.bg-white p {
	color: #000000;
}
.bg-white a {
	color: #f68428;
	text-decoration: underline;
}
.bg-white a:hover {
	color: #78a22f;
}
.resources-informational-materials .bg-white .button {

}

/***** BG - GREEN *****/
.bg-green {
	background: #78a22f;
}
.bg-green h1 {
	color: #f0f786;
}
.bg-green p,
.bg-green ul,
.bg-green li {
	color: #ffffff;
}
.bg-green a {
	color: #f0f786;
	text-decoration: underline;
}
.bg-green a:hover {
	color: #f68428;
}

/***** BG - YELLOW *****/
.bg-yellow {
	background: #ffde00;
}
.bg-yellow h1 {
	color: #d41c1d;
}
.bg-yellow p {
	color: #000000;
}
.bg-yellow a {
	color: #d41c1d;
	text-decoration: underline;
}
.bg-yellow a:hover {
	color: #78a22f;
}


.white {
	color: #ffffff;
}

.yellow {
	color: #ffbe00;
}

.orange {
	color: #f7941e;
}

.red {
	color: #ad0b03;
}

.mobile {
	display: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
}

section,
.section {
	padding: 20px 0 20px;
}

/**************************************************
	BUTTONS
**************************************************/

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background-color: #f68428;
	border: none !important;
	border-radius: 0px !important;
	color: #ffffff;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	   -moz-transition:color .2s ease-out, background .2s ease-in;
	    -ms-transition:color .2s ease-out, background .2s ease-in;
	     -o-transition:color .2s ease-out, background .2s ease-in;
			transition:color .2s ease-out, background .2s ease-in;
	font-size: 16px;
	font-weight: bold !important;
	padding: 20px 40px;
	text-shadow: none !important;
	-webkit-appearance: none;
	text-decoration: none;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #78a22f;
	color: #ffffff;
	text-decoration: none;
}

a.button {
	color: #ffffff;
	height: 40px;
	line-height: 42px;
	padding: 0 35px;
	white-space: nowrap;
	text-decoration: none;
}

.article-button {
	background: #f68428;
	color: #ffffff !important;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
	padding: 20px 35px;
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition:background .2s ease-in-out;
	   -moz-transition:background .2s ease-in-out;
	    -ms-transition:background .2s ease-in-out;
	     -o-transition:background .2s ease-in-out;
			transition:background .2s ease-in-out;
}

.article-button:hover {
	background: #78a22f;
	color: #ffffff !important;
	text-decoration: none;
}

.button.bg-yellow,
button.bg-yellow {
	background: #ffc20e;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	   -moz-transition:color .2s ease-out, background .2s ease-in;
	    -ms-transition:color .2s ease-out, background .2s ease-in;
	     -o-transition:color .2s ease-out, background .2s ease-in;
			transition:color .2s ease-out, background .2s ease-in;
}

.button.bg-yellow:hover,
button.bg-yellow:hover {
	background: #ffbe00;
	color: #ffffff;
	text-decoration: none;
}

.button-orange {
	background-color: #ffffff;
	border: 1px solid !important;
	border-radius: 0px !important;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	   -moz-transition:color .2s ease-out, background .2s ease-in;
	    -ms-transition:color .2s ease-out, background .2s ease-in;
	     -o-transition:color .2s ease-out, background .2s ease-in;
			transition:color .2s ease-out, background .2s ease-in;
	font-size: 16px;
	font-weight: normal !important;
	margin-top: 40px !important;
	padding: 10px 40px;
	text-shadow: none !important;
	-webkit-appearance: none;
	text-decoration: none !important;
}

.button-orange:hover {
	background-color: #f68428;
	color: #ffffff !important;
	text-decoration: none;
}

.button-green {
	background-color: #78a22f;
	border: 1px solid #fff !important;
	border-radius: 0px !important;
	color: #fff !important;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	   -moz-transition:color .2s ease-out, background .2s ease-in;
	    -ms-transition:color .2s ease-out, background .2s ease-in;
	     -o-transition:color .2s ease-out, background .2s ease-in;
			transition:color .2s ease-out, background .2s ease-in;
	font-size: 16px;
	font-weight: normal !important;
	margin-top: 60px !important;
	padding: 10px 40px;
	text-shadow: none !important;
	-webkit-appearance: none;
	text-decoration: none !important;
}

.button-green:hover {
	background-color: #f0f786;
	border: 1px solid #000 !important;
	color: #000 !important;
	text-decoration: none;
}

.button-spacing {
	margin: 40px 0px 0px;
}

textarea {
	overflow: auto;
}

.button-ccpa {
	background-color: #78a22f !important;
	color: #ffffff !important;
	padding: 5px !important;
	text-decoration: none;
}


/**************************************************
	FORM ELEMENTS
**************************************************/

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	background-color: #f9f9f9;
	border: 1px solid #d6d6d6;
	color: #a0a0a0;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: 30px;
	border-radius: 0px !important;
}


input {
	-webkit-appearance: none !important;
    border-radius: 0 !important;
}

.ninja-forms-form-wrap select {
	height: 34px !important;
/* 	padding: 20px 5px; */
	border-radius: 0px !important;
}

#ninja_forms_field_14 {
	height: 80px;
}

#ninja_forms_field_14_count,
.input-counter {
	display: none;
}

.ninja-forms-form-wrap input .regular-checkbox {
	display: none;
}

.ninja-forms-form-wrap input .regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.ninja-forms-form-wrap input .regular-checkbox + label:active, 
.ninja-forms-form-wrap input .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.ninja-forms-form-wrap input .regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.ninja-forms-form-wrap input .regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}

#ninja_forms_field_12_label,
#ninja_forms_field_13_label {
	color: #f68428;
	font-size: 18px;
}


input[type="checkbox"], 
input[type="radio"] {
	background: none;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0;
}

input[type="checkbox"]:checked, 
input[type="radio"]:checked {
	background: #f68428;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #f68428;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0;
}

input#ninja_forms_field_15 {
	width: 20px !important;
    height: 20px !important;
}

.list-radio-wrap span ul li input,
.list-checkbox-wrap span ul li input {
   background: none;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #ccc;
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0;
}


.list-radio-wrap span ul li input:checked,
.list-checkbox-wrap span ul li input:checked {
	background: #f68428;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #f68428;
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0;
}

.ninja-forms-required-items {
	margin-bottom: 25px;
}



/**************************************************
	HEADER
**************************************************/

#logo img {
	text-align: center;
}

#header {
	line-height: 1;
	padding: 17px 0 16px;
}

#sticky {
    border-bottom: 2px solid #ffffff;
    background-color: #f68428;
    color: #fff;
    width: 100%;
}

#sticky.stick {
	border-bottom: 2px solid #ffffff;
	margin-top: 0 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


/***** MAIN NAV MENU *****/

.main-navigation {
    /* display: block; */
    padding: 10px 0px;
    margin: 0 auto;
    /* text-align: center; */
    display: table;
}

.main-navigation .menu-toggle {
	font-size: 30px;
	margin-top: 5px;
	text-align: right;
	color: #ffffff;
}

.menu-main-nav-container {}

#menu-main-nav {}

.menu-main-nav-container {
	font-size: 16px;
	font-weight: normal;
	list-style: none;
}

.menu-main-nav-container li {
	display: inline;
	float: left;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 16px;
    margin: 0px 12px;
    text-align: center;
    text-rendering: geometricPrecision;
    word-spacing: normal;
}

.menu-main-nav-container a {
	color: #ffffff;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-rendering: geometricPrecision;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

#menu-main-nav a:hover,
#menu-main-nav .current-menu-item a {
	color: #ffe327;
}

/**************************************************
	TOOLTIPS
**************************************************/

/***** Tip 01 *****/
.tip01 {
	left: 337px;
    position: absolute;
    top: 325px;
}

.tip01 img {
	width: 55px;
}

.tooltip01 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	left: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}

.tooltip01.text01 {
	display: block;
	left: 65px;
	opacity: 1;
	width: 300px;
	z-index: 9;
	top: 0px;
}

.tip01 span.close-button01 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	left: 385px;
	text-transform: uppercase;
	top: 0px;
	z-index: 9;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

/***** Tip 02 *****/
.tip02 {
	left: 373px;
    position: absolute;
    top: 430px;
}

.tip02 img {
	width: 35px;
}

.tooltip02 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	left: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}

.tooltip02.text02 {
	display: block;
    left: 45px;
    opacity: 1;
    width: 315px;
    z-index: 9;
}

.tip02 span.close-button02 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	left: 380px;
	text-transform: uppercase;
	top: 0px;
	z-index: 9;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

/***** Tip 03 *****/
.tip03 {
	left: 430px;
    position: absolute;
    top: 415px;
}

.tip03 img {
	width: 35px;
}

.tooltip03 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	left: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}

.tooltip03.text03 {
	display: block;
    left: 45px;
    opacity: 1;
    width: 300px;
    z-index: 9;
}

.tip03 span.close-button03 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	left: 365px;
	text-transform: uppercase;
	top: 0px;
	z-index: 9;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

/***** Tip 04 *****/
.tip04 {
	left: 304px;
    position: absolute;
    top: 401px;
}

.tip04 img {
	width: 36px;
}

.tooltip04 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	left: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}

.tooltip04.text04 {
	display: block;
    left: 45px;
    opacity: 1;
    width: 315px;
    z-index: 9;
}

.tip04 span.close-button04 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	left: 380px;
	text-transform: uppercase;
	top: 0px;
	z-index: 9;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

/***** Tip 05 *****/
.tip05 {
	left: 280px;
    position: absolute;
    top: 222px;
}

.tip05 img {
	width: 34px;
}

.tooltip05 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	left: 0px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}

.tooltip05.text05 {
	display: block;
    left: 45px;
    opacity: 1;
    width: 310px;
    z-index: 9;
}

.tip05 span.close-button05 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	left: 375px;
	text-transform: uppercase;
	top: 0px;
	z-index: 9;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

/***** Tip 06 *****/
.tip06 {
    left: 340px;
    position: absolute;
    top: 400px;
}

.tip06 img {
	width: 30px;
}

.tooltip06 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	left: 0px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}

.tooltip06.text06 {
	display: block;
    left: 45px;
    opacity: 1;
    width: 310px;
    z-index: 9;
}

.tip06 span.close-button06 {
	background: #78a22f;
	color: #ffffff;
	display: none;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	left: 375px;
	text-transform: uppercase;
	top: 0px;
	z-index: 9;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

.tip01 span.close-button01:hover,
.tip02 span.close-button02:hover,
.tip03 span.close-button03:hover,
.tip04 span.close-button04:hover,
.tip05 span.close-button05:hover,
.tip05 span.close-button06:hover {
	cursor: pointer;
	background: #f68428;
}

/**************************************************
	HOMEPAGE
**************************************************/

/***** Intro *****/
section.homepage-intro {
	padding-bottom: 50px;
}

section.homepage-intro h1 {
	color: #f68428;
}

section.homepage-intro p {
	color: #000000;
}

section.homepage-intro a {
	text-decoration: underline;
}

.intro-video {
	padding-top: 20px;
}

/***** Protect *****/
section.homepage-protect {
	color: #ffffff;
}

section.homepage-protect a {
	color: #f0f786;
}

section.homepage-protect a:hover {
	color: #f68428;
}

section.homepage-protect h1 {
	color: #f0f786;
}

section.homepage-protect p,
section.homepage-protect li {
	color: #ffffff;
}

section.homepage-protect .button,
section.homepage-protect  button {
	background-color: transparent;
	border: 1px solid #ffffff !important;
	border-radius: 0px !important;
	color: #ffffff;
	-webkit-transition: color .2s ease-out, background .2s ease-in;
	   -moz-transition: color .2s ease-out, background .2s ease-in;
	    -ms-transition: color .2s ease-out, background .2s ease-in;
	     -o-transition: color .2s ease-out, background .2s ease-in;
			transition: color .2s ease-out, background .2s ease-in;
	font-size: 16px;
	font-weight: normal !important;
	padding: 1px 40px;
	text-shadow: none !important;
	-webkit-appearance: none;
}

section.homepage-protect .button:hover,
section.homepage-protect  button:hover {
	background-color: #f0f786;
	border: 1px solid #000000 !important;
	color: #000000;
}

.citrus-orange-container img {
	width: 100%;
	max-width: 300px;
}

.image-container-100 img {
	width: 100%;
	max-width: 300px;
}

.image-container-full img {
	width: 100%;
	max-width: 100%;
}


/***** Heritage *****/
section.homepage-heritage {
	min-height: 540px;
}

section.homepage-heritage h1 {
	color: #d41c1d;
}

section.homepage-heritage p,
section.homepage-heritage li {
	color: #000000;
}

section.homepage-heritage li span {
	font-size: 24px;
	font-weight: bold;
}

section.homepage-heritage .button,
section.homepage-heritage button {
	background-color: transparent;
	border: 1px solid #000000 !important;
	border-radius: 0px !important;
	color: #000000;
	-webkit-transition: color .2s ease-out, background .2s ease-in;
	   -moz-transition: color .2s ease-out, background .2s ease-in;
	    -ms-transition: color .2s ease-out, background .2s ease-in;
	     -o-transition: color .2s ease-out, background .2s ease-in;
			transition: color .2s ease-out, background .2s ease-in;
	font-size: 16px;
	font-weight: normal !important;
	padding: 1px 40px;
	text-shadow: none !important;
	-webkit-appearance: none;
}

section.homepage-heritage .button:hover,
section.homepage-heritage button:hover {
	background-color: #f68428;
	border: 1px solid #ffffff !important;
	color: #ffffff;
}

.callout-california-map {
	left: 175px;
    position: absolute;
    top: 110px;
}

img.callout-tree {
	width: 350px;
}


/***** Did You Know *****/
section.homepage-did-you-know {
	color: #000000;
	margin-bottom: 30px;
}

section.homepage-did-you-know h1 {
	color: #124ab5;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
	display: none;
}


/**************************************************
	PEST & DISEASE
**************************************************/
ul.slides p {
	text-align: center;
	margin: 0 auto;
	padding: 10px 20px;
}

/**************************************************
	CALIFORNIA CITRUS
**************************************************/
.iconic-state-fruit .circle {
	background-position: 0%;
    background-repeat: no-repeat;
    /* background-size: 150px 150px; */
    border: none !important;
    /* border-radius: 75px; */
    min-height: 125px;
    padding: 20px;
}

.animated-iconic-state p {
	text-align: center;
}

.fade-in-01 {
	opacity: 0;
    -webkit-transition: opacity .5s ease-in;
       -moz-transition: opacity .5s ease-in;
	     -o-transition: opacity .5s ease-in;
    	-ms-transition: opacity .5s ease-in;
    		transition: opacity .5s ease-in;
}

.fade-in-01 p {
	color: #f68428;
}

.fade-in-02 {
	opacity: 0;
    -webkit-transition: opacity 1s ease-in;
       -moz-transition: opacity 1s ease-in;
	     -o-transition: opacity 1s ease-in;
    	-ms-transition: opacity 1s ease-in;
    		transition: opacity 1s ease-in;
}

.fade-in-02 p {
	color: #78a22f;
}

.fade-in-03 {
	opacity: 0;
    -webkit-transition: opacity 1.5s ease-in;
       -moz-transition: opacity 1.5s ease-in;
	     -o-transition: opacity 1.5s ease-in;
    	-ms-transition: opacity 1.5s ease-in;
    		transition: opacity 1.5s ease-in;
}

.fade-in-03 p {
	color: #f68428;
}

.fade-in-04 {
	opacity: 0;
    -webkit-transition: opacity 2s ease-in;
       -moz-transition: opacity 2s ease-in;
	     -o-transition: opacity 2s ease-in;
    	-ms-transition: opacity 2s ease-in;
    		transition: opacity 2s ease-in;
}

.fade-in-04 p {
	color: #78a22f;
}

.fade-in-05 {
	opacity: 0;
    -webkit-transition: opacity 2.5s ease-in;
       -moz-transition: opacity 2.5s ease-in;
	     -o-transition: opacity 2.5s ease-in;
    	-ms-transition: opacity 2.5s ease-in;
    		transition: opacity 2.5s ease-in;
}

.fade-in-05 p {
	color: #f68428;
}

.animated-iconic-state .fade-in-01.loaded,
.animated-iconic-state .fade-in-02.loaded,
.animated-iconic-state .fade-in-03.loaded,
.animated-iconic-state .fade-in-04.loaded,
.animated-iconic-state .fade-in-05.loaded {
	opacity: 1;
}


/**************************************************
	NEWS
**************************************************/
.recent-media-coverage ul.bulleted span {
	/* display: block; */
}

p.fine-print {
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
}

.media-assets,
.media-assets a {
	font-size: 14px;
}

/**************************************************
	RESOURCES
**************************************************/
.resources-informational-materials {
	margin-bottom: 40px;
}

/**************************************************
	INFORMATIONAL MATERIALS
**************************************************/
.material-description li.material-thumb {
    display: inline;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    text-align: left;
    text-indent: 0;
    width: 15%;
}

.material-description li.material-content {
    display: inline;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    text-align: left;
    text-indent: 0;
    width: 85%;
}

.ninja-forms-form .label-above label,
.ninja-forms-form .label-below label,
.text-wrap.label-above label,
.textarea-wrap.label-above label {
	color: #f68428;
	font-size: 18px;
}

.ninja-forms-field-error p {
    color: red !important;
}

#ninja_forms_form_5_response_msg {
	/* display: none; */
	display: block;
}

/**************************************************
	SITEMAP
**************************************************/
.page-id-20 h2 {
	display: none;
}

.page-id-20 ul.simple-sitemap-page,
.page-id-20 ul.simple-sitemap-page li {
	list-style: disc;
	margin-left: 20px;
}

.page-id-20 ul.simple-sitemap-page li ul li {
	margin-top: 10px;
}

/**************************************************
	CONTENT
**************************************************/

.ie .nav-single .image {
	display: none;
	opacity: 1;
}

.nav-single a:hover .image {
	opacity: 1;
}

.ie .nav-single a:hover .image {
	display: block;
}

.nav-single .nav-button-previous {
	float: left;
}

.nav-single .nav-button-previous .image {
	left: auto;
	right: 0;
}

.nav-single .ss-icon {
	display: inline-block;
/* 	*display: inline; */
	font-size: 60px;
	font-weight: normal;
	height: 72px;
	line-height: normal;
	overflow: hidden;
	vertical-align: middle;
	zoom: 1;
}

.nav-single .nav-next,
.nav-single .nav-previous {
	margin-top: -36px;
	position: absolute;
	top: 50%;
	z-index: 10;
}

.nav-single .nav-next {
	right: 7px;
}

.nav-single .nav-next .ss-icon {
	margin-left: 14px;
}

.nav-single .nav-previous {
	left: 7px;
}

.nav-single .nav-previous .ss-icon {
	margin-right: 7px;
}

/**************************************************
	FOOTER
**************************************************/

#footer {
	line-height: 1;
}

#footer h2 {
	color: #ffde00;
/* 	font-family: 'Lucida Bright',Georgia,serif; */
	font-size: 50px;
	font-weight: 700;
	line-height: 54px;
	padding-bottom: 25px;
}

#footer p {
	color: #ffffff;
	font-family: "Muli", Gotham, Arial, sans;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 25px;
	padding: 0 75px;
}

.footer-links {
	color: #ffffff;
	padding: 50px 0px 0px;
	text-align: center;
}

.footer-links a {
	color: #cdd4ea;
	font-size: 32px;
	-webkit-transition:color .2s ease-out;
	   -moz-transition:color .2s ease-out;
	    -ms-transition:color .2s ease-out;
	     -o-transition:color .2s ease-out;
			transition:color .2s ease-out;
}

.footer-links a:hover {
	color: #ffde00;
}

.footer-links span {
	display: block;
}

.footer-icon {
	font-size: 32px;
}

ul.footer-links-mobile {
	font-size: 16px;
	font-weight: normal;
	padding: 20px 0px 0px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	-webkit-transition:color .2s ease-in-out;
	   -moz-transition:color .2s ease-in-out;
	    -ms-transition:color .2s ease-in-out;
	     -o-transition:color .2s ease-in-out;
			transition:color .2s ease-in-out;
}

ul.footer-links-mobile-top li {
	display: inline;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 10px;
}

ul.footer-links-mobile-top li a {
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	-webkit-transition:color .2s ease-in-out;
	   -moz-transition:color .2s ease-in-out;
	    -ms-transition:color .2s ease-in-out;
	     -o-transition:color .2s ease-in-out;
			transition:color .2s ease-in-out;
}

ul.footer-links-mobile-top li a:hover {
	color: #F6842D;
}

ul.footer-links-mobile li {
	font-size: 16px;
	font-weight: normal;
}

p a.underline,
ul.footer-links-mobile li a.underline {
	font-size: 16px !important;
	font-weight: bold;
	text-decoration: underline;
}

ul.footer-links-mobile li,
ul.footer-links-mobile li a {
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	-webkit-transition:color .2s ease-in-out;
	   -moz-transition:color .2s ease-in-out;
	    -ms-transition:color .2s ease-in-out;
	     -o-transition:color .2s ease-in-out;
			transition:color .2s ease-in-out;
}

ul.footer-links-mobile li a:hover {
	color: #F6842D;
}

ul.footer-links-mobile li span,
ul.footer-links-mobile li a span {
	font-size: 28px;
	padding: 0px 14px 0px 0px;
	top: 4px;
	display: inline-block;
	width: 28px;
	height: 28px;
}

.footer-contact-links {
	color: #ffffff;
	font-family: "Muli";
	font-size: 30px;
	margin-top: 40px;
}

.footer-contact-links a {
	color: #ffffff;
	display: inline;
	font-family: "Muli";
	font-size: 30px;
}

.footer-contact-links span {
    display: inline-block;
}

.footer-small {
	font-size: 22px !important;
}

/***** FOOTER COPYRIGHT *****/

#copyright,
#copyright-mobile {
	color: #1d4288;
	font-size: 12px;
	font-family: "Muli";
	font-weight: 300;
	line-height: 16px;
	padding: 10px 0px;
}

#copyright li,
#copyright-mobile li {
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
}

#copyright a,
#copyright-mobile a {
	color: #1d4288;
	text-decoration: none;
	-webkit-transition:color .2s ease-out;
	   -moz-transition:color .2s ease-out;
	    -ms-transition:color .2s ease-out;
	     -o-transition:color .2s ease-out;
			transition:color .2s ease-out;
}

#copyright a:hover,
#copyright-mobile a:hover {
	color: #f68428;
}

#copyright-mobile ul,
#copyright-mobile li,
#copyright ul,
#copyright li {
	display: inline;
}




/**************************************************
	SEARCH FILTER
**************************************************/

.search-filter .list-inline li {
	margin: 0 0 0 10px;
}

.search-filter .list-inline li:first-child {
	margin: 0;
}

.search-filter form .list-inline li {
	margin-left: 0;
}

.fi-select {
	border-radius: 0;
}

.fi-select span {
	font-size: 18px;
	line-height: 32px;
}

.fi-select .fi-select-arrow-wrap {
	height: 44px;
}

.container .search-filter input[type="search"] {
	padding: 12px 15px 13px;
	width: 136px;
}

.search-filter button[type="submit"] {
	background-color: #f68428;
	border: none !important;
	border-radius: 0px !important;
	color: #ffffff;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	   -moz-transition:color .2s ease-out, background .2s ease-in;
	    -ms-transition:color .2s ease-out, background .2s ease-in;
	     -o-transition:color .2s ease-out, background .2s ease-in;
			transition:color .2s ease-out, background .2s ease-in;
	font-size: 16px;
	font-weight: bold !important;
	padding: 20px 40px;
	text-shadow: none !important;
	-webkit-appearance: none;
}

.search-filter button[type="submit"] .ss-icon {
	left: 17px;
	position: absolute;
	top: 4px;
}

.search-filter .checkbox {
	padding-top: 13px;
}

.search-filter .checkbox > div:first-child {
	margin-left: 45px;
}

.search-filter label {
	display: inline;
	font-size: 18px;
	margin-left: 10px;
}

.search-filter .star {
	color: #ffc20e;
}

.search-filter h2 .mobile {
	float: right;
	font-size: 10px;
	line-height: 28px;
	padding-left: 40px;
}

.search-filter h2 .mobile .open,
.search-filter h2 .mobile.active .close {
	display: none;
}

.search-filter h2 .mobile.active .open {
	display: block;
}



.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
    margin: 5px 5px 10px 5px;
}

.gform_wrapper ul.gfield_checkbox li label, 
.gform_wrapper ul.gfield_radio li label {
	padding-top: 8px;
}




/**************************************************
	CALENDAR
**************************************************/
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
	padding: 20px 20px 20px;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	/* background-color: #FFD200 !important; */
	/* color: #000 !important; */
}

.tribe-events-sub-nav li a {
    /* background: #f58227; */
}

.tribe-events-calendar thead th {
	background-color: #78a22f !important;
	color: #fff;
	font-weight: bold;
}

#tribe-events-content a, 
.tribe-events-event-meta a {
	color: #f68428;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #f58227 !important;
}

#tribe-bar-form #tribe-bar-views {

}

#tribe_events_filters_wrapper .tribe_events_slider_val {
	color: #78a22f !important;
}

.tribe-events-calendar thead th {
	/* border-left: 1px solid #d2d2d2 !important; */
	/* border-right: 1px solid #d2d2d2 !important; */
}

h3.tribe-events-month-event-title {
	text-align: left;
}

.tribe-events-schedule h2,
.tribe-event-date-start,
.tribe-event-time {
	font-size: 16px;
}

#tribe-events-content .tribe-events-tooltip h4 {
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 22px !important;
	padding: 10px 5px !important;
}

.ui-widget-header {
	border: none !important;
	background: #f58227 !important;
	color: #fff !important;
}

#event-reg-form-groups h3 {
	padding: 25px 0px 0px 0px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none !important;
	background: #f58227 !important;
	font-weight: normal !important;
	color: #ffffff !important;
	border-radius: 0px !important;
	padding: 10px 20px;
}

#tribe-events-content-wrapper .tribe-events-category-community h3 a.url {
	color: #f58326 !important;
}

.tribe-events-content {
	padding: 30px !important;
}


.ui-widget select {
	background: #fafafa !important;
	border: 1px solid #ddd !important;
	border-radius: 0px !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1) !important;
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1) !important;
			box-shadow: inset 0 1px 1px rgba(0,0,0,0.1) !important;
	color: #888 !important;
	font-family: Verdana,Arial,sans-serif !important;
	font-size: 1em !important;
}

.event_espresso_form_wrapper label,
.event_espresso_form_wrapper span.label {
	padding: 10px 10px 0 0 !important;
}


.span_event_date_value {
	margin-left: -3px !important;
}

.tribe-events-single-event-description {
	background: #fafafa;
	border: 1px solid #eee;
	padding: 50px;
}

.tribe-events-single-event-description p {
	/* 	padding: 15px 40px 0px 40px; */
	padding: 0px;
}

.event_questions,
.event_espresso_form_wrapper label,
.event_espresso_form_wrapper span.label,
.event_form_field label {
	font-size: 14px;
	line-height: 18px;
}

.entry-content table,
.comment-content table,
.entry-content td,
.comment-content td {
	font-size: 12px;
	line-height: 14px;
}

.tribe_events blockquote {
	padding: 10px;
	margin: 0px 40px;
}

.event_description blockquote {
	margin: 20px auto;
	padding: 20px;
}

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
    border: 2px solid #ddd !important;
}

.tribe-events-button {
	background: #f58227 !important;
	color: #ffffff !important;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

.tribe-events-button:hover {
	background: #77990F !important;
	color: #ffffff !important;
}

p.tribe-events-back {
    display: none !important;
}

div.tribe-events-single {
	margin-top: 15px;
}

div.rtec-spinner {
	display: none;
}

.rtec-attendance {
	margin-top: 30px !important;
}

.rtec-attendance p {
	margin-bottom: 0px;
}

.rtec-field-label {
	font-size: 15px !important;
	margin-top: 10px !important;
}

h3.tribe-events-single-section-title {
	text-align: left;
}

button#tribe-bar-collapse-toggle,
button#tribe-bar-views-toggle {
	padding-left: 15px !important;
}

#tribe-events-bar {
/* 	display: none; */
}

body.single-tribe_events #public-meetings-intro,
body.single-tribe_events section#more-information,
body.single-tribe_events section#videos {
	display: none;
}

.accordion {
    overflow:hidden;
    border-radius:4px;
/*     background:#f7f7f7; */
}
.accordion-section-title {
    width:100%;
    padding:15px;
}

.accordion-section-title {
    width: 100%;
    padding: 15px;
    color: #ffffff;
    display: inline-block;
	background-color: #f68428;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    font-weight: bold;
    transition: all linear 0.5s;
    text-decoration:none;
}
a.accordion-section-title {
	color: #ffffff;
	text-decoration: none;
}
a.accordion-section-title:hover {
	color: #ffffff;
	text-decoration: underline;
}
.accordion-section-title.active {
/*     background-color:#4c4c4c; */
    text-decoration:none;
}
.accordion-section-title:hover {
/*     background-color:grey; */
    text-decoration:none;
}
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
.accordion-section-content {
    padding:15px;
    display:none;
}
