﻿@charset "UTF-8";
/* Responsive Breakpoints (/sass/globals/breakpoints.scss) */
/* End Responsive Breakpoints */
/* Site Colors (/sass/globals/colors.scss) */
/* End Site Colors */
/*topline forms specifics*/
.clickdform .maxSize3 {
  font-family: 'Montserrat', sans-serif !important;
  text-align-last: left; }

#clickdimensionsForm:after,
#clickdimensionsForm:after {
  z-index: -9 !important; }

/*end topline forms*/
/*Buttons*/
input.btn, button.btn, a.btn, button {
  background-color: #0072ce;
  border-radius: 0;
  color: #fff;
  padding: 5px 30px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer; }

.btn.delete {
  background-color: red;
  padding: 10px; }

a.btn-outline-primary {
  background-color: transparent;
  color: #0072ce;
  border: 2px solid #0072ce;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0; }

input[disabled], textarea[disabled] {
  background-color: inherit;
  border-color: inherit; }

input[type=submit] {
  cursor: pointer; }

textarea.input {
  height: auto; }

form {
  font-family: 'Montserrat', sans-serif; }

td {
  padding: 10px; }

fieldset {
  display: flex;
  flex-direction: column; }

input, select, .form-control {
  background-color: transparent;
  border: 1px solid #0072ce;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  color: #041e42;
  padding: 10px 50px 10px 20px;
  font-size: 16px; }
  input:focus, select:focus, .form-control:focus {
    outline: none; }

a.disabled, button.disabled {
  opacity: .5;
  pointer-events: none; }

input {
  width: 100%; }

label {
  margin-bottom: 3px;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif; }
  label.dark {
    color: #041e42;
    font-weight: bold; }
    label.dark span {
      font-weight: normal; }

select {
  -webkit-appearance: none;
  text-align-last: right;
  padding-right: 50px;
  width: 100%;
  text-align: right; }
  select.alignTextLeft {
    text-align: left;
    text-align-last: left !important;
    padding-right: 10px !important; }
  select option {
    color: #0072ce;
    background: #fff; }

.formSection h2 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase; }
  .formSection h2 span {
    font-weight: normal; }

.form-row {
  margin-bottom: 30px; }

.form-check-inline .form-check-input {
  margin-right: 0; }

#cart-error > p {
  color: red; }

.fieldDisplay {
  color: #041e42; }

.dropDown {
  position: relative; }
  .dropDown .field-validation-error {
    display: block; }
  .dropDown select {
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    text-align-last: right;
    padding-right: 48px;
    width: 100%;
    text-align: right;
    font-size: 16px; }
    .dropDown select option {
      color: #0072ce;
      background: #fff; }
  .dropDown:before, .dropDown:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0; }
  .dropDown:before {
    height: 80%;
    border-left: 1px solid #0072ce;
    right: 40px;
    top: 50%;
    transform: translateY(-50%); }
  .dropDown:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0072ce;
    right: 12px;
    top: 50%;
    transform: translateY(-50%); }
  .dropDown.disabled {
    opacity: .5;
    pointer-events: none; }
    .dropDown.disabled:before, .dropDown.disabled:after {
      opacity: .5; }

textarea {
  padding: 20px; }

input.submit {
  width: auto;
  padding: 5px 20px;
  line-height: 36px; }

/* Hide the default checkboxes inside the 'new' div that jQuery adds for us */
.customCheckbox {
  position: relative; }
  .customCheckbox label {
    cursor: pointer;
    line-height: 20px; }
  .customCheckbox input {
    opacity: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 1;
    width: 20px;
    position: absolute; }

.form-check-inline .customCheckbox {
  margin-left: 0px;
  margin-bottom: 10px; }

.checkboxes li {
  margin-bottom: 10px;
  margin-left: 0; }

/* jQuery adds this span for us which we style to look like a box */
.check-box {
  width: 20px;
  height: 20px;
  border: 1px solid #0072ce;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 0px;
  z-index: 0; }

/* When someone clicks our new box, add or remove the tick which has been created using some CSS */
[type=checkbox]:checked + .check-box:before, [type=radio]:checked + .check-box:before {
  content: '';
  display: block;
  width: 10px;
  height: 20px;
  margin-left: 6px;
  border: solid #0072ce;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: relative;
  bottom: 6px; }

.submit {
  background-color: #0072ce;
  color: #fff; }

.field-validation-error {
  font-size: 12px;
  float: right;
  color: red !important; }
  .field-validation-error.noFloat {
    display: block;
    float: none; }

.header-msg .field-validation-error {
  float: none; }

span.text-danger {
  color: red !important; }
  span.text-danger.left {
    float: left; }

.fieldTextarea textarea {
  margin-bottom: 10px;
  height: auto; }

.fieldTextarea button {
  float: right; }

.subSelection {
  border: solid 1px #dde4eb;
  padding: 20px;
  margin-bottom: 30px; }
  .subSelection .form-row:last-child {
    margin-bottom: 0; }

/* Typography (/sass/globals/typography.scss) */
/*start*/
h1, h2, h3, h4, h5 {
  color: #041e42;
  font-family: "Oswald", sans-serif; }

h3 {
  font-size: 36px;
  margin-bottom: 20px; }

h4 {
  color: #75787b;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }

h5 {
  font-size: 20px;
  color: #041e42; }

span {
  color: inherit !important; }

/*
.accent.heading {
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: bold;

    &:before {
        content: "";
        display: block;
        width: 120px;
        height: 10px;
        background-image: url(/Content/img/parallelogram-flourish.svg);
        background-repeat: no-repeat;
    }
}*/
.accent {
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: bold;
  position: relative; }
  .accent:before {
    content: "";
    display: block;
    width: 120px;
    height: 10px;
    transform: skew(140deg);
    background: #FFD700;
    top: 0;
    left: 0;
    position: absolute;
    margin-left: 30px;
    margin-top: 45px; }
  .accent.heading:before, .accent-detail:before {
    margin-top: 0;
    margin-left: 0;
    top: -30px; }

@media (max-width: 768px) {
  .accent:before {
    margin-top: 0; } }

p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
  font-family: "Montserrat", sans-serif; }

a.is-strong {
  font-weight: bold;
  text-transform: uppercase; }

.is-vertical-center {
  display: flex;
  align-items: center; }

.subtitle.is-blue {
  color: #78a6f0; }

.has-arrow-right:after {
  border-color: #0072ce;
  border-style: solid;
  border-width: 0.05em 0.05em 0 0;
  content: '';
  display: inline-block;
  height: 0.55em;
  left: 0.15em;
  position: relative;
  top: 0.5em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.55em;
  left: 10px;
  transform: rotate(45deg); }

button, .button {
  border-radius: 0;
  background-color: #0072ce;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 20px 30px;
  border: none;
  cursor: pointer; }

.button:hover {
  border-color: none;
  color: #fff; }

.is-clickable {
  cursor: pointer; }

a.is-reversed, .button .is-reversed {
  background-color: #ffffff;
  border-color: #0072ce;
  color: #0072ce; }

*:focus {
  outline: none; }

section.text-page .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  section.text-page .container .content {
    width: 800px; }
    @media (max-width: 768px) {
      section.text-page .container .content {
        width: auto; } }
    section.text-page .container .content p {
      margin-bottom: 0; }

section.text-page h4 {
  font-family: "Montserrat";
  color: #041e42; }
  section.text-page h4 strong {
    color: #041e42 !important; }
  section.text-page h4 a {
    color: #041e42 !important; }
    @media (max-width: 768px) {
      section.text-page h4 a {
        color: #0072ce !important; } }
  section.text-page h4 a:hover {
    color: #0072ce !important; }
    section.text-page h4 a:hover strong {
      color: #0072ce !important; }

section.text-page ul, section.text-page ol {
  list-style: disc;
  list-style-position: outside;
  margin-left: 10px;
  font-family: "Montserrat", sans-serif; }

section.text-page span {
  color: #75787b; }

/* End Typography */
#loader {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 999;
  top: 0; }
  #loader .loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1.5s linear infinite;
    margin-left: -60px;
    margin-top: -60px;
    left: 50%;
    top: 50%;
    position: absolute; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.accordion .accordion-item {
  border: solid 1px #dedede; }
  .accordion .accordion-item:not(:first-of-type) {
    border-top: 0; }

.accordion .collapse:not(.show) {
  display: none; }

.accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease; }
  .accordion .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230072ce'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out; }
  .accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230072ce'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg); }

.accordion .accordion-body {
  padding: 1rem 1.25rem; }

/* Navigation (/sass/components/navigation.scss) */
/* Site Identity */
#metal-era-logo {
  max-height: none; }

/* Begin Utility Navigation */
nav#utility-nav {
  font-family: "Montserrat"; }
  @media (max-width: 1024px) {
    nav#utility-nav {
      display: none; } }
  nav#utility-nav .container {
    overflow: hidden; }
    @media (max-width: 1024px) {
      nav#utility-nav .container {
        display: flex; } }
    @media (max-width: 1024px) {
      nav#utility-nav .container .navbar-menu {
        display: flex;
        flex-grow: 1; } }
    @media (max-width: 1024px) {
      nav#utility-nav .container .navbar-menu .navbar-end {
        display: flex;
        flex-grow: 1; } }
  nav#utility-nav .tabs ul {
    border-bottom-color: transparent; }
    @media (max-width: 1024px) {
      nav#utility-nav .tabs ul {
        margin-top: 40px; } }
  nav#utility-nav .tabs {
    overflow-x: hidden;
    margin-right: 12px; }
    @media (max-width: 1024px) {
      nav#utility-nav .tabs {
        flex-grow: 1; } }
    @media (max-width: 1024px) {
      nav#utility-nav .tabs ul li:first-child {
        display: none; } }
    @media (max-width: 1024px) {
      nav#utility-nav .tabs ul li:nth-child(2) {
        display: none; } }
    nav#utility-nav .tabs ul li.portal {
      height: auto; }
    nav#utility-nav .tabs ul li {
      margin-left: 0; }
      @media (max-width: 1024px) {
        nav#utility-nav .tabs ul li {
          display: flex;
          flex-grow: 1; } }
      nav#utility-nav .tabs ul li a {
        border-left-color: #dde4eb;
        border-left-style: solid;
        border-left-width: 1px;
        border-right: 1px solid #dde4eb;
        position: relative;
        color: #75787b;
        font-size: 12px; }
        @media (max-width: 1024px) {
          nav#utility-nav .tabs ul li a {
            display: flex;
            flex-grow: 1;
            padding: 0; } }
        @media (max-width: 1024px) {
          nav#utility-nav .tabs ul li a .account-status {
            padding: 0;
            font-size: inherit; } }
        @media (max-width: 1024px) {
          nav#utility-nav .tabs ul li a .account-link {
            display: none; } }
      @media (max-width: 1024px) {
        nav#utility-nav .tabs ul li a.account-status {
          padding: 3px; } }
      nav#utility-nav .tabs ul li a:after {
        border-left: 3px solid #ffffff;
        display: block;
        content: "";
        width: 102%;
        position: absolute;
        top: 90%;
        bottom: 0; }
      nav#utility-nav .tabs ul li .icon {
        width: 1em;
        height: 1em; }
        @media (max-width: 1024px) {
          nav#utility-nav .tabs ul li .icon {
            width: auto; } }
        nav#utility-nav .tabs ul li .icon i {
          background-position: center;
          background-repeat: no-repeat;
          width: 100%;
          height: 100%;
          display: block;
          background-size: contain; }
          @media (max-width: 1024px) {
            nav#utility-nav .tabs ul li .icon i {
              display: none; } }
      nav#utility-nav .tabs ul li .icon-blog {
        background-image: url(https://www.metalera.com/Content/img/navigation/utility/icon-blog.svg); }
      nav#utility-nav .tabs ul li .icon-careers {
        background-image: url(https://www.metalera.com/Content/img/navigation/utility/icon-careers.svg); }
      nav#utility-nav .tabs ul li .icon-findrep {
        background-image: url(https://www.metalera.com/Content/img/navigation/utility/icon-findrep.svg); }
      nav#utility-nav .tabs ul li .icon-submittalbuild {
        background-image: url(https://www.metalera.com/Content/img/navigation/utility/icon-submittalbuild.svg); }
      nav#utility-nav .tabs ul li .icon-track {
        background-image: url(https://www.metalera.com/Content/img/navigation/utility/icon-track.svg); }
      nav#utility-nav .tabs ul li .icon-cart {
        background-image: url(https://www.metalera.com/Content/img/navigation/utility/icon-cart.svg);
        color: #0072ce;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        position: relative; }
      nav#utility-nav .tabs ul li .icon-cart:after {
        display: inline-block;
        content: "";
        width: 5px;
        height: 50%;
        position: relative; }
    nav#utility-nav .tabs ul li.is-active a {
      border-bottom-color: #041e42;
      color: #041e42;
      cursor: default; }
    @media (max-width: 768px) {
      nav#utility-nav .tabs ul li:last-child {
        position: absolute;
        top: 0;
        left: 0; } }
    @media (max-width: 768px) {
      nav#utility-nav .tabs ul li:last-child a {
        border: none; } }
    @media (max-width: 768px) {
      nav#utility-nav .tabs ul li:last-child a span {
        padding-left: 10px;
        padding-top: 10px; } }
  nav#utility-nav .account-status {
    position: relative;
    display: table;
    padding-bottom: 0px;
    padding-top: 0px; }
  nav#utility-nav .account-status span {
    display: block;
    display: table-row;
    height: auto;
    font-weight: bold; }
  nav#utility-nav .account-status span.account-status {
    font-size: 10px;
    color: transparent; }
  nav#utility-nav .account-status .account-link {
    font-weight: 500;
    font-size: 10px; }

/* End Utility Navigation */
/* Begin Main Navigation */
#main-navigation {
  font-family: "Montserrat";
  flex-direction: row;
  align-items: stretch; }

#main-navigation a {
  color: #041e42; }

@media (max-width: 1024px) {
  #main-navigation .navbar-menu {
    background-color: #041e42;
    color: #ffffff; } }

@media (max-width: 1024px) {
  #main-navigation .navbar-menu > a.navbar-item {
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    border-bottom: solid 1px #0072ce;
    line-height: 35px;
    align-items: start; } }

@media (max-width: 1024px) {
  #main-navigation .navbar-menu .navbar-link {
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    border-bottom: solid 1px #0072ce;
    line-height: 35px;
    transition: all .8s ease-in-out; } }

#main-navigation .navbar-menu .navbar-link.collapsed + .navbar-dropdown {
  display: none; }

@media (max-width: 1024px) {
  #main-navigation .navbar-menu .navbar-link:after {
    display: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45eg); } }

@media (max-width: 1024px) {
  #main-navigation .navbar-menu .navbar-link:hover {
    background-color: #041e42;
    color: #ffffff; } }

@media (max-width: 1024px) {
  #main-navigation .navbar-menu .navbar-link.is-active, #main-navigation .navbar-menu .navbar-link:focus, #main-navigation .navbar-menu .navbar-link:focus-within, #main-navigation .navbar-menu .navbar-link:hover, #main-navigation .navbar-menu a.navbar-item.is-active, #main-navigation .navbar-menu a.navbar-item:focus, #main-navigation .navbar-menu a.navbar-item:focus-within, #main-navigation .navbar-menu a.navbar-item:hover {
    background-color: #041e42; } }

@media (max-width: 1024px) {
  #main-navigation .navbar-menu .navbar-item.is-hoverable a.navbar-link:before {
    display: none;
    border: solid 1px #0072ce;
    border-radius: 50%; } }

@media (max-width: 1024px) {
  #main-navigation .navbar-menu .navbar-dropdown .navbar-item {
    color: #ffffff; } }

#main-navigation .navbar-item.is-hoverable a.navbar-link::before {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 999;
  right: 13px;
  top: 10px;
  content: "";
  display: block; }

#main-navigation .navbar-item.is-hoverable a.navbar-link::after {
  border-width: 1px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135eg);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-radius: 0; }
  @media (max-width: 1024px) {
    #main-navigation .navbar-item.is-hoverable a.navbar-link::after {
      display: none;
      border-color: #ffffff;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45eg);
      top: 50%;
      right: 1.125em; } }

@media (max-width: 1024px) {
  #main-navigation .navbar-item.is-hoverable a.navbar-link.collapsed::after {
    display: none;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135eg);
    right: 1.30em;
    top: 55%; } }

#main-navigation .navbar-item.is-hoverable a.nav-bar-link::before {
  content: "â™¥"; }

#main-navigation .navbar-item.is-hoverable:hover a.navbar-link::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45eg);
  top: 50%;
  right: 1.125em; }
  @media (max-width: 1024px) {
    #main-navigation .navbar-item.is-hoverable:hover a.navbar-link::after {
      display: none;
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135eg);
      right: 1.30em;
      top: 55%; } }

@media (max-width: 1024px) {
  #main-navigation .navbar-item.is-hoverable:hover a.navbar-link.collapsed::after {
    display: none;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135eg);
    right: 1.30em;
    top: 55%; } }

#main-navigation #navbar-parent {
  flex-direction: row;
  align-items: stretch;
  margin: 0 auto;
  display: flex;
  flex-flow: row; }

#main-navigation .navbar-menu .navbar-item {
  flex-direction: column;
  /* vertical alignment of flex items */
  justify-content: center;
  /* center flex items vertically */
  align-items: center;
  flex-grow: 1; }

#main-navigation .navbar-menu .navbar-item:last-child {
  align-items: flex-end;
  padding-right: 0; }
  @media (max-width: 768px) {
    #main-navigation .navbar-menu .navbar-item:last-child {
      align-items: flex-start; } }

#main-navigation a:hover {
  background-color: transparent; }

@media (max-width: 768px) {
  #main-navigation .navbar-brand #metal-era-logo {
    max-height: 38px;
    max-width: 196px; } }

#main-navigation .navbar-burger:hover {
  background-color: transparent; }

#main-navigation .navbar-burger {
  border: solid 1px #0072ce;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 50%; }

