@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

/*Theme Name: DNR
Theme URI: http://dts.utah.gov
Description: DTS Boilerplate WordPress theme
Version: 1
Author: DTS User Experience Design Group
Author URI: http://dts.utah.gov
*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  /* ADD CUSTOM FONTS HERE */
  font-size: 1em;
  /* 1em = 16px | generally do no change this value so you can override it easily for accessibility */
  line-height: 1.4;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: #281c1e;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
*/

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
*/

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
video,
.wp-caption {
  vertical-align: middle;
  max-width: 100% !important;
  height: auto;
}

/*
 * Remove default fieldset styles.
*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
*/

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
  margin: 31px 0 0;
  background: #ccc url("img/alert-icon-large.png") 15px center no-repeat;
  color: #000;
  padding: 20px 15px 20px 100px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* These two basic classes are used throughout the site. Adjust widths to match your needs */

.site-full {
  width: 100%;
  position: relative;
}

.site {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

/* ********************** Header ********************** */

#header-container {
  /*this contains all the header elements. (header, main menu, search, etc) Useful for stickey headers. */
  margin-top: 31px;
  /* offset for Utah.gov header */
  background: #f6f6f6;
}

#header-container.sticky {
  margin-top: 0;
  z-index: 2;
  position: fixed;
  top: 0;
}
a {
  color: #b29537;
}
iframe {
  width: 100%;
}

/*/
//
///
//////  */

/*Setting up the Sliding images!!! */

/*/////
////
///
//
/*/

ul.slides li:nth-child(1) {
  background-image: url("../../uploads/slider-image1.jpg");
  background-repeat: no-repeat;
  height: 330px;
  width: 100%;
  background-size: cover;
}

ul.slides li:nth-child(2) {
  background-image: url("../../uploads/slider-image2.png");
  background-repeat: no-repeat;
  height: 330px;
  width: 100%;
  background-size: cover;
}

ul.slides li:nth-child(3) {
  background-image: url("../../uploads/slider-image3.png");
  background-repeat: no-repeat;
  height: 330px;
  width: 100%;
  background-size: cover;
}

ul.slides li:nth-child(4) {
  background-image: url("../../uploads/slider-image4.png");
  background-repeat: no-repeat;
  height: 330px;
  width: 100%;
  background-size: cover;
}

/* ******** Main Menu ******** */

.mainmenu {
  width: 100%;
  background-size: cover;
}

/*
  IMG Size
   1400 x 330
  */

.mainmenu {
  display: none;
}

.forestry-toolset .flexslider {
  display: none;
}

.home-toolset .mainmenu {
  display: none;
}

.post-image-toolset .mainmenu {
  display: none;
}

.default-toolset .mainmenu {
  display: none;
}

.geological-toolset .flexslider {
  display: none;
}

.oil-toolset .flexslider {
  display: none;
}

.state-toolset .flexslider {
  display: none;
}

.water-rights-toolset .flexslider {
  display: none;
}

.water-resources-toolset .flexslider {
  display: none;
}

.wildlife-toolset .flexslider {
  display: none;
}

.forestry-toolset .mainmenu {
  background-image: url("../../uploads/forestry-dnr.png");
  background-repeat: no-repeat;
  height: 330px;
  width: 100%;
  background-size: covrer;
}

.geological-toolset .mainmenu {
  background-image: url("../../uploads/geological-dnr.png");
  background-repeat: no-repeat;
  height: 330px;
  width: 100%;
  background-size: covrer;
}

.oil-toolset .mainmenu {
  background-image: url("../../uploads/oil-dnr.png");
  background-repeat: no-repeat;
  height: 330px;
  width: 100%;
  background-size: covrer;
}

.state-toolset .mainmenu {
  background-image: url("../../uploads/state-parks-dnr.png");
  background-repeat: no-repeat;
  height: 330px;
  width: 100%;
  background-size: covrer;
}

.water-rights-toolset .mainmenu {
  background-image: url("../../uploads/water-rights-dnr.png");
  background-repeat: no-repeat;
  height: 330px;
  width: 100%;
  background-size: covrer;
}

.water-resources-toolset .mainmenu {
  background-image: url("../../uploads/water-resources-dnr.png");
  background-repeat: no-repeat;
  height: 330px;
  width: 100%;
  background-size: covrer;
}

.wildlife-toolset .mainmenu {
  background-image: url("../../uploads/wildlife-dnr.png");
  background-repeat: no-repeat;
  height: 330px;
  width: 100%;
  background-size: covrer;
}

/* *************** Second Menu */

.secondMenu {
  height: 110px;
  background-color: #3c3c3c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.secondMenuItems {
  width: 137px;
  background-color: #575757;
  margin-left: 1px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.secondMenuItems:hover {
  width: 137px;
  background-color: dimgrey;
  margin-left: 1px;
  color: white;
}

.secondMenuItems p {
  font-size: 10px;
  width: 76px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
}

#forest {
  width: 100px;
  margin: 0 auto;
}

.buttons {
  color: white;
  width: 430px;
  background-color: #7f8839;
  text-align: center;
  font-size: 26px;
  /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    text-transform: uppercase;
    padding: 3px 7px 3px 12px;
    font-weight: 100;*/
}

.buttons1 {
  color: white;
  width: 311px;
  text-decoration: none;
  text-align: -webkit-center;
  padding: 5px 0 5px 0;
  float: right;
  text-align: center;
}

.forestry-color {
  background-color: #629080;
}

.geological-color {
  background-color: #e87d1e;
}

.oil-color {
  background-color: #79496a;
}

.state-color {
  background-color: #727a35;
}

.water-rights-color {
  background-color: #0067ac;
}

.water-resources-color {
  background-color: #4fb3cf;
}

.wildlife-color {
  background-color: #896532;
}

.natural-resources-color {
  background-color: #b29537;
}

.display-none {
  display: none;
}
td.month_name {
  font-size: larger;
  font-weight: 500;
  color: #b29537;
}
.location-flex-box-page {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 75px;
}
.location-event-links {
  /* display: flex; */
  /* justify-content: center; */
  text-align: center;
  padding-bottom: 10px;
}
.event-flex-box-page {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.event_date_time_title {
  font-size: larger;
  font-weight: 400;
  color: #b29537;
}
.date-and-time {
  color: #5a5858;
}
.event-location {
  font-size: larger;
  font-weight: 400;
  color: #b29537;
}
.location-link a {
  text-decoration: none;
  color: #5a5858;
  color: pointer;
}
.leadership-image {
  width: 200px;
  margin: 0 auto;
}
.leadership-bio {
  text-align: center;
}
.leadership-bio h3 {
  text-align: left;
  margin-bottom: 1px;
}
.leadership-short-bio {
  padding: 0;
  margin: auto;
}
.leadership-divison-title {
  text-align: center;
  font-size: x-large;
  padding: 20px 0 0 0;
}
/*.buttons {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0px;
  text-transform: uppercase;
  margin-right: 5px; }*/

/*.buttons1 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0px;
  text-transform: uppercase;
  margin-left: 95px;
  margin-bottom: 12px; }*/

.post-image-toolset .entry-content {
  padding: 36px;
  margin-top: 40px;
  min-height: 250px;
}

.post-image-toolset .entry-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 100;
  font-weight: normal;
  color: black;
}

.post-image-toolset img {
  float: left;
  margin-right: 30px;
}

.post-image-toolset img.alignright {
  float: right;
  margin-right: 0;
}

.entry-content {
  padding-right: 15px;
}

/*body*/

