/*!
Theme Name: B2B Design & Development Child Theme
Description: A custom theme built for Twin Specialties
Author: B2B Design &amp; Development
Author URI: http://www.b2bdd.com/
Template: b2bdd
*/
@font-face {
  font-family: 'Lato';
  src: local('Lato'), url(https://fonts.googleapis.com/css?family=Lato:300,400,700) format('woff2');
}
/*

Theme Name: b2bdd
Description: Generated by the basic underscores theme
Text Domain: b2bdd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

*/
/*
    Table of Contents

    01 - Reset
    02 - General - ID and Class level for use on multiple pages
        a - Buttons
        b - backgrounds
        c - Fonts
        d - Borders
        e - Links
        f - Padding and Margins
        g - Alignment
        h - Lists
        i - Images
        j - Icons
        k - Tables
    03 - Search Page
        03 a. - Search Bar
    04 - H1 Tag
    05 - Back to Top
    06 - Modal
*/
/************ 01 - Reset **************/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'Lato', auto, sans-serif;
}
body {
  background: #fff;
  line-height: 1.5em;
  color: #212529;
  word-break: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #6cb33f;
  font-family: 'Lato', auto, sans-serif;
}
h1 {
  font-size: 2.8rem;
  line-height: 1.4;
  margin: 0.5rem 0;
  text-transform: capitalize;
}
@media (max-width:767.98px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 1.9rem;
  line-height: 1.4;
  margin: 0.4rem 0;
}
@media (max-width:767.98px) {
  h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0.25rem 0;
  font-weight: 600;
}
h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.15rem 0;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
@media (max-width:575.98px) {
  .hidden-xs {
    display: none;
  }
}
/************  02 - General - ID and Class level for use on multiple pages **************/
/************ 02:a - Buttons **************/
.btn {
  text-decoration: none;
  cursor: pointer;
}
.btn:visited {
  text-decoration: underline;
}
.primary-btn {
  text-decoration: none;
  background-color: #065484;
  border: 2px solid #065484;
  color: #f8f9fa;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  line-height: normal;
}
.primary-btn:hover,
.primary-btn:active {
  background-color: #03253b;
  border: 2px solid #03253b;
  color: white;
  text-decoration: none;
}
.primary-btn:visited {
  text-decoration: underline;
  color: white;
}
.primary-btn a {
  color: white;
}
.primary-btn a:hover,
.primary-btn a:visited {
  color: white;
}
.primary-btn.active {
  background-color: #03253b;
  border: 2px solid #03253b;
  color: white;
}
.secondary-btn {
  text-decoration: none;
  background-color: #6cb33f;
  border: 2px solid #6cb33f;
  color: #f8f9fa;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  line-height: normal;
}
.secondary-btn:hover,
.secondary-btn:active {
  background-color: #4a7a2b;
  border: 2px solid #4a7a2b;
  color: white;
  text-decoration: none;
}
.secondary-btn:visited {
  text-decoration: underline;
  color: white;
}
.secondary-btn a {
  color: white;
}
.secondary-btn a:hover,
.secondary-btn a:visited {
  color: white;
}
.secondary-btn.active {
  background-color: #4a7a2b;
  border: 2px solid #4a7a2b;
  color: white;
}
.default-btn {
  text-decoration: none;
  background-color: #ccc;
  border: 2px solid #ccc;
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  line-height: normal;
}
.default-btn:hover,
.default-btn:active {
  background-color: #a6a6a6;
  border: 2px solid #a6a6a6;
  color: white;
  text-decoration: none;
}
.default-btn:visited {
  text-decoration: underline;
  color: white;
}
.default-btn-dark {
  text-decoration: none;
  background-color: #575454;
  border: 2px solid #575454;
  color: #f8f9fa;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  line-height: normal;
}
.default-btn-dark:hover,
.default-btn-dark:active {
  background-color: #302e2e;
  border: 2px solid #302e2e;
  color: white;
  text-decoration: none;
}
.default-btn-dark:visited {
  text-decoration: underline;
  color: white;
}
.large-btn {
  padding: 9px 59px;
}
.icon-container {
  background: #e4e3e3;
  height: 105px;
  width: 105px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: column;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.icon-container .fa {
  font-size: 60px;
}
/************ 02:b - Backgrounds **************/
.bg-color-primary {
  background-color: #7d4900;
  color: #fff;
}
.bg-color-tertiary {
  background-color: #FAAF40;
  color: white;
}
.bg-color-tertiary-fade,
.bg-color-tertiary-fade.row-title:hover {
  background-color: #fdd9a3;
}
.bg-primary {
  text-decoration: none;
  background-color: #065484;
  border: 2px solid #065484;
  color: #f8f9fa;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  line-height: normal;
}
.bg-primary:after {
  clear: both;
}
.bg-transparent {
  background-color: transparent;
  color: #065484;
}
/************ 02:c - Fonts  **************/
.color-primary {
  color: #065484;
}
.color-dark {
  color: #333;
}
.color-light {
  color: #49B0E4;
}
.color-secondary {
  color: #6cb33f;
}
.color-tertiary {
  color: #FAAF40;
}
.template-color {
  color: #065484;
}
.font-big {
  font-size: 25px;
}
@media (max-width:767.98px) {
  .font-big {
    font-size: 17px;
  }
}
.font-small {
  font-size: 10px;
}
.bg {
  background-color: #065484;
  border: 2px solid #065484;
  color: #f5f5f5 !important;
  padding: 10px 15px;
  margin: 10px 3px;
}
.style-big {
  font-size: 25px;
  font-weight: 600;
}
/************ 02:d - Borders  **************/
h2.border-curved {
  display: inline;
}
h2.border-curved:after {
  clear: both;
}
.border-curved {
  border-bottom: 1px solid #065484;
  border-radius: 10%;
  display: inline-block;
}
.divider {
  border-top: 1px dashed #ccc;
}
.border-primary-card {
  border: 2px solid #065484;
  padding: 10px 15px;
  margin: 10px 0 20px 0;
}
.border-bottom-primary {
  border-bottom: 2px solid #065484;
  display: inline-block;
}
.border-bottom-primary:after {
  clear: both;
}
/************ 02:e - Links and Icons **************/
a {
  color: #065484;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #021622;
}
.link {
  text-decoration: none;
  padding: 3px;
}
.primary-link {
  color: #f8f9fa;
  background-color: #065484;
}
.primary-link:visited,
.primary-link:hover,
.primary-link:active {
  color: #f8f9fa;
}
.default-link {
  color: #065484;
  background: transparent;
}
.fa {
  color: #6cb33f;
}
.fa-white {
  color: #fff;
}
.icon-bg-secondary {
  background: #6cb33f;
  padding: 20px;
  border-radius: 50%;
  color: #fff;
}
.icon-bg-primary {
  background: #065484;
  padding: 20px;
  border-radius: 50%;
  color: #fff;
}
/************ 02:f - Padding and Margins **************/
.ptb10 {
  padding: 10px 0;
}
.ptb20 {
  padding: 20px 0;
}
.ptb30 {
  padding: 30px 0;
}
.p10 {
  padding: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mtb20 {
  margin: 20px 0;
}
/************ 02:g - Alignment **************/
.center {
  text-align: center;
}
.text-center {
  text-align: center;
}
.center-block {
  margin: 0 auto;
  width: 100%;
}
.right-block {
  display: block;
  text-align: right;
}
.mt-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto!important;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.block {
  width: 100%;
}
.align-right-end {
  display: flex;
  justify-content: flex-end;
}
/************ 02:h - Lists **************/
@media (min-width:768px) {
  li.multi-col {
    width: 50%;
    float: left;
  }
}
@media (min-width:992px) {
  li.multi-col {
    width: 33%;
    float: left;
  }
}
@media (min-width:768px) {
  li.multi-col-2 {
    width: 50%;
    float: left;
  }
}
.list-gp {
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-gp ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-gp ul li {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px;
}
.list-gp ul li:last-child {
  border-bottom: 1px solid #ccc;
}
.no-pointer {
  cursor: context-menu;
}
ul.horizontal-list {
  padding: 15px 0;
  list-style-type: none;
  margin-bottom: 0;
}
ul.horizontal-list li {
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
}
ul.item-list-block li {
  display: inline-block;
  margin: 0;
  padding: 10px;
  background: #ccc;
  border: 1px solid white;
  color: #333;
  min-width: 300px;
  max-width: 300px;
}
/************ 02:i - Images  **************/
@media only screen and (max-width:767.98px) {
  figure.alignleft,
  img.alignleft,
  figure.alignright,
  img.alignright {
    float: none;
  }
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/************ 02:j - Icons **************/
.default-icon {
  background-color: transparent;
  border-radius: 10px;
  padding: 2px 5px;
  font-size: 20px;
}
.default-icon a {
  color: white;
}
.default-icon a:hover {
  text-decoration: none;
}
/************ 02:k - Tables  **************/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table-border {
  border: 1px solid #d6dbdf;
}
.table-border thead td,
.table-border thead th {
  border-bottom-width: 2px;
}
.table-border thead th {
  border-bottom: 2px solid #d6dbdf;
}
.table-border th,
.table-border td {
  border: 1px solid #d6dbdf;
  padding: 0.75rem;
  vertical-align: top;
}
.primary-table-row > th,
.primary-table-row > td {
  background-color: #e0c3a2;
}
.table-hover-primary tr:hover {
  background-color: #e0c3a2;
}
.table-hover-tertiary tbody > tr:hover {
  background-color: #fff8ee;
}
.table-hover-default tbody > tr:hover {
  background-color: #f2f2f2;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.table-primary {
  border: 1px solid #065484;
}
.table-primary thead {
  background-color: #065484;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.table-primary thead tr th {
  color: white;
  padding: 10px 15px;
  font-weight: 400;
  text-align: left;
}
.table-primary tbody tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table-secondary {
  border: 1px solid #6cb33f;
}
.table-secondary thead {
  background-color: #6cb33f;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.table-secondary thead tr th {
  color: white;
  padding: 10px 15px;
  font-weight: 400;
  text-align: left;
}
.table-secondary tbody tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/************ 03 Search Page  **************/
.search input[type=text] {
  padding: 6px;
  border: none;
  color: #747272;
}
.search button[type=submit] {
  border: none;
  padding: 10px;
  background: #ddd;
  font-size: 16px;
  margin-top: 8px;
  cursor: pointer;
}
.search-area article {
  border-bottom: 1px solid #ccc;
}
/************ 03 a. - Search Bar  **************/
.headerTopBar-searchBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  height: 29px;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.headerTopBar-searchBar .form-control {
  color: #065484;
  height: 25px;
  border-radius: 0;
  font-size: 12px;
}
.headerTopBar-searchBar .form-control:focus {
  border-color: #065484;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #065484;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #065484;
}
.headerTopBar-searchBar .form-control::placeholder,
.headerTopBar-searchBar .form-control::-webkit-input-placeholder,
.headerTopBar-searchBar .form-control::-ms-input-placeholder {
  color: #0a92e6;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}
.headerTopBar-searchBar .input-group-btn button {
  height: 25px;
  border-radius: 0;
  font-size: 11px;
}
.icon-search-1 {
  display: inherit;
}
.searchBar-open {
  width: 40%;
}
@media (max-width: 575px) {
  .searchBar-open {
    width: 40%;
  }
}
/************ H1 tag **************/
#primary-text-container {
  margin: 5px 0 5px;
  padding-bottom: 10px;
}
#primary-text-container .primary-text h1 {
  color: #065484;
  font-size: 46px;
  margin-bottom: 20px;
  text-transform: none;
  text-align: center;
}
@media (max-width:1199.98px) {
  #primary-text-container .primary-text h1 {
    font-size: 32px;
  }
}
@media (max-width:767.98px) {
  #primary-text-container .primary-text h1 {
    font-size: 24px;
  }
}
#primary-text-container .primary-text p {
  font-size: 18px;
  padding-bottom: 20px;
}
#primary-text-container .primary-text hr {
  border-bottom: 2px solid #065484;
}
/******** 05 Back to Top ********/
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 5px;
  background: none;
  text-decoration: none;
  display: none;
}
/******** 06 Modal ********/
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  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.4);
  /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 3% auto;
  /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #888;
  width: 80%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
