/*!
Theme Name: Nerd Nite City 
Theme URI:
Description: Responsive theme for Nerd Nite Cities. This should be used as a parent theme for NN HQ. 
Author: Nerd Nite
Author URI: 
Version: 1.0
*/
/* =WordPress Core styles
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* =WordPress Core
-------------------------------------------------------------- */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body {
  margin: 0;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Courier New", "Courier", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.bodywrap {
/*styles moved out of BODY to avoid their appearance in WP Admin*/
	
  background: #002a37;
  min-width: 100% !important;
  min-height: 100% !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
h1, h2, h3, h4 {
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 .75em;
}
h1, h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.27em;
}
h4 {
  font-size: 1.125em;
}
h5, h6 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 .75em;
}
p {
  margin: 0 0 .75em
}
p:empty {
  display: none;
}
a {
  color: #000;
  /* outline: none !important; */
  background: transparent;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  /*	attempt to remove black tap highlight color shown in mobile browsers  */
  /*  -webkit-tap-highlight-color: #ED1C24;*/
  /*  -webkit-tap-highlight-color: rgba(235, 67, 61, 0);*/
  /*  -webkit-tap-highlight-color: transparent;*/
}
a:active, a:focus, a:hover {
  color: #ED1C24;
  /*  outline: none;*/
  /*  outline: 0;*/
  text-decoration: underline
}
a img {
  /*   display: block */
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: bold
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
small, .post-meta, .post-more {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0 1.5em 1.5em;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0
}
pre {
  overflow: auto
}
code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
  background-color: #ddd;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}
legend {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto
}
optgroup {
  font-weight: bold
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td, th {
  padding: 0
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}
.wp-block-buttons {
  margin: 0 0 1em;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button__link {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #11DAF9;
  background-color: #002A30;
  border: 1px solid #11DAF9;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: .75em 20px;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  /*  white-space: nowrap*/ /*  removed for merch buttons */
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
  color: #ffebf7;
  background-color: #ED1C24;
  border: 1px solid #B90209;
  text-decoration: none;
}
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5
}
.the-content button, input[type="button"], input[type="submit"] {
  min-width: 50%;
}
.the-content .sidebar button, .the-content .sidebar input[type="button"], .the-content .sidebar input[type="submit"] {
  width: 100%;
}
fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 .75em;
  padding: 1.5em
}
input, label, select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em
}
label {
  font-weight: 600;
  margin-bottom: .375em
}
label.required::after {
  content: "*"
}
label abbr {
  display: none
}
input {
  line-height: normal
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select, input[type="time"], input[type="url"], input[type="week"], textarea, select[multiple=multiple], textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-size: 1em;
  margin-bottom: .75em;
  padding: .5em;
  transition: border-color;
  width: 100%
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, select:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover, select[multiple=multiple]:hover, textarea:hover {
  border-color: #c4c4c4
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, select:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, select[multiple=multiple]:focus, textarea:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  /*  outline: none;*/
}
textarea {
  resize: vertical
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  float: left;
  margin-right: .375em
}
input[type="file"] {
  padding-bottom: .75em;
  width: 100%
}
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto
}
dl {
  margin-bottom: .75em
}
dl dt {
  font-weight: bold;
  margin-top: .75em
}
dl dd {
  margin: 0
}
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: .75em 0;
  table-layout: fixed;
  width: 100%
}
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: .75em 0;
  text-align: left
}
td {
  border-bottom: 1px solid #ddd;
  padding: .75em 0
}
tr, td, th {
  vertical-align: middle
}
img, picture {
  margin: 0;
  max-width: 100%
}
ol, ul {
  margin: 0 0 1em;
}
ol {
  list-style-type: decimal;
  padding: 0 0 0 3em;
}
ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}
ol li, ul li {
  margin: 0 0 .5em;
}
ol.unstyled, ul.unstyled /*, .the-header ul.main-menu */ {
  padding: 0;
  margin: 0;
  list-style-type: none
}
ol.unstyled li, ul.unstyled li /*, .the-header ul.main-menu li */ {
  margin: 0
}
p {
  margin: 0 0 1.5em 0
}
#masthead #desktop-header a {
  display: block;
  position: relative;
}
.header-logo {
  font-size: 40px;
}
.header-logo .name, .header-logo h1, .header-logo h2, .header-logo .name {
  color: #11DAF9;
  /* font-size: 40px; */
  font-size: 1em;
  font-weight: bold;
  /* line-height: 1; */
  line-height: .9;
  /*  text-transform: capitalize;*/
  padding: 0;
  margin: 0 0 -.2em 0;
}
.header-logo .name span, .header-logo h1 span, .header-logo h2 span {
  white-space: nowrap;
}
#masthead #mobile_nav_container .header-logo {
  /*   font-size: 2.5em;
  line-height: 1; */
}
#masthead #mobile_nav_container .header-logo .name {
  font-size: inherit;
}
.slogan {
  color: #fff;
  /*   font-size: 20px; */
  font-size: .5em;
  line-height: 1.75;
  font-style: italic;
  display: block;
}
#masthead nav a:active, #masthead nav a:focus {
  color: initial;
}
#masthead #desktop_nav nav .main-menu li a {
  background: #FF621A;
  border: 2px solid #FF621A;
  border-bottom: 0px;
  padding: 5px 10px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