#main-navigation .navbar-menu {
  /* Begin Mobile Util Section */
  /* End  Mobile Util Section */ }
  #main-navigation .navbar-menu .is-mega .navbar-dropdown {
    width: auto; }
  #main-navigation .navbar-menu .navbar-dropdown {
    padding-top: 20px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    width: 200%;
    overflow: hidden; }
    #main-navigation .navbar-menu .navbar-dropdown .navbar-item {
      flex-direction: column;
      justify-content: left;
      align-items: flex-start;
      flex-grow: 1;
      text-align: left;
      transition: all .5s ease-in-out;
      overflow: hidden; }
      @media (max-width: 1024px) {
        #main-navigation .navbar-menu .navbar-dropdown .navbar-item {
          justify-content: center; } }
    #main-navigation .navbar-menu .navbar-dropdown .navbar-item:hover {
      color: #041e42;
      background-color: transparent;
      margin-left: 15px; }
      @media (max-width: 1024px) {
        #main-navigation .navbar-menu .navbar-dropdown .navbar-item:hover {
          color: #ffffff; } }
  #main-navigation .navbar-menu .navbar-divider {
    background-color: transparent;
    padding-top: 20px; }
  #main-navigation .navbar-menu .product-groups {
    padding-bottom: 20px; }
    #main-navigation .navbar-menu .product-groups .column:hover {
      background: none; }
    #main-navigation .navbar-menu .product-groups .button {
      background-color: transparent;
      font-size: 12px;
      border: solid 1px #0072ce;
      width: 100%;
      padding-bottom: 36px; }
      #main-navigation .navbar-menu .product-groups .button:hover {
        background: #0072ce;
        color: #fff; }
    @media (max-width: 1024px) {
      #main-navigation .navbar-menu .product-groups a {
        color: #ffffff; } }
  #main-navigation .navbar-menu .mobile-utli-menu {
    display: none; }
    @media (max-width: 1024px) {
      #main-navigation .navbar-menu .mobile-utli-menu {
        display: block; } }
    @media (max-width: 1024px) {
      #main-navigation .navbar-menu .mobile-utli-menu a {
        color: #78a6f0;
        align-items: flex-start;
        padding-left: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

#main-navigation #meganavMarketsDropdown {
  width: auto; }
  #main-navigation #meganavMarketsDropdown.navbar-dropdown {
    overflow: visible; }
  #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown {
    position: relative;
    width: 100%; }
    @media (max-width: 768px) {
      #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown {
        overflow: visible;
        padding-top: 0; } }
    #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown:hover {
      overflow: visible;
      margin-left: 0; }
      #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown:hover .dropdown-menu {
        display: block;
        margin-left: 0; }
    #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown .dropdown-menu {
      margin-left: -15px;
      top: 24px;
      position: absolute;
      left: 0;
      width: 100%; }
      @media (max-width: 768px) {
        #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown .dropdown-menu {
          display: block;
          margin-left: 0;
          position: relative;
          top: 0; } }
      #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown .dropdown-menu .dropdown-content {
        box-shadow: none; }
        @media (max-width: 768px) {
          #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown .dropdown-menu .dropdown-content {
            background-color: #041e42;
            color: #ffffff; }
            #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown .dropdown-menu .dropdown-content .navbar-item {
              padding-left: 0; } }
    @media (max-width: 768px) {
      #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown .dropdown-trigger .dropdown-hover-button {
        border-bottom: none; }
        #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown .dropdown-trigger .dropdown-hover-button span {
          border-bottom: 1px solid #0072ce;
          font-size: 14px; } }
    #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown .dropdown-trigger .dropdown-hover-button {
      padding: 0; }
    #main-navigation #meganavMarketsDropdown .navbar-item.nested.dropdown .dropdown-trigger a.dropdown-hover-button::after {
      right: -1.875em; }

@media (max-width: 1024px) {
  .column.is-half-mobile {
    float: left; } }

.columns:last-child {
  clear: both; }

#main-navigation .navbar-menu a {
  display: flex; }

#main-navigation #product-dropdown a {
  display: block; }

#main-navigation .navbar-menu img {
  margin: 0 auto;
  display: block;
  max-height: 100%; }

#main-navigation .navbar-menu h5 {
  font-size: 12px;
  text-align: center;
  font-family: "Montserrat", sans-serif; }
  @media (max-width: 1024px) {
    #main-navigation .navbar-menu h5 {
      color: #ffffff;
      font-size: 16px; } }

#product-dropdown .product-types .column {
  border: 1px solid transparent; }
  @media (max-width: 768px) {
    #product-dropdown .product-types .column {
      background: none;
      min-height: 235px; } }
  #product-dropdown .product-types .column:hover {
    border: 1px solid #0072ce; }

@media (max-width: 1024px) {
  #product-dropdown .column a {
    padding-bottom: 35px; } }

#product-dropdown .column a img {
  width: 100%; }
  @media (max-width: 1024px) {
    #product-dropdown .column a img {
      width: 90%; } }

.navbar-item.is-mega {
  position: static; }

.navbar-item.is-mega .is-mega-menu-title {
  margin-bottom: 0;
  padding: .375rem 1rem; }

.cta-button {
  margin-left: 20px; }

/*	Start Search Field */
.search-drawer-trigger {
  cursor: pointer;
  background: none;
  border: none;
  color: #BEC3CD;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 30px;
  padding: 5px; }
  @media (max-width: 1024px) {
    .search-drawer-trigger {
      display: none; } }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.sr-only, .custom-checkbox, .custom-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.search-drawer {
  background: #fff;
  border: 1px solid #BEC3CD;
  border-right: none;
  background-color: #fff;
  border-radius: 7px 0 0 7px;
  max-width: 95%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 400ms;
  transition: all 400ms;
  width: 440px;
  z-index: 102; }
  @media (max-width: 1024px) {
    .search-drawer {
      display: none; } }

.search-drawer.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.search-drawer-input-container {
  border-bottom: 1px solid #E3E6EC;
  position: relative; }

.search-drawer-input, .search-field-mobile-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 7px 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Montserrat";
  font-size: 18px;
  height: 68px;
  padding-left: 75px;
  width: 100%; }

.search-drawer-btn, .search-field-mobile-btn {
  cursor: pointer;
  background: none;
  border: none;
  color: #BEC3CD;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 35px;
  left: 20px;
  padding: 0;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.search-drawer-btn .icon, .search-field-mobile-btn .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.container.is-fluid {
  clear: both; }

/* Begin Mobile Search Section */
.mobile-search {
  display: none; }
  @media (max-width: 1024px) {
    .mobile-search {
      display: block;
      background-color: white;
      border-radius: 10px;
      background-image: url(https://www.metalera.com/Content/img/navigation/utility/icon-search.svg);
      background-repeat: no-repeat;
      background-position: 99% center;
      border: none;
      width: 98%;
      margin: 0 auto; } }
  .mobile-search input {
    border: none; }

/* End Mobile Search Section*/
/* Begin Mobile Menu Toggle */
.menuToggle {
  display: none;
  -webkit-transform: rotate(-135eg);
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  @media (max-width: 1024px) {
    .menuToggle {
      display: block;
      width: 15px;
      height: 15px;
      position: absolute;
      border-bottom: solid 1px #ffffff;
      border-right: solid 1px #ffffff;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 50%;
      right: 1.125em;
      margin-top: -.375em;
      right: 1.125em; } }

.menuToggle:before {
  display: none; }
  @media (max-width: 1024px) {
    .menuToggle:before {
      border-radius: 50%;
      width: 35px;
      height: 35px;
      position: absolute;
      z-index: 999;
      right: -14px;
      top: -7px;
      border: solid 1px #0072ce;
      content: "";
      display: block; } }

a.collapsed .menuToggle {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-4eg); }

/* End Mobile Menu Toggle */
/* End Main Navigation */
/* End Navigation */
/*  Pagination */
#pagination {
  display: flex;
  justify-content: center; }
  #pagination button span:first-child {
    display: none; }

#pagination li {
  margin: 0 5px; }
  #pagination li button.disabled {
    pointer-events: none;
    opacity: .5; }
  #pagination li span.disabled {
    color: #fff;
    background-color: #1B7FAD;
    text-decoration: none;
    display: block;
    color: white !important;
    padding: 2px 30px 3px;
    font-weight: bold;
    font-size: 16px;
    text-align: center; }

#pagination .active {
  opacity: .8; }

@media (max-width: 767px) {
  #pagination {
    display: flex; }
    #pagination li {
      float: left;
      margin-top: 10px;
      margin-bottom: 10px; }
      #pagination li span, #pagination li button {
        padding: 0;
        min-width: 40px;
        height: 40px; }
      #pagination li span {
        line-height: 40px; }
        #pagination li span.disabled {
          padding: 0; }
      #pagination li:first-child, #pagination li:last-child {
        text-align: center;
        clear: both; }
        #pagination li:first-child button, #pagination li:last-child button {
          position: relative; }
          #pagination li:first-child button span:last-child, #pagination li:last-child button span:last-child {
            display: none; }
          #pagination li:first-child button span:first-child, #pagination li:last-child button span:first-child {
            position: absolute;
            background-color: transparent;
            width: 40px;
            height: 40px;
            color: white !important;
            display: block;
            top: 0;
            font-size: 20px;
            font-weight: bold; } }

/*  END Pagination */
/*  Edge fix */
.navbar-item.is-hoverable:hover .navbar-dropdown {
  display: block; }

/*  End Edge fix */
/* bulma overrides */
.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
  background-color: transparent; }

/* end bulma overides*/
/* Begin Beta Banner */
#beta-banner {
  height: 40px;
  background-color: #0072ce; }
  #beta-banner .hero-banner {
    background-color: #0072ce; }
  #beta-banner a span {
    padding-right: 20px;
    font-weight: 100; }
  #beta-banner a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 50%;
    right: 1.125em;
    margin-top: -.375em;
    right: 1.125em; }

/* End Beta Banner */
/* Begin Pagination */
.search-pagination .pagination-items {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center; }
  .search-pagination .pagination-items li button {
    background-color: #fff;
    color: #0072ce; }
  .search-pagination .pagination-items li:first-child, .search-pagination .pagination-items li:last-child {
    display: none; }

/* End Pagination */
/* Begin Footer Section */
footer.footer {
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    footer.footer {
      padding-top: 0; } }

@media (max-width: 768px) {
  #footer--menu-main {
    display: flex;
    flex-direction: column; } }

/* Begin Footer CTA */
#footer-call-to-action {
  background-color: #041e42;
  font-weight: 500;
  font-family: "Oswald", sans-serif; }
  #footer-call-to-action .title {
    font-size: 36px;
    margin-bottom: 0; }

#footer-call-to-action .cta {
  display: flex;
  justify-content: flex-end; }

#footer-call-to-action .columns {
  justify-content: center; }
  #footer-call-to-action .columns .column {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      #footer-call-to-action .columns .column {
        flex-direction: column; } }

#footer-call-to-action .button {
  background-color: transparent;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #0072ce; }
  @media (max-width: 768px) {
    #footer-call-to-action .button {
      margin-left: 0;
      margin-top: 20px; } }

/* End Footer CTA */
footer h2 {
  color: #75787b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", sans-serif; }

footer a {
  color: #000;
  font-size: 12px;
  font-family: "Montserrat", sans-serif; }

footer ul li {
  margin: 0; }

footer h3 {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #75787b; }

#metal-era-logo-small {
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    #metal-era-logo-small {
      width: 90%;
      height: auto; } }

#job-role {
  margin-top: 20px; }

.footer-emphasis {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 102px; }
  @media (max-width: 768px) {
    .footer-emphasis {
      max-height: 100%; } }
  .footer-emphasis li {
    margin-right: 15px; }
    .footer-emphasis li a {
      font-weight: bold;
      text-transform: uppercase; }

.footer .quick-links {
  margin-top: 20px;
  flex-wrap: nowrap; }
  .footer .quick-links .mobile-utli-menu {
    display: none; }

#company-name-footer {
  display: none; }

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

@media (max-width: 768px) {
  .products {
    display: table;
    border-collapse: collapse; }
    .products .columns:first-child {
      display: table-row;
      position: relative; }
      .products .columns:first-child .column:first-child {
        width: 50%;
        float: left; }
      .products .columns:first-child .column:last-child {
        width: 50%;
        float: right; } }

.footer .applications h3 {
  font-weight: bold;
  text-transform: uppercase; }

.footer .applications .footer-emphasis li a {
  font-weight: normal;
  text-transform: capitalize; }

@media (max-width: 1024px) {
  .footer .applications {
    height: 100%;
    width: auto; } }

@media (max-width: 768px) {
  .footer .applications {
    width: 100%;
    display: grid;
    grid-template-areas: "title1 title2" "content1 content2";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 38px 1fr;
    grid-column-gap: 20px;
    align-items: flex-start;
    padding-bottom: 24px;
    height: 100%; }
    .footer .applications h2 {
      grid-area: title1; }
    .footer .applications ul:first-child {
      grid-area: content1; }
    .footer .applications h3 {
      grid-area: title2;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 0; }
    .footer .applications ul.footer-emphasis {
      grid-area: content2; }
      .footer .applications ul.footer-emphasis li a {
        font-weight: normal;
        text-transform: capitalize; }
  .footer .resources {
    width: 50%;
    float: left;
    margin-right: auto;
    height: 0;
    padding-top: 0; }
  .footer .about {
    width: 50%;
    float: right;
    padding-top: 0;
    margin-left: auto;
    margin-top: -12px; } }

#footer-contact {
  font-size: 12px; }
  @media (max-width: 768px) {
    #footer-contact {
      order: -1;
      clear: both; } }
  #footer-contact ul {
    height: 100%;
    display: flex;
    flex-direction: column; }
    #footer-contact ul .address-footer {
      display: flex;
      align-items: flex-start;
      margin-bottom: 10px; }
      #footer-contact ul .address-footer .details {
        padding-left: 15px; }

#footer-contact .details {
  display: flex;
  flex-direction: column;
  padding-left: 10px; }
  #footer-contact .details a {
    color: #0072ce; }

[itemprop="streetAddress"] {
  display: flex; }

[itemprop="addressLocality"]:after {
  content: ", "; }

[itemprop="addressRegion"]:after {
  content: " "; }

.icon {
  width: auto;
  height: auto; }

#footer-contact .icon i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

#footer-contact .icon .icon-map-pin {
  background-image: url(https://www.metalera.com/Metal-Era/media/Images/icons/icon-map-pin.png);
  width: 24px;
  height: 37px; }

#footer-contact .icon .icon-phone {
  background-image: url(https://www.metalera.com/Metal-Era/media/Images/icons/icon-phone.png);
  width: 27px;
  height: 27px; }

#footer-contact .icon .icon-fax {
  background-image: url(https://www.metalera.com/Metal-Era/media/Images/icons/icon-fax.png);
  width: 27px;
  height: 27px; }

#footer-contact .icon .icon-email {
  background-image: url(https://www.metalera.com/Metal-Era/media/Images/icons/icon-email.png);
  width: 27px;
  height: 19px; }

.contact-info-footer {
  display: flex;
  margin-bottom: 10px; }

footer .contact-info-footer .icon,
footer .address-footer .icon {
  align-items: center;
  display: inline-flex;
  justify-content: center; }

.socialFooter {
  margin-top: 20px;
  display: flex;
  justify-content: center; }
  .socialFooter .columns {
    flex-wrap: wrap;
    display: flex;
    width: 100%; }
    .socialFooter .columns .column {
      padding: 0; }
      @media (max-width: 768px) {
        .socialFooter .columns .column {
          display: flex;
          justify-content: center; } }
    @media (max-width: 768px) {
      .socialFooter .columns {
        display: flex; } }

#get-app-footer {
  margin-top: 12px;
  margin-bottom: 48px; }
  @media (max-width: 768px) {
    #get-app-footer {
      position: relative;
      display: table-header-group; } }
  #get-app-footer .is-four-fifths {
    border: solid 1px #75787b;
    width: 90%; }
    @media (max-width: 768px) {
      #get-app-footer .is-four-fifths {
        width: 100%; } }
  #get-app-footer h2 {
    color: #0072ce;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    pointer-events: none; }
    #get-app-footer h2 a {
      color: #0072ce; }
  @media (max-width: 1024px) {
    #get-app-footer .inner {
      display: flex; } }

#base-footer {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  background-color: #dde4eb;
  color: #75787b;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif; }
  @media (max-width: 768px) {
    #base-footer {
      display: flex; } }
  #base-footer .has-text-left {
    padding-left: 5rem; }
    @media (max-width: 768px) {
      #base-footer .has-text-left {
        padding-left: 1.5rem; } }
  #base-footer .has-text-right {
    padding-right: 10rem; }
    @media (max-width: 768px) {
      #base-footer .has-text-right {
        padding-right: 10rem; } }
  #base-footer ul {
    display: table;
    text-align: right;
    float: right; }
    #base-footer ul li:first-child {
      border-left: none; }
    #base-footer ul li {
      display: table-cell;
      border-left: solid 1px #75787b;
      line-height: 1;
      padding-left: 10px;
      padding-right: 10px; }
  #base-footer a {
    color: #0072ce; }

.social-share {
  position: fixed;
  right: 10px;
  bottom: 66px;
  background: #dde4eb;
  text-align: center;
  transform: translateY(66px);
  transition: all .4s ease-in-out;
  z-index: 1;
  border: 1px solid #75787b;
  border-bottom: 0px none; }
  .social-share.collapsed {
    transform: translateY(100%); }
    .social-share.collapsed .social-share-open {
      height: 66px; }
      .social-share.collapsed .social-share-open svg {
        transform: rotateX(0deg);
        height: 28px; }
  .social-share .social-share-open {
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #002557 !important;
    transition: height .4s ease-in-out; }
    .social-share .social-share-open svg {
      transform: rotateX(90deg);
      height: 0;
      transition: all .4s ease-in-out; }
  .social-share button, .social-share a {
    background: none;
    color: #002557;
    font-weight: normal; }
    .social-share button:hover, .social-share a:hover {
      color: #0074D5; }
    .social-share button svg, .social-share a svg {
      color: inherit; }
  .social-share span {
    display: block;
    font-size: 14px; }
  .social-share ul li {
    margin-left: 40px;
    margin-right: 40px; }
  .social-share .social-share-close {
    margin: 20px; }

/* End Footer Section */
/* #pragma warning disable */
/* Components (/sass/components/components.scss) */
.column {
  padding: 1rem; }

.section {
  padding: 4.5rem 1.5rem; }
  @media (max-width: 768px) {
    .section {
      padding: 1.5rem; } }

@media (max-width: 768px) {
  #trending-products-carousel .tabs {
    padding-left: 1rem; } }

#trending-products-carousel .tabs ul {
  border-bottom: none; }
  @media (max-width: 768px) {
    #trending-products-carousel .tabs ul {
      flex-direction: column;
      align-items: flex-start; } }
  #trending-products-carousel .tabs ul li {
    margin: 0; }
    #trending-products-carousel .tabs ul li a {
      font-family: "Oswald";
      font-size: 36px;
      color: #75787b;
      border-bottom: none;
      padding: 0; }
      #trending-products-carousel .tabs ul li a:after {
        content: " | ";
        width: 4px;
        height: 55px;
        position: relative;
        padding-right: 30px;
        padding-left: 20px;
        color: #75787b; }
  #trending-products-carousel .tabs ul li:last-child a:after {
    content: " "; }
  #trending-products-carousel .tabs ul li.is-active a {
    color: #041e42; }

#trending-products-carousel .carousels .carousel {
  display: none; }

#trending-products-carousel .carousels .carousel.is-active {
  display: flex; }
  @media (max-width: 768px) {
    #trending-products-carousel .carousels .carousel.is-active {
      flex-direction: column; } }
  #trending-products-carousel .carousels .carousel.is-active .column {
    padding: 1.5rem;
    display: grid;
    grid-template-rows: 1fr 200px; }

#trending-products-carousel #product-families .img {
  height: 100px;
  display: flex;
  align-items: flex-end; }

