* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    color: #06acdc;
}
ul {
    list-style-type: none;
}

body {
    background-color: #fff;
    background-image: url("https://www.transparenttextures.com/patterns/brushed-alum-dark.png");

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
#content {
    margin-bottom: 35px;
    margin-top: 35px;
    background-color: white;
    border: 2px solid black;
    width: 1250px;
    justify-self: center;
    border-radius: 15px;
    padding: 10px;
}
#navigation {
    display: flex;
    justify-content: space-between;
}
#navigation #leftNavigation,
#navigation #rightNavigation {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#navigation #rightNavigation {
    width: 40%;
}
#navigation #centerNavigation {
    width: 20%;
}
#navigation #leftBottomNavigation,
#navigation #rightBottomNavigation {
    display: flex;
    justify-content: space-between;
}
#device_navigation .mobile_link {
    width: 50%;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
#navigation .mobile_link:hover {
    color: #06acdc;
}
#device_navigation .mobile_link::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 30px;
    margin: 0 auto;
    background-color: chocolate;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}
#device_navigation .mobile_link:hover::after {
    transform: scaleX(1);
}
#leftTopNavigation .bubble {
    padding: 15px;
    border: 4px solid #036699;
    color: #036699;
    background-color: rgba(172, 220, 255, 0.5);
    border-radius: 15px;
    width: 350px;
    justify-self: center;
}
.bubble_text {
    text-align: center;
    font-size: 20px;
}
.bubble_text:first-child {
    margin-bottom: 5px;
}
.italic {
    font-style: italic;
}
#rightNavigation #rightTopNavigation {
    display: flex;
    justify-content: center;
    align-items: center;
}
#contactInformation {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
#contactInformation .contact_info {
    font-size: 20px;
    text-decoration: none;
    color: darkslategray;
}

#contactInformation .contact_info a {
    color: darkslategray;
}
#contactInformation .contact_info a:hover {
    color: #06acdc;
}
.gray_bar {
    width: 1200px;
    height: 2px;
    background-color: darkgray;
}
.height_modify {
    margin: 20px;
}
#scroller {
    height: 225px;
}
#scroller img {
    margin-right: 20px;
    max-width: 336px;
    height: 225px;
}
h2.section_heading {
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #666;
    line-height: 0.1em;
    margin: 10px 0 20px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}
h2.section_heading span {
    background-color: #fff;
    padding: 0 10px;
    font-size: 26px;
    color: #06acdc;
}
.staff_item {
    width: 375px;
    background-color: whitesmoke;
    padding: 25px;
    border-radius: 10px;
}
.staff_picture,
.staff_picture img {
    width: 100%;
}
.staff_information {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 22px;
}
.staff_row {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 25px;
}
.staff_row_special {
    justify-content: center;
}
#board_container {
    display: flex;
    justify-content: space-between;
}
#board_container .board_left {
    width: 55%;
}
#board_container .board_right {
    width: 43%;
}
#board_container .board_item h3.board_title {
    font-size: 40px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 3px;
}
#board_container .board_item .board_sep {
    width: 200px;
    height: 3px;
    background-color: #06acdc;
}
#board_container .board_item .board_group {
    margin-left: 50px;
    font-size: 25px;
    margin-top: 10px;
}

#board_container .board_item .board_group li {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.board_gray_line {
    width: 90%;
    height: 2px;
    background-color: lightgray;
}

#board_container .board_item .board_group li .board_member_role {
    margin-left: 75px;
    font-size: 22px;
    font-style: italic;
}
.mapboxgl-popup-content {
    background-color: #06acdc !important;
    color: white;
    border: 2px solid chocolate;
}

.mapboxgl-popup-content p {
    font-size: 15px;
    margin-bottom: -7px;
}
.mapboxgl-popup-content button {
    display: none;
}
.mapboxgl-popup-tip {
    border-top-color: chocolate !important;
}
#mission_container {
    display: flex;
    justify-content: space-between;
}
#mission_container .mission_item {
    width: 49%;
}
#mission_container .left_mission {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
#mission_container .left_mission h3.mission_address {
    font-size: 18px;
}
#mission_container .right_mission .mission_box {
    border: 4px solid #036699;
    border-radius: 10px;
    padding: 15px;
    color: #036699;
    background: rgba(172, 220, 255, 0.5);
    font-size: 22px;
    width: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.mission_black {
    text-align: center;
}
#mission_container .right_mission .mission_box p {
    text-align: center;
    font-style: italic;
}
#mission_container .right_mission .mission_black {
    border: 4px solid black;
    width: 450px;
    padding: 15px;
    color: black;
    font-size: 20px;
}
.bold {
    font-weight: bold;
}
.mission_item .mission_box .mission_label {
    font-size: 26px;
}
#mission_container .right_mission {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
#newsletter_container #slideShowContainer {
    display: flex;
    width: 70%;
    justify-self: center;
    justify-content: center;
}