#myBtn {
  cursor: pointer;
}
/* The Close Button */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/******** 07 Header Banner ********/
.header-banner {
  position: relative;
}
.header-banner h1 {
  color: white;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99;
  -webkit-transition: display 1s ease-in-out;
  -o-transition: display 1s ease-in-out;
  transition: display 1s ease-in-out;
}
.header-banner .header-banner-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  z-index: 1;
}
.header-banner:hover .header-banner-overlay {
  background: transparent;
  z-index: -1;
}
.header-banner:hover h1 {
  display: none;
}
/******** 08 Breadcrumbs ********/
.breadcrumbs-container {
  background-color: #6cb33f;
  padding: 5px 0;
}
.breadcrumbs-container .breadcrumbs {
  width: 100%;
  padding: 0 15px;
  margin: 10px auto;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 576px) {
  .breadcrumbs-container .breadcrumbs {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs-container .breadcrumbs {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs-container .breadcrumbs {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs-container .breadcrumbs {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .breadcrumbs-container .breadcrumbs {
    max-width: 1300px;
  }
}
.breadcrumbs-container .breadcrumbs a:visited {
  color: #f2f2f2;
}
/******** 09 Features Block ********/
.features-block {
  background-color: #F8F8F8;
  padding: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: column;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.features-block ul,
.features-block-primary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.features-block-primary {
  background-color: rgba(155, 108, 52, 0.8);
  padding: 20px;
  color: white;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: column;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.features-block-primary h2 {
  color: #2d1000;
}
.features-block-primary-dark {
  background-color: #2d1000;
  padding: 20px;
  color: white;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: column;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/******** 10 Section Title ********/
.section-title .title-underline {
  width: 100px;
  border: 2px solid #7d4900;
  margin-bottom: 10px;
}
/******** 11 Text Widget ********/
@media (min-width:576px) {
  .textwidget {
    width: 100%;
  }
}
/******** 12 Featured blocks ********/
.fp-custom-buckets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin: 15px 0;
}
.fp-custom-buckets .fp-custom-bucket {
  width: 49%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #787676;
  -webkit-box-shadow: 2px 2px 2px 0px #ccc;
  box-shadow: 2px 2px 2px 0px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d3d2d2), to(#fbfbfb));
  background-image: -webkit-linear-gradient(bottom, #d3d2d2, #fbfbfb);
  background-image: -o-linear-gradient(bottom, #d3d2d2, #fbfbfb);
  background-image: linear-gradient(to top, #d3d2d2, #fbfbfb);
}
.fp-custom-buckets .fp-custom-bucket:hover {
  -webkit-box-shadow: 2px 2px 14px 3px #ccc;
  box-shadow: 2px 2px 14px 3px #ccc;
}
.fp-custom-buckets .fp-custom-bucket .fp-custom-bucket-text {
  margin-left: 20px;
  font-size: 25px;
  text-transform: uppercase;
}
/******** 13 Background image for the website ********/
#left-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}
#left-bg-img img {
  height: 600px;
}
#right-bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  z-index: -1;
}
#right-bg-img img {
  height: 600px;
}
/******** 14 Google Map ********/
#map {
  width: 100%;
  height: 300px;
  background-color: grey;
}
/******** 15 Page ********/
.page .entry-header {
  background-color: #065484;
  overflow: auto;
}
.page .entry-header h1 {
  color: white;
  margin: 0;
  font-weight: 300;
}
/******** 16 Blog Posts ********/
.post h2.entry-title a {
  color: #065484;
}
/******** 17 forms ********/
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 35px !important;
}
.nf-form-content .list-select-wrap > div div:after {
  font-size: 15px !important;
  top: -10px;
}
/*
Uses CSS Flex
*/
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.horizontal-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
}
.horizontal-between * {
  margin: 2px 0;
}
@media (max-width:767.98px) {
  .horizontal-between {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.centered-horizontal-half-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
}
.centered-horizontal-half-width div {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-positive: 0;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 100%;
  margin: 10px;
}
@media screen and (min-width: 992px) {
  .centered-horizontal-half-width div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 44%;
    -moz-flex: 1 1 44%;
    -ms-flex: 1 1 44%;
    flex: 1 1 44%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 44%;
  }
}
.flex-center-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*---- container ----*/
.container {
  width: 100%;
  padding: 0 15px;
  margin: 10px auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}
.container-full-width {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container-custom-width {
  width: 87%;
  padding: 0 15px;
  margin: 0 auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-s,
.col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11,
.col-s-12,
.col-m,
.col-m-1,
.col-m-2,
.col-m-3,
.col-m-4,
.col-m-5,
.col-m-6,
.col-m-7,
.col-m-8,
.col-m-9,
.col-m-10,
.col-m-11,
.col-m-12,
.col-l,
.col-l-1,
.col-l-2,
.col-l-3,
.col-l-4,
.col-l-5,
.col-l-6,
.col-l-7,
.col-l-8,
.col-l-9,
.col-l-10,
.col-l-11,
.col-l-12 {
  padding: 0 15px;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-s,
.col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11,
.col-s-12,
.col-m,
.col-m-1,
.col-m-2,
.col-m-3,
.col-m-4,
.col-m-5,
.col-m-6,
.col-m-7,
.col-m-8,
.col-m-9,
.col-m-10,
.col-m-11,
.col-m-12,
.col-l,
.col-l-1,
.col-l-2,
.col-l-3,
.col-l-4,
.col-l-5,
.col-l-6,
.col-l-7,
.col-l-8,
.col-l-9,
.col-l-10,
.col-l-11,
.col-l-12 {
  width: 100%;
  padding: 5px 15px;
}
@media (min-width: 576px) {
  .col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-s {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-s-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-s-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-s-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-s-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.33%;
  }
  .col-s-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-s-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-s-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-s-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-s-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-s-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-s-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-s-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-m {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-m-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-m-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-m-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-m-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-m-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-m-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-m-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-m-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-m-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-m-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-m-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-m-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-l {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-l-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-l-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-l-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-l-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-l-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-l-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-l-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-l-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-l-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-l-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-l-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-l-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
#masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 999;
}
#masthead #top-header.top-header-content {
  background-color: #065484;
  color: #f8f9fa;
}
#masthead #top-header.top-header-content .top-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: column;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
}
#masthead #top-header.top-header-content .top-header-container .top-header-right {
  text-align: center;
  padding-top: 7px;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#masthead #top-header.top-header-content .top-header-container .top-header-right .search-form {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding-top: 7px;
}
#masthead #top-header.top-header-content .top-header-container .top-header-right .search-form input {
  height: 23px;
  border-radius: 2px;
  font-size: 12px;
}
#masthead #top-header.top-header-content .top-header-container a {
  background: transparent;
  color: #f8f9fa;
}
#masthead #top-header.top-header-content .top-header-container a:hover {
  color: #cbd3da;
}
#masthead #top-header.top-header-content .top-header-container a:visited,
#masthead #top-header.top-header-content .top-header-container a:focus {
  color: #f8f9fa;
}
@media screen and (min-width: 768px) {
  #masthead #top-header.top-header-content .top-header-container {
    -webkit-box-orient: row;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 0 10px 3px;
    font-size: 18px;
  }
  #masthead #top-header.top-header-content .top-header-container .top-header-left,
  #masthead #top-header.top-header-content .top-header-container .top-header-right {
    padding: 0;
  }
  #masthead #top-header.top-header-content .top-header-container .top-header-left a,
  #masthead #top-header.top-header-content .top-header-container .top-header-right a {
    color: #f8f9fa;
  }
  #masthead #top-header.top-header-content .top-header-container .top-header-left .search-form,
  #masthead #top-header.top-header-content .top-header-container .top-header-right .search-form {
    padding-left: 10px;
    padding-top: 0;
  }
}
#masthead #top-header.top-header-content .fa {
  color: white;
}
#masthead #top-header.top-header-image {
  line-height: 0;
}
#masthead #main-header {
  z-index: 99;
}
#masthead #main-header .main-header-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 5px 0;
}
#masthead #main-header .main-header-container .site-branding #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  line-height: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#masthead #main-header .main-header-container .site-branding #logo .logo {
  margin-right: 20px;
}
#masthead #main-header .main-header-container .site-branding #logo .logo h1 {
  padding: 0;
  margin: 0;
}
#masthead #main-header .main-header-container .site-branding #logo .logo h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: column;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  padding: 5px;
  color: #065484;
}
#masthead #main-header .main-header-container .site-branding #logo .logo h1 a:visited,
#masthead #main-header .main-header-container .site-branding #logo .logo h1 a:focus,
#masthead #main-header .main-header-container .site-branding #logo .logo h1 a:active {
  color: #065484;
}
#masthead #main-header .main-header-container .site-branding #logo .logo h1 a img {
  vertical-align: middle;
  width: 450px;
  margin: 5px 0;
}
#masthead #main-header .main-header-container .site-branding #logo .logo h1 a #tagline {
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width:480px) {
  #masthead #main-header .main-header-container .site-branding #logo .logo {
    width: 100%;
  }
}
#masthead #main-header .main-header-container #menu-btn {
  padding: 5px 10px;
  border: 2px solid #065484;
  cursor: pointer;
}
#masthead #main-header .main-header-container #menu-btn .bar1,
#masthead #main-header .main-header-container #menu-btn .bar2,
#masthead #main-header .main-header-container #menu-btn .bar3 {
  height: 6px;
  width: 36px;
  background-color: #065484;
  margin: 6px 0;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
