/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/39f6b4");


@font-face {font-family: 'URWDIN-Black';src: url('webfonts/39F6B4_0_0.eot');src: url('webfonts/39F6B4_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/39F6B4_0_0.woff2') format('woff2'),url('webfonts/39F6B4_0_0.woff') format('woff'),url('webfonts/39F6B4_0_0.ttf') format('truetype');}

body{
  font-family: 'Roboto', sans-serif;
}


.field.checkboxset input{
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

.field.checkboxset .odd, .field.checkboxset .even{
  padding: 10px 0;
}
h1, h2, h3, h4, h5, h6{
  margin: 0 0 20px 0;
}

a, a:focus, a:hover, a:active{
  color: #f58220;
}

.sub .carousel{
  margin-top: 95px;
}

.carousel-inner{
  max-height: 700px;
}

.sub .carousel-inner{
  max-height: 400px;
}

.carousel-inner img{
  width: 100%;
  height: auto;
}

.carousel-control{
  background: none !important;
}

#navbar{
  padding-left: 40px;
}

.navbar-inverse{
  border: none;
}

.navbar-nav li{
  list-style: none;
}

.navbar-inverse .navbar-nav > li > a{
  color: #fff;
  text-shadow: none;
}

svg {
  width: 100%;
  height: 145px;
  position:absolute;
}

svg text {
  text-anchor: end;
  font-size: 10em;
  font-weight: 600;
  font-family: URWDIN-Black;
}

svg mask rect {
	fill: #fff;
}

svg > rect.maskoutput {
  fill: url(#sampleGradient);
  -webkit-mask: url(#mask);
  mask: url(#mask);
}

.cutout{
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 160px;
  display: block;
  width: 200px;
  height: 100px;
  text-align: right;
  transition: all 0.5s ease-in-out;
}

.scrolllogo{
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 9999;
  display: none;
}

#navbar{
  position: absolute;
  top: 45px;
}

.navbar{
  min-height: 0;
}

.headerphone{
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.split{
  position: relative;
  background-color: #000;
}

.split::before {
  content: "";
  background: url(../images/split.jpg);
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* z-index: -1; */
}

.split .wave{
  position: absolute;
  left: 0;
  top: -127px;
  z-index: 1;
}

.cta{
  color: #fff;
  padding-top: 120px;
  padding-bottom: 50px;
}

.cta .inner{
  border: 1px solid #fff;
  padding: 40px 20px 20px 20px;
  text-align: center;
  display: block;
}

.cta a{
  color: #fff;
  text-decoration: none;
}

.cta img{
  margin-bottom: 20px;
}

.homecontent{
  padding-top: 40px;
  padding-bottom: 40px;
}

.homecontent iframe{
  width: 100%;
}

.infobox{
  border-top: 1px solid #f58220;
  border-left: 1px solid #f58220;
  padding: 20px 0 0 20px;
  margin-bottom: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}

.infobox h5, h3{
  color: #f58220;
}

.infobox img{
  width: 100%;
  height: auto;
}

ul{
  padding-left: 15px;
}

li{
  list-style-image: url('../images/listmarker.png');
}

#map{
  width: 100%;
  height: 400px;
}

.parallax {
  /* The image used */
  /* Set a specific height */
  height: 150px;
  width: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax::before{
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  display: block;
  opacity: 0.5;
}

footer{
  width: 100%;
  color: #fff;
  padding: 0 0 20px 0;
}

.footergrey{
  background-color: #4d4d4f;
  padding: 40px 0;
}

.footerwhite{
  height: 100px;
  position: relative;
  background-color: #fff;
  padding-top: 20px;
}

.footerwhite .footwave{
  position: absolute;
  right: 0;
  top: -107px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover{
  background-color: #d34727;
}

.navbar-fixed-top svg{
  transition: all 0.5s ease-in-out;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
  background-color: #d34727;
}

.sub .navbar-fixed-top svg{
  height: 95px;
}

.sub .headerphone{
  float: left;
}

.sub .scrolllogo{
  display: inline ;
}

.sub .nav.navbar-nav{
  display: block;
}

.sub .openbut{
  display: none;
}

.even, .odd{
  width: 100%;
  height: auto;
}

.odd{
  background-color: #eee;
}

/* overlay menu */

.openbut{
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 24px;
  float: left;
}

.openbut i{
  font-size: 28px;
  margin-top: 7px;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  z-index: 9999
}

.overlay ul li{
  list-style: none;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: none !important;
  color: #fff;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background: none;
  display: none;
  overflow: hidden;
}

.panel a{
  font-size: 24px;
}

footer .footermenu a{
  display: block;
}

footer .accordion{
  font-size: 14px;
  color: #f58220;
  text-align: left;
  padding: 0;
}

footer .active, .accordion:hover {
  color: #f58220;
}

footer .panel{
  padding: 0 0 0 10px;
  margin: 0;
}

footer .panel a{
  font-size: 14px;
  color: #f58220;
  display: block;
}

.staffimage img{
  width: 100%;
  height: auto;
}

.middleColumn{
  padding-bottom: 10px;
}

.btn-toolbar.Actions{
  /* padding-top: 20px; */
}

.btn-toolbar.Actions input{
  background-color: #f58220;
  border: none;
}

.sponsors-list{
  margin-bottom: 20px;
}

.sponsors-list__sponsor img{
  width: 100%;
  height: auto;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.navbar-collapse.collapse{
  display: block !important;
}

.navbar-nav>li, .navbar-nav{
  float: left !important;
}

.navbar-nav.navbar-right:last-child{
  margin-right: -15px !important;
}

.navbar-right{
  float: right !important;
}

.headerphone a, .headerphone a:visited, .headerphone a:active{
  color: #fff;
}

.headerphone a:hover{
  text-decoration: none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1550px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {
  .headerphone, .sub .headerphone{
    float: none !important;
    margin-bottom: 0;
    font-size: 24px;
  }

  #navbar{
    top: 10px;
  }

  .scrolllogo{
    top: 15px;
    right: auto;
    left: 235px;
    width: 200px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .cta .col-md-4{
    margin-bottom: 20px;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border: none;
  }

  .cutout{
    display: none !important;
  }

  .navbar-fixed-top svg{
    height: 95px !important;
    top: 0 !important;
  }


  .scrolllogo{
    display: inline !important;
  }

  .nav.navbar-nav{
    display: none !important;
  }

  span.openbut{
    display: inline !important;
  }

  #mask{
    display: none !important;
  }

  .headerphone{
    float: none !important;
    margin-bottom: 0;
    font-size: 24px;
  }

  #navbar{
    top: 10px;
  }

  .footlogo{
    margin-top: 100px;
  }

  .wave{
    width: 90%;
    height: auto;
  }

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {


.infobox img, .homecontent img{
  width: 100%;
  height: auto;
}

.scrolllogo{
  width: 40%;
  height: auto;
  left: auto;
  right: 10px;
  top: 55px;

}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
