/**
 * @file
 * Subtheme specific CSS.
 * breakpoints per bootstrap:
 *   - xs < 576px
 *   - sm < 768px
 *   - md < 992px
 *   - lg < 1200px
 *   - Xl > 1200px
 */
/** ADMIN View Fixes **/
.nav-tabs a.nav-link {
	color: #007bff;
 }

 .user-logged-in header#header {
 	top: 87px;
 }

/** GENERAL **/
html, body {
	overflow-x: hidden;
}

#main.container-fluid {
	padding: 0;
}

#main .node__content {
	margin: 0;
}


/** All Other Heroes **/
.hero {
	height: 250px;
	margin-bottom: 0px;
}

.hero.about {
	background: url('../img/about-hero.jpg') top center no-repeat;
	background-size: cover;
}

.hero.season {
	background: url('../img/resource_banner.jpeg') top center no-repeat;
	background-size: cover;
}

.hero.events {
	background: url('../img/events-hero.jpg') top center no-repeat;
	background-size: cover;
}

.hero.connect {
	background: url('../img/connect-hero.jpg') top center no-repeat;
	background-size: cover;
}

.info-desktop .info-head-text {
    text-align: center !important;
    font-size: 15px;
    font-weight: 800;
    background: white;
    line-height: 33px;
    height: 55px;
    margin: auto;
    color: #1a1311;
    font-style: unset;
    padding: 12px;
}

.infos-mobile .info-head-text {
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    background: white;
    line-height: 31px;
    height: 49px;
    margin: auto;
    color: #1a1311;
    font-style: unset;
    padding: 10px;
    width: 84%;
    border-radius: 10px;
    margin-top: 30px;
}
.infos-mobile .discover .info-head-text {
    width: 66%;
}
.infos-mobile .explore .info-head-text {
    width: 80%;
}

.infos-mobile .challenge .info-head-text {
    width: 73%;
}


@media (min-width: 992px) {
	.hero {
		height: 450px;
	}
}

/** Home Page Hero **/
.home-hero {
	position: relative;
	/*background: url('../img/hero.svg') bottom left no-repeat;*/
	padding-bottom: 75px;
	margin-bottom: 75px;
}

.home-hero .hero-img img {
	width: 100%;
}

.home-hero .hero-img .overlay {
	/*background: linear-gradient(to right,#000000,rgba(0,0,0,0));*/
	position: absolute;
	width: 100%;
	height: calc(100% - 75px);
	top: 0;
	left: 0;
	opacity: 0.65;

}

.home-hero .hero-img {
	max-height: 750px;
	overflow: hidden;
	background: url('../img/slider_img.jpeg') top center no-repeat;
	background-size: cover;
	height: 100vw;
}

.home-hero h1 {
	color: white;
	position: absolute;
	top: auto;
	bottom: 0;
	padding: 0 40% calc(7% + 75px) 10%;
}

.button.banner-button {
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    padding: 8px 8px 8px 8px;
    display: inline;
}

span.banner-text {
    font-size:25px;
}

.home-hero h3 {
    color: white;
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 0 40% calc(15% + 75px) 10%;
}

.hero-divisions {
	position: absolute;
	right: -15px;
	display: flex;
	width: 62%;
	margin-top: -50px;
	z-index: 3;
}

.hero-divisions .division {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 10px;
}

.hero-divisions .division img {
	max-height: 104px;
	display: inline-block;
	border-right: 1px solid white;
	width: 50%;
	padding: 0 5px;
}

.ages {
	display: inline-block;
	text-align: center;
	width: 52%;
	font-weight: bold;
	letter-spacing: 0.2px;
	padding: 0 5px;
}

.ages .hn-ltcn {
	display: block;
	font-size: 1.7rem;
}

/** Small **/
@media (max-width: 992px) {
	.home-hero {
		position: relative;
		/*background: url('../img/mobile-hero.svg') bottom left no-repeat;*/
		padding-bottom: 50px;
		margin-bottom: 100px;
	}

	.home-hero h1 {
        padding: 18px 10% calc(11% + 80px) 10%;
		font-size: 2.7rem;
		line-height: 4.0rem;
	}

    .button.banner-button {
        line-height: 70px !important;
    }

    span.banner-text {
        font-size:18px;
    }

	.home-hero .hero-img {
		max-height: 400px;
	}

	.home-hero .hero-img .overlay {
		height: calc(100% - 180px);
	}

	.hero-divisions {
		flex-direction: column;
		width: 70%;
		right: 0;
	}

	.hero-divisions .division {
		width: 100%;
		padding: 20px 10px !important;
	}

	.hero-divisions .division img {
		max-height: 75px;
	}

}


/** RIGHT BLOCK **/
.right-block {
	margin: 0 75px;
	margin-bottom: 100px;
	background: url('../images/bgelement.png') no-repeat;
	background-position: calc(-16% + 313px) 19px;
}

.right-block .text {
	padding: 50px;
	padding-right: 100px;
	margin-top: 100px;
}

.right-block .text p {
	padding-right: 20px;
}

.right-block .image {
	padding: 0;
	margin-left: -100px;
	margin-top: 200px;
}

