@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700&display=swap');

header{
	margin-bottom: 0px !important;
}

/*header .nondivisionalmenu{
	height: 7px;
}

 header .input-group.adsearch{
	display: none;
 } */

.content_wrapper.primaryMainPage{
	margin-bottom: 279px;
	margin-top: 0px;
}

.primaryMainPage .boldText{
	font-weight: 600;
}

.primaryMainPage .italicText{
	font-style: italic;
}

.primaryMainPage .underline{
    width: 60px;
    height: 1px;
    border-bottom: 6px solid #FFCB05;
	margin: 0px auto 46px;
}

.primaryMainPage .purpleBg{
	background-color: #d1ddfe;
}

.primaryMainPage .whiteBg{
	background-color: #ffffff;
}

.primaryMainPage .darkBlueBg{
	background-color: #2f3379;
}

.primaryMainPage .darkestBlueBg{
	/*background: url('dnnicons/images/scallop_pattern_top_optimised.png') repeat-x center bottom #d1ddfe;*/
	background: url('dnnicons/images/scallop_pattern_top_optimised.png') repeat-x center bottom #ffffff;
	background-size: cover;
}

.primaryMainPage .darkestBlueBgWithoutScallops{
	background-color: #0f0539;
}

.primaryMainPage .transparentBg{
	background-color: transparent;
}

.primaryMainPage .ModDNNHTMLC > div{
	padding: 0px;
}

.primaryMainPage h1, .primaryMainPage h2, .primaryMainPage h3, .primaryMainPage h4, .primaryMainPage h5,
.primaryMainPage p, .primaryMainPage p strong, .primaryMainPage a, .primaryMainPage li{
	font-family: 'Work Sans', sans-serif !important;
}

.primaryMainPage .Panes .b-crumb{
	display: none;
}

.primaryMainPage #dnn_header{
	margin-top: 0px;
	margin-bottom: 30px;
}

.primaryMainPage h1{
	object-fit: contain;
	font-size: 50px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.74px;
	text-align: left;
}

.primaryMainPage h2{
	margin-bottom: 17px;
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: -0.6px;
	text-align: center;
	color: #2f3379;
}

.primaryMainPage p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: left;
}

.primaryMainPage .btn{
	display: inline-block;
	padding: 9px 26px 9px 21px !important;
	border-radius: 19px !important;
	font-size: 17px !important;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: center;
	color: #2f3379 !important;
	margin-right: 11px;
}

.primaryMainPage .yellowBtn{
	background-color: #f6c511;
}

.primaryMainPage .yellowBtn:hover,
.primaryMainPage .yellowBtn:focus{
	background-color: #ddaf08;
}

.primaryMainPage .purpleBtn{
	background-color: #d1ddfe;	
}

.primaryMainPage .purpleBtn:hover,
.primaryMainPage .purpleBtn:focus{
	background-color: #aec1fe;
}

.primaryMainPage .whiteBtn{
	background-color: #ffffff;	
}

.primaryMainPage .whiteBtn:hover,
.primaryMainPage .whiteBtn:focus{
	background-color: #2f3379;
	color: #ffffff !important;
}

.dnnQuickAddModuleManager .handlerContainer{
	left: 0.5em;
}

/* START: Header */
.primaryMainPage #dnn_header .left .decodableReaders{
	margin-top: 83px;
	margin-bottom: 10px;
}

.primaryMainPage #dnn_header .left .decodableReaders img{
	max-width: 142px;
}

.primaryMainPage #dnn_header .left .scrollingText h1{
	color: #ffffff;
}

.primaryMainPage #dnn_header .left .scrollingText .mask {
	height: 54px;
	position: relative;
	overflow: hidden;
}

.primaryMainPage #dnn_header .left .scrollingText .mask span {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 50px;
	transform: translateY(1.2em);
	background-size: 100% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-repeat: no-repeat;
	font-family: 'Work Sans', sans-serif;
	font-size: 50px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.74px;
	text-align: left;
}

.primaryMainPage #dnn_header .left .scrollingText .mask span[data-show],
.primaryMainPage #dnn_header .left .scrollingText .mask span[data-show=''] {
	/*-moz-transform: translateY(-100%);
	transform: translateY(-100%);*/
	-moz-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}

.primaryMainPage #dnn_header .left .scrollingText .mask span[data-up],
.primaryMainPage #dnn_header .left .scrollingText .mask span[data-up=''] {
	-moz-transform: translateY(-1.2em);
	transform: translateY(-1.2em);
	-moz-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}

.primaryMainPage #dnn_header .left .scrollingText .mask span:nth-child(1) {
	/*background-image: linear-gradient(45deg, #f36d21 50%, #f6c511);*/
	background-color: #E3B60F;
}

.primaryMainPage #dnn_header .left .scrollingText .mask span:nth-child(2) {
	/*background-image: linear-gradient(45deg, #ed1260 50%, #f36d21);*/
	background-color: #ED1260;
}

.primaryMainPage #dnn_header .left .scrollingText .mask span:nth-child(3) {
	/*background-image: linear-gradient(45deg, #2585c6 50%, #005b89);*/
	background-color: #2585C6;
}

.primaryMainPage #dnn_header .left .headerDesc{
	margin-top: 10px;
	margin-bottom: 50px;
}

.primaryMainPage #dnn_header .left .buttons{
	margin-bottom: 24px;
}

.primaryMainPage #dnn_header .left p{
	color: #ffffff;
}

.primaryMainPage #dnn_header .left .row:last-child{
	margin-bottom: 69px;
	padding-bottom: 75px;
}

.primaryMainPage #dnn_header .right img{
	position: absolute;
    top: 8em;
    max-height: 394px;
    left: 3em;
}

/* END: Header */

/* START: What is it */
#dnn_whatIsIt{
	margin-top:50px;
}

#dnn_whatIsIt img{
	width: 100%;
	border-radius: 40px;
}

#dnn_whatIsIt .row{
	margin-bottom: 50px;
}

