/*
Theme Name: Neuwirth2022
Version: 1.0.4
Author: Max Kukoy
Author URI: http://maxkukoy.com/
*/
/* line 5, ../../../../../../../../usr/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../../usr/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../../usr/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../../usr/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../../usr/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../../usr/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../../usr/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../../usr/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../../usr/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 1, sass/_partials/02_typography.scss */
html {
  font-size: 62.5%; }

/* line 4, sass/_partials/02_typography.scss */
body {
  font-family: "Open Sans", "PT Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1; }

/* line 9, sass/_partials/02_typography.scss */
.textlogo {
  font-family: "Nexa Bold", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: -1rem; }

/* line 17, sass/_partials/02_typography.scss */
.textlogo a {
  display: block;
  vertical-align: bottom; }

/* line 21, sass/_partials/02_typography.scss */
.description {
  display: block;
  font-size: 4rem;
  font-family: "Nexa Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 0;
  line-height: 1; }

/* line 31, sass/_partials/02_typography.scss */
.sectionlabel {
  font-family: 'Libre Baskerville', cursive;
  font-weight: 400;
  font-size: 2.3rem; }

/* line 36, sass/_partials/02_typography.scss */
h1 {
  font-size: 3rem;
  border-bottom: 1px solid #0174F1;
  margin: 1rem 0 2rem;
  line-height: 1.2; }

/* line 42, sass/_partials/02_typography.scss */
h2 {
  font-size: 3.5rem;
  line-height: 1.2; }

/* line 46, sass/_partials/02_typography.scss */
.boxcontent h2 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 1rem; }

