body {
 background-color: #fff;
 font-family: arial, helvetica, sans-serif; 
 font-size: 14px;
}

.btn {
    border-radius: 10px;
    padding: 0.275rem 1rem;
    transition: all 0.2s ease-in-out;
}
.btn:focus {
    outline: 2px solid #006AA6;
    outline-offset: 2px;
}
.btn-sm {
    border-radius: 8px;
    padding: 0.2rem 0.75rem;
}

.btn-primary {
    color: #fff !important;
    background-color: #507ba4;
    border: 2px solid transparent;
    border-bottom: #334f69 solid 4px;
    margin: 10px 0;
}
.btn-primary:active {
    transform: translateY(2px);
    border-bottom-width: 2px;
}
.btn-primary:hover {
    background-color: #fff;
    border: 2px solid #334f69;
    color: #334f69 !important;
}

.btn-wide {
    color: #fff !important;
    background-color: #507ba4;
    border-color: transparent;
    border-bottom: #334f69 solid 4px;
    font-weight: bold;
    margin: 10px 0px;
    padding: 25px 50px;
    text-decoration: none;
}
.btn-wide:hover {
    background-color: #fff;
    border: #334f69 solid 2px;
    color: #334f69 !important;
}

.headline {
 color: #0079c2;
 font-size: 14pt;
 font-weight: bold;
}

.president {
 background-color: #dcdcdc;
 float: right;
 margin-left: 20px;
}
hr {
 border: 0;
 height: 1px;
 background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.upperNav {
 color: #333;
 background-color: #dcdcdc;
 font-family: arial, helvetica,sans;
 font-size: 13px;
 z-index: 900;
}

.upperNav a {
 color: #333;
 text-decoration: none;
 }

.upperNav a:hover {
 color: #333;
 text-decoration: underline;
 }


.upperNav2 {
 color: #333;
 background-color: #fff;
 font-family: arial, helvetica,sans;
 font-size: 13px;
 z-index: 900;
}

.upperNav2 a {
 color: #333;
 text-decoration: none;
 }

.upperNav2 a:hover {
 color: #333;
 text-decoration: underline;
 }

.boxTop {
 color: #fff;
 width: 100%;
 font-family: arial, helvetica,sans;
 font-weight: bold;
 font-size: 24px;
 text-align: center;
 background-color: #0079c2;
 padding: 10px;
 margin-bottom: 6px;
 margin-top: 12px;
}

.boxTop a {
 color: #fff;
 text-decoration: none;
 text-align: center; 
 }

.boxTop a:hover {
 color: #fff;
 text-decoration: underline;
  text-align: center;
 }

.searchBox {
 position: relative;
 display: inline-block;
 color: #333;
 font-family: arial, helvetica,sans;
 z-index: 900;
 padding-top: 0px;
 }

.searchBox a {
 color: #333;
 text-decoration: none;
 }

.searchBox a:hover {
 color: #333;
 text-decoration: underline;
 }

.imageRotation 
{
/*    height:250px;
    width:750px;
    position: relative;

    z-index: 2;
        */
}	
    


.footer {
 color: #fff;
 font-family: arial, helvetica,sans;
 font-size: 13px;
}
 
.footer a {
 color: #fff;
 text-decoration: none;
 }

.footer a:hover {
 color: #fff;
 text-decoration: underline;
 }  
.webinar {
 color: #000;
 font-family: arial, helvetica,sans;
 font-size: 16px;
 font-weight: bold;
 text-decoration: none !important;
 }
.webinar a {
 color: #000;
 font-family: arial, helvetica,sans;
 font-size: 16px;
 font-weight: bold;
 text-decoration: none !important;
 }
.subHeader {
 color: #3379b9;
 font-family: arial, helvetica,sans;
 font-size: 1.25em;
 font-weight: bold;
 }
 
.subHeader a {
 color: #3379b9;
 text-decoration: none;
 }

.subHeader a:hover {
 color: #3379b9;
 text-decoration: underline;
 } 

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: #111;}

ul.topnav li.icon {display: none;}

\@media screen and (max-width:500px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

\@media screen and (max-width:500px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}




.bannerTop {
 position: relative;
 z-index: 900;
 max-width: 100%; 
 clear: both;
 }


.mobileBannerTop {
 position: relative;
 z-index: 900;
 max-width: 100%; 
 clear: both;
 }

.rightGutter {
  margin-top: 200px;
 }


#navCell {
 background-color: #0079c2;
 z-index: 900; 
}


#navTD {
 padding: 0px;
 margin: 0;
 border: 0;
 border-spacing: 0px;
 cellspacing: 0px;
 cellpadding: 0px;
}