#trending-products-carousel h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat"; }

#trending-products-carousel .product-links li {
  margin-left: 0; }
  #trending-products-carousel .product-links li a {
    color: #0072ce;
    font-weight: bold;
    font-family: "Montserrat"; }

/* start breadcrumbs */
#breadcrumbs .breadcrumb {
  font-size: 10px; }
  #breadcrumbs .breadcrumb li {
    margin-left: 0; }
  #breadcrumbs .breadcrumb li a {
    color: #0072ce;
    padding: 0 2px; }
  #breadcrumbs .breadcrumb li.is-active a {
    color: #75787b; }
  #breadcrumbs .breadcrumb .breadcrumb li + li::before {
    color: #75787b; }

/* end breadcrumbs */
/* Start Intro Paragraph */
.margin {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 72px;
  margin-bottom: 36px; }
  @media (max-width: 768px) {
    .margin {
      margin: 0; } }

.intro-paragraph {
  width: 800px; }
  @media (max-width: 1024px) {
    .intro-paragraph {
      width: 100%;
      margin-bottom: 60px; } }
  .intro-paragraph ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 10px; }
  .intro-paragraph .title {
    color: #041e42;
    margin-bottom: 36px;
    font-size: 36px;
    font-family: "Oswald", sans-serif; }
    @media (max-width: 768px) {
      .intro-paragraph .title {
        font-size: 26px; } }
  .intro-paragraph .subtitle {
    color: #75787b;
    font-size: 16px; }

/* End Intro Paragraph*/
/* Begin Product Type Carousel */
@media (max-width: 768px) {
  #product-type-carousel ul {
    display: block; } }

#product-type-carousel ul li a {
  font-family: "Oswald", sans-serif;
  font-size: 36px; }

#product-type-carousel ul li.is-active align-content {
  color: #041e42; }

#product-type-carousel ul.product-links li {
  margin-top: 10px; }
  #product-type-carousel ul.product-links li a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #0072ce;
    padding-top: 5px;
    padding-bottom: 5px; }

#product-type-carousel h2 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #041e42;
  padding-bottom: 10px; }

/*.slick-arrow {
    border-color: $dark-grey;
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 1.55em;
    position: relative;
    top: 0.5em;
    vertical-align: top;
    width: 1.55em;
    left: 0px;
    color: transparent;
    background-color: transparent;
    padding: 20px;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
}

.slick-prev {
    transform: rotate(-135deg);
    left: -10px;
}

.slick-next {
    transform: rotate(45deg);
    left: 10px;
}*/
/* End Product Type Carousel */
/* featured one column*/
.image-left {
  max-width: 487px;
  padding: 0;
  width: 100%; }

.right-content {
  padding-top: 0;
  padding-left: 28px; }
  @media (max-width: 768px) {
    .right-content {
      padding-left: 0; } }
  .right-content p {
    max-width: 586px; }

/* featured 3 column with CTA */
.featured-content-cta .columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr; }
  @media (max-width: 768px) {
    .featured-content-cta .columns {
      display: flex;
      flex-direction: column; } }
  .featured-content-cta .columns .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    height: 100%; }
    @media (max-width: 768px) {
      .featured-content-cta .columns .column {
        display: block; } }
    @media (max-width: 768px) {
      .featured-content-cta .columns .column iframe {
        max-width: 100%;
        width: auto;
        height: auto; } }
    .featured-content-cta .columns .column .img {
      position: relative;
      z-index: 1;
      display: block; }
      .featured-content-cta .columns .column .img:after {
        content: " ";
        width: 100%;
        height: 100%;
        background-color: #0072ce;
        z-index: 2;
        left: 0;
        top: 0;
        position: absolute;
        opacity: 0; }
      .featured-content-cta .columns .column .img:hover:after {
        opacity: 0.4; }
        .featured-content-cta .columns .column .img:hover:after a {
          z-index: 3; }
      .featured-content-cta .columns .column .img img {
        display: block;
        width: 100%; }
    .featured-content-cta .columns .column .img:hover {
      background: rgba(0, 114, 206, 0.4); }
    @media (max-width: 768px) {
      .featured-content-cta .columns .column .inner-content {
        max-width: 80%; } }
    @media (max-width: 414px) {
      .featured-content-cta .columns .column .inner-content {
        max-width: 100%; } }
    .featured-content-cta .columns .column .inner-content h5 {
      font-family: 'Montserrat', sans-serif;
      font-size: 24px;
      font-weight: bold; }
      .featured-content-cta .columns .column .inner-content h5:hover {
        color: #0072ce; }
    .featured-content-cta .columns .column a {
      font-weight: bold; }

/* Begin 3 column featured section */
@media (max-width: 768px) {
  .three-column-featured {
    margin-bottom: 72px; } }

.three-column-featured .column {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  border: solid 1px #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px; }
  .three-column-featured .column:hover {
    position: relative; }
    .three-column-featured .column:hover .overlay {
      background: rgba(0, 114, 206, 0.4);
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0; }
      .three-column-featured .column:hover .overlay a {
        position: absolute;
        bottom: 40px;
        left: 40px; }
  .three-column-featured .column a {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    font-family: "Oswald", sans-serif; }
  .three-column-featured .column a:after {
    border-color: #ffd700;
    border-style: solid;
    border-width: 0.05em 0.05em 0 0;
    content: '';
    display: inline-block;
    height: 0.55em;
    left: 0.15em;
    position: relative;
    top: 0.5em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.55em;
    left: 10px;
    transform: rotate(45deg); }
  .three-column-featured .column p {
    color: #ffffff;
    margin-bottom: 0; }

.three-column-featured #architects {
  background-image: url(https://www.metalera.com/Content/img/home/featured/three-column/img-architechts.jpg); }

.three-column-featured #consultants {
  background-image: url(https://www.metalera.com/Content/img/home/featured/three-column/img-consultants.jpg); }

.three-column-featured #contractors {
  background-image: url(https://www.metalera.com/Content/img/home/featured/three-column/img-contractors.jpg); }

/* End 3 column featured section */
/* Begin Product Type Carousel */
@media (max-width: 768px) {
  #product-type-carousel ul {
    display: block; } }

#product-type-carousel ul li a {
  font-family: "Oswald", sans-serif;
  font-size: 36px; }

#product-type-carousel ul li.is-active align-content {
  color: #041e42; }

#product-type-carousel ul.product-links li {
  margin-top: 10px; }
  #product-type-carousel ul.product-links li a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #0072ce;
    padding-top: 5px;
    padding-bottom: 5px; }

#product-type-carousel h2 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #041e42;
  padding-bottom: 10px; }

.slick-arrow {
  border-color: #dde4eb;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 1.55em;
  position: relative;
  top: 0.5em;
  vertical-align: top;
  width: 1.55em;
  left: 0px;
  color: transparent;
  background-color: transparent;
  padding: 20px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center; }

.slick-arrow:hover {
  border-color: #0072ce; }

.slick-prev {
  transform: rotate(-135deg);
  left: -10px; }
  @media (max-width: 768px) {
    .slick-prev {
      left: 0; } }

.slick-next {
  transform: rotate(45deg);
  left: 10px; }
  @media (max-width: 768px) {
    .slick-next {
      left: 0; } }

/* End Product Type Carousel */
/* One Column Featured CTA */
@media (max-width: 768px) {
  .one-column-featured {
    margin-bottom: 60px; }
    .one-column-featured .columns {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .one-column-featured .columns .image-left img {
        width: 100%; } }

.one-column-featured h3 {
  margin-bottom: 12px; }

.one-column-featured h4 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0; }

.one-column-featured p {
  margin-bottom: 36px; }

.one-column-featured .buttons {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .one-column-featured .buttons {
      flex-direction: row;
      justify-content: space-evenly; } }
  .one-column-featured .buttons p {
    margin-bottom: 0; }
    .one-column-featured .buttons p a {
      width: auto;
      max-width: 280px; }

/* Section Subheader */
.section-subheader {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1024px 1fr;
  grid-template-areas: ". a ."; }
  @media (max-width: 768px) {
    .section-subheader {
      grid-template-columns: 1fr 20fr 1fr; } }
  .section-subheader .container {
    grid-area: a;
    width: 100%;
    padding-left: .75rem; }
    @media (max-width: 768px) {
      .section-subheader .container {
        padding: 0; } }
    .section-subheader .container p {
      margin-bottom: 0;
      font-weight: bold;
      color: #041e42;
      border-bottom: 1px solid #dde4eb;
      padding-bottom: .5rem; }

/* Begin Market Listing Component */
.market-listing {
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .market-listing .columns .img-padding img {
      float: none;
      width: 100%;
      padding-right: 0; } }
  @media (max-width: 768px) {
    .market-listing .columns .column .has-subheading {
      margin-bottom: 12px; } }
  .market-listing .columns .column p {
    max-width: 690px;
    margin-bottom: 36px; }
    @media (max-width: 768px) {
      .market-listing .columns .column p {
        margin-bottom: 12px; } }

/* End Market Listing Component */
/* Full Width Text Component */
.full-width h4 {
  font-family: "Montserrat", sans-serif; }

.full-width .container {
  display: flex;
  justify-content: center; }
  .full-width .container .content {
    width: 800px; }

/*begin four column carousel */
#four-column h5 {
  padding-bottom: 0;
  padding-top: 0; }

.four-column-slideshow.columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr; }
  @media (max-width: 768px) {
    .four-column-slideshow.columns {
      display: flex;
      flex-direction: column; } }
  .four-column-slideshow.columns h5 {
    padding-bottom: 0; }
  .four-column-slideshow.columns .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    height: 100%; }
    .four-column-slideshow.columns .column p {
      font-weight: bold;
      color: #041e42; }
    .four-column-slideshow.columns .column a {
      font-family: "Montserrat", sans-serif;
      font-weight: bold; }
    @media (max-width: 768px) {
      .four-column-slideshow.columns .column {
        display: block; }
        .four-column-slideshow.columns .column img {
          width: 100%; } }

.carousel h2 {
  font-size: 24px;
  color: #000;
  font-weight: bold; }

.gallery.container.is-fluid {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto; }

/*end four column carousel */
/* begin grid display */
.grid-display {
  -webkit-tap-highlight-color: transparent; }
  .grid-display h2 {
    color: #041e42;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: bold; }
  .grid-display h3 {
    color: #78a6f0;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: bold; }

/* end grid display */
/* End Components */
.select-expand {
  transition: all 200ms;
  margin: 0 20px; }
  .select-expand.open .select-expand-title {
    background-color: #fff;
    border: solid 1px #0072ce;
    border-bottom: none; }
    .select-expand.open .select-expand-title p {
      color: #041e42; }
    .select-expand.open .select-expand-title span:after {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      border-color: #041e42; }

.select-expand-title {
  background-color: #3273dc;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
  list-style-type: none;
  /* remove marker */
  padding: 15px 0;
  position: relative;
  text-align: center;
  transition: inherit;
  width: 100%; }
  .select-expand-title span {
    align-items: center;
    display: inline-flex;
    font-size: 25px;
    justify-content: center;
    height: 100%;
    margin-bottom: 3px; }
    .select-expand-title span:after {
      border: solid #fff;
      border-width: 0 1.5px 1.5px 0;
      content: '';
      margin-left: .55em;
      padding: .25em;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transition: all 300ms;
      height: 0;
      width: 0; }

.select-expand-content {
  padding: 20px;
  border: 1px solid #0072ce;
  display: none;
  transition: all 200ms; }
  .select-expand-content .form .form-row {
    margin-bottom: 10px; }
  .select-expand-content .form fieldset {
    margin-top: 15px; }

.quote-cart-columns {
  flex-wrap: wrap; }

.add-product-row {
  display: flex;
  justify-content: flex-end; }

.js__add_to_quote_cart {
  height: auto;
  padding: 10px 20px;
  white-space: normal;
  font-size: .9em; }
  .js__add_to_quote_cart:before {
    background: url("https://www.metalera.com/Content/img/icon-quote-cart-btn.svg") no-repeat;
    content: '';
    height: 32px;
    width: 43px;
    padding: 4px 10px 0 0; }

.trash-btn-cart {
  border: 1px solid #041e42;
  min-width: 30px;
  margin-right: 15px;
  cursor: pointer;
  background: url("https://www.metalera.com/Content/img/icon-trash.svg") no-repeat;
  background-position: center;
  padding: 0 25px; }

@media (min-width: 768px) {
  .select-expand {
    margin: 0; }
    .select-expand select {
      cursor: pointer; }
  .select-expand-title {
    font-size: 24px; }
  .select-expand-content {
    padding: 20px 88px; }
  .js__add_to_quote_cart {
    font-size: inherit; } }

#toast {
  visibility: hidden;
  min-width: 215px;
  color: white;
  text-align: center;
  padding: 15px;
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  border-radius: 7px; }
  #toast.show-error {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
    background-color: red; }
  #toast.show-success {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
    background-color: #4cca00; }

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

.content {
  font-size: 14px;
  line-height: 1.6;
  justify-content: center; }
  .content.smaller {
    font-size: 13px; }
  .content a {
    font-weight: 700; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-top: 1.5em;
    margin-bottom: .75em; }
    .content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
      margin-top: 0; }
  .content h2 {
    font-weight: 600; }
  .content p, .content ul, .content ol, .content img {
    margin-bottom: 1.5em; }
  .content p img:only-child {
    margin-bottom: 0; }
  .content ul, .content ol {
    padding-left: 1.1em; }
    .content ul li, .content ol li {
      list-style: inherit;
      margin-bottom: .5em; }
      .content ul li ul, .content ul li ol, .content ol li ul, .content ol li ol {
        margin-bottom: 0; }
      .content ul li li:first-child, .content ol li li:first-child {
        margin-top: .5em; }
  .content ul {
    list-style: disc; }
    .content ul ul {
      list-style: circle; }
      .content ul ul ul {
        list-style: square; }
  .content ol {
    list-style: decimal; }
    .content ol ol {
      list-style: lower-alpha; }
  .content iframe {
    margin-top: 1em;
    max-width: 100%; }
    .content iframe:first-child {
      margin-top: 0; }
  .content img {
    height: auto !important;
    max-width: 100%; }
  .content table {
    margin-bottom: 20px; }
  .content.content-card {
    margin-top: .8em; }

.outer-wrapper {
  overflow-x: hidden; }

.image-container {
  height: 220px; }
  .image-container img {
    height: 100%;
    object-fit: contain;
    width: 100%; }

.warrenty {
  text-align: center;
  vertical-align: middle !important; }

.content-margin {
  margin: 50px 10px; }

img.right {
  float: right;
  margin-bottom: 1em;
  margin-left: 1.5em; }

img.left {
  float: left;
  margin-bottom: 1em;
  margin-right: 1.5em; }

@media (min-width: 768px) {
  blockquote {
    font-size: 31px; }
  .content {
    font-size: 17px; }
    .content.smaller {
      font-size: 15px; }
    .content img {
      max-height: 100%; } }

.breadcrumbs {
  align-items: center;
  color: #5b6679;
  display: none;
  flex-wrap: wrap;
  font-size: 11px;
  margin: 10px 0;
  font-family: 'Montserrat', sans-serif; }
  .breadcrumbs > li:after {
    content: '>';
    margin: 0 4px 0 2px; }
  .breadcrumbs > li:last-child:after {
    display: none; }
  .breadcrumbs a {
    color: #0072ce; }

@media (min-width: 576px) {
  .breadcrumbs {
    display: flex; } }

.reset-btn-container {
  margin-top: 30px; }
  .reset-btn-container > div {
    width: 100%; }

#password-reset-form > div {
  margin: 10px 0; }

.share-links {
  align-items: center;
  display: flex; }
  .share-links span {
    font-size: 13px; }
  .share-links ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
  .share-links li {
    margin: 5px 0 5px 15px; }
  .share-links a {
    margin: 0; }
  .share-links button {
    background: none;
    border: none;
    padding: 0; }

.featured-inner h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; }
  .featured-inner h3 a {
    color: #041e42; }
    .featured-inner h3 a:hover {
      color: #0072ce; }

.featured-inner .button {
  width: 100%; }

.featured-inner .content {
  font-family: 'Montserrat', sans-serif; }

.read-more-btn {
  margin-bottom: 20px; }

.blog-cards {
  flex-wrap: wrap;
  justify-content: flex-start; }
  .blog-cards .show {
    display: flex; }

.blog-card-img {
  position: relative;
  overflow: hidden; }
  .blog-card-img img {
    transition: all 500ms; }
  .blog-card-img a:hover img, .blog-card-img a:focus img {
    transform: scale(1.1);
    transition: all 500ms; }

.featured-title {
  margin-bottom: 5px; }

.blog-card-title {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; }
  .blog-card-title a {
    color: #041e42; }
    .blog-card-title a:hover, .blog-card-title a:focus {
      color: #0072ce; }

.blog-card {
  margin: 0 0 20px 0;
  display: none;
  transition: ease-in-out 500ms;
  flex-direction: column; }
  .blog-card .inner {
    border: 1px solid #0072ce;
    padding: 15px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column; }
  .blog-card li {
    margin: 0;
    flex: 1 0 auto; }
  .blog-card .button {
    margin-top: 10px;
    width: 100%; }

.blog-share {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0; }

.blog-meta {
  color: #75787b;
  font-size: 14px;
  margin: 10px 20px 10px 0; }

.blog-body-container {
  justify-content: center; }

.filter .inner {
  border: 1px solid #75787b;
  height: max-content;
  padding: 15px 30px; }
  .filter .inner .featured-type {
    border-bottom: 1px solid #75787b; }

.filter .check-box {
  margin-left: -30px; }

@media (min-width: 576px) {
  .share-links li {
    margin-left: 25px; }
  .featured-inner .button {
    width: auto; } }

/* Homepage (/sass/pages/homepage.scss) */
/* Homepage Hero */
.home-hero {
  /*background-image: url(/Content/img/home/hero/homepage-hero.jpg);*/
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (max-width: 768px) {
    .home-hero {
      max-height: 200px;
      height: 200px;
      width: 100%;
      margin-bottom: 160px; } }
  .home-hero.is-primary {
    background-color: #041e42;
    height: 180px;
    max-height: 220px; }
  @media (max-width: 768px) {
    .home-hero .hero-body {
      padding: 0;
      position: relative;
      top: 200px; } }
  .home-hero .hero-body .hero-text {
    position: absolute;
    max-width: 48%;
    width: auto;
    left: 0;
    bottom: 0;
    top: auto; }
    @media (max-width: 768px) {
      .home-hero .hero-body .hero-text {
        position: relative;
        max-width: 100%;
        width: 100%;
        padding-top: 1rem; } }
  .home-hero .hero-body .hero-text:after {
    content: "";
    display: block;
    background-color: #041e42;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .home-hero .hero-body h1 {
    color: #ffffff;
    font-size: 48px;
    padding: 56px 74px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    background-image: url(https://www.metalera.com/Content/img/parallelogram-flourish.svg);
    background-repeat: no-repeat;
    background-position: 82px 50px; }
    @media (max-width: 768px) {
      .home-hero .hero-body h1 {
        font-size: 26px;
        padding: 1rem 1.5rem;
        background-position: 22px 10px;
        background-size: 58px 5px; } }

.home-hero.no-image {
  background-image: none; }
  @media (max-width: 768px) {
    .home-hero.no-image {
      height: auto;
      padding: 1.5rem;
      max-height: 100%;
      margin-bottom: 0; } }
  .home-hero.no-image .hero-body {
    padding: 0;
    top: 0; }
    @media (max-width: 768px) {
      .home-hero.no-image .hero-body .container {
        height: 100%; } }
    .home-hero.no-image .hero-body .hero-text {
      bottom: 0;
      top: 0;
      max-width: 100%;
      width: 100%; }
      .home-hero.no-image .hero-body .hero-text h1 {
        padding: 0;
        padding-top: 4rem;
        background-position: 0px 50px; }
        @media (max-width: 768px) {
          .home-hero.no-image .hero-body .hero-text h1 {
            padding: 10px 0;
            background-position: 0px 0px; } }
      .home-hero.no-image .hero-body .hero-text h1:after {
        margin-left: 10px;
        top: 48px;
        margin-top: 0; }
        @media (max-width: 768px) {
          .home-hero.no-image .hero-body .hero-text h1:after {
            margin-left: 30px; } }

/* End Homepage Hero */
/* End Homepage */
/* Begin Family Detail Page */
#family-hero {
  background-image: url(https://dummyimage.com/1203x506/#d8d8d/fff.jpg);
  background-size: cover;
  background-position: center;
  position: relative; }
  #family-hero .hero-body {
    position: relative; }
  #family-hero #hero-text {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    top: auto;
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      #family-hero #hero-text {
        position: unset;
        width: 100%; } }
  #family-hero #hero-text:after {
    content: "";
    display: block;
    background-color: #0b1f41;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%; }
  #family-hero h1 {
    color: #fff;
    font-size: 48px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px;
    padding-top: 50px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    font-weight: bold; }
  #family-hero h1:after {
    content: "";
    display: block;
    width: 150px;
    height: 10px;
    transform: skew(-40deg);
    background: #ffd700;
    top: 0;
    left: 0;
    position: absolute;
    margin-left: 30px;
    margin-top: 35px; }

.features-list {
  border: 2px solid #0072ce;
  padding: 40px 0;
  margin-bottom: 70px; }
  .features-list .inner {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .features-list .inner h4 {
      font-weight: bold; }
    .features-list .inner ul li p {
      padding-left: 40px; }
    .features-list .inner ul li:before {
      content: "";
      background-image: url("https://www.metalera.com/Content/img/circled-checkmark.svg");
      height: 23px;
      width: 23px;
      position: absolute; }

.family-filter {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
  .family-filter .main-column {
    width: 100%;
    /*.filter {
            height: auto;
            padding: 10px 0;
            max-width: 274px;
            margin-right: 15px;


            @include respond-to('small') {
                max-width: 100%;
                margin-right: 0;
            }

            .inner {
                border: 1px solid #75787b;
                padding: 10px;

                .featured-type {
                    border-bottom: 1px solid #dde4eb;
                    margin-left: 15px;
                    margin-bottom: 0;
                }

                ul {
                    list-style-type: none;
                    display: flex;
                    flex-direction: column;

                    label {
                        color: #0072ce;
                    }
                }

                .new input[type="checkbox"] {
                    opacity: 0;
                }
                .check-box {
                    width: 12px;
                    height: 12px;
                    border: 1px solid #0072ce;
                    display: inline-block;
                    cursor: pointer;
                    position: relative;
                    left: -12px;
                }
                [type=checkbox]:checked + .check-box:before {
                    content: '';
                    display: block;
                    width: 6px;
                    height: 15px;
                    margin-left: 6px;
                    border: solid #0072ce;
                    border-width: 0 2px 2px 0;
                    transform: rotate(45deg);
                    position: relative;
                    bottom: 6px;
                }
            }
        }*/ }
    .family-filter .main-column .product-columns {
      height: auto;
      padding: 10px 0; }
      .family-filter .main-column .product-columns .columns {
        display: flex;
        justify-content: space-evenly; }
        @media (max-width: 768px) {
          .family-filter .main-column .product-columns .columns {
            flex-direction: column;
            align-items: center; } }
        .family-filter .main-column .product-columns .columns .product {
          padding: 10px 0;
          max-width: 274px; }
          .family-filter .main-column .product-columns .columns .product img {
            width: 100%; }
  .family-filter .filter .inner {
    border: 1px solid #75787b;
    height: max-content;
    padding: 15px 30px; }
    .family-filter .filter .inner .featured-type {
      border-bottom: 1px solid #75787b;
      margin-left: 15px;
      margin-bottom: 10px; }
    .family-filter .filter .inner ul {
      margin-bottom: 20px; }
  .family-filter .filter .check-box {
    margin-left: -30px; }

#complete-your-project-carousel #trending-product-type-gallery {
  overflow: hidden; }
  #complete-your-project-carousel #trending-product-type-gallery.container.is-fluid {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto; }
  #complete-your-project-carousel #trending-product-type-gallery > div:focus {
    outline: none; }

#complete-your-project-carousel h2 {
  font-size: 24px;
  color: #000;
  font-weight: bold; }

#complete-your-project-carousel p {
  font-size: 16px;
  color: #000;
  padding-bottom: 20px; }

#complete-your-project-carousel ul li {
  font-size: 16px;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px; }

