.hide-xs,
.hide-sm,
.hide-md,
.hide-lg,
.hide-xl,
.hide-hd {
  display: inherit; }

@media screen and (max-width: 450px) {
  .hide-xs {
    display: none !important; } }

@media screen and (min-width: 451px) and (max-width: 768px) {
  .hide-sm {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1020px) {
  .hide-md {
    display: none !important; } }

@media screen and (min-width: 1021px) and (max-width: 1260px) {
  .hide-lg {
    display: none !important; } }

@media screen and (min-width: 1261px) and (max-width: 1600px) {
  .hide-xl {
    display: none !important; } }

@media screen and (min-width: 1601px) {
  .hide-hd {
    display: none !important; } }

.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .row.reversed {
    flex-direction: row-reverse; }

.col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px 20px;
  margin: 0;
  vertical-align: top; }

.col.xs-0 {
  width: 0%; }

.col.xs-1 {
  width: 100%; }

.col.xs-1-2 {
  width: 50%; }

.col.xs-1-3 {
  width: 33.33334%; }

.col.xs-2-3 {
  width: 66.66666%; }

.col.xs-1-4 {
  width: 25%; }

.col.xs-3-4 {
  width: 75%; }

.col.xs-1-5 {
  width: 20%; }

.col.xs-2-5 {
  width: 40%; }

.col.xs-3-5 {
  width: 60%; }

.col.xs-4-5 {
  width: 80%; }

.col.xs-1-6 {
  width: 16.66667%; }

.col.xs-5-6 {
  width: 83.33333%; }

@media screen and (min-width: 451px) {
  .col.sm-0 {
    width: 0%; }
  .col.sm-1 {
    width: 100%; }
  .col.sm-1-2 {
    width: 50%; }
  .col.sm-1-3 {
    width: 33.33334%; }
  .col.sm-2-3 {
    width: 66.66666%; }
  .col.sm-1-4 {
    width: 25%; }
  .col.sm-3-4 {
    width: 75%; }
  .col.sm-1-5 {
    width: 20%; }
  .col.sm-2-5 {
    width: 40%; }
  .col.sm-3-5 {
    width: 60%; }
  .col.sm-4-5 {
    width: 80%; }
  .col.sm-1-6 {
    width: 16.66667%; }
  .col.sm-5-6 {
    width: 83.33333%; } }

@media screen and (min-width: 769px) {
  .col.md-0 {
    width: 0%; }
  .col.md-1 {
    width: 100%; }
  .col.md-1-2 {
    width: 50%; }
  .col.md-1-3 {
    width: 33.33334%; }
  .col.md-2-3 {
    width: 66.66666%; }
  .col.md-1-4 {
    width: 25%; }
  .col.md-3-4 {
    width: 75%; }
  .col.md-1-5 {
    width: 20%; }
  .col.md-2-5 {
    width: 40%; }
  .col.md-3-5 {
    width: 60%; }
  .col.md-4-5 {
    width: 80%; }
  .col.md-1-6 {
    width: 16.66667%; }
  .col.md-5-6 {
    width: 83.33333%; } }

@media screen and (min-width: 1021px) {
  .col.lg-0 {
    width: 0%; }
  .col.lg-1 {
    width: 100%; }
  .col.lg-1-2 {
    width: 50%; }
  .col.lg-1-3 {
    width: 33.33334%; }
  .col.lg-2-3 {
    width: 66.66666%; }
  .col.lg-1-4 {
    width: 25%; }
  .col.lg-3-4 {
    width: 75%; }
  .col.lg-1-5 {
    width: 20%; }
  .col.lg-2-5 {
    width: 40%; }
  .col.lg-3-5 {
    width: 60%; }
  .col.lg-4-5 {
    width: 80%; }
  .col.lg-1-6 {
    width: 16.66667%; }
  .col.lg-5-6 {
    width: 83.33333%; } }

@media screen and (min-width: 1261px) {
  .col.xl-0 {
    width: 0%; }
  .col.xl-1 {
    width: 100%; }
  .col.xl-1-2 {
    width: 50%; }
  .col.xl-1-3 {
    width: 33.33334%; }
  .col.xl-2-3 {
    width: 66.66666%; }
  .col.xl-1-4 {
    width: 25%; }
  .col.xl-3-4 {
    width: 75%; }
  .col.xl-1-5 {
    width: 20%; }
  .col.xl-2-5 {
    width: 40%; }
  .col.xl-3-5 {
    width: 60%; }
  .col.xl-4-5 {
    width: 80%; }
  .col.xl-1-6 {
    width: 16.66667%; }
  .col.xl-5-6 {
    width: 83.33333%; } }

@media screen and (min-width: 1601px) {
  .col.hd-0 {
    width: 0%; }
  .col.hd-1 {
    width: 100%; }
  .col.hd-1-2 {
    width: 50%; }
  .col.hd-1-3 {
    width: 33.33334%; }
  .col.hd-2-3 {
    width: 66.66666%; }
  .col.hd-1-4 {
    width: 25%; }
  .col.hd-3-4 {
    width: 75%; }
  .col.hd-1-5 {
    width: 20%; }
  .col.hd-2-5 {
    width: 40%; }
  .col.hd-3-5 {
    width: 60%; }
  .col.hd-4-5 {
    width: 80%; }
  .col.hd-1-6 {
    width: 16.66667%; }
  .col.hd-5-6 {
    width: 83.33333%; } }

.row.space0 {
  margin-left: 0px;
  margin-right: 0px; }
  .row.space0 > .col {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px; }

.row.space5 {
  margin-left: -5px;
  margin-right: -5px; }
  .row.space5 > .col {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px; }

.row.space10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row.space10 > .col {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; }

.row.space15 {
  margin-left: -15px;
  margin-right: -15px; }
  .row.space15 > .col {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px; }

.row.space20 {
  margin-left: -20px;
  margin-right: -20px; }
  .row.space20 > .col {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; }

.row.space25 {
  margin-left: -25px;
  margin-right: -25px; }
  .row.space25 > .col {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px; }

.row.space30 {
  margin-left: -30px;
  margin-right: -30px; }
  .row.space30 > .col {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }

.row.space35 {
  margin-left: -35px;
  margin-right: -35px; }
  .row.space35 > .col {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px; }

.row.space40 {
  margin-left: -40px;
  margin-right: -40px; }
  .row.space40 > .col {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px; }

.row.space45 {
  margin-left: -45px;
  margin-right: -45px; }
  .row.space45 > .col {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 45px; }

.row.space50 {
  margin-left: -50px;
  margin-right: -50px; }
  .row.space50 > .col {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px; }

