/* !colors */
/* !alignment */
.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.halign {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vhalign {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* !universal */
body {
  padding-top: 0;
  font-family: 'Raleway', sans-serif;
  background-color: #FAFBFE;
}
#id-1 .block-1 {
  padding: 0;
}
.heading {
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  color: #00205B;
}
.heading.white {
  color: #FFFFFF;
}
.heading.orange {
  color: #FE5000;
}
.heading.light-blue {
  color: #0072CE;
}
.richtext {
  margin-bottom: 12px;
  color: #00205B;
}
.richtext.white {
  color: #FFFFFF;
}
.richtext.orange {
  color: #FE5000;
}
.richtext ul li {
  color: #00205B;
  line-height: 2em; 
  font-size: 14px;
}
.heading-hasbutton {
  margin-bottom: 12px;
  position: relative;
}
.heading-hasbutton .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
.heading-right-side-line {
  display: flex;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 12px;
}
.heading-right-side-line .heading {
  margin: 0;
}
.heading-right-side-line:after {
  content: "";
  margin: auto;
  flex: 1;
  border-bottom: 2px solid #D9DDE4;
  margin-left: 32px;
}
.heading-left-side-line {
  display: flex;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 12px;
}
.heading-left-side-line .heading {
  margin: 0;
}
.heading-left-side-line:before {
  content: "";
  margin: auto;
  flex: 1;
  border-bottom: 2px solid #D9DDE4;
  margin-right: 32px;
}
.heading-under-side-line {
  text-align: left;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 12px;
  position: relative;
}
.heading-under-side-line:before {
  content: "";
  width: 100%;
  border-bottom: 2px solid #D9DDE4;
  margin-right: 32px;
  position: absolute;
  bottom: 0;
}
.heading-both-sides-line {
  display: flex;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 12px;
}
.heading-both-sides-line .heading {
  margin: 0;
}
.heading-both-sides-line:before {
  content: "";
  margin: auto;
  flex: 1;
  border-bottom: 2px solid #D9DDE4;
  margin-right: 32px;
}
.heading-both-sides-line:after {
  content: "";
  margin: auto;
  flex: 1;
  border-bottom: 2px solid #D9DDE4;
  margin-left: 32px;
}
.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 32px;
  line-height: 42px;
}
h2,
.h2 {
  font-size: 28px;
  line-height: 32px;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 36px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 28px;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
}
p {
  font-size: 14px;
  line-height: 20px;
}
.blue-overlay {
  position: relative;
}
.blue-overlay > * {
  position: relative;
  z-index: 2;
}
.blue-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 32, 91), rgba(0, 32, 91));
  z-index: 2;
  opacity: 0.9;
}
/* !buttons */
.button {
  padding: 16px 32px;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
}
.button.solid {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  background-color: #FE5000;
  color: #FFFFFF;
}
.button.solid:hover {
  background-color: #0072CE;
}
.button.hollow {
  background-color: transparent;
  border: 2px solid #FE5000;
  color: #00205B;
}
.button.hollow:hover {
  background-color: #FE5000;
  color: #FFFFFF;
}
.button.link-style {
  background-color: transparent;
  color: #00205B;
}
.button.link-style i {
  color: #FE5000;
}
.button.link-style:hover {
  color: #FE5000;
}
.button.link-style:hover i {
  color: #00205B;
}
.primary-bg .button.hollow {
  color: #FFFFFF;
}
.primary-bg .slick-dots li.slick-active button:before {
  color: #0072CE;
  opacity: 1;
}
.primary-bg .slick-dots li button:before {
  color: #FFFFFF;
  opacity: 1;
}
.nested .column:first-child .image-single:first-child:last-child {
  margin-left: -15px;
}
/* !header */
#header-170,
#header-171,
#header-170,
#header-173 {
  display: none !important;
}
#header {
  background-color: transparent;
  height: 108px;
  z-index: 999999999;
}
#header #header-top {
  height: 68px;
}
#header #header-top .constrain {
  padding-top: 20px;
  display: flex;
  justify-content: right;
}
#header #header-top .constrain .language-toggle {
  margin-left: auto;
  margin-right: 10px;
  margin-top: 8px;
}
#header #header-top .constrain .language-toggle select {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
#header #header-top .constrain #google_translate_element2 {
  display: none;
}
#header #header-top .constrain #global-nav {
  margin-left: 0;
}
#header #header-top .constrain #global-nav li a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
#header #header-top .constrain #global-nav li a:hover,
#header #header-top .constrain #global-nav li a:active {
  color: #89c2dc;
}
#header #header-top .constrain .tel,
#header #header-top .constrain .link {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
#header #header-top .constrain .tel i,
#header #header-top .constrain .link i {
  color: #FE5000;
  margin-right: 8px;
}
#header #header-top .constrain .search-container {
  padding: 4px;
  margin-top: -4px;
}
#header #header-top .constrain .search-container .search-form .search-input {
  border-radius: 4px;
  border-color: #0072CE;
  color: #FFFFFF;
}
#header #header-top .constrain .search-container .search-form .search-btn {
  color: #FFFFFF;
}
#header #header-bottom {
  height: 40px;
  padding: 0;
}
#header #header-bottom .constrain .logo {
  height: 34px;
}
#header #header-bottom .constrain .logo img {
  height: 55px;
  position: absolute;
  bottom: 24px;
}
#header #header-bottom .constrain #primary-nav > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.06em;
}
#header #header-bottom .constrain #primary-nav li {
  height: auto;
}
#header #header-bottom .constrain #primary-nav li a {
  line-height: 19px;
  color: #FFFFFF;
  padding-bottom: 10px;
}
#header #header-bottom .constrain #primary-nav li a:hover,
#header #header-bottom .constrain #primary-nav li a:active {
  color: #FE5000;
}
#header #header-bottom .constrain #primary-nav li ul li a:hover,
#header #header-bottom .constrain #primary-nav li ul li a:active {
  color: #0072CE !important;
}
#header #header-bottom .constrain #primary-nav li ul li a {
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
}
#header #header-bottom .constrain #primary-nav li i {
  display: none;
}
#primary-nav .search-container{
    display: none;
    padding: 15px !important;
}
#primary-nav .search-container input[type="text"]{
    border: 2px solid #D9DDE4;
}
#header.scrolling.scrolling-up {
  position: fixed;
  background: #00205B;
}
.language-toggle .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100px;
  margin-top: -6px;
}
.language-toggle .btn .caret,
.language-toggle .btn-group > .btn:first-child {
  color: white;
  background-color: transparent;
}
.language-toggle .btn-group > .btn:first-child,
.language-toggle .btn-group > .btn:first-child:focus,
.language-toggle .btn-group > .btn:first-child:active,
.language-toggle .btn-group > .btn:first-child:hover {
  border-color: #0072ce !important;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* !primary-nav */
#primary-nav #header-15 ul:before {
  background: url("/assets/images/template/cta-img.png");
  height: 104px;
  width: 104px;
  position: absolute;
  bottom: 32px;
  right: 32px;
  background-color: #FFFFFF;
  content: "";
}
#primary-nav > li > ul {
  top: 39px;
  width: auto;
  min-width: 180px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-top-right-radius: 0;
}
#primary-nav > li > ul .backbtn {
  display: none;
}
#primary-nav > li > ul > li {
  height: auto !important;
  position: unset;
}
#primary-nav > li > ul > li a {
  margin: 0;
  line-height: 20px;
  padding: 0 16px;
  color: #00205B !important;
  text-transform: capitalize;
}
#primary-nav > li > ul > li a:hover {
  color: #0072CE !important;
}
#primary-nav > li > ul > li ul {
  position: absolute;
  top: 0;
  left: 180px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-top-left-radius: 0;
}

