body{
    color: #222;
    
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    font-size: 14pt;
    line-height: 20px;
}
:root{
    accent-color : #e86d1f;
  }
a, a:link, a:visited{
    color: #222;
}
a:hover, a:active {
    color: #e86d1f;
   

}
a:focus-visible{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    
    padding: 5px 5px;
    
}
a:focus-visible{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    
    padding: 5px 5px;
    
}
a[href^="mailto"] {
    text-decoration: underline;
}
a.event-button[href^="mailto"] {
    text-decoration: none;
}
p{
    
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
   
    font-size: 14pt;
    line-height: 1.2;
  
}
strong {
    font-weight: 900;
}
#main-header {
    padding: 0 0;
}
#main-logo img {
    max-width: 246px;
}
#nav-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#main-navigation {
    background-color: transparent !important;
}
ul#menu-main-navigation {
    align-items: center;
}
ul#menu-main-navigation li{
    margin-right: 20px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6px;
    text-align: center;
    
}
ul#menu-main-navigation li:hover{
    padding-bottom: 5px;
    border-bottom: 2px solid #e86d1f;
    
}
ul#menu-main-navigation li:last-child{
    margin-right: 0;
}
ul#menu-main-navigation li a {
    color: #222222;
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    font-size: 14pt;
    font-weight: 700;
    padding-bottom: 0;
}
ul#menu-main-navigation li a:hover, ul#menu-main-navigation li a:active, ul#menu-main-navigation li a:focus-visible{
    color: #e86d1f;
    font-weight: 700;
    
}
ul#menu-main-navigation li.button.orange{
    margin-top: 0;
    padding: 0 0;
}
ul#menu-main-navigation li.button.orange a {
    background: #e86d1f;
    color: #fff;
    font-size: 15px;
    font-size: 14pt;
    font-weight: 900;
    padding: 15px 30px;
    border-radius: 26px;
}
.button.orange {
    background: #e86d1f;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-size: 14pt;
    font-weight: 900;
    padding: 15px 40px;
    border-radius: 26px;
}
.button.blue {
    background: #00929f;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-size: 14pt;
    font-weight: 900;
    padding: 15px 40px;
    border-radius: 26px;
}
.button.white {
    background: #fff;
    color: #e86d1f !important;
    display: inline-block;
    font-size: 15px;
    font-size: 14pt;
    font-weight: 900;
    padding: 15px 40px;
    border-radius: 26px;
}


#main-header-section.fixed-header{
    
    box-shadow: 1px 6px 15px 0px rgba(0,0,0,0.125);
}

#main-header-section.fixed-header #header-logo img {
    min-width: 80px;
	max-width: 80px;
	/*-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;*/
	transition: all .5s ease-in-out;
}

/*home page*/
#home-image-wall-section {
    max-height: 80vh;
    margin-bottom: 20px;
    position: relative;
}

#home-image-wall-top-column {
    display: flex;
    flex-flow: column;
    max-height: 40vh;
    min-height: 40vh;
    height: 40vh;
}
#home-image-wall-bottom-column{
    display: flex;
    flex-flow: column;
    max-height: 40vh;
    min-height: 40vh;
    height: 40vh;

}
#home-image-wall-text-overlay-row{
    width: 100%;
    position: absolute;
    top: 0;
    min-height: 80vh;
}
#image-wall-title {
    background: rgba(255,255,255,.9);
    padding: 50px 60px;
    position: relative;
}
#image-wall-title h1{
    color: #00929f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;


}
#image-wall-title h2{
    color: #00929f;
    font-size: 65px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 0;


}
#image-wall-title::before {
    content: '';
    background: #e86d1f;
    display: block;
    height: 10px;
    width: 80%;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
}
#image-wall-title::after{
    content: '';
    background: #e86d1f;
    display: block;
    height: 10px;
    width: 80%;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;

}
#home-image-wall-section .owl-carousel .owl-stage-outer {
    margin-left: 0!important;
}
 .owl-dots {
    display: none;
}
/*builder fix*/
#home-image-wall-section.ui-sortable, #home-image-wall-top-column.ui-sortable, #home-image-wall-bottom-column.ui-sortable{
    min-height: auto;
    max-height: 100%;
}
#home-image-wall-text-overlay-row.ui-sortable{
    position: relative;
    top: auto;

}
#home-image-wall-text-overlay-column {
    display: flex;
    flex-flow: column;
    min-height: 80vh;
    justify-content: center;
    align-items: center;
}

#home-events {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    flex: 1 1 70%;
}
#home-events-column {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
#home-events-title {
    flex: 1 1 15%;
    max-width: 15%;
}
#home-events-title .section-title{
    margin-bottom: 10px;

}
#home-events-title a{
    text-decoration: underline;

}
#home-events .et_pb_ajax_pagination_container {
    display: flex;
    column-gap: 20px;
}
#home-events article.et_pb_post {
    display: flex;
    flex-flow: column;
    flex: 1 1 20%;
    min-width: 175px;
    padding: 10px;
    border: 2px solid rgba(0,146,159,.25);
    border-top: 2px solid #e86d1f;
}

#home-events article.et_pb_post h2.entry-title{
    font-size: 15px;
    font-size: 14pt;
    font-weight: 700;
    order: 2;

}
#home-events article.et_pb_post p.post-meta {
    order: 1;

}
#home-events article.et_pb_post .post-content {
    order: 3;
    display: flex;
    flex-flow: column;
    height: 100%;
}
#home-events article.et_pb_post .post-content a.more-link {
    margin-bottom: 0;
    margin-top: auto;
    font-size: 15px;
   /* color: rgba(0,146,159,0);*/
}
#home-events-column #sport-events {
    flex: 1 1 75%;
}
#home-events-column #sport-events .decm-show-image-left.col-md-12{
    display: none;
}
#home-mission {
    padding: 100px 0;
}

#home-mission .image-halo-large {
    max-width: 308px;

}
#home-mission .image-halo-large img {
    box-shadow: 0px 0px 0px 44px rgba(0,146,159,.1);
}
#mission-row {
    width: 90%;
    margin-left: -60px !important;
}
.owl-carousel .owl-stage-outer {
    max-height: 100%;
}
.owl-carousel .owl-stage {
    display: flex;
  }

 .owl-carousel .owl-item img {
    width: auto;
    height: 100%;
  }
  .home-carousel-item img {
    object-fit: cover;
}
#carousel-control {
    z-index: 9999999999999999999;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
}
#event-sponsor-carousel-code #carousel-control {
    
    bottom: 5px;
   
    right: 5px;
    font-size: 18px;
}
#carousel-control span {
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
    display: inline-block;
    padding: 5px 0;
    background: #fff;
    width: 40px;
    text-align: center;
}
#event-sponsor-carousel-code #carousel-control span{
    width: 30px;
}
#carousel-control span:first-child{
    margin-right: 5px;
}
span#carousel-pause {
    color: #222;
    cursor: pointer;

}
span#carousel-play {
    color: #222;
    cursor: pointer;

}
span#carousel-pause:hover {
    color: #e86d1f
    

}
span#carousel-play:hover {
    color: #e86d1f
    

}
  #two-column-full-image-section.teal-section{
    background: #00929f;
  }
/*  #page_sponsors_carousel .owl-stage, #page_sponsors_carousel .owl-stage .owl-item, #page_sponsors_carousel .owl-stage .owl-item img {
    max-height: 100px;
    max-width: 100px;
}*/
/*Inner Pages*/

/*page titles*/
#page-title-section {
    background: rgb(255,255,255);
    background: radial-gradient(circle 1000px at 50% -145%, rgba(26,157,168,1) 0%, rgba(26,157,168,1) 54%, rgba(26,157,168,1) 60%, rgba(0,146,159,1) 60%, rgba(0,146,159,1) 100%) !important;
    padding: 40px 0;
    min-height: 12vw;
    display: flex;
    flex-flow: column;
}
#page-title-section h1{
    color: #fff;
    font-family: 'Gotham', sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