.body {
  width: 100%;
  background-color: #726762;
  height: 30vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-title {
  font-size: 25px;
  font-weight: normal;
  color: black;
  /* height: 6em; */
  /* background-color: tomato; */
  padding-top: 70px;
}

.bodyHeadText {
  margin-left: 145px;
  margin-top: -32px;
  font-size: 24px;
  height: 60px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 20px;
}

.block2 {
  background-image: url("img/trees.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 419px;
  width: 100%;
}

/*This is flex */

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*.flex-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}*/
.flex-center {
  justify-content: center;
}

.textLeft {
  margin-left: 40px;
  font-weight: 100;
}

.testRight {
  margin-right: 20px;
  font-weight: 100;
}

.picLeft {
  margin-left: 40px;
}

.picRight {
  margin-right: 40px;
}

.bottomText {
  background-color: #f3f3f3;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 47px;
  /* height: 340px; */
  margin-top: -20px;
  z-index: -100;
}

.bottomText p {
  padding-top: 0px;
}

/*      events box       */

.events-box {
  /*background: #F4F4F4;*/
  padding: 15px 15px 0px 15px;
  border-radius: 3px;
  border: solid 2px #efefef;

  margin-left: 10px;
}

.event-post-style {
  display: -webkit-box;
  /* display: -webkit-flex; */
  display: -ms-flexbox;
  /* display: flex; */
  margin-bottom: 15px;
  width: 75%;
}

.event-post-style a {
  text-decoration: none;
}

.event-flex-box {
  width: 100%;
}

.events-li-custom {
  list-style: none;
  border-bottom: solid thin #ccc;
  margin-bottom: 21px;
}

.home-toolset .panel-grid-cell .widget-title {
  color: #b29538;
  font-weight: 200;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event-dates {
  width: 87px;
  font-size: 18px;
  font-weight: 100;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event-link {
  margin-bottom: -10px;
}

.event-link a {
  text-decoration: none;
  font-size: 20px;
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event-link a:hover {
  cursor: pointer;
  color: #b29538;
}

.event-description,
.event-time {
  color: #888484;
}

.event-description p {
  padding: 0px 0px 0px 6px;
}

menu,
ol,
ul {
  padding: 0 0 0 5px;
}

.event-day {
  font-size: 26px;
  margin-bottom: -5px;
  color: #484848;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event-month {
  font-size: 14px;
  color: #696767;
}

.event-end-day {
  color: #afaeae;
  margin-left: 3px;
}

.event-end-day div {
  color: #afaeae;
  font-size: 12px;
  margin-left: 9px;
  margin-top: -5px;
}

/*     Event page     */
#em-wrapper {
  margin-top: 60px;
  margin-left: 15px;
}

.css-events-list table.events-table tr td {
  vertical-align: top;
  padding: 15px 5px;
  border-bottom: 1px solid #ccc;
}

.css-events-list table.events-table tr:last-child td {
  border-bottom: none;
}

/*///////////EVENT CALENDAR PAGE //////////*/

.event-calendar-toolset .panel-grid-cell .widget-title {
  color: #b29538;
  font-weight: 200;
  font-size: 22px;
}

.event-calendar-toolset .event-calendar {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.event-calendar-toolset .event-calendar div.em-calendar-wrapper {
  position: relative;
  width: 80%;
}

.event-calendar-toolset .event-calendar table {
  border-spacing: 15px;
  width: 100%;
}

.event-calendar-toolset .event-calendar table.em-calendar thead {
  font-size: 120%;
  font-weight: 500;
}

.event-calendar-toolset .event-calendar table.em-calendar td {
  padding: 5px 4px;
  text-align: center;
  font-size: 18px;
}

.event-calendar-toolset .event-calendar table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today {
  background-color: #e8e8e8;
}

.event-calendar-toolset .event-calendar table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
  color: #b29538;
  text-decoration: none;
}

.event-calendar-toolset .event-calendar .eventless:hover {
  background-color: #f1f1f1;
}

.event-calendar-toolset .em-calnav {
  text-decoration: none;
  color: #b29538;
}

.event-calendar-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.more-events-text {
  /* display: flex; */
  /* justify-content: center; */
  margin-top: -10px;
  text-align: center;
  margin: auto;
  width: 35%;
}

.more-events-text div {
  background-color: #b29538;
  padding: 6px 5px 5px 5px;
}

.more-events-text div a {
  text-decoration: none;
  color: white;
}

/************* home Content**************/

.homeContent {
  background-color: white;
  height: 100%;
  width: 85%;
}

.homeHeader {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.homeHeaderText {
  font-weight: lighter;
}

/*\
\
\\
\\
\\\
\\\
\\\\
\\\\\
\\\\\
\\\\\\
\\\\\\\\
\\\\\\\\\
\\\\\\\\\\\*/

/***********Layouts for Each DNR Division*/

/*/////////////////
///////////////
////////////
/////////
////////
//////
////
///
//
/*/
#division-bottom-box {
  padding-top: 30px;
}
.home-toolset .entry-header {
  display: none;
}

.home-toolset .entry-content {
  padding-right: 15px;
}

.dnr-page-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: #b29537;
  margin-left: 0px;
  margin-left: 0px;
  color: white;
  font-size: 25px;
  font-weight: 300;
  margin-left: 35px;
}

.greenBar {
  margin-top: 10px;
  margin-left: 75px;
}

.forestry-toolset .greenBar {
  margin-top: 10px;
  margin-left: 75px;
}

.forestry-toolset .dnr-page-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #629080;
  margin-left: 0px;
  margin-left: 0px;
  color: white;
  font-size: 25px;
  font-weight: 300;
  margin-left: 35px;
}

.forestry-toolset .greenLogo {
  background-image: url("img/dnr-forestry.png");
  background-repeat: no-repeat;
  background-size: 60px;
  height: 86px;
  width: 73px;
  padding: 4px;
  background-color: white;
  background-position: 10px;
  border: solid #629080;
  margin-right: 25px;
}

.geological-toolset .greenBar {
  margin-top: 10px;
  margin-left: 75px;
}

.geological-toolset .dnr-page-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #e87d1e;
  margin-left: 0px;
  margin-left: 0px;
  color: white;
  font-size: 25px;
  font-weight: 300;
  margin-left: 35px;
}

.geological-toolset .greenLogo {
  background-image: url("img/dnr-geological.png");
  background-repeat: no-repeat;
  background-size: 60px;
  height: 86px;
  width: 73px;
  padding: 4px;
  background-color: white;
  background-position: 10px;
  border: solid #e87d1e;
  margin-right: 25px;
}

.greenBar p {
  margin-left: 120px;
  font-weight: 100;
  font-size: 0;
}

.greenLogo {
  background-image: url("img/dnr-natural.png");
  background-repeat: no-repeat;
  background-size: 60px;
  height: 86px;
  width: 73px;
  padding: 4px;
  background-color: white;
  background-position: 10px;
  border: solid #b29537;
  margin-right: 25px;
}

.greenButton {
  background-color: #b29537;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: white;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 100;
  padding: 0px 28px;
  width: 50%;
  margin: auto;
  text-decoration: none;
}

.forestry-toolset .greenButton {
  background-color: #629080;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: white;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 100;
  padding: 0px 28px;
  width: 50%;
  margin: auto;
}

.geological-toolset .greenButton {
  background-color: #e87d1e;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: white;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 100;
  padding: 0px 28px;
  width: 50%;
  margin: auto;
}

