/* Footer styles */

footer {
	 position:absolute;
	 bottom: 0;
	 width:100%;
	 z-index: 1000;
}
 footer .row{
	 margin:0;
}
 .footer {
	 border-top: 1px solid #FFCF44;
	 background-color:#fff;
	 position:relative;
}

.footer h2 {
	color: #5B1300;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1.6rem;
	font-weight: 700;
}

 .footer a {
	 color: #5B1300;
	 font-weight:600;
}
 .footer .col-sm-12 {
	 padding:15px;
}
 .footer .col-sm-6 {
	 width: 40%;
}
 .footer-top {
	 width: 100%;
	 background-color: #FFCF44;
	 border-bottom: 1px solid #FFCF44;
	 margin-bottom: 2em;
}
 .footer-links div div {
	 padding: 0.5em 0.5em 0 0.5em;
}
 .footer-links div {
	 text-align: left;
	 font-size: 1em;
}
 .footer-links img {
	 width: 1.5em;
	 margin: 0 0.2em;
	 border: 0em;
}
/* Footer Logo*/

.footer-logo {
	height:68px;
	margin: 1rem 0 1rem 0;
}
/* Social Media Icons */

footer ul.social-media {
    width: 100%;
    top: auto;
    clear: both;
    float: none;
    position: relative;
    display: block;
    padding: 0;
}

footer ul.social-media li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}

footer ul.social-media li a i.fab {
    font-size: 20px;
    line-height: 39px;
}

footer ul.social-media li a span {
    text-indent: -10000px;
    height: 0;
    line-height: 0;
    display: block;
}

footer ul.social-media li:first-child {
    margin-left: 0;
}

footer ul.social-media li {
    float: left;
    list-style: none;
    display: block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: #ededed;
}


footer ul.social-media li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}
/* End Social Media */

 .left-border {
	 border-left: 1px solid #FFCF44;
	 color: #666;
}
 .left-border2 {
	 color: #666;
	 font-size: 1.2em;
	 display:none;
}

 .footer-bottom, .footer-bottom a {
	 background-color: #5B1300;
	 color: #fff;
	 text-align: right;
	 width: 100%;
}
 .footer-bottom{
      border-top: 5px solid #5B1300;
 }
 .footer-bottom img {
	 float: left;
	 max-width: 18em;
}
 .footlinks div{
	 padding-top:0 !important;
	 margin-bottom:0 !important;
}
 .notice {
	 height: 100%;
	 width: 100%;
	 display: table;
}
 .notice a {
	 display: table-cell;
	 vertical-align: middle;
	 text-decoration: underline;
}

.notice a:hover {
 color: #FFCF44;
}
.address{
  padding-left:75px;
}
 @media (max-width: 768px) {
	 .left-border2 {
		 display:block;
		 padding-left: 50px !important;
	}

	 .footer-middle {
		display:none;
 }
	 .left-border {
		 border-left: 0px;
	}
	 .footer {
		 position:relative !important;
	}
}