@font-face {
  font-family: 'Barlow';
  src: url("../assets/fonts/Barlow-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url("../assets/fonts/Barlow-LightItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url("../assets/fonts/BarlowCondensed-Regular-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url("../assets/fonts/BarlowCondensed-SemiBold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url("../assets/fonts/BarlowCondensed-ExtraBold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'BarlowSemiBold';
  src: url("../assets/fonts/Barlow-SemiBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

html,
body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
  color: #000;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  letter-spacing: .005em;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 769px) {
    html,
    body {
      font-size: 16px; } }

ul,
li {
  position: relative;
  display: block; }

a,
a:visited {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer; }
  a:hover,
  a:visited:hover {
    text-decoration: underline; }

h1 {
  margin: -14px 0 39.33333px;
  color: #003764;
  font-size: 3em;
  font-family: 'BarlowSemiBold';
  line-height: 1.2; }

h2 {
  margin: 19.66667px 0;
  color: #003764;
  font-size: 2.4em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase; }

h3 {
  margin-bottom: 10px;
  color: #003764;
  font-size: 1.6em;
  line-height: 1;
  text-transform: uppercase; }

p {
  display: block;
  line-height: 1.3; }

img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  max-width: 100%;
  height: auto; }

.clearfix::after {
  display: table;
  clear: both;
  content: ''; }

.btn-more {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px 20px;
  background: #fff;
  color: #000;
  font-size: 1.2em;
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    .btn-more {
      font-size: 0.9em; } }
  .btn-more.highlighted {
    background: #003764;
    color: #fff; }

.container {
  position: relative;
  margin: auto;
  width: 84%;
  max-width: 1021px; }

section {
  position: relative;
  z-index: 2; }

.content-wrapper {
  padding-bottom: 39.33333px; }

.section-top {
  position: relative;
  width: 100%;
  height: 0;
  padding: 25% 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center; }
  .section-top > div {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%; }
  .section-top h2,
  .section-top p {
    display: block;
    max-width: 84%;
    margin: 0 auto;
    padding-bottom: 0;
    color: #fff;
    text-shadow: 1px 1px #000; }
  .section-top p {
    margin-bottom: 25px;
    line-height: 1; }

.date-time {
  color: #45763c;
  font-size: 0.8em; }
  .date-time b {
    text-transform: uppercase; }

.side-menu h2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 15px;
  background: #003764;
  color: #fff;
  text-align: left;
  text-transform: uppercase; }
  @media screen and (min-width: 769px) and (max-width: 1020px) {
    .side-menu h2 {
      font-size: 1em; } }
  @media screen and (min-width: 1021px) and (max-width: 1260px) {
    .side-menu h2 {
      font-size: 1.4em; } }
  @media screen and (min-width: 1261px) {
    .side-menu h2 {
      font-size: 1.8em; } }

.side-menu ul {
  display: block;
  border-left: 1px solid #000;
  padding-left: 15px; }
  .side-menu ul li {
    font-family: 'BarlowSemiBold';
    font-size: 1.2em; }

.simple-video {
  position: relative;
  z-index: 5; }
  .simple-video iframe {
    display: block;
    margin: auto;
    background: #000;
    box-shadow: 1px 1px 10px #000; }
    @media screen and (max-width: 450px) {
      .simple-video iframe {
        width: 213px !important;
        height: 120px !important; } }
    @media screen and (max-width: 768px) {
      .simple-video iframe {
        width: 320px !important;
        height: 180px !important; } }

.wysiwyg ul li,
.wysiwyg ol li {
  display: list-item;
  /*list-style-type: disc;*/
  margin-left: 20px;
  margin-bottom: 0; }
  .wysiwyg ul li li,
  .wysiwyg ol li li {
    margin-left: 20px; }

.wysiwyg ul br,
.wysiwyg ol br {
  display: none; }

ol li,
.wysiwyg ol li {
  /*list-style: decimal;*/ }

.wysiwyg span.wpcf7-form-control,
.wysiwyg span.wpcf7-form-control-wrap {
  display: inline; }

.wysiwyg a {
  text-decoration: underline; }
  .wysiwyg a.btn-more {
    text-decoration: none; }

.template-simple p {
  padding-bottom: 20px; }


.template-simple form label {
  display: block; }

.template-simple .wpcf7-form {
  margin-top: 0; }

.popup-form {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  display: none;
  width: 100%;
  height: 100%; }
  .popup-form:before {
    position: absolute;
    display: block;
    content: ' ';
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5; }
  .popup-form > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    padding: 39.33333px 59px;
    max-width: 90%;
    max-height: 90%;
    background: #fff;
    overflow-y: auto; }
  .popup-form h2 {
    margin: 0;
    text-align: left;
    text-transform: none; }
  .popup-form input[type='text'],
  .popup-form input[type='email'],
  .popup-form input[type='password'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 4px 6px;
    background: #fff; }
  .popup-form input[type='checkbox'] {
    display: inline-block;
    width: auto; }
  .popup-form input[type='submit'] {
    border: none;
    width: auto;
    background: #003764;
    color: #fff; }
  .popup-form p {
    margin-top: 10px;
    padding-bottom: 0; }
    .popup-form p.bottom {
      text-align: center; }
      .popup-form p.bottom a {
        font-weight: bold; }
    .popup-form p.login-username, .popup-form p.login-password, .popup-form p.login-submit {
      white-space: normal; }
  .popup-form a.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    font-size: 0; }
    .popup-form a.btn-close:before, .popup-form a.btn-close:after {
      position: absolute;
      display: block;
      content: ' ';
      left: 0;
      top: 50%;
      width: 100%;
      height: 2px;
      background: #2e2f2b; }
    .popup-form a.btn-close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 47% 50%;
      -moz-transform-origin: 47% 50%;
      -ms-transform-origin: 47% 50%;
      -o-transform-origin: 47% 50%;
      transform-origin: 47% 50%; }
    .popup-form a.btn-close:before {
      -webkit-transform: translateY(-50%) rotate(45deg);
      -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      -o-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      -webkit-transform-origin: 47% 50%;
      -moz-transform-origin: 47% 50%;
      -ms-transform-origin: 47% 50%;
      -o-transform-origin: 47% 50%;
      transform-origin: 47% 50%; }
  .popup-form.newsletter {
    /*    display: block;*/
    color: #000;
    text-align: center; }
    .popup-form.newsletter > div {
      width: 600px;
      max-width: 90%;
      background: #fff url("../assets/img/bg-newsletter.jpg") no-repeat center;
      background-size: cover; }
      .popup-form.newsletter > div > p {
        margin: 0;
        padding: 0;
        color: #003764;
        font-weight: bold;
        white-space: normal; }
    .popup-form.newsletter h2 {
      color: #1d9add;
      text-align: center;
      text-transform: uppercase; }
    .popup-form.newsletter h3 {
      margin-bottom: 25px;
      color: #003764;
      text-align: left;
      text-transform: none; }
    .popup-form.newsletter .news-splash-btn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      margin: 19.66667px 0;
      padding: 60px 19.66667px;
      color: #003764; }
      .popup-form.newsletter .news-splash-btn:hover {
        box-shadow: 1px 1px 10px #999;
        text-decoration: none; }
    .popup-form.newsletter > div p.bottom {
      padding-top: 25px; }
      .popup-form.newsletter > div p.bottom a {
        display: inline-block;
        padding-left: 35px;
        background: url("../assets/img/icon-twitter-black.png") no-repeat left center;
        background-size: contain; }
  .popup-form.login-form input[type='submit'] {
    margin: 0; }
  .popup-form.login-form .bottom {
    text-align: left; }

#mc_embed_signup #mc-embedded-subscribe-form {
  margin: 0;
  padding: 0; }
  #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
    min-height: auto; }
  #mc_embed_signup #mc-embedded-subscribe-form input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0; }
    #mc_embed_signup #mc-embedded-subscribe-form input[type='text'], #mc_embed_signup #mc-embedded-subscribe-form input[type='email'] {
      display: inline-block;
      width: calc(100% - 130px); }
    #mc_embed_signup #mc-embedded-subscribe-form input[type='submit'] {
      margin: 20px auto; }
    #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
      border: 1px solid #ce8904; }
  #mc_embed_signup #mc-embedded-subscribe-form .sub-arrow {
    border-left-color: #2e2f2b;
    border-bottom-color: #2e2f2b;
    margin-top: 7px; }
  #mc_embed_signup #mc-embedded-subscribe-form .expanded > .sub-arrow {
    border-left: none;
    border-bottom: none;
    border-right-color: #2e2f2b;
    border-top-color: #2e2f2b; }
  #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label {
    display: inline-block;
    width: 120px; }
  #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group.input-group label {
    display: inline-block;
    margin-left: 15px; }
  #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group.input-group ul {
    display: flex; }
    #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group.input-group ul li {
      width: 33.3336%; }
    #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group.input-group ul input {
      position: absolute;
      left: 0;
      top: 5px;
      display: inline-block;
      margin-right: 5px; }
  #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: right; }

