@charset "UTF-8";
/*
Theme Name: NG
Theme URI: http://underscores.me/
Author: Daniel Fiege
Author URI: http://www.danielfiege.com
Description: Noah Greenberg\'s Wordpress Env
Version: 2.25.0
License: GNU General Public License
License URI: license.txt
Text Domain: ng
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 NG is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
/*
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow: hidden;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  height: 100%;
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: none;
}

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

a img {
  border: 0;
}

/* Text Styles
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-BdCn20", "Arial Narrow", sans-serif;
  color: #000;
}

@font-face {
  font-family: "dd.ng16dd.ng16";
  src: url("font/dd.ng16.eot");
  src: url("font/dd.ng16.eot?#iefix") format("embedded-opentype"), url("font/dd.ng16.woff2") format("woff2"), url("font/dd.ng16.woff") format("woff"), url("font/dd.ng16.ttf") format("truetype"), url("font/dd.ng16.svg#dd.ng16dd.ng16") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =WYSIWYG Editor Height
----------------------------------------------- */
[data-toolbar=basic] iframe {
  min-height: 125px;
}

/* =Global
----------------------------------------------- */
body {
  height: 100%;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "TradeGothicLTPro-Cn18", "Arial Narrow", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 0 #FFF;
}

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

h2 {
  font-size: 22px;
}

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

/* Text elements */
p {
  margin: 0px auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #000;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*img {
    width: auto;
}*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  /* vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  /* *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

/* Links */
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after {
  clear: both;
}

/* =Menu
----------------------------------------------- */
/* Arrows */
.player .controls {
  display: none;
}

/* =Content
----------------------------------------------- */
#main,
#primary {
  height: 100%;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  /* margin: 1.5em 0 0; */
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Navigation
----------------------------------------------- */
.site-main [class*=navigation] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*=navigation] .nav-previous {
  float: left;
  width: 50%;
}

[class*=navigation] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

#content {
  height: 100%;
  padding-bottom: 167px;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #content {
    padding-bottom: 119px;
  }
}
@media screen and (max-width: 768px) {
  #content {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #content {
    padding-bottom: 55px;
  }
}
.page-template-page #content {
  overflow: visible;
}
.page-template-page #content:has(.item__wrapper--layout-direction-is-block) {
  padding-bottom: 87px;
}
@media screen and (max-width: 768px) {
  .page-template-page #content:has(.item__wrapper--layout-direction-is-block) {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-template-page #content:has(.item__wrapper--layout-direction-is-block) {
    padding-bottom: 55px;
  }
}