#masthead #desktop_nav nav .main-menu.global-mini-menu li a {
  background: #ED1C24;
  border: 2px solid #ED1C24;
  border-bottom: 0px;
}
#masthead #desktop_nav nav .main-menu li a:hover, #masthead #desktop_nav nav .main-menu li a:active, #masthead #desktop_nav nav .main-menu li.current_page_item a {
  color: #fff;
  background: #002a37;
}
#masthead #desktop_nav nav .main-menu.global-mini-menu li a:hover, #masthead #desktop_nav nav .main-menu.global-mini-menu li.current_page_item a {
  color: #ff7d42;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before, .header-offcanvas-close .fa-times {
  color: #FF621A;
}
.post-thumbnail-full img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
#masthead a {
  text-decoration: none;
}
#masthead #desktop-header {
  background: #002a37;
  color: #fff;
  float: left;
  width: 100%;
  /*  padding: 10px 0 0 0;*/
  /*  border-bottom: 10px solid #002a37;*/
  position: relative;
}
#masthead #desktop_nav {
  background: #002a37;
  color: #fff;
  float: left;
  width: 100%;
  /*  padding: 10px 0 0 0;*/
  border-bottom: 10px solid #002a37;
  position: relative;
}
#masthead #desktop_nav:after {
  content: '';
  display: block;
  height: 2px;
  background: #ED1C24;
}
#masthead #desktop_nav a, #masthead #mobile_nav_container a {
  display: block;
  position: relative;
}
#masthead #desktop-header a .logo-text, #masthead #mobile_nav_container a .logo-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 93px;
}
#masthead #desktop-header .header-container, #masthead #desktop_nav .header-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
#masthead #desktop-header .header-container::after, #masthead #desktop_nav .header-container::after {
  clear: both;
  content: "";
  display: table
}
.header-logo {
  float: left;
  display: block;
  margin-right: 0%;
  width: calc(100% - 31.76157% - 1px);
  line-height: 1;
}
.header-logo:last-child {
  margin-right: 0
}
.header-logo .site-logo {
  height: 80px;
  float: left;
  margin: 14px 0;
  background-image: url(images/NNlogo.svg);
  background-repeat: no-repeat;
  width: calc(80px * 155/150);
}
#masthead #desktop-header .header-controls {
  float: right;
  display: block;
  /*width and margin-right spec'd with .sidebar*/
}
/*
#masthead #desktop-header .header-controls:last-child {
  margin-right: 0
}
*/
#masthead #desktop-header .header-controls .header-search {
  float: left;
  width: 100%;
  margin-top: 14px;
  font-size: 12px;
}
#masthead #desktop-header .header-controls .header-search input {
  margin: 0px;
  color: #000
}
#masthead #desktop-header .header-controls .header-search input[type="text"], #masthead #desktop-header .header-controls .header-search select {
  float: right;
  width: 100%;
  background: #000;
  border: solid 1px #2d464e;
  padding: 5px;
  color: #fff;
}
#masthead #desktop-header .header-controls .header-search input[type="submit"] {
  display: none
}
#masthead #desktop_nav nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%
}
#masthead #desktop_nav nav:last-child {
  margin-right: 0
}
#masthead #desktop_nav nav .main-menu {
  display: inline-block;
  float: left;
  padding: 0px;
  margin: 0 0 -2px 0;
}
#masthead #desktop_nav nav .main-menu li {
  float: left;
  list-style: none;
  margin: 0 3px 0 0
}
#masthead #desktop_nav nav .main-menu:last-child li:last-child {
  margin-right: -10px
}
#masthead #mobile-header {
  margin-top: 10px
}
#masthead #show-header-offcanvas, #masthead #mobile-header #header-offcanvas #header-offcanvas-close, #header-offcanvas-close {
  position: absolute;
  top: 5px;
  right: 0;
  color: #ED1C24;
  font-size: 2.5em;
  padding: 10px 10px;
  border: none;
  background: transparent;
}
#header-offcanvas {
  position: fixed;
  padding: 14px 16px 16px;
  width: 100%;
  left: -999999px;
  z-index: 999999;
  background: #002a37;
  overflow-y: auto;
  box-sizing: border-box;
}
#masthead #mobile-header #header-offcanvas.menu-open, #header-offcanvas.menu-open {
  left: 0px;
  /* height: 100%; */
}
#masthead #mobile-header #header-offcanvas .search-form label, #header-offcanvas .search-form label {
  display: none
}
#masthead #mobile-header #header-offcanvas .search-form input, #header-offcanvas .search-form input {
  background: #000;
  border: 1px solid #333;
  color: #fff;
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
}
#masthead #mobile-header #header-offcanvas .search-form .searchsubmit, #header-offcanvas .search-form .searchsubmit {
  display: none
}
#masthead #mobile-header #header-offcanvas .header-logo, #header-offcanvas .header-logo {
  margin-bottom: 10px;
}
#header-offcanvas .header-logo .site-logo {
  /* height: 3em; */
  /* float: left; */
  /*   margin: 3.3vw 3.3vw 3.3vw 0; */
  /* max-height: 75px; */
  margin: 0;
}
#masthead #mobile-header #header-offcanvas nav, #header-offcanvas nav {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%
}
#masthead #mobile-header #header-offcanvas nav ul, #header-offcanvas nav ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none
}
#masthead #mobile-header #header-offcanvas nav ul li, #header-offcanvas nav ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none
}
#masthead #mobile-header #header-offcanvas nav ul li a, #header-offcanvas nav ul li a {
  display: block;
  text-align: center;
  border-bottom: 2px solid #1e232a;
  background-color: #FF621A;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
  font-weight: bold;
}
#masthead #mobile-header #header-offcanvas nav ul.global-mini-menu li a, #header-offcanvas nav ul.global-mini-menu li a {
  background-color: #ED1C24;
}
#masthead #mobile-header #header-offcanvas nav ul li.current_page_item a, #masthead #mobile-header #header-offcanvas nav ul li a:hover, #masthead #mobile-header #header-offcanvas nav ul li a:active, #header-offcanvas nav ul li.current_page_item a, #header-offcanvas nav ul li a:hover, #header-offcanvas nav ul li a:active {
  background-color: #000;
  color: #fff;
}
#masthead #mobile-header #header-offcanvas nav ul.global-mini-menu li.current_page_item a, #masthead #mobile-header #header-offcanvas nav ul.global-mini-menu li a:hover, #masthead #mobile-header #header-offcanvas nav ul.global-mini-menu li a:active, #header-offcanvas nav ul.global-mini-menu li.current_page_item a, #header-offcanvas nav ul.global-mini-menu li a:hover, #header-offcanvas nav ul.global-mini-menu li a:active {
  color: #ff7d42;
}
#masthead #mobile-header #header-offcanvas nav ul li.current_page_item a, #header-offcanvas nav ul li.current_page_item a {
  opacity: 0.75;
}
/*}*/
@media (max-width: 1080px) {
  /* these need to match .sidebar breakpoint (found later in this file) */
  .header-logo {
    width: calc(100% - 210px);
  }
}
@media (max-width: 480px) {
  /*  phone width header changes */
  #masthead #desktop-header a .logo-text, #masthead #mobile_nav_container a .logo-text {
    /* -5px, to go with scaled down logo */
    padding-left: 88px;
    padding-left: 23.75vw;
    padding-left: calc(20vw + 10px);
    padding-left: min(23.75vw, 90px);
    padding-left: min(20vw + 10px, 90px);
  }
  .header-logo .site-logo {
    /* down from 80px */
    height: 20vw;
    max-height: 75px;
    width: calc(20vw * 155/150);
    max-width: 77.5px;
  }
  .slogan {
    /* down from 20px */
    font-weight: bold;
    line-height: 2;
    /* line-height: 7vw; */
    /* font-size: 13px; */
    /* font-size: calc(2px + 3vw); */
  }
  /* searchbox and hamburger should alternate at navigation breakpoint */
}
.clear::after, .clearfix::after {
  clear: both;
  content: "";
  display: table
}
.overflow-hidden {
  overflow: hidden
}
.post-content img:not(.mwl-img), .post-content picture {
  margin-bottom: 1.5em;
  height: auto; /*	fix for old content with height attribute*/
}
.wp-block-image {
  line-height: .5;
}
.post-content .wp-block-image img, .post-content .wp-block-image picture {
  margin-bottom: 0;
}
.wp-block-image figure {
  background-color: #fff;
}
figure.is-type-video {
  margin-left: 0;
  margin-right: 0;
}
.alignnone {
  float: none
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.wp-block-image .alignright {
  /*   margin-left: 1.5em; */
  margin: 0 0 1.5em 1.5em;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em
}
.wp-block-image .alignleft {
  margin-right: 1.5em
}
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
  /*  display: block;*/
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
  display: block;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 4px 5px;
}
.txt-alignleft {
  text-align: left;
}
.txt-aligncenter {
  text-align: center;
}
.txt-alignright {
  text-align: right;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
  text-align: center;
}
.wp-caption[style] {
  width: auto !important;
}
.wp-caption img, .wp-caption.alignright img {
  border: 0 none;
  height: auto;
  margin: 0 !important;
  /*  max-width: calc(100% - 6px);*/
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
select {
  width: 100%;
  margin-bottom: 0.75em;
}
.section-footer {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.section-footer .paging-navigation {
  float: left;
  width: 100%
}
.section-footer .paging-navigation .pagination {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none
}
.section-footer .paging-navigation .pagination li {
  float: left;
  padding: 0px;
  margin: 0px;
  margin-right: 5px
}
.section-footer .paging-navigation .pagination li.active {
  font-weight: bold;
}
.section-footer .paging-navigation .pagination li a {
  padding: 5px 10px;
  background: #fff
}
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 16px;
}
.wrap::after {
  clear: both;
  content: "";
  display: table
}
.the-content {
  float: left;
  width: 100%;
  background: #f1f2f3;
}
.the-content .mainbar::after {
  clear: both;
  content: "";
  display: table
}
.the-content .mainbar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding-top: 20px
}
.the-content .mainbar:last-child {
  margin-right: 0
}
div.wpcf7 + p {
  /* add top margin to P below captcha if it's not empty */
  margin-top: 1em;
}
.the-content .sidebar {
  float: left;
  display: block;
  padding-top: 20px;
}
.the-content .sidebar, #masthead #desktop-header .header-controls {
  width: 31.76157%;
}
/* Sidebar Breakpoint 
-------------------------------------------------------------- */
@media screen and (max-width: 1080px) {
  .the-content .mainbar, .the-content .sidebar {
    float: none;
    width: auto;
    margin: 0
  }
  #masthead #desktop-header .header-controls {
    /* width: 15em; */
    width: 210px;
  }
}
/*-------------------------------------------------------------- */
@media screen and (min-width: 600px) {
  .size-large, .size-medium, .size-full {
    max-width: calc(100% - 22em);
    max-height: 1024px;
  }
  .size-full:not(alignleft):not(alignright) {max-width:100%;}
}
@media screen and (max-width:599px) {
  .size-large, .size-full, .size-large img, .size-full img {
    width: 100%;
  }
/*	experimental sizes for Asheville*/
/*	.size-medium { max-width: calc(50% - .75em);}*/
/*	.size-medium, .size-medium img { width: 100%; max-width: 100%;}*/
}
.post-title {
  margin: 0
}
.post-meta {
  margin-top: 0.5em;
  font-style: italic
}
.post-meta .meta-auth {
  font-weight: bold
}
.post-meta .meta-date {
  color: #879097
}
.post-more {
  font-weight: bold;
  text-transform: uppercase
}
.section-footer .pagination-btn, .section-footer .prev a, .section-footer .next a {
  padding: 5px 10px;
  background: #FF621A;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.section-footer .prev a, .section-footer .next a {
  float: left;
  margin-bottom: .5em;
}
.section-footer .pagination-btn:hover, .section-footer .pagination-btn a:focus, .section-footer .prev a:hover, .section-footer .prev a:focus, .section-footer .next a:hover, .section-footer .next a:focus {
  background: #ed1c24;
}
.section-footer .next a {
  float: right;
  margin-bottom: 0;
}
.section-footer .prev a::before, .section-footer .next a::after {
  display: inline-block;
  font: normal normal normal 1em/1 'Font Awesome 6 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-footer .prev a::before {
  content: "\f053 ";
  padding-right: .5em;
}
.section-footer .next a::after {
  content: " \f054";
  padding-left: .5em;
}
.sidebar li a {
  text-decoration: none;
}
.the-footer {
  float: left;
  width: 100%;
  padding-top: 88px;
  padding-bottom: 1em;
  background: #002a37 url(images/NNlogo.svg) no-repeat center 1em;
  background-size: auto 60px;
  color: #FF621A;
}
.the-footer a {
  color: #11DAF9;
  text-decoration: none;
}
.the-footer .wrap {
  border-top: 1px solid #12566b;
}
.the-footer ul.footer-menu {
  padding: 0;
  margin: 1em 0;
  list-style-type: none;
  text-transform: uppercase;
  text-align: center;
}
.the-footer ul.footer-menu li {
  display: inline-block;
  margin: 0;
}
.the-footer ul.footer-menu li a {
  padding: 1em 1em;
}
.the-footer ul.footer-menu li a:hover {
  color: #ff7d42;
}
.the-footer ul.social-networks {
  padding: 0;
  margin: 0 0 1em;
  list-style-type: none;
  text-align: center;
}
.the-footer ul.social-networks li {
  display: inline;
  margin: 0 0.5em 1em;
}
.the-footer ul.social-networks li a {
  display: inline-block;
  width: 30px;
  border-radius: 15px;
  background: #11DAF9;
  line-height: 30px;
  color: #fff;
  font-size: 1.1em;
}
.the-footer ul.social-networks li a:hover {
  background: #FF621A;
  color: #fff;
}
/* .the-footer ul.social-networks li a i.fa-brands {line-height: 30px;} */

