@media only screen and (min-width: 48.0625rem) {

	.global-header {
		position: relative;
		z-index: 999999;
	}

	.nav .nav__list {
		position: relative;
	}

	.nav .nav__list li ul {
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #1d313e;
		width: 200px;
		padding-bottom: 20px;
	}

	.nav .nav__list li ul li {
		margin-left: 0;
	}

	.nav .nav__list li:last-child ul {
		left: auto;
		right: 0;
	}

	.nav .nav__list li:hover ul {
		display: block !important;
	}

	.nav .nav__list li:hover > a {
		border-bottom: 1px solid #4fa392;
	}

	.nav .nav__list li:hover .nav-caption {
		display: none;
	}

	.nav .nav__list li ul li a:hover {
		border-bottom: 1px solid transparent;
	}

}

/* 5/5/2023 conference section */

.hero--conference {
    /*background-image: url("http://s3.amazonaws.com/empath-website/general/hero-conference_2.jpg");*/
    /*background-position: -250px 0*/
	background-image: url("http://s3.amazonaws.com/empath-website/general/hero-conference--2023.jpg");
    background-position: top right;
}

.hero--conference h1 {
    color: #131E29;
	text-shadow: 2px 2px 7px rgba(255,255,255,0.82);
}

.hero--conference .btn {
	border: 2px solid #131E29;
	color: #131E29;
}

.hero--conference .btn:hover {
   background-color: rgba(19,30,41,0.15);
}

.hero--conference p {
    color: #555;
}

/*
@media only screen and (min-width: 25.0625rem) {
    .hero--conference {
        background-position: -200px 0
    }
}

@media only screen and (min-width: 31.3125rem) {
    .hero--conference {
        background-position: -100px 0
    }
}
*/

@media only screen and (min-width: 37.5625rem) {
    .hero--conference {
        /*background-position: -300px 0;*/
        min-height: 375px
    }
}

@media only screen and (min-width: 48.0625rem) {
    .hero--conference {
        /*background-position: -400px 0;*/
        min-height: 526px
    }
	
  .figure-boxes--1-col.figure-box--caption-no-margin .figure-box figcaption {
        margin-top: 0 !important;
    }  	
}

/*
@media only screen and (min-width: 67.5rem) {
    .hero--conference {
        background-position: -200px 0
    }
}

@media only screen and (min-width: 75rem) {
    .hero--conference {
        background-position: 0 0
    }
}
*/

/* 2024/01/23 conference mobile nav */

@media (min-width: 768px) {
	.global-header .nav__list .nav__item:last-child {
		display:none;
	}
}