  /***General Styles***/

#gradLanding .no-margin-left {
	margin-left: 0 !important;
}

#gradLanding .no-margin-right {
	margin-right: 0 !important;
}

#gradLanding .no-horizontal-margin {
	margin: 20px 0 !important;
}

#gradLanding .fourty-margin {
	margin: 20px 40px !important;
}

#gradLanding .inline-style {
	display: inline-flex !important;
}

h1{
	font-family: 'SourceSansProBold',Helvetica,Arial,sans-serif;
}

.titleBar h1 {
	font-family: 'SourceSansProBlack',Helvetica,Arial,sans-serif;
}

.last-grid-item-margin {
	margin-right: 0px !important;
}

/***Expandable Header Section***/

.exp-header-sixty-width {
	width: 66%;
	display: inline-flex;
}

.exp-header-full-width {
	width: 100%;
	display: inline-flex;
}

.exp-header-container {
	transition: all 0.5s ease;
	width: 34%;
    height: 575px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.fixed-header-container h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
    font-size: 22px;
	line-height: 26px;
}

.fixed-header-container h3 {
	color: rgb(141, 198, 232);
	margin-bottom: 5px;
	font-size: 16px;
}

.fixed-header-container a {
	color: #fff;
	text-transform: uppercase;
    font-size: 14px;
}

.fixed-header-container h4 {
	padding-right: 20px;
	margin-bottom: 20px;
}

.exp-header-image {
	min-width: 500px;
    max-width: none;
    height: 576px;
    left: 50%;
    position: absolute;
    margin-left: -250px;
}

#academics {
	background-image: url('/graduate/images/home2018/academics-header-slide.jpg');
	background-position: center;
    background-size: 100%;
}

#apply {
	background-image: url('/graduate/images/home2018/apply-header-slide.jpg');
	background-position: center;
    background-size: 100%;
}

#outcomes {
	background-image: url('/graduate/images/home2018/visit-header-slide.jpg');
	background-position: center;
    background-size: 100%;
}

header {
    position: relative;
	margin-bottom: .8em;
}

#gradLanding header #header-image {
	height: 590px !important;
}

.fixed-header-container {
	height: 575px;
	width: 34%;
	background: url(https://emu.edu/_resources/images/home2019/right-info-sidebar-background.jpg);
    background-size: cover;
	overflow: visible;
	color: #fff;
	position: relative;
}


#academics-header-layer {
	background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#apply-header-layer {
	background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#outcomes-header-layer {
	background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.padding-container {
	padding: 30px;
}
	
.header-large-button-white {
    position: absolute;
    top: 450px;
}

.header-button-white {
	color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    width: 100px;
    margin: auto;
    position: relative;
    top: 475px;
	left: 30px;
    text-transform: uppercase;
    padding: 5px 5px 2px;
    line-height: 25px;
}

.inner-large-button-white {
	color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    width: 124px;
    text-transform: uppercase;
    padding: 20px 20px 15px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 1px;
}

.header-var-button-white {
    position: relative; /* Change from absolute to relative for better container alignment */
     /* Center the button and add spacing: margin: 20px auto; */
	left: 30%; /* Move it to the middle */
    display: inline-block; /* Ensure it doesn't take up the full width */
}

.inner-var-button-white {
    color: #fff;
    font-size: 16px; /* Reduce font size */
    margin: auto;
	border: 1px solid #fff;
    width: 100px; /* Adjust width dynamically to content */
    text-transform: uppercase;
   	padding: 15px 15px 12px; /* Adjust padding for a smaller button */
    line-height: 28px; /* Adjust line height */
    font-weight: bold;
    letter-spacing: 0.5px; /* Slightly reduce letter spacing */
    text-align: center; /* Center text */
}


.inner-var-button-white:hover {
	color: #f3a61f;
    background-color: #fff;
}


.inner-large-button-white:hover {
	color: #f3a61f;
    background-color: #fff;
}


#deposit-button:hover {
	text-decoration: none;
}

#academics-header-layer h1 {
	color: #fff;
    margin: 115px auto 10px;
    text-transform: uppercase;
    width: 60%;
	text-shadow: 2px 2px #111;
	line-height: 42px;
	display: none;
}

#academics-header-layer p {
	color: #fff;
    margin: 25px auto;
    width: 60%;
	text-shadow: 1px 1px #111;
	font-size: 17px;
	display: none;
}

#apply-header-layer h1 {
	color: #fff;
    margin: 115px auto 10px;
    text-transform: uppercase;
    width: 60%;
	text-shadow: 2px 2px #111;
	line-height: 42px;
	display: none;
}

