/*
Theme Name: OGTM Theme 2022
Theme URI: http://maxkukoy.com
Author: Max kukoy
Author URI: http://maxkukoy.com
Description: Custom Theme for Oil & Gas Threat Map site
Version: 1.0.8

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* a place for misc. styles */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 1.1rem;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

img {
  max-width: 100%;
  height: auto;
}

/* =================== */
/* POP UP DIALOG BOX */
/* =================== */
/* =================== */
/* Make Embed Responsive */
/* =================== */
.embed-container {
  position: relative;
  padding-bottom: 51.25%;
  overflow: hidden;
  max-width: 100%;
  display: block;
}

.embed-container.map {
  border: 2px solid #000;
}

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

.embed-container.googleform,
.embed-container.googleform iframe {
  min-height: 1200px;
}

/*
.btn {
	display: block;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	} */
.fade_close {
  display: block;
  margin-top: 1rem;
}

/* =================== */
/* Base Styles and Structure */
/* =================== */
html {
  font-size: 66.5%;
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  font-weight: normal;
}

.outerwrap {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.outerwrap.black {
  background: #000;
  border-bottom: 2px solid #f4cf53;
}

.outerwrap.footer {
  background: #525252;
  border-top: 5px solid #f84c29;
  padding-bottom: 25px;
  margin-top: 25px;
}

.home .outerwrap.footer {
  margin-top: 0px;
}

.outerwrap.yellow {
  border-bottom: 2px solid #f4cf53;
  background-image: url('img/pattern.png');
  background-repeat: repeat;
  background-color: rgb(252, 239, 191);
  background: -moz-radial-gradient(center, ellipse cover, rgba(252, 239, 191, 1) 0%, rgba(246, 211, 114, 1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(252, 239, 191, 1) 0%, rgba(246, 211, 114, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(252, 239, 191, 1) 0%, rgba(246, 211, 114, 1) 100%);
}

.innerwrap {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}

.home .yellow .innerwrap {
  padding: 0;
}

.white .innerwrap {
  max-width: 950px;
}

.innerwrap::after,
.cols::after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}

.statepage .col {
  padding-top: 0px;
}

.twocols .col1 {
  width: 75%;
  float: left;
  position: relative;
}

.twocols .col2 {
  width: 25%;
  float: left;
  margin-top: 75px;
}

.page-id-1831 .twocols .col1 {
  width: 65%;
  float: left;
  position: relative;
}

.page-id-1831 .twocols .col2 {
  width: 35%;
  float: left;
  margin-top: 0px;
}

div.threatmapcontent,
div.publiclandscontent {
  padding-top: 40px;
  padding-right: 25px;
}

div.publiclandscontent {
  background: #e5f0e9;
  padding-right: 0px;
}

.statepage .col1 div.publiclandscontent header,
.statepage .col1 div.publiclandscontent section {
  margin-right: 25px;
}

div.tabbed-content .tab {}

span.pl-label {
  display: block;
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 3px 0;
  color: #8abfa1;
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: 1px solid #8abfa1;
  padding-left: 27%;
  top: 5px;
  left: 0;
}

ul.tablinks {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.tablinks li {
  margin: 0;
  padding: 0;
}

ul.tablinks li::first-child {
  margin: 0;
  padding: 0;
}

.tablink a:link,
.tablink a:visited {
  display: block;
  color: #00704a;
  background: #b6d7c3;
  padding: 5px 15px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 1px solid #9cddb6;
  border-left: 1px solid #9cddb6;
  border-right: 1px solid #9cddb6;
}

.tablink a:hover {
  color: #333;
  background: #87f6b3;
}

div.tabbed-content header {
  position: relative;
}

.col1.publiclands div.publiclandscontent,
.col1.oilgasmap div.threatmapcontent {
  display: block;
}

div.plback {
  background: #e5f0e9;
}

article {
  padding-top: 30px;
  position: relative;
}

.col1 header,
.col1 section {
  margin-right: 50px;
}

.statepage .col1 header,
.statepage .col1 section {
  margin-right: 0;
  padding-bottom: 1rem;
}

/* =================== */
/* Typography */
/* =================== */
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1;
  color: #000;
  padding: 0 0 1rem 0;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  color: #000;
  font-weight: 300;
  margin: 0;
  padding: 1.25rem 0 .75rem 0;
  line-height: 1.2;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  padding: 1rem 0;
  line-height: 1.2;
}

h2+h3 {
  padding-top: 0;
}

h2 span {
  font-size: 1.8rem;
  margin-left: .75rem;
}

h2 a {
  color: #00aeef;
  cursor: pointer;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  padding: 1rem 0;
  line-height: 1.2;
}

p {
  margin: 0;
  padding: .5rem 0;
  font-weight: 400;
}

.innerwrap ul,
article ul {
  list-style: disc outside;
  margin: .5rem 0 .5rem 35px;
  padding: 0;
}

.innerwrap ul li,
article ul li {
  margin: 0;
  padding: .25rem 0;
}

.innerwrap ol,
article ol {
  list-style: decimal outside;
  margin: .5rem 0 .5rem 35px;
  padding: 0;
}
.innerwrap ol li ol,
article ol li ol {
  list-style: upper-alpha outside;
}
.innerwrap ol li,
article ol li {
  margin: 0;
  padding: .25rem 0;
}

strong {
  font-weight: 700;
}

em {
  font-weight: 600;
  font-style: italic;
}

blockquote {
  margin: 1rem 0;
  padding: 2rem;
  border: 1px solid #e0c76d;
  font-weight: 600;
  background: rgba(252, 239, 191, .75);
  background: -moz-radial-gradient(center, ellipse cover, rgba(252, 239, 191, .75) 0%, rgba(246, 211, 114, .75) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(252, 239, 191, .75) 0%, rgba(246, 211, 114, .75) 100%);
  background: radial-gradient(ellipse at center, rgba(252, 239, 191, .75) 0%, rgba(246, 211, 114, .75) 100%);
  border-radius: 5px;
}

blockquote p {
  font-weight: 600;
}

.page-id-1831 blockquote p {
  font-size: 1.6rem;
  line-height: 2;
}

table {
  margin: 2rem 0;
  padding: 0;
  width: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

table th {
  background: #525252;
  color: #16acec;
  font-weight: 600;
  padding: 10px 20px;
  border-left: 1px solid #c5c2c2;
}

table th:first-child {
  border-left: 0px;
}

table td {
  background: #fff;
  color: #000;
  padding: 10px;
  border: 1px solid #e6e2e2;
  border-radius: 0px;
}

/* =================== */
/* Links */
/* =================== */
a:link, a:visited {
  color: #00aeef;
  text-decoration: none;
  transition: all .3s linear;
}

a:hover {
  color: #f84c29;
}

span.morelink {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}

span.morelink a {
  border: 1px solid #f84c2a;
  padding: 5px 10px;
  color: #f84c2a;
}

span.morelink a:hover {
  border: 1px solid #000;
  background: #f4cf53;
  color: #000;
}

footer#foot a {
  color: #fff;
}

footer#foot a:hover {
  color: #f84c29;
}

/* =================== */
/* Main Header */
/* =================== */
header#head {
  padding: 15px 0 0 0;
}

