.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox-direction-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .desktop {
    display: none !important;
  }
  .tablet {
    display: block;
  }
  body {
    padding-top: 130px;
  }
  .block .column {
    padding-left: 16px;
    padding-right: 16px;
  }
  .block .column {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .nested > .block:not(.industry-section-nested) .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .block.swap-tablet {
    flex-direction: row-reverse;
  }
  .block.t100.swap-tablet {
    flex-direction: column-reverse;
  }
  .block.t100 > .column {
    width: 100%;
  }
  .block.t75 > .column {
    width: 75%;
  }
  .block.t60 > .column {
    width: 60%;
  }
  .block.t50 > .column {
    width: 50%;
  }
  .block.t40 > .column {
    width: 40%;
  }
  .block.t33 > .column {
    width: 33.33%;
  }
  .block.t25 > .column {
    width: 25%;
  }
  .block.t100 > .column + .column {
    margin-top: 15px;
  }
  .block.t100.full.column-has-bg > .column + .column {
    margin-top: 0;
  }
  .block.t100.column-has-bg .column-has-bg-left,
  .block.t100.column-has-bg .column-has-bg-right {
    min-height: 300px;
  }
  .block .block.t100 > .column {
    width: 100%;
  }
  .block .block.t75 > .column {
    width: 75%;
  }
  .block .block.t60 > .column:first-child {
    width: 60%;
    padding-right: 8px !important;
  }
  .block .block.t60 > .column:last-child {
    width: 40%;
    padding-left: 8px !important;
  }
  .block .block.t50 > .column {
    width: 50%;
  }
  .block .block.t40 > .column {
    width: 40%;
  }
  .block .block.t33 > .column {
    width: 33.33%;
  }
  .block .block.t25 > .column {
    width: 25%;
  }
  .block.remove-padding {
    margin-top: -24px;
  }
  .constrain {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fullsite {
    display: none !important;
  }
  .smallsite {
    display: block !important;
  }
  .headline {
    font-size: 52px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  #header {
    height: 130px;
  }
  #header > .constrain {
    align-items: center;
  }
  #header .flag {
    display: none;
  }
  #header-top {
    margin: 0;
  }
  a.tel {
    pointer-events: all;
    margin: 0 22px;
  }
  img.flag {
    display: none;
  }
  .mobile-toggle {
    background: none;
    border: 0;
    font-size: 24px;
    padding: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  #primary-toggle {
    position: relative;
  }
  #primary-toggle.active i::before {
    content: "\f00d";
  }
  #primary-toggle i {
    width: 21px;
  }
  #overlay {
    background: rgba(255,255,255,0.4);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
  }
  #mobile-nav {
    text-align: left;
    background: #fff;
    height: calc(100vh - 130px);
    width: 320px;
    position: fixed;
    top: 130px;
    right: -800px;
    z-index: 99999;
    overflow: hidden;
    overflow-y: scroll;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  #mobile-nav.open {
    right: 0;
  }
  #primary-nav {
    padding-bottom: 60px;
  }
  #primary-nav li,
  #primary-nav li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
  }
  #primary-nav li {
    line-height: 1 !important;
  }
  #primary-nav li span {
    color: #8E8054;
  }
  #primary-nav li.expanded {
    background-color: #054164;
  }
  #primary-nav li.expanded > a {
    color: #fff;
  }
  #primary-nav li.expanded > span {
    color: #fff;
  }
  #primary-nav a {
    text-decoration: none !important;
    width: calc(100% - 58px);
    padding: 19px;
    display: inline-block;
  }
  #primary-nav a:hover,
  #primary-nav a:focus,
  #primary-nav > li i.smallsite:hover {
    color: #054164;
  }
  #primary-nav > li i.smallsite {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    vertical-align: top;
    height: 40px;
    width: 60px;
    display: inline-block !important;
    cursor: pointer;
  }
  #primary-nav ul {
    background-color: #EFEFEF;
    display: none;
    z-index: 1;
  }
  #primary-nav ul li {
    margin: 2px 0;
  }
  #primary-nav ul.active {
    display: block;
  }
  #primary-nav span {
    padding: 19px;
    width: 52px;
    display: inline-block;
  }
  #primary-nav span.expanded > i::before {
    content: "\f056";
  }
  #pid-52 a {
    margin: 0 16px;
    text-align: center;
    background-color: #25201F;
    color: #fff !important;
    width: calc(100% - 32px);
  }
  .fancybox-stage {
    width: 80%;
    margin: 0 auto;
  }
  .fancybox-arrow {
    width: 40px;
  }
  .img-wrapper.img-left,
  .img-wrapper.img-right {
    float: none;
    padding: 0;
    margin-top: 0;
  }
  .columnlist-3 ul,
  ul.columnlist-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .image-text-block {
    width: 50% !important;
  }
  .image-text-block.image-text-row {
    width: 100% !important;
  }
  .home-banner .gallery.carousel img {
    object-fit: cover;
  }
  .home-banner .slick-next {
    right: 16px;
  }
  .home-banner .slick-prev {
    right: 72px;
  }
  .four-columns .bucket {
    width: 33.33%;
  }
  .features {
    grid-template-columns: repeat(2,1fr);
  }
  .certifications {
    padding: 24px 32px;
    flex-wrap: wrap;
  }
  .certifications >div:first-child {
    width: 100%;
    margin-right: 16px;
  }
  .certifications >div:last-child {
    width: 100%;
    margin-right: 16px;
  }
  .certifications .icons {
    width: 100%;
    margin-right: 16px;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .certifications .icons img {
    margin: 0;
  }
  .certifications .icons img:first-child {
    margin-bottom: 8px;
  }
  .posts .post-item {
    width: 33.33%;
  }
  #contact {
    padding: 32px 40px;
  }
  #quickContact {
    padding: 40px;
  }
  .contact-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }
  .calendly-inline-widget {
    width: 100%;
  }
  #footer address {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  #copyright {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
   display: none !important;
  }
  body {
    padding-top: 84px;
    font-size: 16px;
  }
  .inner-banner > .column {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .inner-banner > .column:last-child {
   display: none;
  }
  .block.column-has-bg > .column-has-bg-left,
  .block.column-has-bg > .column-has-bg-right {
    min-height: 400px;
  }
  .block.swap-mobile {
    flex-direction: row-reverse;
  }
  .block.m100.swap-mobile {
    flex-direction: column-reverse;
  }
  .block.m100.swap-mobile .column:first-child {
    margin-top: 25px;
  }
  .block.m100.swap-mobile .column:last-child {
    margin-top: 0;
  }
  .block.m100 .column,
  .input-group.m100 {
    width: 100% !important;
  }
  .block.m75 .column {
    width: 75%;
  }
  .block.m60 .column {
    width: 60%;
  }
  .block.m50 .column {
    width: 50%;
  }
  .block.m40 .column {
    width: 40%;
  }
  .block.m33 .column {
    width: 33.33%;
  }
  .block.m25 .column {
    width: 25%;
  }
  .block.m100 .column + .column {
    margin-top: 15px;
  }
  .block.m100.full.column-has-bg .column + .column {
    margin-top: 0;
  }
  .block .block.m100 .column {
    width: 100%;
  }
  .block .block.m75 .column {
    width: 75%;
  }
  .block .block.m60 .column {
    width: 60%;
  }
  .block .block.m50 .column {
    width: 50%;
  }
  .block .block.m40 .column {
    width: 40%;
  }
  .block .block.m33 .column {
    width: 33.33%;
  }
  .block .block.m25 .column {
    width: 25%;
  }
  .column .button {
    display: block;
  }
  .headline {
    font-size: 46px;
  }
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 19px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  #header {
    height: 84px;
  }
  #header-logo {
    margin: 5px 0;
  }
  #header-logo img {
    width: 117px;
  }
  #header-right {
    margin: 0 12px 0 auto;
  }
  a.tel {
    margin: 0 auto;
  }
  .search-container {
    padding: 16px 0;
  }
  .search-form {
    max-width: 100%;
  }
  .search-form input {
    border-color: transparent;
  }
  #mobile-nav {
    top: 84px;
    width: 100%;
  }
  #mobile-nav .search-container {
    background-color: #EFEFEF;
    -webkit-box-shadow: inset 0px 10px 24px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 10px 24px rgba(0,0,0,0.1);
    box-shadow: inset 0px 10px 24px rgba(0,0,0,0.1);
  }
  .home-banner .gallery.carousel {
    position: relative;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 330px;
  }
  .home-banner .gallery.carousel img {
    min-height: 440px;
    object-fit: cover;
  }
  .img-wrapper img {
    margin: 0 auto;
    display: block;
  }
  .video {
    width: 100%;
    height: 200px;
  }
  .paging ul li a {
    padding: 5px 12px;
  }
  .crumb-container .crumb.first ~ .crumb {
    display: none;
  }
  .sidebar {
    overflow: hidden;
  }
  .sidebar h3 {
    position: relative;
  }
  .sidebar h3 i {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .sidebar h3 i:after {
    display: none;
  }
  .sidebar.active h3 i:before {
    content: '\f107';
  }
  .sidebar > ul {
    max-height: 0;
    height: auto;
    margin: 0;
    -webkit-transition: max-height .3s ease-in-out;
    -moz-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
  }
  .sidebar.active > ul {
    max-height: 1000px;
  }
  .columntext-2,
  .columntext-3 {
    display: block;
  }
  .columntext-2 > p,
  .columntext-3 > p {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .columntext-2 > p + p,
  .columntext-3 > p + p {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
  }
  .columnlist-2 > ul,
  ul.columnlist-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .columnlist-3 > ul,
  ul.columnlist-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .image-text-block {
    width: 100% !important;
  }
  .image-text-row {
    margin-bottom: 35px !important;
  }
  .image-text-row .image {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
  .image-text-row .content {
    width: 100% !important;
  }
  .tabbed-content.has-dropdown {
    position: relative;
    padding-top: 40px;
  }
  .tabbed-content.has-dropdown .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    max-height: 40px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
    margin: 0 !important;
  }
  .tabbed-content.has-dropdown .nav-tabs li {
    margin: 0;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    border-radius: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .tabbed-content.has-dropdown .nav-tabs li a {
    font-size: 14px;
    padding-top: 11px;
  }
  .tabbed-content.has-dropdown .nav-tabs li.active {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .tabbed-content.has-dropdown .nav-tabs li.active a {
    background-color: #054164;
    color: #fff;
  }
  .tabbed-content.has-dropdown .nav-tabs:after {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    content: '\f0dd';
    color: white;
    position: absolute;
    right: 32px;
    top: 7px;
    z-index: 2;
    pointer-events: none;
  }
  .tabbed-content.has-dropdown .nav-tabs.open {
    max-height: 1000px;
  }
  .tabbed-content.has-dropdown .nav-tabs.open:after {
    content: '\f0de';
    top: 15px;
  }
  .tabbed-content.has-dropdown .tab-content {
    width: 100%;
  }
  .home-banner .gallery.carousel img {
    min-height: 0;
    object-fit: cover;
  }
  .crumb-container .crumb::after {
    content: none;
  }
  .bucket-default {
    margin-bottom: 16px;
  }
  .four-columns .bucket,
  .three-columns .bucket {
    width: 100%;
  }
  .title-description-wrapper {
    margin: 32px -16px 0;
  }
  .title-description-wrapper .title-description {
    width: 100%;
    margin: 0 16px 24px;
  }
  .title-description-wrapper .title-description p {
    display: none;
  }
  .title-description-wrapper .title-description.open {
    margin-bottom: 32px;
  }
  .title-description-wrapper .title-description.open p {
    display: block;
  }
  .title-description-wrapper .title-description.open h5 i::before {
    content: "\f056";
  }
  .title-description-wrapper h5 span {
    display: block;
  }
  .features > div {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features h4 {
    text-align: center;
    font-size: 12px;
  }
  .features img {
    margin-right: 0;
    height: 32px;
  }
  .certifications {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .certifications > div {
    margin-bottom: 16px;
  }
  .certifications > div:first-child {
    width: 50%;
  }
  .certifications > div:last-child {
    width: 100%;
    margin: 0;
  }
  .certifications .icons {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .certifications .icons img {
    margin: 10px 20px !important;
  }
  .our-process {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
  .our-process-button {
    justify-content: flex-start;
  }
  .cta.block .nested > .block > .column {
    padding: 20px !important;
  }
  .cta.block .nested > .block > .column:last-child {
    padding-top: 0 !important;
    margin-top: 0;
  }
  .posts .post-item {
    width: 100%;
  }
  .forms input[type=text],
  .forms input[type=email],
  .forms input[type=number],
  .forms input[type=tel],
  .forms textarea {
    font-size: 16px;
  }
  .forms .submit {
    width: 100%;
  }
  #contact,
  #rfq {
    padding: 16px 24px;
    margin-right: 0;
    width: 100%;
  }
  .contact-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-wrapper > * {
    width: 100%;
  }
  .contact-wrapper .contact-info {
    margin-top: 40px;
    width: 100%;
  }
  .quick-contact-wrapper .constrain {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quick-contact-wrapper .constrain > * {
    width: 100% !important;
  }
  #footer > .constrain {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer > .constrain > * {
    margin-bottom: 24px;
  }
  #copyright {
    margin-right: 0;
  }
  .footer-links a:last-child {
    margin: 0;
  }
}
