/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
} 




#mc_embed_signup {
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
	width: 100%;
}

#archive_intro h1 {
	font-size: 6em !important;
}

.width_70 {
	max-width: 70%;
	margin: auto;
}

.padding_20 {
	padding: 20px;
}

/* misc edits */

.edd_download_image {
	width: 150px;
	padding-right: 15px;
	float: left;
}
.custom .format_text {
    font-size: 18px;
    line-height: 1.5em;
}


/* youtube embed responsive fix */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* animations */

.scale-in-center {
	-webkit-animation: scale-in-center 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.scale-in-center3s {
	-webkit-animation: scale-in-center 3.0s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 3.0s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}


.fade-in {
	-webkit-animation: fade-in 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*  responsive page columns  */

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 5%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWO  */
.span_2_of_2 { width: 100%; }
.span_1_of_2 { width: 47.5%; }

/*  full width at 568 pixels or less */
@media only screen and (max-width: 568px) {
	.col { margin: 1% 0 1% 0%; }
}
@media only screen and (max-width: 568px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}


/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 30%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 600px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}


/*  GRID OF FOUR  */
.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 74.6%; }
.span_2_of_4 { width: 49.2%; }
.span_1_of_4 { width: 23.8%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}


/* buttons */

a.btn_read_more {
	float: right;
	margin: 0px 0px 10px;
	width: 150px;
	color: #fff;
	display: inline-block;
	padding: 6px 12px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.625;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #3a3a3c;
	border: 1px solid transparent;
	border-radius: 5px;
	white-space: nowrap;
	-moz-user-select: none;
	text-decoration: none;
}
a.btn_read_more:hover {
	background-color: #383838;
	text-decoration: none;
}
a.btn_green {
    color: #58595b;
    text-decoration: none;
    padding: 15px 55px 15px 55px;
    border-radius: 33px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0.57px;
    display: inline-block;
	margin: 10px;
}
a.btn_green {
    background: #83af05;
    color: #fff;
}
a.btn_green:hover {
    background: #245900;
    transition: all 0.5s ease;
    color: #fff;
}


/* full-width color bars */

.color_bar {
	padding: 25px;
	width: 100%;
	height: auto;
	padding-left: 2000px;
	padding-right: 2000px;
	margin-left: -2000px;
	margin-right: -2000px;
}
.color_bar_bg-paper-drk {
	background-image: url("/img/bg_paper_texture_dark.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
}
.color_bar_bg_blue {
	background-image: url("/img/bg_paper_texture_snow.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
}


/* website menu */

.logo_style {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 20px 0 20px 20px;
}
.menu_social_icons {
	max-width: 25px;
	height: auto;
	padding: 10px;
}
#top_nav_bar {
	width: 100%;
	border-top: 2px solid #83af05;
	z-index: 500;
}
.show_menu {
	display: none;
}
.menu a {
	background-color: inherit;
}
.custom .menu {
	text-align: center;
}
.custom .menu li {
	display: inline;
	float: none;
	padding: 0 1em;
	border-right: 1px solid #b0afb0;
}
.custom .menu li:last-child {
	border-right: none;
}
.custom .menu a  {
	display: inline-block;
}
.custom ul.menu a {
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
	transition: all 0.3s;
	cursor: pointer;
}
.custom ul.menu a:hover {
	background-color: #3a3a3c;
	color: #83AF05;
}


/* custom page settings */

.custom #header {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.custom #header_area .page {
    padding-top: 0em;
    width: 100%;
}
.space {
	margin: 5px;
}
.custom .post_box {
    padding: 0;
    width: 80%;
    position: relative;
    margin: auto;
}
.container_imgthumb {
	float: left;
	padding-right: 20px;
}
.wp-block-image img {
    height: auto;
}
.custom #page {
	background: transparent;
}
.custom .full_width > .page {
    background: transparent;
	width: 100%;
}
html, body {
	overflow-x: hidden;
	background: transparent;
	background-image: url("/img/bg_paper_texture.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
}


/* thesis fluid page mods */

#container {
	width: 100%;
	max-width: 1025px;
}
#content_box {
	background-position: 70% 0;
}
#content {
	width: 100%;
}
.teasers_box {
	width: auto;
}
.teaser {
	width: 48%;
}
#sidebars {
	width: 30%;
}
#image_box {
	text-align: center;
	overflow: hidden;
}
#image_box img {
	display: inline-block;
	border: none;
	background: none;
}


/* website main page video */

