@font-face {
    font-family: "White Rabbit";
    src: url(/fonts/whitrabt.eot),
        url(/fonts/whitrabt.woff) format('woff');
    color: #bbe6ef;
}

@font-face {
    font-family: "Frostbite";
    src: url(/fonts/frostbite-narrow.eot),
        url(/fonts/frostbite-narrow.woff) format('woff');
    color: #bbe6ef;
}

@font-face {
    font-family: "Montserrat";
    src: url(/fonts/montserrat-medium.eot),
        url(/fonts/montserrat-medium.woff) format('woff');
    color: #bbe6ef;
}

@font-face {
    font-family: "Montserrat";
    src: url(/fonts/montserrat-bold.eot),
        url(/fonts/montserrat-bold.woff) format('woff');
    color: #bbe6ef;
    font-weight: bold;
}

h1, h2, h3{
  font-family: "White Rabbit", monospace;
}

a{
  color: #bbe6ef;
}

footer .footer-right a{
  font-weight: bold;
}

a:hover{
  text-decoration: none;
}

body{
  margin: 0;
  color: #e5f2ff;
  font-family: "Montserrat", monospace;    
  font-size: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 4.9vw;
  overflow-x: hidden;
}

::-webkit-scrollbar{ 
    width: 0.6vw;
}

::-webkit-scrollbar-thumb{ 
    background-color: #0e4073; 
}

::-webkit-scrollbar-track{
    background-color: transparent;
    border: none;
}

header{
  background: url('/images/design/c_top_bar.png') no-repeat;
  background-color: #152854;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 4.9vw;
  overflow: hidden;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 9999;
}

header .header-left{
  width: 19vw;
  height: 2vw;
}

header .header-left .logo{
  margin: 1.5vw 0 0 2vw;
  display: flex;
  width: 20vw;
}

header .header-left .logo .logo-image{
  background: url('/images/design/c_logo.png') no-repeat;
  background-size: cover;
  width: 2vw;
  height: 2vw;
  }

header .header-left .logo .logo-text{
  color: #fff;
  letter-spacing: 5px;
  font-size: 1.2vw;
  text-transform: uppercase;
  margin: 0.5vw 0 0 1vw;
}

header .header-middle{
  width: 62vw;
  height: 2vw;
}

header .header-middle ul{
  list-style: none;
  margin: 1.7vw auto;
  width: 100%;
  padding: 0;
  flex-direction: row;
  justify-content: space-evenly;
  display: flex;
}

header .header-middle li{
  width: max-content;
  margin: 0;
  display: block;
}

header .header-middle li > a{
  margin: 0 auto;
  width: max-content;
  padding: 0.6vw 0;
  text-align: center;
  display: block;
  font-family: "White Rabbit", monospace; 
  font-size: 1vw;
  text-transform: uppercase;
}

header a,
footer a{
  color: #fff;
  text-decoration: none;
}

header .header-middle li > a:hover{
  text-decoration: none;
  border-bottom: 1px solid #e5f2ff;
}

header .header-right{
  font-family: "White Rabbit", monospace; 
  width: 19vw;
  height: 2vw;
  padding: 2vw 0vw;  
  text-align: center;
  font-size: 1vw;
  text-transform: uppercase;
}

footer{
  margin: 0 0 0 0;
  padding: 10px 50px;
  width: calc(100% - 100px);
  clear: both;
  font-size: 14px;
}

footer .social-link{
  margin-left: 15px;
}

footer .social-link i{
  font-size: 12px;
  min-width: 14px;
  background-color: #fff;
  color: #3e4984;
  border-radius: 100px;
  padding: 5px;
  text-align: center;
}

footer .footer-left,
footer .footer-right{
  width: 50%;
  float: left;
  display: block;
}

footer .footer-right{
  text-align: right;
}

.banner{
  background: url('/images/design/c_headline_picture.jpg') no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  background-position-y: 4.9vw;
  width: 100vw;
  height: 22vw;
  z-index: 1000;
}

.banner h1{
  font-family: "Frostbite", monospace;
  font-weight: normal;
  text-shadow: 0px 0px 6px #1ce4e8, 0px 0px 6px #1ce4e8;
  text-transform: uppercase;
  color: #fff;
  display: block;
  width: 70vw;
  text-align: center;
  margin: 10vw auto 0 auto;
  font-size: 2.5vw;
}

.banner.banner-small{
  height: 10vw;
  background-position-y: 0vw;
  position: relative;
}

