@charset "UTF-8";
/* Body */

.uk-grid + .uk-grid {
    margin-top: 0px!important;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
	font: 600 16px/1.2  Arial, sans-serif;
	width: 100%;
	color:#000!important;
}

/* GENERAL */
a {
	color: #128ec3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	margin-bottom: 1em;
	font-weight: 600;
}
/* CONTAINER */
.container {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3em;
	margin: 0px;
    border: 0px; 
    padding: 0 0 0 0;
	background: #fff;
}
/* BUTTONS */
.read-more {
	margin: 3em auto 0;
}
.read-more a {
	font: 13px ProximaNovaRegular, Arial, sans-serif;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	vertical-align: middle;
	padding: 0 20px;
	color: #fff;
	cursor: pointer;
	border: 1px solid;
	border-color: rgba(255,255,255,0.7);
	background-color: transparent;
	text-align: center;
	white-space: nowrap;
	z-index: 1;
	position: relative;
	margin: 0;
 }
.read-more a:hover {
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0.35);
}
.read-more.blue {
    background: #24387d;
}

.wide-button a {
	padding: 15.5px 14px!important;
	color: #fff!important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	border: 0;
	position: relative;
	margin: 2em 0 1em;
	font-size: 12.8px;
}
.wide-button a:hover {
    background-color: rgba(0,0,0,0.35);
	border: 0;
}
.wide-button.blue a {
	background: #24387e;
}

.wide-button.blue a:hover {
    background-color: rgba(0,0,0,0.35);
	border: 0;
}

.wide-button.clear a {
	background: transparent;
	border: 2px solid #000;
	color: #000;
}
.wide-button.clear a:hover {
    background: rgba(0,0,0,0.35);
}

/* SHARE BAR */
.share-bar {
    background-color: #128ec3;
    color: #fff;
    height: 50px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    padding-left: 5px
}
.share-bar span {
	display: inline-block;
	overflow: hidden;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold';
	vertical-align: middle;
	height: auto;
	margin-left: 0px;
	position: relative;
}
.share-bar span.label {
	top: -1px;
	font-size: 0.8em;
}
.share-bar span.frame-type {
	top: -1px;
}
.share-bar a {
	float: right;
	color: #FFF;
	text-decoration: none;
	background: transparent;
	padding: 0 .25em;
	font-size: 18px;
}
.icon-share:before {
    content: "\e619";
    margin-right: 0px;
    position: relative;
    top: 1px;
    font-size: 0.8em;
}

