@charset "UTF-8";
/*! Theme Information ==========================================================
Theme Name: WEC Base
Author: Michael Launer - West Edge Colective
Description: Wonderful WordPress Theme By West Edge Colective
Version: 1.0.0

WEC Base is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/* Reset =================================================== */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* Variables =================================================== */
/* Mixins =================================================== */
/* Page =================================================== */
html {
  background: #fff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-size: 1.6;
  line-height: 1.6em;
  color: #122008;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography =================================================== */
h1,
h2,
h3 {
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  color: #a22a30;
  text-rendering: optimizelegibility;
}

h5,
h6 {
  margin: 0;
  color: #5d7683;
  font-family: "Libre Franklin", sans-serif;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}

h1,
.h1,
h2,
.h2 {
  margin-bottom: 10px;
  font-size: 42px;
  font-size: 4.2;
  line-height: 1.1;
  font-family: "Lora", serif;
  color: #7b2d19;
}

h3,
.h3 {
  margin-bottom: 10px;
  font-size: 32px;
  font-size: 3.2;
  line-height: 1.2;
  text-transform: uppercase;
}

h4,
.h4 {
  margin-bottom: 10px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 30px;
  font-size: 3;
  line-height: 1.2;
  text-transform: capitalize;
  color: #7b2d19;
  font-weight: 300;
}

h5,
.h5 {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
}

h6,
.h6 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 400;
}

hr {
  margin: 40px 0;
  height: 3px;
  border: none;
  background: #ededed;
}

p,
ol,
ul,
dl,
address {
  margin-bottom: 20px;
  font-size: 17px;
  font-size: 1.7;
  line-height: 1.7;
}

address {
  padding: 0 50px;
  font-style: italic;
}

small {
  font-size: 12px;
  font-size: 1.2;
}

.site-main ul,
.wp-editor ul {
  margin: 0 0 25px 25px;
}
.site-main ul li,
.wp-editor ul li {
  list-style: disc;
}
.site-main ol,
.wp-editor ol {
  margin: 0 0 25px 25px;
}
.site-main ol li,
.wp-editor ol li {
  list-style: decimal;
}

.site-main > ol > li > ul > li {
  list-style: circle;
}

li ul,
li ol {
  margin: 0;
  font-size: 17px;
  font-size: 1.7;
}

blockquote,
.full-width blockquote {
  margin: 40px auto 35px auto;
  padding: 70px 35px 35px 35px;
  max-width: 1200px;
  background: #f8f2ef;
  box-sizing: border-box;
  font-size: 22px;
  font-size: 2.2;
  position: relative;
}
blockquote cite,
.full-width blockquote cite {
  font-size: 28px;
  font-size: 2.8;
  color: #a22a30;
  font-weight: bold;
}
blockquote p,
.full-width blockquote p {
  font-size: 22px;
  font-size: 2.2;
}
blockquote p,
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote ul,
blockquote img,
.full-width blockquote p,
.full-width blockquote h1,
.full-width blockquote h2,
.full-width blockquote h3,
.full-width blockquote h4,
.full-width blockquote h5,
.full-width blockquote h6,
.full-width blockquote ul,
.full-width blockquote img {
  padding-left: 0;
  padding-right: 0;
}
blockquote::before,
.full-width blockquote::before {
  content: "";
  background: url(../images/quote.png);
  position: absolute;
  top: -40px;
  left: 35px;
  width: 102px;
  height: 102px;
}

q {
  quotes: none;
}

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

cite {
  font-style: normal;
}

dl,
dd {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}

abbr[title] {
  border-bottom: 1px dotted white;
  cursor: help;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

dfn {
  font-style: italic;
}

ins {
  background-color: white;
  color: #122008;
  text-decoration: none;
}

mark {
  background-color: white;
  color: #122008;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4;
  line-height: 1.6em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2;
  line-height: 0;
  vertical-align: baselineheight;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Colour =================================================== */
a {
  text-decoration: none;
  color: #5d7683;
}
a:visited {
  color: #5d7683;
}
a:hover {
  text-decoration: underline;
  color: #485b65;
}
a:focus {
  outline: thin dotted;
  color: #485b65;
}
a:hover, a:active {
  outline: 0;
}

/*::-moz-selection {
background-color : lighten($basecolor, 65%);
color : $basecolor;
text-shadow : none; }

::selection {
background-color : lighten($basecolor, 65%);
color : $basecolor;
text-shadow : none; }*/
.swatch {
  margin: 0 0 1.6em 0;
  padding: 0;
}

.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}

.swatch-row-one {
  background-color: rgb(0, 0, 0);
}

.swatch-row-two {
  background-color: rgb(255, 255, 255);
}

.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}

.swatch-base span:nth-child(1) {
  background-color: hsla(357, 58.8235294118%, 40%, 0.9);
}

.swatch-base span:nth-child(2) {
  background-color: hsla(357, 58.8235294118%, 40%, 0.8);
}

.swatch-base span:nth-child(3) {
  background-color: hsla(357, 58.8235294118%, 40%, 0.7);
}

.swatch-base span:nth-child(4) {
  background-color: hsla(357, 58.8235294118%, 40%, 0.6);
}

.swatch-alert span:nth-child(1) {
  background-color: hsla(50.4, 80.6451612903%, 93.9215686275%, 0.9);
}

.swatch-alert span:nth-child(2) {
  background-color: hsla(50.4, 80.6451612903%, 93.9215686275%, 0.8);
}

.swatch-alert span:nth-child(3) {
  background-color: hsla(50.4, 80.6451612903%, 93.9215686275%, 0.7);
}

.swatch-alert span:nth-child(4) {
  background-color: hsla(50.4, 80.6451612903%, 93.9215686275%, 0.6);
}

.swatch-error span:nth-child(1) {
  background-color: hsla(2.4827586207, 66.2100456621%, 57.0588235294%, 0.9);
}

.swatch-error span:nth-child(2) {
  background-color: hsla(2.4827586207, 66.2100456621%, 57.0588235294%, 0.8);
}

.swatch-error span:nth-child(3) {
  background-color: hsla(2.4827586207, 66.2100456621%, 57.0588235294%, 0.7);
}

.swatch-error span:nth-child(4) {
  background-color: hsla(2.4827586207, 66.2100456621%, 57.0588235294%, 0.6);
}

.swatch-info span:nth-child(1) {
  background-color: hsla(200, 65.2173913043%, 90.9803921569%, 0.9);
}

.swatch-info span:nth-child(2) {
  background-color: hsla(200, 65.2173913043%, 90.9803921569%, 0.8);
}

.swatch-info span:nth-child(3) {
  background-color: hsla(200, 65.2173913043%, 90.9803921569%, 0.7);
}

.swatch-info span:nth-child(4) {
  background-color: hsla(200, 65.2173913043%, 90.9803921569%, 0.6);
}

.swatch-success span:nth-child(1) {
  background-color: hsla(120, 38.9830508475%, 53.7254901961%, 0.9);
}

.swatch-success span:nth-child(2) {
  background-color: hsla(120, 38.9830508475%, 53.7254901961%, 0.8);
}

.swatch-success span:nth-child(3) {
  background-color: hsla(120, 38.9830508475%, 53.7254901961%, 0.7);
}

.swatch-success span:nth-child(4) {
  background-color: hsla(120, 38.9830508475%, 53.7254901961%, 0.6);
}

.swatch-warning span:nth-child(1) {
  background-color: hsla(35.1, 95.2380952381%, 58.8235294118%, 0.9);
}

.swatch-warning span:nth-child(2) {
  background-color: hsla(35.1, 95.2380952381%, 58.8235294118%, 0.8);
}

.swatch-warning span:nth-child(3) {
  background-color: hsla(35.1, 95.2380952381%, 58.8235294118%, 0.7);
}

