.aria-hidden{
	left:-99999999999px;
	position:absolute;
}
.angular-google-map-container { height: 400px; }
/* */
.row {margin:0;}
.row--margin {margin-left:-15px; margin-right:-15px;}
/* custom elements*/
body {
	font-family: 'Lato', sans-serif;
	color:#231F20;
	padding-top:60px;
	background-color: #fff;
}
#content {
	min-height:calc(100vh - 180px);
}
footer {
	min-height:60px;
	background-color: #fff;
}
a {color:#2383C7;cursor:pointer;}
.btn--primary {
	color:#fff;
	background-color:#2383c7;
	border-radius:0 !important;
	border-color:#2383c7;
	text-transform: uppercase;
}
.btn--primary:hover {
	color:#fff;
	background-color:#2076B3;
}
.btn--primary--inverse{
	color:#2383c7;
	background-color:#fff;
	border-radius:0;
	border-color:#2383c7;
	text-transform: uppercase;
}
.btn--primary--inverse:hover{
	color:#fff !important;
	background-color:#2383c7;
}
.btn--primary:focus {
	color:#fff;
}
.btn--primary--inverse:focus {
	color:#2383c7;
}
.btn--full {
	width:100%;
	font-size: 1.25em;
	padding:10px;
}
.btn--full--sm-font {
	font-size: .8em;
}
.btn__icon {
	font-size:1.5em !important;
}
.btn--clear {
	background-color:white;
	color:#2383c7;
	text-transform: uppercase;
	margin-bottom:15px;
}
.btn--tags {
    border-radius: 46px;
    color: #555;
    border-color: #555;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0px 12px;
    text-transform: capitalize;
}
.btn--tags:hover, .btn--tags--active {
    border-color: #2383C7;
    color: #fff;
    background-color: #2383C7;
}
.btn--back {
    display: inline-block;
    text-align: center;    
    line-height: 1.2;
    color: #555;
    margin-bottom:20px;
    background-color:white;
    z-index:3;
}
.btn--back, .btn--back .fa {
	font-size: 1.2em;
}
.col--padreset {
	padding:0;
}
.content-wrap {
	padding:0 26px;
}
.content-wrap--alt {
	padding:0 26px;
}
.content-wrap--background{
	min-height:100vh;
}
.input--intext {
	border:none;
	box-shadow:none;
	border-bottom:2px dotted #ddd;
}
.form-group--inlineradio {
	display:inline-block;
	width:50%;	
}
.inline-radio{
	margin-right:10px;
}
label {
	font-weight:normal;
}
legend {
    text-align: center;
    font-size: 1.5em;
    border-bottom: 0;
    margin-bottom: 20px;
}
.text-left {
	text-align: left !important;
}
.form-control {
	border-radius:0;
}
.fixed-menu {
	position:fixed;
	width:inherit;
	z-index:2;	
}
.fixed-menu__offset {
	width:calc(100% - 52px);	
}
@media (min-width: 768px){
	body{
		padding-top:80px;
	}
	.btn--full {
		padding:6px 12px;
		font-size: 1em;
	}
	.content-wrap {
		padding:30px 0;
	}
	.content-wrap--background{		
		background:url('../img/hero.png') top /cover no-repeat fixed;
		padding:60px 0;
	}
	.fixed-menu__offset{
		width:calc(100% - 30px);
	}
}

/* Checkbox */
input[type=checkbox],
input[type=radio] {
    position:absolute;
    opacity: 0;
    z-index: 0;
}
input[type=checkbox]+span.checkbox,
input[type=radio]+span.radio {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 10px -5px 0;
}
input[type=radio]+span.radio {
    border-radius: 100px;
}
input[type=checkbox]+span.checkbox::after {
    font-family: 'FontAwesome';
    content: '\f00d';
    color: transparent;
    font-size: 13px;
    left: 0;
    top: 0;
    margin-left: 4px;
    position: absolute;
}
input[type=radio]+span.radio::after {
    content: ' ';
    height: 14px;
    width: 14px;
    border-radius: 100px;
    display: none;
    background: #2383C7;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 2px;
    margin-left: 2px;
}
input[type=checkbox]:checked+span.checkbox::after {
    color: #2383C7;
}
input[type=radio]:checked+span.radio::after {
    display: block;
}
input[type="radio"]:checked+span.radio,input[type="radio"]:focus+span.radio, input[type="checkbox"]:checked+span.checkbox,input[type="checkbox"]:focus+span.checkbox {
	border:1px solid #2383C7;
}
input[type=radio]+span.radio:focus,
input[type=checkbox]+span.checkbox:focus {
    border: 1px solid #2383C7;
    outline:0;
}
/* navbar */
.navbar {
	height:60px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.10);
	border-bottom:1px solid #78C1EB;
}

