@media (max-width: 767px) {
  /* Your mobile-specific CSS styles go here */
	#topFooter {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* Your iPad-specific CSS styles go here */
	#topFooter {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	#footerRowTarget {
		margin-left: 0!important;
		margin-right: 0!important;
	}
}

.title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1.5rem;
    color: #004766;
	font-family: 'quicksand', 'sans-serif';
}

#topFooter {
    background-color: #F5F5F0;
    width: 100%!important;
    margin: 0!important;
    max-width: 100%!important;
    padding: 0 3rem;
    padding-top: 1.5rem;
}  

.item {

    font-size: 14px;
    margin-bottom: 0.5rem;
	font-family: 'quicksand', 'sans-serif';
}

.item a:hover {
    color: #004766;
    text-decoration: underline;
}

.item a {
    text-decoration: none;
    color: #004766;
}

.footer-wrapper {
    background-color: #282828!important;
    padding: 2rem 0 3rem 0;
}

.footerRow {
    
}

.footerList {
    list-style-type: none;
	font-family: 'quicksand', 'sans-serif';
	padding-left: 0;
	margin-top: 1rem!important;
}

.footerList a {
    text-decoration: none;
    color: white;
	font-family: 'quicksand', 'sans-serif';
}

.footerList a:hover {
    text-decoration: underline;
    color: white;
} 

.footerList li {
    display: inline;
    padding-left: 18px;
    margin-right: 9px;
    border-left: 1px solid white;
}


.FCA {
    color: #B3B3B3;
	font-family: 'quicksand', 'sans-serif';
}

.FCARow {
    margin-top: 2rem!important;
}

/* For mobile devices (phones) */
@media only screen and (max-width: 767px) {
    .footerList {
        padding: 0;
        margin-top: 1rem;
    }

    .FCARow {
        margin-top: 0.5rem!important;
    }

    .title {
        margin-bottom: 0.75rem;
        margin-top: 1rem;
    }
  }