#hp-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2166/background-hive-gray.png?v=1601936861000) #285087 no-repeat bottom -200px left 0;
    height: 680px;
    background-size: 35%;
}
.page-wrap.interior .content>.container.hp-banner-hold {
    max-width: 100%;
    padding: 0;
}
.container.hp-banner-hold .padding {
    padding: 0;
}
.page-wrap.interior .content>.container .padding {
    padding: 0;
}
#hp-banner h2 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 40px;
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
}
#hp-banner .hp-banner-slider.slick-initialized.slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}
#hp-banner .slick-slider div {
    transition: none;
}
#hp-banner .slick-initialized .slide-item.slick-slide {
    position: relative;
    -webkit-box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
.hp-banner-slider .owl-nav button {
    display: block;
    border: 0;
    text-indent: -9999px;
    height: 36px;
    width: 21px;
    position: absolute;
}
.hp-banner-slider .owl-nav button span {
    visibility: invisible;
}
.hp-banner-slider .owl-nav button.owl-prev {
    background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/hsf21-hero-slider-prev.png) no-repeat;
    left: 2px;
    top: 50%;
    margin-top: -18px;
}
.hp-banner-slider .owl-nav button.owl-next {
    background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/hsf21-hero-slider-next.png) no-repeat;
    right: 2px;
    top: 50%;
    margin-top: -18px;
}
#hp-banner .slick-initialized .slide-item.slick-slide h3 {
    position: absolute;
    font-size: 45px;
    top: 50%;
    margin-top: -20px;
    line-height: 1;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
    font-weight: 500;
}
#hp-banner .slick-initialized .slick-slide, #hp-banner .slick-initialized .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(.8, .8) !important;
    -moz-transform: scale(.8, .8) !important;
    transform: scale(.8, .8) !important;
    transition: transform 0.3s;
}
#hp-banner .slick-initialized .slick-slide.slick-active.slick-center, #hp-banner .slick-initialized .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    transform: scale(1) !important;
}
#hp-banner .slide-item.slick-slide.slick-current.slick-active.slick-center img {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
}
#hp-banner .slick-initialized .slide-item.slick-slide img {
    width: 100%;
    position: relative;
}
#hp-banner .slick-track {
    transition: all 0.3s ease;
}
#hp-banner .slick-initialized .slide-item.slick-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .25);
    border: 2px solid #fff;
}
#custom-therm-row {
    background: #e65032;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#custom-therm-row h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}
#custom-therm-row .therm-bg {
    width: 100%;
    background: transparent;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.therm-hold {
    width: 100%;
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.progress {
    background-color: #fff;
    top: 40px;
    left: 5%;
    width: 100%;
    text-align: center;
    font-weight: bold;
    height: 48px;
    border-radius: 24px;
    max-width: 960px;
    margin: 0 15px;
    overflow: hidden;
}
.progress-bar {
    float: left;
    width: 0;
    max-width: 100%;
    height: 100%;
    background-color: #285087;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    position: relative;
    border-radius: 24px 0 0 24px;
}
.goal-hold, .raised-hold {
    width: auto;
    min-width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    line-height: 1.2;
}
.goal-hold {
    text-align: right;
}
.raised-hold {
    text-align: left;
}
.goal-hold span, .raised-hold span {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.goal-hold #goal, .raised-hold #raised {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3px;
}
#info-block {
    width: 100%;
    background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/hcf21-hive-gray-reverse.png?v=1601960407000) #f1f1f1 no-repeat top -200px right 0;
    background-size: 35%;
}
#info-block .info-content {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#info-block .video-block {
    width: 540px;
    height: 540px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 34px;
    -webkit-box-shadow: 6px 6px 13px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 13px 0px rgba(0, 0, 0, 0.3);
}
#info-block .video-block:after {
    position: absolute;
    background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/hsf2021-video-play-btn.png?v=1602635597000) no-repeat;
    width: 91px;
    height: 91px;
    content: '';
    left: 50%;
    top: 50%;
    z-index: 11;
    margin-top: -45.5px;
    margin-left: -45.5px;
    pointer-events: none;
}
#info-block .video-block a {
    width: 540px;
    height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#info-block .video-block img {
    width: 534px;
    height: 534px;
    border: 6px solid #fff;
    border-radius: 50%;
    position: relative;
}
#info-block .info-right h2 {
    font-size: 50px;
    margin-bottom: 30px;
    color: #285087;
    text-transform: uppercase;
}
#info-block .info-right p {
    color: #000;
    font-size: 17px;
    line-height: 2;
}
#event-stats {
    width: 100%;
    background: #f1f1f1;
}
#event-stats .stats-row {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#event-stats .stat-item {
    width: 30.333%;
    padding-right: 0;
    max-width: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#event-stats .stat-item .icon {
    width: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.stat-item img {
    display: block;
    width: 100%;
}
#event-stats .stat-text {
    border-left: 2px solid #285087;
    padding-left: 25px;
    margin-left: 30px;
}
#event-stats .stat-text div {
    font-size: 70px;
    color: #e65032;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}