#page-title-section h2{
    color: #fff;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.section-title{
    color: #00929f;
    font-family: 'Gotham', sans-serif;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 36px;
}
.section-subtitle{
    font-size: 24px;
    font-weight: 900;
}
.subsection-title{
    color: #00929f;
    font-family: 'Gotham', sans-serif;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 26px;
}
#header-tagline {
   /* max-width: 60%;*/
    margin: auto;
    text-align: center;
    font-size: 17px;
    color: #222;
}
/**/
#two-column-full-image-section {
    background: rgba(0,146,159,.1);
    margin: 10px auto;
}
#two-column-full-image-section .text-column {
    padding: 0 5vw 0 18vw;
}
#two-column-full-image-section.bod .text-column {
    padding: 0 5vw 0 18vw;
}
#two-column-full-image-section .text-column{
    font-family: 'Gotham', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;

}
#two-column-full-image-section .text-column h2{
    color: #00929f;
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;

}
/*blue bar*/
#blue-bar {
    background: #00929f;
    padding: 0 0;
}
#blue-bar .et_pb_text_inner, #blue-bar p{
    text-align: center;
}
#blue-bar a {
    color: #fff;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 10px auto 5px;
    display: block;
}
#blue-bar a::after {
    color: #e86d1f !important;
    content: "\f061" !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    border-radius: 50% !important;
    background: rgb(255,255,255) !important;
    height: 28px !important;
    width: 28px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
    margin-left: 30px;
}

/*teal bar*/
.teal-bar{
    background: rgba(0,146,159,.1);
}

/*email signup bar*/
#signup-bar-section {
    background: #00929f;
    margin-bottom: 14px;
    max-height: 260px;
    padding: 0 0;
}
#signup-bar-row {
    width: 100%;
    max-width: 100%;
    padding: 0 0;
}
#signup-bar-image img {
    max-height: 260px;
    object-fit: cover;
    width: 100%;
}
#signup-bar-form-column {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
#signup-bar-form-column h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
#signup-bar-form-column label.gfield_label {
    color: #fff;
    font-size: 15px;
    font-size: 14pt;
    font-weight: 500;
    font-weight: 700;
}
#signup-bar-form-column .gform_wrapper.gravity-theme input[type=email] {
    min-width: 400px;
}
/*#signup-bar-form-column .gform_wrapper.gravity-theme .gfield input {
    border: 0;
    height: 46px;
    padding: 10px 15px;
}*/
#signup-bar-form-column .gform_wrapper.gravity-theme .gfield input {
    border: 0;
    height: 50px;
    padding: 10px 15px;
    font-size: 14pt;
}
#signup-bar-form-column .gform_wrapper.gravity-theme .gform_footer{
    padding: 0 0;
}
#email-signup-form .gform_wrapper.gravity-theme #field_submit {
    justify-content: flex-start;
}
#signup-bar-form-column .button.gf-button {
    background: #e86d1f;
    border: 0;
    border-radius: 26px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 900;
    padding: 15px 30px !important;
    text-transform: uppercase;
}
#signup-bar-form-column .button.gf-button:hover, #signup-bar-form-column .button.gf-button:active{
    background: #fff;
    
    color: #e86d1f;
    
}

/*Staff*/
.staff-blurb {
    border-top: 2px solid #00929f;
    max-width: calc(100% - 20px);
    padding: 36px 0px;
    margin-bottom: 0 !important;
}
.staff-blurb.founder{
    border-top: 0;
    background: rgba(0,146,159,.1);
    margin-bottom: 36px !important;
    max-width: 100%;
    padding: 36px 36px;

}

.staff-blurb .et_pb_blurb_content{
    max-width: 100%;
}
.staff-blurb .et_pb_main_blurb_image {
    width: 18%;
    min-width: 185px;
}
.blurb-right.et_pb_blurb_position_left .et_pb_blurb_content {
    display: flex;
    flex-direction: row-reverse;
}
 
.blurb-right.et_pb_blurb_position_left .et_pb_main_blurb_image {
   /* width: 75%;*/
    min-width: 158px;
}
 
.blurb-right.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0px;
    padding-right:36px;
}
.staff-blurb .et_pb_main_blurb_image img {
    border: 2px solid #e86d1f;
    border-radius: 50%;
}
.cta-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0px;
    padding-right: 36px;
}
.staff-blurb .et_pb_module_header{
    color: #00929f;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 0;

}
.staff-blurb  .et_pb_blurb_container {
    padding-left: 36px;
}

.staff-blurb .staff-position {
    color: #00929f;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
    padding-bottom: 0;

}

/*contact us*/
#contact-info-column {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}
.contact-info-content {
    flex: 1 1 30%;
}
#contact-address {
    flex: 1 1 38%;
}
#contact-info {
    flex: 1 1 20%;
}
#contact-soc-med a {
    background: #fff;
    border: 1px solid #e86d1f;
    color: #e86d1f;
    padding: 7px 5px;
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: 0 3px 0;
    text-align: center;

}
#contact-soc-med a:hover{
    color: #fff;
    background: #e86d1f;
    
}
#contact-soc-med a img {

    filter: invert(60%) sepia(37%) saturate(6572%) hue-rotate(351deg) brightness(96%) contrast(89%);
}

#contact-soc-med  a:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(105%) contrast(102%);
}

/*Great Lakes  Games*/
body.page-great-lakes-games #page-title-section, body.page-great-lakes-games-registration #page-title-section {
    background: rgb(255,255,255);
    background: radial-gradient(circle 1000px at 50% -50%, rgba(26,157,168,1) 0%, rgba(26,157,168,1) 54%, rgba(26,157,168,1) 60%, rgba(0,146,159,1) 60%, rgba(0,146,159,1) 100%) !important;
    padding: 40px 0;
    min-height: 12vw;
    display: flex;
    flex-flow: column;
}
body.page-great-lakes-games #page-title-section #great-lakes-games-header-row{

}
body.page-great-lakes-games #page-title-section #great-lakes-games-header-row .et_pb_column, body.page-great-lakes-games-registration #page-title-section #great-lakes-games-header-row .et_pb_column{
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    
}
#great-lakes-games-nav .et_pb_text_inner {

}
#great-lakes-games-nav .et_pb_text_inner p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 14px;
    width: 60%;
    margin: auto;
}
#great-lakes-games-nav .et_pb_text_inner a{
    display: block;
    min-width: 30%;
    margin-bottom: 20px;
}

.great-lakes-section {
    padding: 20px 0 0 0;
}
.great-lakes-section.blue{
    background: #00929f;
    color: #fff;
}
.great-lakes-section.orange-section{
    background: #e86d1f;
    color: #fff;
}
.great-lakes-section .title-row {
    padding: 0;
}
.great-lakes-section .title-row h2 {
    color: #00929f;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}
.great-lakes-section.orange-section .title-row h2, .great-lakes-section.blue .title-row h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
#great-lakes-games-registration-link {
    text-align: center;

}
#great-lakes-games-registration-link a {
    background: #fff;
    border-radius: 46px;
    color: #00929f;
    display: inline-block;
    font-size: 40px;
    font-weight: 900;
    padding: 20px 40px;
    text-transform: uppercase;
}
.volunteer-link.button.white {
    background: #fff;
    color: #e86d1f !important;
    display: inline-block;
    font-size: 15px;
    font-size: 14pt;
    font-weight: 900;
    padding: 5px 40px;
    border-radius: 26px;
}
#results-row {

}
#results-row .et_pb_column {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
}
#results-links {

}
#results-links p{
    padding: 0 0;

}
#results-links a{
    margin-bottom: 10px;

}

#great-lakes-carousel .dipl_arrows_outside .swiper-button-prev {
    display: none;
}
#great-lakes-carousel .swiper-button-next:after {
    content: "\f324" !important;
}
/*Events page*/
#events-grid .et_pb_post .entry-featured-image-url img {
    max-height: 258px;
    min-height: 258px;
    width: 100%;
    object-fit: cover;
}
#events-post-details h3 {
    color: #00929f !important;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

/*event post*/
body.postid-1526 .decm-show-detail-center .ecs-eventDate{
    display: none;
}
/*.single-tribe_events .decm-show-detail-center .ecs-location {
    display: none;
}*/


#event-sponsor-carousel-code {
    margin-left: -30px;
}
#event_carousel {
   

}
#event-sponsor-carousel-code {
    margin-left: -30px;
}
#event_carousel .owl-nav button.owl-next, #event_carousel .owl-nav button.owl-prev, #event_carousel button.owl-dot{
    color: #fff !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    border-radius: 50% !important;
    background: #e86d1f !important;
    height: 33px !important;
    width: 33px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
}

