body {
    margin:0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    color: #676766;
    
}

body, html {
    overflow-x: hidden;
    }

section {
    position: relative;
}

.max-1100 {
    max-width: 1100px!important;
}

.max-900 {
    max-width: 900px!important;
}

.max-80 {
    max-width: 80%;
}

.grid-container, .grid-container-fluid {
    max-width: 80rem;
    position: relative;
    margin: 0 auto;

}

.extra-content {
    padding-top: 2rem
}

.extra-content hr {
    max-width: unset;
}

.accordion-block.upcoming .grid-container {
    padding-bottom: 50px;
}

.grid-container-fluid {
    position: relative;
    margin: 0 auto;
    max-width: 2000px;
    width: 100%;
}

section .grid-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.no-padding-top {
    padding-top: 0!important;
}
.no-bottom-padding {
    padding-bottom: 0!important;
}

.no-padding {
    padding-bottom: 0!important;
    padding-top: 0!important;
}

.no-side-padding {
    padding-left: 0!important;
    padding-right: 0!important;
}
.light-blue {
    background: #009fe3;
}


.landing {
    position: relative;
    height: 100vh;
    min-height: 700px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.landing .overlay {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%,rgba(11, 66, 80, 0.7) 70%, rgba(11, 66, 80, .9) 100%) no-repeat;
        mix-blend-mode: multiply;
}

.landing .sponsor-logo {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 3;
}

.landing h3 {
    text-shadow: #000 0px 0 5px;
}

.sponsor-logo h6 {
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: .8rem;
    
}

.sponsor-logo img {
    width: 220px;
    margin-top: 10px;
}

.landing .bottom-text {

  position: absolute;
  bottom: 20%;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 3;
}

.landing .bottom-text p{
    max-width: 60%;
    margin: 0 auto;
    padding: 0 2rem;
}

.landing .bottom-text img { 
    width: 300px;
}

.blue {
    color: #0b4250;
}

.blue-background {
    background: #0b4250;
}

.white {
    color: #fff;
}

.button {
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #009fe3;
    border: 1px solid #009fe3;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    max-width: 250px !important;
    padding: 0.75rem 1rem !important;
    width: 100%;
    margin-top: 1rem;
}

.button.dark-blue {
    background-color: #0b4250;
    border: 1px solid #0b4250;
}

.button.dark-blue:hover {
    background-color: #ffffff;
    color: #0b4250;
}

.button:hover {
    background-color: #ffffff;
    color: #009fe3;
}

h1 {
    color: #fff;
    font-size: 4rem;
    margin-top: 1.5rem;
    line-height: 1;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: #000 0px 0 5px;
}

h3 {
    color: #fff;
    font-size: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
   
}

h4 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

}


h6 {
    color: #009fe3;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

}

strong {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

p {

    font-size: 1rem;
    line-height: 1.3;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    font-size: 1rem;
    line-height: 1.3;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #009fe3;
}

.no-shadow {
    text-shadow: none;
}

.text-center {
    text-align: center;
}

.line-bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    width: 1px;
    background: #fff;
    margin: 0 auto;
    height: 70px;

}

.line-top {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    width: 1px;
    background: #fff;
    margin: 0 auto;
    height: 70px;

}

.line-top.blue, .line-bottom.blue {
    background: #0b4250;
}



.intro-text {
    background: #0b4250;
    position: relative;
    color:#fff;
    text-align: center;
}


.people-details {
    position: relative;
}

.person-details {
    padding-top: 2rem;
    padding-bottom: 30px
    
}

.people-details h3 {
    margin-bottom: 3rem;
}

.person-details .person-photo {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.person-details .person-text {
 max-width: 80%;
} 

.person-details .person-text h4 {
    color: #0b4250;
}

.image-text-block {
    display: flex;
    max-width: 100rem;
    margin: 0 auto;
}

.image-text-block .image-block {
    width: 50%;
    display: flex;
    align-items: flex-start; 
}

.image-text-block .image-block.end {
    align-items: flex-end; 
}
.image-text-block .image-block img {
    object-fit: cover;
    height: 100%;
}

.image-text-block .text-block {
    padding: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    min-height: 350px;
    width: 50%;

}

.text-padding {
    padding: 60px 60px 60px 0;
}

.load-more {
    display: none;
}
#loadMore {
    cursor: pointer;
    max-width: 200px;
    margin: 0 auto;
}

#loadMore.noContent {
    cursor: none;
}

#loadMore h4{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    
}

#loadMore img {
    width: 30px;
}

#custom {
    max-width: 100rem;
    margin: 0 auto;
    background-size: 50% auto;
    min-height: 500px;
}

.right-block {
    width: 50%;
}

.full-height {
    height: 100%;
}

.image-text-block .text-block.full-width {
    width: 100%!important;
    min-height: unset!important;
    padding: 30px 60px!important;

}
.image-text-block .text-block.no-stack {
    position: relative;
    bottom: unset;
}


.image-text-block .text-block h4 {
    margin-bottom: 0;
}

.image-text-block .map {
    height: 450px;
    position: relative;
    width: 100%;
}