.navbar-header{
	padding:5px 0;
}
.navbar-brand {
	color: #454646;
	font-weight: bold;
}
.navbar-brand--center {
	text-align:center;
	width:calc(100% - 148px);
	float:left;
}
.navbar-brand--img{
	padding:0 0 0 15px;
}
.navbar-brand--img__img{
	height:100%;
}
.navbar-right {
	margin:0 -15px;
}

.navbar-collapse {
	background-color:white;
}
.navbar-toggle{
	margin-left:15px;
}
.navbar-nav__link {
	font-weight: bold;
	text-transform: uppercase;	
	text-align: center;
}
.navbar-nav .navbar-nav__link:hover{
	color:black;	
}
.icon-bar{
	background-color:#000;
}

@media (min-width: 768px){
	.navbar{
		height:80px;
	}
	.navbar-brand--img{
		margin-right:15px;
	}
	.navbar-brand--center {
		width:inherit;
	}
	.navbar-right{
		padding:15px 0;		
	}
	.navbar-header {
		padding:15px 0;
	}
	.navbar-nav .navbar-nav__link{
	background-color:inherit;	
	}
	.navbar-collapse {
		background-color:transparent;
	}
}
/* Footer */
#footer {
  width: 100%;
  min-height: 100px;
  background-color: #191e23;
  border-top: solid 1px #22272e;
	border-top:solid 1px #049A89;
	-webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.15);
	color:#337EAA;
}
.footer__list {
	list-style-type: none;
	padding:0;
	text-align: center;
}
.footer__list__item {
	padding:40px 20px;

}
.footer__list__item a {
	color:#fff;

}
/* Test*/
/* hero */
#hero {
	background:url('../img/hero.jpg') top /cover no-repeat fixed;
	color:white;
	padding:60px 0 40px;
}
.hero__copy{	
	line-height: 1.5;
}
.hero__copy__header{
	font-weight: bold;
	margin:0 0 15px;
}
.hero__copy__text{
	font-size: 1.2em;
}
@media (min-width:768px){
	.hero__copy__header,.hero__copy__text {
		font-size:1.5em;
	}
}
/* Eligibility Form*/
.panel .elgibility__copy--wrap {
  font-size:1em;
}
.elgibility__copy--wrap {
	font-size:1.5em;
}
.eligibility__copy-block__input {
	background-color: transparent;
	border:none;
	color: #2383c7;
	border-bottom: 1px dotted #fff;
}
.panel .eligibility__copy-block__input {
  border-bottom:1px dotted #bbb;
}
.eligibility__copy-block ul li {
  color: #000;
}
/* Signup/Login */
#signup, #login {
	background:#fff;
	margin:0 auto;
	float:none;
	font-size:1.2em;
	padding:0;	
}
@media (min-width:768px){
	#signup, #login {
		padding:30px 40px;
	}
}

/*Landing Categories */
.landing-categories__heading {
	margin:30px 0 20px;
}
.landing-categories__block__heading__icon {
	height:40px;
}
.landing-categories__heading__header{
	line-height: 1.25;
	margin:0;
	font-size:1.25em;
}
.landing-categories__heading__header-desktop {
    width: 310px;
    margin: -55px auto 0;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    font-size: 1.25em;
    border-radius: 5px;
}
.landing-categories__block {
	text-align: center;
	color:#454646;
	padding-top:20px;
	padding-bottom:20px;
	border:1px solid #ccc;
}

.landing-categories__block__copy {
	text-align: left;
	display:none;
}
.landing-categories__block__heading__header {
	margin:15px 0;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}