/* For Large and below */
@media (max-width: 1200px) {
	.right-block {
		margin: 0 0 75px 0;
		background: url('../images/bgelement.png') top right no-repeat;
		padding-top: 65px;
	}

	.right-block .text {
		padding: 35px;
	}

	.right-block .text p {
		padding-right: 0;
	}

	.right-block .image {
		padding: 0 35px;
		background: linear-gradient(to bottom, #f2f2f2 50%, white 50%);
		margin: 0;
	}

	.right-block .image img {
		width: 100%;
	}

}

/** LEFT BLOCK **/
.left-block {
	margin: 0 50px;
	/*background: url('../img/left-block.svg') no-repeat;*/
	background-position: calc(50% - 210px) 50px;
	margin-bottom: 100px;
}

.left-block .text {
	padding: 50px;
	margin-left: -75px;
	padding-left: 100px;
}

.left-block .image {
	margin-top: 125px;
	display: flex;
	justify-content: flex-end;
	z-index: 2;
}

/* For Large and below */
@media (max-width: 1200px) {
	.left-block {
		margin: 50px 0 75px 0;
		/*background: url('../img/mobile-left-block.svg') top right no-repeat;*/
		padding-top: 65px;
	}

	.left-block .text {
		padding: 35px;
		margin: 0;
	}

	.left-block .text p {
		padding-right: 0;
	}

	.left-block .image {
		padding: 0 35px;
		background: linear-gradient(to bottom, #f2f2f2 50%, white 50%);
		margin: 0;
	}

	.left-block .image img {
		width: 100%;
	}

}

/** Home Stats Block **/
.home-stats .stats {
	margin-left: -25px;
}

@media (min-width: 321px) {
	.home-stats .stats { margin: 0;	}
}

@media (min-width: 521px) {
	.home-stats .stats { margin: 0 auto; }
}

.stats-header {
	padding: 0 35px;
	background-color: #fff;
}

.home-stats {
	padding: 0 35px;
}

.home-stats .stat {
	display: block;
	max-width: 385px;
	margin: 50px 0;
	font-size: 3.0rem;
	font-weight: 500;
}

.home-stats .stat .image {
	width: 150px;
	height: 150px;
	background-size: cover;
	border-radius: 50%
}

.home-stats .stat .text {
	position: absolute;
	left: 155px;
	bottom: 0;
}

.home-stats .stat .number {
	color: white;
	z-index: 2;
	padding: 5px 15px;
	margin-left: -75px;
	display: inline-block;
}

.home-stats .stat .category {
	font-size: 2.5rem;
	margin-top: -15px;
	padding: 15px;
}

/* XLarge Up */
@media (min-width: 1200px) {
	.stats-header {
		padding: 35px 250px;
		background-color: #f2f2f2;
	}

	.home-stats {
		background: linear-gradient(to bottom, #f2f2f2 35%, #fff 35%);
		margin-bottom: 100px;
	}

	.home-stats .stats {
		display: flex;
	}

	.home-stats .stat:first-child {
		margin-left: -50px;
	}

	.home-stats .stat {
		margin: 0;
		justify-content: center;
		display: flex;
		max-width: 100%;
		margin-right: 50px;
	}


	.home-stats .stat .image {
		width: 200px;
		height: 200px;
	}

	.home-stats .stat .text {
		bottom: -50px;
		right: calc(50% - 140px);
		left: auto;
	}
}

/** SEASON BANNER **/
.season-banner-wrap {
	margin: 0px auto 100px;

}

.season-banner {
  background: url("../img/first-energize-bg-lg.png") no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1440px;
  padding: 60px;
  border: 10px #93D500 solid;
}

.season-banner .season-banner-content {
    display: flex;
    justify-content: center;
    align-items: start;
}

.season-banner img {
	max-width: 380px;
}

.season-banner-content .text {
	padding: 0 100px;
}

.season-banner h2 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 28px;
    font-weight: normal;
}

.season-banner h2 sup {
	vertical-align: super;
	font-size: 12px;
}

.season-banner p {
    margin-bottom: 20px;
    font-size: 22px;
}

.season-banner p.learn-more a.button {
	background: #93D500;
	color: black;
	border: 2px solid black;
	box-shadow: 3px 3px black;
	text-align: center;
	font-size: 14px;
	padding: 10px 30px;
	text-decoration: none;
}

.season-banner p.learn-more a.button:hover {
    background: black;
    color: #93D500;
}

@media (max-width: 992px) {
	.season-banner-wrap {
		margin: 30px 30px;
	}

	.season-banner {
		padding: 30px;
	}

	.season-banner-content {
      flex-direction: column;
	}

	.season-banner-content img {
        max-width: 225px;
        margin: 25px auto;
	}

	.season-banner-content .text {
		padding: 0;
	}

	.season-banner h2 {
      font-size: 16px;
      line-height: 18px;
      font-weight: normal;
	}

	.season-banner h2 sup {
        font-size: 10px;
	}

	.season-banner p {
      font-size: 12px;
      line-height: 18px;
	}

	.season-banner p.learn-more a.button {
        width: 100%;
	}
}





/** CTA **/
.home.cta {
	background: url('../img/banner.jpg') center top no-repeat;
	height: 350px;
	background-size: cover;
}

.about.cta {
	background: url('../img/about-cta.jpg') center top no-repeat;
	height: 350px;
	background-size: cover;
}

.events.cta {
	background: url('../img/events-cta.jpg') center top no-repeat;
	height: 350px;
	background-size: cover;
}

.season.cta {
	background: url('../img/img2.jpg') center top no-repeat;
	height: 350px;
	background-size: cover;
}

.connect.cta {
	background: url('../img/connect-cta.jpg') center top no-repeat;
	height: 350px;
	background-size: cover;
}

.find-first.cta {
	background: url('../img/find-first-cta.jpg') center top no-repeat;
	height: 350px;
	background-size: cover;
}

.cta-text {
	color: white;
	margin: -40px auto 0;
	/*background: url('../img/get-started.svg') bottom right no-repeat;*/
	display: flex;
	justify-content: center;
	width: 1230px;
	padding-bottom: 30px;
	margin-bottom: 75px;
}

.cta-text .bg-fll {
	padding: 15px 50px;
	margin: 0 35px;
	display: flex;
	align-items: center;
}

.cta-text .bg-fll h2 {
	display: block;
	margin-right: 30px;
	margin-bottom: 0;
	text-align: center;
}

.cta-text .bg-fll a.button {
	margin-top: 0;
}
@media (max-width: 1230px) {
	.cta-text {
		width: auto;
	}
}

@media (max-width: 992px) {
	.cta-text {
		margin: -115px 0 0;
		/*background: url('../img/mobile-get-started.svg') bottom right no-repeat;*/
		display: block;
	}

	.cta-text .bg-fll {
		padding: 15px 20px;
		flex-direction: column;
	}

	.cta-text .bg-fll h2 {
		margin-right: 0;
	}

	.cta-text .bg-fll a.button {
		margin-top: 20px;
		width: auto;
	}
}

/** SPONSORS **/
.sponsors {
	text-align: center;
	margin: 50px 0;
	padding: 0 35px;
	/*background: url('/themes/custom/fll_theme/images/pattern/sponsors.svg') top left no-repeat;*/
}

.sponsors img {
	margin: 0 20px 20px;
	max-height: 141px;
	max-width: 220px;
}

@media (min-width: 992px) {
	.sponsors {
		padding: 0 100px;
	}

	.sponsors h2 {
		margin-bottom: 50px;
	}
}
/** FOOTER **/
footer {
	padding-top: 90px;
}

footer.site-footer {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
}

footer.site-footer .block {
	border: none;
}

.footer-left {
	padding-left: 100px;
}

.content .footer-left ul.social-icons {
	margin-top: 40px;
	padding-left: 0;
}

.footer-left .social-icons li {
	display: inline;
	margin-right: 15px;
}

.footer-bottom {
	text-align: left;
}

.copyright {
	padding-left: 100px;
	color: #A2A2A2;
}

#block-copyright {
	margin: 0;
}

nav#block-fll-theme-footer ul.navbar-nav {
	flex-direction: row;
}

