#main {
    max-width: 100%;
}

#video-controls-wrapper {
	text-align: center;
	position: relative;
	z-index: 99;
	top: -82px;
    width: 50px;
	height: 0px;
	margin-left: 20px;
}

#video-controls-wrapper a {
	font-size: 30px;
	color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 3px;
	background-color: #002C56;
	opacity: 0.9;
}

#video-controls-wrapper a:focus {
	/*
		Tweak your desired keyboard focus styling here.
		Obvious is good!
	 */
	outline: 5px solid #fff;
}

#video-controls-wrapper a:hover {
	text-decoration: none;
}

#home-degree-programs {
	display: none;
	/*
	position: absolute;
	z-index: 999;
	background-color: white;
	-webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 5px 5px -3px rgba(0, 0, 0, 0.2);*/
	padding-bottom: 50px;
}

.panels-flexible-region-102-center {
    width: 100%;
}

.rockhurst_common_pod_row { 
	max-width: 1600px;
}

.home-cta a:focus {
	/*
		Tweak your desired keyboard focus styling here.
		Obvious is good!
	 */
	outline: 5px solid #303030;
    height: 100%;
	width: 100%;
    float: left; /* this line added */
}

.home-highlights-col a:focus {
	/*
		Tweak your desired keyboard focus styling here.
		Obvious is good!
	 */
	outline: 5px solid #303030;
    height: 101%;
	width: 100%;
    float: left; /* this line added */
}

.home-testimonial-col a:focus {
	/*
		Tweak your desired keyboard focus styling here.
		Obvious is good!
	 */
	outline: 5px solid #303030;
	outline-offset: 100px;
    height: 100%;
	width: 100%;
    float: left; /* this line added */
}

.home-cta a:focus {
	outline-offset: 5px;
}

.home-highlights-col a:focus {
	outline: 5px solid #fff;
	outline-offset: 5px;
}

.view-homepage-more-headlines a:focus {
	outline: 5px solid #fff;
}

.view-homepage-upcoming-events a:focus {
	outline: 5px solid #fff;
}

.content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.pane-2 {
	background-color: #b9e1f8;
}

#home-tagline-outer-wrapper {
	z-index: 999;
	display: block;
    /*position: absolute;*/
	width: 100%;
	/*height: 100%;*/
	top: -12px;
	position: relative;
}

#home-tagline-inner-wrapper {
	z-index: 999;
    display: table;
    width: 100%;
	height: 100%;
}

#home-tagline {
	z-index: 999;
    text-align: center;
    width: 100%;
	height: 100%;
	display: table-cell;
    vertical-align: middle;
}

#home-header-tag {
	position: absolute;
	left: -999rem;
}

#home-tagline h2 {
	color: #fff;
	font-size: 60px;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0056AE;
}

#home-cta-wrapper {
	background-color: #b9e1f8;
}

.home-cta {
	text-align: center;
}

.home-cta a:hover {
	text-decoration: none;
}

#home-cta-layer {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 1300px;
}

.home-cta-row {
	margin: 0 auto;
}

.home-cta-button {
	border: solid 3px #0056AE;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	-webkit-transition: all;
    -moz-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 375ms;
    -moz-transition-duration: 375ms;
    -o-transition-duration: 375ms;
    transition-duration: 375ms;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
/*
	-webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
*/
}

.home-cta-button:hover {
	background-color: #0056AE;
	color: #fff;
	text-decoration: none;
}

.home-cta-button-icon-down {
	background-image: url(/sites/default/files/circle-triangle-down.png);
}

.home-cta-button-icon-up {
	background-image: url(/sites/default/files/circle-triangle-up.png);
}

#home-cta-button-icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 33px;
    height: 33px;
    position: relative;
    top: 5px;
    left: 10px;
	display: inline-block;
	
    -webkit-transition-duration: 375ms;
    -moz-transition-duration: 375ms;
    -o-transition-duration: 375ms;
    transition-duration: 375ms;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    /*transition-timing-function: cubic-bezier(.175,.885,.32,1.14);*/
}

.home-cta-button:hover #home-cta-button-icon {
	filter: brightness(0) invert(1);
}

#home-stats-wrapper {
	background-image: url('/sites/default/files/rockhurst-university-campus-day.jpg');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	background-attachment: fixed;
	background-color: #002C56;
}

