@charset "UTF-8";
/* CSS Document */

/* Reset browser default styles: */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: normal;
    list-style: none;
}

/* border-box so that border widths aren't added to the total width of the element: */
html {
    box-sizing: border-box;
}
* { box-sizing: border-box; }

*, *:before, *:after {
   box-sizing: inherit;
}

/* Clearfix to make floated elements behave correctly: */
   .cf:before, .cf:after { content: ""; display: table; }
   .cf:after { clear: both; }
   .cf { zoom: 1; }

/* In order for the percentage heights to work we need this: */
html, body { height:100%; }

.clear {
	clear: both;
}


/* ==========================================================================
   Overall
   ========================================================================== */

img {
	width: 100%;
    height: auto;
}
a {
	text-decoration: none;
    color: white;
}
a:hover {
	color: lightskyblue;
}
main a {
	color: lightskyblue;
}
main a:hover {
	text-decoration: underline;
}
body {
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    background-color: black;
    font-size: 24px;
    color: hsla(360, 100%, 100%, 0.85);
    font-weight: 300;
    background: linear-gradient(to top left, hsla(0, 100%, 0%, 1.0) 0%, hsla(0, 100%, 0%, 0.99) 100%);
    
    background-attachment: fixed;
}
.inner-main {
    width: 90%;
    margin: 50px auto;
    padding-right: 4%;
}
.inner-section {
    width: 90%;
    margin: 50px auto;
    padding-right: 4%;
}
.inner-award {
    width: 94%;
    margin: -80px auto 0px auto;
    padding-right: 4%;
    padding-bottom: 200px;
}


/* ==========================================================================
   Typography
   ========================================================================== */
p {
    margin-bottom: 1em;
}
h1 {
    font-size: 3em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1em;
}
h2 {
    text-transform: uppercase;
    margin-bottom: 1em;
}
h3 {
    text-transform: uppercase;
    margin-bottom: 1em;
}


/* ==========================================================================
   Header
   ========================================================================== */

header {
    width: 90%;
    margin: 50px auto;
    position: relative;
    z-index: 9001;
}
.site-id {
    display: block;
    float: left;
    margin: -5px 50px 0px 0px;
    font-size: 30px;
    position: relative;
    z-index: 3;
}
.humming {
	color: #00c6ff;
     -webkit-animation: colorchange 10s infinite alternate;
}
.headerlogos {
	float: left;
}
header .logo {
	display: inline-block;
    width: 120px;
    margin-right: 30px;
}
header .evl-logo img {
	margin-top: -7px;
}
header .uic-logo {
	display: inline-block;
	width: 50px;
    margin-right: 25px;
    margin-top: -10px;
}
.separator {
    display: block;
    float: left;
    width: 1px;
    height: 70px;
    background: hsla(0,0%,100%,0.30);
    margin: -20px 50px 0px 0px;
}

@media (max-width: 500px) {
 .headerlogos {
	margin-top: -45px;
}
}





/* ==========================================================================
   Navigation
   ========================================================================== */

.trigger {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 50px;
  right: 5%;
  bottom: auto;
  left: auto;
  z-index: 3;
  cursor: pointer;
  transition: top 0.1s ease-in-out;
}
.trigger span {
  display: block;
  width: 100%;
  height: 3px;
  border-top: 3px solid #F1F1F1;
  margin: 0 0 0px 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  padding: 0px;
}
.trigger span:first-child {
  top: 0;
  left: 0;
}
.trigger span:nth-child(2) {
  top: 10px;
  left: 0;
}
.trigger span:last-child {
  top: 20px;
  left: 0;
}
.trigger.on {
  top: 60px;
}
.trigger.on span:first-child {
  transform: rotate(45deg);
}
.trigger.on span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0px;
}
.trigger.on span:last-child {
  transform: rotate(45deg);
  top: 0px;
}

.menu {
  background: linear-gradient(to bottom right, hsla(217, 100%, 0%, 0.95) 0%, hsla(217, 100%, 22%, 0.99) 100%);
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9000;
}
.menu ul {
  list-style-type: none;
  padding: 0;
  width: ;
  text-align: center;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 11;
}
.menu ul li {
  color: white;
  font-weight: 300;
  font-size: 4vw;
  padding: 10px 0;
}
.menu ul li a:hover {
	color: lightskyblue;
}
.logos {
	position: absolute;
    z-index: 3;
    top: 40px;
    left: 5%;
    right: 5%;
    width: 90%;
}
.logo {
	display: block;
    width: 150px;
    margin-right: 50px;
    float: left;
}
.evl-logo img {
	margin-top: -7px;
}
.bird {
	position: fixed;
    width: 70%;
     top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 9;
}


