﻿/* 
 * Element-Level Styles
 */

html {
	scroll-behavior: smooth;
}

body {
	color: #333;
	font-family: Arial, sans-serif;
	/* initial white background */
	background-color: #FFFFFF;
	scroll-behavior: smooth;
}

[v-cloak] > * {
	display: none;
}

.container {
	width: 100%;
	max-width: 100% !important;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px !important;
	}
}

/*nav Bar*/
@media (min-width: 768px){
	#logo-col {
		max-width: 250px;
	}
	#nav-col {
		flex: 1;
	}
}






/*.navbar {
	border: none;
	margin-bottom: 0;
	min-height: 25px;
}

	.navbar .collapse {
		padding-left: 5px;
		padding-right: 5px;
	}

	.navbar .nav > li > a {
		color: #333366;
		display: inline;
		font-size: 12px;
		padding: 10px 5px;
		text-decoration: underline;
	}

		.navbar .nav > li > a:hover {
			color: #99cc00;
			text-decoration: underline;
		}

		.navbar .nav > li > a:hover, .nav > li > a:focus {
			background-color: rgba(0, 0, 0, 0);
			text-decoration: underline;
		}*/

@media (max-width: 650px) {

	.header-image {
		border-bottom-width: medium;
	}


	.header-links-separator {
		display: none;
	}

	/*#navbar-collapse .nav {
		margin: 0;
	}

		#navbar-collapse .nav > li {
			border-bottom: 1px solid;
			display: block;
		}

			#navbar-collapse .nav > li.visible-xs {
				display: none !important;
			}*/
}




.header-image p {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	left: auto;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}


img {
	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #339;
}

/*a {
	text-decoration-thickness: 0.125em;
	text-underline-offset: 0px;
	text-decoration-skip-ink: auto;
}*/

a:hover {
	text-decoration: underline;
	color: #9C0;
}

/*Typography - Modular Scale(Minor Second ratio) based on a 14px (base size) - https://type-scale.com */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #336;
}

h1 {
	font-size: 19.36px !important;
	line-height: 1.3;
}

h2 {
	font-size: 18.15px !important;
	line-height: 1.3;
}

h3 {
	font-size: 17.01px !important;
	line-height: 1.3;
}

h4 {
	font-size: 16px !important;
	line-height: 1.3;
}

h5 {
	font-size: 16px !important;
	line-height: 1.3;
}



@media (min-width: 767px) {
	/*Typography - Modular Scale(Major Second ratio) based on a 16px (base size) - https://type-scale.com */
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #336;
	}

	h1 {
		font-size: 28.83px !important;
		line-height: 1.3;
	}

	h2 {
		font-size: 25.63px !important;
		line-height: 1.3;
	}

	h3 {
		font-size: 22.78px !important;
		line-height: 1.3;
	}

	h4 {
		font-size: 20.25px !important;
		line-height: 1.3;
	}

	h5 {
		font-size: 18.00px !important;
		line-height: 1.3;
	}

	h6 {
		font-size: 16.00px !important;
		line-height: 1.3;
	}
}

/*h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 26px;
	margin-bottom: 15px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
}

h3 {
	font-size: 16px;
	text-align: left;
    line-height: 15px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}*/

h2 a:link, h2 a:active, h2 a:visited, h3 a:link, h3 a:active, h3 a:visited {
	color: #339;
}

hr {
	border: none 0;
	border-top: 1px solid #9c0;
}