@media screen and (min-width: 992px) {
  #masthead #main-header .main-header-container #menu-btn {
    display: none;
  }
}
#masthead #main-header .main-header-container .animate .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 9px);
  -ms-transform: rotate(-45deg) translate(-9px, 9px);
  transform: rotate(-45deg) translate(-9px, 9px);
}
#masthead #main-header .main-header-container .animate .bar2 {
  opacity: 0;
}
#masthead #main-header .main-header-container .animate .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  -ms-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
#masthead #main-header .main-header-container nav ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 5px;
  display: none;
}
#masthead #main-header .main-header-container nav ul.menu > li a {
  display: block;
  color: #065484;
  background: transparent;
  text-decoration: none;
  padding: 8px;
  border: 2px solid transparent;
}
#masthead #main-header .main-header-container nav ul.menu > li a:hover {
  color: #000000;
  background-color: #eff1f4;
  border: 2px solid #065484;
}
#masthead #main-header .main-header-container nav ul.menu > li > a:hover {
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  #masthead #main-header .main-header-container nav ul.menu > li > a {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  #masthead #main-header .main-header-container nav ul.menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    margin: 0 2px;
  }
}
#masthead #main-header .main-header-container nav ul.menu li.icon {
  /*flex: 0 0 20px;
                    a {
                       @media screen and (min-width: 992px) {
                        color: @light;
                       }
                    }

                    @media screen and (min-width: 992px) {
                        background-color: @template-color;
                        &:hover {
                            background-color: darken(@template-color, 5%);
                        }
                    }
                    */
}
#masthead #main-header .main-header-container nav ul.menu ul.sub-menu {
  display: none;
  background-clip: padding-box;
  padding: 0;
  z-index: 1000;
  list-style-type: none;
  margin: 0;
}
#masthead #main-header .main-header-container nav ul.menu ul.sub-menu li {
  margin: 0;
  border-radius: 0;
}
#masthead #main-header .main-header-container nav ul.menu ul.sub-menu li a {
  font-size: 14px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
#masthead #main-header .main-header-container nav ul.menu ul.sub-menu li a:hover {
  border-radius: 0;
  border-bottom: 2px solid #065484;
}
@media screen and (min-width:576px) {
  #masthead #main-header .main-header-container nav ul.menu ul.sub-menu {
    position: absolute;
    width: 240px;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    background-color: #065484;
  }
  #masthead #main-header .main-header-container nav ul.menu ul.sub-menu li a {
    border-bottom: 1px solid white;
    color: white;
  }
  #masthead #main-header .main-header-container nav ul.menu ul.sub-menu li a:hover {
    color: #333;
    border: 2px solid #eff1f4;
    border-bottom-width: 0px;
  }
  #masthead #main-header .main-header-container nav ul.menu ul.sub-menu li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  #masthead #main-header .main-header-container nav ul.menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
