/*
	Theme Name:   Spirit Catholic Radio
	Description:  A Custom theme written for Spirit Catholic Radio
	Author:       build/create
	Author URI:   http://buildcreate.com
	Version:      1.0
	Text Domain:  bc
*/
@import url("fonts/fonts.css");
/* line 5, ../../../Ruby24-x64/lib/ruby/gems/2.4.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, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../Ruby24-x64/lib/ruby/gems/2.4.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, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../Ruby24-x64/lib/ruby/gems/2.4.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, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../Ruby24-x64/lib/ruby/gems/2.4.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 2, sass/partials/_base.scss */
#tinymce *,
* {
  box-sizing: border-box;
}

/* line 8, sass/partials/_base.scss */
#tinymce,
body {
  background: #ffffff;
  font-family: "OpenSans-Regular";
  font-size: 16px;
  line-height: 1.6em;
  color: #111d1d;
}
/* line 16, sass/partials/_base.scss */
#tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.2em;
  margin: 0 0 1em 0;
  padding: 0;
  font-family: "OpenSans-SemiBold";
}
/* line 23, sass/partials/_base.scss */
#tinymce h1,
body h1 {
  font-family: "OpenSans-Regular";
  color: #2c4c4c;
  font-size: 1.8em;
}
/* line 29, sass/partials/_base.scss */
#tinymce h2,
body h2 {
  color: #0072bc;
  font-size: 1.6em;
}
/* line 34, sass/partials/_base.scss */
#tinymce h3,
body h3 {
  color: #2c4c4c;
  font-size: 1.4em;
}
/* line 39, sass/partials/_base.scss */
#tinymce h4, #tinymce h5, #tinymce h6,
body h4,
body h5,
body h6 {
  color: #333333;
  font-size: 1.2em;
}
/* line 44, sass/partials/_base.scss */
#tinymce img,
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* line 50, sass/partials/_base.scss */
#tinymce a,
body a {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 100ms ease-in;
  color: #ea3f3f;
}
/* line 59, sass/partials/_base.scss */
#tinymce strong,
body strong {
  font-family: "OpenSans-SemiBold";
}
/* line 63, sass/partials/_base.scss */
#tinymce em,
body em {
  font-family: "OpenSans-Italic";
}
/* line 67, sass/partials/_base.scss */
#tinymce sup,
body sup {
  vertical-align: super;
  font-size: 0.6em;
}
/* line 72, sass/partials/_base.scss */
#tinymce ol,
body ol {
  list-style-type: decimal !important;
  list-style-position: inside;
}
/* line 76, sass/partials/_base.scss */
#tinymce ol li,
body ol li {
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
/* line 82, sass/partials/_base.scss */
#tinymce hr,
body hr {
  border: none;
  border-top: 1px solid #aaaaaa;
  position: relative;
  height: 1px;
  margin: 2em 0;
}
/* line 90, sass/partials/_base.scss */
#tinymce span,
body span {
  line-height: 1em;
}
/* line 94, sass/partials/_base.scss */
#tinymce p,
body p {
  margin: 0 0 1.4em 0;
}
/* line 97, sass/partials/_base.scss */
#tinymce p:last-child,
body p:last-child {
  margin-bottom: 0;
}
/* line 102, sass/partials/_base.scss */
#tinymce blockquote,
body blockquote {
  font-size: 1.4em;
  position: relative;
  padding: 1em 0;
  margin: 1em 1em 2em 4em;
  line-height: 1.4em;
  color: #2c4c4c;
  border-bottom: 8px solid #ea3f3f;
}
/* line 111, sass/partials/_base.scss */
#tinymce blockquote:before,
body blockquote:before {
  color: #ea3f3f;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  font-size: 2em;
  content: '\f10d';
}
/* line 121, sass/partials/_base.scss */
#tinymce blockquote cite,
body blockquote cite {
  border-top: 10px solid #ea3f3f;
  padding-top: 1em;
  margin-top: 2em;
  font-size: 0.8em;
}
/* line 130, sass/partials/_base.scss */
#tinymce form input,
#tinymce form button,
#tinymce form textarea,
#tinymce form select,
body form input,
body form button,
body form textarea,
body form select {
  font-size: 1em;
  outline: 0;
}
/* line 139, sass/partials/_base.scss */
#tinymce button,
body button {
  font-size: 1em;
  outline: 0;
  cursor: pointer;
}
/* line 145, sass/partials/_base.scss */
#tinymce .button,
body .button {
  padding: 0.5em;
  margin-bottom: 0.5em;
  display: inline-block;
  min-width: 180px;
  text-decoration: none;
  transition: all 100ms ease-in;
  text-align: center;
  text-transform: uppercase;
  background: #ffffff;
  border: 1px solid #ea3f3f;
  border-radius: 5px;
  color: #ea3f3f;
  font-family: "OpenSansCondensed-Light";
  font-size: 1.2em;
}
/* line 161, sass/partials/_base.scss */
#tinymce .button:hover,
body .button:hover {
  background: #ea3f3f;
  color: #ffffff;
}
/* line 166, sass/partials/_base.scss */
#tinymce .button.button-alt,
body .button.button-alt {
  background: #ea3f3f;
  color: #ffffff;
}
/* line 170, sass/partials/_base.scss */
#tinymce .button.button-alt:hover,
body .button.button-alt:hover {
  background: #ffffff;
  color: #ea3f3f;
}
/* line 176, sass/partials/_base.scss */
#tinymce .button.ghost-button,
body .button.ghost-button {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: none;
}
/* line 181, sass/partials/_base.scss */
#tinymce .button.ghost-button:hover,
body .button.ghost-button:hover {
  border: 1px solid #ea3f3f;
  background: #ea3f3f;
}
/* line 187, sass/partials/_base.scss */
#tinymce .button.simplified-button,
body .button.simplified-button {
  font-family: "OpenSans-Regular";
  background: none;
  border: none;
  justify-content: flex-start;
  padding: 0.5em 0;
  min-width: auto;
  display: inline-block;
  width: auto;
}
/* line 197, sass/partials/_base.scss */
#tinymce .button.simplified-button:after,
body .button.simplified-button:after {
  content: '\f101';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  margin-left: 0.5em;
}
/* line 203, sass/partials/_base.scss */
#tinymce .button.simplified-button:hover,
body .button.simplified-button:hover {
  background: none;
  color: #2c4c4c;
}
/* line 210, sass/partials/_base.scss */
#tinymce .alignleft,
body .alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
/* line 216, sass/partials/_base.scss */
#tinymce .alignright,
body .alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
/* line 222, sass/partials/_base.scss */
#tinymce .aligncenter,
body .aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/* line 231, sass/partials/_base.scss */
#tinymce {
  padding: 1em !important;
  background-color: #ffffff;
}

/* line 239, sass/partials/_base.scss */
#tinymce ul,
body .user-content ul {
  padding: 1em 0 2em 2em;
}
/* line 242, sass/partials/_base.scss */
#tinymce ul:last-child,
body .user-content ul:last-child {
  padding-bottom: 0;
}
/* line 246, sass/partials/_base.scss */
#tinymce ul li,
body .user-content ul li {
  list-style-type: none;
  margin-bottom: 1em;
  padding-left: 1.8em;
  position: relative;
}
/* line 252, sass/partials/_base.scss */
#tinymce ul li:before,
body .user-content ul li:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f138';
  color: #2c4c4c;
}

