.field--name-title {
	display: none;
}
.highlighted .container-fluid, .featured-top .container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;

}
/* block-homepagetopannouncement */
#block-homepagetopannouncement {
	width: 100%;
	margin: 0;
	padding-left: -15px;
	padding-right: -15px;
}
.home-top-announcement {
	background-color: #C33609;
	color: white;
	padding: 10px 0;
	text-align: center;
}
.home-top-announcement .container-880 {
	position: relative;
}
.home-top-announcement .title {
	font-weight: 600;
}
.home-top-announcement p {
	font-size: 14px;
	margin-bottom: 0;
}
.home-top-announcement a {
	color: #EBAD21;
}

.home-top-announcement .close-button {
	position:absolute;
	top: 4px;
	right: 20px;
	width: 10px;
	height:10px;
}
.home-top-announcement .close-button:after {
	font-family: "FontAwesome";
	content: "\f107";
	right: 5px;
    top: 10px;
	padding: 0 0 2px;
	/*left line */
	position: absolute;
	pointer-events: none;
	width: 18px;
	height: 18px;
	color: #95AF42;


}
/* block-homepagebanner */
#block-homepagebanner {
	width: 100%;
	margin: 0;
	color: #ffffff;
}

#block-homepagebanner .left, #block-homepagebanner .right {
	height: 600px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#block-homepagebanner .left {
	-webkit-transition: width 500ms ease-in-out;
    -moz-transition: width 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out;
    transition: width 500ms ease-in-out;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/home-ready-to-apply.png");
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/home-ready-to-apply.png");
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	width: 49.95%;
    //max-width: 50%;
}

#block-homepagebanner .right {
	-webkit-transition: width 500ms ease-in-out;
    -moz-transition: width 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out;
    transition: width 500ms ease-in-out;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/home-school-directory.png");
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/home-school-directory.png");
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	width: 40.95%;
    //max-width: 50%;
}
/*selected */
#block-homepagebanner .left.col-sm-7 {
	background-image: linear-gradient(to bottom, rgba(102, 178, 186, 0.5), rgba(102, 178, 186, 0.5)), url("../images/home-ready-to-apply.png");
	background-image: -webkit-linear-gradient(top, rgba(102, 178, 186, 0.5), rgba(102, 178, 186, 0.5)), url("../images/home-ready-to-apply.png");
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#block-homepagebanner .right.col-sm-7 {
	background-image: linear-gradient(to bottom, rgba(102, 178, 186, 0.8), rgba(102, 178, 186, 0.8)), url("../images/home-school-directory.png");
	background-image: -webkit-linear-gradient(top, rgba(102, 178, 186, 0.8), rgba(102, 178, 186, 0.8)), url("../images/home-school-directory.png");
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}