#event_carousel .owl-stage:after{
    content: '';
    display: none;
}
#event_sponsors_carousel .owl-nav button.owl-next, #event_sponsors_carousel .owl-nav button.owl-prev, #event_sponsors_carousel button.owl-dot {
    color: #e86d1f !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 400 !important;
    border-radius: 50% !important;
    background: #fff !important;
    height: 33px !important;
    width: 33px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
}
#event_sponsors_carousel .owl-nav button.owl-prev {
    left: -15px;
    padding-top: 34px !important;
}
#event_sponsors_carousel .owl-nav button.owl-next {
    right: -40px;
    padding-top: 34px !important;
}
#event_sponsors_carousel .owl-item img {

    padding: 10px;
}
#page_sponsors_carousel_code {
    height: 144px;
}
#page_sponsors_carousel {
    height: 144px;
}
#page_sponsors_carousel .owl-nav {
    position: relative;
}
#page_sponsors_carousel .owl-nav button.owl-next {
    right: -44px;
}
#page_sponsors_carousel .owl-nav button.owl-prev {
    left: -28px;
}
/*page carousels*/
#page_carousel .owl-nav button.owl-next, #page_carousel .owl-nav button.owl-prev, #page_carousel button.owl-dot {
    color: #fff !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    border-radius: 50% !important;
    background: #e86d1f !important;
    height: 33px !important;
    width: 33px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
}
#page_carousel .owl-nav button.owl-next {
    right: -44px;
}
#page_carousel .owl-nav button.owl-prev {
    left: -28px;
}
.owl-carousel .owl-item .item{
    height: 100%;
    max-height: 210px;
}
.owl-carousel .owl-item img {
    width: auto;
    height: inherit;
    object-fit: cover;
}
/*page sponsors*/
#page_sponsors_carousel .owl-nav button.owl-next, #page_sponsors_carousel .owl-nav button.owl-prev, #page_sponsors_carousel button.owl-dot {
    color: #e86d1f !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 400 !important;
    border-radius: 50% !important;
    background: #fff !important;
    height: 33px !important;
    width: 33px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
   /* margin-top: -36px;*/
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
    position: absolute;
    top: 50%;
}
#page_sponsors_carousel.owl-carousel .owl-item img{
  /*  border: 1px solid #222;*/
    padding: 5px 5px;
    object-fit: contain;
    margin: auto;
}
/*sports & programs*/
.programs-intro {
    background-color: #fff;
    padding: 15px;
}
.programs-intro .two-column-grid {
     column-gap: 3%;
    
}
.programs-intro .two-column-grid img.two-column-grid-item {
    width: 100%;
    max-width: 48.5%;
}

#sports-select {

}
#sports-select .dipl_tab_wrapper .dipl_tabs_controls {
    background: rgba(0,146,159,.1);
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 40%;
    position: relative;
}
#sports-select .dipl_tab_wrapper .dipl_tabs_controls::before{
    content: 'Select a sport';
    border-bottom: 1px solid rgba(0,146,159,.35);
    color: rgba(0,146,159,1);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;

}
#sports-select .dipl_tabs_item_title {
    padding: 0 20px 0 20px;
    width: 100% !important;

}
#sports-select .dipl_tabs_item_title.dipl_active_tab span.dipl_tab_title:focus-visible{
    border-bottom: 2px solid #e86d1f;
}
#sports-select .dipl_tabs_controls .dipl_tabs_item_title_inner_wrap {
    justify-content: flex-start !important;
}
#sports-select .dipl_tabs_item_title.dipl_active_tab {
    background-color: rgba(255,255,255,0) !important;
}

#sports-select .dipl_tabs_item_title.dipl_active_tab span.dipl_tab_title {
    border-bottom: 2px solid #e86d1f;
    padding-bottom: 5px;
}
#sports-select .dipl_tabs_item_title:not(.dipl_active_tab) {
    background-color: rgba(255,255,255,0) !important;
}
#sports-select .dipl_single_tab_content .section-title {
    margin-bottom: 30px;
}
ul.glassa-icon-list {
    list-style: none;
}
ul.glassa-icon-list li {
    border-bottom: 2px solid rgba(0,146,159,.35);
    font-weight: 500;
    list-style: none;
    margin-bottom: 5px;
    padding: 10px 0 10px 40px;
    position: relative;
    
}
ul.glassa-icon-list li:last-child {
    border-bottom: 0;
    
}
ul.glassa-icon-list li::before {
    content: '';
    background: url(/wp-content/uploads/2023/06/glasa_bullet.png) center center no-repeat;
    background-size: cover;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
}



#sports-descriptions {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    flex: 1 1 70%;
}
#sports-descriptions-column {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
#sports-descriptions-title {
    flex: 1 1 15%;
    max-width: 15%;
}
#sports-descriptions-title .section-title{
    margin-bottom: 10px;

}
#sports-descriptions .et_pb_ajax_pagination_container {
    display: flex;
    column-gap: 20px;
}
#sports-descriptions article.et_pb_post {
    display: flex;
    flex-flow: column;
    flex: 1 1 20%;
    min-width: 175px;
    padding: 10px;
    border: 2px solid rgba(0,146,159,.25);
    border-top: 2px solid #e86d1f;
    margin-bottom: 0;
}

#sports-descriptions article.et_pb_post h2.entry-title{
    font-size: 15px;
    font-weight: 700;
    order: 2;

}
#sports-descriptions article.et_pb_post p.post-meta {
    order: 1;

}
#sports-descriptions article.et_pb_post .post-content {
    order: 3;
    display: flex;
    flex-flow: column;
    height: 100%;
}
#sports-descriptions article.et_pb_post .post-content a.more-link {
    margin-bottom: 0;
    margin-top: auto;
    color: rgba(0,146,159,0);
}

.sport-description-section {
    padding: 0;
}
.sport-description-section .et_pb_row {
    width: 100%;
    max-width: 100%;
    padding: 0 0 30px;
}
.sport-description-section .et_pb_row:nth-last-child(2) {
    padding-bottom: 0;
}
body.page-veterans .sport-description-section .et_pb_row {
    width: 80%;
    max-width: 80%;
    padding: 0 0 30px;
}
#sport-events article.act-post .row {
    display: flex;
    flex-flow: column;
    height: 100%;
}
#sport-events article.act-post .row .col-md-12 {
    height: 100%;
}
#sport-events article.act-post .col-md-12:nth-child(2) {
    display: flex;
    flex-flow: column;
    height: 100%;
}
#sport-events .ecs-event.ecs-event-posts{
   /* display: flex;
    flex-flow: column;
    flex: 1 1 20%;
    min-width: 175px;
    padding: 10px;
    padding-bottom: 20px;
    border: 2px solid rgba(0,146,159,.25);
    border-top: 2px solid #e86d1f;
    margin-bottom: 0;
    height: 100%;*/

}
#sport-events article.act-post {
    display: flex;
    flex-flow: column;
    flex: 1 1 20%;
    min-width: 175px;
    padding: 10px;
    padding-bottom: 20px;
    border: 2px solid rgba(0,146,159,.25);
    border-top: 2px solid #e86d1f;
    margin-bottom: 0;
    height: 100%;
    
}
#sport-events article.act-post .row .decm-show-image-left.col-md-12 {
    height: 60%;
    min-height: 190px;
    margin-bottom: 20px;
}
#sport-events article.act-post .row .decm-show-image-left.col-md-12 a{
    height: 100%;
    width: 100%;
    display: block;
}
#sport-events .ecs-event-list .ecs-event .act-post .wp-post-image {
    border-radius: 0 0;
    object-fit: cover !important;
    height: 100%;
    width: 100%;
}
#sport-events .decm-events-details {
    display: flex;
    flex-flow: column;
    height: 100% !important;
}
#sport-events .entry-title.title1{
    order: 2;

}
#sport-events .entry-title.title2{
    font-size: 15px;
    font-weight: 700;
    order: 3;
    
}
#sport-events .decm-show-detail-center {
    order: 1;
    font-size: 15px;
    margin-bottom: 10px;
}
#sport-events span.ecs-detail-label, #sport-events span.decm_date::before, #sport-events .ecs-eventTime, #sport-events .decm_categories,#sport-events .ecs-categories,  #sport-events .ecs-venue.duration.venue.venue-ecs-icon{
    display: none ;
}
body #page-container .et_pb_section .decm_event_display_0#sport-events article.act-post p.ecs-showdetail.et_pb_button_wrapper.mb-2.more-details {
    text-align: right !important;
    margin-bottom: 0 !important;
    margin-right: 1em !important;
    margin-top: auto !important;
}
#sport-events article.act-post .ecs-showdetail.et_pb_button_wrapper, #sport-events .decm_event_display_0 p.ecs-showdetail, body #page-container .et_pb_section #sport-events article.act-post .decm_event_display_0 p.ecs-showdetail {
    order: 5;
    text-align: right;
    margin-top:0 !important ;
    width: 100%;
   /* height: 100%;*/
    display: flex;
    flex-flow: column;

}
#sport-events p.ecs-excerpt{
    order: 4;
    margin-top: 0;
}
#sport-events p.ecs-excerpt::after {
    content: '...';
}
#sport-events article.act-post .act-view-more{
    font-weight: 500;
    font-size: 15px;
    margin: 0 0;
    border: 0;
    padding-right: 0 !important;
    bottom: 0;

}
#sport-events article.act-post .act-view-more:hover, #sport-events article.act-post .act-view-more:active, #sport-events article.act-post .act-view-more:focus{
    margin: 0 0 !important;
    padding-right: 0 !important;

}