@media screen and (max-width: 46.875em) {
  /* line 265, sass/partials/_base.scss */
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 270, sass/partials/_base.scss */
  body blockquote {
    font-size: 1.2em;
  }
}

/* line 284, sass/partials/_base.scss */
#tinymce.network_text, #tinymce.programs_text {
  background: #0072bc;
}

/* line 1, sass/partials/_general.scss */
.hidden {
  display: none !important;
}

/* line 5, sass/partials/_general.scss */
.no-link {
  cursor: default;
}

/* line 9, sass/partials/_general.scss */
.wrapper {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 68.75em) {
  /* line 14, sass/partials/_general.scss */
  .wrapper.padded {
    padding: 0 1em;
  }
}
/* line 19, sass/partials/_general.scss */
.wrapper.overflow {
  max-width: 1300px;
}
@media screen and (max-width: 81.25em) {
  /* line 23, sass/partials/_general.scss */
  .wrapper.overflow.padded {
    padding: 0 1em;
  }
}
/* line 29, sass/partials/_general.scss */
.wrapper.full {
  max-width: none;
}

/* line 34, sass/partials/_general.scss */
.border-after {
  display: flex;
  align-items: center;
}
/* line 38, sass/partials/_general.scss */
.border-after:after {
  content: '';
  border-bottom: 1px solid #ffffff;
  flex: 1 1 auto;
  margin-left: 1em;
}

/* line 46, sass/partials/_general.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: all 100ms ease-in;
  opacity: 0;
  visibility: hidden;
}

/* line 58, sass/partials/_general.scss */
.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
/* line 64, sass/partials/_general.scss */
.embed-container embed,
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 74, sass/partials/_general.scss */
#top-link {
  font-family: "OpenSansCondensed-Light";
  text-align: center;
  cursor: pointer;
  color: #fff;
  display: none;
  position: fixed;
  bottom: 4%;
  right: 3%;
  padding: 0.1em 0.6em 0.6em;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  z-index: 99;
  transition: background-color 100ms ease-in;
}
@media screen and (max-width: 56.25em) {
  /* line 74, sass/partials/_general.scss */
  #top-link {
    display: none !important;
  }
}
/* line 93, sass/partials/_general.scss */
#top-link i {
  font-size: 1.4em;
}
/* line 97, sass/partials/_general.scss */
#top-link span {
  display: block;
  font-size: 0.9em;
  line-height: 0.8em;
}
/* line 103, sass/partials/_general.scss */
#top-link:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* line 108, sass/partials/_general.scss */
.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1em;
}
/* line 115, sass/partials/_general.scss */
.pagination a {
  color: #0072bc;
  padding: 0.5em;
  display: inline-block;
}
/* line 121, sass/partials/_general.scss */
.pagination span {
  padding: 0.5em;
  display: inline-block;
}
/* line 126, sass/partials/_general.scss */
.pagination .current {
  font-family: "OpenSans-SemiBold";
}
/* line 130, sass/partials/_general.scss */
.pagination .disabled {
  color: #cccccc;
}

/* line 139, sass/partials/_general.scss */
.login #login h1 a {
  background: url("images/logo.png") center no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 100%;
  height: 60px;
}
/* line 146, sass/partials/_general.scss */
.login #login h1 a:focus {
  box-shadow: none;
}
/* line 152, sass/partials/_general.scss */
.login #login #loginform {
  padding: 1.5em;
}
/* line 155, sass/partials/_general.scss */
.login #login #loginform label {
  font-size: 1em;
}
/* line 163, sass/partials/_general.scss */
.login #login #loginform #wp-submit {
  text-shadow: none;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0.5em 1.5em;
  min-width: auto;
  outline: 0;
  box-shadow: none;
  height: auto;
  line-height: 1em;
}
/* line 174, sass/partials/_general.scss */
.login #login #loginform #wp-submit:focus {
  box-shadow: none;
}
/* line 180, sass/partials/_general.scss */
.login #login #nav,
.login #login #backtoblog {
  text-align: center;
  font-size: 1em;
}

/* line 193, sass/partials/_general.scss */
.ui-datepicker-calendar a {
  transition: none;
}