/* Medium devices (tablets, 768px and less) */
@media (min-width: 991px) { 
	#block-homepagebanner .left:hover {
		-webkit-transition: width 500ms ease-in-out;
	    -moz-transition: width 500ms ease-in-out;
	    -o-transition: width 500ms ease-in-out;
	    transition: width 500ms ease-in-out;
	    width: 60%;
	    //max-width: 60%;
	    background-image: linear-gradient(to bottom, rgba(102, 178, 186, 0.7), rgba(102, 178, 186, 0.7)), url("../images/home-ready-to-apply.png");
		background-image: -webkit-linear-gradient(top, rgba(102, 178, 186, 0.7), rgba(102, 178, 186, 0.7)), url("../images/home-ready-to-apply.png");
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	}
	#block-homepagebanner .right:hover {
		-webkit-transition: width 500ms ease-in-out;
	    -moz-transition: width 500ms ease-in-out;
	    -o-transition: width 500ms ease-in-out;
	    transition: width 500ms ease-in-out;
	    width: 60%;
	    //max-width: 60%;
	    background-image: linear-gradient(to bottom, rgba(102, 178, 186, 0.7), rgba(102, 178, 186, 0.7)), url("../images/home-school-directory.png");
		background-image: -webkit-linear-gradient(top, rgba(102, 178, 186, 0.7), rgba(102, 178, 186, 0.7)), url("../images/home-school-directory.png");
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	}
}
#block-homepagebanner .link span {
	font-size: 16px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #65b2b8;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: white;
    background-color: #65b2b8;
}
#block-homepagebanner .link span a {
	color: #FFF;
	font-weight: 400;
	font-size: 1rem;
}
#block-homepagebanner .left:hover .link span a, #block-homepagebanner .right:hover .link span a {
	color: #65b2b8;
	text-decoration: none;
}
#block-homepagebanner .left:hover .link span, #block-homepagebanner .right:hover .link span {
    border: 2px solid white;
    color: #65b2b8;
    background-color: white;
}
.home {
	text-align: center;
}
.home img {
	//width: 96px;
	//height: 60px;
	margin-bottom: 20px;
}
.home h1 {
	color: #66B2BA;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
.home p {
	/**font-size: 1.25rem;**/
}

.text {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 2.125rem;
}
#block-homepagebanner .title {
	line-height: 3.2rem;
	font-size: 2rem;
	font-weight: 600;
}
#block-homepagebanner .description {
	margin-bottom: 1rem;
}


/* block-homepagestats */
#block-homepagestats {
	background-color: #66B2BA;
	width: 100%;
}
.home-page-stats {
	margin: 0 auto;
	color: white;
}
.home-page-stats .col {
	text-align: center;
	padding: 3rem 0;
}
.home-page-stats .title {
	font-size: 6.25rem;
	font-weight: 600;
	line-height: 7rem;

}
.home-page-stats .text {
	font-size: 1.25rem;
	font-weight: 400;
}

/* block-homepageevent */
#block-homepageevent2 {
	width: 100%;
	margin:0rem 1rem;	
}
#block-homepageevent2 a {
	color: #666;
	font-weight:400;
	font-size:1.125rem;
}
.home-page-event2 {
	margin : 8rem auto;
	background-color: #EBAD21;
	position: relative;
}
.home-page-event2 span.button.btn {
	width: 200px;
	background: #fff 0% 0% no-repeat padding-box;
	border-radius: 5px;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: 400;
	padding: 10px 0;
	color: #66B2BA;
	margin-top: 20px;
}
.home-page-event2 span.button.btn:hover {
	background: #66B2BA;
	color: white;
}
.home-page-event2 span.button.btn a {
	color: #66B2BA;
}
.home-page-event2 span.button.btn a:hover, .home-page-event2 span.button.btn:hover a {
	color: white;
}
.event-image2 {
	padding: 0;
}
.event-image2 img {
	width:100%;
	padding:2em;
}
.event-blurb2 {
	padding: 30px 50px;
	color: white;
	background-color: #EBAD21;

}
.event-blurb2 .title {
	font-size: 1.875rem;
	font-weight: 400;
	margin-bottom: 1rem;
	padding: 0 1rem;
}
.event-blurb2 .text {
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5rem;
	padding: 0 1rem;
}
.event-blurb2 .text a {
	color: #6F6F6F;
}