.swatch-warning span:nth-child(4) {
  background-color: hsla(35.1, 95.2380952381%, 58.8235294118%, 0.6);
}

/* Texture =================================================== */
.alert {
  margin-bottom: 1.6em;
  padding: 8px 35px 8px 14px;
  background-color: rgb(252, 248, 227);
  border: 1px solid #f2e187;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  font-size: 1.4;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}

.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}

.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}

.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: rgb(218, 79, 73);
}

.alert-inverse {
  background-color: rgb(65, 65, 65);
  border-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.2em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2;
  font-weight: bold;
  white-space: nowrap;
  color: gray;
  background-color: #e6e6e6;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
.badge:hover {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

.badge-error {
  background-color: rgb(218, 79, 73);
  color: rgb(255, 255, 255);
}
.badge-error:hover {
  background-color: #9d2520;
  color: rgb(255, 255, 255);
}

.badge-warning {
  background-color: rgb(250, 167, 50);
  color: rgb(255, 255, 255);
}
.badge-warning:hover {
  background-color: #c17305;
  color: rgb(255, 255, 255);
}

.badge-success {
  background-color: rgb(91, 183, 91);
  color: rgb(255, 255, 255);
}
.badge-success:hover {
  background-color: #347834;
  color: rgb(255, 255, 255);
}

.badge-info {
  background-color: rgb(217, 237, 247);
  color: #247fad;
}
.badge-info:hover {
  background-color: #85c5e5;
}

.badge-inverse {
  background-color: rgb(65, 65, 65);
  color: rgb(255, 255, 255);
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: rgb(255, 255, 255);
}

.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.6em;
  background-color: white;
  border: 1px solid #eaaeb1;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 10px #f5d7d8;
  -moz-box-shadow: inset 0 1px 10px #f5d7d8;
  box-shadow: inset 0 1px 10px #f5d7d8;
}
.well p:last-child {
  margin-bottom: 0;
}

.well-large {
  padding: 22px;
}

.well-small {
  padding: 6px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* Generic WEC Normalizations ================================= */
#wp-admin-bar-wp-logo {
  display: none;
}

a {
  transition: all 0.3s ease;
  outline: none;
}

.content:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

.wp-caption {
  background: #fff;
  border: 1px solid #cccccc;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  clear: both;
}

.wp-caption-text,
.gallery-caption {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 0 4px 5px;
}

#tinymce {
  overflow: visible !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 9px 10px;
}

.top-spacer {
  height: 90px;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  margin: 0 auto 20px auto;
}

/* Elements =================================================== */
img {
  *width: inherit;
  max-width: 100%;
  height: auto;
  border: 0;
}

.sitemap {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ------------------------------------------------------------
	Page Styles
------------------------------------------------------------ */
/* -------- Top Level --------- */
.primaryNav {
  clear: both;
  width: 100%;
  margin-top: 3em;
}

.primaryNav #home {
  position: absolute;
  margin-top: -3em;
  margin-bottom: 0;
  min-width: 11.5em;
  width: 100%;
}

.primaryNav #home:before {
  display: none;
}

.primaryNav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
}

.primaryNav li {
  flex: 1;
  flex-basis: 11.5em;
  padding-right: 1.25em;
  position: relative;
}

.primaryNav > ul > li {
  margin-top: 3em;
}

.primaryNav li a {
  margin: 0;
  padding: 0.875em 0.9375em 0.9375em 0.9375em;
  display: block;
  font-size: 0.9375em;
  font-weight: bold;
  color: white;
  background: #0090ff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.025);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.primaryNav li a:hover {
  background-color: #0070f9;
}

/* -------- Second Level --------- */
.primaryNav ul ul {
  display: block;
}

.primaryNav ul ul li {
  padding-top: 0.6875em;
  padding-right: 0;
}

.primaryNav ul ul li a {
  background-color: #28bf5e;
}

.primaryNav ul ul li a:hover {
  background-color: #09a63e;
}

.primaryNav ul ul li:first-child {
  padding-top: 2em;
}

/* -------- Third Level --------- */
.primaryNav ul ul ul {
  margin-top: 0.6em;
  padding-top: 0.6em;
  padding-bottom: 0.625em;
}

.primaryNav ul ul ul li {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

.primaryNav ul ul ul li a {
  background-color: #ff9d00;
  font-size: 0.75em;
  padding: 0.75em;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}

.primaryNav ul ul ul li a:hover {
  background-color: #ff831b;
}

.primaryNav ul ul ul li:first-child {
  padding-top: 1em;
}

.primaryNav ul ul ul li a:link:after,
.primaryNav ul ul ul li a:visited:after {
  font-size: 0.75em;
}

/* --------	Fourth Level --------- */
.primaryNav ul ul ul ul {
  margin-top: 0;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

.primaryNav ul ul ul ul li a {
  background-color: #de003a;
  padding: 0.75em;
  width: 80%;
}

.primaryNav ul ul ul ul li a:hover {
  background-color: #c20035;
}

.primaryNav ul ul ul ul li a:link:after,
.primaryNav ul ul ul ul li a:visited:after {
  display: none;
}

/* ------------------------------------------------------------
	Connecting Lines:
	Uncomment 'border-color: red' for debugging
------------------------------------------------------------ */
.primaryNav ul:before,
.primaryNav ul:after,
.primaryNav ul li:before,
.primaryNav ul li:after {
  display: block;
  content: "";
  position: absolute;
  border-width: 0;
  border-color: #e3e3e3;
  border-style: solid;
  z-index: -1;
  /* border-color: red; */
}

.primaryNav > ul > li:before {
  height: 1.375em;
  top: -1.375em;
  right: calc(50% + 0.625em);
  width: calc(100% - 2px);
  border-top-width: 2px;
  border-right-width: 2px;
  /* border-color: red; */
}

.primaryNav > ul > li:first-child + li:before {
  border-top-width: 0;
  height: 5em;
  top: -5em;
  /* border-color: red; */
}

.primaryNav ul ul li:after {
  width: 50%;
  height: 0.6875em;
  top: 0;
  right: 1px;
  border-left-width: 2px;
  /* border-color: red */
}

.primaryNav ul ul li:first-child:before {
  width: 50%;
  height: 1.3125em;
  top: 0.6875em;
  right: 1px;
  border-left-width: 2px;
  /* border-color: red; */
}

.primaryNav > ul > li:last-child:after {
  border-bottom-width: 0;
}

.primaryNav ul ul ul li:before {
  width: calc(50% - 5px) !important;
  height: calc(100% - 2px);
  top: -50%;
  left: 0;
  border-left-width: 2px;
  border-bottom-width: 2px;
  /* border-color: red; */
}

.primaryNav ul ul ul li:first-child:before {
  height: 2.125em;
  top: -1px;
  border-top-width: 2px;
  /* border-color: red; */
}

.primaryNav ul ul ul:before {
  width: 50%;
  height: 1.25em;
  top: -10px;
  right: 1px;
  border-left-width: 2px;
  /* border-color: red; */
}

.primaryNav ul ul ul li:after {
  border-width: 0;
}

.primaryNav ul ul ul ul li:before,
.primaryNav ul ul ul ul li:first-child:before {
  display: none;
}

.primaryNav ul ul ul ul:before {
  width: 1px;
  height: calc(100% + 2.5em);
  top: -2.5em;
  left: 0;
  border-left-width: 2px;
  /* border-color: red; */
}

/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */
.utilityNav {
  float: right;
  margin-top: 0;
  margin-bottom: -0.25em;
  margin-right: 1.25em;
  max-width: 48%;
  list-style-type: none;
}

.utilityNav li {
  padding: 0 0 0.625em 0.625em;
  display: inline-block;
}

.utilityNav li a {
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0.75em 1em;
  font-weight: bold;
  text-align: left;
  color: white;
  background-color: #ff9d00;
  border: 1px solid rgba(0, 0, 0, 0.025);
  box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.utilityNav li a:hover {
  background-color: #ff831b;
}

.utilityNav li a:link:after,
.utilityNav li a:visited:after {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75em;
  font-weight: 600;
  margin-top: 0.25em;
}

/* ------------------------------------------------------------
	Responsive Styles
------------------------------------------------------------ */
@media screen and (max-width: 30em) {
  .primaryNav ul {
    display: block;
  }
  .primaryNav li {
    width: 100%;
    padding-right: 0;
  }
  .primaryNav #home {
    width: 100%;
    position: relative;
    margin-bottom: -1em;
    margin-top: 0;
  }
  .utilityNav {
    float: none;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 2.5em;
    max-width: 100%;
  }
}
/* The media queries below keep the grid column widths intact when
a column wraps. This prevents the wrapped column from displaying at
100% width. These queries also make the homepage line item flex
appropriately. When your sitemap is complete, remove the queries
that you don't need, and your sitemap layout will work perfectly. */
/* two column */
@media screen and (min-width: 30em) {
  .primaryNav > ul > li {
    max-width: 50%;
  }
}
/* three column */
@media screen and (min-width: 38.5em) {
  .primaryNav > ul > li {
    max-width: 33%;
  }
}
/* four column */
@media screen and (min-width: 50em) {
  .primaryNav > ul > li {
    max-width: 25%;
  }
}
/* five column */
@media screen and (min-width: 61em) {
  .primaryNav > ul > li {
    max-width: 20%;
  }
}
/* six column */
@media screen and (min-width: 73em) {
  .primaryNav > ul > li {
    max-width: 16.66%;
  }
}
/* seven column */
@media screen and (min-width: 84.5em) {
  .primaryNav > ul > li {
    max-width: 14.285%;
  }
}
/* eight column */
@media screen and (min-width: 96em) {
  .primaryNav > ul > li {
    max-width: 12.5%;
  }
}
/* nine column */
@media screen and (min-width: 107.5em) {
  .primaryNav > ul > li {
    max-width: 11.11%;
  }
}
/* ten column */
@media screen and (min-width: 119em) {
  .primaryNav > ul > li {
    max-width: 10%;
  }
}
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 21.5px;
  left: 0px;
  right: 0px;
  height: 5px;
  background: #fff;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -12px;
}

.c-hamburger span::after {
  bottom: -12px;
}

/**
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.toggled .c-hamburger--htx {
  background-color: transparent;
}

.toggled .c-hamburger--htx span {
  background: none;
}

.toggled .c-hamburger--htx span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.toggled .c-hamburger--htx span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

.toggled .c-hamburger--htx span::before,
.toggled .c-hamburger--htx span::after {
  transition-delay: 0s, 0.3s;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  line-height: 0;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 20px;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #7b2d19;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #7b2d19;
}

/* Forms =================================================== */
form {
  margin: 0 0 1.6em 0;
}
form fieldset {
  margin-bottom: 1.6em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3.2em;
  *margin-left: -7px;
  padding: 0;
  color: #122008;
  border: 0;
  border-bottom: 2px solid #c2c3c2;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.8em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.6em 0;
  padding: 0;
}
form br {
  display: none;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4;
  vertical-align: baseline;
  *vertical-align: middle;
}

input,
button,
select,
textarea {
  font-family: "Libre Franklin", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

label {
  display: block;
  margin-bottom: 0.2em;
  font-weight: bold;
  color: #122008;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.4em;
  background-color: rgb(255, 255, 255);
  border: 2px solid #c2c3c2;
  color: #122008;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #8f908f;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

input[type=image],
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9 ;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=image] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type=file] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}