/* line 2, sass/partials/_header.scss */
#header .alert-bar {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.8em 0;
  background: #58a34b;
}
/* line 9, sass/partials/_header.scss */
#header .alert-bar .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/* line 15, sass/partials/_header.scss */
#header .alert-bar .wrapper span {
  flex: 1 1 auto;
}
/* line 18, sass/partials/_header.scss */
#header .alert-bar .wrapper span a {
  color: #ffffff;
  text-decoration: underline;
}
/* line 24, sass/partials/_header.scss */
#header .alert-bar .wrapper i {
  margin-left: auto;
  font-size: 1.4em;
  cursor: pointer;
}
/* line 32, sass/partials/_header.scss */
#header .nav-wrap {
  background: #2c4c4c;
}
@media screen and (max-width: 46.875em) {
  /* line 32, sass/partials/_header.scss */
  #header .nav-wrap {
    background: #0072bc;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    color: #ffffff;
  }
}
/* line 45, sass/partials/_header.scss */
#header .nav-wrap .mobile-nav {
  display: none;
}
/* line 49, sass/partials/_header.scss */
#header .nav-wrap .mobile-nav-wrap {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  text-transform: uppercase;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 46.875em) {
  /* line 49, sass/partials/_header.scss */
  #header .nav-wrap .mobile-nav-wrap {
    display: flex;
  }
}
/* line 61, sass/partials/_header.scss */
#header .nav-wrap .mobile-nav-wrap a {
  color: #ffffff;
}
/* line 66, sass/partials/_header.scss */
#header .nav-wrap .mobile-nav-wrap .social a {
  margin-right: 1em;
  font-size: 1.2em;
}
/* line 72, sass/partials/_header.scss */
#header .nav-wrap .mobile-nav-wrap .nav-handle {
  display: flex;
  align-items: center;
}
/* line 76, sass/partials/_header.scss */
#header .nav-wrap .mobile-nav-wrap .nav-handle i {
  font-size: 2em;
  margin-left: 0.5em;
}
/* line 83, sass/partials/_header.scss */
#header .nav-wrap .main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 46.875em) {
  /* line 83, sass/partials/_header.scss */
  #header .nav-wrap .main-nav {
    display: none;
  }
}
/* line 92, sass/partials/_header.scss */
#header .nav-wrap .main-nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 97, sass/partials/_header.scss */
#header .nav-wrap .main-nav > ul > li {
  position: relative;
  margin: 0 0.5em;
}
@media screen and (max-width: 56.25em) {
  /* line 97, sass/partials/_header.scss */
  #header .nav-wrap .main-nav > ul > li {
    margin: 0;
  }
}
/* line 105, sass/partials/_header.scss */
#header .nav-wrap .main-nav > ul > li > a {
  color: #ffffff;
  padding: 0.6em 1em;
  text-transform: uppercase;
  font-family: "OpenSansCondensed-Bold";
  border-top: 7px solid #2c4c4c;
  border-bottom: 7px solid #2c4c4c;
}
@media screen and (max-width: 56.25em) {
  /* line 105, sass/partials/_header.scss */
  #header .nav-wrap .main-nav > ul > li > a {
    padding: 0.4em 0.8em;
  }
}
/* line 119, sass/partials/_header.scss */
#header .nav-wrap .main-nav > ul > li:hover > a {
  border-bottom: 7px solid #ea3f3f;
}
/* line 123, sass/partials/_header.scss */
#header .nav-wrap .main-nav > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
/* line 130, sass/partials/_header.scss */
#header .nav-wrap .main-nav > ul > li.current-menu-item > a {
  border-bottom: 7px solid #ea3f3f;
}
/* line 135, sass/partials/_header.scss */
#header .nav-wrap .main-nav > ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 100ms ease-in;
  background: #f6fdff;
  font-size: 0.9em;
  line-height: 1.2em;
}
/* line 148, sass/partials/_header.scss */
#header .nav-wrap .main-nav > ul > li .sub-menu.nav-shift {
  left: auto;
  right: 0;
  text-align: right;
}
/* line 155, sass/partials/_header.scss */
#header .nav-wrap .main-nav > ul > li .sub-menu li a {
  display: block;
  padding: 0.6em;
  border-top: 1px solid #cccccc;
}
/* line 160, sass/partials/_header.scss */
#header .nav-wrap .main-nav > ul > li .sub-menu li a:hover {
  color: #ffffff;
  background: #0072bc;
}
/* line 167, sass/partials/_header.scss */
#header .nav-wrap .main-nav > ul > li .sub-menu li:first-child a {
  border-top: none;
}
/* line 176, sass/partials/_header.scss */
#header .nav-wrap .main-nav .placeholder {
  width: 120px;
}
@media screen and (max-width: 65.625em) {
  /* line 176, sass/partials/_header.scss */
  #header .nav-wrap .main-nav .placeholder {
    display: none;
  }
}
/* line 185, sass/partials/_header.scss */
#header .nav-wrap .main-nav .social a {
  color: #ffffff;
  font-size: 1.2em;
  padding: 0.5em;
}
/* line 194, sass/partials/_header.scss */
#header .logo-wrap {
  padding: 1em 0;
}
@media screen and (max-width: 46.875em) {
  /* line 194, sass/partials/_header.scss */
  #header .logo-wrap {
    text-align: center;
    padding: 2em 0;
  }
}
/* line 203, sass/partials/_header.scss */
#header .header-bottom-bar {
  background: rgba(40, 84, 143, 0.9);
  color: #ffffff;
  font-size: 0.8em;
}
/* line 216, sass/partials/_header.scss */
#header .header-bottom-bar.home {
  background: none;
}
/* line 219, sass/partials/_header.scss */
#header .header-bottom-bar.home > .wrapper {
  background: rgba(40, 84, 143, 0.9);
}
/* line 224, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 65.625em) {
  /* line 224, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 224, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper {
    flex-direction: column-reverse;
  }
}
/* line 237, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
}
/* line 243, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div {
  height: 40px;
  display: flex;
  align-items: center;
}
/* line 248, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div.time-weather {
  padding: 0 1em;
}
@media screen and (max-width: 46.875em) {
  /* line 248, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper .left > div.time-weather {
    display: none;
  }
}
/* line 255, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div.time-weather i {
  margin-right: 0.5em;
}
/* line 259, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div.time-weather a {
  color: #ffffff;
}
/* line 262, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div.time-weather a img {
  height: 30px;
  margin: 0 0.5em 0 1em;
}
/* line 268, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div.time-weather sup {
  margin-right: 1em;
}
/* line 273, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div.on-air-wrap {
  position: relative;
  margin: 0 1em;
  width: 350px;
  justify-content: center;
  text-transform: uppercase;
}
@media screen and (max-width: 71.875em) {
  /* line 273, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper .left > div.on-air-wrap {
    width: 300px;
  }
}
@media screen and (max-width: 65.625em) {
  /* line 273, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper .left > div.on-air-wrap {
    width: 350px;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 273, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper .left > div.on-air-wrap {
    width: 100%;
    height: auto;
    padding: 0.2em 0 0;
  }
}
/* line 294, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div.on-air-wrap i {
  font-size: 1.4em;
  margin-right: 0.3em;
}
/* line 299, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div.on-air-wrap .on-air {
  position: relative;
  display: flex;
  align-items: center;
}
/* line 304, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div.on-air-wrap .on-air .on-air-info {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
/* line 310, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div.on-air-wrap .on-air .marquee-wrap {
  overflow: hidden;
  position: relative;
  width: 200px;
  margin-left: 0.5em;
}
/* line 318, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .left > div.on-air-wrap .on-air-image {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 90px;
  width: 260px;
}
@media screen and (max-width: 46.875em) {
  /* line 318, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper .left > div.on-air-wrap .on-air-image {
    display: none;
  }
}
/* line 333, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .right {
  width: 380px;
  position: relative;
}
@media screen and (max-width: 65.625em) {
  /* line 333, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper .right {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    width: auto;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 333, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper .right {
    position: static;
  }
}
/* line 349, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .right .button-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ea3f3f;
  color: #ffffff;
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 65.625em) {
  /* line 349, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper .right .button-wrap {
    position: static;
    justify-content: flex-end;
  }
}
/* line 366, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .right .button-wrap > a {
  font-size: 1.2em;
  padding: 0.5em 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 65.625em) {
  /* line 366, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper .right .button-wrap > a {
    font-size: 1em;
    padding: 0.2em 1.3em;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 366, sass/partials/_header.scss */
  #header .header-bottom-bar > .wrapper .right .button-wrap > a {
    width: 50%;
    padding: 0.3em;
  }
}
/* line 386, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .right .button-wrap > a:hover span,
#header .header-bottom-bar > .wrapper .right .button-wrap > a:hover i {
  transform: scale(1.05);
}
/* line 392, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .right .button-wrap > a span,
#header .header-bottom-bar > .wrapper .right .button-wrap > a i {
  transition: all 100ms ease-in;
}
/* line 397, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .right .button-wrap > a i {
  font-size: 1.3em;
  margin-right: 0.5em;
}
/* line 402, sass/partials/_header.scss */
#header .header-bottom-bar > .wrapper .right .button-wrap > a.listen-live {
  border-right: 1px solid #ffffff;
}

