.forceFontColor {
    color: #002855 !important;
}

#footerBackground {
	max-width: 1280px;
	margin: auto;
	background: #fff;
}

#footerContainer {
	width: 100%;
	color: #333;
}

#footerRowOne {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footerRowTwo {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#footerRowTwo a {
	display: block;
	text-decoration: none;
}

#footerRowTwo > div {
    padding: 10px;
}

div#footerCol5 {
    flex-basis: 100%;
    text-align: left;
}

.footerColHeader {
	display: block;
	font-weight: bold;
	color: #022a56;
	cursor: pointer;
}

div#footerRowOne > div {
	padding: 10px;
}

#footerNewsletterBlock > form > input[type="submit"] {
    height: 35px;
    width: 80px;
    border: 0px;
    background-color: #022a56;
    color: #FFF;
}

#footerNewsletterBlock > form > input[type="text"] {
    width: 240px;
    border: 1px black ridge;
    padding: 5px;
}

#footerSMSSubscribeBlock > form > input[type="submit"] {
    height: 35px;
    width: 80px;
    border: 0px;
    background-color: #022a56;
    color: #FFF;
}

#footerSMSSubscribeBlock > form > input[type="text"] {
    width: 240px;
    border: 1px black ridge;
    padding: 5px;
}
div#footerContainer a {
    color: #333;
}

.join-millionaire {
	font-size: 16px;
}

#footerRowThree {
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
}

#footerRowThree > hr, #footerContainer > hr, .footer-divider {
	background-color: rgba(0, 45, 80, 0.15);
	border: none;
	height: 5px;
	margin: 10px 0px;
}


.footerColHeader > i.material-icons {
	vertical-align: sub;
	font-size: 26px;
}

@media screen and (max-width: 700px) {
}

@media screen and (min-width: 900px) {
	
	#footerRowTwo > div {
		max-width: calc(100% / 5);
	}
}

/*@media screen and (min-width: 600px) and (max-width: 899px) { */
@media screen and (min-width: 701px) and (max-width: 899px) {

	#footerRowTwo > div {
		max-width: calc(100% / 4);
	}
	
	#footerCol5 {
		max-width: 100% !important;
	}

}

@media screen and (min-width: 701px) {
	.footerColHeader > i.material-icons {
		display: none;
	}

	#footerEmail {
		height: 1.9em;
	}

	.footerColHeader {
		cursor: auto;
	}
}

@media screen and (max-width: 700px) {

	#footerRowTwo {
		display: flex;
		flex-direction: column;
	}

	.footerColHeader {
		display: flex;
		justify-content: space-between;
		margin: 0 10px;
	}

	#footerCol5 .footerColHeader{ margin:0; }

	.footerCollapsableSection {
		margin: 0 10px;
	}
	.footerCollapsableSection {
		display: none;
	}

	#footerRowTwo > div {
            flex-basis: 40%;
    		text-align: center;
		    font-size: 1.1rem;
	}
	
	div#footerRowOne > div {
		text-align: center;
		width: 100%;
		padding: 20px 10px;
		font-size: 1.4rem;
	}
	
	div#footerRowThree {
		font-size: 1rem;
		margin-bottom: 50px;
	}

	.footerLinks { margin: 0 5px; }

	div#footerNewsletterBlock > form > input[type=submit] {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 30px;
		border: 0px;
		background-color: #002855;
		color: #FFF;
		font-size: 1.2rem;
	}
	
	div#footerNewsletterBlock > form > input[type="text"] {
		width:  97%;
		margin-bottom: 5px;
		border-radius: 5px;
	}
}

#social_FB {
        background-image: url('https://images.booksamillion.com/images/social/facebook_cpl.png');
}

#social_IG {
        background-image: url('https://images.booksamillion.com/images/social/instagram_cpl.png');
}

#social_TW {
        background-image: url('https://images.booksamillion.com/images/social/twitter_cpl.png');
}

#social_PN {
        background-image: url('https://images.booksamillion.com/images/social/pinterest_cpl.png');
}

#social_BL {
        background-image: url('https://images.booksamillion.com/images/social/blog_cpl.png');
}

.social_icon {
        background-repeat: no-repeat;
        background-position: top;
}

.social_icon:hover {
    background-position: bottom !important;
}

#footerSocialBlock {
    margin: auto;
}

div#footerCol5 {
    flex-basis: 100%;
    text-align: left;
}


ul#footerSocialBlock {
    list-style: none;
    display: flex;
    flex-grow: 1;
}

@media screen and (max-width: 701px) { 

     ul#footerSocialBlock { 
        justify-content: space-evenly;
     }

}

#footerSocialBlock > a {
    display: inline-block;
    margin-top: 10px;
}

#footerNewsletterBlock > form {
    width: auto !important;
}

#footerNewsletterBlock > form > label {
    display: none;
}

#footerSMSSubscribeBlock > form {
    width: auto !important;
}

#footerSMSSubscribeBlock > form > label {
    display: none;
}
