/* Homepage CSS -- Started Aug 2018, Update Fall 2019, Updated Winter 2020 */
body {background: #fff;}
#homepage-gp {background: #fff;}

@media only screen and (min-width: 1440px) {
#transparent-header-bg {height: 550px;}
}

@media only screen and (min-width: 1600px) {
#transparent-header-bg {height: 600px;}
}

@media only screen and (max-width: 768px) {
.homepage-container-under-header #landing-page-title-desktop {display:none !important;}
.homepage-container-under-header hr.visible-xs {display:none !important;}
}

.well {
    background-color: #e1e1e1;
}
			
			body #homepage-next-session-wrapper {
    opacity: 1;
    transition: 1s opacity;
			position:relative;
			top: -19px;
}

body.homepage-fade-out .gp-search-academic-programs {
    opacity: 0 !important;
    transition: none;
	height:0 !important;
	overflow:hidden;
}

body a.btn {
	font-size: 1.8rem;
}

/****** STYLES FOR APRIL 2020*************/
.container.homepage-hero-container h1 {font-size: 4.2rem; font-weight: 900; line-height: 1.2; color: #000; letter-spacing: -.2rem;}
.container.homepage-hero-container h1 span {display:inline-block;}
.container.homepage-hero-container p.font-small {font-weight: 900; color: #000; font-size: 2.1rem;}
.container.homepage-hero-container p.lead {font-weight: 500; font-size: 1.8rem; color:#000; font-family:'AvenirNext', sans-serif;}
.container.homepage-hero-container p span.text-primary {display:block; margin-bottom: .5rem; font-family: 'AvenirNext', sans-serif;}

.card.card-white h2 {font-size: 2.4rem; font-weight: 900;}
.card.card-white ul {
	margin-bottom:0;
}

.card.card-white .btn.btn-primary {
	margin-top: 1.8rem;
}

/* Photo Grid */
.home-zoom-submit {
	text-align:right;
	color: #000;
	font-weight:bold;
	font-size: 1.4rem;
	line-height: 1.2;
}

.home-zoom-submit button {
	color: #be1e2d;
	text-decoration:underline;
	background:none;
	border:none;
	background-color: #FFC629;
}
.home-zoom-submit button:hover {
	color: #7c141d;
}

#homepage-hero-photo-grid {visibility:hidden;}
#homepage-hero-photo-grid.showTheGrid {visibility:visible;}
#homepage-hero-photo-grid .hhpg-item {
	width: calc(100% / 3);
	padding: 8px;
	float: left;
}

#homepage-hero-photo-grid:after {
	display:block;
	content:'';
	clear:both;
}
#homepage-hero-photo-grid .hhpg-item:nth-child(4),
#homepage-hero-photo-grid .hhpg-item:nth-child(7){
	clear:left;
}

#homepage-hero-photo-grid .hhpg-item img {
	width: 100%;
	max-width:100%;
	height: auto;
}

.hhpg-item .owl-carousel {
    display: none;
}
.no-js .hhpg-item .owl-carousel {
   display: block;
}
.hhpg-item .owl-carousel.owl-loaded {
    display: block;
}

#homepage-sub-hero {padding-top: 6rem;}

.homepage-hero-container .col-sm-7 {
	margin-bottom: 2rem;
}
.block-notification.black {
	background-color: #566168 !important;
}