#primary-nav > li > ul > li ul li a {
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  padding-bottom:8px !important;
}

#primary-nav > li > ul > li:hover ul {
  display: block;
}
@media only screen and (min-width: 1200px) {
  #primary-nav > li#header-15 {
    position: static;
  }
  #primary-nav > li#header-15 a {
    padding-bottom: 0 !important;
  }
  #primary-nav > li#header-15.hover > ul {
    display: flex !important;
  }
  #primary-nav > li#header-15 > ul {
    position: absolute;
    width: 100%;
    height: 600px;
    left: 0;
    top: 108px;
    padding-left: calc(50vw - 600px);
    padding-right: calc(50vw - 600px);
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  #primary-nav > li#header-15 > ul > li {
    width: 25%;
  }
  #primary-nav > li#header-15 > ul > li > ul > li a {
    color: #5B5F66 !important;
  }
  #primary-nav > li#header-15 > ul li {
    height: auto !important;
  }
  #primary-nav > li#header-15 > ul li a {
    line-height: 24px !important;
  }
  #primary-nav > li#header-15 > ul li ul {
    padding: 0;
    display: block;
    position: static;
    box-shadow: none;
  }
  #primary-nav > li > ul > li#header-109>ul{
    width: 500px;
    }
  #primary-nav > li > ul > li#header-109>ul li:not(.backbtn){
    width:48%;
    display:inline-block;
    vertical-align:top;
  }
}
/* !home-banner */
#home-banner .slide .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00205B 8.04%, rgba(0, 32, 91, 0) 26.22%), linear-gradient(0deg, rgba(0, 32, 91, 0.9), rgba(0, 32, 91, 0.9));
  z-index: 2;
}
#home-banner .slide .constrain .corner-image {
  position: absolute;
  right: calc(-50vw + 600px);
  bottom: 0;
  z-index: 2;
  height: 435px;
  width: 536px;
}
#home-banner .slide .constrain .caption {
  text-align: left;
  width: 60%;
  top: 55%;
  color: #FFFFFF;
}
#home-banner .slide .constrain .caption .h1 {
  font-size: 72px;
  line-height: 92px;
  text-transform: capitalize;
}
#home-banner .slide .constrain .caption p {
  font-size: 16px;
  margin-bottom: 12px;
}
#home-banner .slide .constrain .caption .button {
  margin-top: 12px;
}
/* !inner-banner */
#inner-banner {
  height: 208px;
}
#inner-banner .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00205B 8.04%, rgba(0, 32, 91, 0) 26.22%), linear-gradient(0deg, rgba(0, 32, 91, 0.9), rgba(0, 32, 91, 0.9));
  z-index: 2;
}
#inner-banner .contain {
  width: 100%;
  padding-left: calc(50vw - 608px);
  padding-right: calc(50vw - 608px);
  bottom: 0;
}
#inner-banner .contain .crumb-container {
  border-top: 1px solid #0072CE;
  padding: 8px 0;
}
#inner-banner .contain .crumb-container .crumb {
  color: #FFFFFF;
}
#inner-banner .contain .crumb-container .crumb a {
  color: #FFFFFF;
}
#inner-banner .contain .crumb-container .crumb a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  margin: 0 8px;
}
#inner-banner .contain .heading-container {
  border-top: 1px solid #0072CE;
  padding: 8px 0;
}
#inner-banner .contain .heading-container .h3 {
  color: #FFFFFF;
  text-transform: capitalize;
}
.slick-dots {
  bottom: -30px;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li.slick-active button:before {
  color: #0072CE;
}
.slick-dots li button:before {
  color: #A1A4B1;
}
/* !buckets */
.bucket-selector-container {
  display: flex;
}
.bucket-selector-container .heading {
  margin: auto 0;
}
.bucket-selector-container #selector {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 50%;
  margin-left: 32px;
  position: relative;
  flex-grow: 1;
}
.bucket-selector-container #selector:after {
  margin: auto 8px;
  content: "";
  right: 0;
  height: 1px;
  flex-grow: 1;
  background-color: #D9DDE4;
}
.bucket-selector-container #selector h6 {
  margin: auto 0;
  color: #00205B;
  margin-right: 12px;
}
.bucket-select {
  background-color: #FFFFFF;
  border: 1px solid #A1A4B1;
  padding: 14px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 250px;
  width: 100%;
  padding-right: 40px;
}
.bucket-select:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0d7";
  position: absolute;
  right: 16px;
}
.buckets {
  padding-bottom: 40px;
  justify-content: left;
}
.buckets .bucket {
  padding: 16px;
}
.buckets .bucket .item {
  position: relative;
  height: 228px;
  width: 100%;
  display: flex;
}
.buckets .bucket .item:before {
  width: 100%;
  content: "";
  height: 8px;
  background-color: #FE5000;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s ease-in-out all;
  z-index: 2;
}
.buckets .bucket .item .image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.buckets .bucket .item .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
}
.buckets .bucket .item .content {
  width: 100%;
  height: 228px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.buckets .bucket .item .content:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.6;
  transition: 0.2s ease-in-out all;
  background: linear-gradient(0deg, rgba(0, 32, 91), rgba(0, 32, 91));
}
.buckets .bucket .item .content:after {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: 0.2s ease-in-out all;
  background: linear-gradient(0deg, rgba(254, 80, 0), rgba(254, 80, 0));
}
.buckets .bucket .item .content .text-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.buckets .bucket .item .content .text-container h5 {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
.buckets .bucket .item .content .text-container .button {
  position: relative;
  z-index: 2;
  height: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #00205B;
  margin: 0;
  width: auto;
}
.buckets .bucket .item:hover:before {
  transition: 0.2s ease-in-out all;
  opacity: 0;
}
.buckets .bucket .item:hover .content:before {
  opacity: 0;
  transition: 0.2s ease-in-out all;
}
.buckets .bucket .item:hover .content:after {
  opacity: 0.6;
  transition: 0.2s ease-in-out all;
  background: linear-gradient(0deg, rgba(254, 80, 0), rgba(254, 80, 0));
}
.buckets .bucket .item:hover .content .text-container h5 {
  margin-bottom: 8px;
}
.buckets .bucket .item:hover .content .text-container .button {
  margin: 8px auto;
  height: 40px;
  padding: 12px;
}
/* !files */
.mixit-controls h3 {
  text-transform: none;
  color: #00205B;
}
.mixit-controls .search-form input[type="text"] {
  border: 1px solid #979797;
  border-radius: 3px;
  color: #5B5F66;
  font-size: 14px;
  padding: 8px 10px 8px 30px;
  background-color: white;
  height: 40px;
  line-height: 40px;
}
.mixit-controls .search-form button {
  height: 40px;
  line-height: 40px;
  left: 0;
  right: auto;
}
.mixit-controls .search-form button:after {
  color: #0072CE;
  font-weight: normal;
}
#file-mix-container h3 {
  width: 100%;
  position: relative;
}
#file-mix-container h3:after {
  content: '';
  height: 1px;
  width: 1000%;
  left: 100%;
  margin-left: 15px;
  margin-top: 14px;
  background-color: #D9DDE4;
  position: relative;
}
#file-mix-container .files-category {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
#file-mix-container ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#file-mix-container .file-container,
#file-mix-container ul li {
  width: 25%;
  padding: 16px;
}
#file-mix-container .file-container .file-item,
#file-mix-container ul li .file-item {
  border: 0;
  min-height: 60px;
  background-color: #FFFFFF;
  height: auto;
  text-align: left;
  display: flex;
}
#file-mix-container .file-container .file-item .left-side,
#file-mix-container ul li .file-item .left-side {
  width: 25%;
}
#file-mix-container .file-container .file-item .left-side .icon-container,
#file-mix-container ul li .file-item .left-side .icon-container {
  height: 100%;
  width: 100%;
  display: flex;
}
#file-mix-container .file-container .file-item .left-side .icon-container i,
#file-mix-container ul li .file-item .left-side .icon-container i {
  margin: 6px auto auto auto;
  font-size: 40px;
  color: #FE5000;
}
#file-mix-container .file-container .file-item .right-side,
#file-mix-container ul li .file-item .right-side {
  width: 75%;
  padding: 0 24px 16px 24px;
  margin-top: 15px;
  padding-left: 0;
}
#file-mix-container .file-container .file-item .right-side .content-container h6,
#file-mix-container ul li .file-item .right-side .content-container h6 {
  margin: 4px 0;
}
#file-mix-container .file-container .file-item .right-side .content-container p,
#file-mix-container ul li .file-item .right-side .content-container p {
  display: none;
}
.files {
  display: flex;
  flex-wrap: wrap;
}
.files.file-resource li {
  width: 25%;
  padding: 16px;
  margin: 0;
}
.files.file-resource li a {
  padding: 16px 22px;
  height: auto;
  border: 0;
  background: #FFFFFF;
  text-align: left;
  display: flex;
}
.files.file-resource li a .title {
  color: #00205B;
  font-size: 14px;
  margin: auto;
  margin-left: 22px;
  line-height: 16px;
  font-weight: 700;
  float: none;
  text-transform: uppercase;
}
.files.file-resource li a i {
  font-size: 40px;
  line-height: 24px;
  color: #FE5000;
}
.files .file-container {
  width: 25%;
  padding: 16px;
}
.files .file-container .file-item {
  border: 0;
  min-height: 125px;
  background-color: #FFFFFF;
  height: auto;
  text-align: left;
  display: flex;
}
.files .file-container .file-item .left-side {
  width: 25%;
}
.files .file-container .file-item .left-side .icon-container {
  height: 100%;
  width: 100%;
  display: flex;
}
.files .file-container .file-item .left-side .icon-container i {
  margin: auto;
  font-size: 40px;
  color: #FE5000;
}
.files .file-container .file-item .right-side {
  width: 75%;
  padding: 16px 24px;
  padding-left: 0;
}
.files .file-container .file-item .right-side .content-container h6 {
  margin: 4px 0;
}
/* !video */
.video-block {
  display: flex;
  flex-wrap: wrap;
}
.video-block .video-container {
  width: 50%;
}
.video-block .video-container .video {
  height: 100%;
  width: 100%;
  margin: 0;
  max-width: none;
}
.video-block .video-container .video .play i {
  color: #FE5000;
}
.video-block .description-container {
  width: 50%;
  padding: 40px 0;
}
.video-block .description-container .content {
  background-color: #FFFFFF;
  padding: 60px;
  padding-left: 32px;
  text-align: left;
}
.video-block .description-container .content h3 {
  text-transform: capitalize;
  color: #00205B;
}
.video-block .description-container .content p {
  text-transform: none;
}
#media-gallery .video-container {
  width: 100%;
  height: 250px;
}
#media-gallery .description-container {
  width: 100%;
  padding-bottom: 0;
}
#media-gallery .description-container .content {
  padding: 0;
}
/* !featured image */
.featured-image .image-item {
  display: flex;
  flex-wrap: wrap;
}
.featured-image .image-item .left-side {
  width: 50%;
}
.featured-image .image-item .left-side .img-wrapper {
  height: 100%;
  width: 100%;
  width: 800px;
  right: 200px;
  border-radius: 4px;
  margin: 0;
  max-width: none;
  overflow: hidden;
}
.featured-image .image-item .left-side .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
}
.featured-image .image-item .right-side {
  width: 50%;
  padding: 40px 0;
}
.featured-image .image-item .right-side .content {
  background-color: #FFFFFF;
  padding: 60px;
  padding-top: 92px;
  padding-left: 32px;
  text-align: left;
  position: relative;
}
.featured-image .image-item .right-side .content .icon-wrapper {
  position: absolute;
  left: 32px;
  top: 32px;
}
.featured-image .image-item .right-side .content h3 {
  text-transform: capitalize;
  color: #00205B;
}
.featured-image .image-item .right-side .content p {
  text-transform: none;
}
.gallery-featured-image .image-item {
  display: flex;
  flex-wrap: wrap;
}
.gallery-featured-image .image-item .right-side {
  box-shadow: 0px, 10px, 24px, rgba(0, 0, 0, 0.1);
  width: 50%;
}
.gallery-featured-image .image-item .right-side .slick-dots {
  bottom: 0;
}
.gallery-featured-image .image-item .right-side .gallery {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
  overflow: hidden;
}
.gallery-featured-image .image-item .right-side .gallery .slick-list {
  height: 100%;
  width: 100%;
}
.gallery-featured-image .image-item .right-side .gallery .slick-list .slick-track {
  height: 100%;
}
.gallery-featured-image .image-item .right-side .gallery .img-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
}
.gallery-featured-image .image-item .right-side .gallery .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  max-width: none;
  max-height: 100%;
}
.gallery-featured-image .image-item .left-side {
  width: 50%;
  padding: 40px 0;
}
.gallery-featured-image .image-item .left-side .content {
  background-color: #FFFFFF;
  padding: 60px;
  padding-top: 90px;
  padding-left: 32px;
  text-align: left;
  position: relative;
}
.gallery-featured-image .image-item .left-side .content .icon-wrapper {
  position: absolute;
  left: 32px;
  top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-featured-image .image-item .left-side .content .icon-wrapper .img-wrapper {
  padding: 0 12px;
}
.gallery-featured-image .image-item .left-side .content h3 {
  text-transform: capitalize;
  color: #00205B;
}
.gallery-featured-image .image-item .left-side .content p {
  text-transform: none;
}
.table-responsive .table {
  border: 0;
  border-top: none;
  border-radius: 2px;
  width: 100%;
}
.table-responsive .table .head th,
.table-responsive .table thead td {
  background-color: #00205B !important;
  color: white !important;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle !important;
}
.table-responsive .table td {
  text-align: left;
  padding: 7px;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #D9DDE4;
}
.table-responsive .table td:first-child {
  width: 100px;
}
.table-responsive .table tr {
  border-bottom: 1px solid #D9DDE4;
}
.table-responsive .table .center {
  vertical-align: middle;
  text-align: center;
}
.table-responsive .table.specs thead th:nth-child(2) ~ th {
  font-size: 11px;
  text-align: left;
  vertical-align: middle;
}
.table-responsive .table.quote-table td {
  vertical-align: middle;
}
/* !tabbed-content */
.tabbed-content .nav-tabs li a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 2px solid #FE5000;
  color: #00205B;
  background-color: #FFFFFF;
  margin-right: 5px;
  border-bottom: 1px solid #ddd;
}
.tabbed-content .nav-tabs li a:hover,
.tabbed-content .nav-tabs li a:active {
  border: 2px solid #0072CE;
  border-bottom: 1px solid #ddd;
  background-color: white;
}
.tabbed-content .nav-tabs li.active a {
  border: 2px solid #FE5000;
  background-color: #FE5000;
  color: #FFFFFF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #ddd;
}
.tabbed-content .tab-content {
  border: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
/* !accordions */
.panel {
  max-width: 968px;
  margin: 0 auto;
  margin-top: 0 !important;
  border: 0;
  position: relative;
  box-shadow: none;
  overflow: hidden;
}
.panel:before {
  content: "";
  height: 1px;
  width: 90%;
  bottom: 0;
  background-color: #D9DDE4;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.panel:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel:last-child:before {
  display: none;
}
.panel .panel-heading {
  border: 0;
}
.panel .panel-heading a {
  text-align: left;
  font-weight: 700;
  color: #00205B;
}
.panel .panel-heading a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f055";
  font-weight: 700;
}
.panel .panel-heading a[aria-expanded="true"] {
  background-color: #FFFFFF;
}
.panel .panel-heading a[aria-expanded="true"]:before {
  content: "\f056";
}
.panel .panel-collapse .panel-body {
  border: 0;
  border-top: 0 !important;
}
/* !contact-form */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-container .left-side {
  width: 66.66%;
  padding: 8px;
}
.contact-container .right-side {
  width: 33.33%;
  padding: 32px;
}
.contact-container .right-side .content .location {
  margin: 16px 0;
}
.contact-container .right-side .content .location li {
  width: 100%;
  padding: 16px 0;
  padding-left: 0;
  color: #00205B;
}
.contact-container .right-side .content .location li i {
  position: static;
  color: #FE5000;
  margin-right: 8px;
}
.contact-container .right-side .content .location li a {
  color: #00205B;
}
.contact-container .right-side .content .address {
  list-style: none;
  padding: 0;
}
.contact-container .right-side .content .address li {
  padding: 16px 0;
  color: #00205B;
  margin-bottom: 5px;
}
.contact-container .right-side .content .social-links {
  margin-top: 22px;
}
.contact-container .right-side .content .social-links .link {
  margin: 8px;
  color: #FE5000;
}
/* !gallery */
.gallery-thumbnail .slider-single .gallery-slide {
  padding: 16px;
  overflow: hidden;
}
.gallery-thumbnail .slider-single .img-wrapper {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  height: 343px;
}
.gallery-thumbnail .slider-single .img-wrapper img {
  max-height: 100%;
  object-fit: cover;
}
.gallery-thumbnail .slider-nav .gallery-slide {
  padding: 16px;
  overflow: hidden;
}
.gallery-thumbnail .slider-nav .img-wrapper {
  height: 107px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  margin: 0;
}
.gallery-links .gallery-item .img-wrapper {
  box-shadow: none;
  width: 100%;
  height: 150px;
  margin: 0;
  display: block;
}
.gallery-links .gallery-item .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
}
.primary-bg .gallery-links img {
  filter: brightness(0) invert(1);
}
/* !team-members */
.team-member-container .team-member {
  padding: 0 16px;
}
.team-member-container .team-member .item {
  min-height: 200px;
  overflow: hidden;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 368px;
  margin: auto;
}
.team-member-container .team-member .item .content {
  margin: auto;
  width: 66%;
}
.team-member-container .team-member .item .content .title {
  font-size: 14px;
  line-height: 20px;
  color: #0072CE;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.team-member-container .team-member .item .content p {
  color: #00205B;
}
.team-member-container .team-member .item .content .link i {
  color: #FE5000;
}
.team-member-container .team-member .item .image-container {
  width: 34%;
  position: relative;
}
.team-member-container .team-member .item .image-container img {
  position: absolute;
  right: -25px;
  bottom: -40px;
  max-height: 190px;
}
/* !locations */
.location-maps {
  display: flex;
  flex-wrap: wrap;
}
.location-maps .left-side,
.location-maps .right-side {
  width: 50%;
  padding: 0 16px;
}
.location-maps .left-side .map-container,
.location-maps .right-side .map-container {
  height: 176px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.location-maps .left-side .map-container iframe,
.location-maps .right-side .map-container iframe {
  width: 150%;
  height: 250%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* !posts */
.posts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.posts .post-item {
  width: 50%;
  margin: 0;
  padding: 16px;
}
.posts .post-item .item-container {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden;
}
.posts .post-item .item-container .img-wrapper {
  width: 45%;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.posts .post-item .item-container .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts .post-item .item-container .post-info {
  text-align: left;
  width: 55%;
  background-color: #FFFFFF;
  padding: 24px 32px;
}
.posts .post-item .item-container .post-info .date {
  color: #5B5F66;
}
.posts .post-item .item-container .post-info h6 {
  color: #0072CE;
  margin: 4px 0;
}
.posts .post-item .item-container .post-info i {
  color: #FE5000;
}
.paging{
    width: 100%;
}
/* !quick-links */
.quick-links-block {
  padding: 40px 0;
}
.ql-container {
  display: flex;
  flex-wrap: wrap;
}
.ql-container .quick-link-card {
  width: 33.33%;
  padding: 32px;
  position: relative;
}
.ql-container .quick-link-card:before {
  height: 70%;
  width: 1px;
  background-color: #D9DDE4;
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ql-container .quick-link-card:last-child:before {
  display: none;
}
.ql-container .quick-link-card .item {
  position: relative;
  padding-top: 84px;
  text-align: center;
  color: #00205B;
  padding-bottom: 73px;
  height: 100%;
}
.ql-container .quick-link-card .item .img-container {
  top: 10px;
  height: 64px;
  width: 64px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ql-container .quick-link-card .item .heading {
  color: #00205B;
  margin: 0;
}
.ql-container .quick-link-card .item .button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8px;
  width: 100%;
  max-width: 70%;
  margin: 0;
}
/* !search */
.simplesearch-result h3 {
  margin: 0;
}
.simplesearch-result h3 a {
  color: #00205B;
  text-transform: capitalize;
}
.simplesearch-result h3 a:hover {
  color: #FE5000;
}
#main-content .search-container .search-form {
  max-width: 800px;
  background-color: #FFFFFF;
}
#main-content .search-container .search-form input {
  border-radius: 4px;
  border: 0;
  overflow: hidden;
}
/* !forms */
.forms label,
.forms h4 {
  font-weight: 700;
}
.forms .token {
  background-color: transparent;
}
.forms .fieldset .input-group {
  padding-top: 11px;
  padding-bottom: 11px;
}
.forms .fieldset .input-group input,
.forms .fieldset .input-group textarea {
  background: #FAFBFE;
  border: 1px solid #D9DDE4;
  border-radius: 4px;
}
.forms .fieldset .input-group textarea {
  min-height: 120px !important;
  max-width: 100%;
}
.forms .fieldset .input-group .submit {
  margin-right: 0;
}
.forms .file-uploader-buttons {
  left: 0;
}
#contact,
#rfq,
#search-form {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 32px;
}
#quickContact h2 {
  color: #FFFFFF;
}
#quickContact label {
  color: #FFFFFF;
}
#quickContact .file-uploader-items{
    color: white !important;
    z-index: 4;
    left: auto;
    right: 0;
    width: 40%;
}
#quickContact .qq-upload-button:hover {
  background-color: #FE5000;
}
#quickContact .qq-upload-button,
#quickContact .qq-clear-button {
  background-color: transparent;
}
#quickContact .qq-upload-button,
#quickContact .qq-upload-button::before {
  color: #FFFFFF !important;
}
/* !logocta */
#logo-cta {
  text-align: center;
  width: 100%;
}
#logo-cta h4 {
  color: #00205b;
  margin-bottom: 15px;
}
#logo-cta .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#logo-cta a {
  margin: auto 5px;
  display: flex;
  align-items: center;
}
#logo-cta img {
  max-width: 100px;
  margin: auto;
}
/* !footer */
#footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#footer .footer-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #00205B 8.04%, rgba(0, 32, 91, 0) 26.22%), linear-gradient(0deg, rgba(0, 32, 91, 0.9), rgba(0, 32, 91, 0.9));
  opacity: 0.6;
}
#footer.no-form .constrain {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
#footer.no-form .constrain #footer-left {
  width: 100%;
}
#footer.no-form .constrain #footer-left .constrain {
  padding: 32px 0;
  flex-direction: row;
}
#footer.no-form .constrain #footer-left .constrain .logo {
  width: 20%;
}
#footer.no-form .constrain #footer-left .constrain .copy-section {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
#footer.no-form .constrain #footer-left .constrain .copy-section > * {
  margin: auto;
}
#footer.no-form .constrain #footer-left .constrain .copy-section .link-section .footer-link {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
}
#footer.no-form .constrain #footer-left .constrain .copy-section .link-section .footer-link:after {
  content: "|";
  margin: 0 8px;
}
#footer.no-form .constrain #footer-left .constrain .copy-section .link-section .footer-link:last-child:after {
  display: none;
}
#footer.no-form .constrain #footer-left .constrain .copy-section .copyright {
  color: #FFFFFF;
}
#footer.no-form .constrain #footer-left .constrain .copy-section p {
  color: #FFFFFF;
}
#footer.no-form .constrain #footer-left .constrain .copy-section #back-top {
  margin-left: 8px;
  color: #FFFFFF;
}
#footer.no-form .constrain #footer-left .constrain .copy-section #back-top i {
  color: #FE5000;
  margin-left: 8px;
}
#footer.no-form .constrain #footer-left .constrain .copy-section .social-links .link {
  margin: 8px;
  color: #FE5000;
}
#footer.has-form .constrain {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
#footer.has-form .constrain #footer-left {
  width: 50%;
}
#footer.has-form .constrain #footer-left .constrain {
  padding: 60px 0;
  flex-direction: column;
}
#footer.has-form .constrain #footer-left .constrain .info-container {
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 16px 0;
}
#footer.has-form .constrain #footer-left .constrain .info-container .location {
  margin-top: 16px;
  margin-bottom: 12px;
}
#footer.has-form .constrain #footer-left .constrain .info-container .location .phone {
  padding: 0;
}
#footer.has-form .constrain #footer-left .constrain .info-container .location .phone i {
  top: 26px;
  color: #FE5000;
  font-weight: 600;
}
#footer.has-form .constrain #footer-left .constrain .info-container .location .phone a {
  padding-left: 24px;
  color: #FFFFFF;
}
#footer.has-form .constrain #footer-left .constrain .info-container .sales-cust,
#footer.has-form .constrain #footer-left .constrain .info-container .prod-ware {
  margin: 12px 0;
}
#footer.has-form .constrain #footer-left .constrain .info-container .social-links {
  margin-top: 22px;
}
#footer.has-form .constrain #footer-left .constrain .info-container .social-links .link {
  margin: 8px;
  color: #FE5000;
}
#footer.has-form .constrain #footer-left .constrain .copy-section {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
}
#footer.has-form .constrain #footer-left .constrain .copy-section .link-section {
  width: 100%;
  margin-bottom: 8px;
}
#footer.has-form .constrain #footer-left .constrain .copy-section .link-section .footer-link {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
}
#footer.has-form .constrain #footer-left .constrain .copy-section .link-section .footer-link:after {
  content: "|";
  margin: 0 8px;
}
#footer.has-form .constrain #footer-left .constrain .copy-section .link-section .footer-link:last-child:after {
  display: none;
}
#footer.has-form .constrain #footer-left .constrain .copy-section .copyright {
  color: #FFFFFF;
}
#footer.has-form .constrain #footer-left .constrain .copy-section p {
  color: #FFFFFF;
  margin: 0;
}
#footer.has-form .constrain #footer-left .constrain .copy-section #back-top {
  margin-left: 8px;
  color: #FFFFFF;
}
#footer.has-form .constrain #footer-left .constrain .copy-section #back-top i {
  color: #FE5000;
  margin-left: 8px;
}
#footer.has-form .constrain #footer-right {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .heading {
    margin-bottom: 8px;
  }
  h1,
  .h1 {
    font-size: 24px;
    line-height: 26px;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3,
  .h3 {
    font-size: 19px;
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 19px;
    line-height: 28px;
  }
  h5,
  .h5 {
    font-size: 16px;
    line-height: 24px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  #id-1 #main-content > .block-1 > .column {
    padding: 0 !important;
  }
  .nested .column:first-child .image-single:first-child:last-child {
    margin: 0;
  }
  #primary-nav #header-15 ul::before {
    display: none;
  }
  #primary-nav {
    top: 95px;
    background: #FFFFFF;
    padding: 0;
  }
  #primary-nav > li {
    margin: 0;
  }
  #primary-nav > li:before {
    width: 100%;
    content: "";
    position: relative;
    bottom: 0;
    height: 2px;
    display: block;
    background-color: #D9DDE4;
  }
  #primary-nav > li a {
    color: #00205B !important;
    padding: 16px 16px 16px 30px !important;
    font-weight: 700;
    text-transform: uppercase;
  }
  #primary-nav > li i {
    color: #FE5000;
    font-weight: 700;
  }
  #primary-nav > li ul {
    top: 0;
    width: 100%;
    padding: 0;
    padding-top: 56px;
    left: unset !important;
    box-shadow: none !important;
  }
  #primary-nav > li ul .backbtn {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 12px;
  }
  #primary-nav > li#header-170,
  #primary-nav > li#header-171,
  #primary-nav > li#header-170,
  #primary-nav > li#header-173,
  #primary-nav > li#header-172 {
    display: block !important;
  }
  #primary-nav > li#header-170 a,
  #primary-nav > li#header-171 a,
  #primary-nav > li#header-170 a,
  #primary-nav > li#header-173 a,
  #primary-nav > li#header-172 a {
    font-weight: 300;
    text-transform: capitalize;
  }
  #primary-nav .search-container{
      display: block;
  }
  #primary-nav .search-container:before{
      display: none;
  }
  #header {
    height: 95px;
  }
  #header #header-top {
    display: none;
  }
  #header #header-bottom {
    height: 100%;
  }
  #header #header-bottom .constrain {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  #header #header-bottom .constrain .logo {
    width: 175px;
    margin: auto 0;
    height: 55px;
  }
  #header #header-bottom .constrain .logo img {
    position: static;
  }
  #header #header-bottom .constrain .utility-buttons {
    margin: auto;
    margin-right: 12px;
    display: flex !important;
  }
  #header #header-bottom .constrain .utility-buttons .tel,
  #header #header-bottom .constrain .utility-buttons #search-toggle {
    height: 40px;
    width: 40px;
    display: block;
    margin: 0 8px;
    position: relative;
  }
  #header #header-bottom .constrain .utility-buttons .tel i,
  #header #header-bottom .constrain .utility-buttons #search-toggle i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
  }
  #header #header-bottom .constrain nav {
    margin: auto;
    margin-left: 12px;
    margin-right: 16px;
  }
  #header #header-bottom .constrain nav #primary-toggle {
    padding: 0;
    height: 40px;
    width: 40px;
    position: relative;
  }
  #header #header-bottom .constrain nav #primary-toggle .text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
  }
  #home-banner,
  #home-banner .slide,
  #home-banner .constrain {
    height: 531px;
  }
  #home-banner .slide .constrain .corner-image {
    right: 0;
    height: 200px;
    width: 245px;
    bottom: -2px;
  }
  #home-banner .slide .constrain .caption {
    color: #FFFFFF;
    padding-left: 30px;
  }
  #home-banner .slide .constrain .caption .h1 {
    font-size: 45px;
    line-height: 64px;
    text-transform: capitalize;
  }
  #home-banner .slide .constrain .caption p {
    display: none;
  }
  #home-banner .slide .constrain .caption .button {
    margin-top: 12px;
  }
  #inner-banner .contain .heading-container {
    padding: 12px 0;
  }
  #inner-banner .contain .crumb-container .crumb a:after {
    display: none;
  }
  #inner-banner .contain .crumb-container .crumb.current {
    display: none;
  }
  #inner-banner .contain .crumb-container,
  #inner-banner .contain .heading-container {
    padding-left: 16px;
  }
  .posts .post-item .item-container {
    overflow: hidden;
  }
  .posts .post-item .item-container .img-wrapper img {
    min-height: 100%;
  }
  .posts .post-item .item-container .post-info {
    padding: 10px;
    padding-left: 24px;
  }
  .featured-image .image-item .left-side {
    width: 100%;
    height: 320px;
  }
  .featured-image .image-item .left-side .img-wrapper {
    max-width: 100%;
    right: 0;
  }
  .featured-image .image-item .right-side {
    padding: 0;
    width: 100%;
  }
  .gallery-featured-image .image-item {
    flex-direction: column-reverse;
  }
  .gallery-featured-image .image-item .left-side,
  .gallery-featured-image .image-item .right-side {
    width: 100%;
  }
  .gallery-featured-image .image-item .left-side {
    padding: 0;
  }
  .gallery-featured-image .image-item .right-side {
    height: 350px;
  }
  .quick-links-block {
    padding: 12px 0;
  }
  .quick-links-block .ql-container .quick-link-card {
    padding: 8px;
  }
  .mixit-controls .control-group:first-child {
    display: block;
    margin-bottom: 15px;
  }
  .files-container .files .file-container {
    width: 50%;
    padding: 8px;
    margin: 0;
  }
  #file-mix-container .file-container,
  #file-mix-container ul li {
    width: 33.33%;
  }
  .video-block .video-container {
    width: 100%;
    height: 200px;
  }
  .video-block .description-container {
    width: 100%;
    padding: 0;
  }
  .video-block .description-container .content {
    padding: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #header #header-bottom .constrain .utility-buttons {
    margin: auto;
    margin-right: auto !important;
    display: flex !important;
  }
  #header #header-bottom .constrain nav {
    margin: auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #home-banner,
  #home-banner .slide,
  #home-banner .constrain {
    height: 531px;
  }
  #home-banner .slick-dots {
    bottom: 38%;
  }
  #home-banner .slide .constrain .corner-image {
    right: 0;
    height: 200px;
    width: 245px;
    bottom: -2px;
  }
  #home-banner .slide .constrain .caption {
    text-align: center;
    width: 100%;
    padding: 0;
    top: 37%;
    color: #FFFFFF;
  }
  .heading-hasbutton {
    display: flex;
    flex-wrap: wrap;
  }
  .heading-hasbutton .heading {
    width: 100%;
  }
  .heading-hasbutton .button {
    position: static;
    transform: none;
  }
  .bucket-selector-container {
    flex-wrap: wrap;
  }
  .bucket-selector-container #selector {
    width: 100%;
    max-width: 100%;
  }
  .buckets .bucket {
    width: 100%;
    padding: 8px;
  }
  .buckets .bucket .item {
    border-radius: 4px;
    overflow: hidden;
    height: 120px;
  }
  .buckets .bucket .item .content {
    height: 120px;
  }
  .buckets .bucket .item .content .text-container .button {
    display: none;
  }
  .file-resource li {
    width: 100% !important;
  }
  .files-container .files .file-container {
    width: 100%;
  }
  #file-mix-container .file-container,
  #file-mix-container ul li {
    width: 100%;
  }
  .video-block .video-container {
    height: 200px;
  }
  .featured-image .image-item .left-side {
    height: 220px;
  }
  .gallery-thumbnail .slider-nav .gallery-slide {
    padding: 8px;
  }
  .quick-links-block {
    padding: 12px 0;
  }
  .quick-links-block .ql-container .quick-link-card {
    width: 100%;
  }
  .quick-links-block .ql-container .quick-link-card:before {
    width: 70%;
    height: 1px;
    top: unset;
    left: unset;
    transform: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
  .gallery-featured-image .image-item {
    flex-direction: column-reverse;
  }
  .gallery-featured-image .image-item .left-side,
  .gallery-featured-image .image-item .right-side {
    width: 100%;
  }
  .gallery-featured-image .image-item .left-side {
    padding: 0;
  }
  .gallery-featured-image .image-item .right-side {
    height: 200px;
  }
  .posts .post-item {
    width: 100%;
  }
  .posts .post-item .item-container {
    overflow: hidden;
  }
  .posts .post-item .item-container .img-wrapper img {
    min-height: 100%;
  }
  .posts .post-item .item-container .post-info {
    padding: 10px;
    padding-left: 24px;
  }
  .location-maps .left-side {
    width: 100%;
  }
  .location-maps .right-side {
    width: 100%;
  }
  .contact-container .left-side {
    width: 100%;
    padding: 0;
  }
  .contact-container .right-side {
    width: 100%;
  }
  #contact,
  #rfq {
    padding: 8px 16px;
  }
  .forms .input-group {
    width: 100%;
  }
  #logo-cta img {
    margin: auto 15px;
    padding: 5px;
  }
  .page-1 .block-7 {
    margin: 0 16px;
    border-radius: 4px;
  }
  #main-content .control-group .search-form{
      margin-top: 30px;
  }
  #footer.has-form .constrain #footer-left {
    width: 100%;
  }
  #footer.has-form .constrain #footer-left .constrain {
    padding: 12px;
    padding-top: 32px;
  }
  #footer.has-form .constrain #footer-left .constrain .info-container .location {
    margin: 12px 0;
    height: auto;
  }
  #footer.has-form .constrain #footer-left .constrain .info-container .location li {
    width: 48%;
  }
  #footer.has-form .constrain #footer-left .constrain .copy-section > * {
    margin: 8px 0;
  }
  #footer.has-form .constrain #footer-right {
    width: 100%;
  }
}
