@import url("https://use.typekit.net/xcq2nsy.css");

body{
  margin:0;
  padding:0;
  font-family: proxima-nova, sans-serif;
}

h1,h2{
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
a,p,h3,h4,h5,h6,ol,ul,textarea,input{
  font-family: proxima-nova, sans-serif;
}
.page-center-1200{
  max-width: 1200px !important;
  box-sizing: border-box;
  float: none!important;
  margin: 0 auto!important;
  width: 100%!important;
}
a{
  display:inline-block;
}
@media(max-width:767px){
  h1{
    font-size:30px !important;
    line-height:32px !important;
  }
  h2{
    font-size:28px !important;
    line-height:30px !important;
  }
  h3{
    font-size:26px !important;
    line-height:28px !important;
  }
  h4,h5{
    font-size:24px !important;
    line-height:26px !important;
  }
  h6{
    font-size:22px !important;
    line-height:24px !important;
  }
  p,a{
    font-size:16px !important;
    line-height:20px !important;
  }
}

/*Header Styles*/

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
/*   width: auto !important; */
}
.mobile-wrp{
  display:none !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }

  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.
 */

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 1024px){
  .malbekMenuOuter .hs-menu-wrapper>ul>li:last-child>a {
    background-color: transparent;
    border-radius: 0px;
  }

  .sg-menu-outer{
    display:none !important;
  }
.mobile-logo {
    text-align: center;
  }
.mobile-logo img {
    width: 65px !important;
  }
  .mobile-wrp {
    padding: 10px 0px !important;
  }
  .mobile-wrp{
  display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 10px 0px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 16px !important;
    line-height: 35px !important;
    border-bottom: 1px solid #e8e6e9 !important;
        font-weight: 600 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li {
    padding: 0px 20px !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul li {
    border-top: 0px !important;
  }
  
  
  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    cursor: pointer;
    position: absolute;
    top: 65px;
    right: 15px;
    width: auto;
    height: auto;
    padding: 7px 0px 8px;
    background: transparent;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: -40px;
    color: transparent;
    display: inline-block !important; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#000;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#000;
    background-color: transparent; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #FFFFFF; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #FFFFFF; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 12px 25px;
    display: block !important;
    width: 55px !important;
    min-width: 55px !important;
    height: 55px !important;
    padding: 0px !important;
  }
  .child-trigger.child-open {
    transform: rotate(180deg);
    background-position: center;
    border-left: 0px;
    border-right: 1px dotted rgba(255,255,255,1);
);
    background-position: center;
    border-left: 0px;
    border-right: 1px dotted rgba(255,255,255,1);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
  .custom-menu-primary.js-enabled{
      position: relative;
      padding-top: 0; /* Makes room for button */ 
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    top: 70px;
    left: 0;
    padding: 0;
    background: #fff;
    z-index: 999;
    position: absolute;
    padding: 5px 0;
    height: auto;
    border-radius: 0px;
    box-shadow: 0px 0px 20px -4px #4521a3;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper:before {
    content: '';
    position: absolute;
    background-color: #4528a0;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    color: #ffffff !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:transparent; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    padding: 0 10px;
    color: #000;
    font-size: 16px;
    line-height:35px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #7E7EB9; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  .mobile-open .mobile-trigger i {
    background-color: transparent !important;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    opacity: 1;
    background-color: #FFFFFF;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    opacity: 1;
    background-color: #FFFFFF;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mobile-trigger i{
    background-color:#FFFFFF ;
    -webkit-transition: .25s all ease;
    -moz-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  .mobile-trigger i:before {
    top: -6px;
    opacity: 1;
    background-color: #FFFFFF;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
  }
  .mobile-trigger i:after {
    top: 6px;
    opacity: 1;
    background-color: #FFFFFF;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
  }
}

.top-brown-border {
    background-color: #a89138;
    padding: 5px 0;
}
/*Footer Styles*/
.foter-copyright p {
    margin: 0;
    padding: 55px 0 0 0;
    line-height: 22px;
    font-size: 15px;
    color: #fff;
    font-weight:400;
    color: #00a9c1;
}
.foter-copyright p a {
    line-height: 22px;
    font-size: 15px;
    color: #fff;
    font-weight:400;
    color: #00a9c1;
    text-decoration: underline;
}
.foter-copyright p a:hover {
  color: white;
}
.product-lists ul {
    margin: 0;
    padding: 30px 0 0 0;
}
.product-lists ul li {
    font-size: 15px;
    color: #ffffff;
    line-height: 22px;
    text-decoration: none;
    list-style:none;
    margin:0;
    padding-bottom: 15px;
    font-weight: 400;
}
.afa-footer-outer {
   background-color: #00334D;
    padding: 20px 0;
    position:relative;
}
.footer-logo-outer img {
    width: 200px !important;
    height: auto !important;
}
.footer-logo-column .footer-image-outer {
    padding-top: 65px;
}
.footer-image-outer img {
    width: 160px !important;
}
.footer-menu-heading span {
    font-size: 20px;
    color: #10A9C1;
    line-height: 40px;
    font-weight: bold;
    font-style: italic;
    font-family:"ff-tisa-sans-web-pro" !important;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 30px;
}
.footer-menu ul li a {
    font-size: 15px;
    color: #ffffff;
    line-height: 22px;
    text-decoration: none;
    padding-bottom: 15px;
    font-weight: 400;
}
.social-sharing-icons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 30px;
}
.social-sharing-icons ul li {
    float: left;
    padding-right: 20px;
}
.social-sharing-icons ul li:last-child {
    padding: 0 !important;
}
.footer-bottom-text-outer .footer-bottom-text-inner {
    text-align: center;
}
.footer-bottom-text-outer {
    padding: 10px 0 7px;
    background-color: #A89138;
}
.footer-image-mobile {
    display: none !important;
}
.footer-bottom-text-outer span {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
}
    
@media(max-width:1060px){
  .site-menu-section,
  .products-menu-section,
  .follow-section{
      padding-left: 30px;
  }
  .footer-menu ul li a{
    font-size:13px !important;
    line-height:21px !important;
  }
  .social-sharing-icons ul li {
    padding-right: 15px !important;
  }
  .social-sharing-icons ul li img {
      width: 23px;
  }
}

@media(max-width:767px){
  .foter-copyright p {
    text-align: center;
}
  .active-branch li a{
    font-size:20px !important;
    line-height:22px !important;
  }
  .footer-image-outer {
    display: none !important;
  }
  .footer-image-mobile {
    display: block !important;
  }
  .footer-logo-column .footer-logo-outer {
    padding: 0 0 40px;
    text-align: center;
  }
  .afa-footer-outer {
    padding: 50px 0 !important;
    background-position:center;
  }
  .afa-footer-outer .products-menu-section {
    display: none !important;
  }
  .afa-footer-outer .footer-menu-heading {
    display: none !important;
  }
  .afa-footer-outer .follow-section .footer-menu-heading {
    display: block !important;
  }
  .afa-footer-outer .footer-menu {
    max-width: 185px;
    margin: 0px auto !important;
/*     max-width: fit-content;
    margin: 0 auto !important; */
  }
  .footer-menu ul li {
    text-align: left;
  }
  .footer-menu ul {
    padding: 0 !important;
  }
  .afa-footer-outer .follow-section {
    max-width: fit-content;
    margin: 0 auto !important;
    padding:0 !important;
  }
  .footer-image-mobile img {
    width: 160px !important;
  }
  .social-sharing-icons ul {
    padding-top: 20px;
  }
  .afa-footer-outer .footer-image-mobile {
    text-align: center;
    padding-top: 60px;
  }
  .footer-menu ul li a{
    font-size:15px !important;
    line-height:22px !important;
  }
  .social-sharing-icons ul li {
    padding-right: 20px !important;
  }
  .social-sharing-icons ul li img {
    width: auto !important;
  }
  .afa-footer-outer:before {
      height: 70px;
      top: -68px;
  }
}

.mega-menu-address p, .mega-menu-address a{
 font-family: proxima-nova, sans-serif !important;
 font-weight: 400;
 color: white;
 font-size: 18px;
 font-weight: 400;
 line-height: 27px;
 margin: 0;
 text-decoration: none;
}
@media(max-width:370px){
  .afa-footer-outer {
    margin-top:-8px;
  }
}