.banner.banner-small h1{
  margin-top: 4vw;
  font-size: 2vw;
}

.banner.banner-small:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 1px;
    z-index: 999;
    box-shadow: 0px 0px 2px 2px #5ff, 0px 0px 5px 2px #1ce4e8, 0px 0px 5px 2px #1ce4e8 inset;
}

.notification{
  font-family: "White Rabbit", monospace;
  width: 92vw;
  height: 2.8vw;
  background: linear-gradient(to right, #047, #0e4073);
  font-size: 1.2vw;
  padding: 0.5vw 5vw 0.5vw 5vw;
  margin-left: -1vw;
  z-index: 1000;
  box-shadow: 0px 0px 2px 2px #5ff, 0px 0px 5px 2px #1ce4e8, 0px 0px 5px 2px #1ce4e8 inset;
  text-align: center;
  line-height: 1.3vw;
}

.notification.notification-success{
  background: linear-gradient(to right, #9b1, #0e4073);
  border-color: #7c1;
}

#main{
  width: 100vw;
  background: linear-gradient(#0b112f, #3e4984);
  background: url('/images/design/c_bg.png');
  background-size: cover;
  min-height: 55vw;
}

.content{
  width: 1000px;
  min-height: 50vw;
  padding-top: 20px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #679;
  display: flex;
  justify-content: space-between;
}

.content-left{
  width: 670px;
}

.content-right{
  width: 300px;
}

#main h2{
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "Frostbite", monospace; 
  margin-bottom: 30px;
  line-height: 1.3em;
}

#main h3{
  font-family: "White Rabbit", monospace; 
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}

#main .box h3 a{
  color: #c370af;
  text-decoration: none;
}

#main .title-section{
  width: 0.8vw;
  height: 0.8vw;
  margin: 0.6vw 1vw 0 -1.6vw;
  border: 2px solid #c370af;
  border-radius: 20px;
  float: left;
  box-sizing: border-box;
}

#main h3 .title-section{
  margin-top: 0.3vw;
}

#main .content-right .title-section{
  margin-left: 0px;
  position: relative;
}

#main .title-section.title-line:before{
  margin-top: 1.4vw;
  display: block;
  content: "";
  width: calc((100vw - 1000px) / 2 - 40px);
  height: 2px;
  background: linear-gradient(to right, #67b1bf, transparent);
}

#main .title-section.title-line.title-line-pink:before{
  background: linear-gradient(to right, #c370af, transparent);
}

.no-title-line{
  margin-left: 0vw !important;
}

hr{
  display: block;
  content: "";
  height: 2px;
  background: linear-gradient(to right, #67b1bf, transparent);
  margin-top: 3px;
  margin-top: 1.5vw;
  border: none;
}

.box-items{
  background: url('/images/design/c_events.jpg') no-repeat;
  background-size: cover;
  width: 280px;
  height: 610px;
  padding: 10px 10px;
  border-radius: 8px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 2px solid #67b1bf;
}

.box-items::-webkit-scrollbar {
    display: block;
}

.box-items li{
  list-style: none;
  width: 260px;
  min-height: 50px;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 0px 0 10px 0;
  opacity: 0.8;
  font-size: 14px;
}

.statement{
  width: calc(100 - 3vw);
  min-height: 60px;
  display: flex;
  margin-bottom: 20px;
  background: url('/images/design/c_text_field_chip_r.png') no-repeat;
  background-size: 100% 100%;
  padding: 2vw 2vw;
  margin: 0 -0.5vw;
}

.statement .statement-alt{
  background: url('/images/design/c_text_field_chip_l.png') no-repeat;
  background-size: 100% 100%;
}

.statement img{
  width: 10%;
  height: fit-content;
  border: 2px solid #67b1bf;
  border-radius: 0.5vw;
}

.statement p{
  width: calc(90% - 34px);
  height: inherit;
  margin: 0 0 0 10px;
  height: auto;
  padding-left: 2vw;
  font-size: 12px;
  display: block;
  position: relative;
}

.statement p span{
  width: 50%;
  display: block;
  text-align: right;
  font-style: italic;
  color: #67b1bf;
  bottom: 0px;
  right: 0px;
  position: absolute;
  clear: both;
}

.box{
  width: 100%;
  min-height: 90px;
  margin: 10px 0;
  flex-direction: row;
  display: flex;
  padding: 1vw 0 1vw 0;
}

.box.box-lines{
  flex-direction: column;
}

#main .box h3{
  margin: 10px 0 0 35px;
}