#home-stats-layer {
	z-index: 1;
	position: relative;
	top: 240px;
}

.home-stats-col {
	text-align: center;
}

.home-stat {
	border: 7px solid #b9e1f8;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.home-stat-value {
    color: white;
    position: relative;
    top: 56%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 70px;
    font-weight: bold;
    font-family: ff-din-web, sans-serif;
    word-spacing: 0px;
}

.home-stat-description {
   margin-top: 15px;
   font-size: 25px;
   color: #fff;
   font-weight: bold;
}

#home-stats-overlay {
	background-color: #0056AE;
	height: 500px;
    opacity: 0.7;
	position: relative;
	top: -200px;
}

.home-testimonial-wrapper {
	height: 600px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.home-testimonial-inner-wrapper {
	height: 400px;
	position: relative;
	top: 100px;
}

#home-student-testimonial-inner-wrapper {
	background-color: #b9e1f8;
}

#home-alumni-testimonial-inner-wrapper {
	background-color: #0056AE;
	color: white;
}

.home-testimonial-profile {
	position: relative;
	top: -100px;
	width: 600px;
}

#home-student-testimonial-profile {
	left: calc(100% - 600px);
}

.home-testimonial-profile img {
	border-radius: 100%;
	width: 100%;
	height: auto;
    display: block;
}

#home-student-testimonial-ring {
    border-color: #0056AE;
}

#home-alumni-testimonial-ring {
    border-color: #B8E1F7;
}

.home-testimonial-ring {
	width: 95%;
	height: 95%;
    border: solid;
    border-width: 4px;
    border-color: #0056AE;
    position: absolute;
    top: calc(2.5% - 4px);
    left: calc(2.5% - 4px);
    border-radius: 100%;
	-webkit-transition: all;
    -moz-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 375ms;
    -moz-transition-duration: 375ms;
    -o-transition-duration: 375ms;
    transition-duration: 375ms;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
}

.home-testimonial-profile {
	-webkit-transition: all;
    -moz-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 375ms;
    -moz-transition-duration: 375ms;
    -o-transition-duration: 375ms;
    transition-duration: 375ms;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
}

.home-testimonial-profile:hover {
	cursor: pointer;
	margin-top: -.5em;
}


.home-testimonial-profile:hover .home-testimonial-ring {
	width: 110%;
	height: 110%;
	border-width: 2px;
	top: calc(-5% - 2px);
	left: calc(-5% - 2px);
	-moz-opacity: .125;
	-khtml-opacity: .125;
	opacity: .125;
}

.home-testimonial-quote-wrapper {
	display: table;
	min-height: 400px;
	height: 400px;
	position: relative;
	top: -10px;
}

.home-testimonial-quote {
	display: table-cell;
	vertical-align: middle;
	font-size: 27px;
	font-weight: normal;
	font-style: italic;
	width: 95%;
	padding-left: 10px;
}

.home-testimonial-opening-quote-wrapper {
	font-size: 250%;
	font-weight: bold;
	position: absolute;
	left: -32px;
}

.home-testimonial-opening-quote {
	position: relative;
	top: -22px;
	font-family: dinot, ff-din-web, sans-serif;
}

.home-testimonial-closing-quote {
	font-weight: bold;
	font-family: dinot, ff-din-web, sans-serif;
}

.home-testimonial-name {
	padding-top: 20px;
	font-size: 30px;
	font-style: normal;
	font-weight: bolder;
	font-family: dinot, ff-din-web, sans-serif;
}


#home-highlight-1 {
	background-image: url('/sites/default/files/highlight1.jpg');
}

#home-highlight-2 {
	background-image: url('/sites/default/files/highlight2.jpg');
}

#home-highlight-3 {
	background-image: url('/sites/default/files/highlight3.jpg');
}

#home-highlights-layer {
	margin-top: 5px;
	text-align: center;
	overflow: hidden;
}

#home-highlights-wrapper {
    background-color: #002C56;
    padding-top: 1px;
    padding-bottom: 15px;
    margin-top: 25px;
}

.home-highlights-col {
	height: 376px;
	/*height: 500px;*/
	z-index: -1px;
}

.home-highlight {
	height: 382.94px;
	/*height: 513.59px;*/
	text-align: center;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	background-color: #002C56;
}