.oil-toolset .dnr-page-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #79496a;
  margin-left: 0px;
  margin-left: 0px;
  color: white;
  font-size: 25px;
  font-weight: 300;
  margin-left: 35px;
}

.oil-toolset .greenLogo {
  background-image: url("img/dnr-oil.png");
  background-repeat: no-repeat;
  background-size: 60px;
  height: 86px;
  width: 73px;
  padding: 4px;
  background-color: white;
  background-position: 10px;
  border: solid #79496a;
  margin-right: 25px;
}

.oil-toolset .greenButton {
  background-color: #79496a;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: white;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 100;
  padding: 0px 28px;
  width: 50%;
  margin: auto;
}

.state-toolset .greenButton {
  background-color: #727a35;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: white;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 100;
  padding: 0px 28px;
  width: 50%;
  margin: auto;
}

.state-toolset .greenLogo {
  background-image: url("img/dnr-stateparks.png");
  background-repeat: no-repeat;
  background-size: 60px;
  height: 86px;
  width: 73px;
  padding: 4px;
  background-color: white;
  background-position: 10px;
  border: solid #727a35;
  margin-right: 25px;
}

.state-toolset .dnr-page-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #727a35;
  margin-left: 0px;
  margin-left: 0px;
  color: white;
  font-size: 25px;
  font-weight: 300;
  margin-left: 35px;
}

.water-rights-toolset .greenButton {
  background-color: #0067ac;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: white;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 100;
  padding: 0px 28px;
  width: 50%;
  margin: auto;
}

.water-rights-toolset .greenLogo {
  background-image: url("img/dnr-waterRi.png");
  background-repeat: no-repeat;
  background-size: 60px;
  height: 86px;
  width: 73px;
  padding: 4px;
  background-color: white;
  background-position: 10px;
  border: solid #0067ac;
  margin-right: 25px;
}

.water-rights-toolset .greenBar {
  margin-top: 10px;
  margin-left: 75px;
}

.water-rights-toolset .dnr-page-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #0067ac;
  margin-left: 0px;
  margin-left: 0px;
  color: white;
  font-size: 25px;
  font-weight: 300;
  margin-left: 35px;
}

.water-resources-toolset .greenButton {
  background-color: #4fb3cf;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: white;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 100;
  padding: 0px 28px;
  width: 50%;
  margin: auto;
}

.water-resources-toolset .greenLogo {
  background-image: url("img/dnr-waterRec.png");
  background-repeat: no-repeat;
  background-size: 60px;
  height: 86px;
  width: 73px;
  padding: 4px;
  background-color: white;
  background-position: 10px;
  border: solid #4fb3cf;
  margin-right: 25px;
}

.water-resources-toolset .greenBar {
  margin-top: 10px;
  margin-left: 75px;
}

.water-resources-toolset .dnr-page-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #4fb3cf;
  margin-left: 0px;
  margin-left: 0px;
  color: white;
  font-size: 25px;
  font-weight: 300;
  margin-left: 35px;
}

.wildlife-toolset .greenButton {
  background-color: #cd4e17;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: white;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 100;
  padding: 0px 28px;
  width: 50%;
  margin: auto;
}

.wildlife-toolset .greenLogo {
  background-image: url("img/dwr-logo.jpg");
  background-repeat: no-repeat;
  background-size: 60px 80px;
  height: 86px;
  width: 73px;
  padding: 4px;
  background-color: white;
  background-position: 10px;
  border: solid #cd4e17;
  margin-right: 25px;
}

.wildlife-toolset .dnr-page-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #cd4e17;
  margin-left: 0px;
  margin-left: 0px;
  color: white;
  font-size: 25px;
  font-weight: 300;
  margin-left: 35px;
}

.wildlife-toolset .buttons {
  color: white;
  background-color: #cd4e17;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
}

.wildlife-toolset .buttons1 {
  color: white;
  width: 311px;
  background-color: #b29538;
  text-decoration: none;
  text-align: -webkit-center;
  padding: 5px 0 5px 0;
  float: right;
  text-align: center;
}

.greenSection {
  position: absolute;
  margin: auto;
  width: 100%;
}

/*\
  \
  \\
  \\
  \\\
  \\\
  \\\\
  \\\\\
  \\\\\
  \\\\\\
  \\\\\\\\
  \\\\\\\\\
  \\\\\\\\\\\*/

/*End of Division Sections */

/*/////////////////
  ///////////////
  ////////////
  /////////
  ////////
  //////
  ////
  ///
  //
  /*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

#nav-below h3 {
  border-bottom: 1px solid;
}

#nav-below {
  margin-left: 20px;
}

/*********** End Of Layouts for Each DNR Division*/

/*///////footer//////*/

.mainFooter {
  height: 200px;
  width: 100%;
  background-color: #281c1e;
}

.smlogos {
  height: 42px;
  margin-top: 32px;
  cursor: pointer;
}

.footerCenterWidth {
  min-width: 1086px;
  margin: 0 auto;
  left: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 50px;
}

.flexBox-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footerLinks {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
  color: #403e3d;
}

.footerLinksHeight {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footerLinks a {
  text-decoration: none;
  padding: 3px;
  font-size: 10px;
  color: #aa9d96;
}

/* end of footer */

/* Header */

.searchIcon {
  display: table-column-group;
}

.icon {
  display: inline-block;
  height: 30px;
  width: 30px;
}

.navBarSearchIcon {
  float: right;
  margin-right: -22px;
  margin-top: 10px;
}

#menusearch {
  pointer-events: auto;
}

.collumn {
  /*display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;*/
}

.custom-collumn {
  left: 54%;
  position: absolute;
  margin-top: -30px;
  top: 60%;
}

.logoContainer {
  min-width: 1086px;
  margin: 0 auto;
  left: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -30px;
  z-index: 10;
  display: flex;
}

.show-search-box-container {
  min-width: 1086px;
  margin: 0 auto;
  left: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -30px;
}

.searchIconContainer {
  min-width: 1086px;
  margin: 0 auto;
  left: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-53%);
  transform: translateX(-53%);
  margin-top: -48px;
  pointer-events: none;
  z-index: 30;
}

.logo {
  background: url("img/DNR-Logo-website.png") no-repeat center;
  background-size: contain;
  height: 110px;
  width: 100px;
  cursor: pointer;
}

#bottom-footer-logo {
  cursor: auto;
}

/* Header */

.icon-search {
  background: url("img/search-icon-white.png") center center no-repeat;
  background-size: contain;
}

.forest {
  background: url("img/Forestry.png") no-repeat center 100%;
  background-size: contain;
  height: 50px;
  margin-top: 6px;
}

.oil {
  background: url("img/OilGasMining.png") no-repeat center 100%;
  background-size: contain;
  height: 50px;
  margin-top: 11px;
}

.geo {
  background: url("img/GeologicalSurvey.png") no-repeat center 100%;
  background-size: contain;
  height: 50px;
  margin-top: 3px;
}

.waterResources {
  background: url("img/WaterResources.png") no-repeat center 100%;
  background-size: contain;
  height: 50px;
  margin-top: 10px;
}

.stateParks {
  background: url("img/StateParks.png") no-repeat center 100%;
  background-size: contain;
  height: 50px;
  margin-top: -3px;
}

.waterRights {
  background: url("img/WaterRights.png") no-repeat center 100%;
  background-size: contain;
  height: 50px;
  margin-top: -2px;
}

.wildLife {
  background: url("img/Wildlife.png") no-repeat center 100%;
  background-size: contain;
  height: 50px;
  margin-top: 15px;
}

#wildLife {
  /*margin-left: 49px;*/
}

