@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap');

.content_wrapper.secondarySeries{
	margin-bottom: 279px;
}

.secondarySeries .DnnModule{
	float: none;
    margin: 0px;
}

.secondarySeries .whiteBg{
	background-color: #ffffff;
}

.secondarySeries .darkBlueBg{
	background-color: #29307c;
}

.secondarySeries .lightBlueBg{
	background-color: #d1ddfe;
}

.secondarySeries .yellowText{
	color: #f6c50f;
}

.secondarySeries .boldText{
	font-weight: 600;
}

.secondarySeries .italicText{
	font-style: italic;
}

.secondarySeries .underline{
    width: 101px;
    height: 1px;
    border-bottom: 6px solid #FFCB05;
	margin: 0px auto;
}

.secondarySeries h1{
	object-fit: contain;
	font-size: 50px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}

.secondarySeries h2{
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.6px;
	text-align: left;
	color: #2f3379;
}

.secondarySeries h1, .secondarySeries h2, .secondarySeries h3, .secondarySeries h4, .secondarySeries h5,
.secondarySeries p, .secondarySeries a, .secondarySeries li, .secondarySeries p strong{
	font-family: 'Work Sans', sans-serif !important;
}

.secondarySeries .Panes .b-crumb{
	display: none;
}

.secondarySeries{
	margin-top: -18px;
}

.secondarySeries #dnn_secondarySeriesBanner > div{
	padding: 0px;
}

/* START: Banner */
.secondarySeries #dnn_secondarySeriesBanner{
	padding: 100px 0px 146px;
	background: url('/Portals/5/Images/secondary-series-banner-bg.jpg') no-repeat right top #29307c;
	background-size: 15em;
}

.secondarySeries #dnn_secondarySeriesBanner h1{
	margin-bottom: 40px;
}

.secondarySeries #dnn_secondarySeriesBanner p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: left;
	color: #fff;
}

.secondarySeries #dnn_secondarySeriesBanner p strong{
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: left;
	color: #fff;
}

.secondarySeries #dnn_secondarySeriesBanner .bannerBtn{
	margin-top: 30px;
}

.secondarySeries #dnn_secondarySeriesBanner .bannerBtn .yellowBtn{
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: center;
	text-decoration: none;
	color: #2f3379;
	border-radius: 19px;
	border: solid 1px #707070;
	background-color: #f6c511;
	padding: 9px 57px;
	margin-right: 20px;
}

.secondarySeries #dnn_secondarySeriesBanner .bannerBtn .yellowBtn:hover,
.secondarySeries #dnn_secondarySeriesBanner .bannerBtn .yellowBtn:focus{
	background-color: #2f3379;
	color: #f6c511;
}

.secondarySeries #dnn_secondarySeriesBanner .bannerBtn .lightBlueBtn{
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: center;
	text-decoration: none;
	color: #2f3379;
	background-color: #d0ddfe;
	border: 1px solid #d0ddfe;
	border-radius: 20px;
	margin-top: 40px;
	padding: 9px 37px;
}

.secondarySeries #dnn_secondarySeriesBanner .bannerBtn .lightBlueBtn:hover,
.secondarySeries #dnn_secondarySeriesBanner .bannerBtn .lightBlueBtn:focus{
	background-color: #2f3379;
	color: #f6c511;
}

.secondarySeries #dnn_secondarySeriesBanner .right{
	text-align: center;
}

.secondarySeries #dnn_secondarySeriesBanner .right img{
	width: 100%;
	max-width: 420px;
}

/* END: Banner */


/* START: Tagline */
.secondarySeries #dnn_secondarySeriesBlueLinks{
    padding: 32px 0px;
	border-top: 2px solid #ffffff;
}

.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu{
	position: relative;
}

.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu.fixed{
	position: fixed;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding-bottom: 0px;
    animation: slide-down 0.5s;
    opacity: 0.9;
    top: 0px !important;
	width: 100%;
	background-color: #29307c; 
	padding: 1em 0em;
	z-index: 999;
}

.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu li{
	display: inline-block;	
}

.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu a{
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: -0.4px;
	text-align: center;
	color: #fff;
	border-right: 3px solid #fff;
	padding-right: 20px;
	margin-right: 20px;
}

