@charset "UTF-8";

body.ns1-modal-open {
	overflow: hidden;
}

#nextsteps1 .page-title {
	text-align: center;
}

@media (max-width: 767.99px) {
	#nextsteps1 #floating-link {
		bottom: 6vh !important;
	}
}

#nextsteps1 #floating-link {
	position: fixed;
	/* 'bottom' property will be set by JS */
	right: 1em;
	z-index: 101;
	visibility: hidden;
}

@media (min-width: 768px) {
	#nextsteps1 #floating-link {
		right: 2em;
	}
}

#nextsteps1 #floating-link > a {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    box-sizing: border-box;
    display: block;
    opacity: 1.0;
    box-shadow: 0 0px 8px 4px rgba(0,0,0,0.18);
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

@media (min-width: 768px) {
	#nextsteps1 #floating-link > a {
	    width: 90px;
	    height: 90px;
	}
}

#nextsteps1 #floating-link > a:hover {
	animation-name: bobble;
	animation-delay: 0s;
	animation-timing-function: ease-in-out;
	animation-duration: .25s;
	opacity: 0.98;
	box-shadow: 0 0px 20px 10px rgba(0,0,0,0.125);
}

#nextsteps1 #floating-link > a .center-me {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#nextsteps1 #floating-link > a .center-me .fl-icon {
	font-size: 1.75em;
}

#nextsteps1 #floating-link > a .center-me .fl-label {
	width: 80%;
	margin: -3px auto 0;
	line-height: 1.25;
	font-size: 10px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-smoothing: antialiased !important;
}

@media (min-width: 768px) {
	#nextsteps1 #floating-link > a .center-me .fl-label {
		font-size: 12px;
		margin: -3px auto 0;
	}
}

/* MINI ALERT ROTATOR */

#nextsteps1 #cycle-nextsteps1 {
	width: 100%;
	margin: 0;
	position: relative;
	opacity: 0;
	margin-bottom: 2em;
}

@media (min-width: 768px) {
	#nextsteps1 #cycle-nextsteps1 {
		width: calc(100% - 12em);
		position: relative;
		opacity: 0;
		margin: 0 0 3em 6em;
	}
}

@media (min-width: 1024px) {
	#nextsteps1 #cycle-nextsteps1 {
		width: calc(100% - 16em);
		margin: 0 0 3em 8em;
	}
}

#nextsteps1 .content-main > h1 + #floating-link + #cycle-nextsteps1 {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

@media (min-width: 768px) {
	#nextsteps1 .content-main > h1 + #floating-link + #cycle-nextsteps1 {
		margin-top: 3em;
		margin-bottom: 3em;
	}
}

#nextsteps1 .top-links-slide {
	display: block;
	/* Kept getting a tiny white line between slides, so... */
	width: calc(100% + 1px);
	overflow: hidden;
	background: transparent;
	position: relative;
	opacity: 1.0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

#nextsteps1 .top-links-slide .thumbnail {
	width: 33%;
	display: inline-block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	opacity: 1.0;
	margin: 0;
	padding: 18.562499998% 0 0 0;
}

#nextsteps1 .top-links-slide .details {
	width: 67%;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 18.562499998% 0 0 0;
}

#nextsteps1 .top-links-slide .details .centering-container {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	display: block;
	width: 90%;
	left: 5%;
}

@media (min-width: 768px) {
	#nextsteps1 .top-links-slide .details .centering-container {
		position: absolute;
		top: 55%;
	}
}

#nextsteps1 .top-links-slide .details h5 {
	margin-bottom: -2px;
	text-align: left;
	font-size: 14px;
	line-height: 1;
}

@media (min-width: 425px) {
	#nextsteps1 .top-links-slide .details h5 {
		font-size: 16px;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	#nextsteps1 .top-links-slide .details h5 {
		text-align: left;
		font-size: 18px;
		margin-bottom: .25em;
	}
}

@media (min-width: 1024px) {
	#nextsteps1 .top-links-slide .details h5 {
		font-size: 24px;
		margin-bottom: .5em;
	}
}

#nextsteps1 .top-links-slide .details p {
	white-space: nowrap;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	width: 90%;
	margin: 0;
	display: block;
	position:relative;
	text-align: left;
}

@media (min-width: 1024px) {
	#nextsteps1 .top-links-slide .details p {
		font-size: 1em;
		line-height: 1.3;
	}
}

