/* Anchor Link Nav */
.anchor-link-nav-body {
	border: 1px solid #000;
	font-weight: 700;
}
.anchor-link-nav-body p {
	margin: 0;
}
.anchor-link-nav-heading {
	border: 1px solid #000;
	border-bottom: none;
}
.anchor-link-nav-heading h4 {
	margin: 0;
}
/* End Anchor Link Nav */

/* Buttons */
a[data-bs-toggle] {
    cursor: pointer;
}
.btn {
	border-radius: 0;
	background: #f26531;
	color: #fff;
	font-family: "myriad-pro", Arial, Sans-Serif;
	font-weight: 700;
	min-width: 100px;
}
.btn:hover {
	background: #ea3e00;
	color: #fff;
}
.btn-outline {
	background: #fff;
	border: 2px solid #f26531;
	color: #f26531;
}
/* End Buttons */

/* Donate Module */
.donate-btn {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	min-width: 90px;
}
.donate-form {
	display: inline-block;
}
.donate-form input[type="image"] {
	width: 100px;
}
/* End Donate Module */

/* Download Grid */
.download-grid-heading {
	border: 1px solid #000;
	border-bottom: none;
}
.download-grid-heading h4 {
	margin: 0;
}
.download-grid-body {
	border: 1px solid #000;
}
.download-grid-label * {
	margin: 0;
}
.download-grid-thumb {
	width: 100%;
}
.download-grid-label {
	font-weight: 700;
}
/* End Download Grid */

/* Feeds */
.feed-next-button {
	float: right;
}
.feed-pills {
	margin-bottom: 0;
}
.feed-prev-button {
	float: left;
}
.nav-tags {
	border-bottom: 1px solid #f26531;
	border-left: 1px solid #f26531;
	border-right: 1px solid #f26531;
	border-top: none;
	margin-bottom: 30px;
	padding: 5px 5px 0 5px;
}
.nav-tags .tag-btn.active {
	background-color: #f26531;
	color: #fff!important;
}
.post-box {
	border: 1px solid #000;
	padding: 1rem;
}
.post-byline {
	color: #6d6d6d;
	text-transform: uppercase;
}
.post-card-rich {
	margin-bottom: 30px;
	min-height: 150px;
	padding-left: 165px;
	position: relative;
}
.post-card-simple {
	margin-bottom: 30px;
}
.post-card-rich h5,
.post-card-simple h5 {
	margin: 0;
}
.post-card-rich h5 a,
.post-card-simple h5 a {
	color: #000;
}
.post-card-rich h5 a:hover,
.post-card-simple h5 a:hover {
	color: #f26531;
	text-decoration: none;
}
.post-card-rich p,
.post-card-simple p {
	margin-bottom: 5px;
}
.post-card-rich p a,
.post-card-simple p a {
	color: #f26531;
}
.post-card-rich p a:hover,
.post-card-simple p a:hover {
	color: #ea3e00;
	text-decoration: none;
}
.post-thumb {
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	height: 150px;
	left: 0;
	position: absolute;
	top: 0;
	width: 150px;
}
.tag-btn {
	background: none;
	border: 1px solid #f26531;
	border-radius: 100px;
	color: #f26531!important;
	font-size: 14px;
	font-weight: 400;
	min-width: unset;
	padding: 2px 12px;
	margin-bottom: 5px;
}
.tag-btn:hover {
	background: #f26531;
	color: #fff!important;
}
.tag-hidden {
	display: none;
}
.tag-collapse-btn {
	display: none;
}
/* End Feeds */

/* Fonts */
body {
	font-family: "myriad-pro", Arial, Sans-Serif;
	line-height: 1.25;
}
blockquote {
	color: #f26531;
	font-family: "merriweather", Times, Serif;
	font-size: 2rem;
	font-style: italic;
}
p {
	font-family: "myriad-pro", Arial, Sans-Serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "merriweather", Times, Serif;
	font-weight: 400;
}
a {
	color: #f26531;
	text-decoration: none;
}
a:hover {
	color: #ea3e00;
	text-decoration: none;
}
/* End Fonts */

