/* ===== imports ===== */

@import url('styles.css?version=3');

/* ===== template ===== */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 400 100% 'Open Sans', Arial, sans-serif;
	line-height: 1.5em;
	color: #000;
}

section.home, section.main {
	background: #fff;
}

section.main {
	min-height: 500px;
}

.container, .container-fluid {
	background: #fff;
}

.container-fluid.maxWidth {
	max-width: 1270px;
	margin: 0 auto;
}

.container-fluid.header {
	background: #fff;
	z-index: 100;
	margin-bottom: 3px;
}

.container-fluid.maxWidth.header {
	background: #fff;
	max-width: 1260px;
	text-align: center;
}

.container-fluid.maxWidth.header h1 {
	display: none;
}

.container-fluid.maxWidth.header img {
	margin: 10px auto 5px auto !important;
	 transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
}

.shrink {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
	
.container-fluid.maxWidth.header.shrink img {
	margin: 0 auto 0 auto !important;
	width: auto;
	height: 110px;
}

.container-fluid.main-menu, .container-fluid.maxWidth.main-menu, .container.main-menu {
	background: #fff;
	z-index: 100;
	text-align: center;
}

a {
    color: #bf1c28;
    text-decoration: underline;
}

a:visited  {
    color: #bf1c28;
    text-decoration: underline;
}

a:hover {
    color: #29a1ab;
    text-decoration: none;
}

a:active  {
    color: #bf1c28;
    text-decoration: underline;
}

div.homeLink p {
	margin: 0 auto;
	padding: 0;
}

div.homeLink a {
    color: #727337;
	font: 500 1.2em Montserrat, sans-serif;
    text-decoration: none;
	margin: 15px auto 20px;
}

div.homeLink a:visited  {
	color: #727337;
    text-decoration: none;
}

div.homeLink a:hover {
    color: #727337;
    text-decoration: underline;
}

div.homeLink a:active  {
    color: #727337;
    text-decoration: none;
}

h4.card-title {
    font: 500 1.3em Montserrat, sans-serif;
    color: #727337;
	line-height: 1.4em;
}

h5.card-title {
    font: 500 1.1em Montserrat, sans-serif;
    color: #727337;
	line-height: 1.2em;
}

h5.card-title a {
    color: #727337;
	text-decoration: none;
}

h5.card-title a:visited  {
	color: #727337;
    text-decoration: none;
}

h5.card-title a:hover {
    color: #727337;
    text-decoration: underline;
}

h5.card-title a:active  {
    color: #727337;
    text-decoration: none;
}

ul.programLinks {
	margin: 0;
	padding-left: 0 !important;
}

.programLinks li {
	list-style: none;
	width: 20%;
	float: left;
	text-align: center;
	margin: 0;
}

.programLinks li a {
    color: #015d65;
	font: 400 1.1em Montserrat, sans-serif;
    text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	line-height: 22px !important;
}

.programLinks li a:visited  {
    color: #015d65;
    text-decoration: none;
}

.programLinks li a:hover {
    color: #2dc0cc;
    text-decoration: none;
}

.programLinks li a:active  {
    color: #015d65;
    text-decoration: none;
}

.programLinks li a {
	background-color: #29a1ab;
	color: #fff;
}

.programLinks li a.collapsed {
	background-color: #fff;
	color: #015d65;
}

img.floatLeft {
	float:left;
	padding: 0 15px 5px 0;
	margin: 0 15px 5px 0
}

img.floatRight {
	float:right;
	padding: 0 0 5px 15px;
	margin: 0 0 5px 15px;
}


div.btn {
	-webkit-appearance: none;
}

a.btn, .btn a {
    color: #fff;
    text-decoration: none;
	-webkit-appearance: none;
}

a.btn:visited, .btn a:visited  {
    color: #fff;
    text-decoration: none;
	font-size: 2em !important;
}

a.btn:hover, .btn a:hover {
    color: #fff;
}

.btn-info {
	color: #fff;
    background-color: #2dbfcc;
	border-color: #2dbfcc;
	margin-top: 15px;
	margin-bottom: 5px;
}

.btn-info:hover {
	color: #fff !important;
	background-color:  #29a1ab;
    border-color:  #29a1ab;
}

.btn-info:focus, .btn-info.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
	background-color: #87b2c9;
	border-color: #87b2c9;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color:  #2dbfcc;
	background-image: none;
	border-color: #2dbfcc;
}


/* header */
header.main {
	/*clear: both;*/
	background-color: #fff;
	margin: 0;
	padding: 0;
}