.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu li:last-child a{
	border-right: 0px none;
	margin-right: 0px;
}

.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu a.yellowBtn{
	color: #2f3379;
	border-radius: 19px;
	border: solid 1px #707070;
	background-color: #f6c511;
	padding: 9px 12px;
	text-decoration: none;
}

.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu a.yellowBtn:hover,
.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu a.yellowBtn:focus{
	background-color: #2f3379;
	color: #f6c511;
}

/* END: Tagline */


/* START: Content A */
.secondarySeries #dnn_secondarySeriesContentA .left{
	padding: 121px 0px 145px;
}

.secondarySeries #dnn_secondarySeriesContentA .left h2{
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.6px;
	text-align: left;
	color: #2f3379;
	max-width: 235px;
}

.secondarySeries #dnn_secondarySeriesContentA .right{
	padding: 141px 0px 145px;
}

.secondarySeries #dnn_secondarySeriesContentA .right p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
}

.secondarySeries #dnn_secondarySeriesContentA .right p strong{
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
}

.secondarySeries #dnn_secondarySeriesContentA .threePanels{
	display: inline-block;
	margin-bottom: 133px;
}

.secondarySeries #dnn_secondarySeriesContentA .threePanels .threePanelsItem{
	background-color: #d0ddfe;
	padding: 94px 19px 44px !important;
	border-radius: 20px;
	margin-right: 25px;
	width: 31%;
	min-height: 321px;
}

.secondarySeries #dnn_secondarySeriesContentA .threePanels .threePanelsItem:last-child{
	margin-right: 0px;
}

.secondarySeries #dnn_secondarySeriesContentA .threePanels .threePanelsItem img{
	width: 111px;
	height: auto;
	position: absolute;
	top: -55px;
    left: 15px;
}

.secondarySeries #dnn_secondarySeriesContentA .threePanels .threePanelsItem p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
}

.secondarySeries #dnn_secondarySeriesContentA .threePanels .threePanelsItem p strong{
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
}

/* END: Content A */

/* START: Content B */
.secondarySeries #dnn_secondarySeriesContentB{
	padding: 34px 0px;
}

.secondarySeries #dnn_secondarySeriesContentB h2{
	margin: 0px auto;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.6px;
	color: #ffffff;
}

.secondarySeries #dnn_secondarySeriesContentB p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
}

/* END: Content B */

/* START: Content C */
.secondarySeries #dnn_secondarySeriesContentC{
	padding: 135px 0px 140px;
}

.secondarySeries #dnn_secondarySeriesContentC h2{
	margin-bottom: 65px;
}

.secondarySeries #dnn_secondarySeriesContentC p{
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
}

.secondarySeries #dnn_secondarySeriesContentC p strong{
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs{
	display: inline-block;
    margin-bottom: 36px;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader{
	padding-left: 0px !important;
	padding-bottom: 12px;
	margin-bottom: 74px;
	display: block;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader li{
	width: auto;
	display: inline-block;
	text-align: left;
	margin: 0px 20px 13px 0px;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader li:first-child{
	width: auto;
	text-align: left;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader li:last-child{
	width: auto;
	text-align: left;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader li a{
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.12;
	letter-spacing: -0.34px;
	text-align: center;
	text-decoration: none;
	color: #2f3379;
	border: 1px solid #2f3379;
    border-radius: 20px;
    padding: 8px 20px;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader li a img,
.secondarySeries #dnn_secondarySeriesContentC img.digitalOnlyImg{
	width: 21px;
	margin-right: 10px;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader li.ui-state-active a{
	background-color: #303379;
	border: 1px solid #303379;
	color: #ffffff;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader li.ui-state-hover,
.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader li.ui-state-focus{
	background-color: transparent;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader li.ui-state-hover a, 
.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader li.ui-state-focus a{
	background-color: #303379;
	border: 1px solid #303379;
	color: #ffffff;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabBody{
	margin-bottom: 85px;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabBody div:nth-child(2),
.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabBody div:nth-child(2) p{
	text-align: center;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabBody div:nth-child(2) p a{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: center;
	color: #2f3379;
	text-decoration: none;
}

.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabBody div:nth-child(2) p a:hover,
.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabBody div:nth-child(2) p a:focus{
	text-decoration: underline;
}

/* END: Content C */

/* START: Content D */
.secondarySeries #dnn_secondarySeriesContentD{
	padding: 196px 0px 253px;
}

.secondarySeries #dnn_secondarySeriesContentD h2{
	margin-bottom: 90px;
}

.secondarySeries #dnn_secondarySeriesContentD .flipBookContainer img{
	width: 100%;
	height: auto;
}

.secondarySeries #dnn_secondarySeriesContentD p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: center;
	color: #2f3379;
	margin-top: 37px;
}
/* END: Content D */


/* START: Content E */
.secondarySeries #dnn_secondarySeriesContentE{
	padding: 150px 0px 225px;
}

.secondarySeries #dnn_secondarySeriesContentE h2{
	margin-bottom: 50px;
}

.secondarySeries #dnn_secondarySeriesContentE h2 img{
	width: 43px;
}

.secondarySeries #dnn_secondarySeriesContentE p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
}

.secondarySeries #dnn_secondarySeriesContentE .left{
	max-width: 402px;
}

.secondarySeries #dnn_secondarySeriesContentE .left p em{
	font-size: 13px;
	display: block;
	margin-top: 25px;
}