/* Logo */
/* ======== */
h1#logo {
  display: inline-block;
  max-width: 200px;
  margin-left: 20px;
  float: left;
  padding-right: 25px;
}

h1#logo-alt {
  max-width: 300px;
  margin-left: 0px;
}

/* =================== */
/* Top Navigation */
/* =================== */
nav.topmenu {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  float: left;
  margin-right: 20px;
}

.alt nav.topmenu {
  margin-top: 20px;
}

nav.topmenu ul {
  margin: 0;
}

nav.topmenu ul li:first-child {
  display: none;
}

nav.topmenu ul li {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 0px;
  text-transform: uppercase;
}

/* lets hide home link for desktop */
nav.topmenu ul li:first-child {
  display: none;
}

nav.topmenu a {
  color: #fff;
  padding: 5px 10px;
}

nav.topmenu a:hover {
  background: #f4cf53;
  color: #000;
  border-radius: 3px;
}

nav.topmenu li.menu-item-has-children a:hover {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

nav.topmenu li.current-menu-item a,
nav.topmenu li.current-page-ancestor a,
nav.topmenu li.current-menu-ancestor a,
nav.topmenu li.hovered a {
  background: #f4cf53;
  color: #000;
  position: relative;
  border-radius: 3px;
}

nav.topmenu li.current-menu-item a:after,
nav.topmenu li.current-page-ancestor a:after,
nav.topmenu li.current-menu-ancestor a:after {
  content: url('img/circle-dot12.png');
  display: block;
  position: absolute;
  bottom: -8px;
  right: -5px;
  z-index: 101;
}
nav.topmenu ul ul.sub-menu li a:after {
  content: "" !important;
}

nav.topmenu ul li.current-menu-item ul.sub-menu li a:after,
nav.topmenu li.current-page-ancestor ul.sub-menu li a:after

/*nav.topmenu li.current-page-ancestor.hovered a:after */
  {
  display: none;
  content: "";
}

nav.topmenu ul .sub-menu__wrapper {
  display: none;
  position: absolute;
  list-style: none outside;
  background: #f4cf53;
  z-index: 100;
  padding: 15px 10px;
  margin-top: 4px;
  -webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 3px;
  -moz-border-radius-topleft: 0;
  border-radius: 3px;
  border-top-left-radius: 0;
  border: 1px solid #e6c350;
  border-top: 0;
}

nav.topmenu ul li:last-child ul {
  left: auto;
  right: 50px;
  -webkit-border-radius: 3px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 3px;
  -moz-border-radius-topright: 0;
  border-radius: 3px;
  border-top-right-radius: 0;
}

nav.topmenu ul li.menu-item-16 ul {
  width: auto;
  column-count: 3;
  column-gap: 5px;
  -moz-column-gap: 5px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
}

nav.topmenu ul ul li:first-child {
  display: block;
}

nav.topmenu ul ul::after {
  display: block;
  content: "";
  clear: both;
  height: 1px;
}

nav.topmenu ul ul li {
  display: block;
  float: none;
  font-size: 1.3rem;
  padding: 3px 0;
}

nav.topmenu ul ul li a {
  background: #f4cf53;
  color: #000;
  padding: 3px 15px 3px 10px;
  border: 1px solid #f4cf53;
  display: block;
}

nav.topmenu ul .sub-menu__wrapper li a:hover,
nav.topmenu ul ul li.current-menu-item a,
nav.topmenu ul ul li.current-page-ancestor a {
  background: #000;
  color: #fff;
  border: 1px solid #f76d34;
}

/* =================== */
/* Top Slideshow  */
/* =================== */
.slidebanner {
  min-height: 400px;
  max-height: 450px;
  overflow: hidden;
  position: relative;
}

.slidebanner span.gradient {
  min-height: 400px;
  display: block;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  /* Standard syntax (must be last) */
  z-index: 1;
  position: absolute;
}

.cb-slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
}

.cb-slideshow li span.slideimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  z-index: 0;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 20s linear infinite 0s;
}