.stat-text .stat-label {
    font-size: 26px;
    color: #285087;
    line-height: 1;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}
#sponsor-block {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
#sponsor-block h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
    line-height: 1.2;
    color: #285087;
    font-size: 44px;
    letter-spacing: 4.4px;
}
#sponsor-block {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#sponsor-block .sponsor-row {
    width: 100%;
    background: #fff;
    margin: 0 auto 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #285087;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#sponsor-block .slick-slider {
    width: 100%;
}
#sponsor-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hsf-sponsors .slick-list {
    padding: 0 25px;
    height: 110px;
}
.hsf-sponsors .slick-arrow {
    display: block;
    border: 0;
    text-indent: -9999px;
    height: 26px;
    width: 15px;
    position: absolute;
}
.hsf-sponsors .slick-prev.slick-arrow {
    background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/sponsor-slider-prev.png) no-repeat;
    text-indent: -9999px;
    left: -20px;
    top: 50%;
    margin-top: -13px;
}
.hsf-sponsors .slick-next.slick-arrow {
    background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/sponsor-slider-next.png) no-repeat;
    right: -20px;
    top: 50%;
    margin-top: -13px;
}
#list-holder .lbd-header {
    position: absolute;
    left: -99999px;
}
#top-lists {
    width: 100%;
    max-width: 680px;
    padding: 60px 120px 50px 0;
    box-sizing: border-box;
}
#list-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.widget-holder.hide-me {
    display: none;
}
#list-holder .lbd-index {
    font-weight: bold;
    color: #000!important;
    width: 20px;
    text-align: right;
}
#list-holder {
    border: 2px solid #285087;
    box-sizing: border-box;
}
#list-holder .lbd-index {
    font-weight: bold;
    font-size: 1.7rem;
    color: #000!important;
}
.list-title {
    width: 48.5%;
    text-align: center;
    padding: 15px 0;
    border: 2px solid #285087;
    margin-bottom: -2px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    background: #285087;
    cursor: pointer;
}
.list-title.active {
    color: #285087;
    background: #fff;
    border-bottom: 2px solid #fff;
}
#participant-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#list-holder {
    border: 2px solid #285087;
    box-sizing: border-box;
    padding: 20px 30px 10px;
}
.lbd-type6 .lbd-row {
    border: 0;
}
#list-holder .lbd-index {
    color: #000 !important;
}
#list-holder .lbd-index, .lbd-type6 .lbd-name, .lbd-type6 .lbd-raised {
    font-weight: bold;
    font-size: 16px!important;
    text-transform: uppercase;
}
.lbd-type6 .lbd-name, .lbd-type6 .lbd-raised {
    color: #285087;
}
#top-lists .leader-all {
    margin: 10px 0;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
}
#top-lists .leader-all a {
    display: block;
    background: #285087;
    color: #fff;
    line-height: 55px;
    width: 100%;
    border: 2px solid #285087;
    box-sizing: border-box;
}
#top-lists .leader-all a:hover {
    background: #fff;
    color: #285087;
}
#participant-block .participant-lists, #participant-block .participant-quotes {
    width: 50%;
}
#participant-block .participant-lists h2, #participant-block .participant-quotes h2 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
}
#participant-block .participant-lists h2 {
    color: #285087;
}
#participant-block .participant-quotes h2 {
    color: #fff;
}
#participant-block .participant-quotes {
    background: #285087;
}
#participant-block .participant-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#participant-block .participant-quotes {
    background: #285087;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.quote-block {
    width: 100%;
    max-width: 680px;
    padding: 60px 0 60px 90px;
    text-transform: uppercase;
}
.bubble-row {
    display: block;
    position: relative;
    width: 100%;
    height: 550px;
    float: left;
}
.bubble-row img {
    display: block;
    border: 4px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.bubble-quote {
    position: absolute;
}
.bubble-quote .quote-text {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px 25px;
    font-size: 16px;
    text-transform: none;
    font-style: italic;
    z-index: 100;
    -webkit-box-shadow: 3px -3px 14px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 3px -3px 14px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 3px -3px 14px 0px rgba(0, 0, 0, 0.32);
}
.bubble-quote .quote-text p {
    padding: 0 0 5px;
    color: #285087;
    text-align: left;
}
.bubble-quote .quote-text span.name-hold {
    font-style: normal;
}
.bubble-quote:hover img {
    border: 4px solid #96d2ff;
}
.bubble-quote:hover .quote-text {
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.bubble-quote:hover .quote-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 60px;
    width: 0;
    height: 0;
    border-top: solid 25px #fff;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}
.bubble-quote .quote-text {
    width: 400px;
}
.bubble-quote.quote-1 {
    max-width: 146px;
    left: 5%;
    top: 7%;
}
.bubble-quote.quote-1 .quote-text {
    bottom: 120%;
    left: 0;
}
.bubble-quote.quote-1:hover .quote-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 48px;
}
.bubble-quote.quote-2 {
    max-width: 100%;
    left: 26%;
    top: 21%
}
.bubble-quote.quote-2 .quote-text {
    bottom: 114%;
    left: 0;
}
.bubble-quote.quote-2:hover .quote-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 99px;
}
.bubble-quote.quote-3 {
    max-width: 170px;
    right: 15%;
    top: 1%
}
.bubble-quote.quote-3 .quote-text {
    bottom: 118%;
    right: 0;
}
.bubble-quote.quote-3:hover .quote-text:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 60px;
    left: auto;
}
.bubble-quote.quote-4 {
    width: 180px;
    left: 1%;
    bottom: 12%;
}
.bubble-quote.quote-4 .quote-text {
    bottom: 118%;
    left: 0;
}
.bubble-quote.quote-4:hover .quote-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 65px;
}
.bubble-quote.quote-5 {
    max-width: 130px;
    left: 36%;
    bottom: 0;
}
.bubble-quote.quote-5 .quote-text {
    bottom: 122%;
    left: 0;
    width: 320px;
}
.bubble-quote.quote-5:hover .quote-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 40px;
}
.bubble-quote.quote-6 {
    max-width: 170px;
    right: 15%;
    bottom: 10%;
}
.bubble-quote.quote-6 .quote-text {
    bottom: 118%;
    right: 0;
}
.bubble-quote.quote-6:hover .quote-text:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 60px;
    left: auto;
}
.bubble-quote.quote-7 {
    max-width: 120px;
    right: 2.5%;
    top: 34%;
}
.bubble-quote.quote-7 .quote-text {
    bottom: 126%;
    left: auto;
    right: 0;
}
.bubble-quote.quote-7:hover .quote-text:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 35px;
    left: auto;
}
.support-promo {
    background: #e64924;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.support-image {
    width: 40%;
}
.support-promo .support-image img {
    display: block;
    width: 100%;
}
.support-promo .link-block {
    width: 60%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.support-promo .link-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 70px;
    box-sizing: border-box;
}
.support-promo .link-block a:hover {
    background: #c33013;
}
#mission-steps {
    background: #f1f1f1;
    position: relative;
}
#mission-steps:before {
    content: '';
    background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/hcf21-hive-gray-2.png?v=1602285711000) no-repeat left bottom -200px;
    z-index: 10;
    position: absolute;
    width: 710px;
    height: 900px;
}
.support-promo .link-block a span {
    display: block;
    font-size: 30px;
}
.steps-block {
    width: 100%;
    max-width: 1530px;
    padding: 50px 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
.steps-block h2 {
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #285087;
    margin-bottom: 50px;
}
.steps-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.steps-row .step-item {
    width: 25%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.steps-row .step-item .right {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #285087;
    padding-left: 25px;
}
.steps-row .step-item .left {
    font-size: 70px;
    font-weight: 700;
    color: #e65032;
    line-height: .9;
    padding-right: 25px;
    border-right: 2px solid #285087;
}
.mission-row {
    background: #fff;
    position: relative;
}
.mission-hold {
    width: 100%;
    margin: 0 auto;
    max-width: 1530px;
    padding: 150px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 20;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mission-hold .title-block {
    background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/H-Icon.png?v=1588621714000) no-repeat center left;
    background-size: 125px 125px;
    width: 35.493%;
    min-width: 400px;
    text-transform: uppercase;
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 170px;
}
.mission-hold .title-block h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
    color: #285087;
    margin-bottom: 0;
}
.mission-hold .text-block {
    padding: 0;
    font-size: 16px;
}
/*NEW CAROUSEL*/

.hsf-sponsors.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hsf-sponsors .owl-item .sponsor-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}
.hsf-sponsors .owl-item img {
    display: block;
    width: 100%;
    max-width: 200px;
}
.hsf-sponsors .owl-nav button {
    display: block;
    border: 0;
    text-indent: -9999px;
    height: 26px;
    width: 15px;
    position: absolute;
}
.hsf-sponsors .owl-nav button.owl-prev {
    background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/sponsor-slider-prev.png) no-repeat;
    text-indent: -9999px;
    left: -20px;
    top: 50%;
    margin-top: -13px;
}
.hsf-sponsors .owl-nav button.owl-next {
    background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/sponsor-slider-next.png) no-repeat;
    right: -20px;
    top: 50%;
    margin-top: -13px;
}
#hp-banner .hp-banner-slider.owl-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}
#hp-banner .owl-item.active .slide-item {
    position: relative;
    -webkit-box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border: 4px solid #fff;
}
#hp-banner .owl-item.active .slide-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .25);
}
#hp-banner .slide-item h3 {
    position: absolute;
    font-size: 45px;
    top: 50%;
    margin-top: -20px;
    line-height: 1;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
    font-weight: 500;
}
#hp-banner .owl-carousel.owl-drag .owl-item {
    opacity: 0;
}
#hp-banner .owl-carousel.owl-drag .owl-item.active {
    -webkit-transform: scale(.8) !important;
    -moz-transform: scale(.8) !important;
    transform: scale(.8) !important;
    transition: transform 0.3s;
    opacity: 1;
}
#hp-banner .owl-carousel.owl-drag .owl-item.active.center {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    transform: scale(1) !important;
    transition: transform 0.3s;
}
@media(max-width: 1420px) {
    #top-lists {
        padding: 60px 20px 50px 20px;
    }
    .quote-block {
        padding: 60px 10px 60px 60px;
    }
    #participant-block .participant-lists {
        width: 45%;
    }
    #participant-block .participant-quotes {
        width: 55%;
    }
    .support-promo .link-block {
        width: 70%;
        padding: 0 0 0 50px;
    }
}
@media(max-width: 1380px) {
    .hp-banner-slider .owl-nav button {
        height: 30px;
        width: 17px;
    }
    .hp-banner-slider .owl-nav button span {
        visibility: invisible;
    }
    .hp-banner-slider .owl-nav button.owl-prev {
        background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/hsf21-hero-slider-prev.png) no-repeat;
        left: 6px;
        top: 50%;
        margin-top: -15px;
        background-size: cover;
    }
    .hp-banner-slider .owl-nav button.owl-next {
        background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/hsf21-hero-slider-next.png) no-repeat;
        right: 6px;
        top: 50%;
        margin-top: -15px;
        background-size: cover;
    }
}
@media (max-width:1310px) {
    .steps-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
    }
    .steps-row .step-item {
        width: 48.5%;
        padding-right: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-bottom: 40px;
    }
}
@media (max-width:1300px) {
    #hp-banner {
        height: auto;
        padding-bottom: 70px;
    }
}
@media (max-width:1270px) {
    .mission-hold .title-block {
        background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/H-Icon.png?v=1588621714000) no-repeat center left;
        background-size: auto;
        background-size: 115px 115px;
        width: 30.493%;
        min-width: 300px;
        height: 115px;
        padding-left: 140px;
    }
    .mission-hold .title-block h2 {
        font-size: 40px;
    }
}
@media(max-width: 1240px) {
    .quote-block {
        padding: 60px 10px 60px 20px;
        margin: 0 auto;
        text-align: center;
        max-width: 750px;
    }
    #participant-block .participant-lists {
        width: 44%;
    }
    #participant-block .participant-quotes {
        width: 56%;
    }
}
@media(max-width: 1180px) {
    #participant-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #participant-block .participant-lists {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #participant-block .participant-quotes {
        width: 100%;
    }
    .quote-block {
        padding: 60px 20px;
        margin: 0 auto;
        text-align: center;
        max-width: 750px;
    }
}
@media(max-width: 1130px) {
    .support-promo .link-block {
        width: 60%;
        padding: 0 0 0 30px;
    }
    .support-image {
        width: 40%;
    }
    .support-promo .link-block a {
        font-size: 40px;
    }
    .support-promo .link-block a span {
        font-size: 26px;
    }
    .mission-hold {
        padding: 100px 15px;
    }
    #mission-steps:before {
        width: 500px;
        height: 794px;
        bottom: 0;
    }
    #info-block .video-block {
        width: 400px;
        height: 400px;
    }
    #info-block .video-block a {
        width: 400px;
        height: 400px;
    }
    #info-block .video-block img {
        width: 394px;
        height: 394px;
    }
    #info-block .info-right h2 {
        font-size: 40px;
        margin-bottom: 30px;
        color: #285087;
        text-transform: uppercase;
    }
    #info-block {
        width: 100%;
        background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/hcf21-hive-gray-reverse.png?v=1601960407000) #f1f1f1 no-repeat top 0 right 0;
        background-size: auto;
        background-size: 45%;
    }
    #event-stats .stat-text div {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 0;
    }
    .stat-text .stat-label {
        font-size: 22px;
        letter-spacing: 2.2px;
    }
    #event-stats .stat-item {
        width: 33%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media(max-width: 1020px) {
    .hp-banner-slider .owl-nav button {
        height: 22px;
        width: 13px;
    }
    .hp-banner-slider .owl-nav button span {
        visibility: invisible;
    }
    .hp-banner-slider .owl-nav button.owl-prev {
        margin-top: -11px;
    }
    .hp-banner-slider .owl-nav button.owl-next {
        margin-top: -11px;
    }
}
@media(max-width: 1000px) {
    .mission-hold {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 60px 80px;
    }
    .mission-hold .title-block {
        margin: 0 auto 25px;
    }
    .mission-hold .text-block {
        width: 100%;
    }
}
@media(max-width: 980px) {
    #event-stats .stat-item {
        width: 33%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #event-stats .stat-item:first-of-type {
        width: 36%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #event-stats .stat-item:last-of-type {
        width: 30%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media(max-width: 940px) {
    .therm-hold {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .therm-hold .progress {
        margin: 0 0 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .goal-hold, .raised-hold {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #event-stats .stats-row {
        padding: 30px 15px;
    }
    #event-stats .stat-text {
        padding-left: 20px;
        margin-left: 20px;
    }
    .support-promo .link-block {
        width: 100%;
        padding: 30px;
        text-align: center;
    }
    .support-promo {
        background: #e64924;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .support-image {
        width: 100%;
    }
    .support-promo .link-block a {
        line-height: 1.4;
    }
    #hp-banner .slick-initialized .slide-item.slick-slide h3 {
        font-size: 40px;
    }
}
@media(max-width: 900px) {
    #event-stats .stat-text div {
        font-size: 45px;
        line-height: 55px;
    }
    .stat-text .stat-label {
        font-size: 20px;
        letter-spacing: 2.0px;
    }
}
@media(max-width: 830px) {
    #hp-banner .slick-initialized .slide-item.slick-slide h3 {
        font-size: 36px;
    }
    #info-block .info-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #info-block .video-block {
        width: 546px;
        height: 546px;
        margin-bottom: 50px;
        margin-right: 0;
    }
    #info-block .video-block a {
        width: 546px;
        height: 546px;
    }
    #info-block .video-block img {
        width: 540px;
        height: 540px;
    }
    #info-block .info-content {
        padding: 70px 15px 0;
    }
}
@media(max-width: 820px) {
    #event-stats .stats-row {
        padding: 30px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #event-stats .stat-item {
        width: 100% !important;
    }
    #event-stats .stat-text {
        padding-left: 20px;
        margin-left: 20px;
        width: 164px;
        padding-bottom: 20px;
    }
    .steps-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .steps-row .step-item {
        width: 100%;
        padding-right: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-bottom: 40px;
        max-width: 500px;
    }
}
@media(max-width: 767px) {
    #hp-banner .hp-banner-slider.owl-carousel {
        width: 94%;
        max-width: 380px;
    }
    .hp-banner-slider .owl-nav button.owl-prev {
        left: -26px;
    }
    .hp-banner-slider .owl-nav button.owl-next {
        right: -26px;
    }
}
@media(max-width: 672px) {
    #top-lists {
        padding: 40px 15px 40px 15px;
    }
    .bubble-quote.quote-1 {
        width: 23.548%;
        left: 5%;
        top: 7%;
    }
    .bubble-quote.quote-1 .quote-text {
        bottom: 120%;
        left: 0;
    }
    .bubble-quote.quote-1:hover .quote-text:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 48px;
    }
    .bubble-quote.quote-2 {
        width: 39.240%;
        left: 26%;
        top: 21%
    }
    .bubble-quote.quote-2 .quote-text {
        bottom: 114%;
        left: 0;
    }
    .bubble-quote.quote-2:hover .quote-text:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 99px;
    }
    .bubble-quote.quote-3 {
        max-width: 25.899%;
        right: 15%;
        top: 1%
    }
    .bubble-quote.quote-3 .quote-text {
        bottom: 118%;
        right: 0;
    }
    .bubble-quote.quote-3:hover .quote-text:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 60px;
        left: auto;
    }
    .bubble-quote.quote-4 {
        width: 29.032%;
        left: 1%;
        bottom: 12%;
    }
    .bubble-quote.quote-4 .quote-text {
        bottom: 118%;
        left: 0;
    }
    .bubble-quote.quote-4:hover .quote-text:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 65px;
    }
    .bubble-quote.quote-5 {
        max-width: 20.57%;
        left: 36%;
        bottom: 0;
    }
    .bubble-quote.quote-5:hover .quote-text:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 40px;
    }
    .bubble-quote.quote-6 {
        max-width: 26.899%;
        right: 15%;
        bottom: 10%;
    }
    .bubble-quote.quote-6 .quote-text {
        bottom: 118%;
        right: 0;
    }
    .bubble-quote.quote-6:hover .quote-text:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 60px;
        left: auto;
    }
    .bubble-quote.quote-7 {
        max-width: 18.987%;
        right: 2.5%;
        top: 34%;
    }
    .bubble-quote.quote-7 .quote-text {
        bottom: 126%;
        left: auto;
        right: 0;
    }
    .bubble-quote.quote-7:hover .quote-text:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 35px;
        left: auto;
    }
    #mission-steps::before {
        width: 100%;
        height: 550px;
        bottom: -50px;
        background-size: 100%;
    }
}
@media(max-width: 640px) {
    .bubble-quote .quote-text {
        width: 350px;
        padding: 15px;
    }
}
@media(max-width: 600px) {
    .bubble-row {
        height: 480px;
    }
    .goal-hold span, .raised-hold span {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .goal-hold #goal, .raised-hold #raised {
        font-size: 25px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 3px;
    }
    #participant-block .participant-lists h2 {
        font-size: 40px;
    }
    #list-holder {
        padding: 20px 10px 10px;
    }
}
@media(max-width: 560px) {
    #info-block .video-block a, #info-block .video-block {
        width: 420px;
        height: 420px;
    }
    #info-block .video-block img {
        width: 414px;
        height: 414px;
    }
    .mission-hold {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 20px;
    }
}
@media (max-width:540px) {
    #hp-banner h2 {
        font-size: 40px;
    }
    .list-title.team {
        width: 39.5%;
    }
    .list-title.individual {
        width: 57.5%;
    }
    .mission-hold .title-block {
        background: url(https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10002/H-Icon.png?v=1588621714000) no-repeat top center;
        background-size: 115px 115px;
        width: 100%;
        min-width: 300px;
        height: auto;
        padding-left: 0;
        padding-top: 130px;
    }
    .mission-hold .title-block h2 {
        font-size: 40px;
        text-align: center;
        width: 100%;
    }
    .bubble-quote:hover .quote-text:after {
        border-top: solid 15px #fff;
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
    }
    .bubble-quote.quote-2:hover .quote-text:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
    }
    .bubble-quote.quote-2 .quote-text {
        bottom: 114%;
        left: -100px;
    }
    .bubble-quote.quote-5:hover .quote-text:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -12.5px;
    }
    .bubble-quote.quote-5 .quote-text {
        left: -120px;
    }
    .bubble-quote.quote-6 .quote-text {
        right: -12px;
    }
}
@media(max-width: 500px) {
    .bubble-row {
        height: 400px;
    }
    .quote-block {
        padding: 30px 20px;
    }
}
@media(max-width: 470px) {
    .bubble-quote .quote-text {
        width: 300px;
        padding: 15px;
    }
    #info-block .video-block a, #info-block .video-block {
        width: 370px;
        height: 370px;
    }
    #info-block .video-block img {
        width: 364px;
        height: 364px;
    }
}
@media(max-width: 440px) {
    #hp-banner .hp-banner-slider.owl-carousel {
        width: 84%;
        max-width: 380px;
    }
    .hp-banner-slider .owl-nav button.owl-prev {
        left: -20px;
    }
    .hp-banner-slider .owl-nav button.owl-next {
        right: -20px;
    }
    #hp-banner .slide-item h3 {
        font-size: 38px;
    }
    .list-title {
        font-size: 17px;
        padding: 15px 3px;
    }
    .list-title.team {
        width: 37.5%;
    }
    .list-title.individual {
        width: 62.5%;
    }
    .bubble-row {
        height: 340px;
    }
    .quote-block {
        padding: 30px 10px;
    }
    .steps-block h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}
@media(max-width: 400px) {
    #hp-banner h2 {
        font-size: 36px;
        margin: 30px 15px 40px;
    }
    .bubble-quote.quote-6 .quote-text, .bubble-quote.quote-3 .quote-text {
        right: -40px;
    }
    .bubble-quote.quote-3:hover .quote-text:after {
        right: 75px;
    }
    .bubble-quote.quote-7:hover .quote-text:after {
        right: 20px;
    }
    #info-block .video-block a, #info-block .video-block {
        width: 300px;
        height: 300px;
    }
    #info-block .video-block img {
        width: 300px;
        height: 300px;
    }
}
@media(max-width: 375px) {
    .bubble-row {
        height: 300px;
    }
    .bubble-quote.quote-4:hover .quote-text:after {
        left: 40px;
    }
}
@media(max-width: 360px) {
    .bubble-quote .quote-text {
        width: 280px!important;
        padding: 10px;
        box-sizing: border-box;
    }
    .bubble-quote.quote-2 .quote-text {
        left: -85px;
    }
    .bubble-quote.quote-5 .quote-text {
        left: -110px;
    }
    .bubble-quote.quote-1:hover .quote-text::after {
        left: 26px;
    }
}