.secondarySeries #dnn_secondarySeriesContentE .right p{
	text-align: center;
}

.secondarySeries #dnn_secondarySeriesContentE .right img{
	width: 100%;
	max-width: 417px;
}

.secondarySeries #dnn_secondarySeriesContentE .poweredbyNMT{
	margin-top: 86px;
}

.secondarySeries #dnn_secondarySeriesContentE .poweredbyNMT .poweredbyNMTItem{
	max-width: 430px;
	margin-right: 30px;
}

.secondarySeries #dnn_secondarySeriesContentE .poweredbyNMT .poweredbyNMTItemTitle{
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	padding: 17px 0px;
    background-color: #303379;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.secondarySeries #dnn_secondarySeriesContentE .poweredbyNMT .poweredbyNMTItemTitle h3{
	font-size: 17px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.12;
	letter-spacing: -0.34px;
	text-align: center;
	color: #fff;
	margin: 0px;
}

.secondarySeries #dnn_secondarySeriesContentE .poweredbyNMT .poweredbyNMTItemBody{
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	width: 100%;
	background-color: #ffffff;
	padding: 44px 43px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	min-height: 901px;
}

.secondarySeries #dnn_secondarySeriesContentE .poweredbyNMT .poweredbyNMTItemBody img{
	width: 103px;
	margin: 0px 0px 35px -10px;
}

.secondarySeries #dnn_secondarySeriesContentE .poweredbyNMT .poweredbyNMTItemBody ul li{
	list-style: disc;
}
/* END: Content E */


/* START: Content F */
.secondarySeries #dnn_secondarySeriesContentF{
	padding: 234px 0px 205px;
}

.secondarySeries #dnn_secondarySeriesContentF h2{
	margin-bottom: 50px;
}

.secondarySeries #dnn_secondarySeriesContentF p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
}

.secondarySeries #dnn_secondarySeriesContentF p strong{
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
	display: inline-block;
    margin: 43px 0px 83px;
}

.secondarySeries #dnn_secondarySeriesContentF .left{
	max-width: 421px;
}

.secondarySeries #dnn_secondarySeriesContentF .right p{
	text-align: center;
}

.secondarySeries #dnn_secondarySeriesContentF .right img{
	width: 100%;
	max-width: 396px;
}

.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline{
	position: relative;
    padding: 0px;
}

.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline::before{
	background-color: #303379;
	left: 50%;
    margin-left: -2px;
	content: '';
    position: absolute;
    top: 15px;
    height: 84%;
    width: 2px;
}

.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline .workBookTimelineBlock{
	position: relative;
	margin-bottom: 87px;
}

.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline .workBookTimelineBlock:last-child{
	margin-bottom: 0px;
}

.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline .workBookTimelineBlock p{
	margin-top: -0.5em;
}