/* line 1, sass/partials/_footer.scss */
#footer {
  background: #212121;
  color: #ffffff;
  font-family: "OpenSansCondensed-Light";
  text-transform: uppercase;
}
@media screen and (max-width: 46.875em) {
  /* line 1, sass/partials/_footer.scss */
  #footer {
    padding-bottom: 64px;
  }
}
/* line 11, sass/partials/_footer.scss */
#footer a {
  color: #ffffff;
}
/* line 15, sass/partials/_footer.scss */
#footer .pre-footer {
  background: #0072bc;
  padding: 1em 0;
}
/* line 19, sass/partials/_footer.scss */
#footer .pre-footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 62.5em) {
  /* line 19, sass/partials/_footer.scss */
  #footer .pre-footer .wrapper {
    justify-content: center;
  }
}
/* line 29, sass/partials/_footer.scss */
#footer .pre-footer .wrapper .left,
#footer .pre-footer .wrapper .right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 62.5em) {
  /* line 29, sass/partials/_footer.scss */
  #footer .pre-footer .wrapper .left,
  #footer .pre-footer .wrapper .right {
    justify-content: center;
  }
}
/* line 39, sass/partials/_footer.scss */
#footer .pre-footer .wrapper .left a,
#footer .pre-footer .wrapper .right a {
  margin-left: 2em;
}
/* line 42, sass/partials/_footer.scss */
#footer .pre-footer .wrapper .left a:first-child,
#footer .pre-footer .wrapper .right a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 62.5em) {
  /* line 39, sass/partials/_footer.scss */
  #footer .pre-footer .wrapper .left a,
  #footer .pre-footer .wrapper .right a {
    margin: 0.5em 1em;
  }
}
/* line 50, sass/partials/_footer.scss */
#footer .pre-footer .wrapper .left a i,
#footer .pre-footer .wrapper .right a i {
  margin-right: 0.5em;
}
/* line 57, sass/partials/_footer.scss */
#footer .pre-footer .wrapper .right a {
  text-decoration: underline;
}
/* line 64, sass/partials/_footer.scss */
#footer .footer-main {
  padding: 2em 0;
}
/* line 67, sass/partials/_footer.scss */
#footer .footer-main .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 75em) {
  /* line 67, sass/partials/_footer.scss */
  #footer .footer-main .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 75em) {
  /* line 77, sass/partials/_footer.scss */
  #footer .footer-main .wrapper .left,
  #footer .footer-main .wrapper .right {
    width: 100%;
  }
}
/* line 85, sass/partials/_footer.scss */
#footer .footer-main .wrapper .left ul li a,
#footer .footer-main .wrapper .right ul li a {
  padding: 1em;
}
@media screen and (max-width: 75em) {
  /* line 85, sass/partials/_footer.scss */
  #footer .footer-main .wrapper .left ul li a,
  #footer .footer-main .wrapper .right ul li a {
    padding: 0.3em 1em;
  }
  /* line 91, sass/partials/_footer.scss */
  #footer .footer-main .wrapper .left ul li a:first-child,
  #footer .footer-main .wrapper .right ul li a:first-child {
    padding: 0.3em 1em;
  }
}
/* line 101, sass/partials/_footer.scss */
#footer .footer-main .wrapper .left ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 75em) {
  /* line 101, sass/partials/_footer.scss */
  #footer .footer-main .wrapper .left ul {
    justify-content: center;
  }
}
/* line 113, sass/partials/_footer.scss */
#footer .footer-main .wrapper .left ul li:first-child a {
  padding-left: 0;
}
/* line 121, sass/partials/_footer.scss */
#footer .footer-main .wrapper .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 75em) {
  /* line 121, sass/partials/_footer.scss */
  #footer .footer-main .wrapper .center {
    margin: 1em 0;
  }
}
/* line 131, sass/partials/_footer.scss */
#footer .footer-main .wrapper .center img {
  margin-bottom: 2em;
}
@media screen and (max-width: 75em) {
  /* line 131, sass/partials/_footer.scss */
  #footer .footer-main .wrapper .center img {
    margin-bottom: 1em;
  }
}
/* line 139, sass/partials/_footer.scss */
#footer .footer-main .wrapper .center .copyright {
  border-top: 1px solid #ffffff;
  padding: 1em 0;
}
/* line 146, sass/partials/_footer.scss */
#footer .footer-main .wrapper .right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 75em) {
  /* line 146, sass/partials/_footer.scss */
  #footer .footer-main .wrapper .right ul {
    justify-content: center;
  }
}
/* line 158, sass/partials/_footer.scss */
#footer .footer-main .wrapper .right ul li:last-child a {
  padding-right: 0;
}

/* line 1, sass/partials/_sidebar.scss */
.sidebar {
  width: 280px;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin-top: -5em;
  flex: 0 0 auto;
}
@media screen and (max-width: 65.625em) {
  /* line 1, sass/partials/_sidebar.scss */
  .sidebar {
    margin-top: 0;
  }
}
@media screen and (max-width: 56.25em) {
  /* line 1, sass/partials/_sidebar.scss */
  .sidebar {
    width: 100%;
  }
}
/* line 17, sass/partials/_sidebar.scss */
.sidebar .sidebar-primary .sidebar-title {
  color: #0072bc;
  padding: 0.8em 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 65.625em) {
  /* line 17, sass/partials/_sidebar.scss */
  .sidebar .sidebar-primary .sidebar-title {
    padding-top: 0;
  }
}
@media screen and (max-width: 56.25em) {
  /* line 17, sass/partials/_sidebar.scss */
  .sidebar .sidebar-primary .sidebar-title {
    padding-top: 1em;
    border-top: 5px solid #f5f5f5;
  }
}
/* line 32, sass/partials/_sidebar.scss */
.sidebar .sidebar-primary .sidebar-link-list {
  margin-bottom: 1.5em;
}
/* line 35, sass/partials/_sidebar.scss */
.sidebar .sidebar-primary .sidebar-link-list a {
  display: block;
  padding: 0.2em 1.5em;
  text-transform: uppercase;
}
/* line 40, sass/partials/_sidebar.scss */
.sidebar .sidebar-primary .sidebar-link-list a:hover {
  background: #f5f5f5;
}
/* line 47, sass/partials/_sidebar.scss */
.sidebar .sidebar-section {
  padding: 1.5em 1em;
  border-top: 5px solid #f5f5f5;
  text-align: center;
}
/* line 52, sass/partials/_sidebar.scss */
.sidebar .sidebar-section .sidebar-cta-text {
  color: #0072bc;
}
/* line 56, sass/partials/_sidebar.scss */
.sidebar .sidebar-section .sidebar-cta-link {
  display: block;
}

