@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700&display=swap');

html, body{
	scroll-behavior: smooth;
}

header{
	margin-bottom: 0px !important;
}

.content_wrapper.novastarPage{
	margin-bottom: 279px;
	margin-top: 0px;
}

.novastarPage .boldText{
	font-weight: 600;
}

.novastarPage .italicText{
	font-style: italic;
}

.novastarPage .underline{
    width: 60px;
    height: 1px;
    border-bottom: 6px solid #FFCB05;
	margin: 0px auto 46px;
}

.novastarPage .purpleBg{
	background-color: #d1ddfe;
}

.novastarPage .whiteBg{
	background-color: #ffffff;
}

.novastarPage .darkBlueBg{
	background-color: #2f3379;
}

.novastarPage .darkestBlueBg{
	background: url('dnnicons/images/scallop_pattern_top_optimised.png') repeat-x center bottom #ffffff;
	background-size: cover;
}

.novastarPage .darkestBlueBgWithoutScallops{
	background-color: #0f0539;
}

.novastarPage .transparentBg{
	background-color: transparent;
}

.novastarPage .ModDNNHTMLC > div{
	padding: 0px;
}

.novastarPage h1, .novastarPage h2, .novastarPage h3, .novastarPage h4, .novastarPage h5,
.novastarPage p, .novastarPage p strong, .novastarPage a, .novastarPage li{
	font-family: 'Work Sans', sans-serif !important;
}

.novastarPage .Panes .b-crumb{
	display: none;
}

.novastarPage #dnn_header{
	margin-top: 0px;
	margin-bottom: 30px;
}

.novastarPage 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;
}

.novastarPage h2{
	margin-bottom: 17px;
	font-size: 40px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: -0.6px;
	text-align: center;
	color: #2f3379;
}

.novastarPage p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: left;
}

.novastarPage .btn{
	display: inline-block;
	padding: 9px 26px 9px 21px !important;
	border-radius: 19px !important;
	font-size: 18px !important;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: center;
	color: #2f3379 !important;
	margin-right: 11px;
}

.novastarPage .yellowBtn{
	background-color: #f6c511;
}

.novastarPage .yellowBtn:hover,
.novastarPage .yellowBtn:focus{
	background-color: #ddaf08;
}

.novastarPage .purpleBtn{
	background-color: #d1ddfe;	
}

.novastarPage .purpleBtn:hover,
.novastarPage .purpleBtn:focus{
	background-color: #aec1fe;
}

.novastarPage .whiteBtn{
	background-color: #ffffff;	
}

.novastarPage .whiteBtn:hover,
.novastarPage .whiteBtn:focus{
	background-color: #2f3379;
	color: #ffffff !important;
}

.dnnQuickAddModuleManager .handlerContainer{
	left: 0.5em;
}

/* START: Header */
.novastarPage #dnn_header .left #Novastar-logo{
	width: 100%;
	max-width: 214px;
}

.novastarPage #dnn_header .left .scrollingText h1{
	color: #ffffff;
}

.novastarPage #dnn_header .left .scrollingText .mask {
	height: 54px;
	position: relative;
	overflow: hidden;
}

.novastarPage #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;
}

.novastarPage #dnn_header .left .scrollingText .mask span[data-show],
.novastarPage #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;
}

.novastarPage #dnn_header .left .scrollingText .mask span[data-up],
.novastarPage #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;
}

.novastarPage #dnn_header .left .scrollingText .mask span:nth-child(1) {
	/*background-image: linear-gradient(45deg, #f36d21 50%, #f6c511);*/
	background-color: #c394c8;
}

.novastarPage #dnn_header .left .scrollingText .mask span:nth-child(2) {
	/*background-image: linear-gradient(45deg, #ed1260 50%, #f36d21);*/
	background-color: #0099b0;
}

.novastarPage #dnn_header .left .scrollingText .mask span:nth-child(3) {
	/*background-image: linear-gradient(45deg, #2585c6 50%, #005b89);*/
	background-color: #E3B60F;
}