.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline .workBookTimelineBlock img{
	max-width: 120px;
	margin-top: -30px;
}

.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline .workBookTimelineBlock .workBookTimelineBlockLeft{
	display: inline-block;
	text-align: right;
	width: 47%;
	padding-right: 65px;
}

.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline .workBookTimelineBlock .workBookTimelineBlockLeft p{
	text-align: right;
}

.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline .workBookTimelineBlock .workBookTimelineBlockMiddle{
	width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
	position: absolute;
    top: -16px;;
}

.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline .workBookTimelineBlock .workBookTimelineBlockMiddle img{
	display: block;
    width: 23px;
    height: 23px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: 0px;
}

.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline .workBookTimelineBlock .workBookTimelineBlockRight{
	display: inline-block;
	float: right;
	width: 47%;
	padding-left: 65px;
}
/* END: Content F */


/* START: Content G */
.secondarySeries #dnn_secondarySeriesContentG{
	padding: 156px 0px 175px;
}

.secondarySeries #dnn_secondarySeriesContentG h2{
	margin-bottom: 58px;
}

.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabHeader{
	padding-left: 0px !important;
	padding-bottom: 12px;
	margin-bottom: 45px;
	/*display: flex;*/
	display: block;
}

.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabHeader li{
	width: auto;
	display: inline-block;
	text-align: left;
	/*flex-grow: 1;*/
	margin: 0px 20px 13px 0px;
}

.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabHeader li:first-child{
	width: auto;
	text-align: left;
	/*flex-grow: 1;*/
}

.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabHeader li:last-child{
	width: auto;
	text-align: left;
	/*flex-grow: 1;*/
}

.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabHeader li a{
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.12;
	letter-spacing: -0.34px;
	text-align: center;
	text-decoration: none;
	color: #2f3379;
	border: 1px solid #2f3379;
    border-radius: 20px;
    padding: 8px 20px;
}

.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabHeader li.ui-state-active a{
	background-color: #F6C511;
	border: 1px solid #F6C511;
}

.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabHeader li.ui-state-hover,
.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabHeader li.ui-state-focus{
	background-color: transparent;
}

.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabHeader li.ui-state-hover a, 
.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabHeader li.ui-state-focus a{
	background-color: #F6C511;
	border: 1px solid #F6C511;
}

.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabBody{
	margin-bottom: 85px;
}

.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabBody p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
}

.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabBody p strong{
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #2f3379;
}

/* END: Content G */

/* START: CONTENT H */
.secondarySeries #dnn_secondarySeriesContentH{
	padding: 157px 0px 174px;
}