/* line 2, sass/partials/_templates.scss */
.home .splash {
  display: flex;
}
@media screen and (max-width: 65.625em) {
  /* line 2, sass/partials/_templates.scss */
  .home .splash {
    display: block;
  }
}
/* line 9, sass/partials/_templates.scss */
.home .splash .left {
  position: relative;
  flex: 1 1 auto;
}
/* line 13, sass/partials/_templates.scss */
.home .splash .left .featured-image-link {
  display: block;
}
/* line 17, sass/partials/_templates.scss */
.home .splash .left .featured-image-link:hover .overlay {
  visibility: visible;
  opacity: 1;
}
/* line 23, sass/partials/_templates.scss */
.home .splash .left .featured-image-link .overlay {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4em;
  text-transform: uppercase;
}
/* line 33, sass/partials/_templates.scss */
.home .splash .left .featured-image-link i {
  margin-left: 0.5em;
}
/* line 38, sass/partials/_templates.scss */
.home .splash .left img {
  width: 100%;
}
/* line 43, sass/partials/_templates.scss */
.home .splash .right {
  width: 380px;
}
@media screen and (max-width: 65.625em) {
  /* line 43, sass/partials/_templates.scss */
  .home .splash .right {
    width: 100%;
  }
}
/* line 50, sass/partials/_templates.scss */
.home .splash .right .featured-links {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  font-family: "OpenSansCondensed-Bold";
  font-size: 1.4em;
}
/* line 57, sass/partials/_templates.scss */
.home .splash .right .featured-links .featured-link-wrap {
  width: 100%;
}
@media screen and (max-width: 65.625em) {
  /* line 57, sass/partials/_templates.scss */
  .home .splash .right .featured-links .featured-link-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 57, sass/partials/_templates.scss */
  .home .splash .right .featured-links .featured-link-wrap {
    width: 100%;
  }
}
/* line 68, sass/partials/_templates.scss */
.home .splash .right .featured-links .featured-link-wrap a {
  position: relative;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
@media screen and (max-width: 65.625em) {
  /* line 68, sass/partials/_templates.scss */
  .home .splash .right .featured-links .featured-link-wrap a {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 68, sass/partials/_templates.scss */
  .home .splash .right .featured-links .featured-link-wrap a {
    padding: 1.5em 1em;
  }
}
/* line 82, sass/partials/_templates.scss */
.home .splash .right .featured-links .featured-link-wrap a .featured-link-info {
  visibility: visible;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em;
}
/* line 91, sass/partials/_templates.scss */
.home .splash .right .featured-links .featured-link-wrap a .featured-link-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 97, sass/partials/_templates.scss */
.home .splash .right .featured-links .featured-link-wrap a:hover .featured-link-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
}
/* line 107, sass/partials/_templates.scss */
.home .secondary-cta-wrap {
  margin-top: -4em;
  padding: 7em 0 3em;
  background: url("images/home-secondary-cta.jpg") top center no-repeat;
  background-size: cover;
}
/* line 113, sass/partials/_templates.scss */
.home .secondary-cta-wrap .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 56.25em) {
  /* line 113, sass/partials/_templates.scss */
  .home .secondary-cta-wrap .wrapper {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 113, sass/partials/_templates.scss */
  .home .secondary-cta-wrap .wrapper {
    flex-direction: column;
    font-size: 1em;
    align-items: center;
  }
}
/* line 127, sass/partials/_templates.scss */
.home .secondary-cta-wrap .wrapper .secondary-cta {
  max-width: 30%;
  text-align: center;
}
@media screen and (max-width: 46.875em) {
  /* line 127, sass/partials/_templates.scss */
  .home .secondary-cta-wrap .wrapper .secondary-cta {
    max-width: 600px;
    margin-top: 3em;
  }
  /* line 135, sass/partials/_templates.scss */
  .home .secondary-cta-wrap .wrapper .secondary-cta:first-child {
    margin-top: 0;
  }
}
/* line 140, sass/partials/_templates.scss */
.home .secondary-cta-wrap .wrapper .secondary-cta h3 {
  color: #ea3f3f;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 46.875em) {
  /* line 140, sass/partials/_templates.scss */
  .home .secondary-cta-wrap .wrapper .secondary-cta h3 {
    margin-bottom: 0.4em;
  }
}
/* line 150, sass/partials/_templates.scss */
.home .secondary-cta-wrap .wrapper .secondary-cta p {
  margin-bottom: 1.8em;
}
@media screen and (max-width: 46.875em) {
  /* line 150, sass/partials/_templates.scss */
  .home .secondary-cta-wrap .wrapper .secondary-cta p {
    margin-bottom: 1em;
  }
}
/* line 161, sass/partials/_templates.scss */
.home .programs-cta-wrap {
  background: #0072bc;
  padding: 2em 0;
  color: #ffffff;
}
/* line 166, sass/partials/_templates.scss */
.home .programs-cta-wrap .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 53.125em) {
  /* line 166, sass/partials/_templates.scss */
  .home .programs-cta-wrap .wrapper {
    flex-direction: column;
  }
}
/* line 174, sass/partials/_templates.scss */
.home .programs-cta-wrap .wrapper > div {
  width: 47%;
}
@media screen and (max-width: 53.125em) {
  /* line 174, sass/partials/_templates.scss */
  .home .programs-cta-wrap .wrapper > div {
    width: 100%;
  }
}
/* line 182, sass/partials/_templates.scss */
.home .programs-cta-wrap .wrapper .border-after {
  font-size: 1.8em;
  color: #ffffff;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 53.125em) {
  /* line 188, sass/partials/_templates.scss */
  .home .programs-cta-wrap .wrapper .left {
    margin-bottom: 2em;
  }
}
/* line 193, sass/partials/_templates.scss */
.home .programs-cta-wrap .wrapper .left .program-link-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 2em;
}
/* line 199, sass/partials/_templates.scss */
.home .programs-cta-wrap .wrapper .left .program-link-wrap .program-link {
  width: 48%;
  height: 70px;
  margin: 0.1em 0;
  color: #ffffff;
  font-family: "OpenSansCondensed-Bold";
  font-size: 1.4em;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 65.625em) {
  /* line 199, sass/partials/_templates.scss */
  .home .programs-cta-wrap .wrapper .left .program-link-wrap .program-link {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 31.25em) {
  /* line 199, sass/partials/_templates.scss */
  .home .programs-cta-wrap .wrapper .left .program-link-wrap .program-link {
    width: 100%;
  }
}
/* line 218, sass/partials/_templates.scss */
.home .programs-cta-wrap .wrapper .left .program-link-wrap .program-link .overlay {
  visibility: visible;
}
/* line 222, sass/partials/_templates.scss */
.home .programs-cta-wrap .wrapper .left .program-link-wrap .program-link .program-info {
  opacity: 1;
  display: flex;
  align-items: center;
  padding: 0 1em;
}
/* line 230, sass/partials/_templates.scss */
.home .programs-cta-wrap .wrapper .left .program-link-wrap .program-link:hover .program-info-overlay {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
/* line 241, sass/partials/_templates.scss */
.home .programs-cta-wrap .wrapper .right img {
  width: 100%;
}
/* line 248, sass/partials/_templates.scss */
.home .posts-wrap {
  padding: 3em 0 2em;
}
/* line 251, sass/partials/_templates.scss */
.home .posts-wrap .post-list-title {
  color: #0072bc;
  margin-bottom: 0.8em;
}
/* line 256, sass/partials/_templates.scss */
.home .posts-wrap .post-grid-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 261, sass/partials/_templates.scss */
.home .posts-wrap .post-grid-wrap .post-item {
  width: 23%;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 56.25em) {
  /* line 261, sass/partials/_templates.scss */
  .home .posts-wrap .post-grid-wrap .post-item {
    width: 48%;
  }
}
@media screen and (max-width: 31.25em) {
  /* line 261, sass/partials/_templates.scss */
  .home .posts-wrap .post-grid-wrap .post-item {
    width: 100%;
  }
}
/* line 274, sass/partials/_templates.scss */
.home .posts-wrap .post-grid-wrap .post-item .post-image {
  height: 170px;
  position: relative;
  margin-bottom: 0.5em;
  display: block;
}
@media screen and (max-width: 31.25em) {
  /* line 274, sass/partials/_templates.scss */
  .home .posts-wrap .post-grid-wrap .post-item .post-image {
    margin-bottom: 0.5em;
  }
}
/* line 285, sass/partials/_templates.scss */
.home .posts-wrap .post-grid-wrap .post-item .post-image:hover .overlay {
  visibility: visible;
  opacity: 1;
}
/* line 291, sass/partials/_templates.scss */
.home .posts-wrap .post-grid-wrap .post-item .post-image .overlay {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #ffffff;
  font-size: 1.4em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 302, sass/partials/_templates.scss */
.home .posts-wrap .post-grid-wrap .post-item .post-image .post-category {
  position: absolute;
  top: 0;
  left: 0;
  color: #ea3f3f;
  background: #ffffff;
  padding: 0.7em 0.8em;
  font-family: "OpenSansCondensed-Light";
  text-transform: uppercase;
  font-size: 1.1em;
}
/* line 315, sass/partials/_templates.scss */
.home .posts-wrap .post-grid-wrap .post-item .post-title {
  font-size: 1.2em;
  padding: 0.5em;
}
/* line 322, sass/partials/_templates.scss */
.home .posts-wrap .view-all {
  border-bottom: 1px solid #aaaaaa;
  padding: 2em 0;
  text-align: center;
}
/* line 329, sass/partials/_templates.scss */
.home .business-underwriters-wrap {
  padding: 2em 0;
  text-align: center;
}
/* line 333, sass/partials/_templates.scss */
.home .business-underwriters-wrap .business-underwriters-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2em 0;
}
/* line 339, sass/partials/_templates.scss */
.home .business-underwriters-wrap .business-underwriters-grid .business-underwriter-item {
  max-width: 350px;
  max-height: 100px;
  margin: 0.5em;
}

/* line 348, sass/partials/_templates.scss */
#main {
  background: rgba(255, 255, 255, 0.2);
}
/* line 351, sass/partials/_templates.scss */
#main .page-title-wrap {
  background: #2c4c4c;
  padding: 1.5em 0;
}
/* line 355, sass/partials/_templates.scss */
#main .page-title-wrap .wrapper {
  display: flex;
  justify-content: space-between;
}
/* line 359, sass/partials/_templates.scss */
#main .page-title-wrap .wrapper .left {
  flex: 1 1 auto;
}
/* line 362, sass/partials/_templates.scss */
#main .page-title-wrap .wrapper .left .page-title {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "OpenSans-SemiBold";
}
/* line 370, sass/partials/_templates.scss */
#main .page-title-wrap .wrapper .right {
  width: 280px;
}
@media screen and (max-width: 46.875em) {
  /* line 370, sass/partials/_templates.scss */
  #main .page-title-wrap .wrapper .right {
    display: none;
  }
}
/* line 380, sass/partials/_templates.scss */
#main .page-content-wrap {
  padding: 2em 0 4em;
}
/* line 383, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 56.25em) {
  /* line 383, sass/partials/_templates.scss */
  #main .page-content-wrap > .wrapper {
    flex-direction: column;
  }
}
/* line 391, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content {
  flex: 1 1 100%;
  padding-right: 2em;
}
@media screen and (max-width: 56.25em) {
  /* line 391, sass/partials/_templates.scss */
  #main .page-content-wrap > .wrapper .page-content {
    flex: 1 1 auto;
    margin-bottom: 2em;
    padding-right: 0;
  }
}
/* line 402, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-list .post-item {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
}
/* line 407, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-content-wrap {
  display: flex;
}
@media screen and (max-width: 37.5em) {
  /* line 407, sass/partials/_templates.scss */
  #main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-content-wrap {
    flex-direction: column;
  }
}
/* line 414, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-content-wrap.even {
  flex-direction: row-reverse;
}
@media screen and (max-width: 37.5em) {
  /* line 414, sass/partials/_templates.scss */
  #main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-content-wrap.even {
    flex-direction: column;
  }
}
/* line 422, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-content-wrap .post-image {
  width: 45%;
  height: 230px;
  flex: 0 0 auto;
}
@media screen and (max-width: 37.5em) {
  /* line 422, sass/partials/_templates.scss */
  #main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-content-wrap .post-image {
    width: 100%;
    height: 160px;
  }
}
/* line 433, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-content-wrap .post-content {
  flex: 1 1 100%;
  padding: 1em 1em 1em 1.5em;
}
/* line 438, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-content-wrap .post-content .post-title a {
  color: #0072bc;
}
/* line 445, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-meta-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 28.125em) {
  /* line 445, sass/partials/_templates.scss */
  #main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-meta-wrap {
    flex-direction: column;
  }
}
/* line 455, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-meta-wrap .date {
  padding: 0.5em 1em;
  color: #666666;
}
/* line 459, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-meta-wrap .date span {
  color: #111d1d;
}
/* line 464, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-meta-wrap .read-more {
  font-family: "OpenSansCondensed-Bold";
  background: #ea3f3f;
  color: #ffffff;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 28.125em) {
  /* line 464, sass/partials/_templates.scss */
  #main .page-content-wrap > .wrapper .page-content .post-list .post-item .post-meta-wrap .read-more {
    width: 100%;
    text-align: center;
  }
}
/* line 479, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-list .post-list-ad {
  margin-bottom: 2em;
  display: block;
  text-align: center;
}
@media screen and (max-width: 37.5em) {
  /* line 479, sass/partials/_templates.scss */
  #main .page-content-wrap > .wrapper .page-content .post-list .post-list-ad {
    display: none;
  }
}
/* line 490, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination {
  background: #0072bc;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4em 0 2em;
}
/* line 498, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination.single-post {
  justify-content: space-between;
}
/* line 501, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination.single-post span {
  padding: 0;
}
/* line 506, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination.single-program {
  background: none;
}
/* line 509, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination.single-program span {
  flex: 1 1 100%;
  padding: 0;
}
/* line 513, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination.single-program span.next, #main .page-content-wrap > .wrapper .page-content .post-pagination.single-program span.prev {
  font-size: 1em;
}
/* line 518, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination.single-program span a {
  color: #ea3f3f;
  text-transform: uppercase;
}
/* line 525, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination a {
  color: #ffffff;
  padding: 0.5em;
}
/* line 530, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination span {
  color: rgba(255, 255, 255, 0.4);
  padding: 0.5em;
}
/* line 535, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination .page-numbers {
  flex: 1 1 100%;
  text-align: center;
}
/* line 540, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination .prev,
#main .page-content-wrap > .wrapper .page-content .post-pagination .next {
  flex: 0 0 auto;
  font-size: 1.2em;
}
/* line 546, sass/partials/_templates.scss */
#main .page-content-wrap > .wrapper .page-content .post-pagination .next {
  text-align: right;
}