#sport-events article.act-post .act-view-more::after{
    color: #fff !important;
    content: "\f061" !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    border-radius: 50% !important;
    background: #e86d1f !important;
    height: 28px !important;
    width: 28px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
    margin-left: 15px !important;
}
.sports-details h4{
    color: rgba(0,146,159,1);
    font-weight: 600;


}
.callout_date {
    color: #e86d1f;
    font-size: 26px;
}
.eventDate-ecs-icon:before, .eventTime-ecs-icon:before, .categories-ecs-icon:before, .price-ecs-icon:before{
  
    color: #e86d1f;

}

/*Career Opportunities*/
#career-opportunities {
    display: flex;
    flex-flow: column;
    flex: 1 1 20%;
    min-width: 175px;
    padding: 10px;
    border: 2px solid rgba(0,146,159,.25);
    border-top: 2px solid #e86d1f;
    margin-bottom: 0;

}
#career-opportunities .dipl_tab_wrapper .dipl_tabs_controls {
    background: rgba(0,146,159,.1);
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 40%;
    position: relative;
}
#career-opportunities .dipl_tab_wrapper .dipl_tabs_controls::before{
    content: 'Openings';
    border-bottom: 1px solid rgba(0,146,159,.35);
    color: rgba(0,146,159,1);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;

}
#career-opportunities .dipl_tabs_item_title {
    padding: 0 20px 0 20px;
    width: 100%;

}
#career-opportunities .dipl_tabs_item_title:first-child {
    flex-flow: column;
    font-weight: 500;
    text-transform: none;
}
#career-opportunities .dipl_tabs_item_title:first-child::after {
    content: 'EMPLOYMENT OPPORTUNITIES';
    display: block;
    font-family: 'Gotham', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    margin: 30px 0 10px 10px;
    cursor:default;
    pointer-events: none;
}
#career-opportunities span.dipl_tab_title {
    text-transform: uppercase;
}
h2.tabs-title {
    border-bottom: 1px solid rgba(0,146,159,.35);
    color: rgba(0,146,159,1);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
}
#career-opportunities .dipl_tabs_controls .dipl_tabs_item_title_inner_wrap {
    justify-content: flex-start;
}
#career-opportunities .dipl_tabs_item_title.dipl_active_tab {
    background-color: rgba(255,255,255,0) !important;
}

#career-opportunities .dipl_tabs_item_title.dipl_active_tab span.dipl_tab_title {
    border-bottom: 2px solid #e86d1f;
    padding-bottom: 5px;
}
#career-opportunities .dipl_tabs_item_title:not(.dipl_active_tab) {
    background-color: rgba(255,255,255,0) !important;
}
#career-opportunities .dipl_single_tab_content .section-title, #career-opportunities .dipl_single_tab_content h3 {
    color: #00929f;
    font-family: 'Gotham', sans-serif;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
}

#career-opportunities.dipl_tabs .dipl_tabs_content .dipl_active_tab_content{
    padding: 0 20px 20px;
}
#career-opportunities.dipl_tabs .dipl_single_tab_content{
    padding: 12px 20px 20px;
}

/*breadcrumbs*/
.custom-breadcrumbs {

}
span.breadcrumb-separator {
    display: inline-block;
    margin: 0 8px;
}
span.current-page-title {
    font-weight: 600;
}
/*Volunteer*/
#volunteer-signup-forms {
    border: 0;
    max-width: 80%;
    margin: auto;
}
#volunteer-signup-forms ul.et_pb_tabs_controls {
    background-color: transparent;
    display: flex;
    justify-content: center;
    max-width: 70%;
    margin: auto;
}

#volunteer-signup-forms .et_pb_tabs_controls li {
    float: none;
    flex: 1 1 50%;
    text-align: center;
    border-right: 0;
}
#volunteer-signup-forms .et_pb_tabs_controls li.et_pb_tab_active{

}
#volunteer-signup-forms .et_pb_tabs_controls li a, #volunteer-signup-forms .et_pb_tabs_controls li.et_pb_tab_active a {
    color: rgba(0,146,159,1) !important;
    display: inline-block;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding: 0 0 10px 0;
}
#volunteer-signup-forms .et_pb_tabs_controls li.et_pb_tab_active a{
    border-bottom: 2px solid #e86d1f;
}