#nextsteps1 .top-links-slide .details span.icon {
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	right: .5em;
	width: 1em;
	height: 1em;
	font-size: 1.25em;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}

@media (min-width:768px) {
	#nextsteps1 .top-links-slide .details span.icon {
		right: 1em;
	}
}

#nextsteps1 #alert_pager {
	width: 100%;
	text-align: center;
	margin-top: -2.5em;
	margin-bottom: 2em;
	display: none;
	opacity: 0;
}

@media (min-width: 768px) {
	#nextsteps1 #alert_pager {
		display: block;
	}
}

#nextsteps1 #alert_pager .pager-wrap {
	display: table;
	margin: 0 auto;
}

#nextsteps1 #alert_pager .pager-wrap span {
	opacity: 0.5;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	cursor: pointer;
	border-radius: 100%;
}

#nextsteps1 #alert_pager .pager-wrap span.cycle-pager-active {
	opacity: 1.0;
}

/* WYSIWYG CONTENT STYLES */

#nextsteps1 .wysiwyg-content {
	padding: 0;
}

@media (min-width: 768px) {
	#nextsteps1 .wysiwyg-content {
		padding: 0 0 2em;
	}
}

#nextsteps1 .wysiwyg-content h3 {
	font-weight: 600;
}

/* FEATURED ITEMS STYLES */

#nextsteps1 .featured-items-row {
	display: block;
	margin-bottom: 0;
}

#nextsteps1 .featured-items-row:last-of-type {
	margin-bottom: 2em;
}


@media (min-width: 768px) {
	#nextsteps1 .featured-items-row {
		display: flex;
	}
}

#nextsteps1 .featured-items-row .featured-item {
	width: 100%;
	padding-top: 56.25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0);
	z-index: 1;
	display: block;
}

@media (min-width: 768px) {
	#nextsteps1 .featured-items-row .featured-item {
		/*flex: 1;*/
		width: 33.333%;
		padding-top: 0;
	}
}

#nextsteps1 .featured-items-row .featured-item:before {
	display: none;
}

@media (min-width: 768px) {
	/* Hack because FF ignores padding-top in flexbox context */
	#nextsteps1 .featured-items-row .featured-item:before {
		content: '';
		display: block;
		padding-top: 56.25%;
	}
}

/* Animated Line Styles */

#nextsteps1 .featured-items-row .featured-item [class^="border-"] {
	/* Set color of animated border (could be theme link color, if it has sufficient contrast) */
	opacity: 1.0;
	position: absolute;
	transition: width .1s linear, height .1s linear;
	border: none !important;
}

/* Border Top - ODD */
#nextsteps1 .featured-items-row .featured-item:nth-child(odd) .border-top {
	top: 12.494%;
	left: 8%;
	height: 2px;
	width: 0;
	border: none !important;
}

#nextsteps1 .featured-items-row .featured-item.mouseover:nth-child(odd) .border-top {
	transition-delay: 0s;
	width: 84%;
}

#nextsteps1 .featured-items-row .featured-item.mouseleave:nth-child(odd) .border-top {
	transition-delay: 0.3s;
	width: 0%;
}

/* Border Top - EVEN */

#nextsteps1 .featured-items-row .featured-item:nth-child(even) .border-top {
	top: 12.494%;
	right: 8%;
	height: 2px;
	width: 0;
}

#nextsteps1 .featured-items-row .featured-item.mouseover:nth-child(even) .border-top {
	transition-delay: 0s;
	width: 84%;
}

#nextsteps1 .featured-items-row .featured-item.mouseleave:nth-child(even) .border-top {
	transition-delay: 0.3s;
	width: 0%;
}

/* Border Right - ODD */
#nextsteps1 .featured-items-row .featured-item:nth-child(odd) .border-right {
	top: 12.494%;
	right: 8%;
	height: 0;
	width: 2px;
	border: none !important;
}

#nextsteps1 .featured-items-row .featured-item.mouseover:nth-child(odd) .border-right {
	transition-delay: 0.2s;
	height: 75.012%;
}

#nextsteps1 .featured-items-row .featured-item.mouseleave:nth-child(odd) .border-right {
	transition-delay: 0.2s;
	height: 0%;
}

/* Border Right - EVEN */

#nextsteps1 .featured-items-row .featured-item:nth-child(even) .border-right {
	bottom: 12.494%;
	right: 8%;
	height: 0;
	width: 2px;
}