nav#block-fll-theme-footer ul.navbar-nav li.nav-item {
	width: 50%;
}

nav#block-fll-theme-footer ul.navbar-nav li.nav-item a.nav-link {
	color: #bfbfbf;
}

nav#block-fll-theme-footer ul.navbar-nav li.nav-item a.nav-link:hover {
	color: #ffffff;
}


.footer-right {
	padding-right: 100px;
}

.footer-right p {
	color: white;
	font-weight: 700;
}

.footer-right .row {
	align-items: center;
	margin: 0;
	background: white;
	padding: 20px 10px;
}

.footer-right .row img {
	width: 100%;
}

/** SMALL AND XSMALL **/
@media (max-width: 768px) {

	.footer-left {
		text-align: center;
		padding-left: 0;
	}

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

	.copyright {
		text-align: center;
		padding-left: 15px;
	}

	nav#block-fll-theme-footer ul.navbar-nav {
		flex-direction: column;
		text-align: center;
	}

	nav#block-fll-theme-footer ul.navbar-nav li.nav-item {
		width: auto;
	}

	.footer-right {
		padding-right: 0;
		text-align: center;
	}

	.footer-right p {
		padding-left: 0;
	}
}


/** HEADER NAVIGATION **/
header#header {
	background-color: #f6f6f6;
	position: fixed;
	width: 100%;
	height: 75px;
	top: 0;
	z-index: 100;
}

header#header nav.navbar {
	max-width: 1200px;
	margin: 0 auto;
	/*padding: 15px 50px;*/
}

header#header nav#block-fll-theme-main-menu {
	position: absolute;
	right: 220px;
	top: 0;
}

header#header ul.navbar-nav {
	float: right;
	height: 75px;
	align-items: center;
}

header#header ul.navbar-nav li.nav-item {
	height:100%;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

header#header ul.navbar-nav li.nav-item:hover,
header#header ul.navbar-nav li.nav-item.active {
	border-top: 20px solid #000000;
	margin-top: -20px;
}

header#header .navbar-dark .navbar-nav a.nav-link {
	color: #4d4d4d;
	font-size: 1.55rem;
	font-weight: 500;
	padding: 0;
}

/*header#header ul.navbar-nav li.nav-item:last-child a.nav-link{*/
/*	background: #ed1c24;*/
/*	padding: 5px 15px;*/
/*	color: #ffffff;*/
/*	border-radius: 15px;*/
/*}*/

/*header#header ul.navbar-nav li.nav-item:last-child:hover,*/
/*header#header ul.navbar-nav li.nav-item:last-child.active { */
/*	border-top: none;*/
/*	margin-top: 0px;*/
/*}*/


/*header#header ul.navbar-nav li.nav-item:last-child:hover a.nav-link,*/
/*header#header ul.navbar-nav li.nav-item:last-child.active a.nav-link {*/
/*	background: #BC1E31;*/
/*}*/

#block-gtranslate {
	position: absolute;
	right: 50px;
	top: 24px;
}

#block-gtranslate select {
	background: #f6f6f6;
	border: none;
	font-size: 1.55rem;
	font-weight: 500;
}

#main-wrapper {
	margin-top: 75px;
}

i.fa-bars {
	font-size: 27px;
	color: #4d4d4d;
}


/** SMALL AND XSMALL **/
@media (max-width: 992px) {
	header#header nav.navbar {
		padding: 5px 0 0;
	}
	header#header .navbar-dark .navbar-brand {
		padding-left: 50px;
	}

	i.fa-bars {
		padding-right: 50px;
	}

	header#header nav#block-fll-theme-main-menu {
		position: static;
		background: #231f20;
	}

	header#header ul.navbar-nav {
		float: none;
		height: auto;
		display: block;
		margin-top: 15px;
	}

	header#header ul.navbar-nav li.nav-item {
		margin-left: 50px;
		padding: 20px 0;
	}

	header#header ul.navbar-nav li.nav-item:hover,
	header#header ul.navbar-nav li.nav-item.active  {
		border: none;
		margin-top: 0;
	}

	header#header .navbar-dark .navbar-nav a.nav-link {
		color: #bfbfbf;
	}

	header#header ul.navbar-nav li.nav-item:hover a.nav-link,
	header#header ul.navbar-nav li.nav-item.active a.nav-link {
		color: #ffffff;
	}

	#block-gtranslate {
		position: static;
		padding: 20px 50px;
		background: #e2e2e2;
	}

	#block-gtranslate select {
		background: #e2e2e2;
	}
}