/*About us*/
#about-bottom-image {
    position: absolute;
    right: -10vw;
    top: 10%;
}
#about-bottom-image img{
    max-width: 430px;

}
/*Calendar*/
#calendar{
    font-family: 'Montserrat', sans-serif !important;

}
#calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 20px;
    padding-top: 0;
}
.tribe-events-c-top-bar__datepicker button.tribe-common-h3 time.tribe-events-c-top-bar__datepicker-time{
    color: #00929f;
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;

}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg{
    color: #00929f;
}
.tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: #00929f !important;
}
.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small{
    border-radius: 30px;
}
.tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: #707070 !important;
}
.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum{
    color: #e86d1f !important;

}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:after {
    background-color: transparent;
    bottom: auto !important;
    top: 0;
    content: "";
    display: block;
    height: 4px !important;
    left: -1px;
    position: absolute;
    transition: var(--tec-transition-background-color);
    width: calc(100% + 2px)
}
.tribe-events-calendar-month__day.tribe-events-calendar-month__day--current::after {
    background-color: #e86d1f !important;
    bottom: auto !important;
    top: 0;
    content: "";
    display: block;
    height: 4px !important;
    left: -1px;
    position: absolute;
    transition: var(--tec-transition-background-color);
    width: calc(100% + 2px)
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover::after {
    background-color: #e86d1f;
}
.tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: #707070 !important;
}
a.tribe-events-calendar-month__calendar-event-title-link, .tribe-events .tribe-events-calendar-month__calendar-event-title-link:visited {
    color: #222;
    font-family: 'Gotham', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;

}
a.tribe-events-calendar-month__calendar-event-title-link:hover, a.tribe-events-calendar-month__calendar-event-title-link:active, a.tribe-events-calendar-month__calendar-event-title-link:focus{
    color: #e86d1f !important;
    text-decoration: none;

}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, a.print-button {
    background: #e86d1f;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    padding: 15px 30px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0);
}
.tribe-common .tribe-common-c-btn-border:focus,.tribe-common .tribe-common-c-btn-border:hover,.tribe-common a.tribe-common-c-btn-border:focus,.tribe-common a.tribe-common-c-btn-border:hover, .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active:focus, .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active:hover, .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active:active, a.print-button:active, a.print-button:hover {
    background: #fff !important;
    color: #e86d1f !important;
    border: 1px solid #e86d1f;
}
#tribe-events-events-bar-search .tribe-common-form-control-text__input{
    padding: 10px 15px 15px 45px !important;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 24px;

}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after{
    background-color: #e86d1f !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: 1px solid #707070 !important;
}
/*tribe search button*/
.tribe-events .tribe-events-c-search__button {
    background-color: #e86d1f !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    padding: 10px 30px !important;
    border-radius: 26px !important;
    border: 1px solid rgba(255,255,255,0) !important;
}
.tribe-events .tribe-events-c-search__button:hover, .tribe-events .tribe-events-c-search__button:active, .tribe-events .tribe-events-c-search__button:focus{
    background: #fff !important;
    color: #e86d1f !important;
    border: 1px solid #e86d1f !important;

}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    padding: 6px 15px;
    width: auto;
    border-radius: 18px;
}
.tribe-events-c-top-bar__nav a.tribe-common-c-btn-border-small {
    padding: 6px 15px;
    width: auto;
    border-radius: 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
/* tribe pills*/

.tribe-filter-bar .tribe-filter-bar-c-pill__pill {
    background-color: transparent !important;
    border: 2px solid #707070 !important;
    border-radius: 18px;
}

.tribe-filter-bar .tribe-filter-bar-c-pill__pill {
    padding: 10px 30px !important;
    
    border-radius: 24px !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium, .tribe-common .tribe-common-cta {
    color: #222;
    font-family: 'Gotham', sans-serif;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 24px !important;

}
.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill {
    background-color: transparent !important;
    border-color:#707070 !important;
   
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus,.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
    background-color: transparent !important;
    border-color:#e86d1f !important;
    
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:active, .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus {
    background-color: transparent !important;
    border-color:#e86d1f !important;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    background: #e86d1f !important;
    color: #fff !important;
    text-shadow: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
    width: auto;
   /* display: none;*/
}

/* Calendar tooltips*/
.tooltipster-base.tribe-events-tooltip-theme {
    height: auto!important;
    max-width: 254px;
    padding: var(--tec-spacer-5)
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box {
    margin: 0
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tooltipster-content {
    padding: 0;
    word-break: break-word
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-arrow {
    display: none
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
    margin-bottom: var(--tec-spacer-2);
    width: 206px
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper:last-child {
    margin-bottom: 0
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image,.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-link {
    display: block
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
    margin-bottom: var(--tec-spacer-0)
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime>* {
    vertical-align: middle
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime-featured-icon {
    display: inline-block;
    line-height: 0;
    margin-right: var(--tec-spacer-0)
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title {
    margin-bottom: var(--tec-spacer-0);
    font-size: 15pt !important;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link{
    font-size: 14pt !important;
    font-weight: 700 !important;
    line-height: 1;

}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description p {
    margin-bottom: var(--tec-spacer-1);
    font-size: 14pt !important;
    font-weight: 500 !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description:last-child {
    margin-bottom: 0
}

.tribe-events .tribe-events-calendar-month__calendar-event-title {
    margin: 0
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost {
    margin-top: var(--tec-spacer-3)
}

.tooltipster-base.tribe-events-tooltip-theme {
   /* background-color: var(--tec-color-background-tooltip);
    border: 1px solid var(--tec-color-border-default);
    border-radius: var(--tec-border-radius-default);
    box-shadow: var(--tec-box-shadow-tooltip)*/
    border-top: 4px solid #00929f !important;
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tooltipster-content {
    color: var(--tec-color-text-primary);
    overflow: inherit
}

.tooltipster-base.tribe-events-tooltip-theme--hover {
    background-color: var(--tec-color-background-tooltip)
}
/*donations*/
.donations-grid-row .three-column-grid {
    display: flex;
    column-gap: 20px;
    /* column-gap: 5%; */
    row-gap: 40px;
    flex-wrap: wrap;
}
.donation-box, .three-column-grid .et_pb_module.donation-box {
    background: #00929f;
    border: 2px solid #e86d1f;
    color: #fff;
    margin-bottom: 30px !important;
    padding: 48px 20px 36px;
    text-align: center;
    flex: 1 1 32%;
    max-width: 32%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.donation-box .et_pb_text_inner {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
h3.donation-amount {
    background: #fff;
    border: 2px solid #e86d1f;
    color: #e86d1f;
    display: block;
    font-size: 24px;
    font-weight: 700;
    width: fit-content;
    min-width: 168px;
    padding: 15px 30px;
    position: absolute;
    top: -78px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
h4.donation-lead {
    color: #fff;
    font-size: 17px;
    font-size: 14pt;
    font-weight: 700;
    padding: 0;
    text-align: center;
}
.donation-box p{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}


/*Events grid*/
.events-grid.three-column-blog-grid .et_pb_ajax_pagination_container {
    
    column-gap: 20px;
    row-gap: 20px;
    
}
.events-grid .et_pb_ajax_pagination_container article{
    border:2px solid rgba(0,146,159,.25);
    min-height: 590px;
    padding: 10px;
}
.events-grid .et_pb_ajax_pagination_container article:hover{
    border:2px solid rgba(0,146,159, .5);
   
}
.events-grid h2.entry-title{
    padding: 0 15px 10px;
}
.events-grid h2.entry-title, .events-grid h2.entry-title a {
    color: #00929f;
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;

}
.events-grid .post-content {
    height: 100%;
    flex: 1 1  100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0 15px;
}
.post-content-inner, .post-content-inner p {
    color: #222 !important;
    margin-bottom: 20px;
}
.events-grid .post-content-inner{
    margin-bottom: 10px;
}
.events-grid a.more-link, .events-grid a.act-view-more {
    font-weight: 500;
    margin: 20px 0 20px auto;
}
.events-grid a.more-link::after{
    color: #fff !important;
    content: "\f061" !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    border-radius: 50% !important;
    background: #e86d1f !important;
    height: 28px !important;
    width: 28px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
    margin-left: 15px;
}
/* events grgid new*/
#events-grid article.act-post{
    border: 2px solid rgba(0,146,159,.25);
    min-height: 590px;
    padding: 10px;
}
#events-grid .article.act-post{
    display: flex;
    flex-flow: column;
    padding: 5px;
}
#events-grid article.act-post .row {
    display: flex;
    flex-flow: column;
    height: 100%;
}
#events-grid article.act-post .ecs_event_feed_image {
   
    object-fit: cover!important;
    border-radius: 0;
}
#events-grid article.act-post .col-md-12{
    display: flex;
    flex-flow: column;
    height: 100%;
}
body.page.page-id-1760 #page-container #main-content #events-grid article.act-post .row .decm-events-details p.ecs-showdetail {
    text-align: right !important;
    margin-bottom: 0 !important;
    margin-right: 1em !important;
    margin-top: auto !important;
}
#events-grid article.act-post .col-md-12.decm-show-image-left a {
    margin: 0 auto;
}
#events-grid article.act-post p.ecs-excerpt {
    margin-top: 0;
}
#events-grid article.act-post .decm-events-details {
    display: flex;
    flex-flow: column;
    padding: 0 14px;
    height: 100%;
    flex: 1 1  100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0 15px;
}
#events-grid .entry-title a {
    color: #00929f;
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
#events-grid .entry-title a:hover{
    padding-right: 0 !important;
}
#events-grid .act-view-more{
    font-size: 14pt;
    position: relative;
    padding-right: 1em!important;
}
#events-grid .act-view-more:hover {
    padding-right: 1em!important;
}

.events-grid a.act-view-more::after {
    color: #fff !important;
    content: "\f061" !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    border-radius: 50% !important;
    background: #e86d1f !important;
    height: 28px !important;
    width: 28px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
    margin-left: 15px !important;
    position: absolute;
    right: -28px;
    top: 5px;
}
/*Events post*/
#event-header-title {
    color: #fff;
    font-family: 'Gotham', sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;

}
#event-secondary-title {
    background: url(/wp-content/uploads/2023/06/GLASA_Event-Title-BG.png) top left no-repeat;
    background-size: 260px;
    padding: 55px 0 0 105px;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #e86d1f;
    text-transform: uppercase;
}
/*
body.postid-1526 #event-secondary-title{
    background: url(/wp-content/uploads/2023/07/GLASA-GAMES-logo-finals_Primary-4C.png) top left no-repeat;
    
}*/
.decm-show-detail-center {
    font-size: 17px;
}
span.decm_date::before {
    content: 'When:';
    display: inline-block;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}
span.decm_venue::before {
    content: 'Where:';
    display: inline-block;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}
#event-buttons-wrap {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}
a#event-signup-button, a#even-sponsor-button, a#event-signup-genius-button, a#new-volunteer-signup-button, a#event-sponsor-button {
    background: #e86d1f;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    padding: 10px 30px;
    border: 0;
    border-radius: 26px;
    text-transform: uppercase;
}
a#event-signup-button:hover, a#even-sponsor-button:hover, a#event-signup-genius-button:hover, a#event-signup-button:active, a#even-sponsor-button:active, a#event-signup-genius-button:active{
    border: 0;
}
/*news archive*/
.et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_post p {
    color: #222;
}
.et_pb_post .post-meta {
    font-size: 15px;
    margin-bottom: 6px;
}
#news-archive {
    padding-top: 20px;
}
#news-archive article.et_pb_post {
   
    border-top: 2px solid #00929f;
    display: flex;
    column-gap: 0;
    margin-bottom: 30px !important;
    padding: 30px 0 0;
}
#news-archive a.entry-featured-image-url {
    flex: 1 1 50%;
    margin-right: 30px;
    margin-bottom: 0;
}
#news-archive a.entry-featured-image-url img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#news-archive .news-left-panel {
    display: flex;
    flex-flow: column;

}
#news-archive .news-left-panel h2.entry-title, #news-archive .news-left-panel h2.entry-title a {
    order: 2;
    color: #00929f;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 0px;
}
#news-archive .news-left-panel p.post-meta {
    color: #fff  !important;
    order: 1;
}
#news-archive .news-left-panel p.post-meta span.published {
    color: #222;

}

