body{
 margin: 0;
}
/** MENU **/

.main-header {
  display: table;
  width: 100%;
  height: 93px;
}

@media print, screen and (min-width: 64em) {
 .large-12 {
    width: 100%;
 }
}

#header {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  padding: 0 !important;
  position: relative;
  background: #000000;
  padding: 50px 0;
  text-align: center;
}

#header-info {
  position: absolute;
  right: 30px;
  top: 30px;
  text-align: left;
}
.hd-img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.email_icon {
  width: 28px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.info-right{
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-left: 10px;
}
.info-emailheader{
  color: rgb(255, 255, 255);
  font-size: 9px;
  font-family: Montserrat;
  font-weight: bold;
  letter-spacing: 0.03px;
  text-transform: uppercase;
  opacity: .4;
}

.info-email{
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-family: Montserrat;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.04px;
  max-width: 295px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#menu {
  padding: 2px 0;
  display: block !important;
  background: #FFCC33;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #header {
    text-align: left !important;
    padding: 0 30px !important;
  }
}


@media screen and (max-width: 767px) {
 .info-email{
    max-width: 170px !important;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
 }
 .hd-img{
   height: 28px;
  }
}

@media screen and (max-width: 420px) {
.main-header {
  display: flex;
  height: 100px;
}

.email_icon {
    width: 23px;
}
#header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

 #header-info{
   position: inherit;
    top: auto;
    right: auto;
    padding: 13px 0 0;
}

.info-email {
  width: 100%;
  max-width: calc(100vw - 140px) !important;
 }
}


/** FOOTER **/
a, li, ol, ul {
    margin: 0;
    padding: 0;
    border: 0;
}
.btn, a {
    text-decoration: none;
}

.btn {
    display: inline-block;
    text-align: center;
    font-family: Montserrat,sans-serif;
    background: #ffcc33;
    border: 2px solid #ffcc33;
    color: #000;
    padding: 6.5px 30px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .2s ease-out;
    white-space: nowrap;
    text-transform: uppercase;
}
.el--flex--wrap {
    display: flex;
    flex-wrap: wrap;
}

.type--caps {
  text-transform: uppercase;
}
.type--bold,
strong {
  font-weight: 700;
}
.montserrat,
input,
select {
  font-family: "Montserrat", sans-serif !important;
}

.type--white {
  color: #ffffff;
}
.type--caption {
  font-size: 14px;
  font-family: "Montserrat", sans-serif !important;
}
ol,
ul {
  list-style: none;
}

.footer-container {
  background-color: #3d3d3d;
  font-family: "Montserrat", sans-serif !important;
}
.footer-content {
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif !important;
}
.footer-content a {
  color: #ffffff;
  transition: color 0.2s ease-out;
  font-family: "Montserrat", sans-serif !important;
}
.footer-content a:hover {
  color: #fdcc33;
}
.footer-content .type--primary--brand a {
  color: #fdcc33;
  transition: color 0.2s ease-out;
}
.footer-content .type--primary--brand a:hover {
  color: #f3b306;
}

.footer-content,
.footer-nav {
  display: flex;
  box-sizing: border-box;
}