.nowrap {
 width: 1200px;
 white-space: nowrap;
 margin-left: auto;
 margin-right: auto;
 background-color: #0079c2;
}


.seachBox {
 position: absolute;
 display: inline-block;
 z-index: 910;
 }

.dropdown {
 position: relative;
 display: inline-block;
 color: #fff;
 font-weight: bold;
 font-family: arial, helvetica, sans-serif;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 10px;
 padding-right: 10px;
 font-size: 14px;
 z-index: 910;
 }

.dropdown a {
 color: #fff;
 text-decoration: none;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 10px;
 padding-right: 10px;
 font-size: 14px; 
 }

.dropdown:hover {
 color: #fff;
 background-color: #0079c2;
 }

.dropdown:hover .dropdown-content {
 display: block;
 z-index: 999;
 }

.dropdown-content {
 display: none;
 position: absolute;
 background-color: #fff;
 font-size: 12px;
 font-weight: normal;
 padding: 5px;
 width: 175px;
 white-space: nowrap;
 z-index: 900;
 }

.dropdown-content a {
 font-size: 12px;
 color: #0079c2;
 padding: 5px;
 text-decoration: none;
 display: block;
 }

.dropdown-content a:hover {
 background-color: #0079c2;
 color: #fff; 
 }
 
 
.dropdown2 {
 position: relative;
 display: inline-block;
 color: #fff;
 font-weight: bold;
 font-family: arial, helvetica, sans-serif;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 10px;
 padding-right: 10px;
 font-size: 14px;
 z-index: 910;
 }

.dropdown2 a {
 color: #fff;
 text-decoration: none;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 10px;
 padding-right: 10px;
 font-size: 14px; 
 }

.dropdown2:hover {
 color: #fff;
 background-color: #2d4794;
 }

.dropdown2:hover .dropdown-content2 {
 display: block;
 z-index: 999;
 }

.dropdown-content2 {
 display: none;
 position: absolute;
 background-color: #fff;
 font-size: 12px;
 font-weight: normal;
 padding: 5px;
 width: 175px;
 white-space: nowrap;
 z-index: 900;
 }

.dropdown-content2 a {
 font-size: 12px;
 color: #2d4794;
 padding: 5px;
 text-decoration: none;
 display: block;
 }

.dropdown-content2 a:hover {
 background-color: #2d4794;
 color: #fff; 
 } 
 
.burgerbutton {
 border-collapse: collapse;
 padding: 0;
 margin: 0;
 border: 0;
}




.copyright {
 font-family: Arial, Helvetica, Sans;
 font-size: 14px;
 color: #fff;  
}

.copyright a {
 text-decoration: none;
 font-size: 14px;
 color: #fff;  
}

.copyright: a hover: {
 text-decoration: underline;
 font-size: 14px;
 color: #fff;
 }


.meetingButton {
 border-collapse: collapse;
 padding: 0px 5px 0px 0px;
 margin: 0;
 border: 0;
}

.bottomNav {
 font-family: Arial, Helvetica, Sans;
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 min-width: 200px;
 margin-top: 5px;
 padding: 6px;
 white-space: nowrap;
 cellspacing: 0px;
}

.bottomNav a {
 font-family: Arial, Helvetica, Sans;
 color: #fff;
 font-size: 14px;
 text-decoration: none;
}

.bottomNav table {
 display: block;
 border-collapse: collapse;
 padding: 0px;
 margin: 0px;
 border: 0px;
}

.bottomNav td {
 color: #fff; 
 padding: 6px;
 font-family: Arial, Helvetica, Sans;
}


.bottomNavDropDown {
 font-family: Arial, Helvetica, Sans;
 font-size: 10pt;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 min-width: 200px;
 padding-left: 5px;
}


.bottomNavDropDown a {
 color: #fff;
 font-family: Arial, Helvetica, Sans;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
 min-width: 200px; 
 padding-left: 5px;  
}


.bottomNavDropDown a:hover {
 text-decoration: underline;
 }



.bottomGradient {
    width: 100%;
    background: #0079c2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0079c2, #006699); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0079c2, #006699); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0079c2, #006699); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0079c2, #006699); /* Standard syntax */
}

a.topNav_HSE {
 font-family: Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #ffffff;
 text-decoration: none;
 }
