/*
 * Stylesheet : Fort Valley Utility Commission Website 2017
 * Created    : Feb 2018
 * -----------------------------------------------------------------------------------
 */

@import url(../css/reset.css);
@import url(../css/base.css);
@import url(../css/mmenu.all.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i);

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

/*-----------------------------------------------------------------------------------*/
/* Basic
/*-----------------------------------------------------------------------------------*/
html {
  font-size: 22px;
}

@media (max-width: 1599px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #fff;
}

body,
button,
input,
select,
textarea {
  color: #1e1e1e;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: underline;
}

p,
ul,
address {
  margin-bottom: 1em;
}

address {
  font-style: normal;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: ' ';
}

.clearfix:after,
.container:after {
  clear: both;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media screen and (max-width: 1599px) {
  .container {
    max-width: 1090px;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 972px;
  }
  .page-employee-portal .site-content .content-main .section-middle .wrapper {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 748px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 0;
}

@media screen and (max-width: 479px) {
  .site {
    min-width: 320px;
  }
}

ul.unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

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;
}

.image-full {
  width: 100%;
  height: auto;
}

.image-flexible {
  max-width: 100%;
  height: auto;
}

.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;
}

.margin-bottom-0,
.margin-bottom-null {
  margin-bottom: 0 !important;
}

.margin-bottom-half {
  margin-bottom: 0.5em !important;
}

.margin-bottom-full {
  margin-bottom: 1em !important;
}

hr.line {
  background-color: transparent;
  border-bottom: 1px dotted #6a6f73;
}

.hidden {
  display: none !important;
}

.ctrl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.ctrl .container {
  height: 100%;
}

.ctrl .bg {
  height: 100%;
  position: relative;
}