.bold {
  color: #848484;
  font-weight: 500;
}

.boldS {
  font-weight: 100;
  color: #848484;
  font-size: 14px;
  margin-left: 7px;
  margin-top: -13px;
}

.DNR-news {
  margin-left: 30px;
  border-bottom: #b29537;
  border-bottom-style: solid;
}

.DNR-follow {
  border-bottom: #b29537;
  border-bottom-style: solid;
}

.DNR-news a {
  background-color: #b29537;
  width: 126px;
  text-align: -webkit-center;
  color: white;
  padding: 5px;

  font-weight: 100;
  letter-spacing: 1px;
  text-decoration: none;
}
.boldS a {
  text-decoration: none;
  color: cadetblue;
  transition: 0.8s;
}
.boldS a:hover {
  text-decoration: none;
  color: #61a4a7;
  border-bottom: solid cadetblue 1px;
}

.DNR-follow div {
  background-color: #b29537;
  width: 126px;
  text-align: -webkit-center;
  color: white;
  padding: 1px;

  font-weight: 100;
  letter-spacing: 1px;
}

.DNR-More-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*width: 40em;*/
  border-bottom: #b29537;
  border-bottom-style: solid;
  margin-left: 23px;
  margin-bottom: 13px;
}

.DNR-More-news:hover {
  border-bottom: #ccab3f;
  border-bottom-style: solid;
}

.DNR-More-news a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b29537;
  width: 8em;
  color: white;
  text-decoration: none;
}

.DNR-More-news a:hover {
  background-color: #ccab3f;
}

.newsText {
  margin-top: 4px;
  font-size: smaller;
  color: #939393;
}
.newsText a {
  color: #ccab3f;
}
.newsText a:hover {
  color: #ccab3f;
  border-bottom: solid #ccab3f 1px;
}
.feedTitle {
  width: 98%;
}

.newsInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
  margin-left: 22px;
  width: 50%;
}

.newsFeed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-left: 17px; */
  /* margin-bottom: 19px; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-bottom: 16px;
}

.postBackground article:nth-child(odd) {
  background: #ececec;
  margin-right: -15px;
}

.readMore {
  background-color: #b29537;
  width: 82px;
  padding: 2px;
  text-transform: none;
  color: white;
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
}

.readMore:hover {
  background-color: #ccab3f;
}

.newsInfo a {
  text-decoration: none;
}

.newsFeed img {
  height: 190px;
  width: auto;
  margin-top: 10px;
  flex: 0 0 auto;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.leadership-custom-row .textwidget {
  font-size: small;
  margin: auto;
  max-width: 245px;
  text-align: left;
}
.leadership-custom-row p a {
  color: dimgray;
  font-style: oblique;
  font-weight: 300;
  text-decoration: none;
}
.leadership-custom-row a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #b29537;
}
.leadership-custom-rowp {
  margin: 0;
  padding-top: 10px;
}
.leadership-custom-row img {
  margin: 0 auto;
}

.print-leadership {
  height: 30px;
  width: 70px;
  color: white;
  position: absolute;
  right: 35px;
  top: -44px;
  font-size: small;
  text-transform: uppercase;
  background-color: #869892;
  font-weight: 100;
}
.leadership-custom-name-title {
  color: black;
  font-size: x-large;
  font-weight: 100;
  /* margin-left: 8%; */
}
.leader-popup-title {
  font-weight: 300;
  color: black;
}
/*//////////////Social Media Icon Stuff /////////*/

.fb {
  background-color: #6978d1;
  height: 42px;
  width: 42px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 5px;
}

.fb:hover {
  background-color: #4b59ad;
}

.twiter {
  background-color: #14b9ec;
  height: 42px;
  width: 42px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 5px;
}

.twiter:hover {
  background-color: #29c5f6;
}

.youTube {
  background-color: #e14e42;
  height: 42px;
  width: 42px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.youTube:hover {
  background-color: #e82b1b;
}

.fbIcon {
  /* display: flex; */
  /* align-items: center; */
  /* align-items: center; */
  margin-left: 14px;
  background: url("img/social-facebook-copy.png") no-repeat;
  height: 25px;
  width: 18px;
  background-size: contain;
  margin-top: 8px;
}
.instagram {
  background-color: #e1306c;
  height: 42px;
  width: 42px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 5px;
}

.instagram:hover {
  background-color: #e3306b;
}

.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -85px;
  font-size: 16px;
  font-weight: 100;
}

.twitterIcon {
  margin-left: 8px;
  background: url("img/social-twitter-copy.png") no-repeat;
  height: 42px;
  width: 28px;
  background-size: contain;
  margin-top: 9px;
}

.youtTubeIcon {
  margin-left: 6px;
  background: url("img/social-youtube-copy.png") no-repeat;
  height: 45px;
  width: 30px;
  background-size: contain;
  margin-top: 10px;
}

.instagramIcon {
  margin-left: 6px;
  background: url("img/social-instagram-copy.png") no-repeat;
  height: 60px;
  width: 30px;
  background-size: contain;
  margin-top: 6px;
}

.goldBar {
  background-color: #b29537;
  color: white;
  width: 100%;
  height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -29px;
}

.goldBar div {
  margin-left: 15px;
  text-transform: uppercase;
}

.employmentText {
  padding: 25px;
  font-size: 18px;
  font-weight: 100;
  color: black;
  padding: 45px 30px 2px;
}

.employmentHeader {
  font-size: 22px;
  margin-left: 24px;
  margin-top: -16px;
  text-transform: uppercase;
}

.employmentBody {
  padding: 26px;
  margin-top: -40px;
}

.boldHeader {
  font-size: 24px;
  font-weight: 500;
}

.employText {
  font-size: 18px;
  font-weight: 100;
  color: black;
  padding: 16px 0px 2px;
}

.greenEmpBox {
  background-color: #7f8839;
  /* width: 100%; */
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1.04px;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 550px;
  min-width: 150px;
}

.greenEmpBox:hover {
  background-color: #8f9a39;
}

.greenEmpBox a {
  text-decoration: none;
  color: white;
  margin: 0 auto;
}

.tempEmpBody {
  padding: 0 25px 0 25px;
  margin-top: -10px;
}

.readJob {
  text-decoration: none;
  color: gray;
  margin-left: 60px;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.readJob:hover {
  text-decoration: none;
  color: black;
  margin-left: 65px;
  font-size: 14px;
}

.jobPosting {
  margin-bottom: 0px;
}

.job-posting-container article:nth-child(odd) {
  background: #ececec;
}

.job-posting-container .entry-content {
  padding: 25px 0 20px 30px;
}

.entry-content {
  /*display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;*/
}

/*align bottom*/

.entry-meta {
  display: none;
}

#mainmenu {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*margin-right: 87px;*/
}

#header-container #mainmenu-wrapper {
  background: dimgrey;
}

#header-container #mainmenu-wrapper ul#menu-mainmenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 40px;
}

#header-container #mainmenu-wrapper ul#menu-mainmenu > li.menu-item {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  position: relative;
}

#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item a {
  height: 27px;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  background-color: dimgray;
  color: white;
  font-weight: 200;
  font-family: "Roboto";
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item a:hover {
  background: #aaa;
}

#header-container #mainmenu-wrapper ul.sub-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #ccc;
  /* change to match your site */
  list-style-type: none;
  min-width: 200px;
  z-index: 10;
  font-size: 12px;
  /* change to match your site */
}

#header-container #mainmenu-wrapper ul.sub-menu li.menu-item {
  margin: 0;
  padding: 0;
}