/* Footer */
.footer {
	background: #3e1159;
	color: #ddd;
	font-size: 14px;
	padding-bottom: 75px;
	padding-top: 75px;
}
.footer a {
	color: #ddd;
}
.footer a:hover {
	color: #fff;
}
.footer li {
	list-style: none;
}
.footer ul {
	padding: 0;
}
.footer-social-link {
  font-size: 28px;
}
/* End Footer */

/* Forms */
.form-control {
	border: 1px solid #000;
	border-radius: 0;
}
#from-email {
	float: right;
	margin-bottom: 15px;
	width: calc(50% - 8px);
}
#from-name {
	float: left;
	margin-bottom: 15px;
	width: calc(50% - 8px);
}
/* End Forms */

/* Homepage Hero */
.carousel-indicators [data-bs-target] {
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	height: 15px;
	width: 15px;
}
.carousel-indicators .active {
	background-color: rgba(0, 0, 0, 0.5);
}
.homepage-hero-border {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-top: 10px;
}
.hero-btn {
	font-size: 1.25rem;
	padding: 8px 24px;
}
.homepage-hero {
	border-bottom: 1px solid #000;
}
.homepage-hero-copy {
	margin-top: 30px;
}
.homepage-hero-copy h1 {
	font-weight: 700;
}
.homepage-hero-copy p {
	font-size: 1.25rem;
	line-height: 1.5;
}
.homepage-hero-image {
	max-width: 400px;
}
.homepage-hero-image-wrapper {
	margin-top: 20px;
	text-align: center;
}
@media (min-width: 992px) {
	.homepage-hero {
		height: 600px;
	}
	.homepage-hero-image-wrapper {
		margin-top: 0;
	}
	.homepage-hero-image {
		max-width: none;
		height: 599px;
	}
	.homepage-hero-border {
		height: 589px;
	}
	.homepage-hero-copy {
		margin-top: unset;
	}
}
/* End Homepage Hero */

/* Homepage Mission */
.mission-container {
	padding-bottom: 75px;
	padding-top: 75px;
	position: relative;
}
.mission-copy h3 {
	font-weight: 400;
}
.mission-container:before {
		border-left: 1px solid #000;
		content: "";
		height: 70px;
		left: 15%;
		position: absolute;
		top: 0;
		width: 0;
	}
.mission-container:after {
	border-left: 1px solid #000;
	bottom: 0;
	content: "";
	height: 70px;
	left: 15%;
	position: absolute;
	width: 0;
}
@media (min-width: 768px) {
	.mission-copy {
		text-align: center;
	}
	.mission-container {
		padding-bottom: 110px;
		padding-top: 110px;
	}
	.mission-container:before {
		height: 100px;
		left: 50%;
	}
	.mission-container:after {
		height: 100px;
		left: 50%;
	}
}
/* End Homepage Mission */

/* Homepage Verticals Group */
.verticals-container {
	border: 1px solid #000;
	padding: 25px 30px 0 30px;
}
.verticals-heading {
	margin-bottom: 30px;
}
.verticals-icon {
	width: 180px;
}
.vertical-item {
	margin-bottom: 50px;
}
.vertical-item:last-of-type {
	margin-bottom: unset;
}
@media (min-width: 768px) {
	.verticals-heading {
		text-align: center;
	}
	.vertical-item {
		margin-bottom: unset;
	}
}
/* End Homepage Verticals Group */