.landing-categories__block__copy__text {
	font-size: 1.5em;
	line-height: 1.25;
	margin:20px 0;
}
.landing-categories__block__btn {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
@media (min-width: 768px){
	.landing-categories__block {
		padding:20px 40px;
		border:0;
	}
	.landing-categories__block__copy{
		min-height: 80px;
		text-align: center;
		display:block;
	}
	.landing-categories__block__copy__text {
		font-size: 1.15em;
		margin:0;
	}
	.landing-categories__block__heading__header {
		font-size: 1.25em;
	}
	.landing-categories__heading__header {
    width: 310px;
    margin: -55px auto 0;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    font-size: 1.25em;
    border-radius: 5px;
	}
	.landing-categories__block__btn {

	}
}
/* Sidemenu */
#filter {
	padding:0;
}
#filter .panel-heading {
	color:#2383c7;
	background-color:#f2f2f2;
	text-transform: uppercase;
}
#filter .panel-default {
	border-color:#f8f8f8;
}
#filter .panel-body {
	border-top-color:#f8f8f8;
}
#filter .panel-heading, #filter .panel-default, #filter .panel-body {
	border-radius:0;
}

#filter .form-group {
	margin-bottom:5px;
}
.filter__menu__body {
	margin-top:5px;
	padding:0;
}
.filter__menu__body__itemwrap {
	margin-bottom:5px;	
}
.filter__menu__body__itemwrap a{
	text-align: left;
}
.filter__menu__body__eligibility--toggle-btn, .filter__menu__body__filters--toggle-btn {
	text-align: left;
}
.filter__menu__body__eligibility--toggle-btn-icon, .filter__menu__body__filters--toggle-btn-icon {
	float:right;
}
.filter__menu__body__itemwrap .filter__menu__body__item {
	margin-bottom:5px;
	padding:15px;
	border:1px solid #2383c7;
	border-top:transparent;
}
@media (min-width:768px){
	#filter {
		padding:0 15px;
	}
	.filter__menu{
		margin:0;
	}
	.filter__menu__body{
		margin-top:0;
		display:block;
	}
}

/* Program List*/
#programlist {
	padding:0;
}
.program-tile {
	padding:20px 0;
	position:relative;
}
.program-tile:hover {
	border-color:#a3adb8;
	box-shadow:0 0 0 3px rgba(120,134,150,.10);
		transition: border-color .25s ease-in-out,box-shadow .25s ease-in-out;

	}
.program-tile__type{
	height:calc(100% + 2px);
	width:5px;
	background-color:#2383c7;
	position:absolute;
	top:-1px;
	left:-1px;
}
.program-tile__type--black {
	background-color:#000;
}
.program-tile__type--brown {
	background-color:#8B572A;
}
.program-tile__type--gray {
	background-color:#AEAFAE;
}
.program-tile__type--green {
	background-color:#16803E;
}
.program-tile__type--orange {
	background-color: #FF9700;
}
.program-tile__type--purple {
	background-color: #8E44AD;
}
.program-tile__type--red {
	background-color:#EE1D23;
}
.program-tile__type--yellow {
	background-color:#FBF31E;
}
.program-tile__heading{
	margin-bottom:10px;
}
.programlist__heading__header {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom:20px;
	margin-top: 0;
	color:999;
}
.programlist__heading__header__initial {
	color:#000;
	font-weight: bold;
}
.programlist__heading__header__filter {
	color:#2383c7;
}
.program-tile__heading__category{
	margin:0 0 10px;
	font-size: 1.25em;
	text-transform: uppercase;	
	display:inline-block;
}
.program-tile__heading__category__item{
	height:25px;
	margin-right:5px;
		
	}