.home-highlight-title {
    color: white;
    position: relative;
    top: -190px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 50px;
    font-weight: bold;
    font-family: ff-din-web, sans-serif;
    word-spacing: 0px;
}

.home-highlight-overlay {
	background-color: #002C56;
	width: calc(100% - 35px);
	height: calc(100% - 35px);
    opacity: 0.5;
    top: 50%;
    left: 50%;
    transform: translateX(17px) translateY(17px);
	-webkit-transition: all;
    -moz-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 1375ms;
    -moz-transition-duration: 1375ms;
    -o-transition-duration: 1375ms;
    transition-duration: 1375ms;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.14);
}

.home-highlights-col:hover .home-highlight-overlay {
	background-color: #0056AE;	
    width: calc(100%);
    height: calc(100%);
    transform: translateX(0px) translateY(0px); 
}

.home-highlight:hover .home-highlight-overlay {
	background-color: #0056AE;	
}

.home-highlights-col a:hover {
	text-decoration: none;
}

#home-celebrate-ru-wrapper {
	padding-bottom: 3%;
}

#home-celebrate-ru-layer {
	text-align: center;
}

#home-celebrate-ru-logo {
	width: 100%;
}

#home-celebrate-ru-date {
    color: #0056AE;
    font-size: 2.25vw;
    font-weight: bold;
    font-family: din, ff-din-web, sans-serif;
    position: absolute;
    z-index: 999;
    left: 41.5%;
    top: 21%;
}

@media screen and (min-width: 1600px) {
  #home-celebrate-ru-date {
     font-size: 36px;
  }
}

#home-celebrate-ru-tagline {
    float: right;
    background-color: #57b6e7;
    color: white;
    font-family: din, ff-din-web, sans-serif;
    font-weight: bold;
    padding-top: 10px;
    width: 830px;
    font-size: 46px;
    padding-bottom: 4px;
    position: relative;
    top: -25px;
    left: -6px;
}

@media screen and (max-width: 1200px) {
	#home-celebrate-ru-tagline {
		width: 100%;
	    font-size: 4.5vw;
	    left: 0px;
	    top: -20px;
	    margin-top: 1%;
	}
	
	#home-celebrate-ru-wrapper {
		padding-top: 5%;
		padding-bottom: 8%;
		position: relative;
		top: -80px;
	}
}

@media screen and (max-width: 760px) {
	#home-celebrate-ru-date {
	    left: 50%;
	    top: -25px;
	    position: absolute;
	    font-size: 6vw;
	    width: 80%;
	    margin-left: -40%;
	}
	
	#home-celebrate-ru-tagline {
		top: -10px;
	}
	
	#home-celebrate-ru-wrapper {
		top: 0px;
		padding-top: 10%;
	}
}

@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0, 0);
}
 50% {
 -webkit-transform: scale(1.1, 1.1);
}
 100% {
 -webkit-transform: scale(1, 1);
};
}

@keyframes pulse {
 0% {
 transform: scale(0, 0);
}
 50% {
 transform: scale(1.1, 1.1);
}
 100% {
transform: scale(1, 1);
};
}

.home-celebrate-ru-fireworks {
	position: absolute;
}

#home-celebrate-ru-yellow-fireworks {
    top: 8%;
    left: -1%;
    width: calc(100% - 88%);
	-webkit-animation: pulse 4s linear infinite;
	animation: pulse 4s linear infinite;
}

#home-celebrate-ru-green-fireworks {
	top: -11%;
    left: 26%;
    width: calc(100% - 86%);
	-webkit-animation: pulse 5s linear infinite;
	animation: pulse 5s linear infinite;
}

#home-celebrate-ru-blue-fireworks {
    top: 10%;
    left: 63.5%;
    width: calc(100% - 91%);
	-webkit-animation: pulse 3s linear infinite;
	animation: pulse 3s linear infinite;
}

.home-celebrate-ru-fireworks:hover {
	-webkit-animation: none;
	animation:none;
}

#home-kansas-city-wrapper {
	background-image: url('/sites/default/files/kansas-city.jpg');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	background-attachment: fixed;
	position: relative;
	top: 20px;
    min-height: 850px;
    height: 850px;
    margin: 0 auto;
	display: table;
	width: 100%;
}

#home-kansas-city-inner-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#home-kansas-city-layer {
   text-align: center;
}