#header-container #mainmenu-wrapper li.menu-item.menuover > ul.sub-menu {
  display: block;
}

#header-container
  #mainmenu-wrapper
  li.menu-item
  > ul.sub-menu
  > li.menu-item.menuover
  > ul.sub-menu {
  left: 100%;
}

#header-container #mobilemenu {
  display: none;
}

/* Mobile Menu */

#mobile-header {
  display: none;
  background: #cccccc;
}

#mobile-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 39px;
}

#mobile-title a {
  text-decoration: none;
  color: #3c5f88;
  padding: 5px 10px;
}

#pancake-menu {
  width: 32px;
  padding: 5px 10px;
  position: relative;
  display: block;
  margin-top: 5px;
  flex-grow: 1;
}

#pancake-menu span {
  display: block;
  height: 3px;
  width: 32px;
  margin: 5px 0;
  background: white;
  text-indent: 9999px;
  overflow: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#pancake-menu.open span {
  margin: 0;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 17px);
  margin-left: 0px;
}

#pancake-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pancake-menu.open span:nth-child(2) {
  opacity: 0;
}

#pancake-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ******** Site Search / Google Custom Search Field ******** */

#searchform_main input[type="text"] {
  height: 67px;
  vertical-align: top;
  border: none;
  padding: 0px 0px 0px 25px;
  width: 80%;
  margin-left: -4px;
  margin-right: -5px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 0.2px;
  color: #5a5a5a;
}

#searchform_main {
  display: none;
}

/* ********************** Content ********************** */

/* change to match your site */

#content-wrapper {
  background: #726762;
}

#content {
  /*display: flex;
justify-content: center;*/
}

#content #content-secondary {
  width: 30%;
  float: left;
  padding: 0;
  box-sizing: border-box;
}

#content #content-main {
  box-sizing: border-box;
  background-color: white;
  max-width: 1188px;
}

#content #content-secondary ~ #content-main {
  width: 67%;
  float: left;
  margin-left: 3%;
}

#content #secondary-menu-button {
  display: none;
}

/*    *********    *********   Secondary Menu   *********    *********    */

#content-secondary .widget {
  padding: 15px;
}

#content-secondary .widget.widget_nav_menu {
  padding: 0;
}

#content-secondary .widget_nav_menu h3 {
  /* change to match your site */
  padding: 15px 20px;
  margin: 0;
  background: #666;
  color: #fff;
  font-size: 1.4em;
}

#content-secondary .widget_nav_menu ul.menu,
#content-secondary .widget_nav_menu ul.menu ul.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content-secondary .widget_nav_menu ul.menu ul.sub-menu {
  /* change to match your site */
  border-left: 10px solid #333;
}

#content-secondary .widget_nav_menu ul.menu > li.menu-item {
  margin: 0;
  padding: 0;
}

#content-secondary .widget_nav_menu ul.menu > li.menu-item a {
  /* change to match your site */
  background: #eee;
  padding: 10px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #fff;
  text-shadow: 0 1px 0 #fff;
  color: #444;
  font-weight: bold;
}

#content-secondary .widget_nav_menu ul.menu > li.menu-item a:hover,
#content-secondary .widget_nav_menu ul.menu li.menu-item.current-menu-item > a {
  /* change to match your site */
  color: #00a1ff;
}

#content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow {
  /* change to match your site */
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url("img/secondary-menu-arrows.png") left top
    no-repeat;
  vertical-align: top;
  margin-right: 10px;
}

#content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow:hover,
#content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow.open {
  background-position-x: right;
}

#content-secondary .widget_nav_menu ul.menu > li.menu-item ul.sub-menu {
  display: none;
}

#content-secondary
  .widget_nav_menu
  ul.menu
  li.current-menu-parent
  > ul.sub-menu,
#content-secondary
  .widget_nav_menu
  ul.menu
  li.current-menu-ancestor
  > ul.sub-menu {
  display: block;
}

/* ***************    Images and Captions   *************** */

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

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

p.aligncenter {
  text-align: center;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  background-color: #ebebeb;
  font-style: italic;
  font-size: 0.79em;
  line-height: 1.5;
  color: #757575;
  padding: 5px;
}

.so-widget-sow-image h3.widget-title {
  font-style: italic;
  font-size: 0.79em;
  line-height: 1.5;
  color: #757575;
  padding: 5px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 200;
}

div.wp-caption {
  max-width: 100%;
}

p.wp-caption-text {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  text-align: center;
  padding: 0;
  margin: 0 10px 0 0;
}

.alignnone p.wp-caption-text {
  margin: 0;
}

#searchform_backdrop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 200;
  top: 0;
  opacity: 0.3;
}

#searchform_main {
  position: fixed;
  height: 150px;
  width: 100%;
  z-index: 300;
  top: 260px;
}

/* ********************** Footer ********************** */

.searchform-searchbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  border-radius: 2px;
  height: 75px;
}

#uibar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  background-color: #281c1e;
  /* change this color to match your site */
}

.admin-bar #uibar {
  top: 32px;
}

#uibar #uibar-left {
  float: left;
  width: calc(100% - 150px);
  box-sizing: border-box;
}

#uibar #settings {
  width: 150px;
  height: 31px;
  float: right;
  border-left: 1px solid #444;
  box-sizing: border-box;
  text-align: center;
}

#uibar #settings a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

#uibar #settings a img {
  width: 24px;
  margin-left: -10px;
}

#utahgov_statewideheader {
  background: transparent !important;
}

#utahgov_statewideheader a {
  color: #eeeeee !important;
}

button#searchutgovbtn {
  vertical-align: super;
}

#stateheader_brand {
  height: 28px !important;
  width: 39px !important;
  background: url("img/UtahBrandReversed2x.png") !important;
  background-size: 100% auto !important;
}

/* ==========================================================================
   Site Settings
   ========================================================================== */

#settings-link {
  outline: none;
}

#sitesettingsul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sitesettingsul li {
  padding: 0;
  margin: 0 0 15px 0;
}

/*  ==========================================================================
	Popup Dialog
	========================================================================== */

.pop-up-box-backdrop {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
}

.pop-up-box {
  background-color: #f9f9f9;
  border-radius: 8px;
  margin: 50px auto;
  display: block;
  position: relative;
  width: 620px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.pop-up-box.large {
  width: 920px;
}

.pop-up-box .form {
  border: none;
}

.pop-up-box-content {
  background: #f2f2f2;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.pop-up-box .footer {
  padding: 15px;
  /*box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4) inset;*/
  border-radius: 0 0 8px 8px;
  background: #fff;
  border-top: 1px solid #bbb;
  text-align: center;
}

.pop-up-box-backdrop .icon.closebutton {
  z-index: 100;
  position: absolute;
  width: 32px;
  height: 32px;
  right: -16px;
  top: -16px;
  background-position: -192px -32px;
  background-color: #222;
  border-radius: 50%;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
  border: 2px solid #eeeeee;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  text-decoration: none;
}
.pop-up-box-backdrop .icon.closebutton:before {
  content: "x";
  color: white;
  font-weight: 100;
  margin-left: 12px;
  margin-top: 4px;
  text-decoration: none;
}

.pop-up-box-backdrop .closebutton:hover {
  background-color: #e7583f;
  text-decoration: none;
}

/**************** Layout - Contact Form ***************        */

div.wpcf7 {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
}

form.wpcf7-form label {
  display: block;
  float: left;
  width: 35%;
  text-align: right;
  margin-right: 2%;
}

form.wpcf7-form .required {
  color: red;
}

form.wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
  float: left;
  width: 63%;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  height: 30px;
  border: 1px solid #333;
  border-radius: 5px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

form.wpcf7-form textarea {
  width: 100%;
  height: 200px;
}

form.wpcf7-form input.small {
  width: 25%;
}

form.wpcf7-form input.medium {
  width: 50%;
}

form.wpcf7-form input.large {
  width: 100%;
}

form.wpcf7-form input[type="submit"] {
  padding: 10px 40px;
  height: auto;
  font-size: 1.25em;
}

form.wpcf7-form .wpcf7-response-output + br {
  display: none;
}

form.wpcf7-form .wpcf7-response-output + p {
  margin: 0;
}

.feedbackformwrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}