#news-archive .news-left-panel .post-content{
    order: 3;

}
#news-archive .news-left-panel  a.more-link {
   /* order: 4;*/
    text-align: right;
}
a.more-link {
    font-weight: 500;
    margin: 20px 0 20px auto;
}
a.more-link::after {
    color: #fff !important;
    content: "\f061" !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    border-radius: 50% !important;
    background: #e86d1f !important;
    height: 28px !important;
    width: 28px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
    margin-left: 15px;
}
a.more-link:hover::after{
    background: #f08a48;
}

/* News sidebar*/
#sidebar-column {
    display: flex;
    flex-flow: column;
}
#sidebar-search input.et_pb_s {
    border: 1px solid #222;
    border-radius: 0;
    margin-bottom: 20px;
    height: 100% !important;
}
#sidebar-search.et_pb_search .et_pb_searchform>div{
    flex-flow: column;
}
#sidebar-search.et_pb_search .et_pb_searchform>div::before{
    content: 'Search';
    display: block;
}
#archive-sidebar {
    border-left: 2px solid #e86d1f;
    padding-left: 18px;
    border-right: 0;
    height: 100%;
}
#archive-sidebar {
    border-left: 2px solid #e86d1f;
    padding-left: 18px;
    border-right: 0;
}

#archive-sidebar h2.wp-block-heading {
    color: #00929f;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;

}
#archive-sidebar div {
    margin-bottom: 24px;
}
#custom-post-type-archives-2 h4.widgettitle {
    display: none;
}

.news-post-title {
    color: #00929f;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 0px;
}
/*sponsor carousel*/
.sponsor-carousel .dipl_image_card_carousel_item {
    border: 1px solid #222;
    height: 140px !important;
    margin-bottom: 0!important;
    width: 198px !important;
    max-width: 198px;
    max-height: 140px;
}
.sponsor-carousel .dipl_image_card_image_wrapper {
    padding: 10px;
    text-align: center;
}
.sponsor-carousel .dipl_image_card_image_wrapper img {
    width: 70%;
    object-fit: contain;
}
.sponsor-carousel .swiper-button-next::after, .sponsor-carousel .swiper-button-prev::after {
    color: #e86d1f !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0) !important;
    height: 33px !important;
    width: 33px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
}
/*elements*/
.uppercase{
    text-transform: uppercase;
}

.secondary-title{
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;

}

/*font weight*/
.bold{
    font-weight: 700;
}
.medium, .medium p{
    font-weight: 500;
}
.extrabold{
    font-weight: 800;
}
.heavy, .heavy p{
    font-weight: 900;
}

/*colors*/
.underlined{
    text-decoration: underline;
}
.white{
    color: #fff !important;
}
.orange{
    color: #e86d1f !important;
}
.teal{
    color: #00929f !important;
}
.teal-section{
    background: #00929f !important;
}
.light-blue-section{
    background: rgba(0,146,159,.1);
}
.orange-section{
    background: #e86d1f;

}
/*halo image*/
.image-halo {
    /*padding: 60px;*/
}
.image-halo .et_pb_image_wrap{
    display: block;
    margin: auto;

}
.image-halo img {
    border: 2px solid #e86d1f;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 46px rgba(0,146,159,.1);
    display: block;
    margin: auto;
}

.image-halo-large img {
    border: 2px solid #e86d1f;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 74px rgba(0,146,159,.1);
    display: block;
    margin: auto;
}
.image-round-bordered img {
    border: 2px solid #e86d1f;
    border-radius: 50%;
    display: block;
    margin: auto;
    width: 320px;
    height: 320px;
    object-fit: cover;
}
.image-round-bordered-white img {
    border: 4px solid #fff;
    border-radius: 50%;
    display: block;
    margin: auto;
    width: 320px;
    height: 320px;
    object-fit: cover;
}
/*helpers*/
.hide{
    display: none;
}
.clear{
    clear: both;
}
/* no overflow*/
.no-overflow{
    overflow: hidden;
}
.clipped-right{
    
}
.uppercase{
    text-transform: uppercase;
}
a.down-arrow {
    display: block;

}
a.down-arrow::after {
    color: #fff !important;
    content: "\f063" !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    border-radius: 50% !important;
    background: #e86d1f !important;
    height: 26px !important;
    width: 26px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
    margin-left: 16px;
}

/*text alignment*/
.align-right{
    text-align: right;
}
/*row widths*/
.half-width-row{
    max-width: 50% !important;
}
.three-fourth-width-row{
    max-width: 75% !important;
}
.full-width-row {
    width: 100% !important;
    max-width: 100% !important;
}
.narrow-row {
    max-width: 55%;
}
.no-padding {
    padding: 0 0;
}
.padded-blurb .et_pb_blurb_description {
    padding: 0 10px;
}

/*Two column image on left full*/
.two-column-full-mage-section{

}
.left-side-image span.et_pb_image_wrap {
    width: 100%;
}
.left-side-image span.et_pb_image_wrap img {
    object-fit: cover;
    width: 100%;
    max-height: 440px;
}
.content-column {
    width: 42%;
    max-width: 42%;
    flex-flow: column;
    align-self: center;
    align-items: normal !important;
}
/*
.left-side-image span.et_pb_image_wrap {
    width: 100%;
}
.left-side-image span.et_pb_image_wrap img {
    object-fit: cover;
    width: 100%;
    max-height: 500px;
}*/
.two-column-image-left-full .image-column {
    display: flex;
    flex-flow: column;
}
.right-side-image{
    width: 100%;
    height: 100%;
}
.right-side-image span.et_pb_image_wrap {
    width: 100%;
    height: 100%;
}
.right-side-image span.et_pb_image_wrap img {
    object-fit: cover;
    width: 100%;
    max-height: 500px;
    height: 100%;
}
.short-section .right-side-image span.et_pb_image_wrap img {
    object-fit: cover;
    width: 100%;
    max-height: 330px;
}
.short-section #donate-testimony .right-side-image span.et_pb_image_wrap img{
    object-position: top;
}
.centered-vertical-column {
    display: flex;
    align-items: center;
}
/*gravity forms overrides*/
.gform_wrapper.gravity-theme .gfield_required {
    color: #e86d1f;
    display: inline-block;
    font-size: 16pt;
    padding-left: .125em;
}
.gform_wrapper.gravity-theme .gfield_label {
    color: #222;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #707070;
    color: #222;
    font-size: 15px !important;
    padding: 10px 15px !important;
}
input.text:focus-visible, input.title:focus-visible, input[type=email]:focus-visible, input[type=password]:focus-visible, input[type=tel]:focus-visible, input[type=text]:focus-visible, select:focus-visible, textarea:focus-visible, .gform_wrapper.gravity-theme .gfield-choice-input:focus-visible,  .gform_wrapper.gravity-theme .gform_footer input.gf-button:focus-visible, .button.gf-button:focus-visible{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.gform_wrapper.gravity-theme .gfield select {
    max-width: 100%;
    background: #fff;
    appearance: none;
}
.ginput_container_select{
    position: relative;
}
.ginput_container_select::after {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #707070;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
}
.ginput_container_select::after {
    content: "\f107";
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: flex-end;
}
.gform_wrapper.gravity-theme .gform_footer input.gf-button, .button.gf-button {
    background: #e86d1f;
    border: 0;
    border-radius: 26px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 900;
    padding: 15px 30px !important;
    text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
    height: 24px;
    width: 16px;
}
.three-column-boxes .gfield_checkbox {
    display: flex;
   /* flex-direction: column;*/
    flex-wrap: wrap;
}
.three-column-boxes .gfield_checkbox  .gchoice {
    flex: 1 1 30%;

}

/*Divi blog grid*/
/*add a neceassry position to the blog posts*/

.et_pb_blog_grid .et_pb_post, .et_pb_posts .et_pb_post {
    position: relative;
    }
    
    /*make the title link spread over the entire post*/
    
    .et_pb_blog_grid .et_pb_post .entry-title a:after, .et_pb_posts .et_pb_post .entry-title a:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    }
    
    /*change the mouse cursor into a pointer*/
    
    .et_pb_blog_grid .et_pb_post:hover, .et_pb_posts .et_pb_post:hover {
    cursor: pointer;
    }