#primary {
  padding: 16px;
}
@media screen and (min-width: 769px) {
  #primary {
    display: block;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #primary {
    padding: 8px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  #primary {
    display: block;
    white-space: nowrap;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.videoContent {
  min-height: 60px;
  padding-top: 13px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .videoContent {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .videoContent {
    min-height: initial;
  }
}
@media screen and (max-height: 740px) and (orientation: landscape) {
  .videoContent.class:after {
    content: "⠇";
    position: absolute;
    right: 0px;
    top: 15px;
    color: #acacac;
    height: 60px;
    font-size: 42px;
    line-height: 39px;
    width: 20px;
    cursor: pointer;
    background: #fff;
  }
}
.videoContent a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .videoContent p {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent p {
    font-size: 10px;
  }
}
.videoContent .detail-wrapper {
  float: left;
}
@media screen and (max-height: 320px) and (orientation: landscape) {
  .videoContent .detail-wrapper {
    width: 100%;
  }
}
.videoContent .details {
  float: left;
  height: 36px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .videoContent .details {
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .details {
    height: 20px;
  }
}
.videoContent .details p {
  height: 50%;
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .details p {
    line-height: normal;
  }
}
@media screen and (max-height: 320px) and (orientation: landscape) {
  .videoContent .details p:not(.label) {
    white-space: normal;
  }
}
.videoContent .details:not(:nth-child(1 of .details)) {
  position: relative;
}
@media screen and (min-width: 769px) {
  .videoContent .details:not(:nth-child(1 of .details)) {
    padding-left: calc(16px + 1px);
  }
}
@media screen and (max-width: 768px) {
  .videoContent .details:not(:nth-child(1 of .details)) {
    padding-left: calc(8px + 1px);
  }
}
.videoContent .details:not(:nth-child(1 of .details))::before {
  border-left: 1px solid #acacac;
  content: "";
  display: block;
  inset-inline-start: 0;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .videoContent .details:not(:nth-child(1 of .details))::before {
    height: 30px;
    inset-block-start: 3px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .details:not(:nth-child(1 of .details))::before {
    height: 18px;
    inset-block-start: 2px;
  }
}
.videoContent .details a {
  display: inline-block;
}
.videoContent .details a:hover {
  color: #00acec;
}
.videoContent .details a:not(:first-child) {
  margin-inline-start: calc(8em / 14);
}
@media screen and (min-width: 769px) {
  .videoContent .label {
    text-transform: uppercase;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .label {
    text-transform: uppercase;
  }
}
@media screen and (min-width: 769px) {
  .videoContent .pair {
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .pair {
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 769px) {
  .videoContent .pair p {
    font-family: "TradeGothicLTPro-Cn18", "Arial Narrow", sans-serif;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 17px;
    padding: 0px 10px 0px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .pair p {
    font-family: "TradeGothicLTPro-Cn18", "Arial Narrow", sans-serif;
    display: inline-block;
    float: left;
    font-size: 8px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 17px;
    padding: 0px 10px 0px;
  }
}
@media screen and (min-width: 769px) {
  .videoContent .pair p:nth-child(1) {
    font-family: "TradeGothicLTPro-BDCn20", "Arial Narrow", sans-serif;
    padding: 0 0 3px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .pair p:nth-child(1) {
    font-family: "TradeGothicLTPro-BDCn20", "Arial Narrow", sans-serif;
    padding: 0 0 3px;
  }
}
@media screen and (min-width: 769px) {
  .videoContent .pair p:nth-child(2) {
    font-family: "TradeGothicLTPro-Cn18", "Arial Narrow", sans-serif;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .pair p:nth-child(2) {
    font-family: "TradeGothicLTPro-Cn18", "Arial Narrow", sans-serif;
  }
}
.videoContent .social {
  border-left: 1px solid #acacac;
  float: left;
  height: 29px;
  margin-top: 3px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .videoContent .social {
    padding-left: 8px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .social {
    font-family: "TradeGothicLTPro-Cn18", "Arial Narrow", sans-serif;
    font-size: 10px;
    height: 17px;
    margin-top: 2px;
  }
}
.videoContent .social p {
  height: 100%;
  line-height: normal;
}
.videoContent .social a {
  display: block;
  line-height: 15px;
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .social a {
    line-height: 9px;
  }
}
.videoContent .social a:not(:only-child):last-child {
  padding-top: 3px;
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .social a:not(:only-child):last-child {
    padding-top: 1px;
  }
}
.videoContent .social a:hover {
  color: #00acec;
}
.videoContent .videoTitle {
  float: left;
}
@media screen and (min-width: 481px) {
  .videoContent .videoTitle {
    margin-right: 16px;
  }
}
@media screen and (max-width: 480px) {
  .videoContent .videoTitle {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .videoContent .videoTitle .label {
    line-height: 15px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .videoTitle .label {
    line-height: 15px;
  }
}
@media screen and (min-width: 769px) {
  .videoContent .videoTitle .subtitle {
    text-transform: capitalize;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .videoTitle .subtitle {
    text-transform: capitalize;
  }
}
.videoContent .videoTitle .title {
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-BdCn20", "Arial Narrow", sans-serif;
  white-space: normal;
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .videoContent .videoTitle .title {
    font-size: 24px;
  }
}

/* =Info Page Styles
----------------------------------------------- */
.page-id-138 #a1 {
  display: inline-block;
  /* width: 1124px; */
}

.page-id-138 #a1 .col:first-child .copyrightbody {
  width: 80%;
  margin: 0;
  padding: 0;
}

.page-id-138 #a2 {
  display: inline-block;
  width: 333px !important;
}

.info #a2 {
  width: 310px !important;
}

.info .col:nth-child(1) h2#copyright,
.page-id-138 .col:nth-child(1) h2#copyright {
  margin: 40px auto 8px;
}

.info .col:nth-child(2) #bioimg,
.page-id-138 .col:nth-child(2) #bioimg {
  width: 152px;
  height: 152px;
  display: inline-block;
  float: left;
  border: 1px solid #000;
  overflow: hidden;
  margin: 3px 9px 2px 0px !important;
}

.info .col:nth-child(2) img,
.page-id-138 .col:nth-child(2) img {
  height: 175px;
  width: 175px;
  max-width: 175px;
  margin-top: -6px;
  margin-left: -6px;
}

.info .col:nth-child(2) p.p1 .s1,
.page-id-138 .col:nth-child(2) p.p1 .s1 {
  display: block;
  /* margin-top: -2px; */
}

.info .col .left,
.page-id-138 .col .left {
  width: 48%;
  display: inline-block;
}

.info .col .right,
.page-id-138 .col .right {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 15px;
}

/* Still Page Image Divider */
#divider {
  display: none;
}

/* Still Page */
.page-id-11 #page {
  width: 100%;
}

div.scrollWrapper {
  overflow: hidden;
  cursor: initial !important;
}

/* Footer */
.page__footer {
  --size-basis: 8px;
  --size-multiplier: 2;
  background-color: #fff;
  inline-size: 100%;
  inset-block-end: 0;
  padding: calc(var(--size-basis) * var(--size-multiplier));
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .page__footer {
    --size-multiplier: 1;
  }
}
.page__footer__content-wrapper {
  align-items: center;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  gap: calc(var(--size-basis) * (var(--size-multiplier) + 1));
  padding-block-start: calc(var(--size-basis) * (var(--size-multiplier) * 2));
}
@media screen and (max-width: 320px) {
  .page__footer__content-wrapper {
    gap: calc(var(--size-basis) * var(--size-multiplier));
    padding-block-start: calc(var(--size-basis) * (var(--size-multiplier) * 1));
  }
}
.page__footer__home-link {
  align-items: center;
  color: #666666;
  display: flex;
  font-size: 23px;
  gap: 0.5ch;
  text-decoration: none;
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .page__footer__home-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page__footer__home-link {
    font-size: 18px;
  }
}
.page__footer__home-link:hover {
  color: rgba(0, 172, 235, 0.6);
}
.page__footer__home-link__description {
  color: #666666;
  font-family: "TradeGothicLTPro-Cn18", "Arial Narrow", sans-serif;
  font-size: inherit;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .page__footer__home-link__description {
    display: none;
  }
}
.page__footer__home-link__title {
  color: black;
  font-family: "TradeGothicLTPro-BdCn20", "Oswald", "Arial Narrow", sans-serif;
  font-size: inherit;
  line-height: 1;
  text-transform: uppercase;
}
.page__footer__navigation-buttons {
  align-items: center;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .page__footer__navigation-buttons {
    display: none;
  }
}
.page__footer__navigation-buttons__button {
  color: #000;
  display: block;
  font-family: "dd.ng16dd.ng16";
  font-size: 11px;
  line-height: 2;
  text-decoration: none;
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .page__footer__navigation-buttons__button {
    font-size: 9px;
  }
}
.page__footer__navigation-buttons__button.slider--disabled {
  cursor: default;
  opacity: 0.5;
}
.page__footer__navigation-buttons__button:not(.slider--disabled):hover {
  color: #00acec;
}
.page__footer .menu-mainmenu-container {
  margin-inline-start: auto;
}
.page__footer .menu-mainmenu-container .menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  align-items: start;
  display: flex;
  gap: calc(var(--size-basis) * 2);
}
@media screen and (max-width: 640px) {
  .page__footer .menu-mainmenu-container .menu {
    gap: calc(var(--size-basis) * 1);
  }
}
.page__footer .menu-mainmenu-container .menu-item {
  text-transform: uppercase;
}
.page__footer .menu-mainmenu-container .menu-item > a {
  color: black;
  display: block;
  font-family: "TradeGothicLTPro-Cn18", "Oswald", "Arial Narrow", sans-serif;
  font-size: 23px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .page__footer .menu-mainmenu-container .menu-item > a {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 480px) {
  .page__footer .menu-mainmenu-container .menu-item > a {
    font-size: 18px;
  }
}
.page__footer .menu-mainmenu-container .menu-item > a:hover {
  color: #00aceb;
  transition-duration: 0.4s;
  transition-property: color;
}
.page__footer .menu-mainmenu-container .menu-item.current-menu-item > a {
  color: #00aceb;
}

/* =Password Protected Page
----------------------------------------------- */
.page-id-441 article {
  height: 90%;
  display: block !important;
  background: #000;
  padding: 23% 23%;
  margin: 16px !important;
}

/* =Media Element Styles
----------------------------------------------- */
.mejs-container .mejs-controls,
.mejs-layers,
.mejs-overlay-button {
  display: none !important;
}

.mejs-overlay-button {
  z-index: 999;
  background: url(css/play_square.png) no-repeat !important;
}

button.play {
  display: none;
}

/* =Responsive Styles
----------------------------------------------- */
.item__wrapper {
  gap: 16px;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .item__wrapper {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .item__wrapper {
    display: flex;
    flex-direction: column;
  }
  .page-template-page-still .item__wrapper {
    gap: 8px;
  }
}
@media screen and (orientation: portrait) {
  .item__wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) and (orientation: landscape) {
  .item__wrapper--layout-direction-is-block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 769px) and (orientation: landscape) {
  .item__wrapper--layout-direction-is-inline {
    display: flex;
    flex-direction: row;
  }
}
.item__wrapper.item__wrapper--loading {
  visibility: hidden;
}
.item__wrapper .item {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .item__wrapper .item {
    height: 100% !important;
  }
}
.page-template-page .item__wrapper--loading .item {
  min-width: 100%;
}

.item__wrapper .item__media {
  display: block;
  position: relative;
}
.page-template-page .item__wrapper .item__media {
  aspect-ratio: 16/9;
  max-width: 100%;
}

.item__wrapper .item__media iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.item__wrapper .item__media--video-mini .item__video-hit-area {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.item__wrapper .item__media.started .item__video-swipe-area {
  display: none;
}
.item__wrapper .item__video-hit-area {
  bottom: 10px;
  height: 40px;
  left: 10px;
  position: absolute;
  width: 65px;
}
.item__wrapper .item__video-swipe-area {
  height: 100%;
  position: absolute;
  width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
/* desktop
----------------------------------------------- */
@media screen and (orientation: landscape) {
  .still img {
    height: 100%;
    width: auto;
  }

  .still.slide {
    width: auto;
    float: left;
  }

  .page-id-147 #page {
    height: 100% !important;
  }
}
/* =Landscape
----------------------------------------------- */
@media screen and (min-width: 769px) {
  .mejs-overlay-button {
    display: none;
  }

  .entry-content {
    display: block;
    position: relative;
  }

  #primary #main article {
    display: inline-block;
    margin: 16px 0px 0px 14px;
    vertical-align: top;
  }

  #primary #main article:nth-child(1) {
    margin: 16px 0px 0px 16px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  body,
.still img {
    display: block;
    height: 200px !important;
    width: auto !important;
  }

  .still.slide {
    display: inline-block;
    float: left;
    height: auto;
    vertical-align: top;
  }
}
/* mobile
----------------------------------------------- */
@media screen and (max-width: 768px), screen and (max-height: 480px) and (orientation: landscape) {
  .img.v_image {
    margin: 0 8px -8px !important;
  }

  button.play {
    background: url("imgs/play_square.png") no-repeat !important;
    background-size: 57px 57px;
    position: absolute;
    left: 20%;
    z-index: 999;
    top: 35%;
    border: 0px solid #fff;
    background: transparent;
    width: 57px;
    height: 57px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: none;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    outline: none;
  }

  button.play {
    display: none;
    clear: both;
    z-index: 999;
  }

  .playing button.play {
    visibility: hidden;
  }

  .me-plugin {
    width: 100%;
  }

  .video {
    display: block;
  }

  .still {
    margin: 16px 16px 0 16px;
  }

  /* .still img {
      height: 490px;
      width: auto;
      margin: 0px auto;
  } */
  .page-id-138 #a1 {
    width: 100%;
    margin: 16px 16px 0 16px !important;
  }

  .page-id-138 #a1 .col:nth-child(1) p.social {
    display: inline-block;
    padding-right: 10px;
  }

  .page-id-138 #a1 .col:nth-child(2) p:last-child {
    margin-bottom: 0px;
  }

  .page-id-138 #a2 {
    display: block;
    width: 100% !important;
    margin: 0px 16px 0 16px !important;
  }

  .page-id-138 #a2 .col {
    border-bottom: 0px solid #000 !important;
  }

  #primary #main article {
    display: block !important;
    position: relative !important;
    margin: 7px 16px 0 16px !important;
  }

  .entry-content {
    display: block;
    position: relative;
    /* z-index: -1; */
  }

  .mejs-overlay-button {
    left: 32% !important;
  }

  /* Still Page Image Divider */
  #divider {
    display: block;
    position: relative;
    background: url("imgs/divider.png") repeat-x;
    height: 10px;
    width: 97%;
    margin: 0px 10px 20px 10px;
  }

  .still .entry-content {
    background: url(imgs/stripe_narrow.png);
    background-repeat: repeat;
  }
}
@media screen and (max-width: 719px) {
  #primary #main article {
    margin: 16px !important;
  }

  /* Info Page */
  .page-id-138 #a1 {
    width: 96%;
  }

  .mejs-overlay-button {
    left: 18% !important;
  }
}
@media screen and (max-width: 640px) {
  .still {
    margin: 0px;
  }

  .page-id-138 #a1,
.page-id-138 #a2 {
    margin: 0px !important;
  }
}
@media screen and (max-width: 550px) {
  .still img {
    width: 100%;
  }
}
@media screen and (max-width: 510px) {
  /* Still Page Image Divider */
  #divider {
    width: 95%;
  }
}
/* iPhone 4-5S */
@media screen and (max-width: 320px) {
  #primary #main article:nth-child(1) {
    margin: 8px 8px 0 8px !important;
  }

  #page #primary article {
    margin: 3px 8px 0 8px !important;
  }
}
.page-id-147 #page {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page-id-147 #page #primary article,
.page-id-147 #page #primary li {
  position: relative;
  display: inline-block;
  margin: 16px 0 0 14px;
  padding: 0;
  /* If you don't want the images in the scroller to be selectable, try the following
     block of code. It's just a nice feature that prevent the images from
     accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* width: 20px; */
  overflow: hidden;
}

.page-id-147 .sibling {
  display: block;
}

.page-id-147 .done {
  display: none;
}

.post-password-form {
  margin-top: 100px;
  margin-top: 40vh;
  text-align: center;
}
