@charset "utf-8";
/* CSS Document */

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Site Specific */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: none;
}

body {
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

#colophon {
  color: #777777;
  font-size: 13px;
  line-height: 1.5em;
  background-color: #ffffff;
}

#colophon .copyright {
  margin-bottom: 10px;
}

#footer-access .menu {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #777;
}

#footer-access .menu {
  padding: 0 !important;
}

#footer-access .menu li {
  display: inline-block;
  margin: 0 5px;
}

#footer-access .menu li a {
  color: #777;
  font-family: "Open Sans", sans-serif;
}

#footer-access .menu li a:hover {
  color: #8cc63e;
}

footer .social-media {
  position: absolute;
  right: 0;
  top: 40px;
}

footer .social-media a {
  font-size: 20px;
  color: #777;
}

footer .social-media a:hover {
  color: #8cc63e;
}

footer .social-media a {
  display: inline-block;
}

body #access_r {
  z-index: 20;
  background: none;
  position: absolute;
  margin-top: 83px;
  width: auto;
  padding-top: 0;
  width: 100% !important;
}
#access_r ul {
  margin: 0;
  padding: 0;
}

#access_r h3 {
  cursor: pointer;
  display: block !important;
  border-radius: 3px;
  width: 36px;
  height: 30px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 24px;
  color: inherit;
  line-height: 30px;
  position: absolute;
  text-align: center;
  right: 20px;
  top: -56px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  color: #ffffff;
}

#access_r h3 span {
  padding: 0;
}

#access_r h3 span .fa {
  display: inline-block;
  position: relative;
  line-height: 1em;
  padding-right: 5px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased !important;
  min-width: 12px;
  text-align: center;
  *display: inline;
  *zoom: 1;
}

body #access_r ul.menu > li > a {
  display: block;
  background: rgba(0, 0, 0, 0.9);
  border: 0 !important;
  padding: 20px 30px;
  color: #fff;
  font-family:"Interstate", Arial, Helvetica, sans-serif;
  text-transform:uppercase;
}

.menu-item-has-children .sub-menu {
  display: none;
}

#access_r ul {
  /* margin: -14px 0 0 0; */
  padding: 0;
  /* border-top: 3px solid #8c8c8c; */
}

#branding .wrapper hgroup {
  left: 10px;
  margin: 0;
  top: 0;
  width: auto !important;
  float: none !important;
  margin-left: 0 !important;
  text-align: left;
  position: relative;
}

#site-title {
  width: 164px;
  margin: 0 0 -30px 0;
  position: relative;
}

#site-title span {
  display: block;
  z-index: 10;
  position: relative;
}

#branding .wrapper h1 {
  margin: 0;
}

#branding .wrapper hgroup img {
  width: 180px;
  height: auto;
  padding: 20px 25px;
}

.menu-item-has-children > a span {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased !important;
  min-width: 12px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 999;
  top: 0;
  right: 0;
  height: 34px;
  padding: 7px 25px 0 25px;
}

.menu-item-has-children > a span:before {
  content: '+';
}

.menu-item-has-children a {
  position: relative;
}

#access_r ul.menu > li > ul > li a {
  color: #ccc;
  padding: 8px 30px;
}

#access_r ul.menu li a {
  display: block;
  /* border-top: 1px solid #444; */
  /* border-bottom: 1px solid #222; */
  text-decoration: none;
  background: rgba(0, 0, 0, 0.9);
  font-family: "Anton", sans-serif;
  font-size: 16px;
}

.menu-item-has-children a {
  position: relative;
}

#access_r ul.menu {
  display: none;
}

#header-navigation {
  -webkit-box-shadow: 0px 1px 1px #e8e8e8;
  -moz-box-shadow: 0px 1px 1px #e8e8e8;
  box-shadow: 0px 1px 1px #e8e8e8;
  background-color: #191919;
}

footer #footer-access {
  padding-right: 10px;
  padding-bottom: 10px;
}

footer .social-media {
  position: relative;
  margin: 10px auto 0 auto;
  text-align: center;
  top: auto;
  right: auto;
}

.menu-item-has-children.open > a span:before {
  font-size: 30px;
  content: '-';
}

/*# sourceMappingURL=mobile.css.map */