/* custom overrides */
* {
  outline: none;
}

.slick,
.slick-wrapper {
  width: 100%;
}

.industry-sub {
  margin-bottom: 6% !important;
  color: white !important;
  font-size: 33px !important;
  letter-spacing: 0 !important;
  line-height: 33px !important;
  max-width: 906px !important;  
  padding-bottom: 20px !important;
}


.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

#tick-list .wpcf7-list-item {
  margin: 30px 0 0 1.0em !important;
}


/* safari fixes */
.safari .product-hero .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.safari .product-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: unset;
}

.safari .product-hero .products-slider-container {
  /*flex: 0 1 49%;
  -webkit-flex: 0 1 49%;*/
  overflow: hidden;
  margin-left: 1%;
}

.safari .product-hero .products-details {
  width: 49%;
}

.safari .product-hero .products-details .product-details-table {
  max-width: 390px;
  min-height: 233px;
}

.safari .our-brands .container>div {
  width: 49%;
}

.safari .product-hero .products-details a.brochure:after {
  top: 22px;
}

@media only screen and (min-width: 768px) {
  .home.safari .our-brands .container>div {
    width: 24%;
  }
}

/* @media screen and (min-width:768px) and (max-width:1360px) {
.safari .product-slider .slick-slide {
  height: 100%;
  min-height: 603px;
}
} */
@media screen and (min-width:1112px) {
  .safari .product-slider .slick-slide {
    height: 100%;
    min-height: 603px;
  }
}

@media screen and (min-width:1025px) and (max-width:1112px) {
  .safari .product-hero .products-details .product-details-table {
    margin: 32px auto 50px;
  }

  .safari .product-slider .slick-slide {
    height: 100%;
    min-height: 570px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .safari .product-hero .products-details .product-details-table {
    margin: 27px auto 50px;
  }

  .safari .product-slider .slick-slide {
    height: 100%;
    min-height: 532px;
  }

  .safari .product-hero .products-details .product-details-table {
    max-width: 390px;
    min-height: 200px;
  }
}

@media screen and (max-width:767px) {
  .safari .product-hero .container {
    /*display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/

width:100%;
min-width: 100%;


  }

  .safari .product-hero .products-details {
    width: 100%;
  }
}

.product-hero .slick-slide {
  text-align: center;

}
.product-hero .slick-slide img {
  margin:auto;

}


@media screen and (max-width:390px) {
  /*.safari .product-slider .slick-slide {
    height: 100%;
    min-height: 330px;
  }*/

  .product-hero .products-details a.brochure {
    font-size: 20px;
  }

  .product-hero .products-details a.brochure:after {
    right: 11px;
  }
}

/* header logo */
header a.site-logo {
  width: 158px;
}

header a.site-logo {
  padding: 24px 0 20px;
}

@media only screen and (min-width: 768px) {
  header a.site-logo {
    padding-top: 30px;
  }
}

/* nav menu */
nav ul.menu {
  /*text-align: right;*/
}

nav ul.menu ul.sub-menu {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  header nav ul#menu-main>li>ul.sub-menu {
    min-width: 286px;
  }

  html header nav ul#menu-main > li > ul.sub-menu li:hover ul.sub-menu{
    width: 380px;
    flex-direction: row;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}
}

/* brands gray filter */
.our-brands a img {
  filter: grayscale(1);
  transition: all 350ms;
}

.our-brands a:hover img {
  filter: grayscale(0);
}

/* twitter  */
.archive.category-news .social-news-feed .twitter-feed {
  width: 100%;
  float: none;
}

@media only screen and (min-width: 768px) {
  .archive.category-news .social-news-feed .twitter-feed {
    width: 50%;
    float: left;
  }
}

.molson-half-box .dark .molson-half-box-info {
  background-color: #2A363E;
  padding: 45px 40px;
  color: #ffffff;
}