/** DIVISION BLOCKS **/
.blocks {
  padding: 20px 125px;
  margin-bottom: 50px;
}

.blocks .intro-text {
  margin: 50px 0;
}

.blocks .intro-text p {
  width: 70%;
}

.blocks .col-lg-4 {
	padding-left: 0;
	padding-right: 35px;
}

.blocks .block .image {
  height: 250px;
  background-size: cover !important;
}

.blocks .discover .image {
  background-image: url("../img/discover-block.jpg") !important;
}

.blocks .explore .image {
  background-image: url("../img/explore-block.jpg") !important;
}

.blocks .challenge .image {
  background-image: url("../img/challenge-block.jpg") !important;
}

.blocks.divisions .block .header {
  display: flex;
  align-items: center;
  padding: 20px 10px;
}

.blocks.divisions .block .header img {
  max-height: 65px;
  display: inline-block;
  border-right: 1px solid white;
  width: 50%;
}

.blocks .header i {
  display: none;
}

.blocks.divisions .ages {
	width: 50%;
}

.blocks .block p.main-text {
  padding: 20px 20px;
  min-height: 250px;
  margin-bottom: 10px;
}

.blocks p.button {
  padding: 0 15px;
  margin-top: -30px;
  display: block;
}

.blocks a.button {
  margin-top: 0;6
  line-height: 2.2rem;
  display: block;
}

@media (max-width: 992px) {
	.blocks.divisions {
		padding: 20px 0;
	}

	.blocks.divisions .discover {
		background: url("../img/mobile-fll-divisions.svg") no-repeat;
		background-position: calc(100% - 15px) 0;
		padding-top: 60px;
	}
	.blocks .intro-text {
		padding: 0 45px;
	}
	.blocks .intro-text p {
		width: 100%;
	}
	.blocks .block .content {
		display: none;
	}
	.blocks .block .header {
		position: relative;
	}
	.blocks .block .header img {
		margin: 0 30px;
		padding-right: 30px;
	}
	.blocks .block .header i {
		display: inline-block;
		font-size: 2.0rem;
		float: right;
		margin-right: 12px;
		color: white;
	}
	.blocks .block p.main-text {
		min-height: auto;
		padding: 20px 30px 20px 40px;
	}
	.blocks p.button {
		padding: 0 15px 0 25px;
	}
}

/** Core Values **/
.core-values {
    padding: 50px 35px;
}

.core-values .text {
	margin-bottom: 50px;
}

.core-values .tiles {
	background: url('../img/mobile-pattern-top-left.svg') no-repeat,
     url('../img/mobile-pattern-bottom-right.svg') no-repeat;
    background-position: top left, bottom right;
    padding: 40px 0;
}

.core-values .tiles .row {
    justify-content: center;
    flex-direction: row;
}

.core-values .tiles .row .tile {
    text-align: center;
    justify-content: center;
    margin: 20px;
    width: 145px;
    height: 145px;
    cursor: pointer;
}

.core-values .tiles .row .tile div{
    padding: 20px;
    width: 145px;
    height: 145px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-transition: -webkit-transform 1s ease 0s;
	-o-transition: transform 1s ease 0s;
	transition: transform 1s ease 0s;
}

.core-values .tiles .row .tile div.inactive{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.core-values .tiles .row .tile div.value {
    padding: 10px;
    font-weight: 500;
    background: white;
}

.core-values .tiles .row .tile .icon i.fas.fa-info-circle {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0.5;
}

.icon.bg-discover {
	background: linear-gradient(to right, rgb(0,0,0,.1) 50%, transparent 50%), #f7df0a;
}

.icon.bg-fll {
	background: linear-gradient(to right, rgb(0,0,0,.2) 50%, transparent 50%), #ed1c24;
}

.icon.bg-explore {
	background: linear-gradient(to right, rgb(0,0,0,.1) 50%, transparent 50%), #00A651;
}


@media (min-width: 992px) {
	.core-values {
		padding: 50px 100px;
	}

	.core-values .text {
		padding-top: 100px;
		padding-right: 100px;
	}

	.core-values .text p {
		margin-bottom: 1.6rem;
	}

	.core-values .tiles {
		background: url('../img/pattern-top-left.svg') no-repeat,
					url('../img/pattern-bottom-right.svg') no-repeat;
		background-position: calc(50% - 165px) 15px, calc(50% + 165px) calc(100% - 15px);
		padding: 20px 0;
	}

	.core-values .tiles .row .tile div.value {
		padding: 20px;
	}

	.core-values .tiles .row .tile div{
	    width: 145px;
	    height: 145px;
	}

	.core-values .tiles .row .tile {
		margin: 20px;
	    width: 145px;
	    height: 145px;
	}
}

@media (min-width: 1200px) {
	.core-values {
		padding: 50px 125px;
	}

	.core-values .text {
		padding-top: 100px;
		padding-right: 150px;
	}

	.core-values .tiles {
		background: url('../img/pattern-top-left.svg') no-repeat,
					url('../img/pattern-bottom-right.svg') no-repeat;
		background-position: calc(50% - 200px) 15px, calc(50% + 200px) calc(100% - 15px);
		padding: 20px 0;
	}

	.core-values .tiles .row .tile div{
	    width: 160px;
	    height: 160px;
	}

	.core-values .tiles .row .tile {
		margin: 20px 45px;
	    width: 160px;
	    height: 160px;
	}

}


/** FOUNDERS **/
.founders-text {
    margin-top: 50px;
    padding:  0 35px;
}

.founders-text .text {
	display: flex;
	flex-direction: column;
}

.founders-text .text p {
    margin-bottom: 1.6em;
}

.founders-images h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 500;
    color: #7B7979;
}

.founders-images img {
    margin: 20px 0 10px 0;

}