#complete-your-project-carousel .slider-navigation-previous {
  background-color: transparent;
  box-shadow: none;
  border: none;
  left: -20px; }
  #complete-your-project-carousel .slider-navigation-previous svg {
    display: none; }

#complete-your-project-carousel .slider-container {
  padding-left: 50px; }

#complete-your-project-carousel .slider-navigation-next {
  background-color: transparent;
  box-shadow: none;
  border: none;
  right: -40px; }
  #complete-your-project-carousel .slider-navigation-next svg {
    display: none; }

#complete-your-project-carousel .slider-navigation-previous:before {
  border-color: #000;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 1.55em;
  position: relative;
  top: 0.5em;
  vertical-align: top;
  width: 1.55em;
  left: -13px;
  transform: rotate(-135deg); }

#complete-your-project-carousel .slider-navigation-next:before {
  border-color: #000;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 1.55em;
  left: -1em;
  position: relative;
  top: 0.5em;
  vertical-align: top;
  width: 1.55em;
  left: 0px;
  transform: rotate(45deg); }

#complete-your-project-carousel .slider-navigation-next:hover, #complete-your-project-carousel .slider-navigation-previous:hover {
  transform: none; }

/* End Family Detail Page */
/* Begin Products landing Page */
.product-one-column .product-type p:first-child {
  margin-bottom: 0; }

.product-one-column .product-type a {
  font-family: "Montserrat", sans-serif;
  color: #0b1f41;
  font-weight: bold; }

.prod-landing-btn {
  white-space: normal;
  height: auto; }

@media (max-width: 768px) {
  .prod-landing-btn {
    width: 100%; } }

/* PRODUCT TYPE LANDING */
.type-logo {
  padding-bottom: 0; }
  .type-logo h3 {
    margin-bottom: 0; }

/* Begin Product Detail Page */
#product-gallery div.dots-container {
  align-items: center;
  justify-content: center; }
  #product-gallery div.dots-container ul.slick-dots {
    transform: translateY(-50%);
    display: flex;
    padding-left: 20px;
    padding-right: 20px; }
    #product-gallery div.dots-container ul.slick-dots li {
      padding: 10px; }
    #product-gallery div.dots-container ul.slick-dots button {
      font-size: 0;
      background: #75787b;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      display: inline; }
      #product-gallery div.dots-container ul.slick-dots button[aria-selected='true'] {
        background: #041e42; }

#product-gallery .image-container {
  height: 490px;
  position: relative; }

#product-gallery .slideshow-container .slick-arrow {
  border-color: #75787b;
  border-style: solid;
  content: '';
  display: inline-block;
  height: 1.55em;
  position: relative;
  top: 0.5em;
  vertical-align: top;
  width: 1.55em;
  left: 0px;
  color: transparent;
  background-color: transparent;
  padding: 20px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center; }

#product-gallery .content .intro h3 {
  font-size: 36px; }

#product-gallery .content .intro .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px; }

#product-gallery .content .infographics {
  display: flex;
  justify-content: space-between; }
  #product-gallery .content .infographics .info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #0b1f41;
    max-width: 140px;
    width: 100%;
    text-align: center;
    height: 90px; }
    #product-gallery .content .infographics .info-box p {
      color: #0072ce;
      font-size: 12px; }
      #product-gallery .content .infographics .info-box p span {
        color: #041e42;
        font-size: 28px;
        font-weight: bold; }
      #product-gallery .content .infographics .info-box p .mph {
        font-size: 16px; }

#product-gallery .content .button {
  width: 100%;
  border-radius: 0;
  background: #0072ce; }
  #product-gallery .content .button a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif; }

.cart-product-detail {
  border: solid 1px #0072ce;
  transition: all 200ms;
  padding: 15px;
  margin: 0 20px 20px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .cart-product-detail > p {
    margin-bottom: 0; }
  .cart-product-detail .remove-product-detail {
    color: #0072ce;
    cursor: pointer; }
  .cart-product-detail .content-product-detail {
    color: #041e42;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    flex-grow: 1;
    margin-left: 30px; }
  .cart-product-detail .check-mark {
    height: 30px;
    width: 30px;
    background: url("https://www.metalera.com/Content/img/circled-checkmark.svg") no-repeat;
    padding-left: 15px; }

@media (min-width: 768px) {
  .cart-product-detail {
    margin: 0 0 20px 0; } }

.add-to-cart .select-expand-title {
  display: flex;
  justify-content: center;
  align-items: center; }
  .add-to-cart .select-expand-title p {
    margin-bottom: 0;
    color: #fff; }

.clickdform textarea {
  width: 100%; }

.clickdform .responsiveCell .clear {
  display: block;
  zoom: 1;
  margin: 0px;
  height: 0px; }

.clickdform .select-container {
  position: relative; }
  .clickdform .select-container:before, .clickdform .select-container:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9; }
  .clickdform .select-container:before {
    height: 80%;
    border-left: 1px solid #0072ce;
    right: 40px;
    top: 52%;
    transform: translateY(-50%); }
  .clickdform .select-container:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0072ce;
    right: 12px;
    top: 54%;
    transform: translateY(-50%); }

/* Product Calculator */
#product-calculator .calculator {
  background-color: #0072ce;
  max-width: 386px;
  width: 100%; }
  #product-calculator .calculator p {
    font-size: 12px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif; }
  #product-calculator .calculator .header .calc-title {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 10px; }
  #product-calculator .calculator .header .calc-info {
    padding: 20px;
    text-align: left; }

#product-calculator .check-box {
  border: 1px solid #fff; }

#product-calculator .submitRow {
  display: flex;
  justify-content: space-between; }
  #product-calculator .submitRow input {
    width: 47.5%;
    padding: 0;
    font-size: 16px;
    text-align: center; }
  #product-calculator .submitRow .submit {
    background: #fff;
    color: #041e42;
    font-weight: bold; }

#product-calculator .dropDown:before {
  border-left: solid 1px #fff; }

#product-calculator .dropDown:after {
  border-top: 10px solid #fff; }

#product-calculator form {
  padding: 20px;
  color: #fff;
  font-size: 12px; }
  #product-calculator form input, #product-calculator form select {
    border: solid 1px #fff;
    color: #fff; }
    #product-calculator form input.submit, #product-calculator form select.submit {
      color: #041e42; }
  #product-calculator form ul {
    display: flex;
    justify-content: flex-start; }
    #product-calculator form ul li {
      display: flex;
      margin-right: 40px;
      font-size: 16px; }
      #product-calculator form ul li .option {
        display: flex; }

#product-calculator [type=checkbox]:checked + .check-box:before {
  border-color: #fff; }

.download-section ul li {
  max-width: 100%;
  word-wrap: break-word; }

/* End Product Calculator */
.product-family-carousel .product-family-types .slick-arrow {
  border-color: #dde4eb;
  border-style: solid;
  content: '';
  display: inline-block;
  height: 1.55em;
  position: relative;
  top: 0.5em;
  vertical-align: top;
  width: 1.55em;
  left: 0px;
  color: transparent;
  background-color: transparent;
  padding: 20px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center; }

.product-family-carousel .product-family-types .slick-prev {
  transform: rotate(-135deg);
  border-bottom: 0;
  border-left: 0; }

.product-family-carousel .product-family-types .slick-next {
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0; }

#specs-info h3 {
  font-size: 18px;
  font-weight: bold;
  color: #041e42;
  text-align: center;
  border-bottom: 1px solid #dde4eb;
  margin-bottom: 0; }

#specs-info ul {
  list-style: disc; }

#specs-info .features-benefits {
  max-width: 100%; }
  #specs-info .features-benefits table {
    border: 1px solid #dde4eb; }
    #specs-info .features-benefits table thead {
      background-color: #ffffff; }
    #specs-info .features-benefits table th, #specs-info .features-benefits table td {
      height: auto;
      border: 1px solid #dde4eb; }
    #specs-info .features-benefits table th {
      font-size: 18px;
      font-weight: bold;
      color: #041e42;
      text-align: center; }
    #specs-info .features-benefits table .feature {
      font-weight: bold;
      color: #041e42;
      text-align: right;
      padding: 15px;
      font-family: 'Montserrat', sans-serif; }
    #specs-info .features-benefits table .feature-info {
      color: #75787b;
      padding: 15px;
      font-family: 'Montserrat', sans-serif; }
      #specs-info .features-benefits table .feature-info span {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px !important; }

#specs-info .downloads-calculator .downloads {
  border: 1px solid #dde4eb;
  width: 100%;
  margin-bottom: 20px; }
  #specs-info .downloads-calculator .downloads .download-section {
    width: 100%; }
    #specs-info .downloads-calculator .downloads .download-section h3 {
      width: 100%;
      text-align: center;
      padding: 5px 0;
      background-color: #dde4eb;
      color: #041e42;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif; }
    #specs-info .downloads-calculator .downloads .download-section .header {
      color: #041e42;
      text-align: center;
      font-size: 12px;
      background-color: #dde4eb;
      font-weight: bold; }
    #specs-info .downloads-calculator .downloads .download-section ul {
      margin-top: 10px; }
      #specs-info .downloads-calculator .downloads .download-section ul li {
        padding: 0 5px;
        display: flex; }
        #specs-info .downloads-calculator .downloads .download-section ul li .submittal-icon {
          position: relative; }
          #specs-info .downloads-calculator .downloads .download-section ul li .submittal-icon .submittal-btn {
            position: absolute;
            width: 18px;
            height: 18px;
            top: 0;
            left: 0; }
          #specs-info .downloads-calculator .downloads .download-section ul li .submittal-icon:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            background-image: url(https://www.metalera.com/Content/img/icon-submittalbuilder-b-lue.svg); }
          #specs-info .downloads-calculator .downloads .download-section ul li .submittal-icon.added:before {
            background-image: url(https://www.metalera.com/Content/img/icon-submittalbuilder-added.svg); }
        #specs-info .downloads-calculator .downloads .download-section ul li a {
          font-size: 12px;
          color: #0072ce;
          font-family: 'Montserrat', sans-serif;
          margin-left: 30px;
          text-decoration: underline;
          display: block; }

#specs-info .downloads-calculator .calculator {
  background-color: #0072ce; }
  #specs-info .downloads-calculator .calculator .gutter-partial {
    width: 100%; }
    #specs-info .downloads-calculator .calculator .gutter-partial:hover {
      color: #0072ce; }
  #specs-info .downloads-calculator .calculator .customCheckbox .check-box {
    border-color: white; }
    #specs-info .downloads-calculator .calculator .customCheckbox .check-box:before {
      border-color: white; }
  #specs-info .downloads-calculator .calculator .header {
    font-family: 'Montserrat', sans-serif;
    color: #fff; }
    #specs-info .downloads-calculator .calculator .header p {
      font-size: 12px;
      text-align: center;
      padding: 10px;
      color: #fff; }
    #specs-info .downloads-calculator .calculator .header .calc-title {
      text-align: center;
      font-size: 18px;
      border-bottom: 1px solid;
      padding-bottom: 10px; }
    #specs-info .downloads-calculator .calculator .header .calc-info {
      padding: 20px;
      text-align: left; }
  #specs-info .downloads-calculator .calculator .form {
    padding: 20px;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif; }
    #specs-info .downloads-calculator .calculator .form input, #specs-info .downloads-calculator .calculator .form select {
      color: #fff;
      background: #0072ce;
      border: 1px solid white; }
    #specs-info .downloads-calculator .calculator .form label {
      margin-bottom: 3px;
      color: #fff; }
    #specs-info .downloads-calculator .calculator .form ul {
      display: flex;
      justify-content: flex-start; }
      #specs-info .downloads-calculator .calculator .form ul li {
        display: flex;
        margin-right: 40px;
        font-size: 16px; }
        #specs-info .downloads-calculator .calculator .form ul li .option {
          display: flex; }
          #specs-info .downloads-calculator .calculator .form ul li .option input {
            width: 20px; }
    #specs-info .downloads-calculator .calculator .form .submit-btns-detail {
      display: flex;
      width: 100%;
      justify-content: space-evenly;
      align-items: center; }
      #specs-info .downloads-calculator .calculator .form .submit-btns-detail button {
        font-size: 16px;
        text-align: center;
        margin: 0 5px;
        padding: 10px;
        border: 1px solid white;
        width: 100%; }
      #specs-info .downloads-calculator .calculator .form .submit-btns-detail .submit-prod-btn {
        background: #fff;
        color: #041e42;
        font-weight: bold; }

#product-gallery .zoom img {
  transition: transform .2s;
  transform: scale(1.2); }

#product-gallery li {
  margin: 0; }

#product-gallery .button {
  width: 100%; }

#product-gallery .detail-img-figure {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center; }
  #product-gallery .detail-img-figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: gray;
    opacity: .6;
    display: flex;
    justify-content: center; }
    #product-gallery .detail-img-figure figcaption a {
      color: white; }

#product-gallery .product-desc {
  margin: 50px 0; }

#product-gallery .prod-detail {
  position: relative; }

#product-gallery .column img {
  transition: transform .2s; }

#product-gallery .info-box {
  border: solid 1px #041e42;
  margin: auto;
  width: 50%;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  height: 120px;
  text-align: center; }
  #product-gallery .info-box + .column {
    padding-top: 0;
    padding-bottom: 0; }
  @media (max-width: 768px) {
    #product-gallery .info-box {
      width: 90%;
      margin-top: 20px; } }
  #product-gallery .info-box p {
    color: #0072ce; }
  #product-gallery .info-box span {
    font-weight: bold;
    color: #041e42;
    font-size: 28px; }
  #product-gallery .info-box.open-share {
    position: relative; }
  #product-gallery .info-box.warranty-box {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    #product-gallery .info-box.warranty-box p {
      font-size: 12px;
      color: #0072ce;
      margin-bottom: 0; }
    #product-gallery .info-box.warranty-box h3 {
      margin-bottom: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 28px;
      font-weight: bold; }
      @media (max-width: 768px) {
        #product-gallery .info-box.warranty-box h3 {
          font-size: 18px; } }