.footer-nav {
  padding: 55px 40px 28px 48px;
  flex-direction: column;
  flex: 0 1 100%;
  background-color: #000000;
}
.footer__chat_button {
  position: fixed;
  bottom: -7px;
  right: 16px;
  z-index: 300;
}
.hidden-mobile {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-nav {
    flex: 0 1 900px;
  }
  .footer__logo svg {
    height: 100px;
  }
}
@media (max-width: 1024px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .footer-nav {
    flex: 0 1 400px;
  }
}
.footer-nav__footer-menu {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.footer-nav__footer-menu__item {
  max-width: auto;
  flex-basis: 25%;
  padding-left: 16px;
}
.footer-nav__footer-menu__item:first-child {
  padding-left: 0;
}
.footer-nav__footer-menu__item ul li {
  margin: 12px 0;
  font-weight: 500;
  line-height: 1.2;
}
.type--primary--brand {
  color: #fdcc33;
}
.footer-logo-copyright {
  display: flex;
  align-items: center;
  margin: 80px 0 0;
}
.footer__logo {
  padding: 0 70px 0 0;
}
.footer__logo svg {
  width: 250px;
}
.footer__copyright {
  flex: 1;
}
.type--body-small {
    font-size: 12px;
    font-family: "Montserrat", sans-serif !important;
}
.footer-logo-copyright .footer-contact__footer-social-container {
  display: none;
}
.footer-contact {
  background-color: #3d3d3d;
  display: flex;
  box-sizing: border-box;
  width: 60%;
  padding: 55px 40px 28px;
  flex-direction: column;
}
.sales-rep__authenticated {
  justify-content: center;
  flex: 1;
  padding: 0 0 30px;
  align-self: center;
}
footer .sales-rep img {
  width: 122px;
  height: 122px;
}
.footer-contact-info {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 48px;
}
.footer-contact-info__authenticated {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  border-top: 1px solid #ffffff;
  padding: 48px 0 0;
}
.footer-contact__footer-social-container {
  display: block;
  margin: 50px 0 0;
  clear: both;
  text-align: center;
}
.footer-contact__footer-social-container__authenticated {
  display: block;
  margin: 30px 0 0;
  clear: both;
  text-align: center;
}
.footer-social-container__social-header {
  margin: 0 0 22px;
  letter-spacing: 1px;
}
.footer-social-container__social-icons {
  display: flex;
  justify-content: center;
}
.footer-social-container__social-icon {
  margin: 0 10px;
}
.footer-contact__footer-social-container-row {
  display: block;
}
.footer-contact-info__info-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer-contact-info__info-container__row {
  display: flex;
  flex-direction: row;
  margin: 0 0 18px;
}
.footer-contact-info__info-container__row > div:nth-child(1) {
  flex: 0 0 18px;
}
.footer-contact-info__info-container__row > div:nth-child(2) {
  flex: 0 0 140px;
  text-align: right;
  margin: 0 12px 0 0;
}
.footer-contact-info__info-container__row > div:nth-child(3) {
  flex: 1 1 247px;
  flex-wrap: nowrap;
}
.accordion-container {
  display: none;
}
@media (max-width: 1024px) {
  .footer-content {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
    flex-basis: 100%;
    background-color: #000000;
  }
  .footer-contact {
    width: 100%;
  }
  .footer-nav {
    padding: 25px 16px 28px;
  }
  .footer-nav__footer-menu {
    display: none;
  }
  .footer-nav__footer-menu__item {
    flex-basis: 25%;
  }
  .footer-contact-info {
    border-bottom: none;
    padding: 0;
  }
  .sales-rep__authenticated .sales-rep a {
    border-bottom: 1px solid #fdcc33;
  }
  .footer-contact-info__authenticated {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    border-top: 1px solid #ffffff;
    padding: 48px 0 0;
  }
  .footer-contact__footer-social-container__authenticated {
    display: none;
  }
  .footer-contact-info__info-container__row {
    align-self: flex-start;
    width: 100%;
  }
  .footer__copyright {
    max-width: 90%;
    display: block;
    margin: 32px 0;
  }
  .footer-logo-copyright {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
  }
  .footer-logo-copyright .footer-contact__footer-social-container {
    display: block;
    margin: 0 0 31px;
  }
  .footer-contact .footer-contact__footer-social-container {
    display: none;
  }
  .footer__logo {
    align-self: center;
    padding: 0;
  }
  .accordion-container {
    display: flex;
    margin: 20px 0;
    flex-basis: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding: 24px 40px 28px;
    flex-direction: column;
  }
  .accordion_accordion-row {
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .accordion__accordion-title {
    flex: 1;
  }
  .accordion__accordion-icon {
    flex-basis: 0 0 50px;
    margin: 5px 0;
  }
  .accordion__accordion-icon > .icon:last-child {
    display: none;
  }
  .accordion__panel {
    padding: 12px 0;
    border-bottom: 1px solid #fff;
    display: none;
  }
  .accordion__panel ul li {
    margin: 5px 0 15px;
  }
  .accordion__panel ul li:last-child {
    margin: 5px 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-contact-info__authenticated {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    border-top: 1px solid #fff;
    padding: 48px 0 0;
    margin: 140px 0 0;
  }
}

@media screen and (max-width: 1080px) {
  #footer .grey {
    padding: 34px 15px;
  }
}

@media (max-width: 767px) {
  #livechat-compact-view {
    display: none;
  }
  .footer-content {
    flex-wrap: wrap-reverse;
    flex-basis: 100%;
  }
  .footer-contact {
    width: 100%;
    padding: 28px 16px;
  }
  .footer-contact-info__info-container__row > div:nth-child(2) {
    flex: 0 1 92px;
    text-align: left;
    margin: 0 12px 0 10px;
  }
  .footer-contact-info__info-container__row:last-child {
    margin: 0;
  }
  .accordion-container {
    padding: 0 16px;
  }
  .footer__chat_button {
    position: relative;
    bottom: -7px;
    right: 0;
    z-index: 0;
    margin: -10px 0 50px;
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  .hidden-mobile {
    display: block;
  }
}