.feedbackformarea {
  max-width: 900px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  display: none;
  border-radius: 15px;
  position: relative;
}

.admin-bar .feedbackformarea {
  margin: 40px auto;
}

.feedbackformarea .closebutton {
  z-index: 100;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: transparent url("img/icon_closebutton_white.png") left top
    no-repeat;
}

.feedbackformarea .closebutton:hover {
  background-position: left -40px;
}

#feedbackformbuttons {
  padding: 100px 50px;
}

/* ********************** Buttons ********************** */

.button {
  color: #fff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); */
  /* display: block; */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); */
  outline: 0;
  text-align: center;
  background: #b29537;
}

span.button.background-flat-blue {
  background: white;
  color: #629080;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

span.button.background-flat-reddark {
  background: #629080;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.button:hover {
  /* box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.75) inset; */
  background: #987400;
}

.button.right {
  float: right;
}

a.button.left {
  float: left;
}

.revdropshadowtext,
.revdropshadowtext h2,
.revdropshadowtext a {
  color: white;
  font-weight: 100;
}

.revdropshadowtext a:hover {
  color: #eee;
}

/* ********************** Document Icons ********************** */

.documentdl {
  display: inline-block;
  padding-left: 20px;
  background: transparent url("img/document-default.png") left 3px no-repeat;
  min-height: 16px;
}

.documentdl.pdf {
  background-image: url("img/document-pdf.png");
}

.documentdl.excel {
  background-image: url("img/document-excel.png");
}

.documentdl.word {
  background-image: url("img/document-word.png");
}

.documentdl.zip {
  background-image: url("img/document-zipper.png");
}

/*.documentdl.video {
  background-image: url("img/icon-video-small.png"); }*/

/* ********************** Columns for Responsive Layout ********************** */

.row {
  display: block;
}

.row .column {
  box-sizing: border-box;
  float: left;
  display: block;
  margin-bottom: 15px;
}

.row .col2 {
  margin-left: 4%;
  width: 48%;
}

.row .col2:first-child,
.row .col2:nth-child(2n + 3) {
  margin-left: 0;
  clear: left;
}

.row .col3 {
  margin-left: 3.5%;
  width: 31%;
}

.row .col3:first-child,
.row .col3:nth-child(3n + 4) {
  margin-left: 0;
  clear: left;
}

.row .col4 {
  margin-left: 4%;
  width: 22%;
}

.row .col4:first-child,
.row .col4:nth-child(4n + 5) {
  margin-left: 0;
  clear: left;
}

.row .col5 {
  margin-left: 2.5%;
  width: 18%;
}

.row .col5:first-child,
.row .col5:nth-child(5n + 6) {
  margin-left: 0;
  clear: left;
}

.row .col6 {
  margin-left: 2%;
  width: 15%;
}

.row .col6:first-child,
.row .col6:nth-child(6n + 7) {
  margin-left: 0;
  clear: left;
}

/* ==========================================================================
   Restricted Content Classes used in conjuction with a function in the main.js to hide and show content
   You also need a role-based plugin to manage restricted content such as the "Members" Wordpress plugin
   ========================================================================== */

.agency-restricted {
  display: none !important;
}

.state-restricted {
  display: none !important;
}

.agency-restricted.visible {
  display: inherit !important;
}

.state-restricted.visible {
  display: inherit !important;
}

/* ********************** Colors ********************** */

.gray-v {
  background: #666666;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #666666),
    color-stop(100%, #333333)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #333333 100%);
  /* W3C */
  /* IE6-9 */
}

/* ********************** Layout ********************** */

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.hcentermargin {
  display: block;
  margin: 0 auto;
}

p.hcentermargin {
  margin: 1em auto;
}

.hcenter {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vcenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vcenter.right {
  right: 0;
}

.vcenter.left {
  left: 0;
}

.vcenter.hcenter {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.aligncenter {
  text-align: center;
}

.posright {
  right: 0;
}

.posleft {
  left: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  height: 67px;
  border: none;
  /* border-radius: 4px; */
  width: 100px;
  /* padding-left: 15px; */
  /* margin-left: -15px; */
  /* z-index: 0; */
  background-color: #629080;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  letter-spacing: 0.5px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Turn off image smoothing rendering in browsers */

.nosmoothing {
  image-rendering: optimizeSpeed;
  /* Legal fallback */
  image-rendering: -moz-crisp-edges;
  /* Firefox        */
  image-rendering: -o-crisp-edges;
  /* Opera          */
  image-rendering: -webkit-optimize-contrast;
  /* Safari         */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed  */
  image-rendering: crisp-edges;
  /* CSS4 Proposed  */
  image-rendering: pixelated;
  /* CSS4 Proposed  */
  -ms-interpolation-mode: nearest-neighbor;
}

/*
 * Temp Show for measuring hidden elements. (See plugins.js)
*/

.temp-show {
  display: block;
}

/*
 * Image replacement
*/

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* @sfalah - A more modern image replacemnt
   via: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (max-width: 800px) {
  .row .col2,
  .row .col2:nth-child(2n + 3),
  .row .col3,
  .row .col3:nth-child(3n + 4) {
    margin-left: 0;
    width: 100%;
  }
  .row .col4,
  .row .col4:nth-child(4n + 5) {
    margin-left: 4%;
    width: 48%;
    clear: none;
  }
  .row .col4:first-child,
  .row .col4:nth-child(2n + 3) {
    margin-left: 0;
    clear: left;
  }
  .row .col5,
  .row .col5:nth-child(5n + 6),
  .row .col6,
  .row .col6:nth-child(6n + 7) {
    margin-left: 3.5%;
    width: 31%;
    clear: none;
  }
  .row .col5:first-child,
  .row .col5:nth-child(3n + 4),
  .row .col6:first-child,
  .row .col6:nth-child(3n + 4) {
    margin-left: 0;
    clear: left;
  }
}

@media only screen and (max-width: 1100px) {
  .logoContainer {
    min-width: 945px;
    margin: 0 auto;
    left: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px;
  }
  .searchIconContainer {
    margin: 0 auto;
    left: 50%;
    position: absolute;
    left: 52%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    margin-top: -51px;
    width: 60%;
    min-width: 0;
    pointer-events: none;
  }
  .navBarSearchIcon {
    float: right;
    margin-right: -22px;
    margin-top: 10px;
  }
  .footerCenterWidth {
    min-width: 100%;
    margin: 0 auto;
    left: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 50px;
  }
}

@media only screen and (max-width: 960px) {
  .newsFeed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* margin-left: 17px; */
    /* margin-bottom: 19px; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
  .timeline-Widget {
    display: none;
  }
  .logoContainer {
    position: absolute;
    left: 0;
    margin-top: -30px;
    margin-left: 7em;
    min-width: 20%;
    height: 51px;
  }
  .footerCenterWidth {
    min-width: 100%;
    margin: 0 auto;
    left: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #uibar #settings a img {
    display: none;
  }
}

@media only screen and (max-width: 780px) {
  .event-link {
    margin-bottom: -10px;
    width: 170px;
  }

  .event-description {
    width: 170px;
  }

  .the_title {
    width: 97%;
  }
  .bottomText {
    width: 93%;
  }
  .post-image-toolset img {
    float: left;
    margin-right: 40px;
    margin-bottom: 15px;
  }

  .flexslider {
    display: none;
  }
  .leadership-bio h3 {
    text-align: center;
  }
  .leadership-image {
    width: 100%;
    margin: 0 auto;
  }
  .leadership-custom-row .textwidget {
    font-size: small;
    margin: auto;
    max-width: 245px;
    text-align: inherit;
  }
  .leadership-bio {
    text-align: center;
    margin-top: -15px;
  }
  /* Style adjustments for mobile screens (600px or lower) */
  /* Add other sizes to meet your needs */
  /*
#pg-50-0, #pg-50-1, #pg-50-2 {
    margin-left: -15px;
     margin-right: 0px;
}
#pl-50 .panel-grid, #pl-50 .panel-grid-cell {
    margin-right: 0px;
}*/
  .mobile-header-title {
    text-decoration: none;
    color: white;
    margin-top: 15px;
    font-weight: 100;
    letter-spacing: 0.2px;
    font-size: 12px;
  }
  .mobile-title-flex {
    flex-grow: 60;
    display: flex;
    justify-content: center;
  }
  .icon-flex-box {
    margin-right: 15px;
    margin-top: 7px;
  }
  .DNR-More-news {
    display: none;
  }
  .DNR-follow {
    display: none;
  }
  .socialFollow {
    display: none;
  }
  .tweets {
    display: none;
  }
  .logo {
    display: none;
  }
  .searchIconContainer {
    margin: 0 auto;
    left: 50%;
    position: absolute;
    left: 52%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    top: 0;
    width: 52%;
    min-width: 0;
    display: none;
  }
  .forestry-toolset .greenButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-bottom: -44px; */
    background-color: #b29537;
    color: white;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 100;
    /* width: 69%; */
    padding: 0px 28px;
    text-align: center;
  }
  .greenButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-bottom: -44px; */
    background-color: #b29537;
    color: white;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 100;
    /* width: 69%; */
    padding: 0px 28px;
    text-align: center;
  }
  .newsInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
    width: 100%;
  }
  .newsFeed img {
    /* height: 190px; */
    width: 95%;
    margin-top: 10px;
    margin-bottom: 21px;
    height: 100%;
  }
  .newsFeed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 17px;
    margin-bottom: 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .smlogos {
    height: 35px;
    margin-top: 32px;
    cursor: pointer;
  }
  .picLeft {
    margin: 0 auto;
    padding: 20px;
  }
  .picRight {
    margin: 0 auto;
    padding: 20px;
  }
  .textLeft {
    font-weight: 100;
    padding: 0px 10px 0px 20px;
    margin: 0;
  }
  .testRight {
    font-weight: 100;
    padding: 0px 10px 0px 20px;
    margin: 0;
  }
  .goldBar {
    background-color: #b29537;
    color: white;
    width: 100%;
    height: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -46px;
  }
  .goldBar div {
    /* margin-left: 15px; */
    margin: 0 auto;
    text-transform: none;
  }
  .post-image-toolset .dnr-page-bar {
    /* display: flex; */
    /* flex-direction: row; */
    /* align-items: center; */
    /* height: 40px; */
    background: none;
    margin-left: 0px;
    margin-left: 0px;
    color: black;
    font-size: 25px;
    font-weight: 300;
    margin-left: 35px;
    margin-bottom: -40px;
  }
  .post-image-toolset .entry-title {
    font-size: 25px;
    font-weight: normal;
    color: black;
    /* height: 6em; */
    /* background-color: tomato; */
  }
  .post-image-toolset .greenBar {
    display: none;
  }
  .post-image-toolset .greenLogo {
    display: none;
  }
  .jopPostingPage {
    padding: 0;
  }
  .greenEmpBox {
    font-size: 10px;
  }
  #header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item a {
    height: 28px;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    background-color: #7f8839;
    color: white;
    border: #cccccc;
    font-size: 16px;
    font-weight: 200;
    font-family: "Roboto";
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 0;
  }
  #header-container #mainmenu-wrapper {
    background: dimgrey;
  }
  #header-container #mainmenu-wrapper ul#menu-mainmenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
  }
  .mainmenu {
    /* background-image: url('img/redRock.jpg'); */
    /* background-repeat: no-repeat; */
    /* height: 28vh; */
    /* width: 100%; */
    /* background-size: cover; */
    display: none;
  }
  .greenButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-bottom: -44px; */
    background-color: #7f8839;
    color: white;
    height: 35px;
    padding: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 100;
  }
  #content-wrapper {
    background: none;
  }
  .secondMenu {
    display: none;
  }
  .secondMenuItems {
    display: none;
  }
  .secondMenuItems:hover {
    display: none;
  }
  .buttons {
    display: none;
  }
  .buttons1 {
    display: none;
  }
  .white-search-icon {
    height: 22px;
    margin-top: 15px;
  }
  .forestry-toolset .greenButton {
    font-size: 10px;
  }
  .forestry-toolset .dnr-page-bar {
    font-size: 13px;
    margin: 6px;
  }
  .forestry-toolset .greenBar {
    margin-top: 10px;
    margin-left: 40px;
  }
  .forestry-toolset .greenLogo {
    margin-right: 10px;
  }
  .oil-toolset .greenButton {
    font-size: 10px;
  }
  .oil-toolset .dnr-page-bar {
    font-size: 13px;
    margin: 6px;
  }
  .oil-toolset .greenBar {
    margin-top: 10px;
    margin-left: 40px;
  }
  .oil-toolset .greenLogo {
    margin-right: 10px;
  }
  .geological-toolset .greenButton {
    font-size: 10px;
  }
  .geological-toolset .dnr-page-bar {
    font-size: 13px;
    margin: 6px;
  }
  .geological-toolset .greenBar {
    margin-top: 10px;
    margin-left: 40px;
  }
  .geological-toolset .greenLogo {
    margin-right: 10px;
  }
  .state-toolset .greenButton {
    font-size: 10px;
  }
  .state-toolset .dnr-page-bar {
    font-size: 13px;
    margin: 6px;
  }
  .state-toolset .greenBar {
    margin-top: 10px;
    margin-left: 40px;
  }
  .state-toolset .greenLogo {
    margin-right: 10px;
  }
  .water-rights-toolset .greenButton {
    font-size: 10px;
  }
  .water-rights-toolset .dnr-page-bar {
    font-size: 13px;
    margin: 6px;
  }
  .water-rights-toolset .greenBar {
    margin-top: 10px;
    margin-left: 40px;
  }
  .water-rights-toolset .greenLogo {
    margin-right: 10px;
  }
  .water-resources-toolset .greenButton {
    font-size: 10px;
  }
  .water-resources-toolset .dnr-page-bar {
    font-size: 13px;
    margin: 6px;
  }
  .water-resources-toolset .greenBar {
    margin-top: 10px;
    margin-left: 40px;
  }
  .water-resources-toolset .greenLogo {
    margin-right: 10px;
  }
  .wildlife-toolset .greenButton {
    font-size: 10px;
  }
  .wildlife-toolset .dnr-page-bar {
    font-size: 13px;
    margin: 6px;
  }
  .wildlife-toolset .greenBar {
    margin-top: 10px;
    margin-left: 40px;
  }
  .wildlife-toolset .greenLogo {
    margin-right: 10px;
  }
  .default-toolset .greenButton {
    font-size: 10px;
  }
  .default-toolset .dnr-page-bar {
    font-size: 13px;
    margin: 6px;
  }
  .default-toolset .greenBar {
    margin-top: 10px;
    margin-left: 40px;
  }
  .default-toolset .greenLogo {
    margin-right: 10px;
  }
  .DNR-news a {
    width: 140px;
    color: white;
    padding: 5px;
    font-size: 19px;
    margin: 0 auto;
    text-decoration: none;
  }
  .DNR-news {
    margin-left: 0;
    border-bottom: none;
    border-bottom-style: none;
    display: flex;
  }
  #mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #header-container {
    margin-top: 0;
    background-color: #7f8839;
  }
  #header-container .water-rights-toolset {
    background: blue;
  }
  #header-container #mainmenu-wrapper ul#menu-mainmenu li.menu-item a:hover {
    background: #7f885d;
  }
  #header-container #mobilemenu {
    display: block;
    /* margin-left: 25px; */
    height: 50px;
    display: flex;
    margin-top: 32px;
    /* justify-content: space-between; */
    width: 100%;
  }
  #header-container #mainmenu-wrapper {
    background: #7f8839;
  }
  #header-container #mainmenu-wrapper {
    display: none;
  }
  #header-container #mainmenu-wrapper ul#menu-mainmenu > li.menu-item {
    float: none;
  }
  #header-container #mainmenu-wrapper ul.sub-menu {
    position: relative;

    margin-left: 20px;
  }
  #searchform_main {
    display: none;
  }
  #content #content-secondary {
    display: none;
    width: 100%;
    margin-left: 0;
  }
  #content #content-secondary ~ #content-main {
    width: 100%;
  }
  #content #secondary-menu-button {
    display: block;
  }
  #uibar {
    display: none;
  }
  form.wpcf7-form label {
    width: 100%;
    float: none;
    text-align: left;
  }
  form.wpcf7-form span.wpcf7-form-control-wrap {
    width: 100%;
    float: none;
  }
  form.wpcf7-form input.small,
  form.wpcf7-form input.medium,
  form.wpcf7-form input[type="submit"] {
    width: 100%;
  }
}