/*swiper no swiping*/
.dipl_image_card_carousel_0 .swiper-button-next::after, .dipl_image_card_carousel_0 .swiper-button-prev::after, .dipl_image_card_carousel_1 .swiper-button-next::after, .dipl_image_card_carousel_1 .swiper-button-prev::after {
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
}
.swiper-button-next::after, .swiper-button-prev::after, #event-post-carousel .swiper-button-next::after, #event-post-carousel .swiper-button-prev::after{
    color: #fff !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    border-radius: 50% !important;
    background: #e86d1f !important;
    height: 33px !important;
    width: 33px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 5px!important;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    background: #f08a48 !important;
    color: #fff !important ;
}
.swiper-button-next:after{
    content: "\f061" !important;
}
.swiper-button-prev:after{
    content: "\f060" !important;

}
/*footer*/
#footer-section {
    background: rgba(0,146,159,.1);
}
#footer-column {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
}
.footer-content-column {
    flex: 1 1 14%;
}
#footer-logo {

}
#footer-logo img {
    max-width: 107px;
}
#footer-nav {
    background: transparent;
}
ul#menu-footer-navigation {
    flex-flow: column;
    background: transparent;
   /* text-transform: uppercase;*/
}
#footer-secondary-nav {
    background: transparent;

}
ul#menu-footer-secondary {
    flex-flow: column;
}
#footer-section .et-menu.nav li {
    margin-bottom: 10px;
}
#footer-section .et-menu.nav li a{
    color: #222222;
}
#footer-section .et-menu.nav li a:hover{
    color: #e86d1f;
}
#footer-address {
    flex: 1 1 20%;
}
#footer-address .et_pb_text_inner {
    color: #222222;
    display: flex;
    flex-flow: column;
    font-size: 15px;
    height: 100%;
}
#footer-address .et_pb_text_inner p {
    flex: 1 1 auto;
    font-size: 15px;
}
/*
#footer-address .et_pb_text_inner p:last-child {
    flex: 1;
    margin-bottom: 0;
    font-size: 12px;
}*/
#footer-address a{
    color: #222222;
}
#footer-address a:hover{
    color: #e86d1f;
}
#footer-donate-socmed {
    flex: 1 1 20%;
}
#footer-donate-socmed .et_pb_text_inner {
    display: flex;
    flex-flow: column;
    text-align: center;
    height: 100%;
}
#footer-donate-socmed .et_pb_text_inner p{
    flex: 1 1 auto;
}
#footer-donate-socmed .et_pb_text_inner div {
    flex: 1 1 auto;
    margin-bottom: 0;
}
#footer-donate-socmed a.button.orange {
    max-width: fit-content;
    display: block;
    margin: 10px auto;
    text-transform: uppercase;
}
#footer-soc-med ul {
    list-style: none;
}
#footer-soc-med ul li{
    display: inline-block;
    list-style: none;
}
#footer-soc-med a {
    /* background: #fff; */
    color: #e86d1f;
    padding: 7px 5px;
    display: inline-block;
    height: 38px;
    width: 38px;
    margin: 0 0px 0;
    text-align: center;
}
#footer-soc-med a img {
    margin-bottom: -3px;
    filter: invert(60%) sepia(37%) saturate(6572%) hue-rotate(351deg) brightness(96%) contrast(89%);
}
#footer-soc-med a:hover{
    color: #fff;
    background: #e86d1f;
    
}
#footer-soc-med a:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(105%) contrast(102%);
}
#footer-soc-med a i{
    font-size: 24px;
}

/*grid*/
.two-column-grid{
    display: flex;
    /*column-gap: 40px;*/
    column-gap: 8%;
    row-gap: 80px;
    flex-wrap: wrap;

}

.two-column-grid-item, .two-column-grid .et_pb_module{
    flex: 1 1 50%;
    margin-bottom: 0 !important;
    max-width: 46%;
}/*
.two-column-grid .et_pb_text_inner{
    display: flex;
    column-gap: 40px;
    column-gap: 5%;
    row-gap: 40px;
    flex-wrap: wrap;
    
}*/
.three-column-grid {
    display: flex;
    column-gap: 35px;
    /*column-gap: 5%;*/
    row-gap: 40px;
    flex-wrap: wrap;
}
.three-column-grid.centered-columns {

    justify-content: center;
}
.three-column-grid-item, .three-column-grid .et_pb_module{
    flex: 1 1 30%;
    margin-bottom: 0 !important;
    max-width: 30%;
}
.three-column-blog-grid .et_pb_ajax_pagination_container {
    display: flex;
    column-gap: 40px;
    /* column-gap: 5%; */
    row-gap: 40px;
    flex-wrap: wrap;
}
.three-column-blog-grid .et_pb_ajax_pagination_container article {
    flex: 1 1 30%;
    margin-bottom: 0 !important;
    max-width: 32%;
    display: flex;
    flex-flow: column;
}
.three-column-grid .image-halo img {
    max-width: 270px;
    
}
.four-column-grid {
    display: flex;
    column-gap: 35px;
    /* column-gap: 5%; */
    row-gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-evenly;
    justify-content: space-evenly;
}
.four-column-grid-item {
    flex: 1 1 22%;
    margin-bottom: 0 !important;
    /*max-width: 22%;*/
}
.four-column-grid-item:last-child {
    max-width: 22%;
}

.four-column-blog-grid .et_pb_ajax_pagination_container{
    display: flex;
    /*column-gap: 35px;*/
    column-gap: 4%;
    row-gap: 40px;
    flex-wrap: wrap;
    /*align-items: center;*/
    align-content: space-evenly;
    justify-content: space-evenly;
}
.four-column-blog-grid .et_pb_ajax_pagination_container article {
    flex: 1 1 22%;
    margin-bottom: 0 !important;
    /*max-width: 22%;*/
}
.four-column-blog-grid-item:last-child {
    max-width: 22%;
}



.five-column-grid {
    display: flex;
    column-gap: 35px;
    /* column-gap: 5%; */
    row-gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-evenly;
    justify-content: space-evenly;
}
.five-column-grid-item {
    flex: 1 1 16%;
    margin-bottom: 0 !important;
    /*max-width: 22%;*/
}
.five-column-grid-item:last-child {
    max-width: 22%;
}

.centered-vertical-column {
    display: flex;
    align-items: center;
}
.centered-horizontal-column{
    display: flex;
    justify-content: center;
}
.flex-column{
    flex-flow: column;
}
.flex-justify-center{
    justify-content: center;
}