#home-kansas-city-logo {
	background-image: url('/sites/default/files/rockhurst-logo.png');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	height: 250px;
	width: 250px;
	margin: 0 auto;
	border-bottom: 30px solid transparent;
}

.home-kansas-city-tagline-outer-wrapper {
	display: table;
	width: 100%;
	margin-top: 30px;
}

.home-kansas-city-tagline-inner-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.home-kansas-city-tagline {
	height: 100px;
	font-size: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

#home-kansas-city-main-tagline {
    background-color: #B8E1F7;
	color: #002C56;
	font-weight: bold;
}

#home-kansas-city-secondary-tagline {
	background-color: #0056AE;
	color: #fff;
}

#homepage-flyover {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
	background-color: #b9e1f8;
}

#flyover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    min-width: 100%;
    min-height: 100%;
	background-color: #b9e1f8;
}

#homepage-cta {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
    height: 60px;
}

#homepage-cta { 
	display: none;
}

.homepage-cta-button {
    width: 350px;
    height: 60px;
    background-color: #d7823c;
    color: #ffffff;
    font-family: din-condensed-web;
    font-size: 36px;
    border: none;
    cursor: pointer;
}

#homepage-ug-button {
    position: absolute;
    left: calc(50% - 600px);
}

#homepage-gr-button {
    position: absolute;
    right: calc(50% - 600px);
}

.rockhurst_homepage_video_overlay {
    display: none;
}

.rockhurst_home_section_divider_wrapper {
	max-width: 1600px !important;
    width: 100%;
	margin: 0 auto !important;
	text-align: left;
}


.rockhurst_home_section_divider {
    max-width: 35.5%;
    /*margin-left: calc(50% - 600px);*/
	/*z-index: -1;*/
	background-color: #0056AE;
	color: #fff;
	padding-left: 10px;
    border-bottom: 0px;
	padding-top: 13px;
	padding: 10px;
	border-left: 20px solid #0056AE;
	position: relative;
	left: -20px;
	font-size: 40px;
	margin-top: 20px;
}

#rockhurst_homepage_news_primary .rockhurst_lp_news_pod_title, 
#rockhurst_homepage_news_secondary .rockhurst_lp_news_pod_title,
#rockhurst_homepage_events_primary .rockhurst_lp_event_pod_event_title,
#rockhurst_homepage_events_secondary .rockhurst_lp_event_pod_event_title {
	background-color: #B9E1F8;
	margin: 0px;
	text-transform: uppercase;
	padding: 10px;
	min-height: 50px;
}

#rockhurst_homepage_news_primary .rockhurst_lp_news_pod_title,
#rockhurst_homepage_events_primary .rockhurst_lp_event_pod_event_title,
#rockhurst_homepage_events_secondary .rockhurst_lp_event_pod_event_title  {
	position: relative;
	top: -4px;
}

#rockhurst_homepage_news_secondary .rockhurst_lp_news_pod_title {
	position: relative;
	top: -5px;
}

#rockhurst_homepage_news_primary .rockhurst_lp_news_pod_title a, 
#rockhurst_homepage_news_secondary .rockhurst_lp_news_pod_title a, 
#rockhurst_homepage_events_primary .rockhurst_lp_event_pod_event_title a,
#rockhurst_homepage_events_secondary .rockhurst_lp_event_pod_event_title a {
    color: #002C56;
	font-weight: bold;
	font-family: dinot, ff-din-web, sans-serif;
}

.rockhurst_lp_news_pod_date,
.rockhurst_lp_event_pod_date,
.rockhurst_lp_event_pod_where {
    color: #002C56;
    font-style: normal;
	font-weight: bold;
}

.bg_cool_grey,
#rockhurst_homepage_athletic_events {
	background-color: #0056AE;
}

#rockhurst_homepage_more_headlines h2,
#rockhurst_homepage_upcoming_events h2,
#rockhurst_homepage_athletic_events h2 {
	background-color: #B9E1F8;
	color: #002C56;
	text-transform: uppercase;
	border-bottom: 0px;
	padding-top: 15px;
	font-family: dinot, ff-din-web, sans-serif;
    font-weight: bold;
}

#rockhurst_homepage_upcoming_events,
#rockhurst_homepage_athletic_events {
	min-height: 410px;
}

