@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
svg:not(:root) {
  overflow: hidden;
}
.header-first-row button, .header-first-row input, .header-second-row button, .header-second-row input {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
.header-first-row button, .header-first-row input, .header-second-row button, .header-second-row input {
  /* 1 */
  overflow: visible;
}
.header-first-row button, .header-second-row button {
  /* 1 */
  text-transform: none;
}
.header-first-row button, .header-second-row button, .header-first-row [type="submit"], .header-second-row [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
.header-first-row button::-moz-focus-inner, .header-second-row button::-moz-focus-inner, .header-first-row [type="submit"]::-moz-focus-inner, .header-second-row [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
.header-first-row button:-moz-focusring, .header-second-row button:-moz-focusring, .header-first-row [type="submit"]:-moz-focusring, .header-second-row [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
body {
  line-height: 1.46;
  background-color: #ffffff;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #101010;
}

main,
article,
.entry-content {
  box-sizing: border-box;
  width: 100%;
}
.entry-meta {
  margin-bottom: 12px;
  font-size: 0.8em;
}
ul[id^="menu"] {
  box-sizing: border-box;
  padding: 0;
  list-style: none;
}
ul[id^="menu"] .sub-menu {
  list-style: none;
}
body:not(.has-sidebar) .content-area {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media  all and (max-width: 957px ) {
  body:not(.has-sidebar) .content-area > * {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-content {
  min-height: 70vh;
}
.has-sidebar .site-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  clear: both;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 12px;
  width: 1300px;
}
@media  all and (max-width: 957px ) {
  .has-sidebar .site-content > * {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media  all and (max-width: 1299px ) {
  .has-sidebar .site-content {
    width: 1129px;
    box-sizing: border-box;
  }
}
@media  all and (max-width: 1128px ) {
  .has-sidebar .site-content {
    width: 958px;
    box-sizing: border-box;
  }
}
@media  all and (max-width: 957px ) {
  .has-sidebar .site-content {
    width: 768px;
    box-sizing: border-box;
  }
}
@media  all and (max-width: 767px ) {
  .has-sidebar .site-content {
    width: 100vw;
    box-sizing: border-box;
  }
}
.has-sidebar .content-area {
  width: 75%;
  padding-right: 12px;
  box-sizing: border-box;
}
.has-sidebar .sidebar {
  width: 25%;
  box-sizing: border-box;
}
.has-sidebar #primary .container {
  box-sizing: border-box;
  padding: 0;
  width: auto;
}
.has-sidebar.admin-bar #primary .container {
  background: chartreuse;
}
@media  all and (max-width: 957px ) {
  .has-sidebar .content-area,
  .has-sidebar .sidebar {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
  }
  .has-sidebar #primary {
    margin-bottom: 24px;
  }
}
.has-sidebar-left #primary {
  order: 2;
}
@media  all and (max-width: 957px ) {
  .has-sidebar-left #primary {
    box-sizing: border-box;
    order: 1;
  }
}
.has-sidebar-left #secondary {
  box-sizing: border-box;
  order: 1;
}
@media  all and (max-width: 957px ) {
  .has-sidebar-left #secondary {
    box-sizing: border-box;
    order: 2;
  }
}
.has-sidebar-right #primary {
  box-sizing: border-box;
  order: 1;
}
.has-sidebar-right #secondary {
  box-sizing: border-box;
  order: 2;
}
.flexbox {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
@media  all and (max-width: 459px ) {
  .hidden-xxs {
    display: none !important;
  }
}
@media  all and (max-width: 767px ) {
  .hidden-xs {
    display: none !important;
  }
}
@media  all and (max-width: 957px ) {
  .hidden-sm {
    display: none !important;
  }
}
@media  all and (max-width: 1128px ) {
  .hidden-md {
    display: none !important;
  }
}
@media  all and (min-width: 768px ) {
  .only-xs {
    display: none !important;
  }
}
@media  all and (min-width: 958px ) {
  .only-sm {
    display: none !important;
  }
}
.entry-content p:first-child {
  margin-top: 0;
}
.entry-footer {
  padding: 12px 0;
  clear: both;
}
.widget {
  box-sizing: border-box;
  padding: 12px;
}
.widget ul {
  box-sizing: border-box;
  padding-left: 18px;
}
.widget h2 {
  margin-top: 0;
}
.widget:not(:last-child) {
  margin-bottom: 12px;
}
@media  all and (max-width: 767px ) {
  .widget {
    box-sizing: border-box;
    padding: 0;
  }
}
.small-text {
  font-size: 10px;
}
/**
 *
 * Printing Styles
 *
 */
@media  print {
  body {
    font-size: 12px;
  }
  .container {
    box-sizing: border-box;
    width: 100%;
  }
  .site-header,
  .site-footer,
  .sidebar,
  nav {
    display: none;
  }
}

/**
 * Thomasnet Webtraxs code
 * Hide Thomasnet image to not interfere with layout
 */
img[src*="webtraxs"] {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 24px 0 24px 24px;
}
.alignleft {
  float: left;
  margin: 24px 24px 24px 0;
}
a img.alignright {
  float: right;
  margin: 0 0 24px 24px;
}
a img.alignleft {
  float: left;
  margin: 5px 24px 24px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: transparent;
  border: none;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignleft {
  margin: 5px 24px 24px 0;
}
.wp-caption.alignright {
  margin: 5px 0 24px 24px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption,
p.wp-caption-text {
  text-align: left;
}
figcaption.wp-caption-text {
  padding: 6px 0;
  color: #2a2a2a;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  box-sizing: border-box;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  box-sizing: border-box;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.post-edit-link {
  box-sizing: border-box;
  display: block;
  margin: 12px 0;
}
.cat-links,
.tags-links {
  display: block;
  width: 100%;
}
.nav-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 36px 0;
  flex-wrap: wrap;
}
.previous-heading,
.next-heading {
  color: #1d1d1d;
  font-size: 0.8em;
  margin-bottom: 4px;
}
@font-face {
  font-family: "b2b-font";
  src: url("b2b-font.eot");
  src: url("b2b-font.eot?#iefix") format("embedded-opentype"), url("b2b-font.woff") format("woff"), url("b2b-font.ttf") format("truetype"), url("b2b-font.svg#b2b-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "b2b-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "b2b-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone-square:before {
  content: "\61";
}
.icon-phone:before {
  content: "\62";
}
.icon-search-1:before {
  content: "\64";
}
.icon-envelope-o:before {
  content: "\63";
}
.icon-envelope:before {
  content: "\65";
}
.icon-envelope-square:before {
  content: "\66";
}
.icon-mail:before {
  content: "\67";
}
.icon-mail-1:before {
  content: "\68";
}
.icon-facebook:before {
  content: "\69";
}
.icon-facebook-official:before {
  content: "\6a";
}
.icon-facebook-square:before {
  content: "\6b";
}
.icon-twitter-square:before {
  content: "\6c";
}
.icon-twitter:before {
  content: "\6d";
}
.icon-google-plus-square:before {
  content: "\6e";
}
.icon-google-plus:before {
  content: "\6f";
}
.icon-social-google-plus:before {
  content: "\70";
}
.icon-youtube:before {
  content: "\71";
}
.icon-youtube-play:before {
  content: "\72";
}
.icon-youtube-square:before {
  content: "\73";
}
.icon-linkedin:before {
  content: "\74";
}
.icon-linkedin-square:before {
  content: "\75";
}
.icon-linkedin-alt:before {
  content: "\76";
}
.icon-file-text:before {
  content: "\77";
}
.icon-file-text-o:before {
  content: "\78";
}
.icon-angle-down:before {
  content: "\7a";
}
.icon-angle-left:before {
  content: "\41";
}
.icon-angle-right:before {
  content: "\42";
}
.icon-angle-up:before {
  content: "\43";
}
.icon-arrow-circle-down:before {
  content: "\44";
}
.icon-arrow-circle-left:before {
  content: "\45";
}
.icon-arrow-circle-o-down:before {
  content: "\46";
}
.icon-arrow-circle-o-left:before {
  content: "\47";
}
.icon-arrow-circle-o-up:before {
  content: "\48";
}
.icon-arrow-circle-o-right:before {
  content: "\49";
}
.icon-arrow-circle-right:before {
  content: "\4a";
}
.icon-arrow-circle-up:before {
  content: "\4b";
}
.icon-arrow-down:before {
  content: "\4c";
}
.icon-arrow-left:before {
  content: "\4d";
}
.icon-arrow-right:before {
  content: "\4e";
}
.icon-arrow-up:before {
  content: "\4f";
}
.icon-chevron-circle-down:before {
  content: "\50";
}
.icon-chevron-circle-left:before {
  content: "\51";
}
.icon-chevron-circle-right:before {
  content: "\52";
}
.icon-chevron-circle-up:before {
  content: "\53";
}
.icon-chevron-down:before {
  content: "\54";
}
.icon-chevron-left:before {
  content: "\55";
}
.icon-chevron-right:before {
  content: "\56";
}
.icon-chevron-up:before {
  content: "\57";
}
.icon-check-square:before {
  content: "\58";
}
.icon-check-circle-o:before {
  content: "\59";
}
.icon-check-circle:before {
  content: "\5a";
}
.icon-check:before {
  content: "\30";
}
.icon-search-minus:before {
  content: "\31";
}
.icon-search-plus:before {
  content: "\32";
}
.icon-cancel-circled:before {
  content: "\35";
}
.icon-cancel-squared:before {
  content: "\36";
}
.icon-times:before {
  content: "\37";
}
.icon-stop:before {
  content: "\33";
}
.icon-trashcan:before {
  content: "\34";
}
.icon-widget:before {
  content: "\38";
}
.icon-plus:before {
  content: "\21";
}
.icon-plus-circle:before {
  content: "\22";
}
.icon-plus-square:before {
  content: "\23";
}
.icon-plus-square-o:before {
  content: "\24";
}
.icon-minus:before {
  content: "\25";
}
.icon-minus-circle:before {
  content: "\26";
}
.icon-minus-square:before {
  content: "\27";
}
.icon-minus-square-o:before {
  content: "\28";
}
.icon-photo:before {
  content: "\29";
}
.icon-print:before {
  content: "\2a";
}
.icon-print-1:before {
  content: "\2b";
}
.icon-print-2:before {
  content: "\2c";
}
.icon-grid:before {
  content: "\2d";
}
.icon-thumbnails:before {
  content: "\2e";
}
.icon-list:before {
  content: "\2f";
}
.icon-list-ul:before {
  content: "\3a";
}
.icon-th:before {
  content: "\3b";
}
.icon-th-large:before {
  content: "\3c";
}
.icon-th-list:before {
  content: "\3d";
}
.icon-arrows-expand:before {
  content: "\3e";
}
.icon-arrows-compress:before {
  content: "\3f";
}
.icon-arrows-in:before {
  content: "\40";
}
.icon-arrows-out:before {
  content: "\5b";
}
.icon-arrow-up-1:before {
  content: "\5e";
}
.icon-arrow-down-1:before {
  content: "\5f";
}
.icon-arrow-left-1:before {
  content: "\60";
}
.icon-arrow-right-1:before {
  content: "\7b";
}
.icon-archive:before {
  content: "\7c";
}
.icon-bookmark:before {
  content: "\7d";
}
.icon-book-bookmark:before {
  content: "\7e";
}
.icon-checkbox:before {
  content: "\5c";
}
.icon-map:before {
  content: "\e000";
}
.icon-shield:before {
  content: "\e001";
}
.icon-up-dir:before {
  content: "\e002";
}
.icon-share:before {
  content: "\e003";
}
.icon-share-alt:before {
  content: "\e004";
}
.icon-share-square:before {
  content: "\e005";
}
.icon-share-alt-square:before {
  content: "\e006";
}
.icon-share-square-o:before {
  content: "\e007";
}
.icon-list-1:before {
  content: "\e009";
}
.icon-menu:before {
  content: "\e00a";
}
.icon-bars:before {
  content: "\e008";
}
.icon-dropbox:before {
  content: "\e00b";
}
.icon-basket:before {
  content: "\79";
}
.icon-phone-1:before {
  content: "\e00d";
}
.icon-home:before {
  content: "\e00e";
}
.icon-instagram:before {
  content: "\e00c";
}
.icon-instagram-alt:before {
  content: "\e00f";
}
.icon-sign-out:before {
  content: "\39";
}
.icon-logout:before {
  content: "\5d";
}
.icon-times-circle:before {
  content: "\e010";
}
.icon-times-circle-o:before {
  content: "\e011";
}
.icon-link-external:before {
  content: "\e012";
}
.icon-link:before {
  content: "\e013";
}
.icon-info:before {
  content: "\e014";
}
.icon-issue-opened:before {
  content: "\e015";
}
.icon-question:before {
  content: "\e016";
}
.icon-info-1:before {
  content: "\e017";
}
.icon-loop:before {
  content: "\e018";
}
.icon-shopping-cart:before {
  content: "\e019";
}
.icon-cart-plus:before {
  content: "\e01a";
}
.icon-checklist:before {
  content: "\e01b";
}
.icon-clipboard-notes:before {
  content: "\e01c";
}
.icon-clipboard:before {
  content: "\e01d";
}
.icon-user:before {
  content: "\e01e";
}
.icon-user-1:before {
  content: "\e01f";
}
.icon-user-2:before {
  content: "\e020";
}
.icon-users:before {
  content: "\e021";
}
.icon-map-1:before {
  content: "\e022";
}
.icon-map-marker:before {
  content: "\e023";
}
.icon-map-o:before {
  content: "\e024";
}
.icon-map-pin:before {
  content: "\e025";
}
.icon-marker:before {
  content: "\e026";
}
.icon-pin:before {
  content: "\e027";
}
.icon-location:before {
  content: "\e028";
}
.icon-location-1:before {
  content: "\e029";
}
.icon-flag:before {
  content: "\e02a";
}
.icon-map-2:before {
  content: "\e02b";
}
.icon-map-pin-streamline:before {
  content: "\e02c";
}
.icon-globe:before {
  content: "\e02d";
}
.icon-caddie-shopping-streamline:before {
  content: "\e02e";
}
.icon-exclamation-triangle:before {
  content: "\e02f";
}
.icon-exclamation-circle:before {
  content: "\e030";
}
.icon-exclamation:before {
  content: "\e031";
}
.icon-info-circle:before {
  content: "\e032";
}
.icon-info-2:before {
  content: "\e033";
}
.icon-list-ol:before {
  content: "\e034";
}
.icon-search:before {
  content: "\e035";
}
.icon-trash:before {
  content: "\e036";
}
.icon-trash-o:before {
  content: "\e037";
}
.icon-wordpress:before {
  content: "\e038";
}
.icon-alert:before {
  content: "\e039";
}
.icon-heart:before {
  content: "\e03a";
}
.icon-location-2:before {
  content: "\e03b";
}
.icon-search-2:before {
  content: "\e03c";
}
.icon-alert-1:before {
  content: "\e03d";
}
.icon-clipboard-pencil:before {
  content: "\e03e";
}
.icon-x-circle:before {
  content: "\e03f";
}
.icon-x:before {
  content: "\e040";
}
.icon-trash-1:before {
  content: "\e041";
}
.icon-torso:before {
  content: "\e042";
}
.icon-torso-female:before {
  content: "\e043";
}
.icon-alert-2:before {
  content: "\e044";
}
.icon-attention:before {
  content: "\e045";
}
.icon-user-outline:before {
  content: "\e046";
}
.icon-user-3:before {
  content: "\e047";
}
.icon-man-people-streamline-user:before {
  content: "\e048";
}
.icon-external-link:before {
  content: "\e049";
}
.icon-external-link-square:before {
  content: "\e04a";
}
.icon-calendar:before {
  content: "\e04b";
}
.icon-calendar-check-o:before {
  content: "\e04c";
}
.icon-calendar-1:before {
  content: "\e04d";
}
.icon-calendar-2:before {
  content: "\e04e";
}
.icon-calendar-3:before {
  content: "\e04f";
}
.icon-phone-2:before {
  content: "\e050";
}
.icon-phone-3:before {
  content: "\e051";
}

.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-space-between {
  justify-content: space-between;
}
.container {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 12px;
  width: 1300px;
}
@media  all and (max-width: 1299px ) {
  .container {
    width: 1129px;
  }
}
@media  all and (max-width: 1128px ) {
  .container {
    width: 958px;
  }
}
@media  all and (max-width: 957px ) {
  .container {
    width: 768px;
  }
}
@media  all and (max-width: 767px ) {
  .container {
    width: 100vw;
  }
}
.half-container {
  box-sizing: border-box;
  width: 650px;
}
@media  all and (max-width: 1299px ) {
  .half-container {
    width: 564.5px;
  }
}
@media  all and (max-width: 1128px ) {
  .half-container {
    width: 479px;
  }
}
@media  all and (max-width: 957px ) {
  .half-container {
    width: 384px;
  }
}
@media  all and (max-width: 767px ) {
  .half-container {
    width: 100vw;
    max-width: 100%;
  }
}
.left-nav-body {
  box-sizing: border-box;
  width: calc(100% -  300px );
}
.left-nav-body .container {
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px;
}
.flex-row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.w-1 {
  box-sizing: border-box;
  width: calc( 1% -  12px );
}
.w-2 {
  box-sizing: border-box;
  width: calc( 2% -  12px );
}
.w-3 {
  box-sizing: border-box; width: calc( 3% -  12px );
}
.w-4 {
  box-sizing: border-box; width: calc( 4% -  12px );
}
.w-5 {
  box-sizing: border-box; width: calc( 5% -  12px );
}
.w-6 {
  box-sizing: border-box; width: calc( 6% -  12px );
}
.w-7 {
  box-sizing: border-box; width: calc( 7% -  12px );
}
.w-8 {
  box-sizing: border-box; width: calc( 8% -  12px );
}
.w-9 {
  box-sizing: border-box; width: calc( 9% -  12px );
}
.w-10 {
  box-sizing: border-box; width: calc( 10% -  12px );
}
.w-11 {
  box-sizing: border-box; width: calc( 11% -  12px );
}
.w-12 {
  box-sizing: border-box; width: calc( 12% -  12px );
}
.w-13 {
  box-sizing: border-box; width: calc( 13% -  12px );
}
.w-14 {
  box-sizing: border-box; width: calc( 14% -  12px );
}
.w-15 {
  box-sizing: border-box; width: calc( 15% -  12px );
}
.w-16 {
  box-sizing: border-box; width: calc( 16% -  12px );
}
.w-17 {
  box-sizing: border-box; width: calc( 17% -  12px );
}
.w-18 {
  box-sizing: border-box; width: calc( 18% -  12px );
}
.w-19 {
  box-sizing: border-box; width: calc( 19% -  12px );
}
.w-20 {
  box-sizing: border-box; width: calc( 20% -  12px );
}
.w-21 {
  box-sizing: border-box; width: calc( 21% -  12px );
}
.w-22 {
  box-sizing: border-box; width: calc( 22% -  12px );
}
.w-23 {
  box-sizing: border-box; width: calc( 23% -  12px );
}
.w-24 {
  box-sizing: border-box; width: calc( 24% -  12px );
}
.w-25 {
  box-sizing: border-box; width: calc( 25% -  12px );
}
.w-26 {
  box-sizing: border-box; width: calc( 26% -  12px );
}
.w-27 {
  box-sizing: border-box; width: calc( 27% -  12px );
}
.w-28 {
  box-sizing: border-box; width: calc( 28% -  12px );
}
.w-29 {
  box-sizing: border-box; width: calc( 29% -  12px );
}
.w-30 {
  box-sizing: border-box; width: calc( 30% -  12px );
}
.w-31 {
  box-sizing: border-box; width: calc( 31% -  12px );
}
.w-32 {
  box-sizing: border-box; width: calc( 32% -  12px );
}
.w-33 {
  box-sizing: border-box; width: calc( 33% -  12px );
}
.w-34 {
  box-sizing: border-box; width: calc( 34% -  12px );
}
.w-35 {
  box-sizing: border-box; width: calc( 35% -  12px );
}
.w-36 {
  box-sizing: border-box; width: calc( 36% -  12px );
}
.w-37 {
  box-sizing: border-box; width: calc( 37% -  12px );
}
.w-38 {
  box-sizing: border-box; width: calc( 38% -  12px );
}
.w-39 {
  box-sizing: border-box; width: calc( 39% -  12px );
}
.w-40 {
  box-sizing: border-box; width: calc( 40% -  12px );
}
.w-41 {
  box-sizing: border-box; width: calc( 41% -  12px );
}
.w-42 {
  box-sizing: border-box; width: calc( 42% -  12px );
}
.w-43 {
  box-sizing: border-box; width: calc( 43% -  12px );
}
.w-44 {
  box-sizing: border-box; width: calc( 44% -  12px );
}
.w-45 {
  box-sizing: border-box; width: calc( 45% -  12px );
}
.w-46 {
  box-sizing: border-box; width: calc( 46% -  12px );
}
.w-47 {
  box-sizing: border-box; width: calc( 47% -  12px );
}
.w-48 {
  box-sizing: border-box; width: calc( 48% -  12px );
}
.w-49 {
  box-sizing: border-box; width: calc( 49% -  12px );
}
.w-50 {
  box-sizing: border-box; width: calc( 50% -  12px );
}
.w-51 {
  box-sizing: border-box; width: calc( 51% -  12px );
}
.w-52 {
  box-sizing: border-box; width: calc( 52% -  12px );
}
.w-53 {
  box-sizing: border-box; width: calc( 53% -  12px );
}
.w-54 {
  box-sizing: border-box; width: calc( 54% -  12px );
}
.w-55 {
  box-sizing: border-box; width: calc( 55% -  12px );
}
.w-56 {
  box-sizing: border-box; width: calc( 56% -  12px );
}
.w-57 {
  box-sizing: border-box; width: calc( 57% -  12px );
}
.w-58 {
  box-sizing: border-box; width: calc( 58% -  12px );
}
.w-59 {
  box-sizing: border-box; width: calc( 59% -  12px );
}
.w-60 {
  box-sizing: border-box; width: calc( 60% -  12px );
}
.w-61 {
  box-sizing: border-box; width: calc( 61% -  12px );
}
.w-62 {
  box-sizing: border-box; width: calc( 62% -  12px );
}
.w-63 {
  box-sizing: border-box; width: calc( 63% -  12px );
}
.w-64 {
  box-sizing: border-box; width: calc( 64% -  12px );
}
.w-65 {
  box-sizing: border-box; width: calc( 65% -  12px );
}
.w-66 {
  box-sizing: border-box; width: calc( 66% -  12px );
}
.w-67 {
  box-sizing: border-box; width: calc( 67% -  12px );
}
.w-68 {
  box-sizing: border-box; width: calc( 68% -  12px );
}
.w-69 {
  box-sizing: border-box; width: calc( 69% -  12px );
}
.w-70 {
  box-sizing: border-box; width: calc( 70% -  12px );
}
.w-71 {
  box-sizing: border-box; width: calc( 71% -  12px );
}
.w-72 {
  box-sizing: border-box; width: calc( 72% -  12px );
}
.w-73 {
  box-sizing: border-box; width: calc( 73% -  12px );
}
.w-74 {
  box-sizing: border-box; width: calc( 74% -  12px );
}
.w-75 {
  box-sizing: border-box; width: calc( 75% -  12px );
}
.w-76 {
  box-sizing: border-box; width: calc( 76% -  12px );
}
.w-77 {
  box-sizing: border-box; width: calc( 77% -  12px );
}
.w-78 {
  box-sizing: border-box; width: calc( 78% -  12px );
}
.w-79 {
  box-sizing: border-box; width: calc( 79% -  12px );
}
.w-80 {
  box-sizing: border-box; width: calc( 80% -  12px );
}
.w-81 {
  box-sizing: border-box; width: calc( 81% -  12px );
}
.w-82 {
  box-sizing: border-box; width: calc( 82% -  12px );
}
.w-83 {
  box-sizing: border-box; width: calc( 83% -  12px );
}
.w-84 {
  box-sizing: border-box; width: calc( 84% -  12px );
}
.w-85 {
  box-sizing: border-box; width: calc( 85% -  12px );
}
.w-86 {
  box-sizing: border-box; width: calc( 86% -  12px );
}
.w-87 {
  box-sizing: border-box; width: calc( 87% -  12px );
}
.w-88 {
  box-sizing: border-box; width: calc( 88% -  12px );
}
.w-89 {
  box-sizing: border-box; width: calc( 89% -  12px );
}
.w-90 {
  box-sizing: border-box; width: calc( 90% -  12px );
}
.w-91 {
  box-sizing: border-box; width: calc( 91% -  12px );
}
.w-92 {
  box-sizing: border-box; width: calc( 92% -  12px );
}
.w-93 {
  box-sizing: border-box; width: calc( 93% -  12px );
}
.w-94 {
  box-sizing: border-box; width: calc( 94% -  12px );
}
.w-95 {
  box-sizing: border-box; width: calc( 95% -  12px );
}
.w-96 {
  box-sizing: border-box; width: calc( 96% -  12px );
}
.w-97 {
  box-sizing: border-box; width: calc( 97% -  12px );
}
.w-98 {
  box-sizing: border-box; width: calc( 98% -  12px );
}
.w-99 {
  box-sizing: border-box; width: calc( 99% -  12px );
}
@media  all and (max-width: 1128px ) {
  .w-1-md {
    box-sizing: border-box; width: calc( 1% -  12px );
  }
  .w-2-md {
    box-sizing: border-box; width: calc( 2% -  12px );
  }
  .w-3-md {
    box-sizing: border-box; width: calc( 3% -  12px );
  }
  .w-4-md {
    box-sizing: border-box; width: calc( 4% -  12px );
  }
  .w-5-md {
    box-sizing: border-box; width: calc( 5% -  12px );
  }
  .w-6-md {
    box-sizing: border-box; width: calc( 6% -  12px );
  }
  .w-7-md {
    box-sizing: border-box; width: calc( 7% -  12px );
  }
  .w-8-md {
    box-sizing: border-box; width: calc( 8% -  12px );
  }
  .w-9-md {
    box-sizing: border-box; width: calc( 9% -  12px );
  }
  .w-10-md {
    box-sizing: border-box; width: calc( 10% -  12px );
  }
  .w-11-md {
    box-sizing: border-box; width: calc( 11% -  12px );
  }
  .w-12-md {
    box-sizing: border-box; width: calc( 12% -  12px );
  }
  .w-13-md {
    box-sizing: border-box; width: calc( 13% -  12px );
  }
  .w-14-md {
    box-sizing: border-box; width: calc( 14% -  12px );
  }
  .w-15-md {
    box-sizing: border-box; width: calc( 15% -  12px );
  }
  .w-16-md {
    box-sizing: border-box; width: calc( 16% -  12px );
  }
  .w-17-md {
    box-sizing: border-box; width: calc( 17% -  12px );
  }
  .w-18-md {
    box-sizing: border-box; width: calc( 18% -  12px );
  }
  .w-19-md {
    box-sizing: border-box; width: calc( 19% -  12px );
  }
  .w-20-md {
    box-sizing: border-box; width: calc( 20% -  12px );
  }
  .w-21-md {
    box-sizing: border-box; width: calc( 21% -  12px );
  }
  .w-22-md {
    box-sizing: border-box; width: calc( 22% -  12px );
  }
  .w-23-md {
    box-sizing: border-box; width: calc( 23% -  12px );
  }
  .w-24-md {
    box-sizing: border-box; width: calc( 24% -  12px );
  }
  .w-25-md {
    box-sizing: border-box; width: calc( 25% -  12px );
  }
  .w-26-md {
    box-sizing: border-box; width: calc( 26% -  12px );
  }
  .w-27-md {
    box-sizing: border-box; width: calc( 27% -  12px );
  }
  .w-28-md {
    box-sizing: border-box; width: calc( 28% -  12px );
  }
  .w-29-md {
    box-sizing: border-box; width: calc( 29% -  12px );
  }
  .w-30-md {
    box-sizing: border-box; width: calc( 30% -  12px );
  }
  .w-31-md {
    box-sizing: border-box; width: calc( 31% -  12px );
  }
  .w-32-md {
    box-sizing: border-box; width: calc( 32% -  12px );
  }
  .w-33-md {
    box-sizing: border-box; width: calc( 33% -  12px );
  }
  .w-34-md {
    box-sizing: border-box; width: calc( 34% -  12px );
  }
  .w-35-md {
    box-sizing: border-box; width: calc( 35% -  12px );
  }
  .w-36-md {
    box-sizing: border-box; width: calc( 36% -  12px );
  }
  .w-37-md {
    box-sizing: border-box; width: calc( 37% -  12px );
  }
  .w-38-md {
    box-sizing: border-box; width: calc( 38% -  12px );
  }
  .w-39-md {
    box-sizing: border-box; width: calc( 39% -  12px );
  }
  .w-40-md {
    box-sizing: border-box; width: calc( 40% -  12px );
  }
  .w-41-md {
    box-sizing: border-box; width: calc( 41% -  12px );
  }
  .w-42-md {
    box-sizing: border-box; width: calc( 42% -  12px );
  }
  .w-43-md {
    box-sizing: border-box; width: calc( 43% -  12px );
  }
  .w-44-md {
    box-sizing: border-box; width: calc( 44% -  12px );
  }
  .w-45-md {
    box-sizing: border-box; width: calc( 45% -  12px );
  }
  .w-46-md {
    box-sizing: border-box; width: calc( 46% -  12px );
  }
  .w-47-md {
    box-sizing: border-box; width: calc( 47% -  12px );
  }
  .w-48-md {
    box-sizing: border-box; width: calc( 48% -  12px );
  }
  .w-49-md {
    box-sizing: border-box; width: calc( 49% -  12px );
  }
  .w-50-md {
    box-sizing: border-box; width: calc( 50% -  12px );
  }
  .w-51-md {
    box-sizing: border-box; width: calc( 51% -  12px );
  }
  .w-52-md {
    box-sizing: border-box; width: calc( 52% -  12px );
  }
  .w-53-md {
    box-sizing: border-box; width: calc( 53% -  12px );
  }
  .w-54-md {
    box-sizing: border-box; width: calc( 54% -  12px );
  }
  .w-55-md {
    box-sizing: border-box; width: calc( 55% -  12px );
  }
  .w-56-md {
    box-sizing: border-box; width: calc( 56% -  12px );
  }
  .w-57-md {
    box-sizing: border-box; width: calc( 57% -  12px );
  }
  .w-58-md {
    box-sizing: border-box; width: calc( 58% -  12px );
  }
  .w-59-md {
    box-sizing: border-box; width: calc( 59% -  12px );
  }
  .w-60-md {
    box-sizing: border-box; width: calc( 60% -  12px );
  }
  .w-61-md {
    box-sizing: border-box; width: calc( 61% -  12px );
  }
  .w-62-md {
    box-sizing: border-box; width: calc( 62% -  12px );
  }
  .w-63-md {
    box-sizing: border-box; width: calc( 63% -  12px );
  }
  .w-64-md {
    box-sizing: border-box; width: calc( 64% -  12px );
  }
  .w-65-md {
    box-sizing: border-box; width: calc( 65% -  12px );
  }
  .w-66-md {
    box-sizing: border-box; width: calc( 66% -  12px );
  }
  .w-67-md {
    box-sizing: border-box; width: calc( 67% -  12px );
  }
  .w-68-md {
    box-sizing: border-box; width: calc( 68% -  12px );
  }
  .w-69-md {
    box-sizing: border-box; width: calc( 69% -  12px );
  }
  .w-70-md {
    box-sizing: border-box; width: calc( 70% -  12px );
  }
  .w-71-md {
    box-sizing: border-box; width: calc( 71% -  12px );
  }
  .w-72-md {
    box-sizing: border-box; width: calc( 72% -  12px );
  }
  .w-73-md {
    box-sizing: border-box; width: calc( 73% -  12px );
  }
  .w-74-md {
    box-sizing: border-box; width: calc( 74% -  12px );
  }
  .w-75-md {
    box-sizing: border-box; width: calc( 75% -  12px );
  }
  .w-76-md {
    box-sizing: border-box; width: calc( 76% -  12px );
  }
  .w-77-md {
    box-sizing: border-box; width: calc( 77% -  12px );
  }
  .w-78-md {
    box-sizing: border-box; width: calc( 78% -  12px );
  }
  .w-79-md {
    box-sizing: border-box; width: calc( 79% -  12px );
  }
  .w-80-md {
    box-sizing: border-box; width: calc( 80% -  12px );
  }
  .w-81-md {
    box-sizing: border-box; width: calc( 81% -  12px );
  }
  .w-82-md {
    box-sizing: border-box; width: calc( 82% -  12px );
  }
  .w-83-md {
    box-sizing: border-box; width: calc( 83% -  12px );
  }
  .w-84-md {
    box-sizing: border-box; width: calc( 84% -  12px );
  }
  .w-85-md {
    box-sizing: border-box; width: calc( 85% -  12px );
  }
  .w-86-md {
    box-sizing: border-box; width: calc( 86% -  12px );
  }
  .w-87-md {
    box-sizing: border-box; width: calc( 87% -  12px );
  }
  .w-88-md {
    box-sizing: border-box; width: calc( 88% -  12px );
  }
  .w-89-md {
    box-sizing: border-box; width: calc( 89% -  12px );
  }
  .w-90-md {
    box-sizing: border-box; width: calc( 90% -  12px );
  }
  .w-91-md {
    box-sizing: border-box; width: calc( 91% -  12px );
  }
  .w-92-md {
    box-sizing: border-box; width: calc( 92% -  12px );
  }
  .w-93-md {
    box-sizing: border-box; width: calc( 93% -  12px );
  }
  .w-94-md {
    box-sizing: border-box; width: calc( 94% -  12px );
  }
  .w-95-md {
    box-sizing: border-box; width: calc( 95% -  12px );
  }
  .w-96-md {
    box-sizing: border-box; width: calc( 96% -  12px );
  }
  .w-97-md {
    box-sizing: border-box; width: calc( 97% -  12px );
  }
  .w-98-md {
    box-sizing: border-box; width: calc( 98% -  12px );
  }
  .w-99-md {
    box-sizing: border-box; width: calc( 99% -  12px );
  }
}
@media  all and (max-width: 957px ) {
  .w-1-sm {
    box-sizing: border-box; width: calc( 1% -  12px );
  }
  .w-2-sm {
    box-sizing: border-box; width: calc( 2% -  12px );
  }
  .w-3-sm {
    box-sizing: border-box; width: calc( 3% -  12px );
  }
  .w-4-sm {
    box-sizing: border-box; width: calc( 4% -  12px );
  }
  .w-5-sm {
    box-sizing: border-box; width: calc( 5% -  12px );
  }
  .w-6-sm {
    box-sizing: border-box; width: calc( 6% -  12px );
  }
  .w-7-sm {
    box-sizing: border-box; width: calc( 7% -  12px );
  }
  .w-8-sm {
    box-sizing: border-box; width: calc( 8% -  12px );
  }
  .w-9-sm {
    box-sizing: border-box; width: calc( 9% -  12px );
  }
  .w-10-sm {
    box-sizing: border-box; width: calc( 10% -  12px );
  }
  .w-11-sm {
    box-sizing: border-box; width: calc( 11% -  12px );
  }
  .w-12-sm {
    box-sizing: border-box; width: calc( 12% -  12px );
  }
  .w-13-sm {
    box-sizing: border-box; width: calc( 13% -  12px );
  }
  .w-14-sm {
    box-sizing: border-box; width: calc( 14% -  12px );
  }
  .w-15-sm {
    box-sizing: border-box; width: calc( 15% -  12px );
  }
  .w-16-sm {
    box-sizing: border-box; width: calc( 16% -  12px );
  }
  .w-17-sm {
    box-sizing: border-box; width: calc( 17% -  12px );
  }
  .w-18-sm {
    box-sizing: border-box; width: calc( 18% -  12px );
  }
  .w-19-sm {
    box-sizing: border-box; width: calc( 19% -  12px );
  }
  .w-20-sm {
    box-sizing: border-box; width: calc( 20% -  12px );
  }
  .w-21-sm {
    box-sizing: border-box; width: calc( 21% -  12px );
  }
  .w-22-sm {
    box-sizing: border-box; width: calc( 22% -  12px );
  }
  .w-23-sm {
    box-sizing: border-box; width: calc( 23% -  12px );
  }
  .w-24-sm {
    box-sizing: border-box; width: calc( 24% -  12px );
  }
  .w-25-sm {
    box-sizing: border-box; width: calc( 25% -  12px );
  }
  .w-26-sm {
    box-sizing: border-box; width: calc( 26% -  12px );
  }
  .w-27-sm {
    box-sizing: border-box; width: calc( 27% -  12px );
  }
  .w-28-sm {
    box-sizing: border-box; width: calc( 28% -  12px );
  }
  .w-29-sm {
    box-sizing: border-box; width: calc( 29% -  12px );
  }
  .w-30-sm {
    box-sizing: border-box; width: calc( 30% -  12px );
  }
  .w-31-sm {
    box-sizing: border-box; width: calc( 31% -  12px );
  }
  .w-32-sm {
    box-sizing: border-box; width: calc( 32% -  12px );
  }
  .w-33-sm {
    box-sizing: border-box; width: calc( 33% -  12px );
  }
  .w-34-sm {
    box-sizing: border-box; width: calc( 34% -  12px );
  }
  .w-35-sm {
    box-sizing: border-box; width: calc( 35% -  12px );
  }
  .w-36-sm {
    box-sizing: border-box; width: calc( 36% -  12px );
  }
  .w-37-sm {
    box-sizing: border-box; width: calc( 37% -  12px );
  }
  .w-38-sm {
    box-sizing: border-box; width: calc( 38% -  12px );
  }
  .w-39-sm {
    box-sizing: border-box; width: calc( 39% -  12px );
  }
  .w-40-sm {
    box-sizing: border-box; width: calc( 40% -  12px );
  }
  .w-41-sm {
    box-sizing: border-box; width: calc( 41% -  12px );
  }
  .w-42-sm {
    box-sizing: border-box; width: calc( 42% -  12px );
  }
  .w-43-sm {
    box-sizing: border-box; width: calc( 43% -  12px );
  }
  .w-44-sm {
    box-sizing: border-box; width: calc( 44% -  12px );
  }
  .w-45-sm {
    box-sizing: border-box; width: calc( 45% -  12px );
  }
  .w-46-sm {
    box-sizing: border-box; width: calc( 46% -  12px );
  }
  .w-47-sm {
    box-sizing: border-box; width: calc( 47% -  12px );
  }
  .w-48-sm {
    box-sizing: border-box; width: calc( 48% -  12px );
  }
  .w-49-sm {
    box-sizing: border-box; width: calc( 49% -  12px );
  }
  .w-50-sm {
    box-sizing: border-box; width: calc( 50% -  12px );
  }
  .w-51-sm {
    box-sizing: border-box; width: calc( 51% -  12px );
  }
  .w-52-sm {
    box-sizing: border-box; width: calc( 52% -  12px );
  }
  .w-53-sm {
    box-sizing: border-box; width: calc( 53% -  12px );
  }
  .w-54-sm {
    box-sizing: border-box; width: calc( 54% -  12px );
  }
  .w-55-sm {
    box-sizing: border-box; width: calc( 55% -  12px );
  }
  .w-56-sm {
    box-sizing: border-box; width: calc( 56% -  12px );
  }
  .w-57-sm {
    box-sizing: border-box; width: calc( 57% -  12px );
  }
  .w-58-sm {
    box-sizing: border-box; width: calc( 58% -  12px );
  }
  .w-59-sm {
    box-sizing: border-box; width: calc( 59% -  12px );
  }
  .w-60-sm {
    box-sizing: border-box; width: calc( 60% -  12px );
  }
  .w-61-sm {
    box-sizing: border-box; width: calc( 61% -  12px );
  }
  .w-62-sm {
    box-sizing: border-box; width: calc( 62% -  12px );
  }
  .w-63-sm {
    box-sizing: border-box; width: calc( 63% -  12px );
  }
  .w-64-sm {
    box-sizing: border-box; width: calc( 64% -  12px );
  }
  .w-65-sm {
    box-sizing: border-box; width: calc( 65% -  12px );
  }
  .w-66-sm {
    box-sizing: border-box; width: calc( 66% -  12px );
  }
  .w-67-sm {
    box-sizing: border-box; width: calc( 67% -  12px );
  }
  .w-68-sm {
    box-sizing: border-box; width: calc( 68% -  12px );
  }
  .w-69-sm {
    box-sizing: border-box; width: calc( 69% -  12px );
  }
  .w-70-sm {
    box-sizing: border-box; width: calc( 70% -  12px );
  }
  .w-71-sm {
    box-sizing: border-box; width: calc( 71% -  12px );
  }
  .w-72-sm {
    box-sizing: border-box; width: calc( 72% -  12px );
  }
  .w-73-sm {
    box-sizing: border-box; width: calc( 73% -  12px );
  }
  .w-74-sm {
    box-sizing: border-box; width: calc( 74% -  12px );
  }
  .w-75-sm {
    box-sizing: border-box; width: calc( 75% -  12px );
  }
  .w-76-sm {
    box-sizing: border-box; width: calc( 76% -  12px );
  }
  .w-77-sm {
    box-sizing: border-box; width: calc( 77% -  12px );
  }
  .w-78-sm {
    box-sizing: border-box; width: calc( 78% -  12px );
  }
  .w-79-sm {
    box-sizing: border-box; width: calc( 79% -  12px );
  }
  .w-80-sm {
    box-sizing: border-box; width: calc( 80% -  12px );
  }
  .w-81-sm {
    box-sizing: border-box; width: calc( 81% -  12px );
  }
  .w-82-sm {
    box-sizing: border-box; width: calc( 82% -  12px );
  }
  .w-83-sm {
    box-sizing: border-box; width: calc( 83% -  12px );
  }
  .w-84-sm {
    box-sizing: border-box; width: calc( 84% -  12px );
  }
  .w-85-sm {
    box-sizing: border-box; width: calc( 85% -  12px );
  }
  .w-86-sm {
    box-sizing: border-box; width: calc( 86% -  12px );
  }
  .w-87-sm {
    box-sizing: border-box; width: calc( 87% -  12px );
  }
  .w-88-sm {
    box-sizing: border-box; width: calc( 88% -  12px );
  }
  .w-89-sm {
    box-sizing: border-box; width: calc( 89% -  12px );
  }
  .w-90-sm {
    box-sizing: border-box; width: calc( 90% -  12px );
  }
  .w-91-sm {
    box-sizing: border-box; width: calc( 91% -  12px );
  }
  .w-92-sm {
    box-sizing: border-box; width: calc( 92% -  12px );
  }
  .w-93-sm {
    box-sizing: border-box; width: calc( 93% -  12px );
  }
  .w-94-sm {
    box-sizing: border-box; width: calc( 94% -  12px );
  }
  .w-95-sm {
    box-sizing: border-box; width: calc( 95% -  12px );
  }
  .w-96-sm {
    box-sizing: border-box; width: calc( 96% -  12px );
  }
  .w-97-sm {
    box-sizing: border-box; width: calc( 97% -  12px );
  }
  .w-98-sm {
    box-sizing: border-box; width: calc( 98% -  12px );
  }
  .w-99-sm {
    box-sizing: border-box; width: calc( 99% -  12px );
  }
}
@media  all and (max-width: 767px ) {
  .w-1-xs {
    box-sizing: border-box; width: calc( 1% -  12px );
  }
  .w-2-xs {
    box-sizing: border-box; width: calc( 2% -  12px );
  }
  .w-3-xs {
    box-sizing: border-box; width: calc( 3% -  12px );
  }
  .w-4-xs {
    box-sizing: border-box; width: calc( 4% -  12px );
  }
  .w-5-xs {
    box-sizing: border-box; width: calc( 5% -  12px );
  }
  .w-6-xs {
    box-sizing: border-box; width: calc( 6% -  12px );
  }
  .w-7-xs {
    box-sizing: border-box; width: calc( 7% -  12px );
  }
  .w-8-xs {
    box-sizing: border-box; width: calc( 8% -  12px );
  }
  .w-9-xs {
    box-sizing: border-box; width: calc( 9% -  12px );
  }
  .w-10-xs {
    box-sizing: border-box; width: calc( 10% -  12px );
  }
  .w-11-xs {
    box-sizing: border-box; width: calc( 11% -  12px );
  }
  .w-12-xs {
    box-sizing: border-box; width: calc( 12% -  12px );
  }
  .w-13-xs {
    box-sizing: border-box; width: calc( 13% -  12px );
  }
  .w-14-xs {
    box-sizing: border-box; width: calc( 14% -  12px );
  }
  .w-15-xs {
    box-sizing: border-box; width: calc( 15% -  12px );
  }
  .w-16-xs {
    box-sizing: border-box; width: calc( 16% -  12px );
  }
  .w-17-xs {
    box-sizing: border-box; width: calc( 17% -  12px );
  }
  .w-18-xs {
    box-sizing: border-box; width: calc( 18% -  12px );
  }
  .w-19-xs {
    box-sizing: border-box; width: calc( 19% -  12px );
  }
  .w-20-xs {
    box-sizing: border-box; width: calc( 20% -  12px );
  }
  .w-21-xs {
    box-sizing: border-box; width: calc( 21% -  12px );
  }
  .w-22-xs {
    box-sizing: border-box; width: calc( 22% -  12px );
  }
  .w-23-xs {
    box-sizing: border-box; width: calc( 23% -  12px );
  }
  .w-24-xs {
    box-sizing: border-box; width: calc( 24% -  12px );
  }
  .w-25-xs {
    box-sizing: border-box; width: calc( 25% -  12px );
  }
  .w-26-xs {
    box-sizing: border-box; width: calc( 26% -  12px );
  }
  .w-27-xs {
    box-sizing: border-box; width: calc( 27% -  12px );
  }
  .w-28-xs {
    box-sizing: border-box; width: calc( 28% -  12px );
  }
  .w-29-xs {
    box-sizing: border-box; width: calc( 29% -  12px );
  }
  .w-30-xs {
    box-sizing: border-box; width: calc( 30% -  12px );
  }
  .w-31-xs {
    box-sizing: border-box; width: calc( 31% -  12px );
  }
  .w-32-xs {
    box-sizing: border-box; width: calc( 32% -  12px );
  }
  .w-33-xs {
    box-sizing: border-box; width: calc( 33% -  12px );
  }
  .w-34-xs {
    box-sizing: border-box; width: calc( 34% -  12px );
  }
  .w-35-xs {
    box-sizing: border-box; width: calc( 35% -  12px );
  }
  .w-36-xs {
    box-sizing: border-box; width: calc( 36% -  12px );
  }
  .w-37-xs {
    box-sizing: border-box; width: calc( 37% -  12px );
  }
  .w-38-xs {
    box-sizing: border-box; width: calc( 38% -  12px );
  }
  .w-39-xs {
    box-sizing: border-box; width: calc( 39% -  12px );
  }
  .w-40-xs {
    box-sizing: border-box; width: calc( 40% -  12px );
  }
  .w-41-xs {
    box-sizing: border-box; width: calc( 41% -  12px );
  }
  .w-42-xs {
    box-sizing: border-box; width: calc( 42% -  12px );
  }
  .w-43-xs {
    box-sizing: border-box; width: calc( 43% -  12px );
  }
  .w-44-xs {
    box-sizing: border-box; width: calc( 44% -  12px );
  }
  .w-45-xs {
    box-sizing: border-box; width: calc( 45% -  12px );
  }
  .w-46-xs {
    box-sizing: border-box; width: calc( 46% -  12px );
  }
  .w-47-xs {
    box-sizing: border-box; width: calc( 47% -  12px );
  }
  .w-48-xs {
    box-sizing: border-box; width: calc( 48% -  12px );
  }
  .w-49-xs {
    box-sizing: border-box; width: calc( 49% -  12px );
  }
  .w-50-xs {
    box-sizing: border-box; width: calc( 50% -  12px );
  }
  .w-51-xs {
    box-sizing: border-box; width: calc( 51% -  12px );
  }
  .w-52-xs {
    box-sizing: border-box; width: calc( 52% -  12px );
  }
  .w-53-xs {
    box-sizing: border-box; width: calc( 53% -  12px );
  }
  .w-54-xs {
    box-sizing: border-box; width: calc( 54% -  12px );
  }
  .w-55-xs {
    box-sizing: border-box; width: calc( 55% -  12px );
  }
  .w-56-xs {
    box-sizing: border-box; width: calc( 56% -  12px );
  }
  .w-57-xs {
    box-sizing: border-box; width: calc( 57% -  12px );
  }
  .w-58-xs {
    box-sizing: border-box; width: calc( 58% -  12px );
  }
  .w-59-xs {
    box-sizing: border-box; width: calc( 59% -  12px );
  }
  .w-60-xs {
    box-sizing: border-box; width: calc( 60% -  12px );
  }
  .w-61-xs {
    box-sizing: border-box; width: calc( 61% -  12px );
  }
  .w-62-xs {
    box-sizing: border-box; width: calc( 62% -  12px );
  }
  .w-63-xs {
    box-sizing: border-box; width: calc( 63% -  12px );
  }
  .w-64-xs {
    box-sizing: border-box; width: calc( 64% -  12px );
  }
  .w-65-xs {
    box-sizing: border-box; width: calc( 65% -  12px );
  }
  .w-66-xs {
    box-sizing: border-box; width: calc( 66% -  12px );
  }
  .w-67-xs {
    box-sizing: border-box; width: calc( 67% -  12px );
  }
  .w-68-xs {
    box-sizing: border-box; width: calc( 68% -  12px );
  }
  .w-69-xs {
    box-sizing: border-box; width: calc( 69% -  12px );
  }
  .w-70-xs {
    box-sizing: border-box; width: calc( 70% -  12px );
  }
  .w-71-xs {
    box-sizing: border-box; width: calc( 71% -  12px );
  }
  .w-72-xs {
    box-sizing: border-box; width: calc( 72% -  12px );
  }
  .w-73-xs {
    box-sizing: border-box; width: calc( 73% -  12px );
  }
  .w-74-xs {
    box-sizing: border-box; width: calc( 74% -  12px );
  }
  .w-75-xs {
    box-sizing: border-box; width: calc( 75% -  12px );
  }
  .w-76-xs {
    box-sizing: border-box; width: calc( 76% -  12px );
  }
  .w-77-xs {
    box-sizing: border-box; width: calc( 77% -  12px );
  }
  .w-78-xs {
    box-sizing: border-box; width: calc( 78% -  12px );
  }
  .w-79-xs {
    box-sizing: border-box; width: calc( 79% -  12px );
  }
  .w-80-xs {
    box-sizing: border-box; width: calc( 80% -  12px );
  }
  .w-81-xs {
    box-sizing: border-box; width: calc( 81% -  12px );
  }
  .w-82-xs {
    box-sizing: border-box; width: calc( 82% -  12px );
  }
  .w-83-xs {
    box-sizing: border-box; width: calc( 83% -  12px );
  }
  .w-84-xs {
    box-sizing: border-box; width: calc( 84% -  12px );
  }
  .w-85-xs {
    box-sizing: border-box; width: calc( 85% -  12px );
  }
  .w-86-xs {
    box-sizing: border-box; width: calc( 86% -  12px );
  }
  .w-87-xs {
    box-sizing: border-box; width: calc( 87% -  12px );
  }
  .w-88-xs {
    box-sizing: border-box; width: calc( 88% -  12px );
  }
  .w-89-xs {
    box-sizing: border-box; width: calc( 89% -  12px );
  }
  .w-90-xs {
    box-sizing: border-box; width: calc( 90% -  12px );
  }
  .w-91-xs {
    box-sizing: border-box; width: calc( 91% -  12px );
  }
  .w-92-xs {
    box-sizing: border-box; width: calc( 92% -  12px );
  }
  .w-93-xs {
    box-sizing: border-box; width: calc( 93% -  12px );
  }
  .w-94-xs {
    box-sizing: border-box; width: calc( 94% -  12px );
  }
  .w-95-xs {
    box-sizing: border-box; width: calc( 95% -  12px );
  }
  .w-96-xs {
    box-sizing: border-box; width: calc( 96% -  12px );
  }
  .w-97-xs {
    box-sizing: border-box; width: calc( 97% -  12px );
  }
  .w-98-xs {
    box-sizing: border-box; width: calc( 98% -  12px );
  }
  .w-99-xs {
    box-sizing: border-box; width: calc( 99% -  12px );
  }
}
@media  all and (max-width: 459px ) {
  .w-1-xxs {
    box-sizing: border-box; width: calc( 1% -  12px );
  }
  .w-2-xxs {
    box-sizing: border-box; width: calc( 2% -  12px );
  }
  .w-3-xxs {
    box-sizing: border-box; width: calc( 3% -  12px );
  }
  .w-4-xxs {
    box-sizing: border-box; width: calc( 4% -  12px );
  }
  .w-5-xxs {
    box-sizing: border-box; width: calc( 5% -  12px );
  }
  .w-6-xxs {
    box-sizing: border-box; width: calc( 6% -  12px );
  }
  .w-7-xxs {
    box-sizing: border-box; width: calc( 7% -  12px );
  }
  .w-8-xxs {
    box-sizing: border-box; width: calc( 8% -  12px );
  }
  .w-9-xxs {
    box-sizing: border-box; width: calc( 9% -  12px );
  }
  .w-10-xxs {
    box-sizing: border-box; width: calc( 10% -  12px );
  }
  .w-11-xxs {
    box-sizing: border-box; width: calc( 11% -  12px );
  }
  .w-12-xxs {
    box-sizing: border-box; width: calc( 12% -  12px );
  }
  .w-13-xxs {
    box-sizing: border-box; width: calc( 13% -  12px );
  }
  .w-14-xxs {
    box-sizing: border-box; width: calc( 14% -  12px );
  }
  .w-15-xxs {
    box-sizing: border-box; width: calc( 15% -  12px );
  }
  .w-16-xxs {
    box-sizing: border-box; width: calc( 16% -  12px );
  }
  .w-17-xxs {
    box-sizing: border-box; width: calc( 17% -  12px );
  }
  .w-18-xxs {
    box-sizing: border-box; width: calc( 18% -  12px );
  }
  .w-19-xxs {
    box-sizing: border-box; width: calc( 19% -  12px );
  }
  .w-20-xxs {
    box-sizing: border-box; width: calc( 20% -  12px );
  }
  .w-21-xxs {
    box-sizing: border-box; width: calc( 21% -  12px );
  }
  .w-22-xxs {
    box-sizing: border-box; width: calc( 22% -  12px );
  }
  .w-23-xxs {
    box-sizing: border-box; width: calc( 23% -  12px );
  }
  .w-24-xxs {
    box-sizing: border-box; width: calc( 24% -  12px );
  }
  .w-25-xxs {
    box-sizing: border-box; width: calc( 25% -  12px );
  }
  .w-26-xxs {
    box-sizing: border-box; width: calc( 26% -  12px );
  }
  .w-27-xxs {
    box-sizing: border-box; width: calc( 27% -  12px );
  }
  .w-28-xxs {
    box-sizing: border-box; width: calc( 28% -  12px );
  }
  .w-29-xxs {
    box-sizing: border-box; width: calc( 29% -  12px );
  }
  .w-30-xxs {
    box-sizing: border-box; width: calc( 30% -  12px );
  }
  .w-31-xxs {
    box-sizing: border-box; width: calc( 31% -  12px );
  }
  .w-32-xxs {
    box-sizing: border-box; width: calc( 32% -  12px );
  }
  .w-33-xxs {
    box-sizing: border-box; width: calc( 33% -  12px );
  }
  .w-34-xxs {
    box-sizing: border-box; width: calc( 34% -  12px );
  }
  .w-35-xxs {
    box-sizing: border-box; width: calc( 35% -  12px );
  }
  .w-36-xxs {
    box-sizing: border-box; width: calc( 36% -  12px );
  }
  .w-37-xxs {
    box-sizing: border-box; width: calc( 37% -  12px );
  }
  .w-38-xxs {
    box-sizing: border-box; width: calc( 38% -  12px );
  }
  .w-39-xxs {
    box-sizing: border-box; width: calc( 39% -  12px );
  }
  .w-40-xxs {
    box-sizing: border-box; width: calc( 40% -  12px );
  }
  .w-41-xxs {
    box-sizing: border-box; width: calc( 41% -  12px );
  }
  .w-42-xxs {
    box-sizing: border-box; width: calc( 42% -  12px );
  }
  .w-43-xxs {
    box-sizing: border-box; width: calc( 43% -  12px );
  }
  .w-44-xxs {
    box-sizing: border-box; width: calc( 44% -  12px );
  }
  .w-45-xxs {
    box-sizing: border-box; width: calc( 45% -  12px );
  }
  .w-46-xxs {
    box-sizing: border-box; width: calc( 46% -  12px );
  }
  .w-47-xxs {
    box-sizing: border-box; width: calc( 47% -  12px );
  }
  .w-48-xxs {
    box-sizing: border-box; width: calc( 48% -  12px );
  }
  .w-49-xxs {
    box-sizing: border-box; width: calc( 49% -  12px );
  }
  .w-50-xxs {
    box-sizing: border-box; width: calc( 50% -  12px );
  }
  .w-51-xxs {
    box-sizing: border-box; width: calc( 51% -  12px );
  }
  .w-52-xxs {
    box-sizing: border-box; width: calc( 52% -  12px );
  }
  .w-53-xxs {
    box-sizing: border-box; width: calc( 53% -  12px );
  }
  .w-54-xxs {
    box-sizing: border-box; width: calc( 54% -  12px );
  }
  .w-55-xxs {
    box-sizing: border-box; width: calc( 55% -  12px );
  }
  .w-56-xxs {
    box-sizing: border-box; width: calc( 56% -  12px );
  }
  .w-57-xxs {
    box-sizing: border-box; width: calc( 57% -  12px );
  }
  .w-58-xxs {
    box-sizing: border-box; width: calc( 58% -  12px );
  }
  .w-59-xxs {
    box-sizing: border-box; width: calc( 59% -  12px );
  }
  .w-60-xxs {
    box-sizing: border-box; width: calc( 60% -  12px );
  }
  .w-61-xxs {
    box-sizing: border-box; width: calc( 61% -  12px );
  }
  .w-62-xxs {
    box-sizing: border-box; width: calc( 62% -  12px );
  }
  .w-63-xxs {
    box-sizing: border-box; width: calc( 63% -  12px );
  }
  .w-64-xxs {
    box-sizing: border-box; width: calc( 64% -  12px );
  }
  .w-65-xxs {
    box-sizing: border-box; width: calc( 65% -  12px );
  }
  .w-66-xxs {
    box-sizing: border-box; width: calc( 66% -  12px );
  }
  .w-67-xxs {
    box-sizing: border-box; width: calc( 67% -  12px );
  }
  .w-68-xxs {
    box-sizing: border-box; width: calc( 68% -  12px );
  }
  .w-69-xxs {
    box-sizing: border-box; width: calc( 69% -  12px );
  }
  .w-70-xxs {
    box-sizing: border-box; width: calc( 70% -  12px );
  }
  .w-71-xxs {
    box-sizing: border-box; width: calc( 71% -  12px );
  }
  .w-72-xxs {
    box-sizing: border-box; width: calc( 72% -  12px );
  }
  .w-73-xxs {
    box-sizing: border-box; width: calc( 73% -  12px );
  }
  .w-74-xxs {
    box-sizing: border-box; width: calc( 74% -  12px );
  }
  .w-75-xxs {
    box-sizing: border-box; width: calc( 75% -  12px );
  }
  .w-76-xxs {
    box-sizing: border-box; width: calc( 76% -  12px );
  }
  .w-77-xxs {
    box-sizing: border-box; width: calc( 77% -  12px );
  }
  .w-78-xxs {
    box-sizing: border-box; width: calc( 78% -  12px );
  }
  .w-79-xxs {
    box-sizing: border-box; width: calc( 79% -  12px );
  }
  .w-80-xxs {
    box-sizing: border-box; width: calc( 80% -  12px );
  }
  .w-81-xxs {
    box-sizing: border-box; width: calc( 81% -  12px );
  }
  .w-82-xxs {
    box-sizing: border-box; width: calc( 82% -  12px );
  }
  .w-83-xxs {
    box-sizing: border-box; width: calc( 83% -  12px );
  }
  .w-84-xxs {
    box-sizing: border-box; width: calc( 84% -  12px );
  }
  .w-85-xxs {
    box-sizing: border-box; width: calc( 85% -  12px );
  }
  .w-86-xxs {
    box-sizing: border-box; width: calc( 86% -  12px );
  }
  .w-87-xxs {
    box-sizing: border-box; width: calc( 87% -  12px );
  }
  .w-88-xxs {
    box-sizing: border-box; width: calc( 88% -  12px );
  }
  .w-89-xxs {
    box-sizing: border-box; width: calc( 89% -  12px );
  }
  .w-90-xxs {
    box-sizing: border-box; width: calc( 90% -  12px );
  }
  .w-91-xxs {
    box-sizing: border-box; width: calc( 91% -  12px );
  }
  .w-92-xxs {
    box-sizing: border-box; width: calc( 92% -  12px );
  }
  .w-93-xxs {
    box-sizing: border-box; width: calc( 93% -  12px );
  }
  .w-94-xxs {
    box-sizing: border-box; width: calc( 94% -  12px );
  }
  .w-95-xxs {
    box-sizing: border-box; width: calc( 95% -  12px );
  }
  .w-96-xxs {
    box-sizing: border-box; width: calc( 96% -  12px );
  }
  .w-97-xxs {
    box-sizing: border-box; width: calc( 97% -  12px );
  }
  .w-98-xxs {
    box-sizing: border-box; width: calc( 98% -  12px );
  }
  .w-99-xxs {
    box-sizing: border-box; width: calc( 99% -  12px );
  }
}
.w-100,
.full-width {
  box-sizing: border-box; width: 100%;
}
@media  all and (max-width: 1128px ) {
  .full-width-md,
  .w-100-md {
    box-sizing: border-box; width: 100%;
  }
}
@media  all and (max-width: 957px ) {
  .full-width-sm,
  .w-100-sm {
    box-sizing: border-box; width: 100%;
  }
}
@media  all and (max-width: 767px ) {
  .full-width-xs,
  .w-100-xs {
    box-sizing: border-box; width: 100%;
  }
}
@media  all and (max-width: 459px ) {
  .full-width-xxs,
  .w-100-xxs {
    box-sizing: border-box; width: 100%;
  }
}

.primary-background {
  width: 100%;
  background-color: #004254;
  color: white;
}
.primary-background a:not(.button) {
  color: #80a5bb;
}
.primary-background a:not(.button):hover {
  color: #53809b;
}
.primary-background a:not(.button):visited {
  color: #9d9d9d;
}
.primary-background a:not(.button):visited:hover {
  color: #53809b;
}
.secondary-background {
  width: 100%;
  background-color: #004b77;
  color: white;
}
.secondary-background a:not(.button) {
  color: #80a5bb;
}
.secondary-background a:not(.button):hover {
  color: #53809b;
}
.secondary-background a:not(.button):visited {
  color: #9d9d9d;
}
.secondary-background a:not(.button):visited:hover {
  color: #53809b;
}
.tertiary-background {
  width: 100%;
  background-color: #22b573;
  color: white;
}
.tertiary-background a:not(.button) {
  color: #91dab9;
}
.tertiary-background a:not(.button):hover {
  color: #57c795;
}
.tertiary-background a:not(.button):visited {
  color: #b5b5b5;
}
.tertiary-background a:not(.button):visited:hover {
  color: #57c795;
}
.quaternary-background {
  width: 100%;
  background-color: #0092ba;
  color: white;
}
.quaternary-background a:not(.button) {
  color: #80c9dd;
}
.quaternary-background a:not(.button):hover {
  color: #43afcc;
}
.quaternary-background a:not(.button):visited {
  color: #b4aba8;
}
.quaternary-background a:not(.button):visited:hover {
  color: #43afcc;
}
.black-background {
  width: 100%;
  background-color: black;
  color: white;
}
.black-background a:not(.button) {
  color: #e6e6e6;
}
.black-background a:not(.button):hover {
  color: #bfbfbf;
}
.black-background a:not(.button):visited {
  color: #cccccc;
}
.black-background a:not(.button):visited:hover {
  color: #bfbfbf;
}
.white-background {
  width: 100%;
  background-color: white;
  color: black;
}
.white-background a:not(.button) {
  color: #1a1a1a;
}
.white-background a:not(.button):hover {
  color: #404040;
}
.white-background a:not(.button):visited {
  color: #333333;
}
.white-background a:not(.button):visited:hover {
  color: #404040;
}
.gray-background {
  width: 100%;
  background-color: #7f7f7f;
  color: #101010;
}
.gray-background a:not(.button) {
  color: #0092ba;
}
.gray-background a:not(.button):hover {
  color: #006a87;
}
.gray-background a:not(.button):visited {
  color: #40499d;
}
.gray-background a:not(.button):visited:hover {
  color: #006a87;
}
.light-gray-background {
  width: 100%;
  background-color: #dedede;
  color: #101010;
}
.light-gray-background a:not(.button) {
  color: #0092ba;
}
.light-gray-background a:not(.button):hover {
  color: #006a87;
}
.light-gray-background a:not(.button):visited {
  color: #40499d;
}
.light-gray-background a:not(.button):visited:hover {
  color: #006a87;
}
.dark-gray-background {
  width: 100%;
  background-color: #3d3c41;
  color: #101010;
}
.dark-gray-background a:not(.button) {
  color: #0092ba;
}
.dark-gray-background a:not(.button):hover {
  color: #006a87;
}
.dark-gray-background a:not(.button):visited {
  color: #40499d;
}
.dark-gray-background a:not(.button):visited:hover {
  color: #006a87;
}
.primary-radial-gradient {
  background-color: #004254;
  background: radial-gradient(#004254, #000608);
}
.secondary-radial-gradient {
  background-color: #004b77;
  background: radial-gradient(#004b77, #001b2b);
}
.tertiary-radial-gradient {
  background-color: #22b573;
  background: radial-gradient(#22b573, #16754a);
}
.quaternary-radial-gradient {
  background-color: #0092ba;
  background: radial-gradient(#0092ba, #00566e);
}
.link-color-radial-gradient {
  background-color: #0092ba;
  background: radial-gradient(#0092ba, #00566e);
}
.black-radial-gradient {
  background-color: black;
  background: radial-gradient(#262626, black);
}
.white-radial-gradient {
  background-color: white;
  background: radial-gradient(white, #d9d9d9);
}
.faded-background-primary {
box-sizing: border-box;
  background-color: rgba(0, 66, 84, 0.6);
  padding: 12px;
  margin: 0;
}
.faded-background-secondary {
  background-color: rgba(0, 75, 119, 0.6);
  box-sizing: border-box;
  padding: 12px;
  margin: 0;
}
.faded-background-link-color {
  box-sizing: border-box;
  background-color: rgba(0, 146, 186, 0.6);
  padding: 12px;
  margin: 0;
}
.faded-background-black {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px;
  margin: 0;
}
.faded-background-white {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 12px;
  margin: 0;
}
.color-black-plain-link {
  color: black !important;
}
.color-black-plain-link a {
  color: black;
  text-decoration: none;
}
.color-black-plain-link a:hover {
  color: black;
  text-decoration: underline;
}
.color-black-plain-link a:visited {
  color: black;
}
.color-black-plain-link a:visited:hover {
  color: black;
  text-decoration: underline;
}
.color-white-plain-link {
  color: white !important;
}
.color-white-plain-link a {
  color: white;
  text-decoration: none;
}
.color-white-plain-link a:hover {
  color: white;
  text-decoration: underline;
}
.color-white-plain-link a:visited {
  color: white;
}
.color-white-plain-link a:visited:hover {
  color: white;
  text-decoration: underline;
}
.color-primary-plain-link {
  color: #004254 !important;
}
.color-primary-plain-link a {
  color: #004254;
  text-decoration: none;
}
.color-primary-plain-link a:hover {
  color: #004254;
  text-decoration: underline;
}
.color-primary-plain-link a:visited {
  color: #004254;
}
.color-primary-plain-link a:visited:hover {
  color: #004254;
  text-decoration: underline;
}
.color-secondary-plain-link {
  color: #004b77 !important;
}
.color-secondary-plain-link a {
  color: #004b77;
  text-decoration: none;
}
.color-secondary-plain-link a:hover {
  color: #004b77;
  text-decoration: underline;
}
.color-secondary-plain-link a:visited {
  color: #004b77;
}
.color-secondary-plain-link a:visited:hover {
  color: #004b77;
  text-decoration: underline;
}
.color-tertiary-plain-link {
  color: #22b573 !important;
}
.color-tertiary-plain-link a {
  color: #22b573;
  text-decoration: none;
}
.color-tertiary-plain-link a:hover {
  color: #22b573;
  text-decoration: underline;
}
.color-tertiary-plain-link a:visited {
  color: #22b573;
}
.color-tertiary-plain-link a:visited:hover {
  color: #22b573;
  text-decoration: underline;
}
.color-quaternary-plain-link {
  color: #0092ba !important;
}
.color-quaternary-plain-link a {
  color: #0092ba;
  text-decoration: none;
}
.color-quaternary-plain-link a:hover {
  color: #0092ba;
  text-decoration: underline;
}
.color-quaternary-plain-link a:visited {
  color: #0092ba;
}
.color-quaternary-plain-link a:visited:hover {
  color: #0092ba;
  text-decoration: underline;
}

/* 
B2BDD Theme
Elements - Styles for the element page that displays examples of fonts, colors, etc.

 */
.color-box {
  display: flex;
  flex-wrap: wrap;
}
.color-box > * {
  flex: 1;
}
.color-box > * {
  min-height: 250px;
}
.color-box .main-color-1 {
  background-color: #004254;
}
.color-box .main-color-1 .small-color-box-1 {
  background-color: #000000;
}
.color-box .main-color-1 .small-color-box-2 {
  background-color: #001a21;
}
.color-box .main-color-1 .small-color-box-3 {
  background-color: #006a87;
}
.color-box .main-color-1 .small-color-box-4 {
  background-color: #0092ba;
}
.color-box .secondary-color-1 {
  background-color: #004b77;
}
.color-box .secondary-color-1 .small-color-box-1 {
  background-color: #000b11;
}
.color-box .secondary-color-1 .small-color-box-2 {
  background-color: #002b44;
}
.color-box .secondary-color-1 .small-color-box-3 {
  background-color: #006baa;
}
.color-box .secondary-color-1 .small-color-box-4 {
  background-color: #008bdd;
}
.color-box .tertiary-color {
  background-color: #22b573;
}
.color-box .tertiary-color .small-color-box-1 {
  background-color: #125f3c;
}
.color-box .tertiary-color .small-color-box-2 {
  background-color: #1a8a58;
}
.color-box .tertiary-color .small-color-box-3 {
  background-color: #32d88e;
}
.color-box .tertiary-color .small-color-box-4 {
  background-color: #5de0a5;
}
.color-box .quaternary-color {
  background-color: #0092ba;
}
.color-box .quaternary-color .small-color-box-1 {
  background-color: #004254;
}
.color-box .quaternary-color .small-color-box-2 {
  background-color: #006a87;
}
.color-box .quaternary-color .small-color-box-3 {
  background-color: #00baed;
}
.color-box .quaternary-color .small-color-box-4 {
  background-color: #21cfff;
}
.color-box .black-box {
  box-sizing: border-box;
  background-color: black;
  padding-top: 10px;
  text-align: center;
}
.color-box .black-box > div {
  margin-left: 10px;
  margin-bottom: 5px;
}
.color-box .white-box {
  background-color: white;
  padding-top: 10px;
  text-align: center;
  border: 1px solid #004254;
}
.color-box .white-box > div {
  margin-left: 10px;
  margin-bottom: 5px;
}
.color-box .black-text {
  color: black;
  margin-left: 10px;
  margin-bottom: 10px;
}
.color-box .white-text {
  color: white;
  margin-left: 10px;
  margin-bottom: 10px;
}
.color-box .primary-text {
  color: #004254;
}
.color-box .primary-text-lighter {
  color: #0092ba;
}
.color-box .primary-text-darker {
  color: #000000;
}
.color-box .secondary-text {
  color: #004b77;
}
.color-box .secondary-text-lighter {
  color: #008bdd;
}
.color-box .secondary-text-darker {
  color: darker(#004b77, 20%);
}
.color-box .complement-text-1 {
  color: #22b573;
}
.color-box .complement-text-1-lighter {
  color: #5de0a5;
}
.color-box .complement-text-1-darker {
  color: #125f3c;
}
.color-box .complement-text-2 {
  color: #0092ba;
}
.color-box .complement-text-2-lighter {
  color: #21cfff;
}
.color-box .complement-text-2-darker {
  color: #004254;
}
.color-box .color-ranges {
  display: flex;
  flex-wrap: wrap;
}
.color-box .color-ranges > * {
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}
.color-box .color-ranges > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
.color-box .color-ranges > * {
  flex: 1;
}
.color-box .color-ranges > * {
  height: 50px;
  margin: 10px;
}
/*
Headers
*/
header {
  cursor: default;
}
.site-header {
  background: #dedede;
  position: relative;
}
.top-solid-line,
.pace .pace-progress {
  height: 5px;
  width: 100%;
  background: #004254;
}
.site-branding {
  display: flex;
  flex-wrap: wrap;
  width: 35%;
  justify-content: left;
  align-items: center;
}
.site-branding > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.site-branding .custom-logo {
  height: 33px;
  width: auto;
  max-width: 100%;
}
@media  all and (max-width: 1128px ) {
  .site-branding .custom-logo {
    height: 25px;
  }
}
@media  all and (max-width: 957px ) {
  .site-branding .custom-logo {
    height: 28px;
  }
}
@media  all and (max-width: 767px ) {
  .site-branding .custom-logo {
    height: 28px;
  }
}
@media  all and (max-width: 1128px ) {
  .site-branding {
    width: 25%;
  }
}
@media  all and (max-width: 957px ) {
  .site-branding {
    width: 70%;
  }
}
@media  all and (max-width: 767px ) {
  .site-branding {
    width: 70%;
  }
}
@media  all and (max-width: 459px ) {
  .site-branding {
    width: 70%;
  }
}
.header-first-row {
  background: #3d3c41;
  color: white;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.header-first-row a,
.header-first-row a:visited {
  color: white;
  text-decoration: none;
}
.header-first-row a:hover,
.header-first-row a:visited:hover {
  color: #22b573;
  text-decoration: none;
}
@media  all and (max-width: 1128px ) {
  .header-first-row {
    font-size: 14px;
  }
}
@media  all and (max-width: 957px ) {
  .header-first-row {
    font-size: 14px;
  }
}
.header-first-row-content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 6px 0;
  justify-content: space-between;
}
@media  all and (max-width: 1128px ) {
  .header-first-row-content {
    box-sizing: border-box;
    padding: 6px 0;
  }
}
@media  all and (max-width: 957px ) {
  .header-first-row-content {
    box-sizing: border-box;
    padding: 6px 0;
  }
}
.header-second-row {
  background: #004254;
  color: white;
  font-size: 15px;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.header-second-row a,
.header-second-row a:visited {
  color: white;
  text-decoration: none;
}
.header-second-row a:hover,
.header-second-row a:visited:hover {
  color: #22b573;
  text-decoration: underline;
}
@media  all and (max-width: 1128px ) {
  .header-second-row {
    font-size: 1rem;
  }
}
@media  all and (max-width: 957px ) {
  .header-second-row {
    font-size: 1rem;
  }
}
.header-second-row-content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  justify-content: space-between;
  align-items: center;
}
@media  all and (max-width: 1128px ) {
  .header-second-row-content {
    box-sizing: border-box;
    padding: 12px 0;
    justify-content: center;
  }
}
@media  all and (max-width: 957px ) {
  .header-second-row-content {
    box-sizing: border-box;
    padding: 12px 0;
    justify-content: center;
  }
}
.header-first-row-widgets,
.header-second-row-widgets {
  display: flex;
  flex-wrap: wrap;
}
.header-first-row-widgets div[class^='header-widget-'] ul,
.header-second-row-widgets div[class^='header-widget-'] ul {
  display: flex;
  margin: 0;
}
.header-first-row-widgets {
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
@media  all and (max-width: 957px ) {
  .header-first-row-widgets {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}
@media  all and (max-width: 459px ) {
  .header-first-row-widgets {
    align-items: center;
    justify-content: flex-end;
  }
}
.header-second-row-widgets {
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
.header-first-row-widgets-left {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-items: center;
  justify-content: flex-start;
}
.header-first-row-widgets-right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
}
.split-row {
  width: 75%;
  flex-direction: column;
}
.split-row-top {
  box-sizing: border-box;
  padding: 0;
}
@media  all and (max-width: 1128px ) {
  .split-row-top {
    padding: 0;
  }
}
@media  all and (max-width: 957px ) {
  .split-row-top {
    padding: 0;
  }
}
.split-row-bottom {
  box-sizing: border-box;
  padding: 0;
}
@media  all and (max-width: 1128px ) {
  .split-row-bottom {
    padding: 0;
  }
}
@media  all and (max-width: 957px ) {
  .split-row-bottom {
    padding: 0;
  }
}
.main-navigation {
  display: flex;
  align-items: center;
  width: 65%;
}
@media  all and (max-width: 1128px ) {
  .main-navigation {
    width: 75%;
  }
}
@media  all and (max-width: 957px ) {
  .main-navigation {
    display: none;
  }
}
.primary-menu-container {
  width: 100%;
}
.primary-menu,
.primary-menu > ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media  all and (max-width: 1299px ) {
  .primary-menu,
  .primary-menu > ul {
    font-size: 15px;
  }
}
@media  all and (max-width: 1128px ) {
  .primary-menu,
  .primary-menu > ul {
    font-size: 14px;
  }
}
.primary-menu > li,
.primary-menu > ul > li {
  height: 100%;
  position: relative;
  text-align: center;
}
.primary-menu > li > a,
.primary-menu > ul > li > a,
.primary-menu > li a:visited,
.primary-menu > ul > li a:visited {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
  border-color: #004254;
  border-style: solid;
  border-width: 0;
  color: white;
  height: 100%;
  justify-content: center;
  padding: 12px 0;
  text-decoration: none;
}
.primary-menu > li > a:hover,
.primary-menu > ul > li > a:hover,
.primary-menu > li a:visited:hover,
.primary-menu > ul > li a:visited:hover {
  background: transparent;
  border-color: #004254;
  border-style: solid;
  border-width: 0;
  color: #22b573;
  text-decoration: none;
}
@media  all and (max-width: 1299px ) {
  .primary-menu > li > a,
  .primary-menu > ul > li > a,
  .primary-menu > li a:visited,
  .primary-menu > ul > li a:visited {
    box-sizing: border-box;
    padding: 12px 0;
  }
}
@media  all and (max-width: 1128px ) {
  .primary-menu > li > a,
  .primary-menu > ul > li > a,
  .primary-menu > li a:visited,
  .primary-menu > ul > li a:visited {
    box-sizing: border-box;
    padding: 12px 0 12px 12px;
  }
}
@media  all and (max-width: 957px ) {
  .primary-menu > li > a,
  .primary-menu > ul > li > a,
  .primary-menu > li a:visited,
  .primary-menu > ul > li a:visited {
    box-sizing: border-box;
    padding: 4px 0;
  }
}
.primary-menu > li > .sub-menu,
.primary-menu > ul > li > .sub-menu,
.primary-menu > li > .children,
.primary-menu > ul > li > .children {
  pointer-events: none;
  opacity: 0;
  transition: all 250ms;
  transform: translateY(25%);
  top: 100%;
  padding: 6px;
  border: 0 solid #004254;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  background-color: white;
  display: block;
  position: absolute;
  box-sizing: border-box;
  min-width: 300px;
  list-style: none;
  z-index: 100;
}
.primary-menu > li > .sub-menu > li:first-child > a,
.primary-menu > ul > li > .sub-menu > li:first-child > a,
.primary-menu > li > .children > li:first-child > a,
.primary-menu > ul > li > .children > li:first-child > a {
  border-radius: 6px 6px 0 0;
}
.primary-menu > li > .sub-menu > li:last-child > a,
.primary-menu > ul > li > .sub-menu > li:last-child > a,
.primary-menu > li > .children > li:last-child > a,
.primary-menu > ul > li > .children > li:last-child > a {
  border-radius: 0 0 6px 6px;
}
.primary-menu > li > .sub-menu > li:only-child > a,
.primary-menu > ul > li > .sub-menu > li:only-child > a,
.primary-menu > li > .children > li:only-child > a,
.primary-menu > ul > li > .children > li:only-child > a {
  border-radius: 6px;
}
.primary-menu > li > .sub-menu > li:only-child.page_item_has_children > a,
.primary-menu > ul > li > .sub-menu > li:only-child.page_item_has_children > a,
.primary-menu > li > .children > li:only-child.page_item_has_children > a,
.primary-menu > ul > li > .children > li:only-child.page_item_has_children > a {
  border-radius: 6px 6px 0 0;
}
.primary-menu > li > .sub-menu > li:only-child.page_item_has_children .sub-menu > li:last-child > a,
.primary-menu > ul > li > .sub-menu > li:only-child.page_item_has_children .sub-menu > li:last-child > a,
.primary-menu > li > .children > li:only-child.page_item_has_children .sub-menu > li:last-child > a,
.primary-menu > ul > li > .children > li:only-child.page_item_has_children .sub-menu > li:last-child > a,
.primary-menu > li > .sub-menu > li:only-child.page_item_has_children .children > li:last-child > a,
.primary-menu > ul > li > .sub-menu > li:only-child.page_item_has_children .children > li:last-child > a,
.primary-menu > li > .children > li:only-child.page_item_has_children .children > li:last-child > a,
.primary-menu > ul > li > .children > li:only-child.page_item_has_children .children > li:last-child > a {
  border-radius: 0 0 6px 6px;
}
.primary-menu > li > .sub-menu li a,
.primary-menu > ul > li > .sub-menu li a,
.primary-menu > li > .children li a,
.primary-menu > ul > li > .children li a,
.primary-menu > li > .sub-menu li a:visited,
.primary-menu > ul > li > .sub-menu li a:visited,
.primary-menu > li > .children li a:visited,
.primary-menu > ul > li > .children li a:visited {
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  color: #004254;
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  box-sizing: border-box;
  padding: 6px 12px;
  text-align: left;
  text-decoration: none;
  transition: 200ms all;
}
.primary-menu > li > .sub-menu li a:hover,
.primary-menu > ul > li > .sub-menu li a:hover,
.primary-menu > li > .children li a:hover,
.primary-menu > ul > li > .children li a:hover,
.primary-menu > li > .sub-menu li a:visited:hover,
.primary-menu > ul > li > .sub-menu li a:visited:hover,
.primary-menu > li > .children li a:visited:hover,
.primary-menu > ul > li > .children li a:visited:hover {
  color: #22b573;
  background-color: transparent;
  text-decoration: none;
  transition: 200ms all;
}
.primary-menu > li > .sub-menu li > .sub-menu,
.primary-menu > ul > li > .sub-menu li > .sub-menu,
.primary-menu > li > .children li > .sub-menu,
.primary-menu > ul > li > .children li > .sub-menu,
.primary-menu > li > .sub-menu li .children,
.primary-menu > ul > li > .sub-menu li .children,
.primary-menu > li > .children li .children,
.primary-menu > ul > li > .children li .children {
  box-sizing: border-box;
  padding: 0;
  list-style: none;
}
.primary-menu > li > .sub-menu li > .sub-menu li a,
.primary-menu > ul > li > .sub-menu li > .sub-menu li a,
.primary-menu > li > .children li > .sub-menu li a,
.primary-menu > ul > li > .children li > .sub-menu li a,
.primary-menu > li > .sub-menu li .children li a,
.primary-menu > ul > li > .sub-menu li .children li a,
.primary-menu > li > .children li .children li a,
.primary-menu > ul > li > .children li .children li a,
.primary-menu > li > .sub-menu li > .sub-menu li a:visited,
.primary-menu > ul > li > .sub-menu li > .sub-menu li a:visited,
.primary-menu > li > .children li > .sub-menu li a:visited,
.primary-menu > ul > li > .children li > .sub-menu li a:visited,
.primary-menu > li > .sub-menu li .children li a:visited,
.primary-menu > ul > li > .sub-menu li .children li a:visited,
.primary-menu > li > .children li .children li a:visited,
.primary-menu > ul > li > .children li .children li a:visited {
  color: #004254;
  display: block;
  font-size: 0.9em;
  box-sizing: border-box;
  font-weight: 400;
  padding: 6px 24px;
  text-align: left;
  text-decoration: none;
  transition: 200ms all;
}
.primary-menu > li > .sub-menu li > .sub-menu li a:hover,
.primary-menu > ul > li > .sub-menu li > .sub-menu li a:hover,
.primary-menu > li > .children li > .sub-menu li a:hover,
.primary-menu > ul > li > .children li > .sub-menu li a:hover,
.primary-menu > li > .sub-menu li .children li a:hover,
.primary-menu > ul > li > .sub-menu li .children li a:hover,
.primary-menu > li > .children li .children li a:hover,
.primary-menu > ul > li > .children li .children li a:hover,
.primary-menu > li > .sub-menu li > .sub-menu li a:visited:hover,
.primary-menu > ul > li > .sub-menu li > .sub-menu li a:visited:hover,
.primary-menu > li > .children li > .sub-menu li a:visited:hover,
.primary-menu > ul > li > .children li > .sub-menu li a:visited:hover,
.primary-menu > li > .sub-menu li .children li a:visited:hover,
.primary-menu > ul > li > .sub-menu li .children li a:visited:hover,
.primary-menu > li > .children li .children li a:visited:hover,
.primary-menu > ul > li > .children li .children li a:visited:hover {
  color: #22b573;
  background-color: transparent;
  text-decoration: none;
  transition: 200ms all;
}
.primary-menu > li > .sub-menu .current_page_item > a,
.primary-menu > ul > li > .sub-menu .current_page_item > a,
.primary-menu > li > .children .current_page_item > a,
.primary-menu > ul > li > .children .current_page_item > a,
.primary-menu > li > .sub-menu .current_page_item > a:visited,
.primary-menu > ul > li > .sub-menu .current_page_item > a:visited,
.primary-menu > li > .children .current_page_item > a:visited,
.primary-menu > ul > li > .children .current_page_item > a:visited {
  color: inherit;
  background-color: inherit;
  border-color: transparent;
  border-style: none;
  border-width: 0;
}
.primary-menu > li.menu-item-has-children > a:after,
.primary-menu > ul > li.menu-item-has-children > a:after,
.primary-menu > li.page_item_has_children > a:after,
.primary-menu > ul > li.page_item_has_children > a:after {
  content: '▼';
  margin-left: 3px;
  font-size: 0.6em;
}
.primary-menu > li:hover > a,
.primary-menu > ul > li:hover > a,
.primary-menu > li:hover a:visited,
.primary-menu > ul > li:hover a:visited {
  background: transparent;
  border-color: #004254;
  border-style: solid;
  border-width: 0;
  color: #22b573;
  text-decoration: none;
}
.primary-menu > li:hover > .sub-menu,
.primary-menu > ul > li:hover > .sub-menu,
.primary-menu > li:hover > .children,
.primary-menu > ul > li:hover > .children {
  transition: all 250ms;
  transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
.primary-menu .current_page_item > a,
.primary-menu > ul .current_page_item > a,
.primary-menu .current_page_item > a:visited,
.primary-menu > ul .current_page_item > a:visited {
  color: white;
  background-color: inherit;
  border-color: white;
  border-style: solid;
  border-width: 0;
  font-weight: 700;
}
.primary-menu .current_page_item:hover > a,
.primary-menu > ul .current_page_item:hover > a,
.primary-menu .current_page_item:hover > a:visited,
.primary-menu > ul .current_page_item:hover > a:visited {
  cursor: unset;
  color: white;
  background-color: inherit;
  border-color: white;
  border-style: solid;
  border-width: 0;
  font-weight: 700;
}
/***
 *  Left Navigation
 *  @todo - update styles or lose this option
**/
.header-left-navigation-primary {
  width: 300px;
  background-color: #004254;
  color: white;
  overflow: hidden;
  position: fixed;
  height: 100%;
  z-index: 2;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.45);
}
.header-left-navigation-primary .left-nav-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -17px;
  bottom: 0;
  overflow-y: scroll;
}
.header-left-navigation-primary .left-nav-inner::-webkit-scrollbar {
  display: none;
}
.header-left-navigation-primary a {
  color: white;
}
.header-left-navigation-primary a:hover {
  color: white;
}
.header-left-navigation-primary a:visited {
  color: white;
}
.header-left-navigation-primary a:visited:hover {
  color: white;
}
.header-left-navigation-primary .site-branding a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header-left-navigation-primary .site-branding a > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media  all and (max-width: 957px ) {
  .header-left-navigation-primary .primary-menu-container {
    display: none;
  }
}
.header-left-navigation-primary .primary-menu {
  list-style: none;
  margin: 0;
}
.header-left-navigation-primary .primary-menu > li {
  position: relative;
  transition: all 250ms;
}
.header-left-navigation-primary .primary-menu > li > a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  font-weight: 400;
  font-size: 1.25em;
}
.header-left-navigation-primary .primary-menu > li > a:hover {
  color: #22b573;
}
.header-left-navigation-primary .primary-menu > li > .sub-menu {
  display: none;
}
.header-left-navigation-primary .primary-menu > li:hover {
  transition: all 250ms;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu {
  box-sizing: border-box;
  min-width: 300px;
  padding-left: 0;
  background-color: #004254;
  display: block;
  position: absolute;
  top: 100%;
  list-style: none;
  z-index: 5;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.37);
  border: 1px solid #004254;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > a {
  box-sizing: border-box;
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: white;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > a:hover {
  background: white;
  color: #004254;
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > a:visited {
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > a:visited:hover {
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children {
  list-style: none;
  padding-left: 0;
  color: #3d3c41;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu > li > a,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children > li > a {
  display: block;
  box-sizing: border-box;
  padding: 3px 24px;
  color: white;
  transition: 200ms all;
  font-size: 0.8em;
  text-decoration: none;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu > li > a span,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children > li > a span {
  font-size: 0.9em;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu > li > a:hover,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children > li > a:hover {
  background: white;
  color: #004254;
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu > li > a:visited,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children > li > a:visited {
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu > li > a:visited:hover,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children > li > a:visited:hover {
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu .current_page_item {
  background: white;
  color: #004254;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu .current_page_item:visited {
  color: #004254;
}
.header-left-navigation-primary .primary-menu .current_page_item {
  background: #004254;
}
.header-left-navigation-primary .site-header-contact-info {
  box-sizing: border-box;
  padding: 12px;
}
.header-left-navigation-primary .contact-info-title {
  font-weight: 400;
  font-size: 1.2em;
}
.left-navigation-primary-body-container {
  position: fixed;
  left: 300px;
  z-index: 1;
  overflow-y: auto;
  height: 100%;
}
.left-navigation-primary-body-container .top-bar {
  background-color: #3d3c41;
  height: 50px;
  color: white;
  font-size: 1.25em;
}
.left-navigation-primary-body-container .top-bar span {
  margin-right: 0.4em;
}
.left-navigation-primary-body-container .top-bar .icon {
  position: relative;
  font-size: 1.45em;
}
.left-navigation-primary-body-container .top-bar .icon-phone {
  top: 8px;
  margin-right: 5px;
}
.left-navigation-primary-body-container .top-bar .icon-envelope-o {
  top: 6px;
  margin: 0 5px;
}
.left-navigation-primary-body-container .top-bar a {
  color: white;
  text-decoration: none;
}
.left-navigation-primary-body-container .top-bar a:hover {
  color: white;
  text-decoration: underline;
}
.left-navigation-primary-body-container .top-bar a:visited {
  color: white;
}
.left-navigation-primary-body-container .top-bar a:visited:hover {
  color: white;
  text-decoration: underline;
}
.header-widget-one {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-one {
    width: 55%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-one {
    box-sizing: border-box;
    display: flex;
    padding: 0;
    margin: 0;
    width: 55%;
    justify-content: flex-start;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-one {
    box-sizing: border-box;
    width: 50%;
  }
}
.header-widget-two {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-two {
    box-sizing: border-box;
    width: 45%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-two {
    box-sizing: border-box;
    display: flex;
    padding: 0;
    margin: 0;
    width: 45%;
    justify-content: flex-end;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-two {
    box-sizing: border-box;
    width: 50%;
  }
}
.header-widget-three {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-three {
    width: 100%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-three {
    box-sizing: border-box;
    display: initial;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-three {
    box-sizing: border-box;
    width: 100%;
  }
}
.header-widget-four {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-four {
    box-sizing: border-box;
    width: 100%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-four {
    box-sizing: border-box;
    display: initial;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-four {
    width: 100%;
  }
}
.header-widget-five {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-five {
    box-sizing: border-box;
    width: 100%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-five {
    display: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-five {
    box-sizing: border-box;
    width: 100%;
  }
}
.header-widget-six {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-six {
    width: 100%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-six {
    display: initial;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-six {
    width: 100%;
  }
}
/*

Footers

*/
.site-footer {
  background: #3d3c41;
  border-top-style: solid;
  border-top-color: #004254;
  border-top-width: 2px;
}
.footer-first-row {
  background: transparent;
}
.footer-first-row-content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: white;
  font-size: 15px;
  font-weight: 400;
  padding: 36px 0;
  margin: 0;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
.footer-first-row-content a,
.footer-first-row-content a:visited {
  color: white;
  text-decoration: none;
}
.footer-first-row-content a:hover,
.footer-first-row-content a:visited:hover {
  color: #0092ba;
  text-decoration: underline;
}
@media  all and (max-width: 957px ) {
  .footer-first-row-content {
    flex-direction: center;
  }
}
@media  all and (max-width: 459px ) {
  .footer-first-row-content {
    flex-direction: center;
  }
}
.footer-second-row {
  background: transparent;
}
.footer-second-row-content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: white;
  font-size: 15px;
  font-weight: 400;
  padding: 24px 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer-second-row-content a,
.footer-second-row-content a:visited {
  color: white;
  text-decoration: none;
}
.footer-second-row-content a:hover,
.footer-second-row-content a:visited:hover {
  color: #0092ba;
  text-decoration: underline;
}
@media  all and (max-width: 957px ) {
  .footer-second-row-content {
    flex-direction: center;
  }
}
@media  all and (max-width: 459px ) {
  .footer-second-row-content {
    flex-direction: center;
  }
}
.footer-third-row {
  background: transparent;
}
.footer-third-row-content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: black;
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer-third-row-content a,
.footer-third-row-content a:visited {
  color: black;
  text-decoration: none;
}
.footer-third-row-content a:hover,
.footer-third-row-content a:visited:hover {
  color: #0092ba;
  text-decoration: underline;
}
@media  all and (max-width: 957px ) {
  .footer-third-row-content {
    flex-direction: center;
  }
}
@media  all and (max-width: 459px ) {
  .footer-third-row-content {
    flex-direction: center;
  }
}
.footer-fourth-row {
  background: transparent;
}
.footer-fourth-row-content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: black;
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer-fourth-row-content a,
.footer-fourth-row-content a:visited {
  color: black;
  text-decoration: none;
}
.footer-fourth-row-content a:hover,
.footer-fourth-row-content a:visited:hover {
  color: #0092ba;
  text-decoration: underline;
}
@media  all and (max-width: 957px ) {
  .footer-fourth-row-content {
    flex-direction: center;
  }
}
@media  all and (max-width: 459px ) {
  .footer-fourth-row-content {
    flex-direction: center;
  }
}
.footer-widget-one {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  padding: 0;
  margin: 12px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-one {
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-two {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 27%;
  padding: 0;
  margin: 12px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-two {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-three {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding: 0;
  margin: 12px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-three {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-four {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding: 0;
  margin: 12px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-four {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-five {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 12px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-five {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-six {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 12px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-six {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-seven {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 12px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-seven {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-left-navigation-simple {
  background-color: #3d3c41;
  color: white;
}
.footer-left-navigation-simple a {
  color: white;
  text-decoration: none;
}
.footer-left-navigation-simple a:hover {
  color: white;
  text-decoration: underline;
}
.footer-left-navigation-simple a:visited {
  color: white;
}
.footer-left-navigation-simple a:visited:hover {
  color: white;
  text-decoration: underline;
}
.footer-left-navigation-simple .site-footer-content {
  box-sizing: border-box;
  height: 50px;
  font-size: 1.25em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-left-navigation-simple .legal-info {
  text-align: right;
}
.header-widget-two form {
  display: flex;
  flex-wrap: wrap;
}
.header-widget-two  form > p {
  width: 100%;
}
a[href="/plp/htm/ibot.htm"]{
display: none;
}
#wp-submit {
  margin: 0;
}
.login-username label,
.login-password label {
  width: 100%;
}
.login-username,
.login-password {
  margin: 3px 0;
}
.logout-container {
  position: relative;
}
.logout-button {
  position: absolute;
  top: 0;
  right: 0;
}
.logout-button .button {
  margin: 0;
}
.mobile-button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 36px;
  justify-content: flex-end;
  width: 30%;
  z-index: 9;
}
@media  all and (min-width: 958px ) {
  .mobile-button-container {
    display: none;
  }
}
.mobile-button-container button {
  background: none;
  border: none;
  position: relative;
}
.mobile-button-container .icon {
  color: white;
  display: inline-block;
  font-size: 36px;
  line-height: 0;
  position: absolute;
  right: 0;
  top: -18px;
}
@media  all and (max-width: 767px ) {
  .mobile-button-container {
    width: 30%;
    box-sizing: border-box;
  }
}
@media  all and (max-width: 459px ) {
  .mobile-button-container {
    width: 30%;
    box-sizing: border-box;
  }
}
.mobile-menu-opened {
  left: 0 !important;
  position: absolute !important;
  transition: left 300ms;
  visibility: visible !important;
}
.mobile-menu {
  box-sizing: border-box;
  background-color: white;
  border-bottom: 1px solid #004254;
  border-top: 2px solid #004254;
  font-size: 1rem;
  left: 150vw;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding-left: 0;
  position: fixed;
  right: 0;
  transition: left 300ms;
  width: 100vw;
  visibility: hidden;
  z-index: 10000;
}
@media  all and (min-width: 958px ) {
  .mobile-menu {
    display: none;
  }
  .icon.icon-plus-square{
display: none;
  }
}
.mobile-menu > li {
  position: relative;
}
.mobile-menu > li > a,
.mobile-menu > li a:visited {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 33, 42, 0.35);
  color: #004254 !important;
  display: block;
  padding: 7.2px 12px;
  text-decoration: none;
}
.mobile-menu > li > a:hover,
.mobile-menu > li a:visited:hover {
  color: #0092ba !important;
}
.mobile-menu > li .icon {
  font-size: 1.6rem;
  position: absolute;
  right: 18px;
  top: 10px;
}
.mobile-menu > li > ul {
  box-sizing: border-box;
  font-size: 0.9rem;
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 250ms;
}
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li a:visited {
  box-sizing: border-box;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #004254;
  display: block;
  padding: 6px 21px;
  text-decoration: none;
}
.mobile-menu > li > ul > li > a:hover,
.mobile-menu > li > ul > li a:visited:hover {
  color: #0092ba;
}
.mobile-menu > li > ul > li.menu-item-has-children {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.mobile-menu > li > ul > li.menu-item-has-children > a {
  border-bottom-color: transparent;
}
.mobile-menu > li > ul > li.menu-item-has-children > ul {
  box-sizing: border-box;
  padding: 0;
  background-color: white;
}
.mobile-menu > li > ul > li.menu-item-has-children > ul > li > a,
.mobile-menu > li > ul > li.menu-item-has-children > ul > li a:visited {
  box-sizing: border-box;
  display: block;
  color: #004254;
  padding: 6px 30px;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.8rem;
}
.mobile-menu > li > ul > li.menu-item-has-children > ul > li > a:hover,
.mobile-menu > li > ul > li.menu-item-has-children > ul > li a:visited:hover {
  color: #0092ba;
}
.mobile-menu .mobile-submenu-opened ul {
  max-height: 1070px;
  transition: max-height 250ms;
}
.header-one-row-simple .mobile-menu {
  border-bottom: 2px solid #3d3c41;
  border-top: 0 solid #004254;
  background-color: white;
}
.header-one-row-simple .mobile-menu > li {
  background-color: white;
}
.header-one-row-simple .mobile-menu > li > a {
  border-bottom: 1px solid rgba(61, 60, 65, 0.25);
  color: #3d3c41;
}
.header-one-row-simple .mobile-menu > li > ul > li > a {
  background-color: #7f7f7f;
  border-bottom: 1px solid rgba(61, 60, 65, 0.25);
  color: #3d3c41;
}
.header-one-row-simple .mobile-menu > li > ul > li.menu-item-has-children {
  border-bottom: 1px solid rgba(61, 60, 65, 0.25);
}
.header-one-row-simple .mobile-menu > li > ul > li.menu-item-has-children > a {
  border-bottom-color: transparent;
}
.header-one-row-simple .mobile-menu > li > ul > li.menu-item-has-children > ul {
  padding: 0;
  background-color: #7f7f7f;
}
.header-one-row-simple .mobile-menu > li > ul > li.menu-item-has-children > ul > li > a {
  background-color: #7f7f7f;
  color: #3d3c41;
  border-top: 1px solid rgba(61, 60, 65, 0.15);
}
.header-four .mobile-menu {
  border-top: 0 solid #004254;
  border-bottom: 2px solid #3d3c41;
  background-color: white;
}
.header-four .mobile-menu li {
  background-color: white;
}
.header-four .mobile-menu li > a {
  color: #3d3c41;
  border-bottom: 1px solid rgba(61, 60, 65, 0.25);
}
.header-four .mobile-menu li ul li > a {
  background-color: #22b573;
  color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.header-two-rows-contact-top .mobile-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-top: 0 solid #004254;
  border-bottom: 2px solid #004254;
  background-color: white;
}
.header-two-rows-contact-top .mobile-menu li {
  background-color: white;
}
.header-two-rows-contact-top .mobile-menu li > a {
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.header-two-rows-contact-top .mobile-menu li ul li > a {
  background-color: #dedede;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.button,
.button-small,
.button-large,
.button-x-large {
  margin: 12px 0;
}
.button,
.button-default {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border-style: solid;
  transition: all 200ms;
  padding: 12px 24px;
  font-size: 1.1rem;
  border-width: 0;
  border-radius: 6px;
}
.button:hover,
.button-default:hover {
  text-decoration: none;
  transition: all 200ms;
}
.button-small {
  box-sizing: border-box;
  padding: 6px 12px;
  font-size: 0.9rem;
  border-width: 0;
  border-radius: 6px;
}
.button-large,
.button-x-large {
  box-sizing: border-box;
  padding: 18px 30px;
  font-size: 1.2rem;
  border-width: 0;
  border-radius: 6px;
}
.button-widget {
  width: 100%;
  text-align: center;
}
.button,
.button-default,
.button-primary {
  background: #22b573;
  border-color: #22b573;
  color: white;
}
.button:hover,
.button-default:hover,
.button-primary:hover,
.button:active,
.button-default:active,
.button-primary:active {
  background-position: 0 0;
  background: #16754a;
  color: white;
  border-color: white;
}
.button:visited,
.button-default:visited,
.button-primary:visited {
  color: white;
}
.button:visited:hover,
.button-default:visited:hover,
.button-primary:visited:hover {
  color: white;
}
.button-alt {
  background: #004254;
  border-color: #004254;
  color: white;
}
.button-alt:hover,
.button-alt:active {
  background-position: 0 0;
  background: #000608;
  color: white;
  border-color: white;
}
.button-alt:visited {
  color: white;
}
.button-alt:visited:hover {
  color: white;
}
.list-2-columns {
  box-sizing: border-box;
  columns: 2;
  page-break-inside: avoid;
  break-inside: avoid;
}
.list-3-columns {
  box-sizing: border-box;
  columns: 3;
  page-break-inside: avoid;
  break-inside: avoid;
}
/*.slider-container {
  position: relative;
}
.slider-container img {
  width: 100%;
}
.slider-control-prev,
.slider-control-next {
  position: absolute;
  top: 0px;
  background-color: transparent;
  height: 100%;
  width: 5%;
  display: flex;
  font-size: 50px;
  color: white;
  align-content: center;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  z-index: 5;
  cursor: pointer;
  transition: opacity 300ms;
}
@media  all and (max-width: 767px ) {
  .slider-control-prev,
  .slider-control-next {
    font-size: 30px;
  }
}
.slider-control-prev {
  left: 15px;
}
.slider-control-next {
  right: 15px;
}
.slider-control-prev:hover,
.slider-control-next:hover {
  opacity: 1;
  transition: opacity 300ms;
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 5;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px #000000, 0 0 10px gray;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 20px;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
  width: 20px;
  height: 20px;
  background-color: #004254;
  box-shadow: 1px 1px 2px #000000, 0 0 10px gray;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 20px;
}*/
.lg-backdrop.in {
  opacity: 0.8 !important;
}
.acf-image-gallery-modal .lg-inner {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.acf-image-gallery-modal .lg-sub-html {
  position: absolute !important;
}
.acf-image-gallery-modal .lg-toolbar {
  background-color: transparent !important;
  height: 0 !important;
}
.acf-image-gallery-modal .lg-toolbar .lg-icon {
  color: white !important;
}
.acf-image-gallery-modal .lg-img-wrap {
  box-sizing: border-box;
  padding: 15px !important;
}
.acf-image-gallery-modal .lg-actions .lg-next:hover,
.acf-image-gallery-modal .lg-actions .lg-prev:hover {
  color: #004254 !important;
}
.acf-image-gallery-modal .lg-thumb-item.active,
.acf-image-gallery-modal .lg-thumb-item:hover {
  border-color: #004254 !important;
}
.acf-image-gallery-modal .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: pointer !important;
}
.acf-image-gallery-modal .lg-toolbar .lg-icon {
  color: #004b77 !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) !important;
}
.acf-image-gallery-modal .lg-thumb-outer {
  box-sizing: border-box;
  padding: 0px 10px !important;
}
/**
 *
 * Search and Forms
 *
 */
.search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sidebar .search-form {
  justify-content: center;
}
.search-input {
  box-sizing: border-box;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-radius: 3px 0px 0px 3px;
  padding: 0px 12px;
  height: 2.4rem;
}
.search-submit {
  box-sizing: border-box;
  height: 2.4rem;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-radius: 0px 3px 3px 0px;
  padding: 6px 10px;
}
.search-submit .icon {
  font-size: 1.3em;
}
.search-field-default {
  background-color: white;
  color: #101010;
  border-color: #101010;
}
.button-search-default {
  border-color: #101010;
  background-color: white;
  color: #101010;
}
.button-search-default:hover,
.button-search-default:active {
  background-color: #004254;
  color: white;
  cursor: pointer;
}
.button-search-default:visited {
  color: white;
}
.button-search-default:visited:hover {
  color: white;
}
.search-field-primary {
  background-color: transparent;
  color: #004254;
  border-color: #004254;
}
.button-search-primary {
  border-color: #004254;
  background-color: transparent;
  color: #004254;
}
.button-search-primary:hover,
.button-search-primary:active {
  background-color: #004254;
  color: white;
  cursor: pointer;
}
.button-search-primary:visited {
  color: white;
}
.button-search-primary:visited:hover {
  color: white;
}
.search-field-secondary {
  background-color: transparent;
  color: #004b77;
  border-color: #004b77;
}
.button-search-secondary {
  border-color: #004b77;
  background-color: transparent;
  color: #004b77;
}
.button-search-secondary:hover,
.button-search-secondary:active {
  background-color: #004b77;
  color: white;
  cursor: pointer;
}
.button-search-secondary:visited {
  color: white;
}
.button-search-secondary:visited:hover {
  color: white;
}
.search-field-tertiary {
  background-color: transparent;
  color: #22b573;
  border-color: #22b573;
}
.button-search-tertiary {
  border-color: #22b573;
  background-color: transparent;
  color: #22b573;
}
.button-search-tertiary:hover,
.button-search-tertiary:active {
  background-color: #22b573;
  color: white;
  cursor: pointer;
}
.button-search-tertiary:visited {
  color: white;
}
.button-search-tertiary:visited:hover {
  color: white;
}
.search-field-quaternary {
  background-color: transparent;
  color: #0092ba;
  border-color: #0092ba;
}
.button-search-quaternary {
  border-color: #0092ba;
  background-color: transparent;
  color: #0092ba;
}
.button-search-quaternary:hover,
.button-search-quaternary:active {
  background-color: #0092ba;
  color: white;
  cursor: pointer;
}
.button-search-quaternary:visited {
  color: white;
}
.button-search-quaternary:visited:hover {
  color: white;
}
input.input-default {
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: #101010;
  border-radius: 5px;
  padding: 0px 12px;
  height: 2.4rem;
  min-width: 230px;
  background-color: white;
  color: #101010;
}
input.input-default::placeholder {
  color: #dedede;
}
input.input-primary {
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: #004254;
  border-radius: 5px;
  padding: 0px 12px;
  height: 2.4rem;
  min-width: 230px;
  background-color: transparent;
  color: #004254;
}
input.input-primary::placeholder {
  color: #001a21;
}
input.input-secondary {
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: #004b77;
  border-radius: 5px;
  padding: 0px 12px;
  height: 2.4rem;
  min-width: 230px;
  background-color: transparent;
  color: #004b77;
}
input.input-secondary::placeholder {
  color: #002b44;
}
input.input-tertiary {
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: #22b573;
  border-radius: 5px;
  padding: 0px 12px;
  height: 2.4rem;
  min-width: 230px;
  background-color: transparent;
  color: #22b573;
}
input.input-tertiary::placeholder {
  color: #1a8a58;
}
input.input-quaternary {
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: #0092ba;
  border-radius: 5px;
  padding: 0px 12px;
  height: 2.4rem;
  min-width: 230px;
  background-color: transparent;
  color: #0092ba;
}
input.input-quaternary::placeholder {
  color: #006a87;
}
/*
 * Google Search Results
**/
.search-top {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 1em;
  color: gray;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.sort-options a {
  color: #0000cc;
  text-decoration: none;
}
.sort-options a:hover {
  color: darkblue;
  text-decoration: underline;
}
.result-box {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1em;
  color: #151515;
}
@media  all and (max-width: 957px ) {
  .result-box {
    font-size: 0.9em;
  }
}
.result-box-title {
  font-size: 1.3em;
  color: black;
}
@media  all and (max-width: 957px ) {
  .result-box-title {
    font-size: 1.2em;
  }
}
.result-box-title:hover {
  color: #004274;
}
.result-box-display-url {
  color: #007413;
  width: 100%;
  display: block;
}
.result-snippet,
.snippet-with-thumbnail {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0px;
}
.snippet-with-thumbnail {
  display: flex;
}
.snippet-img-container {
  max-width: 75px;
  height: auto;
  display: flex;
  align-items: center;
}
.snippet-img {
  width: 90%;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.additional-results-page-links {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
}
.current-results-page,
.more-results-link {
  font-size: 1.15em;
  padding: 5px;
}
.current-results-page {
  padding: 5px 10px;
  background-color: #004274;
  color: white;
}
.more-results-link {
  color: black;
  text-decoration: none;
}
.more-results-link:hover {
  text-decoration: underline;
}
.no-results-found {
  background-color: yellow;
  font-size: 1.1em;
  padding: 8px;
  border: 1px solid #ffcc33;
  background-color: #fff4c2;
}

/**
 *	Custom Field Elements
 *
 */
.sidebar-image-caption {
  font-size: 0.9em;
  color: gray;
}
.acf-single-billboard .acf-single-billboard-background {
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.acf-single-billboard .acf-single-billboard-background .container {
  position: relative;
}
.acf-single-billboard .acf-single-billboard-background .billboard-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.acf-single-billboard .acf-single-billboard-background h1 {
  font-size: 2.6em;
  margin-top: 0;
  margin-bottom: 12px;
}
.acf-single-billboard .acf-single-billboard-background h2 {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 24px;
}
.acf-single-billboard .acf-single-billboard-background .billboard-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media  all and (max-width: 1299px ) {
  .acf-single-billboard .acf-single-billboard-background h1 {
    font-size: 2.3em;
  }
  .acf-single-billboard .acf-single-billboard-background h2 {
    font-size: 1.4em;
  }
}
@media  all and (max-width: 1128px ) {
  .acf-single-billboard .acf-single-billboard-background h1 {
    font-size: 1.6em;
  }
  .acf-single-billboard .acf-single-billboard-background h2 {
    font-size: 1.1em;
    margin-bottom: 12px;
  }
}
.acf-single-button-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.acf-single-button-left {
  justify-content: flex-start;
}
.acf-single-button-center {
  justify-content: center;
}
.acf-single-button-right {
  justify-content: flex-end;
}
.acf-page-product-section .product-section-top,
.acf-page-product-section .product-section-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.acf-page-product-section .product-section-image {
  width: calc( 20% - 6px );
}
.acf-page-product-section .product-section-image .product-section-thumbnail {
  width: 100%;
}
.acf-page-product-section .product-section-description {
  width: calc( 80% - 6px );
}
.acf-bucket-container {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  width: 100%;
}
@media  all and (max-width: 957px ) {
  .acf-bucket-container > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.acf-bucket-container-type-circular .bucket {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.acf-bucket-container-type-circular .bucket .bucket-icon-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 75%;
  border-radius: 50%;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.38);
  justify-content: center;
}
.acf-bucket-container-type-circular .bucket .bucket-icon-container .bucket-icon {
  max-width: 60%;
  max-height: 60%;
}
.acf-bucket-container-type-simple .bucket {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
}
@media  all and (max-width: 957px ) {
  .acf-bucket-container-type-simple .bucket {
    margin-bottom: 12px;
  }
}
.acf-bucket-container-type-variable .bucket .button-secondary {
  width: 100%;
  text-align: center;
  margin: 0 0 12px;
  font-weight: 600;
}
.acf-bucket-container-type-variable .variable-bucket-recent-posts {
  padding-left: 18px;
}
.acf-bucket-container-type-variable .fluid-width-video-wrapper {
  margin-bottom: 12px;
}
.acf-page-cta-bar {
  padding: 12px 0;
  margin: 0;
  font-size: 1.5em;
  text-align: center;
}
.acf-page-cta-bar > :last-child {
  margin-bottom: 0;
}
.acf-image-grid-vscroll .vscroll-slider .acf-image-grid-vscroll-slider-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media  all and (max-width: 957px ) {
  .acf-image-grid-vscroll .vscroll-slider .acf-image-grid-vscroll-slider-row > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.acf-image-grid-vscroll .vscroll-slider .acf-image-grid-vscroll-slider-row > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
.acf-image-grid-vscroll .vscroll-slider .acf-image-grid-vscroll-slider-row .acf-image-grid-vscroll-img {
  object-fit: contain;
}
.acf-image-grid-vscroll .acf-image-grid-vscroll-static-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media  all and (max-width: 957px ) {
  .acf-image-grid-vscroll .acf-image-grid-vscroll-static-row > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.acf-image-grid-vscroll .acf-image-grid-vscroll-static-row > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
.acf-image-grid-vscroll .acf-image-grid-vscroll-static-row .acf-image-grid-vscroll-img {
  object-fit: contain;
}
.acf-image-grid-vscroll .grid-img-caption {
  font-size: 0.9em;
  line-height: 1.25;
  font-style: italic;
  color: #3d3c41;
  margin-top: 6px;
}
.bucket-square-bordered {
  width: calc(100% / 3 -  12px );
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.bucket-square-bordered .bucket-title {
  padding: 12px;
  font-size: 1.2em;
  font-weight: 600;
  display: block;
  background-color: #004b77;
  color: white;
  width: 100%;
}
.bucket-square-bordered .bucket-description {
  padding: 12px;
  border-width: 0 2px 2px 2px;
  border-color: #004b77;
  border-style: solid;
  margin: 0;
  flex: 1;
}
.bucket-bordered {
  padding: 12px;
}
.bucket-bordered-primary {
  border-style: solid;
  border-color: #004254;
  border-width: 1px;
}
.bucket-bordered-secondary {
  border-style: solid;
  border-color: #004b77;
  border-width: 1px;
}
.bucket-bordered-tertiary {
  border-style: solid;
  border-color: #22b573;
  border-width: 1px;
}
.bucket-bordered-quaternary {
  border-style: solid;
  border-color: #0092ba;
  border-width: 1px;
}
.bucket-bordered-link-color {
  border-style: solid;
  border-color: #0092ba;
  border-width: 1px;
}
.bucket-bordered-light-gray {
  border-style: solid;
  border-color: #dedede;
  border-width: 1px;
}
.bucket-bordered-gray {
  border-style: solid;
  border-color: #7f7f7f;
  border-width: 1px;
}
.bucket-bordered-dark-gray {
  border-style: solid;
  border-color: #3d3c41;
  border-width: 1px;
}
.bucket-bordered-black {
  border-style: solid;
  border-color: black;
  border-width: 1px;
}
.bucket-bordered-white {
  border-style: solid;
  border-color: white;
  border-width: 1px;
}
/**
 *
 * Heading Fields
 *
 */
.acf-page-heading-image {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 12px;
}
.acf-page-heading-image .entry-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 12px;
  color: white;
}
.acf-page-heading-image .entry-header h1 {
  margin: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.acf-page-heading-image .entry-header h2 {
  margin: 0;
}
@media  all and (max-width: 767px ) {
  .acf-page-heading-image h1 {
    font-size: 1.3em;
  }
  .acf-page-heading-image h2 {
    font-size: 1em;
  }
}
.acf-page-element-default-content {
  width: 100%;
}
@media  all and (max-width: 957px ) {
  .acf-page-element-default-content img:not(.aligncenter) {
    max-width: 35%;
  }
  .acf-page-element-default-content figure:not(.aligncenter) {
    max-width: 35% !important;
  }
  .acf-page-element-default-content figure:not(.aligncenter) img {
    max-width: 100%;
  }
}
.acf-page-list {
  padding-left: 0;
  list-style: none;
}
.acf-featured-row {
  width: 100%;
  margin: 24px 0;
}
.acf-featured-row .featured-row-content {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media  all and (max-width: 957px ) {
  .acf-featured-row .featured-row-content {
    flex-wrap: wrap;
  }
}
.acf-featured-row .featured-row-content [class^='featured-row-image-container'] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-right: 12px;
}
.acf-featured-row .featured-row-content [class^='featured-row-image-container'] img {
  z-index: 2;
}
.acf-featured-row .featured-row-content [class^='featured-row-image-container'] .lightbox-image {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.acf-featured-row .featured-row-content [class^='featured-row-image-container'] .lightbox-image-message {
  font-size: 0.75em;
  margin: 0.67em auto;
}
@media  all and (max-width: 767px ) {
  .acf-featured-row .featured-row-content [class^='featured-row-image-container'] {
    width: 100%;
    margin: 0 0 24px 0px;
  }
  .acf-featured-row .featured-row-content [class^='featured-row-image-container'] img {
    width: 65%;
  }
}
@media  all and (max-width: 459px ) {
  .acf-featured-row .featured-row-content [class^='featured-row-image-container'] img {
    width: 95%;
  }
}
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h1,
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h2,
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h3,
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h4,
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h5,
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h6 {
  margin: 0 0 0.67em;
}
@media  all and (max-width: 767px ) {
  .acf-featured-row .featured-row-content [class^='featured-row-text-container'] {
    width: 100%;
    margin: 0 0 24px 0px;
    text-align: center;
  }
}
.acf-split-grid-billboard .split-grid-billboard-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acf-split-grid-billboard .split-grid-billboard-container .text-section {
  width: calc( 50% -  12px  );
  padding-right: 48px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.acf-split-grid-billboard .split-grid-billboard-container .text-section h1 {
  text-align: right;
}
.acf-split-grid-billboard .split-grid-billboard-container .grid-section {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.acf-split-grid-billboard .split-grid-billboard-container .grid-section img {
  width: 50%;
  object-fit: contain;
}
@media  all and (max-width: 767px ) {
  .acf-split-grid-billboard .split-grid-billboard-container {
    flex-direction: column-reverse;
  }
  .acf-split-grid-billboard .split-grid-billboard-container .text-section {
    width: 100%;
    padding-right: 0;
  }
  .acf-split-grid-billboard .split-grid-billboard-container .text-section h1 {
    text-align: center;
  }
  .acf-split-grid-billboard .split-grid-billboard-container .text-section .button-container {
    display: block;
    margin: 0 auto;
  }
  .acf-split-grid-billboard .split-grid-billboard-container .grid-section {
    width: 100%;
  }
  .acf-split-grid-billboard .split-grid-billboard-container .grid-section img {
    width: 25%;
  }
}
.multi-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multi-button-container a {
  width: calc(100% / 3 -  12px );
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  background-position: 100% 100%;
  transition: all 250ms;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: none;
}
.multi-button-container a:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: all 300ms;
  background-size: 100% 100%;
  background-position: 100% 100%;
}
.multi-button-container a:hover,
.multi-button-container a :visited:hover {
  transition: all 250ms;
  color: #22b573;
}
.multi-button-container a:hover:before,
.multi-button-container a :visited:hover:before {
  opacity: 1;
  transition: all 300ms;
}
.buckets-semi-transparent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket {
  height: 220px;
  border: 2px solid #004b77;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.5);
  width: calc(100%/4 -  12px );
  color: white;
  position: relative;
  display: flex;
  padding: 12px;
  align-items: flex-end;
  text-decoration: none;
  background-color: #004b77;
  margin-bottom: 12px;
  background-position: center center;
  background-size: cover;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  transition: all 300ms;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket:hover {
  color: #22b573;
  transition: all 300ms;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket:hover:before {
  opacity: 0.1;
  transition: opacity 300ms;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #004b77;
  opacity: 0.45;
  transition: opacity 300ms;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket a:hover {
  text-decoration: none;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket .buckets-semi-transparent-title {
  font-weight: 300;
  font-size: 2.1rem;
  z-index: 1;
}
/**
 *
 * Glossary List
 *
 */
.glossary-item-description {
  transition: color 750ms !important;
}
.glossary-items-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.glossary-items-list li {
  padding: 0 6px;
}
.notice-text {
  color: #12c575 !important;
  transition: all 750ms !important;
}
.notice-text * {
  color: #12c575 !important;
  transition: all 750ms !important;
}
.acf-image-buckets-container {
  display: flex;
  flex-wrap: wrap;
}
.acf-image-buckets-container .image-bucket {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 155px;
  justify-content: center;
  align-items: center;
  width: 25%;
}
.acf-image-buckets-container .image-bucket .image-container {
  width: 100%;
  height: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.acf-image-buckets-container .image-bucket img {
  max-width: 75%;
  max-height: 75%;
}
/**
 * Sidebar Page Menu
 * todo - needs standard styles set
 */
.widget-acf-page-menu .widget-title {
  margin-bottom: 4px;
}
.widget-acf-page-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
  justify-content: space-between;
  list-style: none;
}
.widget-acf-page-menu ul li {
  width: 100%;
  padding: 6px;
}
.widget-acf-page-menu ul li:not(:last-child) {
  border-bottom: 1px solid #101010;
}
/**
 * Equal Columns
**/
.acf-equal-columns-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media  all and (max-width: 957px ) {
  .acf-equal-columns-row > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.acf-equal-columns-row .acf-equal-columns-1 {
  width: 100%;
}
.acf-equal-columns-row .acf-equal-columns-2 {
  width: calc(50% -  6px );
}
.acf-equal-columns-row .acf-equal-columns-3 {
  width: calc(100% / 3 -  6px );
}
.acf-equal-columns-row .acf-equal-columns-4 {
  width: calc(25% -  6px );
}
.acf-equal-columns-row .acf-equal-columns-5 {
  width: calc(20% -  6px );
}
.acf-equal-columns-row .acf-equal-columns-6 {
  width: calc(100%/6 -  6px );
}
@media  all and (max-width: 957px ) {
  .acf-equal-columns-row img:not(.aligncenter) {
    max-width: 35%;
  }
  .acf-equal-columns-row figure:not(.aligncenter) {
    max-width: 35% !important;
  }
  .acf-equal-columns-row figure:not(.aligncenter) img {
    max-width: 100%;
  }
  .acf-equal-columns-row figure.aligncenter img {
    max-width: 100%;
  }
}
.acf-equal-columns-vertical-center {
  align-items: center;
}
.acf-columns-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media  all and (max-width: 957px ) {
  .acf-columns-flex > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.acf-flex-type-flex-start {
  justify-content: flex-start;
}
.acf-flex-type-flex-end {
  justify-content: flex-end;
}
.acf-flex-type-center {
  justify-content: center;
}
.acf-flex-type-space-between {
  justify-content: space-between;
}
.acf-flex-type-space-around {
  justify-content: space-around;
}
.acf-pdf-list-files {
  display: flex;
  flex-wrap: wrap;
}
.acf-pdf-list-files .file-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  width: 100%;
  align-items: center;
}
.acf-pdf-list-files .row-icon {
  margin-right: 12px;
}
.acf-pdf-list-files .size-display {
  margin-left: 6px;
}
.acf-pdf-list-files .pdf-description {
  width: 100%;
  margin-left: 39px;
  font-size: 0.9em;
}
.acf-pdf-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.acf-pdf-grid > h1,
.acf-pdf-grid h2,
.acf-pdf-grid h3,
.acf-pdf-grid h4,
.acf-pdf-grid h5,
.acf-pdf-grid h6 {
  padding-left: 12px;
}
.pdf-grid-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.acf-employee-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acf-employee-list > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
.employee-list-person {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(25% -  12px );
}
.variable-grid {
  display: flex;
  flex-wrap: wrap;
}
.variable-grid > * {
  padding: 12px;
  text-decoration: none;
}
.variable-grid > *:hover .grid-description {
  opacity: 1;
  transition: all 400ms;
}
.variable-grid > *:hover:not(.grid-tssc) .grid-background {
  opacity: 0.2;
  transition: all 400ms;
}
@media  all and (max-width: 957px ) {
  .variable-grid {
    padding: 6px;
  }
}
[class^=grid-item-] {
  position: relative;
}
.grid-item-title {
  font-size: 1.4rem;
  font-weight: 600;
}
@media  all and (max-width: 957px ) {
  .grid-item-title {
    font-size: 1.1rem;
  }
}
.grid-description:not(.grid-content-news) {
  transition: all 400ms;
  opacity: 0;
  font-size: 1.2rem;
}
@media  all and (max-width: 1128px ) {
  .grid-description:not(.grid-content-news) {
    font-size: 1rem;
  }
}
@media  all and (max-width: 957px ) {
  .grid-description:not(.grid-content-news) {
    display: none;
  }
}
.grid-background {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 400ms;
}
.grid-background img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  margin-top: 0;
  width: auto;
}
.news-items {
  padding-left: 10px;
  list-style: none;
}
.news-items > li {
  margin-bottom: 12px;
}
.news-items > li > a {
  font-size: 1.1rem;
}
@media  all and (max-width: 1128px ) {
  .news-items > li {
    margin-bottom: 6px;
  }
  .news-items > li > a {
    font-size: 1rem;
  }
}
.grid-background-primary {
  background: linear-gradient(135deg, #002d54, #004254);
}
.grid-background-secondary {
  background: linear-gradient(135deg, #002d77, #004b77);
}
.grid-background-tertiary {
  background: linear-gradient(135deg, #22b598, #22b573);
}
.grid-background-quaternary {
  background: linear-gradient(135deg, #0064ba, #0092ba);
}
.grid-background-black {
  background: linear-gradient(135deg, black, #3d3c41);
}
.grid-background-white {
  background: linear-gradient(135deg, #bfbfbf, white);
}
.grid-background-gray {
  background: linear-gradient(135deg, #7f7f7f, #a5a5a5);
}
/**
 *
 * Top Button
 * Button that displays on all pages to go back to top of page 
 *
 */
.toTopButton {
  display: none;
  position: fixed;
  opacity: 0.5;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  line-height: 32px;
  font-size: 40px;
  font-weight: 800;
  outline: 0;
  z-index: 10;
}
.toTopButton:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  outline: 0;
}
.toTopButton:visited {
  color: white;
}
.toTopButton:visited:hover {
  color: white;
}
.top-button-primary {
  background-color: #004254;
}
.top-button-secondary {
  background-color: #004b77;
}
.top-button-tertiary {
  background-color: #22b573;
}
.top-button-quaternary {
  background-color: #0092ba;
}
.top-button-link-color {
  background-color: #0092ba;
}
.top-button-black {
  background-color: black;
}
.top-button-white {
  background-color: white;
  border: 2px solid #000;
  color: #000;
}
.top-button-white:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.9;
  outline: 0;
}
.top-button-white:visited {
  color: black;
}
.top-button-white:visited:hover {
  color: black;
}
.top-button-right {
  right: 18px;
  bottom: 18px;
}
.top-button-left {
  left: 18px;
  bottom: 18px;
}
/**
 *
 * Google Translate Dropdown Styles
 *
 * Comment Out to Remove
 */
/**
 *
 * B2B Woocommerce Styles
 *
**/
.woocommerce .site-content img,
.woocommerce-page .site-content img {
  height: initial;
  max-width: initial;
}
.breadcrumb {
  margin-bottom: 24px;
  margin-top: 12px;
}
.woocommerce-page #content div.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-page #content div.product div.images {
  width: 450px;
}
.woocommerce-page #content div.product div.images img {
  max-height: 450px;
}
.woocommerce-page #content div.product div.images .flex-control-thumbs {
  margin-top: 24px;
}
.woocommerce-page #content div.product div.images .flex-control-thumbs li {
  width: calc(25% -  12px );
  margin-right: 12px;
}
@media  all and (max-width: 1128px ) {
  .woocommerce-page #content div.product div.images {
    width: 220px;
  }
  .woocommerce-page #content div.product div.images img {
    max-height: 220px;
  }
}
@media  all and (max-width: 459px ) {
  .woocommerce-page #content div.product div.images {
    width: auto;
  }
  .woocommerce-page #content div.product div.images img {
    max-height: none;
  }
}
.woocommerce-page #content div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  border: 3px solid #dedede;
}
@media  all and (max-width: 767px ) {
  .woocommerce-page #content div.product .woocommerce-product-gallery {
    margin: 0 auto 24px;
  }
}
.woocommerce-page #content div.product .woocommerce-product-gallery > .flex-viewport {
  border: 3px solid #dedede;
}
.woocommerce-page #content div.product div.summary {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price {
  color: auto;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 24px;
}
.woocommerce-page #content div.product .qty-text {
  font-size: 21px;
  margin-right: 12px;
}
.woocommerce-page #content div.product .quantity {
  display: flex;
  justify-content: space-around;
  margin-right: 24px;
  margin-bottom: 24px;
}
.woocommerce-page #content div.product .quantity .qty {
  width: 80px;
  font-size: 21px;
  height: 40px;
  padding: 0;
  -moz-appearance: textfield;
  /* Firefox */
}
.woocommerce-page #content div.product .quantity .qty::-webkit-outer-spin-button,
.woocommerce-page #content div.product .quantity .qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.woocommerce-page #content div.product .quantity .qty-minus,
.woocommerce-page #content div.product .quantity .qty-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid ThreeDShadow;
  font-size: 20px;
  cursor: pointer;
  background-color: white;
}
.woocommerce-page #content div.product .quantity .qty-minus:hover,
.woocommerce-page #content div.product .quantity .qty-plus:hover {
  color: white;
  background-color: #004254;
  transition: all 200ms;
}
.woocommerce-page #content div.product .quantity .qty-minus ::selection,
.woocommerce-page #content div.product .quantity .qty-plus ::selection {
  background: transparent;
}
.woocommerce-page #content div.product .quantity .qty-plus {
  margin-left: 6px;
}
.woocommerce-page #content div.product .quantity .qty-minus {
  margin-right: 6px;
}
.woocommerce-page #content div.product .quantity .icon {
  position: relative;
  top: 2px;
}
.woocommerce-page #content div.product form.cart {
  width: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.woocommerce-page #content div.product form.cart .single_add_to_cart_button {
  font-size: 18px;
  padding: 12px 36px;
  margin-bottom: 24px;
}
.woocommerce-page #content div.product .description {
  width: 100%;
  margin: 0 0 24px;
}
.woocommerce-page #content div.product .description p:first-child {
  margin-top: 0;
}
.woocommerce-page #content div.product .specs {
  width: 100%;
}
.woocommerce-page #content div.product .specs h2 {
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding-bottom: 6px;
}
.woocommerce-page #content div.product .product-page-left-sidebar {
  width: 450px;
}
@media  all and (max-width: 1128px ) {
  .woocommerce-page #content div.product .product-page-left-sidebar {
    width: 220px;
  }
}
@media  all and (max-width: 767px ) {
  .woocommerce-page #content div.product .product-page-left-sidebar {
    width: 100%;
  }
}
.woocommerce-page #content div.product .product-page-right-primary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% -  450px  -  36px );
}
@media  all and (max-width: 1128px ) {
  .woocommerce-page #content div.product .product-page-right-primary {
    width: calc(100% -  220px  -  36px );
  }
}
@media  all and (max-width: 767px ) {
  .woocommerce-page #content div.product .product-page-right-primary {
    width: 100%;
  }
}
.woocommerce-page #content ul.products li.product a:not(.button) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.woocommerce-page #content ul.products li.product a:not(.button) .woocommerce-loop-product__title,
.woocommerce-page #content ul.products li.product a:not(.button) .woocommerce-loop-category__title {
  color: auto;
}
.woocommerce-page #content ul.products li.product a:not(.button) .product-img-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 250px;
  width: 250px;
  max-width: 100%;
}
.woocommerce-page #content ul.products li.product a:not(.button) .product-img-container img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  margin-bottom: 0;
}
.woocommerce-page #content ul.products li.product a:not(.button) h2 {
  width: 100%;
}
.woocommerce-page #content ul.products li.product a:not(.button) .price {
  align-self: flex-start;
  font-size: auto;
  color: auto;
}
.pswp__bg {
  background: #f7f7f7;
}
.pswp__caption__center {
  color: #000000;
  text-align: center;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 1.1rem;
  border-radius: 6px;
  color: white;
  background-color: #22b573;
  background: #22b573;
  border-style: solid;
  border-color: #22b573;
  border-width: 0;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-position: 0 0;
  background-color: #16754a;
  background: #16754a;
  color: white;
  border-color: white;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: white;
  background-color: #004254;
  background: #004254;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-position: 0 0;
  background-color: #000608;
  background: #000608;
  color: white;
  border-color: white;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  color: white;
  background-color: #004254;
  background: #004254;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: white;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: white;
  background-color: #16754a;
  background: #16754a;
}
.woocommerce-message {
  border-top-color: #004254;
}
.woocommerce-message::before {
  color: #004254;
}
.woocommerce-message .button {
  margin-left: 12px;
}
.woocommerce-shipping-calculator {
  display: block;
}
.woocommerce-form-login__rememberme {
  width: 100%;
}
.product-page-additional-info {
  width: 100%;
}
input#coupon_code {
  min-width: 200px;
}
@media  all and (max-width: 767px ) {
  input#coupon_code {
    min-width: unset;
  }
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 0;
  margin: 0 0 12px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  width: 100%;
}
.woocommerce form .form-row .woocommerce-input-wrapper,
.woocommerce-page form .form-row .woocommerce-input-wrapper {
  width: 100%;
}
@media  all and (max-width: 459px ) {
  .woocommerce form .form-row,
  .woocommerce-page form .form-row {
    width: 100%;
  }
}
.select2-container--default .select2-selection--single {
  border: 1px solid #101010;
  border-radius: 6px;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #101010;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.select2-container .select2-selection--single {
  height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
.woocommerce ul.order_details {
  margin: 36px 0;
  padding: 0;
}
@media  all and (min-width: 958px ) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  margin: 12px 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border-style: solid;
  transition: all 200ms;
  padding: 12px 24px;
  font-size: 1.1rem;
  border-width: 0;
  border-radius: 6px;
  background: #22b573;
  border-color: #22b573;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0 0 12px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  transition: all 200ms;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:active {
  background-position: 0 0;
  background: #16754a;
  color: white;
  border-color: white;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited {
  color: white;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited:hover {
  color: white;
}
@media  all and (min-width: 958px ) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
  }
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label,
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  display: revert;
}

body:not(.home) .site-content {
  padding-bottom: 48px;
}
.primary-menu {
  text-transform: uppercase;
}
.header-widget-one > div {
  margin-right: 18px;
}
.header-widget-one > div .icon {
  top: 2px;
  margin-right: 6px;
  position: relative;
}
@media  all and (max-width: 767px ) {
  .header-widget-one > div .icon {
    font-size: 20px;
  }
}
@media  all and (max-width: 767px ) {
  .widget-email-address .email-address {
    display: none;
  }
}
.widget-phone-number .added-text {
  margin-right: 6px;
}
@media  all and (max-width: 767px ) {
  .widget-phone-number .phone-no,
  .widget-phone-number .added-text {
    display: none;
  }
}
@media  all and (max-width: 1128px ) {
  .header-hours {
    display: none;
  }
}
@media  all and (max-width: 1299px ) {
  .header-address {
    display: none;
  }
}
.header-widget-two .icon {
  top: 2px;
  margin-left: 0;
  margin-right: 6px;
  position: relative;
}
@media  all and (max-width: 767px ) {
  .header-shop-links .icon {
    font-size: 20px;
    margin-left: 24px;
    margin-right: 0;
  }
  .header-shop-links .pipe {
    display: none;
  }
  .header-shop-links .cart-text,
  .header-shop-links .account-text {
    display: none;
  }
  .header-shop-links .checkout-link {
    display: none;
  }
}
.footer-widget-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#menu-quick-links,
#menu-our-products {
  margin-top: 0;
}
#menu-quick-links li,
#menu-our-products li {
  padding: 6px 0;
}
@media  all and (max-width: 957px ) {
  #menu-quick-links,
  #menu-our-products {
    text-align: center;
  }
}
.footer-widget-three .custom-html-widget {
  width: 100%;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-contact div[class^='footer-info'] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 9px 0;
}
.footer-contact div[class^='footer-info'] .icon-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 15%;
  font-size: 30px;
}
.footer-contact div[class^='footer-info'] .icon-container .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-contact div[class^='footer-info'] .info-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 85%;
}
@media  all and (max-width: 957px ) {
  .footer-contact div[class^='footer-info'] {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .footer-contact div[class^='footer-info'] .info-container {
    width: auto;
  }
}
.footer-contact div[class^='footer-info'].footer-info-address .street-one {
  width: 100%;
}
.footer-contact div[class^='footer-info'].footer-info-address .state-name {
  margin-left: 6px;
  margin-right: 6px;
}
@media  all and (max-width: 957px ) {
  .footer-contact div[class^='footer-info'].footer-info-address .info-container {
    width: 54%;
  }
}
.footer-widget-four p{
  margin: 0.67em 0;
}
.footer-widget-five p {
  margin: 0.67em 0;
}
.footer-widget-five .textwidget .copyright,
.footer-widget-five .textwidget a {
  display: inline;
}
.footer-second-row {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.acf-single-billboard .acf-single-billboard-background {
  color: white;
  text-transform: uppercase;
}
.acf-single-billboard .acf-single-billboard-background h1 {
  font-size: 2.3em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.acf-single-billboard .acf-single-billboard-background h2 {
  font-size: 1.9em;
  font-weight: 200;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.acf-single-billboard .acf-single-billboard-background .button {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#home-company-intro,
#home-qa {
  font-size: 18px;
  width: 85%;
  margin: 60px auto;
}
.heading-2color {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.heading-2color .heading-line-1 {
  margin-bottom: -12px;
  color: #004254;
  font-weight: 700;
}
.heading-2color .heading-line-2 {
  color: #22b573;
  font-weight: 300;
  margin-bottom: 0;
}
.heading-hr {
  background-color: #22b573;
  width: 200px;
  height: 4px;
  margin: 6px auto 36px;
}
/**
SEARCH FORM
 */
.search-form {
  box-sizing: border-box;
  position: absolute;
  right: 207px;
  top: 4px;
  z-index: 10;
  align-items: center;
  background-color: #004b77;
  display: none;
  height: 70px;
  justify-content: flex-end;
  left: 0;
  padding: 12px;
  right: 0;
  top: 32px;
  padding-right: calc((100% -  1300px ) / 2 +  12px );
}
@media  all and (max-width: 1299px ) {
  .search-form {
    padding-right: calc((100% -  1129px ) / 2 +  12px );
  }
}
@media  all and (max-width: 1128px ) {
  .search-form {
    padding-right: calc((100% -  958px ) / 2 +  12px );
  }
}
@media  all and (max-width: 957px ) {
  .search-form {
    padding-right: calc((100% -  768px ) / 2 +  12px );
    height: 60px;
  }
}
@media  all and (max-width: 767px ) {
  .search-form {
    top: 41px;
    padding-right: 12px;
  }
}
@media  all and (max-width: 459px ) {
  .search-form {
    align-items: flex-end;
    height: auto;
  }
  .search-form label {
    margin-bottom: 0;
    width: 80%;
  }
}
.search-input {
  border-width: 1px 0 1px 1px;
  border-color: #dedede;
  border-style: solid;
  border-radius: 3px 0 0 3px;
  padding: 0 12px;
  height: 40px;
  width: 240px;
  font-size: 22px !important;
}
@media  all and (max-width: 1128px ) {
  .search-input {
    height: 32px;
    font-size: 18px;
  }
}
@media  all and (max-width: 767px ) {
  .search-input {
    width: 220px;
  }
}
@media  all and (max-width: 459px ) {
  .search-input {
    height: 35px;
    font-size: 20px;
    width: 100%;
  }
}
.search-submit {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #dedede;
  color: #3d3c41;
  border-radius: 0 3px 3px 0;
  height: 40px;
  padding: 0 10px;
  font-size: 22px !important;
}
@media  all and (max-width: 1128px ) {
  .search-submit {
    height: 32px;
    font-size: 18px;
  }
}
@media  all and (max-width: 459px ) {
  .search-submit {
    height: 35px;
    width: 20%;
    font-size: 20px;
  }
}
.open-search-menu {
  margin-left: 12px;
  position: relative;
  cursor: pointer;
}
@media  all and (max-width: 767px ) {
  .open-search-menu {
    margin-left: 30px;
  }
}
@media  all and (max-width: 767px ) {
  .open-search-menu .icon-search {
    margin-right: 0;
    font-size: 20px;
  }
}
.search-bar-close {
  margin-left: 24px;
  font-size: 42px;
  cursor: pointer;
  line-height: 0.9em;
}
.search-bar-close:hover {
  opacity: 0.6;
}
@media  all and (max-width: 1128px ) {
  .search-bar-close {
    font-size: 34px;
  }
}
@media  all and (max-width: 459px ) {
  .search-bar-close {
    font-size: 38px;
    position: absolute;
    top: 3px;
  }
}
.search-label {
  font-size: 24px;
  margin-right: 12px;
}
@media  all and (max-width: 1128px ) {
  .search-label {
    font-size: 18px;
  }
}
@media  all and (max-width: 459px ) {
  .search-label {
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
  }
}
.search-notice,
.search-notice-bottom {
  width: 100%;
  margin: 24px 0;
  font-size: 30px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
.search-notice a,
.search-notice-bottom a {
  color: #101010;
  text-decoration: none;
}
.search-notice a:hover,
.search-notice-bottom a:hover {
  color: #101010;
  text-decoration: underline;
}
.search-notice a:visited,
.search-notice-bottom a:visited {
  color: #101010;
}
.search-notice a:visited:hover,
.search-notice-bottom a:visited:hover {
  color: #101010;
  text-decoration: underline;
}
.products-section {
  padding: 60px 0;
}
.products-section h2 {
  color: #004254;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  width: 100%;
  margin-bottom: 36px;
}
.buckets-nli {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.buckets-nli .bucket {
  width: calc(100% / 3 -  24px );
  margin-bottom: 36px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.buckets-nli .bucket-img-container {
  width: 100%;
  position: relative;
}
.buckets-nli .bucket-img-container > img {
  width: 100%;
}
.buckets-nli .bucket-img-container .bucket-icon {
  position: absolute;
  bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.buckets-nli .bucket-text-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 24px;
  text-align: center;
}
.buckets-nli .bucket-text-container .bucket-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 2em 0 0.67em 0;
}
.buckets-nli .bucket-text-container .bucket-description {
  margin: 0.67em 0;
  font-weight: 300;
}
.buckets-nli .bucket-text-container .bucket-link {
  margin: 0.67em 0;
  font-weight: 500;
}
.buckets-nli .bucket-text-container .bucket-link a,
.buckets-nli .bucket-text-container .bucket-link a:visited {
  color: #22b573;
  text-transform: uppercase;
}
.acf-page-heading-standard .entry-header {
  margin-bottom: 48px;
}
.acf-page-heading-standard .entry-header h2 {
  color: #004254;
  margin: 0.67em 0 0;
  font-weight: 700;
font-family: 'Poppins', Helvetica, Arial, sans-serif;
font-size: 2rem;
}
/*.acf-page-heading-standard .entry-header h2 {
  margin-top: 0;
  color: #004b77;
  margin-bottom: 0;
}*/
.acf-page-heading-standard .entry-header:after {
  content: '';
  display: block;
  background: linear-gradient(to right, #004254, #004b77);
  width: 100%;
  height: 3px;
  margin-top: 12px;
}
.shop-online-button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.shop-online-button {
  margin: 36px 0;
}
.product-feature-heading {
  color: #004b77;
}