.box.box-lines p{
  padding: 0 10px 10px;
}

.box.box-no-border{
  border: none;
}

.box.box-lines .button{
  float: left;
  margin: 0 0 0 10px;
  text-decoration: none;
}

.box .box-item{
  margin-bottom: 1vw;
  position: relative;
  overflow: hidden;
}

.box .box-item .box-half{
  width: 50%;
}
  
.box .box-item > *{
  position: relative;
  z-index: 10;
}

.box-dark{
  background: linear-gradient(to right, rgb(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  border: 2px solid #67b1bf;
  border-radius: 1vw;
}

.box-dark-reversed{
  background: linear-gradient(to left, rgb(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  border: 2px solid #67b1bf;
  border-radius: 1vw;
}

.box-bordered{
  border-radius: 1vw;
  border: 2px solid #67b1bf;
}

.box > p,
.box > div{
  margin: 0px;
  padding: 10px 20px;
  font-size: 12px;
}

.box > ul{
  margin-top: 0px;
  font-size: 12px;
}

.box .box-part{
  width: calc(50% - 40px);
  padding: 15px 20px;
}

.box .box-part img{
  max-width: 100%;
  border: 2px solid #67b1bf;
  border-radius: 0.5vw;
}

.box .box-part p{
  line-height: 1.2vw;
}

.box.box-no-border .box-part{
  width: 50%;
  padding: 0;
}

.box.box-no-border .box-part:first-of-type{
  padding-right: 20px;
  width: calc(50% - 20px);
}

.button{
  padding: 10px 30px;
  color: #a55489;
  text-transform: uppercase;
  background-color: #1e121a;
  border: 2px solid #a55489;
  box-shadow: 0px 0px 8px #a55489;
  border-radius: 5px;
  opacity: 0.9;
  width: max-content;
  cursor: pointer;
}

button.button{
  margin: 0 1vw 0 0 ;
}

.button.centered{
  display: block;
  margin: 0 auto;
  position: relative;
}

.button:hover{
  opacity: 1;
}

.button.button-small{
   padding: 8px 20px;
   font-size: 14px;
   text-transform: none;
}

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

.box.box-banner-history{
  background: url('/images/design/c_history_w.png') no-repeat;
}

.box.box-banner-interviews{
  background: url('/images/design/c_interviews_w.png') no-repeat;
}

.box img.box-banner{
  display: block;
  border: none;
  position: absolute;
  height: 100%;
  width: auto;
  vertical-align: middle;
  overflow: hidden;
  margin-top: -0.5vw;
  border-radius: 0.7vw;
  right: 0;
  z-index: 1;
}


.select-box{
  width: 100%;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  margin: 0 0 10px 0;
  height: auto;
  padding: 10px;
  font-size: 12px;
  border-radius: 8px;
}

.select-box option{
  color: #000;
}

.button.pull-right{
  margin-bottom: 20px;
}

form.form-box{
  width: 100%;
  border: 2px solid #67b1bf;
  border-radius: 0.5vw;
}

form.form-box fieldset{
  width: 100%;
  margin: 20px 0;
  padding: 0;
  border: none;
}

form.form-box h3{
  text-align: center;
  font-weight: normal;
}

form.form-box label{
  margin-left: 1.3%;
}

form.form-box .form-box-line{
  width: 100%;
  margin: 10px 0;
  display: flex;
  justify-content: space-evenly;
}

form ::placeholder{
  color: #aaa;
}

form.form-box input, 
form.form-box textarea{
  border: 2px solid #67b1bf;
  background-color: rgba(50, 50, 50, 0.3);
  border-radius: 5px;  
  margin: 10px 0;
  padding: 5px 10px;
  color: #fff;
}

form.form-box input{
  width: calc(30% - 20px);
  height: 20px;
 
}
form.form-box textarea,
form.form-box input.input-full{
  width: calc(95% - 20px);
}

form.form-box textarea{
  min-height: 60px;
}

.clearfix{
  content: "";
  clear: both;
}

.pull-right{
  float: right;
}

.article-description{
  display: block;
  margin: -10px 0 10px 0;
}

#main .box.box-no-border .box-part h3{
  margin-left: 0px;
}

table{
  width: 100%;
}

tr.special{
  color: #67b1bf;
}

td:last-child{
  text-align: right;
  min-width: 80px;
}

hr{
  clear: both;
  width: calc(100% - 40px);
}