#dnn_whatIsIt .right{
	padding-left: 4em !important;
}

#dnn_whatIsIt p{
	font-size: 20px;
	color: #29307C;
}

#dnn_whatIsIt p strong{
    display: block;
	font-size: 30px;
	font-weight: 600;
	color: #29307C;
	margin-top: 25px;
}

#dnn_whatIsIt p strong.normalFontSize{
	font-size: 20px;
	margin-top: 0px;
	display: inline-block;
}

#dnn_whatIsIt p:first-child strong{
	margin-top: 0px;
}

#dnn_whatIsIt p a{
	font-size: 24px;
	font-weight: 600;
	color: #29307C;
}
/* END: What is it */

/* START: Content A */
.primaryMainPage #dnn_primaryContentA{
	text-align: left;
	margin-top: 30px;
}

.primaryMainPage #dnn_primaryContentA .col-md-4{
	width: 30% !important;
}

.primaryMainPage #dnn_primaryContentA p{
	color: #2f3379;
}

.primaryMainPage #dnn_primaryContentA p strong{
	display: inline-block;
	height: 43px;
	color: #2f3379;
	font-family: 'Work Sans', sans-serif !important;
	font-weight: bold;
	font-size: 30px;	
    margin-bottom: 10px;
}

.primaryMainPage #dnn_primaryContentA .mLetter img{
	width: 109px;
	position: absolute;
	top: -9em;
	left: 2.5em;
}

.primaryMainPage #dnn_primaryContentA .tLetter img{
	width: 135px;
    position: absolute;
    top: -4em;
    left: 11em;
}

.primaryMainPage #dnn_primaryContentA .sLetter img{
	width: 109px;
    position: absolute;
    top: 4em;
    left: 4.5em;
}

.primaryMainPage #dnn_primaryContentA .threeBoxes{
	margin-top: 80px;
}

.primaryMainPage #dnn_primaryContentA .threeBoxes .threeBoxesItem{
	margin-right: 25px;
	margin-bottom: 50px;
	border-radius: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	min-height: 429px;
}

.primaryMainPage #dnn_primaryContentA .threeBoxes .threeBoxesItem.orange .threeBoxesItemIcon{
	background-color: #E3B60F;
}

.primaryMainPage #dnn_primaryContentA .threeBoxes .threeBoxesItem.pink .threeBoxesItemIcon{
	background-color: #ED1260;
}

.primaryMainPage #dnn_primaryContentA .threeBoxes .threeBoxesItem.blue .threeBoxesItemIcon{
	background-color: #2585C6;
}

.primaryMainPage #dnn_primaryContentA .threeBoxes .threeBoxesItem:last-child{
	margin-right: 0px;
}

.primaryMainPage #dnn_primaryContentA .threeBoxes .threeBoxesItem .threeBoxesItemIcon{
	min-height: 120px;
	padding: 18.9px 24px 0px 19px !important;
}

.primaryMainPage #dnn_primaryContentA .threeBoxes .threeBoxesItem .threeBoxesItemIcon img{
	width: 170px;
	position: absolute;
    top: -3em;
	left:60px;
}

.primaryMainPage #dnn_primaryContentA .threeBoxes .threeBoxesItem .threeBoxesItemText{
	padding: 43.4px 24px 29.3px 19px !important;
}

.primaryMainPage #dnn_primaryContentA .threeBoxes .threeBoxesItem p{
	color: #2f3379;
}

/* END: Content A */

/* START: Content B */
.primaryMainPage #dnn_primaryContentB{
	margin-top: 30px;
}

.primaryMainPage #dnn_primaryContentB .row{
	margin-bottom: 25px;
}

.primaryMainPage #dnn_primaryContentB .left{
	padding-right: 4em !important;
}

.primaryMainPage #dnn_primaryContentB h2{
	margin-bottom: 45px;
}

.primaryMainPage #dnn_primaryContentB p{
	font-size: 24px;
	color: #2f3379;
	margin-bottom: 25px;
}

.primaryMainPage #dnn_primaryContentB p strong{
	font-size: 24px;
	color: #2f3379;
	font-weight: 600;
}

.primaryMainPage #dnn_primaryContentB .btn{
	font-size: 22px !important;
	font-weight: 500;
}

.primaryMainPage #dnn_primaryContentB img{
	width: 100%;
}

/* END: Content B */

/* START: Content Tailored Solutions */
.primaryMainPage #dnn_primaryTailoredSolutions{
	margin-top: 30px;
}

.primaryMainPage #dnn_primaryTailoredSolutions .row{
	margin-bottom: 25px;
}

.primaryMainPage #dnn_primaryTailoredSolutions .left{
	padding-right: 4em !important;
}

.primaryMainPage #dnn_primaryTailoredSolutions h2{
	margin-bottom: 45px;
	color: #ffffff;
}

.primaryMainPage #dnn_primaryTailoredSolutions p{
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 25px;
}

.primaryMainPage #dnn_primaryTailoredSolutions p strong{
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
}

.primaryMainPage #dnn_primaryTailoredSolutions .btn{
	font-size: 18px !important;
	font-weight: 500;
}

.primaryMainPage #dnn_primaryTailoredSolutions img{
	width: 100%;
}

/* END: Content Tailored Solutions */