.novastarPage #dnn_header .left .headerDesc{
	margin-top: 10px;
	margin-bottom: 50px;
}

.novastarPage #dnn_header .left .buttons{
	margin-bottom: 24px;
}

.novastarPage #dnn_header .left p{
	color: #ffffff;
}

.novastarPage #dnn_header .left .row:last-child{
	margin-bottom: 40px;
	padding-bottom: 0px;
}

.novastarPage #dnn_header .right img{
	position: absolute;
    top: 8em;
    max-height: 394px;
    left: 3em;
}

/* END: Header */

/* START: At a glance */
#dnn_ataGlance{
	margin-top:50px;
}

#dnn_ataGlance img{
	width: 100%;
	border-radius: 40px;
}

#dnn_ataGlance .row{
	margin-bottom: 40px;
}

#dnn_ataGlance .right{
	padding-left: 4em !important;
}

#dnn_ataGlance p{
	font-size: 20px;
	color: #29307C;
}

#dnn_ataGlance p strong{
    display: block;
	font-size: 30px;
	font-weight: 600;
	color: #29307C;
	margin-top: 25px;
}

#dnn_ataGlance p strong.normalFontSize{
	font-size: 20px;
	margin-top: 0px;
	display: inline-block;
}

#dnn_ataGlance p:first-child strong{
	margin-top: 0px;
}

#dnn_ataGlance p a{
	font-size: 24px;
	font-weight: 700;
	color: #29307C;
}
/* END: At a glance */

/* START: Why Novastar */
.novastarPage #dnn_whyNovastar{
	margin-top: 30px;
}

.novastarPage #dnn_whyNovastar .left{
	padding-right: 4em !important;
}

.novastarPage #dnn_whyNovastar h2{
	margin-bottom: 45px;
}

.novastarPage #dnn_whyNovastar p{
	font-size: 17px;
	font-weight: 400;
	color: #2f3379;
	margin-bottom: 10px;
	line-height: 1.24;
}

.novastarPage #dnn_whyNovastar p strong{
	display: block;
	color: #2f3379;
	font-family: 'Work Sans', sans-serif !important;
	font-size: 30px;
	font-weight: 700;	
    margin-bottom: 10px;
	line-height: 37.2px;
}

.novastarPage #dnn_whyNovastar .btn{
	font-size: 22px !important;
	font-weight: 500;
}

.novastarPage #dnn_whyNovastar img{
	width: 100%;
}

.novastarPage #dnn_whyNovastar .col-md-4{
	width: 31% !important;
}

.novastarPage #dnn_whyNovastar .threeBoxes{
	margin: 80px 0px 50px;
}

.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem{
	margin-right: 25px;
	margin-bottom: 0px;
	border-radius: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	min-height: 451px;
}

.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem.orange .threeBoxesItemIcon{
	background-color: #E3B60F;
}

.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem.pink .threeBoxesItemIcon{
	background-color: #ED1260;
}

.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem.blue .threeBoxesItemIcon{
	background-color: #2585C6;
}

.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem:last-child{
	margin-right: 0px;
}

.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem .threeBoxesItemIcon{
	min-height: 110px;
	padding: 18.9px 24px 0px 19px !important;
}

.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem .threeBoxesItemIcon img{
	width: 170px;
	position: absolute;
    top: -3em;
	left:60px;
}

.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem .threeBoxesItemText{
	padding: 43.4px 18px 29.3px 18px !important;
}

.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem .threeBoxesItemText p:last-child{
	margin-bottom: 0px;
}

/* END: Why Novastar */