.image-text-block .map iframe {
    width: 100%;
    height: 100%;
}

.image-text-block .small-photo {
    max-width: 50%;
}

.scrolling-background {
    /* min-height: 300px; */
    position: relative;
}

.scrolling-background .overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background:  rgba(11, 66, 80, .65);
    mix-blend-mode: multiply;
}

.scrolling-background .grid-container {
    z-index: 3;
    position: relative;
}

.text-block-icon {
    position: relative;
}

.text-block-icon .icon-block {
    padding: 40px;
    margin-top: 1rem;

}

.text-block-icon .icon-block img {
    max-width: 150px;
    margin: 0 auto 1.5rem;
}

.text-block-icon .icon-block p {
    font-weight: 600;
    margin-bottom: 0;
}

.text-only-block h3 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

/* .text-only-block h3:first-of-type {
    margin-top: 0;
} */

.accordion-block h3 {
    margin-top: 40px;
}

.accordion-block .accordion {
    margin-top: 40px;
    margin-bottom: 0;
}

.accordion-block .accordion .accordion-title, .accordion-block .accordion .accordion-content {
    border: none;
    background: transparent;
    border-bottom: 1px solid #004250;
    padding: 1.5rem 0 1rem;
}

.accordion-block .accordion .title-text {
    max-width: 80%;
}

.accordion-block .accordion .accordion-content .text-content {
    padding-bottom: 1.5rem;
}

.accordion-block .accordion .accordion-title::before {
    background: #009fe3;
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.2;
}

.accordion-block .accordion .accordion-title h4 {
    margin-bottom: 0;
    color: #004250;
    font-weight: 600;
}

.accordion-block .accordion .accordion-title h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.accordion-block .accordion .accordion-content .text-content h5{
   margin-top: 2rem;
   color: #0b4250;
   font-weight: 600;
}


.accordion-block .accordion .accordion-content .text-content h6 {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #0b4250;
    margin-top: 1.5rem;
}
.accordion-block .accordion .accordion-content .text-content h6 b {
    color: #009fe3;
    font-weight: 600;
}
.accordion-block .accordion .accordion-content p, .accordion-block .accordion .accordion-content .text-content ul li {
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.4;
    color: #676766;
   
}
.accordion-block .accordion .accordion-content p strong, .accordion-block .accordion .accordion-content p b {
    font-weight: 600;
}

.accordion-block .accordion .accordion-content .text-content ul {
    list-style: none;
}

.accordion-block .accordion .accordion-content .text-content ul li::before {
    color: #009fe3;
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.25rem;

}

.accordion-block .accordion .accordion-content .text-content hr {
    max-width: unset;
    margin-top: 0;
    border-bottom: 1px solid #01414f;
}

.gallery .photo-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.gallery h3 {
    margin-bottom: 2rem;
}

.sponsors-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.sponsors-list .sponsor-logo-box {
    width: 25%;
    margin: 0 auto;
    text-align: center;
    padding: 0 1.5rem;
}

.sponsors-list .sponsor-logo-box img {
    max-width: 200px;
    
}

footer {
    padding-top: 50px;
    padding-bottom: 50px;
}



@media screen  and (min-width:1024px) and (max-width:1300px) {
    .image-text-block .text-block h4 {
        font-size: 1.2rem;
    }
    .image-text-block .text-block {
        padding: 40px;
        min-height: unset;
    }
} 

@media screen and (max-width:1023px) {

    h1 {
        font-size: 3.3rem;
    }

    h3 {
        font-size: 1.8rem;
    }
    section .grid-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .person-details .person-photo {
        margin: 0 0 1.5rem;
        text-align: left;
    }
    .image-text-block {
        display: block;
    }
    .image-text-block .grid-container {
        width: 100%;
        display: block;
    }

    .image-text-block .grid-container .text-block {
        position: relative;
        bottom: unset;
        min-height: unset;
        width: 100%;
        padding: 40px;
    }
    .image-text-block .text-block h4 {
        max-width: 100%;
    }

    .sponsors-list .sponsor-logo-box {
        width: 33.333%;
    }


}

@media screen and (max-width:768px) {
    .sponsors-list .sponsor-logo-box {
        width: 50%;
    }

    h1 {
        font-size: 2.6rem;
    }

    h3 {
        font-size: 1.35rem;
    }

    h4 {
        font-size: 1.15rem;
    
    }

    .landing .bottom-text img {
        width: 200px;
    }

    section .grid-container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .max-1100, .max-900, .max-80 {
        max-width: unset;
    }
}

@media screen and (max-width:639px) {
    .person-details .person-photo {
        margin: 0 auto 1.5rem;
        text-align: center;
    }
    
    .scrolling-background {
        background-attachment: unset!important
    }

    .person-details .person-text {
        max-width: 100%;
        text-align: center;
    }

    .accordion-block h3 {
        margin-top: 100px;
    }
    .accordion-block .accordion, .gallery h3 {
        margin-top: 0;
    }

    .text-block-icon .icon-block {
        padding: 20px;
    }

    .text-block-icon .icon-block img {
        max-width: 120px;
    }

    .sponsor-logo img {
        width: 180px;
    }
}