section {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

dd {
    margin-left: 10px;
}

::-webkit-input-placeholder {
	font-size: 15px;
}
:-moz-placeholder {
	font-size: 15px; /* Firefox 18- */
}
::-moz-placeholder {
	font-size: 15px; /* Firefox 19+ */
}
.zip-search-control:-ms-input-placeholder {
	font-size: 15px !important; /* IE 10+ */
}

/* 
 * General & Page-Layout Styles
 */

.img-rounded {
	border-radius: 15px 15px 15px 15px;
}

.title {
  text-align: left;
}

	.title small {
		font-size: 16px;
		padding: 5px 10px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		color: #000;
	}


/*header.row {
	height: auto;
}

@media(min-width: 576px) {
	header.row {
		height: 81px;
	}
}

@media(min-width: 768px) {
	header.row {
		height: 101px;
	}
}

@media(min-width: 1200px) {
	header.row {
		height: 114px;
	}
}*/

.header-shadow {
	filter: drop-shadow(5px 5px 10px black);
}

header > div > a {
	display: inline-block;
}

@media (min-width: 1200px) {
	header > div > div > div > a > img {
		width: 749px;
	}
}

/* purgecss ignore */
/*.collapse > *, .collapse > *::after, .collapse > *::before {
	box-sizing: border-box;
}*/

/* purgecss ignore */
/*#navbar-collapse {
	display: block;
	position: absolute;
	z-index: 50;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}*/
	/* purgecss ignore */
	/*#navbar-collapse.show {
		max-height: 99em;
		transition: max-height 0.5s ease-in-out;
		-webkit-box-shadow: 0px 5px 3px 2px rgba(0,0,0,0.5);
		box-shadow: 0px 5px 3px 2px rgba(0,0,0,0.5);
	}*/

@media (min-width: 768px) {
	/*#navbar-collapse {
		max-height: 100%;
		top: revert;
		position: relative;
	}
		#navbar-collapse.show {
			-webkit-box-shadow: none;
			box-shadow: none;
		}*/
}

.navbar {
	margin-bottom: 0;
}

/*#navbar-collapse .nav > li > a {
	color: #333399;
	display: inline;
	font-size: 16px;
	padding: 10px 8px;
	text-decoration: none;
	line-height: 1;
}

	#navbar-collapse .nav > li > a:hover {
		color: #99cc00;
		text-decoration: underline;
	}*/




#socialButtons {
	text-align: center;
	margin: 20px 20px 20px 20px;
}

#socialButtons img {
	margin-top: 10px;
}

#footer {
	display:block;
	position:relative;
    text-align: center;
	width: 100%;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}


/*@media (max-width: 767px) {
	#navbar-collapse .nav > li {
		border-bottom: 1px solid #D4D7D9;
		display: block;
	}

	#navbar-collapse .nav > li:first-child {
		border-top: 1px solid #D4D7D9;
	}

	#navbar-collapse .nav > li:last-child {
		border-bottom: none;
	}

	#navbar-collapse .nav > li > a {
		color: #333399;
		font-size: 16px;
		text-decoration: none;
	}

		#navbar-collapse .nav > li > a:hover {
			color: #339;
			text-decoration: none;
		}
}*/


/*
 * Main Content
 */
.content h2 {
	margin-top: 0;
}

