#footer-top {
	background-color: #00ADEF;
	background-image: url(//cdn.shopify.com/s/files/1/0243/7593/t/14/assets/footer-shadow-mobile.png?36645);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
footer .footer-col {
	padding-top: 25px;
	padding-bottom: 20px;
}

footer .footer-col .footer-list-header {
	font-family: 'Roboto Slab';
	color: white;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
	text-transform: uppercase;
}

footer .footer-col .footer-link {
	font-family: 'BentonSans-Book';
	font-size: 15px;
	color: white;
	display: block;
	border: none;
	padding-bottom: 8px;
}

footer .footer-col form {
	
}

footer .footer-col p {
	font-family: 'BentonSans-Book';
	font-size: 15px;
	color: white;
	display: block;
	border: none;
	padding-bottom: 8px;
}

footer .footer-col input[type=email] {
	width: 75%;
	display: inline-block;
	height: 25px;
	max-width: 180px;
	padding: 5px;
	font-size: 13px;
	border: none;
}

footer .footer-col input[type=submit] {
	width: 20%;
	display: inline-block;
	height: 25px;
	font-size: 16px;
	max-width: 27px;
	padding: 0px;
}
footer .footer-copyright {
  	font-family: 'BentonSans-Book';
	font-size: 12px;
	color: white;
	text-align: center;
	padding: 0 0 15px;
}
footer .footer-copyright a {
  	color: #FFFFFF;
	border-bottom: none;
}
footer .footer-copyright a:hover {
  	color: #FFFFFF;
	text-decoration: underline;
}

#footer-bottom {
	background: #2f445e;
	text-align: center;
}
#footer-bottom .footer-link {
	font-family: 'BentonSans';
	font-size: 16px;
	font-weight: 500;
	color: white;
	border: none;
	padding: 17px 25px 15px;
	display: inline-block;
}
#footer-bottom .footer-link.makeLink {
	color: #E61D33;
}

/********* Mobile **********/

#mobile-footer {
    background: #00AEEF url(//cdn.shopify.com/s/files/1/0243/7593/t/14/assets/footer-shadow-mobile.png?36645) no-repeat;
    background-size: 100% 20px;
    text-align: center;
    padding-top: 20px;
}
#sign-up-mobile {
	padding-bottom: 20px;
}

#sign-up-mobile h4 {
	color: white;
    font-size: 26px;
    font-weight: 500;
    border-bottom: 1px solid #bfebfb;
    display: block;
	padding: 15px 0 15px;
	text-transform: uppercase;
}
#sign-up-mobile p {
	border: none;
	color: white;
	font-size: 21px;
	font-family: 'BentonSans-Book';
	padding: 10px 0 12px;
	display: block;
}
#sign-up-mobile form {
	display: inline-table;
}
#sign-up-mobile input[type=email] {
	font-size: 18px;
	padding: 9px 12px 7px;
	border: none;
	margin: 0;
	float: left;
}
#sign-up-mobile input[type=submit] {
	padding: 8px 8px;
	border-radius: 3px;
	float: left;
	margin-left: 4px;
}
#footer-accordion {
    margin: 0;
}
#footer-accordion .panel {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    text-align: center;
    margin: 0;
}
#footer-accordion .panel-heading {
    background: none;
    border: none;
    border-bottom: 1px solid #bfebfb;
    padding: 0;
}
#footer-accordion .panel-heading a {
	color: white;
    font-size: 26px;
    font-weight: 500;
    border: none;
    display: block;
	padding: 18px 0 13px;
	text-transform: uppercase;
}
#footer-accordion .panel-heading a:after {
	content: '-';
}
#footer-accordion .panel-heading a.collapsed:after {
	content: '+';
}

#footer-accordion .panel-body {
	border: none;
	padding: 0;
}
#footer-accordion .panel-body p,
#footer-accordion .panel-body a {
	border: none;
	color: white;
	font-size: 21px;
	font-family: 'BentonSans-Book';
	padding: 6px 0;
	display: block;
}
#footer-accordion .panel-heading a:hover,
#footer-accordion .panel-heading a:focus,
#footer-accordion .panel-body a:hover,
#footer-accordion .panel-body a:focus {
	background: #005e90;
}

#footer-copyright-mobile {
  	font-family: 'BentonSans-Book';
	color: white;
	padding: 15px 0 11px;
	font-size: 12px;
}
#footer-copyright-mobile a {
  	color: #FFFFFF;
	border-bottom: none;
  	font-size:12px;
}
#footer-copyright-mobile a:hover {
  	color: #FFFFFF;
	text-decoration: underline;
}