*{margin: 0; padding: 0;}

h1,h2,h3,h4{ font-family: 'GeographWeb-Bold', helvetica; font-weight: 400;}
p{
    font-family: 'GeographWeb-Regular', helvetica;
    font-weight: 400;
}



/*Header*/

.ng-globalnav .sticky-container .static,
.ng-globalnav .sticky-container .sticky,
.ng-globalnav .sticky-container .sticky-hidden {
    position: fixed !important
}

.ng-globalnav .sticky-container .static {
    top: 0 !important;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0) !important;
}
.ng-globalnav .sticky-container .sticky-hidden {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}


.header-menu {
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    position: fixed;
    top: 49px;
    z-index: 100;
}

.header-menu li a {color: #ffffff; text-decoration: none;}
.header-menu li a:hover {color: #FFCC00;}



.header-menu span {
    font-size: 14px;
    color: #fff;
    font-family: 'GeographWeb-Bold', helvetica;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: inline-block;
}


.title {
	font-family: 'GeographWeb-Bold', helvetica;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 1.25;
    font-weight: 400;
}

.title.main {
	font-size: 3rem;
	color: #fff;
	text-align: center;
    margin-bottom: 3%;
    
}


/* BLOCK 1 - BANNER*/
/*banner {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: space-between;
	align-items: center;
	height: calc(100vh - 450px);
	background-image: url(../images/Hub-Header-Image.jpg);
	background-attachment: fixed;
	background-position: 0 -80px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}*/

div#block1.banner {
		display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: space-between;
	align-items: center;
	height: calc(100vh - 49px);
	background-image: url(../Images/Hub-Header-Image.jpg);
	background-attachment: fixed;
	background-position: 0 -160px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}
div#block1.banner > div{
    
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
	text-shadow: 0px 0px 6px #131a34;
}


div#block1.banner > div h3{
   font-family: 'GeographWeb-Medium';
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
}
div#block1.banner > div p{
    max-width: 980px;
    font-size: 1.3em;
}

#myVideo {
  position: fixed;
 width: 100%;
    z-index: -1;
    
}
.highlight_bg.desktop{
 position: fixed;
 width: 100%;
	height: 100%;
    z-index: -1;
     }
.videos-container{
	
}
.video.mobile{
	display: none;
}

@media (min-aspect-ratio: 16/9) {
    #myVideo {
        width:100%;
        height: auto;
    }
    
}

@media (max-aspect-ratio: 16/9) {
    #myVideo { 
        width:auto;
        height: 100%;
    }
    
}

@media (max-width: 767px) {
    
    div#block1.banner{
    background-image: url(../Images/background-video-mobile.jpg);
    background-size: auto;
    background-attachment: fixed;
    }
    
    .title.main {
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
    margin-bottom: 15%;
    text-shadow: 0px 0px 15px #131a34;
    
}

    div#block1.banner p{
        text-shadow: 0px 0px 15px #131a34;
    }
    
    
    
    
  
#myVideo{
        display: none!important;
    }
}

.intro{
    background: #fff;
    padding: 50px 30px;
    font-family: 'GeographWeb-Regular', helvetica;
    text-align: center;
    }
.intro img{
    margin-bottom: 40px;
}





.mainTitle{
    
font-family: 'GeographWeb-Bold', helvetica;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    margin-top:28%;
    position: absolute;
    color: #ffffff;
    z-index: 10000;
    width: 100%;
    bottom: 60px;
}

.intro p{
    max-width: 980px;
    text-align: center;
        margin: auto;
}
div#block1.banner p {
    text-shadow: 0px 0px 3px #131a34;
}
/* Section Videos*/
section.videos {
      background: #000;
    color: #fff;
    padding-bottom: 50px;
    padding: 50px;
    
    
}

section.videos .sub-title{
    color:#fff;
}

.videos-container{
       max-width: 940px;
    margin: auto;
}
.videos-container a{
    
    color: #fff;
    text-decoration: none;
    display: block;

}

.videos-container img{
	
	
}
.related-videos{
 display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
 
    margin: auto;
    }

.videos-container a img {
   max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
	

	
}

a.video.main{
  margin-bottom: 5%;

}

.video.main img{
  margin-bottom: 5%;


}

.related-videos a{
    display: block;
    width: 30%;
    min-height: 250px;
}

.videos-container a p{
 font-size: 0.9em;
    color: #ddd;
}



.related-videos a:nth-child(2n)
{
    margin: 0 5%;
}