@media (max-width: 500px ) { 
.menu ul {
  padding-top: 100px;
  }
}


/* ==========================================================================
   Home
   ========================================================================== */


.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
   z-index: 3;
  
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#010b1a+0,010b1a+100&1+0,0+50 */
background: -moz-linear-gradient(bottom,  rgba(1,11,26,1) 0%, rgba(1,11,26,0) 50%, rgba(1,11,26,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom,  rgba(1,11,26,1) 0%,rgba(1,11,26,0) 50%,rgba(1,11,26,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top,  rgba(1,11,26,1) 0%,rgba(1,11,26,0) 50%,rgba(1,11,26,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010b1a', endColorstr='#00010b1a',GradientType=0 ); /* IE6-9 */



}

video, .ie8-poster {
 object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.intro {
	color: white;
    text-align: left;
    position: absolute;
    top: 20%;
    left: 5%;
    right: 5%;
    z-index: 5;
}
.home h1 {
    font-size: 7vw;
    font-weight: 100;
}
.home h2 {
	font-weight: 100;
    font-size: 1em;
    margin: 0px 0px 0px 0.25em;
}
p {
	font-weight: 300;
}
.intro p {
	padding-right: 20%;
}
.videosection {
	width: 100%;
    height: 100vh;
}
.main {
	padding: 100px 5% 100px 5%;
    color: white;
    position: relative;
    z-index: 5;
    top: -200px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#010044+0,010044+100&0+0,1+7,1+100 */
background: -moz-linear-gradient(top,  rgba(1,0,68,0) 0%, rgba(1,0,68,1) 7%, rgba(1,0,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(1,0,68,0) 0%,rgba(1,0,68,1) 7%,rgba(1,0,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(1,0,68,0) 0%,rgba(1,0,68,1) 7%,rgba(1,0,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010044', endColorstr='#010044',GradientType=0 ); /* IE6-9 */



}
.main p {
	margin-bottom: 1em;
    color: white;
    max-width: 1400px;
}
.more {
    padding: 5px 15px;
}
.backhumming {
	background-color: #00c6ff;
     -webkit-animation: backgrchange 10s infinite alternate;
}




/* ==========================================================================
   About
   ========================================================================== */

.carousel {
    margin: 80px 0px 15px 0px;
}
.carousel-caption {
	font-size: 0.625em;
    text-align: right;
    margin-bottom: 80px;
}
.carousel img {
  display: block;
  height: 200px;
  width: auto;
  border: 3px solid black;
}

@media screen and ( min-width: 768px ) {
  .carousel img {
    height: 400px;
  }
}


.awards1 {
	width: 25%;
    padding: 0px 2% 0px 2%;
    float: left;
    border-right: 1px solid hsla(360, 100%, 100%, .5);
}
.awards2 {
	width: 25%;
    padding: 0px 2% 0px 2%;
    float: left;
    border-right: 1px solid hsla(360, 100%, 100%, .5);
}
.awards3 {
	width: 25%;
    padding: 0px 2% 0px 2%;
    float: left;
}
.awards4 {
	width: 25%;
    padding: 0px 2% 0px 2%;
    float: left;
    font-size: 15px;
    line-height: 19px;
}




/* ==========================================================================
   Galleries
   ========================================================================== */

.infos {
	font-size: .75em;
    margin: 30px 0px 0px 0px;
}
.grid {
    margin-bottom: 150px;
    margin-top: 0px;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 20%;
}
.grid-item {
  float: left;
}
.grid-item img {
  display: block;
  max-width: 100%;
  border: 3px solid black;
}
.caption {
    font-size: 14px;
    display: block;
    margin: 0px;
    color: lightskyblue;
}
.galleries h2 {
	margin-bottom: 0px;
}
.fancybox-caption {
	text-align: center;
}


/* ==========================================================================
   Team
   ========================================================================== */
.group {
	margin: -10px 0px 100px 0px;
}
.team h3 {
	text-transform: uppercase;
	font-size: 1.5em;
}
.team p {
	font-size: .875em;
}
.nteam-image {
	width: 15%;
	float: left;
	margin-right: 4%;
}
.nteam-text {
	width: 75%;
	float: right;
}
.team-member {
	border-top: 1px solid hsla(0, 100%, 100%, .5);
	padding-top: 30px;
	margin-bottom: 50px;
}
   
.team-image {
    width: 23%;
    float: left;
    margin: 0px 2% 0px 0px;
}
.team-text {
    width: 71%;
    float: left;
    margin: 0px 2% 0px 2%;
}
.accordion {
    margin-top: 100px;
}
.accordion *{
	box-sizing: border-box;
	outline: 0;
}

.accordion-header h3 {
	margin-bottom: 0em;
}

/* Header
=================================*/
.accordion-header {
	min-height: 40px;
	padding: 20px 0% 20px 0%;
	/*line-height: 20px;*/
	/*font-size: 24px;*/
	/*font-weight: 600;*/
	color: var(--color_trans2);
	/*border-bottom: solid 1px #e9e9e9;*/
	border-top: solid 1px hsla(360, 100%, 100%, 0.4);
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	transition: background .2s linear;  
}
.accordion-item:last-child .accordion-header{
	border-bottom: solid 1px hsla(360, 100%, 100%, 0.0);
}
.accordion-header:hover,
.accordion-item.active .accordion-header{
	background: var(--overlay_three);
	color: var(--senf_full);
}
/* Header icons (Font Awesome) */
.accordion-header i{
	width: 26px;
	text-align: left;
	font-size: 16px;
}
/* Header arrows */
.accordion-header .accordion-item-arrow{
	position: absolute;
	right: 15px;
	height: 20px;
	margin-top: -10px;
	top: 50%;
}
.accordion-header .accordion-item-arrow:before{
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 18px;
	float: right;
	transition: all .2s linear;
}
.accordion-item.active .accordion-header .accordion-item-arrow:before{
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}

/* Content
=================================*/
.accordion-content{
	padding-bottom: 100px;
	display: none;
	/*border-bottom: solid 1px #e9e9e9;*/
	
	background: var(--overlay_three);
}
.accordion-item:last-child .accordion-content{
	border-bottom: none;
	/*border-top: solid 1px #e9e9e9;*/
}

.gratitude {
	border-top: 1px solid hsla(0, 100%, 100%, .5);
	padding-top: 30px;
	margin-top: 100px;
    margin-bottom: 100px;
    width: 75%;
}



/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    margin: 100px 0px 0px 0px;
    padding-bottom: 100px;
    font-size: 0.625em;
    padding-right: 4%;
}
.home footer {
	margin: 0px 0px 0px 0px;
}
.inner-footer {
    width: 94%;
    margin: 0px auto;
}
.footer-col {
    width: 29.333%;
    margin: 0px 2%;
    float: left;
    border-top: 1px solid hsla(360, 100%, 100%, .5);
    padding: 20px 0px 0px 0px;
    line-height: 1.5em;
}
.footer-icon {
	display: block;
    width: 120px;
    margin-bottom: 10px;
    float: left;
    margin-left: 30px;
}
.nea {
	padding-top: 10px;
     width: 180px;
}

.uic {
	width: 90px;
    margin-left: 40px;
    margin-top: -20px;
}








/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 1400px ) { 
.inner-main {
    width: 86%;
}
.inner-section {
    width: 86%;
}
.inner-award {
    width: 90%;
}
header {
    width: 86%;
}
.inner-footer {
    width: 90%;
}
.intro {
    left: 8%;
    right: 8%;
}
}

@media (min-width: 2000px ) { 
.inner-main {
    width: 80%;
    margin: 50px auto;
    padding-right: 4%;
}
.inner-section {
    width: 80%;
    margin: 50px auto;
}
.inner-award {
    width: 86%;
    margin: 100px auto;
}
header {
    width: 80%;
}
.inner-footer {
    width: 84%;
}
.intro {
    left: 10%;
    right: 10%;
}
}



@media (max-width: 1400px ) { 
.home h1 {
    font-size: 11vw;
}
.bird {
    width: 80%;
}
.awards1 {
	width: 50%;
    padding: 0px 6% 0px 2%;
    float: left;
    border-right: 0px solid hsla(360, 100%, 100%, .5);
}
.awards2 {
	width: 50%;
    padding: 0px 2% 0px 6%;
    float: left;
    border-right: 0px solid hsla(360, 100%, 100%, .5);
}
.awards3 {
	width: 50%;
    padding: 0px 6% 0px 2%;
    float: left;
    margin-top: 50px;
}
.awards4 {
	width: 50%;
    padding: 0px 2% 0px 2%;
    margin-top: 50px;
    float: left;
    font-size: 18px;
    line-height: 24px;
}
} 

@media (max-width: 960px ) { 
.home h1 {
    font-size: 11vw;
}
.bird {
    width: 80%;
}
.grid-sizer,
.grid-item {
  width: 25%;
}
}



@media (max-width: 768px ) { 
.home h1 {
    font-size: 11.5vw;
}
.intro p {
	padding-right: 0%;
}
.bird {
    width: 90%;
}
.grid-sizer,
.grid-item {
  width: 33.33%;
}
.menu ul li {
  font-size: 7vw;
  padding: 20px 0;
}
.logo {
    width: 120px;
}
.homeheader .logo {
	display: block;
    width: auto;
    margin-right: 20px;
    float: left;
    text-align: left;
}

body {
    font-size: 18px;
}
.evl-logo img {
	margin-top: -5px;
}
.site-id {
    display: block;
    float: left;
    margin: -5px 25px 0px 0px;
    font-size: 24px;
}
header .logo {
	display: block;
    margin-right: 0px;
    width: auto;
    float: none;
    text-align: right;
    margin-bottom: 5px;
}
header .uic-logo {
	width: auto;
    margin-top: -10px;
    display: block;
     margin-right: -5px;
     margin-bottom: 5px;
     float: none;
     text-align: right;
}
header .logo img {
	width: 100px;
}
header .uic-logo img {
	width: 40px;	
}
.headerlogos {
	float: right;
    margin-right: 100px;
}

.separator {
    display: block;
    float: left;
    width: 1px;
    height: 70px;
    background: hsla(0,0%,100%,0.30);
    margin: -20px 25px 0px 0px;
}
.carousel img {
  height: 400px;
}
.awards4 {
	width: 50%;
    padding: 0px 2% 0px 2%;
    margin-top: 50px;
    float: left;
    font-size: 16px;
    line-height: 22px;
}
.nteam-image {
	width: 24%;
	float: left;
	margin-right: 5%;
}
.nteam-text {
	width: 71%;
	float: right;
}
.gratitude {
    width: 100%;
}
.footer-icon {
    float: none;
    margin-left: 0px;
}
.uic {
	width: 90px;
    margin-left:0px;
    margin-top: 0px;
}
} 



@media (max-width: 500px ) { 
body {
	font-size: 16px;
}
.grid-sizer,
.grid-item {
  width: 50%;
}
.menu ul li {
  font-size: 8vw;
  padding: 20px 0;
}
h1 {
    font-size: 2.75em;
    line-height: 1.2em;
}
header .logo {
	display: block;
    margin-right: 0px;
    width: auto;
    float: none;
    text-align: right;
    margin-bottom: 5px;
}
.homeheader .logo {
	display: block;
    margin-right: 10px;
    width: auto;
    float: left;
    text-align: left;
}
.team-image {
    width: 75%;
    float: none;
    margin: 0px 0% 30px 0px;
}
.team-text {
    width: 100%;
    float: none;
    margin: 0px 0% 0px 0%;
    line-height: 1.5em;
}
.gratitude {
    width: 100%;
}
footer {
    margin: 50px 0px 0px 0px;
    padding-bottom: 50px;
    font-size: 0.85em;
    line-height: 2.5em;
}
.footer-col {
    width: 96%;
    margin: 0px 2% 30px 2%;
    float: none;
    border-top: 1px solid hsla(360, 100%, 100%, .5);
    padding: 15px 0px 0px 0px;
}
.inner-award {
    width: 94%;
    margin: 50px auto;
    padding-right: 4%;
    padding-bottom: 50px;
}
.awards1 {
	width: 100%;
    padding: 0px 2% 25px 2%;
    float: none;
    border-bottom: 1px solid hsla(360, 100%, 100%, .5);
    border-right: none;
}
.awards2 {
	width: 100%;
    padding: 20px 2% 25px 2%;
    float: none;
    border-bottom: 1px solid hsla(360, 100%, 100%, .5);
}
.awards3 {
	width: 100%;
    padding: 20px 2% 0px 2%;
    float: none;
    margin-top: 0px;
}
.awards4 {
	width: 100%;
    padding: 0px 3% 0px 4%;
    margin-top: 0px;
    float: none;
    font-size: 16px;
    line-height: 22px;
}
}


@media (max-width: 375px ) { 
.separator {
	display: none;
}
.logo {
	display: none !important;
}
}


/* ==========================================================================
   Aninmation
   ========================================================================== */

@-webkit-keyframes colorchange {
  0% {
    color: #00c6ff;
  }
  10% {
    color: pink;
  }
  20% {
    color: green;
  }
  30% {
    color: orange;
  }
  40% {
    color: #00c6ff;
  }
  50% {
    color: magenta;
  }
  60% {
    color: white;
  }
  70% {
    color: yellow;
  }
  80% {
    color: pink;
  }
  90% {
    color: red;
  }
  100% {
    color: #00c6ff;
  }
}

@-webkit-keyframes backgrchange {
  0% {
    background-color: #00c6ff;
  }
  10% {
    background-color: pink;
  }
  20% {
    background-color: green;
  }
  30% {
    background-color: orange;
  }
  40% {
    background-color: #00c6ff;
  }
  50% {
    background-color: magenta;
  }
  60% {
    background-color: white;
  }
  70% {
    background-color: yellow;
  }
  80% {
    background-color: pink;
  }
  90% {
    background-color: red;
  }
  100% {
    background-color: #00c6ff;
  }
}