.content h3 {
	background-image: url(/Content/Images/target-icon.svg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-size: 14px 14px;
}

.content p {
	margin-bottom: 10px;
}

h3.circle-icon {
	background-image: none;
	display: block;
	height: 38px;
	padding-left: 0;
}

h3.circle-icon a {
	padding-left: 3px;
	vertical-align: bottom;
}

ul.inside, ol.inside {
	list-style-position: inside;
}


/*
 * Zip-Search Form
 */
/*.classroomtype {
	font-size: 0;
	/*margin: 3px 0 5px 5px !important;*/
/*}*/

/*.classroomtype label {
	background: #66ccff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*	background: -moz-linear-gradient(top, #66ccff 0%, #ffffff 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66ccff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #66ccff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #66ccff 0%,#ffffff 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #66ccff 0%,#ffffff 100%); /* IE10+ */
/*background: linear-gradient(top, #66ccff 0%,#ffffff 100%); /* W3C */
/*border: 1px solid white;
color: #333399;
cursor: pointer;
display: inline-block;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ccff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
/*font-size: 12px;
font-weight: bold;
padding: 0.5em 23px;
}

/*@media (max-width: 250px) {
	.classroomtype label {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 305px) {
	.classroomtype label {
		padding-left: 15px;
		padding-right: 15px;
	}
}*/
/*.classroomtype label:hover {
	background: #a3e0ff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background: -moz-linear-gradient(top,  #a3e0ff 0%, #ffffff 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3e0ff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #a3e0ff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #a3e0ff 0%,#ffffff 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #a3e0ff 0%,#ffffff 100%); /* IE10+ */
/*background: linear-gradient(top, #a3e0ff 0%,#ffffff 100%); /* W3C */
/*border: 1px solid white;
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3e0ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
/*}*/
/*.classroomtype label:nth-child(2) {
	border: 1px solid white;
	border-radius: 20px 0 0 20px;
}

.classroomtype label:last-child {
	border: 1px solid white;
	border-radius: 0 20px 20px 0;
}*/
/*.classroomtype .selected, .classroomtype .selected:hover {
	background: #333399; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*	background: -moz-linear-gradient(top,  #333399 0%, #5b5b99 81%, #feffff 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333399), color-stop(81%,#5b5b99), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  #333399 0%,#5b5b99 81%,#feffff 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  #333399 0%,#5b5b99 81%,#feffff 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  #333399 0%,#5b5b99 81%,#feffff 100%); /* IE10+ */
/*	background: linear-gradient(top,  #333399 0%,#5b5b99 81%,#feffff 100%); /* W3C */
/*	border: 1px solid white;
/*	box-shadow: 1px 2px 6px #333399 inset;
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333399', endColorstr='#feffff',GradientType=0 ); /* IE6-8 */
/*	text-shadow: none;
}*/

/*.invalid-zip-code {
    background: none repeat scroll 0 0 #ee0101;
    border: 2px solid #dddddd;
    border-radius: 6px;
    box-shadow: 0 0 4px #000000;
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}*/



.zip-search-control {
	font-size: 20px !important;
	font-weight: bold !important;
	text-align: center;
}



@media (max-width: 767px) {
	.classroomtype label {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.c-invalid-zip-code {
	border: none;
	/*  position: absolute;
        bottom: 40px;
        left: 40px;
        right: 0; */
	font-weight: 400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	display: none;
}

.displayerror {
	display: block !important;
}

.zip-search-zip-code {
	font-size: 20px !important;
	font-weight: bold !important;
	text-align: center;
}

.btn-group.ctype {
	margin-bottom: 5px !important;
}

.classroomtype {
	margin-top: 0px !important;
}

/*.btn-group .classroomtype {
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	font-weight: bold;
	font-size: 12px;
	height: 100%;
	/*padding: .6em 12px !important;
	 Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#66ccff+0,ffffff+100 
	background: #66ccff;  Old browsers 
	background: -moz-linear-gradient(top, #66ccff 0%, #ffffff 100%);  FF3.6-15 
	background: -webkit-linear-gradient(top, #66ccff 0%,#ffffff 100%);  Chrome10-25,Safari5.1-6 
	background: linear-gradient(to bottom, #66ccff 0%,#ffffff 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ccff', endColorstr='#ffffff',GradientType=0 );  IE6-9 
}*/

/*.btn-group.btn-group-justified {
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	height:38px;
}*/


.quote-box {
	padding-top: 1em;
	border-top-color: #9acc02;
}

#homepagezipwidget p {
	font-size: 14px;
	line-height: 18px;
}

.displayerror {
	display: block !important;
}

@media (min-width: 992px) {
	.search-now-btn {
		margin-left: 0;
		margin-right: 0;
	}
}

#socialButtons a {
	text-decoration: none;
}

.zip-search-zip-code::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: bold !important;
}

.zip-search-zip-code:-ms-input-placeholder {
	font-size: 14px;
	font-weight: bold !important;
}

:-ms-input-placeholder {
	font-size: 14px !important;
	font-weight: bold !important;
	font-weight: normal !important;
}

input::-ms-clear {
	display: none;
}

select::-ms-expand {
	border: none;
}


#popup-wrapper {
	position: absolute;
	display: block;
	width: 100%;
	height: 25px;
	bottom: 0px;
	right: 0px;
}

/*popover*/
#ad-disclaimer-btn {
	display: block;
	position: relative;
	width: 30px;
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #EBF7CC;
}

	#ad-disclaimer-btn:focus {
		outline: none !important;
		border-color: #ccc;
	}

.popover-title {
	display: none;
}

.popover {
	min-width: 100%;
}

@media (min-width: 768px) {
	.popover {
		min-width: 320px;
	}
}

/*Full width styles*/
#footer ul {
	list-style:none;
	padding-left: 0px;
}

/* TSNET pure JS Back to top button*/
/* purgecss ignore */
#tsnet-top-control {
	position: fixed;
	display: block;
	opacity: 0;
	bottom: 10px;
	right: 10px;
	background: #9c0;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: none;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	z-index: 100;
	cursor: pointer;
}
	/* purgecss ignore */
	#tsnet-top-control.top-show {
		opacity: 1;
	}
	/* purgecss start ignore */
	@media(hover:hover ){
		#tsnet-top-control:hover {
			background: #a3d900;
		}
	}
