@charset "UTF-8";
:root {
  --font:"Raleway", sans-serif;
  --fontmedium: "RalewayMedium", sans-serif;
  --fontsemibold: "RalewaySemiBold", sans-serif;
  --fontextrabold: "RalewayExtraBold", sans-serif;
  --fontlight:  "RalewayExtraLight", sans-serif;;
  --primary:#2f4040;
  --text: #454747;
  --lighttext:#717373;
  --darkblue: #1D264F;
  --blue: #5BAFE7;
  --bluetext: #1790E0;
  --red: #FD4633;
  --lightgraybackground: #F2F3F3;
  --border: 1px solid #B2B3B3;
}
.tablet {
  display: none !important;
}
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}

.men-modules {

}
.men-mod-header {
  padding-bottom: 100px;
}
.men-mod-header.remove-padding {
  padding-bottom: 0;
}
.men-mod-header.gray {
  background-color: var(--lightgraybackground);
}
.men-mod-header .men-prod-top-subtitle {
  color: var(--red);
}
.men-mod-header a .men-prod-top-subtitle {
  color: #fff;
}
.men-mod-header .men-mod-resdownloads-btn {
  margin-top: 0px;
}
.men-mod-header .men-basic-text {
  color: var(--darkblue);
  font-family: var(--fontmedium);
  font-size: 24px;
  line-height: 140%;
  max-width: 500px;
}
.men-mod-header .men-com-about-right-image {
  margin-top: -80px;
  width: 48%;
}
.men-mod-header .men-prod-title-top .men-com-about-right-image {
  max-height: none;
}
.reposition-img .men-com-about-right-image {
  margin-top: 0px;
}
.men-content-title-box-body-text {
  padding-top: 24px;
}
.men-content-title-box-body-text p {
  margin: 0;
  padding-bottom: 14px;
}