#nextsteps1 .featured-items-row .featured-item.mouseover:nth-child(even) .border-right {
	transition-delay: 0.3s;
	height: 75.012%;
}

#nextsteps1 .featured-items-row .featured-item.mouseleave:nth-child(even) .border-right {
	transition-delay: 0s;
	height: 0%;
}

/* Border Bottom - ODD */
#nextsteps1 .featured-items-row .featured-item:nth-child(odd) .border-bottom {
	bottom: 12.494%;
	right: 8%;
	height: 2px;
	width: 0;
	border: none !important;
}

#nextsteps1 .featured-items-row .featured-item.mouseover:nth-child(odd) .border-bottom {
	transition-delay: 0.2s;
	width: 84%;
}

#nextsteps1 .featured-items-row .featured-item.mouseleave:nth-child(odd) .border-bottom {
	transition-delay: 0.1s;
	width: 0%;
}

/* Border Bottom - EVEN */
#nextsteps1 .featured-items-row .featured-item:nth-child(even) .border-bottom {
	bottom: 12.494%;
	left: 8%;
	height: 2px;
	width: 0;
}

#nextsteps1 .featured-items-row .featured-item.mouseover:nth-child(even) .border-bottom {
	transition-delay: 0.2s;
	width: 84%;
}

#nextsteps1 .featured-items-row .featured-item.mouseleave:nth-child(even) .border-bottom {
	transition-delay: 0.1s;
	width: 0%;
}

/* Border Left - ODD */

#nextsteps1 .featured-items-row .featured-item:nth-child(odd) .border-left {
	bottom: 12.494%;
	left: 8%;
	height: 0;
	width: 2px;
	border: none !important;
}

#nextsteps1 .featured-items-row .featured-item.mouseover:nth-child(odd) .border-left {
	transition-delay: .3s;
	height: 75.012%;
}

#nextsteps1 .featured-items-row .featured-item.mouseleave:nth-child(odd) .border-left {
	transition-delay: 0s;
	height: 0%;
}

/* Border Left - EVEN */

#nextsteps1 .featured-items-row .featured-item:nth-child(even) .border-left {
	top: 12.494%;
	left: 8%;
	height: 0;
	width: 2px;
}

#nextsteps1 .featured-items-row .featured-item.mouseover:nth-child(even) .border-left {
	transition-delay: .1s;
	height: 75.012%;
}

#nextsteps1 .featured-items-row .featured-item.mouseleave:nth-child(even) .border-left {
	transition-delay: 0.2s;
	height: 0%;
}

#nextsteps1 .featured-items-row .title-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%) translateY(-50%) translateZ(0);
	-moz-osx-font-smoothing: grayscale !important;
	font-smoothing: antialiased !important;
	/* Keep title well within animated line border */
	max-width: 68%;
	text-shadow: 1px 1px 1px rgba(20,20,20,0.75);
	font-size: 1.5rem;
}

@media (min-width: 1024px) {
	#nextsteps1 .featured-items-row .title-caption {
		font-size: 2rem;
	}
}

#nextsteps1 .featured-items-row .featured-item:hover {
	box-shadow: 0 0 33px 3px rgba(0,0,0,0.3);
	z-index: 2;
}

#nextsteps1 .featured-items-row .featured-item:nth-child(odd):hover {
	transform: scale(1.1) rotate(1.05deg);
}

#nextsteps1 .featured-items-row .featured-item:nth-child(even):hover {
	transform: scale(1.1) rotate(-1.05deg);
}

/* "Staggered Grid Links" */

#nextsteps1 .staggered-grid-links {
	margin: 6em 0 4em;
	display: block;
	width: 100%;
}

@media (min-width:768px) {
	#nextsteps1 .staggered-grid-links {
		margin: 6em 8% 2em;
	}
}

@media (min-width:1024px) {
	#nextsteps1 .staggered-grid-links {
		margin: 8em 8% 2em;
	}
}

#nextsteps1 .staggered-grid-links .shaded-box {
	width: 100%;
	margin: 32.624283196% 0;
	display: block;
	padding-top: 42.0168067%;
	position: relative;
	border: none;
	text-align: center;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-webkit-backface-visibility: hidden;
}

#nextsteps1 .staggered-grid-links .shaded-box:last-child {
	margin-bottom: 0;
}


