/* General */

@font-face {
  font-family: 'Ruckus_Icons';
  src: url(https://ruckus-shared-webassets.s3.amazonaws.com/fonts/ruckus-icons/ruckus_icons.eot);
  src: url(https://ruckus-shared-webassets.s3.amazonaws.com/fonts/ruckus-icons/ruckus_icons.eot?#iefix) format("embedded-opentype"), url(https://ruckus-shared-webassets.s3.amazonaws.com/fonts/ruckus-icons/ruckus_icons.woff) format("woff"), url(https://ruckus-shared-webassets.s3.amazonaws.com/fonts/ruckus-icons/ruckus_icons.ttf) format("truetype"), url(https://ruckus-shared-webassets.s3.amazonaws.com/fonts/ruckus-icons/ruckus_icons.svg#ruckus_icons) format("svg");
  font-weight: 400;
  font-style: normal;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html, body {
  min-height: 100%;
  margin: 0;
}

body {
  background-color: #2f3031;
    background: -moz-linear-gradient(top,  #2f3031 0%, #75787b 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f3031), color-stop(100%,#75787b));
    background: -webkit-linear-gradient(top,  #2f3031 0%,#75787b 100%);
    background: -o-linear-gradient(top,  #2f3031 0%,#75787b 100%); 
    background: -ms-linear-gradient(top,  #2f3031 0%,#75787b 100%); 
    background: linear-gradient(to bottom,  #2f3031 0%,#75787b 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3031', endColorstr='#75787b',GradientType=0 );
  color: #f1f1f2;
  min-width: 320px;
}

body.footer {
  background: #2f3031 url('');
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

section {
  max-width: 1020px;
  margin: 0 auto;
}
/* @media all and (min-width: 768px) {
  section {
    padding: 1em 18px;
  }
}
@media all and (min-width: 1024px) {
  section {
    padding: 1.5em 18px;
  }
} */

#logo {
  min-height: 40px;
  position: relative;
  text-align: left;
  font-size: 1em;
  padding: 1em 18px;
}

#logo a, #logo img {
  max-width: auto;
}
/* @media all and (min-width: 768px) {
  #logo a, #logo img {
    max-width: 150px;
  }
}
@media all and (min-width: 1024px) {
  #logo a, #logo img {
    max-width: 200px;
  }
} */

h1 {
  margin: 0;
}

#logo .logo {
    margin-top: 2px;
    position: relative;
    z-index: 1;
    width: 150px;
    height: 44px;
}
/* @media all and (min-width: 768px) {
  #logo .logo {
    margin-top: 2px;
    width: 200px;
    height: 59px;
  }
} */

.logo .logo-lrg {
  display: none;
}
@media all and (min-width: 1024px) {
  .logo .logo-lrg {
  display: block;
  }
}

p {
  color: #f1f1f2;
  font-family: "Neue Helvetica W01","Arial Narrow",sans-serif;
  font-size: 1em;
  margin: 0 0 16px 0;
}

a {
  text-decoration: none;
  color: #f1f1f2;
}

a:hover {
  color: #ea7600;
}

ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

ul li {
  list-style: none;
}

  /* Quick Links */

.quick-links {
  border-bottom: 5px solid #ea7600;
  -webkit-box-shadow: 0px 3px 8px #2f3031;
  -moz-box-shadow: 0px 3px 8px #2f3031;
  -ms-box-shadow: 0px 3px 8px #2f3031;
  -o-box-shadow: 0px 3px 8px #2f3031;
  box-shadow: 0px 3px 8px #2f3031;
}

.quick-links .inner a.mobile-nav {
  border: 0;
  display: block;
  font-size: 1.4em;
  padding: .3em 1em .3em 1em;
  text-align: right;
}

.quick-links .inner a.mobile-nav span {
  display: none;
}

.quick-links .inner a.mobile-nav img {
  float: left;
  margin-top: -2px;
}

.quick-links .inner .addl-nav a {
  border-top: 1px solid #434446;
  border-bottom: 1px solid #1b1b1c;
  display: block;
  font-family: "Neue Helvetica W01","Arial Narrow",sans-serif;
  font-weight: 200;
  padding: .5em 1em .5em 1em;
  text-align: left;
  width: 100%;
}

.quick-links .inner li:first-child a {
  border-top: 0;
}

.quick-links .inner a:hover {
  color: #fff;
}

.quick-links .inner a.mobile-nav:after {
  font-family: "Ruckus_Icons";
  content: '\e02e';
}

.quick-links .social-nav {
  background: #009CBD;
}

.quick-links .social-nav li {
  display: inline-block;
  width: 24%;
  text-align: center;
}

.quick-links .social-nav li a {
  display: block;
  font-size: 2em;
  padding: .25em;
  padding-bottom: .1em;
}

.quick-links .social-nav a span {
  display: none;
}

.quick-links .social-nav a:hover:before {
  color: #fff;
}

.quick-links .social-nav a:before {
  font-family: 'Ruckus_Icons';
}

.quick-links .social-nav #blog a:before {
  content: "\e00a";
}

.quick-links .social-nav #facebook a:before {
  content: "\e00c";
}

.quick-links .social-nav #twitter a:before {
  content: "\e001";
}

.quick-links .social-nav #youtube a:before {
  content: "\e000";
}

.quick-links .social-nav #linkedin a:before {
  content: "\e008";
}

.quick-links .social-nav #instagram a:before {
  content: "\e00b";
}

  /* Footer/Content? */