.bg_cool_grey .rockhurst_lp_news_pod_title a, 
.bg_cool_grey .rockhurst_lp_event_pod_event_title a,
#rockhurst_homepage_athletic_events li a  {
    color: #fff;
}

.bg_cool_grey .rockhurst_lp_event_pod_event_title {
    margin: 10px 8px 0px 8px;
}

.bg_cool_grey .rockhurst_lp_news_pod_date,
.bg_cool_grey .rockhurst_lp_event_pod_date,
.bg_cool_grey .rockhurst_lp_event_pod_where {
    color: #fff;
    font-style: normal;
    font-weight: normal;
}

#rockhurst_homepage_more_headlines .more-link a,
#rockhurst_homepage_upcoming_events .more-link a,
#rockhurst_homepage_athletic_events .more-link a {
	color: #fff;
	text-transform: uppercase;
}

#rockhurst_homepage_more_headlines .more-link a:hover,
#rockhurst_homepage_upcoming_events .more-link a:hover {
	color: #fff;
	text-decoration: underline;
}

#rockhurst_homepage_athletic_events li {
	margin-right: 10px;
}

@media only screen and (max-width: 1600px) {
    .rockhurst_homepage_video_overlay {
        top: 450px;
    }

	.rockhurst_home_section_divider {
	    padding-left: 10px;
	}
	
	#home-alumni-testimonial-quote-wrapper {
		width: calc(100% - 75px);
		position: relative;
		left: 30px;
	}
	
	.home-stats-row {
		padding: 10px;
	}
}

@media only screen and (max-width: 1450px) {
    #homepage-flyover {
        height: auto;
    }
    #flyover {
        position: relative;
        top: inherit;
        transform: none;
    }
}

@media only screen and (max-width: 1300px) {
    #homepage-ug-button {
        position: absolute;
        left: 50px;
    }

    #homepage-gr-button {
        position: absolute;
        right: 50px;
    }
	
	#home-cta-wrapper {
	    padding-left: 10px;
	}
	
	.home-kansas-city-tagline {
	    font-size: 50px;	
	}
}

@media only screen and (max-width: 1200px) {

    .rockhurst_home_section_divider {
        max-width: 100%;
        margin-left: 0;
    }

	#home-cta-wrapper {
	    padding-left: 10px;
	}
	
	#home-student-testimonial-profile {
		position: relative;
		left: -30%;
	}
	
	#home-alumni-testimonial-profile {
		position: relative;
		left: 0%;
	}
	
	#home-alumni-testimonial-quote-wrapper {
		width: calc(100% - 75px);
		position: relative;
		left: 30px;
	}
	
	.home-testimonial-profile {
		width: 420px;
		width: 420px;
	}
	
	.home-testimonial-ring {
	    border-width: 2px;
		top: calc(2.5% - 2px);
	    left: calc(2.5% - 2px);
	}
	
	.home-highlight-title {
	    font-size: 40px;
	}
}

@media only screen and (max-width: 1000px) {
	#home-student-testimonial-quote-wrapper {
		width: calc(100% - 100px);
		position: relative;
		left: 75px;
	}
	
	.home-testimonial-profile {
		width: 400px;
		width: 400px;
	}

	.home-testimonial-quote {
		font-size: 20px;
	}
	
	.home-testimonial-opening-quote-wrapper {
		left: -20px;
	}

	.home-testimonial-opening-quote {
		top: -18px;
	}

	.home-testimonial-name {
		font-size: 23px;
	}
	
	.home-highlight-title {
	    font-size: 32px;
	}
	
	.home-kansas-city-tagline {
	    font-size: 40px;	
	}
	
	#home-kansas-city-wrapper {
		background-attachment: scroll;
		height: 700px;
	}
	
	#home-tagline h2 {
	   font-size: 50px;	
	}
}

@media only screen and (max-width: 850px) {
    #homepage-cta {
        height: 40px;
        bottom: 20px;
    }
    .homepage-cta-button {
        width: 250px;
        height: 40px;
        font-size: 26px;
    }
	
	#home-stats-overlay {
		height: 600px;
		top: -300px;
	}
	
    #homepage-ug-button {
        left: 20px;
    }
    #homepage-gr-button {
        right: 20px;
    }
	
	#home-alumni-testimonial-profile {
		position: relative;
		left: -10%;
	}
	
	.home-testimonial-quote-wrapper {
		width: calc(100% - 150px);
		position: relative;
		left: 120px;
	}
}