/* Icon Links Module */
.icon-links-body {
	padding: 25px;
}
.icon-links-body a {
	color: #000;
	height: 100%;
	width: 70%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.icon-links-body a:hover {
	color: #f26531;
}
.icon-links-wrapper {
	margin-bottom: 50px;
	margin-top: 50px;
	position: relative;
}
.icon-links-wrapper:before {
	border-left: 1px solid #000;
	bottom: 100%;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	width: 0;
}
.icon-links-wrapper:after {
	border-left: 1px solid #000;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	top: 100%;
	width: 0;
}
.icon-links-header {
	border-bottom: 1px solid #000;
	padding: 25px;
}
.icon-links-header h3 {
	margin: 0;
}
.icon-link-icon-wrapper {
	height: 100px;
	width: 100%;
}
.icon-link-icon-wrapper img {
	height: 100%;
}
.icon-links-wrapper {
	border: 1px solid #000;
}
@media (min-width: 768px) {
	.icon-col {
		text-align: center;
	}
	.icon-links-wrapper {
		margin-bottom: 75px;
	margin-top: 75px;
	}
	.icon-links-wrapper:before,
	.icon-links-wrapper:after {
		height: 75px;
	}
}
/* End Icon Links Module */

/* Main Nav */
.big-nav .nav-item {
	margin-bottom: 10px;
}
.big-nav .nav-item:first-of-type {
	margin-top: 10px;
}
.big-nav .nav-item:last-of-type {
	margin-bottom: 0;
}
.big-nav .nav-link {
	color: #000;
	font-weight: 700;
	padding: 0;
}
.navbar-toggler {
	font-size: 1.5rem;
	margin-left: auto;
}
.navbar-toggler-icon {
 background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F26531;%7D%0A%3C/style%3E%3Cg%3E%3Crect x='2' y='22' class='st0' width='28' height='4'/%3E%3Crect x='2' y='6' class='st0' width='28' height='4'/%3E%3Crect x='2' y='14' class='st0' width='28' height='4'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.dropdown-menu {
	border: none;
}
.dropdown-item {
	font-size: 14px;
}
.dropdown-toggle::after {
	content: none;
}
.navbar {
	background: #fff;
	border-bottom: 1px solid #000;
	height: 80px;
	padding: 0 30px;
}
.navbar-brand img {
	width: 200px
}
.nav-btn {
	padding: 2px 18px 4px 18px;
	border-radius: 0;
	background: #f26531;
	color: #fff;
	font-family: "myriad-pro", Arial, Sans-Serif;
	font-weight: 700;
	min-width: 100px;
}
.nav-btn:hover {
	background: #ea3e00;
	color: #fff;
}
.nav-link a {
	color: #000;
}
.pre-nav {
	flex-direction: row;
}
.pre-nav .nav-link {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 400;
	padding: 0=;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.navbar {
		height: 120px;
	}
	.navbar-brand img {
		width: 260px;
	}
	.navbar-collapse {
		top: 120px;
	}
}
@media (max-width: 992px) {
	.navbar-collapse {
		background: #fff;
		border-bottom: 1px solid #000;
		left: 0;
		padding: 25px;
		position: absolute;
		top: 80px;
		width: 100%;
		z-index: 1;
	}
}
@media (min-width: 992px) {
	.big-nav {
		bottom: 30px;
		right: 30px;
		position: absolute;	
	}
	.big-nav .nav-item {
		margin-bottom: 0;
		padding: 5px 4px 2px 4px;
	}
	.big-nav .nav-item:first-of-type {
		margin-top: 0;
	}
	.big-nav .nav-link {
		font-size: 18px;
	}
	.big-nav .nav-item-btn {
		font-size: 20px;
		padding: 0 0 0 15px!important;
	}
	.dropdown-menu {
		border-radius: 0;
		border: 1px solid #000;
		top: 61px;
	}
	.dropdown-item {
		padding: .1rem 1rem;
		font-size: 16px;
	}
	.dropdown-toggle:hover:before,
	.dropdown-toggle:focus:before {
		bottom: -25px;
		content: "";
		height: 4px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%
	}
	.pre-nav {
		flex-direction: unset;
		right: 30px;
		top: 20px;
		position: absolute;
	}
	.pre-nav .nav-item a:hover {
		color: #f26531;
	}
	.pre-nav .nav-item:last-of-type .nav-link {
		padding-right: 0;
	}
}
@media (min-width: 1080px) {
	.big-nav .nav-item {
		padding: 5px 10px 2px 10px;
	}
}
@media (min-width: 1200px) {
	.big-nav {
		bottom: 25px;
		right: 45px;
	}
	.big-nav .nav-item {
		padding: 5px 15px 2px 15px;
	}
	.big-nav .nav-link {
		font-size: 20px;
	}
	.big-nav .nav-btn {
		font-size: 20px;
	}
	.navbar {
		padding: 0 45px;
	}
	.pre-nav {
		right: 45px;
		top: 15px;
	}
}
/* End Main Nav */

/* Modals */
.modal-content {
	border: solid 1px #000;
	border-radius: 0;
}
.modal-header {
	border-bottom: 1px solid #000;
	border-radius: 0;
}
/* End Modals */

/* Page Accordions */
.page-accordion {
	border: 1px solid #000;
}
.page-accordion .accordion-body {
	padding-bottom: 1px;
}
.page-accordion .accordion-button:not(.collapsed) {
	background-color: #eee;
	box-shadow: inset 0 -1px 0 #000;
	color: #000;
}
.page-accordion .accordion-button:not(.collapsed):after  {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-accordion .accordion-item {
	border-color: #000;
}
/* /Page Accordions */

/* Page Link Module */
.child-care-tool-container {
	margin-top: 50px!important;
}
.child-care-tool-container .page-link-copy-wrapper:before {
	bottom: 100%!important;
}
.line-bottom-none:after {
	content: none!important;
}
.line-top-none:before {
	content: none!important;
}
.margin-bottom-none {
	margin-bottom: 0!important;
}
.margin-top-none {
	margin-top: 300px!important;
}
.page-link-container {
	margin-bottom: 50px;
	margin-top: 350px;
	position: relative;
}
.page-link-copy-wrapper:before {
	border-left: 1px solid #000;
	bottom: calc(100% + 300px);
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	width: 0;
}
.page-link-copy-wrapper:after {
	border-left: 1px solid #000;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	top: 100%;
	width: 0;
}
.page-link-copy-wrapper {
	border: 1px solid #000;
	padding: 25px;
}
.page-link-image {
	background-position: center;
	background-size: cover;
	bottom: calc(100% - 1px);
	border: 1px solid #000;
	left: 0;
	position: absolute;
	height: 300px;
	width: 100%;
}
@media (min-width: 576px) {
	.margin-top-none {
		margin-top: 349px!important;
	}
	.page-link-container {
		margin-top: 400px;
	}
	.page-link-copy-wrapper:before {
		bottom: calc(100% + 350px);
	}
	.page-link-image {
		height: 350px;
	}
}
@media (min-width: 768px) {
	.child-care-tool-container {
		margin-top: 75px!important;
	}
	.line-bottom-centered-left:after {
		left: auto!important;
		right: 0!important;
	}
	.line-bottom-centered-right:after {
		left: 0!important;
		right: auto!important
	}
	.line-bottom-none:after {
		content: none!important;
	}
	.line-bottom-none-large:after {
		content: none!important;
	}
	.line-top-none:before {
		content: none!important;
	}
	.margin-top-none {
		margin-top: 0!important;
	}
	.page-link-container {
		margin-bottom: 75px;
		margin-top: 75px;
		position: relative;
	}
	.page-link-copy-wrapper:before {
		bottom: 100%;
	}
	.page-link-image {
		bottom: 30px;
		height: calc(100% - 60px);
		left: calc(100%);
		top: 30px;
	}
	.page-link-image-right {
		left: auto;
		right: calc(100%);
	}
	.page-link-copy-wrapper:before,
	.page-link-copy-wrapper:after {
		left: calc(50% + 25px);
		height: 75px;
	}
	.page-link-copy-wrapper {
		padding: 50px 100px 50px 50px;
		margin-right: -50px;
		min-height: 400px;
	}
	.page-link-copy-wrapper-right {
		padding: 50px 50px 50px 100px;
		margin-left: -50px;
		margin-right: unset;
	}
	.page-link-copy-wrapper-right:before,
	.page-link-copy-wrapper-right:after {
		left: calc(50% - 25px);
	}
}
@media (min-width: 992px) {
	
}
/* End Page Link Module */

/* Partner Logos */
.logo-wrapper {
	margin: 15px;
}
.logo {
}
/* /Partner Logos */

/* Popovers */
.popover {
    border: 1px solid #000;
    border-radius: 0;
}
.popover-arrow:before {
    border-right-color: #000!important;
}
.popover-header {
    background: none;
    border-bottom: 1px solid #000;
}
.popover-close {
    position: absolute;
    top: 3px;
    right: 5px;
}
.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    border-right-color: #000;
}
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    border-left-color: #000;
}
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    border-top-color: #000;
}
.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    border-bottom-color: #000;
}
/* /Popovers */

