
@media only screen and (max-width: 1280px) {
	section#topHero {
		background-position: right -180px center;
		height: 380px;
	}
	section#topHero .contained {
		height: 380px;
	}
	section#topHero .contained h1 {
		width: 50%;
		font-size: 40px;
	}
	section#topHero .contained h1 span {
		font-size: 50px;
	}
	section#books .booksWrapper .book {
		width: calc(50% - 20px);
		margin-bottom: 20px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	}
	section#books .booksWrapper .book h2 {
		font-size: 28px;
	}
	section#books .booksWrapper .book .contentWrapper .content {
		width: 62%;
	}
	section#books .booksWrapper .book .contentWrapper img {
		width: 38%;
	}
	section#books .booksWrapper .book:nth-child(odd) {
		margin-right: 10px;
	}
	section#books .booksWrapper .book:nth-child(even) {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.showMobileLg {
		display: block;
	}
	.hideMobileLg {
		display: none;
	}
	header#mainHeader .contained .brandLogo img {
		width: 225px;
	}
	header#mainHeader .contained .siteIntention {
		font-size: 14px;
	}
	section#topHero,
	section#topHero .contained {
		height: 300px;
	}
	section#topHero .contained h1 {
		font-size: 30px;
	}
	section#topHero .contained h1 span {
		font-size: 40px;
	}
	section#adhdAdultsHero,
	section#adhdCaregiverHero {
		background: #fff;
		height: auto;
	}
	section#adhdAdultsHero .contained,
	section#adhdCaregiverHero .contained {
		background: #fff;
		height: auto;
	}
	section#adhdAdultsHero .contained h1,
	section#adhdCaregiverHero .contained h1 {
		width: 100%;
		padding: 0 0 30px;
		font-size: 30px;
	}
	section#adhdAdultsHero .contained h1 span,
	section#adhdCaregiverHero .contained h1 span {
		font-size: 40px;
	}
	section#books {
		padding-top: 30px;
	}
	section#books .booksHeading {
		font-size: 1rem;
	}
	section#books .booksWrapper {
		margin-top: 30px;
	}
	section#books .booksWrapper .book {
		padding: 15px 25px;
	}
	section#books .booksWrapper .book .contentWrapper {
		margin-top: 20px;
	}
	section#books .booksWrapper .book .contentWrapper .content {
		width: 100%;
		display: block;
		padding: 0;
	}
	section#books .booksWrapper .book .contentWrapper .content img {
		width: 140px;
		float: right;
		margin: 0 0 10px 10px;
	}
	section#books .booksWrapper .book .contentWrapper > img {
		width: 0;
	}
	section#books .booksWrapper .book .buttons {
		margin-bottom: 10px;
	}
	section#resources {
		background-position: left -250px center;
	}
	section#resources .contained h3 {
		font-size: 26px;
	}
	section#resources .contained .spacer {
		min-height: 130px;
	}
	section#resources .contained .content p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	section#about .contained {
		align-items: flex-start;
	}
	section#about .contained .content {
		width: 60%;
	}
	section#about .contained .imgContainer {
		width: 40%;
	}
	section#about .contained .imgContainer img {
		height: auto;
	}
}

@media only screen and (max-width: 980px) {
	.showMobile {
		display: block;
	}
	.hideMobile {
		display: none;
	}
	.contained {
		padding-right: 30px;
		padding-left: 30px;
	}
	header#mainHeader .contained {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	header#mainHeader .contained .siteIntention {
		margin-top: 5px;
	}
	section#topHero {
		background: #07457c;;
		height: auto;
	}
	section#topHero .contained {
		height: auto;
		flex-direction: column;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	section#topHero .contained h1 {
		width: 100%;
	}
	section#books .booksWrapper .book {
		width: 100%;
		padding: 25px 35px;
		margin: 15px 0!important;
	}
	section#books .booksWrapper .book h2 {
		font-size: 23px;
	}
	section#books .booksWrapper .book .contentWrapper .content img {
		width: 160px;
	}
	section#books .booksWrapper .book .contentWrapper .content p {
		line-height: 1.4;
	}
	section#resources .contained {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	section#resources .contained h3,
	section#resources .contained .content {
		width: 100%;
		text-align: left;
	}
	section#resources .contained h3 {
		margin-bottom: 20px;
		padding: 0;
	}
	section#resources .contained .spacer {
		display: none;
	}
	section#resources .contained .content {
		padding: 0;
	}
	section#resources .contained .content p {
		max-width: none;
	}
	section#about .contained {
		position: relative;
	}
	section#about .contained .content {
		width: 100%;
		position: relative;
		z-index: 5;
	}
	section#about .contained .imgContainer {
		width: 80%;
		position: absolute;
		bottom: 0;
		right: -20%;
		opacity: 0.35;
		z-index: 1;
	}
	footer .contained {
		flex-direction: column;
	}
	footer .contained .brandLogo,
	footer .contained .content {
		width: 100%;
	}
	footer .contained .content {
		margin: 30px 0 0 0;
	}
}

@media only screen and (max-width: 500px) {
	.contained {
   	padding-right: 20px;
   	padding-left: 20px;
	}
	header#mainHeader .contained .siteIntention {
   	font-size: 13px;
	}
	header#mainHeader .contained .brandLogo img {
		width: 200px;
	}
	section#topHero .contained h1 {
		font-size: 25px;
	}
	section#topHero .contained h1 span {
		font-size: 35px;
	}
	section#adhdAdultsHero .contained h1,
	section#adhdCaregiverHero .contained h1 {
		font-size: 25px;
	}
	section#adhdAdultsHero .contained h1 span,
	section#adhdCaregiverHero .contained h1 span {
		font-size: 35px;
	}
	section#books .booksWrapper .book {
		padding: 15px 25px;
	}
	section#books .booksWrapper .book .contentWrapper .content img {
		width: 120px;
	}
	section#resources {
		background-position: right center;
	}
	section#about .contained .imgContainer {
		display: none;
	}
}