/* START: Content A */
.novastarPage #dnn_novastarContentA h2{
	margin-top: 50px;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabHeader{
	padding-left: 0px !important;
	padding-bottom: 12px;
	margin-top: 60px;
	margin-bottom: 40px;
	display: flex;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabHeader li{
	width: auto;
	display: inline-block;
	text-align: left;
	flex-grow: 1;
	background-color: transparent;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabHeader li:first-child{
	width: auto;
	text-align: left;
	flex-grow: 1;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabHeader li:last-child{
	width: auto;
	text-align: left;
	flex-grow: 1;
}

.novastarPage #dnn_novastarContentA #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;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabHeader li.ui-state-active a{
	background-color: #F6C511;
	border: 1px solid #F6C511;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabHeader li.ui-state-hover a, 
.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabHeader li.ui-state-focus a{
	background-color: #F6C511;
	border: 1px solid #F6C511;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody .left{
	padding-right: 2em !important;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody .right{
	text-align: center;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	text-align: left;
	color: #2f3379;
	margin-bottom: 20px;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody .checklistText{
	display: inline-block;
    width: calc(100% - 42px);
    vertical-align: text-top;
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	text-align: left;
	color: #2f3379;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody p strong{
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	text-align: left;
	color: #2f3379;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody img.checkIcon{
	display: inline-block;
    vertical-align: middle;
	margin: 0;
    width: 35px;
    height: 35px;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody img{
	max-width: 90%;
	margin-top: -0.5em;
	max-height: 20em;
}

.novastarPage #dnn_novastarContentA #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: 50px;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody a:hover,
.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody a:focus{
	background-color: transparent;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody .right a{
	text-decoration: none;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody .right a p{
	text-align: center;
	margin-top: 10px;
}

.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody .right a p:hover,
.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody .right a p:focus{
	text-decoration: underline;
}


/* Product */
.novastarPage #dnn_novastarContentA #product-filter p{
	font-size: 24px;
	font-weight: 400;
	color: #29307C;
}

.novastarPage #dnn_novastarContentA #product-filter > p{
	text-align: center;
}

.novastarPage #dnn_novastarContentA #product-filter h3{
	font-size: 20px;
	font-weight: 700;
	color: #29307C;
}

.novastarPage #dnn_novastarContentA #product-filter .control-reset,
.novastarPage #dnn_novastarContentA #product-filter .control-group-label{
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.novastarPage #dnn_novastarContentA #product-filter .category-display{
	font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #2f3379;
    margin: 20px 0;
	display: none;
}

.novastarPage #dnn_novastarContentA #product-filter .cardContent p.smallerText{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}

.novastarPage #dnn_novastarContentA #product-filter .cardContent p.smallestText{
	color: #ffffff;
	font-size: 14px;
}

.novastarPage #dnn_novastarContentA #product-filter #showMoreBtn{
	display: none;
}
/* END: Content A */


#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: 20px;
}

#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;
	margin: 0px;
}

#dnn_meetOurExpert .right {
    text-align: center;
	margin-bottom: 50px;
}

#dnn_meetOurExpert .right .expertName {
    position: relative;
    top: 0px;
    display: block;
    width: 220px;
	margin: 0px auto;
    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: 240px;
    margin: 10px auto 0px;
}

#dnn_meetOurExpert .right .expertDesc p {
    text-align: center;
	color: #2f3379;
	font-size: 16px;
	font-weight: 400;
}
/* END: Meet Our Expert */


/* START: Free Title */
#dnn_freeTitle #novastar-ebook-request{
	margin: 50px 0px;
}

#dnn_freeTitle #novastar-ebook-request .ndr-cta-left{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

#dnn_freeTitle #novastar-ebook-request .ndr-cta-left h2{
	color: #29307C;
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	margin-top: 0px;
}

#dnn_freeTitle #novastar-ebook-request .ndr-cta-left p{
	color: #29307C;
	font-size: 20px;
	font-weight: 400;
}

#dnn_freeTitle #novastar-ebook-request .ndr-cta-left p strong{
	color: #29307C;
	font-size: 20px;
	font-weight: 700;
}

#dnn_freeTitle #novastar-ebook-request .ndr-cta-left .ndr-cta-button{
	margin-top: 20px;
}

#dnn_freeTitle #novastar-ebook-request .ndr-cta-left .ndr-cta-button a{
	color: #29307C;
	font-size: 18px;
	font-weight: 700;	
}