/* START: Content C */
.primaryMainPage #dnn_primaryContentC h2{
	margin-top: 50px;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabHeader{
	padding-left: 0px !important;
	padding-bottom: 12px;
	margin-top: 60px;
	margin-bottom: 40px;
	display: flex;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabHeader li{
	width: auto;
	display: inline-block;
	text-align: left;
	flex-grow: 1;
	background-color: transparent;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabHeader li:first-child{
	width: auto;
	text-align: left;
	flex-grow: 1;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabHeader li:last-child{
	width: auto;
	text-align: left;
	flex-grow: 1;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabHeader li a{
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	text-align: left;
	color: #2f3379;
	text-decoration: none;
	border: 1px solid #2f3379;
    border-radius: 20px;
    padding: 8px 18px;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabHeader li.ui-state-active a{
	background-color: #F6C511;
	border: 1px solid #F6C511;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabHeader li.ui-state-hover a, 
.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabHeader li.ui-state-focus a{
	background-color: #F6C511;
	border: 1px solid #F6C511;
}

/*.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody{
	margin-bottom: 85px;
}*/

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody .left{
	padding-right: 2em !important;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody .right{
	text-align: center;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	text-align: left;
	color: #2f3379;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody p:first-child{
	margin-bottom: 15px;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody .checklistText{
	display: inline-block;
    width: calc(100% - 41px);
    vertical-align: text-top;
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	text-align: left;
	color: #2f3379;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody p strong{
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	text-align: left;
	color: #2f3379;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody img.checkIcon{
	display: inline-block;
    vertical-align: middle;
	margin: 0;
    width: 35px;
    height: 35px;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody img{
	max-width: 90%;
	margin-top: -1.5em;
	max-height: 20em;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody a{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	text-align: center;
	color: #2f3379;
	display: inline-block;
    margin-top: 10px;
	margin-bottom: 85px;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody a:hover,
.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody a:focus{
	background-color: transparent;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody .right a{
	text-decoration: none;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody .right a p{
	text-align: center;
	margin-top: 10px;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody .right a p:hover,
.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody .right a p:focus{
	text-decoration: underline;
}

/* END: Content C */

/* START: Content D */
#dnn_primaryPacks{
	display: none;
}

#dnn_primaryPacks h2{
	margin: 100px 0px 20px 0px;
}

#dnn_primaryPacks{
	padding-top: 54px;
}

#dnn_primaryPacks p{
	color: #2f3379;
}

#dnn_primaryPacks #setPacks{
	margin-top: 55px;
	margin-bottom: 120px;
}

#dnn_primaryPacks #setPacks .row{
	margin-bottom: 10px;
}

#dnn_primaryPacks #setPacks .flipCard .recommendedLabel{
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.88;
	letter-spacing: -0.34px;
	text-align: left;
	text-transform: uppercase;
	color: #f6c511;
	background: url('dnnicons/images/scallop-price-box.png') repeat-x center bottom transparent;
	width: 100%;
	padding: 28.5px 19px 50px;
	min-height: 60px;
}

#dnn_primaryPacks #setPacks .flipCard.orange .flipCardScallopBg{
	background-color: #ea6303;
}

#dnn_primaryPacks #setPacks .flipCard.blue .flipCardScallopBg{
	background-color: #3585c6;
}

#dnn_primaryPacks #setPacks .flipCard .cardContent{
	padding: 21px 19px 0px 19px;
	min-height: 20.5em;
}

#dnn_primaryPacks #setPacks .flipCard .cardImg{
	display: block;
	width: 90px;
	margin: 22px auto 4px 19px;
}

#dnn_primaryPacks #setPacks .flipCard .cardTitle{
	font-family: 'Work Sans', sans-serif !important;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15;
	letter-spacing: -0.4px;
	text-align: left;
	color: #ffffff;
	margin-bottom: 25px;
}

#dnn_primaryPacks #setPacks .flipCard .soundsLabel{
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: -0.34px;
	text-align: left;
	color: #3585c6;	
	background-color: #ffffff;
	width: fit-content;
	margin-bottom: 30px;
}

#dnn_primaryPacks #setPacks .flipCard .soundsLabel .soundsLabelLeft{
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
	background-color: #ffffff;
	padding: 10px 12.5px;
	border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

#dnn_primaryPacks #setPacks .flipCard .soundsLabel .soundsLabelRight{
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: -0.34px;
	text-align: left;
	color: #ffffff;
	background-color: #2f3379;
	padding: 10px 12.5px;
	border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

#dnn_primaryPacks #setPacks .flipCard .cardDesc{
	font-family: 'Work Sans', sans-serif !important;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: -0.34px;
	text-align: left;
	color: #ffffff;
	margin: 35px 0px 10px;
}

#dnn_primaryPacks #setPacks .flipCard .flipCardBack .cardDesc{
	margin-top: 0px;
}

#dnn_primaryPacks #setPacks .flipCard .cardPrice{
	font-family: 'Work Sans', sans-serif !important;
	font-size: 17px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: -0.34px;
	text-align: left;
	color: #ffffff;
	margin-bottom: 10px;
	position: absolute;
    bottom: 2em;
}

#dnn_primaryPacks #setPacks .flipCard .cardBottom{
	padding: 8px 19px 10px 19px;
	background-color: #2f3379;
	font-family: 'Work Sans', sans-serif !important;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15;
	letter-spacing: -0.26px;
	text-align: left;
	color: #ffffff;
}

#dnn_primaryPacks #setPacks .flipCard .flipCardBack hr{
	margin: 10px auto;
}

#dnn_primaryPacks #setPacks .flipCard .flipCardBack p{
	margin-bottom: 10px;
}

#dnn_primaryPacks #setPacks .flipCard .flipCardBack p a{
	margin-top: 0px;
	text-transform: uppercase;
}

#dnn_primaryPacks #setPacks .flipCard .flipCardBack .smallerText{
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
}

#dnn_primaryPacks #setPacks .flipCard .flipCardBack .smallestText{
	font-size: 14px;
	color: #ffffff;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
#dnn_primaryPacks #setPacks .flipCard {
  background-color: transparent;
  width: 95%;
  height: auto;
  min-height: 418px;
  margin-right: 10px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

#dnn_primaryPacks #setPacks .flipCard:last-child{
	margin-right: 0px;
}

/* This container is needed to position the front and back side */
#dnn_primaryPacks #setPacks .flipCardInner {
  position: relative;
  width: 100%;
  height: 100%;
  height: auto;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