a.topNav_HSE:hover{COLOR:#ffffff; TEXT-DECORATION: underline}
a.topNav_HSE:visited {color: #ffffff;TEXT-DECORATION: none}
a.topNav_HSE:visited:hover {COLOR:#ffffff; TEXT-DECORATION: underline}




.HSEtext {
	 text-align: left;
	 font-family: Arial, Helvetica, sans-serif, sans;	
	 font-size: 10px;
	 font-weight: normal;
	 text-decoration: none;
	 color: #fff;
	}
	
.HSEtext A:link {text-decoration: none; color: #fff;} 
.HSEtext A:visited {text-decoration: none; color: #ff;} 
.HSEtext A:active {text-decoration: underline; color: #fcf;}
.HSEtext A:hover {text-decoration: underline; color: #fcf;}
	
.HSEtext b {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, sans;	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff

.burger-content {
 background-color: #0079c2;
 width: 100%
 margin-left: -1px;
 margin-top: -1px;
 padding: 0px;
 white-space: nowrap;
}
 
.burger-content table {
 border-collapse: collapse;
 width: 100% 
 padding: 0;
 margin: 0;
 border: 0;
}
 
.burger-content td {
 background-color: #0079c2;
    background: #0079c2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0079c2, #006699); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0079c2, #006699); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0079c2, #006699); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0079c2, #006699); /* Standard syntax */
 padding: 5px;
}

.burger-content a {
 align: left;
 color: #fff;
 font-weight: bold;
 font-size: 18px;
 text-decoration: none;
}

.gutterHeaderWhite {
 color: #fff;
 font-size: 10pt;
 font-family: arial, helvetica,sans;
 white-space: nowrap; 
}


.noway {
 position: relative;
 z-index: 9999;
 width: 100%;  
}



.ticket-content {
 background-color: #000;
 min-width: 200px;
 margin-left: -1px;
 margin-top: -1px;
 padding: 0px;
 white-space: nowrap;
}
 
.ticket-content table {
 border-collapse: collapse;
 padding: 0;
 margin: 0;
 border: 0;
}
 
.ticket-content td {
 background-color: #000;
 background-image: url(https://aaps1921.org/multimedia/images/shell/navBackgnd.jpg);
 background-repeat: repeat-x;
 padding: 5px;
}

.ticket-content a {
 align: left;
 color: #fff;
 font-weight: bold;
 font-size: 18px;
 text-decoration: none;
}

.ticket-content img {
 height: auto;
 width: 100%;
}


.mobileHeading {
 color: #0079c2;
 font-size: 20px;
 font-weight: bold;
 padding: 5px 0px 0px 5px;
}
 
.mobileBanner {
 border-collapse: collapse;
 width: 100%;
 padding: 0px;
 border: 0px;
 cellspacing: 0px;
 border-spacing: 0px;
}



.mobileBackground {
 background-color: #fff;
 width: 100%;
 border-collapse: collapse;
 padding: 0;
 margin: 0;
}

.mDropDown {
 color: #fff;
 font-weight: bold;
 font-size: 12px;
}

.mDropDown a {
 color: #fff;
 font-weight: bold;
 font-size: 12px;
 text-decoration: none;
}

.newsletterTitle {
  color: #0079c2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 4px;
  padding: 4px;
  width: 98%;
}

.newsletterFooter {
	background-color : #0079c2;
	width: 100%;
	border-bottom: 1px solid #000;
}

.newsletterTitle a
  {
  color: #0079c2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

.newsletterTitle a:link, .contentTxt a:visited
  {
  color: #0079c2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}


.newsletterTitle a:hover
  {
  color: #0079c2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

.publicationsheader {
  color: #0079c2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
}
	
.publicationsheader A:link, .publicationsheader A:active, .publicationsheader A:visited {
  color: #0079c2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
}
	
.publicationsheader A:hover {
  color: #dee5ef;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
}
.subHeader_newsletter {
 color: #601019;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
}

/* START 2x2 GRID  */
.section_testimonials {
 clear: both;
 margin: 0px;
 padding: 0px;
}
.col_testimonials {
 display: block;
 float: left;
}
.col_testimonials:first-child { margin-left: 0; }
.group_testimonials:before,
.group_testimonials:after { content:""; display:table; }
.group_testimonials:after { clear:both;}
.left_testimonials {
 width: 68%;
}
.right_testimonials {
 background-color: #fff;
 line-height: 22px;
 padding: 4px;
 text-align: center;
 width: 30%;
}
/* END 2x2 GRID  */



/* start 2023 styles  */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #b31b1b;
  margin: 8px;  
}

.flex-container > div {
  width: 240px;
  margin: 10px;
}

}

/* end 2023 styles  */

.roundedHeader {
 border-radius: 15px 15px 0px 0px;
 background-color: #0079c2;
 color: #ffffff
 font-size: 14px;
 font-weight: bold;
 height: 15px;
 padding: 5px;
}
a.roundedHeaderLink {
 color: #ffffff;
 font-size: 14px;
 text-decoration: none;
}
a.roundedHeaderLink:hover {
 color: #ffffff;
 font-size: 14px;
 text-decoration: none;
}
a.roundedHeaderLink:visited {
 color: #ffffff;
 font-size: 14px;
 text-decoration: none;
}
.roundedFooter {
 border-radius: 0px 0px 15px 15px;
 background-color: #fcf6d2;
 color: #000000;
 font-size: 14px;
 padding: 10px;
}
h1 {
 color: #0079c2;
 font-size: 1.5em;
 font-weight: normal;
 margin: 0em 0em .5em 0em;
}
h2 {
 font-size: 1.3em;
 margin: 0em 0em 1em 0em;
}
h3 {
 font-size: 1em;
 margin: 0em 0em 1em 0em;
}
p {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 margin: 10px 0px .75em 0px;
}
table {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}


 /* START ABOUT */

/* Layout */
.about-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Sidebar */
.quick-links {
  width: 250px;
  background: #f4f4f6;
  border: 1px solid #dcdcdc;
}

.quick-links-title {
  background-color: #ebebec;
  border-bottom: 2px solid #2d4794;
  padding: 10px;
  margin: 0;
  text-align: center;
}

.quick-links-list {
  list-style: none;
  padding: 15px;
  margin: 0;
}

.quick-links-list li {
  margin-bottom: 10px;
}

.quick-links-list a {
  color: #666;
  text-decoration: none;
  transition: 0.2s ease;
}

.quick-links-list a:hover {
  color: #000;
  text-decoration: underline;
}

/* Main Content */
.about-content {
  flex: 1;
}

.about-content h2 {
  margin-top: 0;
}

/* Mission Section */
.mission-section {
  position: relative;
}

.mission-video {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  max-width: 500px;
  width: 100%;
}

.video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}

/* Lists */
.values-list,
.goals-list {
  padding-left: 20px;
}

.values-list li,
.goals-list li {
  margin-bottom: 8px;
}

 /* END ABOUT */

 /* START COMMITTEES */
.aahs-committees {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.aahs-committees p {

  line-height: 1.6;
}

.committee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.committee-column h3 {
  font-size: 1.2em;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.committee-column ul {
  list-style: none;
  margin: 0;
  padding-left: 1.2rem;
}

.committee-column li {
  margin-bottom: 0.5rem;
}

 /* END COMMITTEES */
 
 /* START BENEFITS MEMBERSHIP */
/* Mission Section */
.membership-section {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap; /* allows stacking on small screens */
}

.membership-text {
  flex: 1 1 400px;
}

.membership-video {
  flex: 1 1 400px;
  max-width: 500px;
}

.video-wrapper_membership {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-wrapper_membership iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}

/* Responsive adjustment */
@media (max-width: 768px) {
  .membership-section {
    flex-direction: column;
  }

  .membership-video {
    max-width: 100%;
  }
}

#membership_categories {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

#membership_categories h2 {
  text-align: center;
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.membership-card {
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.membership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.membership-card h3 {
  margin-top: 0;
  font-size: 20px;
}

.price {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.membership-card ul {
  padding-left: 18px;
  line-height: 1.6;
}

.card-active { background: #e4ffca; }
.card-affiliate { background: #f9ffca; }
.card-candidate { background: #cae2ff; }
.card-international { background: #cecaff; }

 /* END BENEFITS MEMBERSHIP */
 
 .modern-img {
  border-radius: 12px;              /* soft corners */
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-img:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

 /* START HALA */
.hala-section {
  margin: 40px 0;
}

.hala-header {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.hala-image {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.hala-intro {
  flex: 1;
  min-width: 280px;
}

.hala-deadline {
  color: #cc0000;
  font-weight: 600;
  margin-top: 20px;
}

/* Make the curriculum section a 4-column grid */
.hala-curriculum .hala-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  gap: 20px; /* space between columns */
  list-style: none; /* remove default bullets */
  padding: 0; 
}

.hala-curriculum .hala-list > li {
  margin-bottom: 0; /* spacing handled by gap */
}

.hala-curriculum .hala-list h4 {
  margin-bottom: 10px;
}

.hala-curriculum .hala-list ul {
  padding-left: 15px; /* optional indent for nested items */
}
 /* END HALA */
 
.award-list {
  list-style: none;
  padding: 0;
}

.award-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.year {
  font-weight: bold;
}

.name {
  font-weight: 600;
}
.name_title {
  display: block;
  font-weight: 600;
}
.title_block {
  display: block;
  margin-top: 10px;
}
.institution {
  display: block;
  font-style: italic;
}

.cancelled {
  color: #999;
  font-style: italic;
}

.recipient > a {
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}

.recipient > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 4px 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  vertical-align: middle;
}

.close-session {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  float: right;
}

.close-session:hover {
  text-decoration: underline;
  color: #000;
}