.ctrl .bg > *:before,
.ctrl .bg > *:after {
  content: '';
  display: block;
  width: 20%;
  background: rgba(255, 255, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: relative;
  background-repeat: no-repeat;
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
}

.site-header .header-top {
  position: relative;
  z-index: 9;
}

.site-header .header-top:before {
  content: '';
  display: block;
  width: 18.5%;
  background: #dfdfdf;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: -2;
}

@media screen and (max-width: 1199px) {
  .site-header .header-top:before {
    background: #fff;
    bottom: -3em;
  }
}

@media screen and (max-width: 991px) {
  .site-header .header-top:before {
    display: none;
  }
}

.site-header .header-top:after {
  content: '';
  display: block;
  width: 558px;
  height: 346px;
  background: url('../img/header-bg.png') 100% 0 no-repeat;
  position: absolute;
  top: 0;
  left: -98px;
  z-index: -1;
}

@media screen and (max-width: 1599px) {
  .site-header .header-top:after {
    width: 419px;
    height: 260px;
    left: -73.5px;
    background-size: contain;
  }
}

@media screen and (max-width: 1199px) {
  .site-header .header-top:after {
    width: 363px;
    height: 225px;
    left: -63.7px;
    background-size: contain;
  }
}

@media screen and (max-width: 991px) {
  .site-header .header-top:after {
    width: 419px;
    height: 138px;
    transform: rotate(180deg);
    background-size: 100% 100%;
    background-position: 0 0;
    top: 100%;
    left: -209.5px;
  }
}

@media screen and (max-width: 639px) {
  .site-header .header-top:after {
    display: none;
  }
}

.site-header .header-logo {
  margin: 0;
  font-size: 1em;
  position: absolute;
  top: 1em;
  left: 0;
  z-index: 9;
}

@media screen and (max-width: 639px) {
  .site-header .header-logo {
    top: 0.5em;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
  }
}

@media screen and (max-width: 479px) {
  .site-header .header-logo {
    top: 1em;
    left: -5px;
  }
}

.site-header .header-logo > * {
  display: block;
  width: 308px;
  height: 308px;
  margin: 0;
  text-indent: -999em;
  overflow: hidden;
  background: url('../img/header-logo.png') 50% 50% no-repeat;
}

@media screen and (max-width: 1599px) {
  .site-header .header-logo > * {
    width: 231px;
    height: 231px;
    background-size: contain;
  }
}

@media screen and (max-width: 1199px) {
  .site-header .header-logo > * {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 991px) {
  .site-header .header-logo > * {
    width: 154px;
    height: 154px;
  }
}

@media screen and (max-width: 639px) {
  .site-header .header-logo > * {
    width: 123px;
    height: 123px;
  }
}

@media screen and (max-width: 479px) {
  .site-header .header-logo > * {
    width: 108px;
    height: 108px;
  }
}

.site-header .header-info {
  height: 149px;
  font-size: 0.75em;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.25;
  color: #737373;
  padding: 1.75em 0;
}

@media screen and (max-width: 1599px) {
  .site-header .header-info {
    height: 112px;
  }
}

@media screen and (max-width: 991px) {
  .site-header .header-info {
    height: 50px;
  }
}

.site-header .header-info p {
  margin: 0;
}

.site-header .header-info p + p {
  margin-top: 0.2em;
}

.site-header .header-info strong {
  color: #0278c2;
}

.site-header .header-info .row {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .site-header .header-info .row {
    padding-left: 22.5%;
  }

  .site-header .header-info .row .row {
    display: block;
    padding-left: 0;
  }

  .site-header .header-info .row .row > .col {
    padding: 0 !important;
    border: 0 !important;
  }

  .site-header .header-info .row .row > .col br:last-child {
    display: none;
  }

  .site-header .header-info .row .row > .col + div {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 991px) {
  .site-header .header-info .row {
    display: none;
  }
}

.site-header .header-info .row .row {
  height: 100%;
}

.site-header .header-info .col {
  padding-left: 1em;
  padding-right: 1.45em;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .site-header .header-info .col {
    padding-right: 2em;
  }
}

.site-header .header-info .col:first-child {
  padding-left: 0;
}

.site-header .header-info .col p + p {
  margin-top: 0.5em;
}

.site-header .header-info .col:last-child {
  padding-right: 0;
}

.site-header .header-info .col + .col {
  border-left: 1px dotted #929394;
}

.site-header .header-navigation {
  width: 630px;
  height: 870px;
  padding-top: 2.2em;
  padding-left: 60px;
  background: url('../img/nav-bg.png') 100% 0 no-repeat;
  position: absolute;
  top: 346px;
  left: -131px;
  z-index: 9;
  -webkit-clip-path: polygon(100% 0, 67% 48%, 50% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 67% 48%, 50% 100%, 0 100%, 0 0);
}

@media screen and (max-width: 1599px) {
  .site-header .header-navigation {
    width: 473px;
    height: 665px;
    padding-left: 55px;
    top: 259px;
    left: -94px;
    background-size: 100% auto;
    z-index: 10;
  }
}

@media screen and (max-width: 1199px) {
  .site-header .header-navigation {
    width: 420px;
    padding-top: 1.7em;
    top: 224px;
  }
}

@media screen and (max-width: 991px) {
  .site-header .header-navigation {
    display: none;
  }
}

.site-header .header-bottom {
  height: 500px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1599px) {
  .site-header .header-bottom {
    height: 375px;
  }
}

@media screen and (max-width: 1199px) {
  .site-header .header-bottom {
    height: 325px;
  }
}

@media screen and (max-width: 991px) {
  .site-header .header-bottom {
    height: 275px;
  }
}

@media screen and (max-width: 767px) {
  .site-header .header-bottom {
    height: 250px;
  }
}

@media screen and (max-width: 639px) {
  .site-header .header-bottom {
    height: 175px;
  }
}

.site-header .header-bar {
  padding: 0.88888889em 0;
  font-size: 18px;
  line-height: 1;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

@media screen and (max-width: 1599px) {
  .site-header .header-bar {
    font-size: 13.5px;
  }
}

.site-header .header-bar:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.site-header .header-bar .inner {
  padding-left: 30%;
}

.site-header .header-bar .inner > * {
  display: inline-block;
  margin-left: 0.5em;
}

.site-header .header-image {
  /*background: #0783c3 url("../img/large-image-homepage.jpg") 50% 0 no-repeat;*/
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.site-header .header-image img {
  /*background: #0783c3 url("../img/large-image-homepage.jpg") 50% 0 no-repeat;*/
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 1599px) {
  .site-header .header-image {
    background-size: 1440px auto;
  }
}

@media screen and (max-width: 1199px) {
  .site-header .header-image {
    background-size: 1240px auto;
    width: calc(100% + 40px);
    left: -40px;
  }
}

@media screen and (max-width: 991px) {
  .site-header .header-image {
    background-position: 50% -50px;
    background-size: 1242px auto;
    width: calc(100% + 250px);
    left: -250px;
  }
}

@media screen and (max-width: 767px) {
  .site-header .header-image {
    background-position: 50% -30px;
    background-size: 1048px auto;
    width: calc(100% + 280px);
    left: -280px;
  }
}

@media screen and (max-width: 639px) {
  .site-header .header-image {
    background-position: 50% -10px;
    background-size: 950px auto;
  }
}

@media screen and (max-width: 479px) {
  .site-header .header-image {
    background-position: 50% 0;
    background-size: 860px auto;
  }
}

.site-header .header-image:before {
  content: '';
  display: block;
  height: 20em;
  background: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.85%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  position: absolute;
  left: 0;
  right: 0;
  top: 625px;
  z-index: 3;
}

@media screen and (max-width: 1599px) {
  .site-header .header-image:before {
    top: 469px;
  }
}

@media screen and (max-width: 1199px) {
  .site-header .header-image:before {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .site-header .header-image .container {
    height: 100%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .site-header .header-image .container:after {
    display: block;
    width: 25%;
    background: #fff;
    position: absolute;
    top: 0;
    right: calc(100% - 105px);
    bottom: 0;
    z-index: 999;
  }
}

.site-header .header-image .container:before {
  display: block;
  width: 546px;
  height: 1002px;
  background: url('../img/navigation-shadow.png') 100% 0 no-repeat;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 55px;
}

@media screen and (max-width: 1599px) {
  .site-header .header-image .container:before {
    width: 410px;
    height: 752px;
    background-size: auto 100%;
    left: 46.25px;
  }
}

@media screen and (max-width: 1199px) {
  .site-header .header-image .container:before {
    width: 382px;
    height: 701px;
    top: -25px;
    left: 35px;
  }
}

@media screen and (max-width: 991px) {
  .site-header .header-image .container:before {
    display: none;
  }
}

.site-header .nav .menu {
  font-weight: 500;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.site-header .nav .menu a {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.site-header .nav-primary {
  font-size: 1.36em;
}

@media screen and (max-width: 1199px) {
  .site-header .nav-primary {
    font-size: 1.23em;
  }
}

.site-header .nav-primary .menu > li {
  margin-bottom: 0.4em;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.site-header .nav-primary .menu > li:nth-child(1) {
  width: 86.66666667%;
  color: #0066b3;
}

.site-header .nav-primary .menu > li:nth-child(1) a {
  background-image: url('../img/primary-menu-1-bg.png');
}

.site-header .nav-primary .menu > li:nth-child(1) a:before {
  border-left-color: #0066b3;
}

.site-header .nav-primary .menu > li:nth-child(2) {
  width: 74.16666667%;
  color: #73a533;
}

.site-header .nav-primary .menu > li:nth-child(2) a {
  background-image: url('../img/primary-menu-2-bg.png');
}

.site-header .nav-primary .menu > li:nth-child(2) a:before {
  border-left-color: #73a533;
}

.site-header .nav-primary .menu > li:nth-child(3) {
  width: 64.16666667%;
  color: #d71920;
}

.site-header .nav-primary .menu > li:nth-child(3) a {
  background-image: url('../img/primary-menu-3-bg.png');
}

.site-header .nav-primary .menu > li:nth-child(3) a:before {
  border-left-color: #d71920;
}

.site-header .nav-primary .menu > li a {
  padding: 0.6em 0 0.5em 0.75em;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}

.site-header .nav-primary .menu > li a:before {
  content: '';
  float: left;
  width: 0;
  height: 0;
  margin-left: -0.75em;
  border: 0 solid transparent;
  border-width: 0.3em 0 0.3em 0.33333333em;
  position: relative;
  top: 0.3em;
}

.site-header .nav-secondary {
  width: 54.16666667%;
  font-size: 0.75em;
}

.site-header .nav-secondary .menu {
  color: #6d6d6d;
}

.site-header .nav-secondary .menu > li {
  line-height: 1;
}

.site-header .nav-secondary .menu > li + li {
  border-top: 1px dotted #838383;
}

.site-header .nav-secondary .menu > li:nth-child(1) {
  width: 100%;
}

.site-header .nav-secondary .menu > li:nth-child(2) {
  width: 92.30769231%;
}

.site-header .nav-secondary .menu > li:nth-child(3) {
  width: 85.38461538%;
}

.site-header .nav-secondary .menu > li:nth-child(4) {
  width: 78.46153846%;
}

.site-header .nav-secondary .menu > li:nth-child(5) {
  width: 71.53846154%;
}

.site-header .nav-secondary .menu > li:nth-child(6) {
  width: 64.61538408%;
}

.site-header .nav-secondary .menu > li:nth-child(7) {
  width: 54.61538408%;
}

.site-header .nav-secondary .menu > li:nth-child(8) {
  width: 46.61538408%;
}

.site-header .nav-secondary .menu > li:nth-child(9) {
  width: 39.61538408%;
}

.site-header .nav-secondary .menu > li > a {
  padding: 0.5em 0 0.5em 0.6em;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}

.site-header .nav-secondary .menu > li > a:before {
  content: '\2022';
  float: left;
  margin-left: -0.6em;
  font-weight: 900;
  color: #155d85;
}

.site-header .nav-logos {
  width: 31.25%;
}

.site-header .nav-logos img {
  max-width: 100%;
  height: auto;
}

.site-header .nav-logos .menu li {
  margin-top: 0.68181818em;
}

.site-header .nav-logos .menu li:nth-child(2) {
  width: 76.66666667%;
}

.site-header .today-date {
  padding-right: 0.25em;
  line-height: 1.5;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  .site-header .today-date {
    display: none !important;
  }
}

.site-header .searchform-area {
  width: 335px;
  height: 28px;
}

@media screen and (max-width: 1599px) {
  .site-header .searchform-area {
    width: 251.25px;
    height: 21px;
  }
}

@media screen and (max-width: 991px) {
  .site-header .searchform-area {
    display: none !important;
  }
}

.site-header .social-media {
  float: right;
  margin: 1px 0;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 1599px) {
  .site-header .social-media {
    font-size: 18px;
  }
}

.site-header .social-media ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .social-media li {
  float: left;
  margin-left: 0.41666667em;
}

.site-header .social-media .icon {
  display: block;
  width: 1em;
  height: 1em;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1599px) {
  .site-header .social-media .icon {
    background-size: auto 100%;
  }
}

.site-header .social-media .icon-youtube {
  width: 1.25em;
  background-image: url('../img/sm-icon-youtube.png');
}

.site-header .social-media .icon-facebook {
  width: 0.66666667em;
  background-image: url('../img/sm-icon-facebook.png');
}

.site-header .social-media .icon-twitter {
  width: 1.25em;
  background-image: url('../img/sm-icon-twitter.png');
}

.site-header .social-media .icon-linkedin {
  background-image: url('../img/sm-icon-linkedin.png');
}

.site-header .social-media .icon-envelope {
  width: 1.5em;
  background-image: url('../img/sm-icon-envelope.png');
}

.site-header .social-media .icon-share {
  background-image: url('../img/sm-icon-share.png');
  cursor: pointer;
}

.searchform-dummy {
  float: left;
  width: 100%;
  height: 100%;
  background: url('../img/0search-form-bg.png') 50% 50% no-repeat;
  background-size: cover;
}
/*-----------------------------------------------------------------------------------*/
/* Content
/*-----------------------------------------------------------------------------------*/
.site-content {
  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';
  margin-left: -0.75em;
  margin-right: 0.5em;
  font-weight: 900;
}

.site-content ul.unstyled > li {
  padding-left: 0;
}

.site-content ul.unstyled > li:before {
  display: none !important;
}

.site-content ul.bullet-inside > li:before {
  margin-left: 0;
}

/*.site-content ul.space-item > li + li {
	margin-top: 0.5em;
}*/

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

.site-content table {
  border: 0;
  margin-bottom: 1em;
}

.site-content table tr > * {
  border: 0;
}

.site-content table tbody tr > * {
  padding: 0.45em 0;
  padding-left: 0.75em;
  border: 0;
  border-top: 1px dotted #00204e;
}

.site-content table tbody tr:last-child > * {
  border-bottom: 1px dotted #00204e;
}

.site-content table tbody tr th {
  padding-left: 1.25em;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.2;
  color: #0278c2;
  vertical-align: top;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .site-content table tbody tr th {
    padding-left: 0.75em;
  }
}

@media screen and (max-width: 991px) {
  .site-content table tbody tr th {
    padding-left: 0.75em;
    font-size: inherit !important;
    line-height: inherit !important;
  }
}

.site-content table tbody tr th:before {
  content: '\2022';
  float: left;
  margin-left: -0.75em;
  font-weight: 900;
  color: #015797;
}

.site-content table tfoot {
  font-size: 0.7em;
}

@media screen and (max-width: 991px) {
  .site-content table tfoot {
    font-size: 0.85em;
  }
}

.site-content table tfoot tr > * {
  padding-top: 0.75em;
  padding-bottom: 0;
  font-weight: 300;
}

.site-content table tfoot tr > *:first-child {
  padding-left: 1em;
}

.site-content table big {
  font-size: 1.15em;
  font-weight: 300;
  line-height: 1.2;
}

.site-content table small {
  font-size: 0.85em;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .site-content table small {
    font-size: inherit !important;
  }
}

.site-content table .highlight {
  color: #0278c2 !important;
}

.site-content table.no-padding-left tbody th {
  padding-left: 0.75em;
}

.site-content table.no-margin-bottom {
  margin-bottom: 0;
}

.site-content table.no-border-bottom tbody tr:last-child > * {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .site-content table:not(.no-responsive) {
    display: block;
  }

  .site-content table:not(.no-responsive) tbody {
    display: block;
    width: 100% !important;
    clear: both;
  }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
  .site-content table:not(.no-responsive) tr {
    display: flex;
    flex-flow: row wrap;
  }

  .site-content table:not(.no-responsive) tr > * {
    width: 45% !important;
  }

  .site-content table:not(.no-responsive) tr > *:nth-child(1),
  .site-content table:not(.no-responsive) tr > *:nth-child(3) {
    order: 1;
    padding-bottom: 0;
  }

  .site-content table:not(.no-responsive) tr > *:nth-child(2),
  .site-content table:not(.no-responsive) tr > *:nth-child(4) {
    order: 2;
    border-top: 0;
    padding-top: 0;
  }

  .site-content table:not(.no-responsive) tr > *:nth-child(1),
  .site-content table:not(.no-responsive) tr > *:nth-child(2) {
    width: 55% !important;
  }

  .site-content table:not(.no-responsive) tr:last-child > *:nth-child(1),
  .site-content table:not(.no-responsive) tr:last-child > *:nth-child(3) {
    border-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .site-content table:not(.no-responsive) tbody tr,
  .site-content table:not(.no-responsive) tbody tr > * {
    display: block;
    width: 100% !important;
    clear: both;
  }

  .site-content table:not(.no-responsive) tbody tr > *:not(:first-child) {
    border-top: 0;
    padding-top: 0 !important;
  }

  .site-content table:not(.no-responsive) tbody tr > *:not(:last-child) {
    padding-bottom: 0 !important;
  }

  .site-content
    table:not(.no-responsive)
    tbody
    tr:last-child
    > *:not(:last-child) {
    border-bottom: 0;
  }
}

.site-content .page-title {
  margin: 0;
  font-size: 100px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1599px) {
  .site-content .page-title {
    font-size: 75px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.3));
    text-shadow: 3px 3px 4.5px rgba(0, 0, 0, 0.6);
  }
}

@media screen and (max-width: 1199px) {
  .site-content .page-title {
    font-size: 65px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.3));
    text-shadow: 3px 3px 4.5px rgba(0, 0, 0, 0.6);
  }
}

@media screen and (max-width: 991px) {
  .site-content .page-title {
    font-size: 4em;
  }
}

@media screen and (max-width: 767px) {
  .site-content .page-title {
    font-size: 3.5em;
    margin-top: -0.1em;
  }
}

.site-content .page-title strong {
  font-weight: 900;
}

.site-content .page-subtitle {
  width: 39.9%;
  margin: 0 0 0.5em;
  font-size: 33px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  filter: drop-shadow(0 0 0.25em rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 1599px) {
  .site-content .page-subtitle {
    font-size: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .site-content .page-subtitle {
    font-size: 21px;
  }
}

@media screen and (max-width: 991px) {
  .site-content .page-subtitle {
    width: 40.3%;
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .site-content .page-subtitle {
    margin-bottom: 0.25em;
  }
}

@media screen and (max-width: 639px) {
  .site-content .page-subtitle {
    width: auto;
    min-width: 10em;
    bottom: 100%;
    margin-bottom: 0.5em;
    margin-right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .site-content .page-subtitle {
    margin-right: -15px;
  }
}

.site-content .page-subtitle > * {
  display: block;
  padding: 0.5em;
  padding-left: 1.2em;
  background: #f7941d;
  -webkit-clip-path: polygon(0.85em 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0.85em 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 639px) {
  .site-content .page-subtitle > * {
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .site-content .page-subtitle > * {
    padding-right: 15px;
  }
}

.site-content .page-navigation {
  margin: 0;
  padding: 0.75em 0 0.75em 1em;
  text-align: left;
  color: #fff;
  border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 991px) {
  .site-content .page-navigation {
    padding-left: 0;
  }
}

.site-content .page-navigation a {
  text-decoration: none;
  color: inherit;
}

.site-content .page-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.05em;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .site-content .page-navigation ul {
    font-size: 1em;
  }
}

@media screen and (max-width: 991px) {
  .site-content .page-navigation ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .site-content .page-navigation ul {
    font-weight: 500;
  }
}

.site-content .page-navigation ul li {
  display: inline-block;
  padding-left: 0;
}

.site-content .page-navigation ul li:before {
  content: '';
  margin: 0;
  padding: 0;
}

.site-content .page-navigation ul li + li:before {
  margin: 0;
  padding: 0 0.75em;
  content: '\007c\00a0';
}

@media screen and (max-width: 1199px) {
  .site-content .page-navigation ul li + li:before {
    padding: 0 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .site-content .page-navigation ul li + li:before {
    padding: 0 0.3em;
    opacity: 0.5;
  }
}

.site-content .content-block {
  position: relative;
  overflow: hidden;
}

.site-content .content-entry {
  padding: 1em 0 0.5em;
}

.site-content .content-main {
  min-height: 490px;
  margin-bottom: 0.81818182em;
  position: relative;
}

@media screen and (max-width: 1599px) {
  .site-content .content-main {
    min-height: 368px;
  }
}

@media screen and (max-width: 991px) {
  .site-content .content-main {
    min-height: auto;
  }
}

.site-content .content-main-bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .site-content .content-main-bg {
    display: none;
  }
}

.site-content .content-main-bg .container {
  height: 100%;
}

.site-content .content-main-bg .container > * {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.site-content .content-main-bg .container > *:after {
  content: '';
  display: block;
  width: 50%;
  width: 700px;
  background: url('../img/top-right-bg.png') 100% 0 no-repeat;
  position: absolute;
  top: -297px;
  bottom: 0;
  left: -213px;
  z-index: 4;
}

@media screen and (max-width: 1599px) {
  .site-content .content-main-bg .container > *:after {
    width: 525px;
    background-size: 100% auto;
    top: -223px;
    left: -160px;
  }
}

.site-content .content-main-bg .container > *:before {
  content: '';
  display: block;
  width: 18%;
  background: url('../img/top-right-bg-r.png') 0 0 repeat-x;
  position: absolute;
  top: -297px;
  bottom: 0;
  right: 100%;
  z-index: 3;
}

@media screen and (max-width: 1599px) {
  .site-content .content-main-bg .container > *:before {
    top: -223px;
    background-size: auto 1385px;
  }
}

@media screen and (max-width: 1199px) {
  .site-content .content-main-bg .container > *:before {
    width: 20%;
    right: 95%;
    background: white;
    z-index: 5;
  }
}

.site-content .content-main .section-top {
  color: #96d7fc;
  overflow: visible;
}

.site-content .content-main .section-top .container:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 65%;
  z-index: 7;
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-top .container:before {
    display: none;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .site-content .content-main .section-top .container:after {
    display: block;
    width: 105px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 7;
  }
}

.site-content .content-main .section-top .wrapper {
  padding-left: 21.07142857%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-top .wrapper {
    padding-left: 0 !important;
  }
}

.site-content .content-main .section-top .wrapper:before,
.site-content .content-main .section-top .wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -18.57142857%;
  z-index: 6;
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-top .wrapper:before,
  .site-content .content-main .section-top .wrapper:after {
    left: -20%;
    right: -20%;
  }
}

@media screen and (max-width: 639px) {
  .site-content .content-main .section-top .wrapper:before,
  .site-content .content-main .section-top .wrapper:after {
    display: none;
  }
}

.site-content .content-main .section-top .wrapper:before {
  /*background: url("../img/shading-overlay.gif");
	mix-blend-mode: multiply;*/
  background: #0261a2 url('../img/overlay-big.jpg');
  background-size: cover;
}

/*@media screen and (max-width: 1599px) {
	.site-content .content-main .section-top .wrapper:before {
		background-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.site-content .content-main .section-top .wrapper:before {
		background-size: 10px;
	}
}*/

.site-content .content-main .section-top .wrapper:after {
  background: #0377c1;
  background-image: url('../img/section-top-bg-c.png'),
    url('../img/section-top-bg-y.png'), url('../img/section-top-bg-x.png');
  background-position: 0 0;
  background-repeat: no-repeat, repeat-y, repeat-x;
  z-index: 5;
}

@media screen and (max-width: 1599px) {
  .site-content .content-main .section-top .wrapper:after {
    background-size: 600px 300px, 600px auto, auto 300px;
  }
}

@media screen and (max-width: 1199px) {
  .site-content .content-main .section-top .wrapper:after {
    background-position: -3em 0;
  }
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-top .wrapper:after {
    background-image: url('../img/section-top-bg-x.png');
    background-repeat: repeat-x;
    background-size: auto 250px;
  }
}

.site-content .content-main .section-top .wrapper > * {
  position: relative;
  z-index: 7;
}

.site-content .content-main .section-top .wrapper .inner {
  min-height: 7.5em;
}

@media screen and (max-width: 639px) {
  .site-content .content-main .section-top .wrapper .inner {
    position: relative;
  }

  .site-content .content-main .section-top .wrapper .inner:before,
  .site-content .content-main .section-top .wrapper .inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: -20px;
    z-index: -1;
  }

  .site-content .content-main .section-top .wrapper .inner:before {
    /*background: url("../img/shading-overlay.gif");
		background-size: 10px;
		mix-blend-mode: multiply;*/
    background: #0261a2 url('../img/overlay-big.jpg');
    background-size: cover;
  }

  .site-content .content-main .section-top .wrapper .inner:after {
    background: #0270b8 url('../img/section-top-bg-x.png') 0 0 repeat-x;
    background-size: auto 300px;
    z-index: -2;
  }
}

.site-content .content-main .section-top .wrapper .outer {
  padding-left: 3.75em;
  position: absolute;
  left: 21.07142857%;
  right: 0;
  bottom: calc(100% + 0.75em);
}

@media screen and (max-width: 1199px) {
  .site-content .content-main .section-top .wrapper .outer {
    padding-left: 3em;
  }
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-top .wrapper .outer {
    padding-left: 0;
    left: 0;
  }
}

@media screen and (max-width: 639px) {
  .site-content .content-main .section-top .wrapper .outer {
    margin-bottom: 0.5em;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

.site-content .content-main .section-top .wrapper .content-entry {
  padding-left: 0.9em;
  padding-right: 0.9em;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .site-content .content-main .section-top .wrapper .content-entry {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-content .content-main .section-top .wrapper .content-entry .highlight {
  color: #fff;
}

.site-content .content-main .section-top .wrapper .section-title {
  margin-bottom: 0.25em;
  font-size: 2.14em;
  font-weight: 400;
  line-height: 1.05;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-top .wrapper .section-title {
    font-size: 1.75em !important;
  }
}

@media screen and (max-width: 639px) {
  .site-content .content-main .section-top .wrapper .section-title {
    font-size: 1.5em !important;
  }
}

.site-content .content-main .section-middle {
  color: #00204e;
}

.site-content .content-main .section-middle .wrapper {
  padding-left: 11.11111111%;
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-middle .wrapper {
    padding-left: 0 !important;
  }
}

.site-content .content-main .section-middle .inner {
  font-size: 1.14em;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-middle .inner {
    font-size: 1em !important;
  }
}

.site-content .content-main .section-middle .section-title {
  margin-bottom: 0.25em;
  font-size: 2.08em;
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.25;
  color: #015797;
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-middle .section-title {
    font-size: 1.75em !important;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 639px) {
  .site-content .content-main .section-middle .section-title {
    font-size: 1.5em !important;
  }
}

.site-content .content-main .section-middle .section-title strong {
  font-weight: 900;
}

.site-content .content-main .section-middle .section-subtitle {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.25;
  color: #015797;
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-middle .section-subtitle {
    font-size: 1.25em;
  }
}

.site-content .content-main .section-middle .section-subtitle strong {
  font-weight: 700;
}

.site-content .content-main .section-bottom {
  color: #cdcece;
}

.site-content .content-main .section-bottom .highlight {
  color: #fff;
}

.site-content .content-main .section-bottom .container {
  height: 100%;
}

.site-content .content-main .section-bottom .wrapper {
  padding-left: 11.11111111%;
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-bottom .wrapper {
    padding-left: 0 !important;
  }
}

.site-content .content-main .section-bottom .wrapper:before,
.site-content .content-main .section-bottom .wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(8% + 20px);
  right: -16.66666667%;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .site-content .content-main .section-bottom .wrapper:before,
  .site-content .content-main .section-bottom .wrapper:after {
    left: 12%;
  }
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-bottom .wrapper:before,
  .site-content .content-main .section-bottom .wrapper:after {
    left: -20%;
    right: -20%;
  }
}

@media screen and (max-width: 767px) {
  .site-content .content-main .section-bottom .wrapper:before,
  .site-content .content-main .section-bottom .wrapper:after {
    position: static;
    display: table;
  }
}

.site-content .content-main .section-bottom .wrapper:before {
  /*	background: url("../img/shading-overlay.gif");
	mix-blend-mode: multiply;*/
  /* background: #0261a2 url('../img/grey-shadow.jpg');
  background-size: cover; */
}

/*@media screen and (max-width: 1599px) {
	.site-content .content-main .section-bottom .wrapper:before {
		background-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.site-content .content-main .section-bottom .wrapper:before {
		background-size: 10px;
	}
}*/

/* .site-content .content-main .section-bottom .wrapper:after {
  background: #5f6162;
  background-image: url('../img/section-bottom-shadow.png'),
    url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.5%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E'),
    url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.25%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-position: -100px 0, 0 0, 0 100%;
  background-size: auto, 5em, 15em;
  background-repeat: no-repeat, repeat-x, repeat-x;
  background-blend-mode: multiply;
  z-index: -2;
} */

@media screen and (max-width: 1599px) {
  .site-content .content-main .section-bottom .wrapper:after {
    background-position: -75px 0, 0 0, 0 100%;
    background-size: 450px, 5em, 15em;
  }
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-bottom .wrapper:after {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.5%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E'),
      url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.25%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0, 0 100%;
    background-size: 5em, 15em;
    background-repeat: repeat-x, repeat-x;
  }
}

.site-content .content-main .section-bottom .inner {
  position: relative;
}

.site-content .content-main .section-bottom .content-entry {
  position: relative;
  z-index: 6;
}

@media screen and (max-width: 767px) {
  .site-content .content-main .section-bottom .content-entry {
    padding-left: 0 !important;
  }

  .site-content .content-main .section-bottom .content-entry:before,
  .site-content .content-main .section-bottom .content-entry:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: -1em;
    z-index: -1;
  }

  /* .site-content .content-main .section-bottom .content-entry:before {
		background: url("../img/shading-overlay.gif");
		background-size: 10px;
		mix-blend-mode: multiply;
		background: #0261a2 url("../img/grey-shadow.jpg");
	    background-size: cover;
	} */

  /* .site-content .content-main .section-bottom .content-entry:after {
    background: #5f6162;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.5%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E'),
      url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.25%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0, 0 100%;
    background-size: 5em, 15em;
    background-repeat: repeat-x, repeat-x;
    background-blend-mode: multiply;
    z-index: -2;
  } */
}

@media screen and (max-width: 767px) and (min-width: 640px) {
  .site-content .content-main .section-bottom .content-entry:before,
  .site-content .content-main .section-bottom .content-entry:after {
    left: -35px;
    right: -35px;
  }
}

.site-content .content-main .section-bottom .content-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 1599px) {
  .site-content .content-main .section-bottom .content-image {
    left: -30px;
  }
}

@media screen and (max-width: 1199px) {
  .site-content .content-main .section-bottom .content-image {
    left: -1%;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-bottom .content-image {
    left: -10px;
  }
}

@media screen and (max-width: 767px) {
  .site-content .content-main .section-bottom .content-image {
    width: auto !important;
    height: auto;
    padding-top: 60%;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 640px) {
  .site-content .content-main .section-bottom .content-image {
    margin-left: -35px;
    margin-right: -35px;
    padding-top: 50%;
  }
}

.site-content .content-main .section-bottom .content-image img {
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .site-content .content-main .section-bottom .content-image img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .site-content .content-main .section-bottom .content-image img {
    width: 100%;
    height: auto;
  }
}

.site-content .content-main .section-bottom .section-title {
  margin-bottom: 0.25em;
  font-size: 2.08em;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.25;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-bottom .section-title {
    font-size: 1.75em !important;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 639px) {
  .site-content .content-main .section-bottom .section-title {
    font-size: 1.5em !important;
  }
}

.site-content .content-main .section-bottom .section-subtitle {
  font-size: 1.59em;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .site-content .content-main .section-bottom .section-subtitle {
    font-size: 1.25em;
  }
}

.site-content .content-main .section-bottom table tbody tr > * {
  border-color: #fff;
}

.site-content .content-main .section-bottom table tbody th {
  color: #fff;
}

.site-content .content-main .section-bottom table tbody th:before {
  color: #fff;
}

.site-content .content-main .address-box {
  width: 75%;
  margin: -0.25em auto 0.75em;
  padding: 0.75em;
  background: rgba(150, 215, 252, 0.3);
}

@media screen and (max-width: 767px) {
  .site-content .content-main .address-box {
    width: 80%;
  }
}

@media screen and (max-width: 639px) {
  .site-content .content-main .address-box {
    width: 100%;
  }
}

.site-content .content-main .address-box p {
  margin: 0;
}

.site-content .content-extend {
  color: #00204e;
}

.site-content .content-extend .highlight {
  color: #015797;
}

.site-content .content-extend .content-block {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 991px) {
  .site-content .content-extend .content-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-content .content-extend .content-block:first-child:not(.alt) {
  padding-top: 0;
}

.site-content .content-extend .content-block.alt {
  background: #dcdddf;
}

.site-content .content-extend .content-entry {
  font-size: 0.9em;
}

@media screen and (max-width: 991px) {
  .site-content .content-extend .content-entry {
    font-size: 1em;
  }
}

.site-content .content-extend .content-header {
  font-size: 0.9em;
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #00204e;
  position: relative;
}

@media screen and (max-width: 991px) {
  .site-content .content-extend .content-header {
    font-size: 1em;
  }
}

@media screen and (max-width: 639px) {
  .site-content .content-extend .content-header > * {
    clear: both;
  }
}

.site-content .content-extend .content-header .button {
  display: block;
  margin: 0 0 0.5em;
  padding: 0.4em 1.6em;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #73a533;
  border: 0.1em solid #fff;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  right: 0;
}

.buttonpay {
  display: block;
  margin: 0 auto;
  padding: 0.4em 1.6em;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #73a533;
  border: 0.1em solid #fff;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  max-width: 525px;
}

@media screen and (max-width: 991px) {
  .site-content .content-extend .content-header .button {
    font-size: 1.35em;
    margin-bottom: 0.6em;
  }
}

@media screen and (max-width: 639px) {
  .site-content .content-extend .content-header .button {
    position: static;
    width: 10em;
    margin: -0.5em auto 1em;
    padding: 0.5em;
    font-size: 1.25em;
    border-width: 2px;
  }
}

.site-content .content-extend .section-title {
  font-size: 2.6em;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: #015797;
}

@media screen and (max-width: 991px) {
  .site-content .content-extend .section-title {
    font-size: 1.75em !important;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 639px) {
  .site-content .content-extend .section-title {
    font-size: 1.5em !important;
  }
}

.site-content .content-extend .section-subtitle {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #015797;
}

@media screen and (max-width: 991px) {
  .site-content .content-extend .section-subtitle {
    font-size: 1.5em !important;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 639px) {
  .site-content .content-extend .section-subtitle {
    font-size: 1.3em !important;
  }
}

.site-content .content-extend .lead {
  margin-bottom: 0.6em;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 991px) {
  .site-content .content-extend .lead {
    font-size: 1.4em;
    line-height: 1.3;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 639px) {
  .site-content .content-extend .lead {
    font-size: 1.2em;
    line-height: 1.5;
  }
}

.site-content .row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-flow: row wrap;
}

.site-content .row > .col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .site-content .row > .col {
    width: 100% !important;
  }
}
/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  color: #fff;
  /*background: #0261a2 url("../img/shading-overlay.gif");
	background-blend-mode: multiply;*/
  background: #0261a2 url('../img/overlay-big.jpg');
  background-size: cover;

  text-align: center;
  position: relative;
  padding-bottom: 55px;
}

/*@media screen and (max-width: 1599px) {
	.site-footer {
		background-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.site-footer {
		background-size: 10px;
	}
}
*/
.site-footer .footer-logo {
  position: relative;
}

@media screen and (max-width: 991px) {
  .site-footer .footer-logo {
    display: none;
  }
}

.site-footer .footer-logo > * {
  width: 123px;
  height: 123px;
  margin: 0;
  text-indent: -999em;
  overflow: hidden;
  background: url('../img/footer-logo.png') 50% 50% no-repeat;
  position: absolute;
  top: 0.9em;
  left: 0;
}

@media screen and (max-width: 1599px) {
  .site-footer .footer-logo > * {
    width: 92.25px;
    height: 92.25px;
    background-size: contain;
  }
}

.site-footer .footer-navigation {
  font-size: 17px;
  padding: 1.45em 0 0.85em;
}

@media screen and (max-width: 1599px) {
  .site-footer .footer-navigation {
    font-size: 12.75px;
  }
}

@media screen and (max-width: 991px) {
  .site-footer .footer-navigation {
    font-size: 1em;
  }
}

.site-footer .footer-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-navigation .menu.lead {
  margin-bottom: 0.1em;
  font-size: 1.35em;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .site-footer .footer-navigation .menu.lead {
    font-size: 1.25em;
  }
}

.site-footer .footer-navigation .menu > li {
  display: inline-block;
}

.site-footer .footer-navigation .menu > li + li:before {
  padding: 0 0.5em;
  content: '\007c\00a0';
}

@media screen and (max-width: 639px) {
  .site-footer .footer-navigation .menu > li + li:before {
    padding: 0 0.35em;
    opacity: 0.5;
  }
}

.site-footer .footer-navigation .menu a {
  color: inherit;
  text-decoration: none;
}

.site-footer .footer-info {
  height: 4.8em;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 1.1em 0;
  position: relative;
}

@media screen and (max-width: 1599px) {
  .site-footer .footer-info {
    font-size: 10.5px;
  }
}

@media screen and (max-width: 991px) {
  .site-footer .footer-info {
    height: auto;
    font-size: 0.85em;
    letter-spacing: 0.05em;
  }
}

.site-footer .footer-info:before {
  content: '';
  display: block;
  height: 1px;
  border-top: 1px dotted white;
  position: absolute;
  top: 0;
  left: 180px;
  right: 0;
}

@media screen and (max-width: 1599px) {
  .site-footer .footer-info:before {
    left: 135px;
  }
}

@media screen and (max-width: 991px) {
  .site-footer .footer-info:before {
    left: 0;
  }
}

.site-footer .footer-info > * {
  margin: 0;
}

.site-footer .footer-info .powered > * {
  display: block;
  width: 300px;
  height: 44px;
  margin: 0 auto;
  text-indent: -999em;
  overflow: hidden;
  background: url('../img/365dtm-logo.png') 50% 50% no-repeat;
  position: absolute;
  top: 0.6em;
  right: 0;
}

@media screen and (max-width: 1599px) {
  .site-footer .footer-info .powered > * {
    width: 225px;
    height: 33px;
    background-size: contain;
  }
}

@media screen and (max-width: 991px) {
  .site-footer .footer-info .powered > * {
    width: 400px;
    height: 34px;
    margin-top: 0.5em;
    background-image: url('../img/365dtm-logo-mobile.png');
    background-size: auto;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .site-footer .footer-info .powered > * {
    width: 225px;
    height: 33px;
    background-image: url('../img/365dtm-logo.png');
    background-size: contain;
  }
}
/*-----------------------------------------------------------------------------------*/
/* Mobile Menu
/*-----------------------------------------------------------------------------------*/
.icon-bar {
  display: block;
  width: 2.5em;
  width: 40px;
  height: 4px;
  background: #000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.mobile-menu-button {
  display: none;
  float: right;
  margin: 0 -20px;
  padding: 24px 20px;
}

@media screen and (max-width: 991px) {
  .mobile-menu-button {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .mobile-menu-button {
    margin: 0 -15px;
    padding: 24px 15px;
  }
}

.mobile-menu-button span {
  display: block;
  width: 2.5em;
  width: 40px;
  height: 4px;
  background: #000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: -1px 0;
  position: relative;
  -webkit-transition: all 0 0.2s;
  transition: all 0 0.2s;
  -webkit-transition-duration: 0.3s, 0.2s;
  transition-duration: 0.3s, 0.2s;
  -webkit-transition-delay: 0.2s, 0;
  transition-delay: 0.2s, 0;
}

.mobile-menu-button span:before,
.mobile-menu-button span:after {
  display: block;
  width: 2.5em;
  width: 40px;
  height: 4px;
  background: #000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  content: '';
  margin: 6px 0;
  position: absolute;
}

.mobile-menu-button span:before {
  bottom: 100%;
  -webkit-transition-duration: 0.3s, 0.2s;
  transition-duration: 0.3s, 0.2s;
  -webkit-transition-delay: 0.2s, 0;
  transition-delay: 0.2s, 0;
}

.mobile-menu-button span:after {
  top: 100%;
  -webkit-transition-duration: 0.3s, 0.2s;
  transition-duration: 0.3s, 0.2s;
  -webkit-transition-delay: 0.2s, 0;
  transition-delay: 0.2s, 0;
}

.mm-wrapper_opening .mobile-menu-button span {
  background: transparent;
}

.mm-wrapper_opening .mobile-menu-button span:before {
  bottom: -150%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening .mobile-menu-button span:after {
  top: -150%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
  .header-logo {
    transition: all 0.4s ease-in-out;
  }

  .header-top:after {
    transition: margin 0.4s ease-in-out;
    transition-property: margin, opacity;
  }

  .mm-wrapper_opening .header-logo {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  .mm-wrapper_opening .header-top:after {
    opacity: 0;
    margin-top: -100px;
  }
}

.mm-wrapper_opened .mm-menu {
  height: calc(100% - 50px) !important;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .mm-menu {
    display: none !important;
  }
}

.nav-mobile .mm-navbar img {
  width: 110px;
  height: 110px;
  padding: 0;
  margin: 10px auto;
}

.nav-mobile ul {
  font-weight: 700;
}

.nav-mobile ul > li {
  color: #6d6d6d;
}

.nav-mobile ul > li a {
  padding-left: 30px;
}

.nav-mobile ul > li a:before {
  content: '\2022';
  float: left;
  margin-left: -10px;
  font-weight: 900;
  color: #155d85;
}

.nav-mobile ul > li.primary {
  font-size: 1.2em;
}

.nav-mobile ul > li.primary a {
  padding-left: 35px;
}

.nav-mobile ul > li.primary a:before {
  content: '';
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 0 solid transparent;
  border-width: 0.3em 0 0.3em 0.33333333em;
  position: relative;
  top: 0.3em;
}

.nav-mobile ul > li.primary:nth-child(1) {
  color: #0066b3;
}

.nav-mobile ul > li.primary:nth-child(1) a:before {
  border-left-color: #0066b3;
}

.nav-mobile ul > li.primary:nth-child(2) {
  color: #73a533;
}

.nav-mobile ul > li.primary:nth-child(2) a:before {
  border-left-color: #73a533;
}

.nav-mobile ul > li.primary:nth-child(3) {
  color: #d71920;
}

.nav-mobile ul > li.primary:nth-child(3) a:before {
  border-left-color: #d71920;
}

.nav-mobile .address {
  line-height: 1.25;
}

.nav-mobile .address p {
  margin-bottom: 0.5em;
}

.nav-mobile .address p strong {
  color: #0278c2;
}

.nav-mobile .address p br {
  display: none;
}
/*-----------------------------------------------------------------------------------*/
/* Specified Pages
/*-----------------------------------------------------------------------------------*/
.page-about-us .site-header .header-image,
.page-about-us-history .site-header .header-image {
  background-image: url('../img/large-image-about-us.jpg');
}

.page-contact-us .site-header .header-image {
  background-image: url('../img/large-image-contact-us.jpg');
}

.page-employee-portal .site-header .header-image {
  background-image: url('../img/large-image-employee-portal.jpg');
}

.page-rate-structure .site-header .header-image {
  background-image: url('../img/large-image-rate-structure.jpg');
}

.page-contact-us .site-content .content-main .section-middle .wrapper {
  padding-left: 14.58333333%;
}

.page-contact-us .site-content .content-main .section-middle .address-box {
  width: 100%;
  height: calc(100% - 0.44em);
  margin: 0.44em 0;
  padding: 2.22em;
  font-size: 0.69em;
  line-height: 1.28;
  background: #d4effc;
}

@media screen and (max-width: 1199px) {
  .page-contact-us .site-content .content-main .section-middle .address-box {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 991px) {
  .page-contact-us .site-content .content-main .section-middle .address-box {
    height: auto;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 1em 1.5em;
    font-size: 1em;
  }

  .page-contact-us
    .site-content
    .content-main
    .section-middle
    .address-box
    .row {
    height: auto;
  }

  .page-contact-us
    .site-content
    .content-main
    .section-middle
    .address-box
    .col {
    width: 50% !important;
  }
}

@media screen and (max-width: 639px) {
  .page-contact-us
    .site-content
    .content-main
    .section-middle
    .address-box
    .col {
    width: 100% !important;
    border: 0 !important;
  }

  .page-contact-us
    .site-content
    .content-main
    .section-middle
    .address-box
    .col
    + .col {
    margin-top: 1em;
  }
}

.page-contact-us .site-content .content-main .section-middle .address-box .row {
  height: 100%;
  align-items: center;
  justify-content: space-around;
}

.page-contact-us .site-content .content-main .section-middle .address-box .col {
  width: auto;
}

.page-contact-us
  .site-content
  .content-main
  .section-middle
  .address-box
  .col
  + .col {
  border-left: 1px dotted #000;
}

.page-contact-us
  .site-content
  .content-main
  .section-middle
  .address-box
  p
  + p {
  margin-top: 1em;
}

.page-contact-us
  .site-content
  .content-main
  .section-middle
  .address-box
  strong {
  color: #0278c2;
}

.page-departments-administration .site-header .header-image {
  background-image: url('../img/large-image-departments-administration.jpg');
}

.page-departments-administration
  .site-content
  .content-main
  .section-middle
  .wrapper {
  padding-left: 13.88888889%;
}

.page-departments-administration
  .site-content
  .content-main
  .section-bottom
  .wrapper {
  padding-left: 12.15277778%;
}

.page-departments-administration
  .site-content
  .content-main
  .section-bottom
  .row {
  margin-left: 0;
}

@media screen and (max-width: 1199px) {
  .page-departments-administration
    .site-content
    .content-main
    .section-bottom
    .row {
    margin-left: -15px;
  }
}

.page-departments-administration
  .site-content
  .content-main
  .section-bottom
  .row
  .col:first-child {
  width: 72%;
}

@media screen and (max-width: 1199px) {
  .page-departments-administration
    .site-content
    .content-main
    .section-bottom
    .row
    .col:first-child {
    width: 70%;
  }
}

.page-departments-administration
  .site-content
  .content-main
  .section-bottom
  .row
  .col:last-child {
  width: 28%;
}

@media screen and (max-width: 1199px) {
  .page-departments-administration
    .site-content
    .content-main
    .section-bottom
    .row
    .col:last-child {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .page-departments-administration
    .site-content
    .content-main
    .section-bottom
    .row
    .col:last-child {
    padding-left: 1em;
  }
}

.page-departments-administration
  .site-content
  .content-main
  .section-bottom
  table {
  font-size: 1.18em;
}

@media screen and (max-width: 991px) {
  .page-departments-administration
    .site-content
    .content-main
    .section-bottom
    table {
    font-size: 1em;
  }
}

.page-departments-administration
  .site-content
  .content-main
  .section-bottom
  table
  tbody
  td {
  font-weight: 300;
}

.page-departments-administration
  .site-content
  .content-main
  .section-bottom
  table
  tbody
  th {
  font-size: 1em;
  font-weight: 500;
  vertical-align: middle;
}

.page-departments-administration
  .site-content
  .content-main
  .section-bottom
  .note-block {
  height: calc(100% - 1.5em);
  padding: 1.25em 1.5em;
  color: #fff;
  background: #9a9b9c;
  font-size: 0.9em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  box-shadow: 0 0 1.2em 0.1em rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1199px) {
  .page-departments-administration
    .site-content
    .content-main
    .section-bottom
    .note-block {
    padding: 0.75em 1.5em;
    line-height: 1.4;
  }
}

@media screen and (max-width: 991px) {
  .page-departments-administration
    .site-content
    .content-main
    .section-bottom
    .note-block {
    height: auto;
    margin-bottom: 1em;
    padding: 1em 1.5em 1.25em;
    font-size: 1em;
  }
}

@media screen and (max-width: 639px) {
  .page-departments-administration
    .site-content
    .content-main
    .section-bottom
    .note-block {
    padding: 0.5em 1em 0.75em;
  }
}

.page-departments-customer-service .site-header .header-image {
  background-image: url('../img/large-image-departments-customer-service.jpg');
}

.page-departments-customer-service
  .site-content
  .content-main
  .section-middle
  .wrapper {
  padding-left: 13.19444444%;
}

.page-departments-customer-service
  .site-content
  .content-main
  .section-bottom
  .content-entry {
  padding-left: 42.85714286%;
}

@media screen and (max-width: 1199px) {
  .page-departments-customer-service
    .site-content
    .content-main
    .section-bottom
    .content-entry {
    padding-left: 39.28571429%;
  }
}

.page-departments-customer-service
  .site-content
  .content-main
  .section-bottom
  .content-image {
  width: 50%;
  -webkit-mask-image: url('../img/mask-image-main-bottom.png');
  mask-image: url('../img/mask-image-main-bottom.png');
  -webkit-mask-position: 100% 20%;
  mask-position: 100% 20%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

@media screen and (max-width: 1199px) {
  .page-departments-customer-service
    .site-content
    .content-main
    .section-bottom
    .content-image {
    width: 37.5%;
  }
}

.page-departments-customer-service
  .site-content
  .content-extend
  .lead
  .highlight {
  color: #578221;
}

.page-departments-economic-development .site-header .header-image {
  background-image: url('../img/eda-slide1.jpg');
}

.page-departments-economic-development
  .site-content
  .content-main
  .section-bottom
  .content-entry {
  padding-left: 41.07142857%;
}

@media screen and (max-width: 1199px) {
  .page-departments-economic-development
    .site-content
    .content-main
    .section-bottom
    .content-entry {
    padding-left: 37.5%;
  }
}

.page-departments-economic-development
  .site-content
  .content-main
  .section-bottom
  .content-entry:before {
  display: block;
  float: left;
  width: 4.25em;
  height: 0;
  padding-top: 28em;
  -webkit-shape-outside: polygon(0 30%, 0.5em 30%, 100% 100%, 0 100%, 0 0);
  shape-outside: polygon(0 30%, 0.5em 30%, 100% 100%, 0 100%, 0 0);
}

@media screen and (max-width: 1199px) {
  .page-departments-economic-development
    .site-content
    .content-main
    .section-bottom
    .content-entry:before {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-shape-outside: none;
    shape-outside: none;
  }
}

.page-departments-economic-development
  .site-content
  .content-main
  .section-bottom
  .content-image {
  width: 48.21428571%;
  -webkit-mask-image: url('../img/mask-image-main-bottom.png');
  mask-image: url('../img/mask-image-main-bottom.png');
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

@media screen and (max-width: 1199px) {
  .page-departments-economic-development
    .site-content
    .content-main
    .section-bottom
    .content-image {
    width: 35.71428571%;
  }
}

.page-departments-finance-billing .site-header .header-image {
  background-image: url('../img/large-image-departments-finance-billing.jpg');
}

.page-departments-finance-billing
  .site-content
  .content-main
  .section-middle
  .wrapper {
  padding-left: 14.58333333%;
}

.page-departments-finance-billing
  .site-content
  .content-main
  .section-bottom
  .content-entry {
  padding-left: 42.85714286%;
}

@media screen and (max-width: 1199px) {
  .page-departments-finance-billing
    .site-content
    .content-main
    .section-bottom
    .content-entry {
    padding-left: 39.28571429%;
  }
}

.page-departments-finance-billing
  .site-content
  .content-main
  .section-bottom
  .content-image {
  width: 50%;
  -webkit-mask-image: url('../img/mask-image-main-bottom.png');
  mask-image: url('../img/mask-image-main-bottom.png');
  -webkit-mask-position: 100% 20%;
  mask-position: 100% 20%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

@media screen and (max-width: 1199px) {
  .page-departments-finance-billing
    .site-content
    .content-main
    .section-bottom
    .content-image {
    width: 37.5%;
  }
}

.page-departments-operations .site-header .header-image {
  background-image: url('../img/large-image-departments-operations.jpg');
}

.page-departments-operations
  .site-content
  .content-main
  .section-middle
  .wrapper {
  padding-left: 13.88888889%;
}

.page-departments-operations
  .site-content
  .content-main
  .section-bottom
  .content-entry {
  padding-left: 44.28571429%;
}

@media screen and (max-width: 1199px) {
  .page-departments-operations
    .site-content
    .content-main
    .section-bottom
    .content-entry {
    padding-left: 40.71428571%;
  }
}

.page-departments-operations
  .site-content
  .content-main
  .section-bottom
  .content-image {
  width: 51.42857143%;
  -webkit-mask-image: url('../img/mask-image-main-bottom.png');
  mask-image: url('../img/mask-image-main-bottom.png');
  -webkit-mask-position: 100% 10%;
  mask-position: 100% 10%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

@media screen and (max-width: 1199px) {
  .page-departments-operations
    .site-content
    .content-main
    .section-bottom
    .content-image {
    width: 38.92857143%;
  }
}

.page-departments-operations .site-content .content-extend h4.highlight {
  font-size: 1.45em;
  font-weight: 400;
}

.page-departments-operations .site-content .content-extend h5.highlight {
  font-size: 1.15em;
}

.page-news .site-header .header-image {
  background-image: url('../img/large-image-news.jpg');
}

.page-news .site-content .content-main .section-top .content-entry {
  padding-left: 0.75em;
  padding-right: 0.75em;
  font-size: 1.64em;
  line-height: 1.25;
}

@media screen and (max-width: 1199px) {
  .page-news .site-content .content-main .section-top .content-entry {
    font-size: 1.5em;
    line-height: 1.35;
  }
}

@media screen and (max-width: 767px) {
  .page-news .site-content .content-main .section-top .content-entry {
    font-size: 1.4em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 639px) {
  .page-news .site-content .content-main .section-top .content-entry {
    font-size: 1.25em;
  }
}

.page-news .site-content .content-main .section-middle .wrapper {
  padding-left: 14.58333333%;
}

.page-news .site-content .content-main .section-bottom .content-entry {
  padding-left: 42.85714286%;
}

@media screen and (max-width: 1199px) {
  .page-news .site-content .content-main .section-bottom .content-entry {
    padding-left: 39.28571429%;
  }
}

.page-news .site-content .content-main .section-bottom .content-image {
  width: 48.57142857%;
  -webkit-mask-image: url('../img/mask-image-main-bottom.png');
  mask-image: url('../img/mask-image-main-bottom.png');
  -webkit-mask-position: 100% 10%;
  mask-position: 100% 10%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

@media screen and (max-width: 1199px) {
  .page-news .site-content .content-main .section-bottom .content-image {
    width: 37.5%;
  }
}

.page-news .site-content .content-main .section-bottom .alert {
  display: inline-block;
  margin: -0.25em 0 0.75em;
  padding: 0.6em 1.6em;
  font-weight: 900;
  color: #4e5050;
  background: #fff;
}

.page-news .site-content .content-extend .section-subtitle {
  font-size: 1.5em;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .page-news .site-content .content-extend .section-subtitle {
    font-size: 1.3em !important;
  }
}

@media screen and (max-width: 767px) {
  .page-news .site-content .content-extend .section-subtitle {
    font-size: 1.15em !important;
  }
}

.page-news .site-content .content-extend .section-top .col-left {
  width: 33.33333333%;
}

.page-news .site-content .content-extend .section-top .col-right {
  width: 66.66666667%;
}

@media screen and (max-width: 991px) and (min-width: 640px) {
  .page-news .site-content .content-extend .section-top .col-right .col {
    width: 50% !important;
  }
}

.page-news .site-content .content-extend .section-top .info-box {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .page-news .site-content .content-extend .section-top .info-box {
    margin-bottom: 1.5em;
  }
}

.page-news .site-content .content-extend .section-top .info-box > * {
  padding: 0.75em 1.5em;
  /*background-image: url("../img/shading-overlay.gif");
	background-blend-mode: multiply;*/
  background: #0261a2 url('../img/overlay-big.jpg');
  background-size: cover;
}

/*@media screen and (max-width: 1599px) {
	.page-news .site-content .content-extend .section-top .info-box > * {
		background-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.page-news .site-content .content-extend .section-top .info-box > * {
		background-size: 10px;
	}
}*/

.page-news .site-content .content-extend .section-top .info-box > * > * {
  color: inherit;
}

.page-news .site-content .content-extend .section-top .info-box-head {
  background-color: #015797;
}

.page-news
  .site-content
  .content-extend
  .section-top
  .info-box-head
  > *:last-child {
  margin-bottom: 0;
}

.page-news .site-content .content-extend .section-top .info-box-body {
  background-color: #0289c1;
}

.page-news
  .site-content
  .content-extend
  .section-top
  .info-box-body
  > *:last-child {
  margin-bottom: 0.5em;
}

.page-news .site-content .content-extend .section-middle .container:before {
  display: block;
  width: 1em;
  background: #fff;
  position: absolute;
  top: -1em;
  left: calc(35.76388889% - 0.5em);
  bottom: -1em;
}

@media screen and (max-width: 991px) {
  .page-news .site-content .content-extend .section-middle .container:before {
    display: table;
    position: static;
  }
}

.page-news .site-content .content-extend .section-middle .lead {
  font-size: 1.5em;
}

@media screen and (max-width: 991px) {
  .page-news .site-content .content-extend .section-middle .lead {
    font-size: 1.3em !important;
  }
}

@media screen and (max-width: 767px) {
  .page-news .site-content .content-extend .section-middle .lead {
    font-size: 1.15em !important;
  }
}

.page-news .site-content .content-extend .section-middle .col-left {
  width: 35.76388889%;
  padding-right: 5%;
}

@media screen and (max-width: 991px) {
  .page-news .site-content .content-extend .section-middle .col-left {
    padding-right: 15px;
    margin-bottom: 1em;
    padding-bottom: 0.75em;
    position: relative;
  }

  .page-news .site-content .content-extend .section-middle .col-left:before {
    content: '';
    display: block;
    height: 0.5em;
    border-bottom: 0.5em solid #fff;
    position: absolute;
    bottom: 0;
    left: -2em;
    right: -2em;
  }
}

.page-news .site-content .content-extend .section-middle .col-left img {
  max-width: 65%;
}

.page-news .site-content .content-extend .section-middle .col-right {
  width: 64.23611111%;
  padding-left: 5%;
}

@media screen and (max-width: 991px) {
  .page-news .site-content .content-extend .section-middle .col-right {
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) and (min-width: 640px) {
  .page-news .site-content .content-extend .section-middle .col-right .col {
    width: 50% !important;
  }
}

@media screen and (max-width: 991px) and (min-width: 640px) {
  .page-news .site-content .content-extend .section-middle .col-right .col {
    width: 50% !important;
  }
}

.page-news
  .site-content
  .content-extend
  .section-middle
  .col-right
  .col:last-child {
  padding-left: 0;
}

@media screen and (max-width: 639px) {
  .page-news
    .site-content
    .content-extend
    .section-middle
    .col-right
    .col:last-child {
    padding-left: 15px;
  }
}

.page-news .site-content .content-extend .section-middle .col-right img {
  margin: -0.25em 0 -1em;
}

.page-news .site-content .content-extend .section-bottom {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background: #5f6162;
  background-image: url('../img/shading-overlay.gif'),
    url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.25%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-position: 0 100%, 0 100%;
  background-size: auto, 15em;
  background-repeat: repeat, repeat-x;
  background-blend-mode: multiply;
}

@media screen and (max-width: 1599px) {
  .page-news .site-content .content-extend .section-bottom {
    background-size: 12px, 15em;
  }
}

@media screen and (max-width: 991px) {
  .page-news .site-content .content-extend .section-bottom {
    background-size: 10px, 15em;
  }
}

.page-news .site-content .content-extend .section-bottom .content-entry {
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 1em 0.2em rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1em 0.2em rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}

.page-news .site-content .content-extend .section-bottom .content-entry .row {
  margin-left: 0;
  margin-right: 0;
}

.page-news .site-content .content-extend .section-bottom .content-entry .col {
  padding: 1.25em 2em 0.75em;
}

@media screen and (max-width: 991px) {
  .page-news .site-content .content-extend .section-bottom .content-entry .col {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.page-news
  .site-content
  .content-extend
  .section-bottom
  .content-entry
  .col:first-child {
  background: #d9f1fd;
  -webkit-border-radius: 0.5em 0 0 0.5em;
  border-radius: 0.5em 0 0 0.5em;
}

@media screen and (max-width: 991px) {
  .page-news
    .site-content
    .content-extend
    .section-bottom
    .content-entry
    .col:first-child {
    padding-bottom: 0;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    border-radius: 0.5em 0.5em 0 0;
  }
}

.page-news .site-content .content-extend .section-bottom .address-box {
  float: left;
  margin: 0 0 0.5em;
  padding: 0.5em 2em;
  background: #d9f1fd;
}

@media screen and (max-width: 639px) {
  .page-news .site-content .content-extend .section-bottom .address-box {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.page-rfp-rfq-bid .site-header .header-image {
  background-image: url('../img/large-image-rfp-rfq-bid.jpg');
}

.page-rfp-rfq-bid .site-content .content-main .section-middle .wrapper {
  padding-left: 13.88888889%;
}

.page-employee-portal .site-content .content-main .section-middle .wrapper {
  padding-left: 13.88888889%;
  margin-right: -21%;
}

.page-rfp-rfq-bid .site-content .content-main .section-bottom {
  color: #fff;
}

.page-rfp-rfq-bid .site-content .content-main .section-bottom .content-entry {
  padding-left: 42.85714286%;
}

@media screen and (max-width: 1199px) {
  .page-rfp-rfq-bid .site-content .content-main .section-bottom .content-entry {
    padding-left: 39.28571429%;
  }
}

.page-rfp-rfq-bid
  .site-content
  .content-main
  .section-bottom
  .content-entry:before {
  display: block;
  float: left;
  width: 2.25em;
  height: 0;
  padding-top: 21em;
  -webkit-shape-outside: polygon(0 50%, 0.5em 50%, 100% 100%, 0 100%, 0 0);
  shape-outside: polygon(0 50%, 0.5em 50%, 100% 100%, 0 100%, 0 0);
}

@media screen and (max-width: 1199px) {
  .page-rfp-rfq-bid
    .site-content
    .content-main
    .section-bottom
    .content-entry:before {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-shape-outside: none;
    shape-outside: none;
  }
}

.page-rfp-rfq-bid .site-content .content-main .section-bottom .content-image {
  width: 50%;
  -webkit-mask-image: url('../img/mask-image-main-bottom.png');
  mask-image: url('../img/mask-image-main-bottom.png');
  -webkit-mask-position: 100% 70%;
  mask-position: 100% 70%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

@media screen and (max-width: 1199px) {
  .page-rfp-rfq-bid .site-content .content-main .section-bottom .content-image {
    width: 37.5%;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-header .header-image {
    background-position: 50% 0;
  }
}

@media screen and (max-width: 767px) {
  .page-homepage .site-header .header-image {
    left: -230px;
  }
}

@media screen and (max-width: 479px) {
  .page-homepage .site-header .header-image {
    left: -200px;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main {
    margin-bottom: 0;
  }
}

.page-homepage .site-content .content-main .section-top {
  color: #fff;
}

.page-homepage .site-content .content-main .section-top .wrapper {
  padding-left: 74.28571429%;
}

.page-homepage .site-content .content-main .section-top .wrapper:before,
.page-homepage .site-content .content-main .section-top .wrapper:after {
  display: table;
  position: static;
}

@media screen and (max-width: 1199px) {
  .page-homepage .site-content .content-main .section-top .wrapper {
    padding-left: 69.14285714%;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-top .wrapper {
    padding-left: 53.125% !important;
  }
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-main .section-top .wrapper {
    padding-top: 40%;
    padding-left: 0 !important;
  }
}

.page-homepage .site-content .content-main .section-top .content-entry {
  height: 430px;
  padding-top: 1.75em;
  padding-right: 0;
  text-align: right;
  z-index: 1;
}

@media screen and (max-width: 1599px) {
  .page-homepage .site-content .content-main .section-top .content-entry {
    height: 323px;
  }
}

@media screen and (max-width: 1199px) {
  .page-homepage .site-content .content-main .section-top .content-entry {
    height: 280px;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-top .content-entry {
    height: auto;
    padding-left: 2.5em;
  }
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-main .section-top .content-entry {
    padding-top: 1em;
    padding-left: 0;
    text-align: center;
  }
}

/* .page-homepage .site-content .content-main .section-top .content-entry:before,
.page-homepage .site-content .content-main .section-top .content-entry:after {
  display: block;
  position: absolute;
  top: 0;
  left: -37.5%;
  right: -72.22222222%;
  bottom: 0;
  z-index: -2;
  -webkit-mask-image: url('../img/mask-top-bg.png');
  mask-image: url('../img/mask-top-bg.png');
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
} */

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-top .content-entry:before,
  .page-homepage .site-content .content-main .section-top .content-entry:after {
    left: -9%;
    -webkit-mask-position: 100% 100%;
    mask-position: 100% 100%;
    -webkit-mask-size: 100% auto;
    mask-size: auto 160%;
  }
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-main .section-top .content-entry:before,
  .page-homepage .site-content .content-main .section-top .content-entry:after {
    display: none;
  }
}

.page-homepage .site-content .content-main .section-top .content-entry:before {
  /*background: url("../img/shading-overlay.gif");
	mix-blend-mode: multiply;*/
  background: #0261a2 url('../img/overlay-big.jpg');
  background-size: cover;
}

@media screen and (max-width: 1599px) {
  .page-homepage
    .site-content
    .content-main
    .section-top
    .content-entry:before {
    background-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage
    .site-content
    .content-main
    .section-top
    .content-entry:before {
    background-size: 10px;
  }
}

.page-homepage .site-content .content-main .section-top .content-entry:after {
  background-image: url('../img/section-top-bg-c.png'),
    url('../img/section-top-bg-y.png');
  background-position: 0 0, 0 400px;
  background-repeat: no-repeat, repeat-y;
  z-index: -3;
}

@media screen and (max-width: 1599px) {
  .page-homepage .site-content .content-main .section-top .content-entry:after {
    background-size: 600px 300px, 600px auto;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-top .content-entry:after {
    background-position: -7.5em 0;
  }
}

.page-homepage .site-content .content-main .section-top .content-entry h4 {
  margin-left: 0.5em;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  font-size: 1.64em;
  font-weight: 300;
  border-bottom: 1px dotted #fff;
}

.page-homepage .site-content .content-main .section-top .content-entry h4 span {
  font-size: 0.8em;
}

.page-homepage
  .site-content
  .content-main
  .section-top
  .content-entry
  h4
  strong {
  font-weight: 900;
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-main .section-top .content-entry h4 {
    margin-left: 0;
  }
}

.page-homepage .site-content .content-main .section-top .video-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -37.5%;
  right: -72.22222222%;
  z-index: -1;
  -webkit-mask-image: url('../img/mask-top-bg.png');
  mask-image: url('../img/mask-top-bg.png');
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

.page-homepage .site-content .content-main .section-top .video-bg > * {
  margin-left: -20px;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-top .video-bg {
    display: none;
  }
}

.page-homepage .site-content .content-main .section-middle .wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 8.21428571%;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .page-homepage .site-content .content-main .section-middle .wrapper {
    padding-left: 9.14285714%;
  }
}

.page-homepage .site-content .content-main .section-middle .wrapper:before {
  content: '';
  display: block;
  background: url('../img/img-content-home-1.jpg') 100% 50% no-repeat;
  background-size: cover;
  width: 33.57142857%;
  position: absolute;
  top: 0;
  left: 8.21428571%;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .page-homepage .site-content .content-main .section-middle .wrapper:before {
    width: 25.17857143%;
    left: 9.14285714%;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-middle .wrapper:before {
    width: auto;
    left: -18.57142857%;
    right: 79%;
  }
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-main .section-middle .wrapper:before {
    display: table;
    position: static;
  }
}

.page-homepage .site-content .content-main .section-middle .wrapper:after {
  content: '';
  display: block;
  background: url('../img/img-content-home-2.jpg') 0 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 86.78571429%;
  right: -18.57142857%;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .page-homepage .site-content .content-main .section-middle .wrapper:after {
    left: 90.08928571%;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-middle .wrapper:after {
    left: 79%;
    right: -18.57142857%;
  }
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-main .section-middle .wrapper:after {
    display: table;
    position: static;
  }
}

.page-homepage .site-content .content-main .section-middle .inner {
  padding: 0 0.75em;
  margin-left: 36.57587549%;
  margin-right: 14.39688716%;
}

@media screen and (max-width: 1199px) {
  .page-homepage .site-content .content-main .section-middle .inner {
    margin-left: 27.43190661%;
    margin-right: 10.79766537%;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-middle .inner {
    margin-left: 21%;
    margin-right: 21%;
  }
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-main .section-middle .inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-homepage .site-content .content-main .section-middle .highlight {
  color: #3c71b8;
}

.page-homepage .site-content .content-main .section-middle .section-title {
  margin: 0;
  font-size: 2.6em;
  color: #155d85;
}

.page-homepage
  .site-content
  .content-main
  .section-middle
  .section-title
  .highlight {
  color: #012f64;
}

.page-homepage .site-content .content-main .section-middle .content-entry {
  padding-top: 0.5em;
  padding-bottom: 0;
  font-size: 0.91em;
  text-align: center;
  color: #303131;
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-middle .content-entry {
    font-size: 1em;
  }
}

.page-homepage .site-content .content-main .section-bottom {
  color: #96d7fc;
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-main .section-bottom {
    padding-left: 0 !important;
    text-align: center;
    /*background: #0377c1 url("../img/shading-overlay.gif");
		background-blend-mode: multiply;
		background-size: 10px;*/
    background: #0261a2 url('../img/overlay-big.jpg');
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .page-homepage .site-content .content-main .section-bottom .wrapper:before {
    display: block;
    position: absolute;
  }
}

@media (max-width: 639px) {
  .page-homepage .site-content .content-main .section-bottom .wrapper:before {
    display: table;
    position: static;
  }
}

.page-homepage .site-content .content-main .section-bottom .wrapper:after {
  background: #0066b3;
  /* background-image: url('../img/section-top-bg-c.png'),
    url('../img/section-top-bg-y.png'), url('../img/section-top-bg-x.png');
  background-position: 85% 0, 85% 0, 0 0;
  background-repeat: no-repeat, repeat-y, repeat-x;
  background-blend-mode: normal; */
}

@media screen and (max-width: 1599px) {
  .page-homepage .site-content .content-main .section-bottom .wrapper:after {
    background-size: 600px 300px, 600px auto, auto 300px;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-bottom .wrapper:after {
    background-size: 520px 260px, 520px auto, auto 260px;
    background-position: 70% 0, 70% 0, 0 0;
  }
}

@media screen and (max-width: 767px) {
  .page-homepage .site-content .content-main .section-bottom .wrapper:after {
    display: block;
    position: absolute;
    background-image: url('../img/section-top-bg-c.png'),
      url('../img/section-top-bg-y.png'), url('../img/section-top-bg-x.png');
  }
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-main .section-bottom .wrapper:after {
    display: table;
    position: static;
  }
}

.page-homepage .site-content .content-main .section-bottom .video-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 57.5%;
  right: -16.66666667%;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .page-homepage .site-content .content-main .section-bottom .video-bg {
    left: 51%;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-bottom .video-bg {
    display: none;
  }
}

.page-homepage .site-content .content-main .section-bottom .video-bg > * {
  width: 100%;
  height: auto;
}

.page-homepage .site-content .content-main .section-bottom .content-entry {
  padding-top: 1.5em;
  padding-bottom: 1em;
  padding-left: 57.5%;
}

@media screen and (max-width: 1199px) {
  .page-homepage .site-content .content-main .section-bottom .content-entry {
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-left: 51%;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-bottom .content-entry {
    padding-left: 47.5%;
  }
}

@media screen and (max-width: 767px) {
  .page-homepage .site-content .content-main .section-bottom .content-entry {
    padding-left: 45% !important;
  }

  .page-homepage
    .site-content
    .content-main
    .section-bottom
    .content-entry:before,
  .page-homepage
    .site-content
    .content-main
    .section-bottom
    .content-entry:after {
    background: transparent;
  }
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-main .section-bottom .content-entry {
    padding-left: 0 !important;
    text-align: center;
  }
}

.page-homepage .site-content .content-main .section-bottom .content-image {
  width: 67.5%;
  -webkit-mask-image: url('../img/mask-image-main-bottom.png');
  mask-image: url('../img/mask-image-main-bottom.png');
  -webkit-mask-position: 100% 15%;
  mask-position: 100% 15%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

@media screen and (max-width: 1199px) {
  .page-homepage .site-content .content-main .section-bottom .content-image {
    width: 58%;
    left: -2%;
    -webkit-mask-image: url('../img/mask-image-main-bottom.png') !important;
    mask-image: url('../img/mask-image-main-bottom.png') !important;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-main .section-bottom .content-image {
    left: -6%;
  }
}

@media screen and (max-width: 767px) {
  .page-homepage .site-content .content-main .section-bottom .content-image {
    width: 54% !important;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-main .section-bottom .content-image {
    display: none;
  }
}

.page-homepage .site-content .content-main .section-bottom .content-image img {
  width: 87%;
  height: auto !important;
  left: 0;
  right: auto;
}

@media screen and (max-width: 991px) {
  .page-homepage
    .site-content
    .content-main
    .section-bottom
    .content-image
    img {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .page-homepage
    .site-content
    .content-main
    .section-bottom
    .content-image
    img {
    left: -5%;
    width: auto !important;
    height: 115% !important;
  }
}

.page-homepage .site-content .content-main .section-bottom .section-title {
  margin-bottom: 0;
  font-size: 1.82em;
}

.page-homepage
  .site-content
  .content-main
  .section-bottom
  .section-title
  strong {
  font-weight: 500;
}

.page-homepage .site-content .content-extend .tips-section {
  padding-top: 0 !important;
  padding-bottom: 0.5em;
}

.page-homepage .site-content .content-extend .last-section {
  padding-top: 0.5em !important;
  background: #5f6162 url('../img/home-bottom-bg.png') 0 100% repeat-x;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1599px) {
  .page-homepage .site-content .content-extend .last-section {
    background-size: auto 262.5px;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-extend .last-section {
    background-size: auto 227.5px;
  }
}

.page-homepage .site-content .content-extend .last-section:before {
  display: block;
  /*background-image: url("../img/shading-overlay.gif");
	mix-blend-mode: multiply;*/
  background: #0261a2 url('../img/grey-shadow.jpg');
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*@media screen and (max-width: 1599px) {
	.page-homepage .site-content .content-extend .last-section:before {
		background-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.page-homepage .site-content .content-extend .last-section:before {
		background-size: 10px;
	}
}*/

.page-homepage .site-content .content-extend .last-section .col:first-child {
  width: 41.17647059%;
}

.page-homepage .site-content .content-extend .last-section .col:last-child {
  width: 58.82352941%;
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-extend .last-section .col > * {
    margin-bottom: 1em;
  }
}

.page-homepage .site-content .content-extend .lead {
  padding-left: 2.86em;
}

@media screen and (min-width: 992px) {
  .page-homepage .site-content .content-extend .lead {
    font-size: 1.75em;
  }
}

.page-homepage .site-content .content-extend .lead:before {
  content: '';
  display: block;
  float: left;
  width: 2.57em;
  height: 2.57em;
  margin-left: -2.71em;
  margin-top: -0.34em;
  background: url('../img/icon-checked.png') 0 0 no-repeat;
  background-size: contain;
}

.page-homepage .site-content .content-extend .section-title {
  font-size: 2.85em;
  text-align: center;
  color: #00204e;
}

.page-homepage .site-content .content-extend .section-title .highlight {
  color: #015797;
}

.page-homepage .site-content .content-extend .section-subtitle {
  font-size: 1.75em;
  font-weight: 900;
  text-align: center;
  color: white;
}

.page-homepage .site-content .content-extend .section-header {
  padding: 0.5em 0;
  /*background: #0261a2 url("../img/shading-overlay.gif");
	background-blend-mode: multiply;*/
  background: #0261a2 url('../img/overlay-big.jpg');
  background-size: cover;
}

/*@media screen and (max-width: 1599px) {
	.page-homepage .site-content .content-extend .section-header {
		background-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.page-homepage .site-content .content-extend .section-header {
		background-size: 10px;
		padding: 0.75em 0;
	}
}*/

.page-homepage .site-content .content-extend .list-tips > li {
  margin-left: -0.7em;
}

.page-homepage .site-content .content-extend .list-tips > li + li {
  margin-top: 0.75em;
}

.page-homepage .site-content .content-extend .list-tips > li li {
  margin-right: 0.75em;
  position: relative;
  left: 0.75em;
}

.page-homepage .site-content .content-extend .list-tips > li li:before {
  float: left;
  margin-right: 0;
}

.page-homepage .site-content .content-extend .list-tips .big {
  font-size: 1.2em;
}

.page-homepage .site-content .content-extend .list-tips .icon {
  float: left;
  width: 2.4em;
  height: 2.4em;
  margin-top: 0.4em;
  margin-right: 1.4em;
  padding: 0.2em;
  background: #015797;
  position: relative;
  left: 0.7em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
}

.page-homepage .site-content .content-extend .list-tips .icon img {
  width: 100%;
  height: auto;
}

.page-homepage .site-content .content-extend .facebook-box {
  background: #f1f1f1;
  overflow: hidden;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -webkit-box-shadow: 0 0 1em 0.2em rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1em 0.2em rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 990px) {
  .page-homepage .site-content .content-extend .facebook-box {
    display: none;
  }
}

.page-homepage .site-content .content-extend .facebook-box-body {
  max-width: 500px;
  margin: auto;
}

.page-homepage .site-content .content-extend .event-box {
  color: #46443f;
  background: #fff;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -webkit-box-shadow: 0 0 1em 0.2em rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1em 0.2em rgba(0, 0, 0, 0.35);
}

.page-homepage .site-content .content-extend .event-box > * {
  padding: 1em 2.25em;
}

@media screen and (max-width: 639px) {
  .page-homepage .site-content .content-extend .event-box > * {
    padding: 1em 1.5em;
  }
}

.page-homepage .site-content .content-extend .event-box-head {
  color: #fff;
  /*background: #0261a2 url("../img/shading-overlay.gif");
	background-blend-mode: multiply;*/
  background: #0261a2 url('../img/overlay-big.jpg');
  background-size: cover;
  -webkit-border-radius: 0.4em 0.4em 0 0;
  border-radius: 0.4em 0.4em 0 0;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 0.2em) 0,
    calc(100% - 3.75em) 100%,
    0% 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - 0.2em) 0,
    calc(100% - 3.75em) 100%,
    0% 100%
  );
}

/*@media screen and (max-width: 1599px) {
	.page-homepage .site-content .content-extend .event-box-head {
		background-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.page-homepage .site-content .content-extend .event-box-head {
		background-size: 10px;
	}
}*/

.page-homepage .site-content .content-extend .event-box-head > * {
  font-size: 1.65em;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-extend .event-box-head > * {
    font-size: 1.5em;
  }
}

.page-homepage .site-content .content-extend .list-event {
  margin: 0.5em 0 1.5em;
}

.page-homepage .site-content .content-extend .list-event li {
  margin-bottom: 0.5em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #77716c;
}

.page-homepage .site-content .content-extend .list-event .date {
  font-size: 1.2em;
  font-weight: 700;
  color: #8e8e8d;
}

.page-homepage .site-content .content-extend .list-event .name {
  font-size: 0.9em;
  font-weight: 700;
  color: #025c99;
}

@media screen and (max-width: 1599px) {
  .page-homepage .site-content .content-extend .list-event .name {
    font-size: 1em;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-extend .list-event .name {
    font-size: 1.2em;
  }
}

.page-homepage .site-content .content-extend .list-event .excerpt {
  font-size: 0.65em;
}

@media screen and (max-width: 1599px) {
  .page-homepage .site-content .content-extend .list-event .excerpt {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 991px) {
  .page-homepage .site-content .content-extend .list-event .excerpt {
    font-size: 1em;
  }
}

.page-homepage .site-content .content-extend .list-event .excerpt > * {
  margin-bottom: 0.5em;
}

.page-homepage .site-content .content-extend .list-event .more-link {
  font-weight: 700;
  text-decoration: none;
  color: #025c99;
}

.page-homepage .site-content .content-extend .list-event .more-link:before {
  content: '\003e\00a0';
}
/*-----------------------------------------------------------------------------------*/
/* Specified Content
/*-----------------------------------------------------------------------------------*/
.site-content .table-administration tr > *:not(:nth-child(2)) {
  white-space: nowrap;
}

.site-content .table-commissioners tr > *:last-child {
  width: 23%;
}

.site-content .table-customer-service tr > *:last-child {
  width: 25%;
}

.site-content .table-economic-development tr > *:not(:nth-child(2)) {
  white-space: nowrap;
}

.site-content .section-affiliations {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #cdcece;
}

.site-content .section-affiliations .container {
  position: relative;
}

.site-content .section-affiliations .container:before,
.site-content .section-affiliations .container:after {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: -16.66666667%;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .site-content .section-affiliations .container:before,
  .site-content .section-affiliations .container:after {
    left: -20%;
    right: -20%;
  }
}

@media screen and (max-width: 767px) {
  .site-content .section-affiliations .container:before,
  .site-content .section-affiliations .container:after {
    position: static;
    display: table;
  }
}

.site-content .section-affiliations .container:before {
  /*background: url("../img/shading-overlay.gif");
	mix-blend-mode: multiply;*/
  background: #0261a2 url('../img/grey-shadow.jpg');
  background-size: cover;
}

/*@media screen and (max-width: 1599px) {
	.site-content .section-affiliations .container:before {
		background-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.site-content .section-affiliations .container:before {
		background-size: 10px;
	}
}*/

.site-content .section-affiliations .container:after {
  background: #5f6162;
  background-image: url('../img/section-bottom-shadow.png'),
    url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.5%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E'),
    url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.25%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
  background-position: -100px 0, 0 0, 0 100%;
  background-size: auto, 5em, 15em;
  background-repeat: no-repeat, repeat-x, repeat-x;
  background-blend-mode: multiply;
  z-index: -2;
}

@media screen and (max-width: 1599px) {
  .site-content .section-affiliations .container:after {
    background-position: -75px 0, 0 0, 0 100%;
    background-size: 450px, 5em, 15em;
  }
}

@media screen and (max-width: 991px) {
  .site-content .section-affiliations .container:after {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.5%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E'),
      url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.25%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0, 0 100%;
    background-size: 5em, 15em;
    background-repeat: repeat-x, repeat-x;
  }
}

.site-content .section-affiliations .section-title {
  font-size: 2.36em;
  color: #fff;
}

.site-content .section-affiliations .content-entry {
  padding-left: 46.42857143%;
  font-size: 1em;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .site-content .section-affiliations .content-entry {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .site-content .section-affiliations .content-entry {
    padding-left: 0 !important;
  }

  .site-content .section-affiliations .content-entry:before,
  .site-content .section-affiliations .content-entry:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: -1em;
    z-index: -1;
  }

  .site-content .section-affiliations .content-entry:before {
    /*background: url("../img/shading-overlay.gif");
		background-size: 10px;
		mix-blend-mode: multiply;*/
    background: #0261a2 url('../img/grey-shadow.jpg');
    background-size: cover;
  }

  .site-content .section-affiliations .content-entry:after {
    background: #5f6162;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.5%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E'),
      url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22gradient%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20stop-opacity%3D%220.25%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23gradient)%22%20%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0, 0 100%;
    background-size: 5em, 15em;
    background-repeat: repeat-x, repeat-x;
    background-blend-mode: multiply;
    z-index: -2;
  }
}

@media screen and (max-width: 767px) and (min-width: 640px) {
  .site-content .section-affiliations .content-entry:before,
  .site-content .section-affiliations .content-entry:after {
    left: -35px;
    right: -35px;
  }
}

.site-content .section-affiliations .content-image {
  width: 47.85714286%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  z-index: 1;
  -webkit-mask-image: url('../img/mask-image-main-bottom.png');
  mask-image: url('../img/mask-image-main-bottom.png');
  -webkit-mask-position: 100% 40%;
  mask-position: 100% 40%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

@media screen and (max-width: 1599px) {
  .site-content .section-affiliations .content-image {
    width: 48.57142857%;
    left: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .site-content .section-affiliations .content-image {
    width: 44.28571429%;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .site-content .section-affiliations .content-image {
    width: auto !important;
    height: auto;
    padding-top: 60%;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 640px) {
  .site-content .section-affiliations .content-image {
    margin-left: -35px;
    margin-right: -35px;
    padding-top: 50%;
  }
}

.site-content .section-affiliations .content-image:before {
  content: '';
  display: block;
  width: 50%;
  background: url('../img/mask-out-image-about-us.png') 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 1599px) {
  .site-content .section-affiliations .content-image:before {
    background-size: auto 525px;
  }
}

@media screen and (max-width: 1199px) {
  .site-content .section-affiliations .content-image:before {
    display: none;
  }
}

.site-content .section-affiliations .content-image img {
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .site-content .section-affiliations .content-image img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .site-content .section-affiliations .content-image img {
    width: 100%;
    height: auto;
  }
}

.site-content .section-mission-statement {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.site-content .section-mission-statement .section-title {
  font-size: 2em;
}

.site-content .section-mission-statement .content-entry {
  font-size: 1.18em;
}

@media screen and (max-width: 991px) {
  .site-content .section-mission-statement .content-entry {
    font-size: 1em;
  }
}

/* Popup box BEGIN */
.hover_bkgr_fricc,
.hover_bkgr_fricction {
  background: rgba(0, 0, 0, 0.4);

  display: none;
  height: 100%;
  /*position:fixed;*/
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.hover_bkgr_fricc .helper,
.hover_bkgr_fricction .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.hover_bkgr_fricc > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 30%;
  min-height: 100px;
  vertical-align: top;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
  margin-top: 5%;
}

.hover_bkgr_fricction > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 90%;
  min-height: 100px;
  vertical-align: top;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
  text-align: left;
  margin-top: 5%;
}

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 17px;
  line-height: 27px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.popupCloseButton:hover {
  background-color: #ccc;
}
.trigger_popup_fricc,
.trigger_popup_fricction {
  cursor: pointer;
}
/* Popup box END */

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 3rem;
  background-color: rgba(215, 25, 32, 0.9);
  padding-left: 100%;
  box-sizing: content-box;
  z-index: 9999999999999999999;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1rem;
  color: white;
}

#slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}

#slideshow > div {
  position: absolute;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0 !important;
}

form.gsc-search-box,
table.gsc-search-box {
  margin: 0 !important;
}

table,
th,
td {
  border: 0 !important;
}

.gsc-input-box {
  height: 24px;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  border-color: #3b7abe !important;
  background-color: #3b7abe !important;
}

.gsib_a {
  padding: 0 !important;
}

.joblist {
}

.joblist li:before {
  content: '' !important;
  margin-bottom: 10px;
  font-weight: 900;
}

.custombutton-orange-wide {
  display: block;
  margin: 0 auto 0.5em;
  padding: 0.4em 0em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #f0941c;
  border: 0.1em solid #fff;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  width: 70%;
}

.custombutton-green-wide {
  display: block;
  margin: 0 auto 0.5em;
  padding: 0.4em 0em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #73a533;
  border: 0.1em solid #fff;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  width: 70%;
}

.custombutton-green {
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0.4em 0em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #73a533;
  border: 0.1em solid #fff;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  width: 44%;
  margin-right: 3%;
}

.custombutton-orange {
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0.4em 0em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #f0941c;
  border: 0.1em solid #fff;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  width: 44%;
  margin-right: 3%;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .page-employee-portal .site-content .content-main .section-middle .wrapper {
    margin-right: -9%;
  }
  .custombutton-orange,
  .custombutton-orange-wide,
  .custombutton-green {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 991px) {
  .page-employee-portal .site-content .content-main .section-middle .wrapper {
    margin-right: 0%;
  }
}

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

.no_bullet > li:before {
  content: '' !important;
}

.no_bullet li {
  height: 40px;
  padding-left: 44px !important;
  padding-top: 3px;
}

.pdf {
  background: url('../img/pdf-icon.png') no-repeat left top;
}

.xls {
  background: url('../img/excel-xls-icon.png') no-repeat left top;
}

.doc {
  background: url('../img/word-doc-icon.png') no-repeat left top;
}

/*ul.icon li.pdf:before { content: url("../img/pdf-icon.png"); }
ul.icon li.xls:before { content: "\e801"; }
ul.icon li.doc:before { content: "\e804"; }*/

.custombutton {
  display: block;
  margin: 0 0 0.5em;
  padding: 0.4em 1.6em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #73a533;
  border: 0.1em solid #fff;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
}

.custombutton2 {
  display: block;
  margin: 0 0 0.5em;
  padding: 0.4em 1.6em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #0160a0;
  border: 0.1em solid #fff;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.4);
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-blue {
  color: #0066b3;
}

.basic-green-btn {
  display: block;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  background-color: #73a533;
  padding: 5px 30px;
  border: none;
  color: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  transition: 250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.basic-green-btn:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.rate-box a {
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 992px) {
  .rate-wrapper {
    margin-left: 100px;
  }
}

.rate-box {
  width: 49%;
  padding: 80px 40px;
}

.page-rate-structure .divider {
  width: 1%;
}

.rate-box h4 {
  font-weight: 500;
}

.rate-box p {
  margin-bottom: 30px;
}

.gray-bg {
  background-color: #d9d9d9;
}

@media (max-width: 425px) {
  .rate-box {
    width: 100%;
  }
}

/*------This styles the pop ups for the rate structure page----*/
.popup {
  background-color: white;
  padding: 40px;
  width: auto;
  max-width: 610px;
  text-align: center;
  margin: 0 auto;
  display: flex;
}

.popup .mfp-close {
  position: relative;
}

.popup img {
  width: 80%;
}