.secondarySeries #dnn_secondarySeriesContentH h2{
	margin-bottom: 97px;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock{
	position: relative;
	margin: 0px 33px 30px 0px;
	max-width: 263px;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock:last-child{
	margin: 0px 0px 30px 0px;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock img{
	display: block;
	width: 100%;
	height: auto;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock .slideUpBlockOverlay{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(47,51,121,0.8);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock:hover .slideUpBlockOverlay{
	height: 100%;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock .slideUpBlockOverlay .slideUpBlockTitle{
	font-family: 'Work Sans', sans-serif;
	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;
	position: absolute;
	overflow: hidden;
	top: 117px;
	left: 23px;
	right: 23px;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock .slideUpBlockOverlay .slideUpBlockSubTitle{
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.34px;
	text-align: left;
	color: #ffffff;
	position: absolute;
	overflow: hidden;
	top: 167px;
	left: 23px;
	right: 23px;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock .slideUpBlockOverlay .slideUpBlockButtons a{
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: -0.24px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-bottom: 7.5px;
	max-width: 138px;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock .slideUpBlockOverlay .slideUpBlockButtons a.yellowBtn{
	color: #2f3379;
	border-radius: 19px;
	border: solid 1px #f6c511;
	background-color: rgb(246,197,17,1);
	padding: 7px 39px;	
	position: absolute;
	overflow: hidden;
	top: 210px;
	left: 23px;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock .slideUpBlockOverlay .slideUpBlockButtons a.yellowBtn:hover,
.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock .slideUpBlockOverlay .slideUpBlockButtons a.yellowBtn:focus{
	background-color: #2f3379;
	color: #f6c511;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock .slideUpBlockOverlay .slideUpBlockButtons a.darkBlueBtn{
	color: #ffffff;
	border-radius: 19px;
	border: solid 1px #303379;
	background-color: rgb(48,51,121,1);
	padding: 7px 30px;
	position: absolute;
	overflow: hidden;
	top: 260px;
	left: 23px;
}

.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock .slideUpBlockOverlay .slideUpBlockButtons a.darkBlueBtn:hover,
.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock .slideUpBlockOverlay .slideUpBlockButtons a.darkBlueBtn:focus{
	background-color: #f6c511;
	color: #303379;
}
/* END: CONTENT H */

/* START: CONTACT */
.secondarySeries #dnn_secondarySeriesContact{
	padding: 71px 0px 74px;
	text-align: center;
}

.secondarySeries #dnn_secondarySeriesContact h2{
	margin-bottom: 40px;
	text-align: center;
	color: #ffffff;
}

.secondarySeries #dnn_secondarySeriesContact p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	color: #fff;
	margin-bottom: 28px;
}

.secondarySeries #dnn_secondarySeriesContact .yellowBtn{
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: center;
	text-decoration: none;
	color: #2f3379;
	border-radius: 19px;
	border: solid 1px #707070;
	background-color: #f6c511;
	padding: 9px 23px;
	margin-right: 20px;
}

.secondarySeries #dnn_secondarySeriesContact .yellowBtn:hover,
.secondarySeries #dnn_secondarySeriesContact .yellowBtn:focus{
	background-color: #2f3379;
	color: #f6c511;
}

.secondarySeries #dnn_secondarySeriesContact .lightBlueBtn{
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: center;
	text-decoration: none;
	color: #2f3379;
	background-color: #d0ddfe;
	border: 1px solid #d0ddfe;
	border-radius: 20px;
	margin-top: 40px;
	padding: 9px 25px;
}

.secondarySeries #dnn_secondarySeriesContact .lightBlueBtn:hover,
.secondarySeries #dnn_secondarySeriesContact .lightBlueBtn:focus{
	background-color: #2f3379;
	color: #f6c511;
}
/* END: CONTACT */

.secondarySeries #dnn_footerBar{
    display: inline-block;
	width: 100%;
	background-color: #3942b0;
    margin: -60px 0px 50px;
}

.secondarySeries #dnn_footerBar .ModDNNHTMLC > div{
	padding: 0px;
}

.secondarySeries #dnn_footerBar .footerBarLeft,
.secondarySeries #dnn_footerBar .footerBarRight{
	display: inline-block;
	width: 49%;
}

.secondarySeries #dnn_footerBar .footerBarLeft a{
	font-family: 'Helvetica', sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	margin-right: 43px;
}

.secondarySeries #dnn_footerBar .footerBarLeft a:first-child{
	margin-left: 85px;
}

.secondarySeries #dnn_footerBar .footerBarLeft a:last-child{
	margin-right: 0px;
}

.secondarySeries #dnn_footerBar .footerBarRight{
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.5;
	letter-spacing: normal;
	text-align: right;
	color: #ffffff;
	padding-right: 53px;
}

.secondarySeries .container .Panes #dnn_ContentPane .DnnModule .ModDNNHTMLC,
.secondarySeries .container .Panes #dnn_ContentPane .dnnPEMContNotitle{
	display: none;
}

/* END of PAGE STYLING */

footer{
	position: relative;
	margin-top: -299px;
}

footer .scrolltotop{
	top: 0;
    position: relative;
}

footer #footer_top .he-wrapper{
	top: -15px;
}

footer.nz-footer{
	margin-top: -350px;
}

footer.nz-footer #footer_top .he-wrapper {
    top: 0px;
}

/* RESPONSIVE STYLING */
@media screen and (min-width: 1200px) and (max-width: 1800px){
	.secondarySeries .overlayText h1{
		font-size: 1em;
	}
}