/* nav bar styles */
.navbar {
	/*position: relative; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*padding: 0 1rem;*/
	padding-top: 0;
	padding-bottom: 5px;
	/*margin-left: -1rem;*/
	border-bottom: 1px solid #727337;
}

.navbar-nav{
	margin: 0 auto !important;
}

.nav-link{
	padding: .8rem 20px !important;
}

.nav-link:hover {
	color:#1a3d5d  !important;
}

.navbar-dark .navbar-nav .nav-link{
	color:#78373d;
	padding: .8rem 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover{
	color:#737337 !important;
}

.nav-item a{
}

.nav-item {
	color: #63b5dd !important;
	font-weight: 500 !important;
	letter-spacing: .5px !important;
}

.nav-item a:hover{
	color:#737337 !important;
}

.nav-item.dropdown {
	color:#bf1c28 !important;
}

.nav-item.dropdown:hover {
	background-color: #fff;
	color: #e93e46 !important;
}

.navbar-nav .dropdown:hover{
	text-decoration:none !important;
	
}

/* sub-menu styles */
.nav-item .dropdown-menu{
	background-color:#fff;
	border:0;
	border-radius:0;
	opacity: .98;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 0;
}

.nav-item .dropdown-item{
	color:#78373d !important;
}

.nav-item .dropdown-item:hover{
	color: #737337 !important;
}

.dropdown-item.active, .dropdown-item:active {
	color: #bf1c28;
	text-decoration: none;
	background-color: #fff;
}

.nav-item .dropdown-menu li{
	border-bottom: 1px solid #727337;
	padding: 10px 10px 10px 5px;
}

.navbar-toggler {
	margin: -40px 0 6px 5px;
	border-color: rgba(191, 28, 40, 1) !important;
	z-index: 100;
}

.navbar-toggler:focus {
	box-shadow:0 0 0 0 !important;
}

/* hamburger menu icon */
.navbar-toggler-icon {
	/* white */
	/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;*/
	
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28191, 28, 40, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}

/* after sub-menu icon removal  */
.dropdown-toggle:after, a.dropdown-item.dropdown-toggle:after{
	display:none;
}

/* multi-tier dropdown nav styles */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown li{
	width:100%;
}

.dropdown-submenu .dropdown-menu{
	background-color: #fff;
	opacity: .98;
}

.dropdown-submenu .dropdown-menu a{
	color:#9a2b30 !important;
}

/* sub-menu icon styles */
.dropdown-submenu .dropdown-toggle::after {
	/* default */
	display: inline-block;
	margin-left: .255em;  
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

/* 3rd tier menu/dropdown styling */
.dropdown-submenu .dropdown-menu {
	margin-top: 0;
}

.main-menu  ul{
	list-style: none;
	margin: 0;
	padding: 0;  
}

.main-menu  ul > li {
	text-align: left;
	display: inline-block;
	position: relative;
}

.nav-item > a:hover, .nav-item .dropdown-menu > li:hover > a{
	background-color:#fff; 
}

.nav-item .dropdown-submenu:hover > a {
	background-color: #fff !important;
}

/* for homepage countdown */
.bgimg-1 {
	background-image: url("/images/2027/am27-header2.jpg");
	height: 400px;
	opacity: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.caption {
	position: absolute;
	left: 0;
	top: 5%;
	width: 100%;
	text-align: center;
	color: #FFF;
}

.caption h3 {
	font: 800 2.8em Montserrat, sans-serif;
	color: #FFF;
	padding: 5px 40px;
	letter-spacing: 10px;
	text-transform: uppercase;
	opacity: 1;
}

.caption h4 {
	font: 700 2.2em Montserrat, sans-serif;
	color: #FFF;
	padding: 10px 40px;
	opacity: 1;
}

/* homepage carousel */
.carousel-caption h5 {
    font: 900 3em Montserrat, sans-serif;
    color: #fff; 
}

.carousel-caption p {
    font-size: 1.8em;
    color: #fff; 
	line-height: 1.5em;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	top: 3rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

/* section */
section.main {
	clear: both;
	font-size: .9em;
	margin-top: 210px;
}

.container-fluid.sectionheader {
	/* background-image: linear-gradient(100deg,#5a6991 9%,rgba(90,105,145,0) 66%),url("/images/2024/sectionheader.jpg");*/
	background-image: url("/images/2027/sectionheader.jpg");
	background-position: left bottom; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-bottom: 3px;
	height: 260px;
	position: relative;
}

.container-fluid.sectionheader.registration {
	background-image: url("/images/2025/sectionheader-registration.jpg");
	background-position: left center; 
}

.container-fluid.sectionheader.abstracts {
	background-image: url("/images/2025/sectionheader-abstracts.jpg");
	background-position: left center; 
}

.container-fluid.sectionheader.program {
	background-image: url("/images/2025/sectionheader-program.jpg");
	background-position: left center; 
}


.container-fluid.maxWidth.sectiontext  {
	background: none !important;
}

.container-fluid.maxWidth.sectiontext h1 {
	color: white;
	border-bottom: 0;
	display: table;
	margin: 130px 0 0 0;
	padding: 2px 4px;
	font: 700 2em Montserrat, sans-serif;
	background: #78373d;
}

/* footer */
footer, .footer, .container-fluid.maxWidth.foot {
	background-color: #78373d;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}

.row.foot {
	color: #fff;
	font: 400 .9em "Open Sans", Arial, sans-serif;
	line-height: 1.8em;
}

.foot a {
	color: #fff;
    text-decoration: underline;
}

.foot a:hover {
	color: #fddd16;
	text-decoration: none;
}

.foot a:visited  {
    color: #fff;
    text-decoration: underline;
}

.foot a:active  {
    color: #fff;
	text-decoration: none;
}

/* 1269 */
@media only screen and (max-width: 1269px) {
	 
	.container-fluid.header {
		padding-right: 0;
		padding-left: 0; 
		background: #fff;
	}
	
	.carousel-caption h5 {
		font: 900 2.4em Montserrat, sans-serif;
   }
	
	.carousel-caption {
	  top: 2rem;
	}
	
}

/* 992 */
@media only screen and (max-width: 991px) {

	.nav-link{
		padding: .8rem 14px !important;
	}

	.nav-item {
		letter-spacing: 0 !important;
	}
	
	.programLinks li a {
		font: 500 1em Montserrat, sans-serif;
	}
		
}

@media only screen and (max-width: 860px) {
	
	.nav-link{
		padding: .8rem 10px !important;
	}

	
} 

@media only screen and (max-width: 810px) {

	.nav-link{
		padding: .8rem 7px !important;
	}

	
} 

/* 768 */
@media only screen and (max-width: 767px) {
	
	.programLinks li {
		width: 100%;
	}
	
	.programLinks li a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.container-fluid.maxWidth.header img {
		padding: 0px 10px;
	}
	
	.foot, .row.foot {
		text-align: center;
	}
	
	.navbar-nav, .navbar-nav ul, .navbar-nav ul li, li.nav-item {
		margin: 0 !important;
	}

	.navbar-dark .navbar-nav .nav-link{
		padding: .8rem 2rem;
	}

	.nav-item .dropdown-menu li{
		padding: 10px 20px;
	}

	.nav-item .dropdown-menu li ul li{
		border-bottom:0px;
	}
	
	.caption h3 {
		font: 800 2.4em Montserrat, sans-serif;
		padding: 5px 40px;
	}

	.caption h4 {
		font: 700 1.8em Montserrat, sans-serif;
		color: #FFF;
		padding: 10px 40px;
		opacity: 1;
	}
	
	.carousel-caption h5 {
		font: 800 1.5em Montserrat, sans-serif;
	}

	.carousel-caption p {
		font-size: 1.4em;
		line-height: 1.2em;
	}

	.carousel-caption {
		padding-top: .75rem;
		top: .5rem;
	}

	.container-fluid.sectionheader {
		height: 180px;
	}

	.container-fluid.maxWidth.sectiontext h1 {
		margin: 90px 0 0 0;
		font: 700 1.8em Montserrat, sans-serif;
	}
	
	

	section.main {
		margin-top: 190px;
		min-height: 100px;
	}
}

/* 576 */
@media only screen and (max-width: 575px) {
		
	.carousel-caption h5 {
		font: 800 1.3em Montserrat, sans-serif;
	}

	.carousel-caption {
		padding-top: .5rem;
		top: .5rem;
	}

	.carousel-caption p {
		font-size: 1.2em;
		line-height: 1em;
	}
	
	.carousel-caption a.btn-info {
		font-size: 1em !important;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	
		
}

@media only screen and (max-width: 480px) {
	
	section.main {
		margin-top: 140px;
	}
	
}

/* keep main menu full width */
@media (min-width: 992px) {
	.container.main-menu {
		max-width: 1260px !important;
	}
}

@media (min-width: 768px) {
	.container.main-menu {
		max-width: 1260px !important;
	}
}

@media (min-width: 576px) {
	.container.main-menu {
		max-width: 1260px !important;
	}	

	
}