footer.universal {
    color: #e3e4e5;
    border-top: 1px solid #000;
    font-family: "Neue Helvetica W01",sans-serif;
    font-weight: 300;
    letter-spacing: 0.4px;
    background-color: #2f3031;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #161617), color-stop(3%, #2a2b2c), color-stop(16%, #2f3031), color-stop(100%, #2f3031));
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNyIvPjxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiMyYTJiMmMiLz48c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzJmMzAzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmMzAzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #161617),color-stop(3%, #2a2b2c),color-stop(16%, #2f3031),color-stop(100%, #2f3031));
    background-image: -moz-linear-gradient(#161617 0%,#2a2b2c 3%,#2f3031 16%,#2f3031 100%);
    background-image: -webkit-linear-gradient(#161617 0%,#2a2b2c 3%,#2f3031 16%,#2f3031 100%);
    background-image: linear-gradient(#161617 0%,#2a2b2c 3%,#2f3031 16%,#2f3031 100%);
}

footer.universal section {
  padding-top: 1.5em;
}

footer.universal nav.social-nav, footer.universal div.info {
  
}

footer.universal nav.social-nav {
  text-align: center;
  margin-bottom: 1em;
}

footer.universal div.info {
  text-align:center;
}

footer.universal p.copyright {
  clear: both;
  text-align:center;
  margin: 0 auto;
  padding: 1em 0 16px 0;
}

footer.universal nav ul,footer.universal div.info>p,footer.universal p.copyright {
    font-size: 0.6875em;
    line-height: 1.5;
}

@media all and (min-width: 30em) {
    footer.universal nav ul,footer.universal div.info>p,footer.universal p.copyright {
        font-size: 0.75em;
    }

    footer.universal nav.social-nav, footer.universal div.info {
      float: left;
    }

    footer.universal nav.social-nav {
      width: 66.66667%;
      padding-right: 0;
      text-align:left;
      margin-bottom: 0;
    }

    footer.universal nav.social-nav ul {
      padding-left: 18px;
    }

    footer.universal div.info {
      width: 33.33333%;
      text-align: right;
    }

    footer.universal div.info p.address {
      padding-right:18px;
    }
}

footer.universal a {
    text-decoration: none;
    color: inherit;
}

footer.universal a:hover,footer.universal a:focus {
    color: #ea7600;
}

footer.universal p.copyright {
    text-transform: uppercase;
    font-size: .6em;
    letter-spacing: .6px;
    color: #919396;
}

footer.universal p.copyright a {
    color: inherit;
}

footer.universal p.copyright a:hover,footer.universal p.copyright a:focus {
    color: #ea7600;
}

@media all and (min-width: 52em) {
    footer.universal p.copyright .addl:before {
        content: '|';
    }
}

footer.universal nav li {
    line-height: 1.7em;
}

footer.universal .social-nav li {
    display: inline-block;
    list-style: none;
}

footer.universal .social-nav a {
    display: inline-block;
    margin: 4px;
}

footer.universal .social-nav a:before {
    font-size: 2.8em;
}

footer .social-nav li a:before {
  font-size: inherit;
  margin-right:5px;
}
footer .social-nav #blog a:before {
  content:'\e00a';
  font-family: 'Ruckus_Icons';
}
footer .social-nav #facebook a:before {
  content:'\e00c';
  font-family: 'Ruckus_Icons';
}
footer .social-nav #instagram a:before {
  content:'\e00b';
  font-family: 'Ruckus_Icons';
}
footer .social-nav #linkedin a:before {
  content:'\e008';
  font-family: 'Ruckus_Icons';
}
footer .social-nav #spiceworks a:before {
  content:'\e003';
  font-family: 'Ruckus_Icons';
}
footer .social-nav #twitter a:before {
  content:'\e001';
  font-family: 'Ruckus_Icons';
}
footer .social-nav #youtube a:before {
  content:'\e000';
  font-family: 'Ruckus_Icons';
}

footer.universal .social-nav a span {
    display: none;
}

@media all and (min-width: 500px) {
    footer.universal .social-nav li {
        display: block;
    }

    footer.universal .social-nav li a {
        line-height: inherit;
        margin: 0px;
    }

    footer.universal .social-nav li a:before {
        font-size: inherit;
        margin-right: 5px;
    }

    footer.universal .social-nav li a span {
        display: inline;
    }
}

ul.addl-nav, ul.social-nav {
  display: none;
}

ul.active {
  display: block;
}

div.active {
  border-top: 0 !important;
}

@media all and (min-width: 600px) {

  .quick-links {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(#3a3a3a,#212121);
    background-image: -webkit-linear-gradient(#3a3a3a,#212121);
    background-image: linear-gradient(#3a3a3a,#212121);
    padding-left: 18px;
    padding-right: 18px;
  }

  .quick-links .inner {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quick-links .inner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .quick-links .inner li {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .quick-links .inner .addl-nav a:before {
    display: none;
  }

  .quick-links .inner a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    text-transform: uppercase;
  }

  .quick-links .inner .addl-nav a:hover, .quick-links .social-nav a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }

  .quick-links .inner .addl-nav a {
    border-left: 1px solid #555;
    border-top: 0;
    border-bottom: 0;
  }

  .quick-links .social-nav li {
    width: auto;
    text-align: auto;
  }

  .quick-links .social-nav {
    font-size: 0.87em;
    margin-left: 1em;
    background-color: #009cbd;
  }

  .quick-links .social-nav li a {
    display: inline-block;
    font-size: 0.87em;
    color: #fff;
    padding: 7px 10px;
    text-shadow: 0 1px 2px rgba(47,48,49, 0.7);
  }

  .quick-links .inner a.mobile-nav {
    display: none;
  }

  .hero p {
    line-height: 1.2em;
  }

}

@media all and (min-width: 970px) {
  .quick-links {
    padding-left: 0;
    padding-right: 0;
  }
}