/* line 557, sass/partials/_templates.scss */
.single .page-content .date {
  margin: -1em 0 1em;
}
/* line 561, sass/partials/_templates.scss */
.single .page-content .featured-image {
  float: left;
  margin: 0 2em 1em 0;
}
@media screen and (max-width: 31.25em) {
  /* line 561, sass/partials/_templates.scss */
  .single .page-content .featured-image {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
}
/* line 572, sass/partials/_templates.scss */
.single .page-content .share-bar {
  margin-top: 4em;
}

/* line 579, sass/partials/_templates.scss */
.nessie-page .nes-filter-wrap {
  background: #ffffff;
  margin-bottom: 1em;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
/* line 584, sass/partials/_templates.scss */
.nessie-page .nes-filter-wrap .nes-filter-toggle {
  color: #ea3f3f;
}
/* line 589, sass/partials/_templates.scss */
.nessie-page .nes-when-where-overlay {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
/* line 594, sass/partials/_templates.scss */
.nessie-page .nes-single-event-content .nes-event-title {
  color: #2c4c4c !important;
  margin-bottom: 1em;
}
/* line 599, sass/partials/_templates.scss */
.nessie-page .nes-single-event-content .nes-when-where {
  color: #111d1d;
}
/* line 602, sass/partials/_templates.scss */
.nessie-page .nes-single-event-content .nes-when-where .nes-when {
  color: #2c4c4c;
  font-family: "OpenSansCondensed-Bold";
  font-size: 1.3em;
}
/* line 608, sass/partials/_templates.scss */
.nessie-page .nes-single-event-content .nes-when-where strong {
  display: none;
}
/* line 613, sass/partials/_templates.scss */
.nessie-page .nes-single-event-content .nes-section-title {
  display: none;
}
/* line 620, sass/partials/_templates.scss */
.nessie-page .nes-event-form-wrap li:before {
  display: none;
}

/* line 629, sass/partials/_templates.scss */
#main .template-programming-guide .page-content-wrap {
  padding: 2em 0;
}
/* line 632, sass/partials/_templates.scss */
#main .template-programming-guide .page-content-wrap .page-content {
  padding: 0;
}
/* line 638, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .before-guide {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
  font-family: "OpenSans-SemiBold";
}
@media screen and (max-width: 46.875em) {
  /* line 638, sass/partials/_templates.scss */
  #main .template-programming-guide .programming-guide-wrap .before-guide {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 649, sass/partials/_templates.scss */
  #main .template-programming-guide .programming-guide-wrap .before-guide .left {
    margin-bottom: 0.5em;
  }
}
/* line 655, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .before-guide .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
}
/* line 661, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .before-guide .right .timezone-selector-title {
  color: #2c4c4c;
  margin-right: 1em;
}
@media screen and (max-width: 25em) {
  /* line 661, sass/partials/_templates.scss */
  #main .template-programming-guide .programming-guide-wrap .before-guide .right .timezone-selector-title {
    display: none;
  }
}
/* line 670, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .before-guide .right .timezone-selector {
  display: flex;
}
/* line 673, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .before-guide .right .timezone-selector span {
  border: 1px solid #3c669d;
  background: #ffffff;
  color: #3c669d;
  padding: 0.3em 1em;
  margin: 0;
  cursor: pointer;
}
/* line 681, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .before-guide .right .timezone-selector span.active {
  cursor: inherit;
  background: #3c669d;
  color: #ffffff;
}
/* line 692, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav {
  background: #3c669d;
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "OpenSansCondensed-Bold";
  margin-bottom: 0.2em;
}
/* line 702, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav .previous-day,
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav .next-day {
  display: none;
  padding: 0.5em 1em;
  cursor: pointer;
}
/* line 710, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav.mobile .previous-day,
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav.mobile .next-day {
  flex: 0 0 auto;
  display: block;
}
/* line 716, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav.mobile .day-viewport {
  flex: 1 1 100%;
  height: 41px;
  overflow: hidden;
}
/* line 721, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav.mobile .day-viewport .day-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 726, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav.mobile .day-viewport .day-wrap .day {
  flex: 1 1 100%;
  padding: 0.5em 0;
}
/* line 730, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav.mobile .day-viewport .day-wrap .day.active {
  transform: none;
  color: #ffffff;
  background: #3c669d;
  box-shadow: none;
}
/* line 741, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav .day-viewport {
  position: relative;
  flex: 1 1 auto;
  height: 100%;
}
/* line 746, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav .day-viewport .day-wrap {
  display: flex;
  justify-content: space-between;
}
/* line 751, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav .day-viewport .day-wrap .day {
  position: relative;
  padding: 0.8em 1.6em;
  margin: 0 1em;
  cursor: pointer;
  width: 13%;
  text-align: center;
}
@media screen and (max-width: 65.625em) {
  /* line 751, sass/partials/_templates.scss */
  #main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav .day-viewport .day-wrap .day {
    padding: 0.5em 1em;
    margin: 0;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 751, sass/partials/_templates.scss */
  #main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav .day-viewport .day-wrap .day {
    width: 100%;
  }
}
/* line 768, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-nav .day-viewport .day-wrap .day.active {
  cursor: inherit;
  transform: scale(1.1);
  background: #ffffff;
  color: #3c669d;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
/* line 780, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide {
  padding: 2em 0;
}
/* line 783, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 31.25em) {
  /* line 783, sass/partials/_templates.scss */
  #main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* line 793, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row .program-time {
  font-family: "OpenSansCondensed-Bold";
  text-transform: uppercase;
  padding: 0.5em 1em;
  text-align: right;
  width: 100px;
  flex: 0 0 auto;
}
@media screen and (max-width: 31.25em) {
  /* line 793, sass/partials/_templates.scss */
  #main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row .program-time {
    text-align: left;
    width: auto;
    padding: 0.5em 0 0;
  }
}
/* line 810, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row a.program:hover {
  background: #3c669d;
  color: #ffffff;
}
/* line 816, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row .program {
  flex: 1 1 auto;
  background: #d7e1e3;
  font-size: 1.2em;
  padding: 0.5em;
  text-align: center;
  color: #111d1d;
  font-family: "OpenSans-SemiBold";
  position: relative;
}
@media screen and (max-width: 65.625em) {
  /* line 816, sass/partials/_templates.scss */
  #main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row .program {
    padding: 0.5em;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 816, sass/partials/_templates.scss */
  #main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row .program {
    font-size: 1em;
  }
}
@media screen and (max-width: 31.25em) {
  /* line 816, sass/partials/_templates.scss */
  #main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row .program {
    width: 100%;
  }
}
/* line 838, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row .program span {
  font-size: 0.9em;
  margin-top: 0.2em;
  font-family: "OpenSans-Regular";
}
/* line 846, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row.now-live .program-time {
  color: #3c669d;
}
/* line 850, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row.now-live .program {
  color: #ffffff;
  padding: 5em 1em;
}
/* line 854, sass/partials/_templates.scss */
#main .template-programming-guide .programming-guide-wrap .programming-guide .day-guide .program-row.now-live .program .overlay {
  background: rgba(60, 102, 157, 0.9);
  visibility: visible;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 873, sass/partials/_templates.scss */