/* People Module */
.nav-pills {
	border-left: 1px solid #f26531;
	border-top: 1px solid #f26531;
}
.nav-pills .nav-link {
	border-bottom: 1px solid #f26531;
	border-right: 1px solid #f26531;
	border-radius: 0;
	color: #f26531;
	padding: .5rem 2rem;
	text-align: center;
}
.nav-pills .nav-link {}
.nav-pills .nav-link.active {
	background-color: #f26531;
}
#people-navContent {
	width: 100%;
}
.person-card {
	text-align: center;
	margin-bottom: 30px;
}
.person-card a {
	color: #000;
}
.person-card a:hover {
	color: #f26531;
	text-decoration: none;
}
.person-large-photo {
	border-radius: 50%;
	max-width: 300px;
	overflow: hidden;
}
.person-large-photo img {
	width: 100%;
}
.person-thumb {
	border-radius: 50%;
	margin: 0 0 15px 0;
	overflow: hidden;
	width: 100%;
}
.person-thumb img {
	width: 100%;
}
@media (min-width: 992px) {
	.person-thumb {
		margin: 0 15px 15px 15px;
		width: calc(100% - 30px);
	}
}
/* End People Module */

/* Posts */
.date-author-group {
	border: 1px solid #000;
	padding: 10px 10px 0 10px;
}
.date-author-group p {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.date-author-group.job-post h5 {
	margin-bottom: 4px;
}
.date-author-group.job-post p {
	margin-bottom: 10px;
	text-transform: unset;
}
.date-author-group.job-post .job-post-link {
	display: block;
	margin-bottom: 10px;
}
.author-group {
	min-height: 50px;
	margin-bottom: 10px;
	position: relative;
}
.author-group img {
	border-radius: 50%;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}
.author-group p {
	margin: 0 0 0 60px;
	position: absolute;
	top: 50%;
	text-transform: none;
  transform: translateY(-50%);
}
.download-card-copy-col {
	padding-left: 5px;
}
.download-card-thumb {
	border: 1px solid #000;
	width: 100%;
}
.link-card-body, 
.download-card-body {
	padding: 20px;
}
.link-card-body li {
	list-style: none;
	color: #000;
}
.link-card-chevron {
	color: #f26531;
}
.link-card-body li a {
	color: #000;
}
.link-card-body li a:hover {
	color: #f26531;
	text-decoration: none;
}
.link-card-body ul {
	margin: 0;
	padding: 0;
}
.link-card-header, 
.download-card-header {
	border-bottom: solid 1px #000;
	padding: 15px 20px;
}
.link-card-header h4, 
.download-card-header h4 {
	margin: 0;
}
.link-card-wrapper,
.download-card-wrapper {
	border: solid 1px #000;
}
.zoom-thumb:hover {
	border: solid 1px #000;
	cursor: crosshair;
}
/* End Posts */

/* ReCaptcha */
.grecaptcha-badge { 
	visibility: hidden; 
}
/* End ReCaptcha */

/* Recent Posts Group */
.post-card {
	border: 1px solid #000;
}
.post-card-body {
	padding: 25px;
}
.post-card-image {
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid #000;
	height: 200px;
	width: 100%;
}
.recent-posts-container-inner {
	padding-bottom: 10px;
	padding-top: 25px;
}
.recent-posts-container-outer {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	min-height: 400px;
}
.recent-posts-heading {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.recent-posts-container-inner {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.recent-posts-heading {
		margin-bottom: 30px;
		text-align: center;
	}
}
/* End Recent Posts Group */

/* Search */
.search-btn {
	min-width: unset;
}
.search-results h6 {
	margin-bottom: 0;
}
.search-results li {
	margin-bottom: 1rem;
}
.search-results .search-byline {
	color: #777;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0.15rem;
}
/* End Search */

/* Secondary Hero */
.secondary-hero {
	border-bottom: 1px solid #000;
}
.secondary-hero-border {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-top: 10px;
}
.secondary-hero-copy {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
}
.secondary-hero-copy h1 {
	font-weight: 700;
}
.secondary-hero-image {
	max-width: 300px;
}
.secondary-hero-image-wrapper {
	margin-top: 20px;
	text-align: center;
}
@media (min-width: 992px) {
	.secondary-hero {
		height: 300px;
	}
	.secondary-hero-border {
		height: 289px!important;
	}
	.secondary-hero-image-wrapper {
		margin-top: 0;
	}
	.secondary-hero-image {
		max-width: unset;
		height: 299px;
	}
	.secondary-hero-copy {
		margin-left: unset;
		margin-right: unset;
		margin-top: unset;
		padding-bottom: 25px;
		border-width: 6px;
		border-bottom-style: solid;
	}
	.secondary-hero-row {
		height: 300px;
	}
}
/* Secondary Hero */

/* Secondary Page Nav */
.secondary-page-nav {
	border: 1px solid #000;
	margin-top: 15px;
}
.secondary-page-nav:before {
	border-left: 1px solid #000;
	bottom: calc(100% - 15px);
	content: "";
	height: 15px;
	left: 50%;
	position: absolute;
	width: 0;
}
.secondary-page-nav a {
	color: #000;
	text-decoration: none;
}
.secondary-page-nav a:hover {
	color: #f26531;
}
.secondary-page-nav-body {
	padding: 10px;
}
.secondary-page-nav-body ul {
	list-style: none;
	margin: 0;
	padding-left: 14px;
	text-indent: -14px;
}
.secondary-page-nav-chevron {
	color: #f26531;
	position: relative;
	top: -1px;
}
.secondary-page-nav-header {
	border-bottom: 1px solid #000;
	padding: 10px;
	position: relative;
}
.secondary-page-nav-header h4 {
	margin: 0;
}
.secondary-page-nav-toggle {
	position: absolute;
	top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
	.secondary-page-nav {
		margin-top: 0;
	}
	.secondary-page-nav:before {
		content: none;
	}
}
/* /SecondaryPage Nav */

/* Signup Support Modules */
.signup-support-card:before {
	border-left: 1px solid #000;
	bottom: 100%;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	width: 0;
}
.signup-support-card:after {
	border-left: 1px solid #000;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	top: 100%;
	width: 0;
}
.signup-support-card h3 {
	margin: 0;
}
.signup-email {
	width: 100%;
}
.signup-form .btn {
	float: right;
}
.signup-first-name {
	float: left;
	width: calc(50% - 8px);
}
.signup-last-name {
	float: right;
	width: calc(50% - 8px);
}
.signup-support-card-container {
	margin-bottom: 50px;
	margin-top: 50px;
}
@media (min-width: 768px) {
	.signup-support-card-container {
		margin-bottom: 75px;
		margin-top: 75px;
	}
	.signup-support-card:before,
	.signup-support-card:after {
		height: 75px;
	}
}
/* End Signup Support Modules */

/* Cards */
.simple-card {
	border: 1px solid #000;
}
.simple-card-footer {
	border-top: 1px solid #000;
	padding: 25px;
}
.simple-card-footer * {
	margin: 0;
}
.simple-card-heading {
	border-bottom: 1px solid #000;
	padding: 25px;
}
.simple-card-heading h2 {
	margin: 0;
}
.simple-card-body {
	padding: 25px;
}
/* End Cards */

/* Stats Carousel Module */
.stats-carousel {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	height: 400px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.stats-carousel:before {
	border-left: 1px solid #000;
	bottom: 100%;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	width: 0;
}
.stats-carousel:after {
	border-left: 1px solid #000;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	top: 100%;
	width: 0;
}
.stats-carousel .container,
.stats-carousel .container .row{
	height: 400px;
}
.stats-carousel h3 {
	font-family: "myriad-pro", Arial, Sans-Serif;
	font-weight: 700;
}
.stats-graphic-wrapper {
	text-align: center;
}
.stats-graphic {
	width: 100%;
}
@media (min-width: 768px) {
	.stats-carousel {
		margin-top: 75px;
		margin-bottom: 75px;
	}
	.stats-carousel:before,
	.stats-carousel:after {
		height: 75px;
	}
}
/* End Stats Carousel Module */

.caption-box {
	border-top: 1px solid #000;
	padding: 5px;
}
.embed-responsive {
	border: 1px solid #000;
	margin: 15px 0;
}
.inline-image {
	border: 1px solid #000;
	margin: 15px 0;
	width: 100%;
}
.inline-image img {
	width: 100%;
}
.no-border {
	border: none;
}
.page-break-line {
	border-bottom: 1px solid #000;
	margin: 0;
	width: 100%;
}
.page-break-vert-line {
	height: 100px;
	width: 100%;
	position: relative;
}
.page-break-vert-line:after {
	border-left: 1px solid #000;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
}
.page-copy table {
	margin-bottom: 15px;
}
.page-copy td {
	border: 1px solid #000;
	padding: 6px;
}
.spacer {
	width: 100%;
}