/* Settings for 2 Slides */
.cb-slideshow li div.infocircle {
  opacity: 0;
  animation: titleAnimation 20s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {}

.cb-slideshow li:nth-child(2) span {
  animation-delay: 10s;
}

.cb-slideshow li:nth-child(2) div.infocircle {
  animation-delay: 10s;
}

.cb-slideshow li:nth-child(2) div.infocircle {
  animation-delay: 10s;
}

/*
.cb-slideshow li:nth-child(3) span {
    animation-delay: 20s;
}
.cb-slideshow li:nth-child(3) div.infocircle {
    animation-delay: 20s;
}
.cb-slideshow li:nth-child(3) div.infocircle {
    animation-delay: 20s;
}
*/
.slidebanner img {
  vertical-align: middle;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }

  5% {
    opacity: 1;
    animation-timing-function: ease-out;
  }

  50% {
    opacity: 1
  }

  55% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes titleAnimation {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  50% {
    opacity: 1
  }

  55% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.slideshow,
.slideshow:after {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.circlecontainer {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  z-index: 12;
}

.circlewrap {
  width: 1150px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  top: 0;
}

.infocircle {
  background: #b53920;
  background: rgba(181, 57, 32, .8);
  width: 450px;
  height: 450px;
  position: absolute;
  border-radius: 50%;
  top: -15px;
  float: left;
  left: 10%;
  color: #fff;
}

span.bigtext {
  display: block;
  position: relative;
  font-size: 5rem;
  line-height: 1;
  font-weight: 300;
  top: 85px;
  padding: 0 50px;
  letter-spacing: -1px;
}

span.bigtext span {
  display: block;
  text-align: center;
}

span.bigtext span.line1 {
  padding: 0;
}

span.facttext {
  position: relative;
  display: block;
  padding: 0;
}

span.fline1 {
  font-size: 5rem;
  font-weight: 600;
  display: block;
  text-align: center;
  padding-top: .5rem;
  padding-bottom: 1rem;
}

span.fline2 {
  font-size: 2.5rem;
  font-weight: 400;
  display: block;
  text-align: center;
  letter-spacing: normal;
  line-height: 1.2;
  padding: 0 25px;
}

/* =================== */
/* Home Page Boxes  */
/* =================== */
div.homeboxes:after,
div.center:after {
  display: block;
  content: ' ';
  height: 1px;
  clear: both;
}

div.center {
  margin: 0 auto;
  position: relative;
  width: 90%;
}

div.homeboxes {
  margin: 20px auto;
}

.homeboxes div.onebox {
  width: 30%;
  max-width: 300px;
  min-width: 175px;
  margin-left: 35px;
  position: relative;
  float: left;
  border: 1px solid #fff;
}

.homeboxes div.onebox img {
  border: 2px solid #000;
}

.homeboxes div.onebox:first-child {
  margin-left: 0px;
}

.onebox h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0rem 0;
}

/* =================== */
/* Yellow background Home Page Boxes  */
/* =================== */
.outerwrap.yellow {
  padding: 50px 0;
}

.boxesyellow {
  width: 900px;
  margin: 0 auto;
}

.boxesyellow:after {
  clear: both;
  content: ' ';
  height: 1px;
  display: block;
}

.oneyellowbox {
  max-width: 450px;
  max-height: 300px;
  height: 100%;
  float: left;
  display: block;
  position: relative;
  border: 5px solid #fff;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.oneyellowbox a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.oneyellowbox img {
  object-fit: cover;
}

.playicon a::after {
  content: "\25B6";
  display: block;
  position: absolute;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 4px solid #fff;
  padding: 0 0 0 5px;
  border-radius: 50%;
  top: 45%;
  text-align: center;
  line-height: 33px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, .4);
}

span.textincircle {
  display: block;
  color: #000;
}

div.labels {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.resources div.labels,
.coalitionpartners div.labels {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  border: 2px solid #333;
  margin: 0 auto;
  right: 0;
  left: 0;
  padding: 0;
}

.resources div.labels {
  background: rgba(11, 66, 83, 0.7);
  margin: 0 auto;
  text-align: center;
  border: 3px solid #70ceba;
}

.resources span.textincircle,
.coalitionpartners span.textincircle {
  margin-top: 70px;
}

.coalitionpartners div.labels {
  background: rgba(240, 65, 72, 0.7);
  border: 3px solid #f5ce55;
}

.toplabel div.labels {
  width: 100%;
  background: rgba(0, 0, 0, .3);
  color: #000;
  top: 0;
  left: 0;
  transform: none;
}

.bottomlabel div.labels {
  width: 100%;
  background: rgba(0, 0, 0, .5);
  color: #000;
  bottom: 0;
  left: 0;
  top: auto;
  transform: none;
}

.coalitionpartners span.textincircle {
  margin-top: 65px;
}

div.labels h2 {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  padding: 1rem 0;
  position: relative;
}

div.labels span.sublabel {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  position: relative;
}

.oneyellowbox img {
  display: block;
  margin: 0;
  padding: 0;
}

footer#foot {
  padding: 20px;
}

footer .logo {
  display: inline-block;
  width: 175px;
  margin-right: 50px;
}

.footermenu {
  display: inline-block;
  position: absolute;
  top: 42px;
  width: auto;
  padding-right: 0;
}

div.footermenu:after {
  display: block;
  content: ' ';
  height: 1px;
  clear: both;
}

.footermenu ul {
  list-style: none outside;
  margin-left: 0px;
}

.footermenu ul li {
  font-size: 1.2rem;
  color: #fff;
  padding-right: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.footermenu h4 {
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
}

.copyright {
  display: block;
  clear: both;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding-top: 25px;
}

.contactemail {
  padding-left: 5px;
}

.contactemail::before {
  content: "\2022";
  color: #fff;
  padding-right: 7px;
}

/* =================== */
/* STATE PAGES */
/* =================== */
#mapdiv {
  display: none;
}

.mapimg img {}

.mapimg span {
  font-size: 1.2rem;
  color: #333;
  text-align: left;
  display: block;
  font-style: italic;
  margin-bottom: 2rem;
}

.page-id-4 .mapimg span {
  margin-bottom: 0;
}

.alt2 .mapimg-alt {
  border-bottom: 2px solid #000;
  margin-top: 0;
}

.outerwrap.alt2 {
  height: 200px;
}

.mapimg-alt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  z-index: 0;
  opacity: 1;
  z-index: 0;
  height: 200px;
}