@media only screen and (max-width: 768px) { 
	#homepage-hero-photo-grid .hhpg-item {
		padding:0;
		width: calc(100% / 2);
	}	
	#homepage-hero-photo-grid .hhpg-item.hhpg-mobile-hide {
		display:none;
	}
	#homepage-hero-photo-grid .hhpg-item:nth-child(3) {
		clear:left;
	}
	#homepage-hero-photo-grid .hhpg-item:nth-child(4) {
		clear:none;
	}
	.homepage-hero-container .col-sm-5 {
		padding-top:0;
	}
	.container.homepage-hero-container p.lead {
		margin-bottom: 1.8rem;
	}
	#homepage-hero-photo-grid {
		margin-top: 5rem;
	}
	#homepage-important-dates-section {
		margin-top: 5rem;
	}
	#homepage-sub-hero .card.card-white h2 {
		position:relative;
		cursor:pointer;
		margin-bottom:0;
	}
	/*#homepage-sub-hero .card.card-white h2:after {
		display:block;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f078";
		position:absolute;
		top: 1rem;
		right: .5rem;
		pointer-events:none;
		font-size: 2rem;
		transition: all .2s ease-in-out;
	}
	#homepage-sub-hero .card.card-white.home-card-opened h2:after {
		transform:rotate(180deg);
	}*/
	#homepage-sub-hero .card.card-white {
		margin-bottom: 2rem;
		border:1px solid #f1efee;
	}
	/*.home-card-toggler {
		display:none;
		transition: all .2s ease-in-out;
	}
	#homepage-sub-hero .card.card-white.home-card-opened .home-card-toggler {
		display:block;
		margin-top: 1.8rem;
	}*/

}

/***********************************
NAVBAR Overrides
************************************/
@media only screen and (min-width: 768px) {
	.navbar-transparent .navbar-site a, .navbar-transparent .navbar-site a:link, .navbar-transparent .navbar-site ul li a:link, .navbar-transparent .navbar-site a:visited, .navbar-transparent .navbar-site ul li a:visited, .navbar-opaque .dropdown-menu-fw a, .navbar-opaque .dropdown-menu-fw a:link, .navbar-opaque .dropdown-menu-fw ul li a:link, .navbar-opaque .dropdown-menu-fw a:visited, .navbar-opaque .dropdown-menu-fw ul li a:visited, .navbar-transparent .navbar-site button, .navbar-opaque .dropdown-menu-fw button {
		color: #000;
	}

	.navbar-transparent .navbar-site a.dropdown-toggle:hover, .navbar-transparent .navbar-site a:hover, .navbar-transparent .navbar-site button.dropdown-toggle:hover, .navbar-transparent .navbar-site button:hover {
		color: #000;
	}
	.navbar-transparent .navbar-site a.dropdown-toggle:hover, .navbar-transparent .navbar-site a:hover, .navbar-transparent .navbar-site button.dropdown-toggle:hover, .navbar-transparent .navbar-site button:hover {
		border-color: #C10230;
	}
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}

/***********************************
Homepage Hero
************************************/

body.homepage-hero-container-fade-out .homepage-hero-container {
	opacity:0;
	transition:none;
}
body .homepage-hero-container {
	opacity:1;
	transition:1s opacity;
}

.container-under-header.homepage-container-under-header {
	margin-top: -64px;
	margin-bottom: 0;
	/*background-image: url('/images/homepage/heor-bg.jpg');*/
	background:#FFC629;
	background-image: url('/images/homepage-bg.svg');
	background-image: url('/images/homepage-bg.svg'), linear-gradient(#FFC629,#FFDE29);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center bottom -55px;
	top: auto;
}

.container-under-header.homepage-container-under-header p {
	display:block !important;
}

.container-under-header.homepage-container-under-header p.h3 {
	font-size: 2.6rem;
}

.homepage-hero-container {
	background-position:45% bottom;
	background-size: auto 90%;
	background-repeat:no-repeat;
	padding-top: 100px;
}

.homepage-hero-container .col-sm-5 {
	padding-top: 5rem;
}

.home-hero-left .home-hero-left-statement {
	margin-bottom: 50px;
	margin-top: 30px;
}
.home-hero-left .home-hero-left-statement img {
	width: 34.2rem;
	height: auto;
	max-width: 100%;
	
}
.home-hero-left .home-hero-left-button a.btn {
	transition: all .2s ease-in-out;
}
.home-hero-left .home-hero-left-button a.btn:hover {
	box-shadow:0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.08);
	background-color: #DB0639;
	border-color: #DB0639;
}