#dnn_primaryPacks #setPacks .flipCard:hover .flipCardInner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
#dnn_primaryPacks #setPacks .flipCardFront, #dnn_primaryPacks #setPacks .flipCardBack {
  position: absolute;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  padding-top: 0px;
}

/* Style the front side (fallback if image is missing) */
#dnn_primaryPacks #setPacks .flipCard.orange .flipCardFront{
  background-color: #ea6303;
  color: #ffffff;
}

#dnn_primaryPacks #setPacks .flipCard.blue .flipCardFront{
	background-color: #3585c6;
	color: #ffffff;
}

/* Style the back side */
#dnn_primaryPacks #setPacks .flipCard .flipCardBack{
  background-color: #2f3379;
  /*background-color: rgb(47, 51, 121, 0.5);*/
  color: #ffffff;
  transform: rotateY(180deg);
  min-height: 415px;
}

/* END: Content D */


/* START: Packs */
/* Individual decodable book packs */
#dnn_primaryContentD a{
	text-decoration: none;
}

.text-line {
	text-decoration: line-through;
}

#dnn_primaryContentD .text-line {
	text-decoration: none;
}

#dnn_primaryContentD h2{
	margin-top: 50px;
	margin-bottom: 1.5em;
	text-align: center;
}

#dnn_primaryContentD .ndr-filter h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 28.15px;
}

#dnn_primaryContentD .filter-dropdown{
	vertical-align: top;
}

#dnn_primaryContentD .ndr-filter .custom-dropdown-toggle{
	padding: 10px;
}

#dnn_primaryContentD .ndr-filter .control-reset{
	background-color: transparent;
	vertical-align: top;
	margin-top: 0px;
}

#dnn_primaryContentD .ndr-filter #dropdownPhonics{
	width: 20em;
	text-align: left;
}

#dnn_primaryContentD .ndr-filter #dropdownSounds{
	text-align: left;
}

#dnn_primaryContentD .ndr-filter #dropdownFiction{
	width: 13em;
	text-align: left;
}

#dnn_primaryContentD .ndr-filter button,
#dnn_primaryContentD .filter-dropdown button,
#dnn_primaryContentD .filter-dropdown .dropdown-item{
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
}

#dnn_primaryContentD .ndr-filter .scope{
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 21px;
	color: #29307C;
	margin-left: 7em;
}

#dnn_primaryContentD .ndr-filter .scope a{
	color: #29307C;
	text-decoration: underline;
}

#dnn_primaryContentD .ndr-filter .mix-container{
	width: 110%;
}

#dnn_primaryContentD .ndr-filter .mix-container .mix{
	width: 470px;
	margin-right: 2em;
	margin-bottom: 2em;
}

#dnn_primaryContentD .ndr-filter .mix-container .mix .cardContent{
	min-height: 40em;
	/*min-height: 486px;*/
}

/*#dnn_primaryContentD .ndr-filter .mix-container .mix:nth-child(3n){
	margin-right: 0px;
}*/

#dnn_primaryContentD .ndr-filter .mix-container .mix .tag{
	font-size: 16px; 
	margin-bottom: 15px;
	text-align: center !important;
}

#dnn_primaryContentD .ndr-filter .mix-container .mix .summary{
	font-size: 14px;
	font-weight: 400;
	color: #454242;
	padding: 10px 25px 0px;
	margin: 0;
}

/* #dnn_primaryContentD .ndr-filter .mix-container .mix img{ */
	/* margin: 20px 0 20px 30px; */
/* } */

#dnn_primaryContentD .ndr-filter .mix-container .mix .price{
	padding: 10px 25px 0px;
	margin: 0px;
}

#dnn_primaryContentD .ndr-filter .mix-container .mix .footer{
	padding: 10px 25px;
}

#dnn_primaryContentD .ndr-filter .mix-container .mix .footer .btn{
	font-size: 18px !important;
	font-weight: 700;
}

#dnn_primaryContentD .ndr-filter #showMoreBtn{
    display: block;
	margin: 25px auto 0;
}

#dnn_primaryContentD .ndr-filter .mix-container .mix .footer .add-to-cart{
	border:none;
}

#dnn_primaryContentD .roundedText{
	background-color: #327fc1;
    border-radius: 50%;
    color: #ffffff;
}

#dnn_primaryContentD .roundedText.f{
	font-size: 12px;
	padding: 4px 8px;
}

#dnn_primaryContentD .roundedText.nf{
	font-size: 10px;
	padding: 5px;
}

#dnn_primaryContentD .accordionLegend{
	margin-top: 45px;
	margin-bottom: 24px;
}

#dnn_primaryContentD .accordionLegend .roundedText{
	margin-right: 8px;
}

#dnn_primaryContentD .accordionLegend .roundedText:nth-child(2){
	margin-left: 20px;
}

#dnn_primaryContentD .packsAccordion{
	margin-bottom: 153.5px;
}

#dnn_primaryContentD .packsAccordion h3{
	padding: 12px 25px 9px 17px;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.75;
	letter-spacing: -0.4px;
	text-align: left;
	color: #fff;
}

#dnn_primaryContentD .packsAccordion h3:hover,
#dnn_primaryContentD .packsAccordion h3:focus{
	cursor: pointer;
}

#dnn_primaryContentD .packsAccordion .ui-icon{
    background-image: url("dnnicons/images/ui-icons_ffffff_256x240.png");
	width: 17px;
    height: 17px;
	display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    position: absolute;
	right: 10px;
    background-repeat: no-repeat;
	color: #ffffff;
	transform: scale(1.5);
}

#dnn_primaryContentD .packsAccordion .ui-icon-plus {
    background-position: -16px -128px;
}

#dnn_primaryContentD .packsAccordion .ui-icon-minus {
    background-position: -48px -128px;
}

#dnn_primaryContentD .packsAccordion .pinkBg{
	background-color: #e40055;
	color: #ffffff;
}

#dnn_primaryContentD .packsAccordion .orangeBg{
	background-color: #ea6303;
	color: #ffffff;
}