.mapimg img {}

.statepage .innerwrap {
  border: 0px solid #333;
}

.statepage article {
  padding-top: 0px;
}

.statepage:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}

div.statscol {
  float: left;
  width: 27%;
  padding-right: 3%;
}

div.contentcol {
  width: 73%;
  padding-right: 0;
  float: left;
}

div.contentcol>p:first-child {
  padding-top: 2px;
}

div.contentcol p {
  text-align: justify;
}

.statepage section.entry-content:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

div.tab {
  border-bottom: 2px solid #999999;
}

h1.entry-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.2;
}

.statepage h1.entry-title {
  margin-left: 27%;
}

.statepage .pl-links {
  margin-left: 22.25%;
}

.statepage .pl-links a {
  padding: 3px 10px;
  margin: 0;
  border: 1px solid #333;
  border-radius: 3px;
  background: #f3ce5d;
  font-size: 1.2rem;
  color: #fff;
}

ul.statslist {
  list-style: none outside;
  margin: 0 0 0 0;
  padding: 0 20px;
}

ul.statslist li {
  margin: 0;
  padding: 1.5rem 0;
}

ul.statslist li:first-child {
  padding-top: 0px;
}

.page-id-4 ul.statslist li:first-child {
  padding-top: 6px;
}

span.statline1 {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
}

span.statline2 {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
}

.stateintro section.entry-content {
  padding: 10px 0;
}

.stateintro section.entry-content>div {
  padding: 0 20px;
}

div.embed-container.videos:after {
  content: "";
  display: block;
  clear: both;
  height: 200px;
}

/* =================== */
/*ACTION BOX ON STATE PAGES */
/* =================== */
div.contentactionbox {
  margin: 1rem 0rem;
  padding: 15px 25px;
  background: #fff;
  border: 3px dotted #f84c29;
  border-radius: 10px;
}

span.talabel {
  color: #f84c29;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
}

.contentactionbox span {
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
}

.contentactionbox .medialinks {
  border-bottom: 2px dotted #f84c29;
}

.contentactionbox span.callprez {
  font-size: 2.5rem;
}

.contentactionbox span.callprez a {
  color: #3b579d;
}

/* =================== */
/* Public Lands PAGES */
/* =================== */
div.boxfloatright {
  width: 200px;
}

div.boxfloatright div {
  margin-bottom: 1rem;
}