@media (min-width: 768px) {
	#nextsteps1 .staggered-grid-links .shaded-box, #nextsteps1 .staggered-grid-links .shaded-box:last-child {
		width: 38%;
		margin-bottom: 6.182198%;
		display: inline-block;
		padding-top: 15.966386546%;
		vertical-align: top;
	}

	#nextsteps1 .staggered-grid-links .shaded-box:nth-child(odd) {
		margin-right: 4%;
		margin-top: 0;
	}

	#nextsteps1 .staggered-grid-links .shaded-box:nth-child(even) {
		margin-left: 4%;
		margin-top: 6.182197802%;
	}
}

#nextsteps1 .staggered-grid-links .shaded-box span[class^="icon"] {
	font-size: 3em;
	position: absolute;
	padding: 0;
	left: 50%;
	top: -.5em;
	margin-left: -.5em;
	z-index: 1;
}

#nextsteps1 .staggered-grid-links .shaded-box .thumbnail {
	width: 58%;
	top: -38.820303673%;
	right: 21%;
	left: auto;
	position: absolute;
	height: auto;
	margin-bottom: 0;
	transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
	-webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
	#nextsteps1 .staggered-grid-links .shaded-box .thumbnail {
		width: 58%;
		top: -38.824126847%;
		right: 21%;
		left: auto;
		position: absolute;
		height: auto;
		margin-bottom: 0;
		transition: opacity .15s ease-in-out;
		-moz-transition: opacity .15s ease-in-out;
		-webkit-transition: opacity .15s ease-in-out;
		-webkit-backface-visibility: hidden;
	}
}

#nextsteps1 .staggered-grid-links .text-details {
	position: absolute;
	top: 69%;
	text-align: center;
	width: 91%;
	left: 4.5%;
	margin: auto;
	transform: translateY(-50%);
}

#nextsteps1 .staggered-grid-links .shaded-box .text-details .title {
	font-size: 1rem ;
	margin-bottom: 2px;
	line-height: 1;
	transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-webkit-transition: color .15s ease-in-out;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (min-width: 1024px) {
	#nextsteps1 .staggered-grid-links .shaded-box .text-details .title {
		font-size: 1.5rem ;
		margin-bottom: 4px;
		transition: color .15s ease-in-out;
		-moz-transition: color .15s ease-in-out;
		-webkit-transition: color .15s ease-in-out;
	}
}

#nextsteps1 .staggered-grid-links .shaded-box .text-details .subtitle {
	margin-bottom: 0;
	font-size: .85rem;
	line-height: 1.35;
}

@media (min-width: 1024px) {
	#nextsteps1 .staggered-grid-links .shaded-box .text-details .subtitle {
		margin-bottom: 0;
		font-size: 1rem;
	}
}

#nextsteps1 .staggered-grid-links .shaded-box:hover .thumbnail {
	opacity: 0.82;
}

#nextsteps1 .staggered-grid-links .shaded-box:hover {
	cursor: pointer;
}

/* MODAL STYLES */

#nextsteps1 #ns1-modal-background {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9998;
	display: none;
}

#nextsteps1 #ns1-modal-background .ns1-modal-content {
	display: none;
	position: absolute;
	top: 110vh;
	width: 80vw;
	height: 80vh;
	left: 10vw;
	padding: 2vw 5vw 0;
	box-sizing: border-box;
	overflow: auto;
}
#nextsteps1 #ns1-modal-background .ns1-modal-content.ns1-modal-active {
	display: block;
}

body.mobile #nextsteps1 #ns1-modal-background .ns1-modal-content {
	top: 0vh !important;
	height: 100vh;
	-webkit-overflow-scrolling:touch;
}

@media (min-width: 900px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content {
		padding: 5vw 5vw 2vw;
	}
}

#nextsteps1 #ns1-modal-background .ns1-modal-content .thumbnail-copy {
	opacity: 0;
	height: auto;
	position: fixed;
}

#nextsteps1 #ns1-modal-background .ns1-modal-content .thumbnail-copy {
	outline-style: solid;
	outline-width: 4px;
	outline-offset: -16px;
}

@media (min-width: 900px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .thumbnail-copy {
		outline-width: 6px;
		outline-style: solid;
		outline-offset: -34px;
	}
}

@keyframes bobble {
	0% { transform: scale(1); }
	25% { transform: scale(0.98);}
	70% { transform: scale(1.02); }
	100% { transform: scale(1); }
}

.bobble-me {
	animation-name: bobble;
	animation-delay: 0s;
	animation-timing-function: ease-in-out;
	animation-duration: .25s;
}