.founders-images {
    margin-bottom: 50px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.founders-images .founder {
    padding: 5px 35px 0 35px;
}

.founders-images .founder:nth-child(1) {
    background:url('../img/mobile-founders-top-left.svg') no-repeat;
    background-position: 10px 0;
}

.founders-images .founder:last-child{
    background:  url('../img/mobile-founders-top-right.svg') no-repeat;
    background-position: calc(100% - 15px) 0;
}

@media (min-width: 992px) {
	.founders-text {
		padding: 0 125px;
	}

	.founders-text .text{
		flex-direction: row;
	}

	.founders-text .text p {
		margin-right: 35px;
	}

	.founders-images {
		flex-direction: row;
		padding: 0 125px;
	}

	.founders-images .founder:nth-child(1) {
	    background:url('../img/founders-top-left.svg') no-repeat;
	    background-position: 10px 0;
	}

	.founders-images .founder:last-child{
	    background:  url('../img/founders-bottom-right.svg') no-repeat;
	    background-position: calc(100% - 10px) calc(100% - 20px);

	}
}

/** GLOBAL INNOVATION **/
.left-block .gi-buttons {
	display: flex;
	flex-direction: column;
}

.left-block .gi-buttons a.watch{
	margin-top: 35px;
}

.left-block .gi-buttons a.watch {
	display: flex;
	align-items: center;
}

.left-block .gi-buttons a.watch span {
	color: #4d4d4d;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: bold;
	margin-left: 15px;
}

@media (min-width: 992px){
	.left-block .gi-buttons {
		flex-direction: row;
	}

	.left-block .gi-buttons a.watch{
		margin-top: 20px;
		padding-left: 50px;
	}

	.left-block .gi-buttons a.button {
		min-width: 120px;
	}
}

/** SEASON **/
.season {
    padding: 35px;
}

.season .text p {
    margin-bottom: 1.6em;
}

.season .text {
    display: flex;
    flex-direction: column;
}

.season-logos {
    background: url('../img/mobile-season-bg.png') no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    padding: 50px 35px;
    text-align: center;
}

.season-logos a.button.outline {
    margin-top: 50px;
}

@media (min-width: 992px) {
	.season .text {
	    flex-direction: row;
	}

	.season .text p {
	    margin-right: 35px;
	}

	.season {
	    padding: 50px 125px;
	}
	.season-logos {
	    background: url('../img/season-bg.png') no-repeat;
	    background-size: cover;
	}

	.season-logo-wrap {
	    background: url('../img/season-top-left.svg') no-repeat top left,
				    url('../img/season-bottom-right.svg') no-repeat bottom right,
				    linear-gradient(to bottom, #231f20 50%, white 50%);
		background-position: 60px 20px, calc(100% - 60px) calc(100% - 70px), 0 0;
	    padding: 50px 125px;
	}
}

/** BANNER **/
.banner .left {
    width: 50%;
}

.banner .right {
    position: absolute;
    width: 55%;
    z-index: 2;
    right: 0;
    top: 30px;
}

.banner {
    background: url('../img/mobile-banner.svg') no-repeat bottom left;
    padding: 0 0 60px;
    margin-bottom:  50px;
    position: relative;
}

@media (min-width: 992px) {
	.banner .right {
    	top: 60px;
	}

	.banner {
	    background: url('../img/banner.svg') no-repeat bottom left;
    	padding: 0 0 80px;
    	margin:  50px 0;
	}
}


/** PAST CHALLENGES **/
@media (min-width: 992px) {
	.past-challenges.left-block {
		background-color: #f2f2f2;
		padding: 50px 0;
		margin: 50px 0;
		background-position: calc(50% - 210px) 100px;
	}

	.past-challenges.left-block .image{
		padding-left: 75px;
	}


	.past-challenges.left-block .text {
		background-color: white!important;
	}
}



/** CONNECT SOCIAL **/
.connected {
	padding: 50px 35px;
	margin-bottom: 30px;
}

.connected .social-icons a {
	margin-right: 15px;
}

@media (min-width: 992px) {
	.connected {
		padding: 50px 125px;
		display: flex;
		justify-content: center;
	}

	.connected h2 {
		margin-right: 35px;
	}
}

/** EVENTS EXPERIENCE **/
.experience {
	padding: 35px;
}

.exp-image {
	background: linear-gradient(to bottom, #231f20 50%, white 50%);
	margin-bottom: 50px;
	padding: 0 35px;
	text-align: center;
}


.exp-image img {
	background: url('../img/mobile-exp-image.svg') no-repeat;
	background-position: right top;
	padding: 60px 20px;
}

@media (min-width: 992px) {
	.experience p {
		width: 70%;
	}

	.experience {
		padding: 50px 125px;
	}

	.exp-image {
		background: linear-gradient(to bottom, #231f20 50%, white 50%);
		padding: 0 125px 50px;
	}

	.exp-image img {
		background: url('../img/exp-image.svg') no-repeat right top;
		padding: 80px 30px 0;
	}
}


/** EVENTS INFO **/
.events-info {
    padding: 0 35px;
}

.info {
    display: none;
    padding: 35px;
}

.event-info.discover .header{
    background: linear-gradient(to right, rgb(0,0,0,0.7), transparent), url('/images/img1.jpeg') no-repeat;
}

.event-info.explore .header{
    background: linear-gradient(to right, rgb(0,0,0,0.7), transparent), url('/images/img2.jpeg') no-repeat;
}

.event-info.challenge .header{
    background: linear-gradient(to right, rgb(0,0,0,0.7), transparent), url('/images/img3.webp') no-repeat;
}

.infos-mobile .event-info.discover .header, .event-info.discover .info {
	border-left: 20px solid #f7df0a;
}
.infos-mobile .event-info.explore .header, .event-info.explore .info {
	border-left: 20px solid #00A651;
}
.infos-mobile .event-info.challenge .header, .event-info.challenge .info {
	border-left: 20px solid #ED1C24;
}

.infos-mobile .event-info {
    margin: 20px 35px 20px -35px;
    max-width: 324px;
}

.event-info .header span {
	position: absolute;
	right: 20px;
	top: calc(50% - 1em);
}

.event-info .header span i {
	padding-left: 125px;
	color: white;
}

.event-info .header {
	position: relative;
	padding: 20px;
	width: 125%;
	height: 160px;
}



@media (min-width: 768px) {
	.infos {
		margin: 50px 0;
	}
	.event-info.discover .header, .info.discover {
		border-top: 20px solid #f7df0a;
	}
	.event-info.explore .header, .info.explore {
		border-top: 20px solid #00A651;
	}
	.event-info.challenge .header, .info.challenge {
		border-top: 20px solid #ED1C24;
	}

	.triangle {
		display: none;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 30px 35px 30px;
		margin: 10px auto 0;
	}

	.triangle.active {
		display: block;
	}

	.discover .triangle {
		border-color: transparent transparent #f7df0a transparent;
	}

	.explore .triangle {
		border-color: transparent transparent #00A651 transparent;
	}

	.challenge .triangle {
		border-color: transparent transparent #ED1C24 transparent;
	}

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

	.info-headers.row {
		padding: 0 15px;
		justify-content: space-between;
	}

	.info-headers .header {
		height: 200px;
		width: 200px;
		margin: 0 auto;
		padding: 20px;
		display: flex;
		text-align: left;
		cursor: pointer;
	}

	.info-headers .event-info .header img {
		width: 130px;
	}

	.info-block {
		margin-bottom: 50px;
		text-align: left;
	}

	.info-block .info.active {
    	display: block;
		width: 100%;
	}

}


@media (min-width: 992px) {
	.info-headers .header {
		height: 200px;
		width: 235px;
	}

	.events-info {
		padding: 0 125px;
	}
}


@media (min-width: 1241px) {
	.info-headers .header {
		height: 200px;
		width: 320px;
	}
}

/* MAP SECTION */
.map .map-bottom {
	padding: 10px 35px;
}

.map p, .map h2 {
	padding: 0 35px;
}

.map .__react-component {
	padding-top: 65px;
	/*background: url('../img/mobile-map.svg') no-repeat top right;*/
}

.map  {
	margin-bottom: 50px;
	background: none;
}

.page-node-6 .map {
	margin-top: 50px;
}

@media (min-width: 992px) {

	.map .__react-component {
		padding-top: 0;
		background: none;
	}

	.map  {
		/*background: url('../img/map.svg') no-repeat top right;*/
		background-position-y: 25px;
	}
}

a.fll-text:hover, a.fll-text.active {
	color: #BC1E31;
}


/* GLOBAL STATS */
.stats-text {
	padding: 0 35px;
}

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

.global-stats {
	margin-bottom: 50px;
}

.global-stats .statswrapper {
    position: relative;
    padding: 50px 0;
    width: 100%;
    height: 100%;
	background: url('../img/mobile-global-stat-right.svg') no-repeat calc(100% - 15px) calc(100% - 25px);
}


.global-stats .statswrapper.right {
	background: url('../img/mobile-global-stat-left.svg') no-repeat 15px calc(100% - 25px);
}

.global-stats .statswrapper .image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 130px;
    width: calc(100% - 70px);
    margin: 0 auto;
}

.global-stats .statswrapper .stat {
    display: inline-block;
    z-index: 3;
    position: absolute;
    font-size: 3.0rem;
    padding: 10px 15px;
    bottom: 45px;
    left: 15px;
    color: white;
    font-weight: 500;
}

.global-stats .statswrapper .category {
    position: absolute;
    background: #f2f2f2;
    bottom: 0;
    left: 35px;
    font-size: 2.5rem;
    padding: 10px 15px;
    font-weight: 500;
}

.global-stats .statswrapper.right .stat {
    right: 35px;
    left: auto;
}

.global-stats .statswrapper.right .category {
    right: 15px;
    left: auto;
}

@media (min-width: 992px){

	.stats-text {
		padding: 0 125px;
	}

	.global-stats {
		padding: 0 100px;
	}

	.global-stats .statswrapper {
		background: url('../img/global-stat-right.svg') no-repeat calc(100% - 10px) calc(100% - 25px);
	}

	.global-stats .statswrapper.right {
		background: url('../img/global-stat-left.svg') no-repeat 10px calc(100% - 25px);
	}

	.global-stats .statswrapper .image {
		margin-left: 265px;
		height: 300px;
		width: calc(100% - 300px);
	}

	.global-stats .statswrapper.right .image {
		margin-left: 35px;
	}

	.global-stats .statswrapper .stat {
		font-size: 5.5rem;
		padding: 10px 50px;
		min-width: 400px;
		text-align: center;
		bottom: 100px;
	}

	.global-stats .statswrapper.right .stat {
		right: 70px;
	}

	.global-stats .statswrapper .category {
		font-size: 4.0rem;
		padding: 15px 50px;
		min-width: 300px;
		text-align: center;
		bottom: 35px;
	}
}

/* PAST CHALLENGES & RESOURCES */
.challenges-header {
    margin: 50px 0;
}

.past-challenges {
    padding: 25px 35px;
}

.past-challenges .exheader {
    background: white;
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px;
}

.past-challenges .exheader div {
    padding: 0 20px;
}

.past-challenges .exheader .year {
    border-right: 1px solid #bebebe;
}

.past-challenges .exheader span {
    position: absolute;
    right: 10px;
}

.past-challenges .challenge.exheader span {
    color:  #ed1c24;
}

.past-challenges .explore.exheader span {
    color:  #00A651;
}

.past-challenges .discover.exheader span {
    color:  #f7df0a;
}

.past-challenges .excontent {
	display: none;
}

.past-challenges .excontent {
    background: white;
    margin-top: -20px;
    text-align: center;
}

.past-challenges .excontent img {
	max-width: 150px;
	margin: 25px 0;
}

.resources-list ul {
    list-style: none;
    padding: 0;
}

.resources-list a {
	font-size: 2rem;
	cursor: pointer;
}

.resources-list .challenge a {
    color:  #00A651;
}

.resources-list .explore a {
    color:  #ed1c24;
}

.resources-list .discover a {
    color:  #f7df0a;
}

.resources-list .challenge a:hover,
.resources-list .challenge a:focus,
.resources-list .challenge a.active {
	color: #BC1E31;
}

.resources-list .explore a:hover,
.resources-list .explore a:focus,
.resources-list .explore a.active {
	color: #008638;
}

.resources-list .discover a:hover,
.resources-list .discover a:focus,
.resources-list .discover a.active {
	color: #8557A7;
}

.resources-list li{
    border-top: 1px solid #bebebe;
    padding: 20px 10px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}


.resources-list li .resource {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.resources-list li .resource  a span {
    display: none;
}

.resources-list li .resource-text {
	margin-top: 20px;
	background: #f6f6f6;
	display: none;
	text-align: left;
	padding: 20px;

}

.resources-list .resource-text.normal li {
    padding: 0;
    margin: 0;
    border: none;
    display: list-item;
}

.resources-list .resource-text.normal a {
    background: none;
    padding: 0;
    font-size: inherit;
}

.resources-list .resource-text.normal ul {
    padding-inline-start: 40px;
    list-style-type: disc;
}


.resources-list .challenge .resource-text.normal a {
    color:  #ed1c24 !important;
}

.resources-list .explore  .resource-text.normal a {
    color:  #00A651 !important;
}

.resources-list .discover .resource-text.normal a {
    color:  #f7df0a !important;
}


.resources-list li span {
    font-size:  1.5rem;
    margin-right:  20px;
    text-align: left;
}

@media (min-width: 992px){
	.past-challenges {
		padding: 50px 125px;
	}

	.past-challenges .excontent img {
		max-width: 250px;
	}

	.resources li span {
		font-size: 1.6rem;
	}

	.past-challenges .exheader {
		font-size: 1.6rem;
	}

	.past-challenges .challenge.exheader:hover,
	.past-challenges .challenge.exheader.active {
		border-left: 10px #ed1c24 solid;
		cursor: pointer;
	}

	.past-challenges .explore.exheader:hover,
	.past-challenges .explore.exheader.active {
		border-left: 10px #00A651 solid;
		cursor: pointer;
	}

	.past-challenges .discover.exheader:hover,
	.past-challenges .discover.exheader.active {
		border-left: 10px #f7df0a solid;
		cursor: pointer;
	}

	.resources-list a {
		padding: 10px 20px;
		min-width: 120px;
		cursor: pointer;
		color: white !important;
	}

	.resources-list li .resource  a span {
		color: white;
		font-weight: 500;
		text-align: center;
		font-size: 1.4rem;
		display: block;
		margin: 0;
	}

	.resources-list li .resource a i {
	    display: none;
	}


	.resources-list .challenge a {
	    background:  #00A651;
	}

	.resources-list .explore a {
	    background:  #ed1c24;
	}

	.resources-list .discover a {
	    background:  #f7df0a;
	}

	.resources-list .challenge a:hover,
	.resources-list .challenge a:focus,
	.resources-list .challenge a.active  {
		background: #BC1E31;
		text-decoration: none;
	}

	.resources-list .explore a:hover,
	.resources-list .explore a:focus,
	.resources-list .explore a.active {
		background: #008638;
		text-decoration: none;
	}

	.resources-list .discover a:hover,
	.resources-list .discover a:focus,
	.resources-list .discover a.active {
		background: #8557A7;
		text-decoration: none;
	}

}

/* JUST RESOURCES */
.resources-list.season-resources {
    text-align: center;
    padding: 20px 125px;
}

.season-resources .logos {
    display: flex;
    justify-content: center;
}

.logos img {
    min-height: 150px;
}

.logos .division {
    /*padding: 50px;*/
    margin-right: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: 229px;
    opacity: 0.5;
    cursor: pointer;
}

.bg-fll.division {
    /*padding: 50px 25px;*/
    margin-right: 0;
}

.season-resources .resources-block {
	display: none;
	background-color: #F2F2F2
}

.season-resources .resources-block.active {
	display: block;
}

.season-resources .resources-block.discover {
	border-left: 20px #f7df0a solid;
}

.season-resources .resources-block.explore {
	border-left: 20px #ed1c24 solid;

}

.season-resources .resources-block.challenge {
	border-left: 20px #00A651 solid;
}

.division i {
	display: none;
}

.logos .division.highlight,
.logos .division:hover {
	opacity: 1;
}

@media (max-width: 991px) {
	.division i {
	    color: white;
	    position: absolute;
	    top: calc(50% - 7.5px);
	    right: 50px;
	    display: block;
	}

	.season-resources .logos {
	    flex-direction: column;
	}

	.resources-list.season-resources {
	    padding: 0;
	}

	.season-resources .resources-block,
	.season-resources .resources-block.active {
		display: none;
	}

	.logos .division {
	    height: auto;
	    margin-right: 0;
	    padding: 25px;
	    position: relative;
	    margin-bottom: 25px;
	    display: none;
		opacity: 1;
	}

	.logos .division.active {
		display: block;
	}

	.logos img {
	    min-height: 75px;
	}
}

/* CONNECT BLOG POSTS */
#block-blogs h2 {
    text-align: center;
}


/* For Large and below */
.blog-block {
	margin: 50px 0 0;
}

.blog-block .text {
	padding: 35px;
	margin: 0;
}

.blog-block .text .date {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.blog-block .text .author {
	margin-bottom: 8px;
}

.blog-block .text h3 {
	line-height: 3.0rem
}

.blog-block .text p {
	padding-right: 0;
}


.blog-block .image {
	padding: 0 35px;
	background: linear-gradient(to top, #f2f2f2 50%, white 50%);
	margin: 0;
}

.blog-block .image img {
	width: 100%;
	max-height: 400px;
}

.blog-button-wrap {
    background: linear-gradient(to bottom, #f2f2f2 50%, white 50%);
    padding: 0 35px;
    margin-bottom: 50px;
}

.blog-button-wrap a.button.bg-fll {
    margin-top: 0;
}

@media (min-width: 992px){
	.blog-block .image img {
		max-height: 600px;
	}
}

@media (min-width: 1201px) {

	#block-blogs h2 {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.blog-block {
		margin: 0 75px;
		margin-bottom: 100px;
	}

	.blog-block .text {
		padding: 50px 50px 50px 100px;
		margin-left: -75px;
	}

	.blog-block .image {
		margin-top: -35px;
		margin-left: 37.5px;
		z-index: 2;
		height: 290px;
		background-size: cover;
		background-position: center;
	}

	.blog-button-wrap {
		background: none;
		margin-bottom: 100px;
	}

}

/** FORM POP-UP **/
#form-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
}

#form-overlay.hidden {
	display: none;
}

#form-overlay .inner-form {
    margin-top: 100px;
    padding: 35px;
    position: relative;
}

#form-overlay .inner-form i {
  color: white;
  font-size: 2.5rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#hubspot-form {
  background: #231F20;
  padding: 50px 100px;
}
#hubspot-form .grecaptcha-badge {
  display: none;
}
#hubspot-form .hs-richtext h3 {
  color: white;
  font-size: 2.7rem;
}
#hubspot-form fieldset select {
  height: auto;
  padding: 1px 0;
}
#hubspot-form fieldset .hs_division_interest_fll {
  border-bottom: 1px solid #A7A7A7;
}
#hubspot-form fieldset  legend {
  font-size: 1.2rem;
  color: #A7A7A7;
  border-bottom: none;
  margin-bottom: 5px;
}
#hubspot-form fieldset ul {
  list-style: none;
  padding-left: 0;
}
#hubspot-form fieldset .hs_hs_persona > label > span {
  font-weight: normal;
}
#hubspot-form fieldset .hs_first_privacy_policy {
  margin-left: 20px;
  padding: 15px 0;
}
#hubspot-form fieldset .hs_first_privacy_policy label {
  line-height: 1em;
}
#hubspot-form fieldset .hs_first_privacy_policy input {
  margin-left: -20px;
}
#hubspot-form label {
  display: block;
  letter-spacing: 0.075em;
  margin-bottom: 0;
}
#hubspot-form fieldset ul.hs-error-msgs{
  color: #cc4552;
  margin-bottom: 0;
  font-size: 1.2rem;
}
#hubspot-form label span {
  font-size: 1.2rem;
}
#hubspot-form .hs-form-field {
  margin-top: 3px;
}
#hubspot-form .hs_submit {
  float: none;
}
#hubspot-form .hs_submit .actions input {
  background-image: none;
  box-shadow: none;
  border: none;
  background: #ed1c24;
  color: white;
  padding: 10px 15px;
  border-radius: 0;
  text-shadow: none;
}
#hubspot-form input[type=checkbox] {
  margin-right: 5px;
  height: 10px;
}

