/* HTML Set up */
footer {  position: relative;  padding:0px; z-index:3;  background:#c3262c;}
footer h3 { width: 100%; font-size:1.125rem!important;  font-weight: 700!important; font-style: italic; line-height:1.5rem; margin-bottom:5px;   display: flex; position: relative;  }
/*footer h3:after{content: ""; position: absolute; bottom:-10px; width: 50px; height: 2px; background-color: transparent;}*/
footer h3 a {  font-weight:700; vertical-align: top; color: #fff!important;  }
footer p, footer li {  margin:6px 3px; padding:0px!important;  font-weight:400; font-size: 1rem!important;   text-align: left; line-height: 1.7rem; color:#666; }
footer p{ color:#fff; }
footer a { color:#fff!important; text-decoration: none; -webkit-transition: color .5s, background .5s; transition: color .5s, background .5s; }
footer a:hover { opacity: .4; text-decoration: none;}
 @media only screen and (min-width: 1000px) {
 footer h3:after{content: ""; position: absolute; bottom:-10px; width: 50px; height: 2px; background-color: #fff;}
}
.cms-footer { width: 100%; margin: 0 auto; padding:0px;  display: flex; flex-direction: row; flex-wrap: wrap;   justify-content: space-between; }
.cms-footer-bottom-bar { width: 100%;margin:0 auto; padding:5px 0px;  display: block;  text-align: center;  border-top: solid 1px rgba(255,255,255,.5);  }
#cms-main .cms-footer-bottom-bar p { width: 100%;  text-align: center; font-size: 0.875rem!important; }
.cms-footer-bottom-bar .menu-wrap { display: flex; flex-wrap: wrap; max-width: 1000px; margin: 0px auto; padding: 0px;}
.cms-footer-navigation { width: 100%; margin: 0;  display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;  } 
.cms-footer-links-holder { margin: 0px; padding:20px; position: relative;  vertical-align: top; }
.cms-footer-links-holder:nth-child(1) { width:30%;}
.cms-footer-links-holder:nth-child(2) { width:calc(40% - 5%);  margin-left: 5%!important;  }
.cms-footer-links-holder:nth-child(3) { width:30%;}
 

.cms-footer-links-holder.half li{flex:0 0 50%;    }
.cms-footer-links{ margin: 20px 0px; padding:0px 15px 0px 0px; width: 100%; vertical-align: top; display: flex; flex-wrap: wrap; list-style: none; -webkit-transition: max-height .5s; transition: max-height .5s; }
.cms-footer-links li{flex:0 0 100%; margin:5px 0px; line-height: 1.5rem; color:#fff; opacity: 1;  }
.cms-footer-links li img{ width: 40%; }




.no-touch-call{cursor:pointer; pointer-events: none;} 
.cms-social-icons { margin: 0px; padding: 0px; width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start;  position: relative;list-style: none; }
.cms-social-icons li i{   opacity: 1!important; }
.cms-social-icons li a { border-radius: 0; transition: all 0.3s ease 0s;  opacity:1;   }
.cms-social-icons li:hover {  background:#be892f; border-radius:99rem;  }
.cms-footer-links li ul.cms-social-icons li {position: relative;  z-index: 1; display: flex;  align-items: center; justify-content: center; text-align: center; width: 36px; max-width: 36px;max-height: 36px; height: 36px;  opacity: 1!important;margin: 0px 5px;  }
/*.cms-social-icons li::after { content: ""; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: rgba(255,255,255,.5); border-radius: 10px; transform: rotate(45deg);transition: all 0.5s;}
*/ 
.icon-fb-2{ width:36px; height: 36px; display: block; background: url("../images/icon/icon-fb.svg") no-repeat center top; }
.icon-line{ width:36px; height: 36px; display: block; background: url("../images/icon/icon-line.svg") no-repeat center top;}
.icon-youtube{ width: 36px; height: 36px; display: block; background: url("../images/icon/icon-youtube.svg") no-repeat center top;}
.icon-email{ width:36px; height: 36px; display: block; background: url("../images/icon/email.svg") no-repeat center top;}

/* Responsive Mobile Sizes */
@media only screen and (max-width: 999px) {
.cms-footer-links-holder:nth-child(2) {  margin-left: 0px!important;  }
    
.cms-footer-links-holder.half{flex:0 0 100%; margin:2px 0px; }

    
.cms-footer-links-holder.third{flex:0 0 100%; margin:2px 0px; padding-right:35px;  }
.cms-footer-links-holder,.cms-footer-links-holder.half,.cms-footer-links-holder.third{ width: 100%!important;  flex:0 0 100%;  padding: 0;}
.cms-footer-links-holder h3 { width: 100%; flex:0 0 100%; display: block; margin: 0; padding: 0px 10px 0px 0px; cursor: pointer;font-size: 1.125rem!important; line-height: 2.5rem; text-align: left;  border-bottom: solid 1px rgba(255,255,255,.5); /* Down Arrows */ }
    .cms-footer-links-holder:nth-child(3) h3{border-bottom: none;}
    .cms-footer-links-holder h3::after { float: right; margin-right: 10px;margin-top:10px; width: 10px; height: 10px; content: ""; display: inline-block; vertical-align: middle;  border-top: 2px solid #fff; border-right: 2px solid #fff; -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transition: transform .5s; transition: transform .5s; }
.cms-footer-links-holder:nth-child(1) { width:100%; display: flex; flex-wrap: wrap;justify-content: space-between; }
 
    .cms-social-icons {  width: auto;   margin:10px; padding: 0px; justify-content: center; }
.cms-footer-logo{ margin: 20px 0px; display: inline-block; }

    .cms-footer-links-holder::last-child { border-bottom: none!important;  }
.cms-footer-links { max-height: 0; overflow: hidden; padding:0px;  }
.cms-footer-links-holder.active h3::after { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.cms-footer-links-holder.active .cms-footer-links { max-height: 10000px; }
.cms-footer-bottom-bar-right, .cms-footer-bottom-bar-left{ width: 100%;  }
.cms-footer-bottom-bar-left p{ text-align: center;  }  
.cms-footer-bottom-bar {text-align: center; border: none;}
.no-touch-call{cursor:pointer; pointer-events: auto;}    
 }