/* line 52, sass/_partials/02_typography.scss */
h3 {
  font-size: 3.5rem;
  text-transform: uppercase;
  color: #ffffff; }

/* line 57, sass/_partials/02_typography.scss */
.onebox h3 {
  text-align: center;
  margin: 1rem; }

/* line 61, sass/_partials/02_typography.scss */
p {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Open Sans", "PT Sans", sans-serif;
  padding: 1.5rem 0; }

/* line 67, sass/_partials/02_typography.scss */
.onebox p {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-top: 0; }

/* line 73, sass/_partials/02_typography.scss */
.boxcontent p {
  font-weight: normal; }

/* line 76, sass/_partials/02_typography.scss */
.footer p {
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem; }

/* line 81, sass/_partials/02_typography.scss */
ul {
  list-style: disc outside;
  margin: 1rem 0 1rem 2rem; }

/* line 85, sass/_partials/02_typography.scss */
ol {
  list-style: decimal outside;
  margin: 1rem 0 1rem 2rem; }

/* line 89, sass/_partials/02_typography.scss */
li {
  padding: .5rem 0;
  font-size: 1.8rem;
  line-height: 1.6; }

/* line 94, sass/_partials/02_typography.scss */
strong {
  font-weight: bold; }

/* line 97, sass/_partials/02_typography.scss */
em {
  font-style: italic; }

@media only screen and (max-width: 1199px) {
  /* line 101, sass/_partials/02_typography.scss */
  .textlogo {
    font-size: 7rem; }

  /* line 104, sass/_partials/02_typography.scss */
  .description {
    font-size: 3rem;
    padding-top: .5rem;
    letter-spacing: normal; }

  /* line 109, sass/_partials/02_typography.scss */
  .trmicons {
    max-width: 250px;
    padding-top: 0rem; } }
@media only screen and (max-width: 900px) {
  /* line 118, sass/_partials/02_typography.scss */
  .textlogo {
    font-size: 6rem; }

  /* line 121, sass/_partials/02_typography.scss */
  .description {
    font-size: 3rem;
    padding-top: .5rem; }

  /* line 125, sass/_partials/02_typography.scss */
  h1 {
    font-size: 2.8rem; }

  /* line 128, sass/_partials/02_typography.scss */
  h2 {
    font-size: 2.4rem; } }
@media only screen and (max-width: 767px) {
  /* line 134, sass/_partials/02_typography.scss */
  .textlogo {
    font-size: 5rem;
    padding-top: 0px; }

  /* line 138, sass/_partials/02_typography.scss */
  .description {
    font-size: 2rem;
    letter-spacing: normal;
    padding-top: 3px; } }
@font-face {
  font-family: 'Nexa';
  src: local("Nexa Regular"), local("Nexa-Regular"), url("fonts/Nexa-Regular.woff2") format("woff2"), url("fonts/Nexa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nexa Bold';
  src: local("Nexa Bold"), local("Nexa-Bold"), url("fonts/Nexa-Bold.woff2") format("woff2"), url("fonts/Nexa-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* line 2, sass/_partials/03_nav.scss */
a:link,
a:visited {
  color: #0174F1;
  text-decoration: none;
  transition: all .3s linear; }

/* line 8, sass/_partials/03_nav.scss */
a:active,
a:hover {
  color: #000000;
  text-decoration: none;
  transition: all .3s linear; }

/* line 14, sass/_partials/03_nav.scss */
.maincol li a:hover,
.maincol p a:hover {
  text-decoration: underline; }

/* line 19, sass/_partials/03_nav.scss */
.textlogo a:link,
.textlogo a:visited {
  color: #ffffff; }

/* line 23, sass/_partials/03_nav.scss */
.vidlink:link,
.vidlink:active {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  text-align: center; }

/* line 34, sass/_partials/03_nav.scss */
.sbbox a:link,
.sbbox a:visited {
  color: #ffffff; }

/* line 38, sass/_partials/03_nav.scss */
.sbbox a:active,
.sbbox a:hover {
  color: #000000; }

/* line 44, sass/_partials/03_nav.scss */
.mainnav {
  background: #22549F; }

/* line 47, sass/_partials/03_nav.scss */
.mainnav a:link,
.mainnav a:visited {
  color: #ffffff;
  padding: 1rem 2rem;
  background: #22549F;
  display: block;
  transition: all .3s linear; }

/* line 55, sass/_partials/03_nav.scss */
.mainnav a:active,
.mainnav a:hover {
  color: #0174F1;
  background: #C5DBEB; }

/* line 60, sass/_partials/03_nav.scss */
.mainnav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  list-style: none;
  margin: 0; }

/* line 68, sass/_partials/03_nav.scss */
.mainnav li {
  font-size: 2rem;
  font-family: "Open Sans", "PT Sans", sans-serif;
  padding: 0rem;
  text-transform: uppercase; }

/* line 75, sass/_partials/03_nav.scss */
.pagingnav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 15px;
  margin-top: 15px;
  clear: both;
  text-transform: uppercase;
  border-top: 1px solid #22549F;
  font-size: 1.4rem; }

/* line 85, sass/_partials/03_nav.scss */
.pagingnav .previous {
  text-align: left;
  display: block; }

/* line 89, sass/_partials/03_nav.scss */
.pagingnav .previous::before {
  content: "\2190";
  position: inline-block;
  padding-right: 3px; }

/* line 95, sass/_partials/03_nav.scss */
.pagingnav .next {
  text-align: right;
  display: block; }

/* line 99, sass/_partials/03_nav.scss */
.pagingnav .next::after {
  content: "\2192";
  display: inline-block;
  padding-left: 3px; }

/* line 104, sass/_partials/03_nav.scss */
.mainnav a.burger {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  width: 35px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
  padding: 0 !important; }

/* line 116, sass/_partials/03_nav.scss */
.burger:hover {
  background: transparent !important; }

/* line 119, sass/_partials/03_nav.scss */
.burger span {
  display: block;
  height: 3px;
  background: #C5DBEB;
  width: 100%;
  position: absolute;
  left: 0; }

/* line 127, sass/_partials/03_nav.scss */
.burger span.lettuce {
  top: 0;
  background: #C5DBEB;
  transition: all .3s linear; }

/* line 132, sass/_partials/03_nav.scss */
.burger span.cheese {
  top: calc(50% - 2px);
  background: #C5DBEB;
  transition: transform .3s ease-in; }

/* line 137, sass/_partials/03_nav.scss */
.burger span.patty {
  bottom: 0px;
  background: #C5DBEB;
  transition: all .3s linear; }

/* line 143, sass/_partials/03_nav.scss */
.burger.grillin > span.cheese {
  transform: translateX(-200px); }

/* line 146, sass/_partials/03_nav.scss */
.burger.grillin > span.lettuce {
  transform: rotate(45deg);
  top: 10px; }

/* line 150, sass/_partials/03_nav.scss */
.burger.grillin > span.patty {
  transform: rotate(-45deg);
  top: 10px; }

/* line 154, sass/_partials/03_nav.scss */
.trmicons {
  padding-top: 2rem; }

@media only screen and (max-width: 900px) {
  /* line 159, sass/_partials/03_nav.scss */
  .mainnav {
    display: block; }

  /* line 162, sass/_partials/03_nav.scss */
  .mainnav nav ul {
    display: block;
    position: absolute;
    left: -100%;
    z-index: 120;
    top: 50px;
    width: 100%;
    margin: 0;
    transition: left .3s ease-in-out; }

  /* line 172, sass/_partials/03_nav.scss */
  .mainnav ul.menu.showmenu {
    left: 0; }

  /* line 175, sass/_partials/03_nav.scss */
  .mainnav a.burger {
    display: block; }

  /* line 178, sass/_partials/03_nav.scss */
  .trmicons {
    max-width: 200px;
    padding-top: 1rem; } }
/* line 1, sass/_partials/06_base.scss */
body {
  background: #C5DBEB; }

/* line 4, sass/_partials/06_base.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 8, sass/_partials/06_base.scss */
.wrapper {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0; }

/* line 14, sass/_partials/06_base.scss */
.container {
  max-width: 1200px;
  margin: 0 auto; }

/* line 18, sass/_partials/06_base.scss */
.maincontent .container {
  padding: 50px 0; }

/* line 21, sass/_partials/06_base.scss */
.wrapper.head {
  background-image: url("images/bannerbackground.jpg");
  background-size: cover;
  padding-bottom: 10px;
  padding-top: 65px; }

/* line 27, sass/_partials/06_base.scss */
.wrapper.footer {
  background: #000000;
  padding: 1rem 0; }

/* line 31, sass/_partials/06_base.scss */
.description,
.sitehd {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: space-around; }

/* line 39, sass/_partials/06_base.scss */
.description span {
  background-image: url("images/symbols.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  border: 1px solid blue;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 75px; }

/* line 53, sass/_partials/06_base.scss */
.maincontent .container {
  display: grid;
  grid-template-columns: 25% calc(75% - 50px);
  grid-template-areas: "sidebarcol maincol";
  column-gap: 50px; }

/* line 59, sass/_partials/06_base.scss */
.maincol {
  grid-area: maincol; }

/* line 62, sass/_partials/06_base.scss */
.sidebarcol {
  grid-area: sidebarcol; }

/* line 65, sass/_partials/06_base.scss */
.sectionlabel {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 2rem 0; }

/* line 72, sass/_partials/06_base.scss */
.sectionlabel span {
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background-color: #363959;
  border-radius: 20px;
  padding: 5px 25px;
  width: auto;
  z-index: 1;
  text-transform: lowercase;
  position: relative; }

/* line 85, sass/_partials/06_base.scss */
.sectionlabel::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #363959;
  width: 100%;
  top: 50%;
  z-index: 0; }

/* line 94, sass/_partials/06_base.scss */
.sbbox.onebox {
  background: #0174F1;
  padding: 10px;
  margin: 1rem 0; }

/* line 100, sass/_partials/06_base.scss */
.innerbox {
  border: 2px solid #ffffff;
  background: #0174F1;
  padding: 1rem;
  transition: all .2s linear; }

/* line 106, sass/_partials/06_base.scss */
.hover .innerbox {
  border: 2px solid #C5DBEB;
  background: #65AEFB; }

/* line 110, sass/_partials/06_base.scss */
.bximg {
  display: block;
  max-width: 200px;
  margin: 1rem auto;
  object-position: center;
  text-align: center; }

/* line 117, sass/_partials/06_base.scss */
.bximg img {
  margin: 0 auto;
  max-height: 200px;
  object-fit: contain; }

/* line 122, sass/_partials/06_base.scss */
.vidbox {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

/* line 130, sass/_partials/06_base.scss */
.vidbox iframe,
.vidbox object,
.vidbox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*##################
Podcast Box Styles
#################*/
/* line 143, sass/_partials/06_base.scss */
.audioplayer {
  margin-bottom: 2rem;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  overflow: hidden;
  display: flex;
  max-height: 225px;
  cursor: pointer; }

/* line 153, sass/_partials/06_base.scss */
.audioplayer a:link,
.audioplayer a:visited {
  color: #ffffff;
  padding-top: 1rem;
  line-height: 1.4; }

/* line 159, sass/_partials/06_base.scss */
.audioplayer a:active,
.audioplayer a:hover {
  color: #C5DBEB; }

/* line 163, sass/_partials/06_base.scss */
.podimg {
  display: block;
  width: 200px;
  height: auto;
  position: relative;
  max-height: 225px; }

/* line 171, sass/_partials/06_base.scss */
span.podinfo {
  width: 74%;
  padding: 10px 20px;
  display: block;
  color: #999;
  font-size: 1.8rem;
  position: relative; }

/* line 180, sass/_partials/06_base.scss */
.podimg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url("images/podcast-play-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  opacity: .9;
  z-index: 0; }

/* line 196, sass/_partials/06_base.scss */
span.listenradio {
  text-transform: uppercase; }

/* line 200, sass/_partials/06_base.scss */
.audioplayer a {
  display: block;
  text-align: left;
  margin-left: 0;
  margin-top: 10px; }

/* line 206, sass/_partials/06_base.scss */
.podinfo p,
.single-issues article .audioplayer p,
.home article .audioplayer p {
  display: block;
  text-align: left;
  font-family: "Open Sans", "PT Sans", sans-serif;
  font-size: 1.8rem; }

/* line 215, sass/_partials/06_base.scss */
.podimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  float: none; }

/* line 222, sass/_partials/06_base.scss */
.vidbox + .audioplayer {
  margin-top: 50px; }

/* line 227, sass/_partials/06_base.scss */
.boxcontainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  column-gap: 20px;
  row-gap: 20px; }

/* line 233, sass/_partials/06_base.scss */
.post-type-archive-tv .boxcontainer {
  grid-template-columns: repeat(2, 1fr); }

/* line 237, sass/_partials/06_base.scss */
.post-type-archive-tv .boxcontainer .vidthumb {
  max-height: 300px;
  overflow: hidden; }

/* line 241, sass/_partials/06_base.scss */
.onebox {
  display: block;
  border: 2px solid #000000;
  background-color: #DCEBF5; }

/* line 246, sass/_partials/06_base.scss */
.onebox.hover {
  cursor: pointer; }

/* line 249, sass/_partials/06_base.scss */
.sbbox.onebox {
  border: 0; }

/* line 252, sass/_partials/06_base.scss */
.vidthumb {
  display: block;
  width: 100%;
  position: relative;
  height: 200px;
  background: #ffffff; }

/* line 259, sass/_partials/06_base.scss */
.vidthumb img {
  object-fit: contain;
  max-width: none;
  width: 100%;
  height: 100%;
  object-position: center;
  position: relative; }

/* line 267, sass/_partials/06_base.scss */
.audioplayer .vidthumb {
  max-width: 200px; }

/* line 270, sass/_partials/06_base.scss */
.vidthumb.podimg {
  max-width: 200px; }

/* line 273, sass/_partials/06_base.scss */
.boxcontent {
  padding: 1rem; }

/* line 276, sass/_partials/06_base.scss */
.editlink {
  text-transform: uppercase;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1rem; }

/* line 282, sass/_partials/06_base.scss */
.listenradio {
  font-weight: 700;
  color: #ffffff; }

/* line 286, sass/_partials/06_base.scss */
.alignright {
  float: right;
  margin: 2rem 0 2rem 3rem;
  max-width: 400px; }

/* line 291, sass/_partials/06_base.scss */
.alignleft {
  float: left;
  margin: 2rem 3rem 2rem 0;
  max-width: 400px; }

/* line 296, sass/_partials/06_base.scss */
.editlink {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase; }

/* line 301, sass/_partials/06_base.scss */
.sbbox .readmore {
  text-transform: uppercase; }

/* line 304, sass/_partials/06_base.scss */
.socialmedia {
  position: absolute;
  top: 25px;
  right: 25px; }

@media only screen and (max-width: 1150px) {
  /* line 311, sass/_partials/06_base.scss */
  .boxcontainer {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); } }
@media only screen and (max-width: 900px) {
  /* line 317, sass/_partials/06_base.scss */
  .wrapper.maincontent {
    padding: 0 20px;
    box-sizing: border-box; }

  /* line 322, sass/_partials/06_base.scss */
  .mainnav {
    min-height: 50px; }

  /* line 325, sass/_partials/06_base.scss */
  .maincontent .container {
    display: grid;
    grid-template-columns: 30% calc(70% - 20px);
    grid-template-areas: "sidebarcol maincol";
    column-gap: 20px; }

  /* line 331, sass/_partials/06_base.scss */
  .sbbox p {
    font-size: 1.6rem; }

  /* line 334, sass/_partials/06_base.scss */
  .bximg img {
    max-height: 150px; } }
@media only screen and (max-width: 767px) {
  /* line 342, sass/_partials/06_base.scss */
  .wrapper.head {
    padding-top: 20px; }

  /* line 345, sass/_partials/06_base.scss */
  .maincontent .container {
    display: block; }

  /* line 348, sass/_partials/06_base.scss */
  .boxcontainer {
    display: block; }

  /* line 351, sass/_partials/06_base.scss */
  .socialmedia {
    bottom: -40px;
    top: auto;
    z-index: 120; }

  /* line 356, sass/_partials/06_base.scss */
  .onebox {
    margin-bottom: 20px; } }