#dnn_freeTitle #novastar-ebook-request .ndr-cta-right{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 2em 5em;
}

#dnn_freeTitle #novastar-ebook-request .ndr-cta-right img{
	width: 100%;
}

/* END: FAQ */


/* START: Main content */
.novastarPage .contactScallop{
	background: url('dnnicons/images/scallop_pattern_bottom_nelson_blue.png') repeat-x center top transparent;
	background-size: cover;
	padding-top: 90px;
}

#dnn_novastarContact{
	padding: 0px;
}

.novastarPage #dnn_novastarContact h2,
.novastarPage #dnn_novastarContact p{
	text-align: center;
	color: #ffffff;
}

.novastarPage #dnn_novastarContact h2{
	margin: 0px auto 17px;
}

.novastarPage #dnn_novastarContact p{
	font-size: 20px;
    font-weight: 400;
	margin-bottom: 20px;
}

.novastarPage #dnn_novastarContact p .btn{
	font-size: 25px !important;
	font-weight: 500;
	margin-bottom: 90px;
}

/* END: Main content */

/* Additional styles */
/* product filter tool */

*, *:before, *:after {
    box-sizing: border-box;
}

/* Controls */

.controls {
    padding: 1rem;
}


.control-group-label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-left: .75rem;
    font-family: 'Work Sans', sans-serif;
    cursor: pointer;
    border: 1px solid #292F7C;
    padding: 5px 10px;
    color: #292F7C;
    transition: background 150ms;
}

.control-group-label:hover  {
    background-color: #c5d0ed;
}

.control-group-label.active  {
    background-color: #b8c4e6;
}

.control-group-label:after {
  content:  "\25BC";
  color: #292F7C;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.control-group-label.active:after {
  content: "\25B2";
}

.control-group {
    display: none;
    margin-bottom: 10px;
    margin-left: .75rem;
    font-family: 'Work Sans', sans-serif;
    border: none;
}

.control {
    position: relative;
    display: inline-block;
    background: #d1ddfe;
    cursor: pointer;
    color: #292F7C;
    border: 1px solid #292F7C;
    border-radius: 25px;
    padding: 5px 13px;
    transition: background 150ms;
    margin: 0px 3px 10px 0px;
}

.control-text {
    width: auto;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.control:not(.mixitup-control-active):hover {
    background: #292F7C;
    color: #d1ddfe;
}

.mixitup-control-active {
    background: #292F7C;
    color: #d1ddfe;
}

div.category-display span#current-categories {
    font-size: 16px;
    font-weight: 400;
}

/* Container */

.mix-container {
    text-align: justify;
    font-size: 0.1px;
	margin-top: 10px;
}

.mix-container .mix img {
    width: 100%;
	height: 275px;
	object-fit: cover;
}

.mix div {
    background-color: #292F7C;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    padding: 20px;
    transition: .5s ease-in-out;
}

.mix div.cardContent .smallerText {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: left !important;
    margin: 0;
}

.mix div.cardContent .smallestText {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    text-align: left !important;
    margin: 8px 0;
}

.mix div.cardContent hr {
    font-size: 14px;
    color: #ffffff;
    margin: 8px 0;
}

.mix div.cardContent a.yellowBtn {
    font-family: 'Work Sans', sans-serif !important;
    margin-top: 4px;
    text-transform: uppercase;
    background-color: #f6c511;
    color: #292F7C;
    font-size: 12px !important;
    font-weight: 700;
    display: inline-block;
    padding: 8px 12px !important;
    text-decoration: none;
    border-radius: 20px;
}

.mix div.cardContent a.yellowBtn:hover {
    background-color: #ddaf08;
}

.mix:hover div {
    opacity: .95;
    cursor: pointer;
}

/* Target Elements */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1rem;
    position: relative;
}

/* Grid Breakpoints */

/* 2 Columns */

.mix,
.gap {
   width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }
}

