@charset "UTF-8";
/* CSS Document */
/*Global view*/
/*Simplifies width and height calculations*/
/*#1c1d21 28, 29, 33
#31353d 49, 53, 61
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: "enriqueta", "Book Antiqua", serif;
  font-variant: normal;
  font-style: normal;
  font-weight: 200;
  font-size: 100%;
  color: aliceblue;
  background-color: #1c1d21;
  margin: 0 0 0 0;
  text-align: left;
    
}
#goToTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #1C1D21; /* Set a background color */
  color: aliceblue; /* Text color */
  opacity: 0.5;
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}
#goToTop:hover {
  background-color: #31353D; /* Add a dark-grey background on hover */
}
.hero-image {
  background-image: url("../images/hero-02.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100%;
    min-height: 630px;
  padding-top: 20px;
}
.transition-bg {
/*  background-image: url("../images/1x/black-bg.png");*/
      background-image: linear-gradient(rgba(28, 29, 33, 0), rgba(28, 29, 33, 0.9), #1c1d21);
  position: absolute;
  top: 20px;
  width: 100%;
  height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;

}
.gradient-bg {
  background-image: linear-gradient(rgba(49, 53, 61, 0), rgba(49, 53, 61, 0.5), #31353D);
/*    background-color:#1c1d21;*/
}
/**/
/*HEADER*/
/**/
header {
/*  background-image: url("../images/1x/DARK50percent.png");
  background-repeat: repeat;*/
  padding: 20px;
  width: auto;
  height: auto;
  text-align: left;
}
.slicknav_menu {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
#menu {
  float: right;
  margin-top: 5px;
  font-family: "Beloved Sans", 'poiret-one', Helvetica, sans-serif;
  font-weight: bold;
}
#menu li {
  display: inline-block;
  /*position: relative;*/ /*add to convert subnav to drop-down*/
}
#menu li a {
  text-decoration: none;
  color: #f0f8ff;
  padding: 15px;
  font-size: 20px;
}
#menu li a:hover, #menu li a:active, #menu li a:focus {
  color: #92cdcf;
}
.subnav {
  display: none;
  position: absolute;
}
.subnav a {
  display: block;
  min-width: 80px;
}
#menu li:hover .subnav {
  display: block;
}
/**/
/*MAIN TEXT*/
/**/
#hero {
  min-height: 300px;
  max-width: 100%;
  text-align: center;
  padding: 10px;
}
.hero-copy {
  font-family: "lato", Helvetica, "Trebuchet MS", sans-serif;
  font-weight: 400;
  color: aliceblue;
  margin: 40px;
}
main {
  min-height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  /*  background-image: linear-gradient(#000, #1C1D21);*/
}
main.float-left {
  width: 75%;
  margin-right: 0;
}
.three-column {
  width: 50%;
  float: left;
}
main input.text-input, main textarea.text-input {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  color: aliceblue;
  font-family: lato, sans-serif;
  font-size: 1em;
  border-bottom: thin solid #F0F8FF;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  padding: 20px 10px 5px 10px;
  margin-bottom: 20px;
}
aside input[type="text"], aside input[type="email"] {
  width: 100%;
  font-family: lato, sans-serif;
  font-size: 0.8em;
  padding: 2%;
  margin: 4% 0;
  background-color: aliceblue;
  border: none;
}
h1 {
  font-style: normal;
  font-variant: small-caps;
  font-weight: 600;
  font-size: 3em;
  color: aliceblue;
  clear: both;
  text-align: center;
  padding: 0.5em;
  letter-spacing: 1px;
}
h2 {
  font-style: normal;
  font-variant: small-caps;
  font-size: 2em;
  color: aliceblue;
  text-align: center;
  padding: 20px 20px 10px 20px;
}
h3 {
  font-style: normal;
  font-variant: small-caps;
  font-size: 1.8em;
  color: aliceblue;
}
main table {
  margin-left: auto;
  margin-right: auto;
}
.copy {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
/*LINKS*/
.button {
  background-color: #418D92;
  display: inline-block;
  padding: 12px;
  margin-right: 15px;
  margin-left: 15px;
  font-family: "Beloved Sans", 'poiret-one', sans-serif;
  font-variant: small-caps;
  font-weight: 600;
  font-size: 1.2em;
  text-decoration: none;
  color: aliceblue;
  border-radius: 5px;
  border: none;
  transition: 0.3s;
}
.button:hover {
  background-color: aliceblue;
  color: #418D92;
}
.button-aside {
  background-color: aliceblue;
  display: inline-block;
  padding: 10px;
  margin: 10px;
  font-family: lato, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #418D92;
  border-radius: 5px;
  border: none;
}
.button-aside:hover {
  color: #93CDCF;
}
/**/
/*LAYOUT*/
/**/
aside {
  color: aliceblue;
  padding: 10px;
  margin-top: 20px;
  font-family: "lato", Helvetica, "Trebuchet MS", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.aside-right {
  background-color: rgba(65, 141, 146, 0.60);
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  float: right;
  width: 25%;
  margin-top: 120px;
  min-height: 300px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.aside-left {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  float: left;
  width: 25%;
}
article {
  color: aliceblue;
}
hr {
  margin: 50px 0;
  border-top-width: thin;
  border-style: solid none none;
  border-top-color: aliceblue;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
  text-align: right;
}
.position {
  position: absolute;
  left: 45%;
  z-index: 1;
}
.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.desktop-hide {
  display: none;
}
.WIP-banner {
  background-color: #31353d;
  height: 300px;
  padding: 20px 10% 20px 10%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.banner-copy {
  color: aliceblue;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  width: 50%;
}
.WIP1 {
  background-image: url("../images/mountains.jpeg");
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
}
.WIP2 {
  background-image: url("../images/blue-smoke.jpeg");
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}
.WIP3 {
  background-image: url("../images/ApianII-2Hemisphere-1.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
}
.progress {
  font-family: "open-sans-condensed", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 0.8em;
  text-transform: uppercase;
  position: absolute;
  right: 10%;
  bottom: 10px;
  left: 10%;
  width: 80%;
}
.progress-stage {
  padding-right: 2%;
}
/**/
/*GRAPHICS*/
/**/
.map-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* Parallax Section FOR UPCOMING EVENTS*/
.parallax-banner {
  background-color: #31353d;
  background-image: url("../images/smoky-stage.jpeg");
  height: 400px;
  width: 100%;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax {
  color: aliceblue;
  text-align: right;
  padding-right: 100px;
  padding-top: 1em;
  letter-spacing: 2px;
  margin-top: 0px;
}
.parallax-copy {
  color: aliceblue;
  text-align: right;
  padding-right: 110px;
  width: 30%;
  float: right;
  font-weight: lighter;
  line-height: 23px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.topics {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  color: aliceblue;
}
.col {
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  margin-top: 1%;
}
.col-lg {
  width: 31.3%;
  margin-bottom: 50px;
}
.col-md {}
.col-sm {}
main .topics .col img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.responsive-img {
  width: 100%;
  height: auto;
  display: block;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.grayscale:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/**/
/*FOOTER*/
/**/
footer {
  display: inline-block;
  padding: 20px;
  height: 120px;
  width: 100%;
  clear: both;
  vertical-align: middle;
  border-top: thin solid #31353d;
}
.social-icon {
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: auto;
  float: left;
}
main .social-icon {
  float: none;
  width: 100%;
}
.social-icon a {
  text-decoration: none;
  color: #418d92;
}
.social-icon a:hover {
  color: aliceblue;
}
.social-icon a em {
  background-color: #418d92;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-radius: 50%;
  color: aliceblue;
}
.social-icon a em:hover {
  background-color: aliceblue;
  color: #418d92
}
.dead-center {
  position: absolute;
  bottom: 0;
  left: 42.5%;
}
.copyright {
  float: right;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #92cdcf;
}
/**/
/**/
/**/
/**/
/**/
/*Tablet View*/
@media (min-width : 501px) and (max-width : 850px) {
  /*HEADER*/
  .hero-image {
background-attachment: scroll;
  }
  #menu li {
    display: none;
  }
  .slicknav_menu {
    display: block;
    margin-top: 30px;
  }
  .subnav {
    right: 125px;
    bottom: 5px;
  }
  /**/
  /*MAIN TEXT*/
  /**/
  main {
    padding: 10px;
  }
  main.float-left {
    width: 70%;
  }
  .copy {
    width: 90%;
  }
  /**/
  /*LAYOUT*/
  /**/
  .aside-right {
    width: 30%;
  }
  .aside-left {
    width: 30%;
  }
  .desktop-hide {
    display: block;
  }
  .tablet-hide {
    display: none;
  }
  .position {
    position: static;
  }
  /*GRAPHICS*/
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .parallax-copy {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 30%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .parallax {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 20%;
  }
  .parallax-copy {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    padding-top: 30px;
  }
  .parallax-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .topics {
    margin-top: 155px;
  }
  .col-md {
    width: 48%;
  }
  .WIP-banner {
    padding: 20px 80px 20px 80px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .banner-copy {
    width: 60%;
  }
  .dead-center {
    display: none;
  }
  .grayscale {
    display: none;
  }
}
/**/
/**/
/**/
/**/
/**/
/*Mobile View*/
@media (max-width : 500px) {
  .hero-image {
    background-attachment: scroll;
    }
    .transition-bg{
/*        background-image: none;*/
        background-attachment: scroll;
    }
  /**/
  /*HEADER*/
  /**/
  #menu li {
    display: none;
  }
  .slicknav_menu {
    display: block;
    margin-top: 30px;
  }
  .subnav {
    right: 125px;
    bottom: 5px;
    min-width: 130px;
  }
  /**/
  /*MAIN TEXT*/
  /**/
  main {
    padding: 10px 0 0 0;
  }
  main.float-left {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }
  h1 {
    font-size: 7vw;
    padding-bottom: 15px;
  }
  .copy {
    width: 95%;
  }
  /**/
  /*LAYOUT*/
  /**/
  .aside-right {
    display: block;
    width: 100%;
  }
  .aside-left {
    display: block;
    width: 100%;
    position: static;
  }
  .desktop-hide {
    display: block;
  }
  .position {
    position: static;
  }
  /**/
  /*GRAPHICS*/
  /**/
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .parallax-copy {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 90%;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 12px;
    float: none;
    text-align: center;
  }
  .parallax-banner {
    background-color: #445878;
    /*removed:     background-image: none;*/
    background-clip: border-box;
    background-attachment: scroll;
  }
  .topics {
    margin-top: 50px;
  }
  .col-sm {
    width: 98%;
  }
  .WIP-banner {
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .banner-copy {
    width: 80%;
  }
  .dead-center {
    display: none;
  }
  .grayscale {
    display: none;
  }
    .mobile-hide{
        display:none;
    }
}