.men-mod-imgdetails {

}
.men-mod-imgdetails .men-content-inner {

}
.men-mod-imgdetails-top {
  color: var(--red);
  width: 100%;
  border-bottom:var(--border);
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.men-mod-imgdetails-cnt {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.men-mod-imgdetails-left {
  width: 86%;
}
.men-mod-imgdetails-details {
    padding-bottom: 30px;
    padding-top: 20px;
    border-bottom: var(--border);
}
.men-mod-imgdetails-details:last-child {
  border: none;
}
.men-mod-imgdetails-details-icon {
  position: absolute;
  width: 38px;
  margin-left: 34px;
}
.men-mod-imgdetails-details-icon img {
  width: 100%;
}
.men-mod-imgdetails-text {
  color:var(--lighttext);
  padding-left: 97px;
  font-size: 15px;
  line-height: 22px;
}
.men-mod-imgdetails-text strong, .men-mod-imgdetails-text b {
  font-weight: normal;
  font-family: var(--fontsemibold);
  font-size: 18px;
  line-height: 22px;
  color: var(--darkblue);
}
.men-mod-imgdetails-text p {
  padding-bottom: 10px;
}
.men-mod-imgdetails-text ul li {
    content: '';
    list-style-type: none;
}
.men-mod-imgdetails-text ul li:before {
  content: '•';
    position: absolute;
    font-size: 16px;
    margin-left: -12px;
}

.men-mod-imgdetails-right {

}
.men-mod-imgdetails-right-image img {
  display: block;
}
.men-mod-imgdetails-caption {
  color: var(--text);
  font-size: 15px;
  line-height: 140%;
  font-family: var(--fontmedium);
  padding-top: 14px;
}
.men-mod-imgdetails-caption strong, .men-mod-imgdetails-caption b {
  font-weight: normal;
  font-family: var(--fontextrabold);
  font-size: 15px;
  color: var(--red);
  padding-right: 12px;
}


.men-mod-resdownloads {
  padding-bottom: 158px
}

.men-mod-resdownloads-row1 {
  display: grid;
  grid-template-columns: calc(25% - 14px) calc(25% - 14px) calc(25% - 14px) 25%;
  column-gap: 14px;
  row-gap: 14px;
  padding-bottom: 14px;
}

.men-mod-resdownloads-row2 {
  display: grid;
  grid-template-columns: calc(25% - 14px) calc(25% - 14px) 50%;
  column-gap: 14px;
  row-gap: 14px;
}
.men-mod-resdownloads1 {
  display: block;
}

.men-mod-resdownloads-bigbox {

}
.men-mod-grid {
    background-image: url(/core/images/grid.svg);
    background-size: 12px 12px;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.men-mod-resdownloads-bigbox-inner {
  padding: 50px;
  padding-top: 30px;
  padding-bottom: 26px;
}
.men-mod-logo-mark {
  width: 67px;
  margin-bottom: 16px;
}
.men-mod-logo-mark img {
    width: 100%;
}
.men-mod-resdownloads-bigbox-title {
    font-size: 44px;
    line-height: 120%;
    color: var(--darkblue);
    font-family: var(--fontlight);
    padding-bottom: 12px;
}
.men-mod-resdownloads-text {
  
}
.men-mod-resdownloads .men-content-inner {
  padding-top: 100px;
}
.men-mod-resdownloads-btn {
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
  background-color: var(--red);
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 18px;
  padding-right: 28px;
  position: relative;
  margin-top: 20px;
  -webkit-transition:  all 200ms linear;
      -ms-transition:  all 200ms linear;
          transition:  all 200ms linear;

}
.men-mod-resdownloads-btn:before {
  position: absolute;
  right: 0;
  content: "";
  width: 8px;
  margin-right: 10px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.20312 1.26074L7.40625 7.46387L1.20312 13.667' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.men-mod-resdownloads-btn:hover {
  padding-right: 32px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition:  all 200ms linear;
      -ms-transition:  all 200ms linear;
          transition:  all 200ms linear;

}
.men-mod-gridbox .men-mod-resdownloads-btn{
  margin-top: 10px;
}
.men-mod-resdownloads .men-news-item {
  float: none;
  height: auto;
  width: auto;
  margin: 0;
  background-color: #F8F8F8;
}

.men-mod-resdownloads .men-news-item .men-new-content {
  height: auto;
  position: static;
  padding-bottom: 70px;
}
.men-mod-resdownloads .men-news-item .men-new-content-type {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 13px;
  font-family: RalewayExtraBold, sans-serif;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
}
.men-mod-resdownloads .men-news-item .mew-new-content-arrow{
  margin-top: -22px;
}
.men-mod-resdownloads-featured.men-content-inner {
    padding-top: 80px;
    margin-bottom: -40px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.men-mod-resdownloads-featured {


}
.men-mod-resdownloads-featured-item {
  width: 49%;
  display: inline-block;
  border-right: 1px solid #B2B3B3;
  text-align: center;
}
.men-mod-resdownloads-featured-item:last-child {
  border: none;
}
.men-mod-resdownloads-featured-title {
  color: #1D264F;
  font-size: 44px;
  line-height: 120%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 400px;
  font-family: RalewayExtraLight, sans-serif;
}
.men-mod-resdownloads-featured-item .men-mod-resdownloads-btn {
  display: inline-block;
  margin-top: 16px;
}

.men-mod-resdownloads-row-bottom {
  width: 100%;
}

.men-mmss-alert {
      background-color:#F2F3F3;
      padding:60px;
      max-width:500px;
      margin-left:auto;
      margin-right:Auto;
          top: 50%;
          margin-top: -250px;
      position: relative;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  }
  .men-mmss-alert .men-footer-hubspot {
    max-width: none;
  }
  .men-mmss-alert .men-com-contact-message-title h3 {
    width: auto;
    float: none;
    padding-bottom: 30px;
  }
  .men-mmss-close-x {
      width:20px;
      height:20px;
      position: absolute;
      right:0;
      margin-right:30px;
      margin-top:-30px;
      cursor: pointer;
  }
  .men-mmss-close-x img {width:100%;}
  .men-form-forminput-50 {
      width:43%;
      margin-right:2%;
      display:inline-block;
  }
  .men-mmss-alert-right {
      
  }
  .men-form-forminput-100 {width:93%;}
  .men-form-formpickers {
        max-width: 320px;
    }
    .men-form-checkbox-label {
    }
    .men-form-checkbox-label-in {
        float:right;
        width:82%;
        line-height: 22px;

    }
    .men-checkbox+.men-form-checkbox-label:before {display:inline-table;}
    .men-mmss-alert-container {
        z-index: 48;
        top: 0;
    }
    .men-mmss-alert-top {display:none;}

    .men-mmss-alert-logo {
      height:20px;
      margin-bottom:20px;
      text-align: left;
    }
    .men-mmss-alert-logo img {
      height: 20px;
    }

    .men-mmss-alert-left-title {
      font-family: RalewayLight, sans-serif;
      font-size:32px;
      line-height: 40px;
      color:#1D264F;
      padding-bottom:20px;
    }

.men-mod-basicimg-cover {
  background-size: auto 51px;
  background-position: center;
}

.men-mod-iconcoles {
    padding-bottom: 100px;
}
.men-mod-iconcoles.gray {
    background-color: var(--lightgraybackground);
}
.men-mod-iconcoles .men-content-inner {
  display: flex;
  padding-top: 0 !important;
}
.men-mod-iconcol {
  border-right: var(--border);
  text-align: center;
  flex: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.men-mod-iconcol:first-child {
  border-left: var(--border);
}
.men-mod-iconcol-cnt {
  max-width: 200px;
  display: inline-block;
}
.men-mod-iconcol-icon {
  padding-bottom: 8px;
}
.men-mod-iconcol-icon img {
    display: inline-block;
    max-width: 42px;
    max-height: 42px;
}
.men-mod-iconcol-title {
  font-size: 18px;
  line-height: 26px;
  font-family: var(--fontsemibold);
  color: var(--darkblue);
}

.men-mod-table .men-content-inner {
  padding-top: 0;
}
.men-mod-table {
  padding-bottom: 120px;
}
.men-mod-table .men-content-inner {
  width: 100%;
}
.men-mod-table .col1 {
      font-size: 15px;
    line-height: 22px;
    font-family: RalewaySemiBold, sans-serif;
    color: #1D264F;
}
.men-mod-table .men-prod-detail-grid tr {
  vertical-align: text-top;
}
.men-mod-table .men-prod-detail-grid tr:nth-child(even) {
  background-color: transparent;
}
.men-mod-table th.gray,  .men-mod-table td.gray {
  background-color: var(--lightgraybackground) !important;
}
.men-mod-table th.blue,  .men-mod-table td.blue {
  background-color: var(--blue) !important;
  color: var(--primary);
  font-family: RalewaySemiBold, sans-serif;
}


.men-mod-tablehdr {
  padding-bottom: 68px;
} 
.men-mod-tablehdr-cnt {

  display: grid;
  grid-template-columns: 1fr 1fr;
}
.men-mod-tablehdr-left {
  max-width: 550px;
}
.men-mod-tablehdr-title h2 {
  font-size: 44px;
  line-height: 120%;
  color: var(--bluetext);
  padding-bottom: 30px;
  font-family: var(--fontlight);
}
.men-mod-tablehdr-text {
  font-size: 24px;
  line-height: 32px;
  font-family: var(--fontmedium);
  color: var(--darkblue);
  max-width: 500px;
}
.men-mod-tablehdr-right {
  text-align: right;
  padding-bottom: 34px;
}
.men-mod-tablehdr-image {
  max-width: 500px;
  width: 100%;
  display: inline-block;
}
.men-mod-tablehdr-btns {
  margin-left: 50%;
  width: 50%;
  margin-top: -30px;
  text-align: right;
}
.men-mod-tablehdr-btns .men-mod-resdownloads-btn {
  margin-right: 12px;
}
.men-mod-tablehdr-btns a:last-child .men-mod-resdownloads-btn {
  margin-right: 0;
}
.men-mod-tablehdr .men-content-inner {
  padding-top: 0;
}
.men-mod-text .men-newsroom-holder {
  padding-top: 0;
}
.men-mod-text .men-advanced-text {
  padding-bottom: 120px;
  margin-top: 0;
}

@media screen and (max-width: 1300px) {
  .men-mod-table .men-prod-detail-grid-holder {
    width: 100%;
    margin-left: 0;
  }
  .men-mod-table .men-swipe-tab-margined {
    margin-right: 0 !important;
  }
  .men-mod-table .men-prod-detail-bottom {
    min-width: fit-content;
    padding-right: 8%;
  }

}

@media screen and (max-width: 1200px) {
  .men-mod-header .men-com-about-right-image {
    width: 100%;
    max-width: 600px;
  }
  .men-prod-title-top {
    padding-top: 200px;
  }
  .men-com-about-title-top .men-content-title-box-left {
    max-width: 700px;
  }

  .men-mod-iconcoles .men-content-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .men-mod-iconcol {
    border-right: var(--border);
    border-top: var(--border);
  }
   .men-mod-iconcol:nth-child(2n + 2){
    border-right: none;
   }
  .men-mod-iconcol:first-child {
    border-left: none;
    border-right: var(--border);
    border-top: none;
  }
  .men-mod-iconcol:nth-child(2){
    border-top: none;
  }

  .men-mod-tablehdr-cnt {
    display: block;
  }
  .men-mod-tablehdr-right {
    position: absolute;
    right: 0;
    margin-top: -80px;
  }
  .men-mod-tablehdr-btns {
    margin-left: 0;
    width: auto;
    text-align: left;
    margin-top: 70px;
    padding-bottom: 50px;
  }
  .men-mod-tablehdr-btns .men-mod-resdownloads-btn {
    margin-right: 0;
    margin-top: 3px;
  }
  .men-mod-tablehdr {
    padding-bottom: 22px;
  }
  .men-mod-tablehdr-btns a {

    display: block;
  }
  .desktop {
    display: none !important;
  }
  .tablet {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
    .men-mod-imgdetails-cnt {
        display: block;
    }
    .men-mod-imgdetails-right {
      padding-top: 20px;
    }
    .men-mod-resdownloads-row1 {
      display: grid;
      grid-template-columns: calc(50% - 7px) calc(50% - 7px);
      column-gap: 14px;
      row-gap: 14px;
      padding-bottom: 14px;
    }

    .men-mod-resdownloads-row2 {
      display: block;
    }
    .men-mod-resdownloads-row2 .men-news-item {
      width: calc(50% - 7px);
      float: left;
      min-height: 380px;
      margin-bottom: 14px;
    }
    .men-mod-resdownloads-row2 .men-news-item:first-child {
      margin-right: 14px;
    }
    .men-mod-resdownloads-bigbox {
      clear: both;
      
    }
    .men-mod-resdownloads .men-news-item .men-new-content-type {
      width: 85%;
    }
    .men-mod-resdownloads-featured-title {
      font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
  .men-mod-resdownloads {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .men-mod-resdownloads-row1 {
      display: block;
    }

    .men-mod-resdownloads-row1 .men-news-item, .men-mod-resdownloads-row2 .men-news-item {
      width: 100%;
      float: none;
      min-height: 0;
      margin-bottom: 14px;
    }
    .men-mmss-alert-top {display:block;}
        .men-mmss-alert-top img {width:100%;}
        .men-mmss-alert-left img {display:none;}
        .men-mmss-alert-logo {
        }
        .men-mmss-alert-logo img {
          display:block;
          max-width:220px;
        }
        .men-mmss-alert-left {
          float:none;
          width:100%;
          max-width: none;
        }
        .men-mmss-alert-left-title {
            font-size:24px;
            line-height: 32px;
        }
        .men-mmss-alert-right {
            float:none;
            width:100%;
            padding-top:0px;
        }
        .men-mmss-alert {
            background-color:#F2F3F3;
            padding:10%;
            max-width:70%;
            top: 0;
            margin-top: 10%;
            margin-left:auto;
            margin-right:Auto;
            position: relative;
        }
        .men-mmss-close-x {
            margin-top:-10px;
            margin-right:20px;
        }
        .form-columns-1 .hs-form-field, .form-columns-2 .hs-form-field, .form-columns-3 .hs-form-field{
          width: 96% !important;
        }
        .men-mod-resdownloads-bigbox-inner {
          padding: 26px;
        }
        .men-mod-logo-mark {
          width: 40px;
          margin-bottom: 8px;
        }
        .men-mod-resdownloads-bigbox-title {
          font-size: 36px;
          line-height: 42px;
        }
        .men-mod-imgdetails-text {
          padding-left: 18%;
        }
        .men-mod-imgdetails-details-icon {
          max-width: 38px;
          width: 8%;
            margin-left: 4%;
        }
        .men-mod-imgdetails-left {
          width: 100%;
        }
      .men-mod-header .men-basic-text {
        font-size: 18px;

      }
      .men-mod-resdownloads-featured-title {
        font-size: 24px;
      }
      .men-mod-resdownloads-featured-item {
        border-right: none;
        width: 100%;
        display: block;
        border-bottom: 1px solid #B2B3B3;
        padding-bottom: 24px;
        padding-top: 24px;
      }
      .men-mod-resdownloads-featured-item:last-child {
        border: none;
      }
      .men-mod-resdownloads-featured.men-content-inner {
        margin-bottom: -60px;
      }
      .men-footer-hubspot .form-columns-2 .hs-input,
      .men-footer-hubspot .form-columns-1 .hs-input {
          width: 100% !important;
      }

      .men-mod-iconcoles .men-content-inner {
        display: block;
      }
      .men-mod-iconcol {
        padding-top: 24px;
        padding-bottom: 24px;
        border-right: none !important;
        border-left: none !important;
        border-top: var(--border) !important;
      }
      .men-mod-iconcol:last-child {
        border-bottom: var(--border);
      }
      .men-mod-iconcol-cnt {
        max-width: none;
        text-align: left;
        line-height: 0;
        width: 100%;
      }
      .men-mod-iconcol-icon {
        padding: 0;
        width: 60px;

        display: inline-block;
        vertical-align: middle;
      }
      .men-mod-iconcol-icon img {
        
      }
      .men-mod-iconcol-title {
        width: calc(100% - 80px);
        line-height: normal;
        vertical-align: middle;
        display: inline-block;
      }
      .men-mod-header .men-com-about-right-image {
        padding-top: 40px;
        margin-top: 0;
      }
      .men-mod-tablehdr-btns {
        margin-top: 35px;
      }
      .men-mod-tablehdr-btns {
        text-align: center;
      }
      .men-mod-tablehdr-text {
        font-size: 18px;
        line-height: 145%;
        font-family: var(--fontsemibold);
      }
      .men-mod-tablehdr-right {
        position: relative;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 0;
      }
      .men-mod-tablehdr-image {
        max-width: 300px;
      }

      .men-mod-text .men-advanced-text {
        padding-bottom: 80px;
      }

      .tablet {
        display: none !important;
      }
      .mobile {
        display: block !important;
      }
}