/* eBook CTA ------------------------------------------ */

div.contactScallop div.container {
	width: 100% !important;
    margin: 0 auto;
}

div.contactScallop div.container div#dnn_novastarContact {
	padding: 0 !important;
}

div.contactScallop div.container div#dnn_novastarContact div:last-child {
	margin-top: 0;
    margin-bottom: 0;
}

.novastarPage #dnn_novastarContact p a.btn {
	margin-bottom: 90px;
}

div.col-md-6 a p {
	display: inline
}

div.DnnModule {
	width: 98% !important;
    margin: 0 auto !important;
    display: block;
}


div.novastarPage div.contactScallop {
    padding-top: 0px !important;
    background: url(dnnicons/images/scallop_pattern_bottom_nelson_blue.png) repeat-x center top #2f3379 !important;

}

.novastarPage #dnn_novastarContact h2.ndr-cta-heading, .novastarPage #dnn_novastarContact p.ndr-cta-body {
	text-align: left;
}

/* learning consultant CTA ------------------------------------------ */

div.contact-learning-consultant {
    width: 100%;
    text-align: center;
    background-color: #CDDEFF;
    padding: 50px 0 0 0;
    min-height: 368px;
}

div.contact-learning-consultant h2 {
    margin-bottom: 17px;
    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: 17px;
    font-weight: normal;
    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;
}

.DNNEmptyPane{
	display: none;
}

.novastarPage #dnn_novastarContact #novastar-ebook-request h2,
.novastarPage #dnn_novastarContact #novastar-ebook-request p,
.novastarPage #dnn_novastarContact #novastar-ebook-request p strong{
	color: #2f3379;
}


/* START: RESPONSIVE STYLES */
@media screen and (max-width: 1200px){
	.novastarPage #dnn_header .video-overlay .overlayText{
		margin-top: 13%;
	}
	
	.novastarPage #dnn_novastarContentA .mix-container .mix img{
		height: 300px;
		object-fit: cover;
	}
}


@media screen and (max-width: 960px) {
    div.ndr-cta-left {
        width: 100%;
        padding: 0;
    }

    div.ndr-cta-right {
        float: none;
        width: 100%;
    }

    div.intro-container {
        width: 100% !important;
    }
	
	.novastarPage #dnn_novastarContentA .mix-container .mix img{
		height: 360px;
		object-fit: cover;
	}
    
}