#product-gallery .info-box:last-child img {
  padding-top: 20px; }

#product-gallery .quote-button {
  width: 100%;
  height: 100%; }

#product-gallery .sweets {
  text-transform: initial; }

#product-gallery .share-menu {
  position: absolute;
  top: -122px;
  left: 0;
  display: none;
  transition: transform .2s;
  width: 100%; }
  #product-gallery .share-menu .list-item:hover, #product-gallery .share-menu .list-item:focus {
    background-color: #0072ce;
    color: white; }

#product-gallery .visible {
  display: inline-block; }

.scroll-btn {
  position: absolute;
  top: 100vh;
  left: 50%;
  margin-left: -47px;
  margin-top: -115px;
  z-index: 2;
  background: url(https://www.metalera.com/Content/img/scroll-button.svg) no-repeat center center;
  background-size: cover;
  display: inline-block;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  transition: all .4s;
  opacity: 1; }
  .scroll-btn.is-transparent {
    opacity: 0;
    pointer-events: none; }
  .scroll-btn:hover {
    box-shadow: 5px 5px 10px rgba(4, 30, 66, 0.15); }

@media (max-width: 768px) {
  .columns.product-detail-gallery {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 20px; } }

@media screen and (max-width: 412px) {
  .first-row {
    display: flex;
    flex-direction: column; }
    .first-row .cart {
      order: -1;
      margin: 0; }
      .first-row .cart .buttons {
        flex-direction: column; }
        .first-row .cart .buttons .column.is-half.is-left {
          width: 100%; }
          .first-row .cart .buttons .column.is-half.is-left .submit {
            margin-bottom: 16px; }
  #quote-builder-start .start.level .level-left, #quote-builder-start .start.level .level-right {
    width: 100%; }
  #quote-info .level .level-left {
    width: 100%;
    padding: 0; }
  #quote-info .level .level-right {
    width: 100%; }
  #add-product .form {
    flex-direction: column;
    flex-wrap: nowrap; }
    #add-product .form .level-left {
      width: 100%; }
      #add-product .form .level-left .field .control.valid:before {
        display: none; }
      #add-product .form .level-left .field .control .input {
        width: 100%; }
    #add-product .form .total.level-right {
      width: 100%; }
  #add-to-quote {
    margin-bottom: 0; }
    #add-to-quote .quote-info .columns .contact-info .inner ul li p .address {
      left: 70px;
      padding-right: 0; }
    #add-to-quote .quotes-list .quotes .item {
      height: auto; }
      #add-to-quote .quotes-list .quotes .item .inner p {
        float: none; }
        #add-to-quote .quotes-list .quotes .item .inner p .edit {
          float: right; }
    #add-to-quote .quotes-list .quote-total {
      flex-direction: column;
      float: none; }
      #add-to-quote .quotes-list .quote-total h4 {
        text-align: left; }
      #add-to-quote .quotes-list .quote-total .buttons button {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0; }
  #finalize-quote .quote-info .columns .contact-info .inner ul li p .address {
    left: 70px;
    padding-right: 0; }
  #finalize-quote .quotes-list .quotes .item {
    height: auto; }
    #finalize-quote .quotes-list .quotes .item .inner p {
      float: none; }
      #finalize-quote .quotes-list .quotes .item .inner p .edit {
        float: right; }
  #finalize-quote .quotes-list .quote-total {
    flex-direction: column; }
    #finalize-quote .quotes-list .quote-total .right {
      text-align: left; }
      #finalize-quote .quotes-list .quote-total .right .buttons button {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0; } }

/* Begin Product Family Component */
.product-family h1 {
  font-size: 30px;
  margin-bottom: 0;
  padding: 0;
  padding-left: 40px; }
  @media (max-width: 1024px) {
    .product-family h1 {
      font-size: 25px;
      padding-left: 0; } }

.product-family h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; }

.product-family a {
  font-weight: bold; }

.product-family h3 {
  margin-bottom: 0;
  margin-top: -10px; }

.product-family h5 a {
  color: #0072ce; }

.product-family p {
  margin: 5px 0;
  padding: 0; }
  .product-family p a {
    text-transform: uppercase;
    color: #0072ce;
    font-weight: bold; }

.product-family .carousel {
  padding-top: 0; }

/* End Product Family Component */
.product-applications .title-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px; }
  .product-applications .title-container h2 {
    font-size: 36px;
    color: #0b1f41; }
  .product-applications .title-container p {
    margin-bottom: 0;
    text-transform: uppercase; }

.product-applications .title {
  font-size: 16px;
  margin-bottom: 12px; }

.checkboxes input {
  opacity: 0; }

.checkboxes .check-box {
  margin-left: 0; }

.input {
  border: 1px solid #0072ce;
  border-radius: 0; }

button {
  padding: 0; }

.form-row {
  width: 100%; }

#quote-grid {
  padding-top: 0; }

#quote-builder-start {
  padding-bottom: 0; }
  #quote-builder-start .start.level {
    align-items: flex-start; }
    #quote-builder-start .start.level .level-left {
      width: 50%;
      align-items: flex-start;
      flex-direction: column;
      padding-right: 20px; }
      @media (max-width: 768px) {
        #quote-builder-start .start.level .level-left {
          width: 100%; } }
      #quote-builder-start .start.level .level-left .level-item {
        width: 100%;
        flex-direction: column;
        align-items: flex-start; }
    #quote-builder-start .start.level .level-right {
      flex-direction: column;
      align-items: flex-start;
      width: 50%;
      border: 1px solid #0072ce;
      padding: 24px; }
      @media (max-width: 768px) {
        #quote-builder-start .start.level .level-right {
          width: 100%; } }
      #quote-builder-start .start.level .level-right h4 {
        margin-top: 0;
        color: #041e42;
        font-weight: bold; }
  #quote-builder-start .saved {
    border-top: 1px solid #dde4eb; }
    #quote-builder-start .saved .inner {
      margin-bottom: 0;
      padding: 20px 0; }
      #quote-builder-start .saved .inner .level-left h4 {
        margin: 0;
        color: #041e42;
        font-weight: bold; }
      #quote-builder-start .saved .inner .level-right {
        border: none; }
        #quote-builder-start .saved .inner .level-right p {
          margin: 0; }
    @media (max-width: 768px) {
      #quote-builder-start .saved .columns {
        display: flex;
        flex-wrap: wrap; } }
    #quote-builder-start .saved .card {
      padding: 0; }
      #quote-builder-start .saved .card .card-header {
        background: #041e42; }
        #quote-builder-start .saved .card .card-header p {
          margin-bottom: 0;
          color: #fff; }
        #quote-builder-start .saved .card .card-header .card-header-icon {
          border-left: 1px solid #0072ce; }
      #quote-builder-start .saved .card .card-content {
        padding: 18px; }
        @media (max-width: 1200px) {
          #quote-builder-start .saved .card .card-content {
            padding: 10px; } }
        #quote-builder-start .saved .card .card-content .subtitle {
          font-size: 12px; }
        #quote-builder-start .saved .card .card-content table .item-button-group td {
          padding-bottom: 1px;
          border: none; }
          @media (max-width: 1200px) {
            #quote-builder-start .saved .card .card-content table .item-button-group td {
              padding: 1px; } }
          #quote-builder-start .saved .card .card-content table .item-button-group td button {
            width: 102px;
            height: 28px;
            background: #fff;
            border: 1px solid #0072ce;
            color: #0072ce;
            font-size: 10px;
            padding: 0; }
          #quote-builder-start .saved .card .card-content table .item-button-group td .button {
            padding: 0;
            background: #0072ce;
            color: #fff; }

#quote-info hr {
  background-color: #dfdfdf;
  width: 100%;
  height: 1px;
  margin: 0;
  margin-bottom: 24px; }

#quote-info .level {
  align-items: flex-start; }
  #quote-info .level .info {
    flex-direction: column;
    width: 50%;
    padding-right: 120px; }
    @media (max-width: 768px) {
      #quote-info .level .info {
        width: 100%;
        padding-right: 0; } }
    #quote-info .level .info .group {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding-bottom: 15px; }
      #quote-info .level .info .group .field {
        width: 100%; }
        #quote-info .level .info .group .field .input {
          border-radius: 0;
          border-color: #0072ce; }
  #quote-info .level .level-right {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    border: 1px solid #0072ce;
    padding: 24px; }
    @media (max-width: 768px) {
      #quote-info .level .level-right {
        width: 100%; } }
    #quote-info .level .level-right .inner {
      width: 100%; }
      #quote-info .level .level-right .inner .item {
        color: #041e42;
        font-weight: bold; }
      #quote-info .level .level-right .inner .group li {
        margin-bottom: 14px;
        /* Hide the default checkboxes inside the 'new' div that jQuery adds for us */
        /* jQuery adds this span for us which we style to look like a box */
        /* When someone clicks our new box, add or remove the tick which has been created using some CSS */ }
        #quote-info .level .level-right .inner .group li input[type="checkbox"] {
          opacity: 0;
          position: relative;
          z-index: 9;
          top: -1px;
          left: 4px; }
        #quote-info .level .level-right .inner .group li .check-box {
          width: 20px;
          height: 20px;
          border: 1px solid #0072ce;
          display: inline-block;
          cursor: pointer;
          position: relative;
          left: -12px;
          top: 3px; }
        #quote-info .level .level-right .inner .group li [type=checkbox]:checked + .check-box:before {
          content: '';
          display: block;
          width: 10px;
          height: 20px;
          margin-left: 6px;
          border: solid #041e42;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg);
          position: relative;
          bottom: 6px; }

.quote-disclaimer {
  width: 50%;
  font-weight: bold;
  font-style: italic; }

#add-product .form .level-left {
  flex-direction: column;
  align-items: flex-start; }
  @media (max-width: 768px) {
    #add-product .form .level-left {
      width: 90%; }
      #add-product .form .level-left .select {
        width: 100%; }
        #add-product .form .level-left .select select {
          width: 100%; } }

#add-product .form .control.valid:before {
  content: " ";
  position: absolute;
  top: 7px;
  left: -27px;
  z-index: 9;
  display: inline-block;
  height: 28px;
  width: 12px;
  border-bottom: 2px solid #041e42;
  border-right: 2px solid #041e42;
  transform: rotate(45deg); }
  @media (max-width: 768px) {
    #add-product .form .control.valid:before {
      position: relative;
      top: 33px;
      left: 54px;
      float: right; } }
  @media (max-width: 1024px) {
    #add-product .form .control.valid:before {
      left: auto;
      right: 0; } }

#add-product .form .total {
  border: 1px solid #041e42;
  padding: 24px; }
  #add-product .form .total.level-right {
    flex-direction: column;
    align-items: flex-end;
    width: 480px; }
    @media (max-width: 768px) {
      #add-product .form .total.level-right {
        width: 100%; } }
  #add-product .form .total .inner {
    text-align: right; }
    #add-product .form .total .inner .price {
      width: 100px;
      float: right; }
    #add-product .form .total .inner p:last-child {
      font-weight: bold; }
  #add-product .form .total .buttons {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end; }
    #add-product .form .total .buttons a {
      max-width: 270px; }
    #add-product .form .total .buttons input {
      max-width: 270px;
      margin-bottom: 20px; }
    #add-product .form .total .buttons button {
      width: 270px;
      height: 36px;
      border: 1px solid #0072ce;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 25px;
      color: #0072ce;
      background-color: #fff;
      text-align: center; }
    #add-product .form .total .buttons .reset {
      font-size: 12px;
      text-decoration: underline;
      color: #0072ce; }

#add-product .accessories h4 {
  color: #041e42; }

#add-product .accessories .inner {
  border: 1px solid #041e42; }
  #add-product .accessories .inner .card-content .title .accessories-link {
    font-size: 16px; }
  #add-product .accessories .inner .card-content .attributes .attribute-header .subtitle {
    font-size: 12px; }
  #add-product .accessories .inner .card-content .attributes .attribute-item .accessory-price {
    color: #041e42; }
  #add-product .accessories .inner .card-content .attributes .attribute-item .accessory-total {
    font-weight: bold;
    color: #041e42; }
  #add-product .accessories .inner .card-content .attributes .attribute-item input {
    border: 1px solid #0072ce;
    width: 60px;
    text-align: right;
    padding: 1px 5px;
    font-weight: bold;
    color: #041e42; }
  #add-product .accessories .inner .card-content .attributes .attribute-item:after {
    content: "";
    height: 40px;
    display: block; }
  #add-product .accessories .inner .card-content .attributes table {
    width: 100%; }
  #add-product .accessories .inner .card-content .submit {
    color: #fff;
    font-size: 12px;
    border: none;
    font-weight: bold;
    padding: 5px;
    width: 136px; }
  #add-product .accessories .inner .card-content .submit.active:before {
    content: '';
    display: block;
    width: 8px;
    height: 16px;
    margin-left: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: relative;
    float: left; }
  #add-product .accessories .inner .card-content .reset {
    display: none; }
  #add-product .accessories .inner .card-content .reset.active {
    display: block;
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 10px;
    text-decoration: underline;
    color: #0072ce;
    cursor: pointer; }

@media (max-width: 767px) {
  .is-mobile-flex {
    display: flex;
    flex-direction: column; }
  .order-1-mobile {
    order: 1;
    flex: 0 0 100%; }
  .order-2-mobile {
    order: 2;
    flex: 0 0 100%; } }

#add-to-quote {
  margin-bottom: 108px; }
  #add-to-quote h1 {
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: bold; }
  #add-to-quote h1:before {
    content: "";
    display: block;
    width: 95px;
    height: 10px;
    transform: skew(-40deg);
    background: #ffd700;
    top: -20px;
    left: 0;
    position: absolute;
    margin-left: 6px; }
  #add-to-quote .edit {
    color: #0072ce;
    font-size: 10px;
    text-decoration: underline;
    margin-left: 5px; }
  #add-to-quote h4 {
    margin: 0;
    font-size: 36px;
    color: #041e42;
    font-weight: bold; }
  #add-to-quote .quote-info {
    margin-bottom: 66px; }
    #add-to-quote .quote-info .columns {
      max-width: inherit;
      margin: 0; }
      #add-to-quote .quote-info .columns .quote-number {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0; }
      #add-to-quote .quote-info .columns .contact-info {
        border: 1px solid #041e42;
        padding: 24px; }
        #add-to-quote .quote-info .columns .contact-info .inner ul li span {
          color: #041e42;
          font-weight: bold; }
        #add-to-quote .quote-info .columns .contact-info .inner ul li .address {
          float: right;
          padding-right: 120px; }
        #add-to-quote .quote-info .columns .contact-info .inner ul li .edit {
          color: #0072ce; }
  #add-to-quote .quotes {
    margin-bottom: 38px; }
    #add-to-quote .quotes .even {
      background: #fff; }
    #add-to-quote .quotes .item {
      background: #dde4eb;
      padding: 20px 10px;
      height: 60px; }
      #add-to-quote .quotes .item .inner p {
        margin-bottom: 0;
        color: #041e42;
        font-weight: bold;
        float: left; }
        @media (max-width: 768px) {
          #add-to-quote .quotes .item .inner p {
            font-size: 14px; } }
      #add-to-quote .quotes .item .inner .price-total {
        float: right; }
  #add-to-quote .quote-total {
    float: right;
    text-align: right; }
    #add-to-quote .quote-total h4 {
      margin-bottom: 24px; }
    #add-to-quote .quote-total .buttons {
      justify-content: space-between; }
      #add-to-quote .quote-total .buttons button {
        width: 182px;
        margin-left: 10px;
        background: #fff;
        color: #0072ce;
        border: 1px solid #4a4a4a;
        height: 36px;
        font-size: 16px;
        font-weight: bold; }
      #add-to-quote .quote-total .buttons .submit {
        background: #0072ce;
        color: #fff;
        border: 1px solid #0072ce; }
    #add-to-quote .quote-total .cancel {
      color: #0072ce;
      text-decoration: underline; }

#finalize-quote h1 {
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: bold; }

#finalize-quote h1:before {
  content: "";
  display: block;
  width: 95px;
  height: 10px;
  transform: skew(-40deg);
  background: #ffd700;
  top: -20px;
  left: 0;
  position: absolute;
  margin-left: 6px; }

#finalize-quote .edit {
  color: #0072ce;
  font-size: 10px;
  text-decoration: underline;
  margin-left: 5px; }

#finalize-quote h4 {
  margin: 0;
  font-size: 36px;
  color: #041e42;
  font-weight: bold; }

#finalize-quote .quote-info {
  margin-bottom: 66px; }
  #finalize-quote .quote-info .columns {
    max-width: inherit;
    margin: 0; }
    #finalize-quote .quote-info .columns .quote-number {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0; }
    #finalize-quote .quote-info .columns .contact-info {
      border: 1px solid #041e42;
      padding: 24px; }
      #finalize-quote .quote-info .columns .contact-info .inner ul li span {
        color: #041e42;
        font-weight: bold; }
      #finalize-quote .quote-info .columns .contact-info .inner ul li .address {
        float: right;
        padding-right: 120px; }
      #finalize-quote .quote-info .columns .contact-info .inner ul li .edit {
        color: #0072ce; }

#finalize-quote .quotes {
  margin-bottom: 38px; }
  #finalize-quote .quotes .item.even {
    background: #fff; }
  #finalize-quote .quotes .item {
    background: #dde4eb;
    padding: 20px 10px;
    height: 60px; }
    #finalize-quote .quotes .item .inner p {
      margin-bottom: 0;
      color: #041e42;
      font-weight: bold;
      float: left; }
      @media (max-width: 768px) {
        #finalize-quote .quotes .item .inner p {
          font-size: 14px; } }
    #finalize-quote .quotes .item .inner .price-total {
      float: right; }

#finalize-quote .quote-total {
  display: flex; }
  @media (max-width: 768px) {
    #finalize-quote .quote-total {
      flex-direction: column; } }
  #finalize-quote .quote-total .left {
    flex: 1;
    align-self: center;
    /* Hide the default checkboxes inside the 'new' div that jQuery adds for us */
    /* jQuery adds this span for us which we style to look like a box */
    /* When someone clicks our new box, add or remove the tick which has been created using some CSS */ }
    #finalize-quote .quote-total .left input[type="checkbox"] {
      opacity: 0;
      position: relative;
      z-index: 9;
      top: 0;
      left: 5px; }
    #finalize-quote .quote-total .left .check-box {
      width: 20px;
      height: 20px;
      border: 1px solid #0072ce;
      display: inline-block;
      cursor: pointer;
      position: relative;
      left: -12px;
      top: 3px; }
    #finalize-quote .quote-total .left [type=checkbox]:checked + .check-box:before {
      content: '';
      display: block;
      width: 10px;
      height: 20px;
      margin-left: 6px;
      border: solid #041e42;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      position: relative;
      bottom: 6px; }
  #finalize-quote .quote-total .right {
    text-align: right; }
    #finalize-quote .quote-total .right h4 {
      margin-bottom: 24px; }
    @media (max-width: 768px) {
      #finalize-quote .quote-total .right .buttons {
        justify-content: flex-end; } }
    #finalize-quote .quote-total .right button {
      width: 182px;
      margin-left: 10px;
      background: #fff;
      color: #0072ce;
      border: 1px solid #4a4a4a;
      height: 36px;
      font-size: 16px;
      font-weight: bold; }
    #finalize-quote .quote-total .right .submit {
      background: #0072ce;
      color: #fff;
      border: 1px solid #0072ce; }
    #finalize-quote .quote-total .right .cancel {
      color: #0072ce;
      text-decoration: underline; }