.hs-input {
  border-radius: 2px;
  border: 1px solid #FFF;
  padding-left: 3px;
  width: 90%;
  font-size: 1.4rem;
}


@media (max-width: 992px) {

	#form-overlay {
		overflow-y: scroll;
	}

	#form-overlay .inner-form {
		padding: 0;
		margin-top: 75px;
	}

	#form-overlay .inner-form i {
		top: 25px;
		right: 25px;
	}

	#form-overlay .inner-form #hubspot-form {
		padding: 35px;
	}

	#hubspot-form .hs-form-field {
		margin-top: 10px;
	}

}

/* Showcase */
.showcase {
	padding: 50px 125px;
}

.showcase h2 {
	font-size: 3rem;
}

.showcase p {
	font-size: 1.9rem;
	margin-bottom: 1.5rem;
}

.collage {
	position: relative;
}

.collage img {
	width: 100%;
}

.collage .collage-overlay {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	right: 0;
	margin: -37px auto 0;
	text-align: center;
}

.collage .button {
	font-size: 3.6rem;
	margin-top: 0;
}

@media (max-width: 992px) {
	.showcase {
		padding: 35px;
	}

	.collage .collage-overlay {
		margin: -35px auto 0;
		width: 90%;
	}

	.collage .button {
		font-size: 2rem;
	}

}

.img-season{
	/*margin-top: -25px;*/
	max-width: 100%;
	height: auto;
}

.btn-danger {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 2rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
	background-color: #f7df0a;
	border-color: #f7df0a;
}

.heading-top{
font-size: 15px;
}

.parent {
	background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
	padding: 20px; /* Just for spacing */
}

.child {
	background-color: rgba(255, 0, 0, 1); /* Red color with full opacity */
	padding: 10px; /* Just for spacing */
	transition: background-color 0.3s ease; /* Smooth transition for background color */
}

.child:hover {
	background-color: rgba(255, 0, 0, 0.8); /* Darker red color on hover */
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); /* Box shadow on hover */
}

.enroll-btn{
	font-size: 20px;
	background-color: red;
	opacity: 1; color: white;
	border: none;z-index: 1;
}

/* Media query for screens narrower than 768px (typical mobile devices) */
@media only screen and (max-width: 767px) {
	.enroll-btn{
		font-size: 12px;
	}
	.mob-v-title{
		font-size: 20px;
	}
	.mob-v-banner{
		font-size: 12px !important;
	}
	.left-block{
		padding-top: 0px;
	}

	.right-block .text{
		margin-top: 0px;
	}
	
}