/* APPLY TIME */
.apply-time {
    text-align: center;
    border-top: 7px solid #f4a81e;
    background: #fff;
    padding: 6% 7%;
    color: #000;
}
.apply-time h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    margin-top: .55em;
}
.apply-time a {
    padding: 14px;
    background: #24387e;
    color: #fff!important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #fff;
    position: relative;
    margin: 2em 0 1em;
    font-size: 12.8px;
}
/* FRAME BREAKER */
p.title {
	font-family: 'Oswald-bold';
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
}
h2.title {
    font-family: "ProximaNovaExtraBold",Arial,sans-serif;
    text-align: center;
    margin-top: 19.92px;
    margin-bottom: 19.92px;
    font-weight: 800!important;
	color:#000;
}
.text-frame {
	padding: 50px 8% 34px;
	margin-bottom: 0em;
}
.text-frame.contact {
	margin-bottom: 3em;
}
.text-frame p {
	text-align: center;
}
.text-frame p.title {
    color: #d5820d;
}
.text-frame .read-more {
	width: 150px;
	margin: 3em auto 0;
}
.text-frame .read-more a {
	line-height: 60px;
	margin-bottom: 0;
}
.text-frame.application-resources{
	text-align: center;
}
.text-frame.application-resources .wide-button{
	display: inline-block;
	/* width: 40%; */
	/* max-width: 200px; */
	margin: 0;
	width: 100%;
}
/* YELLOW FRAME BREAKER */
.yellow {
	background-color: #D5820D;
}
.yellow p.title {
    color: #000;
}
.yellow h2.title {
    color: #FFF;
}
.yellow .read-more a {
	/*border-color: #000;
	color: #000;*/
}
/* BLUE FRAME BREAKER */
.blue {
	background-color: #24387D;

}
.blue p.title {
    color: #D5820D!important;
}
.blue h2.title {
    color: #FFF;
}
.blue p,
.blue a {
	color: #FFF!important;
	font: 600 16px/1.2 'Proxima Nova', Arial, sans-serif!important;
}
.blue .wide-button a {
	border: 1px solid #FFF;
	color: #FFF;
}
/* GRAY FRAME BREAKER */
.gray {
	background-color: #d0d0ce;
}
.gray p.title {
    /*color: #24397c;*/
    color: #000;
}
.gray h2.title {
    color: #000;
}
.gray .read-more a {
	border: 1.5px solid #000;
	color: #000;
	font-weight: bold;
}
/* Hero Section */
.hero {
	position: relative;
}
.hero-text-wrapper {
    padding: 30px;
    background: #000;
    min-height: 160px;
}
.hero-text {
	color: #fff;
	position: relative;
	left: 0;
	bottom: 0;
	text-align: left;
}
.hero-image-wrap {
    background: url('https://www.hesc.ny.gov/dream/images/graduation_1054.png');
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -ms-behavior: url(/sites/all/themes/ny_gov/libraries/background-size/backgroundsize.min.htc);
    position: relative;
    height: 250px;
}
.hero-text .headline {
    margin-bottom: 37px;
}
.hero-text .headline h1{
	margin-top: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	font-family: "ProximaNovaExtraBold",Arial,sans-serif;
	font-weight: 700;
}
.hero-text .summary {
	z-index: 1;
	margin: 0;
	font-family: 'ProximaNovaRegular', Arial, sans-serif;
	display: block;
	overflow: hidden;
	/* height: 48px; */
}
.hero-text .summary p {
	margin: 0;
	line-height: 24px;
	font-size: 18px;
	color: #FFF;
}
.hero-text .read-more {
	margin: 0;
	background: transparent;
}
.hero-text .read-more a {
	font: 13px ProximaNovaRegular, Arial, sans-serif;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	vertical-align: middle;
	padding: 0 20px;
	color: #fff;
	cursor: pointer;
	border: 1px solid;
	border-color: rgba(255,255,255,0.7);
	background-color: transparent;
	text-align: center;
	white-space: nowrap;
	z-index: 1;
	position: relative;
	margin: 17px auto 25px;
}
.hero-text .read-more a:hover {
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0.5);
}
.gradient-overlay {
    background: url(https://www.hesc.ny.gov/images/bkg-gradient.png) repeat-y;
    position: absolute;
    top: 0;
    width: 100%;
}
/*.e-news input[type="text"] {
    padding: 14px!important;
    border: 1px solid #b7b7b7!important;
    font-family: 'Proxima Nova',Arial,sans-serif;
    border-radius: 0!important;
    font-size: 16px!important;
    color: #000!important;
    height: auto!important;
    outline: none;
    display: inline-block;
}
.e-news input.btn {
    background: #e9e6d4;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
    font-family: "Proxima Nova", Arial, sans-serif;
    padding: 16px 14px;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    font-size: 11px;
    letter-spacing: 2px;
    border-radius: 0;
    display: inline-block;
}
.e-news input.btn:hover {
    border: 1px solid #fff;
    background-color: #9d8e1d;
    color: #FFF
}*/
/*---MOBILE---*//*---MOBILE---*//*---MOBILE---*//*---MOBILE---*//*---MOBILE---*/
/*---MOBILE---*//*---MOBILE---*//*---MOBILE---*//*---MOBILE---*//*---MOBILE---*/
/*---MOBILE---*//*---MOBILE---*//*---MOBILE---*//*---MOBILE---*//*---MOBILE---*/
/*---MOBILE---*//*---MOBILE---*//*---MOBILE---*//*---MOBILE---*//*---MOBILE---*/
@media (max-width: 460px) {
.hero-image-wrap {
	height: 280px;
}
.gradient-overlay {
	display: none;
}
.hero-text-wrapper {
    /* background: #000; */
}
.hero-text .headline {
    margin-bottom: 37px;
}
.hero-text .headline h1{
	font-size: 27px;
}
.hero-text .read-more {margin: 0;}
.hero-text .read-more a {
	height: 60px;
	line-height: 60px;
}
.share {
    float: none;
    margin: 14.5px 17px 0;
    white-space: nowrap;
    display: block;
}
.time {
	padding: 27px 0px 10px 10px !important;
    width: 100% !important;
    margin-left: 0px;
    line-height: 20px;
}
}
/*---TABLET---*//*---TABLET---*//*---TABLET---*//*---TABLET---*//*---TABLET---*/
/*---TABLET---*//*---TABLET---*//*---TABLET---*//*---TABLET---*//*---TABLET---*/
/*---TABLET---*//*---TABLET---*//*---TABLET---*//*---TABLET---*//*---TABLET---*/
/*---TABLET---*//*---TABLET---*//*---TABLET---*//*---TABLET---*//*---TABLET---*/
@media (min-width:461px) and (max-width:768px) {

.hero-image-wrap {
    height: 280px;
}
.gradient-overlay {
	display: none;
}
.hero-text-wrapper {
    padding: 40px 8%;
}
.hero-text .headline {
    margin-bottom: 37px;
}
.hero-text .headline {
    margin-bottom: 37px;
}
.hero-text .headline h1{
	font-size: 36px;
}
.hero-text .summary {
	height: 48px;
}
.hero-text .summary p {
	font-size: 1.875em;
}
.hero-text .read-more a {
    height: 48px;
    display: inline-block;
    width: 200px;
    line-height: 48px;
}
.apply-time a {
	width: 43%;
	margin: 0 auto;
}
.share.icon-share {
	float: right;
	margin-top: 12.5px;
	width: 250px;
	margin-right: 25px;
}
}

/*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*/
/*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*/
/*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*/
/*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*//*---DESKTOP---*/
@media (min-width:769px) and (max-width:1024px) {
.hero-image-wrap {
    height: 407px;
}
.gradient-overlay {
	display: block;
	height: 407px;
}
.hero-text-wrapper {
	max-width: 600px;
	position: absolute;
	top: 0px;
	left: -52px;
	background: none;
	padding: 20px 0 0 0;
	margin-left: 9%;
	margin-top: 60px;
}
.hero-text .headline {
    margin-bottom: 37px;
    width: 460px;
}
.hero-text .headline h1{
    font-size: 3em;
    line-height: 54px;
}
.hero-text .summary {
	height: 48px;
}
.hero-text .summary p {
	font-size: 1.875em;
}
.hero-text .read-more {
	display: inline-block;
	width: 200px;
	margin: 0;
}
.hero-text .read-more a {
    line-height: 48px;
}
.wide-button {
    width: 200px;
    margin: 0 auto;
}
.share.icon-share {
    float: right;
    margin-top: 12.5px;
    width: 250px;
    margin-right: 25px;
}
.apply-time {
	right: 0;
	position: absolute !important;
	top: 20%;
	width: 30%;
	color: #000;
	text-align: center;
	background: white !important;
	border-left: 5px solid #d5820d;
	margin-top: 0px !important;
	border-top: 0;
	padding: 27px 10px 17px;
	line-height: 20px;
	width: 25%;
}
.apply-time h2 {
	margin-top: 0;
}
.apply-time a {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
.time {
	padding: 27px 0px 10px 10px !important;
    width: 100% !important;
    margin-left: 0px;
    line-height: 20px;
}
.text-frame.application-resources .wide-button{
	display: inline-block;
	width: 40%;
	max-width: 200px;
	margin: 0 12.5px;
}
}
/*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*/
/*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*/
/*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*/
/*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*//*---WIDE DESKTOP---*/
@media (min-width: 1025px) {
.hero-image-wrap {
    height: 520px;
    background-position: 20% 20%;
}
.gradient-overlay {
	display: block;
	height: 520px;
}
.hero-text-wrapper {
	width: 60%;
	position: absolute;
	top: 0px;
	left: -52px;
	background: none;
	padding: 20px 0 0 0;
	margin-left: 9%;
	margin-top: 60px;
}
.hero-text .headline {
    margin-bottom: 37px;
}
.hero-text .headline h1{
    font-size: 48px;
    line-height: 54px;
}
.hero-text .summary {
	height: 48px;
}
.hero-text .summary p {
	font-size: 1.875em;
}
.hero-text .read-more {
	width: 200px;
	margin: 0;
}
.hero-text .read-more a {
	padding-top: 5px;
    padding-bottom: 5px;
	line-height: 44px;
}
.wide-button {
    width: 200px;
    margin: 0 auto;
}
.share.icon-share {
    float: right;
    margin-top: 12.5px;
    width: 250px;
    margin-right: 25px;
}
.apply-time {
	right: 0;
	position: absolute !important;
	top: 20%;
	width: 30%;
	color: #000;
	text-align: center;
	background: white !important;
	border-left: 5px solid #d5820d;
	margin-top: 0px !important;
	border-top: 0;
	padding: 15px 0px;
	line-height: 20px;
	/* height: 200px; */
	max-width: 300px;
}
.apply-time h2 {
	margin-top: 0;
	width: 75%;
	margin: 20px auto;
}
.apply-time a {
	width: 33%;
	margin: 25px auto;
}
.time {
	padding: 27px 0px 10px 10px !important;
    width: 100% !important;
    margin-left: 0px;
    line-height: 20px;
}
.text-frame.application-resources .wide-button{
	display: inline-block;
	width: 40%;
	max-width: 200px;
	margin: 0 12.5px;
}


}
/*@media (min-width: 64em) {
.hero-image-wrap {
    height: 510px;
	background-position: 40% 20%;
}
.hero-text-wrapper {
	max-width: 600px;
    width: 85%;
    position: absolute;
    top: 0px;
    left: -52px;
    background: none;
    padding: 20px 0 0 0;
    margin-left: 9%;
	margin-top: 60px;
}
.hero-text .headline {
    margin-bottom: 37px;
}
.hero-text .headline h1{
    font-size: 48px;
    line-height: 54px;
}
.hero-text .read-more {
	width: 200px;

}
.hero-text .read-more a {
	padding-top: 5px;
    padding-bottom: 5px;
	line-height: 44px;

}
}*/