.videos-container a h4 {
    font-size: 1.2rem;
    line-height:110%; 
    margin-bottom: 0.5em;
}




.videos-container a span{
    display: block;
    width: 100%;
    height: 160px;;
    background: #666;
    margin-bottom: 10px;
}


/* Section 2*/
section.section2 {
    background: #fff;
    padding: 50px;
}


 .sub-title {
    font-family: 'GeographWeb-Bold', helvetica;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    color: #000000;
  
}
.container {
    text-align: center;
}

.general-heading__line {
    background-color: #fc0;
    height: 4px;
    line-height: 0;
    width: 40px;
    display: inline-block;
    margin: 3%;
}


.wrapper {
display: flex;
padding: 0;
width: 100%;
max-width: 980px;
margin: 0 auto;
}
.column {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2);
}
.column > div {
  margin: 1em; 
  flex: 1;
 min-height: 430px;
}
.column:nth-child(2) > div:nth-child(1){
  }
.column:nth-child(2) > div:nth-child(2) {
  }
.column:nth-child(3) > div:nth-child(1){
    max-height:600px;
    height: 600px;
    width: 300px;
    max-width: 300px;
    background: #fff;
  }
.column:nth-child(3) > div:nth-child(2) {
  }




.sub-art-unit a {
    text-decoration: none;
}

.sub-art-unit a h2{
    font-size: 22px;
    color: #000;
}

.sub-art-unit h2{
    margin:8px 0 10px 0;
    
}

.sub-art-unit h3 {
    font-family: 'GeographWeb-Regular';
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 4px;
    margin-top: 10px;
    border-left: 1px solid #000000;
    padding: 0 20px;
    border-right: 1px solid #000000;
    display: inline-block;
    color: #000000;
}

.sub-art-unit p {
    margin-top: 2px;
    font-size: 16px;
    font-family: 'GeographWeb-Regular';
    line-height: 125%;
}

.sub-art-unit img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}


@media (max-width: 900px){
    
    .wrapper{
        flex-direction: column;
    }
    
    .column {
        width: 100%
    }
    .column:nth-child(3) > div{
        min-height: 100px;
    }
    
    .tiles div{
    width:calc(100% / 2);
  
}
    
    .column:nth-child(3) > div:nth-child(1){
    max-height:50px;
    height:50px;
    width: 320px;
    max-width: 320px;
    background: #f4f4f4;
    margin: 30px auto;
  }
    
       section.section2{
            padding: 40px 0;
        }
    
  section.videos{
            padding:2em 1em;
        }
    
    .related-videos a{
            width:100%;
		    margin-bottom: 7%;
        }   
        a.video.main span {
    min-height: 190px;
}
        .related-videos a:nth-child(2n) {
    margin: auto;
			    margin-bottom: 7%;
}
         
        .videos-container a h4 {
    font-size: 1rem;
}
        .a.video.main h4:first-child{
    font-size: 1.2rem;
}
    
    .video.main{
			display: none;
		}
 a.video.mobile{
  margin-bottom: 5%;
	display: block;
	 width:100%;
	margin-bottom: 7%;
	   min-height: 190px;

}

.video.mobile img{
  margin-bottom: 5%;


}       

        
    
}
    
    @media (max-width: 425px){
        
        .column > div{
            min-height: auto;
        }
        
        

     .sub-title {
         font-size: 24px;
         letter-spacing: 3px;
        }   
        
        .header-menu span {
            font-size: 12px;
            padding: 12px 0px;}
        
      .sponsor_logo  {

display: inline-block;
		
		}

        
        .swiper-slide:nth-child(2n) .location{
            background-image: radial-gradient(circle at top right, #00000069, #00000000 50%);
        }
        
        .swiper-container {
            height: 90vh;}
        
        
    .intro {
        padding:30px;
        text-align: center;
        }
        
        .mainTitle{
    
font-family: 'GeographWeb-Bold', helvetica;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    margin-top:28%;
    position: absolute;
    color: #ffffff;
    z-index: 10000;
    width: 100%;
    bottom: 60px;
}
 
.video.main{
			display: none;
		}
 a.video.mobile{
  margin-bottom: 5%;
	display: block;
	 width:100%;
	margin-bottom: 7%;
	   min-height: 190px;

}

.video.mobile img{
  margin-bottom: 5%;


}       

        
        
     
        
        
}
    
    /* ANIMATIONS */


.down-arrow.bounce {
	position: absolute;
	bottom: 30px;
	fill: #fff;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 5s infinite;
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


  