#dnn_primaryContentD .packsAccordion .greenBg{
	background-color: #74c045;
	color: #ffffff;
}

#dnn_primaryContentD .packsAccordion .blueBg{
	background-color: #3382c5;
	color: #ffffff;
}

#dnn_primaryContentD .packsAccordion .yellowBg{
	background-color: #f6c500;
	color: #ffffff;
}

#dnn_primaryContentD .packsAccordionTable{
	background-color: #ffffff;
}

#dnn_primaryContentD .packsAccordionTable .row{
	border-bottom: 3px solid #d1ddfe;
    padding: 12px 19px;
}

#dnn_primaryContentD .packsAccordionTable .packsAccordionTableHeading{
	padding: 2px 19px;
}

#dnn_primaryContentD .packsAccordionTable .packsAccordionTableHeading div{
	font-family: 'Work Sans', sans-serif !important;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: -0.24px;
	text-align: center;
	color: #2f3379;
	padding: 5px;
}

#dnn_primaryContentD .packsAccordionTable .packsAccordionTableHeading div:first-child{
	text-align: left;
}

#dnn_primaryContentD .packsAccordionTable .packsAccordionTableRow div{
	font-family: 'Work Sans', sans-serif !important;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: -0.24px;
	text-align: center;
	color: #2f3379;
	margin-top: 7px;
	padding: 0px 5px !important;
}

#dnn_primaryContentD .packsAccordionTable .packsAccordionTableRow div img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#dnn_primaryContentD .packsAccordionTable .packsAccordionTableRow div.buttons{
	margin-top: 0px;
}

#dnn_primaryContentD .packsAccordionTable .packsAccordionTableRow .btn{
	font-family: 'Work Sans', sans-serif !important;
	font-size: 12px !important;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: -0.24px;
	text-align: center;
	color: #2f3379 !important;
	padding: 6px 14px !important;
	margin: 0px 18px 0px 0px;
}

#dnn_primaryContentD .packsAccordionTable .packsAccordionTableRow .btn:nth-child(2){
	margin-right: 0px;
}

/* END: Packs */


/* START: Ask an Expert */
#dnn_askExpert{
	margin-top: 50px;
}

#dnn_askExpert .askExpert{
	font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: -0.5px;
    color: #f6c50f;
    background: url('/Portals/5/Images/bubble_speech_long.png') no-repeat left center transparent;
    background-size: 217px 90px;
    height: 90px;
    padding: 5px 25px 16px;
    margin-bottom: 40px;
}

#dnn_askExpert h2{
	object-fit: contain;
    font-size: 40px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -1px;
    text-align: left;
    color: #ffffff;
	margin-bottom: 100px;
}

#dnn_askExpert h2 .yellowBox {
    border-radius: 10px;
    color: #0C0837;
    background-color: #f6c50f;
    padding: 8px 20px;
    font-weight: 600;
    white-space: nowrap;
}

/* END: Ask an Expert */


/* START: Meet Our Expert */
#dnn_meetOurExpert{
	margin-top: 30px;
}

#dnn_meetOurExpert .left{
	padding-right: 10px !important;
}

#dnn_meetOurExpert .left p{
	font-size: 20px;
    color: #2f3379;
    margin-bottom: 25px;
}

#dnn_meetOurExpert .left p strong{
	font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
	color: #29307C;
	line-height:35px;
}

#dnn_meetOurExpert .btn {
    font-size: 18px !important;
    font-weight: 700;
}

#dnn_meetOurExpert .right {
    text-align: center;
	margin-bottom: 50px;
}

#dnn_meetOurExpert .right .expertName {
    position: relative;
    top: -22px;
    display: inline-block;
    width: 220px;
    padding: 7px 0px;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -0.4px;
    color: #f6c50f; 
	background-color: #29307C;
}

#dnn_meetOurExpert .right .expertDesc {
    width: 100%;
    max-width: 290px;
    margin: -5px auto 0px;
}

#dnn_meetOurExpert .right .expertDesc p {
    text-align: center;
	color: #2f3379;
	font-size: 16px;
	font-weight: 400;
}
/* END: Meet Our Expert */

/* START: FAQ */
#dnn_primaryFaq .fLetter img{
	width: 98.5px;
    position: absolute;
    top: -5em;
    right: -2em;
}

#dnn_primaryFaq .cLetter img{
	width: 111px;
    position: absolute;
    top:2.5em;
    right: 10em;
}

#dnn_primaryFaq h2{
	margin-top:50px;
	margin-bottom: 50px;
}

#dnn_primaryFaq .subHeading{
	font-family: 'Work Sans', sans-serif !important;
	font-size: 25px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.5px;
	text-align: left;
	color: #f26d21;
	margin: 40px 0px 0px 0px;
}

#dnn_primaryFaq .phonicsAccordion{
	margin-bottom: 126px;
}

#dnn_primaryFaq .phonicsAccordion .ui-icon,
#dnn_primaryFaq .decodableReadersAccordion .ui-icon{
    background-image: url("dnnicons/images/ui-icons_464646_256x240.png");
	width: 17px;
    height: 17px;
	display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    position: absolute;
	right: 10px;
    background-repeat: no-repeat;
	color: #ffffff;
	transform: scale(1.5);
}

#dnn_primaryFaq .phonicsAccordion .ui-icon-plus,
#dnn_primaryFaq .decodableReadersAccordion .ui-icon-plus{
    background-position: -16px -128px;
}

#dnn_primaryFaq .phonicsAccordion .ui-icon-minus,
#dnn_primaryFaq .decodableReadersAccordion .ui-icon-minus{
    background-position: -48px -128px;
}

#dnn_primaryFaq .phonicsAccordion p,
#dnn_primaryFaq .decodableReadersAccordion p{
	color: #2b2b2b;
}

#dnn_primaryFaq .phonicsAccordion h3{
	padding: 20px;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.75;
	letter-spacing: -0.4px;
	text-align: left;
	color: #2b2b2b;
	background-color: #ededed;
}