.program-tile__heading__program{
	font-weight:bold;
	font-size: 1.25em;
	margin-top:5px;
}
.program-tile__heading__eligibility-alt {
    background-color: #ad4516 !important;
}
.program-tile__heading__eligibility-alt:before, .program-tile__heading__eligibility-alt:after {
  border-color:#ad4516 transparent !important;
}
.program-tile__heading__eligibility {
	background-color: #80BA3C;
	position:relative;
	line-height: 26px;
	color:white;
	display:inline-block;
	padding:0px 10px;
	margin:0 13px;
	text-transform: capitalize;
}
.program-tile__heading__eligibility:before {
	border-color:#80BA3C transparent;
	left:-13px;
	border-width:13px 0 13px 13px;
}
.program-tile__heading__eligibility:before, .program-tile__heading__eligibility:after {	
	content:'';
	position:absolute;
	height:0;
	width:0;
	border-style:solid;
}
.program-tile__heading__eligibility:after{
	border-color:#80BA3C transparent;
	right:-13px;
	border-width: 13px 13px 13px 0;
}
.program-tile__heading-left, .program-tile__heading-right{
	float:left;
}
.program-tile__heading-left {
	width:65%;
}
.program-tile__heading-right {
	width:35%;
	text-align: right;
	font-size: 1.5em;
	line-height: 1;
}
.program-tile__heading__icon-heart:hover, .program-tile__heading__icon-share:hover{
	text-decoration: none;
}
.program-tile__heading__icon-heart {
	display:inline-block;
  cursor:pointer;
}
.program-tile__heading__icon-heart, .program-tile__heading__icon-heart:hover {
	color:#EE1D23;	
}
.program-tile__heading__icon-heart .fa-heart-o:hover:before {
	content:"\f004";
}
.program-tile__heading__icon-share {
	padding-right: 4px;
	margin-top:10px;
	display:inline-block;
}
.program-tile__heading__icon-share__item {
	display:none;
}
.program-tile__heading__icon-share__item, .program-tile__heading__icon-share__item-alt{
	width:21px;
} 
.program-tile__copy{
	margin:10px 0 0;
}
.program-tile__copy__text {
	font-size:1.25em;
}
.program-tile__copy__text-wrap, .program-tile__copy__btn {
	width:100%;
	float:left;
	display:inline-block;
}
.program-tile__copy__btn {
	margin:5px 0 0;
}
.program-tile__border {
	height:1px;
	width:calc(100% + 52px);
	background-color:#000;
	position:absolute;
	bottom:0;
	left:-26px;
}
@media (min-width:768px) {
	#programlist {
		padding:0 15px;
	}
	.program-tile{
		padding:20px;
		border:1px solid #cfd4d9;
		margin-bottom:20px;
		border-radius:4px;
		background-color:#fff;
	}
	.program-tile__heading__category{
		font-size: 1em;
		font-weight:bold;
		margin:0;
	}	
	.program-tile__heading__program{
		font-size:1.4em;
		margin-top:15px;
		margin-bottom:0;
	}
	.program-tile__copy {
		margin:20px 0 0;
	}
	.program-tile__copy__text {
		font-size: 1.15em;
		display:block;
	}
	.program-tile__copy__text-wrap {
		width:70%;
	}
	.program-tile__copy__btn {
	width:25%;
	margin-top:0;
	margin-left: 5%;
	}
	.program-tile__heading__icon-share__item{
		display:inline-block;
	}
	.program-tile__heading__icon-share__item-alt {
	 display:none;
	}
	.program-tile__heading__icon-share:hover > .program-tile__heading__icon-share__item {
		display:none;
	}
	.program-tile__heading__icon-share:hover > .program-tile__heading__icon-share__item-alt {
		display:inline;
	}

}
/* Program */
#program {
	padding:0;
}
.program__heading__header {	
	background:#fff;
	padding-top:20px;
	padding-bottom:5px;
}
.program__heading__menu-wrap {
	margin:15px 0;
}
.program__heading__menu {
	padding:0;
	list-style: none;
}
.program__heading__menu__item {
	display:inline-block;
	width:20%;
	margin-right:4%;
	text-transform: uppercase;
}
.program__body-wrap {
	padding-top:20px;
}
.program__body {
	padding-bottom:20px;
}
.program__body__header{
	font-size: 1.25em;
	margin-bottom:15px;
	text-transform: uppercase;
}
.program__body__header__icon {
	font-size: 1.2em;
	margin-right:5px;
}
.program__body__text{
	margin-bottom:20px;
}
.program__body__text__subheader {
	font-size: 1.3em;
}
.program__body__icon-wrap {
	margin-right:10px;
}
.program__body__icon {
	padding:8px;
	border-radius:25px;
	color:#2383c7;
	box-shadow:0px 0px 1px 1px #2383c7;
}
.program__body__icon:hover {
	background-color:#2383c7;
	color:#fff;
}