#apply-header-layer p {
	color: #fff;
    margin: 25px auto;
    width: 60%;
	text-shadow: 1px 1px #111;
	font-size: 17px;
	display: none;
}

#outcomes-header-layer h1 {
	color: #fff;
    margin: 95px auto 10px;
    text-transform: uppercase;
	text-shadow: 2px 2px #111;
    width: 60%;
	line-height: 42px;
	display: none;
	font-size: 37px;
}

#outcomes-header-layer p {
	color: #fff;
    margin: 25px auto;
    width: 60%;
	text-shadow: 1px 1px #111;
	font-size: 17px;
	display: none;
}

/***Below the Fold Anchor Links***/

#placeholder-height {
	position:relative;
	height: 12px;
}

.jump-full-width {
	width: 100%;
	z-index:1999;
	background-color: #fff;
    top: -28px;
	position: relative;
    padding: 10px 0 7px;
    transition:top .4s linear;
}

#gradLanding .admissions-follow-links {
	text-align:center;
}

#gradLanding .admissions-follow-links span{
	display: inline-block;
    margin: 0 40px;
    font-size: 16px;
    text-align: center;
}

#gradLanding  .admissions-follow-links span:first-child{
    margin-left: 0;
}

#gradLanding  .admissions-follow-links span:last-child{
    margin-right: 0;
}

#gradLanding  .admissions-follow-links a{
	color: #0056b8;	
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: .7px;
}

#gradLanding .admissions-follow-links a:hover{
	color: #f3a71e;	
	text-decoration: none;
}

/***Philosophy Section***/

.mobile-page-title { 
	display: none !important; 
	text-align: center;
	padding-top: 25px;
}

.philosophy-section {
    background: url(/graduate/images/home2018/map-background.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 70px 0 85px;
}

.philosophy-section h1 {
	color: #fff;
    margin-bottom: 35px;
    font-size: 40px;
}

.philosophy-section h2 {
	color: #fff;
    margin-bottom: 30px;
    font-size: 26px;
    font-family: 'SourceSansPro',Helvetica,Arial,sans-serif;
	width: 92%;
    max-width: 850px;
    margin: 0 auto 25px;
}

.filled-button {
    width: 144px;
    height: 34px;
    background: #0056b8;
    border: 3px solid #0056b8;
    margin: auto;
}
.filled-button:hover {
	background: #fff;	
}

.filled-button p { 
	line-height: 37px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 15px;
	color: #fff;
}
.filled-button:hover p {
	color: #0056b8;	
	font-weight:bold;
}

/***Degrees Section***/

#gradLanding .degrees-section {
	text-align: center;
	padding: 40px 0;
}

.degrees-section .grid-title {
	background-color: #102c52;
	top: 0px;
}

.degrees-section .grid-item {
	margin: 40px 40px 0 0;
}

degrees-section .grid-item a {
	color: #0056b8;
}

.degrees-section .grid-item a:hover {
	color: #f3a71e;
}

.degrees-section .degrees-section-gridlist {
	background: #e0edf7;
	width:100%;
	color: #0056b8;
}
.degrees-section .degrees-section-gridlist ul {
	margin: 0;
    padding: 10px 0 10px 40px;
    text-align: left;
}

.degrees-section .degrees-section-gridlist ul li {
    padding-bottom: 6px;
    font-weight: bold;
}
.degrees-top-row-expanded, .degrees-bottom-row-expanded {
	background: #e0edf7;
    width: 100%;
    color: #0056b8;
	display: none;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 1.1s ease;
}
.degrees-expanded-list-top, .degrees-expanded-list-bottom {
	padding: 25px 1px 20px 2px;
    text-align: center;
	-webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    width: 100%;
    margin: auto;
    max-width: 975px;
	position: relative;
	border: 1px solid;
}
.degrees-expanded-list-top ul, .degrees-expanded-list-bottom ul {
	list-style: none;
    margin: 0px;
	padding: 0;
}
.degrees-expanded-list-top li, .degrees-expanded-list-bottom li {
    padding-bottom: 6px;
    font-weight: bold;
}
.degrees-expanded-list-top a, .degrees-expanded-list-bottom a {
    color: #0056b8;
}
.degrees-expanded-list-top a:hover, .degrees-expanded-list-bottom a:hover {
    color: #f3a71e;
}

.arrow-down-left {
  	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0056b8;
    position: absolute;
    top: 0;
    left: 13%;
	pointer-events: none;
}
.arrow-down-centered {
  	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0056b8;
    position: absolute;
    top: 0;
    right: 48.5%;
	pointer-events: none;
}
.arrow-down-right {
  	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0056b8;
    position: absolute;
    top: 0;
    right: 14%;
	pointer-events: none;
}