/* purgecss end ignore */


	/*Sharing buttons*/
	#sharing_buttons {
		margin-top: 10px;
		margin-bottom: 15px;
		min-height: 20px;
	}

	#sharing_buttons div {
		float: left;
		display: inline-block;
		margin-right: 10px;
	}

	#sharing_buttons .facebook_like {
		margin-right: 10px !important;
	}

#pinterest_save {
	margin-top: 0px !important;
}

#sharing_buttons #twitter_tweet {
	vertical-align: top;
}

.fb_iframe_widget span {
	vertical-align: top !important;
}

img[src='/graphics/pinterest-custom-button.svg'] {
	vertical-align: top;
}


.content-image {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-bottom: 10px
}

	.content-image.float-right {
		margin-left: 0px !important;
		margin-right: 20px !important;
	}

	.content-image.float-right {
		margin-right: 0px !important;
		margin-left: 20px !important;
	}

@media screen and (max-width: 525px) {
	.content-image {
		height: 51%;
		width: 51%;
	}
}

.readmore {
	font-family: Arial, sans-serif;
	color: #212B00 !important;
	text-decoration: none !important;
	border-color: #9c0;
	background-color: #9c0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	font-weight: bold
}

	.readmore:hover {
		border-color: #bdde5c;
		background-color: #bdde5c;
	}

.card-img-top {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

/*IE CSS hack for bootstrap card img */
@media all and (-ms-high-contrast:none) {
	.card-img-top {
		/*display: none;*/
		height: auto;
	}
	/* IE10 */
	*::-ms-backdrop, .card-img-top {
		height: auto;
		/*display: none;*/
	}
	/* IE11 */
	#related-articles .card:hover {
		transform-origin: 50% 50%;
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.essential-articles .stretched-link {
	text-decoration: none;
	font-size: 1.125rem;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	margin-bottom: 10px;
}

.essential-articles .card, #popular-programs .card, .row.icon-cards .card, #school-program .card {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.essential-articles .card {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 767px) {
	.essential-articles .card {
		max-width: 100%;
	}
}

.essential-articles .card a, 
#popular-programs .card, 
.row.icon-cards .card a, 
#school-program .card a {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

@media (hover: hover) {
	.essential-articles .card:hover, #popular-programs .card:hover, .row.icon-cards .card:hover, #school-program .card:hover {
		transform-origin: 50% 50%;
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
		.essential-articles .card:hover a, #popular-programs .card:hover, .row.icon-cards .card:hover a, #school-program .card:hover a {
			color: #9C0
		}
}

.popular-programs ul {
	list-style: none;
}

	/*.popular-programs ul li.card {
        background-color: #ebf7cc;
    }*/

	.popular-programs ul li.card .card-body a.stretched-link {
		text-decoration: none !important;
		font-weight: 700;
	}

#popular-programs {
	background: #ECEFF1;
}

hr {
	margin-top:0px;
	margin-bottom: 0px;
}

.tsnet-desktop-header-widget {
	z-index: 850;
}

#pop-programs-list li {
	width: calc(100% - 2rem);
	margin: 0 1rem 1rem 1rem;
}

@media (min-width: 575px){
	#pop-programs-list li {
		width: calc(50% - 2rem);
	}
}

@media (min-width: 768px) {
	#pop-programs-list li {
		width: calc(33.3% - 2rem);
	}
}


/*.social-btns-section img[src$=".svg"] {
	width: 100%;
}*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#jumbotron-cover {
		display: block !important;
		height: 100%;
		width: 100%;
	}
}

.seen-logo {
	display: block;
	width: 100%;
	max-width: 110px !important;
	height: auto;
}

#as-seen-on-items a {
	display: flex;
	flex: 0 0 33%; /* each item will take up 25% of the row */
	max-width: 33%; /* this prevents items from exceeding 25% width */
}

@media (min-width: 768px) {
	#as-seen-on-items a {
		display: flex;
		flex: 0 0 25%; /* on large screens, items take less than 25%, so you can fit more */
		max-width: 25%; /* adjust this value based on how many items you want per row on large screens */
	}
}

@media (min-width: 992px) {
	#as-seen-on-items a {
		display: flex;
		flex: 0 0 10%; /* on large screens, items take less than 25%, so you can fit more */
		max-width: 10%; /* adjust this value based on how many items you want per row on large screens */
	}
}

.home-page-locations-list {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

@media (min-width:768px) {
	.home-page-locations-list {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

p.affliate-disclaimer {
	display: block;
	max-width: 855px;
	padding-top: 20px !important;
	text-align: left !important;
}