/* SU HOMEPAGE GATEWAY STYLES
---------------------------------------------*/

.su-home .entry-header {
    overflow: hidden;
    height: 1px;
    width: 1px;
    text-indent: -9999px;
    position: absolute;
    left: -10000px;
}

.su-home .virtual-tour.blue-bg {
    background-image: url('../images/student-bridge-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 330px;
    padding: 140px 0;
}

.virtual-tour a.cta:link, 
.virtual-tour a.cta:visited {
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 260px;
}

/* AOS CTA
---------------------------------------------*/

.red-bg.aos-cta {
	background: #960630 url('../images/academics-homepage-red-bg.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-position: center top;	
	text-align: center;
	}
/* ------------- 768 PX ----------------*/

@media only screen and (max-width: 820px) {
	.red-bg.aos-cta {
		background-attachment: scroll;
	}
}


.aos-cta h2 {
	color: #fff;
	font-size: 60px;
	margin: 120px auto 0;
	text-align: center;
	}

.red-bg.aos-cta h3, .blue-bg .cta-area h3 {
	color: #f7da93;
	font-family: "Source Sans Pro";
	font-size: 30px;
	font-weight: 300;	
	letter-spacing: 1px;	
	margin-bottom: 60px;
	text-align: center;
	text-transform: none;
	}

.aos-cta a.cta:link, 
.aos-cta a.cta:visited {
	display: inline-block;
	margin: 0px auto;
	text-align: center;
	width: auto;
	}
	
.aos-cta a.cta:hover, 
.aos-cta a.cta:active {
	color: #006eb5;
	}
	
/* AOS CTA
---------------------------------------------*/
	
.su-home .career-services {
    background-color: #002e62;
    background-image: url('../images/cs-wave-bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    min-height: 330px;
    padding: 100px 0;
}


.su-home .career-services h2 {
	color: #d7c48d;
	margin: 60px auto 30px;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.8);
}

.su-home .career-services .pie {
    background: #021c41;
    box-shadow: -2px 2px 10px 0 rgba(0,0,0,0.5);
    padding: 60px;
    border-radius: 400px;
    text-align: center;
    height: 380px;
    width: 380px;
    margin: 0px auto;
}

.su-home .career-services .pie::before {
    border: solid 10px rgba(255,255,255,0.2);
    border-radius: 400px;
    display: block;
    height: 380px;
    width: 380px;
}

.su-home .career-services .pie h2 {
    color: #f7da93;
    font-size: 90px;
    margin: 0px;
    line-height: 1;
}

.su-home .career-services .pie h3 {
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 23px;
    line-height: 1.3;
    margin: 0 auto 20px;
}

.su-home .career-services .pie a.cta:link,
.su-home .career-services .pie a.cta:visited {
	color: #d7c48d;
}

.su-home .career-services .pie a.cta:hover,
.su-home .career-services .pie a.cta:active,
.su-home .career-services .pie a.cta:focus {
	text-decoration: underline;
}

.su-home .career-services .pie a::after {
	content: '\e863';
}

.su-home #home-widgets-2 {
    height: 20em;
}

/*
	JG Add - New Vitural Tour Link to replace You Visit (8/30)
 */
.su-home #home-widgets-3.widget-area {
	text-align: center;
	display: grid;
	background-position:center;
	background-size:cover;
	background-image: url('../images/sarahs-glen-campus-tour-banner.jpg');
	padding: inherit;
	min-height: 25rem;
	justify-content: center;
	align-content: center;
	/*background-image: url('../images/experience-widget-5-bg.jpg');*/
}
.su-home #home-widgets-3.widget-area a h2{
		color: rgb(255, 255, 255);
	font-weight: 300;
	font-family: 'Source Sans Pro';
	font-size: 60px;
	text-shadow: rgb(0, 0, 0) 1px 3px 5px;
	color:white;
	transition: all .2s ease-in-out;
	text-decoration: none !important;
}

.su-home #home-widgets-3.widget-area .tour-campus-button{
	background:#002d62bf;
	border:none;
	margin-top: 2rem;
}
.su-home #home-widgets-3.widget-area .tour-campus-button:hover{
	background:#fff;
	color:#002d62bf;
}

.su-home #home-widgets-3.widget-area a:link,
.su-home #home-widgets-3.widget-area a:visited,
.su-home #home-widgets-3.widget-area a:hover,
.su-home #home-widgets-3.widget-area a:active,
.su-home #home-widgets-3.widget-area a:focus{
text-decoration: none !important;
}
.su-home #home-widgets-3.widget-area a h2:hover{
	transform: scale(1.1);
}


/* ------------- 768 PX ----------------*/

@media only screen and (max-width: 768px) {
  	
		.su-home .career-services {
		    padding: 0px 0;
		    text-align: center;
		}
		.su-home #home-widgets-2 {
    		height: auto;
		}
}
/* ------------- 600 PX ----------------*/

@media only screen and (max-width: 600px) {
	.su-home #home-widgets-2 {
    		height: auto;
		}

}
/* ------------- 480 PX ----------------*/

@media only screen and (max-width: 480px) {
  	.su-home #home-widgets-2 {
    		height: auto;
	}
    .su-home .virtual-tour.blue-bg {
      min-height: 200px;
      padding: 70px 0 0;
    }
	
	.su-home .career-services .pie {
	    padding: 40px 30px;
	    height: auto;
	    width: 100%;
	    margin: 0px auto;
	}
		
	.su-home .career-services .pie h2 {
	    font-size: 50px;
	}

	.su-home .career-services .pie h3 {
    	font-size: 15px;
	    margin: 0 auto 20px;
	}
	
	.su-home .career-services .pie a.cta {
	    font-size: 14px !important;
	    padding: 0px !important;
	}
		

}