@media only screen and (max-width: 800px) {
	.home-kansas-city-tagline {
	    font-size: 30px;	
	}
	
	#home-tagline h2 {
	   font-size: 40px;	
	}
}

@media only screen and (max-width: 760px) {
	#home-stats-overlay {
		display: none;
	}
	
	#home-stats-layer {
		top: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#home-stats-wrapper {
		background-image: none;
		background-color: #0056AE;
	}
	
	.home-stats-col {
		padding: 20px;
		width: calc(100% - 40px);
	}
	
	.home-testimonial-wrapper {
		height: 100%;
	}
	
	#home-student-testimonial-wrapper {
		background-color: #B8E1F7;
	}
	
	#home-alumni-testimonial-wrapper {
		background-color: #0056AE;
		margin-top: 20px;
	}
	
	.home-testimonial-inner-wrapper {
    	height: 100%;
		top: 0px;
		text-align: center;	
	}
	
	.home-testimonial-profile {
		top: 0px;
	    width: 90%;
	    margin: 0 auto;
	}
	
	.home-testimonial-profile:hover {
		margin-top: 0px;
	}
	
	#home-student-testimonial-profile {
	    position: relative;
	    left: 0px;
		text-align: center;
	}
	
	#home-alumni-testimonial-profile {
	    position: relative;
	    left: 0px;
		text-align: center;
	}
	
	.home-testimonial-profile img {
		width: 100%;
		height: auto;
		position: relative;
		left: 0px;
		margin: 0 auto;
	}
	
	#home-student-testimonial-quote-wrapper {
		width: calc(100% - 20px);
		position: relative;
		left: 0px;
		padding-left: 10px;
		height: 0%;
		text-align: center;
	}
	
	#home-alumni-testimonial-quote-wrapper {
		width: calc(100% - 20px);
		position: relative;
		left: 0px;
		padding-left: 10px;
		height: 0%;
		text-align: center;
	}
	
	.home-testimonial-quote-wrapper {
		width: calc(100% - 20px);
		position: relative;
		left: 0px;
		padding-left: 10px;
		height: 0%;
		text-align: center;
	}
	
	.home-testimonial-quote {
		width: 100%;
		font-size: 24px;
		text-align: center;
	}
	
	.home-testimonial-opening-quote-wrapper {
		font-size: 100%;
		position: relative;
		left: -2px;
	}

	.home-testimonial-opening-quote {
		top: 0px;
	}
	
	.home-testimonial-name {
		font-size: 35px;
	}
	
	.home-testimonial-ring {
	    border-width: 4px;
		top: calc(2.5% - 4px);
	    left: calc(2.5% - 4px);
	}
	
	.home-highlights-col {
		margin-top: 15px;
	}
	
	.home-highlight {
	    background-position: center 15%;
	}
	
	.home-highlight-title {
	    font-size: 50px;
	}
	
	#home-cta-wrapper {
	    padding-left: 10px;
		padding-right: 10px;
	}
	
	#home-tagline h2 {
	   font-size: 35px;	
	}
}

@media only screen and (max-width: 565px) {
    #homepage-cta {
        position: relative;
        height: auto;
        padding-top: 20px;
    }
    .homepage-cta-button {
        width: 300px;
        font-size: 30px;
    }
    #homepage-ug-button {
        position: relative;
        left: inherit;
    }
    #homepage-gr-button {
        position: relative;
        margin-top: 20px;
        right: inherit;
    }
	
	.home-kansas-city-tagline {
	    font-size: 25px;	
	}
	
	#home-tagline h2 {
	   font-size: 30px;	
	}
}
/*
@media only screen and (max-width: 500px) {
	.home-cta-button {
		border-left: none;
		border-right: none;
	}
}*/

@media only screen and (max-width: 450px) {
	.home-testimonial-ring {
	    border-width: 2px;
		top: calc(2.5% - 2px);
	    left: calc(2.5% - 2px);	
	}
	
	#home-student-testimonial-profile {
	    margin-bottom: 20px;
	}
	
	.home-highlight-title {
	    font-size: 40px;
	}
	
	#home-tagline h2 {
	   font-size: 25px;	
	}
}