/* Next Session */
#homepage-sess {
	text-align:center;
}
#homepage-sess {
	background: #e33e29; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #e33e29 0%, #c10230 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #e33e29 0%,#c10230 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #e33e29 0%,#c10230 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33e29', endColorstr='#c10230',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin-bottom: 100px;
	box-shadow:0 19px 38px rgba(0,0,0,0.20), 0 15px 12px rgba(0,0,0,0.12);
}

#homepage-sess a.btn.btn-dark {
	display:inline-block;
	position:relative;
	top: 35px;
	background-color: #000;
	border-color: #000;
	transition: all .2s ease-in-out;
}

#homepage-sess a.btn.btn-dark:hover {
	box-shadow:0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.08);
	background-color: #192026;
	border-color: #192026;
}

/***********************************
Homepage Sections
************************************/
#homepage-section-one h2,
#homepage-section-two h2,
#homepage-section-three h2 {
	font-size: 4.2rem;
	font-weight: 900;
	color: #000;
}
#homepage-section-one p,
#homepage-section-two p,
#homepage-section-three p{
	line-height: 2;
	color: #000;
	font-size: 1.8rem;
}
#homepage-section-one p.text-uppercase,
#homepage-section-two p.text-uppercase {
	line-height: 1;
}
#homepage-section-one p.text-uppercase span.small,
#homepage-section-two p.text-uppercase span.small{
	font-size: 1.6rem;
	color:#566168;
	font-family: "AvenirNext", Avenir, Helvetica, sans-serif;
}
#homepage-section-one hr.gray-bar,
#homepage-section-three hr.gray-bar {
	background-color: #FFC629;
	margin-top: 4rem;
}

/* Section One */
#homepage-section-one {
	padding-top: 5rem;
	z-index: 20;
	position:relative;
}
#homepage-section-one .container .col-sm-6:last-child {
	padding-top: 10rem;
}
.gp-search-academic-programs:after {
	content:'';
	clear:both;
	display:block;
}
.gp-search-academic-programs .btn-default:hover {
	background-color: #F8F8F8;
}
.gp-search-academic-programs .btn-default:hover, .gp-search-academic-programs .btn-default:focus, .gp-search-academic-programs .btn-default.focus, .gp-search-academic-programs .btn-default:active, .gp-search-academic-programs .btn-default.active, .gp-search-academic-programs .open > .dropdown-toggle.btn-default {
	background-color: #fff;
	border-color:#FFC629;
	box-shadow:none;
}
.gp-search-academic-programs .btn-default:focus, .gp-search-academic-programs .btn-default.focus, .gp-search-academic-programs .btn-default:active, .gp-search-academic-programs .btn-default.active, .gp-search-academic-programs .open > .dropdown-toggle.btn-default {
	font-weight:bold;
}
.gp-search-academic-programs .dropdown-menu {
	border-top-width: 1px;
	border-color: #000;
	margin-top:0;
}
.gp-search-academic-programs .dropdown-menu > .active > a, .gp-search-academic-programs .dropdown-menu > .active > a:hover, .gp-search-academic-programs .dropdown-menu > .active > a:focus {
	background-color: #f1efee;
    border-bottom: 2px solid #000;
}

#homepage-section-one .gp-search-academic-programs p.small-text {
	font-size: 1.6rem;
	color:#566168;
	font-family: "AvenirNext", Avenir, Helvetica, sans-serif;
	margin-bottom:0;
}

#homepage-section-one ul.homepage-section-one-ctas {
	margin:0;
	padding:0;
}

#homepage-section-one ul.homepage-section-one-ctas li {
	display:inline-block;
	list-style:none;
	margin-right: 2rem;
	padding:0;
}
#homepage-section-one ul.homepage-section-one-ctas li:last {
	margin-right:0;
}
#homepage-section-one ul.homepage-section-one-ctas li a,
#homepage-section-two .homepage-section-two-ctas li a {
	font-size: 1.8rem;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing: .08rem;
}