#block-homepageevent {
	width: 100%;
	margin:0rem 1rem;
}
.home-page-event {
	margin : 8rem auto;
	height: 300px;
	background-color: #EBAD21;
	position: relative;
}
.event-image, .event-blurb {
	display: inline-block;
}
.home-page-event span.button.btn {
	width: 200px;
	background: #fff 0% 0% no-repeat padding-box;
	border-radius: 5px;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: 400;
	padding: 10px 0;
	color: #66B2BA;
	margin-top: 20px;
}
.home-page-event span.button.btn:hover {
	background: #66B2BA;
	color: white;
}
.home-page-event span.button.btn a {
	color: #66B2BA;
}
.home-page-event span.button.btn a:hover, .home-page-event span.button.btn:hover a {
	color: white;
}
.event-image {
	background-image: url('../images/home-event.png') ; 
	background-size: cover;
	width: 490px;
	height: 300px;
}
.event-blurb {
	padding: 30px 50px;
	color: white;
	width: 700px;
	position: absolute;
	top: 0;
}
.event-blurb .title {
	font-size: 1.875rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.event-blurb .text {
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5rem;
}


/* block-homepagepreparing */
#block-homepagepreparing {
	width: 100%;
}
.home-page-preparing {
	position: relative;
	height: 600px;
}
.prepare-blurb, .prepare-image {
	display: inline-block;
}
.prepare-blurb {

	margin-left: 19%;
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
}
.prepare-blurb .title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #66B2BA;
	text-transform: uppercase;
}
.prepare-blurb .text {
	margin-bottom: .75rem;
}
.prepare-image {
	height: 600px;
	width: 40%;
	margin-right: 10%;
	position: absolute;
	left: 50%;
}
.prepare-image img {

}


/* block-homepageinternational */
#block-homepageinternational, #block-homepageinternational .content {
	width: 100%;
}
.home-page-international {
	position: relative;
	height: 400px;
	margin: 0 auto;
	width: 100%;

	background: linear-gradient( 
            #fff,
            #fff 20%,
            #F8F8F8 20%,
            #F8F8F8 80%,
            #fff 80%,
            #fff 100%
            );
}
.home-page-international .row {
	margin: 0 auto;
}

.international-blurb, .home-page-international .image, .international-blurb .title, .international-blurb .text {
	//display: inline-block;
}
.home-page-international .image {
	max-height: 400px;
	max-width: 400px;
}
.home-page-international .image img {
	padding-right: 30px;
}
.home-page-international .title {
	font-size: 2rem;
	font-weight: 600;
	color: #66B2BA;
	text-transform: uppercase;
	width: 500px;
	padding-left: 1rem;
	padding-top: 10%;
}
.home-page-international .text {
	width: 420px;
	padding-left: 40px;
	padding-top: 10%;
	//position: absolute;
	//top: 1.25rem;
}


/* block-homepagecareer */
#block-homepagecareer {
	width: 100%;
}
.home-page-career {
	position: relative;
	height: 600px;
}
.career-blurb, .career-image {
	display: inline-block;
}
.career-blurb {

	margin-left: 19%;
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
}
.career-blurb .title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #66B2BA;
	text-transform: uppercase;
}
.career-blurb .text {
	margin-bottom: .75rem;
}
.career-image {
	height: 600px;
	width: 35%;
	margin-right: 10%;
	position: absolute;
	left: 50%;
}
.career-image img {
	width: 100%;
	height: auto;
	text-align: center;
}




