html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #000000; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[hidden] {
  display: none; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #6e6e6e;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1, h2, h3 {
  font-family: "Fjalla One", sans-serif; }

h1 {
  font-size: 30px;
  line-height: 36px;
  padding: 0;
  margin: 8px 0;
  color: #343434; }

h2 {
  font-size: 26px;
  line-height: 32px;
  padding: 0;
  margin: 8px 0;
  color: #343434; }

h3 {
  font-size: 22px;
  padding: 0 0 4px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #000000; }

p {
  margin: 0.5em 0 1.5em; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

* {
  -webkit-font-smoothing: subpixel-antialiased; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em -1.25em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin-bottom: 10px; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0; }

#content.no-movie {
  background: #111111;
  background: linear-gradient(0deg, #111111 0%, #3a3838 100%); }

article ul > li > ul {
  margin-top: 6px; }

article ul > li > ul > li {
  list-style: circle;
  line-height: 18px;
  margin-bottom: 4px; }

img {
  height: auto;
  max-width: 100%; }

.clearfix {
  height: 0;
  margin: 0;
  padding: 0;
  clear: both; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  background: #e06607;
  color: #ffffff;
  line-height: 1;
  padding: .6em 1em .4em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 300; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #b25d1b; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: #b25d1b;
  border: none;
  outline: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px 12px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #b25d1b; }

a:visited {
  color: #b25d1b; }

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

a:focus {
  outline: 0; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
  position: relative;
  background: #000000;
  width: 100%; }

#masthead .site-branding {
  position: absolute;
  z-index: 999;
  top: 6px;
  left: 20px; }

@media (max-width: 900px) {
  #masthead .site-branding {
    width: 130px !important; } }

#masthead #header-member {
  font-size: 12px;
  padding: 14px 20px 0; }

@media (max-width: 900px) {
  #masthead #header-member {
    padding: 20px 20px 6px; } }

#masthead #header-member ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none; }

@media (max-width: 900px) {
  #masthead #header-member ul {
    margin: 3px 40px 0 0; } }

#masthead #header-member ul li {
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block; }

#masthead #header-member ul li a, #masthead #header-member ul li a:visited {
  float: left;
  display: block;
  color: #c6c6c6;
  text-decoration: none;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  padding: 1px 16px 0 0; }

#masthead #header-member ul li a:hover {
  text-decoration: underline;
  color: #ffffff; }

.header-social-icons {
  float: right;
  width: 28%;
  text-align: center;
  margin-top: 8px; }

.header-social-icons ul {
  list-style: none;
  margin: 4px auto 0;
  padding: 0; }

.header-social-icons ul li {
  display: inline-block;
  float: left;
  margin-left: 6px;
  margin-bottom: 0; }

.header-social-icons ul li a, .header-social-icons ul li a:visited {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px; }

.header-social-icons ul li a.facebook, .header-social-icons ul li a.facebook:visited {
  background: url(../img/social-icons.png) 0 -1px no-repeat; }

.header-social-icons ul li a.facebook:hover {
  background: url(../img/social-icons.png) 0 -48px no-repeat; }

.header-social-icons ul li a.twitter, .header-social-icons ul li a.twitter:visited {
  background: url(../img/social-icons.png) -46px -1px no-repeat; }

.header-social-icons ul li a.twitter:hover {
  background: url(../img/social-icons.png) -46px -48px no-repeat; }

.header-social-icons ul li a.youtube, .header-social-icons ul li a.youtube:visited {
  background: url(../img/social-icons.png) -90px -1px no-repeat; }

.header-social-icons ul li a.youtube:hover {
  background: url(../img/social-icons.png) -90px -48px no-repeat; }

.header-social-icons ul li a.instagram, .header-social-icons ul li a.instagram:visited {
  background: url(../img/social-icons.png) -135px -1px no-repeat; }

.header-social-icons ul li a.instagram:hover {
  background: url(../img/social-icons.png) -135px -48px no-repeat; }

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
.entry-header {
  background: #000000;
  padding: 30px 0 4px; }
  .entry-header .entry-header-inner {
    padding: 0;
    background: #1f1f1f; }
    .entry-header .entry-header-inner h1.entry-title {
      color: #ffffff;
      text-transform: uppercase;
      font-family: "Fjalla One", sans-serif;
      float: left;
      max-width: 400px;
      margin: 14px 0 10px 200px; }

.header-social-icons {
  width: 200px; }
  .header-social-icons ul li {
    margin-bottom: 0;
    width: auto; }

.nk-awb.home-hero {
  min-height: 100vh; }

.home-intro {
  margin: 20px auto 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  max-width: 900px; }
  .home-intro ul {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0 auto; }
    .home-intro ul li {
      display: inline-block;
      padding: 0;
      margin: 0;
      color: #ffffff; }
  .home-intro h1 {
    color: #ffffff;
    font-family: "Fjalla One", sans-serif;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1px;
    margin: 0;
    text-align: center; }
  .home-intro p {
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    line-height: 32px;
    text-align: center; }

.home-intro.first-intro {
  margin: 0 auto 0;
  -webkit-box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32); }
  .home-intro.first-intro ul {
    margin: 40px auto 34px; }
    .home-intro.first-intro ul li {
      display: inline-block;
      padding: 0 12px;
      margin: 0;
      border-left: 1px solid #ffffff;
      font-size: 32px;
      font-weight: bold;
      color: #e06607; }
    .home-intro.first-intro ul li:first-child {
      border-left: none; }
  .home-intro.first-intro p {
    font-weight: bold;
    font-family: "Fjalla One", sans-serif; }

.home-intro.intro-form {
  border: 1px solid #e06607; }

.home-intro.intro-members {
  -webkit-box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32); }
  .home-intro.intro-members p {
    font-size: 16px;
    font-style: italic; }
    .home-intro.intro-members p a, .home-intro.intro-members p a:visited {
      color: #ffffff; }

.home-intro.intro-footer {
  padding: 20px 40px;
  -webkit-box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32); }
  .home-intro.intro-footer a, .home-intro.intro-footer a:visited {
    color: #ffffff;
    text-decoration: none; }
  .home-intro.intro-footer a:hover {
    color: #e06607; }
  .home-intro.intro-footer p {
    font-size: 20px;
    line-height: 42px; }

.home-two-column {
  margin: 0 auto;
  width: 100%;
  padding: 20px 0 20px;
  max-width: 1300px;
  display: table; }
  .home-two-column .left-column {
    width: 49%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 1%; }
  .home-two-column .right-column {
    width: 49%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 1%; }

.image-holder {
  max-width: 600px; }
  .image-holder .image-container a, .image-holder .image-container a:visited {
    text-decoration: none; }
    .image-holder .image-container a img, .image-holder .image-container a:visited img {
      width: 100%;
      height: auto;
      -webkit-box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32);
      -moz-box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32);
      box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32); }
    .image-holder .image-container a .caption-link, .image-holder .image-container a:visited .caption-link {
      text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.31);
      text-align: center;
      color: #ffffff;
      font-weight: bold;
      font-size: 28px;
      text-decoration: none;
      margin-top: 12px; }
  .image-holder .image-container a:hover {
    text-decoration: none; }
    .image-holder .image-container a:hover .caption-link {
      color: #e06607;
      text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.31); }