.molson-half-box .dark .molson-half-box-info p {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .product-hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.product-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

section.dark {
  background-color: #2A363E;
}

.full-width {
  width: 100% !important;
}

.molson-half-box-section .molson-half-box-container.dark .molson-half-box-info {
  background-color: #2A363E;
}

.molson-half-box-section .molson-half-box-container.dark .molson-half-box-info p {
  color: #ffffff;
}

.molson-half-box-section .molson-half-box-container {
  position: relative;
  min-height: 400px;
}

.molson-half-box-section .molson-half-box-container>a.molson-half-box-link {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.brand-hero.dark {
  background-color: #68737A !important;
}

.brand-hero .container.white {
  background-color: #FFFFFF !important;
}

.brand-hero .container.dark {
  background-color: #2A363E !important;
}

.our-team h2 {
  color: #ffffff !important;
}

.selectric-wrapper .selectric span.label {
  color: #2A363E !important;
}

.tax-machine-category .brand-hero h1 {
  color: #ffffff;
}

footer .footer-address>div {
  float: none;
  width: 100%;
}

/*
Fancybox contact form pop up
*/
.fancybox-slide .fancybox-content {
  position: absolute;
  top: 100px;
  padding: 40px 10px;
}

@media only screen and (min-width: 768px) {
  .fancybox-slide .fancybox-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 95px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
    top: unset;
  }
}

.fancybox-slide .fancybox-button.fancybox-close-small {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #009FA0;
  border: none;
  padding: 0;
  height: 64px;
  width: 64px;
  right: auto;
  left: 5px;
  top: 5px;
}

.fancybox-content .form-container .basic-details {
  width: 100%;
  float: none;
  padding: 0;
}

.fancybox-content .form-container .basic-details .form-full-row {
  clear: none;
}

@media only screen and (min-width: 768px) {
  .form-container {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .fancybox-content {
    padding: 75px 100px;
    width: 880px;
  }

  .fancybox-content .form-container .basic-details .form-full-row {
    width: 50%;
    float: left;
  }

  .fancybox-content .form-container .basic-details .form-full-row:nth-child(odd) {
    padding-right: 15px;
  }
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
}

/* paging for website */
nav.pager span,
nav.pager a {
  font-size: 36px;
  font-weight: 600;
  padding: 0 15px;
}

span.page-numbers.current {
  color: #009FA0;
}

/* btn save machines */
a.btn-save.active {
  background: url(../img/star-full.svg) no-repeat center center #2A363E;
}

.product-details-table a.btn-save.active,
.product-details-table a.btn-save {
  background: url(../img/star.svg) no-repeat center center transparent;
}

header a.btn-star {
  float: right;
  width: 45px;
  text-align: center;
  background: url(../img/star.svg) no-repeat center center #2A363E;
}

header a.btn-star.active {
  background: url(../img/star-full.svg) no-repeat center center #2A363E;
}

/* grids categories, brands */
.three-piece-item .cat-buttons {
  margin-right: 0;
  display: flex;
  flex-direction: row;
}

.three-piece-item .piece-buttons div.category-name {
  border-radius: 0;
  box-shadow: none;
  background-color: #2A363E;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 80px;
  padding: 15px;
  font-weight: 700;
  font-size: 24px;
  vertical-align: top;
  position: relative;
  font-size: 22px;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}

.three-piece-item .piece-buttons a.category-name {
  border-radius: 0;
  box-shadow: none;
  background-color: #ffffff;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 80px;
  padding: 15px;
  font-weight: 700;
  font-size: 24px;
  vertical-align: top;
  position: relative;
  font-size: 22px;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  overflow: hidden;
}

.three-piece-item .piece-buttons a.see-all {
  border-radius: 5px;
  box-shadow: none;
  background-color: #009FA0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 60px;
  padding: 15px;
  font-weight: 700;
  font-size: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 24px;
}


.three-piece-item .piece-details .piece-info-container .info-row div {
  color: #fff;
}


.three-piece-item .piece-details .piece-info-container {
  margin: 0 0 30px 0;
}


@media only screen and (min-width: 860px) {
  .our-categories .three-piece-item {
    width: 31.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}

.our-categories .three-piece-item:last-child {
  margin-right: 0;
}

.our-categories .three-piece-item .piece-buttons a.brochure:after {
  top: 12px;
}

.product-hero .products-details a.brochure:after {
  top: 8px;
}

@media only screen and (min-width: 768px) {
  .our-brands-grid .three-piece-item {
    width: 31.20339%;
    float: left;
    margin-right: 1.69492%;
  }

  .product-hero .products-details a.brochure:after {
    top: 22px;
  }
}

.our-brands-grid .three-piece-item:last-child {
  margin-right: 0;
}

.our-brands-grid .three-piece-item .piece-buttons a.brochure:after {
  top: 12px;
}

/* search */
.search {
  padding: 0;
}

.search .three-piece-item {
  margin-bottom: 30px;
}

.search .three-piece-item p,
.search .three-piece-item .attachments table tbody td,
.search .three-piece-item div {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #2A363E;
}

.search .search-results {
  margin-bottom: 10px;
}

.search .three-piece-item div {
  margin-bottom: 0;
  text-transform: none;
}

.search div.news-result-item,
.search div.news-result-item>p {
  margin-bottom: 30px;
  text-transform: none;
}

textarea.tx-short {
  height: 135px;
}

.tabs-container .tabs .tab {
  text-transform: uppercase;
  /* display: inline-block; */
  background-color: #fff;
  color: #2A363E;
  padding: 23px 35px;
  margin-bottom: 15px;
  width: 100%;
  cursor: pointer;
  float: left;
}

@media only screen and (min-width: 768px) {
  .tabs-container .tabs .tab {
    width: auto;
    padding: 23px 15px;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 26px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 1500px) {
  .tabs-container .tabs .tab {
    width: 315px;
    margin-right: 15px;
    margin-left: 0px;
    font-size: 36px;
  }
}

.three-piece-item .piece-details h2 {
  color: #fff;
}

.three-piece-item .piece-details h4 {
  color: #fff;
}

.three-piece-item .piece-details .piece-info-container .info-row div {
  color: #fff;
}



@media screen and (min-width:768px) and (max-width:1025px) {
  .three-piece-item .piece-details h2 {
    font-size: 22px;
  }

  .three-piece-item .piece-details h4 {
    margin-bottom: 10px;
  }

  .three-piece-item .piece-buttons a.model,
  .three-piece-item .piece-buttons a.brochure,
  .three-piece-item .piece-buttons a.quote {
    font-size: 17px;
  }

  .three-piece-item .piece-buttons a.brochure:after {
    right: 5px;
    background-size: 19px;
    width: 22px;
    height: 20px;
    top: 59%;
  }
}

.brand-image iframe {
  margin-bottom: -4px;
}

/* dg2 some responsive stuff */
@media screen and (max-width:1115px) and (min-width:992px) {
  header nav ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width:993px) and (min-width:768px) {
  header nav ul li a {
    font-size: 14px;
  }

  header nav ul li {
    padding: 0 6px 0 6px;
  }

  header a.btn-star {
    width: 25px;
  }
}

@media screen and (max-width:768px) {
  .selectric-wrapper .selectric span.label {
    color: #2A363E !important;
    text-align: center;
  }

  h1 {
    font-size: 54px;
  }


.related-products .three-piece-item .piece-buttons {
  padding-top:30px;
}
}



.three-piece-item .piece-details .piece-info-container {
  margin: 0 0 30px 0;
}


.three-piece-item .piece-buttons { margin: 0px; }


.molson-box .item-info h3 {
  text-transform: uppercase;
  text-align: left;
  margin-top: 20px;
}

.related-products .three-piece-item .piece-buttons a.brochure:after {
  top: 50%;
}


.selectric-wrapper .selectric b.button {
  display: flex;
  margin: 5px 0;
  background: transparent;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #009fa0;
  border-bottom: none;
}

.product-hero .products-details .product-details-table .selectric-wrapper .selectric span.label {
  text-align: left;
  padding-top: 3px;
}

.related-products .three-piece-item .piece-image {
  position: relative;
  min-height: 330px;
  overflow: hidden;
}

.related-products .three-piece-item .piece-details {
  padding: 15px 25px;
  background-color: #2A363E;
  min-height: 420px;
  overflow: hidden;
  margin:0px;
}

.three-piece-item .piece-details {
  padding: 15px 25px;
  background-color: #2A363E;
  overflow: hidden;
}

@media (max-width:780px) {
  .products-tools .container>a {
    font-size: 18px;
  }
}

@media (max-width:500px) {
  .products-tools .container {
    flex-direction: column;
  }

  .products-tools .container>a {
    width: 100%;
    padding-bottom: 2rem;
  }
}

.product-hero .products-details .product-details-table .table-row .details-label {
  width: 55%;
  font-size: 15px;
}

.product-hero .products-details .product-details-table .table-row .details-value {
  width: 45%;
  font-size: 15px;
}

.brand-info h1,
.brand-info h2,
.brand-info h3,
.brand-info h4,
.brand-info h5,
.brand-info h6 {
  max-width: 480px;
  text-align: left;
/*  margin:auto;*/
}

.brand-image iframe {
  border: 0;
  height: 588px !important;
}

.product-hero.dark {
  background-color: #68737A;
}

@media (min-width:1499px) and (max-width:1551px) {
  .hero-slider .slick-slide .container h2 {
    padding-left: 35px;
  }
}

.hero-slider .slick-slide .container h2.text-light,
.single-slider .slick-slide .container h2.text-light {
  color: #ffffff;
}

.hero-slider .slick-slide .container h2.text-dark,
.single-slider .slick-slide .container h2.text-dark {
  color: #2a363e;
}

@media only screen and (min-width: 768px) {
  .form-container .message-container {
    max-height: 350px;
  }
}

.our-team .office-container {
  max-width: 100%;
  margin: 0 auto;
}

input[type="radio"].rupdatesr {
  float: left;
  appearance: none;
  width: 16px !important; /* needed to override inline styles */
  height: 16px;
  border: 1px solid #009FA0;
  border-radius: 50%;
  background-clip: content-box;
  padding: 3px;
  margin-right: 12px;
  position: relative;
  top: 5px;
  margin-top: 0 !important; /* needed to override inline styles */
}

input[type="radio"].rupdatesr:checked {
  background-color: #555555;
}


.rupdatesl {
  width: 84%;
}

@media only screen and (min-width: 768px) {
  .related-products .three-piece-item {
    margin-right: 1%;
  }
}

.hero-blog{
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 40%);
}


.hero-blog h1 {
font-size: 52px;
}

  .news .main-content {
    text-align: left; 
  }

    .news .main-content h1 {
      color: white;
      max-width: 906px; }
    .news .main-content p {
      margin-bottom: 28px;
      color: #2A363E;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 23px;
      max-width: 906px; }


    .news .main-content li {font-size: 18px;}

.news .main-content .wp-block-columns { 
  max-width: 906px; 
  margin-left: auto; 
  margin-right: auto; 
}


.news .main-content ul {  padding-left: 35px; }

.news .main-content ul li { position:relative; }
.news .main-content ul li::before {
  left: -15px;
  position: absolute;
  z-index: 1;
  top: 8px;
}


.industries .main-content {
  max-width: unset;
}

.main-content,
.main-content .container {
  max-width: 100%;
}

.main-content h1,
.main-content h2 {
  max-width: 658px;
  margin: 0 auto 30px auto;
}

.main-content p {
  max-width: 658px;
  margin: 0 auto 0 auto;
  padding-bottom: 20px;
}

.molson-box .item-info h3 {
  max-height: 160px;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.molson-box .item-img img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.molson-box .item-img {
  width: 100%;
  float: none;
  min-height: 262px;
}

@media (min-width:768px) {
  .molson-box .item-img {
    width: 37.6%;
    float: right;
    min-height: 262px;
  }
}

.container-cat {
  columns: 1;
  break-inside: avoid-column;
}

.three-piece-cat-item {
  width: 100%;
  display: inline-block;
  float: left;
  margin: 0;
  margin-bottom: 3rem;
  break-inside: avoid;
  /* height: 370px; */
}

@media (min-width:768px) {
  .container-cat {
    columns: 2;
    break-inside: avoid-column;
  }
}


@media (min-width:860px) {
  .container-cat {
    columns: 3;
  }

  .three-piece-cat-item {
    width: 100% !important;
    display: inline-block;
    float: none !important;
    margin-bottom: 2rem;
    /* height: 445px; */
  }
}

.clear-save-button {
  border-radius: 0;
  box-shadow: none;
  background-color: #009FA0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 38px;
  padding: 4px 15px;
  font-weight: 700;
  font-size: 24px;
  vertical-align: middle;
  width: 100%;
  padding: 20px 0;
  height: auto;
  cursor: pointer;
}

.news-date {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  line-height: 130%;
  padding-bottom: 2rem;
}

.full-stock table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
  font-size: 16px;
}

.full-stock table thead {
  background-color: #EBEBEB;
}

.full-stock tbody {
  border-top: 1px solid #ccc;
}

.full-stock table tbody tr:nth-child(odd) {
  background-color: #dae4e9;
}

.full-stock table tbody tr:first-child {
  border-top: 4px solid #A4A7AB;
}

.full-stock tr:nth-child(even),
.full-stock tr:nth-child(odd) {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

.full-stock table tbody tr td:first-child,
.full-stock table thead tr td:first-child {
  padding-left: 30px;
  width: 30%;
}

.full-stock table tr th,
.full-stock table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
  font-size: 16px;
}

.full-stock table thead tr th,
.full-stock table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

.full-stock table tbody tr td a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

.full-stock a.button {
  border-radius: 0;
  box-shadow: none;
  background-color: #009FA0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 38px;
  padding: 4px 15px;
  font-weight: 700;
  font-size: 24px;
  vertical-align: middle;
  width: 100%;
  padding: 20px 0;
  height: auto;
}

.top-link a {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
  display: block;
  margin-top: -10px;
}

.pdfprnt-buttons.pdfprnt-buttons-products.pdfprnt-bottom-right {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}

textarea.dg2-form-textarea {
  max-height: 150px;
}

@media screen and (max-width: 960px) and (min-width: 767px) {
  .three-piece-item .piece-details h2 {
    font-size: 18px;
  }

  .three-piece-item .piece-details h4 {
    font-size: 13px;
  }

  .three-piece-item .piece-details .info-row>div {
    font-size: 11px;
    line-height: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
  }

  .brand-info h1 {
    font-size: 58px;
  }
}

@media (min-width:960px) and (max-width:1115px) {
  .piece-details .info-row div {
    font-size: 14px;
    line-height: 13px;
  }

  .piece-details h2 {
    font-size: 28px;
  }

  .three-piece-item .piece-details h4 {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

@media (min-width:1110px) and (max-width:1190px) {
  .piece-details div {
    font-size: 15px;
    line-height: 15px;
  }

  .piece-details h2 {
    font-size: 30px;
  }

  .three-piece-item .piece-details h4 {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

.three-piece-item .piece-details .info-row>div:last-child {
  line-height: 1.1;
}

footer .newsletter-subscribe input {
  max-width: 320px;
}

@media screen and (max-width:320px) {
  footer .newsletter-subscribe input {
    max-width: 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .our-team .office {
    width: 48.895%;
    float: left;
    margin-right: 1%;
    border: 0;
  }
}

.contact-data h4 a {
  color: #ffffff;
}

/* IE 11 fixes */
.ie .piece-buttons a {
  max-height: 120px;
}

.ie .product-slider .slick-list,
.ie .product-slider .slick-track {
  display: block;
}

.ie .related-products .three-piece-item .piece-buttons a {
  display: block;
  height: 50px;
  flex: none;
}

.tax-machine-category.ie .three-piece-item,
.brands-template-default.ie .three-piece-item {
  max-height: 360px;
  overflow: hidden;
}

.ie .molson-half-box .molson-half-box-image {
  min-height: 400px;
}

.hero-slider .slick-slide .container h1 {
  color: #fff;
  max-width: 740px;
  text-align: left;
  font-size: 64px;
}

.career a strong {
  color: #009fa0;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 25px;
}

.bigspace30 {
  padding-top: 30px;
}

.vimeohero {
  background: #eee;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* height: 500px; */
}

.vimeohero .container {
  display: flex;
  align-items: center;
  /* height: 555px; */
}

.video-title {
  width: 100%;
  font-size: 64px;
  font-weight: 700;
  z-index: 99;
  text-align: center;
  color: #ffffff;
}

.video-title.light {
  color: #ffffff;
}

.video-title.dark {
  color: #2A363E;
}

.vimeohero iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

@media (max-width:500px) {
  .video-title {
    font-size: 45px;
  }
}

#cookii-message button {
  border-radius: 0px !important;
  padding: 10px 17px !important;
  margin: 5px;
}

.wpcf7-form .form-full-row .selectric {
  border-width: 2px;
  border-radius: 0;
  text-align: left;
  justify-content: flex-start;
  font-weight: 100;
  padding-left: 20px;
}

.wpcf7-form .agreement-container {
  width: 100%;
}

.wpcf7-form .form-full-row .selectric .button,
#prod-filter-form .selectric .button {
  height: 100%;
  margin: 0;
}

.wpcf7-form .form-full-row .selectric .label {
  font-weight: 400;
}

#wpcf7-f2968-p140-o1 input[type="submit"],
#wpcf7-f1129-p224-o2 input[type="submit"] {
  border-radius: 0;
  box-shadow: none;
  background-color: #009FA0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 38px;
  padding: 4px 15px;
  font-weight: 700;
  font-size: 24px;
  vertical-align: middle;
  width: 100%;
  padding: 20px 0;
  height: auto;
}

.piece-buttons.cat-buttons .see-all {
  margin: 0 auto;
}

a.new-button {
  padding: 18px 24px;
  background-color: #009FA0;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  margin-top: 12px;
  display: inline-block;
}

@media (max-width: 768px ) {
  a.new-button {
    width: 100%;
    text-align: center;
  }
}

.piece-buttons.cat-buttons .see-all {
  margin: 0 12px !important
}

.bh-new .container {
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
}

.bh-new .container .bh-image,
.bh-new .container .bh-content {
  width: 50%;
}

.bh-new .container .bh-content.bh-full {
  width: 100%;
}


.bh-new .container .bh-image {
  background-size: cover;
  background-position: center;
}

.bh-new .container .bh-content {
  padding: 40px;
  text-align: left;
}

.bh-new .container .bh-content h2 {
  text-align: left;
}

.bh-new .container.dark {
  background-color: #2A363E;
}

.bh-new .container.dark h2,
.bh-new .container.dark p,
.bh-new .container.dark ul {
  color: white;
}

@media screen and (max-width: 800px) {
  .bh-new .container {
    flex-direction: column;
  }

  .bh-new .container .bh-image,
  .bh-new .container .bh-content {
    width: 100%;
  }

  .bh-new .container .bh-image {
    min-height: 350px;
  }
}

.prefooter_outer-wrapper {
  background-color: #2A363E;
  padding: 60px;
}

.prefooter_inner-wrapper {
  max-width: 88.5%;
  margin: 0 auto;
  text-align: center;
}

.prefooter_inner-wrapper p,
.prefooter_inner-wrapper h3,
.prefooter_inner-wrapper h4 {
  color: white;
}

.prefooter_inner-wrapper h3 {
  margin-bottom: 40px;
}

.prefooter_inner-wrapper img {
  margin-bottom: 20px;
}

.prefooter_inner-wrapper .top-content {
  padding-bottom: 80px;
  display: block;
}

.pf-items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.pf-item {
  width: calc(25% - 16px);
  text-align: center;
}

.pf-buttons a {
  padding: 18px 28px;
  height: 23px;
  color: #FFFFFF;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  border-radius: 4px;
  background-color: #009FA0;
}

@media screen and (max-width: 950px) {
  .prefooter_inner-wrapper {
    max-width: 100%;
  }

  .pf-item {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 550px) {
  .pf-item {
    width: 100%;
  }

  .prefooter_outer-wrapper {
    padding: 60px 30px;
  }
}

.testimonials-slider{
	padding: 50px 0px;
}

.emc-inner-slider {
    position: relative;
    height: 624px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
}

.emc-slider-content {
    right: 0;
    bottom: 0;
    z-index: 50;
    margin: auto;
    display: flex;
    max-width: 64rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.emc-slider-content, .slider_overlay {
    height: 100%;
}

.testimonial-logo img {
    margin-bottom: 2rem;
    height: 4rem;
    width: auto;
}

@media (min-width: 768px){
.testimonials-slider .slider-text {
    max-width: 800px;
}
}

.testimonials-slider .slider-text {
    margin-bottom: 2rem;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #2A363E
}

.testimonials-slider .author {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
	color: #2A363E;
	font-weight: 700;
}

.testimonial-image img {
    height: 4rem;
    width: 4rem;
}
.three-column-cta{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 100%;
  margin: auto;
}


.three-column-cta .columns {
  margin: auto;
  grid-template-columns: repeat(3,1fr);
  display: grid;
  text-align: center;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.three-column-cta .columns > * {
  flex: 1 0 calc(33.3333% - 20px); 
  margin: 3px;
}

.three-column-cta .column{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  max-width: 25rem;
} 

@media (max-width: 1160px) {
  .three-column-cta {
    flex-direction: column;
    max-height: 100%;
  }

  .three-column-cta .columns {
    grid-template-columns: repeat(2,1fr)
  }
  .three-column-cta .column{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
  .three-column-cta .columns > * {
    flex: 1 0 calc(33.3333% - 20px); 
    margin: 6px;
  }
}


@media (max-width: 768px) {
  .three-column-cta {
    flex-direction: column;
    max-height: 100%;
  }

  .three-column-cta .columns {
    grid-template-columns: repeat(1,1fr)
  }
  .three-column-cta .column{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
  .three-column-cta .columns > * {
    flex: 1 0 calc(33.3333% - 20px); 
    margin: 6px;
  }
}

.three-column-cta .heading{
  font-size: 2.25rem;
}

.three-column-cta .column-heading{
  font-size: 1.375rem;
  font-weight: 700;
  padding-top: 1.25rem;
}

.three-column-cta .column-text{
  font-size: 1.125rem;
  padding-top: 0.75rem;
}

a.new-button-cta {
  margin: auto;
  width: fit-content;
  padding: 1.125rem 1.5rem;
  background-color: #ffffff;
  color: #2A363E;
  text-transform: uppercase;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4375rem;
  display: inline-block;
}

a.new-button-cta-alt {
  margin: auto;
  width: fit-content;
  padding: 1.125rem 1.5rem;
  background-color: #009FA0;
  color: white;
  text-transform: uppercase;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4375rem;
  display: inline-block;
}

.single-image-display{
  max-height: 34.375rem; 
}

.single-image-display-outer{
  background-color: white;
  padding-top: 12rem;
}

@media (max-width: 1024px) {
  .single-image-display-outer {
    padding-top: 8rem;
  }
}

.single-image-display-inner{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 100%;
  max-height: 34.375rem;
  margin: auto;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53.33%;
  margin-bottom: 128px; 
}

.overlay-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  z-index: 2;
  pointer-events: none;
  height: 100%;
  width: 100%;
  max-width: 856px;
  max-height: 480px;
}

.underlay-video {
  position: absolute;
  top: 47.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  max-width: 1600px;
}

@media (max-width: 1024px) {
  .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 53.33%; 
    margin-top: -100px;
    margin-bottom: 100px; 
  }
}

@media (max-width: 1024px) {
    .underlay-video {
        width: 100%;
      }
  }

  .column-video{
    margin-bottom: -30px;
    margin-top: -30px;
    width: 100px;
  }

  .underlay-video {
    /* Hide controls by default */
    controls: none;
}

a.new-button-cta:hover {
  background-color: #009FA0;
color: white;
text-decoration: none;
}

a.new-button-cta-alt:hover {
  background-color: #2A363E;
  color: white;
  text-decoration: none;
}

/**, *::before, *::after {
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}*/



.accordion {
  max-width: 800px;
  text-align: left;
  margin-left:auto;
  margin-right:auto;
}

h3.accordion {
  font-size: 22px;
  color: #263745;
  text-align: center !important;
}

h2.accordion {
  font-size: 38px;
  font-weight: 700;
  color: #1999a1 !important;
}

article.accordion-item {
  margin: 10px 10px 27px !important;
  background: #1999a1 !important;
  padding: 24px 25px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: start !important;
  align-content: center !important;
}


.accordion-description {
  margin: 0;
  display: none;
}

.accordion-heading {
  display: flex;
  margin: 0px !important;
}

.accordion-heading:hover {
  cursor: pointer !important;
}

.num_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  font-style: normal;
  margin-right: 10px;
  color: #ffffff;
}

.num_icon::before {
  content: '[';
  font-size: 24px;
  font-weight: 600;
  display: inline;
}

.num_icon::after {
  content: ']';
  font-size: 24px;
  font-weight: 600;
  display: inline;
}

.accordion h3 {
  text-align: center !important;
  font-weight: 600;
}

.accordion h2 {
  color: #1999a1; 
  font-weight: 600;
}

.accordion-answer p {
  padding: 12px 45px 0px 45px;
  color: #fff;
}

h2.accordion-title {
  color: #ffffff;
  text-align: left;
  margin: 0px;
  font-size: 22px;
  text-transform: none;
}

h2.accordion-question {
  margin-bottom: 0;
  font-size: 22px;
}

section.dark h3 {
  color: #ffffff;
}


.archive.category-additional-content section.breadcrumbs {
  background: white; }

.archive.category-additional-content section.page-builder {
  background: white; }
  .archive.category-additional-content section.page-builder .wrapper {
    max-width: 1160px;
    margin: 0 auto; }


.text-center { text-align:center; } 
.text-center img { margin:auto; } 


.related-cards { background: transparent !important; }

.h1-fix {
  height: 1px;
  overflow: hidden;
  margin:0 !important;
}

.dark-blue {
  background: #2a363e;
}

#footer-img {
  width: 180px !important;
}