.blog-grid .entry-featured-image-url{
    display: block;
    order: 1;
    position: relative;
}
.blog-grid .entry-featured-image-url img{
    max-height: 155px;
    min-height: 155px;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.blog-grid .entry-featured-image-url::after{
    content: '';
    background: rgba(55,153,138,.5);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
}
.blog-grid .et_pb_ajax_pagination_container article {
    background: #fff;
    padding: 20px 20px;
    display: flex;
    flex-flow: column;
}

.blog-grid .entry-title {
    color: #566361;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    order: 3;
}
.blog-grid .post-meta{
    color: #566361;
    order: 2;
    padding-top: 16px;
}
.blog-grid .post-content {
    order: 4;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    /* margin-bottom: 0; */
}
.blog-grid .post-content a.more-link {
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 8px;
}
@media only screen and (max-width:1440px){
    .container, .et_pb_row, .et_pb_slider .et_pb_container, .et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
        max-width: 90%;
    }
    .et_pb_row{
        width: 90%;
    }
    #two-column-full-image-section .text-column {
        padding: 0 8vw 0 10vw;
    }
}
@media only screen and (max-width: 1280px){
    .et_pb_row {
        width: 90%;
    }
    #main-header .et_pb_row {
        width: 95%;
        max-width: 95%;
    }
    .narrow-row {
        max-width: 65vw;
        margin: auto auto;
    }
    #two-column-full-image-section .text-column {
        padding: 0 8vw 0 5vw;
    }
    #signup-bar-form-column .gform_wrapper.gravity-theme input[type=email] {
        min-width: 360px;
    }
    

}
@media only screen and (max-width: 1259px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block;
    }
}
@media screen and (max-width:1024px) {
    #main-nav {
        width: 100%;
    }
    #main-header .mobile_menu_bar:before {
        content: "a";
        font-size: 62px;
        position: absolute;
        left: -15vw;
        top: -5vw !important;
        color: #e86d1f !important;
        cursor: pointer;
    }
    #main-header ul#mobile_menu1 {
        border-top:2px solid #e86d1f !important;
        top: 30px;
        margin: auto auto;
      /*  width: 98vw;*/
        /*left: -94vw;*/
    }

    #main-header ul#mobile_menu1 .button.orange{
        display: block;
        padding: 0 40px;
    }
    #main-header ul#mobile_menu1 .button.orange a{
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;

    }
    #home-events-title {
        max-width: 100%;
    }
    #mission-row {
        width: 90%;
        margin-left: auto !important;
    }
    #home-mission .image-halo-large {
        max-width: 80%;
        margin: auto auto 60px;
    }
    .et_mobile_menu li{
        list-style: none;
    }



    #signup-bar-form-column .gform_wrapper.gravity-theme input[type=email] {
        min-width: auto;
    }
    #two-column-full-image-section .text-column {
        padding: 30px 30px;
    }
    /*hide your burgers*/
    #footer-column .et_pb_menu__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: end;
        justify-content: center;
        }
    
        #footer-column .et_pb_menu__menu {
            display: block!important;
        }
        #footer-column .et_mobile_nav_menu {
            display: none!important;
        }

        .narrow-row{
            max-width: 100%;
            margin: auto auto;
        }
        .donation-box, .three-column-grid .et_pb_module.donation-box {
            max-width: 31%;
        }
    
}
@media (max-width:980px){
    /* signup section*/
    #signup-bar-section {
        background: #00929f;
        max-height: 100%;
        padding: 0 0;
    }
    #email-signup-form {
        width: fit-content;
    }

    #event_carousel .owl-stage-outer {
        margin: 0 !important;
    }
    #page_sponsors_carousel .owl-stage-outer {
        margin-left: 0 !important;
    }
    #page_sponsors_carousel .owl-item {
        margin: 0 20px;
    }
}
@media (max-width:768px){
    #main-header .mobile_menu_bar:before {
        content: "a";
        font-size: 52px;
        position: absolute;
        left: -15vw;
        top: -15vw !important;
        color: #e86d1f !important;
        cursor: pointer;
    }
    #main-header ul#mobile_menu1 {
        border-top:2px solid #e86d1f !important;
        top: 30px;
       /* width: 98vw;*/
        /*left: -91vw;*/
    }
    #main-header ul#mobile_menu1 .button.orange{
        display: block;
    }
    #main-header ul#mobile_menu1 .button.orange a{
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;

    }

    /*home page*/
    #home-events-column {
        display: block;
    }
    #home-events-title {
        flex: 1 1 15%;
        max-width: 100%;
    }
    #home-events .et_pb_ajax_pagination_container {
        display: block;
    }
    .post-content-inner, .post-content-inner p {
        
        margin-bottom: 10px;
    }

    /*home carousel resets*/
    #home-image-wall-top-column {
        display: flex;
        flex-flow: column;
        max-height: 34vh;
        min-height: 26vh;
        height: 26vh;
        margin-bottom: 22vh;
    }
    #home-image-wall-bottom-column {
        display: flex;
        flex-flow: column;
        max-height: 28vh;
        min-height: 26vh;
        height: 26vh;
    }
    .home-carousel-item.home-carousel-top, .home-carousel-item.home-carousel-top img {
        /*max-height: 40vh;
        min-height: 40vh;*/
        height: 100%;
        max-height: 255px;
    }
    .home-carousel-item.home-carousel-bottom, .home-carousel-item.home-carousel-bottom img {
       /* max-height: 40vh;
        min-height: 40vh;*/
        height: 100%;
        max-height: 255px;
    }
    #home-image-wall-text-overlay-column {
        min-height: 74vh;
    }
    #image-wall-title {
        background: rgba(255,255,255,.75);
        padding: 30px 60px 20px;
        position: relative;
    }
    #image-wall-title h2 {
       
        font-size: 38px;
       
    }
    #events-grid .decm-show-image-left.col-md-12 {
        max-height: 40% !important;
    }
  /*  #home-image-wall-section {
        max-height: max-content;
       
    }
    #home-image-wall-top-column {

        max-height: 100vh;
        min-height: 100vh;
        height: 100vh;
    }
    #home-image-wall-section .owl-carousel .owl-stage-outer {
        margin-left: 0!important;
        height: 100vh;
    }
    #home-image-wall-top-column .owl-carousel .owl-stage-outer .owl-stage{
        max-height: 100vh !important;
        min-height: 100vh !important;
        height: 100vh !important;
    }
    #home-image-wall-top-column .owl-carousel .owl-stage-outer .owl-stage img{
        max-height: 100vh;
        min-height: 100vh;
        height: 100vh;
    }*/

/* signup section*/
    #signup-bar-section {
        background: #00929f;
        max-height: 100%;
        padding: 0 0;
    }
    #signup-bar-form-column{
        padding: 0 20px 60px;

    }
    #signup-bar-form-column .gform_wrapper.gravity-theme input[type=email] {
        min-width: 100%;
    }
    #signup-bar-form-column .gform_wrapper.gravity-theme .gfield input {
        border: 0;
        height: 46px;
        padding: 5px 15px !important;
        display: block;
        width: 100%;
    }
    #email-signup-form {
        width: 100%;
    }
    #blue-bar a::after {
       
        margin-top: 5px;
        margin-left: 10px;
    }
    #volunteer-signup-forms ul.et_pb_tabs_controls {
        flex-flow: column;
        max-width: 100%;
        row-gap: 10px;
    }
    #volunteer-signup-forms ul.et_pb_tabs_controls li{
        border-bottom: 0;
    }

    #footer-column{
        display: block;
    }
    #footer-logo {
        text-align: center;
    }
    #footer-address .et_pb_text_inner{
        text-align: center;
    }
    ul#menu-footer-navigation li {
        padding-left: 0;
    }

    /*Volunteer*/
    #volunteer-signup-forms{
        max-width: 100%;
    }
    /* about*/
    #about-bottom-image {
        position: relative;
        margin: 60px auto;
        right: auto;
        text-align: center;
    }
    /*events grid*/
    
    .events-grid.three-column-blog-grid .et_pb_ajax_pagination_container {
        display: block;
    }
    .events-grid .et_pb_ajax_pagination_container article{
        max-width: 100%;
        margin-bottom: 20px !important;
    }


    .two-column-full-mage-section .content-column {
        width: 100%;
        max-width: 100%;
        padding: 30px 30px;
    }
    #two-column-full-image-section {
        padding-bottom: 30px;
    }
    
    /*ordering*/
    .mobile-order-row{
        display: flex;
        flex-direction: column;
        
    }
    
    .mobile-order-first{
        order: 1 !important;
    }
    .mobile-order-second{
        order: 2 !important;
    }
    /*reset grids*/
    .two-column-grid {
        display: block;
    
    }
    .two-column-grid-item, .two-column-grid .et_pb_module {
        max-width: 100%;
        margin-bottom: 30px !important;
    }

    .three-column-grid{
        display: block;
    }
    .donations-grid-row .three-column-grid{
        display: block;
    }
    .three-column-grid-item, .three-column-grid .et_pb_module, .three-column-grid-item:last-child, .three-column-grid .et_pb_module:last-child{
        max-width: 100%;
        margin-bottom: 30px !important;
    }
    .donation-box, .three-column-grid .et_pb_module.donation-box {

        max-width: 100%;
        margin-bottom: 60px !important;
    }
    .three-column-grid .et_pb_module.image-halo {
        margin-bottom: 100px !important;
    }

    .five-column-grid {
    display: block;
        
    }
    .five-column-grid-item {
    margin-bottom: 30px !important;
    
    }
    .five-column-grid-item:last-child {
        max-width: 100%;
    }
    .half-width-row{
        max-width: 90%;
    }

    .three-fourth-width-row {
        max-width: 90%;
    }
    #donate-orange-bar {
        display: flex;
        flex-flow: column;
    }
    #donate-orange-bar .et_pb_column_2 {
        width: 100%;
        flex: 1 1 100%;
        justify-content: center;
    }
}
@media (max-width:640px){
    #contact-info-column {
        display: block;
       
    }
    #news-archive article.et_pb_post {
        display: block;
    }
    #news-archive a.entry-featured-image-url {
       margin-bottom: 30px;
    }
    .staff-blurb {
       
        max-width: 100%;
        padding: 36px 36px;
    }
    .staff-blurb .et_pb_main_blurb_image {
        width: 100%;
    }
    .blurb-right.et_pb_blurb_position_left .et_pb_blurb_content {
        display: block;
    }
    .blurb-right.et_pb_blurb_position_left .et_pb_main_blurb_image {
        
        margin: auto;
        padding-bottom: 20px;
    }
    .half-width-row{
        max-width: 90%;
    }
    .three-column-boxes .gfield_checkbox {
        display: block;
    }
    #event_carousel .owl-item img {
        margin: auto;
    }
    #great-lakes-games-nav .et_pb_text_inner p {
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 14px;
        width: 100%;
        margin: auto;
    }
}