#mastersGridExpanded { display: none; }
#certGridExpanded { display: none; }
#nondegreeGridExpanded { display: none; }
#doctoralGridExpanded { display: none; }
#completionGridExpanded { display: none; }
#dualGridExpanded { display: none; }


/*** Outcomes Section ***/

#gradLanding .outcomes-header {
	color: #fff;
	text-transform: uppercase;
	font-size: 48px;
	margin-bottom: 25px;
    text-align: center;
}

/*** News Section ***/

#newsAnchor {
    position: relative;
    clear: both;
    float: none;
	width: 98%;
    margin: 0 auto;
    max-width: 61.25em;
}
#emuNewsTagline {
    padding-bottom: 35px;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 35px;
}
.tagline {
    padding: 50px 0;
    font-family: 'SourceSansProBlack',Helvetica,Arial,sans-serif;
    font-weight: bold;
}
#newsAnchor .right {
    float: right;
    margin: 0;
	width: 25% !important;
    top: 56px;
	position: relative;
}
#newsAnchor .right ul.secondary-links {
    list-style: none;
    padding: 0;
    top: 500px;
    position: relative;
}
span.blue {
    color: #0056b8;
}
span.yellow {
    color: #f3a71e;
}
#newsAnchor .right #news {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 auto .8em;
    border-radius: 0;
    background-color: #edf6fc !important;
    padding: 25px !important;
}
#newsAnchor h3 {
    color: #835411;
    width: 96%;
    padding: .3em 2% .25em;
    line-height: 100%;
    margin-bottom: 0;
    background-color: #d5891c;
}
#news > h3 {
    background: none !important;
    padding-left: 0px !important;
    padding-top: 10px !important;
    color: #0056b8 !important;
}
#news-feed {
    padding: 0 10px;
}
#news-feed a {
    color: #444 !important;
    font-weight: bold;
    line-height: 1.3em;
}
#newsAnchor .right #news #news-feed a, #newsAnchor .right #news #news-feed a:visited {
    display: block;
    float: none;
    border-top: 1px solid #c7e0f1;
    padding: .4em .2em;
    font-size: 15px;
}
.secondary-links > li > a > img {
    position: absolute;
    width: 295px;
    max-width: none;
    top: -15px;
}
.secondary-links > li > a {
    padding: 0px;
}
.secondary-links > li {
    width: 120%;
}
#newsAnchor .right ul.secondary-links {
    list-style: none;
    padding: 0;
    top: 500px;
    position: relative;
}
#backArrow {
    position: absolute;
    top: 37%;
    z-index: 1;
}
#forwardArrow {
    position: absolute;
    top: 37%;
    right: 0;
    z-index: 1;
}
.flexslider .caption-content > h2 {
    margin-top: 20px;
}
.flexslider .caption-content > h2 > a {
    color: #0056b8 !important;
}

ol.flex-control-nav.flex-control-thumbs {
    display: none;
}

#newsAnchor .left {
	float: left;
	width: 72%;
	position: relative;
}

/***Visit Campus Section***/

#gradLanding .explore-section {
	background: url('/graduate/images/home2018/visit-backdrop.jpg');
	text-align:center;
	padding: 90px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#gradLanding .explore-section:before {
	display: block;
	position: absolute;
	background-image: linear-gradient(to bottom, rgba(25, 25, 25, .6), rgba(25, 25, 25, .7));
	margin-top: -90px;
	height: 575px;
	width: 100%;
	content: '';
}

#gradLanding .explore-header {
	color: #fff;
	text-transform: uppercase;
	font-size: 56px;
	position: relative;
	text-shadow: 2px 2px #111;
}

/*** Learn More Section ***/

#gradLanding .learn-more-section {
	background-color: #fff;
	text-align:center;
	padding: 50px 0;
	z-index: 0;
    position: relative;
}

#gradLanding .learn-more-header {
	color: #0056b8;
	text-transform: uppercase;
	font-size: 48px;
	position: relative;
	margin: 0px;
}

#gradLanding .learn-more-section .grid-item {
	margin: 25px 40px 0 0;
}

/***Responsive Design***/