#homepage-section-one .section-one-left-image {
	position:relative;
	padding-bottom: 125px;
}

#homepage-section-one .section-one-left-image img.section-one-left-image-bg {
	position:absolute;
	width: 260px;
	height: 624.33px;
	left: -50px;
	bottom: 0;
	z-index: 1;
}

#homepage-section-one .section-one-left-image img.section-one-left-image-fg {
	width: 90%;
	max-width: 100%;
	height: auto;
	z-index: 2;
	position:relative;
}

@media only screen and (min-width: 768px) {
	#homepage-section-one .row .col-sm-6,
	#homepage-section-three .row .col-sm-6 {
		display:table-cell;
		vertical-align:middle;
		float:none;
	}
	
	#homepage-section-two .row .col-sm-6 {
		display:table-cell;
		vertical-align:bottom;
		float:none;
	}
}

/* Section Two */
#homepage-section-two {
	position:relative;
	width: 100%;
	/*margin-top: 10rem;*/
}
#homepage-section-two:after {
	position: absolute;
	bottom:-20rem;
	left: 0;
	content: '';
	height: 40rem;
	width: 100%;
	overflow: hidden;
    transform-origin: top left;
    transform: skewY(-3deg);
    background: #FFC629;
	z-index: 1;
	
}

#homepage-section-two .homepage-section-two-image {
	position:relative;
	height: 100vh;
	max-height: 600px;
	overflow:hidden;
}

#homepage-section-two .homepage-section-two-image-student {
	position:relative;
	z-index: 2;
}

#homepage-section-two .homepage-section-two-image-student img {
	max-width: 100%;
	height: auto;
}

#homepage-section-two .homepage-section-two-image-bg {
	background-image: url('/images/homepage/homepage-header-bg.png');
	background-repeat:repeat;
	background-position:left top;
	position:absolute;
	right:0;
	bottom:0;
	width: 80%;
	height: 80%;
	z-index: 1;
}

#homepage-section-two .container,
#homepage-section-two .homepage-section-two-bottom {
	position:relative;
	z-index: 2;
}

#homepage-section-two .homepage-career-communities {
	background-color: #000;
	padding: 3rem 4rem 4rem 4rem;
}

#homepage-section-two .homepage-career-communities h2 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	margin:0 0 1rem 0;
	padding:0;
	text-transform:uppercase;
}

#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes {
	background-color: #fff;
	padding: 3rem;
}

#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row {
	display:block;
	margin:0;
	padding:0;
}

#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a {
	display:block;
	margin:0;
	padding:0;
	color: #fff;
	text-align: center;
    padding: 7rem 3rem;
    font-family: 'AvenirNext';
    font-weight: 900;
    line-height: 1.2;
	font-size: 2.1rem;
	transition: all .2s ease-in-out;
}


/* BG Colors*/
#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-stem {background-color:#0071CE;}
#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-health {background-color:#EC7700;}
#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-bus {background-color:#672666;}
#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-la {background-color:#93D500;}
#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-arts {background-color:#EF2E5B;}
#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-social {background-color:#1CC6CE;}

#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-stem:hover {background-color:#0081e9;}
#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-health:hover {background-color:#ff8100;}
#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-bus:hover {background-color:#853484;}
#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-la:hover {background-color:#a0ea02;}
#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-arts:hover {background-color:#ff527b;}
#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a.hp-social:hover {background-color:#27d8e2;}

#homepage-section-two .homepage-section-two-ctas {
	margin:0 0 6rem 0;
	padding:0;
}

#homepage-section-two .homepage-section-two-ctas li {
	list-style:none;
	margin: 0 0 .8rem 0;
	padding:0;
}

#homepage-section-two .homepage-section-two-ctas li:last-child {
	margin-bottom:0;
}

@media only screen and (min-width: 768px) {
	#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row {
		display:table;
		width: 100%;
	}
	
	#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a {
		display:table-cell;
		width: 33.3333333333%;
		text-align:center;
	}
	
}