#dnn_primaryFaq .phonicsAccordion h3:hover,
#dnn_primaryFaq .phonicsAccordion h3:focus{
	cursor: pointer;
}

#dnn_primaryFaq .decodableReadersAccordion h3{
	padding: 20px 26px 20px 20px;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.4px;
	text-align: left;
	color: #2b2b2b;
	background-color: #ededed;
}

/* END: FAQ */


/* START: Main content */
.primaryMainPage .contactScallop{
	background: url('dnnicons/images/scallop_pattern_bottom_nelson_blue.png') repeat-x center top transparent;
	background-size: cover;
	padding-top: 90px;
}

#dnn_primaryContact{
	padding: 0px;
}

.primaryMainPage #dnn_primaryContact h2,
.primaryMainPage #dnn_primaryContact p{
	text-align: center;
	color: #ffffff;
}

.primaryMainPage #dnn_primaryContact h2{
	margin-bottom: 17px;
}

.primaryMainPage #dnn_primaryContact p{
	margin-bottom: 20px;
}

.primaryMainPage #dnn_primaryContact p .btn{
	font-size: 25px !important;
	font-weight: 500;
	margin-bottom: 90px;
}

/* END: Main content */

/* Additional styles */
div#dnn_header div.DnnModule-24723 {
margin-top:0px !important;
}

div.darkestBlueBg div.container {
	width: 100% !important;
}

div.intro-container {
	padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
    width: 960px !important;
}

div.coupon-banner {
    width: 100%;
    background-color: #f6c500;
    color: #292F7C;
    text-align: center;
    font-weight: 600;
    padding: 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.74px;
}

.coupon-banner strong{
	font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #29307C;
}

.coupon-banner .coupon-link{
	color: #292F7C;
    text-align: center;
    font-weight: 400;
    padding: 0px 12px;
	border-right: 1px solid #292F7C;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.74px;
    text-decoration: none;
}

.coupon-banner .coupon-link:last-child{
	border-right: 0px none;
	padding-right: 0px;
}

.coupon-banner .coupon-link:hover, .coupon-banner .coupon-link:focus{
	color: #292F7C;
}

div.DnnModule-23514 {
margin-top: 0 !important;
}

/* NDR Digital CTA */

div.lightbluebackground {
	background-color: #CDDEFF;
}

div.inner-container {
    margin: 0 auto;
    width: 960px !important;
}

div.lightbluebackground .inner-container {
    padding: 130px 0 !important;
    margin-bottom: 120px !important;
}

.lightbluebackground .inner-container h2 {
    padding-bottom: 40px;
}

.lightbluebackground .inner-container .left {
    padding-right: 100px !important;
}

.lightbluebackground .inner-container p {
    margin-bottom: 40px;
}

div.right img#NDR-Digital {
	width: 100%;
    border-radius: 25px;
}

.new-tag {
	background-color: #f6c511;
    padding: 16px 32px;
    color: #292F7C;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    padding: 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}

#dnn_header div.DnnModule {
	width: 100% !important;
}

div.contactScallop div.container {
	width: 100% !important;
    margin: 0 auto;
}

div.contactScallop div.container div#dnn_primaryContact {
	padding: 0 !important;
}

div.contactScallop div.container div#dnn_primaryContact div:last-child {
	margin-top: 0;
    margin-bottom: 0;
}

.primaryMainPage #dnn_primaryContact p a.btn {
	margin-bottom: 90px;
}

div.col-md-6 a p {
	display: inline
}

#dnn_primaryContentD .packsAccordion .navyBg {
    background-color: #292F7C;
    color: #ffffff;
}

#dnn_primaryContentD .packsAccordion .greyBg {
    background-color: #ededed;
    color: #2B2B2F;
    font-weight: 500;
}

#dnn_primaryFaq .decodableReadersAccordion h3 {
    cursor: pointer;
}

.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody a span:hover {
    text-decoration: underline;
}

#dnn_primaryContentD .packsAccordion span.ui-icon-plus {
    color: #2b2b2b;
    background-image: url("https://cengage.com.au/Resources/Shared/stylesheets/dnnicons/images/ui-icons_464646_256x240.png");
}

#dnn_primaryContentD .packsAccordion span.ui-icon-minus {
    color: #2b2b2b;
    background-image: url("https://cengage.com.au/Resources/Shared/stylesheets/dnnicons/images/ui-icons_464646_256x240.png");
}

div.DnnModule {
	width: 98% !important;
    margin: 0 auto !important;
    display: block;
}


div.primaryMainPage div.contactScallop {
    padding-top: 0px !important; 
}

div.ndr-cta-container {
    width: 960px;
    margin: 60px auto 0 !important;
}

div.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

h2.ndr-cta-heading {
	margin-bottom: 20px;
	margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-family: 'Work Sans', Arial, sans-serif;
    line-height: 1.1;
    letter-spacing: -0.6px;
    text-align: left;
    color: white;
    
}

p.ndr-cta-body {
	margin-bottom: 30px !important;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    font-family: 'Work Sans', Arial, sans-serif;
    line-height: 1.24;
    letter-spacing: -0.34px;
    text-align: left;
    color: white;
}

p.ndr-cta-body strong {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-family: 'Work Sans', Arial, sans-serif;
    line-height: 1.24;
    letter-spacing: -0.34px;
    text-align: left;
    color: white;
}

div.ndr-cta-button {
    font-size: 25px !important;
    font-weight: 500;
    font-style: normal;
    font-family: 'Work Sans', Arial, sans-serif;
    line-height: 1.24;
    letter-spacing: -0.34px;
    text-align: center;
    color: #2f3379 !important;
    background-color: #f6c511;
    padding: 9px 40px !important;
    border-radius: 17px;
    cursor: pointer;
    display: inline-block;
}


div.ndr-cta-button:hover {
    background-color: #ddaf08;
}