#newsletter_container #slideShowContainer .slideshow_arrow {
    width: 20%;
}

#newsletter_container #slideShowContainer .slideshow_content {
    width: 5.445in;
    height: 7.26in;
    border: 1px solid black;
}

#newsletter_container #slideShowContainer .slideshow_arrow svg {
    font-size: 42px;
}

#newsletter_container #slideShowContainer .slideshow_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#newsletter_container #slideShowContainer .slideshow_arrow:hover {
    color: chocolate;
}
h3.sub_heading {
    width: 75%;
    text-align: center;
    border-bottom: 3px solid #06acdc;
    line-height: 0.1em;
    text-transform: uppercase;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
h3.sub_heading span {
    background-color: white;
    padding: 0 10px;
    font-size: 22px;
    color: chocolate;
}
#newsletter_container .center_button {
    display: flex;
    width: 150px;
    justify-self: center;
    font-size: 17px;
    align-items: center;
}
#newsletterArchive #archiveList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
}
#newsletterArchive .archiveItem {
    width: 31%;
    margin-bottom: 15px;
}
#newsletterArchive .archiveItem .archive_image {
    width: 100%;
    border: 1px solid black;
}
#newsletterArchive .archiveItem .archive_image img {
    width: 100%;
}

#newsletterArchive .archiveItem .bidzbutton {
    width: 86%;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}
#newsletterArchive .archiveItem .archive_name {
    font-size: 20px;
    text-align: center;
}
#newsletter_container #slideShowContainer img {
    width: 100%;
    height: 100%;
}
.hidden_arrow {
    visibility: hidden !important;
}
.calendar_horizontal {
    width: 100%;
}
.calendar_vertical {
    width: 75%;
    display: flex;
    justify-self: center;
    margin-top: 20px;
}
#bookClubList {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
    margin: auto;
    width: 75%;
}
.book_item {
    width: 31%;
    height: 460px;
}
.book_item .book_picture {
    width: 100%;
}
.book_item .book_picture img.book_picture_img {
    height: 360px;
    width: 100%;
}
.book_item .book_information {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.book_item .book_information .book_title {
    font-size: 22px;
    font-weight: bold;
}
.book_item .book_information .book_author {
    font-size: 20px;
    font-style: italic;
}
.book_item .book_information .book_date {
    font-size: 20px;
}
#karen_container {
    display: flex;
    justify-content: center;
}
#karen_container img {
    width: 50%;
}
#stability_ball_container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    width: 66%;
    justify-self: center;
}
#stability_ball_container .left_ball {
    width: 33%;
}
#stability_ball_container .right_ball {
    width: 65%;
}
#stability_ball_container .left_ball img.ball_image {
    width: 75%;
}
.ball_blue_bar {
    width: 60%;
    height: 2px;
    display: flex;
    justify-self: center;
    background-color: #06acdc;
}
.ball_par {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
span.class_key {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-self: center;
    margin-top: 15px;
}
#slide_to_top {
    position: fixed;
    bottom: 35px;
    left: 35px;
}
#slide_to_top #slide_circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #06acdc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.75s;
}
#slide_to_top #slide_circle:hover {
    transform: rotateZ(360deg);
    background-color: chocolate;
}
#slide_to_top #slide_circle svg {
    font-size: 25px;
}
.samba_par {
    font-size: 18px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}
.samba_picture img {
    width: 200px;
    display: flex;
    justify-self: center;
    margin-bottom: 15px;
}
#super_samba_content {
    display: flex;
    width: 66%;
    justify-content: space-between;
    gap: 40px;
    justify-self: center;
}
#trivia_container {
    display: flex;
    width: 66%;
    justify-content: space-between;
    gap: 40px;
    justify-self: center;
}
img.trivia_image {
    width: 200px;
    display: flex;
    justify-self: center;
    margin-bottom: 15px;
}
p.special_trivia {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-style: italic;
}
p.trivia_par {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}
#left_trivia {
    align-self: center;
}
img.theater_image {
    width: 200px;
}
#slhs_theater p {
    font-size: 20px;
    text-align: center;
    margin-bottom: -20px;
}