#masthead #main-header.header-nav-right {
  background-color: #fafafa;
}
#masthead #main-header.header-nav-right .main-header-container {
  width: 100%;
  padding: 0 15px;
  margin: 10px auto;
}
@media (min-width: 576px) {
  #masthead #main-header.header-nav-right .main-header-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #masthead #main-header.header-nav-right .main-header-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #masthead #main-header.header-nav-right .main-header-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #masthead #main-header.header-nav-right .main-header-container {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  #masthead #main-header.header-nav-right .main-header-container {
    max-width: 1300px;
  }
}
#masthead #main-header.header-nav-right .main-header-container nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 500px;
  flex: 1 0 500px;
}
#masthead #main-header.header-nav-right .main-header-container nav ul.menu > li.current-menu-parent > a,
#masthead #main-header.header-nav-right .main-header-container nav ul.menu li.current-menu-item > a {
  background-color: #eff1f4;
  border: 2px solid #065484;
}
@media screen and (min-width: 992px) {
  #masthead #main-header.header-nav-right .main-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
#masthead #main-header.header-nav-bottom .main-header-container #site-branding {
  width: 100%;
  padding: 0 15px;
  margin: 10px auto;
}
@media (min-width: 576px) {
  #masthead #main-header.header-nav-bottom .main-header-container #site-branding {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #masthead #main-header.header-nav-bottom .main-header-container #site-branding {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #masthead #main-header.header-nav-bottom .main-header-container #site-branding {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #masthead #main-header.header-nav-bottom .main-header-container #site-branding {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  #masthead #main-header.header-nav-bottom .main-header-container #site-branding {
    max-width: 1300px;
  }
}
#masthead #main-header.header-nav-bottom .main-header-container nav {
  background-color: #333;
  background: url('/wp-content/themes/b2bdd-child/images/bg-topnav.png') repeat-x;
}
#masthead #main-header.header-nav-bottom .main-header-container nav ul.menu {
  width: 100%;
  padding: 0 15px;
  margin: 10px auto;
  background: transparent;
}
@media (min-width: 576px) {
  #masthead #main-header.header-nav-bottom .main-header-container nav ul.menu {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #masthead #main-header.header-nav-bottom .main-header-container nav ul.menu {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #masthead #main-header.header-nav-bottom .main-header-container nav ul.menu {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #masthead #main-header.header-nav-bottom .main-header-container nav ul.menu {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  #masthead #main-header.header-nav-bottom .main-header-container nav ul.menu {
    max-width: 1300px;
  }
}
#masthead #main-header.header-nav-bottom .main-header-container nav ul.menu > li {
  margin: 5px auto 0 auto;
}
#masthead #main-header.header-nav-bottom .main-header-container nav ul.menu > li a {
  border-top: 3px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#masthead #main-header.header-nav-bottom .main-header-container nav ul.menu > li:hover {
  background-color: #065484;
}
#masthead #main-header.header-nav-bottom .main-header-container nav ul.menu > li:hover a {
  background-color: transparent;
  border-right: 1px solid #000000;
  border-left: 1px solid #494949;
  border-top: 3px solid #7d7e7e;
}
#logo img {
  width: 280px;
}
@media (max-width:991.98px) {
  #logo img {
    width: 180px;
  }
}
.site-branding-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* Fixed Header*/
.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #F5F5F5;
}
.fixed-header-transisiton #main-header #logo {
  padding: 0 20px 0 10px !important;
}
footer {
  position: relative;
  background-color: #333;
  color: #fff;
}
footer .fa {
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #d9d9d9;
}
footer a:visited,
footer a:active {
  color: #fff;
}
footer img {
  text-align: center;
}
footer .footer-top {
  font-size: 12px;
  padding: 15px 0;
  background-color: #222222;
}
footer .footer-top .footer-column .footer-widget-header {
  font-size: 21px;
  line-height: 1.44444;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  padding: 3px 0 3px 0;
  margin: 0 0 10px 0;
  width: 100%;
  text-transform: uppercase;
  color: #919191;
}
footer .footer-top .footer-column ul {
  list-style-type: none;
  margin: 0;
}
footer .footer-top .footer-column ul li {
  text-transform: none;
  border-bottom: 1px solid #333;
  padding: 5px 0;
}
footer .footer-top .footer-column ul li:last-child {
  border-bottom: none;
}
footer .footer-top .footer-column ul li a {
  color: #fff;
}
footer .footer-top .footer-column #footer-navigation.menu-across {
  margin: 10px 0;
}
footer .footer-top .footer-column #footer-navigation.menu-across li {
  display: inline-block;
}
footer .footer-top .footer-column #footer-navigation.menu-across li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
}
footer .footer-top .footer-column .mt-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto!important;
}
footer .footer-bottom {
  padding: 5px 0;
  font-size: 12px;
  border-top: 2px solid #fff;
}
footer .footer-bottom .footer-bottom-border {
  border-top: 2px solid #333;
  width: 93%;
  margin: 0 auto;
}
footer .footer-bottom .footer-bottom-content {
  width: 93%;
  padding: 10px 0;
  margin: 0 auto;
}
footer.entry-footer {
  width: 100%;
  padding: 0 15px;
  margin: 10px auto;
  background-color: transparent;
}
@media (min-width: 576px) {
  footer.entry-footer {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  footer.entry-footer {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  footer.entry-footer {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  footer.entry-footer {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  footer.entry-footer {
    max-width: 1300px;
  }
}
footer.entry-footer a {
  color: #065484;
}
#main {
  min-height: 440px;
}
/*
    Table of Contents

        01 - Showcase
        02 - Carousel
        02 - Content Area
        03 - Buckets Flex
          03 a. Buckets Row
          03 a. Buckets Hover
        04 - Products/Services w/descriptions : Equal Width Columns
        05 - FAQS
*/
/************ Showcase **************/
.showcase {
  position: relative;
}
.showcase .slide-img {
  width: 100%;
}
.showcase .bx-wrapper {
  margin-bottom: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.showcase .slide-caption-container {
  /* diagonal black bg
        background: linear-gradient(61deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 49%, transparent 51%, transparent 71%, transparent 100%);*/
  background: rgba(0, 0, 0, 0.3);
  height: auto;
}
.showcase .slide-caption-container .slide-caption {
  font-size: 24px;
  color: #f8f9fa;
  line-height: 1.5em;
}
.showcase .slide-caption-container .slide-caption h3 {
  font-size: 40px;
  text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.4), 0px 8px 14px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  color: #fff;
}
@media (max-width:575.98px) {
  .showcase .slide-caption-container .slide-caption h3 {
    font-size: 14px;
  }
}
@media (min-width:576px) and (max-width:991.98px) {
  .showcase .slide-caption-container .slide-caption h3 {
    font-size: 20px;
  }
}
.showcase .slide-caption-container .slide-caption p {
  margin: 0;
}
@media (max-width:1199.98px) {
  .showcase .slide-caption-container .slide-caption {
    font-size: 18px;
  }
}
@media (max-width:991.98px) {
  .showcase .slide-caption-container .slide-caption {
    font-size: 3.2vw;
    text-align: center;
  }
}
@media (max-width:767.98px) {
  .showcase .slide-caption-container .slide-caption {
    font-size: 4vw;
    text-align: center;
  }
}
.showcase .slide-caption-container a.btn {
  float: right;
  border-radius: 2px 0 0 0;
}
.showcase .slide-caption-align-right {
  position: absolute;
  top: 0;
  top: 13%;
  left: 50%;
  width: 48%;
}
.showcase .slide-caption-align-right .slide-caption {
  padding: 11px 20px 20px 20px;
}
@media (max-width:991.98px) {
  .showcase .slide-caption-align-right {
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
  }
  .showcase .slide-caption-align-right .slide-caption {
    padding: 5px;
  }
}
.showcase .slide-caption-align-bottom {
  bottom: 0;
  width: 100%;
  text-align: center;
}
.showcase .slide-caption-align-bottom .slide-caption {
  padding: 6px 4px;
}
@media (min-width:576px) {
  .showcase .slide-caption-align-bottom {
    position: absolute;
  }
}
.showcase .slide-caption-additional-text-align-right {
  position: absolute;
  width: auto;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  top: 10%;
  right: 9%;
}
@media (max-width:767.98px) {
  .showcase .slide-caption-additional-text-align-right {
    font-size: 14px;
  }
}
.showcase .slide-caption-additional-text-align-center {
  position: absolute;
  width: auto;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  top: 35%;
  left: 50%;
}
@media (max-width:767.98px) {
  .showcase .slide-caption-additional-text-align-center {
    font-size: 14px;
  }
}
@media (min-width:576px) {
  .showcase .slide-caption-additional-text-align-center {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width:575.98px) {
  .showcase .slide-caption-additional-text-align-center {
    position: static;
    text-align: center;
  }
}
.showcase .slide-caption-additional-text-bg-black {
  background-color: rgba(0, 0, 0, 0.5);
}
.showcase .slide-caption-additional-text-bg-primary-light {
  background-color: rgba(155, 108, 52, 0.8);
}
.bx-wrapper,
iframe {
  z-index: 0;
}
.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 100% !important;
}
/************ Carousel **************/
.carousel-wrapper {
  padding-bottom: 60px;
}
.carousel-wrapper h2 {
  margin: 0 auto;
  padding: 30px 0 40px 0;
  text-align: center;
  font-size: 35px;
}
@media (max-width:991.98px) {
  .carousel-wrapper h2 {
    font-size: 24px;
    padding: 30px 0 30px 0;
  }
}
/************ Content Area **************/
.content-region .image-description-box {
  width: 90%;
  text-align: center;
  border: 1px solid #ccc;
  padding: 15px 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.content-region .image-description-box img {
  width: 150px;
  border-radius: 2%;
}
.content-region .image-description-box .image-description-text {
  line-height: 1.8em;
  margin-bottom: 20px;
}
.content-region .image-description-box:hover {
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}
.content-region .item-group {
  background-image: url();
  background-size: cover;
}
.content-region .item-group .item .item-container {
  padding: 10px 0;
  text-align: center;
}
.content-region .item-group .item .item-container img {
  /*border: 4px solid @template_color;*/
  border-radius: 0.2em;
  max-height: 200px;
}
.content-region .item-group .item .item-box-text {
  color: #333;
  font-weight: 400;
  font-size: 20px;
  padding-top: 5px;
}
.content-region .overlay-box {
  position: relative;
}
.content-region .overlay-box:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.content-region .overlay-box .text {
  position: absolute;
  left: 50%;
  top: 32%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #f8f9fa;
  text-transform: uppercase;
  font-size: 27px;
  text-align: center;
  cursor: pointer;
}
.content-region .overlay-box img {
  width: 100%;
}
/************ Buckets Flex **************/
/************ Buckets Row **************/
.buckets-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.buckets-group .bucket {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 18%;
  flex: 1 0 18%;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 20px;
  margin-left: 20px;
}
.buckets-group .bucket:first-child {
  margin-left: 0;
}
.buckets-group .bucket:last-child {
  margin-right: 0;
}
.buckets-group .bucket:hover .bucket-title {
  background: #021622;
}
.buckets-group .bucket:hover .bucket-image {
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #021622;
}
.buckets-group .bucket .bucket-image {
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #065484;
  padding: 5px;
}
.buckets-group .bucket .bucket-image img {
  max-width: 100%;
  max-height: 180px;
}
.buckets-group .bucket .bucket-title {
  background: #065484;
  color: #fff;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 4px;
}
/*********** Buckets Hover **************/
.hover-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  padding: 0 15px;
  margin: 10px auto;
}
@media (min-width: 576px) {
  .hover-boxes {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .hover-boxes {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .hover-boxes {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .hover-boxes {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .hover-boxes {
    max-width: 1300px;
  }
}
.hover-boxes .hover-box {
  color: #fff;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.hover-boxes .hover-box .bg-overlay {
  background-color: rgba(45, 16, 0, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -98;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
@media (max-width:767.98px) {
  .hover-boxes .hover-box .bg-overlay {
    height: 65px;
  }
}
.hover-boxes .hover-box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
  width: 100%;
  height: 100%;
}
.hover-boxes .hover-box .hover-box-content h4 {
  margin-top: 50px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: margin 1s ease;
  -o-transition: margin 1s ease;
  transition: margin 1s ease;
  z-index: 10;
  letter-spacing: 1px;
  font-weight: 400;
  padding-left: 2px;
  padding-right: 2px;
}
@media (max-width:767.98px) {
  .hover-boxes .hover-box .hover-box-content h4 {
    margin-top: 0;
    font-size: 17px;
  }
}
.hover-boxes .hover-box .hover-box-content .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background: #000000;
  -webkit-transition: margin 1s ease;
  -o-transition: margin 1s ease;
  transition: margin 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.hover-boxes .hover-box .hover-box-content .image-overlay .image-text {
  font-size: 12px;
  margin: 0 15px;
  color: #f5f5f5;
}
.hover-boxes .hover-box .hover-box-content .image-overlay .image-icon .fa {
  font-size: 20px;
  color: #065484;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 50%;
}
.hover-boxes .hover-box .hover-box-content .image-overlay .image-icon .fa:hover {
  background: #b3b3b3;
}
@media (max-width: 768px) {
  .hover-boxes .hover-box .hover-box-content .image-overlay {
    margin-bottom: 0;
  }
}
.hover-boxes .hover-box:hover .image-overlay {
  margin-bottom: 0;
}
.hover-boxes .hover-box:hover h4 {
  margin-top: 4px;
  background-color: transparent;
}
.hover-boxes .hover-box:hover .bg-overlay {
  height: 65px;
}
@media (min-width:768px) and (max-width:991.98px) {
  .hover-boxes .hover-box:hover .bg-overlay {
    height: 95px;
  }
}
@media (max-width:767.98px) {
  .hover-boxes .hover-box {
    margin: 2px 0;
  }
}
/************ Gallery Boxes **************/
/*.gallery-boxes-group {
            .gallery-boxes-item {
                .center;
                border: 1px solid #ccc;
                border-radius: 2px;
                padding: 6px;
                margin-bottom: 10px;
                img {
                    padding-bottom: 6px;
                }
                .gallery-boxes-item-title {
                    background-color: @template-color;
                    padding: 5px 0;
                    color: @light;

                }
            }
        } */
/*********** Accordion **************/
.collapse-container .collapse-container-header {
  height: 50px;
  background-color: #e4e4e4;
  cursor: pointer;
  margin-bottom: 2px;
}
.collapse-container .collapse-container-header a {
  color: #404040;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.collapse-container .collapse-container-header a:hover {
  text-decoration: none;
}
.collapse-container .collapse-container-body {
  margin-bottom: 2px;
}
/*********** Background Box **************/
#background-box .background-box-content {
  text-align: center;
}
#background-box .background-box-content h4 {
  color: #f8f9fa;
  padding: 15px 0 10px;
  font-size: 35px;
  font-weight: 400;
}
#background-box .background-box-content .content {
  color: #f8f9fa;
  font-size: 20px;
}
.content-region-2 {
  margin-bottom: 20px;
}
.content-region-2 a .content-region-box {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.content-region-2 a .content-region-box .row {
  position: relative;
  top: 192px;
}
@media screen and (max-width: 1199px) {
  .content-region-2 a .content-region-box .row {
    top: 170px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-region-2 a .content-region-box .row h1 {
    font-size: 45px;
  }
}
@media all and (max-width: 1199px) {
  .content-region-2 a .content-region-box .row h1 {
    font-size: 29px;
  }
}
.content-region-2 a .content-region-box:nth-child(2) {
  margin-top: 10px;
}
.content-region-2 a:hover {
  text-decoration: none;
}
/*********** Teaser Box **************/
.teaser-container {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.teaser-container .teaser-title {
  position: absolute;
  bottom: 1px;
  right: 2px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.teaser-container .teaser-title-bg {
  background: #000;
  width: 400px;
  height: 23px;
  position: absolute;
  right: 1px;
  bottom: 0;
  opacity: 0.5;
}
.teaser-container img {
  border: 1px solid #ccc;
  text-shadow: 2px 2px red;
  border-radius: 3px;
  width: 400px;
}
/*********** Products/Services w/descriptions : Equal Width Columns **************/
/*********** Horizontal **************/
#equal-width-horizontal {
  padding: 10px 0;
}
/*********** Vertical **************/
#equal-width-vertical {
  padding: 20px 0 40px 0;
}
.content-column-title {
  margin-top: 20px;
  border-top: 1px solid #065484;
}
@media screen and (min-width:576px) {
  .content-column-title {
    border: none;
  }
}
.content-column .item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.content-column .item:last-child {
  border-bottom: none;
}
.content-column .item .item-header {
  margin: 10px 0 4px 0;
  text-transform: capitalize;
  padding: 4px 0;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
}
.content-column .item .item-content {
  line-height: 1.5em;
}
.content-column .item .btn {
  padding: 2px 7px;
  margin-top: 4px;
  font-size: 13px;
}
.content-column .item .fa {
  color: #065484;
  border-radius: 50%;
  font-size: 20px;
  padding: 10px 10px 10px 0;
}
.content-column .item .fa-animate {
  -webkit-transition: background 0.5s ease, color 0.5s ease, -webkit-transform 0.5s ease-in;
  transition: background 0.5s ease, color 0.5s ease, -webkit-transform 0.5s ease-in;
  -o-transition: transform 0.5s ease-in, background 0.5s ease, color 0.5s ease;
  transition: transform 0.5s ease-in, background 0.5s ease, color 0.5s ease;
  transition: transform 0.5s ease-in, background 0.5s ease, color 0.5s ease, -webkit-transform 0.5s ease-in;
}
.content-column .item:hover .fa-animate {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background: #065484;
  color: #f8f9fa;
}
@media screen and (min-width:768px) {
  .content-column .item {
    border: none;
  }
}
@media (max-width:575.98px) {
  .content-column .item {
    margin: 0 4px 20px 4px;
  }
}
.content-column .title-text-image-vertical {
  text-align: center;
}
.content-column .title-text-image-vertical .item-content {
  width: 75%;
}
.content-column .image-left-content-right {
  text-align: left;
}
.content-column .image-left-content-right .content-left {
  padding: 0 2px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
}
.content-column .image-left-content-right .content-right {
  padding: 0 2px;
}
@media (min-width:768px) {
  .content-column .image-left-content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4px 0 15px;
  }
}
.content-column .title-full-content-below .content_column_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: unset;
}
.content-column .title-full-content-below .content_column_content .content_column_content-left {
  padding: 0 10px;
  width: 50%;
}
.content-column .title-full-content-below .content_column_content img {
  padding: 4px;
  border: 1px solid #ccc;
}
/*********** Background colors **************/
.content-column-bg-template-color {
  background: #065484;
  color: #f8f9fa;
}
.content-column-bg-template-color h3 {
  color: #f8f9fa;
}
.content-column-bg-grey-color {
  background: #ccc;
  color: #333;
}
.content-column-bg-grey-color h3 {
  color: #333;
}
/*********** Featured Section **************/
.featured-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  background-color: #1b1616;
  color: #fff;
}
.featured-section h3 {
  font-size: 25px;
}
.featured-section .featured-section-left {
  padding: 50px;
}
.featured-section .featured-section-right {
  background-position: center;
}
/*********** FAQS Section **************/
.faqs-section {
  width: 100%;
  padding: 0 15px;
  margin: 10px auto;
}
@media (min-width: 576px) {
  .faqs-section {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .faqs-section {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .faqs-section {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .faqs-section {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .faqs-section {
    max-width: 1300px;
  }
}
.faqs-section .faq-answer {
  display: none;
}
.faq-question {
  cursor: pointer;
}
.faq-question,
.faq-answer {
  padding: 5px;
}
.faq-answer {
  background: rgba(155, 108, 52, 0.8);
  color: white;
}
/********  CTA ********/
.cta-btn {
  border: 1px solid #065484;
  padding: 12px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #065484;
  color: white;
  float: right;
}
.cta-btn .cta-btn-text {
  padding: 0 10px;
}
.cta-btn .cta-btn-text .fa {
  font-size: 25px;
  padding: 10px;
}
.cta-btn a.cta-btn-link {
  color: white;
  background: #6cb33f;
  padding: 10px;
}
.cta-btn a.cta-btn-link:hover {
  color: white;
  background: #61a038;
}
.cta-btn:after {
  clear: both;
}
/******** Product Line Section ********/
.product-line-section {
  background: url('/wp-content/uploads/2019/07/block-bg.png');
  padding: 10px 0 20px 0;
}
.product-line-section .product-line-wrapper {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.product-line-section .product-line-wrapper h2 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}
.product-line-section .product-line-wrapper p {
  color: white;
  text-align: center;
}
.product-line-section .product-line-wrapper ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.product-line-section .product-line-wrapper ul li {
  display: inline-block;
}
.product-line-section .product-line-wrapper ul li a {
  background-color: #6cb33f;
  padding: 15px;
  display: inline-block;
  border-radius: 30px;
  color: white;
  margin: 5px 0;
  border: 2px solid transparent;
  transition: border 0.4s ease;
  color: #fff;
}
.product-line-section .product-line-wrapper ul li a:hover {
  border: 2px solid white;
}
/******** Page Navigation ********/
.page-nav-container {
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
}
.page-nav-container .page-nav {
  width: 100%;
  padding: 0 15px;
  margin: 10px auto;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .page-nav-container .page-nav {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .page-nav-container .page-nav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-nav-container .page-nav {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .page-nav-container .page-nav {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .page-nav-container .page-nav {
    max-width: 1300px;
  }
}
.page-nav-container .page-nav a {
  color: #676565;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  display: inline-block;
}
@media (max-width:767.98px) {
  .page-nav-container .page-nav a {
    flex: 1 0 50%;
    background-color: #ddd;
    border-right: none;
  }
}
.page-nav-title {
  color: inherit;
}
.page-nav-title:hover,
.page-nav-title:visited {
  color: inherit;
}
/******** Video Navigation ********/
.video-section .video-section-video-title {
  color: #6cb33f;
  font-weight: 600;
}
.video-section .video-section-video-company {
  font-size: 14px;
  font-weight: 900;
}
.video-section .video-section-video-description {
  font-size: 16px;
  margin-top: 10px;
}
/* Colors */
/*.top-header-right-content {
    flex: 0 1 500px;
    #menu-top-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        .display-flex-no-wrap(flex);
        li {
            padding: 0 6px;
            font-size: 14px;
        }
    }
}*/
.site-info {
  background-image: url('/wp-content/uploads/2024/08/water-splash.jpg');
  background-position-y: bottom;
  background-size: cover;
}
.footer-top {
  background-color: #100f0f94 !important;
}
.headerTopBar-searchBar {
  align-items: center;
  margin-left: 10px;
}
.contact-block-info {
  color: #a6a6a6;
}
.footer-widget-header {
  border-top-color: #d1d1d1 !important;
  border-bottom-color: #d1d1d1 !important;
  color: #d1d1d1 !important;
}
.footer-right .footer-right-images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-right .footer-right-images .tn-badge__link {
  margin-left: 12px;
}
.footer-right .footer-right-images .tn-badge__link img {
  height: 60px !important;
}
.footer-right p {
  display: flex;
  justify-content: center;
}
.footer-sub-header {
  font-weight: 500;
  font-size: 15px;
  margin-top: 12px;
}
.menu-footer-menu-1-container {
  width: 100%;
}
.footer-column {
  align-content: flex-start;
}
@media screen and (max-width: 768px) {
  .alignright,
  .alignleft {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.image-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 30px;
  margin-bottom: 36px;
}
.blog-module {
  background-color: #f8f9fa;
  margin: 0 -15px;
  overflow: auto;
}
.blog-module h2 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}
.blog-module .blog-items {
  width: 100%;
  padding: 0 15px;
  margin: 10px auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .blog-module .blog-items {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .blog-module .blog-items {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .blog-module .blog-items {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .blog-module .blog-items {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .blog-module .blog-items {
    max-width: 1300px;
  }
}
.blog-module .blog-items .blog-item {
  background-color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 7px 15px 0;
  padding: 10px;
  position: relative;
  overflow: hidden;
  width: calc(50% - 14px);
}
@media (max-width:991.98px) {
  .blog-module .blog-items .blog-item {
    width: 100%;
  }
}
.blog-module .blog-items .blog-item .blog-img-container {
  flex-basis: 33.333%;
  max-width: 33.33%;
  -o-object-fit: contain;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}
.blog-module .blog-items .blog-item .blog-itm-img {
  -o-object-fit: contain;
  object-fit: contain;
}
.blog-module .blog-items .blog-item .blog-item-description {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
  margin: auto 0;
}
.blog-module .blog-items .blog-item .blog-item-description .blog-item-category {
  background-color: #333;
  color: white;
  margin-bottom: 15px;
  display: inline-block;
  padding: 3px;
  font-size: 14px;
}
.blog-module .blog-items .blog-item .blog-item-description .blog-item-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.blog-module .blog-items .blog-item .blog-item-description .blog-item-meta-data {
  font-size: 14px;
  margin-bottom: 15px;
}
.blog-module .blog-items .blog-item .blog-item-description .read-more-btn {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -100px;
  padding: 10px;
  transition: margin 0.7s ease;
  text-align: center;
  cursor: pointer;
}
.blog-module .blog-items .blog-item:hover .read-more-btn {
  margin-bottom: 0;
}
.carousel-home .slider .slide-img {
  max-height: 140px;
}
.primary-text-custom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.primary-text-custom ul li {
  margin: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: white;
}
@media (max-width:1199.98px) {
  .primary-text-custom ul li {
    width: 20%;
    font-size: 14px;
  }
}
@media (max-width:991.98px) {
  .primary-text-custom ul li {
    width: 100%;
    max-width: 400px;
    font-size: 14px;
  }
}
@media (max-width:991.98px) {
  .primary-text-custom ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width:576px) {
  li.submenu-2-column ul.dropdown-menu {
    width: 624px;
  }
}
@media (min-width:576px) {
  li.submenu-2-column ul.dropdown-menu li {
    display: inline-block;
    float: left;
    width: 307px;
  }
  li.submenu-2-column ul.dropdown-menu li:nth-child(odd) {
    float: left;
    margin-right: 10px;
  }
  li.submenu-2-column ul.dropdown-menu li:nth-child(even) {
    float: right;
  }
}
ul#main-navigation a {
  white-space: nowrap;
}
ul#main-navigation li.dropdown ul.sub-menu {
  flex-direction: column;
}
ul#main-navigation li.dropdown ul.sub-menu li.dropdown {
  position: relative;
}
ul#main-navigation li.dropdown ul.sub-menu li.dropdown ul.sub-menu {
  left: 240px;
  top: 0;
}
#menu-btn {
  display: none;
}
#mega-menu-primary-menu .mega-menu-item .mega-menu-link {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: solid 2px transparent !important;
}
#mega-menu-primary-menu .mega-menu-item .mega-menu-link:hover {
  border: solid 2px #065484 !important;
}
#mega-menu-primary-menu .mega-sub-menu .mega-menu-item .mega-menu-link {
  display: block !important;
  justify-content: center !important;
  align-items: center !important;
  border: none !important;
}
#mega-menu-primary-menu .mega-sub-menu .mega-menu-item .mega-menu-link:hover {
  border: none !important;
}
.flex {
  display: flex !important;
}
.bx-wrapper {
  margin-bottom: 0px;
}
.home .bx-viewport {
  max-height: 600px;
}
.home .showcase .slide-caption-container {
  background: rgba(0, 0, 0, 0.644);
  height: auto;
}
.home .showcase .slide-caption-container h1 {
  font-size: 26px;
  color: white;
}
.home .home-banner {
  color: white;
  font-size: 27px;
  max-width: 1366px;
  text-align: center;
  margin: auto;
  padding: 20px;
}
.home .bucket-holder {
  margin-top: 60px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 12px;
}
@media screen and (max-width: 1200px) {
  .home .bucket-holder {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .home .bucket-holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .home .bucket-holder {
    grid-template-columns: 1fr;
  }
}
.home .bucket-holder .bucket {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 1px 5px #adb4bb;
}
.home .bucket-holder .bucket .bucket-image {
  height: 180px;
}
.home .bucket-holder .bucket .bucket-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home .bucket-holder .bucket .bucket-text {
  background: #f8f9fa;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  height: 100%;
}
.home .bucket-holder .bucket .bucket-text ul {
  margin-bottom: 0;
  margin-left: 1em;
  text-align: left;
  font-weight: normal;
}
.home .bucket-holder .bucket .bucket-text ul li {
  margin: 0;
  font-size: 17px;
}
.home .bucket-holder .bucket .bucket-text ul li a {
  text-decoration: underline;
  color: #065484;
}
.home .bucket-holder .bucket .bucket-text ul li a:hover {
  color: #6cb33f !important;
}
.home .bucket-holder .bucket .bucket-text ul li a:visited {
  color: #065484;
}
.home .image-gallery {
  margin-bottom: 60px;
}
.home .image-gallery ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  max-width: 1460px;
  margin: auto;
}
.home .image-gallery ul li {
  padding: 12px;
  max-width: 170px;
  max-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .image-gallery ul li img {
  max-height: 120px;
  width: auto;
}
.home .news-header {
  margin-top: 60px;
}
.home .blog-module h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.home .blog-module .blog-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 18px;
}
@media screen and (max-width: 992px) {
  .home .blog-module .blog-items {
    grid-template-columns: 1fr;
  }
}
.home .blog-module .blog-items .blog-item {
  transition: 0.3s;
  width: 100%;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 1px 5px #adb4bb;
  display: flex;
  flex-direction: column;
}
.home .blog-module .blog-items .blog-item a {
  color: black;
}
.home .blog-module .blog-items .blog-item .wp-post-image {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  height: 250px;
}
.home .blog-module .blog-items .blog-item .blog-img-container {
  flex-basis: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 250px;
}
.home .blog-module .blog-items .blog-item .blog-img-container .blog-itm-img {
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}
.home .blog-module .blog-items .blog-item .blog-item-description {
  padding: 12px;
  flex-basis: auto;
  max-width: 100%;
  margin: 0;
}
.home .blog-module .blog-items .blog-item .read-more {
  color: #6cb33f;
  margin-top: 12px;
  font-weight: 500;
}
.home .blog-module .blog-items .blog-item .read-more:hover {
  color: #065484;
}
.home .blog-module .blog-items .blog-item:hover {
  box-shadow: 1px 1px 8px #6b7075;
}
@media (max-width:767.98px) {
  .copyright {
    text-align: center;
  }
  .right-block {
    text-align: center;
  }
}
@media screen and (max-width: 868px) {
  #site-navigation {
    margin-top: -40px;
  }
  #site-navigation .mega-toggle-animated-inner,
  #site-navigation .mega-toggle-animated-inner::after,
  #site-navigation .mega-toggle-animated-inner::before {
    background-color: #00334d !important;
  }
  #site-navigation .mega-toggle-block {
    margin-top: -20px;
  }
}
.no-border-table {
  max-width: 250px;
  margin: auto;
  margin-bottom: 30px;
}
.no-border-table table {
  justify-content: center;
}
.no-border-table th {
  border-bottom: solid 2px black;
  text-align: left !important;
  line-height: 2;
}
.no-border-table td {
  line-height: 1.6;
}
.info-table th {
  border-bottom: solid 2px black;
  line-height: 2;
}
.info-table td {
  text-align: center;
  line-height: 1.6;
}
.twinoils-form .gform-theme-button {
  background-color: #065484 !important;
}
.twinoils-form .gform_drop_area:before {
  color: #065484 !important;
}
.twinoils-form .gform_button {
  background-color: #065484 !important;
}
.twinoils-form .gform-theme-button:hover {
  background-color: #00334d !important;
}
.twinoils-form .gform_button:hover {
  background-color: #00334d !important;
}
.twinoils-form .ginput_container input:focus {
  border: #ac2020 !important;
}
.blog .posts-container,
.archive .posts-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 18px;
}
@media screen and (max-width: 1150px) {
  .blog .posts-container,
  .archive .posts-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  .blog .posts-container,
  .archive .posts-container {
    grid-template-columns: 1fr;
  }
}
.blog .posts-container .post,
.archive .posts-container .post {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 2px 6px #cfcece;
  padding-bottom: 12px !important;
  overflow: hidden;
}
.blog .posts-container .post .post-content,
.archive .posts-container .post .post-content {
  padding: 12px;
}
.blog .posts-container .post .post-content p,
.archive .posts-container .post .post-content p {
  text-decoration: none;
  color: black;
  font-size: 17px;
}
.blog .posts-container .post .post-content .post-title,
.archive .posts-container .post .post-content .post-title {
  font-weight: bold;
  color: #303030;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.blog .posts-container .post .post-content .post-read-more,
.archive .posts-container .post .post-content .post-read-more {
  color: #065484;
}
.blog .posts-container .post .post-content .post-read-more:hover,
.archive .posts-container .post .post-content .post-read-more:hover {
  color: #6cb33f;
}
.blog .posts-container .post .post-image,
.archive .posts-container .post .post-image {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog .posts-container .post .default-post-image,
.archive .posts-container .post .default-post-image {
  -o-object-fit: contain;
  object-fit: contain;
}
.column-list {
  -moz-columns: 3;
  columns: 3;
}
@media screen and (max-width: 1100px) {
  .column-list {
    -moz-columns: 2;
    columns: 2;
  }
}
@media screen and (max-width: 768px) {
  .column-list {
    -moz-columns: 1;
    columns: 1;
  }
}
.column-element {
  display: inline-block;
}
#mega-menu-119-0 {
  box-shadow: 0 0 3px #c5bebe !important;
  border-radius: 5px !important;
}
@media screen and (min-width: 868px) {
  #mega-menu-119-0 .hide-top-level .mega-menu-link {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 868px) {
  #mega-menu-119-0 .hide-top-level .mega-sub-menu {
    margin-top: -35px !important;
  }
}
#mega-menu-119-0 .hide-top-level .mega-sub-menu .mega-menu-link {
  font-weight: bold !important;
  font-size: 16px !important;
  visibility: visible !important;
}
.mega-menu-item-198 {
  margin-right: 0 !important;
}
.single-post .wp-post-image {
  display: none;
}
.page-template-default .has-post-thumbnail .post-thumbnail {
  display: none;
  visibility: hidden;
}
.resource-page-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px 36px;
}
@media screen and (max-width: 1100px) {
  .resource-page-content {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.resource-page-content .resource .resource-title {
  font-weight: bold;
  text-align: center;
  font-size: 19px;
  padding-bottom: 12px;
}
.resource-page-content .resource .resource-image {
  display: flex;
  justify-content: center;
  height: 350px;
}
.resource-page-content .resource .resource-image img {
  width: 267px;
  object-fit: cover;
  object-position: top;
  box-shadow: 3px 3px 8px #f5f3f3;
  border-radius: 3px;
}
.resource-page-content .resource .resource-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.resource-page-content .resource .resource-buttons .resource-button {
  margin-top: 12px;
  padding: 18px;
}
.resource-page-content .resource .resource-buttons .resource-button a {
  background-color: #065484;
  padding: 18px;
  border: solid 1px #065484;
  color: white !important;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.resource-page-content .resource .resource-buttons .resource-button a:hover {
  background-color: #fff;
  color: #065484 !important;
}
.resource-button {
  margin-top: 12px;
  padding: 18px;
}
.resource-button a {
  background-color: #065484;
  padding: 18px;
  border: solid 1px #065484;
  color: white !important;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.resource-button a:hover {
  background-color: #fff;
  color: #065484 !important;
}
.resource-download-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resource-download-container .button {
  margin-top: 12px;
  background-color: #065484;
  padding: 18px;
  border: solid 1px #065484;
  color: white !important;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.resource-download-container .button:hover {
  background-color: #fff;
  color: #065484 !important;
}
.page-cat-buckets .bucket-holder {
  display: grid;
  grid-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
}
.page-cat-buckets .bucket-holder .bucket {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f8f9fa;
  transition: 0.3s;
  text-align: center;
  font-weight: bold;
  height: 100%;
  overflow: hidden;
  box-shadow: 1px 1px 5px #adb4bb;
}
.page-cat-buckets .bucket-holder .bucket a {
  width: 100%;
  padding: 12px;
}
.page-cat-buckets .bucket-holder .bucket .bucket-image {
  overflow: hidden;
  margin-bottom: 8px;
}
.page-cat-buckets .bucket-holder .bucket .bucket-image img {
  max-width: 260px;
  height: 100% !important;
  max-height: 200px;
  object-fit: cover;
}
.page-cat-buckets .bucket-holder .bucket:hover {
  box-shadow: 2px 2px 6px #80878d;
}
@media screen and (max-width: 1199px) {
  .page-cat-buckets .bucket-holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .page-cat-buckets .bucket-holder {
    grid-template-columns: 1fr;
  }
}
.md-cta-last .bucket:last-of-type {
  grid-column-start: 2;
  grid-column-end: 4;
  padding: 0 !important;
  background-color: #065484;
  border-radius: 5px;
}
.md-cta-last .bucket:last-of-type .bucket-image {
  display: none;
}
.md-cta-last .bucket:last-of-type .double-bucket {
  display: flex;
  background-color: #065484;
  border-radius: 5px;
  color: white !important;
  padding: 0 !important;
  text-decoration: none !important;
  transition: 0.3s;
}
.md-cta-last .bucket:last-of-type .double-bucket .double-bucket-text {
  width: 75%;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
.md-cta-last .bucket:last-of-type .double-bucket .double-bucket-text div:first-of-type {
  margin-bottom: 12px;
}
.md-cta-last .bucket:last-of-type .double-bucket .double-bucket-image {
  width: 25%;
  padding: 12px;
}
.md-cta-last .bucket:last-of-type .double-bucket .double-bucket-image img {
  max-height: 200px;
}
.md-cta-last .bucket:last-of-type .double-bucket:hover {
  background-color: #166291;
  color: white !important;
}
.md-cta-last .bucket:last-of-type:hover {
  background-color: #166291;
}
@media screen and (max-width: 1199px) {
  .md-cta-last {
    grid-template-columns: 1fr 1fr;
  }
  .md-cta-last .bucket:last-of-type {
    grid-column-start: 1 !important;
    grid-column-end: 3 !important;
  }
}
@media screen and (max-width: 600px) {
  .md-cta-last {
    grid-template-columns: 1fr;
  }
  .md-cta-last .bucket:last-of-type {
    grid-column-start: 1 !important;
    grid-column-end: 2 !important;
  }
  .md-cta-last .double-bucket {
    flex-direction: column;
  }
  .md-cta-last .double-bucket .double-bucket-image {
    width: 100% !important;
  }
  .md-cta-last .double-bucket .double-bucket-text {
    width: 100% !important;
  }
}
.small-cta-last .bucket-holder .bucket:last-of-type .bucket-image {
  display: none;
}
.small-cta-last .bucket-holder .bucket:last-of-type .bucket-text {
  height: 100%;
}
.small-cta-last .bucket-holder .bucket:last-of-type .cta-bucket {
  display: flex;
  background-color: #065484;
  border-radius: 5px;
  color: white !important;
  padding: 0 !important;
  text-decoration: none !important;
  transition: 0.3s;
  height: 100%;
  flex-direction: column;
}
.small-cta-last .bucket-holder .bucket:last-of-type .cta-bucket .cta-bucket-text {
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.small-cta-last .bucket-holder .bucket:last-of-type .cta-bucket .cta-bucket-text div:first-of-type {
  margin-bottom: 12px;
}
.small-cta-last .bucket-holder .bucket:last-of-type .cta-bucket .cta-bucket-image {
  padding: 12px;
}
.small-cta-last .bucket-holder .bucket:last-of-type .cta-bucket .cta-bucket-image img {
  max-height: 150px;
}
.small-cta-last .bucket-holder .bucket:last-of-type .cta-bucket:hover {
  background-color: #166291;
  color: white !important;
}
@media screen and (max-width: 991px) {
  .small-cta-last .bucket-holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .small-cta-last .bucket-holder {
    grid-template-columns: 1fr;
  }
}
.buckets-w-image .container {
  display: flex;
}
@media screen and (max-width: 991px) {
  .buckets-w-image .container {
    justify-content: center;
    align-items: center;
  }
}
.buckets-w-image .container .bucket-holder {
  margin-right: 24px;
}
.buckets-w-image .container .image-area {
  max-width: 410px;
}
@media screen and (max-width: 991px) {
  .buckets-w-image .container .image-area {
    max-width: 80%;
    margin-top: 24px;
  }
}
.buckets-w-image .container .image-area img {
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .buckets-w-image .container {
    flex-direction: column;
  }
}