@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.novastarPage{
		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 */
	div.DnnModule{
		width: 100% !important;
	}
	
	.content_wrapper.novastarPage{
		width: 100% !important;
	}
	
	.novastarPage .ModDNNHTMLC > div{
		padding: 0px 2px;
	}
	
	.novastarPage .container{
		width: 100% !important;
		padding: 0px 10px !important;
	}
	
	.novastarPage .darkestBlueBg{
		padding-bottom: 1em;
	}
	
	.novastarPage #dnn_header .left .decodableReaders{
		margin-top: 10px;
	}
	
	.novastarPage h1{
		line-height: 1.1;
	}
	
	.novastarPage #dnn_header .left .headerDesc{
		margin-bottom: 10px;
	}
	
	.novastarPage #dnn_header .left .row:last-child{
		margin-bottom: 0px;
		padding-bottom: 15px;
	}
	
	.novastarPage #dnn_header .right img{
		position: relative;
		width: auto;
		margin: 0em auto 3em;
		max-height: 13em;
		top: 0px;
	}
	
	.novastarPage .intro-container, .novastarPage .inner-container{
		width: 100% !important;
	}
	
	.coupon-banner .coupon-link{
		display: inline-block;
		margin-bottom: 0.5em;
	}
	
	#dnn_ataGlance .left{
		text-align: center;
	}
	
	#dnn_ataGlance img{
		margin-bottom: 2em;
		width: auto;
		max-width: 100%;
	}
	
	#dnn_ataGlance .right{
		padding-left: 0em !important;
	}
	
	.novastarPage #dnn_whyNovastar{
		margin-top: 30px;
	}
	
	.novastarPage #dnn_whyNovastar .col-md-4 {
		width: 100% !important;
	}
		
	.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem{
		min-height: 200px;
		margin-bottom: 75px;
	}
	
	.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem:last-child{
		margin-bottom: 0px;
	}
	
	.novastarPage #dnn_whyNovastar .threeBoxes .threeBoxesItem .threeBoxesItemIcon img {
		left: 50%;
		margin-left: -85px;
	}
	
	.novastarPage #dnn_whyNovastar img{
		width: auto;
		max-width: 100%;
	}
	
	.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabHeader{
		flex-wrap: wrap;
		margin-bottom: 2em;
	}
	
	.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabHeader li{
		flex: 50%;
		margin-bottom: 1.5em;
	}
	
	.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody img{
		margin-top: 0.5em;
		max-width: 100%;
	}
	
	.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabBody a{
		margin-bottom: 50px;
	}
	
	.ndr-filter .mix-container .mix img{
		display: block;
		margin: 20px auto 30px !important;
	}
	
	.novastarPage #dnn_novastarContentA .mix-container .mix img{
		height: 250px;
		object-fit: cover;
	}
	
	#dnn_meetOurExpert .buttons{
		margin-bottom: 2em;
	}
	
	#dnn_meetOurExpert .right .expertImg img{
		width: 100%;
	}
	
	#dnn_primaryMainContent, .container .Panes #dnn_ContentPane{
		display: none;
	}
	
	.ndr-filter .control-reset{
		margin-bottom: 0.5em;
	}
	
	.ndr-filter .custom-dropdown{
		display: block;
	}
	
	.filter-dropdown .dropdown-item{
		line-height: 1.5;
	}
	
	.ndr-filter #dropdownPhonics{
		width: 100%;
	}
	
	.ndr-filter .scope{
		margin-left: 0;
	}
	
	.ndr-filter .mix-container{
		width: 100%;
	}
	
	.ndr-filter .mix-container .mix{
		width: 100%;
		margin: 0em 0em 3em;
	}
	
	/* ECOM-1137 fixes */
	#logo{
		margin-top: 14px;
	}
	
	#logo a img{
		height: 30px;
	}
	
	.topnav, .navalign{
		display: none;
	}
	
	#supporthero-button{
		display: none !important;
	}
	
	.novastarPage h1{
		font-size: 30px;
		line-height: 0.6;
	}
	
	.novastarPage #dnn_header .left .scrollingText .mask span{
		font-size: 30px;
	}
	
	.novastarPage #dnn_novastarContentA #nelson-pri-ndr-content-tour .tabHeader li {
		flex: 100%;
		margin-bottom: 2em;
	}
	
	#dnn_freeTitle #novastar-ebook-request .ndr-cta-left,
	#dnn_freeTitle #novastar-ebook-request .ndr-cta-right{
		display: block;
		width: 100%;
		padding: 1em;
	}
	
	#contact-learning-consultant{
		min-height: 200px;
	}
	
	#contact-learning-consultant .learning-consultant-btn{
		margin-bottom: 50px;
	}
}


@media screen and (max-width: 590px) {
    div.iframe-container {
        width: 100%;
        padding-top: 200%;
    }

    .mix div.cardContent .smallestText {
        display: none;
    }
	
	.novastarPage #dnn_novastarContentA .mix-container .mix img {
        height: 200px;
        object-fit: cover;
    }
}


@media screen and (max-width: 480px){
	.novastarPage #dnn_novastarContentA .mix-container .mix img {
        height: 250px;
        object-fit: cover;
    }
	
	footer #footer_top{
		height: auto;
	}
	
	footer #footer_top .he-footerlist:last-child{
		margin-bottom: 0px;
	}
	
	footer #footer_top ul li{
		margin: 8px 0px;
	}
}


@media screen and (max-width: 460px) {
    div.iframe-container {
        width: 100%;
        padding-top: 270%;
    }
}

/* END: RESPONSIVE STYLES */