.the-footer ul.social-networks li a i.fa-brands:before {
  vertical-align: -0.13em;
}
.the-footer .copyright, .the-footer .copyright a {
  color: #cddce0;
  text-align: center;
}
#search-results .posts {
  float: left;
  width: 100%
}
#search-results .posts .post, #search-results .posts .video {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px;
  margin: 5px 0 0 0
}
#search-results .section-footer {
  margin-top: 10px
}
.excerpt p:last-child {
  margin-bottom: 0;
}
.template-tpl-post_event_city .posts ul {
  list-style: none;
  padding: 0;
}
.template-tpl-post_event_city .posts li {
  margin-bottom: .5em;
}
.events {
  padding: 0 5px
}
.events .event {
  margin-bottom: 25px
}
.events .event h3 {
  font-weight: bold;
  margin-bottom: -0.8em;
  font-size: 14px;
}
.event .description p {
  margin: 10px 0px;
}
.events .event p {
  margin-bottom: 0
}
.events .event ul {
  margin-top: 0
}
.no-background {
  background: none !important
}
.single .post-meta {
  font-size: inherit
}
.post-thumbnail {
  background-color: #000
}
.post-thumbnail .link:hover {
  cursor: pointer
}
.post-thumbnail-full {
  float: left;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center
}
.sidebar-post {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.sidebar-post h2, .sidebar-post h3 {
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  margin: 0px -16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f2f3;
  width: calc(100% + 32px);
}
.sidebar-post .global-signup:nth-child(2) {
  margin-top: 1.5em;
}
.sidebar-post h3~h4 {
  margin-top: 1.333333333em;
}
/*.sidebar-post span:nth-child(2), */
.sidebar-post > h3:nth-last-of-type(2) {
  /*if city boss adds a title to the Signup widget, this will hide the default H3 title*/
  display: none;
}
.sidebar-post .sendfox-form p {margin: 0 0 0.75em 0;} 
.sidebar-post .sendfox-form p:last-child {margin: 0 0 0 0;} 
/*new Sendfox forms, 25 Mar 2024*/
.sidebar-post h3 a {text-decoration: none;}
.sidebar hr {
  /*	Email updates sidebar divider*/
  margin: 1.5em -16px;
  border-bottom: 1px solid #f1f2f3;
}
/*TinyLetter styles*/
.sr-only {
  /*	hide screen reader label from TinyLetter widget from normal browsers*/
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.privacy-policy {
  font-size: .85em;
  margin-top: 0.5em;
}
.sidebar-post > div:not(.wp-block-group), 
.sidebar-post > .wp-block-group h3 ~ *, 
.sidebar-post > ul, 
.sidebar-post > ol {
  padding-top: 20px;
}
/*.sidebar-post > *:last-child, */
.sidebar-post *:last-child {
  margin-bottom: 0;
}
/*experimental UL bullet replacement*/
.sidebar-post ol {
  padding-left: 2em;
  /*	for a reasonable left alignment in sidebar*/
}
.mainbar ul:not(.press-ul):not(.event_list):not(.no_bullets):not(.select2-results__options):not(.pagination):not(.pagination):not(.blocks-gallery-grid), .sidebar-post:not(#city-list) ul:not(.no_bullets):not(.select2-results__options):not(.wp-block-social-links) {
  list-style: none;
  padding-left: 0;
}
.mainbar ul:not(.press-ul):not(.event_list):not(.no_bullets):not(.select2-results__options):not(.pagination):not(.blocks-gallery-grid) li, .sidebar-post:not(#city-list) ul:not(.no_bullets):not(.select2-results__options):not(.wp-block-social-links) li {
  padding-left: 1.3em;
}
.mainbar ul:not(.press-ul):not(.event_list):not(.no_bullets):not(.select2-results__options):not(.pagination):not(.blocks-gallery-grid) li:before, .sidebar-post:not(#city-list) ul:not(.no_bullets):not(.select2-results__options):not(.wp-block-social-links) li:before {
  content: "\f061"; /* FontAwesome Unicode */
  content: "\f35a";
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  position: absolute;
}
.mainbar li:hover:before, .sidebar-post li:hover:before {
  /*
  color: #ED1C24;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
*/
}
/*sidebar font awesome list styles (used for social links on Global)*/
.sidebar-post .fa-ul {
  margin-left: 2.6em;
  line-height: 2.6em;
}
.sidebar-post .fa-ul li {
  padding-left: .7em;
}
.sidebar-post .fa-ul li:before {
  /*	resets*/
  content: "";
  position: relative;
  display: none;
  margin-left: 0;
  width: 0;
}
.sidebar-post .fa-ul .fa-li {
  font-size: 1.3em;
  width: 2em;
}
.sidebar-post .fa-ul .fa-li i {
  width: 2em;
  border-radius: 1em;
  background: #002a37;
  line-height: 2em;
  color: #fff;
}
.sidebar-post .fa-ul a .fa-li i {}
.sidebar-post .fa-ul a:hover .fa-li i {
  background: #ED1C24;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-post .fa-ul .fa-li i::before {
  /*	font-size: .75em;*/
}
/*past events list page*/
.mainbar ul.event_list {
  list-style-type: none;
  padding: 0;
}
/*
.mainbar .event_list ul {
  	get rid of fancy list markers, left margin and padding 
  padding: 0;
}
.mainbar .event_list ul li {
  padding: 0;
}
.mainbar .event_list ul li:before {
  content: '';
}
*/
.event_date {
  background-color: #fff;
  color: #1e232a;
  /*  background-color: #1e232a;*/
  /*  color: #fff;*/
  padding: 1px 3px;
  min-width: 7em;
  display: inline-block;
  text-align: center;
  margin-right: .7em;
  float: left;
}
.event_date.no_date {
  background-color: initial;
  background-color: rgba(255, 255, 255, 0.25);
  ;
}
.press-ul li {
  display: inline-block;
  max-width: 165px;
}
.main_text {
  background: #fff;
  padding: 16px;
  margin-top: 20px;
  width: 100%;
  float: left;
}
.main_text p {
  padding: 0 10px;
  margin: 0;
}
.post-content {
  margin-bottom: 1.5em;
}
.post-content::after {
  content: "";
  clear: both;
  display: table;
}
/*Were these for the past events page?*/
.template-tpl-post_event_city .post-content a {
  text-decoration: none;
}
.template-tpl-post_event_city .post-content a:hover {
  text-decoration: underline;
}
a.more {
  text-decoration: none;
}
/*Contact Form 7*/
.wpcf7 p, .wpcf7 .anr_captcha_field {
  margin: 0 0 .75em 0;
}
.the-content .wrap .sidebar .post .link {
  font-size: 80%;
  font-weight: 700;
  text-transform: uppercase;
}
.single .post-meta {
  padding: 0 .5em;
}
.single .post-meta .meta.meta-view {
  position: relative;
  top: -1px;
}
.single .post-meta .meta.meta-comm a[title] {
  position: relative;
  top: -2px;
  font-size: 14px;
}
.single .post-meta .meta-auth, .single .post-meta .meta {
  display: inline-block;
  vertical-align: middle;
}
.single .meta-auth-date {
  clear: both;
  /*margin: 0 0 0 1em;*/
  text-transform: uppercase;
  /*  font-weight: 300;*/
  margin: 0 0 0 0;
  /*  padding: 5px;*/
  /*  font-size: 18px;*/
}
/*Comments-related styles have not been thoroughly checked for unneeded selectors
14 Sep 2020: the following selectors do exist on a City page with a comment:
.the-content
.wrap
.mainbar
.comments
	#comments.comments-area
	#respond.comment-respond
.comments-top
.commentlist
.comment .even .thread-even .depth-1
.comment-body
.comment-author .vcard
.avatar .avatar-32 .photo
.fn
.says
.comment-awaiting-moderation
.comment-meta .commentmetadata
*/
.comment time {
  margin-left: 10px;
  font-size: 14px;
}
.comment cite a {
  font-size: 14px;
}
ol.commentlist {
  padding: 0;
}
ul.commentlist.top, ul.commentlist.top li {
  margin: 0;
}
ul.commentlist.top {
  padding: 0;
}
ul.commentlist.top li article, ol.commentlist li.top-comment article {
  padding: 10px;
  background: #fff;
  border: 1px solid #27AAE1;
}
li.comment.top-comment {
  margin-top: 0;
  border-bottom: 0;
}
li.comment {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
li.comment .top-comment-heading {
  margin: 0;
  padding-bottom: 10px;
  font-weight: 700;
}
li.comment:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#comments .edit-link {
  display: inline-block;
  margin-left: 10px;
}
#comments .reply {
  display: inline-block;
}
.must-log-in {
  margin-top: 7px;
  float: left;
}
.must-log-in a {
  color: #27AAE1;
  text-decoration: underline;
}
#commentform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
}
#commentform .form-submit {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -ms-box-ordinal-group: 2;
}
#commentform .comment-form-comment {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -ms-box-ordinal-group: 1;
}
#commentform .form-submit {
  margin-top: 0;
}
#commentform .logged-in-as {
  display: none;
}
#commentform .comment-form-comment {
  margin-bottom: 0;
}
.the-content .comments-top {
  clear: both;
  padding-top: 1em;
  border-top: 1px solid #D6D6D6;
}
.the-content .wrap section.comments h2 {
  float: left;
  margin-top: 0;
  font-size: 20px;
}
.the-content .comments-order {
  float: right;
}
section.comments .commentlist {
  clear: both;
  margin-top: 0;
}
section.comments .comment .post-title a {
  font-size: 14px;
}
section.comments .comment-admin {
  margin-top: 10px;
  border-top: 1px solid #dedede;
}
section.comments .comment-admin a {
  margin-right: 20px;
  font-size: 14px;
  color: #27AAE1;
}
section.comments .reply a, section.comments .edit-link a {
  color: #2C5999;
}
section.comments .reply span {
  display: none;
}
section.comment-content {
  clear: both;
}
section.comment-content p {
  margin: 0;
  padding-bottom: 10px;
}
#commentform {
  width: 100%;
}
/*Added by Xander 14 Sep 2020*/
.comment-awaiting-moderation {
  color: #ED1C24;
}
@media screen and (max-width: 480px) {
  #masthead #desktop-header .header-container, #masthead #desktop_nav .header-container, .wrap {
    padding: 0 3.3vw;
  }
  #masthead #show-header-offcanvas, #masthead #mobile-header #header-offcanvas #header-offcanvas-close, #header-offcanvas-close {
    font-size: 1.5em;
    padding: 2.3vw;
    top: 0;
  }
  #masthead #mobile-header #header-offcanvas, #header-offcanvas {
    padding: 0 3.3vw 3.3vw;
    /* width: calc(100% - 6.6vw); */
  }
  #masthead #mobile_nav_container .header-logo {
    /*     font-size: 7vw; */
  }
  #header-offcanvas .header-logo a {
    display: block;
    /* margin-right: calc(3em - 10px); */
  }
  #header-offcanvas .header-logo .site-logo {
    margin: 3.3vw 3.3vw 3.3vw 0;
  }
  .the-content .wrap section.comments h2 {
    float: none;
  }
  .the-content .comments-order {
    padding-top: 10px;
    float: none;
  }
  .the-content button, input[type="button"], input[type="submit"] {
    width: 100%;
  }
  .sidebar {
    padding-top: 2em;
    clear: both;
  }
  a {
    /* Keep long text links, i.e., URLs, from breaking out of the box on narrow screens */
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
  }
}
/*tab-content: might not be used by either theme*/
.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}
/* Header Navigation Breakpoint 
-------------------------------------------------------------- */
#masthead #mobile-header {
  display: none
}

/*   Limit iframe width for NN Tokyo (our shortcode plugin will only output px dimensions). Added 11 Sep 2022  
-------------------------------------------------------------- */
iframe {
    max-width: 100%;
}