ul.ul_level2.double {
    min-height: 0px;
}

//mobile footer fix//
@media (max-width: 767px) {
#footer-wrapper #footer .m-wrapper .m-contents.company, #footer-wrapper #footer .m-wrapper .m-contents.social_media {
    width: 100% !important;
}
}

//fonts//
@font-face {
    font-family: 'ATS Script';
    src: local('Above The Sky Script'), local('ATS-Script'),
        url('http://solutionsbymuse.aimsmarter.com/froot/90732/uploads/ATS-Script.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rotis Semi Serif Std';
    src: local('Rotis Semi Serif Std 55 Regular'), local('RotisSemiSerifStd'),
        url('http://solutionsbymuse.aimsmarter.com/froot/90732/uploads/RotisSemiSerifStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');

body {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

.m-texthtml, .m-product, .m-prodlist {
  h1 {
    font-family: 'Rotis Semi Serif Std', 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
    border-bottom: none;
    max-width: 100%;
    font-size: 22px;
    color: #d82a2f;
  }

  h2, h3 {
    font-family: 'ATS Script', 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    color: #9ECFCA;
    text-transform: none;
  }
}


//formatting contact form//
table.userform {
    width: 100%;
}
table.userform {
    border: none;
}
table.userform th, table.userform td {
    border-bottom: 1px solid lightgray;
}
table.userform th, table.userform td {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    color: #54555B;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 100;
}
table.userform tr {
    height: 80px;
}
.buttons-auto {
    width: 200px;
}
.button input[type="submit"] {
    background: #D82A2F;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
}
.button.primary-btn:hover input, .button.primary-btn:hover a, .button.secondary-btn:hover input, .button.secondary-btn:hover a, button.secondary-btn:hover, .button input[type="submit"] {
    opacity: 1;
}


//MINI BUTTON//
.mini_button {
    font-weight: 600;
    color: #fff !important;
    background: #D82A2F;
    width: 200px;
    text-align: center;
    padding: 9px;
}

//body headings//
.m-prodlist h3 {
    border-bottom: none;
    margin-bottom: 10px;
}

//reformatting footer//
#footer-wrapper #footer .m-wrapper .m-contents.company {
    width: 15%;
}
#footer-wrapper #footer .m-wrapper .m-contents.social_media {
    width: 35%;
}


//footer colors//
#footer-wrapper {
    background: #F2F2F2;
}
#footer-wrapper #footer .m-wrapper .m-contents.company li a {
    color: #54555B;
}
#footer-wrapper #footer .m-wrapper .m-contents h3 {
    color: #D82B2F;
}
#footer-wrapper #footer .m-wrapper .m-contents.social_media {
    color: #898B8E;
}
#footer-wrapper #footer .m-wrapper .social_icon {
    background: #54555B;
}
#footer-wrapper #footer .m-wrapper .m-contents:before {
    box-shadow: none;
    border-left: none;
}
#footer-wrapper #footer .m-wrapper .m-contents.footer_products_links li a {
    color: #54555B;
    font-family: 'Rotis Semi Serif Std';
}
#footer-wrapper #copyright {
    background: rgb(84,85,91);
}
#footer-wrapper #footer .m-wrapper .m-contents.company li {
    font-family: 'Rotis Semi Serif Std';
}
#footer-wrapper #footer .m-wrapper .m-contents h3 { 
    font-family: 'Rotis Semi Serif Std';
}