@charset "UTF-8";

/* NOTE: Styles below for Layouts site - remove from client implementation */
#shell, #shell-wrap { max-width: 100vw; }

#nextsteps1 {
	max-width: 90vw;
	margin: auto;
}
/* NOTE: Styles above for Layouts site - remove from client implementation */

body {
	overflow: auto;
	position: relative;
}

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

#nextsteps1 #floating-link {
	position: fixed;
	/* 'top' will be set by JS */
	right: 2em;
	z-index: 10000;
	visibility: hidden;
}

#nextsteps1 #floating-link > a {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    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: 5px auto 0;
	line-height: 1.25;
	font-size: 11px;
	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: 14px;
	}
}

/* PAGE HEADER */

#nextsteps1 .page-header {
	padding-top: 50%;
	width: 100%;
	background-size: cover;
	background-color: #eee;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#nextsteps1 .page-header .title-caption-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 100%;
}

#nextsteps1 .page-header .page-title {
	font-size: 2em;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 5px;
	width: 90%;
	margin: auto;
}

@media (min-width: 768px) {
	#nextsteps1 .page-header .page-title {
		font-size: 4em;
		font-weight: 800;
		line-height: 1;
		margin-bottom: 10px;
	}
}

#nextsteps1 .page-header .subtitle {
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.3;
	color: #fafafa;
	margin-top: .25em;
	margin-bottom: 0;
	width: 90%;
	margin: auto;
}

@media (min-width: 768px) {
	#nextsteps1 .page-header .subtitle {
		font-size: 2em;
		font-weight: 600;
	}
}

/* MINI ALERT ROTATOR */

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

@media (min-width: 768px) {
	#nextsteps1 #cycle-nextsteps1 {
		width: 45%;
		margin: auto;
		position: relative;
		opacity: 0;
		margin-bottom: 2em;
		transform: translateY(-50%);
	}
}

#nextsteps1 .top-links-slide {
	display: block;
	width: 100%;
	background-color: #f6f8fa;
	position: relative;
	opacity: 1.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;
	padding-top: 18.562499998%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	opacity: 1.0;
}

#nextsteps1 .top-links-slide .details {
	width: 67%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	padding-top: 18.562499998%;
	position: relative;
}

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

#nextsteps1 .top-links-slide .details h6 {
	margin-bottom: 2px;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	text-align: left;
	font-size: 14px;
}

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

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

#nextsteps1 .top-links-slide .details p {
	white-space: nowrap;
	font-size: 1em;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0;
	line-height: 1.3;
	width: 93%;
	margin: 0;
	display: inline-block;
	position:relative;
	text-align: left;
}

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

#nextsteps1 .top-links-slide .details p + span {
	position: relative;
	display: inline-block;
	width: 7%;
	font-size: 1.5em;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}

#nextsteps1 #alert_pager {
	width: 100%;
	text-align: center;
	margin-top: -4em;
	margin-bottom: 4em;
	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 0 3em;
}

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

#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) */
	background-color: #fff;
	opacity: 1.0;
	position: absolute;
	transition: width .1s linear, height .1s linear;
}

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

#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;
}

#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;
}

#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;
}

#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);
	font-weight: 800;
	-moz-osx-font-smoothing: grayscale !important;
	font-smoothing: antialiased !important;
	/* Keep title well within animated line border */
	max-width: 68%;
	text-shadow: 0 0 4px #5a5a5a;
}

#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: 8em 0 2em;
	display: block;
	width: 100%;
}

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

#nextsteps1 .staggered-grid-links .shaded-box {
	background-color: #f6f8fa;
	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: 60%;
	text-align: center;
	width: 90%;
	left: 5%;
	margin: auto;
	transform: translateY(-40%);
	/* Keeps this element's height intact, whether or not a subtitle is present */
	min-height: 4em;
}

@media (min-width:768px) {
	#nextsteps1 .staggered-grid-links .text-details {
		position: absolute;
		bottom: 1.4em;
		top: auto;
		text-align: center;
		left: 0;
		width: 100%;
		transform: translateY(0);
	}
}

#nextsteps1 .staggered-grid-links .shaded-box .text-details .title {
	margin-bottom: 3px;
	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;
}

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

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

/* MODAL STYLES */

#nextsteps1 #ns1-modal-background {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,1.0);
	z-index: 9998;
	display: none;
}

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

@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-width: 4px;
	outline-style: solid;
	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 .ns1-modal-content .close-ns1-modal {
	display: none;
	position: fixed;
	right: 10vw;
	top: 2.5vh;
	font-size: 4em;
	transform: translateY(-.25em);
	font-weight: 800;
}

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

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

#nextsteps1 #ns1-modal-background .ns1-modal-content .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 - 10vh);
}

@media (min-width: 900px) {
	#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 {
		bottom: 0;
		padding: 0;
		position: absolute;
	}
}

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

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

@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;
	font-weight: 600;
	color: #333;
	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.25;
	font-weight: 600;
	width: 100%;
	margin-bottom: 0;
}

@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 .button-medium {
    padding: .5em 1.5em;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

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

/* STYLES FOR COLOR PICKER / OVERRIDE.CSS */

/* Link Color - Background */
#nextsteps1 #floating-link > a,
#nextsteps1 #alert_pager .pager-wrap span,
#nextsteps1 #ns1-modal-background .ns1-modal-content .section-wysiwyg-content .button-medium  {
	background-color: #5d7b9d;
}

/* Link Color */
#nextsteps1 .top-links-slide .details h6,
#nextsteps1 .top-links-slide .details p + span,
#nextsteps1 .staggered-grid-links .shaded-box .text-details .title,
#nextsteps1 #ns1-modal-background .ns1-modal-content .close-ns1-modal,
#nextsteps1 #ns1-modal-background .ns1-modal-content .subtitle {
	color: #5d7b9d;
}

/* Link Color - Outline */
#nextsteps1 #ns1-modal-background .ns1-modal-content .thumbnail-copy {
	outline-color: #5d7b9d;
}

/* "Brighter" Link Color */
#nextsteps1 .top-links-slide:hover .details h6,
#nextsteps1 .top-links-slide:hover .details p + span,
#nextsteps1 .staggered-grid-links .shaded-box:hover .title,
#nextsteps1 #ns1-modal-background .ns1-modal-content .close-ns1-modal:hover {
	color: #5995d8;
}

/* "Brighter" Link Color - Background */
#nextsteps1 #ns1-modal-background .ns1-modal-content .section-wysiwyg-content .button-medium:hover {
	background-color: #5995d8;
}

/* White Text Color */
#nextsteps1 #floating-link > a .center-me .fl-icon,
#nextsteps1 #floating-link > a .center-me .fl-label,
#nextsteps1 .page-header .page-title,
#nextsteps1 .page-header .subtitle,
#nextsteps1 .featured-items-row .title-caption,
#nextsteps1 .staggered-grid-links .shaded-box span[class^="icon_"] {
	color: #fafafa;
}
