@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  background: #F4F4EF;
}

h1 {
  font-weight: 400;
}

h2 {
  font-size: 32px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
  color: #C36E00;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

#wrapper {
  text-align: center;
  background: #F4F4EF;
}

#container {
}

#inner {
}

#header {
  width: 100%;
  overflow: hidden;
}

#header-outer {
}

#header-inner {
}

#header-left {
  float: left;
  padding: 25px 0px;
}

#logo-desktop {
}

#logo-mobile {
  display: none;
}

a#link-home {
  display: block;
}

a#link-home img {
  display: block;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
}

#header-right {
  float: right;
}

#header-right-top {
  padding: 25px 0px;
  text-align: right;
}

#social-media,
#phone-number {
  display: inline-block;
  color: #D0D0D0;
  vertical-align: middle;
}

#social-media {
  margin: 0px 40px 0px 0px;
}

.social-media a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 5px 0px 0px;
  color: #000000 !important;
  font-size: 19px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  background: #D0D0D0;
  border-radius: 50%;
}

.social-media a i.fa {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.social-media a span.social-media-text {
  display: none;
}

#phone-number {
  color: #FFFFFF;
  font-weight: 600;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

#phone-number i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

#header-right-bottom {
}

#navigation {
  position: relative;
  /*border-bottom: 1px solid #6D6D6D;*/
}

/*#navigation::after {
  position: absolute;
  right: -1000%;
  bottom: -1px;
  content: "";
  width: 1000%;
  border-bottom: 1px solid #6D6D6D;
}*/

#content {
}

#footer {
  padding: 60px 0px 30px;
  color: #A9A8A8;
  font-size: 14px;
  line-height: 24px;
  background: #000000;
}

#footer-outer {
}

#footer-inner {
}

#footer p {
}

#footer a {
  color: #A9A8A8;
  text-decoration: none;
}

#footer a:hover {
}

#footer span.powered-by,
#footer span.powered-by a,
#footer span.powered-by a:hover {
}

#footer-top {
  padding: 0px 0px 40px 0px;
}

#footer-bottom {
  padding: 0px 0px 20px 0px;
  color: #2F2F2F;
}

#footer-bottom a {
  color: #2F2F2F;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  background: #313131;
  border-radius: 6px;
  opacity: 0.75;
  cursor: pointer;
}

#back-to-top::after {
  display: block;
  margin: -1px 0px 0px 0px;
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 1380px;
  margin: 0px auto;
  text-align: left;
}

div.div-inner {
}

/* Program Page Styles */

#category-filter {
  float: right;
  margin: 10px 0px 0px 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

#category-filter select {
  padding: 8px 15px;
  border: 1px solid #EFEFEF;
}

#programming-featured {
}

#programming-full {
}

#programming-featured,
#programming-full {
  font-size: 0;
}

#programming-featured::after,
#programming-full::after {
  display: block;
  content: "";
  clear: both;
}

div.programming-item {
  display: inline-block;
  width: 155px;
  height: 225px;
  margin: 0px 20px 20px 0px;
}

div.programming-item:nth-child(8n) {
  margin-right: 0px;
}

div.programming-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

div.programming-item a img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 155px;
  max-height: 225px;
  object-fit: cover;
}

div.programming-item a span.program-title {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.7em;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

div.programming-item a:hover span.program-title {
  opacity: 1;
}

div.programming-item a span.program-title span {
  display: table-cell;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}

#program-top {
  color: #FFFFFF;
  background: #000000;
}

#program-top-main {
  display: flex;
  flex-wrap: nowrap;
}

#program-top-left {
  width: 35%;
  padding: 25px;
  text-align: left;
  background: #35494F;
  box-sizing: border-box;
}

#program-top-left h1,
#program-top-left p {
  margin: 0px 0px 25px 0px;
}

table.table-program {
  width: 100%;
}

table.table-program th,
table.table-program td {
  padding: 5px;
  font-size: 15px;
  vertical-align: top;
  border: 1px solid #666666;
  border-width: 0px 0px 1px 0px;
}

#program-top-right {
  width: 65%;
  height: 500px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

#program-top-right-main {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#program-top-right-main img {
  display: block;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

#program-top-right-main div#program-hover-link {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

#program-top-right-main:hover div#program-hover-link {
  opacity: 1;
}

#program-bottom {
  padding: 20px 0px;
}

/* Responsive Embed Styles */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Misc Styles */

.fancy-heading {
  margin: 50px 0px;
  color: #2A2B2B;
  font-size: 36px;
  font-weight: 700;
}

.fancy-heading span {
  position: relative;
  display: inline-block;
}

.fancy-heading span::after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 300px;
  height: 11px;
  background: #D9D9D9;
}

.fancy-separator {
  position: relative;
  margin-bottom: 40px;
}

.fancy-separator::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 50%;
  margin: auto;
  border-bottom: 1px solid #2A2B2B;
}

.column img {
  max-width: 100% !important;
  height: auto;
}