#nextsteps1 #ns1-modal-background .close-ns1-modal {
	display: none;
	position: fixed;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 5px;
	right: 1.35vw;
	top: 1.35vh;
	font-size: 2.5em;
	z-index: 10;
}

@media (min-width: 900px) {
	#nextsteps1 #ns1-modal-background .close-ns1-modal {
		top: 10vh;
		right: 9vw;
	}
}

@media (min-width: 1024px) {
	#nextsteps1 #ns1-modal-background .close-ns1-modal {
		right: 10vw;
	}
}

#nextsteps1 #ns1-modal-background .close-ns1-modal:hover {
	cursor: pointer;
}

#nextsteps1 #ns1-modal-background .ns1-modal-content .title-details {
	position: relative;
	display: block;
	padding-top: calc(70vw / 1.78 - 7.5vh);
	transition: all .25s
}

body.mobile #nextsteps1 #ns1-modal-background .ns1-modal-content .title-details {
	padding-top: 35vh;
}

@media (min-width: 1201px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .title-details {
		position: absolute;
		top: 10vh;
		left: 5vw;
		height: calc(37vw / 1.778 - 20vh);
		width: calc(40% - 4vw);
		padding-top: 0;
	}
}

@media (min-width: 900px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .title-details .align-bottom {
		top: 0em;
		padding: 0;
		position: absolute;
	}
}
@media screen and (max-width: 900px) and (min-width: 390px){
    body.mobile #nextsteps1 #ns1-modal-background .ns1-modal-content {
        top: 4vh !important;
    }
}
@media screen and (max-width: 1000px) and (min-width: 900px){
    body.mobile #nextsteps1 #ns1-modal-background .ns1-modal-content {
        top: -1vh !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1000px){
    body.mobile #nextsteps1 #ns1-modal-background .ns1-modal-content {
        top: 2vh !important;
    }
}

/* NOTE: Lot of breakpoints involved, to make different heading lengths
   work across many sizes! Change sizes/breakpoints at your own risk...
*/

#nextsteps1 #ns1-modal-background .ns1-modal-content .heading-icon {
	font-size: 40px;
	margin-bottom: .3em;
	display: block;
}

@media (min-width: 900px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .heading-icon {
		/* Limited real-estate; hide the icon */
		font-size: 0;
	}
}

@media (min-width: 1024px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .heading-icon {
		font-size: 24px;
	}
}

@media (min-width: 1280px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .heading-icon {
		font-size: 38px;
	}
}

@media (min-width: 1600px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .heading-icon {
		font-size: 54px;
	}
}

#nextsteps1 #ns1-modal-background .ns1-modal-content .title {
	font-size: 34px;
	margin-bottom: 5px;
	width: 100%;
	line-height: 1.2;
}

@media (min-width: 900px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .title {
		font-size: 22px;
	}
}

@media (min-width: 1024px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .title {
		font-size: 24px;
	}
}

@media (min-width: 1280px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .title {
		font-size: 38px;
	}
}

@media (min-width: 1600px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .title {
		font-size: 48px;
	}
}

#nextsteps1 #ns1-modal-background .ns1-modal-content .subtitle {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 500;
	width: 100%;
	margin-bottom: -.25em;
}

@media (min-width: 900px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .subtitle {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .subtitle {
		font-size: 18px;
	}
}

@media (min-width: 1280px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .subtitle {
		font-size: 24px;
	}
}

@media (min-width: 1600px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .subtitle {
		font-size: 30px;
	}
}

#nextsteps1 #ns1-modal-background .ns1-modal-content .section-wysiwyg-content {
	display: block;
	position: relative;
	top: 0;
	margin-top: 0;
	padding-top: 1em;
	max-width: none;
	overflow: initial;
	margin-left: -5vw;
	margin-right: -5vw;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-bottom: 5vh;
	box-sizing: border-box;
}

@media (min-width: 900px) {
	#nextsteps1 #ns1-modal-background .ns1-modal-content .section-wysiwyg-content {
		display: block;
		position: absolute;
		top: calc(37vw / 1.778 - 5vh);
		left: 10vw;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		bottom: 2em;
		width: 70vw;
		overflow: auto;
	}
}

#nextsteps1 #ns1-modal-background .ns1-modal-content .section-wysiwyg-content > *:last-child {
	margin-bottom: 0;
}