/* Homepage Section Three */
#homepage-section-three {
	position:relative;
	z-index: 3;
	margin-top: 3rem;
}

#homepage-section-three .homepage-section-three-image img {
	max-width: 100%;
}

#homepage-section-three .homepage-section-three-image {
	background-image: url('/images/homepage/homepage-header-bg.png');
	background-repeat:repeat;
	background-position:left top;
	width: 90%;
}

#homepage-section-three .col-sm-6 ul {
	margin:0;
	padding:0 0 0 20px;
}

#homepage-section-three .col-sm-6 ul li {
	list-style:none;
	color:#C10230;
	font-weight:bold;
	font-size: 1.6rem;
}

#homepage-section-three .col-sm-6 ul li:before {
	content: '\2014';
	position: absolute;
	margin-left: -20px;
	color: #A5A5A5;
}

#homepage-section-three .col-sm-6 h2 {
	margin-bottom: 6rem;
	margin-top: 8rem;
}

#homepage-section-three .col-sm-6 h3 {
	margin-bottom: 2rem;
	font-weight:500;
}

#homepage-section-three form.form-inline .form-group {
	position:relative;
}

#homepage-section-three form.form-inline .form-group label {
	font-size: 2.1rem;
	color: #000;
	margin-right: 1rem;
	font-weight:800;
	font-family: "AvenirNext", Helvetica, sans-serif;
}

#homepage-section-three form.form-inline .form-group select {
	border: none;
    box-shadow: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    	-webkit-appearance: none;
    	-webkit-border-radius: 0px;
	position:relative;
	font-size: 2.1rem;
	font-family: "AvenirNext", Helvetica, sans-serif;
	height: 5rem;
}

.gp-search-academic-programs .bs-caret .caret {
	border:0;
	top: 100% !important;
}



#homepage-section-three form.form-inline .form-group:after,
.gp-search-academic-programs .bs-caret .caret:after {
	display:block;
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f078";
	position:absolute;
	bottom: 1rem;
	right: .5rem;
	pointer-events:none;
	font-size: 1.4rem;
}

/***********************************
Homepage Highlights
************************************/

#homepage-pcc-highlights {
	background-color: #fff;
	margin-top: 8rem;
}

#homepage-pcc-highlights h2,
#homepage-pcc-highlights h2 strong {
	font-weight: 900;
}

#homepage-pcc-highlights h2.text-center {
	margin-bottom: 4rem;
    margin-top: 4rem;
    font-size: 3.6rem;
}

#homepage-pcc-highlights hr {
	margin-bottom: 1rem;
}

#homepage-pcc-highlights .homepage-events-section > p {
	display:none;
}

#homepage-pcc-highlights .homepage-events-section h3 {
	font-size: 1.6rem;
	color: #000;
	text-transform:uppercase;
}

#homepage-pcc-highlights .homepage-events-section a.pull-right {
	font-size: 1.4rem;
}

#homepage-pcc-highlights .row {
	position:relative;
}

#homepage-pcc-highlights .homepage-news-bg {
	position:absolute;
	width: calc(60% - 30px);
    height: 100%;
    left: -30px;
    background-image: url('/images/homepage/news-bgX2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

#homepage-pcc-highlights .homepage-news-bg img {
	max-width: 100%;
	height: auto;
}

#homepage-pcc-highlights .homepage-events-section {
	padding-top: 20px;
}

#homepage-pcc-highlights .homepage-news-section {
	padding-top: 30px;
}

#homepage-pcc-highlights #homepage-important-dates-section {
	margin-top: 7rem;
}

/***********************************
Homepage Carousel Highlights
***********************************/

#homepage-highlights-carousel {
	position:relative;
}

#homepage-highlights-carousel.regular-owl-carousel.feat-car.owl-theme .owl-controls {
	border:none;
}

#homepage-highlights-carousel.regular-owl-carousel.owl-theme .owl-controls .owl-dots {
	left:1rem;
	width:auto;
	bottom: 2rem;
}