div.ndr-cta-button a {
	text-decoration: none;
    color: #2f3379 !important;
}

div.ndr-cta-left {
	width: 50%;
    padding: 0 0 40px 40px;
    float: left;
    box-sizing: border-box;
    text-align: left !important;
}

div.ndr-cta-right {
	width: 50%;
    padding: 20px 40px 40px 40px;
    float: right;
    box-sizing: border-box;
    text-align: center;
}

.primaryMainPage #dnn_primaryContact h2.ndr-cta-heading, .primaryMainPage #dnn_primaryContact p.ndr-cta-body {
	text-align: left;
}

div.contact-learning-consultant {
	width: 100%;
    text-align: center;
    background-color: #CDDEFF;
    padding: 50px 0 0 0;
    min-height: 369px;
}

div.contact-learning-consultant h2 {
	margin: 0px auto 17px !important;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -0.6px;
    color: #2f3379 !important;
}

div.contact-learning-consultant p {
	font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: -0.34px;
    margin-bottom: 20px;
    color: #2f3379 !important;

}

div.contact-learning-consultant a.learning-consultant-btn {
	display: inline-block;
    padding: 9px 26px !important;
    margin-bottom: 50px;
    border-radius: 19px !important;
    border: solid 1px #A3A1A4;
    background-color: white;
    font-size: 18px !important;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 1.24;
    letter-spacing: -0.34px;
    text-align: center;
    color: #2f3379 !important;
}

div.contact-learning-consultant a.learning-consultant-btn:hover {
    background-color: #2f3379;
    color: #ffffff !important;
}

/* START: RESPONSIVE STYLES */
@media screen and (max-width: 1200px){
	.primaryMainPage #dnn_header .video-overlay .overlayText{
		margin-top: 13%;
	}
}


