@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
.entry-title {
  max-width: 1300px;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1366px) {
  .container {
    width: 1300px;
    margin: auto;
  }
}
@media screen and (max-width: 1366px) {
  .container {
    margin: 18px;
  }
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  color: #0776bb;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}
h3 {
  color: #333;
  font-size: 22px;
  font-weight: lighter;
}
h4 {
  color: #333;
  font-size: 20px;
  line-height: 25px;
}
p,
li,
b,
i,
div {
  font-family: Arial, Helvetica, sans-serif;
}
body {
  margin: 0;
  padding: 0;
}
a:hover {
  color: #010334;
}
.lighter-h2 {
  font-weight: 300;
}
.site-header-topbar {
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.site-header-topbar i {
  color: #0776bb;
  padding-right: 6px;
}
.site-header-topbar .container {
  max-width: 100%;
  width: 1300px;
}
.site-header-topbar p,
.site-header-topbar a {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}
.site-header-topbar .widget,
.site-header-topbar .text-widget {
  max-height: 40px;
  margin: 0px;
}
.site-header-topbar .topbar-content {
  display: flex;
  justify-content: space-between;
}
.site-header-topbar .topbar-content .left-section {
  display: flex;
  align-items: center;
  font-size: 13px;
}
@media screen and (max-width: 650px) {
  .site-header-topbar .topbar-content .left-section {
    display: none;
  }
}
.site-header-topbar .topbar-content .right-section {
  height: 100%;
  font-size: 13px;
}
@media screen and (max-width: 650px) {
  .site-header-topbar .topbar-content .right-section {
    width: 100%;
  }
  .site-header-topbar .topbar-content .right-section .textwidget {
    display: flex;
    justify-content: flex-end;
  }
}
.site-header-topbar .topbar-content .right-section .custom-html-widget {
  display: flex;
  height: 100%;
  align-items: center;
}
.site-header-topbar .topbar-content .right-section .custom-html-widget .top-contact-phone a {
  display: flex;
}
.site-header-topbar .topbar-content .right-section .custom-html-widget .top-contact-mail a {
  display: flex;
}
.site-header-topbar .topbar-content .right-section .custom-html-widget .hidesmall:hover {
  color: #f99d1c;
}
.site-header-topbar .topbar-content .right-section .custom-html-widget .hidesmall {
  transition: color 0.3s;
}
.site-header-topbar .topbar-content .right-section .custom-html-widget .dashicons {
  font-size: 15px;
  margin-top: 2px;
}
.site-header-topbar .topbar-content .right-section .custom-html-widget div {
  margin: 0px 6px;
}
.site-header-topbar .topbar-content .right-section .custom-html-widget div a,
.site-header-topbar .topbar-content .right-section .custom-html-widget div a:visited,
.site-header-topbar .topbar-content .right-section .custom-html-widget div a:hover {
  text-decoration: none;
  color: #333;
}
.site-header-topbar .topbar-content .right-section .custom-html-widget button {
  border: none;
  background: transparent;
}
.site-header-topbar .topbar-content .right-section .custom-html-widget button:hover {
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .site-header-topbar .topbar-content .right-section .top-contact-mail {
    margin-right: 18px !important;
    margin-left: 24px !important;
  }
  .site-header-topbar .topbar-content .right-section .hidesmall {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .site-header-topbar .topbar-content .right-section input {
    width: 150px;
  }
}
.contact-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .page-half {
  width: 45%;
  min-width: 320px;
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0px 16px 0px;
  font-family: "Roboto";
  letter-spacing: 0.48px;
}
.contact-page .page-half a {
  color: #0776bb;
  text-decoration: none;
  font-weight: bold;
}
.contact-page .page-half a:hover {
  color: #010334;
}
.contact-page .page-half img {
  max-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin: auto;
}
.contact-page #pardot-form h2 {
  display: none;
}
.pardot {
  border: 0;
  min-height: 970px;
  width: 656px;
  min-width: 320px;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 740px) {
  .pardot {
    min-height: 1300px !important;
  }
}
.hero-images {
  position: relative;
  width: 100%;
}
.hero-images .big-hero {
  background: #6bb19c;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  min-height: 100vh;
  transition: opacity 2s ease;
}
.homepage-about-text .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.homepage-about-text .container .about-text-left {
  width: 45%;
  min-width: 320px;
  padding-top: 32px;
}
@media screen and (max-width: 720px) {
  .homepage-about-text .container .about-text-left {
    width: 90%;
  }
}
.homepage-about-text .container .about-text-left h2 {
  margin: auto;
  font-weight: normal;
  font-size: 28px;
  color: #646464;
}
.homepage-about-text .container .about-text-right {
  width: 45%;
  min-width: 320px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 720px) {
  .homepage-about-text .container .about-text-right {
    width: 90%;
  }
}
.homepage-about-text .container .about-text-right p {
  margin: auto;
  font-size: 16px;
  color: #646464;
}
.homepage-product-section {
  background: #f4f4f4;
  padding-top: 16px;
  padding-bottom: 16px;
}
.homepage-product-section h2 {
  color: #0776bb;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 1.12px;
  font-weight: 700;
}
.homepage-product-section .container .product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.homepage-product-section .container .product-container .product {
  padding: 32px;
  width: 48%;
  margin-bottom: 32px;
  min-width: 500px;
}
@media screen and (max-width: 650px) {
  .homepage-product-section .container .product-container .product {
    min-width: auto;
    width: 90%;
  }
}
.homepage-product-section .container .product-container .product .product-image {
  display: flex;
  justify-content: center;
}
.homepage-product-section .container .product-container .product .read-more-button a {
  border-radius: 0;
  border: thin solid #004069;
  background: rgba(255, 255, 255, 0.8);
  color: #004069;
  display: inline-block;
  padding: 0.25em 1em;
  text-decoration: none;
}
.homepage-product-section .container .product-container .product .read-more-button a:hover {
  background: #004069;
  color: #fff;
}
.news-section .news-section-double {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.news-section .news-section-double .news-column-half {
  width: 45%;
  min-width: 370px;
}
@media screen and (max-width: 800px) {
  .news-section .news-section-double {
    justify-content: center;
  }
  .news-section .news-section-double .news-column-half {
    width: 90%;
    min-width: 290px;
  }
}
#topBtn {
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  border: none;
  outline: none;
  color: gainsboro;
  padding: 15px;
  font-size: 64px;
  opacity: 0.5;
  transition: 0.5s;
}
#topBtn:hover {
  opacity: 1;
}
.cover {
  min-height: 100vh;
  background: transparent;
}
.cover .site-header-topbar {
  background: white;
}
.cover .main-navigation {
  height: 80px;
  position: relative;
}
.cover .main-navigation .menu-primary-menu-container {
  height: 80px;
}
.cover .main-navigation .menu-primary-menu-container #primary-menu {
  float: right;
  height: 80px;
}
@media screen and (min-width: 1150px) {
  .cover .main-navigation .menu-primary-menu-container #primary-menu {
    display: block;
  }
}
.cover .main-navigation .menu-primary-menu-container #primary-menu li:hover .sub-menu {
  opacity: 100% !important;
  transition: 0.3s;
}
.cover .main-navigation .menu-primary-menu-container #primary-menu .nav-title {
  height: 80px;
  display: block;
  margin-right: 20px;
}
.cover .main-navigation .menu-primary-menu-container #primary-menu .nav-title a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 18px;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 1151px) {
  .cover .main-navigation .menu-primary-menu-container #primary-menu .nav-title a {
    color: white;
  }
}
.cover .main-navigation .menu-primary-menu-container #primary-menu .nav-title a:hover {
  background-color: transparent;
  color: #0776bb;
}
.cover .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu {
  min-width: 250px;
}
.cover .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu .menu-child-item {
  width: 100%;
  height: auto;
}
.cover .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu .menu-child-item a {
  width: 100%;
  justify-content: left;
  transition: 0.5s;
  color: #333;
  min-height: 40px;
}
@media screen and (min-width: 1151px) {
  .cover .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu .menu-child-item a {
    background: white;
  }
}
.cover .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu .menu-child-item a:after {
  display: none;
}
.cover .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu .menu-child-item a:hover {
  background-color: white;
  color: white;
  padding-left: 36px;
}
.cover .to-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  opacity: 0.7;
  transition: 0.5s;
}
@media screen and (min-width: 651px) {
  .cover .to-content {
    display: block !important;
  }
}
@media screen and (max-width: 650px) {
  .cover .to-content {
    display: none !important;
  }
}
.cover .to-content i {
  font-size: 64px;
  color: white;
}
.cover .to-content:hover {
  opacity: 0.95;
}
.topbar-search .search-form {
  background-color: white;
  box-shadow: 0px 0px 3px #cdcdcd;
}
.topbar-search .search-field {
  border: none;
  outline: none;
  margin: 0px;
}
.topbar-search .search-submit {
  border: none;
  background-color: white;
  outline: none;
  margin: 0px;
}
.topbar-search .search-submit button {
  color: #0776bb !important;
}
.standard-header .main-navigation {
  height: 65px;
  position: relative;
}
.standard-header .main-navigation .menu-primary-menu-container {
  height: 65px;
}
.standard-header .main-navigation .menu-primary-menu-container #primary-menu {
  float: right;
  height: 65px;
  margin-right: 16px;
}
@media screen and (min-width: 1150px) {
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu {
    display: block;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .sub-menu-toggler {
    display: none;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu li:hover .sub-menu {
    opacity: 100% !important;
    transition: 0.3s;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .nav-title {
    height: 70px;
    display: block;
    margin-right: 8px;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .nav-title a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.5s, color 0.5s;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: white;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .nav-title a:hover {
    color: #0776bb;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu {
    min-width: 278px;
    opacity: 10%;
    background-color: white;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu .menu-child-item {
    width: 100%;
    height: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu .menu-child-item a {
    width: 100%;
    justify-content: left;
    transition: 0.5s;
    background: white;
    color: #333;
    min-height: 40px;
    text-transform: capitalize;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    line-height: 16px;
    font-size: 16px;
    padding: 0px;
    display: flex;
    align-items: center;
    font-weight: 400;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu .menu-child-item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #0776bb;
    height: 4px;
    transition-property: right;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu .menu-child-item a:hover:before {
    right: 0;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu .menu-child-item a:hover {
    color: #0776bb;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .nav-title .sub-menu .current_page_item a {
    color: #0776bb;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .mega-menu .sub-menu {
    padding-top: 18px;
    padding-bottom: 18px;
    min-width: 780px;
    opacity: 10%;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .mega-menu .sub-menu .menu-child-item {
    width: 33.33%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    border-left: solid 1px #e6e6e6;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .mega-menu .sub-menu .menu-child-item a {
    width: 100%;
    justify-content: left;
    transition: 0.5s;
    background: white;
    color: #333;
    min-height: 40px;
    text-transform: capitalize;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    line-height: 16px;
    font-size: 15px;
    padding: 0px;
    display: flex;
    align-items: center;
    font-weight: 300;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .mega-menu .sub-menu .menu-child-item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #0776bb;
    height: 4px;
    transition-property: right;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .mega-menu .sub-menu .menu-child-item a:hover:before {
    right: 0;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .mega-menu .sub-menu .menu-child-item a:hover {
    background-color: #e0f2fc;
    background-color: white !important;
    color: #0776bb;
  }
  .standard-header .main-navigation .menu-primary-menu-container #primary-menu .current-menu-parent ul a {
    color: #333;
  }
}
.site-header {
  width: 100%;
  position: relative;
}
.site-header p {
  padding: 0px;
  margin: 0px;
}
.site-header .container {
  margin-top: 0px;
  margin-bottom: 0px;
}
.site-header .site-header-bottombar {
  height: 70px;
  background: white;
}
.site-header .site-branding {
  position: absolute;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  max-height: 80px;
  background-color: white;
}
.site-header .site-branding a {
  max-height: 70px;
}
.site-header .site-branding a img {
  max-height: 65px;
  width: auto;
  background: white;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 500px) {
  .site-header .site-branding img {
    max-height: 55px !important;
  }
}
.site-header .to-content {
  display: none;
}
.site-header .menu-toggle {
  display: none;
}
@media screen and (max-width: 1149px) {
  .site-header .container {
    width: 100%;
    margin: 0px;
  }
  .site-header .site-header-bottombar {
    height: 110px !important;
    background-color: white;
  }
  .site-header .topbar-content {
    margin: 0px 18px;
  }
  .site-header .site-branding {
    margin-left: 18px;
    margin-top: 24px;
  }
  .site-header .main-navigation .full-screen-nav {
    display: none;
  }
  .site-header .main-navigation .responsive-nav {
    padding: none;
    display: block !important;
    position: absolute;
    top: 110px;
    z-index: 111;
    overflow: unset;
    height: auto !important;
  }
  .site-header .main-navigation .responsive-nav .menu-item {
    width: 100%;
    height: auto;
    margin: 0 !important;
  }
  .site-header .main-navigation .responsive-nav .menu-item a:hover {
    background-color: #0776bb !important;
    color: white !important;
    border-bottom: none !important;
  }
  .site-header .main-navigation .responsive-nav .menu-item a {
    width: 100%;
    padding: 6px;
    text-decoration: none;
    background-color: white;
    z-index: 99999;
    height: 100%;
    color: #333;
    height: 30px !important;
    padding-top: 5px !important;
    min-height: none !important;
  }
  .site-header .main-navigation .responsive-nav .menu-item a:focus,
  .site-header .main-navigation .responsive-nav .menu-item a:focus-within {
    outline: none !important;
  }
  .site-header .main-navigation .responsive-nav .menu-item .sub-menu {
    width: 100%;
    max-width: 100%;
    margin: 0px !important;
    position: inherit !important;
    padding: 0 !important;
    display: none;
  }
  .site-header .main-navigation .responsive-nav .menu-item .sub-menu li {
    width: 100%;
  }
  .site-header .main-navigation .responsive-nav .menu-item .sub-menu li a {
    padding: 6px 6px 6px 20px !important;
  }
  .site-header .main-navigation .responsive-nav .menu-item .sub-menu li a:hover {
    background-color: #f99d1c !important;
    color: white !important;
    border-bottom: none !important;
  }
  .site-header .menu-toggle {
    background: transparent;
    border: none;
    color: #0776bb;
    font-size: 45px;
    position: absolute;
    top: 35px;
    right: 30px;
    cursor: pointer;
    display: block;
  }
  .site-header .menu-primary-menu-container {
    position: absolute;
    left: 0;
    right: 0;
  }
  .site-header .menu-primary-menu-container #primary-menu {
    width: 100%;
    display: none;
    background-color: white;
    margin-left: 0px;
    padding-left: 0px;
  }
  .site-header .menu-primary-menu-container #primary-menu li {
    display: inline !important;
    width: 100% !important;
    position: relative;
  }
  .site-header .menu-primary-menu-container #primary-menu li a {
    min-height: 30px !important;
    justify-content: left !important;
    align-items: center;
    display: block;
    width: 100% !important;
    border-top: solid 1px #0776bb;
    position: relative;
  }
  .site-header .menu-primary-menu-container #primary-menu li .sub-menu {
    width: 100% !important;
    display: none;
    padding: 0px;
    background-color: #ebebeb;
  }
  .site-header .menu-primary-menu-container #primary-menu li .sub-menu li {
    background-color: #ebebeb;
    display: block;
  }
  .site-header .menu-primary-menu-container #primary-menu li .sub-menu li a {
    background-color: #ebebeb;
  }
  .site-header .menu-primary-menu-container #primary-menu .menu-item-has-children .sub-menu-toggler {
    position: absolute;
    right: 24px;
    top: 4px;
    color: #0776bb;
    display: block;
    width: 20px;
    z-index: 1111111;
    font-size: 22px;
    font-weight: bolder;
    transition: 0.2s;
  }
  .site-header .menu-primary-menu-container #primary-menu .showsubmenu {
    background-color: #0776bb !important;
  }
  .site-header .menu-primary-menu-container #primary-menu .showsubmenu .sub-menu-toggler {
    transform: rotateZ(45deg);
    color: white;
  }
  .site-header .menu-primary-menu-container #primary-menu .showsubmenu .sub-menu {
    display: block;
  }
  .site-header .menu-primary-menu-container #primary-menu a {
    width: 100%;
    height: 100%;
    padding: 3px 0px 0px 24px !important;
  }
}
.home .site-header-bottombar {
  height: 85px;
  background: white;
  border-bottom: solid white 15px;
}
.hero-text {
  padding: 12px;
  background: #ffffff;
  background: linear-gradient(94deg, rgba(255, 255, 255, 0.062) 1%, rgba(124, 175, 207, 0.138) 1%, rgba(182, 186, 189, 0.152) 10%, #0b78bb 29%);
}
.hero-text a {
  text-align: right !important;
  padding-right: 60px !important;
}
.n2-section-smartslider {
  border-bottom: solid 12px #0776bb;
}
.application-section {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-around;
}
.application-section .application-button {
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 24%;
  flex-basis: 24%;
  box-sizing: border-box;
}
@media screen and (max-width: 1130px) {
  .application-section .application-button {
    max-width: 47%;
    flex-basis: 47%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 650px) {
  .application-section .application-button {
    max-width: 94%;
    flex-basis: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.application-section .application-button .app-button-link {
  background: #fff;
  border: 0;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-bottom: 0.5rem;
  opacity: 0.95;
  text-transform: uppercase;
  width: 100%;
  color: #004069;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  padding-top: 0.5rem;
  min-width: 280px;
  transition: color 0.2s, background 0.3s;
  line-height: 23px;
}
.application-section .application-button .app-button-link span {
  transition: color 0.1s;
}
.application-section .application-button .app-button-link small {
  font-weight: 400;
}
.application-section .application-button .app-button-link:hover {
  background: #0776bb;
  color: white;
}
.application-section .application-button .app-button-link:after {
  content: "\203a";
  padding-left: 0.25em;
  font-size: 18px;
}
.posts-page {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .posts-page {
    flex-direction: column;
  }
  .posts-page .post-area {
    width: 100% !important;
  }
  .posts-page .archive-area {
    width: 100% !important;
    padding-top: 50px !important;
  }
}
.posts-page .entry-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.posts-page .entry-title a {
  color: #004069;
  font-weight: bold;
  text-decoration: none;
  font-size: 30px;
  transition: 0.5s;
}
.posts-page .entry-title a:hover {
  color: #f99d1c;
}
.posts-page .entry-meta {
  padding: 6px 0px;
  font-size: 14px;
  font-weight: 300;
}
.posts-page .entry-meta a {
  text-decoration: none;
  color: #0776bb;
  transition: 0.5s;
}
.posts-page .entry-meta a:hover {
  color: #f99d1c;
}
.posts-page .entry-content {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 300;
  color: #333;
}
.posts-page .post-read-more a {
  border-radius: 0;
  border: thin solid #004069;
  background: rgba(255, 255, 255, 0.8);
  color: #004069;
  display: inline-block;
  padding: 0.25em 1em;
  text-decoration: none;
}
.posts-page .post-read-more a:hover {
  background: #004069;
  color: #fff;
}
.posts-page .post-area {
  width: 65%;
}
.posts-page .archive-area {
  padding-top: 100px;
  width: 30%;
}
.posts-page .archive-area .widget_recent_entries {
  border: solid 1px #ddd;
}
.posts-page .archive-area .widget_recent_entries h2 {
  border-bottom: solid 1px #ddd;
  background-color: #f4f4f4;
  margin: 0px;
  padding-left: 12px;
  padding-bottom: 6px;
  padding-top: 6px;
  font-size: 15px;
  font-weight: 400;
}
.posts-page .archive-area .widget_recent_entries ul {
  margin: 0px;
  padding: 18px;
}
.posts-page .archive-area .widget_recent_entries ul li {
  list-style-type: none;
  font-size: 17px;
  padding: 9px 12px;
  margin-top: -1px;
  border: solid 1px #ddd;
  font-weight: 300;
}
.posts-page .archive-area .widget_archive {
  background: #f4f4f4;
  padding: 12px;
}
.posts-page .archive-area .widget_archive h2 {
  font-size: 28px;
  color: #646464;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.posts-page .archive-area .widget_archive ul {
  padding-left: 0px;
}
.posts-page .archive-area ul {
  margin-left: 0px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.6;
}
.posts-page p {
  font-size: 19px;
}
.posts-page .read-more-link {
  font-size: 19px;
}
.posts-page .entry-content {
  margin-top: 0px;
}
.posts-page .type-post {
  margin-bottom: 36px;
  padding-bottom: 36px;
}
.posts-page article {
  background-color: white;
  padding: 12px;
  border-bottom: solid 1px #0776bb;
}
.posts-page article:last-child {
  border-bottom: none;
}
.posts-page a {
  color: #0776bb;
  text-decoration: none;
  transition: 0.5s;
}
.posts-page a:hover {
  color: #f99d1c;
}
.posts-page li {
  list-style-type: none;
}
@media screen and (min-width: 600px) {
  .float-right {
    float: right !important;
    margin-left: 36px !important;
  }
}
@media screen and (max-width: 599px) {
  .float-right {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.float-left {
  float: left;
}
.customized {
  max-width: 600px;
}
.clear {
  clear: both;
}
#breadcrumbs {
  margin-top: 12px;
}
#breadcrumbs a {
  color: #0776bb;
  text-decoration: none;
  padding-right: 4px;
}
#breadcrumbs a:hover {
  color: #f99d1c;
}
#breadcrumbs .breadcrumb_last {
  color: #f99d1c;
  padding-left: 4px;
}
.standard-page {
  padding-bottom: 120px;
}
.standard-page .page-header-image {
  height: 240px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.standard-page #breadcrumbs {
  margin-top: 12px;
}
.standard-page #breadcrumbs a {
  color: #0776bb;
  text-decoration: none;
  padding-right: 4px;
}
.standard-page #breadcrumbs a:hover {
  color: #010334;
}
.standard-page #breadcrumbs .breadcrumb_last {
  color: #f99d1c;
  padding-left: 4px;
}
.standard-page p {
  color: #333;
  font-size: 19px;
  margin: 16px 0px 16px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 25.5px !important;
  margin-bottom: 12px;
}
.standard-page li {
  color: #333;
  font-size: 19px;
  font-weight: 300;
  margin: 0px 0px 4px 16px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.48px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
.standard-page li ul li:before {
  content: "◦";
}
.standard-page li:before {
  color: #6b7b84;
  content: "›";
  margin-right: 0.5rem;
  margin-left: -1rem;
}
.standard-page li:marker {
  display: none;
}
.standard-page ul {
  margin-left: 0px;
  padding-left: 0px;
}
.standard-page .product-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 751px) {
  .standard-page .product-overview {
    max-width: 85%;
  }
}
.standard-page .product-overview .product {
  width: 49%;
  display: flex;
  padding: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .standard-page .product-overview .product {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .standard-page .product-overview .product {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 24px;
  }
}
.standard-page .product-overview .product .image-link {
  width: 25%;
}
@media screen and (max-width: 420px) {
  .standard-page .product-overview .product .image-link {
    width: 60%;
  }
}
.standard-page .product-overview .product .product-image {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
.standard-page .product-overview .product .product-info {
  margin-left: 24px;
  width: 70%;
}
@media screen and (max-width: 420px) {
  .standard-page .product-overview .product .product-info {
    width: 100%;
    margin-top: 24px;
    margin-left: 0px;
  }
}
.standard-page .product-overview .product .product-info .product-name {
  color: #0b78bb;
  font-weight: 500;
  font-size: 18px;
}
.standard-page .product-overview .product .product-info .product-name a {
  color: #0b78bb;
  text-decoration: none;
}
.standard-page .product-overview .product .product-info .product-name a:hover {
  color: #010334;
}
.standard-page .product-overview .product .product-info .product-description {
  font-weight: 300;
  margin-top: 12px;
}
.standard-page .product-overview .product-image {
  cursor: pointer;
  transition: 0.3s;
}
.standard-page .product-overview .product-image:hover {
  opacity: 0.85;
}
.standard-page .product-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.standard-page .product-display .product {
  width: 49%;
  display: flex;
  padding: 24px;
  border: solid 1px #d4d4d4;
  margin-bottom: 10px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 750px) {
  .standard-page .product-display .product {
    width: 100%;
  }
}
.standard-page .product-display .product .product-image {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  width: 25%;
  border: solid 1px #d4d4d4;
  background-color: white;
}
.standard-page .product-display .product .product-info {
  margin-left: 24px;
}
.standard-page .product-display .product .product-info .product-name {
  color: #0b78bb;
  font-weight: 500;
  font-size: 18px;
}
.standard-page .product-display .product .product-info .product-name a {
  color: #0b78bb;
}
.standard-page .product-display .product .product-info .product-name a:hover {
  color: #010334;
}
.standard-page .product-display .product .product-info .product-description {
  font-weight: bold;
}
.standard-page .product-display .product .product-info ul {
  margin: 0px;
}
.standard-page .product-display .product-image {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.standard-page .product-display .product-image:hover {
  opacity: 0.7;
}
.standard-page .product-display .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.standard-page .product-display .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.standard-page .product-display #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.standard-page .product-display .modal-content,
.standard-page .product-display #caption {
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.standard-page .product-display .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.standard-page .product-display .close:hover,
.standard-page .product-display .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .standard-page .product-display .modal-content {
    width: 100%;
  }
}
.standard-page .event-display th {
  background-color: #559dcd;
  color: white;
  border: none;
}
.standard-page .event-display td {
  text-align: center;
  padding: 24px;
  color: #333;
  border: none;
}
.standard-page .event-display td .event-name {
  color: #0776bb;
  font-weight: 500;
  font-size: 20px;
}
.standard-page .event-display th:first-child {
  background-color: #559dcd;
}
.standard-page .event-display tr {
  border-bottom: solid 1px #edeef2 !important;
}
@media screen and (max-width: 650px) {
  .standard-page .event-display .hidesmall {
    display: none;
  }
}
.standard-page .distributor-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.standard-page .distributor-nav ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
.standard-page .distributor-nav ul li {
  border: solid 1px #bdbdbd;
  padding: 16px;
  margin: 0px;
  list-style-type: none;
  border-radius: 4px;
}
.standard-page .distributor-nav ul li a {
  text-decoration: none;
  color: #0776bb;
  font-weight: 500;
}
.standard-page .distributor-nav ul li a:hover {
  color: #f99d1c;
}
.standard-page .distributor-nav ul li:hover {
  background-color: #f1f1f1;
}
.standard-page .distributor-nav ul li:before {
  display: none;
}
.standard-page .distributor-section h2 {
  color: #0b78bb;
}
.standard-page .distributor {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 32px;
}
.standard-page .distributor .distributor-logo {
  width: 48%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .standard-page .distributor .distributor-logo {
    width: 90%;
  }
}
.standard-page .distributor .distributor-logo a {
  display: flex;
  justify-content: center;
}
.standard-page .distributor .distributor-logo .distributor-image {
  width: 80%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  max-width: 400px;
}
.standard-page .distributor .distributor-info {
  width: 48%;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .standard-page .distributor .distributor-info {
    width: 90%;
  }
}
@media screen and (min-width: 500px) {
  .standard-page .distributor .distributor-info {
    padding-left: 100px;
  }
}
.standard-page table {
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
  margin-bottom: 1.5rem;
  table-layout: fixed;
}
.standard-page table tbody th {
  font-size: 16.5px;
  font-weight: 700;
  border: 1px solid #9ea8b8;
}
.standard-page table tbody td,
.standard-page table tbody th {
  border: 1px solid #9ea8b8;
  padding: 0.25em;
  text-align: center;
}
.standard-page h3 {
  color: #333;
  line-height: 27.5px;
  margin: 36px 0 0.5rem 0;
  font-size: 24px;
  font-weight: 600;
  -webkit-margin-after: 8px;
  margin-block-end: 8px;
}
.btn {
  margin: auto;
}
.btn a {
  border-radius: 0;
  border: thin solid #004069;
  background: rgba(255, 255, 255, 0.8);
  color: #004069;
  display: inline-block;
  padding: 0.25em 1em;
  text-decoration: none;
}
.btn a:hover {
  background: #004069;
  color: #fff;
}
.site-footer {
  margin-top: 0;
}
.site-footer .site-info {
  height: auto;
  background-color: #0776bb;
  color: white;
}
.site-footer .site-info h2 {
  line-height: 1.5;
}
.site-footer .site-info a {
  color: white;
  transition: 0.5s;
}
.site-footer .site-info a:hover {
  color: #010334;
}
.site-footer .site-info .footer-main {
  display: flex;
  justify-content: space-between;
}
.site-footer .site-info .footer-main #footer-column-2 {
  flex-direction: column;
}
.site-footer .site-info .footer-main .footer-column {
  margin: 0px;
  padding: 0px;
  min-width: 25%;
  display: flex;
  justify-content: flex-start;
}
.site-footer .site-info .footer-main .footer-column a {
  font-weight: 400;
  font-size: 16px;
}
.site-footer .site-info .footer-main .footer-column .widgettitle {
  color: white;
  font-weight: 400;
  font-size: 22px;
  margin-top: 40px;
}
.site-footer .site-info .footer-main .footer-column .widgettitle:after {
  content: ' ';
  width: 70px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 20px 0 30px;
}
.site-footer .site-info .footer-main .footer-column p,
.site-footer .site-info .footer-main .footer-column i,
.site-footer .site-info .footer-main .footer-column li,
.site-footer .site-info .footer-main .footer-column div {
  color: white;
}
.site-footer .site-info .footer-main .footer-column ul {
  margin-left: 0px;
  padding-left: 0px;
}
.site-footer .site-info .footer-main .footer-column li {
  list-style-type: none;
  margin-bottom: 3px;
}
.site-footer .site-info .footer-main .footer-column .footer-section-title {
  line-height: 24px;
}
.site-footer .site-info .footer-main .footer-column .footer-section-title a {
  font-weight: 600;
  font-size: 16px;
}
.site-footer .site-info .footer-main .footer-column .footer-section-contact-title {
  color: #646464;
  margin-bottom: 24px;
  font-weight: 600;
}
.site-footer .site-info .footer-main .footer-column a {
  text-decoration: none;
}
.site-footer .footerbar {
  min-height: 56px;
  background-color: white;
  color: #010334;
  display: flex;
  align-items: flex-start;
}
.site-footer .footerbar .footer-bottom-center-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.site-footer .footerbar .footer-bottom-center-section div {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.site-footer .footerbar .footer-bottom-center-section div ul {
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
}
.site-footer .footerbar .footer-bottom-center-section div ul li {
  padding: 0px 6px;
}
.site-footer .footerbar .footer-bottom-center-section div ul li a {
  text-decoration: none;
}
.site-footer .footerbar .footerbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1300px) {
  .site-footer .footerbar .footerbar-content {
    min-height: 100px;
  }
}
@media screen and (max-width: 850px) {
  .site-footer .footerbar .footerbar-content {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .site-footer .footerbar .footerbar-content .footer-bottom-left-section {
    text-align: center;
  }
  .site-footer .footerbar .footerbar-content #menu-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.site-footer .footerbar .footerbar-content li {
  list-style-type: none;
}
.site-footer .footerbar .footerbar-content li,
.site-footer .footerbar .footerbar-content p {
  margin: 0px;
}
.site-footer .footerbar .footerbar-content a {
  color: #010334;
}
.site-footer #menu-bottom-links {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.site-footer #menu-bottom-links li {
  padding-left: 1em;
  text-indent: -1em;
}
.site-footer #menu-bottom-links li:before {
  content: " | ";
  padding: 5px;
}
.site-footer #menu-bottom-links a {
  color: #0776bb;
  text-decoration: none;
}
.site-footer #menu-bottom-links a:hover {
  color: #010334;
}
.site-footer #menu-bottom-links li:first-of-type::before {
  content: "";
}
.site-footer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 1300px) {
  .site-footer .site-info .footer-main {
    display: -webkit-box;
    flex-wrap: wrap;
    margin: 0px 18px;
    padding: 24px 0px;
  }
  .site-footer .site-info .footer-main .footer-column {
    width: 50%;
  }
  .site-footer .footerbar .footerbar-content {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .site-info .footer-main .footer-column {
    width: 80%;
  }
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0 !important;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #0776bb;
}
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  transition: 0.5s;
}
a:hover,
a:focus,
a:active {
  color: #010334;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (min-width: 1150px) {
  .header-container {
    justify-content: space-between;
  }
  .main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
  }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
  .main-navigation ul ul a {
    width: 200px;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
  .main-navigation li {
    float: left;
    position: relative;
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
  }
  /* Small menu. */
  .menu-toggle {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  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;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.post,
.page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
@media screen and (max-width: 1300px) {
  .entry-content {
    margin: 1.5em;
  }
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.custom-logo {
  max-width: 350px;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.offset-holder .container {
  position: relative;
}
.offset-holder .offset-hr {
  position: absolute;
  padding-top: 5px;
  width: 100%;
  top: 30px;
  background-color: white;
}
.flex-content-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  font-size: 24px;
}
.flex-content-area p {
  padding: 0px;
  line-height: 1.8;
}
.flex-content-area .title-blue,
.flex-content-area .text-blue {
  color: #0776bb;
}
.flex-content-area .title-darkblue,
.flex-content-area .text-darkblue {
  color: #010334;
}
.flex-content-area .title-white,
.flex-content-area .text-white {
  color: white;
}
.flex-content-area .title-black,
.flex-content-area .text-black {
  color: black;
}
.flex-content-area .title-onyx,
.flex-content-area .text-onyx {
  color: #333;
}
.flex-content-area .content-area-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-content-area .content-area-columns .column {
  min-width: 320px;
}
.flex-content-area .section-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
.bucket-area .bucket-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bucket-area .section-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #0776bb;
}
.bucket-area .bucket-name {
  text-align: center;
}
.bucket-area .bucket-image {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  height: 205px;
  align-items: center;
  width: 100%;
}
.bucket-area .bucket-image img {
  height: auto;
  max-height: 90%;
  max-width: 90%;
}
.one-bucket-row .bucket {
  max-width: 100%;
  width: 320px;
}
.two-bucket-row .bucket-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.two-bucket-row .bucket {
  max-width: 50%;
  width: 285px;
  margin: 15px;
}
.three-bucket-row .bucket {
  max-width: 33%;
}
.three-bucket-row .bucket .bucket-name {
  padding: 6px;
}
.four-bucket-row .bucket-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.four-bucket-row .bucket {
  width: 285px;
  margin: 12px;
}
.four-bucket-row .bucket .bucket-name {
  padding: 22px;
}
.five-bucket-row .bucket {
  max-width: 20%;
}
.six-bucket-row .bucket {
  max-width: 16%;
}
.linecard {
  padding-top: 30px;
}
.linecard ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
@media screen and (min-width: 1366px) {
  .linecard ul {
    width: 1300px;
    margin: auto;
  }
}
@media screen and (max-width: 1366px) {
  .linecard ul {
    margin: 18px;
  }
}
.linecard ul li {
  list-style-type: none;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.linecard ul li img {
  height: auto;
  width: auto;
  max-height: 100px;
  max-width: 155px;
}
@media screen and (max-width: 900px) {
  .linecard ul li img {
    max-height: 110px;
    max-width: 200px;
  }
}
.linecard ul li:nth-child(1) img,
.linecard ul li:nth-child(2) img,
.linecard ul li:nth-child(3) img,
.linecard ul li:nth-child(4) img {
  height: auto;
  width: auto;
  max-height: 160px;
  max-width: 250px;
}
@media screen and (max-width: 900px) {
  .linecard ul li:nth-child(1),
  .linecard ul li:nth-child(2),
  .linecard ul li:nth-child(3),
  .linecard ul li:nth-child(4) {
    max-height: 110px;
    max-width: 200px;
  }
}
.skew-slider-holder .slider {
  transform: matrix(1, 0, -0.286745, 1, 0, 0);
  overflow: hidden;
  max-width: 390px;
}
.skew-slider-holder .slider .skew {
  transform: matrix(1, 0, 0.286745, 1, 0, 0);
  overflow: hidden;
  margin-left: -39px;
  width: 122%;
}
.skew-slider-holder .slider .slider-name {
  background-color: #0776bb;
  margin-top: -48px;
  z-index: 999999;
  color: white;
  position: absolute;
  padding: 12px;
  padding-left: 24px;
}
.skew-slider-holder .slider img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.skew-slider-holder .slider a:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.image-gallery ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.image-gallery ul li {
  max-width: 350px;
  max-height: 300px;
  width: 20%;
}
.image-gallery ul li::before {
  display: none;
}
.image-gallery ul img {
  transition: 0.3s;
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 18px;
}
.image-gallery .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.image-gallery .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.image-gallery #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.image-gallery .modal-content,
.image-gallery #caption {
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.image-gallery .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.image-gallery .close:hover,
.image-gallery .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .image-gallery .modal-content {
    width: 100%;
  }
}
.chemical-processing-gallery ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.chemical-processing-gallery ul li {
  max-height: 400px;
  width: auto !important;
}
.chemical-processing-gallery ul li::before {
  display: none;
}
.chemical-processing-gallery ul img {
  transition: 0.3s;
  max-height: 400px;
  height: auto;
  max-width: 350px;
  width: auto;
  margin: 18px;
}
.chemical-processing-gallery ul img:hover {
  box-shadow: gray 4px 4px 11px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion-active,
.accordion:hover {
  background-color: #ccc;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.accordion:after {
  content: '🞃';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.accordion-active:after {
  content: "🞁";
  /* Unicode character for "minus" sign (-) */
}
.accordion-section {
  margin-top: 12px;
  margin-bottom: 12px;
}
.flex-content-area li {
  font-size: 19px;
}