#homepage-highlights-carousel.owl-theme .owl-dots .owl-dot span {
	background: #fff;
}

#homepage-highlights-carousel.owl-theme .owl-dots .owl-dot.active span {
	background: #000;	
}

#homepage-highlights-carousel a.item {
	min-height:300px;
	display:block;
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background: #fff;
	border: 1px solid #fff;
}

#homepage-highlights-carousel a.item:hover {
	border-color: #e1e1e1;
}

#homepage-highlights-carousel .car-owl-image {
	min-height: 300px;
	width: 50%;
	background-size:cover;
	background-position:center center;
	float: left;
}

#homepage-highlights-carousel .car-owl-content {
	padding: 2rem;
	width: 50%;
	float:left;
	position:relative;
	height: 300px;
}

#homepage-highlights-carousel .car-owl-content h2 {
	font-weight:800;
	font-size: 2.1rem;
}

#homepage-highlights-carousel a.item:hover .car-owl-content h2 {
	color: #be1e2d;
}

#homepage-highlights-carousel .car-wrapper:after {
	content:'';
	display:block;
	clear:both;
}

#homepage-highlights-carousel span.fa-arrow-right {
	position:absolute;
	bottom: 2rem;
	right: 2rem;
}

@media only screen and (max-width: 500px) {
	#homepage-highlights-carousel .car-owl-image {
		width: 100%;
		float:none;
		min-height: 450px;
	}
	#homepage-highlights-carousel .car-owl-content {
		float:none;
		width: 100%;
		height: auto;
	}
	#homepage-highlights-carousel.regular-owl-carousel.owl-theme .owl-controls .owl-dots,
	#homepage-highlights-carousel.regular-owl-carousel.feat-car.owl-theme .owl-controls{
		position:relative;
		left: auto;
		bottom:auto;
	}
}

/***********************************
Homepage Next Session Component
***********************************/

#transparent-header-bg {
	margin-bottom:0;
}

.block-notification.gray {
	margin-bottom: 5rem;
}

#homepage-next-session-wrapper {
	margin-bottom: 5rem;
		-webkit-box-shadow: 0px 0px 1.6rem 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 1.6rem 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 1.6rem 0px rgba(0,0,0,0.25);
}

#homepage-next-session-wrapper:after {
	content: "";
	display:block;
	clear:both;
}

#homepage-next-session-wrapper .homepage-next-session-inner #homepage-gp {
	padding: 5rem;
}

#homepage-next-session-wrapper .homepage-next-session-inner #homepage-sess {
	background-color: #be1e2d;
	padding: 3rem 5rem;
}

#homepage-gp p.lead {
	font-family: 'AvenirNext', sans-serif;
}

#homepage-gp p.h2 {
	font-weight: 800;
	font-size: 28px;
	min-height: 100px;
}

#homepage-gp #homepage-jobs-container {
	display:block;
	opacity:0;
	min-height: 80px;
}

#homepage-gp p.small-text {
	font-size: 13px;
	color:#566168;
	font-family: 'AvenirNext', sans-serif;
	margin-bottom:0;
}

#homepage-gp p a {
	font-family: 'AvenirNext', sans-serif;
	font-weight:bold;
	font-size: 2.4rem;
}

#homepage-jobs-items {
	opacity:0;
}

/* Homepage Next Session */