.btnAddAccessory span {
  content: "";
  width: 20px;
  height: 10px;
  border-bottom: solid white 1px;
  border-left: solid 1px white;
  transform: rotate(45deg);
  display: none; }

.btnAddAccessory.added span {
  display: inline-block; }

.frmViewOrder .ordered {
  background-color: #77787B; }

.productRow select ~ select {
  margin-top: 10px; }

.productTable .head {
  width: 100%;
  background-color: #0072ce;
  width: 100%;
  text-align: center;
  color: #fff; }

.productRow .column, .head .column {
  text-align: center; }
  .productRow .column span, .head .column span {
    text-align: right; }

.productRow .column.left {
  text-align: left; }

.productRow.foot {
  margin-top: 10px;
  border-top: solid 1px #0072ce; }
  .productRow.foot div {
    text-align: left; }

#deliveryNotificationFields, #fastenerTypeFields {
  display: none; }
  #deliveryNotificationFields.show, #fastenerTypeFields.show {
    display: block; }

#quoteList td.center {
  text-align: center; }

.quoteListBox {
  border: solid 1px #0072ce;
  margin: 10px 0; }
  .quoteListBox .head h3 {
    font-size: 30px;
    margin-bottom: 0;
    text-align: left; }
    .quoteListBox .head h3 span {
      font-size: 14px;
      float: right; }
  .quoteListBox .mid {
    margin-top: 20px;
    margin-bottom: 20px; }
    .quoteListBox .mid a {
      font-weight: bold;
      display: block;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      color: #fff;
      padding: 10px;
      text-align: center;
      background: rgba(255, 0, 0, 0.6); }
  .quoteListBox .foot button {
    margin: 0 5px;
    min-height: 40px; }
  @media (max-width: 414px) {
    .quoteListBox .foot {
      display: block; }
      .quoteListBox .foot .column {
        width: 100% !important; }
        .quoteListBox .foot .column button {
          width: 100%; } }

.quoteItem {
  padding: 24px;
  border: 1px solid #0072ce;
  margin: 12px 0; }
  .quoteItem .quoteItem {
    border: none;
    padding: 0;
    margin-bottom: 12px; }
  .quoteItem h3 {
    font-size: 20px; }
  .quoteItem h5 {
    font-size: 16px;
    font-style: italic; }
  .quoteItem .foot {
    display: flex;
    justify-content: space-around; }

@media (max-width: 767px) {
  .quoteListBox {
    border: solid 1px #0072ce;
    margin: 10px 0; }
    .quoteListBox h3 span {
      float: right; }
    .quoteListBox .date {
      font-size: 14px; }
    .quoteListBox .head .column {
      text-align: left; }
  .productform {
    padding: 20px;
    border: solid 1px #0072ce;
    margin: 12px 0; }
    .productform span {
      font-weight: bold;
      margin-right: 24px; }
  .productRow.foot {
    margin-top: 30px;
    padding-top: 30px; }
  .productRow .column {
    text-align: left; }
    .productRow .column span {
      text-align: left; }
  .lineNum {
    width: 10%;
    float: left;
    font-weight: bold;
    font-size: 20px; }
  .productName {
    width: 90%;
    float: left; }
  .quantity > div {
    display: flex; }
  .quantity input {
    width: 50%; } }

@media (max-width: 480px) {
  .quoteListBox .foot button {
    font-size: 14px;
    padding: 10px; } }

#profileView label {
  display: block; }

#account-jobSpecialties ul {
  float: left;
  margin-right: 10px;
  margin-bottom: 0; }

label.form-check-label {
  display: inline-flex;
  display: -webkit-inline-flex;
  margin-top: 0; }

ol li, ul li {
  margin-left: 10px;
  margin-bottom: 10px; }