@media (min-width:768px) {
	#program{
		padding:0 15px;
	}
	.program__heading__header{
		margin-top:0;
		padding-top:30px;
		margin-top:-30px;
	}
	.program__body-wrap {
		padding-top:15px;
	}
}

/* dashboard */
#account {
  margin-top:30px;
}
.active {
    border-bottom: 2px solid #2383C7;
}
.dashboard__menu {
	margin-left:-15px;
	margin-right:-15px;
}
.dashboard-menu__list {
  list-style: none;
  padding:0;
  margin:30px 0 0;
}
.dashboard-menu__list__item {
  display:inline-block;
  width:50%;
  float:left;
  text-align: center;
  font-size:1.5em;
}
#dashboard__menu__btn {
		width:100%;
		padding:15px;
		background-color:#2383c7;
		color:#fff;
		font-size: 1.25em;
		text-align:center;
		border-radius:0;
		text-transform: uppercase;
	}
.dashboard__menu__list {
	margin:0;
	padding:0;
	border:0;
	box-shadow:none;
	width:100%;
}
.dashboard__menu__list .dashboard__menu__list__item {
	padding:15px;
	width:100%;
	border-bottom:1px solid #000;
	color:#2383c7;
	text-transform: uppercase;
	line-height: 1;
}
@media (min-width: 768px) {

	.dashboard__menu__list{
		display:block;
	}

}
/*search function*/

/*search function*/

.searchbox{
    position:relative;
    min-width:50px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    border-radius: 35px;
    box-shadow:0px 0px 1px 1px #2383c7;

}
.searchbox-input{
    top:0;
    right:0;
    outline:0;
    background: #fff;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:14px;
    color:#2383c7;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #A2A2A2;
}
.searchbox-input:-moz-placeholder {
    color: #A2A2A2;
}
.searchbox-input::-moz-placeholder {
    color: #A2A2A2;
}
.searchbox-input:-ms-input-placeholder {
    color: #A2A2A2;
}
.searchbox-icon,
.searchbox-submit {
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:0;
    font-size:14px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color: #2383c7;
    background: #fff;
}
.searchbox-open{
    width:100%;
}
.searchbox-open .searchbox-icon, .searchbox-open .searchbox-submit{
	/background-color:#2383c7;
	/color:#fff;
}

.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #d74b4b;
}


/* search drop down */

.ui-widget-content {
	background: #FFF !important;
	color: #2383C7!important;
	border: 1px solid #A3ADB8 !important;
	box-shadow: 0px 0px 0px 3px rgba(120, 134, 150, 0.1);
}
.ui-widget {
	font-family: 'Lato', sans-serif !important;
	color:#2383C7 !important;
	font-size: 1em !important;
}

ul.ui-autocomplete {
	z-index:99999;
	top:54px !important;
}

ul li.ui-menu-item {
	padding:5px 10px !important;
}

ul li.ui-menu-item:hover {
	background:#2383C7!important;
	color:#fff !important;
	border:none !important;
}




.navbar-right {
	/border: 1px solid black;
	height: 80px;
	padding-top: 22px;
	vertical-align: middle;
}
.navbar-right li {
	/border: 1px solid red;
	display: table-cell;
	/vertical-align: bottom;
	

}
.navbar-right li a {
	padding: 5px 15px;
}
.searchbox {
	min-width: 30px;
	height: 30px;
	box-shadow: 0px 0px 1px 1px;
	
    
}
.searchbox-input {
	
	height: 30px;
}
.searchbox-icon {
	top:-10px;
	right: -10px;
	color: initial;
}
.search-form--wrap {
	max-width:275px;
}
.search-form {
	padding-right: 15px;
}
.searchform .search-form--btn {
	background-color:#fff;
	color: #a2a2a2;
}
.searchform .search-form--btn:hover {
	background-color: #2383c7;
	color: #fff;
	border-color: #2383c7;
	text-decoration: none;
}
.dropdown .candidate-language {
	right: -59px;
}
.dropdown-menu--lg {
  width:255px !important;
}