@media print,
  (-o-min-device-pixel-ratio: 5 / 4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
  #content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow {
    background-image: url("img/secondary-menu-arrows2x.png");
    background-size: 42px;
  }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
	*/
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*

Use this CSS to provide high-contrast and other accessible changes.
The following class is addded to the body when the user has chosen "High Contrast View"

.accessibilityview

*/
body.accessibilityview {
  background: #000;
  color: #000;
}

.accessibilityview .mainMenuWrapper {
  background: rgba(0, 0, 0, 1);
}

.accessibilityview .mainMenuWrapper.sticky {
  background: rgba(0, 0, 0, 0.95);
}

.accessibilityview .mainMenuWrapper ul a:hover {
  color: #8ae0ff;
}

.accessibilityview ul .logoMain a:hover {
  color: #8ae0ff;
}

.accessibilityview .mainMenuWrapper.sticky ul .logoMain a:hover {
  background: transparent;
}

.accessibilityview h1,
.accessibilityview h3,
.accessibilityview h5 {
  color: #790400;
}

.accessibilityview .color-flat-red {
  color: #790400;
  border-color: #790400;
}

.accessibilityview .background-flat-red .button:hover,
.accessibilityview .magiccircle.red .button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #790400;
}

.accessibilityview .background-flat-red {
  background: #790400;
  border-color: #790400;
}