.homepage-sess-box {
	background-image: url(/images/home-session-divider.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width: 250px;
	height: 220px;
	position:relative;
	color: #fff;
}

.homepage-sess-box-top-left {
	position:absolute;
	left:0;
	top:20px;
	text-align:left;
}

.homepage-sess-box-bottom-right {
	position:absolute;
	right:0;
	bottom:20px;
	text-align:right;
}

.homepage-sess-box-pre-title {
	font-size: 1.8rem;
	font-weight: 800;
	font-family:'AvenirNext', sans-serif;
	display:block;
	line-height:1.2;
}

.homepage-sess-box-title {
	font-size: 3.2rem;
	font-weight: 800;
	color: #FFC629;
	font-family: 'AvenirNext', sans-serif;
	display:block;
	text-transform:uppercase;
	line-height:1;
}

.homepage-sess-heading {
	margin-bottom: 2rem;
}

.homepage-sess-pre-title {
	display:block;
	text-transform:uppercase;
	color: #FFC629;
	font-size: 12px;
	font-family:'AvenirNext', sans-serif;
	line-height:1;
	font-weight: 500;
	letter-spacing:.08rem;
}

.homepage-sess-title {
	color: #fff;
	font-size: 3.2rem;
	font-family:'AvenirNext', sans-serif;
	display:block;
	line-height:1.2;
	font-weight: bold;
}

.homepage-sess-bottom p.small-text {
	color: #fff;
	opacity:.7;
	font-size: 12px;
	display:block;
	margin-top: 3rem;
}

.homepage-sess-bottom p a {
	color:#fff;
	font-family:'AvenirNext', sans-serif;
	font-weight: 500;
}

/* Drop down Certs and Degrees */
.bootstrap-select .dropdown-menu {
	width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	white-space:normal;
}

.bootstrap-select.btn-group .dropdown-menu li {
	border-bottom: 1px solid #ccc;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li a:focus {
	color: #000;
	background-color: #FFC629;
}

.dropdown-toggle.bs-placeholder {
	max-height:50px;
}

.homepage-sess-inner {
	position:relative;
}

.homepage-sess-inner h2 {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .08rem;
	font-size: 2.1rem;
	font-style: italic;
}

@media only screen and (min-width: 480px) {
	#homepage-gp #homepage-jobs-container {
		min-height:100px;
	}
	
	#homepage-gp p.h2 {
		font-size: 3.6rem;
	}
}

@media only screen and (min-width: 650px) {
	#homepage-gp p.h2 { 
		min-height:auto;
	}
}

@media only screen and (min-width: 768px) {
	
	#homepage-next-session-wrapper {
		
	}
	
	#homepage-next-session-wrapper .homepage-next-session-inner #homepage-gp {
		padding: 10rem 5rem;
	}
	
	#homepage-next-session-wrapper .homepage-next-session-inner #homepage-sess {
		padding: 5rem 10rem;
	}
	
	#homepage-gp:after {
		content: '';
		clear:both;
		display:block;
	}
	
	.homepage-gp-inner {
		float:right;
	}
	
	.homepage-sess-inner {
		padding: 30px 10px 0 10px;
		margin-bottom: 20px;
	}
	
	#homepage-gp #homepage-jobs-container {
		height: auto;
	}
	
	#homepage-gp p.h2 span#homepage-jobs {
		color: #fff;
		background-color: #be1e2d;
		padding: 5px;
		overflow: hidden;
	}
}

@media screen and (max-width: 992px) and (min-width: 650px) {
	.homepage-sess-inner {
		position:relative;
	}
	
	
}

@media only screen and (min-width: 992px) {
	.homepage-gp-inner {
		/*max-width: 83.2rem;
		padding-right: 150px;*/
	}
	
	#homepage-next-session-wrapper .homepage-next-session-inner {
		display:table;
		width: 100%;
	}
	
	#homepage-next-session-wrapper .homepage-next-session-inner #homepage-gp,
	#homepage-next-session-wrapper .homepage-next-session-inner #homepage-sess {
		display:table-cell;
		vertical-align:middle;
		float:none;
	}
	
	#homepage-gp #homepage-jobs-container {
		height: 100px;
	}
	
	#homepage-gp p.h2 {
		line-height:1.5;
	}
}

@media only screen and (min-width: 1200px) {
	.homepage-sess-inner {
		padding: 30px 30px 0 30px;
	}
}

@media only screen and (min-width: 1380px) {
	#homepage-gp #homepage-jobs-container {
		height: auto;
		min-height:auto;
	}	
	
	#homepage-next-session-wrapper .homepage-next-session-inner #homepage-gp {
		padding: 10rem 20rem 10rem 10rem;
	}
}