@media only screen and (min-width:2100px){
	.fixed-header-container { width: 40% !important; } 
	.exp-header-sixty-width { width: 60% !important; } 
}
@media only screen and (min-width:2400px){
	.fixed-header-container { width: 45% !important; } 
	.exp-header-sixty-width { width: 55% !important; } 
}
@media only screen and (max-width:1095px){ 
	#newsAnchor .right { display: none; }
	#emuNewsTagline { text-align: center; }
	#newsAnchor .left { float: none; margin: auto; }
}
@media only screen and (max-width:1025px){ 
	#gradLanding .admissions-follow-links span { font-size: 15px !important; margin: 0px 8px !important; } 
}
@media only screen and (max-width:1000px){ 
	#gradLanding .wrap .grid-feature { padding-top: 35px !important; } 
	.no-margin-left { margin-left: 20px !important; }
	.no-margin-right { margin-right: 20px !important; }
}
@media only screen and (max-width:950px){ 
	.fixed-header-container { display: none !important; } 
	.exp-header-sixty-width { width: 100% !important; } 
}
@media only screen and (max-width:891px){
	#gradLanding .admissions-follow-links span { font-size: 14px !important; margin: 0px 6px !important; } 
}
@media only screen and (max-width:946px) and (min-width: 644px){
	#gradLanding .fourty-margin { margin: 20px 0 20px 40px !important; }
}
@media only screen and (max-width:971px) and (min-width: 871px){ 
	.wrap .grid-title { font-size: 14px !important; } 
}
@media only screen and (max-width:799px){ 
	#gradLanding .admissions-follow-links span { font-size: 16px !important; margin: 0px 8px !important; } 
	header .section { z-index: 2 !important; } 
	#placeholder-height { display: none; }
	.mobile-page-title { display: inherit !important; padding-top: 10px; }
	#gradLanding .admissions-follow-links { display: none !important; }
	
	header {height: 36.9em;}
	.jump-full-width { z-index: 3 !important; top: 0px; } 
	#academics-header-layer h1, #apply-header-layer h1, #outcomes-header-layer h1 { line-height: 30px; font-size: 28px !important; width: 90%; margin: 0 auto 10px; display: inherit; }
	#academics-header-layer p, #apply-header-layer p, #outcomes-header-layer p { display: none; }
	#academics-header-layer, #apply-header-layer, #outcomes-header-layer { left: 100%; width: 300%; position: absolute; display: flex; }
	.mobile-header-centering { width: 100%; align-self: center; }
	.header-button-white { top: 0px; }
	#academics-container:hover .header-button-white, #apply-container:hover .header-button-white, #outcomes-container:hover .header-button-white { background: #fff; color:#000; }
	#gradLanding header #header-image { height: 450px !important; background: url(https://emu.edu/_resources/images/home2019/right-info-sidebar-background.jpg) !important; }
	.exp-header-container { height: 150px; width: 100% !important; }
	.exp-header-image { height: 150px; width: 25%;  left: 0px; margin-left: 0px; background-size: cover !important; min-width: 0; }
	.header-button-white { top: 0px; }
	#header-image .inline-style { display: inline-block !important; }
	#academics-header-layer, #apply-header-layer, #outcomes-header-layer { background: linear-gradient(to bottom, transparent , rgba(0,0,0,.25)); }
}
@media only screen and (max-width:767px){ 
	.wrap { width: 96% !important; }
	#forwardArrow { width: 30px; }
	#backArrow { width: 30px; }
}
@media only screen and (max-width:700px){
	.scrolling-list-item-header { font-size: 16px !important; }
	.scrolling-list-headers .sl-active { font-size: 16px !important; }
}
@media only screen and (max-width:650px){
	#gradLanding .mobile-page-title h1 { font-size: 34px !important;}
	#gradLanding .grid-item { margin: 0 0 20px 0 !important; } 
}
@media only screen and (max-width:591px){ 
	.wrap { width: 95% !important; }
}
@media only screen and (max-width:540px){ 
	.scrolling-list-item-header { font-size: 14px !important; }
	.scrolling-list-headers .sl-active { font-size: 14px !important; }
	#gradLanding .admissions-button { margin: 65px 10px 35px !important; }
	#gradLanding .no-margin-right { margin-right: 0px !important; }
	#gradLanding .no-margin-left { margin-left: 0px !important; }
	#newsAnchor .left { width: 90%; }
	#forwardArrow { width: 20px; }
	#backArrow { width: 20px; }
}
@media only screen and (max-width:476px){ 
	.wrap { width: 94% !important; }
}
@media only screen and (max-width:435px){ 
	#gradLanding .fourty-margin { margin: 0 !important; }
}
@media only screen and (max-width:400px){ 
	.wrap { width: 93% !important; }
	.removable-breaks-400 {display: inherit !important;}
}
@media only screen and (max-width:344px){
	.wrap { width: 90% !important; }	
}