/*======================================================
Screen Style Sheet
Wiegel Tools
------------------------------------------------------
Author(s): Diana AT TopSpot
Created: 08/03/2020
======================================================*/
/* Variables */
/* Fonts */
/* *********** Mixins ************** */
.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;
}

/* Tablet */
@media only screen and (max-width: 1199px) {
  body {
    padding-top: 140px;
  }
  .desktop {
    display: none !important;
  }
  .tablet {
    display: block;
  }
  .block .column {
    padding-left: 16px;
    padding-right: 16px;
  }
  .block .column {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .block.swap-tablet {
    flex-direction: row-reverse;
  }
  .block.t100.swap-tablet {
    flex-direction: column-reverse;
  }
  .block.t100 > .column,
  .forms .input-group.t100 {
    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 {
    width: 60%;
  }
  .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.has-bg .nested > .block.t50 > .column:first-child {
    padding-left: 0 !important;
  }
  .block.has-bg .nested > .block.t50 > .column:last-child {
    padding-right: 0 !important;
  }
  .constrain {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fullsite {
    display: none !important;
  }
  .smallsite {
    display: block !important;
  }
  /* Typography - Tablet */
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  .columnlist-4 > ul,
  ul.columnlist-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .block.dividing-border.t100 > .column {
    border: 0;
  }
  .video-block {
	width: calc(49% - 16px);
   }
  /* Header - Tablet */
  #header-top {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header-top > * {
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
  }
  #header-top a {
    color: #fff;
  }
  #header-top .rfq-btn {
    background-color: #4F4E4E;
    font-size: 19px;
    font-weight: 700;
  }
  #header-top .phone-btn {
    background-color: #D13028;
    font-size: 24px;
  }
  .header-nav-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }
  #header-bottom {
    padding: 8px 0;
  }
  #header-bottom > .constrain {
    align-items: center;
  }
  #header .logo img {
    max-height: 74px;
    width: auto;
  }
  .global-nav-wrapper {
    margin: 0;
  }
  .global-nav-wrapper .tel,
  .global-nav-wrapper #global-nav {
    display: none;
  }
  #header .search-container {
    display: none;
  }
  .search-container {
    padding: 16px 8px;
    background-color: #fff;
    width: 100%;
  }
  .search-form {
    max-width: 100%;
  }
  
  #inner-banner {
	  height: 400px;
  }
  /* Start Mobile Nav - Tablet */
  #primary-toggle {
    color: #53565A;
    font-size: 32px;
    position: relative;
    background: none;
    border: 0;
  }
  #primary-toggle.active i::before {
    content: "\f00d";
  }
  #overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 208px;
    left: 0;
    z-index: 999;
    display: none;
  }
  #primary-nav-wrapper {
    border-top: 16px solid #fff;
    text-align: left;
    background: #F7F7F9;
    height: calc(100vh - 208px);
    max-width: 767px;
    width: 100%;
    position: fixed;
    top: 208px;
    right: -999px;
    z-index: 99999;
    overflow: hidden;
    overflow-y: scroll;
    -moz-transition: right 0.2s ease;
    -webkit-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    transition: right 0.2s ease;
  }
  #primary-nav #pid-19,
  #primary-nav #pid-20 {
    background-color: #F7F7F9;
    border-bottom: 8px solid #F7F7F9;
  }
  #primary-nav #pid-19 {
    margin-top: 40px;
  }
  #primary-nav-wrapper.open {
    right: 0;
  }
  #primary-nav {
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
    padding: 0 0 130px;
  }
  #primary-nav > li {
    background-color: #fff;
  }
  #primary-nav i {
    color: #4F4E4E;
    padding: 16px;
  }
  #primary-nav li,
  #primary-nav li a {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
  }
  #primary-nav li {
    line-height: 1;
    border-bottom: 8px solid #fff;
  }
  #primary-nav a,
  #primary-nav li.category > span {
    color: #4F4E4E;
    text-decoration: none !important;
    line-height: 1.2;
    width: calc(100% - 52px);
    padding: 16px 10px 16px 24px;
    display: inline-block;
  }
  #primary-nav a:hover,
  #primary-nav a:focus,
  #primary-nav > li i.smallsite:hover {
    color: #aaa !important;
  }
  #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 .back {
    color: #4F4E4E;
    margin-bottom: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  #primary-nav .back i {
    margin-right: 10px;
    font-size: 36px;
    color: #D13028;
  }
  #primary-nav .dropdown {
    background: #fff;
    max-width: 767px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    top: 208px;
    right: -999px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  #primary-nav .dropdown > ul {
    padding: 16px 0 60px;
  }
  #primary-nav .dropdown.active {
    right: 0;
    height: calc(100% - 208px);
  }
  #primary-nav #primary-close {
    font-size: 1em !important;
    margin: 40px auto 0;
    padding: 10px 0 13px;
    cursor: pointer;
  }
  #primary-nav #primary-close i {
    font-size: 0.8em;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: -1px;
  }
  /* End Mobile Nav */
  /* Magic 360 - Tablet */
  .magic-360 div[class^="Magic360"] {
    display: block !important;
  }
  .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;
  }
  /* Tabbed Content - Tablet */
  .tabbed-content .tab-content {
    padding: 32px 0;
  }
  /* Buckets - Tablet */
  .four-columns .bucket {
    width: 33%;
  }
  .w75 .buckets .carousel .slick-prev {
    left: 16px;
  }
  .w75 .buckets .carousel .slick-next {
    right: 16px;
  }
  .three-columns .bucket-about {
    width: calc(33.33% - 32px);
    margin: 0 16px 16px;
  }
  .bucket-news {
    width: calc(33% - 32px);
  }
  .buckets > .carousel {
	  width: 92%;
	  margin: 0 auto;
  }
  .w75 .buckets > .carousel {
	  width: 100%;
  }
  /* Gallery - Tablet */
  .gallery.default .img-wrapper {
    width: calc(33.33333333% - 33px);
  }
  /* Forms - Tablet */
  #contact,
  #rfq {
    padding: 40px;
  }
  /* Footer - Tablet */
  #back-top {
    bottom: 150px;
    right: 16px;
  }
  #newsletter {
    text-align: center;
  }
  #quickContact {
    padding: 32px 24px;
  }
  #footer-nav-wrapper {
    order: 1;
    margin-top: 40px;
  }
  #footer-nav-wrapper > nav {
    flex-direction: column;
  }
  #footer-nav {
    flex-direction: column;
  }
  #footer-nav > li > ul {
    display: none;
  }
  #footer.footer-alternate .footer-headers-mobile {
    justify-content: center;
  }
  #footer.footer-alternate .social-media-alternate {
    margin-top: 40px;
  }
  #footer.footer-alternate .footer-headers-mobile {
    justify-content: flex-start;
  }
  #footer.footer-alternate .footer-headers-mobile > * {
    width: 100%;
  }
  #footer.footer-alternate .footer-headers-mobile .footer-links {
    margin: 16px 0 0;
  }
  #footer.footer-alternate .footer-headers {
    margin-bottom: 40px;
  }
  .video-banner .column{
    padding: 0 !important;
  }
  .video-banner .video-banner-inner{
    height: auto;
  }
  .video-banner .video-banner-inner .video-info .caption{
    display: inline-block;
    width: 100%;
  }
  .video-banner .video-banner-inner .video-info .caption p{
    float: unset;
    width: 100%;
    margin-bottom: 20px;
  }
  .video-banner .video-banner-inner.half_style{
    height: auto;
  }
  .video-banner .video-banner-inner.half_style .video-info{
    float: unset;
    display: block;
  }
  .video-banner .video-banner-inner.half_style .video-info .caption{
    width: 100%;
    margin-left: auto;
  }
  .video-banner .video-banner-inner.half_style video{
    width: 100%;
    margin-top: 25px;
  }
}
/* Phone (portrait and landscape) */
@media only screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
  .mobile-hidden {
    display: none !important;
  }
  .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%;
  }
  .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.column-has-bg .column + .column,
  .block.m100.column-has-bg.swap-mobile .column:first-child {
    margin-top: 0;
  }
  .block.m100.column-has-bg .column:first-child,
  .block.m100.column-has-bg.swap-mobile .column:last-child {
    min-height: 300px;
  }
  .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%;
  }
  .nested > .block {
    padding: 0 !important;
  }
  .block.has-bg{
	  padding:60px 0 !important;
  }
  .fancybox-slide--iframe .fancybox-content {
	width: 95%;
	height: 50%;
	max-width: calc(100% - 50px);
	max-height: calc(100% - 88px);
  }
  .block.has-bg .nested .block.m100 > .column:first-child {
	  padding-left: 16px !important;
  } 