@media screen and (max-width: 768px){
	/* Header and footer fixes */
	.he-wrapper{
		width: 100%;
	}
	
	#logo{
		display: block;
		float: none !important;
	}
	
	.homepage-margin{
		text-align: center;
	}
	
	#dnn_dnnLogo_hypLogo{
		float: none;
	}
	
	.topnav{
		float: none !important;
		position: relative;
		margin: 0px auto;
	}
	
	.topnav > ul{
		text-align: center;
	}
	
	.topnav > ul > li{
		float: none;
		/*display: table-cell;
		vertical-align: middle;*/
		display: inline-block;
		margin: 10px auto;
		vertical-align: middle;
	}
	
	.navalign .col-md-10, .navalign .col-md-2{
		width: 100%;
	}
	
	.navalign ul{
		float: none !important;
		text-align: center;
	}
	
	header nav ul.menu li{
		float: none;
	}
	
	header nav ul.menu li a{
		height: 40px;
	}
	
	.navalign .col-md-2 nav{
		float: none !important;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.nondivisionalmenu{
		height: 7px !important;
	} 
	
	.adsearch{
		width: 100%;
		text-align: center;
		display: block;
	}
	
	.adsearch .ico-closeicon{
		top: 80px;
		right: 35px;
	}
	
	#BrowseDropDown{
		display: inline-block;
		width: 95%;
		margin-top: -5px;
	}
	
	#BrowseDropDown>span.btn{
		width: 100% !important;
		padding: 10px 1px !important;
	}
	
	.Browseinactivemenu{
		font-size: 14px !important; 
	}
	
	#BrowseDropDown>span.btn .ico-caret{
		width: 30px;
		height: 30px;
	}
	
	#BrowseDropDown #DropDownBrowseMenu{
		width: 100% !important;
		margin-left: 1px;
	}
	
	#TextSearch{
		display: inline-block;
		width: 51% !important;
		float: none;
		margin-top: 1px;
		max-width: 95%;
		margin: 10px auto;
	}
	
	.adsearch .pull-left.input-group-btn{
		position: absolute;
		right: 5px;
	}
	
	.nondivisionalmenu #nondiv-searchbtn{
		position: relative;
		margin: 10px auto;
		top: -4.5em;
	}
	
	.ui-autocomplete{
		max-width: 95%;
	}
	
	.content_wrapper.primaryMainPage{
		margin-bottom: 0px;
	}
	
	footer{
		position: relative;
		height: 100% !important;
	}
	
	footer #footer_top{
		height: 100%;
	}
	
	footer #footer_top .he-footerlist{
		width: 100% !important;
		padding-left: 15px;
		height: auto;
		margin-bottom: 50px;
	}
	
	footer #footer_top ul li{
		margin: 12px 0px;
	}
	
	.he-footerlist.noborder{
		width: 30% !important;
		padding-left: 15px !important;
	}
	
	#he-footer{
		height: auto;
	}
	
	#he-footer .footer-leftmenu{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	
	#he-footer .footer-leftmenu ul{
		text-align: center;
	}
	
	#he-footer .footer-leftmenu ul li{
		float: none;
		display: inline-block;
		padding: 0px 15px !important;
	}
	
	#he-footer .footer-leftmenu .copyright{
		position: relative;
	}
	
	#he-footer .footer-rightmenu{
		width: 100%;
		text-align: center;
	}
	
	#he-footer .footer-rightmenu ul li{
		float: none;
		display: inline-block;
		padding: 10px 15px !important;
	}
	
	#he-footer .footer-rightmenu .copyright{
		position: relative;
		text-align: center;
	}
	
	/* Page styling */
	.content_wrapper.primaryMainPage{
		width: 100% !important;
	}
	
	.primaryMainPage .ModDNNHTMLC > div{
		padding: 0px 2px;
	}
	
	.primaryMainPage .container{
		width: 100% !important;
		padding: 0px 10px !important;
	}
	
	.primaryMainPage .darkestBlueBg{
		padding-bottom: 1em;
	}
	
	.primaryMainPage #dnn_header .left .decodableReaders{
		margin-top: 10px;
	}
	
	.primaryMainPage h1{
		line-height: 1.1;
	}
	
	.primaryMainPage #dnn_header .left .headerDesc{
		margin-bottom: 10px;
	}
	
	.primaryMainPage #dnn_header .left .row:last-child{
		margin-bottom: 0px;
		padding-bottom: 15px;
	}
	
	.primaryMainPage #dnn_header .right img{
		position: relative;
		width: auto;
		margin: 0em auto 3em;
		max-height: 13em;
		top: 0px;
	}
	
	.primaryMainPage .intro-container, .primaryMainPage .inner-container{
		width: 100% !important;
	}
	
	.coupon-banner .coupon-link{
		display: inline-block;
		margin-bottom: 0.5em;
	}
	
	#dnn_whatIsIt .left{
		text-align: center;
	}
	
	#dnn_whatIsIt img{
		margin-bottom: 2em;
		width: auto;
	}
	
	#dnn_whatIsIt .right{
		padding-left: 0em !important;
	}
	
	.primaryMainPage #dnn_primaryContentA{
		margin-top: 30px;
	}
	
	.primaryMainPage #dnn_primaryContentA .col-md-4 {
		width: 100% !important;
	}
		
	.primaryMainPage #dnn_primaryContentA .threeBoxes .threeBoxesItem{
		min-height: 200px;
		margin-bottom: 75px;
	}
	
	.primaryMainPage #dnn_primaryContentA .threeBoxes .threeBoxesItem .threeBoxesItemIcon img {
		left: 50%;
		margin-left: -85px;
	}
	
	.primaryMainPage #dnn_primaryContentB .row.buttons{
		margin-bottom: 2em;
	}
	
	.primaryMainPage #dnn_primaryContentB .spreadTwo .right{
		padding-left: 0px !important;
	}
	
	.primaryMainPage #dnn_primaryContentB .right{
		text-align: center;
	}
	
	.primaryMainPage #dnn_primaryContentB img{
		width: auto;
		max-width: 100%;
	}
	
	.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabHeader{
		flex-wrap: wrap;
		margin-bottom: 2em;
	}
	
	.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabHeader li{
		flex: 50%;
		margin-bottom: 1.5em;
	}
	
	.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody img{
		margin-top: 0.5em;
		max-width: 100%;
	}
	
	.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabBody a{
		margin-bottom: 50px;
	}
	
	#dnn_primaryPacks #setPacks .row{
		margin-bottom: 0px;
	}
	
	#dnn_primaryPacks #setPacks .flipCard{
		width: 100%;
		margin-bottom: 2em;
	}
	
	#dnn_primaryPacks #setPacks .flipCardFront, #dnn_primaryPacks #setPacks .flipCardBack{
		width: 100%;
	}
	
	#dnn_primaryPacks #setPacks .flipCard .flipCardBack .smallerText{
		font-size: 14px;
	}
	
	#dnn_primaryPacks #setPacks .flipCard .flipCardBack .smallestText{
		font-size: 12px;
	}
	
	#dnn_primaryContentD .packsAccordionTable .packsAccordionTableRow .btn{
		display: block;
		margin: 5px auto;
	}
	
	.ndr-filter .mix-container .mix img{
		display: block;
		margin: 20px auto 30px !important;
	}
	
	#dnn_primaryFaq .forSchoolAccordion h3{
		line-height: 1;
	}
	
	#dnn_primaryMainContent, .container .Panes #dnn_ContentPane{
		display: none;
	}
	
	#dnn_primaryContentD .ndr-filter .control-reset{
		margin-bottom: 0.5em;
	}
	
	#dnn_primaryContentD .ndr-filter .custom-dropdown{
		display: block;
	}
	
	#dnn_primaryContentD .filter-dropdown .dropdown-item{
		line-height: 1.5;
	}
	
	#dnn_primaryContentD .ndr-filter #dropdownPhonics{
		width: 100%;
	}
	
	#dnn_primaryContentD .ndr-filter .scope{
		margin-left: 0;
	}
	
	#dnn_primaryContentD .ndr-filter .mix-container{
		width: 100%;
	}
	
	#dnn_primaryContentD .ndr-filter .mix-container .mix{
		width: 100%;
		margin: 0em 0em 3em;
	}
	
	#dnn_primaryContentD .ndr-filter .mix-container .mix .cardContent{
		min-height: fit-content;		
	}
		
	#dnn_primaryContentD .ndr-filter #showMoreBtn{
		margin: 0 auto;
	}
	
	#dnn_meetOurExpert .row.buttons{
		margin-bottom: 2em;
	}
	
	#dnn_getYourBook .ndr-cta-container{
		width: 100%;
	}
	
	#dnn_getYourBook .ndr-cta-left, #dnn_getYourBook .ndr-cta-right{
		width: 100%;
		padding: 2em 1em;
	}
	
	/* ECOM-1137 fixes */
	#logo{
		margin-top: 14px;
	}
	
	#logo a img{
		height: 30px;
	}
	
	/*.topnav, .navalign{
		display: none;
	}*/
	
	#supporthero-button{
		display: none !important;
	}
	
	.primaryMainPage h1{
		font-size: 30px;
		line-height: 0.6;
	}
	
	.primaryMainPage #dnn_header .left .scrollingText .mask span{
		font-size: 30px;
	}
	
	.primaryMainPage #dnn_primaryContentC #nelson-pri-ndr-content-tour .tabHeader li {
		flex: 100%;
		margin-bottom: 2em;
	}
	
	.primaryMainPage #dnn_primaryContentB .spreadOne .right, .primaryMainPage #dnn_primaryContentB .spreadTwo .right{
		padding-left: 0px !important;
	}
}


@media screen and (max-width: 480px){
	footer #footer_top{
		height: auto;
	}
	
	footer #footer_top .he-footerlist:last-child{
		margin-bottom: 0px;
	}
	
	footer #footer_top ul li{
		margin: 8px 0px;
	}
}


/* END: RESPONSIVE STYLES */

