/* Mobile */

body.mobile {
  background: url(/images/anc-watermark.png);
}
section.mobile {
  padding: 70px 0;
  font-size: 1.25em;
}
.mobile header.topbar {
  background: black;
  color: white;
  height: 70px;
  overflow: hidden;
  padding: 12px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.mobile header.topbar .logo {
  width: 35%;
}
.mobile header.topbar .logo img {
  max-width: 100%;
  max-height: 47px;
}
.mobile header.topbar .icons i {
  font-size: 2.2em;
  color: #666;
  margin-right: 15px;
  margin-top: 2px;
  cursor: pointer;
}
.mobile .flyout {
  display: none;
  background: url(/images/grey-opacity-shim.png);
  padding-bottom: 15px;
}
.mobile .flyout,
.mobile .flyout a {
  color: white;
  text-transform: uppercase;
}
.mobile .flyout li {
  padding: 15px 15px 0 15px;
}
.mobile .tagline {
  color: white;
  text-align: center;
  background: url(/images/black-opacity-shim.png);
  padding: 10px 20px;
  font-size: 0.8em;
}
.mobile footer.bottom {
  height: 45px;
  line-height: 45px;
  background: black;
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.mobile footer.bottom,
.mobile footer.bottom a {
  color: white;
}
.mobile footer.bottom li {
  padding: 0 10px;
  font-size: 1.1em;
}
.mobile footer.bottom i {
  padding: 0 6px;
}
.mobile .features {
  
}
.mobile .features li {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  font-size: 1.5em;
  margin-bottom: 6px;
  border: 1px solid #bbb;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.mobile .features li a {
  color: white;
  text-decoration: none;
}
.mobile .features .slug {
  width: 100%;
  height: 100px;
  background-image: url(/images/slight-opacity-shim.png);
  position: absolute;
  z-index: 1;
}
.mobile .features .type {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 9999;
}

/* Desktop */

body.desktop {
  background: black;

}
section.desktop {
  cursor: pointer;
}
.desktop .wallpaper {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.desktop header.stripe {
  width: 100%;
  position: absolute;
  top: 3%;
  color: white;
}
.desktop header.stripe .first {
  background: black;
  padding: 12px 5%;
  height: 75px;
  overflow: hidden;
}
.desktop header.stripe .first .logo img {
  max-width: 100%;
  max-height: 50px;
}
.desktop header.stripe .main {
  text-transform: uppercase;
  font-size: 1.15em;
}
.desktop header.stripe .main li {
  line-height: 2.5;
  margin-right: 1%;
}
.desktop header.stripe .main a {
  color: white;
}
.desktop header.stripe .main li.social a {
  margin-right: 10px;
  margin-left: 5px;
}
.desktop .bar-search {
  position: fixed;
  right: 0;
  margin-top: -12px;
  width: 300px;
}
.desktop .bar-search i {
  cursor: pointer;
  font-size: 1.75em;
  margin-top: 15px;
  opacity: 0.8;
}
.desktop .bar-search .triangle,
.desktop .bar-search .input-area {
  background-color: #43404f;
  height: 75px;
  display: inline-block;
}
.desktop .bar-search .triangle {
  width: 47px;
  -webkit-transform: skew(-30deg); 
  -moz-transform: skew(-30deg); 
  transform: skew(-30deg);
  z-index: -1;
}
.desktop .bar-search .input-area {
  margin-left: -22px;
  width: 275px;
}
.desktop .bar-search .input-area input[type=text] {
  background: none;
  border: none;
  margin-right: 10px;
  margin-top: 22px;
  font-size: 1.15em;
  padding: 8px 12px;
  border-radius: 4px;
  line-height: 1.0;
  color: white;
  width: 80%;
  z-index: 999;
}
.desktop .bar-search .input-area input[type=text]:focus {
  opacity: 0.75;
  background: #21202c
}
.desktop header.stripe .second {
  padding: 1% 0;
  background-image: url(/images/black-opacity-shim.png);
}
.desktop header.stripe .second .copy {
  max-width: 800px;
  margin: auto;
  font-size: 1.05em;
}
.desktop .clicky-clicky {
  background-color: yellow;
  width: 100%;
  /*height: 10px;*/
}
.desktop aside.red-bar {
  background-image: url(/images/red-opacity-shim.png);
  color: white;
  width: 100%;
  position: absolute;
  bottom: 10%;
  padding: 15px 0;
  font-size: 1.25em;
  height: 100px;
}
.desktop aside.red-bar h1 {
  margin-bottom: 10px;
  line-height: 1.0;
}
.desktop aside.grey-bar {
  color: white;
  background-color: #43404f;
  height: 100px;
  width: 40%;
  left: 60%;
  position: absolute;
  bottom: 10%;
  font-size: 1.3em;
}
.desktop aside.grey-bar a {
  color: white;
}
.desktop aside.grey-bar .triangle {
  background-color: #43404f;
  width: 60px;
  height: 100px;
  margin-left: -30px;
  position: absolute;
  -webkit-transform: skew(-30deg); 
  -moz-transform: skew(-30deg); 
  transform: skew(-30deg);
}
.desktop aside.grey-bar .copy {
  margin-left: 60px;
  line-height: 100px;
}
.desktop .slide-title,
.desktop .slide-lead,
.desktop .slide-link-text {
  text-transform: uppercase;
}
.desktop .dots {
  z-index: 9999;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.desktop .dots li {
  color: white;
  font-size: 1.2em;
  text-align: center;
  opacity: 0.4;
  cursor: pointer;
  margin: 0 5px;
}
.desktop .dots li.active {
  opacity: 0.95;
}