.accessibilityview a.color-flat-red {
  color: #141f31;
}

.accessibilityview .magiccircle.red:hover,
.accessibilityview .magiccircle.red.hovered,
.accessibilityview .magiccircle.red.open {
  background: #790400;
  border-color: #790400;
}

.accessibilityview .background-flat-reddark {
  background: #000;
  border-color: #000;
}

.accessibilityview .background-flat-medblue {
  background: #141f31;
}

.accessibilityview .background-flat-blue {
  background: #193756;
  border-color: #193756;
}

.accessibilityview .magiccircle.blue:hover,
.accessibilityview .magiccircle.blue.hovered,
.accessibilityview .magiccircle.blue.open {
  background: #193756;
  border-color: #193756;
}

.accessibilityview .background-flat-blue .button:hover,
.accessibilityview .magiccircle.blue .button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #193756;
}

.accessibilityview .background-flat-green {
  background: #1a3500;
}

.accessibilityview .background-flat-green .button:hover,
.accessibilityview .magiccircle.green .button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #1a3500;
}

.accessibilityview .magiccircle.green:hover,
.accessibilityview .magiccircle.green.hovered,
.accessibilityview .magiccircle.green.open {
  background: #1a3500;
  border-color: #1a3500;
}

.accessibilityview .button:hover {
  background: #294352;
  color: #ffffff;
  border-color: #294352;
}

.accessibilityview #footer h3 {
  color: #fff;
}

.accessibilityview .icon.search64.home:hover,
.accessibilityview .icon.search64.home.hovered {
  background-color: #005540;
  border-color: #005540;
}

.accessibilityview .color-white {
  color: #fff;
}

.accessibilityview .revdropshadowtext,
.accessibilityview .revdropshadowtext h2,
.accessibilityview .revdropshadowtext a {
  color: #fff;
  font-weight: normal;
}

.accessibilityview .reverse-color,
.accessibilityview .reverse-color a,
.accessibilityview .reverse-color h1,
.accessibilityview .reverse-color h2,
.accessibilityview .reverse-color h3,
.accessibilityview .reverse-color h4 {
  color: #ffffff;
}

.accessibilityview a {
  color: #000;
}
.accessibilityview .secondMenuItems p {
  color: #ecdfb3;
}

.reverse-color a.button {
  color: white;
}

.accessibilityview .gray-v {
  background: #000;
}

/*
   * jQuery FlexSlider v2.6.3
   * http://www.woothemes.com/flexslider/
   *
   * Copyright 2012 WooThemes
   * Free to use under the GPLv2 and later license.
   * http://www.gnu.org/licenses/gpl-2.0.html
   *
   * Contributing author: Tyler Smith (@mbmufffin)
   *
   */

/* ====================================================================================================================
   * FONT-FACE
   * ====================================================================================================================*/

@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),
    url("fonts/flexslider-icon.woff") format("woff"),
    url("fonts/flexslider-icon.ttf") format("truetype"),
    url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
   * RESETS
   * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
   * BASE STYLES
   * ====================================================================================================================*/

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
   * DEFAULT THEME
   * ====================================================================================================================*/

.flexslider {
  margin: 0;
  background: #fff;
  /* border: 4px solid #fff; */
  /* position: relative; */
  /* zoom: 1; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: " ";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  display: none;
}

.flex-direction-nav a.flex-next:before {
  display: none;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
   * RESPONSIVE
   * ====================================================================================================================*/

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.image-slider-size {
  height: 200px;
  padding: 0;
  margin: 0;
}

/* ====================================================================================================================
   * TRUMPS
   * ====================================================================================================================*/

/* @Sami - Old embeds used text-widget which started to strip height/width,
              need to use Custom HTML widget instead. */
.custom-html-widget iframe {
  padding: 0 0.5rem;
}