table {
  width: 100%; }
  table thead {
    background-color: #0072ce;
    width: 100%; }
    table thead th {
      text-align: center;
      color: #fff; }

thead button {
  background: none;
  color: #fff;
  text-decoration: underline;
  border: none; }

.tableHeader {
  background-color: #0072ce; }
  .tableHeader > div {
    font-weight: bold;
    text-align: center;
    color: #fff; }

.portal-login h1 {
  font-size: 36px; }

.margin {
  margin-right: 20px; }

#loginForm h3 {
  text-align: center; }

#btnSwitchView {
  float: right; }

.dataGrid {
  font-size: 12px; }
  .dataGrid .dropDown {
    width: 30%; }
  .dataGrid select, .dataGrid option {
    width: 100%;
    background: #fff;
    padding: 5px;
    font-weight: normal; }
  .dataGrid tbody tr:nth-child(2n+3), .dataGrid tbody tr:first-child {
    background: #dde4eb; }

.dataGrid, .dataChart {
  font-size: 12px; }
  .dataGrid th, .dataChart th {
    font-size: 14px;
    padding: 0 10px;
    text-align: center; }

.dataChart td, .dataChart th, .dataGrid td, .dataGrid th {
  padding: 10px; }

/****************
    Left column
*****************/
.sidebar {
  background: #0072ce;
  color: #fff; }
  .sidebar h4 {
    padding: 10px;
    border-bottom: solid 1px #fff;
    color: #fff; }
  .sidebar a {
    color: #fff; }
    .sidebar a:hover {
      color: #fff; }
  .sidebar li {
    position: relative;
    padding-left: 20px; }
  .sidebar li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff; }
  .sidebar p {
    color: #fff; }
    .sidebar p span {
      display: block;
      font-weight: bold; }
  .sidebar > div, .sidebar ul {
    padding: 20px 10px; }

.leaderboard {
  border: solid 1px #0072ce;
  font-size: 14px; }
  .leaderboard h4 {
    padding: 10px;
    border-bottom: solid 1px #0072ce; }
  .leaderboard ol {
    padding: 20px; }

.tableData {
  /*
    th span {
        display: block;
        padding: 20px 30px;
    }*/ }
  .tableData select {
    width: 100%; }

.goal {
  color: red; }

.mobileData .iconLink {
  display: inline-block;
  margin-right: 20px;
  float: right; }
  .mobileData .iconLink img {
    display: block;
    width: 40px;
    height: 40px; }

.mobileData h4 {
  background: #0072ce;
  color: #fff;
  line-height: 40px;
  margin: 0;
  padding: 20px; }

.mobileData div {
  margin-bottom: 5px; }

.mobileData > div {
  margin-bottom: 20px; }
  .mobileData > div > div {
    border: solid 1px #0072ce;
    padding: 20px; }
    .mobileData > div > div div {
      margin-bottom: 10px; }

.mobileData label {
  margin: 0 10px 0 0;
  text-align: right;
  font-weight: bold;
  margin-right: 20px; }

.navButtons .active {
  opacity: .8;
  color: black;
  pointer-events: none; }

.followupForm {
  padding: 20px;
  width: 400px;
  background-color: #fff;
  margin: auto;
  position: relative;
  border-radius: 10px; }
  .followupForm textarea {
    width: 100%;
    margin-bottom: 20px; }
  .followupForm button {
    margin-right: 20px; }
    .followupForm button.mfp-close {
      margin-right: 0; }

.dateField {
  display: none; }

.search {
  margin-bottom: 20px; }

@media (min-width: 767px) {
  .columns.tableData, .tableData {
    display: flex; }
  .columns.flatData, .flatData {
    display: none; } }

@media (max-width: 767px) {
  .columns.tableData, .tableData {
    display: none; }
  .columns.flatData, flatData {
    display: flex; } }

/*  Private Label Branding */
.sidebar.ca1 {
  background-color: #0052A3; }

.ca1 .btn, .ca1 thead {
  background-color: #0052A3; }

.sidebar.fi1 {
  background-color: #A31D15; }

.fi1 .btn, .fi1 thead {
  background-color: #A31D15; }

.sidebar.jm1 {
  background-color: #003D68; }

.jm1 .btn, .jm1 thead {
  background-color: #003D68; }

.sidebar.ve1 {
  background-color: #6D5D31; }

.ve1 .btn, .ve1 thead {
  background-color: #6D5D31; }

.sidebar.so1, .sidebar.si1 {
  background-color: #53575A; }

.so1 .btn, .so1 thead, .si1 .btn, .si1 thead {
  background-color: #53575A; }

.downloads-collection {
  margin: 0 20px; }
  .downloads-collection li {
    margin: 0;
    text-align: center; }

.downloads-container {
  border-top: 1px solid #75787b;
  margin: 0 20px; }
  .downloads-container .filter {
    margin-top: 30px;
    padding: 0; }
    .downloads-container .filter h4 {
      text-align: center; }
  .downloads-container .option input {
    opacity: 0; }
  .downloads-container .btn {
    width: 100%; }
  .downloads-container .downloads-collection {
    margin-top: 30px; }
  .downloads-container .inner {
    margin-bottom: 20px; }

#document-aj-id {
  width: 100%; }

.filter-prod-container .form-row {
  margin-bottom: 0; }

.filter-prod-container li {
  margin-left: 0; }

.document-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .document-container ul {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding: 5px; }
    .document-container ul li {
      margin: 0;
      flex: 1 0 auto; }
    .document-container ul .resource-url {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }

.doc-submittal {
  display: flex;
  justify-content: center; }
  .doc-submittal:before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url(https://www.metalera.com/Content/img/icon-submittalbuilder-b-lue.svg);
    cursor: pointer; }
  .doc-submittal.added:before {
    background-image: url(https://www.metalera.com/Content/img/icon-submittalbuilder-added.svg); }
  .doc-submittal p {
    font-size: 12px;
    color: #0072ce;
    text-decoration: underline;
    display: block; }
    .doc-submittal p.is-used {
      color: #000; }

.loader-custom {
  display: inline-block;
  pointer-events: none;
  opacity: 1;
  transition: opacity 200ms; }

.loader-spinner {
  animation: rotate 1.0s infinite linear;
  border: 3px solid #0072ce;
  border-right-color: transparent;
  border-radius: 50%;
  height: 25px;
  width: 25px; }

.loader-section {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 300px; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.doc-filter-submit {
  margin: 20px 0;
  height: auto; }

.download-filter-title {
  font-weight: 700;
  color: #041e42;
  text-align: center; }

.document-name {
  max-width: 100%;
  word-wrap: break-word; }

.pagination-documents {
  margin-bottom: 30px;
  display: flex;
  justify-content: center; }
  .pagination-documents #next-doc span {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination-documents #next-doc span:after {
      content: "";
      width: 0;
      height: 0;
      border-right: 0.7em solid #041e42;
      border-top: .7em solid transparent;
      transform: rotate(-45deg);
      margin-left: -.5em; }
  .pagination-documents #next-doc.disabled {
    opacity: .6;
    background-color: white; }
  .pagination-documents #prev-doc span {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination-documents #prev-doc span:after {
      content: "";
      width: 0;
      height: 0;
      border-right: 0.7em solid #041e42;
      border-top: .7em solid transparent;
      transform: rotate(135deg);
      margin-right: -.5em; }
  .pagination-documents #prev-doc.disabled {
    opacity: .6;
    background-color: white; }
  .pagination-documents li {
    margin: 0 2px; }
    .pagination-documents li button {
      background-color: white;
      color: #041e42;
      border: 1px solid #041e42;
      padding: 10px;
      min-height: 100%;
      min-width: 30px; }
    .pagination-documents li .disabled {
      background-color: #0072ce;
      color: white; }

@media (min-width: 768px) {
  .downloads-container {
    margin: 0; }
    .downloads-container .filter {
      margin: 30px 0 0 0; }
  .downloads-collection {
    margin: 0 0 0 30px; }
  .pagination-documents li {
    margin: 0 5px; }
    .pagination-documents li button {
      padding: 15px;
      min-width: 50px; } }

.search-container .search-input-container {
  display: flex;
  margin: 0 0 20px;
  border: 1px solid #dde4eb;
  position: relative;
  border-radius: 7px;
  padding: 0;
  padding-left: 1rem; }
  .search-container .search-input-container .search-drawer-input {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 0; }

.results-container {
  border-top: 1px solid #dde4eb; }
  .results-container .matching-label {
    position: relative;
    width: max-content; }
  .results-container .matching-label:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    border: 1px solid #0072ce;
    border-right: 0;
    border-top: 0;
    height: .625em;
    margin-top: -.4375em;
    transform: rotate(-45deg);
    transform-origin: center;
    width: .625em; }

.search-pagination {
  margin-bottom: 30px;
  display: flex;
  justify-content: center; }
  .search-pagination li {
    margin: 0 2px; }
    .search-pagination li button {
      background-color: white;
      color: #041e42;
      border: 1px solid #041e42;
      padding: 10px;
      min-height: 100%;
      min-width: 30px; }
      .search-pagination li button.disabled {
        background-color: #0072ce;
        color: white; }

@media (min-width: 768px) {
  .search-pagination li {
    margin: 0 5px; }
    .search-pagination li button {
      padding: 15px;
      min-width: 50px; } }

html {
  scroll-behavior: smooth; }

html.no-scroll {
  scroll-behavior: auto; }

.margin-top {
  margin-top: 40px; }

img.pdf {
  width: 32px;
  height: 32px;
  margin: 15px; }

.excel-icon {
  padding-left: 35px;
  line-height: 40px;
  background: no-repeat url(https://www.metalera.com/Content/img/icons/excel2013icon.png) left center;
  background-size: contain; }

.btn-image {
  border: none;
  background: none; }

p.right {
  float: right; }

thead td {
  font-size: 18px;
  color: #fff; }

.columns.columns-expand {
  width: 100%; }

.validation-summary-errors li {
  color: red; }

@media print {
  .no-print {
    visibility: hidden !important; } }

.jc-bs3-container {
  max-width: 400px; }
  .jc-bs3-container .center {
    font-weight: bold;
    text-align: center; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #0072ce !important;
  border-radius: 0;
  color: #fff !important;
  padding: 5px 30px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer; }

.success {
  color: green; }

.widget .btn-primary, .widget .btn-outline-primary {
  padding: 20px 40px;
  font-size: 18px;
  display: inline-block; }

.header-accent {
  background-image: url(https://www.metalera.com/Content/img/parallelogram-flourish.svg);
  background-repeat: no-repeat;
  padding-top: 2rem; }

.glossary-index .navbar-start {
  display: flex;
  flex-wrap: wrap; }

section.text-page.glossary {
  font-family: 'Montserrat', sans-serif; }
  section.text-page.glossary .container {
    display: block; }
    section.text-page.glossary .container .subtitle {
      font-family: 'Oswald', sans-serif;
      font-size: 36px; }
    section.text-page.glossary .container strong {
      color: #041e42; }

@media (max-width: 768px) {
  #videos-table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px; }
    #videos-table tr td {
      width: 100%; } }

ol li, ul li {
  margin-left: 10px;
  margin-bottom: 10px; }

table {
  width: 100%; }
  table thead {
    background-color: #0072ce;
    width: 100%; }
    table thead th {
      text-align: center;
      color: #fff; }

thead button {
  background: none;
  color: #fff;
  text-decoration: underline;
  border: none; }

.tableHeader {
  background-color: #0072ce; }
  .tableHeader > div {
    font-weight: bold;
    text-align: center;
    color: #fff; }

.portal-login h1 {
  font-size: 36px; }

.margin {
  margin-right: 20px; }

#loginForm h3 {
  text-align: center; }

#btnSwitchView {
  float: right; }

.dataGrid {
  font-size: 12px; }
  .dataGrid .dropDown {
    width: 30%; }
  .dataGrid select, .dataGrid option {
    width: 100%;
    background: #fff;
    padding: 5px;
    font-weight: normal; }
  .dataGrid tbody tr:nth-child(2n+3), .dataGrid tbody tr:first-child {
    background: #dde4eb; }

.dataGrid, .dataChart {
  font-size: 12px; }
  .dataGrid th, .dataChart th {
    font-size: 14px;
    padding: 0 10px;
    text-align: center; }

.dataChart td, .dataChart th, .dataGrid td, .dataGrid th {
  padding: 10px; }

/****************
    Left column
*****************/
.sidebar {
  background: #0072ce;
  color: #fff; }
  .sidebar h4 {
    padding: 10px;
    border-bottom: solid 1px #fff;
    color: #fff; }
  .sidebar a {
    color: #fff; }
    .sidebar a:hover {
      color: #fff; }
  .sidebar li {
    position: relative;
    padding-left: 20px; }
  .sidebar li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff; }
  .sidebar p {
    color: #fff; }
    .sidebar p span {
      display: block;
      font-weight: bold; }
  .sidebar > div, .sidebar ul {
    padding: 20px 10px; }

.leaderboard {
  border: solid 1px #0072ce;
  font-size: 14px; }
  .leaderboard h4 {
    padding: 10px;
    border-bottom: solid 1px #0072ce; }
  .leaderboard ol {
    padding: 20px; }

.tableData {
  /*
    th span {
        display: block;
        padding: 20px 30px;
    }*/ }
  .tableData select {
    width: 100%; }

.goal {
  color: red; }

.mobileData .iconLink {
  display: inline-block;
  margin-right: 20px;
  float: right; }
  .mobileData .iconLink img {
    display: block;
    width: 40px;
    height: 40px; }

.mobileData h4 {
  background: #0072ce;
  color: #fff;
  line-height: 40px;
  margin: 0;
  padding: 20px; }

.mobileData div {
  margin-bottom: 5px; }

.mobileData > div {
  margin-bottom: 20px; }
  .mobileData > div > div {
    border: solid 1px #0072ce;
    padding: 20px; }
    .mobileData > div > div div {
      margin-bottom: 10px; }

.mobileData label {
  margin: 0 10px 0 0;
  text-align: right;
  font-weight: bold;
  margin-right: 20px; }

.navButtons .active {
  opacity: .8;
  color: black;
  pointer-events: none; }

.followupForm {
  padding: 20px;
  width: 400px;
  background-color: #fff;
  margin: auto;
  position: relative;
  border-radius: 10px; }
  .followupForm textarea {
    width: 100%;
    margin-bottom: 20px; }
  .followupForm button {
    margin-right: 20px; }
    .followupForm button.mfp-close {
      margin-right: 0; }

.dateField {
  display: none; }

.search {
  margin-bottom: 20px; }

@media (min-width: 767px) {
  .columns.tableData, .tableData {
    display: flex; }
  .columns.flatData, .flatData {
    display: none; } }

@media (max-width: 767px) {
  .columns.tableData, .tableData {
    display: none; }
  .columns.flatData, flatData {
    display: flex; } }

/*  Private Label Branding */
.sidebar.ca1 {
  background-color: #0052A3; }

.ca1 .btn, .ca1 thead {
  background-color: #0052A3; }

.sidebar.fi1 {
  background-color: #A31D15; }

.fi1 .btn, .fi1 thead {
  background-color: #A31D15; }

.sidebar.jm1 {
  background-color: #003D68; }

.jm1 .btn, .jm1 thead {
  background-color: #003D68; }

.sidebar.ve1 {
  background-color: #6D5D31; }

.ve1 .btn, .ve1 thead {
  background-color: #6D5D31; }

.sidebar.so1, .sidebar.si1 {
  background-color: #53575A; }

.so1 .btn, .so1 thead, .si1 .btn, .si1 thead {
  background-color: #53575A; }

.choose {
  color: #fff; }
  .choose span {
    font-weight: 700;
    color: #fff; }

.margin-top-list {
  margin-top: 23px; }

#quote-cart .title {
  font-size: 48px; }

#quote-cart .row {
  margin-bottom: 36px; }

#quote-cart .reverse-row {
  flex-direction: row-reverse;
  justify-content: flex-end; }

#quote-cart .inner-cart {
  margin-top: 0 !important;
  font-family: 'Montserrat', sans-serif; }

#quote-cart .quote {
  display: flex;
  flex-direction: column; }
  #quote-cart .quote ul {
    border: 1px solid #041e42;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 500ms;
    flex-grow: 1; }
    #quote-cart .quote ul .cart-details p {
      margin: 0;
      font-weight: bold;
      font-size: 14px; }
      #quote-cart .quote ul .cart-details p span {
        font-weight: normal; }
    #quote-cart .quote ul .product-title {
      margin-bottom: 0; }
    #quote-cart .quote ul .remove {
      font-size: 10px;
      text-decoration: underline;
      color: #0072ce;
      cursor: pointer;
      margin: 25px 0; }
    @media (max-width: 768px) {
      #quote-cart .quote ul img {
        width: 100%; } }

#quote-cart .cart {
  display: flex;
  flex-direction: column; }

#quote-cart .cart-inner {
  margin: 0;
  padding: 20px;
  background-color: #0072ce;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }
  #quote-cart .cart-inner ul {
    margin-bottom: 50px; }
    #quote-cart .cart-inner ul li {
      margin-top: 40px; }
  #quote-cart .cart-inner p {
    color: #fff; }
    #quote-cart .cart-inner p span {
      font-weight: bold; }

#quote-cart .buttons {
  align-items: flex-end;
  flex-grow: 1;
  margin: 0; }
  #quote-cart .buttons .submit {
    background: #fff;
    color: #041e42;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    padding: 10px;
    display: block;
    text-align: center;
    height: auto; }
    @media (max-width: 768px) {
      #quote-cart .buttons .submit {
        width: 100%; } }
    #quote-cart .buttons .submit.right {
      background: #0072ce;
      color: #fff;
      border: 1px solid #fff;
      padding: 10px;
      text-align: left;
      margin-left: 20px; }

.form-outer-container {
  align-items: center;
  display: flex;
  flex-direction: column; }
  .form-outer-container .form {
    width: 100%; }

.order-track-columns {
  justify-content: center; }

.form-validation-error {
  color: red; }

.order-details-section {
  margin-top: 0; }
  .order-details-section h3 {
    text-align: center; }

.order-info {
  justify-content: center;
  margin-bottom: 20px !important;
  flex-wrap: wrap; }
  .order-info li {
    margin: 0; }

.order-detail {
  border: 1px solid #000;
  padding: 10px; }
  .order-detail :first-child {
    border-bottom: 1px solid black; }

.order-track-btn {
  height: auto;
  font-size: .8em; }

@media (min-width: 768px) {
  .order-track-btn {
    font-size: inherit; } }

.rep-search {
  margin-bottom: 30px; }
  .rep-search ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important; }
    .rep-search ul li {
      width: 100%;
      margin: 10px 10px 10px 0; }
    .rep-search ul .button {
      padding: 12px 30px;
      white-space: normal;
      height: auto;
      width: 100%; }

.label {
  margin-bottom: 50px; }

.find-rep-desc {
  width: 100%; }

.rep-content {
  flex-wrap: wrap; }
  .rep-content li {
    margin: 0; }

.rep-map-map {
  height: 360px;
  position: relative; }
  .rep-map-map #map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .rep-map-map .container {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.rep-map-header .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.rep-header {
  display: flex;
  align-items: center; }

.result-title {
  padding: 40px 0;
  font-size: 30px;
  margin-left: 20px; }

.rep-marker {
  color: white !important;
  padding-left: 13px;
  background: url("https://www.metalera.com/Content/img/icon-map-pin.svg") no-repeat;
  height: 60px;
  width: 50px;
  font-weight: bold;
  font-size: 25px; }

.rep div {
  margin-bottom: 12px;
  width: 100%;
  padding: 0 50px;
  position: relative; }
  .rep div .subtitle {
    font-size: 12px;
    margin-bottom: 0;
    color: #75787b; }
  .rep div .email-rep {
    word-wrap: break-word; }
  .rep div a, .rep div p {
    color: #0072ce; }
  .rep div .address-img:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 26px;
    height: 36px;
    background: url(https://www.metalera.com/Content/img/icon-map-pin-white.svg) no-repeat; }
  .rep div .phone-img:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    height: 35px;
    background: url(https://www.metalera.com/Content/img/icon-fax.svg) no-repeat; }
  .rep div .contact-img:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 26px;
    height: 35px;
    background: url(https://www.metalera.com/Content/img/person-icon.svg) no-repeat; }
  .rep div .email-img:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    height: 35px;
    background: url(https://www.metalera.com/Content/img/icon-email.svg) no-repeat; }

@media (min-width: 768px) {
  .rep-search ul {
    flex-direction: row; }
    .rep-search ul li {
      width: 25%; }
  .rep-map-map {
    height: 560px; }
  .find-rep-desc {
    width: 70%; } }

section.section #gutter_calculator_container .panel-heading {
  margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .calculator-container .field-label.label-grow {
    flex-grow: 5; }
    .calculator-container .field-label.label-grow.grow-more {
      flex-grow: 8; } }

.calculator-container .sunny-field {
  display: none; }
  .calculator-container .sunny-field.is-active {
    display: block; }

.calculator-container span.input {
  max-width: unset;
  width: unset; }

.calculator-container label {
  margin-top: unset;
  margin-bottom: unset; }

.calculator-container .is-vcenter {
  align-items: center;
  margin: 0; }

.calculator-container .is-vtop {
  margin-top: 0;
  display: inline; }

.calculator-container .airflow-tab-content {
  display: none; }
  .calculator-container .airflow-tab-content.is-active {
    display: block; }

.calculator-container.vent-calculator input.input {
  width: 90%; }

.calculator-container.vent-calculator .dropDown {
  width: 90%; }

.calculator {
  background-color: #0072ce;
  width: 100%; }
  .calculator #drainage_calculate .button, .calculator #gt1_calculate .button, .calculator #print .button {
    height: auto;
    padding: 0;
    border-top: 1px solid #fff; }
  .calculator .card {
    background-color: transparent;
    border-bottom: 1px solid #fff; }
    .calculator .card.panel {
      border-radius: 0; }
    .calculator .card .panel-heading {
      color: #fff;
      background-color: #0072ce;
      text-align: center;
      font-size: 16px; }
  .calculator .title {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding-bottom: 12px; }
  .calculator .tabs li a {
    color: #fff;
    border-bottom: none; }
  .calculator .tabs li.is-active a {
    border-bottom: 1px solid #fff; }
  .calculator p, .calculator div {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 12px; }
  .calculator .form-group {
    margin-bottom: 20px; }
    .calculator .form-group .form-control {
      background-color: transparent; }
    .calculator .form-group label {
      color: #fff;
      font-size: 12px;
      font-weight: normal; }
    .calculator .form-group input, .calculator .form-group select {
      border: 1px solid #fff;
      text-align: right;
      color: #fff;
      border-radius: 0; }
  .calculator .dropDown:before {
    border-left: 1px solid #fff; }
  .calculator .dropDown:after {
    border-top: 10px solid #fff; }
  .calculator .buttons {
    justify-content: space-between;
    padding: 0; }
    .calculator .buttons button {
      border: 1px solid #fff;
      padding: 8px 24px; }

.wind-results .print .button {
  height: auto; }

.panel:not(:last-child) {
  margin-bottom: 0; }

/* results print view */
@media print {
  .section {
    padding-top: 0; }
  .title-copy-print {
    display: none; }
  .print-button {
    display: none; }
  th, td, p, label {
    font-size: 14px; }
  hr {
    display: none; }
  footer {
    display: none; }
  #base-footer {
    display: none; }
  .gutter-print .tile.is-parent {
    padding: 0; }
  .gutter-print .field-label .label {
    font-size: 12px; }
  .gutter-print .calculator .form-group input {
    text-align: left; }
  .gutter-print .calculator .dropDown select {
    text-align-last: left; }
  .wind-results .info {
    display: none; }
  .wind-products .card-footer {
    display: none; }
  .vent-print.container {
    display: inline;
    float: none; }
    .vent-print.container .row {
      break-after: always;
      position: relative; }
  .vent-print .thermal {
    break-after: always; }
  .vent-print .inputs-card {
    display: none; }
  .vent-print .is-3-desktop-only {
    display: none; } }

.calculators .subtitle {
  font-weight: bold;
  color: #041e42; }

@media (max-width: 768px) {
  .calculators .content {
    width: 100%; }
    .calculators .content .button {
      max-width: 100%;
      white-space: normal;
      height: auto; } }

.no-bottom-padding {
  padding-bottom: 0; }

.no-active {
  border: 1px solid #041e42;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  margin-bottom: 25px; }
  .no-active h3 {
    margin-bottom: 0; }

.remove-doc {
  color: #0072ce !important; }

.new-collection {
  height: auto; }

.submittal-grid-container {
  border: 1px solid #041e42;
  margin-bottom: 50px; }
  .submittal-grid-container li {
    margin: 0; }
  .submittal-grid-container .btn-container {
    justify-content: flex-end;
    align-items: center; }
    .submittal-grid-container .btn-container input {
      margin-bottom: 0; }
  .submittal-grid-container .button {
    height: auto;
    margin: 5px 0px; }

.submittal-item {
  padding: .5rem 1rem; }

.category-list-submittal .submittal-category {
  background-color: #dde4eb;
  padding: 10px; }
  .category-list-submittal .submittal-category h3 {
    font-size: 16px;
    margin-bottom: 0; }
    .category-list-submittal .submittal-category h3.has-arrow-right::after {
      border-color: #041e42; }
    .category-list-submittal .submittal-category h3.open.has-arrow-right::after {
      transform: rotate(135deg); }

.submittal-category-container {
  margin-bottom: 5px !important;
  border: 1px solid #041e42; }
  .submittal-category-container ul {
    margin: 0; }
    .submittal-category-container ul.docs-submittal-container {
      display: none; }
    .submittal-category-container ul.open {
      display: flex; }
      @media (max-width: 768px) {
        .submittal-category-container ul.open {
          display: block; } }

.saved-container {
  display: flex;
  flex-direction: column; }
  .saved-container ul {
    border: 1px solid #041e42;
    padding: 15px;
    flex-grow: 1; }
    .saved-container ul p {
      margin-bottom: 10px; }
    .saved-container ul .name-attrib {
      margin: 0; }
    .saved-container ul h3 {
      font-size: 25px;
      margin-bottom: 5px; }
    .saved-container ul h4 {
      margin-bottom: 0;
      color: #0072ce; }
    .saved-container ul .saved-btn {
      font-weight: bold;
      color: #0072ce;
      text-decoration: underline;
      flex: 1;
      margin-top: 15px; }
    .saved-container ul .edit-delete-submittal {
      display: flex;
      width: 100%; }
    .saved-container ul .doc-number-container {
      border: 1px solid #041e42;
      padding: 25px;
      width: max-content;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      max-width: 100%; }
      .saved-container ul .doc-number-container .doc-number {
        font-weight: bold;
        font-size: 35px;
        font-family: "Montserrat", sans-serif; }

@media (max-width: 768px) {
  .submittal-grid-container {
    margin: 0 5px 50px 5px; }
    .submittal-grid-container .button {
      width: 100%; } }

body.private-label.atlas .accent:before {
  background: #000;
  left: 5px; }

body.private-label.atlas .title {
  color: #000; }

body.private-label.atlas .home-hero.is-primary {
  background-color: #000; }

body.private-label.atlas .button {
  background-color: #000; }

body.private-label.atlas #specs-info .downloads-calculator .calculator .calculator, body.private-label.atlas #calculators_section .calculator {
  background-color: #000; }
  body.private-label.atlas #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.atlas #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.atlas #specs-info .downloads-calculator .calculator .calculator button, body.private-label.atlas #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.atlas #calculators_section .calculator button, body.private-label.atlas #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.atlas #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.atlas #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.atlas #calculators_section .calculator a.is-reversed, body.private-label.atlas #calculators_section .calculator .button .is-reversed {
    color: #000;
    background-color: #fff; }

body.private-label.carlisle .accent:before {
  background: #0052A3;
  left: 5px; }

body.private-label.carlisle .title {
  color: #0052A3; }

body.private-label.carlisle .home-hero.is-primary {
  background-color: #0052A3; }

body.private-label.carlisle .button {
  background-color: #0052A3; }

body.private-label.carlisle #specs-info .downloads-calculator .calculator .calculator, body.private-label.carlisle #calculators_section .calculator {
  background-color: #0052A3; }
  body.private-label.carlisle #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.carlisle #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.carlisle #specs-info .downloads-calculator .calculator .calculator button, body.private-label.carlisle #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.carlisle #calculators_section .calculator button, body.private-label.carlisle #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.carlisle #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.carlisle #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.carlisle #calculators_section .calculator a.is-reversed, body.private-label.carlisle #calculators_section .calculator .button .is-reversed {
    color: #0052A3;
    background-color: #fff; }

body.private-label.derbigum .accent:before {
  background: #999;
  left: 5px; }

body.private-label.derbigum .title {
  color: #999; }

body.private-label.derbigum .home-hero.is-primary {
  background-color: #999; }

body.private-label.derbigum .button {
  background-color: #999; }

body.private-label.derbigum #specs-info .downloads-calculator .calculator .calculator, body.private-label.derbigum #calculators_section .calculator {
  background-color: #999; }
  body.private-label.derbigum #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.derbigum #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.derbigum #specs-info .downloads-calculator .calculator .calculator button, body.private-label.derbigum #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.derbigum #calculators_section .calculator button, body.private-label.derbigum #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.derbigum #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.derbigum #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.derbigum #calculators_section .calculator a.is-reversed, body.private-label.derbigum #calculators_section .calculator .button .is-reversed {
    color: #999;
    background-color: #fff; }

body.private-label.fiber-tite .accent:before {
  background: #00476E;
  left: 5px; }

body.private-label.fiber-tite .title {
  color: #00476E; }

body.private-label.fiber-tite .home-hero.is-primary {
  background-color: #00476E; }

body.private-label.fiber-tite .button {
  background-color: #00476E; }

body.private-label.fiber-tite #specs-info .downloads-calculator .calculator .calculator, body.private-label.fiber-tite #calculators_section .calculator {
  background-color: #00476E; }
  body.private-label.fiber-tite #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.fiber-tite #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.fiber-tite #specs-info .downloads-calculator .calculator .calculator button, body.private-label.fiber-tite #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.fiber-tite #calculators_section .calculator button, body.private-label.fiber-tite #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.fiber-tite #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.fiber-tite #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.fiber-tite #calculators_section .calculator a.is-reversed, body.private-label.fiber-tite #calculators_section .calculator .button .is-reversed {
    color: #00476E;
    background-color: #fff; }

body.private-label.firestone .accent:before {
  background: #9D1C13;
  left: 5px; }

body.private-label.firestone .title {
  color: #9D1C13; }

body.private-label.firestone .home-hero.is-primary {
  background-color: #9D1C13; }

body.private-label.firestone .button {
  background-color: #9D1C13; }

body.private-label.firestone #specs-info .downloads-calculator .calculator .calculator, body.private-label.firestone #calculators_section .calculator {
  background-color: #9D1C13; }
  body.private-label.firestone #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.firestone #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.firestone #specs-info .downloads-calculator .calculator .calculator button, body.private-label.firestone #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.firestone #calculators_section .calculator button, body.private-label.firestone #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.firestone #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.firestone #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.firestone #calculators_section .calculator a.is-reversed, body.private-label.firestone #calculators_section .calculator .button .is-reversed {
    color: #9D1C13;
    background-color: #fff; }

body.private-label.flex .accent:before {
  background: #FFBD01;
  left: 5px; }

body.private-label.flex .title {
  color: #FFBD01; }

body.private-label.flex .home-hero.is-primary {
  background-color: #FFBD01; }

body.private-label.flex .button {
  background-color: #FFBD01; }

body.private-label.flex #specs-info .downloads-calculator .calculator .calculator, body.private-label.flex #calculators_section .calculator {
  background-color: #FFBD01; }
  body.private-label.flex #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.flex #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.flex #specs-info .downloads-calculator .calculator .calculator button, body.private-label.flex #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.flex #calculators_section .calculator button, body.private-label.flex #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.flex #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.flex #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.flex #calculators_section .calculator a.is-reversed, body.private-label.flex #calculators_section .calculator .button .is-reversed {
    color: #FFBD01;
    background-color: #fff; }

body.private-label.gen-flex .accent:before {
  background: #000;
  left: 5px; }

body.private-label.gen-flex .title {
  color: #000; }

body.private-label.gen-flex .home-hero.is-primary {
  background-color: #000; }

body.private-label.gen-flex .button {
  background-color: #000; }

body.private-label.gen-flex #specs-info .downloads-calculator .calculator .calculator, body.private-label.gen-flex #calculators_section .calculator {
  background-color: #000; }
  body.private-label.gen-flex #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.gen-flex #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.gen-flex #specs-info .downloads-calculator .calculator .calculator button, body.private-label.gen-flex #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.gen-flex #calculators_section .calculator button, body.private-label.gen-flex #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.gen-flex #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.gen-flex #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.gen-flex #calculators_section .calculator a.is-reversed, body.private-label.gen-flex #calculators_section .calculator .button .is-reversed {
    color: #000;
    background-color: #fff; }

body.private-label.johns-manville .accent:before {
  background: #003D68;
  left: 5px; }

body.private-label.johns-manville .title {
  color: #003D68; }

body.private-label.johns-manville .home-hero.is-primary {
  background-color: #003D68; }

body.private-label.johns-manville .button {
  background-color: #003D68; }

body.private-label.johns-manville #specs-info .downloads-calculator .calculator .calculator, body.private-label.johns-manville #calculators_section .calculator {
  background-color: #003D68; }
  body.private-label.johns-manville #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.johns-manville #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.johns-manville #specs-info .downloads-calculator .calculator .calculator button, body.private-label.johns-manville #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.johns-manville #calculators_section .calculator button, body.private-label.johns-manville #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.johns-manville #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.johns-manville #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.johns-manville #calculators_section .calculator a.is-reversed, body.private-label.johns-manville #calculators_section .calculator .button .is-reversed {
    color: #003D68;
    background-color: #fff; }

body.private-label.malarkey .accent:before {
  background: #595959;
  left: 5px; }

body.private-label.malarkey .title {
  color: #595959; }

body.private-label.malarkey .home-hero.is-primary {
  background-color: #595959; }

body.private-label.malarkey .button {
  background-color: #595959; }

body.private-label.malarkey #specs-info .downloads-calculator .calculator .calculator, body.private-label.malarkey #calculators_section .calculator {
  background-color: #595959; }
  body.private-label.malarkey #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.malarkey #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.malarkey #specs-info .downloads-calculator .calculator .calculator button, body.private-label.malarkey #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.malarkey #calculators_section .calculator button, body.private-label.malarkey #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.malarkey #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.malarkey #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.malarkey #calculators_section .calculator a.is-reversed, body.private-label.malarkey #calculators_section .calculator .button .is-reversed {
    color: #595959;
    background-color: #fff; }

body.private-label.sika-sarnafil .accent:before {
  background: #53575A;
  left: 5px; }

body.private-label.sika-sarnafil .title {
  color: #53575A; }

body.private-label.sika-sarnafil .home-hero.is-primary {
  background-color: #53575A; }

body.private-label.sika-sarnafil .button {
  background-color: #53575A; }

body.private-label.sika-sarnafil #specs-info .downloads-calculator .calculator .calculator, body.private-label.sika-sarnafil #calculators_section .calculator {
  background-color: #53575A; }
  body.private-label.sika-sarnafil #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.sika-sarnafil #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.sika-sarnafil #specs-info .downloads-calculator .calculator .calculator button, body.private-label.sika-sarnafil #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.sika-sarnafil #calculators_section .calculator button, body.private-label.sika-sarnafil #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.sika-sarnafil #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.sika-sarnafil #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.sika-sarnafil #calculators_section .calculator a.is-reversed, body.private-label.sika-sarnafil #calculators_section .calculator .button .is-reversed {
    color: #53575A;
    background-color: #fff; }

body.private-label.soprema .accent:before {
  background: #53575A;
  left: 5px; }

body.private-label.soprema .title {
  color: #53575A; }

body.private-label.soprema .home-hero.is-primary {
  background-color: #53575A; }

body.private-label.soprema .button {
  background-color: #53575A; }

body.private-label.soprema #specs-info .downloads-calculator .calculator .calculator, body.private-label.soprema #calculators_section .calculator {
  background-color: #53575A; }
  body.private-label.soprema #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.soprema #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.soprema #specs-info .downloads-calculator .calculator .calculator button, body.private-label.soprema #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.soprema #calculators_section .calculator button, body.private-label.soprema #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.soprema #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.soprema #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.soprema #calculators_section .calculator a.is-reversed, body.private-label.soprema #calculators_section .calculator .button .is-reversed {
    color: #53575A;
    background-color: #fff; }

body.private-label.trueseal .accent:before {
  background: #005078;
  left: 5px; }

body.private-label.trueseal .title {
  color: #005078; }

body.private-label.trueseal .home-hero.is-primary {
  background-color: #005078; }

body.private-label.trueseal .button {
  background-color: #005078; }

body.private-label.trueseal #specs-info .downloads-calculator .calculator .calculator, body.private-label.trueseal #calculators_section .calculator {
  background-color: #005078; }
  body.private-label.trueseal #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.trueseal #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.trueseal #specs-info .downloads-calculator .calculator .calculator button, body.private-label.trueseal #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.trueseal #calculators_section .calculator button, body.private-label.trueseal #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.trueseal #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.trueseal #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.trueseal #calculators_section .calculator a.is-reversed, body.private-label.trueseal #calculators_section .calculator .button .is-reversed {
    color: #005078;
    background-color: #fff; }

body.private-label.versico .accent:before {
  background: #6D5D31;
  left: 5px; }

body.private-label.versico .title {
  color: #6D5D31; }

body.private-label.versico .home-hero.is-primary {
  background-color: #6D5D31; }

body.private-label.versico .button {
  background-color: #6D5D31; }

body.private-label.versico #specs-info .downloads-calculator .calculator .calculator, body.private-label.versico #calculators_section .calculator {
  background-color: #6D5D31; }
  body.private-label.versico #specs-info .downloads-calculator .calculator .calculator .title, body.private-label.versico #calculators_section .calculator .title {
    color: #fff; }
  body.private-label.versico #specs-info .downloads-calculator .calculator .calculator button, body.private-label.versico #specs-info .downloads-calculator .calculator .calculator .button, body.private-label.versico #calculators_section .calculator button, body.private-label.versico #calculators_section .calculator .button {
    background-color: transparent; }
  body.private-label.versico #specs-info .downloads-calculator .calculator .calculator a.is-reversed, body.private-label.versico #specs-info .downloads-calculator .calculator .calculator .button .is-reversed, body.private-label.versico #calculators_section .calculator a.is-reversed, body.private-label.versico #calculators_section .calculator .button .is-reversed {
    color: #6D5D31;
    background-color: #fff; }

#families_section .slick-prev, #families_section .slick-next {
  left: 0; }

@media (max-width: 768px) {
  #families_section .mixed-media-gallery {
    display: flex; } }

#families_section .mixed-media-gallery .slick-slide img {
  height: 100px; }

.portal-featured-product .anchor-tite-red {
  background-color: #b32018; }

.portal-featured-product .edge-systems-orange {
  background-color: #e4701f; }

.portal-featured-product .perma-tite-green {
  background-color: #566422; }

.multi-column-section {
  display: flex;
  flex-wrap: wrap; }
  .multi-column-section .widget {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    margin: 0; }
  .multi-column-section.row-cols-2 > .widget {
    flex: 0 0 auto;
    max-width: 50%; }
  .multi-column-section.row-cols-3 > .widget {
    flex: 0 0 auto;
    max-width: 33.333333%; }
  .multi-column-section.row-cols-4 > .widget {
    flex: 0 0 auto;
    max-width: 25%; }
  @media (max-width: 1024px) {
    .multi-column-section.row-cols-4 > .widget {
      max-width: 33.333333%; } }
  @media (max-width: 768px) {
    .multi-column-section .widget {
      display: block;
      padding: 0;
      margin: 1rem; }
    .multi-column-section.row-cols-2 > .widget, .multi-column-section.row-cols-3 > .widget, .multi-column-section.row-cols-4 > .widget {
      max-width: 100%; } }

.hero-banner-widget {
  position: relative;
  max-width: 1300px;
  margin: 1rem auto; }
  .hero-banner-widget .hero-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 0;
    width: 100%; }
  .hero-banner-widget .hero-content {
    position: absolute;
    top: 50%;
    right: 0;
    background: rgba(11, 31, 65, 0.9);
    transform: translateY(-50%);
    padding: 3rem 3rem;
    max-width: 50%;
    align-content: center; }
    .hero-banner-widget .hero-content h1 {
      font-size: 48px;
      text-transform: uppercase;
      color: #ffffff;
      line-height: 1.1; }
    .hero-banner-widget .hero-content p {
      color: #ffffff;
      font-size: 20px;
      margin-top: 1.5rem;
      margin-bottom: 0; }
    .hero-banner-widget .hero-content .btn-primary {
      margin-top: 2rem; }
    .hero-banner-widget .hero-content.callout-full {
      height: 100%; }
    .hero-banner-widget .hero-content.callout-bottom {
      bottom: 0;
      top: auto;
      transform: none; }
  @media (max-width: 1024px) {
    .hero-banner-widget .hero-content h1 {
      font-size: 24px; }
    .hero-banner-widget .hero-content p {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .hero-banner-widget .hero-content {
      max-width: 100%;
      padding: 2rem 1rem;
      position: relative;
      transform: none; } }

.cta-bar-widget {
  position: relative;
  max-width: 1300px;
  margin: 1rem auto;
  text-align: center;
  background-color: #0b1f41;
  color: #ffffff; }
  .cta-bar-widget .cta-content {
    padding: 2.75rem 0; }
    .cta-bar-widget .cta-content .cta-headline {
      font-size: 36px;
      text-transform: uppercase;
      line-height: 2;
      font-family: "Oswald", sans-serif;
      vertical-align: middle;
      margin: 1rem 5rem; }
  @media (max-width: 768px) {
    .cta-bar-widget .cta-content .cta-headline {
      display: block;
      font-size: 24px; }
    .cta-bar-widget .cta-content .btn {
      margin: 1rem; } }

.image-quote-widget {
  position: relative;
  width: fit-content;
  margin: 1rem auto; }
  .image-quote-widget .quote-image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 31, 65, 0.4); }
  .image-quote-widget .quote-image img {
    display: block;
    max-width: 100%;
    height: auto; }
  .image-quote-widget .quote-content {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    padding: 0 4rem;
    text-align: center;
    width: 100%;
    color: #ffffff; }
    .image-quote-widget .quote-content .main-copy {
      font-size: 32px;
      color: #ffffff;
      line-height: 1.4;
      font-family: "Oswald", sans-serif;
      display: block; }
    .image-quote-widget .quote-content .sub-copy {
      color: #ffffff;
      font-size: 16px;
      margin-top: 1rem;
      margin-bottom: 0;
      display: block;
      font-family: "Montserrat"; }
    .image-quote-widget .quote-content .btn-primary {
      margin-top: 2rem; }
  @media (max-width: 1024px) {
    .image-quote-widget .quote-image {
      height: 533px; }
      .image-quote-widget .quote-image img {
        height: 100%;
        object-fit: cover; } }
  @media (max-width: 768px) {
    .image-quote-widget .quote-content {
      padding: 0 1rem;
      text-align: left; } }

.premier-content-widget {
  position: relative;
  width: fit-content;
  margin: 1rem auto; }
  .premier-content-widget .premier-media {
    width: fit-content;
    margin: 0 auto; }
    .premier-content-widget .premier-media img {
      display: block;
      max-width: 100%;
      height: auto; }
  .premier-content-widget .premier-content {
    padding: 0 8rem;
    margin: 2rem 8rem 0 8rem;
    text-align: center; }
    .premier-content-widget .premier-content .main-copy {
      font-size: 24px;
      font-weight: 600;
      color: #041e42 !important;
      line-height: 1.1;
      font-family: "Montserrat";
      display: block;
      text-align: left;
      margin: 1rem 0; }
    .premier-content-widget .premier-content .sub-copy {
      color: #75787b !important;
      font-size: 16px;
      margin: 1rem 0;
      display: block;
      text-align: left; }
    .premier-content-widget .premier-content .btn-primary {
      margin-top: .5rem; }
  @media (max-width: 1024px) {
    .premier-content-widget {
      display: block;
      padding: 0;
      width: auto; }
      .premier-content-widget .premier-media {
        width: 100%;
        margin: auto; }
        .premier-content-widget .premier-media > iframe {
          width: 100%; }
      .premier-content-widget .premier-content {
        margin: 0 1rem;
        padding: 0;
        text-align: left; } }

.accordion-item-widget {
  margin: 0 4rem; }
  .accordion-item-widget .accordion-button {
    font-size: 18px; }
    .accordion-item-widget .accordion-button:not(.collapsed) {
      background: #dde4eb;
      color: #041e42; }
  .accordion-item-widget .accordion-body {
    font-size: 18px;
    border-color: #dedede;
    color: #75787b; }
  @media (max-width: 768px) {
    .accordion-item-widget {
      margin: 0 1rem; } }

.media-copy-widget {
  margin: 1rem auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: row; }
  .media-copy-widget.media-first .media-copy-media {
    order: 1; }
  .media-copy-widget.media-first .media-copy-content {
    order: 2;
    margin-left: 1.75rem; }
  .media-copy-widget.media-second .media-copy-media {
    order: 2; }
  .media-copy-widget.media-second .media-copy-content {
    order: 1;
    margin-right: 1.75rem; }
  .media-copy-widget .media-copy-media {
    width: 100%;
    flex-shrink: 0; }
    .media-copy-widget .media-copy-media.media-sm {
      max-width: 350px; }
      .media-copy-widget .media-copy-media.media-sm > iframe {
        max-height: 300px; }
    .media-copy-widget .media-copy-media.media-md {
      max-width: 445px; }
      .media-copy-widget .media-copy-media.media-md > iframe {
        max-height: 350px; }
    .media-copy-widget .media-copy-media.media-lg {
      max-width: 730px; }
      .media-copy-widget .media-copy-media.media-lg > iframe {
        max-height: 400px; }
    .media-copy-widget .media-copy-media > img {
      width: 100%;
      height: auto; }
    .media-copy-widget .media-copy-media > iframe {
      width: 100%; }
  .media-copy-widget .media-copy-content .main-copy {
    font-size: 24px;
    font-weight: 600;
    color: #041e42 !important;
    line-height: 1.1;
    font-family: "Montserrat";
    display: block;
    text-align: left;
    margin: 1rem auto; }
  .media-copy-widget .media-copy-content .sub-copy {
    color: #75787b !important;
    font-size: 16px;
    margin: 1rem auto;
    display: block;
    text-align: left; }
  .media-copy-widget .media-copy-content .btn-primary, .media-copy-widget .media-copy-content .btn-outline-primary {
    margin-top: .5rem; }
  @media (max-width: 1024px) {
    .media-copy-widget {
      display: block;
      margin: 1rem;
      padding: 0; }
      .media-copy-widget .media-copy-media {
        margin: auto; }
      .media-copy-widget .media-copy-content {
        margin: 0 !important; } }

.card-widget {
  position: relative;
  width: fit-content;
  overflow: hidden; }
  .card-widget .card-image {
    width: 100%;
    margin: 0 auto; }
    .card-widget .card-image img {
      display: block;
      max-width: 100%;
      width: 100%;
      margin: auto; }
  .card-widget .headline {
    font-size: 24px;
    font-weight: 600;
    color: #041e42 !important;
    line-height: 1.1;
    font-family: "Montserrat";
    display: block;
    text-align: left;
    margin-top: 1rem; }
  .card-widget .main-copy {
    color: #75787b !important;
    font-size: 16px;
    margin-top: .25rem;
    margin-bottom: 0;
    display: block;
    text-align: left;
    flex-grow: 1; }
  .card-widget .btn-primary,
  .card-widget .btn-outline-primary {
    margin-top: .75rem;
    width: fit-content; }
  @media (max-width: 768px) {
    .card-widget {
      border: #dedede solid 1px;
      border-radius: 6px; }
      .card-widget .card-image img {
        max-height: 200px !important; }
      .card-widget .headline {
        font-size: 20px;
        margin: 1rem; }
      .card-widget .main-copy {
        margin: 1rem; }
      .card-widget .btn-primary,
      .card-widget .btn-outline-primary {
        margin: .75rem 1rem 2rem 1rem; } }

.row-cols-2 .card-widget .card-image img {
  max-height: 360px; }

.row-cols-3 .card-widget .card-image img {
  max-height: 234px; }

.row-cols-4 .card-widget .card-image img {
  max-height: 171px; }

.text-headline-widget {
  position: relative;
  width: fit-content;
  margin: 1rem auto;
  padding: 0 4rem; }
  .text-headline-widget .text-content .headline {
    font-size: 36px;
    font-weight: 600;
    color: #041e42 !important;
    line-height: 1.1;
    display: block;
    text-align: left; }
  .text-headline-widget .text-content .main-copy {
    color: #75787b !important;
    font-size: 16px;
    margin-top: 1.75rem;
    margin-bottom: 0;
    display: block;
    text-align: left; }
  @media (max-width: 1024px) {
    .text-headline-widget .text-content .headline {
      font-size: 24px; }
    .text-headline-widget .text-content .main-copy {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .text-headline-widget {
      margin: 1rem;
      padding: 0; } }

.row.row-cols-5 > .ktc-widget-zone, .row.row-cols-lg-5 > .ktc-widget-zone, .row.row-cols-md-5 > .ktc-widget-zone, .row.row-cols-4 > .ktc-widget-zone, .row.row-cols-lg-4 > .ktc-widget-zone, .row.row-cols-md-4 > .ktc-widget-zone, .row.row-cols-3 > .ktc-widget-zone, .row.row-cols-lg-3 > .ktc-widget-zone, .row.row-cols-md-3 > .ktc-widget-zone, .row.row-cols-2 > .ktc-widget-zone, .row.row-cols-lg-2 > .ktc-widget-zone, .row.row-cols-md-2 > .ktc-widget-zone {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap; }
  .row.row-cols-5 > .ktc-widget-zone > .ktc-admin-ui, .row.row-cols-lg-5 > .ktc-widget-zone > .ktc-admin-ui, .row.row-cols-md-5 > .ktc-widget-zone > .ktc-admin-ui, .row.row-cols-4 > .ktc-widget-zone > .ktc-admin-ui, .row.row-cols-lg-4 > .ktc-widget-zone > .ktc-admin-ui, .row.row-cols-md-4 > .ktc-widget-zone > .ktc-admin-ui, .row.row-cols-3 > .ktc-widget-zone > .ktc-admin-ui, .row.row-cols-lg-3 > .ktc-widget-zone > .ktc-admin-ui, .row.row-cols-md-3 > .ktc-widget-zone > .ktc-admin-ui, .row.row-cols-2 > .ktc-widget-zone > .ktc-admin-ui, .row.row-cols-lg-2 > .ktc-widget-zone > .ktc-admin-ui, .row.row-cols-md-2 > .ktc-widget-zone > .ktc-admin-ui {
    order: 9;
    width: 1%; }

.row.row-cols-5 > .ktc-widget-zone > *, .row.row-cols-lg-5 > .ktc-widget-zone > *, .row.row-cols-md-5 > .ktc-widget-zone > * {
  width: 20%; }

.row.row-cols-4 > .ktc-widget-zone > *, .row.row-cols-lg-4 > .ktc-widget-zone > *, .row.row-cols-md-4 > .ktc-widget-zone > * {
  width: 25%; }

.row.row-cols-3 > .ktc-widget-zone > *, .row.row-cols-lg-3 > .ktc-widget-zone > *, .row.row-cols-md-3 > .ktc-widget-zone > * {
  width: 33.33%; }

.row.row-cols-2 > .ktc-widget-zone > *, .row.row-cols-lg-2 > .ktc-widget-zone > *, .row.row-cols-md-2 > .ktc-widget-zone > * {
  width: 50%; }

.row.g-4 > .ktc-widget-zone > .ktc-widget {
  padding: 1.5rem; }