select,
input[type=file] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}

select {
  width: auto;
  background-color: rgb(255, 255, 255);
  font-size: 13px;
  font-size: 1.3;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}

input[type=hidden] {
  display: none;
}

.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
  margin-left: -18px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}

#txtResult {
  color: #7b2d19;
  opacity: 0.75;
}

input:focus,
textarea:focus {
  border-color: #a22a30, 40%;
  outline: 0;
  outline: thin dotted \9 ;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4;
}

input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4;
}

.help-block,
.help-inline {
  color: gray;
}

.help-block {
  display: block;
  margin-bottom: 0.8em;
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}

.form-inline label {
  display: inline-block;
}

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}

.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.form-search label {
  display: inline-block;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

.gform_button {
  border: none;
}

#calc {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #FFFFFF;
  border: 3px solid #F8F2EE;
}
#calc h2 {
  color: #7b2d19;
  font-size: 38px;
}
#calc h3 {
  font-family: "libre franklin", sans-serif;
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
}
#calc h3.green-text {
  color: #507953;
}
#calc h3.blue-text {
  color: #5d7683;
}

.dollar-input {
  position: relative;
  display: inline-block;
}

.dollar-sign {
  position: absolute;
  left: -15px;
  top: 3px;
  color: #122008;
}

.dollar-input input[type=text] {
  padding-left: 5px;
  width: 175px;
}

.input-group .dollar-input {
  width: 200px;
  margin-left: 15px;
}

.important-notice {
  background-color: #FFF3CD;
  border: 1px solid #FFEEBA;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 14px;
}

.cost-section {
  margin-bottom: 30px;
}

.input-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.input-group {
  flex: 1 1 calc(33.333% - 20px);
  margin: 0 10px 15px;
  min-width: 200px;
}

.input-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.input-group input[type=text] {
  width: 200px;
  border: 3px solid #F8F2EE;
  border-radius: 12px;
  font-size: 16px;
}

.input-group input[type=text]:focus {
  outline: none;
  border-color: #a0a0a0;
  box-shadow: 0 0 0 2px rgba(79, 121, 66, 0.2);
}

.total-cost {
  background-color: #7b2d19;
  color: white;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.total-cost input[type=text] {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  width: 100px;
}
.total-cost input[disabled] {
  color: white;
  opacity: 1;
}
.total-cost .dollar-sign {
  color: white;
}
.total-cost.grand-total {
  background-color: #a22a30;
  font-size: 22px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .input-row {
    flex-direction: column;
  }
  .input-group {
    flex: 1 1 100%;
    margin: 0 0 15px;
  }
}
/* Buttons =================================================== */
.wp-block-buttons {
  max-width: 1200px;
  padding: 35px 0;
  margin: 0 auto;
}

a.btn,
.btn a,
.gform_button,
.wp-block-button__link {
  display: inline-block;
  padding: 10px 25px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8;
  line-height: 1.6em;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: none;
  background-color: #5d7683;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
a.btn:after,
.btn a:after,
.gform_button:after,
.wp-block-button__link:after {
  transition: all 0.3s ease;
  content: "";
  width: 11px;
  height: 14px;
  margin-left: 10px;
  background: url("../images/button-arrow.png") no-repeat;
  background-size: 11px 14px;
  display: inline-block;
  transform: translateX(0);
}
a.btn:hover,
.btn a:hover,
.gform_button:hover,
.wp-block-button__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #7b2d19;
}
a.btn:hover:after,
.btn a:hover:after,
.gform_button:hover:after,
.wp-block-button__link:hover:after {
  transform: translateX(6px);
}

/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.6em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #eaaeb1;
  font-size: 14px;
  font-size: 1.4;
  line-height: 1.6em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #eaaeb1;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #f5d7d8;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #eaaeb1;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #eaaeb1;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: white;
}