/* =================== */
/* ASIDE MENU */
/* =================== */
.actionbox {
  width: 200px;
  border: 2px solid #f84c29;
  margin: 0px 0 20px 25px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.actionbox span {
  display: block;
  text-align: center;
  padding: 10px 5px;
  border-bottom: 2px dotted #f84c29;
}

.actionbox span span {
  border-bottom: 0;
}

.actionbox span img {
  display: block;
  margin: 0 auto;
  padding: 10px 5px;
}

.actionboxtitle {
  margin: 0 0 -1px 25px;
  width: 200px;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  background-color: #f84c29;
  text-align: center;
  line-height: .9;
  border-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.actionbox span.callprez {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  color: #f84c29;
  line-height: 1;
  padding: 5px 0;
  display: block;
  border: 0;
}

.callprez strong {
  font-weight: 700;
}

.actionbox span.callprez span {
  display: block;
  padding: 5px 10px;
}

.callprez a:link,
.callprez a:visited {
  color: #f84c29;
}

.callprez a:hover {
  color: #00aeef;
}

/* =================== */
/* ABsolute Take Action Box Top Menu */
/* =================== */
.actionboxfloat {
  width: auto;
  position: absolute;
  top: 28px;
  right: 80px;

}
.actionlinkhead {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.actionlinkhead a {
  color: #fff;
  padding: 10px 10px;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 12px 10px 7px 10px;
  background: #0090D7;
  border-bottom: 5px solid #005C85;
}
.actionlinkhead a:hover {
  background: #005C85;
}

.actionbox span span {
  border-bottom: 0;
}

.actionboxfloat span img {
  margin: 0 auto;
  padding: 0px;
  max-width: 24px;
}

.actionboxtitle {
  margin: 0 0 -1px 25px;
  width: 200px;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  background-color: #f84c29;
  text-align: center;
  line-height: .9;
  border-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.actionbox span.callprez {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  color: #f84c29;
  line-height: 1;
  padding: 10px 0;
  display: block;
  border: 0;
}

.callprez strong {
  font-weight: 700;
}

.callprez a:link,
.callprez a:visited {
  color: #f84c29;
  line-height: 1.3;
  display: block;
  padding: 5px 10px;

}

.callprez a:hover {
  color: #00aeef;
}

.sidemenu {
  background: #f4cf53;
  padding: 10px;
  max-width: 200px;
  border-radius: 5px;
  margin: 0px 0 20px 25px;
}

.page-id-1831 .sidemenu {
  padding: 20px;
  max-width: 400px;
}

.menuhead {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  text-align: center;
  margin: 0;
}

.sidemenu ul {
  list-style: none outside;
  margin: 1rem 0;
  padding: 0;
}

.sidemenu ul li {
  margin: 0;
  padding: 0px 0;
}

.sidemenu ul li a:link,
.sidemenu ul li a:visited {
  margin: 7px 0;
  padding: 7px 10px;
  border: 1px solid #f4cf53;
  color: #000;
  display: block;
  line-height: 1.2;
}

.sidemenu ul.statelist li a:link,
.sidemenu ul.statelist li a:visited {
  margin: 0;
  padding: 2px 5px;
  border: 1px solid #f4cf53;
  color: #000;
  display: block;
  line-height: 1;
}

.sidemenu ul li a:hover,
.sidemenu ul li a:active,
.sidemenu ul li.current_page_item a:link,
.sidemenu ul li.current_page_item a:visited,
.sidemenu ul.statelist li a:hover,
.sidemenu ul.statelist li a:active,
.sidemenu ul.statelist li.current_page_item a:link,
.sidemenu ul.statelist li.current_page_item a:visited {
  background: #000;
  border: 1px solid #f76d34;
  color: #fff;
  border-radius: 3px;
}

.statelistingblock.sidemenu {
  background: #f4cf53;
  margin: 2rem 0;
  padding: 10px 15px;
  border-radius: 10px;
  column-count: 3;
  column-gap: 5px;
  column-width: 125px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  max-width: 600px;
}

.statelistingblock.sidemenu ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.statelistingblock.sidemenu ul li {
  display: block;
  padding: 0 5px;
  margin: 0px 0;
}

.statelistingblock::after {
  content: "";
  display: block;
  clear: both;
  height: 20px;
}

.sharestories {
  display: block;
  border: 1px solid #fff;
  margin: 1rem 0 1rem 25px;
  padding: 1rem 0;
}

.sharestories::after {
  content: " ";
  display: block;
  clear: both;
}

.sharestories span {
  display: block;
}

.sharestories span.sharetext {
  float: left;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 60%;
  text-align: right;
  padding-right: 5px;
}

.sharestories span.clickhere {
  float: right;
  font-size: 1.5rem;
  line-height: 1;
  width: 30%;
  text-align: center;
}

.sharestories a:link,
.sharestories a:visited {
  color: #000;
}

.sharestories a:hover {
  color: #f84c29;
}

.sharestories a:link span.clickhere,
.sharestories a:visited span.clickhere {
  background: #00aeef;
  color: #fff;
  padding: 1rem 10px;
  border-radius: 8px;
  transition: all linear .3s;
  line-height: 1.4;
}

.sharestories a:hover {
  color: #f84c29;
}

.sharestories a:hover span.clickhere {
  background: #000;
  color: #fff;
}

/* =================== */
/* Map Page Link Button  */
/* =================== */
ul.mapbutton {
  list-style: none;
  display: none;
}

.mapbutton a {
  background-color: rgba(0, 173, 239, 1);
  background-image: url('img/map-icon.png');
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  border: 1px solid #fff;
  border-radius: 8px;
  display: block;
  padding: 12px 10px 12px 40px;
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  font-weight: 600;
}

.mapbutton a:hover {
  background-color: rgba(0, 0, 0, 1);
}

/* =================== */
/* STATE PAGE VIDEO THUMBS  */
/* =================== */
div.videosection {
  margin: 25px 0;
  border-bottom: 1px solid #999999;
  background: #fff !important;
}

.videos {
  position: relative;
}

h2.vidhd {
  font-size: 2.5rem;
  font-weight: 300;
  position: relative;
}

h3.vidsub {
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
}

h2.vidhd span {
  background: #fff;
  color: #000;
  border-radius: 0%;
  width: auto;
  height: auto;
  display: inline;
  text-align: left;
  font-size: 1.8rem;
  text-transform: uppercase;
}

div.slidethumbs:after {
  display: block;
  content: " ";
  clear: both;
  height: 1px;
}

.onevidimgthumb {
  display: block;
  width: 22%;
  padding: 10px 2%;
  float: left;
  background: #fff;
  cursor: pointer;
  z-index: 10;
}

.onevidimgthumb:nth-of-type(1) {
  padding-left: 0%;
}

.onevidimgthumb:nth-of-type(4) {
  padding-right: 0%;
}

.onevid {
  display: block;
  z-index: 10;
  visibility: visible;
  width: 100%;
  position: absolute;
}

.onevid.v1 {
  visibility: visible;
}

.onevid.active {
  visibility: visible;
  z-index: 11;
}

.onevid span.comcaption {
  bottom: 0;
  left: 0;
  min-height: 25px;
  background: rgba(0, 0, 0, .3);
  display: block;
  position: absolute;
}

.onevid span p {
  color: #fff;
  padding: 10px 20px;
  margin: 0;
}

/* =================== */
/* ASIDE on STATE Pages  */
/* =================== */
div.casestudiesblock {
  max-width: 200px;
}

div.casestudiesblock {
  margin-left: 25px;
  margin-top: .5rem;
}

span.casestudyhd {
  font-size: 1.4rem;
  font-weight: 600;
}

/* =================== */
/* How to use Map Page  */
/* =================== */
.helpblock {
  float: right;
  max-width: 300px;
  margin: 0rem 0 2rem 2rem;
  padding: 10px;
}

.helpblock ul {
  list-style: none outside;
  margin: 0 0 0;
  padding: 0;
}

.helpblock ul li {
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #000;
  font-size: 1.3rem;
}

.helpblock h2 {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

h2 span {
  background: #000;
  color: #f4cf53;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}

div.videohelpblock:before {
  content: "";
  display: block;
  height: 1px;
  clear: both;
}

.videohelpblock {
  clear: both;
  margin-top: 25px;
}

ul.videohelp {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

ul.videohelp:after {
  content: "";
  display: block;
  height: 1px;
  clear: both;
}

ul.videohelp li {
  float: left;
  display: block;
  width: 30%;
  max-width: 219px;
  margin: 0 0px 40px 32px;
  padding: 0;
  border: 1px solid #fff;
}

ul.videohelp li:first-child {
  margin-left: 0;
}

ul.videohelp li:nth-of-type(3n+1) {
  clear: both;
}

ul.videohelp li.embed-container:after {
  content: "";
  clear: both;
  height: 1px;
  display: block;
  position: relative;
}

li.onehelpvid h3 {
  margin: 0px 0 .25rem 0;
}

li.onehelpvid p {
  margin: 0 0 .5rem;
}

/* =================== */
/* GFORMS STYLES  */
/* =================== */
.gform_wrapper textarea,
input {
  border: 1px solid #525252;
  border-radius: 3px;
}

input[type=file] {
  border: 0;
}

select {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  width: 268px;
  background-color: #f6f3f3;
  color: #000;
}

.page .gform_wrapper .top_label .gfield_label {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0;
}

body.page .gform_wrapper label.gfield_label+div.ginput_container {
  margin: 0 0 1rem 0;
}

.gform_wrapper .gform_footer input.button {
  color: #fff;
  background: #525252;
  border: 2px solid #f74a26;
  border-radius: 5px;
  cursor: pointer;
  transition: all .3s linear;
  padding: 5px 15px;
}

.gform_wrapper .gform_footer input.button:hover {
  background: #f74a26;
  border: 2px solid #000;
}

.gform_wrapper .gform_footer input.button:active {
  background: #00adef;
}

.page .gform_wrapper div.validation_error {
  color: #f84c29;
  font-size: 1.5rem;
  font-weight: 600;
  border-top: 0px solid #00acee;
  border-bottom: 0px solid #00acee;
}

.page .gform_wrapper li.gfield.gfield_error {
  border-top: 1px solid #c7e0e9;
  border-bottom: 1px solid #c7e0e9;
  background-color: #d6f0fa;
  margin-bottom: 0;
}

.page .gform_wrapper .gfield_error .gfield_label {
  color: #000;
}

.page .gform_wrapper .validation_message {
  color: #000;
}

.page .gform_wrapper li.gfield_error input[type=text] {
  border: 1px solid #f84c29;
}

.gotovideos {
  position: absolute;
  top: 28px;
  right: 20px;
  width: 43px;
  height: 43px;
  z-index: 100;
}

.gotovideos a:after {
  content: "\279C";
  position: absolute;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  width: 43px;
  height: 43px;
  top: 0px;
  left: 0px;
}

.gototop {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 43px;
  height: 43px;
  z-index: 100;
}

.gototop a:after {
  content: "\279C";
  position: absolute;
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
  width: 43px;
  height: 43px;
  top: 0px;
  left: 0px;
}

.gototop a,
.gotovideos a {
  display: block;
  width: 43px;
  height: 43px;
  cursor: pointer;
  font-size: 30px;
  color: #16aced;
  border: 3px solid #f64829;
  border-radius: 10px;
  background: #333;
  transition: all .3s linear;
  text-align: center;
}

.gototop a:hover,
.gotovideos a:hover {
  background: #f3d05c;
  background: #000;
  color: #f4d263;
}

.callform {
  padding-bottom: 5rem;
}

.callform form {
  padding-top: 1.5rem;
}

.callform input {
  width: auto;
}

.callform .input {
  margin-bottom: 1rem;
}

.callform label {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
}

.callform h2 {
  font-weight: bold;
  color: #f6492a;
}

.callform input {
  padding: 5px;
  border: 1px solid #525252;
}

.callform input[type=submit] {
  background: #16aced;
  color: #fff;
  font-weight: bold;
  margin: 1rem 0;
  padding: 5px 2rem;
  font-size: 1.8rem;
}

/* =================== */
/* Make Embed Responsive */
/* =================== */
.embed-container {
  position: relative;
  padding-bottom: 51.25%;
  overflow: hidden;
  max-width: 100%;
  display: block;
}

.embed-container.map {
  border: 2px solid #000;
}

.googleform {
  margin-top: 25px;
}

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

.ozonetbl th.firstcol {
  width: 20%
}

.ozonetbl th.seccol {
  width: 30%;
}

.ozonetbl th.thirdcol {
  width: 40%;
}
ul.footnotes {
	list-style: none outside;
	margin: 0;
	padding: 1rem 0;
}
 sup {
	font-size: 1.3rem;
}
tr.bluerow th {
  background: #4670C2;
  color: #fff;
}

tr.greenrow td {
  background: #AECA5A;
  color: #000;
}

tr.yellowrow td {
  background: #FDFF37;
  color: #000;
}

tr.orangerow td {
  background: #F48F29;
  color: #000;
}

tr.redrow td {
  background: #EC1322;
  color: #fff;
}

@media only screen and (min-width: 915px) and (max-width: 1149px) {
  .actionboxfloat {
    top: 15px;
    right: 20px;
  }

  .gotovideos+.actionboxfloat {
    right: 70px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 914px) {
  .actionwrap {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    position: relative;
  }

  .actionboxfloat {
    width: 200px;
    display: inline-block;
    margin: 2rem auto;
    position: relative;
    top: auto;
    right: 0;
    left: 0;
    padding: 0;
    text-align: center;
  }

  .actionboxfloat span {
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1149px) {
  .innerwrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
  }

  .white .innerwrap {
    max-width: 100%;
  }

  h1#logo {
    max-width: 175px;
    padding-left: 25px;
  }

  nav.topmenu {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
  }

  nav.topmenu ul li {
    font-size: 1.1rem;
    margin: 0;
  }

  nav.topmenu ul li:last-child ul {
    right: 25px;
  }

  nav.topmenu a {
    padding: 5px;
  }

  nav.topmenu ul li.menu-item-20 ul {
    width: auto;
    column-count: 2;
    column-gap: 5px;
    -moz-column-gap: 5px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }

  /* =================== */
  /* Top Slideshow  */
  /* =================== */
  .slidebanner {
    min-height: 300px;
    max-height: 350px;
    overflow: hidden;
    position: relative;
  }

  .circlewrap {
    width: auto;
  }

  .infocircle {
    width: 325px;
    height: 325px;
    top: -15px;
    left: 5%;
  }

  span.bigtext {
    font-size: 3rem;
    top: 50px !important;
    padding: 0 25px;
  }

  span.bigtext span {
    display: block;
    text-align: center;
  }

  span.bigtext span.line1 {
    padding: 10px 30px;
  }

  span.facttext {
    padding: 0 25px;
  }

  span.fline1 {
    font-size: 3rem;
    font-weight: 600;
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  span.fline2 {
    font-size: 2rem;
  }

  article {
    padding: 25px;
  }

  .homeboxes div.onebox {
    width: 29%;
    max-width: 300px;
    min-width: 150px;
  }

  .twocols .col2 {
    margin-top: 12px;
  }

  .actionbox span.callprez {
    font-size: 1.6rem;
  }

  span.statline1 span {
    display: block;
    font-size: 1.4rem;
  }

  /* =================== */
  /* Yellow background Home Page Boxes  */
  /* =================== */
  .boxesyellow {
    width: 718px;
    padding: 40px 0;
    margin: 0 auto;
  }

  .oneyellowbox {
    width: 349px;
    height: 226px;
  }

  .resources div.labels,
  .coalitionpartners div.labels {
    width: 210px;
    height: 210px;
  }

  .resources span.textincircle,
  .coalitionpartners span.textincircle {
    margin-top: 50px;
  }

  div.labels h2 {
    font-size: 2rem;
  }

  div.labels .textincircle h2 {
    font-size: 1.8rem;
  }

  div.labels span.sublabel {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 0 1rem;
  }

  ul.videohelp li {
    width: 30%;
    margin-right: 15px;
  }

  .mapimg {
    margin: 0 0px 0;
  }

  .mapimg span {
    padding-left: 10px;
  }

  ul.videohelp li {
    margin-left: 0px;
  }

  .sharestories span.sharetext {
    float: none;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: 100%;
    text-align: center;
    padding-right: 0px;
    margin-bottom: 5px;
  }

  .sharestories span.clickhere {
    float: none;
    font-size: 1.5rem;
    line-height: 1;
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  h1.entry-title {
    font-size: 3rem;
  }

  .footermenu {
    padding-right: 20px;
  }

  .actionbox {
    width: auto;
    max-width: 216px;
  }

  .actionboxtitle {
    width: auto;
    font-size: 2rem;
    max-width: 216px;
  }

  .actionbox span.callprez {
    padding: 10px;
  }

  .gotovideos {
    top: 15px;
    right: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  h1#logo {
    max-width: 225px;
    margin: 0 auto;
    display: block;
  }

  .map .innerwrap {
    padding: 0;
  }

  .mapimg span {
    display: block;
    text-align: center;
  }

  nav.topmenu {
    display: none;
  }

  a.togglemenu {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    left: 20px;
    cursor: pointer;
    z-index: 1000;
  }

  a.togglemenu span,
  a.togglemenu span:before,
  a.togglemenu span:after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    width: 25px;
    height: 4px;
    top: 10px;
    cursor: pointer;
    transition: all .5s ease-in-out
  }

  a.togglemenu span:before {
    top: -8px;
  }

  a.togglemenu span:after {
    top: 8px;
  }

  .mm-opened a.togglemenu span {
    background-color: transparent
  }

  .mm-opened a.togglemenu span:after,
  .mm-opened a.togglemenu span:before {
    top: 0
  }

  .mm-opened a.togglemenu span:before {
    transform: rotate(45deg)
  }

  .mm-opened a.togglemenu span:after {
    transform: rotate(-45deg)
  }

  .twocols .col1 {
    width: auto;
    float: none;
  }

  .twocols .col2 {
    width: auto;
    float: none;
    margin: 20px 0;
  }

  div.statscol {
    float: none;
    width: auto;
    padding-right: 0;
    margin-bottom: 25px;
  }

  div.contentcol {
    float: none;
    width: auto;
    padding-right: 0;
  }

  h1.entry-title {
    font-size: 3rem;
  }

  .statepage h1.entry-title {
    margin-left: 0;
  }

  span.statline1 {
    text-align: left;
  }

  span.statline2 {
    text-align: left;
  }

  ul.statslist {
    padding: 0;
  }

  ul.statslist li {
    padding: 1rem 0;
  }

  .col1 header,
  .col1 section {
    margin-right: 0px;
  }

  /* =================== */
  /* Yellow background Home Page Boxes  */
  /* =================== */
  .boxesyellow {
    width: 100%;
    padding: 20px 25px;
  }

  .oneyellowbox {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    float: none;
  }

  .homeboxes div.onebox {
    width: auto;
    display: block;
    float: none;
    max-width: 300px;
    min-width: 150px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .homeboxes div.onebox:first-child {
    margin-left: auto;
  }

  .resources div.labels,
  .coalitionpartners div.labels {
    left: 0;
    width: 65%;
    height: auto;
    position: absolute;
    border-radius: 15px;
    background: rgba(255, 255, 255, .5);
    border: 2px solid #333;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .resources div.labels {
    background: rgba(11, 66, 83, 0.7);
    border: 3px solid #70ceba;
  }

  .coalitionpartners div.labels {
    background: rgba(240, 65, 72, 0.7);
    border: 3px solid #f5ce55;
  }

  .resources span.textincircle,
  .coalitionpartners span.textincircle {
    margin-top: 0px;
  }

  div.labels h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    padding: .5rem 0;
    position: relative;
  }

  div.labels span.sublabel {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
  }

  h2.vidhd {
    font-size: 3rem;
  }

  h2.vidhd span {
    display: block;
    font-size: 1.8rem;
  }

  h3.vidsub {
    font-size: 1.8rem;
  }

  ul.videohelp li {
    float: none;
    display: block;
    width: auto;
    max-width: 219px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #fff;
  }

  ul.videohelp li:first-child {
    margin-left: auto;
  }

  /* =================== */
  /* SLIDESHOW */
  /* =================== */
  .circlecontainer {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    z-index: 12;
  }

  .circlewrap {
    width: auto;
    height: auto;
  }

  .infocircle {
    background: #b53920;
    background: rgba(181, 57, 32, .6);
    width: 80%;
    height: auto;
    position: relative;
    border-radius: 15px;
    top: 75px;
    float: none;
    left: auto;
    right: auto;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 5px solid rgba(181, 57, 32, .9);
  }

  span.bigtext {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 300;
    top: 10px !important;
    padding: 20px 10px;
    letter-spacing: -1px;
  }

  span.bigtext span {
    display: block;
    text-align: center;
  }

  span.facttext {
    position: relative;
    display: block;
    padding: 0 20px;
  }

  span.fline1 {
    font-size: 3rem;
    font-weight: 600;
    display: block;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  span.fline2 {
    font-size: 1.8rem;
    font-weight: 400;
    display: block;
    text-align: center;
    letter-spacing: normal;
    line-height: 1.2;
  }

  span.facttext::after {
    content: " ";
    display: block;
    clear: both;
    height: 1px;
  }

  aside .sidemenu {
    display: none;
  }

  .page-id-1831 aside .sidemenu {
    display: block;
  }

  .page-id-1831 .twocols .col1 {
    width: auto;
    float: none;
    position: relative;
  }

  .page-id-1831 .twocols .col2 {
    width: auto;
    float: none;
    margin-top: 2rem;
  }

  .page-id-1831 .sidemenu {
    margin-left: 0;
  }

  .sharestories {
    margin: 1rem auto;
    padding: 1rem 0;
  }

  div.slidethumbs {
    display: none;
  }

  div.onevid {
    visibility: visible;
    display: block;
    position: relative;
    margin-bottom: 25px;
  }

  div.onevid:after {
    content: " ";
    display: block;
    clear: both;
  }

  table {
    margin: 2rem 0;
    padding: 0;
    width: 98%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }

  table th {
    font-weight: 400;
    padding: 5px;
    font-size: 1.1rem;
  }

  table td {
    padding: 5px;
    font-size: 1rem;
  }

  footer .logo {
    float: none;
    margin-bottom: 10px;
    margin-right: 25px;
  }

  .footermenu {
    float: none;
    clear: both;
  }

  .copyright {
    padding-top: 15px;
  }

  .copyright a.contactemail {
    display: block;
  }

  .copyright a.contactemail::before {
    content: "";
  }

  .actionbox {
    width: auto;
    margin: 0px auto 20px auto;
  }

  .actionboxtitle {
    width: auto;
    margin: 0 auto -1px auto;
  }

  /* =================== */
  /* PUBLIC LANDS PAGES */
  /* =================== */
  div.threatmapcontent {
    padding-top: 20px;
    padding-right: 0;
  }

  span.pl-label {
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
  }

  div.publiclandscontent header,
  div.publiclandscontent section {
    padding-left: 10px;
  }

  .statepage .col1 div.publiclandscontent section {
    margin-right: 10px;
  }

  .statepage .col1 div.publiclandscontent header {
    margin-right: 10px;
  }

  div.publiclandscontent {
    padding-top: 0px;
  }

  /* =================== */
  /*ACTION BOX ON STATE PAGES */
  /* =================== */
  div.contentactionbox {
    padding: 15px;
  }

  span.talabel {
    font-size: 2.5rem;
    margin: 1rem 0;
  }

  .contentactionbox span {
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
  }

  .contentactionbox span.talabel {
    display: block;
  }

  .contentactionbox .medialinks {
    border-bottom: 2px dotted #f84c29;
  }

  .contentactionbox span.callprez {
    font-size: 2.5rem;
  }

  .contentactionbox span.callprez a {
    color: #3b579d;
  }

  /* =================== */
  /* Public Lands PAGES */
  /* =================== */
  div.boxfloatright {
    width: 200px;
  }

  div.boxfloatright div {
    margin-bottom: 1rem;
  }

  ul.tablinks {
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .tablink a:link,
  .tablink a:visited {
    padding: 5px 5px;
  }

  li.tablink {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  div.boxfloatright {
    width: 150px;
  }

  #wpadminbar {
    top: -46px !important;
  }

  footer#foot {
    text-align: center;
  }

  footer .logo {
    float: none;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .footermenu {
    display: block;
    position: relative;
    top: 0;
  }

  .footermenu ul li {
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 0;
    display: block;
  }

  .wp-caption {
    max-width: 50%;
  }

  a img.alignright,
  img.alignright {
    float: none;
    margin: 5px 0 20px 0;
  }
}