/* Max Width Settings */
@media only screen and (max-width: 1200px) {
	.homepage-sess-box {
		width: 100%;
	}
	#homepage-section-two .homepage-section-two-image {
		height: auto;
	}
	#homepage-section-one .section-one-left-image img.section-one-left-image-bg {
		width: auto;
		height: 400px;
	}
}

@media only screen and (max-width: 992px) {
	html {font-size: 8px;}
	#homepage-pcc-highlights .homepage-news-bg {
		width: calc(83% - 30px);
	}
	#homepage-section-two:after {
		bottom: -10rem;
		height: 30rem;
	}
	.homepage-sess-box {
		height: 160px;
	}
}

@media only screen and (max-width: 768px) {
	.container-under-header.homepage-container-under-header {
		margin-top:0;
		position:relative;
		z-index: 21;
	}
	.homepage-hero-container {
		background-position: right bottom;
		padding-top: 3.5rem;
	}
	#homepage-sess {
		position: absolute;
		z-index: 9;
		bottom: -350px;
		width: 400px;
		min-width: 400px;
		left: 50%;
		margin-left: -200px;
	}
	#homepage-sub-hero #homepage-sess {
		position: relative;
		z-index: 9;
		bottom: auto;
		width: 100%;
		min-width: 0;
		left: auto;
		margin: 0 auto;
	}
	.home-hero-left {
		max-width: 400px;
		margin: 0 auto;
	}
	.homepage-sess-box {
		width: 250px;
		margin: 0 auto;
	}
	.homepage-sess-inner {
		padding: 2rem 0 0 0;
	}
	.home-hero-left .home-hero-left-statement {
		margin-bottom: 1.5rem;
	}
	
	#homepage-section-one {
		padding-top: 15rem;
	}
	#homepage-section-one .col-sm-6 {
		max-width: 400px;
		margin: 0 auto;
	}
	#homepage-section-one .section-one-left-image {
		max-width: 400px;
		margin: 0 auto;
		bottom: 100px;
	}
	#homepage-section-one .section-one-left-image img.section-one-left-image-fg {
		width: 100%;
		right: -50px;
	}
	#homepage-section-one .section-one-left-image img.section-one-left-image-bg {
		width: auto;
		height: 450px;
		left: -25px;
	}
	#homepage-section-one .container .col-sm-6:last-child {
		padding-top:0;
	}
	
	#homepage-section-two {
		background-color: #f8f8f8;
		padding-top: 4rem;
		margin-top: 6rem;
	}
	#homepage-section-two .col-sm-6 {
		max-width: 400px;
		margin:0 auto;
	}
	#homepage-section-two .col-sm-6:last-child {
		max-width: 460px;
	}
	#homepage-section-two .homepage-section-two-ctas {
		margin-bottom: 2rem;
	}
	#homepage-section-two .homepage-section-two-bottom {
		max-width: 600px;
		margin: 0 auto;
	}
	#homepage-section-two .homepage-career-communities .homepage-career-communities-boxes .hpcc-row a {
		padding: 3rem 2rem;
		font-size: 2.8rem;
	}
	#homepage-section-three {
		max-width: 400px;
		margin: 3rem auto 0 auto;
	}
	#homepage-pcc-highlights {
		margin-top:0;
	}
	#homepage-pcc-highlights .homepage-news-bg {
		background-image: none;
		background:transparent;
	}
}

@media only screen and (max-width: 600px) {
	body .homepage-hero-container {
		background-image: none !important;
		background:transparent !important;
	}
	#homepage-sess {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		left: 0;
	}
	#homepage-section-one .section-one-left-image img.section-one-left-image-fg {
		right:0;
	}
}


/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  	color: #000;
	border:0;
	border-bottom: 2px solid #000;
	padding-left: 1rem;
	font-size: 2.1rem;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 10px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