.video-container.main {
    padding-top: 350px;
    position: relative;
    overflow: hidden;
	height: 300px;
}
.video-container.main video {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    bottom: 50%;
    right: 50%;
    top: auto;
    left: auto;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.overlay {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    top: 0;
    left: 0;
}
.contain {
    width: 100%;
    max-width: 1250px;
    margin: auto;
}
.contain_header {
    width: 100%;
    max-width: 850px;
    margin: auto;
	margin-bottom: -3px;
}


/* website header menu graphic */

#menu_bg_img {
    width: 100%;
    background-image: url(/img/forest_website_header.jpg);
	background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.background_color {
    width: 100%;
    height: 380px;
	background-color: #fff;
	position: absolute;
}


/* font styles */

.custom h1 {
	font-family: 'Kristi', cursive;
	text-transform: none;
	font-size: 64px;
	font-weight: 300;
	color: #3a3a3c;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	line-height: normal;
}
.headline_area h1 {
	padding-top: 15px;
}
.custom h2 {
	font-family: 'Kristi', cursive;
	text-transform: none;
	font-size: 64px;
	font-weight: 300;
	color: #3a3a3c;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	line-height: normal;
}
.format_text h2 {
	margin: 0;
}
.custom h3 {
	font-family: 'Quicksand', sans-serif;
	text-transform: none;
	font-weight: 300;
	font-size: 20px;
	font-style: normal;
	letter-spacing: normal;
}
.custom h4 {
	color: #000;
}

.announcement_font {
	font-family: 'Quicksand', sans-serif;
	text-transform: none;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	line-height: normal;
}
.phone, .phone a, .phone a:link, .phone a:visited, .phone a:hover, .phone a:active, .phone a:focus {
	text-decoration: none;
	color: white;
}


/* footer */

.footer_font {
	font-size: 130%;
	color: #fff;
}
.footer_font a:hover {
	color: #00a7e2;
}
.footer_font a:link {
	color: #fff;
}
.custom #footer {
	padding: 0 0 0 0;
	text-align: center;
	height: 0;
}
.custom #footer a {
	border-bottom: 0px solid #fff;
}
#footer_bar {
	background-color: #3a3a3c;
	padding: 15px 0 15px 0;
	text-align: center;
	width: 100%;
	padding-left: 3000px;
	padding-right: 3000px;
	margin-left: -3000px;
	margin-right: -3000px;
	margin-top: -3px;
}
#footer_bar_container {
	max-width: 1024px;
	margin: auto;
}


/* vivid design footer logo */

.logo_grey {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
.logo_grey:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}
.logo_slug {
	font-size: 10px;
	color: #fff;
}
#footer_logo {
	width: 33%;
	min-width: 200px;
	display: inline-block;
	text-align: center;
}
#copyright {
	width: 66%;
	min-width: 300px;
	display: inline-block;
	text-align: center;
}


/* responsive sets */

@media (max-width: 1023px) {

	.menu_social_icons {
		padding: 2%;
	}
	.menu a {
		background-color: inherit;
	}
	.custom .menu {
		text-align: center;
		display: none;
	}
	.custom .menu li {
		display: inline;
		float: none;
	}
	.custom .menu a  {
		display: block;
	}
	.custom ul.menu a {
		font-family: 'Quicksand', sans-serif;
		color: #fff;
		letter-spacing: 0px;
		font-size: 18px;
		font-weight: 300;
		transition: all 0.3s;
	}
	.custom .current_page_item > a:first-child::after {
		position: absolute;
		display: block;
		top: 26px;
		right: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		margin: auto;
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		border-top: 0px solid #890404;
		border-bottom: 0px solid transparent;
		transition: all 0.3s;
		content: '';
	}	
	.show_menu {
		font-family: 'Quicksand', sans-serif;
		color: #fff;
		letter-spacing: 0px;
		font-size: 26px;
		font-weight: 300;
		transition: all 0.3s;
		padding: 15px;
		display: block;
		background: transparent;
		text-align: left;
		margin-left: 20px;
		padding-left: 60px;
		background-image:url('/img/menu_icon.svg');
		background-position:0px 0px;
		background-size: 50px 65px;
		background-repeat: no-repeat;
	}
	.logo_style {
		max-width: 370px;
	}
	.video-container.main {
		padding-bottom: 50px;
}
	
}
	
	
	@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
	
	.menu_social_icons {
		padding: 2%;
	}
	.custom .menu li {
		border: none;
	}
	.custom h1 {
		font-size: 28px;
	}
	.custom h2 {
		font-size: 28px;
	}
	.logo_style {
		max-width: 370px;
	}
	.video-container.main {
		padding-bottom: 50px;
}
	
	}
	
	@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
	
	.menu_social_icons {
		padding: 2%;
	}
	.custom .menu li {
		border: none;
	}
	.custom h1 {
		font-size: 28px;
	}
	.custom h2 {
		font-size: 28px;
	}
	.logo_style {
		max-width: 370px;
	}
	.video-container.main {
		padding-bottom: 50px;
}
	
} 