/* block-homepageadvanceddegree */
#block-homepageadvanceddegree {
	width: 100%;
	text-align: center;
	margin-top: 7rem;
	margin-bottom: 7rem;
}
.advanced-blurb .title {
	font-size: 1.85rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #66B2BA;
	text-transform: uppercase;
}
.advanced-blurb .text {
	margin-bottom: 1rem;
}
/**.advanced-blurb .advanced-button span {
	width: 200px;
	background: #95AF42 0% 0% no-repeat padding-box;
	border-radius: 5px;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: 400;
	padding: 5px 0;
	color: white;
}**/
.advanced-image {
	margin-bottom:40px;
}
#block-homepageinternational {
	display: flex;
}
.mobile-only {
	display: none;
}
/* Medium devices (tablets, 768px and less) */
@media (max-width: 991px) { 


	#block-homepagebanner .title {
	    font-size: 1.5rem;
	}

	/* block-homepageevent */
	.home-page-event2 .row {
		display: block;
	}
	.event-image2 img {
		width: 100%;
		padding: 1em;
		height: auto;
	}
	.home-page-event {
	    margin: 5rem auto;
	    height: auto;
	    background-color:  #EBAD21;
	    position: relative;
	}
	.event-image {
	    background-image: url('../images/home-event.png');
	    background-size: cover;
	    width: 100%;
	    height: 300px;
	}
	.event-blurb {
	    padding: 30px 50px;
	    color:  white;
	    width: 100%;
	    height: auto;
	    position: relative;
	    top: 0;
	}



	/*statistics*/
	.home-page-stats .col {
	    padding: 2rem 1rem;
	}
		.home-page-stats .title {
		font-size:4.5rem;
		line-height: 4rem;
	}
	.home-page-preparing {
		height: auto;
		margin: 20px;
		text-align: center;
	}

	/* Preparing to apply */
	.prepare-blurb, .prepare-image {
	    display: inline-block;
	    margin: 20px auto;
	    width: 100%;
	    height: auto;
	    position: relative;
	    left:auto;
	}
	.prepare-blurb .title {
		line-height: 2.5rem;
	}
	.prepare-image img {
		width: 100%;
        height: auto;
	}
	/* International */
	.home-page-international {
	    position: relative;
	    height: 760px;
	    background: linear-gradient( #F8F8F8, #F8F8F8 100% );
	    text-align: center;
	    display: block;
	}
	.home-page-international .image img {
		width:80%;
		height: auto;
	}
	.home-page-international .title {
		line-height: 2.5rem;
		padding-left: 0rem;
	}
	.home-page-international .text {
		padding-left: 0px;
		padding-top:2.5%;
	}

	.home-page-international .row {
		display: block;
	}
	.home-page-international .col {
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.home-page-international img {
		margin-top: 50px;
		padding-right: 0px !important;
	}
	.international-blurb .title, .international-blurb .text {
		display: block;
		width: 100%;
		position: relative;
		top: 0;
		padding: 0;
	}

	/* career */
	.home-page-career {
	    position: relative;
	    height: auto;
	    margin: 20px auto;
	    text-align: center;
	    padding-left: 15px;
		padding-right: 15px;
	}
	.career-blurb .title {
		line-height: 2.5rem;
	}
	.career-image img {

	}
	.career-blurb, .career-image {
	    display: inline-block;
	    margin: 0 auto;
	    width: 100%;
	    height: auto;
	    position: relative;
	    top: 0;
	    left: 0;
	}
	.advanced-image img {
		max-width: 100%;
		height: auto;
	}
	.advanced-blurb .text {
		margin-left:1rem;
		margin-right:1rem;
	}
	#block-homepagecareer {
	margin-bottom:2rem;
	}
	#block-homepagebanner .row {
		display: block;
	}

	#block-homepagebanner .left, #block-homepagebanner .right {
		height: 300px;
		width: 100%;
	}

	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
	}

}

/* large ipad to desktop */
@media (min-width:992px) and (max-width:1200px) { 
	
	/* HOME */

	.event-image {
	    background-image: url('../images/home-event.png');
	    background-size: cover;
	    background-repeat: no-repeat;
	    width: 300px;
	    height: 300px;
	   
	}
	.event-blurb {
		width: auto;
	}

}

@media (min-width:992px) and (max-width:1440px) { 
	.home-page-career.vert-center-parent {
		padding-bottom:10%;
	}
	.career-image img {
		padding-top:18%;
		width: 100%;
		height: auto;
	}
	.home-page-preparing.vert-center-parent {
		justify-content:top;
		padding-top:10%;
	}
	.prepare-image img {
		padding-top:20%;
		width: 100%;
		height: auto;
	}
	.home-page-international .image img {
		padding-top:10%;
		width: 100%;
		height: auto;
	}
}

/* very big */
@media (min-width:1850px)
{
	.home-page-preparing {
		height: 32vw;
		max-width: 2200px;
		margin: 0 auto;
	}
	.home-page-career {
		height: 35vw;
		max-width: 2200px;
		margin: 0 auto;
	}

}