/*
  .nested .m100 > .column:last-child {
	  padding-left: 0 !important;
  } 
*/
  /* Typography - Mobile */
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 21px;
  }
  h4,
  .h4,
  ul.fancy b {
    font-size: 19px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  .block.dividing-border.m100 > .column {
    border: 0;
  }
	.block.dividing-border.m100 > .column {
	  border-bottom: 3px solid #4F4E4E;
	  padding-bottom: 16px;
	}
	.block.dividing-border.m100 > .column:last-child {
		border: 0;
		padding-bottom: 0;
	}
  .columnlist-4 > ul,
  ul.columnlist-4 {
    -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;
  }
  .img-wrapper img {
    margin: 0 auto;
    display: block;
  }
  .video {
    width: 100%;
    height: 168px;
  }
  .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 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.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: 48px;
  }
  .tabbed-content.has-dropdown .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    max-height: 48px;
    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%;
    max-width: inherit;
    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 {
    background-color: #fff;
    -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:after {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-weight: 900;
    content: '\f0d7';
    color: #000;
    position: absolute;
    right: 20px;
    top: 17px;
    z-index: 2;
    pointer-events: none;
  }
  .tabbed-content.has-dropdown .nav-tabs.open {
    max-height: 1000px;
    background:#fff;
  }
  .tabbed-content.has-dropdown .nav-tabs.open:after {
    content: '\f0d8';
  }
  .tabbed-content.has-dropdown .tab-content {
    width: 100%;
  }
  /* Home Banner - Mobile */
  .page-1 #main-content > .block-1 div:last-child {
    display: none here;
  }
  .page-1 .bucket-default {
    display: none;
  }
  .page-1 .bucket-default:nth-child(1),
  .page-1 .bucket-default:nth-child(2),
  .page-1 .bucket-default:nth-child(3) {
    display: block;
  }
  .crumb-container .crumb::after {
    content: none;
  }
  
  #inner-banner {
	  height: 300px;
  }
  /* Buckets - Mobile */
  .slick-prev {
	  left: -24px;
  }
  .slick-next {
	  right: -24px;
  }
  .mixitup-page-list {
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  }
  .buckets > .carousel {
	  width: 90%;
	  margin: 0 auto;
  }
  .four-columns .bucket,
  .three-columns .bucket {
    width: 100%;
  }
  .three-columns .bucket-industry {
	  width: 50%;
  }
  .buckets-default {
	  margin-bottom: 0;
  }
  .bucket-flex p {
	  display: none;
  }
  .bucket-flex .bucket-wrapper .content {
    width: calc(100% - 16px);
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .three-columns .bucket-about {
    width: 100%;
  }
  .bucket-about-page {
    width: 100% !important;
  }
  .bucket-about-page:nth-child(odd) {
    margin-bottom: 0;
  }
  .bucket-about-page:nth-child(odd)::after {
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 4px;
  }
  .bucket-news {
    width: calc(50% - 32px);
  }
  .bucket-news-slider {
    height: 400px;
    padding: 100px 56px;
  }
  .bucket-industry-page .button {
	  text-align: left;
  }
  .members .logos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .members .logos img {
    margin: 20px 14px;
    width: calc(50% - 28px);
  }
  .members .download-cert {
    padding: 16px 20px;
  }
  .members .download-cert h3 {
    text-align: left;
    margin-left: 8px;
  }
  .members .download-cert img {
    width: 30%;
    flex: 1 0 auto;
  }
  .members .download-cert .cert,
  .members .download-cert .download {
    width: 35%;
    flex: 1 0 auto;
  }
  /* Forms - Mobile */
  #contact,
  #rfq {
    padding: 32px 16px;
  }
  .attachment-submit-wrapper {
    width: 100%;
    padding: 0 16px;
    justify-content: space-between;
  }
  .attachment-submit-wrapper #file-uploader-image {
    justify-content: flex-start;
  }
  /* Magic 360 - Mobile */
  .magic-360 div[class^="Magic360"] {
    margin: 0 auto;
  }
  /* Footer - Mobile */
  .footer-contact-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .footer-contact-wrapper > div {
    width: 100%;
  }
  .footer-info {
    margin-top: 40px;
    order: 1;
  }
  #footer-bottom address {
    font-weight: 600;
  }
  .footer-headers {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-headers h4:first-child {
    margin-right: 16px;
  }
  #footer.footer-alternate #newsletter .fieldset {
    align-items: center;
    flex-direction: column;
  }

}
/* Phone (portrait) */
@media only screen and (max-width: 560px) {
  .bucket-news {
    width: calc(100% - 32px);
    margin: 0 16px 40px;
  }
  #inner-banner {
	  min-height: 250px;
	  height: auto;
	  display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  #inner-banner > .constrain {
	  flex: 1 0 auto;
	  flex-direction: column;
	  justify-content: center;
	  align-items: flex-start;
  }
  #inner-banner h1 {
	  flex: 1 0 auto;
	  display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .video-block {
	  width: 100%;
	  margin: 8px 0;
  }
  .video {
	  height: 260px;
  }
  .social-media{
      flex-direction:column;
      align-items: center;
  }
  .social-media h4{
      margin:10px 0;
  }
}

@media only screen and (max-width: 400px) {
  .three-columns .bucket-industry {
	  width: 100%;
  }
}