.filter-form > div {
  width: 350px; }

.filter-form form {
  margin: 19.66667px 0; }
  .filter-form form input {
    margin-bottom: 5px;
    width: 100%; }

.filter-form .select-wrap {
  display: block;
  margin: 12px 0;
  width: 100%; }

.filter-form button {
  margin-top: 19.66667px; }

.header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 118px;
  padding-top: 19.66667px; }
  @media screen and (min-width: 1021px) {
    .header {
      padding: 0; } }
  .header.expanded {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    height: 100vh;
    background: #fff;
    overflow: auto; }
    @media screen and (min-width: 1021px) {
      .header.expanded {
        position: relative;
        height: 118px;
        background: none; } }
  .header .top-bar {
    position: relative;
    z-index: 5;
    float: right;
    display: inline-block;
    margin-right: 8%;
    width: 100px;
    text-align: right; }
    @media screen and (min-width: 1021px) {
      .header .top-bar {
        opacity: 1;
        margin-right: 0;
        width: 100%;
        height: auto;
        background: #e1e1e1; } }
    .header .top-bar .login {
      position: relative;
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 8px;
      vertical-align: middle;
      background: url("../assets/img/icon-login.png") no-repeat center;
      background-size: 100% auto;
      font-size: 0; }
      @media screen and (min-width: 1021px) {
        .header .top-bar .login {
          margin: 0 30px;
          width: 85px;
          height: 20px;
          background: none;
          font-size: 1em;
          line-height: 1.2;
          font-weight: bold;
          text-transform: uppercase; } }
    .header .top-bar a.search-toggle {
      display: inline-block;
      width: 22px;
      height: 22px;
      margin: 8px 0;
      vertical-align: middle;
      background: url("../assets/img/icon-search.png") no-repeat center;
      background-size: 100% auto;
      font-size: 0; }
      @media screen and (min-width: 1021px) {
        .header .top-bar a.search-toggle {
          display: none; } }
      .header .top-bar a.search-toggle.close {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 19;
        width: 100%;
        height: 100%;
        background: none; }
    .header .top-bar form {
      position: fixed;
      left: 0;
      top: 20px;
      z-index: 20;
      display: none;
      width: 100vw;
      height: 118px; }
      .header .top-bar form.shown {
        display: block;
        height: auto; }
      @media screen and (min-width: 1021px) {
        .header .top-bar form {
          position: relative;
          top: 0;
          display: inline-block;
          width: auto;
          height: auto; } }
    .header .top-bar input {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      margin: 0 auto;
      border: none;
      padding: 0 39.33333px 0 15px;
      width: 86%;
      height: 39.33333px;
      background: #fff;
      box-shadow: 1px 1px 3px #2e2f2b;
      font-size: 0.9em;
      font-style: italic; }
      @media screen and (min-width: 1021px) {
        .header .top-bar input {
          display: inline-block;
          width: 220px;
          height: 39.33333px;
          background: #efefef;
          box-shadow: none; } }
    .header .top-bar button {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      position: absolute;
      right: 8%;
      top: 0;
      display: block;
      width: 39.33333px;
      height: 39.33333px;
      background: url("../assets/img/icon-search.png") no-repeat center;
      background-size: 40% auto;
      cursor: pointer; }
      @media screen and (min-width: 1021px) {
        .header .top-bar button {
          right: 0; } }
  .header a.nav-toggle {
    position: absolute;
    left: 0;
    top: 7.86667px;
    z-index: 2;
    border-top: 4px solid #2e2f2b;
    border-bottom: 4px solid #2e2f2b;
    display: block;
    width: 35px;
    height: 18px;
    font-size: 0; }
    .header a.nav-toggle:after {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      width: 100%;
      height: 4px;
      background: #2e2f2b;
      content: '.';
      font-size: 0; }
    @media screen and (min-width: 1021px) {
      .header a.nav-toggle {
        display: none; } }
  .header > .container {
    z-index: 4; }
  .header a.logo-main {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
    position: relative;
    display: block;
    margin: auto;
    width: 120px;
    height: 40px;
    background: url("../assets/img/logo.png") no-repeat center;
    background-size: 100% auto;
    color: #003764;
    font-size: 0.6em;
    font-weight: bold;
    line-height: 1; }
    @media screen and (min-width: 1021px) {
      .header a.logo-main {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        display: inline-block;
        width: 150px;
        height: 50px;
        margin-top: 20px;
        font-size: 0.78em; } }
    .header a.logo-main b {
      font-size: 0; }
    .header a.logo-main span {
      position: absolute;
      left: 43%;
      top: 50%;
      display: block;
      width: 100%;
      margin-top: 5px;
      text-transform: uppercase; }
      .header a.logo-main span.modded {
        font-size: 2em; }
  .header nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    padding: 40px 0;
    opacity: 0;
    overflow: hidden;
    /* Submenu */ }
    @media screen and (min-width: 1021px) {
      .header nav {
        position: relative;
        z-index: 1;
        width: auto;
        height: auto;
        opacity: 1;
        overflow: visible; } }
    .header nav > ul {
      padding: 39.33333px 0; }
      @media screen and (min-width: 1021px) {
        .header nav > ul {
          padding: 0; } }
      .header nav > ul > li {
        position: relative;
        display: block;
        margin-bottom: 5px; }
        @media screen and (min-width: 1021px) {
          .header nav > ul > li {
            display: inline-block;
            border-right: 1px solid #000;
            margin-bottom: 0;
            padding: 0 6px; }
            .header nav > ul > li:last-child {
              border-right: none;
              padding-right: 0; } }
        .header nav > ul > li a {
          color: #1d9add;
          font-size: 2em;
          text-transform: uppercase;
          font-weight: bold; }
          @media screen and (min-width: 1021px) {
            .header nav > ul > li a {
              color: #003764;
              font-size: 1.1em; } }
          .header nav > ul > li a:hover {
            text-decoration: none; }
        .header nav > ul > li.current-menu-item > a,
        .header nav > ul > li.current_page_parent > a {
          font-weight: 800; }
    .header nav > ul > li > ul {
      display: none;
      padding: 15px 0; }
      @media screen and (min-width: 1021px) {
        .header nav > ul > li > ul {
          position: absolute;
          left: 6px;
          top: 100%;
          margin-top: 5px;
          padding: 0;
          background: #fff;
          box-shadow: 1px 1px 5px #2e2f2b;
          white-space: nowrap; }
          .header nav > ul > li > ul:before {
            position: absolute;
            display: block;
            content: ' ';
            left: 0;
            top: -5px;
            width: 100%;
            height: 5px; } }
      .header nav > ul > li > ul > li {
        position: relative; }
        .header nav > ul > li > ul > li a {
          display: block;
          padding: 5px 0;
          color: #003764;
          font-size: 1em;
          font-weight: normal;
          text-transform: none; }
          @media screen and (min-width: 1021px) {
            .header nav > ul > li > ul > li a {
              padding: 8px 15px; } }
        @media screen and (min-width: 1021px) {
          .header nav > ul > li > ul > li.current-menu-item a,
          .header nav > ul > li > ul > li:hover a {
            background: #efefef; } }
    @media screen and (max-width: 1020px) {
      .header nav > ul > li.expanded:after {
        position: absolute;
        display: block;
        content: ' ';
        top: 35px;
        left: -9.52381%;
        width: 119.04762%;
        height: 8px;
        box-shadow: 0 2px 1px #999; }
      .header nav > ul > li.expanded > ul {
        display: block; } }
    @media screen and (min-width: 1021px) {
      .header nav > ul > li:hover > ul,
      .header nav > ul > li.expanded:hover > ul {
        display: block; } }
  .header.expanded a.nav-toggle {
    border: none; }
    .header.expanded a.nav-toggle:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 47% 50%;
      -moz-transform-origin: 47% 50%;
      -ms-transform-origin: 47% 50%;
      -o-transform-origin: 47% 50%;
      transform-origin: 47% 50%; }
    .header.expanded a.nav-toggle:before {
      -webkit-transform: translateY(-50%) rotate(45deg);
      -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      -o-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      -webkit-transform-origin: 47% 50%;
      -moz-transform-origin: 47% 50%;
      -ms-transform-origin: 47% 50%;
      -o-transform-origin: 47% 50%;
      transform-origin: 47% 50%;
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      width: 100%;
      height: 4px;
      background: #2e2f2b;
      content: '.';
      font-size: 0; }
  .header.expanded nav {
    z-index: 1;
    opacity: 1;
    height: auto;
    overflow: visible; }

.sub-arrow {
  -webkit-transform: rotate(-45deg) translateX(50%) translateY(-50%);
  -moz-transform: rotate(-45deg) translateX(50%) translateY(-50%);
  -ms-transform: rotate(-45deg) translateX(50%) translateY(-50%);
  -o-transform: rotate(-45deg) translateX(50%) translateY(-50%);
  transform: rotate(-45deg) translateX(50%) translateY(-50%);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: absolute;
  right: 0;
  top: 24px;
  display: inline-block;
  border: 1px solid transparent;
  border-left: 1px solid #003764;
  border-bottom: 1px solid #003764;
  width: 12px;
  height: 12px;
  font-size: 0; }
  @media screen and (min-width: 1021px) {
    .sub-arrow {
      display: none; } }

.expanded > .sub-arrow {
  -webkit-transform: rotate(-45deg) translateX(0%) translateY(0%);
  -moz-transform: rotate(-45deg) translateX(0%) translateY(0%);
  -ms-transform: rotate(-45deg) translateX(0%) translateY(0%);
  -o-transform: rotate(-45deg) translateX(0%) translateY(0%);
  transform: rotate(-45deg) translateX(0%) translateY(0%);
  top: 22px;
  border: 1px solid transparent;
  border-right: 1px solid #003764;
  border-top: 1px solid #003764; }

.main-banner-wrap {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-top: -39.33333px;
  width: 100%;
  height: 0;
  padding: 50% 0;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .main-banner-wrap {
      padding: 20% 0;
      font-size: 0.88em; } }
  @media screen and (min-width: 1021px) {
    .main-banner-wrap {
      padding: 17% 0; } }
  .main-banner-wrap:before, .main-banner-wrap:after {
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    display: block;
    height: 0;
    content: '.';
    font-size: 0;
    visibility: hidden; }
  .main-banner-wrap:before {
    z-index: -1;
    top: 12%;
    width: 240%;
    padding: 28% 0; }
    @media screen and (min-width: 769px) {
      .main-banner-wrap:before {
        top: 15%;
        width: 140%;
        padding: 15% 0; } }
  .main-banner-wrap:after {
    z-index: 2;
    top: 70%;
    width: 350%;
    padding: 80% 0;
    opacity: 0.5; }
    @media screen and (min-width: 769px) {
      .main-banner-wrap:after {
        top: 55%;
        width: 140%;
        padding: 20% 0; } }
  .main-banner-wrap .main-banner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0; }
  .main-banner-wrap.img-ready:before, .main-banner-wrap.img-ready:after {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  .main-banner-wrap.img-ready .main-banner {
    opacity: 1; }
  .main-banner-wrap ul {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    .main-banner-wrap ul li {
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      -webkit-transform: translate(-50%, -80%);
      -moz-transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
      -o-transform: translate(-50%, -80%);
      transform: translate(-50%, -80%);
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      opacity: 0;
      z-index: -1; }
      .main-banner-wrap ul li.current {
        opacity: 1;
        z-index: 3; }
    .main-banner-wrap ul h1 {
      margin-bottom: 10px;
      font-family: 'Barlow';
      font-size: 2.8em;
      line-height: 0.9;
      text-transform: uppercase; }
      @media screen and (min-width: 769px) {
        .main-banner-wrap ul h1 {
          font-size: 4em; } }
    .main-banner-wrap ul p {
      font-family: 'BarlowSemiBold';
      font-size: 1.2em; }
      @media screen and (min-width: 769px) {
        .main-banner-wrap ul p {
          font-size: 1.6em; } }
    .main-banner-wrap ul h1,
    .main-banner-wrap ul p {
      max-width: 84%;
      margin: auto;
      color: #fff;
      text-shadow: 1px 1px 10px #000; }

.banner-style1 .main-banner-wrap:before {
  left: 26%; }
  @media screen and (min-width: 769px) {
    .banner-style1 .main-banner-wrap:before {
      left: 50%; } }

.banner-style1 .main-banner-wrap:after {
  left: -200%; }
  @media screen and (min-width: 769px) {
    .banner-style1 .main-banner-wrap:after {
      width: 200%;
      left: -110%;
      top: 64%; } }

.banner-style2 .main-banner-wrap:before {
  right: 26%; }
  @media screen and (min-width: 769px) {
    .banner-style2 .main-banner-wrap:before {
      right: 50%; } }

.banner-style2 .main-banner-wrap:after {
  right: -200%; }
  @media screen and (min-width: 769px) {
    .banner-style2 .main-banner-wrap:after {
      right: -130%;
      top: 40%;
      width: 240%;
      padding: 100% 0; } }

.banner-style3 .main-banner-wrap:before {
  top: 0;
  left: 26%; }
  @media screen and (min-width: 769px) {
    .banner-style3 .main-banner-wrap:before {
      left: 50%; } }

.banner-style3 .main-banner-wrap:after {
  left: -280%;
  top: 50%;
  padding: 140% 0;
  width: 480%; }
  @media screen and (min-width: 769px) {
    .banner-style3 .main-banner-wrap:after {
      left: -320%;
      top: 35%;
      padding: 60% 0; } }

.banner-style4 .main-banner-wrap:before {
  top: 0;
  right: 26%; }
  @media screen and (min-width: 769px) {
    .banner-style4 .main-banner-wrap:before {
      right: 50%; } }

.banner-style4 .main-banner-wrap:after {
  right: -280%;
  top: 50%;
  padding: 140% 0;
  width: 480%; }
  @media screen and (min-width: 769px) {
    .banner-style4 .main-banner-wrap:after {
      right: -320%;
      top: 35%;
      padding: 60% 0; } }

.banner-highlight1 .main-banner-wrap:before, .banner-highlight1 .main-banner-wrap:after {
  background: #003764; }

.banner-highlight2 .main-banner-wrap:before, .banner-highlight2 .main-banner-wrap:after {
  background: #1d9add; }

.banner-highlight3 .main-banner-wrap:before, .banner-highlight3 .main-banner-wrap:after {
  background: #ce8904; }

.banner-highlight4 .main-banner-wrap:before, .banner-highlight4 .main-banner-wrap:after {
  background: #45763c; }

.Advocacy .main-banner-wrap:before, .Advocacy .main-banner-wrap:after {
  background: #003764; }

.Trade .main-banner-wrap:before, .Trade .main-banner-wrap:after {
  background: #1d9add; }

.Insurance .main-banner-wrap:before, .Insurance .main-banner-wrap:after {
  background: #ce8904; }

.Fuel .main-banner-wrap:before, .Fuel .main-banner-wrap:after {
  background: #45763c; }

.after-banner {
  min-height: 39.33333px; }

.four-boxes-wrap {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .four-boxes-wrap {
      overflow-x: hidden;
      margin: -118px 0 0; } }

.four-boxes {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  display: block !important;
  margin: 78.66667px 0;
  height: 260px;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    .four-boxes {
      margin: 0;
      min-height: 118px;
      height: auto;
      font-size: 0.88em; } }
  .four-boxes > li {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: absolute;
    top: 0;
    height: 100%; }
    @media screen and (min-width: 769px) {
      .four-boxes > li {
        height: 240px; } }
    .four-boxes > li.current {
      -webkit-transform: scale(1, 1.2);
      -moz-transform: scale(1, 1.2);
      -ms-transform: scale(1, 1.2);
      -o-transform: scale(1, 1.2);
      transform: scale(1, 1.2); }
      @media screen and (min-width: 769px) {
        .four-boxes > li.current {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); } }
    .four-boxes > li > div {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      display: block;
      padding: 25px;
      height: 100%;
      background-color: #1d9add;
      color: #fff;
      overflow: hidden; }
      .four-boxes > li > div h2 {
        margin: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 15px;
        color: #fff;
        font-size: 1.6em;
        text-transform: uppercase;
        text-align: left;
        line-height: 1; }
        @media screen and (min-width: 769px) {
          .four-boxes > li > div h2 {
            font-size: 1.8em; } }
        .four-boxes > li > div h2 a:hover {
          text-decoration: none; }
      .four-boxes > li > div ul > li {
        margin-bottom: 10px; }
        .four-boxes > li > div ul > li a:hover {
          text-decoration: underline; }
    .four-boxes > li.current > div {
      box-shadow: 1px 1px 3px #333; }
      @media screen and (min-width: 769px) {
        .four-boxes > li.current > div {
          box-shadow: none; } }
    .four-boxes > li .btn-more {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translate(0, 125%);
      -moz-transform: translate(0, 125%);
      -ms-transform: translate(0, 125%);
      -o-transform: translate(0, 125%);
      transform: translate(0, 125%);
      z-index: -1;
      opacity: 0;
      color: #000;
      text-align: center; }
  .four-boxes > li:not(.current-page).is-single:hover {
    text-align: center; }
    .four-boxes > li:not(.current-page).is-single:hover > div {
      background-image: url("../assets/img/bg-box-hover.png");
      background-repeat: center;
      background-position: center;
      background-size: cover; }
      .four-boxes > li:not(.current-page).is-single:hover > div > div {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: calc(100% - 50px); }
    .four-boxes > li:not(.current-page).is-single:hover h2 {
      margin-bottom: 0;
      font-size: 2.5em;
      text-align: center; }
    .four-boxes > li:not(.current-page).is-single:hover ul {
      display: none; }
    .four-boxes > li:not(.current-page).is-single:hover .btn-more {
      -webkit-transform: translate(0, 100%);
      -moz-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
      -o-transform: translate(0, 100%);
      transform: translate(0, 100%);
      position: relative;
      top: -10px;
      z-index: 1;
      margin-bottom: 20px;
      opacity: 1; }
  .four-boxes > li.current-page > div:before {
    position: absolute;
    display: block;
    content: ' ';
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.45; }
  .four-boxes > li.current-page h2,
  .four-boxes > li.current-page ul {
    position: relative;
    z-index: 2; }

.template-home .four-boxes > li:nth-child(4n + 1) > div,
.Advocacy .four-boxes > li > div {
  background-color: #003764; }

.template-home .four-boxes > li:nth-child(4n + 2) > div,
.Trade .four-boxes > li > div {
  background-color: #1d9add; }

.template-home .four-boxes > li:nth-child(4n + 3) > div,
.Insurance .four-boxes > li > div {
  background-color: #ce8904; }

.template-home .four-boxes > li:nth-child(4n + 4) > div,
.Fuel .four-boxes > li > div {
  background-color: #45763c; }

.four-boxes-selectors {
  display: block;
  margin-top: 39.33333px;
  margin-bottom: 39.33333px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .four-boxes-selectors {
      margin-top: 157.33333px; }
      .four-boxes-selectors.less-than-five {
        height: 0;
        overflow: hidden; } }
  .four-boxes-selectors li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    display: inline-block;
    width: 40px;
    height: 8px;
    margin: 0 3px;
    background: #1d9add;
    cursor: pointer; }
    @media screen and (min-width: 769px) {
      .four-boxes-selectors li {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: 1px solid #003764;
        background: #fff; } }
    .four-boxes-selectors li.current {
      -webkit-transform: scaleY(1.2);
      -moz-transform: scaleY(1.2);
      -ms-transform: scaleY(1.2);
      -o-transform: scaleY(1.2);
      transform: scaleY(1.2);
      box-shadow: 0 1px 1px #666; }
      @media screen and (min-width: 769px) {
        .four-boxes-selectors li.current {
          -webkit-transform: scaleY(1);
          -moz-transform: scaleY(1);
          -ms-transform: scaleY(1);
          -o-transform: scaleY(1);
          transform: scaleY(1);
          background: #003764;
          box-shadow: none; } }
  @media screen and (min-width: 769px) {
    .four-boxes-selectors li:nth-child(4n + 2),
    .four-boxes-selectors li:nth-child(4n + 3),
    .four-boxes-selectors li:nth-child(4n + 4) {
      display: none; } }

.template-home .four-boxes-selectors li:nth-child(4n + 1) {
  background-color: #003764; }

.template-home .four-boxes-selectors li:nth-child(4n + 2) {
  background-color: #1d9add; }

.template-home .four-boxes-selectors li:nth-child(4n + 3) {
  background-color: #ce8904; }

.template-home .four-boxes-selectors li:nth-child(4n + 4) {
  background-color: #45763c; }

.four-boxes-btn-prev,
.four-boxes-btn-next {
  position: absolute;
  top: 50%;
  font-size: 6em;
  color: #fff;
  text-shadow: 1px 1px 5px #2e2f2b; }
  @media screen and (max-width: 768px) {
    .four-boxes-btn-prev,
    .four-boxes-btn-next {
      display: none; } }
  .four-boxes-btn-prev:hover,
  .four-boxes-btn-next:hover {
    text-decoration: none; }

.four-boxes-btn-prev {
  -webkit-transform: translateX(-100%) translateY(-90%) scaleX(0.5);
  -moz-transform: translateX(-100%) translateY(-90%) scaleX(0.5);
  -ms-transform: translateX(-100%) translateY(-90%) scaleX(0.5);
  -o-transform: translateX(-100%) translateY(-90%) scaleX(0.5);
  transform: translateX(-100%) translateY(-90%) scaleX(0.5);
  left: 0; }

.four-boxes-btn-next {
  -webkit-transform: translateX(100%) translateY(-90%) scaleX(0.5);
  -moz-transform: translateX(100%) translateY(-90%) scaleX(0.5);
  -ms-transform: translateX(100%) translateY(-90%) scaleX(0.5);
  -o-transform: translateX(100%) translateY(-90%) scaleX(0.5);
  transform: translateX(100%) translateY(-90%) scaleX(0.5);
  right: 0; }

.template-home section.preview-events {
  position: relative;
  margin-bottom: -1px;
  font-size: 1em; }
  @media screen and (min-width: 1021px) {
    .template-home section.preview-events {
      margin-top: -39.33333px; } }
  @media screen and (min-width: 1261px) {
    .template-home section.preview-events {
      margin-top: -78.66667px; } }

.template-home .preview-jobs .section-top {
  background-image: url("../assets/img/bg-preview-jobs.jpg"); }
  @media screen and (min-width: 769px) {
    .template-home .preview-jobs .section-top {
      padding: 9.7% 0; } }

.template-home .preview-jobs .content {
  padding: 39.33333px 0 0; }

.template-home .preview-jobs h3,
.template-home .preview-jobs h4 {
  color: #003764;
  text-transform: capitalize; }

.template-home .preview-jobs h4 {
  font-weight: 500; }

.template-home .preview-jobs span {
  color: #45763c;
  font-size: 0.8em; }

.template-home p {
  margin-top: 0;
  margin-bottom: 10px; }

@media screen and (min-width: 769px) {
  .template-about h2 {
    text-align: left; }
  .template-about .middle h2 {
    text-align: center; } }

.template-about .middle .col h3 {
  margin: 19.66667px 0 0;
  text-transform: none;
  text-align: center; }

.template-about .middle .col p {
  margin: 19.66667px 0;
  text-align: center; }

.template-about .bottom {
  border-top: 1px solid #000; }

.template-about .row {
  margin: 39.33333px 0; }

.template-about .members-map img {
  display: block;
  margin: auto;
  max-width: 400px; }

.template-about .expandable {
  margin: 0;
  padding: 0; }
  .template-about .expandable ol {
    list-style-type: decimal; }
    .template-about .expandable ol li {
      display: list-item;
      list-style-position: inside; }

.members-map ol li a {
  text-decoration: underline; }

.template-contact .row h2 {
  text-align: left; }

.template-contact .wpcf7-form {
  margin-top: 0; }

.template-contact input[type='text'],
.template-contact input[type='email'],
.template-contact input[type='date'],
.template-contact select,
.template-contact textarea,
.template-contact .select-wrap {
  max-width: 400px; }

form label span.label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 120px;
  font-weight: bold;
  vertical-align: top; }
  form label span.label i {
    color: #891212; }

input[type='text'],
input[type='email'],
input[type='date'],
select,
textarea,
.select-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  border: 1px solid #888;
  padding: 4px 8px;
  width: calc(100% - 130px);
  height: 30px;
  resize: vertical; }

textarea {
  height: 180px; }

input[type='submit'] {
  display: block;
  margin-top: 20px;
  margin-left: 120px;
  padding: 3px 20px;
  background: #003764;
  color: #fff;
  font-size: 1.2em;
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    input[type='submit'] {
      font-size: 0.9em; } }

select {
  display: none; }

.select-wrap {
  position: relative;
  margin-bottom: -12px;
  vertical-align: top; }
  .select-wrap span {
    display: block;
    width: 100%;
    height: 22px;
    cursor: pointer;
    line-height: 1.2;
    overflow: hidden; }
  .select-wrap ul {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    left: -1px;
    bottom: -1px;
    display: none;
    border: 1px solid #888;
    border-top: none;
    width: 100%;
    background: #fff;
    max-height: 180px;
    overflow-y: auto; }
    .select-wrap ul li {
      border-bottom: 1px solid #888;
      padding: 4px 8px;
      height: 20px;
      background: #fff;
      cursor: pointer;
      overflow: hidden; }
      .select-wrap ul li:last-child {
        border: none; }
      .select-wrap ul li:hover {
        background: #003764;
        color: #fff; }
  .select-wrap.expanded {
    position: relative;
    z-index: 2; }
    .select-wrap.expanded ul {
      display: block; }
  .select-wrap .sub-arrow {
    right: 14px;
    margin-top: 2px;
    zoom: 0.7;
    cursor: pointer; }
    @media screen and (min-width: 1021px) {
      .select-wrap .sub-arrow {
        display: block; } }

input[type='date'] {
  width: calc((100% - 130px)/2);
  resize: none; }

input[name='time'] {
  margin-left: 5px;
  width: calc((100% - 130px)/2 - 5px); }

.wpcf7-response-output,
.wpcf7-not-valid-tip,
.captcha {
  border: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 769px) {
    .wpcf7-response-output,
    .wpcf7-not-valid-tip,
    .captcha {
      margin-left: 120px; } }

.template-search .top input[type='text'] {
  margin-right: 10px;
  max-width: 200px; }

.template-search .top h3 {
  margin: 39.33333px 0;
  text-transform: none; }

.template-search form > div {
  position: relative;
  border: 1px solid #2e2f2b;
  margin: 39.33333px 0;
  padding: 39.33333px; }
  .template-search form > div > span {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 39.33333px;
    top: 0;
    display: block;
    background: #fff; }
  .template-search form > div .select-wrap {
    display: inline-block;
    width: auto;
    min-width: 200px; }
  .template-search form > div label {
    position: relative;
    display: inline-block;
    margin-right: 35px; }
  .template-search form > div input[type='radio'],
  .template-search form > div input[type='checkbox'] {
    position: absolute;
    right: 100%;
    top: 5px;
    margin-right: 5px; }

.template-search ul.expandable {
  margin-top: 0; }

.wpcf7-form {
  margin-top: -80px; }

.wpcf7-form-control-wrap {
  height: 80px;
  overflow: hidden; }

.expandable.staff .preview {
  height: 164px;
  padding-left: 164px; }
  .expandable.staff .preview .profile {
    position: absolute;
    left: 0;
    top: 0;
    width: 135.3px;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

@media screen and (min-width: 769px) {
  .switch-tabs li.search {
    float: right; } }

.staff .details > div {
  margin-bottom: 39.33333px; }

.preview-events .section-top {
  background-image: url("../assets/img/bg-preview-events.jpg"); }
  @media screen and (min-width: 769px) {
    .preview-events .section-top {
      padding: 16.6% 0; } }

.preview-events .content {
  background: #000;
  color: #003764; }
  .preview-events .content > .container > .row {
    position: relative; }
    .preview-events .content > .container > .row > .col.md-1-2 {
      margin-bottom: 8px;
      padding-bottom: 0; }
    @media screen and (min-width: 769px) {
      .preview-events .content > .container > .row {
        top: -39.33333px; } }

.preview-events li {
  margin-bottom: 8px;
  overflow: hidden; }
  .preview-events li:last-child {
    margin-bottom: 0; }

.preview-events .preview {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px 10px 97px;
  min-height: 82px;
  background: #ebebeb; }
  .preview-events .preview > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .preview-events .preview > a:hover {
      text-decoration: none; }
    .preview-events .preview > a p {
      margin-top: 0;
      padding-bottom: 0; }

.preview-events h3 {
  margin-bottom: 5px;
  color: #1d9add; }
  @media screen and (min-width: 769px) {
    .preview-events h3 {
      font-size: 1.4em; } }

.preview-events.featured {
  position: relative;
  background: #ebebeb;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .preview-events.featured {
      height: 100%;
      min-height: 442px;
      overflow: hidden; } }
  .preview-events.featured a:hover {
    text-decoration: none; }
  @media screen and (min-width: 769px) {
    .preview-events.featured .event-date {
      height: 82px; } }
  .preview-events.featured .row {
    height: 100%; }
  .preview-events.featured .col {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .preview-events.featured .col:first-child {
      padding: 0; }
    .preview-events.featured .col:last-child {
      padding: 0 15px 0 97px; }
    @media screen and (min-width: 769px) {
      .preview-events.featured .col {
        height: 100%; }
        .preview-events.featured .col:last-child {
          padding: 0 15px; } }
    .preview-events.featured .col > div {
      padding: 15px 10px; }
    @media screen and (min-width: 769px) {
      .preview-events.featured .col h3 {
        font-size: 1.4em; } }
    .preview-events.featured .col p {
      display: block;
      margin-top: 0; }

.template-events .expandable.events > li .preview {
  padding-left: 97px; }
  @media screen and (min-width: 769px) {
    .template-events .expandable.events > li .preview {
      padding-left: 138px; } }
  .template-events .expandable.events > li .preview h3 {
    color: #1d9add;
    text-transform: uppercase; }

@media screen and (min-width: 769px) {
  .template-events .expandable.events .event-date {
    width: 123px;
    font-size: 1.2em; } }

.event-date {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 82px;
  height: 100%;
  background: #003764;
  color: #fff;
  text-align: center;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .event-date {
      font-size: 0.88em; } }
  .event-date p {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    padding: 0; }
  .event-date b {
    display: block;
    margin: auto;
    font-size: 3.4em;
    font-weight: 800;
    line-height: 0.7; }

.preview-news {
  position: relative;
  z-index: 1;
  margin-top: -39.33333px; }
  .preview-news .section-top {
    background-image: url("../assets/img/bg-preview-news.png"); }
    @media screen and (min-width: 769px) {
      .preview-news .section-top {
        padding: 13.9% 0; } }
    .preview-news .section-top > div {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
      top: auto;
      bottom: -1px;
      z-index: 2;
      height: 0;
      padding: 6% 0; }
      .preview-news .section-top > div:before {
        position: absolute;
        display: block;
        content: ' ';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url("../assets/img/overlay-preview-news.png") no-repeat center;
        background-size: cover;
        z-index: -1;
        opacity: 0.7; }
      @media screen and (min-width: 769px) {
        .preview-news .section-top > div {
          padding: 4.22% 0; } }
    .preview-news .section-top h2 {
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      left: 50%;
      bottom: 0; }
      @media screen and (min-width: 451px) {
        .preview-news .section-top h2 {
          bottom: 19.66667px; } }
      @media screen and (min-width: 1261px) {
        .preview-news .section-top h2 {
          bottom: 39.33333px; } }
  .preview-news .content {
    padding: 39.33333px 0; }
    .preview-news .content .col {
      margin-bottom: 39.33333px; }
  @media screen and (min-width: 769px) {
    .preview-news .lg-1-5 p {
      display: none; } }

.expandable.news .date-time {
  font-size: 0.7em; }

.expandable.news li .preview {
  padding-left: 30px; }
  .expandable.news li .preview:after {
    position: absolute;
    display: block;
    content: ' ';
    left: 0;
    top: 0;
    width: 15px;
    height: 100%; }

.expandable.news li.advocacy .preview:after {
  background: #003764; }

.expandable.news li.trade .preview:after {
  background: #1d9add; }

.expandable.news li.insurance .preview:after {
  background: #ce8904; }

.expandable.news li.fuel .preview:after {
  background: #45763c; }

.container.after-banner .expandable {
  margin-top: -78.66667px; }

.expandable {
  margin-bottom: 39.33333px;
  font-size: 0.8em; }
  @media screen and (min-width: 769px) {
    .expandable {
      margin-top: 39.33333px;
      font-size: 1em; } }
  .expandable li {
    margin-bottom: 10px; }
    .expandable li .preview {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      padding: 10px 15px;
      padding-right: 45px;
      min-height: 82px;
      background: #ebebeb; }
      @media screen and (min-width: 769px) {
        .expandable li .preview {
          padding-right: 90px;
          min-height: 123px; } }
      .expandable li .preview h3 {
        margin-bottom: 5px;
        color: #003764;
        text-transform: none; }
      .expandable li .preview > a {
        padding-right: 45px; }
        @media screen and (min-width: 769px) {
          .expandable li .preview > a {
            padding-right: 85px;
            width: auto; } }
        .expandable li .preview > a.centered {
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          top: 50%; }
        .expandable li .preview > a p {
          margin-top: 0;
          padding-bottom: 0;
          white-space: normal; }
          @media screen and (max-width: 768px) {
            .expandable li .preview > a p {
              width: 70%;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; } }
          @media screen and (min-width: 769px) {
            .expandable li .preview > a p {
              font-size: 0.8em; } }
      .expandable li .preview a:hover {
        text-decoration: none; }
  .expandable .more,
  .expandable .less {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    text-align: right; }
    @media screen and (min-width: 769px) {
      .expandable .more,
      .expandable .less {
        width: 80px; } }
    .expandable .more span,
    .expandable .less span {
      display: none; }
      @media screen and (min-width: 769px) {
        .expandable .more span,
        .expandable .less span {
          display: inline;
          font-size: 0.65em;
          vertical-align: middle; } }
    .expandable .more button,
    .expandable .less button {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      display: inline-block;
      width: 18px;
      height: 18px;
      background: #003764;
      color: #fff;
      font-size: 0.9em;
      line-height: 0.9;
      text-align: center;
      vertical-align: middle;
      cursor: pointer; }
      @media screen and (min-width: 769px) {
        .expandable .more button,
        .expandable .less button {
          padding: 0 0 1px 1px; } }
  .expandable .less,
  .expandable .details {
    display: none; }
  .expandable .expanded {
    height: auto; }
    .expandable .expanded .more {
      display: none; }
    .expandable .expanded .less {
      display: block; }
    .expandable .expanded .details {
      display: block; }
  .expandable .details {
    padding: 19.66667px 0; }
    @media screen and (min-width: 769px) {
      .expandable .details {
        padding: 39.33333px 0; } }
    .expandable .details img {
      margin-bottom: 19.66667px; }
    .expandable .details .intro {
      display: block;
      border-bottom: 1px solid #000;
      padding-bottom: 19.66667px; }
      @media screen and (min-width: 769px) {
        .expandable .details .intro {
          margin-bottom: 39.33333px;
          padding-bottom: 39.33333px; } }
    .expandable .details .bottom {
      padding-top: 19.66667px; }
      @media screen and (min-width: 769px) {
        .expandable .details .bottom {
          padding-top: 0; }
          .expandable .details .bottom .col {
            padding-bottom: 0; } }
      .expandable .details .bottom .col > div {
        padding-bottom: 19.66667px; }
        @media screen and (min-width: 769px) {
          .expandable .details .bottom .col > div:last-child {
            padding-bottom: 0; } }
      .expandable .details .bottom .btn-more {
        margin-bottom: 25px; }
    .expandable .details h3 {
      color: #003764;
      text-transform: none; }

.pagination {
  margin: 19.66667px 0;
  text-align: center; }
  @media screen and (min-width: 451px) {
    .pagination .btn-more {
      display: none; } }
  .pagination li {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    color: #003764;
    text-align: center; }
    .pagination li.current {
      border-bottom: 1px solid #003764;
      font-weight: bold; }

.switch-tabs {
  position: relative;
  top: -98.33333px;
  z-index: 2;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .switch-tabs {
      text-align: left; } }
  .switch-tabs li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #e1e1e1; }
    @media screen and (min-width: 769px) {
      .switch-tabs li {
        background: #fff; } }
    .switch-tabs li.current {
      background: #003764;
      color: #fff; }
    .switch-tabs li a {
      padding: 3px 15px; }

footer {
  padding: 39.33333px 0;
  min-height: 236px;
  background: url("../assets/img/bg-footer.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 769px) {
    footer {
      text-align: left;
      font-size: 0.9em; } }
  footer .row li {
    position: relative; }
  footer h3 {
    margin-bottom: 10px;
    color: #fff; }
  footer .mid h3 {
    text-transform: none; }
  footer .sub-arrow {
    top: 19px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 10px;
    height: 10px; }
  footer .expanded > .sub-arrow {
    top: 16px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff; }
  footer .subnav {
    display: none; }
  footer .expanded > .subnav {
    display: block; }
  @media screen and (min-width: 769px) {
    footer .sub-arrow {
      display: none; }
    footer .subnav {
      display: block; } }

a.icon-twitter {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url("../assets/img/icon-twitter.png") no-repeat center;
  background-size: contain;
  font-size: 0; }
/*# sourceMappingURL=style.css.map */