.template-staff-grid .staff-grid-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
/* line 879, sass/partials/_templates.scss */
.template-staff-grid .staff-grid-wrap .staff-member {
  display: block;
  width: 33%;
  padding: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 37.5em) {
  /* line 879, sass/partials/_templates.scss */
  .template-staff-grid .staff-grid-wrap .staff-member {
    width: 49%;
  }
}
@media screen and (max-width: 28.125em) {
  /* line 879, sass/partials/_templates.scss */
  .template-staff-grid .staff-grid-wrap .staff-member {
    width: 100%;
  }
}
/* line 893, sass/partials/_templates.scss */
.template-staff-grid .staff-grid-wrap .staff-member:hover {
  background: #0072bc;
  color: #ffffff;
}
/* line 897, sass/partials/_templates.scss */
.template-staff-grid .staff-grid-wrap .staff-member:hover .staff-name,
.template-staff-grid .staff-grid-wrap .staff-member:hover .staff-title {
  color: #ffffff;
}
/* line 903, sass/partials/_templates.scss */
.template-staff-grid .staff-grid-wrap .staff-member .staff-image {
  height: 230px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 68.75em) {
  /* line 903, sass/partials/_templates.scss */
  .template-staff-grid .staff-grid-wrap .staff-member .staff-image {
    height: 180px;
  }
}
@media screen and (max-width: 56.25em) {
  /* line 903, sass/partials/_templates.scss */
  .template-staff-grid .staff-grid-wrap .staff-member .staff-image {
    height: 230px;
  }
}
@media screen and (max-width: 43.75em) {
  /* line 903, sass/partials/_templates.scss */
  .template-staff-grid .staff-grid-wrap .staff-member .staff-image {
    height: 180px;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 903, sass/partials/_templates.scss */
  .template-staff-grid .staff-grid-wrap .staff-member .staff-image {
    height: 230px;
  }
}
@media screen and (max-width: 28.125em) {
  /* line 903, sass/partials/_templates.scss */
  .template-staff-grid .staff-grid-wrap .staff-member .staff-image {
    height: 280px;
  }
}
/* line 928, sass/partials/_templates.scss */
.template-staff-grid .staff-grid-wrap .staff-member .staff-name {
  color: #3c669d;
  margin-bottom: 0.2em;
  font-family: "OpenSansCondensed-Bold";
}
/* line 934, sass/partials/_templates.scss */
.template-staff-grid .staff-grid-wrap .staff-member .staff-title {
  color: #111d1d;
  font-family: "OpenSansCondensed-Light";
  display: inline-block;
}

/* line 944, sass/partials/_templates.scss */
.single-staff_member .staff-image-wrap {
  float: left;
  margin: 0 2em 1em 0;
  max-width: 250px;
}
@media screen and (max-width: 37.5em) {
  /* line 944, sass/partials/_templates.scss */
  .single-staff_member .staff-image-wrap {
    float: none;
    text-align: center;
    margin: 0 0 2em 0;
    max-width: none;
  }
}

/* line 959, sass/partials/_templates.scss */
.template-video-grid .video-grid-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
/* line 965, sass/partials/_templates.scss */
.template-video-grid .video-grid-wrap .video {
  width: 48%;
  display: block;
  margin-bottom: 3em;
  line-height: 1.4em;
}
@media screen and (max-width: 31.25em) {
  /* line 965, sass/partials/_templates.scss */
  .template-video-grid .video-grid-wrap .video {
    width: 100%;
    margin-bottom: 2em;
  }
}
/* line 977, sass/partials/_templates.scss */
.template-video-grid .video-grid-wrap .video:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}
/* line 982, sass/partials/_templates.scss */
.template-video-grid .video-grid-wrap .video .video-image-wrap {
  position: relative;
  margin-bottom: 1em;
}
/* line 986, sass/partials/_templates.scss */
.template-video-grid .video-grid-wrap .video .video-image-wrap .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}
/* line 993, sass/partials/_templates.scss */
.template-video-grid .video-grid-wrap .video .video-image-wrap .overlay i {
  color: #ffffff;
  font-size: 3em;
}