#slhs_theater {
    display: flex;
    flex-direction: column;
    width: 66%;
    justify-content: space-between;
    gap: 40px;
    justify-self: center;
    align-items: center;
}
.theater_time {
    font-style: italic;
}
#slhs_theater p:last-child {
    margin-bottom: 0px;
}
#health_tip_container {
    width: 72%;
    margin: auto;
    font-size: 18px;
    text-align: center;
}
h3.sub_heading {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: chocolate;
    text-transform: uppercase;
}
.par_link {
    color: #06acdc;
}
.par_link:hover {
    color: chocolate;
}
.caa_link {
    color: #06acdc;
}
.caa_link:hover {
    color: chocolate;
}
p.health_tip {
    display: none;
}
h3.health_grab {
    width: 100% !important;
    cursor: pointer;
}
h3.health_grab span {
    font-size: 25px !important;
}
h3.health_grab svg {
    font-size: 25px;
    margin-left: 10px;
}

h3.health_grab span {
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
h3.health_grab span svg {
    transition: transform 0.75s;
}
h3.health_grab span:hover svg {
    transform: rotate(180deg);
}
h3.health_grab span:hover {
    color: #06acdc;
}
h3.health_grab span::after {
    content: "";
    position: absolute;
    width: 75%;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40px;
    margin: 0 auto;
    background-color: #06acdc;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}
h3.health_grab span:hover::after {
    transform: scaleX(1);
}
#trip_announcements p.trip {
    text-align: center;
    font-size: 22px;
    margin: auto;
    width: 50%;
    margin-top: 20px;
}
p.fundraising_disclaimer {
    text-align: center;
    font-size: 22px;
    width: 100%;
}
#fundraising_content {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.fundraising_link {
    width: 33%;
    cursor: pointer;
    height: fit-content;
}
.fundraising_tile .fundraising_image {
    width: 100%;
}

.fundraising_tile .fundraising_image img.fundraising_image_img {
    width: 100%;
}
.fundraising_date {
    text-align: center;
}
.fundraising_date_label {
    font-size: 25px;
}

.fundraising_tile img {
    transition: transform 0.2s;
}
.fundraising_tile:hover img {
    transform: scale(1.05);
}
#pickleball_pearson,
#pickleball_millennium {
    display: flex;
    justify-content: space-between;
    width: 75%;
    justify-self: center;
}
#pickleball_millennium {
    flex-direction: row-reverse;
}
.pickleball_map,
.pickleball_description {
    width: 48%;
}
.pickleball_map {
}
.pickleball_description h3 {
    width: 100% !important;
}
.pickleball_description p {
    font-size: 18px;
    text-align: center;
}
.pickleball_description p.pickle_details {
    margin-top: 20px;
}
.pickleball_description p.pickle_details_last {
    margin-bottom: 20px;
}
.pickleball_description .pickle_footer {
    font-weight: bold;
    margin-top: 20px;
}
.blue_pickle_bar {
    width: 75%;
    height: 3px;
    background-color: #06acdc;
    display: flex;
    justify-self: center;
    margin: 20px;
}
p.pickle_special_par {
    font-size: 17px;
    margin-top: 15px;
}
h3.taichi_sub {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
p.taichi_description {
    font-size: 19px;
    width: 50%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
a.fancy_button {
    display: flex;
    justify-self: center;
    font-size: 20px;
    margin: auto;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    position: relative;
    cursor: pointer;
}
a.fancy_button_blue span {
    background-color: #06acdc !important;
}
a.fancy_button span {
    background-color: chocolate;
    display: inline-block;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    transform-style: preserve-3d;
    box-shadow: rgb(136, 136, 136) 5px 6px 8px;
    padding: 18px 60px;
    border-radius: 50em;
    transition: 0.3s ease-out;
}
a.fancy_button:hover {
    transform: scale(1.05);
}
a.active {
    color: #06acdc;
}
a.active::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 30px;
    margin: 0 auto;
    background-color: chocolate;
    transform-origin: center;
}
.bottom_spacing {
    height: 30px;
}
#mobile_navigation {
    display: none;
}

html,
body {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    max-width: 400px;
}
.current_page_bar {
    width: 66%;
    height: 2px;
    background-color: chocolate;
    display: none;
}
.device_active_parent {
    display: flex !important;
    width: 75%;
    margin: auto;
}
.mobile_link.active::after {
    background-color: transparent;
}
.mobile_active_parent + .current_page_bar {
    display: block;
}
.mobile_active_parent a.active::after {
    display: none;
}
#device_navigation {
    display: none;
}
#contactInformation_device {
    display: none;
}
#swim_container {
    text-align: center;
}
.swim_par {
    width: 50%;
}
#swim_container h3.swim_heading {
    font-size: 24px;
}
p.swim_par {
    margin: auto;
    margin-top: 20px;
    font-size: 20px;
}
.swim_bar {
    width: 75%;
    height: 2px;
    background-color: #06acdc;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