/* page =================================================== */
.full-width p,
.full-width h1,
.full-width h2,
.full-width h3,
.full-width h4,
.full-width h5,
.full-width h6 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}
.full-width ul,
.full-width ol {
  max-width: 1200px;
  padding-left: 45px;
  margin-left: auto;
  margin-right: auto;
}
.full-width img {
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.site-notice {
  background-color: #7b2d19;
}
.site-notice .site-notice-inner {
  max-width: 1200px;
  padding: 5px 35px;
  margin: 0 auto;
}
.site-notice .site-notice-inner h1,
.site-notice .site-notice-inner h2,
.site-notice .site-notice-inner h3,
.site-notice .site-notice-inner h4,
.site-notice .site-notice-inner h5,
.site-notice .site-notice-inner h6,
.site-notice .site-notice-inner p,
.site-notice .site-notice-inner li,
.site-notice .site-notice-inner a {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2;
}

.utility-header {
  background-color: #f8f2ef;
}
.utility-header .utility-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.utility-header .utility-header-inner .search-form {
  margin: 0;
  padding: 10px 35px;
  display: flex;
}
.utility-header .utility-header-inner .search-form label {
  margin-bottom: 0;
}
.utility-header .utility-header-inner .search-form .search-field {
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  -webkit-appearance: none;
  border-radius: 15px 0px 0px 15px;
  border-color: #5c5d5c;
}
.utility-header .utility-header-inner .search-form .search-submit {
  width: 25%;
  margin: 0;
  padding: 0;
  background: #5d7683;
  outline: 0;
  border: 0;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: bold;
}
.utility-header .utility-header-inner .search-form .search-submit:hover {
  background-color: #a0a0a0;
  cursor: pointer;
  color: #fff;
}

.header {
  background-color: #a22a30;
  padding: 6px 0;
  position: relative;
  min-width: 320px;
  z-index: 101;
  position: relative;
}
.header .site-branding {
  padding-left: 35px;
}
.header .site-branding .site-title {
  margin: 0 auto;
}
.header .site-branding .site-title a {
  display: block;
  width: 117px;
  height: 86px;
  background: url("../images/workforce-services-logo.png") no-repeat;
  background-size: 117px 86px;
  z-index: 111;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .header-inner .menu-toggle-box {
  padding: 20px 35px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
}
.header .header-inner .menu {
  background: #f8f2ef;
  display: none;
  z-index: 100;
  padding: 25px 35px;
  margin: 10px 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  left: 0;
}
.header .header-inner .menu:after {
  content: "";
  display: table;
  clear: both;
}
.header .header-inner .menu li {
  padding: 0;
  list-style: none;
  position: relative;
}
.header .header-inner .menu li a {
  background: #fff;
  color: #a22a30;
  transition: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2;
  margin: 0 0 10px 0;
  padding: 7px 10px;
  box-sizing: border-box;
  line-height: 1.1;
}
.header .header-inner .menu li a:hover {
  text-decoration: none;
  background: #a22a30;
  color: #fff;
}
.header .header-inner .menu li ul {
  margin: 0;
  padding: 0 0 0 25px;
  display: none;
}
.header .header-inner .menu li ul li a {
  color: #fff;
  background: #5d7683;
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1.6;
}
.header .header-inner .menu li:hover ul,
.header .header-inner .menu li:focus-within ul,
.header .header-inner .menu li.focus ul {
  display: block;
}
.header .header-inner .menu li.current_page_ancestor > a,
.header .header-inner .menu li.current_page_item > a {
  color: #5d7683;
  background: #fff;
}
.header .header-inner .menu li.page-item-1382 {
  display: none;
}
.header .header-inner .menu li.page-item-1775 .dropdown-panel .dropdown-panel-inner ul li p {
  display: none;
}
.header .header-inner .toggled .menu {
  display: block;
}

.page-title {
  background-color: #5d7683;
  border-top: 3px solid #fff;
}
.page-title .page-title-inner h1 {
  font-size: 30px;
  font-size: 3;
  color: #fff;
  max-width: 1200px;
  padding: 3px 35px 8px 35px;
  margin: 0 auto;
}

.fullscreen-slider {
  background-color: #5c5d5c;
  background-position: center;
  background-size: cover;
  max-height: 400px;
  margin-bottom: 40px;
}
.fullscreen-slider .fullscreen-slider-spacer {
  box-sizing: border-box;
  max-height: 400px;
  overflow: hidden;
}
.fullscreen-slider .fullscreen-slider-spacer .text-background {
  background-color: rgba(248, 242, 239, 0.8);
  text-align: left;
  padding-top: 25px;
  padding-bottom: 10px;
}
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner {
  padding: 0 55px 0 25px;
  max-width: 633px;
}
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner p,
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner h1,
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner h2,
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner h3,
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner h4,
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner h5,
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner h6,
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner ul,
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner img {
  padding-left: 0;
  padding-right: 0;
}
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner h2 {
  font-size: 3rem;
}
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner a.btn {
  margin-bottom: 0;
}
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner .slick-prev {
  display: none !important;
}
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner .slick-next {
  background: url(../images/chevron-right.svg);
  width: 48px;
  height: 48px;
  margin-right: 0;
}
.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner .slick-next:before {
  display: none;
}

.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner .pause-button {
  background: url(../images/pause.svg);
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -30px;
  right: -15px;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1;
}

.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner .pause-button.play {
  background: url(../images/play.svg);
}

.fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner .slick-next {
  right: -20px;
}

.full-width-carousel img {
  max-height: 391px;
}

.full-width-carousel .btn {
  margin: 0 25px;
}

.full-width-carousel .slick-dots {
  max-width: 100%;
}

.full-width-carousel-item {
  position: relative;
}

.full-width-carousel-content {
  position: absolute;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 0;
  background-color: rgba(248, 242, 239, 0.8);
}

.content-callout-boxes .content-callout-boxes-inner .content-callout-box {
  background-color: #f8f2ef;
  margin: 0 auto 40px auto;
  width: 100%;
  max-width: 373px;
  position: relative;
}
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .callout-title {
  display: flex;
  min-height: 77px;
  background-color: #a22a30;
  color: #fff !important;
  text-decoration: none !important;
  padding: 5px 17px;
  font-size: 20px;
  font-size: 2;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.content-callout-boxes .content-callout-boxes-inner .content-callout-box a.callout-title:hover {
  background-color: #7b2d19 !important;
}
.content-callout-boxes .content-callout-boxes-inner .content-callout-box a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .content-callout-image img {
  display: block;
  width: 100%;
}
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .content-box-text {
  padding: 25px 35px;
}
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .content-box-text p,
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .content-box-text h1,
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .content-box-text h2,
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .content-box-text h3,
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .content-box-text h4,
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .content-box-text h5,
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .content-box-text h6,
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .content-box-text ul,
.content-callout-boxes .content-callout-boxes-inner .content-callout-box .content-box-text img {
  padding-left: 0;
  padding-right: 0;
}
.content-callout-boxes .content-callout-boxes-inner .content-callout-box.no-bg {
  background-color: transparent;
}

.division-listing-section {
  background-color: #f8f2ef;
  margin-bottom: 35px;
}
.division-listing-section .division-listing-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px;
}
.division-listing-section .division-listing-section-inner ul {
  display: flex;
  flex-wrap: wrap;
}
.division-listing-section .division-listing-section-inner ul li {
  list-style: none;
  flex: 0 1 265px;
  margin: 0 35px 15px 0;
}
.division-listing-section .division-listing-section-inner ul li a {
  color: #7b2d19;
}

.division-listing-section {
  background-color: #f8f2ef;
  margin-bottom: 35px;
}
.division-listing-section .division-listing-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px;
}
.division-listing-section .division-listing-section-inner ul {
  display: flex;
  flex-wrap: wrap;
}
.division-listing-section .division-listing-section-inner ul li {
  list-style: none;
  flex: 0 1 265px;
  margin: 0 35px 15px 0;
}
.division-listing-section .division-listing-section-inner ul li a {
  color: #7b2d19;
}
.division-listing-section .division-listing-section-inner p,
.division-listing-section .division-listing-section-inner h1,
.division-listing-section .division-listing-section-inner h2,
.division-listing-section .division-listing-section-inner h3,
.division-listing-section .division-listing-section-inner h4,
.division-listing-section .division-listing-section-inner h5,
.division-listing-section .division-listing-section-inner h6,
.division-listing-section .division-listing-section-inner ul,
.division-listing-section .division-listing-section-inner img {
  padding-left: 0;
  padding-right: 0;
}

.labor-statistics .labor-statistics-inner {
  max-width: 1200px;
  margin: 0 auto 35px auto;
  padding: 0 35px;
}
.labor-statistics .labor-statistics-inner p,
.labor-statistics .labor-statistics-inner h1,
.labor-statistics .labor-statistics-inner h2,
.labor-statistics .labor-statistics-inner h3,
.labor-statistics .labor-statistics-inner h4,
.labor-statistics .labor-statistics-inner h5,
.labor-statistics .labor-statistics-inner h6,
.labor-statistics .labor-statistics-inner ul,
.labor-statistics .labor-statistics-inner img {
  padding-left: 0;
  padding-right: 0;
}
.labor-statistics .labor-statistics-inner .labor-statistics-boxes .labor-statistics-box {
  border: 2px solid #a22a30;
  margin-bottom: 10px;
  background-color: #f8f2ef;
  padding: 5px 2px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.labor-statistics .labor-statistics-inner .labor-statistics-boxes .labor-statistics-box h4,
.labor-statistics .labor-statistics-inner .labor-statistics-boxes .labor-statistics-box p {
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}

.directory-boxes .directory-box {
  max-width: 1200px;
  margin: 0 auto 10px auto;
}
.directory-boxes .directory-box .directory-box-title {
  background-color: #7b2d19;
  padding: 10px 15px;
  cursor: pointer;
}
.directory-boxes .directory-box .directory-box-title:before {
  content: "+";
  background-color: #a22a30;
  padding: 5px;
  font-weight: bold;
  color: #fff;
  float: left;
  padding: 0 5px;
  font-size: 24px;
  font-size: 2.4;
  margin-right: 10px;
  min-width: 13px;
  text-align: center;
}
.directory-boxes .directory-box .directory-box-title h5 {
  color: #fff;
  margin-bottom: 0;
}
.directory-boxes .directory-box .directory-box-content {
  background-color: #fff;
  border-left: 2px solid #f8f2ef;
  border-bottom: 2px solid #f8f2ef;
  border-right: 2px solid #f8f2ef;
  display: none;
}
.directory-boxes .directory-box .directory-box-content .directory-box-content-inner {
  padding: 0 50px 5px 50px;
}
.directory-boxes .directory-box .directory-box-content .directory-box-content-inner .directory-entry {
  margin-bottom: 15px;
}
.directory-boxes .directory-box .directory-box-content .directory-box-content-inner .directory-entry p,
.directory-boxes .directory-box .directory-box-content .directory-box-content-inner .directory-entry h1,
.directory-boxes .directory-box .directory-box-content .directory-box-content-inner .directory-entry h2,
.directory-boxes .directory-box .directory-box-content .directory-box-content-inner .directory-entry h3,
.directory-boxes .directory-box .directory-box-content .directory-box-content-inner .directory-entry h4,
.directory-boxes .directory-box .directory-box-content .directory-box-content-inner .directory-entry h5,
.directory-boxes .directory-box .directory-box-content .directory-box-content-inner .directory-entry h6,
.directory-boxes .directory-box .directory-box-content .directory-box-content-inner .directory-entry ul,
.directory-boxes .directory-box .directory-box-content .directory-box-content-inner .directory-entry img {
  padding-left: 0;
  padding-right: 0;
}
.directory-boxes .directory-box.opened .directory-box-title {
  background-color: #fff;
  border-left: 2px solid #f8f2ef;
  border-top: 2px solid #f8f2ef;
  border-right: 2px solid #f8f2ef;
}
.directory-boxes .directory-box.opened .directory-box-title h5 {
  color: #7b2d19;
}
.directory-boxes .directory-box.opened .directory-box-title:before {
  content: "-";
}

.directory-content {
  background-color: #f8f2ef;
}
.directory-content .directory-content-inner {
  padding: 15px;
}
.directory-content .directory-content-inner .directory-entry {
  margin-bottom: 15px;
}

div.blue-bg {
  background-color: #5d7683;
}

.call-to-action-section {
  position: relative;
}
.call-to-action-section .call-to-action-section-inner {
  max-width: 1200px;
  margin: 0 auto 25px auto;
  display: flex;
  flex-direction: column;
}
.call-to-action-section .call-to-action-section-inner .call-to-action-image {
  background-color: #7b2d19;
  flex: 1;
}
.call-to-action-section .call-to-action-section-inner .call-to-action-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.call-to-action-section .call-to-action-section-inner .call-to-action-content {
  background-color: #7b2d19;
  padding: 20px 30px;
  box-sizing: border-box;
  flex: 2;
}
.call-to-action-section .call-to-action-section-inner .call-to-action-content h1,
.call-to-action-section .call-to-action-section-inner .call-to-action-content h2,
.call-to-action-section .call-to-action-section-inner .call-to-action-content h3,
.call-to-action-section .call-to-action-section-inner .call-to-action-content h4,
.call-to-action-section .call-to-action-section-inner .call-to-action-content h5,
.call-to-action-section .call-to-action-section-inner .call-to-action-content h6,
.call-to-action-section .call-to-action-section-inner .call-to-action-content p,
.call-to-action-section .call-to-action-section-inner .call-to-action-content li,
.call-to-action-section .call-to-action-section-inner .call-to-action-content a {
  color: #fff;
}
.call-to-action-section .call-to-action-section-inner .call-to-action-content p,
.call-to-action-section .call-to-action-section-inner .call-to-action-content h1,
.call-to-action-section .call-to-action-section-inner .call-to-action-content h2,
.call-to-action-section .call-to-action-section-inner .call-to-action-content h3,
.call-to-action-section .call-to-action-section-inner .call-to-action-content h4,
.call-to-action-section .call-to-action-section-inner .call-to-action-content h5,
.call-to-action-section .call-to-action-section-inner .call-to-action-content h6,
.call-to-action-section .call-to-action-section-inner .call-to-action-content ul,
.call-to-action-section .call-to-action-section-inner .call-to-action-content img {
  padding-left: 0;
  padding-right: 0;
}
.call-to-action-section .call-to-action-section-inner .call-to-action-content a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.call-to-action-section .call-to-action-section-inner .call-to-action-content a.btn:hover {
  background-color: #485b65;
}

.banner-image {
  margin-bottom: 20px;
}
.banner-image .banner-image-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.banner-image .banner-image-inner img {
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 0;
}
.banner-image .banner-image-inner .spacer {
  height: 90px;
}
.banner-image .banner-image-inner .banner-image-title {
  padding: 5px 25px 10px 25px;
  background-color: #7b2d19;
}
.banner-image .banner-image-inner .banner-image-title h1,
.banner-image .banner-image-inner .banner-image-title h2 {
  margin-bottom: 0;
  color: #fff;
  padding: 0;
}
.banner-image .banner-image-inner .banner-image-title .date {
  padding: 0;
  margin: 0;
  color: #fff;
}
.banner-image .banner-image-inner .banner-image-title .date a {
  color: #fff;
}

.dws-contact-form .dws-contact-form-inner {
  max-width: 1200px;
  padding: 30px;
  background-color: #fff;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
}
.dws-contact-form .dws-contact-form-inner p,
.dws-contact-form .dws-contact-form-inner h1,
.dws-contact-form .dws-contact-form-inner h2,
.dws-contact-form .dws-contact-form-inner h3,
.dws-contact-form .dws-contact-form-inner h4,
.dws-contact-form .dws-contact-form-inner h5,
.dws-contact-form .dws-contact-form-inner h6,
.dws-contact-form .dws-contact-form-inner ul,
.dws-contact-form .dws-contact-form-inner img {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-columns {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-listing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px;
}
.blog-listing .blog-listing-side .post-preview-box {
  margin-bottom: 35px;
}
.blog-listing .blog-listing-side .post-preview-box .date {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #7b2d19;
}
.blog-listing .blog-listing-side .post-preview-box h5 {
  margin-bottom: 0px;
}
.blog-listing .blog-listing-side .post-preview-box p {
  margin-bottom: 0px;
}
.blog-listing .blog-listing-sidebar {
  background-color: #f8f2ef;
  padding: 35px;
  box-sizing: border-box;
}
.blog-listing .blog-listing-sidebar h2.widget-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
}
.blog-listing .blog-listing-sidebar .widget {
  margin-bottom: 10px;
}
.blog-listing .blog-listing-sidebar .widget > ul li {
  list-style: none;
  line-height: 1;
}
.blog-listing .blog-listing-sidebar .widget > ul li a {
  padding: 5px 0;
  display: block;
  color: #122008;
}
.blog-listing .blog-listing-sidebar .widget > ul li a:hover {
  color: #a22a30;
}

.wp-pagenavi {
  max-width: 1200px;
  margin: 0 auto 35px auto;
  padding: 0 35px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
}
.wp-pagenavi .pages {
  margin-left: 0;
  padding-left: 0;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  color: #5c5d5c;
}
.nav-links a {
  color: #5c5d5c;
}

.search-results-wrapper {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 35px;
}
.search-results-wrapper p,
.search-results-wrapper h1,
.search-results-wrapper h2,
.search-results-wrapper h3,
.search-results-wrapper h4,
.search-results-wrapper h5,
.search-results-wrapper h6,
.search-results-wrapper ul,
.search-results-wrapper img {
  padding-left: 0;
  padding-right: 0;
}
.search-results-wrapper .search-box-wrapper {
  max-width: 400px;
}
.search-results-wrapper .search-box-wrapper .search-form {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  display: flex;
}
.search-results-wrapper .search-box-wrapper .search-form label {
  margin-bottom: 0;
}
.search-results-wrapper .search-box-wrapper .search-form .search-field {
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  -webkit-appearance: none;
  border-radius: 15px 0px 0px 15px;
  border-color: #5c5d5c;
}
.search-results-wrapper .search-box-wrapper .search-form .search-submit {
  width: 25%;
  margin: 0;
  padding: 0;
  background: #5d7683;
  outline: 0;
  border: 0;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: bold;
}
.search-results-wrapper .search-box-wrapper .search-form .search-submit:hover {
  background-color: #a0a0a0;
  cursor: pointer;
  color: #fff;
}
.search-results-wrapper .search-result-box {
  max-width: 768px;
  margin: 30px 0;
  padding: 20px;
  background-color: #f8f2ef;
  position: relative;
}
.search-results-wrapper .search-result-box p {
  margin-bottom: 0;
}
.search-results-wrapper .search-result-box a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sidebar-nav ul {
  margin: 0;
  padding: 0;
}
.sidebar-nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav ul li a {
  background-color: #fff;
  border: 2px solid #f8f2ef;
  display: block;
  padding: 3px 15px;
  margin-bottom: 6px;
}
.sidebar-nav ul li a:hover {
  background-color: #5d7683;
  color: #fff;
  text-decoration: none;
}
.sidebar-nav ul li.current_page_item > a, .sidebar-nav ul li.current_page_ancestor > a {
  background-color: #5d7683;
  color: #fff;
}
.sidebar-nav ul li.current_page_item > a:hover, .sidebar-nav ul li.current_page_ancestor > a:hover {
  background-color: #a22a30;
}
.sidebar-nav ul li.current_page_item ul, .sidebar-nav ul li.current_page_ancestor ul {
  display: block;
  padding-left: 15px;
}
.sidebar-nav ul li.current_page_item ul li, .sidebar-nav ul li.current_page_ancestor ul li {
  list-style: none;
}
.sidebar-nav ul li.page_item_has_children > a:after {
  content: "^";
  display: inline-block;
  transform: rotate(180deg);
  margin-left: 5px;
  font-stretch: expanded;
}
.sidebar-nav ul li > ul {
  display: none;
}
.sidebar-nav .top-level li.current_page_ancestor > a {
  background-color: #f8f2ef;
  color: #a22a30;
}
.sidebar-nav .top-level li.current_page_ancestor > a:hover {
  background-color: #5d7683;
  color: #fff;
}

.image-cover-spacer {
  padding: 50px 0;
  box-sizing: border-box;
}

.content-area {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.splash-boxes {
  max-width: 1645px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.splash-boxes .splash-box {
  width: 354px;
  margin: 25px 10px;
  background-color: #f8f2ef;
}

.splash-box > h5 {
  background-color: #a22a30;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 0;
}

.splash-box-text {
  padding: 0 10px;
}

.splash-box-btn {
  padding: 0 0 10px 10px;
}

.divisions-section {
  background-color: #f8f2ef;
  padding: 10px;
}

.divisions-title {
  color: #a22a30;
  text-transform: uppercase;
  padding: 0 20px;
}

.divisions {
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.divisions .division {
  width: 291px;
  margin: 10px;
  background-color: #fff;
}

.division-title {
  color: #7b2d19;
  padding: 0 10px;
  margin-bottom: 0;
}

.division-text {
  padding-left: 10px;
}

.reports-boxes {
  margin-top: 10px;
}

.reports-title {
  margin: 0 auto;
  padding: 5px 0 5px 10px;
  text-transform: uppercase;
  color: #a22a30;
}

#mceu_109,
#mceu_53 {
  display: none !important;
}

.post-preview-box > h5 > .post-link {
  text-transform: none;
}

.main-footer {
  background-color: #f8f2ef;
}
.main-footer .footer-branding .site-title {
  margin: 0 auto;
  padding-bottom: 25px;
}
.main-footer .footer-branding .site-title a {
  display: block;
  width: 117px;
  height: 86px;
  background: url("../images/workforce-services-logo.png") no-repeat;
  background-size: 117px 86px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.main-footer .main-footer-inner {
  max-width: 1200px;
  padding: 25px;
  margin: 0 auto;
}
.main-footer .main-footer-inner h4 {
  margin: 0 auto;
  font-size: 20px;
  font-size: 2;
}
.main-footer .main-footer-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer .main-footer-inner ul ul {
  padding-left: 20px;
}
.main-footer .main-footer-inner p,
.main-footer .main-footer-inner li {
  font-size: 17px;
  font-size: 1.7;
  color: #5c5d5c;
  margin-bottom: 5px;
}
.main-footer .main-footer-inner p a,
.main-footer .main-footer-inner li a {
  color: #5c5d5c;
}
.main-footer .main-footer-inner p a.btn,
.main-footer .main-footer-inner li a.btn {
  color: #fff;
}
.main-footer .main-footer-inner .search-form {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  display: flex;
}
.main-footer .main-footer-inner .search-form label {
  margin-bottom: 0;
}
.main-footer .main-footer-inner .search-form .search-field {
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  -webkit-appearance: none;
  border-radius: 15px 0px 0px 15px;
  border-color: #5c5d5c;
}
.main-footer .main-footer-inner .search-form .search-submit {
  width: 25%;
  margin: 0;
  padding: 0;
  background: #5d7683;
  outline: 0;
  border: 0;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: bold;
}
.main-footer .main-footer-inner .search-form .search-submit:hover {
  background-color: #a0a0a0;
  cursor: pointer;
  color: #fff;
}
.main-footer .main-footer-inner .site-att {
  max-width: 300px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.main-footer .main-footer-inner .social {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.main-footer .resource-footer {
  background-color: #a22a30;
  margin: 0 auto;
}
.main-footer .resource-footer .resource-footer-inner {
  max-width: 1200px;
  padding: 0 25px;
  margin: auto;
}
.main-footer .resource-footer .resource-footer-inner p,
.main-footer .resource-footer .resource-footer-inner h1,
.main-footer .resource-footer .resource-footer-inner h2,
.main-footer .resource-footer .resource-footer-inner h3,
.main-footer .resource-footer .resource-footer-inner h4,
.main-footer .resource-footer .resource-footer-inner h5,
.main-footer .resource-footer .resource-footer-inner h6,
.main-footer .resource-footer .resource-footer-inner ul,
.main-footer .resource-footer .resource-footer-inner img {
  padding-left: 0;
  padding-right: 0;
}
.main-footer .resource-footer .resource-footer-inner .resource {
  padding: 10px;
  text-align: center;
}
.main-footer .resource-footer .resource-footer-inner h4 {
  color: #fff;
  padding: 10px 0;
  word-wrap: break-word;
}

#main a,
.full-width a {
  text-decoration: underline;
  color: #a22a30;
}
#main a:hover,
.full-width a:hover {
  color: #7b2d19;
}

.error-404 .page-title {
  text-align: center;
  background-color: #fff;
}

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid gray;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  /* Alert Banner */
  .site-notice {
    background: #f8f2ef !important;
  }
  .site-notice .site-notice-inner p {
    color: #000000 !important;
    font-size: 10px;
  }
  /* Header */
  .header {
    background-color: #fff !important;
  }
  /* Slider */
  .fullscreen-slider {
    background: white !important;
  }
  .fullscreen-slider .fullscreen-slider-spacer {
    padding: 20px 0 !important;
  }
  .fullscreen-slider .fullscreen-slider-spacer .text-background {
    background-color: #fff !important;
    text-align: left;
    padding: 5px 0;
    width: 90% !important;
    padding: 10px !important;
  }
  .slick-slide {
    display: block !important;
  }
  .slick-dots {
    display: none !important;
  }
  .slick-arrow {
    display: none !important;
  }
  .slick-cloned {
    display: none !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }
  /* Callout boxes */
  .btn {
    display: none !important;
  }
  .content-callout-boxes {
    column-count: 3 !important;
  }
  p,
  ol,
  ul,
  dl,
  address {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .callout-title {
    font-size: 14px !important;
    padding: 10px 5px 5px 10px !important;
    background: black !important;
    line-height: 1.2 !important;
    min-height: 18px !important;
  }
  .content-box-text {
    padding: 5px 5px !important;
  }
  /* division listing */
  .division-listing-section {
    background: #fff !important;
    margin-bottom: 0px !important;
  }
  .division-listing-section .division-listing-section-inner ul li a {
    color: #000 !important;
  }
  /* labor market statistics */
  .labor-statistics .labor-statistics-inner .labor-statistics-boxes .labor-statistics-box {
    border: 2px solid #000 !important;
    margin-bottom: 8px;
    background-color: #fff !important;
    padding: 5px 2px;
    display: flex;
    justify-content: center;
  }
  /* footer */
  .main-footer {
    display: none !important;
  }
  /* directory boxes */
  .directory-boxes .directory-box .directory-box-content {
    background: #fff !important;
  }
  .directory-boxes .directory-box .directory-box-title {
    background: #fff !important;
  }
  /* banner images*/
  .banner-image .banner-image-inner img {
    display: none !important;
  }
  .banner-image .banner-image-inner .banner-image-title {
    padding: 5px 25px 10px 25px;
    background-color: #000 !important;
  }
  /* sidebar nav*/
  .sidebar-nav {
    display: none !important;
  }
  /*Video*/
  .wp-block-embed__wrapper {
    display: none !important;
  }
  /* contact boxes */
  .directory-content {
    background-color: #fff !important;
  }
  /* global */
  .sidebar-nav {
    display: none !important;
  }
  .call-to-action-section {
    display: none !important;
  }
  .demo-nav {
    display: none !important;
  }
  .wp-pagenavi {
    display: none !important;
  }
  .dws-contact-form {
    display: none !important;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 28px !important;
    color: #000 !important;
  }
  h3 {
    font-size: 21px !important;
    color: #000 !important;
  }
  h4 {
    font-size: 20px !important;
    color: #000 !important;
  }
  h5 {
    font-size: 16px !important;
    color: #000 !important;
  }
  h6 {
    font-size: 12px !important;
    color: #000 !important;
  }
  .wp-block-spacer {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
  .size-medium.alignleft,
  .size-large.alignleft,
  .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .size-medium.alignright,
  .size-large.alignright,
  .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .page-title .page-title-inner h1 {
    font-size: 42px;
    font-size: 4.2;
  }
  .call-to-action-section .call-to-action-section-inner {
    flex-direction: row;
  }
  .main-footer .main-footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-footer .main-footer-inner .column {
    flex: 1 1 320px;
    margin: 15px;
  }
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  blockquote,
  .full-width blockquote {
    padding: 80px 100px 45px 100px;
  }
  blockquote::before,
  .full-width blockquote::before {
    content: "";
    top: -40px;
    left: 35px;
  }
  .size-medium.alignleft,
  .size-large.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .size-medium.alignright,
  .size-large.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner {
    padding: 0 55px 0 35px;
  }
  .content-callout-boxes {
    margin-bottom: 35px;
  }
  .content-callout-boxes .content-callout-boxes-inner {
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: left;
  }
  .content-callout-boxes .content-callout-boxes-inner .content-callout-box {
    width: 47%;
    margin: 0 1.5% 35px 1.5%;
  }
  .division-listing-section {
    margin-bottom: 75px;
  }
  .division-listing-section .division-listing-section-inner {
    padding: 75px 35px 25px 35px;
  }
  .division-listing-section .division-listing-section-inner > h3 {
    padding-bottom: 20px;
  }
  .labor-statistics .labor-statistics-inner .labor-statistics-boxes {
    display: flex;
    justify-content: space-between;
  }
  .labor-statistics .labor-statistics-inner .labor-statistics-boxes .labor-statistics-box {
    margin-bottom: 0;
    width: 18%;
    box-sizing: border-box;
  }
  .blog-listing .blog-listing-side .blog-listing-format {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-listing .blog-listing-side .blog-listing-format .post-preview-box {
    width: auto;
    padding-right: 10%;
  }
  .resource-footer .resource-footer-inner {
    display: flex;
    justify-content: space-between;
  }
  .resource-footer .resource-footer-inner .resource {
    padding: 35px 10px;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .resource-footer .resource-footer-inner h4 {
    text-align: left;
    margin-bottom: 0;
  }
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    float: left;
  }
  .clear_column {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
  }
  /* =Small Margins Template
  -------------------------------------------------------------- */
  .full_width {
    width: 100%;
  }
  .one_half {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .one_half.last_column {
    width: 48% !important;
    margin-right: 0px !important;
  }
  .one_third {
    width: 30.66% !important;
    margin-right: 4% !important;
  }
  .one_third.last_column {
    width: 30.66% !important;
    margin-right: 0px !important;
  }
  .two_third {
    width: 65.32% !important;
    margin-right: 4% !important;
  }
  .two_third.last_column {
    width: 65.32% !important;
    margin-right: 0px !important;
  }
  .one_fourth {
    width: 22% !important;
    margin-right: 4% !important;
  }
  .one_fourth.last_column {
    width: 22% !important;
    margin-right: 0px !important;
  }
  .three_fourth {
    width: 74% !important;
    margin-right: 4% !important;
  }
  .three_fourth.last_column {
    width: 74% !important;
    margin-right: 0px !important;
  }
  .one_fifth {
    width: 16% !important;
    margin-right: 4% !important;
  }
  .one_fifth.last_column {
    width: 16% !important;
    margin-right: 0px !important;
  }
  .two_fifth {
    width: 34% !important;
    margin-right: 4% !important;
  }
  .two_fifth.last_column {
    width: 34% !important;
    margin-right: 0px !important;
  }
  .three_fifth {
    width: 56% !important;
    margin-right: 4% !important;
  }
  .three_fifth.last_column {
    width: 56% !important;
    margin-right: 0px !important;
  }
  .four_fifth {
    width: 76% !important;
    margin-right: 4% !important;
  }
  .four_fifth.last_column {
    width: 76% !important;
    margin-right: 0px !important;
  }
  .one_sixth {
    width: 13.33% !important;
    margin-right: 4% !important;
  }
  .one_sixth.last_column {
    width: 13.33% !important;
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 1024px) {
  /* 1024 =================================================== */
  .utility-header .utility-header-inner .search-form {
    padding: 10px 0;
  }
  .utility-header .utility-header-inner .search-form label {
    width: 400px;
  }
  .header {
    box-sizing: border-box;
    padding: 0;
  }
  .header .site-branding {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0;
  }
  .header .site-branding .site-title {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 35px;
  }
  .header .site-branding .site-title a {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 190px;
    height: 141px;
    background-size: 190px 141px;
  }
  .header .header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 35px;
    display: flex;
    justify-content: flex-end;
  }
  .header .header-inner #site-navigation:after {
    display: none;
  }
  .header .header-inner .menu-toggle-box {
    display: none;
  }
  .header .header-inner ul.menu {
    float: right;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    background: none;
    padding: 0 0 0 0;
    border-bottom: 0;
    position: static;
  }
  .header .header-inner ul.menu > li {
    list-style: none;
    margin-left: 30px;
    position: relative;
    padding: 0;
    background: transparent;
  }
  .header .header-inner ul.menu > li a {
    color: #fff;
    background: transparent;
    display: block;
    padding: 32px 0;
    width: 100%;
    font-size: 20px;
    font-size: 2;
    margin-bottom: 0;
    font-weight: bold;
  }
  .header .header-inner ul.menu > li a:hover {
    color: #f8f2ef;
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }
  .header .header-inner ul.menu > li .dropdown-panel {
    display: none;
    position: absolute;
    min-width: 210px;
    top: 86px;
    left: -20px;
    background: #f8f2ef;
    border-bottom: 3px solid #7b2d19;
    padding: 20px 0;
    z-index: 99;
    overflow: hidden;
  }
  .header .header-inner ul.menu > li .dropdown-panel .dropdown-panel-inner > ul {
    display: block;
    padding: 0;
    min-width: 210px;
    z-index: 100;
  }
  .header .header-inner ul.menu > li .dropdown-panel .dropdown-panel-inner > ul > li {
    text-align: left;
    margin-left: 0;
  }
  .header .header-inner ul.menu > li .dropdown-panel .dropdown-panel-inner > ul > li.current_page_ancestor > a, .header .header-inner ul.menu > li .dropdown-panel .dropdown-panel-inner > ul > li.current_page_item > a {
    color: #7b2d19;
  }
  .header .header-inner ul.menu > li .dropdown-panel .dropdown-panel-inner > ul > li a {
    color: #a22a30;
    background: transparent;
    padding: 4px 20px;
    line-height: 1.375;
    font-size: 16px;
    font-size: 1.6;
  }
  .header .header-inner ul.menu > li .dropdown-panel .dropdown-panel-inner > ul > li a:hover {
    color: #5d7683;
    text-decoration: none;
  }
  .header .header-inner ul.menu > li .dropdown-panel .dropdown-panel-inner > ul > li > ul > li > a {
    padding: 0 4px 4px 20px;
    font-size: 14px;
    font-size: 1.4;
  }
  .header .header-inner ul.menu > li .dropdown-panel .dropdown-panel-inner.page-item-72 {
    display: none;
  }
  .header .header-inner ul.menu > li.page-item-1775 {
    position: static;
  }
  .header .header-inner ul.menu > li.page-item-1775 .dropdown-panel {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 85px 0 30px 0;
  }
  .header .header-inner ul.menu > li.page-item-1775 .dropdown-panel .dropdown-panel-inner {
    max-width: 1240px;
    margin: 0 auto;
  }
  .header .header-inner ul.menu > li.page-item-1775 .dropdown-panel .dropdown-panel-inner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header .header-inner ul.menu > li.page-item-1775 .dropdown-panel .dropdown-panel-inner ul li {
    flex: 0 0 22%;
    padding: 0 1.5% 30px 1.5%;
    margin-bottom: 0;
  }
  .header .header-inner ul.menu > li.page-item-1775 .dropdown-panel .dropdown-panel-inner ul li a {
    padding: 0;
    text-transform: uppercase;
  }
  .header .header-inner ul.menu > li.page-item-1775 .dropdown-panel .dropdown-panel-inner ul li p {
    line-height: 1.375;
    margin-bottom: 0;
    display: block;
  }
  .header .header-inner ul.menu > li:hover .dropdown-panel {
    display: block;
  }
  .header .header-inner ul.menu > li ul li a {
    background: #fff;
  }
  .header .header-inner ul.menu li:hover ul {
    display: block;
  }
  .header .header-inner ul.menu > li:after {
    display: none;
    position: relative;
  }
  .toggled .menu {
    display: block;
  }
  .page-title .page-title-inner h1 {
    padding: 6px 35px 10px 357px;
    box-sizing: border-box;
  }
  .fullscreen-slider .fullscreen-slider-spacer {
    padding-top: 75px;
    padding-bottom: 25px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .fullscreen-slider .fullscreen-slider-spacer .text-background {
    box-sizing: border-box;
    width: 65%;
    display: flex;
  }
  .fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner {
    box-sizing: border-box;
    max-width: 800px;
    padding: 0 55px 0 0;
  }
  .fullscreen-slider .fullscreen-slider-spacer .text-background .text-background-inner h2 {
    font-size: 4.2rem;
  }
  .full-width-carousel img {
    max-height: 545px;
  }
  .full-width-carousel-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 25%;
    width: unset;
    transform: translateY(-50%);
  }
  .directory-boxes .directory-box .directory-box-content .directory-box-content-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .directory-boxes .directory-box .directory-box-content .directory-box-content-inner .directory-entry {
    width: 48%;
  }
  .dws-contact-form .dws-contact-form-inner {
    display: flex;
    justify-content: space-between;
  }
  .dws-contact-form .dws-contact-form-inner .dws-contact-form-form {
    width: 57%;
  }
  .dws-contact-form .dws-contact-form-inner .dws-contact-form-content {
    width: 40%;
  }
  .blog-listing {
    display: flex;
  }
  .blog-listing .blog-listing-side {
    width: 67%;
  }
  .blog-listing .blog-listing-sidebar {
    width: 33%;
  }
  .content-area-sidebar {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .content-area-sidebar .main-content-column {
    width: 70%;
  }
  .content-area-sidebar .sidebar-content-column {
    width: 27%;
  }
  .image-cover-spacer {
    padding: 180px 0;
    width: 50%;
  }
  .divisions .division {
    background-color: #f8f2ef;
  }
  .full-width > figure {
    max-width: 1200px;
    margin: 0 auto;
  }
  .main-footer .footer-branding .site-title {
    margin: 0 auto;
  }
  .main-footer .footer-branding .site-title a {
    display: block;
    width: 190px;
    height: 141px;
    background: url("../images/workforce-services-logo.png") no-repeat;
    background-size: 190px 141px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .main-footer .main-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
  }
  .main-footer .main-footer-inner .column {
    width: 25%;
    margin: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  /* 1200 =================================================== */
  .content-callout-boxes .content-callout-boxes-inner .content-callout-box {
    width: 30.3%;
    margin: 0 1.5% 35px 1.5%;
  }
}