/* line 1004, sass/partials/_templates.scss */
.single-video .embed-container {
  margin-bottom: 1em;
}

/* line 1010, sass/partials/_templates.scss */
.single-program .program-details-wrap {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
@media screen and (max-width: 46.875em) {
  /* line 1010, sass/partials/_templates.scss */
  .single-program .program-details-wrap {
    display: block;
  }
}
/* line 1019, sass/partials/_templates.scss */
.single-program .program-details-wrap .left {
  flex: 1 1 50%;
}
@media screen and (max-width: 46.875em) {
  /* line 1019, sass/partials/_templates.scss */
  .single-program .program-details-wrap .left {
    flex: 1 1 100%;
  }
}
/* line 1027, sass/partials/_templates.scss */
.single-program .program-details-wrap .right {
  flex: 1 1 100%;
  padding: 1em;
}
/* line 1031, sass/partials/_templates.scss */
.single-program .program-details-wrap .right .details-title {
  color: #3c669d;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}
/* line 1037, sass/partials/_templates.scss */
.single-program .program-details-wrap .right .program-details {
  color: #2c4c4c;
}
/* line 1042, sass/partials/_templates.scss */
.single-program .program-details-wrap .right .program-social a {
  color: #3c669d;
  padding: 0.5em 0;
  margin-right: 1em;
}
/* line 1051, sass/partials/_templates.scss */
.single-program .program-hosts-list {
  margin: 2em 0;
}
/* line 1054, sass/partials/_templates.scss */
.single-program .program-hosts-list .program-host {
  display: flex;
  margin-bottom: 2em;
}
@media screen and (max-width: 28.125em) {
  /* line 1054, sass/partials/_templates.scss */
  .single-program .program-hosts-list .program-host {
    flex-direction: column;
    align-items: center;
  }
}
/* line 1063, sass/partials/_templates.scss */
.single-program .program-hosts-list .program-host .host-image {
  flex: 0 0 auto;
  width: 150px;
}
@media screen and (max-width: 46.875em) {
  /* line 1063, sass/partials/_templates.scss */
  .single-program .program-hosts-list .program-host .host-image {
    height: 150px;
  }
}
@media screen and (max-width: 28.125em) {
  /* line 1063, sass/partials/_templates.scss */
  .single-program .program-hosts-list .program-host .host-image {
    margin-bottom: 1em;
  }
}
/* line 1076, sass/partials/_templates.scss */
.single-program .program-hosts-list .program-host .host-info {
  flex: 1 1 100%;
  padding: 0.5em 0 0 1.5em;
}
@media screen and (max-width: 28.125em) {
  /* line 1076, sass/partials/_templates.scss */
  .single-program .program-hosts-list .program-host .host-info {
    flex: 1 1 auto;
    width: 100%;
    padding: 0;
  }
}
/* line 1086, sass/partials/_templates.scss */
.single-program .program-hosts-list .program-host .host-info .host-name {
  color: #3c669d;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.5em;
}
/* line 1093, sass/partials/_templates.scss */
.single-program .program-hosts-list .program-host .host-info .simplified-button {
  margin-bottom: 0;
  font-size: 1em;
}
/* line 1101, sass/partials/_templates.scss */
.single-program .program-link-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 2em 0;
}
/* line 1108, sass/partials/_templates.scss */
.single-program .program-link-grid .program-link {
  width: 32%;
  height: 150px;
  margin-bottom: 1em;
}
@media screen and (max-width: 37.5em) {
  /* line 1108, sass/partials/_templates.scss */
  .single-program .program-link-grid .program-link {
    width: 48%;
  }
}
@media screen and (max-width: 28.125em) {
  /* line 1108, sass/partials/_templates.scss */
  .single-program .program-link-grid .program-link {
    height: 100px;
  }
}
/* line 1121, sass/partials/_templates.scss */
.single-program .program-link-grid .program-link:hover {
  transform: scale(1.05);
}

/* line 1129, sass/partials/_templates.scss */
.single-host .host-image-wrap {
  float: left;
  margin: 0 2em 1em 0;
  max-width: 250px;
}
@media screen and (max-width: 37.5em) {
  /* line 1129, sass/partials/_templates.scss */
  .single-host .host-image-wrap {
    float: none;
    text-align: center;
    margin: 0 0 2em 0;
    max-width: none;
  }
}

/* line 1144, sass/partials/_templates.scss */
.template-program-listing .program-list {
  margin: 2em 0;
}
/* line 1147, sass/partials/_templates.scss */
.template-program-listing .program-list .program-wrap {
  display: flex;
  padding: 2em 0;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 34.375em) {
  /* line 1147, sass/partials/_templates.scss */
  .template-program-listing .program-list .program-wrap {
    flex-direction: column;
    align-items: center;
  }
}
/* line 1157, sass/partials/_templates.scss */
.template-program-listing .program-list .program-wrap:first-child {
  border: none;
}
/* line 1161, sass/partials/_templates.scss */
.template-program-listing .program-list .program-wrap .program-image {
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 34.375em) {
  /* line 1161, sass/partials/_templates.scss */
  .template-program-listing .program-list .program-wrap .program-image {
    margin-bottom: 1em;
  }
}
/* line 1171, sass/partials/_templates.scss */
.template-program-listing .program-list .program-wrap .program-info {
  flex: 1 1 100%;
  padding-left: 1.5em;
}
@media screen and (max-width: 34.375em) {
  /* line 1171, sass/partials/_templates.scss */
  .template-program-listing .program-list .program-wrap .program-info {
    padding: 0;
  }
}
/* line 1179, sass/partials/_templates.scss */
.template-program-listing .program-list .program-wrap .program-info .program-name {
  font-family: "OpenSansCondensed-Bold";
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 1184, sass/partials/_templates.scss */
.template-program-listing .program-list .program-wrap .program-info .program-name a {
  color: #0072bc;
  margin-bottom: 0.5em;
}
/* line 1190, sass/partials/_templates.scss */
.template-program-listing .program-list .program-wrap .program-info .program-description {
  margin-bottom: 1em;
}