/* VIDEOS */
.video-holder {
  max-width: 94%;
  -webkit-box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, 0.32); }
  .video-holder .video-container {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    background: #000000; }
    .video-holder .video-container iframe,
    .video-holder .video-container object,
    .video-holder .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.form-holder p.instructions {
  font-size: 18px;
  line-height: 22px;
  max-width: 500px;
  margin: 0 0 20px; }

.form-holder p.small_type {
  font-size: 10px;
  text-align: left;
  margin: 0 0 10px; }

.form-holder label {
  color: #b4b4b4; }

.form-holder label.error {
  color: #e06607;
  width: auto;
  display: block;
  font-style: italic;
  font-size: 14px; }

.form-holder .asterisk {
  color: #e06607; }

.form-holder .form-row {
  margin-bottom: 20px; }
  .form-holder .form-row .form-field-cell.half-cell {
    float: left;
    width: 50%; }
  .form-holder .form-row input[type="text"],
  .form-holder .form-row input[type="submit"] {
    width: 90%; }

.site-footer {
  clear: both;
  width: 100%; }

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.no-sidebar .site-main {
  margin-right: 0; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
  padding: 40px 0 50px;
  margin: 0;
  color: #c6c6c6; }

#footer a, #footer a:visited {
  color: #c6c6c6;
  text-decoration: none; }

#footer a:hover {
  color: #ffffff;
  text-decoration: underline; }

#footer .footer-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }

#footer .footer-main .footer-links {
  margin-bottom: 12px; }

#footer .footer-main .footer-links ul {
  padding: 0;
  list-style: none;
  margin: 0; }

#footer .footer-main .footer-links ul li {
  display: inline-block;
  float: left;
  margin-bottom: 12px; }

#footer .footer-main .footer-links ul li a {
  display: block;
  padding: 0 12px 0;
  border-right: 1px solid #c6c6c6;
  font-size: 16px;
  line-height: 16px; }

#footer .footer-main .footer-links ul li:first-child a {
  padding: 0 12px 0 0; }

#footer .footer-main .footer-links ul li:last-child a {
  border-right: none; }

#footer .footer-main .footer-copy-right {
  font-size: 12px;
  text-align: center; }

@media (max-width: 900px) {
  .home-two-column {
    display: block; }
    .home-two-column .left-column {
      display: block;
      width: auto;
      padding-right: 0; }
    .home-two-column .right-column {
      display: block;
      width: auto;
      margin-top: 20px !important;
      padding-left: 0; }
  /* VIDEOS */
  .video-holder {
    max-width: 100%; } }

@media (max-width: 800px) {
  .home-intro.first-intro ul li {
    font-size: 24px; } }

@media (max-width: 740px) {
  .header-social-icons {
    display: none; }
  .home-intro.first-intro ul {
    display: block;
    width: 200px; }
    .home-intro.first-intro ul li {
      display: block;
      border: 0;
      margin-bottom: 8px;
      text-align: center; }
  .home-intro.first-intro h1 {
    font-size: 24px;
    line-height: 36px; }
  .home-intro.intro-footer {
    padding: 20px 20px; }
    .home-intro.intro-footer a, .home-intro.intro-footer a:visited {
      color: #ffffff;
      text-decoration: none; }
    .home-intro.intro-footer a:hover {
      color: #e06607; }
    .home-intro.intro-footer p {
      font-size: 16px;
      line-height: 30px; } }

@media (max-width: 600px) {
  #masthead .site-branding {
    width: 110px !important;
    top: 10px; }
  .entry-header .entry-header-inner h1.entry-title {
    font-size: 20px;
    margin: 14px 0 10px 144px; }
  .form-holder label {
    color: #b4b4b4; }
  .form-holder .asterisk {
    color: #e06607; }
  .form-holder .form-row {
    margin-bottom: 20px; }
    .form-holder .form-row .form-field-cell.half-cell {
      float: none;
      width: auto; }
    .form-holder .form-row .form-field-cell.half-cell {
      margin-bottom: 20px; } }
