.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;
	
}
.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 .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%;
}

#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: 49.95%;
}
/*selected */
#block-homepagebanner .left.col-sm-7 {
	background-image: linear-gradient(to bottom, rgba(149,175,66, 0.5), rgba(149,175,66, 0.5)), url("../images/home-ready-to-apply.png");
	background-image: -webkit-linear-gradient(top, rgba(149,175,66, 0.5), rgba(149,175,66, 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(149,175,66, 0.8), rgba(149,175,66, 0.8)), url("../images/home-school-directory.png");
	background-image: -webkit-linear-gradient(top, rgba(149,175,66, 0.8), rgba(149,175,66, 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(149,175,66, 0.7), rgba(149,175,66, 0.7)), url("../images/home-ready-to-apply.png");
		background-image: -webkit-linear-gradient(top, rgba(149,175,66, 0.7), rgba(149,175,66, 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(149,175,66, 0.7), rgba(149,175,66, 0.7)), url("../images/home-school-directory.png");
		background-image: -webkit-linear-gradient(top, rgba(149,175,66, 0.7), rgba(149,175,66, 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 #95AF42;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: white;
    background-color: #95AF42;
}
#block-homepagebanner .link span a {
	color: #FFF;
	font-weight: 400;
	font-size: 1rem;
	text-decoration: none;
}
#block-homepagebanner .left:hover .link span a, #block-homepagebanner .right:hover .link span a {
	color: #95AF42;
	text-decoration: none;
}
#block-homepagebanner .left:hover .link span, #block-homepagebanner .right:hover .link span {
    border: 2px solid white;
    color: #95AF42;
    background-color: white;
}
.home {
	text-align: center;
}
.home img {
	width: 96px;
	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;
}



/*home blocks */
.half-block {
	display: inline-block;
	width: 49%;
	height: 600px;
}

/* block-homegradeasytouse */
#block-homegradeasytouse {
	width: 100%;
	margin:  0;
	background-color: #95AF42;
	padding: 0 4rem;
}
.home-page-easy {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 2rem 0;
}
.home-page-easy .text {
	width: 100%;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 3rem;
}
.home-page-easy .subtext {
	width: 100%;
}

/* block-homegradconsidering */
#block-homegradconsidering {
	width: 100%;
	margin-top:2em;
}
}
.home-grad-considering {

}
.consider-blurb, .consider-image {
	height: 100%;
}
.consider-blurb {
	padding-left: 0;
}
.consider-blurb .title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #95AF42;
	text-transform: uppercase;
	line-height: 2.5rem;
}
.consider-blurb .text {
	margin-bottom: .75rem;
}
.consider-image {

}
.consider-image img {
	width: 100%;
	padding: 3rem;
}


/* block-homegradpreparing */
#block-homegradpreparing {
	width: 100%;
}
.home-grad-preparing {

}

.prepare-blurb, .prepare-image {
	height: 100%;
}
.prepare-blurb {

}
.prepare-blurb .title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #95AF42;
	text-transform: uppercase;
}
.prepare-blurb .text {
	margin-bottom: .75rem;
}
.prepare-image {

}
.prepare-image img {
	width: 600px;
    padding: 3rem;
    height: 700px;
}
/* block-homegradinternational */
#block-homegradinternational {
	margin-bottom: 3rem;
}
#block-homegradinternational, #block-homegradinternational .content {
	width: 100%;
}
.home-grad-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-grad-international .image img {
	width: 100%;
}
.home-grad-international .title {
	font-size: 2rem;
	font-weight: 600;
	color: #95AF42;
	text-transform: uppercase;
	width: 500px;
	padding-left: 1rem;
	padding-top: 10%;
	line-height: 2.5rem;
}
.home-grad-international .text {
	width: 420px;
	padding-left: 40px;
	padding-top: 10%;
	//position: absolute;
	//top: 1.25rem;
}


/* block-homegradpharmcas */
#block-homegradpharmcas {
	width: 100%;
}
.pharmcas {
	padding: 6rem 0;
}
.pharmcas .title {
	font-size: 2rem;
	font-weight: 600;
	color: #95AF42;
	text-transform: uppercase;
	padding: 2rem 0;
	line-height: 2.5rem;
}
#block-homegradpharmcas .img {
	width: 35%;
}

/* block-homepageevent */
#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 a:hover {
	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-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%;
}




/* 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;
}

/* Mobile devices */
@media (max-width: 1024px) {
	.home-page-easy .text {
    	font-size: 1.5rem;
    	line-height: 2rem;
    }
}

/* Medium devices (tablets, 768px and less) */
@media (max-width: 991px) { 
	
	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
	}
	.vert-center-parent, .half-block {
	    height: auto;
	}
	#block-homepagebanner .title {
	    font-size: 1.5rem;
	}

	/* block-homepageevent */
	.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;
	}
	/* considering */

	/* preparing */
	#block-homegradpreparing {
		margin-top: 3rem;
	}
	.prepare-image img {
	    width: 100%;
	    padding: 0 3rem;
	}
	.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;
	}


	/*homegradinternational */
	#block-homegradinternational {
	    padding: 0 1em;
	}
	#block-homegradinternational .row {
		display: block;
		text-align: center;
	}
	#block-homegradinternational .col {
		width: 100%;
	}
	.home-grad-international .title, .home-grad-international .text, .home-grad-international .image {
		padding: 1rem;
	}
	.home-grad-international .image img {

	}
	.home-grad-international {
	    position: relative;
	    height: auto;
	    margin: 3rem auto;
	    padding-top: 2rem;
	    padding-bottom: 2rem;
	    width: 100%;
	    background: linear-gradient( #fff, #fff 1%, #F8F8F8 1%, #F8F8F8 99%, #fff 99%, #fff 100% );
	}


	/* 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%;
	}
	.home-page-international .title {
		line-height: 2.5rem;
		padding-left: 0rem;
	}
	.home-page-international .text {
		padding-left: 0px;
		padding-top: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 {
		padding-top: 50px;
	}
	.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 {
		padding-bottom:2rem;
		width:100%;
		padding-left:2rem;
		overflow: hidden;
	}
	.career-blurb, .career-image {
	    display: inline-block;
	    margin: 0 auto;
	    width: 100%;
	    height: auto;
	    position: relative;
	    top: 0;
	    left: 0;
	}
	.advanced-image img {
		width: 80%;
	}
	.advanced-blurb .text {
		margin-left:1rem;
		margin-right:1rem;
	}
	#block-homepagecareer {
	margin-bottom:2rem;
	}

	/* homegradpharmcas */
	#block-homegradpharmcas {
		margin: 0 1rem;
	}
	#block-homegradpharmcas img {
		max-width: 90%;
	}
	#block-homepagebanner .row {
		display: block;
	}


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


	.consider-image.mobile-only {
		width: 100%;
	}
	.half-block {
		width: 100%;
		text-align: center;
	}
}
/* Medium devices (tablets, 768px and less) */
@media (max-width: 768px) { 

}

/* Small devices (landscape phones, 575px and less) */
@media (max-width: 575px) { 

}



/* super Small devices  */
@media (max-width: 400px) { 

}