@media screen and (max-width: 768px){
	.secondarySeries .container{
		max-width: 95%;
	}
	
	.secondarySeries h1{
		font-size: 3rem;
	}
	
		
	.secondarySeries h2{
		font-size: 3rem !important;
		line-height: 1 !important;
	}
	
	.secondarySeries h3{
		font-size: 2rem !important;
		line-height: 1 !important;
	}
	
	.secondarySeries h3 strong{
		font-size: 2rem !important;
		line-height: 1 !important;
	}
	
	.secondarySeries p{
		font-size: 1.5rem !important;
		line-height: 1.3 !important;
	}
	
	.secondarySeries #dnn_secondarySeriesBanner,
	.secondarySeries #dnn_secondarySeriesContentA,
	.secondarySeries #dnn_secondarySeriesContentB,
	.secondarySeries #dnn_secondarySeriesContentC,
	.secondarySeries #dnn_secondarySeriesContentD,
	.secondarySeries #dnn_secondarySeriesContentE,
	.secondarySeries #dnn_secondarySeriesContentF,
	.secondarySeries #dnn_secondarySeriesContentG,
	.secondarySeries #dnn_secondarySeriesContentH,
	.secondarySeries #dnn_secondarySeriesContact{
		padding: 3em 0em;
	}
	
	.secondarySeries #dnn_secondarySeriesBanner .right img{
		max-width: 100%;
		margin-top: 2em;
	}
	
	.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu{
		width: 100%;
		margin: 0px auto;
	}
	
	.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu .container{
		display: block;
		max-width: 95%;
	}
	
	.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu li {
		display: inline-block;
		width: auto;
		text-align: left;
		margin: 0px 0px 13px 0px;
	}
	
	.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu a{
		font-size: 1em;
		margin-right: 1em;
		padding-right: 1em;
	}
		
	.secondarySeries #dnn_secondarySeriesContentA .left,
	.secondarySeries #dnn_secondarySeriesContentA .right{
		padding: 0em 0em 2em 0em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentA .left h2{
		max-width: 100%;
	}
	
	.secondarySeries #dnn_secondarySeriesContentA .threePanels{
		margin: 3em 0em 0em 0em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentA .threePanels .threePanelsItem{
		width: 100%;
		min-height: 5em;
		margin-bottom: 5em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentC h2{
		margin-bottom: 1em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentC #featureTabs .tabHeader{
		margin-bottom: 2em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentE .right img{
		max-width: 100%;
		margin: 1em 0em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentE .poweredbyNMT{
		margin-top: 2em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentE .poweredbyNMT .poweredbyNMTItem{
		max-width: 100%;
		margin-bottom: 2em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentE .poweredbyNMT .poweredbyNMTItemBody{
		padding: 1em 2em;
		min-height: 5em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentF .right img{
		max-width: 100%;
	}
	
	.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline .workBookTimelineBlock .workBookTimelineBlockLeft{
		padding-right: 1em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentF .workBookTimeline .workBookTimelineBlock .workBookTimelineBlockRight{
		padding-left: 1em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentG h2{
		margin-bottom: 1em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabHeader{
		margin-bottom: 2em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentG #authorTabs .tabBody{
		margin-bottom: 1.5em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentH h2{
		margin-bottom: 1em;
	}
	
	.secondarySeries #dnn_secondarySeriesContentH .slideUpBlock{
		max-width: 100%;
	}
	
	/* 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: 130px !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%;
	}
	
	footer{
		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;
	}
}

@media screen and (max-width: 480px){
	.secondarySeries #dnn_secondarySeriesBlueLinks .floatingMenu a{
		font-size: 1em;
		margin-right: 0.5em;
		padding-right: 0.5em;
	}
	
	footer #footer_top{
		height: auto;
	}
	
	footer #footer_top .he-footerlist:last-child{
		margin-bottom: 0px;
	}
	
	footer #footer_top ul li{
		margin: 8px 0px;
	}
}

/* FIREFOX ONLY FIXES */
@-moz-document url-prefix(){ 
	.secondarySeries #dnn_secondarySeriesBlueLinks{
		height: 92px;
		padding: 10px 36px;
	}
}

/* SAFARI ONLY FIXES */
@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
        footer #footer_top .he-wrapper{
			top: 0px;
		}
     }
} 