/*
 * Stylesheet : Bacon County EDA
 * Created    : Sept 2017
 * -----------------------------------------------------------------------------------
 */

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea {
  font-size: 1em;
  line-height: 1.5;
}
body {
  background: #fff;
}
a {
  color: #1c78d0;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.1em;
}
h1 {
  font-size: 2.57142857em;
}
h2 {
  font-size: 2.142857em;
}
h3 {
  font-size: 1.7142857em;
}
h4 {
  font-size: 1.2857em;
  line-height: 1.2;
}
h5 {
  font-size: 1em;
  line-height: 1.3333333333;
}
h6 {
  font-size: 0.857em;
  line-height: 1.375;
}
address {
  font-style: italic;
  margin-bottom: 1.6em;
}
abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
p {
  margin-bottom: 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 90%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.5em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
blockquote {
  color: #6b5637;
  background: #e1ca8e;
  font-style: italic;
  margin-bottom: 1.6em;
  padding: 0.75em 1.25em;
}
blockquote cite,
blockquote small {
  display: block;
  margin-top: 0.35em;
  font-size: 0.85em;
  font-style: normal;
  text-align: right;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 700;
}
small {
  font-size: smaller;
}
big {
  font-size: 125%;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
dl {
  margin-bottom: 1.6em;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 1.6em;
}
ul,
ol {
  list-style: none;
  margin: 0 0 1.6em 1.4em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin: 0 0 0 1.6em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
table,
th,
td {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 1.6em;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  font-weight: 700;
  border-width: 0 1px 1px 0;
}
td {
  border-width: 0 1px 1px 0;
}
hr {
  background-color: #555;
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

/*@import url(../css/reset.css);
@import url(../css/base.css);*/

@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Basic
/*-----------------------------------------------------------------------------------*/
html {
  font-size: 24px;
}
@media (max-width: 1599px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  html {
    font-size: 14px;
  }
}
body {
  background: #000 url('../img/bg.jpg') 0 100%;
}
body,
button,
input,
select,
textarea {
  color: #5a5b5c;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}
a {
  color: #60a004;
  text-decoration: none;
}
a:hover,
a:active {
  color: #60a004;
  text-decoration: underline;
}
p,
ul,
address,
hr {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
hr.line {
  background: transparent;
  border-bottom: 1px dashed #0070c0;
}
hr.spacer {
  background: transparent;
  margin-top: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: ' ';
}
.clearfix:after,
.container:after {
  clear: both;
}
.container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .site {
    min-width: 320px;
  }
}
.wrapper {
  width: 1480px;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1599px) {
  .wrapper {
    width: 1180px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper {
    width: 972px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------*/
/* Repeatable
/*-----------------------------------------------------------------------------------*/
.hidden {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .mobile-visible {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .mobile-collapsible {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .mobile-collapsible {
    display: none;
  }
}
.unstyled,
ul.bullet,
ul.bullet-highlight,
ul.bullet-highlight-alt,
.menu,
.submenu {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.inline > li {
  display: inline-block;
  padding-right: 1em;
}
.half-space > li + li {
  margin-top: 0.5em;
}
.full-space > li + li {
  margin-top: 1em;
}
ul.bullet > li,
ul.bullet-highlight > li,
ul.bullet-highlight-alt > li {
  padding-left: 0.75em;
}
ul.bullet > li:before,
ul.bullet-highlight > li:before,
ul.bullet-highlight-alt > li:before {
  content: '\2022';
  float: left;
  margin-left: -0.75em;
  font-weight: 800;
}
ul.bullet-highlight > li:before {
  color: #60a004;
}
ul.bullet-highlight-alt > li:before {
  color: #0070c0;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-italic {
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.image-full {
  width: 100%;
  height: auto;
}
.image-flexible {
  max-width: 100%;
  height: auto;
}
img.align-left,
img.align-right {
  margin-bottom: 1em;
  max-width: 100%;
  height: auto;
}
img.align-left {
  float: left;
  margin-right: 1em;
}
img.align-right {
  float: right;
  margin-left: 1em;
}
.margin-b-0,
.margin-b-null {
  margin-bottom: 0;
}
.margin-b-half {
  margin-bottom: 0.5em;
}
.margin-b-full {
  margin-bottom: 1em;
}
.parent-color {
  color: inherit;
}
.menu,
.submenu {
  margin-bottom: 0;
}
.menu > li {
  display: inline-block;
}
.menu a {
  color: inherit;
  text-decoration: none;
}
.highlight {
  color: #60a004;
}
.highlight-alt {
  color: #0070c0;
}
.color-link {
  color: #00a651;
}
.color-black {
  color: #000;
}
.bg-white {
  background: #fff;
}
.bg-green {
  background: #e3ffba;
}
.bg-blue {
  background: #ebf6f9;
}
/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  background: url('../img/bg-header.png') 50% 0 no-repeat;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .site-header {
    background-size: 1180px auto;
  }
}
.site-header .header-top {
  height: 159px;
}
@media screen and (max-width: 1599px) {
  .site-header .header-top {
    height: 127.2px;
  }
}
.site-header .green-bar {
  padding: 1px 0;
  border: 0 solid #fff;
  border-width: 6px 0 4px;
  background: #4c7095;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1599px) {
  .site-header .green-bar {
    border-width: 5px 0 3px;
  }
}
.site-header .green-bar .inner {
  height: 64px;
  padding: 10px 0 5px;
  background: #dff9b9;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .site-header .green-bar .inner {
    height: 51.2px;
    padding: 8px 0 4px;
  }
}
.site-header .logo {
  float: left;
  margin-left: -20px;
}
@media screen and (max-width: 1599px) {
  .site-header .logo {
    margin-left: -15px;
  }
}
@media screen and (max-width: 1199px) {
  .site-header .logo {
    margin-left: -5px;
  }
}
.site-header .logo > * {
  margin: 0;
  padding: 0;
}
.site-header .logo > * a {
  display: block;
  width: 477px;
  height: 159px;
  text-indent: -999em;
  overflow: hidden;
  background: url('../img/logo-part.png') 50% 50% no-repeat;
}
@media screen and (max-width: 1599px) {
  .site-header .logo > * a {
    width: 381.6px;
    height: 127.2px;
    background-size: contain;
  }
}
.site-header .tagline {
  float: left;
  margin-left: 410px;
}
@media screen and (max-width: 1599px) {
  .site-header .tagline {
    margin-left: 328px;
    margin-left: 330px;
  }
}
.site-header .tagline > * {
  display: block;
  width: 549px;
  height: 45px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  overflow: hidden;
  background: url('../img/tagline.png') 50% 50% no-repeat;
}
@media screen and (max-width: 1599px) {
  .site-header .tagline > * {
    width: 439.2px;
    height: 36px;
    background-size: contain;
  }
}
.site-header .blueberry {
  display: block;
  width: 297px;
  height: 171px;
  margin: 0;
  padding: 0;
  background: url('../img/blueberry.png') 50% 50% no-repeat;
  position: absolute;
  top: -50px;
  left: 106px;
}
@media screen and (max-width: 1599px) {
  .site-header .blueberry {
    width: 237.6px;
    height: 136.8px;
    background-size: contain;
    top: -40px;
    left: 84.8px;
    left: 85px;
  }
}
.site-header .address-box {
  float: right;
  width: 435px;
  height: 159px;
  padding: 30px 50px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 0.65em;
  line-height: 1.25;
  text-align: center;
  color: #def9b9;
  background: url('../img/bg-header-address.png') 50% 50% no-repeat;
}
@media screen and (max-width: 1599px) {
  .site-header .address-box {
    width: 348px;
    height: 127.2px;
    padding: 2em 35px;
    background-size: contain;
  }
}
.site-header .address-box hr {
  margin: 0.25em 0;
  background-color: #fff;
}
.site-header .address-box a,
.site-header .address-box strong {
  font-weight: 700;
  color: #fff;
}
.site-header .address-box a {
  text-decoration: underline;
}
.site-header .social-icons {
  float: right;
  padding-top: 8px;
}
@media screen and (max-width: 1599px) {
  .site-header .social-icons {
    padding-top: 6px;
  }
}
.site-header .social-icons ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.site-header .social-icons li {
  display: inline-block;
  margin-left: 10px;
}
.site-header .social-icons a {
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -999em;
  overflow: hidden;
}
.site-header .social-icons a.facebook {
  background-image: url('../img/icon-facebook-sm.png');
}
.site-header .social-icons a.youtube {
  background-image: url('../img/icon-youtube-sm.png');
}
.site-header .social-icons a.share {
  background-image: url('../img/icon-share-sm.png');
}
.header-navigation {
  margin-top: 1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .header-navigation {
    margin-top: 1.1em;
  }
}
.header-navigation .menu > li {
  float: left;
  width: 16.66666667%;
  position: relative;
}
.header-navigation .menu > li:hover .submenu-wrapper {
  max-height: 25em;
}
.header-navigation .menu > li:nth-child(odd) .menu-item {
  color: #0077ae;
}
.header-navigation .menu > li:nth-child(odd) .menu-item strong {
  color: #004e86;
}
.header-navigation .menu > li:nth-child(odd) .menu-item-inner {
  background-color: #95e325;
}
.header-navigation .menu > li:nth-child(odd) .submenu {
  color: #004e86;
  background: #c3ff6e;
  background: -moz-linear-gradient(left, #c3ff6e 0%, #c3ff6e 50%, #95e325 100%);
  background: -webkit-linear-gradient(
    left,
    #c3ff6e 0%,
    #c3ff6e 50%,
    #95e325 100%
  );
  background: linear-gradient(to right, #c3ff6e 0%, #c3ff6e 50%, #95e325 100%);
}
.header-navigation .menu > li:nth-child(odd) .submenu li {
  border-color: #004e86;
}
.header-navigation .menu > li:nth-child(odd) .submenu-wrapper {
  background-color: #c3ff6e;
}
.header-navigation .menu > li:nth-child(even) .menu-item {
  color: #fff;
}
.header-navigation .menu > li:nth-child(even) .menu-item strong {
  color: #95e325;
}
.header-navigation .menu > li:nth-child(even) .menu-item-inner {
  background-color: #004e86;
}
.header-navigation .menu > li:nth-child(even) .submenu {
  color: #fff;
  background: #0a68a3;
  background: -moz-linear-gradient(left, #0a68a3 0%, #0a68a3 50%, #004e86 100%);
  background: -webkit-linear-gradient(
    left,
    #0a68a3 0%,
    #0a68a3 50%,
    #004e86 100%
  );
  background: linear-gradient(to right, #0a68a3 0%, #0a68a3 50%, #004e86 100%);
}
.header-navigation .menu > li:nth-child(even) .submenu li {
  border-color: #95e325;
}
.header-navigation .menu > li:nth-child(even) .submenu-wrapper {
  background-color: #0a68a3;
}
.header-navigation .menu > li:nth-child(1) .menu-item:after {
  display: none;
}
.header-navigation .menu > li:nth-child(1) .submenu-wrapper:after {
  display: none;
}
.header-navigation .menu > li:nth-child(1) .submenu-image {
  background-image: url('../img/img-menu-1.jpg');
}
@media screen and (max-width: 991px) {
  .header-navigation .menu > li:nth-child(1) .submenu-image {
    background-image: url('../img/img-menu-mobile-1.jpg');
  }
}
.header-navigation .menu > li:nth-child(2) .submenu-image {
  background-image: url('../img/img-menu-2.jpg');
}
@media screen and (max-width: 991px) {
  .header-navigation .menu > li:nth-child(2) .submenu-image {
    background-image: url('../img/img-menu-mobile-2.jpg');
  }
}
.header-navigation .menu > li:nth-child(3) .submenu-image {
  background-image: url('../img/img-menu-3.jpg');
}
@media screen and (max-width: 991px) {
  .header-navigation .menu > li:nth-child(3) .submenu-image {
    background-image: url('../img/img-menu-mobile-3.jpg');
  }
}
.header-navigation .menu > li:nth-child(4) .submenu-image {
  background-image: url('../img/img-menu-4.jpg');
}
@media screen and (max-width: 991px) {
  .header-navigation .menu > li:nth-child(4) .submenu-image {
    background-image: url('../img/img-menu-mobile-4.jpg');
  }
}
.header-navigation .menu > li:nth-child(5) .submenu-image {
  background-image: url('../img/img-menu-5.jpg');
}
@media screen and (max-width: 991px) {
  .header-navigation .menu > li:nth-child(5) .submenu-image {
    background-image: url('../img/img-menu-mobile-5.jpg');
  }
}
.header-navigation .menu > li:nth-child(6) .submenu-image {
  background-image: url('../img/img-menu-6.jpg');
}
@media screen and (max-width: 991px) {
  .header-navigation .menu > li:nth-child(6) .submenu-image {
    background-image: url('../img/img-menu-mobile-6.jpg');
  }
}
.header-navigation .menu-item {
  display: block;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;
  background: #fff;
  padding: 0.25em 0 0;
  -webkit-clip-path: polygon(0.65em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.65em);
  clip-path: polygon(0.65em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.65em);
}
@media screen and (max-width: 1599px) {
  .header-navigation .menu-item {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1199px) {
  .header-navigation .menu-item {
    font-size: 1.2em;
  }
}
.header-navigation .menu-item:after {
  content: '';
  display: block;
  width: 0.6em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background: -moz-linear-gradient(
    left,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.header-navigation .menu-item strong {
  font-weight: 900;
}
.header-navigation .menu-item-inner {
  margin: 0 0 -1px;
  padding: 0.5em 5px 0.4em 0.6em;
  background: green;
  -webkit-clip-path: polygon(0.75em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.75em);
  clip-path: polygon(0.75em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.75em);
}
.header-navigation .menu-item-inner > * {
  display: block;
  white-space: nowrap;
}
.header-navigation .submenu {
  padding: 0.3em 0.7em;
  font-size: 0.9em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  height: 11em;
}
.header-navigation .submenu:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  background: url('../img/bg-submenu.png') 50% 0 repeat-x;
  mix-blend-mode: multiply;
}
.header-navigation .submenu li {
  position: relative;
  z-index: 2;
}
.header-navigation .submenu li + li {
  border-top: 1px dashed #004e86;
}
.header-navigation .submenu a {
  display: block;
  padding: 0.35em 0.5em;
  padding-left: 1.2em;
}
.header-navigation .submenu a:before {
  content: '\2022';
  float: left;
  margin-left: -0.7em;
}
.header-navigation .submenu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-navigation .submenu-wrapper:after {
  content: '';
  display: block;
  width: 0.6em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background: -moz-linear-gradient(
    left,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.header-navigation .submenu-image {
  height: 0;
  padding-top: 111.5%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.header-navigation .submenu-image:before {
  content: '';
  display: block;
  height: 0.6em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background: -moz-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.menu-shadow {
  display: block;
  width: 0.6em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background: -moz-linear-gradient(
    left,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.menu-blue .menu-item {
  color: #fff;
}
.menu-blue .menu-item strong {
  color: #95e325;
}
.menu-blue .menu-item-inner {
  background-color: #004e86;
}
.menu-blue .submenu {
  color: #fff;
  background: #0a68a3;
  background: -moz-linear-gradient(left, #0a68a3 0%, #0a68a3 50%, #004e86 100%);
  background: -webkit-linear-gradient(
    left,
    #0a68a3 0%,
    #0a68a3 50%,
    #004e86 100%
  );
  background: linear-gradient(to right, #0a68a3 0%, #0a68a3 50%, #004e86 100%);
}
.menu-blue .submenu li {
  border-color: #95e325;
}
.menu-blue .submenu-wrapper {
  background-color: #0a68a3;
}
.menu-green .menu-item {
  color: #0077ae;
}
.menu-green .menu-item strong {
  color: #004e86;
}
.menu-green .menu-item-inner {
  background-color: #95e325;
}
.menu-green .submenu {
  color: #004e86;
  background: #c3ff6e;
  background: -moz-linear-gradient(left, #c3ff6e 0%, #c3ff6e 50%, #95e325 100%);
  background: -webkit-linear-gradient(
    left,
    #c3ff6e 0%,
    #c3ff6e 50%,
    #95e325 100%
  );
  background: linear-gradient(to right, #c3ff6e 0%, #c3ff6e 50%, #95e325 100%);
}
.menu-green .submenu li {
  border-color: #004e86;
}
.menu-green .submenu-wrapper {
  background-color: #c3ff6e;
}
/*-----------------------------------------------------------------------------------*/
/* Content
/*-----------------------------------------------------------------------------------*/
.site-content {
  position: relative;
  z-index: 1;
}
.site-content .content-group {
  margin-bottom: 1em;
  position: relative;
}
.site-content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.site-content ul > li {
  padding-left: 0.75em;
}
.site-content ul > li:before {
  content: '\2022';
  float: left;
  margin-left: -0.75em;
  color: #39abff;
}
.site-content a {
  font-weight: 700;
  color: #00a651;
}
.site-content .inner {
  padding-left: 1.6em;
  padding-right: 1.6em;
}
.site-content .inner .wide-block {
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1px;
  margin-left: -1.6em;
  margin-right: -1.6em;
  padding-left: 1.6em;
  padding-right: 1.6em;
}
.site-content .inner .wide-block.no-padding {
  padding: 0;
  margin-bottom: 0;
}
.site-content .inner .wide-block.no-margin {
  margin-bottom: 0;
}
.site-content .half-column {
  float: left;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .site-content .half-column {
    float: none;
    width: auto;
  }
}
.site-content .left-column {
  float: left;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .site-content .left-column {
    float: none;
    width: auto;
  }
}
.site-content .right-column {
  float: left;
  width: 50%;
  float: right;
}
@media screen and (max-width: 991px) {
  .site-content .right-column {
    float: none;
    width: auto;
  }
}
.site-content .right-column .panel-block,
.site-content .right-column .space-left {
  margin-left: 20px;
}
.site-content .right-column .image-bordered {
  border: 3px solid #fff;
  border-left: 0;
}
@media screen and (max-width: 991px) {
  .site-content .right-column .image-bordered {
    border: 0;
  }
}
.site-content .thick-column {
  width: 70%;
}
.site-content .thin-column {
  width: 30%;
}
.site-content .page-title {
  margin: 0.25em 0;
  padding: 0.1em 0;
  font-size: 2em;
  font-weight: 300;
  color: #0077ae;
  border-bottom: 1px dashed #00aeef;
}
@media screen and (max-width: 1599px) {
  .site-content .page-title {
    font-size: 1.85em;
  }
}
@media screen and (max-width: 1199px) {
  .site-content .page-title {
    font-size: 1.7em;
  }
}
.site-content .page-title strong {
  font-weight: 900;
  color: #004e86;
}
.site-content .panel-block {
  display: block;
  position: relative;
  background: #fff;
  padding: 0.3em 1px 1px;
  -webkit-clip-path: polygon(0.85em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.85em);
  clip-path: polygon(0.85em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.85em);
}
.site-content .panel-head {
  padding: 0.5em 1.6em 0.5em;
  color: #fff;
  background: #004e86;
  -webkit-clip-path: polygon(0.9em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.9em);
  clip-path: polygon(0.9em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.9em);
}
.site-content .panel-title {
  margin: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 1599px) {
  .site-content .panel-title {
    font-size: 1.4em;
  }
}
.site-content .panel-title small {
  font-size: 0.8em;
  font-weight: 300;
  color: #c3ff6e;
}
.site-content .panel-body {
  padding-top: 1em;
}
.site-content .panel-body.no-padding {
  padding-top: 0;
}
.site-content .panel-green .panel-head {
  margin-bottom: -1px;
  padding-bottom: 0;
  background: #66ac01;
}
.site-content .panel-green .panel-title {
  padding-bottom: 0.4em;
  border-bottom: 1px dashed #fff;
}
.site-content .panel-green .panel-body {
  color: #fff;
  background: #66ac01;
}
.site-content .section-title {
  margin: 0 0 0.5em;
  font-size: 1.75em;
  color: #0070c0;
}
@media screen and (max-width: 1599px) {
  .site-content .section-title {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1199px) {
  .site-content .section-title {
    font-size: 1.5em;
  }
}
.site-content .map-title {
  margin: 0.4em 0;
  font-size: 1.3em;
  font-weight: 300;
  text-align: center;
  color: #0077ae;
}
.site-content .map-title strong {
  font-weight: 900;
  color: #004e86;
}
.site-content .news-list {
  margin: 0;
}
.site-content .news-list li {
  padding: 0;
  border-bottom: 1px dashed #404040;
}
.site-content .news-list li:before {
  display: none;
}
.site-content .news-list li + li {
  margin-top: 1em;
}
.site-content .news-list a {
  color: #00649b;
}
.site-content .news-list-other {
  font-size: 0.8em;
  line-height: 1.3;
}
.site-content .news-list-other li {
  margin-bottom: 0.4em;
}
.site-content .news-list-other li:before {
  content: '>';
  font-weight: 900;
  color: #00649b;
}
.site-content .news-list-other a {
  color: #00649b;
  font-weight: 900;
  text-decoration: underline;
}
.site-content .news-image {
  float: left;
  width: 40%;
  margin-bottom: 1em;
}
.site-content .news-image img {
  width: 100%;
  height: auto;
  border: 2px solid #3c689f;
}
.site-content .news-image-other {
  float: right;
  width: 40%;
  margin-left: 1em;
  margin-bottom: 1em;
  border: 2px solid #3c689f;
}
.site-content .news-text {
  float: right;
  width: 60%;
  padding-left: 1.2em;
}
.site-content .news-text a {
  font-weight: inherit;
  text-decoration: underline;
}
.site-content .news-text h3 {
  font-size: 1em;
  font-weight: 900;
  line-height: 1.25;
  color: #00649b;
}
.site-content .news-text h3 small {
  font-size: 0.75em;
  font-weight: 400;
  color: #5a5b5c;
}
.site-content .news-text p {
  font-size: 0.75em;
  line-height: 1.3;
}
.site-content .property-list {
  margin: 0 -0.5em;
}
.site-content .property-list > li {
  float: left;
  width: 33.33333333%;
  padding: 0 0.5em;
}
@media screen and (max-width: 991px) {
  .site-content .property-list > li {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .site-content .property-list > li {
    width: 100%;
  }
}
.site-content .property-list > li:before {
  display: none;
}
.site-content .property-list > li .cat-bg-blue > * {
  color: #fff;
  background: #0070c0;
}
@media screen and (min-width: 992px) {
  .site-content .property-list > li:nth-child(even) .category > * {
    color: #fff;
    background: #0070c0;
  }
}
@media screen and (max-width: 479px) {
  .site-content .property-list > li:nth-child(even) .category > * {
    color: #fff;
    background: #0070c0;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .site-content .property-list > li:nth-child(4n + 2) .category > *,
  .site-content .property-list > li:nth-child(4n + 3) .category > * {
    color: #fff;
    background: #0070c0;
  }
}
@media screen and (min-width: 992px) {
  .site-content .property-list > li:nth-child(3n + 1) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .site-content .property-list > li:nth-child(odd) {
    clear: both;
  }
}
.site-content .property-item {
  margin: 0 0 1em;
  text-align: center;
  font-weight: 700;
}
.site-content .property-item .image {
  position: relative;
}
.site-content .property-item .image img {
  width: 100%;
  height: auto;
}
.site-content .property-item .category {
  margin: -1em 0 0.25em;
  padding: 0.3em 0 0;
  text-transform: uppercase;
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0.85em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.85em);
  clip-path: polygon(0.85em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.85em);
}
.site-content .property-item .category > * {
  margin: 0;
  padding: 0.5em;
  color: #0071c0;
  background: #94e325;
  -webkit-clip-path: polygon(0.9em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.9em);
  clip-path: polygon(0.9em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.9em);
}
.site-content .property-item .info {
  font-size: 0.85em;
  color: #0070c0;
}
.site-content .property-item .info p {
  margin: 0;
}
.site-content .property-item .info p.highlight {
  color: #00a651;
}
.site-content .table {
  margin: 0 0 1em;
  border: 0;
}
.site-content .table tr > * {
  border: 0;
}
@media screen and (max-width: 991px) {
  .site-content .table-wrapper {
    margin: 0 0 1em;
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .site-content .table-wrapper table {
    margin: 0;
  }
  .site-content .table-wrapper table tr > * {
    white-space: nowrap;
  }
}
/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  color: #a2c3eb;
}
.site-footer a {
  color: inherit;
}
.site-footer .footer-columns {
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 1199px) {
  .site-footer .footer-columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-footer .footer-column {
  float: left;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9em;
}
.site-footer .footer-column.column-follow {
  width: 20%;
}
.site-footer .footer-column.column-resources {
  width: 30%;
}
.site-footer .footer-column .caption {
  font-size: 1.1em;
  margin-bottom: 0.25em;
}
.site-footer .footer-column ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.site-footer .footer-column p {
  line-height: 1.35;
}
.site-footer .footer-column a.facebook-link {
  padding-left: 1.25em;
  background: url('../img/icon-facebook-xs.png') 0 50% no-repeat;
}
@media screen and (max-width: 1599px) {
  .site-footer .footer-column a.facebook-link {
    background-size: 15px auto;
  }
}
.site-footer .footer-column a.youtube-link {
  padding-left: 1.25em;
  background: url('../img/icon-youtube-xs.png') 0 50% no-repeat;
}
@media screen and (max-width: 1599px) {
  .site-footer .footer-column a.youtube-link {
    background-size: 15px auto;
  }
}
.site-info {
  padding-top: 1em;
  padding-bottom: 2.5em;
  text-align: center;
  font-size: 0.6em;
  color: #a2c3eb;
}
.site-info > * {
  display: inline-block;
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
}
.site-info .powered {
  position: relative;
  top: 1em;
}
@media screen and (max-width: 1599px) {
  .site-info .powered {
    top: 3px;
  }
}
.site-info .powered a {
  display: block;
  width: 460px;
  height: 38px;
  margin: 0;
  text-indent: -999em;
  overflow: hidden;
  outline: 0 !important;
  background: url('../img/logo-365tm.png') 50% 50% no-repeat;
}
@media screen and (max-width: 1599px) {
  .site-info .powered a {
    width: 391px;
    height: 32.3px;
    margin: -6.8px 0;
    top: -6.8px;
    width: 390px;
    height: 32px;
    background-size: contain;
  }
}
/*-----------------------------------------------------------------------------------*/
/* Specified Pages
/*-----------------------------------------------------------------------------------*/
.page-incentives-taxes .site-content .image-sticky {
  position: absolute;
  bottom: -0.5em;
  left: 25%;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .page-incentives-taxes .site-content .image-sticky {
    width: 44%;
  }
}
@media screen and (max-width: 1199px) {
  .page-incentives-taxes .site-content .image-sticky {
    bottom: -5px;
  }
}
.page-incentives-taxes .site-content .left-column p,
.page-incentives-taxes .site-content .right-column p,
.page-incentives-taxes .site-content .left-column ul,
.page-incentives-taxes .site-content .right-column ul,
.page-incentives-taxes .site-content .left-column table,
.page-incentives-taxes .site-content .right-column table {
  position: relative;
  z-index: 3;
}
.page-incentives-taxes .site-content .table-millage-rates {
  width: calc(100% - 7.5em);
  margin-left: 7.5em;
}
@media screen and (max-width: 1599px) {
  .page-incentives-taxes .site-content .table-millage-rates {
    width: calc(100% - 6.5em);
    margin-left: 6.5em;
  }
}
@media screen and (max-width: 1199px) {
  .page-incentives-taxes .site-content .table-millage-rates {
    font-size: 0.9em;
    width: calc(100% - 2em);
    margin-left: 2em;
    margin-bottom: 9em;
  }
}
@media screen and (max-width: 991px) {
  .page-incentives-taxes .site-content .table-millage-rates {
    font-size: 1em;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
  }
}
.page-incentives-taxes .site-content .table-millage-rates thead tr > * {
  padding: 0.4em;
  font-size: 1.25em;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #59a3da;
}
.page-incentives-taxes .site-content .table-millage-rates tbody tr > * {
  padding: 0.4em 1em;
  font-weight: 700;
  color: #00a651;
  background: #ebf6f9;
  border-bottom: 0.15em solid #fff;
}
.page-incentives-taxes .site-content .table-millage-rates tbody tr th {
  color: #0070c0;
  white-space: nowrap;
}
.page-incentives-taxes
  .site-content
  .table-millage-rates
  tbody
  tr:first-child
  > * {
  padding-top: 0.75em;
}
.page-incentives-taxes
  .site-content
  .table-millage-rates
  tbody
  tr:last-child
  > * {
  padding-bottom: 0.75em;
}
.page-incentives-taxes .site-content .table-millage-rates tfoot {
  font-size: 0.85em;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  color: #000;
}
.page-incentives-taxes .site-content .table-millage-rates tfoot tr > * {
  padding-top: 0.4em;
}
.page-incentives-taxes .site-content .with-image-space {
  height: 14.55em;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .page-incentives-taxes .site-content .with-image-space {
    height: 13.8em;
  }
}
@media screen and (max-width: 1199px) {
  .page-incentives-taxes .site-content .with-image-space {
    height: auto;
  }
}
.page-incentives-taxes .site-content .with-image-space:before {
  content: '';
  display: block;
  float: right;
  width: 45%;
  height: 0;
  padding-top: 10em;
  -webkit-shape-outside: polygon(75% 0, 100% 0, 100% 100%, 0 100%);
  shape-outside: polygon(75% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1199px) {
  .page-incentives-taxes .site-content .with-image-space:before {
    -webkit-shape-outside: polygon(100% 20%, 100% 0, 100% 100%, 0 100%);
    shape-outside: polygon(100% 20%, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 991px) {
  .page-incentives-taxes .site-content .with-image-space:before {
    display: none;
  }
}
.page-location-transportation .site-content .content-top .left-column {
  position: relative;
  z-index: 3;
}
.page-location-transportation .site-content .content-top .image-sticky {
  position: absolute;
  bottom: -70px;
  right: -40px;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .page-location-transportation .site-content .content-top .image-sticky {
    width: 70%;
    height: auto;
    right: -30px;
    bottom: -55px;
  }
}
@media screen and (max-width: 1199px) {
  .page-location-transportation .site-content .content-top .image-sticky {
    right: -25px;
    bottom: -45px;
  }
}
.page-location-transportation .site-content .content-top .with-image-space {
  position: relative;
}
.page-location-transportation
  .site-content
  .content-top
  .with-image-space:before {
  content: '';
  display: block;
  float: right;
  width: 40%;
  height: 0;
  padding-top: 15em;
  -webkit-shape-outside: polygon(100% 0, 100% 100%, 0 100%, 0 65%, 100% 30%);
  shape-outside: polygon(100% 0, 100% 100%, 0 100%, 0 65%, 100% 30%);
}
@media screen and (max-width: 1199px) {
  .page-location-transportation
    .site-content
    .content-top
    .with-image-space:before {
    padding-top: 17em;
    -webkit-shape-outside: polygon(100% 0, 100% 100%, 0 100%, 0 65%, 100% 45%);
    shape-outside: polygon(100% 0, 100% 100%, 0 100%, 0 65%, 100% 45%);
  }
}
@media screen and (max-width: 991px) {
  .page-location-transportation
    .site-content
    .content-top
    .with-image-space:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .page-location-transportation .site-content .content-middle .left-column {
    margin-bottom: 1em;
  }
}
.page-location-transportation
  .site-content
  .content-bottom
  .panel-body
  .half-column:first-child {
  padding-right: 0.15em;
}
.page-location-transportation
  .site-content
  .content-bottom
  .panel-body
  .half-column:last-child {
  padding-left: 0.15em;
}
@media screen and (max-width: 991px) {
  .page-location-transportation
    .site-content
    .content-bottom
    .panel-body
    .half-column {
    padding: 0 !important;
  }
}
.page-quality-of-life .site-content .content-bottom .left-column .panel-block {
  position: relative;
  z-index: 1;
}
.page-quality-of-life
  .site-content
  .content-bottom
  .left-column
  .panel-block:first-child {
  margin-bottom: -1em;
}
.page-quality-of-life
  .site-content
  .content-bottom
  .left-column
  .panel-block:last-child {
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .page-quality-of-life .site-content .content-bottom .left-column {
    margin-bottom: 1em;
  }
}
.page-quality-of-life
  .site-content
  .content-bottom
  .right-column
  .panel-body.inner {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media screen and (max-width: 1599px) {
  .page-quality-of-life
    .site-content
    .content-bottom
    .right-column
    .panel-body.inner {
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
}
.page-quality-of-life
  .site-content
  .content-bottom
  .right-column
  .panel-body.inner
  .wide-block {
  margin-left: -1.5em;
  margin-right: -1.5em;
}
@media screen and (max-width: 1599px) {
  .page-quality-of-life
    .site-content
    .content-bottom
    .right-column
    .panel-body.inner
    .wide-block {
    margin-left: -1.3em;
    margin-right: -1.3em;
  }
}
.page-quality-of-life .site-content .content-bottom .wide-block {
  position: relative;
}
.page-quality-of-life .site-content .content-bottom .wide-block > * {
  position: relative;
  z-index: 3;
}
.page-quality-of-life .site-content .content-bottom .image-sticky {
  position: absolute;
  bottom: 0;
  right: -35px;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .page-quality-of-life .site-content .content-bottom .image-sticky {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .page-quality-of-life .site-content .content-bottom .image-sticky {
    right: -30px;
  }
}
.page-quality-of-life .site-content .content-bottom .with-image-space {
  position: relative;
}
.page-quality-of-life .site-content .content-bottom .with-image-space:before {
  content: '';
  display: block;
  float: right;
  width: 40%;
  height: 0;
  padding-top: 18em;
  -webkit-shape-outside: polygon(
    40% 0%,
    100% 0,
    100% 100%,
    0 100%,
    0 65%,
    40% 35%
  );
  shape-outside: polygon(40% 0%, 100% 0, 100% 100%, 0 100%, 0 65%, 40% 35%);
}
@media screen and (max-width: 1599px) {
  .page-quality-of-life .site-content .content-bottom .with-image-space:before {
    width: 47%;
    padding-top: 20em;
  }
}
@media screen and (max-width: 1199px) {
  .page-quality-of-life .site-content .content-bottom .with-image-space:before {
    padding-top: 22em;
    -webkit-shape-outside: polygon(
      100% 20%,
      100% 0,
      100% 100%,
      0 100%,
      0 75%,
      40% 60%,
      40% 20%
    );
    shape-outside: polygon(
      100% 20%,
      100% 0,
      100% 100%,
      0 100%,
      0 75%,
      40% 60%,
      40% 20%
    );
  }
}
@media screen and (max-width: 991px) {
  .page-quality-of-life .site-content .content-bottom .with-image-space:before {
    display: none;
  }
}
.page-sites-buildings .site-content .content-group:not(:first-child) > .inner {
  padding-top: 1em;
}
.page-sites-buildings .site-content .content-group:not(:last-child) {
  margin-bottom: 0;
}
.page-sites-buildings .site-content .image-sticky {
  position: absolute;
  top: 7em;
  right: -10px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .page-sites-buildings .site-content .image-sticky {
    position: static;
    float: right;
    max-width: 35%;
    margin-left: 1em;
  }
}
.page-sites-buildings .site-content .with-image-space {
  position: relative;
}
.page-sites-buildings .site-content .with-image-space:before {
  content: '';
  display: block;
  float: right;
  width: 170px;
  height: 0;
  padding-top: 16em;
  -webkit-shape-outside: polygon(
    100% 30%,
    100% 0,
    100% 100%,
    0 100%,
    15% 70%,
    65% 55%,
    65% 30%
  );
  shape-outside: polygon(100% 7em, 100% 0, 100% 100%, 10% 100%, 0 7em);
}
@media screen and (max-width: 1199px) {
  .page-sites-buildings .site-content .with-image-space:before {
    padding-top: 17em;
  }
}
@media screen and (max-width: 991px) {
  .page-sites-buildings .site-content .with-image-space:before {
    display: none;
  }
}
.page-sites-buildings .site-content .with-image-space p {
  position: relative;
  z-index: 2;
}
.page-target-industries .site-content .left-column {
  position: relative;
}
.page-target-industries .site-content .right-column {
  position: relative;
}
.page-target-industries .site-content .image-sticky {
  position: absolute;
  bottom: 80px;
  right: -145px;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .page-target-industries .site-content .image-sticky {
    width: 43%;
    height: auto;
    right: -110px;
    bottom: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .page-target-industries .site-content .image-sticky {
    right: -100px;
    bottom: 65px;
  }
}
.page-target-industries .site-content .with-image-space {
  position: relative;
}
.page-target-industries .site-content .with-image-space.space-top:before {
  content: '';
  display: block;
  float: right;
  width: 23%;
  height: 0;
  padding-top: 21em;
  -webkit-shape-outside: polygon(
    100% 30%,
    100% 0,
    100% 100%,
    0 100%,
    15% 70%,
    65% 55%,
    65% 30%
  );
  shape-outside: polygon(
    100% 30%,
    100% 0,
    100% 100%,
    0 100%,
    15% 70%,
    65% 55%,
    65% 30%
  );
}
@media screen and (max-width: 1599px) {
  .page-target-industries .site-content .with-image-space.space-top:before {
    -webkit-shape-outside: polygon(
      100% 50%,
      100% 0,
      100% 100%,
      0 100%,
      15% 80%,
      65% 70%,
      65% 50%
    );
    shape-outside: polygon(
      100% 50%,
      100% 0,
      100% 100%,
      0 100%,
      15% 80%,
      65% 70%,
      65% 50%
    );
  }
}
@media screen and (max-width: 1199px) {
  .page-target-industries .site-content .with-image-space.space-top:before {
    display: none;
  }
}
.page-target-industries .site-content .with-image-space.space-bottom:before {
  content: '';
  display: block;
  float: right;
  width: 20%;
  height: 0;
  padding-top: 16.5em;
  -webkit-shape-outside: polygon(
    0 0,
    100% 0,
    100% 100%,
    50% 100%,
    35% 50%,
    0 20%
  );
  shape-outside: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 35% 50%, 0 20%);
}
@media screen and (max-width: 1599px) {
  .page-target-industries .site-content .with-image-space.space-bottom:before {
    width: 23%;
    padding-top: 18em;
  }
}
@media screen and (max-width: 1199px) {
  .page-target-industries .site-content .with-image-space.space-bottom:before {
    width: 22%;
    padding-top: 24em;
    shape-outside: polygon(100% 0, 100% 100%, 65% 100%, 0 50%, 15% 20%);
  }
}
@media screen and (max-width: 991px) {
  .page-target-industries .site-content .with-image-space.space-bottom:before {
    display: none;
  }
}
.page-target-industries .site-content .table-top-employers {
  width: calc(100% - 1em);
  margin: 0 0.5em;
}
@media screen and (max-width: 1199px) {
  .page-target-industries .site-content .table-top-employers {
    font-size: 0.9em;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .page-target-industries .site-content .table-top-employers {
    font-size: 1em;
  }
}
.page-target-industries .site-content .table-top-employers thead tr > * {
  padding: 0.4em;
  font-size: 1.25em;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #59a3da;
  border-bottom: 1px solid #000;
}
.page-target-industries .site-content .table-top-employers tbody tr > * {
  padding: 0.35em 1em;
  line-height: 1.3;
  text-align: center;
  color: #00a651;
  background: #ebf6f9;
  border-bottom: 0.15em solid #fff;
}
@media screen and (max-width: 1599px) {
  .page-target-industries .site-content .table-top-employers tbody tr > * {
    padding-top: 0.45em;
    padding-bottom: 0.45em;
  }
}
.page-target-industries .site-content .table-top-employers tbody tr strong {
  color: #0070c0;
}
.page-target-industries
  .site-content
  .table-top-employers
  tbody
  tr:first-child
  > * {
  padding-top: 0.5em;
}
@media screen and (max-width: 1599px) {
  .page-target-industries
    .site-content
    .table-top-employers
    tbody
    tr:first-child
    > * {
    padding-top: 0.85em;
  }
}
.page-target-industries
  .site-content
  .table-top-employers
  tbody
  tr:last-child
  > * {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1599px) {
  .page-target-industries
    .site-content
    .table-top-employers
    tbody
    tr:last-child
    > * {
    padding-bottom: 0.85em;
  }
}
.page-target-industries .site-content .table-top-employers tfoot {
  font-size: 0.85em;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  color: #000;
}
.page-target-industries .site-content .table-top-employers tfoot tr > * {
  padding-top: 0.4em;
}
@media screen and (max-width: 991px) {
  .page-workforce .site-content .content-bottom .left-column {
    margin-bottom: 1em;
  }
}
.page-workforce .site-content .table {
  font-size: 0.8em;
}
@media screen and (max-width: 991px) {
  .page-workforce .site-content .table {
    font-size: 1em;
  }
}
.page-workforce .site-content .table tr > * {
  padding: 0.5em;
  background: #ebf6f9;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.page-workforce .site-content .table tr > *:last-child {
  border-right: 1px solid #828181;
}
.page-workforce .site-content .table tr > *:first-child {
  border-left: 1px solid #828181;
}
.page-workforce .site-content .table tr.highlight > * {
  color: #fff;
  background: #86c726;
}
.page-workforce .site-content .table thead tr > * {
  color: #fff;
  background: #39abff;
}
.page-workforce .site-content .table thead tr:first-child > * {
  border-top: 1px solid #828181;
}
.page-workforce .site-content .table tbody tr > * {
  color: #000;
}
.page-workforce .site-content .table tbody tr:last-child > * {
  border-bottom: 1px solid #828181;
}
.page-workforce .site-content .table tfoot {
  font-size: 0.95em;
}
.page-workforce .site-content .table tfoot tr > * {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0 !important;
}
.page-workforce .site-content .table-labor tbody tr > * {
  text-align: right;
}
.page-workforce .site-content .table-labor tbody tr th {
  color: #fff;
  background: #86c726;
}
.page-workforce .site-content .table-age tr > * {
  text-align: right;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 1199px) {
  .page-workforce .site-content .table-age tr > * {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.page-workforce .site-content .table-age thead tr > *:first-child {
  text-align: left;
}
.page-workforce .site-content .table-age tbody tr th {
  color: #0070c0;
}
.page-workforce .site-content .table-age tbody tr.highlight > *:first-child {
  text-align: left;
}
.page-workforce .site-content .table-age tfoot tr > * {
  text-align: left;
}
.page-homepage .header-navigation {
  margin-bottom: 1em;
}
.page-homepage .header-navigation .menu .submenu-wrapper {
  position: static;
  max-height: none !important;
}
.page-homepage .site-content .panel-title small {
  font-size: 0.55em;
  position: relative;
  top: -0.2em;
}
.page-homepage .site-content .thick-column {
  width: 63%;
}
.page-homepage .site-content .thin-column {
  width: 37%;
}
.page-homepage .site-content .content-top img.align-right {
  max-width: 44%;
}
/*-----------------------------------------------------------------------------------*/
/* Mobile
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  body {
    background-size: 300px auto;
  }
  .site-header {
    margin-bottom: 1em;
    background: transparent;
  }
  .site-header .header-top {
    height: auto;
  }
  .site-header .logo {
    float: none;
    margin: 0;
  }
  .site-header .logo a {
    width: 516px;
    height: 154px;
    margin: auto;
    background-image: url('../img/logo.png');
  }
  .site-header .tagline {
    float: none;
    margin: 0;
  }
  .site-header .tagline > * {
    width: 450px;
    height: 37px;
    margin: auto;
  }
  .site-header .green-bar {
    margin-bottom: 80px;
    border-width: 3px 0;
  }
  .site-header .social-icons {
    float: none;
    text-align: center;
    padding-top: 25px;
  }
  .site-header .social-icons ul {
    padding: 0;
  }
  .site-header .social-icons li {
    margin-right: 10px;
  }
  .site-header .social-icons a {
    width: 60px;
    height: 60px;
  }
  .site-header .social-icons a.facebook {
    background-image: url('../img/icon-facebook-lg.png');
  }
  .site-header .social-icons a.twitter {
    background-image: url('../img/icon-twitter-lg.png');
  }
  .site-header .social-icons a.youtube {
    background-image: url('../img/icon-youtube-lg.png');
  }
  .site-header .social-icons a.share {
    background-image: url('../img/icon-share-lg.png');
  }
  .site-header .call-now {
    margin: 1em 0;
    text-align: center;
  }
  .site-header .call-now > * {
    display: inline-block;
    line-height: 1;
    font-weight: 700;
  }
  .site-header .call-now span {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: 0.2em;
  }
  .site-header .call-now a {
    padding: 0.3em 0.8em;
    font-size: 1.85em;
    text-decoration: none !important;
    color: #5a9f20;
    background: #dff9b9;
    border-radius: 0.2em;
  }
  .header-navigation {
    margin-top: 0.5em;
  }
  .header-navigation .menu {
    margin-left: -5px;
    margin-right: -5px;
    font-size: 1.3em;
  }
  .header-navigation .menu > li {
    width: 50%;
    padding: 5px;
    z-index: 3;
  }
  .header-navigation .menu > li:nth-child(4n + 0) .menu-item,
  .header-navigation .menu > li:nth-child(4n + 1) .menu-item {
    color: #0077ae;
  }
  .header-navigation .menu > li:nth-child(4n + 0) .menu-item strong,
  .header-navigation .menu > li:nth-child(4n + 1) .menu-item strong {
    color: #004e86;
  }
  .header-navigation .menu > li:nth-child(4n + 0) .menu-item-inner,
  .header-navigation .menu > li:nth-child(4n + 1) .menu-item-inner {
    background-color: #95e325;
  }
  .header-navigation .menu > li:nth-child(4n + 0) .submenu,
  .header-navigation .menu > li:nth-child(4n + 1) .submenu {
    color: #004e86;
    background: #c3ff6e;
    background: -moz-linear-gradient(
      left,
      #c3ff6e 0%,
      #c3ff6e 50%,
      #95e325 100%
    );
    background: -webkit-linear-gradient(
      left,
      #c3ff6e 0%,
      #c3ff6e 50%,
      #95e325 100%
    );
    background: linear-gradient(
      to right,
      #c3ff6e 0%,
      #c3ff6e 50%,
      #95e325 100%
    );
  }
  .header-navigation .menu > li:nth-child(4n + 0) .submenu li,
  .header-navigation .menu > li:nth-child(4n + 1) .submenu li {
    border-color: #004e86;
  }
  .header-navigation .menu > li:nth-child(4n + 0) .submenu-wrapper,
  .header-navigation .menu > li:nth-child(4n + 1) .submenu-wrapper {
    background-color: #c3ff6e;
  }
  .header-navigation .menu > li:nth-child(4n + 0) .submenu-bg,
  .header-navigation .menu > li:nth-child(4n + 1) .submenu-bg {
    background: #c3ff6e;
  }
  .header-navigation .menu > li:nth-child(4n + 2) .menu-item,
  .header-navigation .menu > li:nth-child(4n + 3) .menu-item {
    color: #fff;
  }
  .header-navigation .menu > li:nth-child(4n + 2) .menu-item strong,
  .header-navigation .menu > li:nth-child(4n + 3) .menu-item strong {
    color: #95e325;
  }
  .header-navigation .menu > li:nth-child(4n + 2) .menu-item-inner,
  .header-navigation .menu > li:nth-child(4n + 3) .menu-item-inner {
    background-color: #004e86;
  }
  .header-navigation .menu > li:nth-child(4n + 2) .submenu,
  .header-navigation .menu > li:nth-child(4n + 3) .submenu {
    color: #fff;
    background: #0a68a3;
    background: -moz-linear-gradient(
      left,
      #0a68a3 0%,
      #0a68a3 50%,
      #004e86 100%
    );
    background: -webkit-linear-gradient(
      left,
      #0a68a3 0%,
      #0a68a3 50%,
      #004e86 100%
    );
    background: linear-gradient(
      to right,
      #0a68a3 0%,
      #0a68a3 50%,
      #004e86 100%
    );
  }
  .header-navigation .menu > li:nth-child(4n + 2) .submenu li,
  .header-navigation .menu > li:nth-child(4n + 3) .submenu li {
    border-color: #95e325;
  }
  .header-navigation .menu > li:nth-child(4n + 2) .submenu-wrapper,
  .header-navigation .menu > li:nth-child(4n + 3) .submenu-wrapper {
    background-color: #0a68a3;
  }
  .header-navigation .menu > li:nth-child(4n + 2) .submenu-bg,
  .header-navigation .menu > li:nth-child(4n + 3) .submenu-bg {
    background: #0a68a3;
  }
  .header-navigation .menu > li:nth-child(even) .menu-item:after {
    right: 0;
    left: auto;
  }
  .header-navigation .menu > li:nth-child(1) .menu-item:before,
  .header-navigation .menu > li:nth-child(2) .menu-item:before {
    display: none;
  }
  .header-navigation .menu > li:nth-child(1) .submenu-wrapper,
  .header-navigation .menu > li:nth-child(2) .submenu-wrapper {
    top: 5px;
    bottom: auto;
  }
  .header-navigation .menu > li:nth-child(1) .submenu-image,
  .header-navigation .menu > li:nth-child(2) .submenu-image {
    margin-top: 3.9em;
  }
  .header-navigation .menu-item {
    font-size: 1.4em;
    overflow: hidden;
  }
  .header-navigation .menu-item:before {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
  }
  .header-navigation .menu-item:after {
    display: block !important;
    width: 3px;
    background: #fff;
    opacity: 1;
    mix-blend-mode: normal;
    z-index: -1;
  }
  .header-navigation .menu-item-inner {
    height: 3.25em;
    margin: 0;
    padding-top: 0.7em;
    padding-left: 0.7em;
    position: relative;
    z-index: 1;
  }
  .header-navigation .menu-item-inner:after {
    content: '';
    display: block;
    width: 100%;
    opacity: 0.5;
    background: url('../img/bg-submenu.png') 50% 0 repeat-x;
    background-size: 4px auto;
    position: absolute;
    top: 45%;
    right: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: multiply;
  }
  .header-navigation .menu .submenu {
    float: right;
    width: calc(50% + 5px);
    height: auto;
    padding-bottom: 0;
    font-size: 1em;
    font-weight: 700;
    background: transparent !important;
    z-index: 2;
  }
  .header-navigation .menu .submenu:after {
    display: none;
  }
  .header-navigation .menu .submenu a {
    padding-left: 0.7em;
  }
  .header-navigation .menu .submenu-wrapper {
    display: none !important;
    max-height: none !important;
    height: 10.3em;
    width: calc(200% - 10px);
    padding: 3px;
    position: absolute !important;
    top: auto;
    bottom: 5px;
    left: 5px;
    z-index: 1;
    background: #fff !important;
    -webkit-clip-path: polygon(0.9em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.9em);
    clip-path: polygon(0.9em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.9em);
  }
  .header-navigation .menu .submenu-wrapper:after {
    display: none !important;
  }
  .header-navigation .menu .submenu-bg {
    margin: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-clip-path: polygon(0.8em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.8em);
    clip-path: polygon(0.8em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.8em);
  }
  .header-navigation .menu .submenu-image {
    width: calc(50% - 5px);
    height: calc(6.4em - 6px);
    margin: 0;
    padding: 0;
    background-position: 50% 0;
    position: relative;
    z-index: 2;
    -webkit-clip-path: polygon(0.8em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.8em);
    clip-path: polygon(0.8em 0%, 100% 0, 100% 100%, 0 100%, 0% 0.8em);
  }
  .header-navigation .menu .submenu-image:before {
    display: none;
  }
  .header-navigation .menu .active {
    z-index: 11;
  }
  .header-navigation .menu .active .menu-item {
    z-index: 9;
  }
  .header-navigation .menu .active .menu-item:before,
  .header-navigation .menu .active .menu-item:after {
    z-index: 2;
  }
  .header-navigation .menu .active .submenu-wrapper {
    display: block !important;
  }
  .header-navigation .menu .active:nth-child(even) .submenu {
    float: left;
  }
  .header-navigation .menu .active:nth-child(even) .submenu-wrapper {
    left: auto;
    right: 5px;
  }
  .header-navigation .menu .active:nth-child(even) .submenu-image {
    float: right;
  }
  .header-navigation .menu .active:nth-child(4n + 2) .submenu-wrapper-bg:before,
  .header-navigation
    .menu
    .active:nth-child(4n + 3)
    .submenu-wrapper-bg:before {
    background: #0a68a3;
  }
  .header-navigation .menu .active:nth-child(4n + 2) .submenu-wrapper-bg:after,
  .header-navigation .menu .active:nth-child(4n + 3) .submenu-wrapper-bg:after {
    border-bottom-color: #0a68a3;
  }
  .site-content .left-column,
  .site-content .right-column {
    float: none;
    width: auto !important;
  }
  .site-content .panel-block,
  .site-content .space-left {
    margin-left: 0 !important;
  }
  .site-content .panel-image {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
  }
  .site-content .panel-image:after {
    display: block;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0.75em;
    border-bottom: 0.75em solid #fff;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: 0;
  }
  .site-content .news-list {
    margin-left: -1.6em;
    margin-right: -1.6em;
  }
  .site-content .news-list li {
    border-bottom: 0;
  }
  .site-content .news-list li .news-text {
    border-bottom: 1px dotted #004e86;
  }
  .site-content .news-list li:last-child .news-text {
    border-bottom: 0;
  }
  .site-content .news-list-other {
    font-size: 1em;
  }
  .site-content .news-image {
    float: none;
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }
  .site-content .news-image:after {
    content: '';
    display: block;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0.75em;
    border-bottom: 0.75em solid #fff;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: 0;
  }
  .site-content .news-image img {
    border: 0;
  }
  .site-content .news-text {
    float: none;
    width: auto;
    padding-left: 0;
    margin: 0 1.6em;
  }
  .site-content .news-text h3 small {
    font-size: 1em;
  }
  .site-content .news-text p {
    font-size: 1em;
  }
  .site-content .collapsible-button {
    margin-bottom: 2px;
    border-bottom: 2px solid #679e17;
    text-align: center;
  }
  .site-content .collapsible-button a {
    display: inline-block;
    padding: 0.5em 1em 0.4em;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    color: #fff;
    background: #679e17;
    border-radius: 3px 3px 0 0;
  }
  .site-footer .mobile-contact {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
  }
  .site-footer .mobile-contact span {
    color: #def9b9;
  }
  .site-footer .mobile-contact a {
    text-decoration: underline;
  }
  .site-info {
    padding: 0;
    font-size: 0.85em;
  }
  .site-info > * {
    display: block;
  }
  .site-info .copyright {
    margin-bottom: 1em;
  }
  .site-info .powered {
    position: static;
    margin-left: -20px;
    margin-right: -20px;
    padding: 5px;
    background: #3a7ead;
  }
  .site-info .powered a {
    width: 280px;
    height: 40px;
    margin: 0 auto;
    background-image: url('../img/logo-365tm-mobile.png');
  }
  .page-homepage .site-content .panel-body.inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .site-header .logo a {
    width: 297px;
    height: 89px;
  }
  .site-header .tagline > * {
    width: 260px;
    height: 22px;
  }
  .site-header .green-bar {
    border-width: 2px 0;
    margin-bottom: 55px;
  }
  .site-header .green-bar .inner {
    height: 32px;
    padding: 6px 0 3px;
  }
  .site-header .social-icons {
    padding-top: 18px;
  }
  .site-header .social-icons a {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .header-navigation .menu {
    font-size: 1.1em;
  }
  .header-navigation .menu > li:nth-child(1) .submenu-image,
  .header-navigation .menu > li:nth-child(2) .submenu-image {
    margin-top: 4.08em;
  }
  .header-navigation .menu-item {
    font-size: 1.4em;
  }
  .header-navigation .menu-item:before {
    height: 2px;
  }
  .header-navigation .menu-item:after {
    width: 2px;
  }
  .header-navigation .menu-item-inner {
    height: 3.4em;
    padding-top: 0.8em;
  }
  .header-navigation .menu-item-inner:after {
    background-size: 3px auto;
    top: 50%;
  }
  .header-navigation .menu .submenu-wrapper {
    height: 11em;
    padding: 2px;
  }
  .header-navigation .menu .submenu-bg {
    margin: 2px;
  }
  .header-navigation .menu .submenu-image {
    height: calc(6.92em - 4px);
  }
  .site-info > * {
    padding-left: 0;
    padding-right: 0;
  }
  .site-info .powered a {
    width: 245px;
    height: 35px;
  }
}

.facilitieslist a {
  font-weight: 700;
  color: #60a004;
}

.board-members-wrapper {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  margin: 10px 0 0 20px;
  font-size: 16px;
}

.board-members-wrapper h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  text-align: center;
  color: #00649b;
}

.board-members-wrapper strong {
  color: #00649b;
}

.board-members-wrapper p {
  line-height: 1.6;
}

.board-members-wrapper .board-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em 2em;
  padding: 0;
  margin: 0;
  list-style: none;
}

.board-members-wrapper .board-list li {
  margin-bottom: 0.5em;
  text-align: center;
}

.site-content .inner .wide-block {
  padding: 82px 48px;
}

.employment {
  text-align: center;
  padding: 20px;
  border: 1px solid grey;
  max-width: 900px;
}
