@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.pika-single:after, .pika-single:before {
  content: " ";
  display: table
}

.pika-single:after {
  clear: both
}

.pika-single {
  *zoom: 1
}

.pika-single.is-hidden {
  display: none
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px
}

.pika-title {
  position: relative;
  text-align: center
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0
}

.pika-next, .pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0
}

.pika-next:hover, .pika-prev:hover {
  opacity: 1
}

.is-rtl .pika-next, .pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0
}

.is-rtl .pika-prev, .pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0
}

.pika-next.is-disabled, .pika-prev.is-disabled {
  cursor: default;
  opacity: .2
}

.pika-select {
  display: inline-block;
  *display: inline
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0
}

.pika-table td, .pika-table th {
  width: 14.285714285714286%;
  padding: 0
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5
}

.pika-week {
  font-size: 11px;
  color: #999
}

.is-today .pika-button {
  color: #3af;
  font-weight: 700
}

.has-event .pika-button, .is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9
}

.is-disabled .pika-button, .is-inrange .pika-button {
  background: #d5e9f7
}

.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px
}

.is-endrange .pika-button {
  color: #fff;
  background: #3af;
  box-shadow: none;
  border-radius: 3px
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default
}

.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px
}

.pika-table abbr {
  border-bottom: none;
  cursor: help
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.rrssb-buttons {
  box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.rrssb-buttons:after {
  clear: both
}

.rrssb-buttons:after, .rrssb-buttons:before {
  content: " ";
  display: table
}

.rrssb-buttons li {
  box-sizing: border-box;
  float: left;
  height: 100%;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0 2px
}

.rrssb-buttons li.rrssb-email a {
  background-color: #0a88ff
}

.rrssb-buttons li.rrssb-email a:hover {
  background-color: #006ed6
}

.rrssb-buttons li.rrssb-facebook a {
  background-color: #306199
}

.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: #244872
}

.rrssb-buttons li.rrssb-tumblr a {
  background-color: #32506d
}

.rrssb-buttons li.rrssb-tumblr a:hover {
  background-color: #22364a
}

.rrssb-buttons li.rrssb-linkedin a {
  background-color: #007bb6
}

.rrssb-buttons li.rrssb-linkedin a:hover {
  background-color: #005983
}

.rrssb-buttons li.rrssb-twitter a {
  background-color: #26c4f1
}

.rrssb-buttons li.rrssb-twitter a:hover {
  background-color: #0eaad6
}

.rrssb-buttons li.rrssb-googleplus a {
  background-color: #e93f2e
}

.rrssb-buttons li.rrssb-googleplus a:hover {
  background-color: #ce2616
}

.rrssb-buttons li.rrssb-youtube a {
  background-color: #df1c31
}

.rrssb-buttons li.rrssb-youtube a:hover {
  background-color: #b21627
}

.rrssb-buttons li.rrssb-reddit a {
  background-color: #8bbbe3
}

.rrssb-buttons li.rrssb-reddit a:hover {
  background-color: #62a3d9
}

.rrssb-buttons li.rrssb-pinterest a {
  background-color: #b81621
}

.rrssb-buttons li.rrssb-pinterest a:hover {
  background-color: #8a1119
}

.rrssb-buttons li.rrssb-pocket a {
  background-color: #ed4054
}

.rrssb-buttons li.rrssb-pocket a:hover {
  background-color: #e4162d
}

.rrssb-buttons li.rrssb-github a {
  background-color: #444
}

.rrssb-buttons li.rrssb-github a:hover {
  background-color: #2b2b2b
}

.rrssb-buttons li.rrssb-instagram a {
  background-color: #125688
}

.rrssb-buttons li.rrssb-instagram a:hover {
  background-color: #0c3a5b
}

.rrssb-buttons li.rrssb-delicious a {
  background-color: #0b79e5
}

.rrssb-buttons li.rrssb-delicious a:hover {
  background-color: #095fb4
}

.rrssb-buttons li.rrssb-vk a {
  background-color: #4d71a9
}

.rrssb-buttons li.rrssb-vk a:hover {
  background-color: #3d5a86
}

.rrssb-buttons li.rrssb-hackernews a {
  background-color: #f60
}

.rrssb-buttons li.rrssb-hackernews a:hover {
  background-color: #cc5200
}

.rrssb-buttons li.rrssb-whatsapp a {
  background-color: #43d854
}

.rrssb-buttons li.rrssb-whatsapp a:hover {
  background-color: #28c039
}

.rrssb-buttons li.rrssb-print a {
  background-color: #8d98a2
}

.rrssb-buttons li.rrssb-print a:hover {
  background-color: #717f8b
}

.rrssb-buttons li a {
  background-color: #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  height: 100%;
  padding: 11px 7px 12px 27px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease-in-out;
  width: 100%
}

.rrssb-buttons li a .rrssb-icon {
  display: block;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 10%
}

.rrssb-buttons li a .rrssb-icon svg {
  height: 17px;
  width: 17px
}

.rrssb-buttons li a .rrssb-icon svg circle, .rrssb-buttons li a .rrssb-icon svg path {
  fill: #fff
}

.rrssb-buttons li a .rrssb-text {
  color: #fff
}

.rrssb-buttons li a:active {
  box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, .25)
}

.rrssb-buttons li.small a {
  padding: 0
}

.rrssb-buttons li.small a .rrssb-icon {
  left: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: auto;
  width: 100%
}

.rrssb-buttons li.small a .rrssb-text {
  visibility: hidden
}

.rrssb-buttons.large-format, .rrssb-buttons.large-format li {
  height: auto
}

.rrssb-buttons.large-format li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: .2em;
  padding: 8.5% 0 8.5% 12%
}

.rrssb-buttons.large-format li a .rrssb-icon {
  height: 100%;
  left: 7%;
  padding-top: 0;
  width: 12%
}

.rrssb-buttons.large-format li a .rrssb-icon svg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

.rrssb-buttons.large-format li a .rrssb-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.rrssb-buttons.small-format {
  padding-top: 5px
}

.rrssb-buttons.small-format li {
  height: 80%;
  padding: 0 1px
}

.rrssb-buttons.small-format li a .rrssb-icon {
  height: 100%;
  padding-top: 0
}

.rrssb-buttons.small-format li a .rrssb-icon svg {
  height: 48%;
  position: relative;
  top: 6px;
  width: 80%
}

.rrssb-buttons.tiny-format {
  height: 22px;
  position: relative
}

.rrssb-buttons.tiny-format li {
  padding-right: 7px
}

.rrssb-buttons.tiny-format li a {
  background-color: transparent;
  padding: 0
}

.rrssb-buttons.tiny-format li a .rrssb-icon {
  height: 100%
}

.rrssb-buttons.tiny-format li a .rrssb-icon svg {
  height: 70%;
  width: 100%
}

.rrssb-buttons.tiny-format li a:active, .rrssb-buttons.tiny-format li a:hover {
  background-color: transparent
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
  fill: #0a88ff
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0054a3
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
  fill: #306199
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #18304b
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
  fill: #32506d
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #121d27
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
  fill: #007bb6
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #003650
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
  fill: #26c4f1
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0b84a6
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
  fill: #e93f2e
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #a01e11
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
  fill: #df1c31
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #84111d
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
  fill: #8bbbe3
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #398bcf
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
  fill: #b81621
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5d0b11
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
  fill: #ed4054
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #b61124
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
  fill: #444
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #111
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
  fill: #125688
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #061d2e
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
  fill: #0b79e5
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #064684
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
  fill: #4d71a9
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #2d4263
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
  fill: #f60
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #993d00
}

.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
  fill: #43d854
}

.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #1f962d
}

.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
  fill: #8d98a2
}

.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5a656f
}

.mejs-offscreen {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial, serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0
}

.mejs-fill-container, .mejs-fill-container .mejs-container {
  width: 100%;
  height: 100%
}

.mejs-fill-container {
  overflow: hidden
}

.mejs-container:focus {
  outline: none
}

.me-plugin {
  position: absolute
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden
}

.mejs-fullscreen {
  overflow: hidden !important
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  width: 100%;
  height: 100%
}

.mejs-clear {
  clear: both
}

.mejs-background, .mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0
}

.mejs-mediaelement {
  width: 100%;
  height: 100%
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

:root .mejs-poster img {
  display: none
}

.mejs-poster img {
  border: 0;
  padding: 0
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0
}

.mejs-overlay-play {
  cursor: pointer
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
  background-image: url(bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(background.png);
  background: rgba(0, 0, 0, .9);
  background: linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9))
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(loading.gif) 50% 50% no-repeat
}

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(background.png);
  background: rgba(0, 0, 0, .7);
  background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  height: 30px;
  width: 100%
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial, serif;
  border: 0
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url(controls.png)
}

.mejs-controls .mejs-button button:focus {
  outline: 1px dotted #999
}

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box
}

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto
}

.mejs-controls .mejs-play button {
  background-position: 0 0
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0
}

.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px
}

.mejs-controls .mejs-time-rail a, .mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, .8);
  background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
  0% {
    background-position: 0 0
  }

  to {
    background-position: 30px 0
  }
}

@keyframes buffering-stripes {
  0% {
    background-position: 0 0
  }

  to {
    background-position: 30px 0
  }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, .8);
  background: linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
  width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: hsla(0, 0%, 100%, .8);
  background: linear-gradient(hsla(0, 0%, 100%, .9), hsla(0, 0%, 78%, .8));
  width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #333;
  top: -2px;
  text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: 1px solid #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px
}

.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px
}

.mejs-controls .mejs-mute button {
  background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
  position: relative
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(background.png);
  background: rgba(50, 50, 50, .7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0
}

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: hsla(0, 0%, 100%, .5);
  margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: hsla(0, 0%, 100%, .9);
  margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: hsla(0, 0%, 100%, .9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0
}

.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, .8);
  background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: hsla(0, 0%, 100%, .8);
  background: linear-gradient(hsla(0, 0%, 100%, .9), hsla(0, 0%, 78%, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none
}

.mejs-controls .mejs-captions-button {
  position: relative
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, .7);
  border: 1px solid transparent;
  padding: 10px 10px 0;
  overflow: hidden;
  border-radius: 0
}

.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: Helvetica, Arial, serif;
  font-size: 10px
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #fff;
  width: 10000px;
  z-index: 1
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, .7);
  background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  cursor: pointer
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: hsla(0, 0%, 40%, .7);
  background: linear-gradient(hsla(0, 0%, 40%, .7), rgba(50, 50, 50, .6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px;
  line-height: 12px
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0
}

.mejs-captions-position-hover {
  bottom: 35px
}

.mejs-captions-text {
  padding: 0;
  background: url(background.png);
  background: hsla(0, 0%, 8%, .5);
  white-space: pre-wrap;
  box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5)
}

.me-cannotplay a {
  color: #fff;
  font-weight: 700
}

.me-cannotplay span {
  padding: 15px;
  display: block
}

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0
}

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #999;
  z-index: 1001
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial, serif;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2c7c91;
  color: #fff
}

.mejs-controls .mejs-sourcechooser-button {
  position: relative
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, .7);
  border: 1px solid transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: Helvetica, Arial, serif;
  font-size: 10px
}

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(background.png);
  background: rgba(50, 50, 50, .7);
  z-index: 1000;
  overflow: hidden
}

.mejs-postroll-layer, .mejs-postroll-layer-content {
  width: 100%;
  height: 100%
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(background.png);
  background: rgba(50, 50, 50, .7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer
}

div.mejs-speed-button {
  width: 46px !important;
  position: relative
}

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #fff
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, .7);
  border: 1px solid transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0
}

.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector {
  display: block
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: Helvetica, Arial, serif;
  font-size: 11px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: hsla(0, 0%, 100%, .4) !important
}

.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(jumpforward.png) no-repeat 3px 3px
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff
}

.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(skipback.png) no-repeat 3px 3px
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8
}

.mfp-bg, .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure, img.mfp-img {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height:300px), screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.4.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: .1428571429em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.8571428571em
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: ""
}

.fa-music:before {
  content: ""
}

.fa-search:before {
  content: ""
}

.fa-envelope-o:before {
  content: ""
}

.fa-heart:before {
  content: ""
}

.fa-star:before {
  content: ""
}

.fa-star-o:before {
  content: ""
}

.fa-user:before {
  content: ""
}

.fa-film:before {
  content: ""
}

.fa-th-large:before {
  content: ""
}

.fa-th:before {
  content: ""
}

.fa-th-list:before {
  content: ""
}

.fa-check:before {
  content: ""
}

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: ""
}

.fa-search-plus:before {
  content: ""
}

.fa-search-minus:before {
  content: ""
}

.fa-power-off:before {
  content: ""
}

.fa-signal:before {
  content: ""
}

.fa-cog:before, .fa-gear:before {
  content: ""
}

.fa-trash-o:before {
  content: ""
}

.fa-home:before {
  content: ""
}

.fa-file-o:before {
  content: ""
}

.fa-clock-o:before {
  content: ""
}

.fa-road:before {
  content: ""
}

.fa-download:before {
  content: ""
}

.fa-arrow-circle-o-down:before {
  content: ""
}

.fa-arrow-circle-o-up:before {
  content: ""
}

.fa-inbox:before {
  content: ""
}

.fa-play-circle-o:before {
  content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
  content: ""
}

.fa-refresh:before {
  content: ""
}

.fa-list-alt:before {
  content: ""
}

.fa-lock:before {
  content: ""
}

.fa-flag:before {
  content: ""
}

.fa-headphones:before {
  content: ""
}

.fa-volume-off:before {
  content: ""
}

.fa-volume-down:before {
  content: ""
}

.fa-volume-up:before {
  content: ""
}

.fa-qrcode:before {
  content: ""
}

.fa-barcode:before {
  content: ""
}

.fa-tag:before {
  content: ""
}

.fa-tags:before {
  content: ""
}

.fa-book:before {
  content: ""
}

.fa-bookmark:before {
  content: ""
}

.fa-print:before {
  content: ""
}

.fa-camera:before {
  content: ""
}

.fa-font:before {
  content: ""
}

.fa-bold:before {
  content: ""
}

.fa-italic:before {
  content: ""
}

.fa-text-height:before {
  content: ""
}

.fa-text-width:before {
  content: ""
}

.fa-align-left:before {
  content: ""
}

.fa-align-center:before {
  content: ""
}

.fa-align-right:before {
  content: ""
}

.fa-align-justify:before {
  content: ""
}

.fa-list:before {
  content: ""
}

.fa-dedent:before, .fa-outdent:before {
  content: ""
}

.fa-indent:before {
  content: ""
}

.fa-video-camera:before {
  content: ""
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: ""
}

.fa-pencil:before {
  content: ""
}

.fa-map-marker:before {
  content: ""
}

.fa-adjust:before {
  content: ""
}

.fa-tint:before {
  content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: ""
}

.fa-share-square-o:before {
  content: ""
}

.fa-check-square-o:before {
  content: ""
}

.fa-arrows:before {
  content: ""
}

.fa-step-backward:before {
  content: ""
}

.fa-fast-backward:before {
  content: ""
}

.fa-backward:before {
  content: ""
}

.fa-play:before {
  content: ""
}

.fa-pause:before {
  content: ""
}

.fa-stop:before {
  content: ""
}

.fa-forward:before {
  content: ""
}

.fa-fast-forward:before {
  content: ""
}

.fa-step-forward:before {
  content: ""
}

.fa-eject:before {
  content: ""
}

.fa-chevron-left:before {
  content: ""
}

.fa-chevron-right:before {
  content: ""
}

.fa-plus-circle:before {
  content: ""
}

.fa-minus-circle:before {
  content: ""
}

.fa-times-circle:before {
  content: ""
}

.fa-check-circle:before {
  content: ""
}

.fa-question-circle:before {
  content: ""
}

.fa-info-circle:before {
  content: ""
}

.fa-crosshairs:before {
  content: ""
}

.fa-times-circle-o:before {
  content: ""
}

.fa-check-circle-o:before {
  content: ""
}

.fa-ban:before {
  content: ""
}

.fa-arrow-left:before {
  content: ""
}

.fa-arrow-right:before {
  content: ""
}

.fa-arrow-up:before {
  content: ""
}

.fa-arrow-down:before {
  content: ""
}

.fa-mail-forward:before, .fa-share:before {
  content: ""
}

.fa-expand:before {
  content: ""
}

.fa-compress:before {
  content: ""
}

.fa-plus:before {
  content: ""
}

.fa-minus:before {
  content: ""
}

.fa-asterisk:before {
  content: ""
}

.fa-exclamation-circle:before {
  content: ""
}

.fa-gift:before {
  content: ""
}

.fa-leaf:before {
  content: ""
}

.fa-fire:before {
  content: ""
}

.fa-eye:before {
  content: ""
}

.fa-eye-slash:before {
  content: ""
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: ""
}

.fa-plane:before {
  content: ""
}

.fa-calendar:before {
  content: ""
}

.fa-random:before {
  content: ""
}

.fa-comment:before {
  content: ""
}

.fa-magnet:before {
  content: ""
}

.fa-chevron-up:before {
  content: ""
}

.fa-chevron-down:before {
  content: ""
}

.fa-retweet:before {
  content: ""
}

.fa-shopping-cart:before {
  content: ""
}

.fa-folder:before {
  content: ""
}

.fa-folder-open:before {
  content: ""
}

.fa-arrows-v:before {
  content: ""
}

.fa-arrows-h:before {
  content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: ""
}

.fa-twitter-square:before {
  content: ""
}

.fa-facebook-square:before {
  content: ""
}

.fa-camera-retro:before {
  content: ""
}

.fa-key:before {
  content: ""
}

.fa-cogs:before, .fa-gears:before {
  content: ""
}

.fa-comments:before {
  content: ""
}

.fa-thumbs-o-up:before {
  content: ""
}

.fa-thumbs-o-down:before {
  content: ""
}

.fa-star-half:before {
  content: ""
}

.fa-heart-o:before {
  content: ""
}

.fa-sign-out:before {
  content: ""
}

.fa-linkedin-square:before {
  content: ""
}

.fa-thumb-tack:before {
  content: ""
}

.fa-external-link:before {
  content: ""
}

.fa-sign-in:before {
  content: ""
}

.fa-trophy:before {
  content: ""
}

.fa-github-square:before {
  content: ""
}

.fa-upload:before {
  content: ""
}

.fa-lemon-o:before {
  content: ""
}

.fa-phone:before {
  content: ""
}

.fa-square-o:before {
  content: ""
}

.fa-bookmark-o:before {
  content: ""
}

.fa-phone-square:before {
  content: ""
}

.fa-twitter:before {
  content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
  content: ""
}

.fa-github:before {
  content: ""
}

.fa-unlock:before {
  content: ""
}

.fa-credit-card:before {
  content: ""
}

.fa-feed:before, .fa-rss:before {
  content: ""
}

.fa-hdd-o:before {
  content: ""
}

.fa-bullhorn:before {
  content: ""
}

.fa-bell:before {
  content: ""
}

.fa-certificate:before {
  content: ""
}

.fa-hand-o-right:before {
  content: ""
}

.fa-hand-o-left:before {
  content: ""
}

.fa-hand-o-up:before {
  content: ""
}

.fa-hand-o-down:before {
  content: ""
}

.fa-arrow-circle-left:before {
  content: ""
}

.fa-arrow-circle-right:before {
  content: ""
}

.fa-arrow-circle-up:before {
  content: ""
}

.fa-arrow-circle-down:before {
  content: ""
}

.fa-globe:before {
  content: ""
}

.fa-wrench:before {
  content: ""
}

.fa-tasks:before {
  content: ""
}

.fa-filter:before {
  content: ""
}

.fa-briefcase:before {
  content: ""
}

.fa-arrows-alt:before {
  content: ""
}

.fa-group:before, .fa-users:before {
  content: ""
}

.fa-chain:before, .fa-link:before {
  content: ""
}

.fa-cloud:before {
  content: ""
}

.fa-flask:before {
  content: ""
}

.fa-cut:before, .fa-scissors:before {
  content: ""
}

.fa-copy:before, .fa-files-o:before {
  content: ""
}

.fa-paperclip:before {
  content: ""
}

.fa-floppy-o:before, .fa-save:before {
  content: ""
}

.fa-square:before {
  content: ""
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: ""
}

.fa-list-ul:before {
  content: ""
}

.fa-list-ol:before {
  content: ""
}

.fa-strikethrough:before {
  content: ""
}

.fa-underline:before {
  content: ""
}

.fa-table:before {
  content: ""
}

.fa-magic:before {
  content: ""
}

.fa-truck:before {
  content: ""
}

.fa-pinterest:before {
  content: ""
}

.fa-pinterest-square:before {
  content: ""
}

.fa-google-plus-square:before {
  content: ""
}

.fa-google-plus:before {
  content: ""
}

.fa-money:before {
  content: ""
}

.fa-caret-down:before {
  content: ""
}

.fa-caret-up:before {
  content: ""
}

.fa-caret-left:before {
  content: ""
}

.fa-caret-right:before {
  content: ""
}

.fa-columns:before {
  content: ""
}

.fa-sort:before, .fa-unsorted:before {
  content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: ""
}

.fa-envelope:before {
  content: ""
}

.fa-linkedin:before {
  content: ""
}

.fa-rotate-left:before, .fa-undo:before {
  content: ""
}

.fa-gavel:before, .fa-legal:before {
  content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
  content: ""
}

.fa-comment-o:before {
  content: ""
}

.fa-comments-o:before {
  content: ""
}

.fa-bolt:before, .fa-flash:before {
  content: ""
}

.fa-sitemap:before {
  content: ""
}

.fa-umbrella:before {
  content: ""
}

.fa-clipboard:before, .fa-paste:before {
  content: ""
}

.fa-lightbulb-o:before {
  content: ""
}

.fa-exchange:before {
  content: ""
}

.fa-cloud-download:before {
  content: ""
}

.fa-cloud-upload:before {
  content: ""
}

.fa-user-md:before {
  content: ""
}

.fa-stethoscope:before {
  content: ""
}

.fa-suitcase:before {
  content: ""
}

.fa-bell-o:before {
  content: ""
}

.fa-coffee:before {
  content: ""
}

.fa-cutlery:before {
  content: ""
}

.fa-file-text-o:before {
  content: ""
}

.fa-building-o:before {
  content: ""
}

.fa-hospital-o:before {
  content: ""
}

.fa-ambulance:before {
  content: ""
}

.fa-medkit:before {
  content: ""
}

.fa-fighter-jet:before {
  content: ""
}

.fa-beer:before {
  content: ""
}

.fa-h-square:before {
  content: ""
}

.fa-plus-square:before {
  content: ""
}

.fa-angle-double-left:before {
  content: ""
}

.fa-angle-double-right:before {
  content: ""
}

.fa-angle-double-up:before {
  content: ""
}

.fa-angle-double-down:before {
  content: ""
}

.fa-angle-left:before {
  content: ""
}

.fa-angle-right:before {
  content: ""
}

.fa-angle-up:before {
  content: ""
}

.fa-angle-down:before {
  content: ""
}

.fa-desktop:before {
  content: ""
}

.fa-laptop:before {
  content: ""
}

.fa-tablet:before {
  content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: ""
}

.fa-circle-o:before {
  content: ""
}

.fa-quote-left:before {
  content: ""
}

.fa-quote-right:before {
  content: ""
}

.fa-spinner:before {
  content: ""
}

.fa-circle:before {
  content: ""
}

.fa-mail-reply:before, .fa-reply:before {
  content: ""
}

.fa-github-alt:before {
  content: ""
}

.fa-folder-o:before {
  content: ""
}

.fa-folder-open-o:before {
  content: ""
}

.fa-smile-o:before {
  content: ""
}

.fa-frown-o:before {
  content: ""
}

.fa-meh-o:before {
  content: ""
}

.fa-gamepad:before {
  content: ""
}

.fa-keyboard-o:before {
  content: ""
}

.fa-flag-o:before {
  content: ""
}

.fa-flag-checkered:before {
  content: ""
}

.fa-terminal:before {
  content: ""
}

.fa-code:before {
  content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: ""
}

.fa-location-arrow:before {
  content: ""
}

.fa-crop:before {
  content: ""
}

.fa-code-fork:before {
  content: ""
}

.fa-chain-broken:before, .fa-unlink:before {
  content: ""
}

.fa-question:before {
  content: ""
}

.fa-info:before {
  content: ""
}

.fa-exclamation:before {
  content: ""
}

.fa-superscript:before {
  content: ""
}

.fa-subscript:before {
  content: ""
}

.fa-eraser:before {
  content: ""
}

.fa-puzzle-piece:before {
  content: ""
}

.fa-microphone:before {
  content: ""
}

.fa-microphone-slash:before {
  content: ""
}

.fa-shield:before {
  content: ""
}

.fa-calendar-o:before {
  content: ""
}

.fa-fire-extinguisher:before {
  content: ""
}

.fa-rocket:before {
  content: ""
}

.fa-maxcdn:before {
  content: ""
}

.fa-chevron-circle-left:before {
  content: ""
}

.fa-chevron-circle-right:before {
  content: ""
}

.fa-chevron-circle-up:before {
  content: ""
}

.fa-chevron-circle-down:before {
  content: ""
}

.fa-html5:before {
  content: ""
}

.fa-css3:before {
  content: ""
}

.fa-anchor:before {
  content: ""
}

.fa-unlock-alt:before {
  content: ""
}

.fa-bullseye:before {
  content: ""
}

.fa-ellipsis-h:before {
  content: ""
}

.fa-ellipsis-v:before {
  content: ""
}

.fa-rss-square:before {
  content: ""
}

.fa-play-circle:before {
  content: ""
}

.fa-ticket:before {
  content: ""
}

.fa-minus-square:before {
  content: ""
}

.fa-minus-square-o:before {
  content: ""
}

.fa-level-up:before {
  content: ""
}

.fa-level-down:before {
  content: ""
}

.fa-check-square:before {
  content: ""
}

.fa-pencil-square:before {
  content: ""
}

.fa-external-link-square:before {
  content: ""
}

.fa-share-square:before {
  content: ""
}

.fa-compass:before {
  content: ""
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: ""
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: ""
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: ""
}

.fa-eur:before, .fa-euro:before {
  content: ""
}

.fa-gbp:before {
  content: ""
}

.fa-dollar:before, .fa-usd:before {
  content: ""
}

.fa-inr:before, .fa-rupee:before {
  content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: ""
}

.fa-krw:before, .fa-won:before {
  content: ""
}

.fa-bitcoin:before, .fa-btc:before {
  content: ""
}

.fa-file:before {
  content: ""
}

.fa-file-text:before {
  content: ""
}

.fa-sort-alpha-asc:before {
  content: ""
}

.fa-sort-alpha-desc:before {
  content: ""
}

.fa-sort-amount-asc:before {
  content: ""
}

.fa-sort-amount-desc:before {
  content: ""
}

.fa-sort-numeric-asc:before {
  content: ""
}

.fa-sort-numeric-desc:before {
  content: ""
}

.fa-thumbs-up:before {
  content: ""
}

.fa-thumbs-down:before {
  content: ""
}

.fa-youtube-square:before {
  content: ""
}

.fa-youtube:before {
  content: ""
}

.fa-xing:before {
  content: ""
}

.fa-xing-square:before {
  content: ""
}

.fa-youtube-play:before {
  content: ""
}

.fa-dropbox:before {
  content: ""
}

.fa-stack-overflow:before {
  content: ""
}

.fa-instagram:before {
  content: ""
}

.fa-flickr:before {
  content: ""
}

.fa-adn:before {
  content: ""
}

.fa-bitbucket:before {
  content: ""
}

.fa-bitbucket-square:before {
  content: ""
}

.fa-tumblr:before {
  content: ""
}

.fa-tumblr-square:before {
  content: ""
}

.fa-long-arrow-down:before {
  content: ""
}

.fa-long-arrow-up:before {
  content: ""
}

.fa-long-arrow-left:before {
  content: ""
}

.fa-long-arrow-right:before {
  content: ""
}

.fa-apple:before {
  content: ""
}

.fa-windows:before {
  content: ""
}

.fa-android:before {
  content: ""
}

.fa-linux:before {
  content: ""
}

.fa-dribbble:before {
  content: ""
}

.fa-skype:before {
  content: ""
}

.fa-foursquare:before {
  content: ""
}

.fa-trello:before {
  content: ""
}

.fa-female:before {
  content: ""
}

.fa-male:before {
  content: ""
}

.fa-gittip:before, .fa-gratipay:before {
  content: ""
}

.fa-sun-o:before {
  content: ""
}

.fa-moon-o:before {
  content: ""
}

.fa-archive:before {
  content: ""
}

.fa-bug:before {
  content: ""
}

.fa-vk:before {
  content: ""
}

.fa-weibo:before {
  content: ""
}

.fa-renren:before {
  content: ""
}

.fa-pagelines:before {
  content: ""
}

.fa-stack-exchange:before {
  content: ""
}

.fa-arrow-circle-o-right:before {
  content: ""
}

.fa-arrow-circle-o-left:before {
  content: ""
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: ""
}

.fa-dot-circle-o:before {
  content: ""
}

.fa-wheelchair:before {
  content: ""
}

.fa-vimeo-square:before {
  content: ""
}

.fa-try:before, .fa-turkish-lira:before {
  content: ""
}

.fa-plus-square-o:before {
  content: ""
}

.fa-space-shuttle:before {
  content: ""
}

.fa-slack:before {
  content: ""
}

.fa-envelope-square:before {
  content: ""
}

.fa-wordpress:before {
  content: ""
}

.fa-openid:before {
  content: ""
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: ""
}

.fa-yahoo:before {
  content: ""
}

.fa-google:before {
  content: ""
}

.fa-reddit:before {
  content: ""
}

.fa-reddit-square:before {
  content: ""
}

.fa-stumbleupon-circle:before {
  content: ""
}

.fa-stumbleupon:before {
  content: ""
}

.fa-delicious:before {
  content: ""
}

.fa-digg:before {
  content: ""
}

.fa-pied-piper:before {
  content: ""
}

.fa-pied-piper-alt:before {
  content: ""
}

.fa-drupal:before {
  content: ""
}

.fa-joomla:before {
  content: ""
}

.fa-language:before {
  content: ""
}

.fa-fax:before {
  content: ""
}

.fa-building:before {
  content: ""
}

.fa-child:before {
  content: ""
}

.fa-paw:before {
  content: ""
}

.fa-spoon:before {
  content: ""
}

.fa-cube:before {
  content: ""
}

.fa-cubes:before {
  content: ""
}

.fa-behance:before {
  content: ""
}

.fa-behance-square:before {
  content: ""
}

.fa-steam:before {
  content: ""
}

.fa-steam-square:before {
  content: ""
}

.fa-recycle:before {
  content: ""
}

.fa-automobile:before, .fa-car:before {
  content: ""
}

.fa-cab:before, .fa-taxi:before {
  content: ""
}

.fa-tree:before {
  content: ""
}

.fa-spotify:before {
  content: ""
}

.fa-deviantart:before {
  content: ""
}

.fa-soundcloud:before {
  content: ""
}

.fa-database:before {
  content: ""
}

.fa-file-pdf-o:before {
  content: ""
}

.fa-file-word-o:before {
  content: ""
}

.fa-file-excel-o:before {
  content: ""
}

.fa-file-powerpoint-o:before {
  content: ""
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: ""
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: ""
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: ""
}

.fa-file-code-o:before {
  content: ""
}

.fa-vine:before {
  content: ""
}

.fa-codepen:before {
  content: ""
}

.fa-jsfiddle:before {
  content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: ""
}

.fa-circle-o-notch:before {
  content: ""
}

.fa-ra:before, .fa-rebel:before {
  content: ""
}

.fa-empire:before, .fa-ge:before {
  content: ""
}

.fa-git-square:before {
  content: ""
}

.fa-git:before {
  content: ""
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: ""
}

.fa-tencent-weibo:before {
  content: ""
}

.fa-qq:before {
  content: ""
}

.fa-wechat:before, .fa-weixin:before {
  content: ""
}

.fa-paper-plane:before, .fa-send:before {
  content: ""
}

.fa-paper-plane-o:before, .fa-send-o:before {
  content: ""
}

.fa-history:before {
  content: ""
}

.fa-circle-thin:before {
  content: ""
}

.fa-header:before {
  content: ""
}

.fa-paragraph:before {
  content: ""
}

.fa-sliders:before {
  content: ""
}

.fa-share-alt:before {
  content: ""
}

.fa-share-alt-square:before {
  content: ""
}

.fa-bomb:before {
  content: ""
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: ""
}

.fa-tty:before {
  content: ""
}

.fa-binoculars:before {
  content: ""
}

.fa-plug:before {
  content: ""
}

.fa-slideshare:before {
  content: ""
}

.fa-twitch:before {
  content: ""
}

.fa-yelp:before {
  content: ""
}

.fa-newspaper-o:before {
  content: ""
}

.fa-wifi:before {
  content: ""
}

.fa-calculator:before {
  content: ""
}

.fa-paypal:before {
  content: ""
}

.fa-google-wallet:before {
  content: ""
}

.fa-cc-visa:before {
  content: ""
}

.fa-cc-mastercard:before {
  content: ""
}

.fa-cc-discover:before {
  content: ""
}

.fa-cc-amex:before {
  content: ""
}

.fa-cc-paypal:before {
  content: ""
}

.fa-cc-stripe:before {
  content: ""
}

.fa-bell-slash:before {
  content: ""
}

.fa-bell-slash-o:before {
  content: ""
}

.fa-trash:before {
  content: ""
}

.fa-copyright:before {
  content: ""
}

.fa-at:before {
  content: ""
}

.fa-eyedropper:before {
  content: ""
}

.fa-paint-brush:before {
  content: ""
}

.fa-birthday-cake:before {
  content: ""
}

.fa-area-chart:before {
  content: ""
}

.fa-pie-chart:before {
  content: ""
}

.fa-line-chart:before {
  content: ""
}

.fa-lastfm:before {
  content: ""
}

.fa-lastfm-square:before {
  content: ""
}

.fa-toggle-off:before {
  content: ""
}

.fa-toggle-on:before {
  content: ""
}

.fa-bicycle:before {
  content: ""
}

.fa-bus:before {
  content: ""
}

.fa-ioxhost:before {
  content: ""
}

.fa-angellist:before {
  content: ""
}

.fa-cc:before {
  content: ""
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: ""
}

.fa-meanpath:before {
  content: ""
}

.fa-buysellads:before {
  content: ""
}

.fa-connectdevelop:before {
  content: ""
}

.fa-dashcube:before {
  content: ""
}

.fa-forumbee:before {
  content: ""
}

.fa-leanpub:before {
  content: ""
}

.fa-sellsy:before {
  content: ""
}

.fa-shirtsinbulk:before {
  content: ""
}

.fa-simplybuilt:before {
  content: ""
}

.fa-skyatlas:before {
  content: ""
}

.fa-cart-plus:before {
  content: ""
}

.fa-cart-arrow-down:before {
  content: ""
}

.fa-diamond:before {
  content: ""
}

.fa-ship:before {
  content: ""
}

.fa-user-secret:before {
  content: ""
}

.fa-motorcycle:before {
  content: ""
}

.fa-street-view:before {
  content: ""
}

.fa-heartbeat:before {
  content: ""
}

.fa-venus:before {
  content: ""
}

.fa-mars:before {
  content: ""
}

.fa-mercury:before {
  content: ""
}

.fa-intersex:before, .fa-transgender:before {
  content: ""
}

.fa-transgender-alt:before {
  content: ""
}

.fa-venus-double:before {
  content: ""
}

.fa-mars-double:before {
  content: ""
}

.fa-venus-mars:before {
  content: ""
}

.fa-mars-stroke:before {
  content: ""
}

.fa-mars-stroke-v:before {
  content: ""
}

.fa-mars-stroke-h:before {
  content: ""
}

.fa-neuter:before {
  content: ""
}

.fa-genderless:before {
  content: ""
}

.fa-facebook-official:before {
  content: ""
}

.fa-pinterest-p:before {
  content: ""
}

.fa-whatsapp:before {
  content: ""
}

.fa-server:before {
  content: ""
}

.fa-user-plus:before {
  content: ""
}

.fa-user-times:before {
  content: ""
}

.fa-bed:before, .fa-hotel:before {
  content: ""
}

.fa-viacoin:before {
  content: ""
}

.fa-train:before {
  content: ""
}

.fa-subway:before {
  content: ""
}

.fa-medium:before {
  content: ""
}

.fa-y-combinator:before, .fa-yc:before {
  content: ""
}

.fa-optin-monster:before {
  content: ""
}

.fa-opencart:before {
  content: ""
}

.fa-expeditedssl:before {
  content: ""
}

.fa-battery-4:before, .fa-battery-full:before {
  content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
  content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: ""
}

.fa-mouse-pointer:before {
  content: ""
}

.fa-i-cursor:before {
  content: ""
}

.fa-object-group:before {
  content: ""
}

.fa-object-ungroup:before {
  content: ""
}

.fa-sticky-note:before {
  content: ""
}

.fa-sticky-note-o:before {
  content: ""
}

.fa-cc-jcb:before {
  content: ""
}

.fa-cc-diners-club:before {
  content: ""
}

.fa-clone:before {
  content: ""
}

.fa-balance-scale:before {
  content: ""
}

.fa-hourglass-o:before {
  content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: ""
}

.fa-hourglass:before {
  content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: ""
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: ""
}

.fa-hand-scissors-o:before {
  content: ""
}

.fa-hand-lizard-o:before {
  content: ""
}

.fa-hand-spock-o:before {
  content: ""
}

.fa-hand-pointer-o:before {
  content: ""
}

.fa-hand-peace-o:before {
  content: ""
}

.fa-trademark:before {
  content: ""
}

.fa-registered:before {
  content: ""
}

.fa-creative-commons:before {
  content: ""
}

.fa-gg:before {
  content: ""
}

.fa-gg-circle:before {
  content: ""
}

.fa-tripadvisor:before {
  content: ""
}

.fa-odnoklassniki:before {
  content: ""
}

.fa-odnoklassniki-square:before {
  content: ""
}

.fa-get-pocket:before {
  content: ""
}

.fa-wikipedia-w:before {
  content: ""
}

.fa-safari:before {
  content: ""
}

.fa-chrome:before {
  content: ""
}

.fa-firefox:before {
  content: ""
}

.fa-opera:before {
  content: ""
}

.fa-internet-explorer:before {
  content: ""
}

.fa-television:before, .fa-tv:before {
  content: ""
}

.fa-contao:before {
  content: ""
}

.fa-500px:before {
  content: ""
}

.fa-amazon:before {
  content: ""
}

.fa-calendar-plus-o:before {
  content: ""
}

.fa-calendar-minus-o:before {
  content: ""
}

.fa-calendar-times-o:before {
  content: ""
}

.fa-calendar-check-o:before {
  content: ""
}

.fa-industry:before {
  content: ""
}

.fa-map-pin:before {
  content: ""
}

.fa-map-signs:before {
  content: ""
}

.fa-map-o:before {
  content: ""
}

.fa-map:before {
  content: ""
}

.fa-commenting:before {
  content: ""
}

.fa-commenting-o:before {
  content: ""
}

.fa-houzz:before {
  content: ""
}

.fa-vimeo:before {
  content: ""
}

.fa-black-tie:before {
  content: ""
}

.fa-fonticons:before {
  content: ""
}

* {
  padding: 0;
  margin: 0;
  outline: 0
}

*, :after, :before {
  box-sizing: border-box
}

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

body, html {
  height: 100%
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

body {
  font-smoothing: antialiased
}

img {
  border: 0;
  vertical-align: middle
}

strong {
  font-weight: 700
}

small {
  font-size: 80%
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-smoothing: antialiased
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0
}

button {
  overflow: visible
}

textarea {
  overflow: auto;
  resize: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

body {
  background: #fff;
  font-family: adobe_caslon_pro, serif;
  font-size: 16px;
  line-height: 1.38;
  color: #333
}

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

.accordion-head:after, .article-share:after, .callout:after, .clear:after, .gform_wrapper:after, .header-mobile:after, .header-row:after, .history-actions:after, .nav-secondary ul:after, .paging:after, .podcast-bottom:after, .podcast-inner:after, .podcast-player:after, .podcast:after, .row:after, .section-head:after, .section:after, .shell:after, .tab-actions:after, .tab-bottom:after, .tab-middle:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}

.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px
}

@font-face {
  font-family: adobe_caslon_pro;
  src: url(../fonts/acaslonpro-bolditalic-webfont.woff2) format("woff2"), url(../fonts/acaslonpro-bolditalic-webfont.woff) format("woff");
  font-weight: 700;
  font-style: italic
}

@font-face {
  font-family: adobe_caslon_pro;
  src: url(../fonts/acaslonpro-italic-webfont.woff2) format("woff2"), url(../fonts/acaslonpro-italic-webfont.woff) format("woff");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: adobe_caslon_pro;
  src: url(../fonts/acaslonpro-regular-webfont.woff2) format("woff2"), url(../fonts/acaslonpro-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: adobe_caslon_pro;
  src: url(../fonts/acaslonpro-semibold-webfont.woff2) format("woff2"), url(../fonts/acaslonpro-semibold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: adobe_caslon_pro;
  src: url(../fonts/acaslonpro-semibolditalic-webfont.woff2) format("woff2"), url(../fonts/acaslonpro-semibolditalic-webfont.woff) format("woff");
  font-weight: 600;
  font-style: italic
}

@font-face {
  font-family: adobe_caslon_pro;
  src: url(../fonts/acaslonpro-bold-webfont.woff2) format("woff2"), url(../fonts/acaslonpro-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: national;
  src: url(../fonts/national-extrabol-webfont.woff2) format("woff2"), url(../fonts/national-extrabol-webfont.woff) format("woff");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: national;
  src: url(../fonts/national-light-webfont.woff2) format("woff2"), url(../fonts/national-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: national;
  src: url(../fonts/national-lightitalic-webfont.woff2) format("woff2"), url(../fonts/national-lightitalic-webfont.woff) format("woff");
  font-weight: 300;
  font-style: italic
}

@font-face {
  font-family: national;
  src: url(../fonts/national-medium-webfont.woff2) format("woff2"), url(../fonts/national-medium-webfont.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: national;
  src: url(../fonts/national-regular-webfont.woff2) format("woff2"), url(../fonts/national-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: national;
  src: url(../fonts/national-semibold-webfont.woff2) format("woff2"), url(../fonts/national-semibold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: national;
  src: url(../fonts/national-bold-webfont.woff2) format("woff2"), url(../fonts/national-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

.shell {
  max-width: 1084px;
  margin: auto;
  padding: 0 20px
}

.row {
  margin-bottom: 15px
}

.col {
  float: left
}

.col-1of2 {
  width: 49.3%
}

.col-1of2+.col-1of2 {
  float: right
}

.col-1of3 {
  width: 32.5%;
  margin-right: 1.25%
}

.col-1of3:nth-child(3n+3) {
  margin-right: 0
}

.col-3of3 {
  width: 100%
}

.col-2of3 {
  width: 66.25%;
  margin-right: 1.25%
}

.col-2of3+.col {
  margin-right: 0
}

.col-size1 {
  width: 32.1%;
  margin-right: 1.25%
}

.col-size2 {
  width: 66.65%
}

.col-size3 {
  width: 66.4%;
  margin-right: 1.25%
}

.col-size4 {
  width: 32.3%
}

.columns>h4 {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  color: #767777;
  padding-bottom: 25px
}

.columns>h4 a {
  color: #900
}

.columns>h4 a:hover {
  text-decoration: underline
}

.widget-columns {
  margin-left: -15px
}

.widget-columns>.widget-column {
  padding-left: 15px;
  margin-bottom: 15px;
  width: 100%;
  float: left
}

.widget-column:nth-child(3n+2) {
  width: 33.333%
}

.widget-column:nth-child(3n+3) {
  width: 66.666%
}

.widget-column .widget {
  height: 100%
}

.grid-demo {
  background-color: #f8f8f8;
  font-size: .75em;
  padding: 10px;
  text-align: center
}

.clearfix {
  *zoom: 1
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

.grid, .grid--full, .grid--rev, .grid-uniform {
  *zoom: 1
}

.grid--full:after, .grid--rev:after, .grid-uniform:after, .grid:after {
  content: "";
  display: table;
  clear: both
}

.grid__item.clear {
  clear: both
}

.grid, .grid--full, .grid--rev, .grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -15px
}

.grid__item {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  vertical-align: top;
  width: 100%
}

.grid--rev {
  direction: rtl;
  text-align: left
}

.grid--rev>.grid__item {
  direction: ltr;
  text-align: left;
  float: right
}

.grid--full {
  margin-left: 0
}

.grid--full>.grid__item {
  padding-left: 0
}

.one-whole {
  width: 100%
}

.one-half {
  width: 50%
}

.one-third {
  width: 33.333%
}

.two-thirds {
  width: 66.666%
}

.one-quarter {
  width: 25%
}

.two-quarters {
  width: 50%
}

.three-quarters {
  width: 75%
}

.one-fifth {
  width: 20%
}

.two-fifths {
  width: 40%
}

.three-fifths {
  width: 60%
}

.four-fifths {
  width: 80%
}

.one-sixth {
  width: 16.666%
}

.two-sixths {
  width: 33.333%
}

.three-sixths {
  width: 50%
}

.four-sixths {
  width: 66.666%
}

.five-sixths {
  width: 83.333%
}

.one-eighth {
  width: 12.5%
}

.two-eighths {
  width: 25%
}

.three-eighths {
  width: 37.5%
}

.four-eighths {
  width: 50%
}

.five-eighths {
  width: 62.5%
}

.six-eighths {
  width: 75%
}

.seven-eighths {
  width: 87.5%
}

.one-tenth {
  width: 10%
}

.two-tenths {
  width: 20%
}

.three-tenths {
  width: 30%
}

.four-tenths {
  width: 40%
}

.five-tenths {
  width: 50%
}

.six-tenths {
  width: 60%
}

.seven-tenths {
  width: 70%
}

.eight-tenths {
  width: 80%
}

.nine-tenths {
  width: 90%
}

.one-twelfth {
  width: 8.333%
}

.two-twelfths {
  width: 16.666%
}

.three-twelfths {
  width: 25%
}

.four-twelfths {
  width: 33.333%
}

.five-twelfths {
  width: 41.666%
}

.six-twelfths {
  width: 50%
}

.seven-twelfths {
  width: 58.333%
}

.eight-twelfths {
  width: 66.666%
}

.nine-twelfths {
  width: 75%
}

.ten-twelfths {
  width: 83.333%
}

.eleven-twelfths {
  width: 91.666%
}

.show {
  display: block !important
}

.hide {
  display: none !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.left {
  float: left !important
}

.right {
  float: right !important
}

@media only screen and (max-width:480px) {
  .small--one-whole {
    width: 100%
  }

  .small--one-half {
    width: 50%
  }

  .small--one-third {
    width: 33.333%
  }

  .small--two-thirds {
    width: 66.666%
  }

  .small--one-quarter {
    width: 25%
  }

  .small--two-quarters {
    width: 50%
  }

  .small--three-quarters {
    width: 75%
  }

  .small--one-fifth {
    width: 20%
  }

  .small--two-fifths {
    width: 40%
  }

  .small--three-fifths {
    width: 60%
  }

  .small--four-fifths {
    width: 80%
  }

  .small--one-sixth {
    width: 16.666%
  }

  .small--two-sixths {
    width: 33.333%
  }

  .small--three-sixths {
    width: 50%
  }

  .small--four-sixths {
    width: 66.666%
  }

  .small--five-sixths {
    width: 83.333%
  }

  .small--one-eighth {
    width: 12.5%
  }

  .small--two-eighths {
    width: 25%
  }

  .small--three-eighths {
    width: 37.5%
  }

  .small--four-eighths {
    width: 50%
  }

  .small--five-eighths {
    width: 62.5%
  }

  .small--six-eighths {
    width: 75%
  }

  .small--seven-eighths {
    width: 87.5%
  }

  .small--one-tenth {
    width: 10%
  }

  .small--two-tenths {
    width: 20%
  }

  .small--three-tenths {
    width: 30%
  }

  .small--four-tenths {
    width: 40%
  }

  .small--five-tenths {
    width: 50%
  }

  .small--six-tenths {
    width: 60%
  }

  .small--seven-tenths {
    width: 70%
  }

  .small--eight-tenths {
    width: 80%
  }

  .small--nine-tenths {
    width: 90%
  }

  .small--one-twelfth {
    width: 8.333%
  }

  .small--two-twelfths {
    width: 16.666%
  }

  .small--three-twelfths {
    width: 25%
  }

  .small--four-twelfths {
    width: 33.333%
  }

  .small--five-twelfths {
    width: 41.666%
  }

  .small--six-twelfths {
    width: 50%
  }

  .small--seven-twelfths {
    width: 58.333%
  }

  .small--eight-twelfths {
    width: 66.666%
  }

  .small--nine-twelfths {
    width: 75%
  }

  .small--ten-twelfths {
    width: 83.333%
  }

  .small--eleven-twelfths {
    width: 91.666%
  }

  .small--show {
    display: block !important
  }

  .small--hide {
    display: none !important
  }

  .small--text-left {
    text-align: left !important
  }

  .small--text-right {
    text-align: right !important
  }

  .small--text-center {
    text-align: center !important
  }

  .small--left {
    float: left !important
  }

  .small--right {
    float: right !important
  }

  .grid-uniform .small--five-tenths:nth-child(odd), .grid-uniform .small--four-eighths:nth-child(odd), .grid-uniform .small--four-twelfths:nth-child(3n+1), .grid-uniform .small--one-fifth:nth-child(5n+1), .grid-uniform .small--one-half:nth-child(odd), .grid-uniform .small--one-quarter:nth-child(4n+1), .grid-uniform .small--one-sixth:nth-child(6n+1), .grid-uniform .small--one-third:nth-child(3n+1), .grid-uniform .small--one-twelfth:nth-child(12n+1), .grid-uniform .small--six-twelfths:nth-child(odd), .grid-uniform .small--three-sixths:nth-child(odd), .grid-uniform .small--three-twelfths:nth-child(4n+1), .grid-uniform .small--two-eighths:nth-child(4n+1), .grid-uniform .small--two-sixths:nth-child(3n+1), .grid-uniform .small--two-twelfths:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (min-width:481px) and (max-width:768px) {
  .medium--one-whole {
    width: 100%
  }

  .medium--one-half {
    width: 50%
  }

  .medium--one-third {
    width: 33.333%
  }

  .medium--two-thirds {
    width: 66.666%
  }

  .medium--one-quarter {
    width: 25%
  }

  .medium--two-quarters {
    width: 50%
  }

  .medium--three-quarters {
    width: 75%
  }

  .medium--one-fifth {
    width: 20%
  }

  .medium--two-fifths {
    width: 40%
  }

  .medium--three-fifths {
    width: 60%
  }

  .medium--four-fifths {
    width: 80%
  }

  .medium--one-sixth {
    width: 16.666%
  }

  .medium--two-sixths {
    width: 33.333%
  }

  .medium--three-sixths {
    width: 50%
  }

  .medium--four-sixths {
    width: 66.666%
  }

  .medium--five-sixths {
    width: 83.333%
  }

  .medium--one-eighth {
    width: 12.5%
  }

  .medium--two-eighths {
    width: 25%
  }

  .medium--three-eighths {
    width: 37.5%
  }

  .medium--four-eighths {
    width: 50%
  }

  .medium--five-eighths {
    width: 62.5%
  }

  .medium--six-eighths {
    width: 75%
  }

  .medium--seven-eighths {
    width: 87.5%
  }

  .medium--one-tenth {
    width: 10%
  }

  .medium--two-tenths {
    width: 20%
  }

  .medium--three-tenths {
    width: 30%
  }

  .medium--four-tenths {
    width: 40%
  }

  .medium--five-tenths {
    width: 50%
  }

  .medium--six-tenths {
    width: 60%
  }

  .medium--seven-tenths {
    width: 70%
  }

  .medium--eight-tenths {
    width: 80%
  }

  .medium--nine-tenths {
    width: 90%
  }

  .medium--one-twelfth {
    width: 8.333%
  }

  .medium--two-twelfths {
    width: 16.666%
  }

  .medium--three-twelfths {
    width: 25%
  }

  .medium--four-twelfths {
    width: 33.333%
  }

  .medium--five-twelfths {
    width: 41.666%
  }

  .medium--six-twelfths {
    width: 50%
  }

  .medium--seven-twelfths {
    width: 58.333%
  }

  .medium--eight-twelfths {
    width: 66.666%
  }

  .medium--nine-twelfths {
    width: 75%
  }

  .medium--ten-twelfths {
    width: 83.333%
  }

  .medium--eleven-twelfths {
    width: 91.666%
  }

  .medium--show {
    display: block !important
  }

  .medium--hide {
    display: none !important
  }

  .medium--text-left {
    text-align: left !important
  }

  .medium--text-right {
    text-align: right !important
  }

  .medium--text-center {
    text-align: center !important
  }

  .medium--left {
    float: left !important
  }

  .medium--right {
    float: right !important
  }

  .grid-uniform .medium--five-tenths:nth-child(odd), .grid-uniform .medium--four-eighths:nth-child(odd), .grid-uniform .medium--four-twelfths:nth-child(3n+1), .grid-uniform .medium--one-fifth:nth-child(5n+1), .grid-uniform .medium--one-half:nth-child(odd), .grid-uniform .medium--one-quarter:nth-child(4n+1), .grid-uniform .medium--one-sixth:nth-child(6n+1), .grid-uniform .medium--one-third:nth-child(3n+1), .grid-uniform .medium--one-twelfth:nth-child(12n+1), .grid-uniform .medium--six-twelfths:nth-child(odd), .grid-uniform .medium--three-sixths:nth-child(odd), .grid-uniform .medium--three-twelfths:nth-child(4n+1), .grid-uniform .medium--two-eighths:nth-child(4n+1), .grid-uniform .medium--two-sixths:nth-child(3n+1), .grid-uniform .medium--two-twelfths:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .medium-down--one-whole {
    width: 100%
  }

  .medium-down--one-half {
    width: 50%
  }

  .medium-down--one-third {
    width: 33.333%
  }

  .medium-down--two-thirds {
    width: 66.666%
  }

  .medium-down--one-quarter {
    width: 25%
  }

  .medium-down--two-quarters {
    width: 50%
  }

  .medium-down--three-quarters {
    width: 75%
  }

  .medium-down--one-fifth {
    width: 20%
  }

  .medium-down--two-fifths {
    width: 40%
  }

  .medium-down--three-fifths {
    width: 60%
  }

  .medium-down--four-fifths {
    width: 80%
  }

  .medium-down--one-sixth {
    width: 16.666%
  }

  .medium-down--two-sixths {
    width: 33.333%
  }

  .medium-down--three-sixths {
    width: 50%
  }

  .medium-down--four-sixths {
    width: 66.666%
  }

  .medium-down--five-sixths {
    width: 83.333%
  }

  .medium-down--one-eighth {
    width: 12.5%
  }

  .medium-down--two-eighths {
    width: 25%
  }

  .medium-down--three-eighths {
    width: 37.5%
  }

  .medium-down--four-eighths {
    width: 50%
  }

  .medium-down--five-eighths {
    width: 62.5%
  }

  .medium-down--six-eighths {
    width: 75%
  }

  .medium-down--seven-eighths {
    width: 87.5%
  }

  .medium-down--one-tenth {
    width: 10%
  }

  .medium-down--two-tenths {
    width: 20%
  }

  .medium-down--three-tenths {
    width: 30%
  }

  .medium-down--four-tenths {
    width: 40%
  }

  .medium-down--five-tenths {
    width: 50%
  }

  .medium-down--six-tenths {
    width: 60%
  }

  .medium-down--seven-tenths {
    width: 70%
  }

  .medium-down--eight-tenths {
    width: 80%
  }

  .medium-down--nine-tenths {
    width: 90%
  }

  .medium-down--one-twelfth {
    width: 8.333%
  }

  .medium-down--two-twelfths {
    width: 16.666%
  }

  .medium-down--three-twelfths {
    width: 25%
  }

  .medium-down--four-twelfths {
    width: 33.333%
  }

  .medium-down--five-twelfths {
    width: 41.666%
  }

  .medium-down--six-twelfths {
    width: 50%
  }

  .medium-down--seven-twelfths {
    width: 58.333%
  }

  .medium-down--eight-twelfths {
    width: 66.666%
  }

  .medium-down--nine-twelfths {
    width: 75%
  }

  .medium-down--ten-twelfths {
    width: 83.333%
  }

  .medium-down--eleven-twelfths {
    width: 91.666%
  }

  .medium-down--show {
    display: block !important
  }

  .medium-down--hide {
    display: none !important
  }

  .medium-down--text-left {
    text-align: left !important
  }

  .medium-down--text-right {
    text-align: right !important
  }

  .medium-down--text-center {
    text-align: center !important
  }

  .medium-down--left {
    float: left !important
  }

  .medium-down--right {
    float: right !important
  }

  .grid-uniform .medium-down--five-tenths:nth-child(odd), .grid-uniform .medium-down--four-eighths:nth-child(odd), .grid-uniform .medium-down--four-twelfths:nth-child(3n+1), .grid-uniform .medium-down--one-fifth:nth-child(5n+1), .grid-uniform .medium-down--one-half:nth-child(odd), .grid-uniform .medium-down--one-quarter:nth-child(4n+1), .grid-uniform .medium-down--one-sixth:nth-child(6n+1), .grid-uniform .medium-down--one-third:nth-child(3n+1), .grid-uniform .medium-down--one-twelfth:nth-child(12n+1), .grid-uniform .medium-down--six-twelfths:nth-child(odd), .grid-uniform .medium-down--three-sixths:nth-child(odd), .grid-uniform .medium-down--three-twelfths:nth-child(4n+1), .grid-uniform .medium-down--two-eighths:nth-child(4n+1), .grid-uniform .medium-down--two-sixths:nth-child(3n+1), .grid-uniform .medium-down--two-twelfths:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (min-width:769px) {
  .large--one-whole {
    width: 100%
  }

  .large--one-half {
    width: 50%
  }

  .large--one-third {
    width: 33.333%
  }

  .large--two-thirds {
    width: 66.666%
  }

  .large--one-quarter {
    width: 25%
  }

  .large--two-quarters {
    width: 50%
  }

  .large--three-quarters {
    width: 75%
  }

  .large--one-fifth {
    width: 20%
  }

  .large--two-fifths {
    width: 40%
  }

  .large--three-fifths {
    width: 60%
  }

  .large--four-fifths {
    width: 80%
  }

  .large--one-sixth {
    width: 16.666%
  }

  .large--two-sixths {
    width: 33.333%
  }

  .large--three-sixths {
    width: 50%
  }

  .large--four-sixths {
    width: 66.666%
  }

  .large--five-sixths {
    width: 83.333%
  }

  .large--one-eighth {
    width: 12.5%
  }

  .large--two-eighths {
    width: 25%
  }

  .large--three-eighths {
    width: 37.5%
  }

  .large--four-eighths {
    width: 50%
  }

  .large--five-eighths {
    width: 62.5%
  }

  .large--six-eighths {
    width: 75%
  }

  .large--seven-eighths {
    width: 87.5%
  }

  .large--one-tenth {
    width: 10%
  }

  .large--two-tenths {
    width: 20%
  }

  .large--three-tenths {
    width: 30%
  }

  .large--four-tenths {
    width: 40%
  }

  .large--five-tenths {
    width: 50%
  }

  .large--six-tenths {
    width: 60%
  }

  .large--seven-tenths {
    width: 70%
  }

  .large--eight-tenths {
    width: 80%
  }

  .large--nine-tenths {
    width: 90%
  }

  .large--one-twelfth {
    width: 8.333%
  }

  .large--two-twelfths {
    width: 16.666%
  }

  .large--three-twelfths {
    width: 25%
  }

  .large--four-twelfths {
    width: 33.333%
  }

  .large--five-twelfths {
    width: 41.666%
  }

  .large--six-twelfths {
    width: 50%
  }

  .large--seven-twelfths {
    width: 58.333%
  }

  .large--eight-twelfths {
    width: 66.666%
  }

  .large--nine-twelfths {
    width: 75%
  }

  .large--ten-twelfths {
    width: 83.333%
  }

  .large--eleven-twelfths {
    width: 91.666%
  }

  .large--show {
    display: block !important
  }

  .large--hide {
    display: none !important
  }

  .large--text-left {
    text-align: left !important
  }

  .large--text-right {
    text-align: right !important
  }

  .large--text-center {
    text-align: center !important
  }

  .large--left {
    float: left !important
  }

  .large--right {
    float: right !important
  }

  .grid-uniform .large--five-tenths:nth-child(odd), .grid-uniform .large--four-eighths:nth-child(odd), .grid-uniform .large--four-twelfths:nth-child(3n+1), .grid-uniform .large--one-fifth:nth-child(5n+1), .grid-uniform .large--one-half:nth-child(odd), .grid-uniform .large--one-quarter:nth-child(4n+1), .grid-uniform .large--one-sixth:nth-child(6n+1), .grid-uniform .large--one-third:nth-child(3n+1), .grid-uniform .large--one-twelfth:nth-child(12n+1), .grid-uniform .large--six-twelfths:nth-child(odd), .grid-uniform .large--three-sixths:nth-child(odd), .grid-uniform .large--three-twelfths:nth-child(4n+1), .grid-uniform .large--two-eighths:nth-child(4n+1), .grid-uniform .large--two-sixths:nth-child(3n+1), .grid-uniform .large--two-twelfths:nth-child(6n+1) {
    clear: both
  }
}

[class*=push--] {
  position: relative
}

.push--one-whole {
  left: 100%
}

.push--one-half {
  left: 50%
}

.push--one-third {
  left: 33.333%
}

.push--two-thirds {
  left: 66.666%
}

.push--one-quarter {
  left: 25%
}

.push--two-quarters {
  left: 50%
}

.push--three-quarters {
  left: 75%
}

.push--one-fifth {
  left: 20%
}

.push--two-fifths {
  left: 40%
}

.push--three-fifths {
  left: 60%
}

.push--four-fifths {
  left: 80%
}

.push--one-sixth {
  left: 16.666%
}

.push--two-sixths {
  left: 33.333%
}

.push--three-sixths {
  left: 50%
}

.push--four-sixths {
  left: 66.666%
}

.push--five-sixths {
  left: 83.333%
}

.push--one-eighth {
  left: 12.5%
}

.push--two-eighths {
  left: 25%
}

.push--three-eighths {
  left: 37.5%
}

.push--four-eighths {
  left: 50%
}

.push--five-eighths {
  left: 62.5%
}

.push--six-eighths {
  left: 75%
}

.push--seven-eighths {
  left: 87.5%
}

.push--one-tenth {
  left: 10%
}

.push--two-tenths {
  left: 20%
}

.push--three-tenths {
  left: 30%
}

.push--four-tenths {
  left: 40%
}

.push--five-tenths {
  left: 50%
}

.push--six-tenths {
  left: 60%
}

.push--seven-tenths {
  left: 70%
}

.push--eight-tenths {
  left: 80%
}

.push--nine-tenths {
  left: 90%
}

.push--one-twelfth {
  left: 8.333%
}

.push--two-twelfths {
  left: 16.666%
}

.push--three-twelfths {
  left: 25%
}

.push--four-twelfths {
  left: 33.333%
}

.push--five-twelfths {
  left: 41.666%
}

.push--six-twelfths {
  left: 50%
}

.push--seven-twelfths {
  left: 58.333%
}

.push--eight-twelfths {
  left: 66.666%
}

.push--nine-twelfths {
  left: 75%
}

.push--ten-twelfths {
  left: 83.333%
}

.push--eleven-twelfths {
  left: 91.666%
}

@media only screen and (min-width:481px) and (max-width:768px) {
  .push--medium--one-whole {
    left: 100%
  }

  .push--medium--one-half {
    left: 50%
  }

  .push--medium--one-third {
    left: 33.333%
  }

  .push--medium--two-thirds {
    left: 66.666%
  }

  .push--medium--one-quarter {
    left: 25%
  }

  .push--medium--two-quarters {
    left: 50%
  }

  .push--medium--three-quarters {
    left: 75%
  }

  .push--medium--one-fifth {
    left: 20%
  }

  .push--medium--two-fifths {
    left: 40%
  }

  .push--medium--three-fifths {
    left: 60%
  }

  .push--medium--four-fifths {
    left: 80%
  }

  .push--medium--one-sixth {
    left: 16.666%
  }

  .push--medium--two-sixths {
    left: 33.333%
  }

  .push--medium--three-sixths {
    left: 50%
  }

  .push--medium--four-sixths {
    left: 66.666%
  }

  .push--medium--five-sixths {
    left: 83.333%
  }

  .push--medium--one-eighth {
    left: 12.5%
  }

  .push--medium--two-eighths {
    left: 25%
  }

  .push--medium--three-eighths {
    left: 37.5%
  }

  .push--medium--four-eighths {
    left: 50%
  }

  .push--medium--five-eighths {
    left: 62.5%
  }

  .push--medium--six-eighths {
    left: 75%
  }

  .push--medium--seven-eighths {
    left: 87.5%
  }

  .push--medium--one-tenth {
    left: 10%
  }

  .push--medium--two-tenths {
    left: 20%
  }

  .push--medium--three-tenths {
    left: 30%
  }

  .push--medium--four-tenths {
    left: 40%
  }

  .push--medium--five-tenths {
    left: 50%
  }

  .push--medium--six-tenths {
    left: 60%
  }

  .push--medium--seven-tenths {
    left: 70%
  }

  .push--medium--eight-tenths {
    left: 80%
  }

  .push--medium--nine-tenths {
    left: 90%
  }

  .push--medium--one-twelfth {
    left: 8.333%
  }

  .push--medium--two-twelfths {
    left: 16.666%
  }

  .push--medium--three-twelfths {
    left: 25%
  }

  .push--medium--four-twelfths {
    left: 33.333%
  }

  .push--medium--five-twelfths {
    left: 41.666%
  }

  .push--medium--six-twelfths {
    left: 50%
  }

  .push--medium--seven-twelfths {
    left: 58.333%
  }

  .push--medium--eight-twelfths {
    left: 66.666%
  }

  .push--medium--nine-twelfths {
    left: 75%
  }

  .push--medium--ten-twelfths {
    left: 83.333%
  }

  .push--medium--eleven-twelfths {
    left: 91.666%
  }
}

@media only screen and (max-width:768px) {
  .push--medium-down--one-whole {
    left: 100%
  }

  .push--medium-down--one-half {
    left: 50%
  }

  .push--medium-down--one-third {
    left: 33.333%
  }

  .push--medium-down--two-thirds {
    left: 66.666%
  }

  .push--medium-down--one-quarter {
    left: 25%
  }

  .push--medium-down--two-quarters {
    left: 50%
  }

  .push--medium-down--three-quarters {
    left: 75%
  }

  .push--medium-down--one-fifth {
    left: 20%
  }

  .push--medium-down--two-fifths {
    left: 40%
  }

  .push--medium-down--three-fifths {
    left: 60%
  }

  .push--medium-down--four-fifths {
    left: 80%
  }

  .push--medium-down--one-sixth {
    left: 16.666%
  }

  .push--medium-down--two-sixths {
    left: 33.333%
  }

  .push--medium-down--three-sixths {
    left: 50%
  }

  .push--medium-down--four-sixths {
    left: 66.666%
  }

  .push--medium-down--five-sixths {
    left: 83.333%
  }

  .push--medium-down--one-eighth {
    left: 12.5%
  }

  .push--medium-down--two-eighths {
    left: 25%
  }

  .push--medium-down--three-eighths {
    left: 37.5%
  }

  .push--medium-down--four-eighths {
    left: 50%
  }

  .push--medium-down--five-eighths {
    left: 62.5%
  }

  .push--medium-down--six-eighths {
    left: 75%
  }

  .push--medium-down--seven-eighths {
    left: 87.5%
  }

  .push--medium-down--one-tenth {
    left: 10%
  }

  .push--medium-down--two-tenths {
    left: 20%
  }

  .push--medium-down--three-tenths {
    left: 30%
  }

  .push--medium-down--four-tenths {
    left: 40%
  }

  .push--medium-down--five-tenths {
    left: 50%
  }

  .push--medium-down--six-tenths {
    left: 60%
  }

  .push--medium-down--seven-tenths {
    left: 70%
  }

  .push--medium-down--eight-tenths {
    left: 80%
  }

  .push--medium-down--nine-tenths {
    left: 90%
  }

  .push--medium-down--one-twelfth {
    left: 8.333%
  }

  .push--medium-down--two-twelfths {
    left: 16.666%
  }

  .push--medium-down--three-twelfths {
    left: 25%
  }

  .push--medium-down--four-twelfths {
    left: 33.333%
  }

  .push--medium-down--five-twelfths {
    left: 41.666%
  }

  .push--medium-down--six-twelfths {
    left: 50%
  }

  .push--medium-down--seven-twelfths {
    left: 58.333%
  }

  .push--medium-down--eight-twelfths {
    left: 66.666%
  }

  .push--medium-down--nine-twelfths {
    left: 75%
  }

  .push--medium-down--ten-twelfths {
    left: 83.333%
  }

  .push--medium-down--eleven-twelfths {
    left: 91.666%
  }
}

@media only screen and (min-width:769px) {
  .push--large--one-whole {
    left: 100%
  }

  .push--large--one-half {
    left: 50%
  }

  .push--large--one-third {
    left: 33.333%
  }

  .push--large--two-thirds {
    left: 66.666%
  }

  .push--large--one-quarter {
    left: 25%
  }

  .push--large--two-quarters {
    left: 50%
  }

  .push--large--three-quarters {
    left: 75%
  }

  .push--large--one-fifth {
    left: 20%
  }

  .push--large--two-fifths {
    left: 40%
  }

  .push--large--three-fifths {
    left: 60%
  }

  .push--large--four-fifths {
    left: 80%
  }

  .push--large--one-sixth {
    left: 16.666%
  }

  .push--large--two-sixths {
    left: 33.333%
  }

  .push--large--three-sixths {
    left: 50%
  }

  .push--large--four-sixths {
    left: 66.666%
  }

  .push--large--five-sixths {
    left: 83.333%
  }

  .push--large--one-eighth {
    left: 12.5%
  }

  .push--large--two-eighths {
    left: 25%
  }

  .push--large--three-eighths {
    left: 37.5%
  }

  .push--large--four-eighths {
    left: 50%
  }

  .push--large--five-eighths {
    left: 62.5%
  }

  .push--large--six-eighths {
    left: 75%
  }

  .push--large--seven-eighths {
    left: 87.5%
  }

  .push--large--one-tenth {
    left: 10%
  }

  .push--large--two-tenths {
    left: 20%
  }

  .push--large--three-tenths {
    left: 30%
  }

  .push--large--four-tenths {
    left: 40%
  }

  .push--large--five-tenths {
    left: 50%
  }

  .push--large--six-tenths {
    left: 60%
  }

  .push--large--seven-tenths {
    left: 70%
  }

  .push--large--eight-tenths {
    left: 80%
  }

  .push--large--nine-tenths {
    left: 90%
  }

  .push--large--one-twelfth {
    left: 8.333%
  }

  .push--large--two-twelfths {
    left: 16.666%
  }

  .push--large--three-twelfths {
    left: 25%
  }

  .push--large--four-twelfths {
    left: 33.333%
  }

  .push--large--five-twelfths {
    left: 41.666%
  }

  .push--large--six-twelfths {
    left: 50%
  }

  .push--large--seven-twelfths {
    left: 58.333%
  }

  .push--large--eight-twelfths {
    left: 66.666%
  }

  .push--large--nine-twelfths {
    left: 75%
  }

  .push--large--ten-twelfths {
    left: 83.333%
  }

  .push--large--eleven-twelfths {
    left: 91.666%
  }
}

.header {
  border-bottom: 1px solid #767777;
  margin-bottom: 40px;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff
}

body.logged-in.admin-bar .header {
  top: 32px !important
}

body.logged-in.admin-bar #main {
  margin-top: 140px !important
}

.header>.shell {
  display: table;
  width: 100%
}

.header>.shell>* {
  display: table-cell;
  vertical-align: middle;
  float: none
}

.header .logo {
  max-width: 100%;
  height: auto
}

.icon-logo {
  display: block;
  width: 120px;
  height: 50px;
  margin: -10px auto 0
}

.logo {
  float: left;
  width: 180px;
  border-left: 1px solid #767777
}

.logo img {
  max-width: 200px;
  height: auto
}

.logo path {
  fill: #900
}

.ico-culture, .ico-hearth, .ico-radio {
  background-image: url(../img/header-tabs-icons.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 14px
}

.ico-culture {
  width: 25px;
  height: 21px;
  background-position: 0 0
}

.header-mobile .ico-culture, li.current .ico-culture, li:hover .ico-culture {
  background-position: -25px 0
}

.ico-hearth {
  width: 33px;
  height: 19px;
  background-position: 0 -21px
}

.header-mobile .ico-hearth, li.current .ico-hearth, li:hover .ico-hearth {
  background-position: -50px 0
}

.ico-radio {
  width: 23px;
  height: 21px;
  background-position: -50px -19px
}

.header-mobile .ico-radio, li.current .ico-radio, li:hover .ico-radio {
  background-position: 0 -40px
}

.icon {
  display: block;
  margin: 0 auto 14px;
  max-height: 21px;
  max-width: 33px
}

.header-mobile .icon-static, .icon-active, li.current .icon-static, li:hover .icon-static {
  display: none
}

.header-mobile .icon-active, li.current .icon-active, li:hover .icon-active {
  display: block
}

.header-tabs {
  width: 317px;
  float: left
}

.tabs-nav ul {
  display: table;
  width: 100%;
  text-transform: uppercase
}

.tabs-nav li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #767777;
  width: 33.33%;
  height: 123px;
  font-size: 14px;
  font-weight: 600
}

.tabs-nav li:last-child {
  border-right: 1px solid #767777
}

.tabs-nav a {
  display: block;
  color: #900;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.tabs-nav li path {
  fill: #900 !important
}

.tabs-nav li.current, .tabs-nav li:hover {
  background-color: #900;
  color: #fff
}

.tabs-nav li.current a, .tabs-nav li:hover a {
  color: #fff
}

.tabs-nav li.current path, .tabs-nav li:hover path {
  fill: #fff !important
}

.icon-radio {
  width: 23px;
  height: 21px
}

.icon-culture {
  width: 25px;
  height: 21px
}

.icon-giving {
  width: 33px;
  height: 19px
}

.tab {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #900;
  padding: 20px 0;
  display: none
}

.tab-actions ul {
  list-style: none
}

.tab-actions a {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #680000;
  float: left;
  width: 32.2%;
  margin-right: 1.7%;
  text-align: center;
  padding: 39px 10px 31px;
  margin-bottom: 14px;
  transition: .5s
}

.tab-actions a:nth-child(3n+3) {
  margin-right: 0
}

.tab-actions a:hover {
  background-color: #fff;
  color: #680000
}

.tab-middle {
  border-top: 1px solid #680000;
  border-bottom: 1px solid #680000;
  padding: 20px 0
}

.tab-bottom {
  padding-top: 15px;
  position: relative;
  min-height: 50px
}

.tab-bottom .gform_heading {
  display: none
}

.tab-bottom .gform_wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 340px
}

.tab-bottom .gform_wrapper ul {
  list-style-type: none
}

.tab-bottom .gform_wrapper .gfield_label {
  display: none
}

.tab-bottom .gform_body {
  width: 100%;
  padding-right: 94px
}

.tab-bottom .gfield input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  padding: 7px 0 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.tab-bottom .gfield input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.tab-bottom .gfield input:-moz-placeholder, .tab-bottom .gfield input::-moz-placeholder {
  color: #fff;
  opacity: 1
}

.tab-bottom .gfield input:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.tab-bottom .gform_footer {
  position: absolute;
  right: 0;
  bottom: 0
}

.tab-bottom .gform_button {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: .5s
}

.tab-bottom .gform_button:hover {
  background-color: #fff;
  color: #900
}

.nav {
  font-size: 19px;
  font-family: national, serif;
  color: #fff;
  line-height: 1.1;
  float: left;
  padding-top: 11px
}

.nav ul {
  list-style-type: none
}

.nav li {
  float: left;
  padding-right: 15px
}

.nav li:after {
  content: "|";
  display: inline-block;
  margin-left: 15px
}

.nav li:last-child:after {
  display: none
}

.nav a {
  color: inherit
}

.nav a:hover {
  text-decoration: underline
}

.tab .socials {
  float: right
}

.tab .socials a {
  font-size: 16px;
  width: 41px;
  height: 41px;
  background-color: #680000
}

.nav-secondary {
  float: left;
  font-size: 15px;
  line-height: 1;
  color: #fff
}

.nav-secondary ul {
  list-style-type: none;
  width: 640px
}

.nav-secondary>ul>li {
  width: 320px;
  float: left;
  padding-right: 34px
}

.nav-secondary li {
  display: block;
  padding-bottom: 12px
}

.nav-secondary a {
  display: block;
  color: inherit
}

.nav-secondary a:hover {
  text-decoration: underline
}

#player {
  border: 0;
  width: 100%;
  height: 5px;
  display: block
}

.audio-player {
  float: left;
  padding: 8px 17px;
  border-right: 1px solid #767777;
  max-width: 280px;
  position: relative
}

.audio-player .play-button {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-top: 22px
}

@media (max-width:767px) {
  .audio-player .play-button {
    margin-top: 0
  }
}

.audio-player .play-button i {
  width: 63px;
  height: 63px
}

.audio-player .audio-information {
  padding-left: 17px;
  padding-top: 0;
  overflow: hidden;
  float: none
}

@media (max-width:950px) and (min-width:768px) {
  .audio-player .audio-information {
    width: 66%
  }
}

.audio-player h4 {
  line-height: 1.2;
  font-family: national, serif;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.audio-player h4 span {
  font-weight: 400
}

.audio-player h5 {
  font-size: 16px;
  line-height: 1.4;
  color: #900;
  font-weight: 500;
  font-family: national, serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.audio-player a:not(.btn) {
  font-family: national, serif;
  color: #000;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase
}

.audio-player a:hover:not(.btn) {
  color: #900
}

.play-button .icon-play {
  display: none
}

.play-button .icon-stop, .play-button.paused .icon-play {
  display: block
}

.play-button.paused .icon-stop {
  display: none
}

.audio-player-button path, .audio-player-button rect, .audio-player path, .audio-player rect {
  fill: #900
}

.audio-player-button circle, .audio-player circle {
  stroke: #900
}

.ico-profile {
  background: url(../img/ico-profile.png) no-repeat 0 0;
  width: 22px;
  height: 20px;
  display: block;
  margin: 0 auto
}

.login-tab {
  width: 107px;
  float: left;
  border-left: 1px solid #767777;
  border-right: 1px solid #767777;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4
}

.login-tab i {
  margin-bottom: 7px
}

.login-tab a {
  text-align: center;
  color: #767777;
  display: block
}

.header-mobile {
  border-bottom: 1px solid #767777;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  display: none
}

.header-mobile .logo {
  padding: 15px 15px 0 20px;
  width: 100px;
  border-left: none
}

.header-mobile .icon-giving {
  width: 33px;
  margin-bottom: 0
}

.header-mobile .icon-giving path {
  fill: #900
}

.header-mobile .header-actions {
  display: table;
  float: right;
  height: 63px
}

.header-mobile .header-actions a {
  width: 46px;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #767777;
  padding: 0 7px;
  position: relative
}

.header-mobile .header-actions a.active:after {
  content: "";
  border-style: solid;
  border-width: 0 6px 6px;
  border-color: transparent transparent #900;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px
}

.hearth-link img {
  max-width: 30px;
  height: auto
}

.header-mobile .header-actions .menu-button {
  font-size: 13px;
  text-transform: uppercase;
  color: #900;
  padding: 6px 7px 0
}

.header-mobile .header-actions a.audio-player-button {
  padding: 7px 7px 0
}

.audio-player-button .icon-play {
  display: none
}

.audio-player-button .icon-stop, .audio-player-button.paused .icon-play {
  display: block
}

.audio-player-button.paused .icon-stop {
  display: none
}

#main {
  margin-top: 130px
}

.box {
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #f2f2f1
}

.box.box-alt {
  background-color: transparent
}

.box-primary {
  min-height: 340px !important
}

.box .box-background {
  display: none
}

.box .box-content {
  padding: 17px 17px 51px;
  position: relative
}

.box-primary .box-content {
  padding: 15px 25px 30px
}

.box h2, .col-2of3 .box h2, .col-3of3 .box.box-primary h2 {
  font-family: national, serif;
  color: #fff;
  font-size: 70px;
  line-height: .88;
  letter-spacing: -.01em;
  max-width: 770px;
  padding-bottom: 30px
}

.box h2 {
  font-size: 50px;
  font-weight: 500;
  padding-bottom: 15px
}

.box h2, .col-2of3 .box h2 {
  color: #000
}

.box h2 a {
  color: inherit
}

.box h3 {
  font-size: 30px;
  line-height: 1.1;
  color: #000;
  font-weight: 500;
  font-family: national, serif;
  margin-bottom: 15px
}

.box h3.long-title {
  font-size: 24px
}

.box h3 a {
  color: inherit
}

.box h4 {
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  color: #900
}

.box h4 a {
  color: inherit
}

.box .box-content p {
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  padding-bottom: 15px
}

.box img {
  width: 100%;
  height: auto
}

.box .box-category {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  bottom: 11px;
  left: 17px;
  right: 17px;
  color: #767777
}

.box .box-category path {
  fill: #900
}

.box .box-category a, .box .box-category span {
  color: #900;
  display: inline-block;
  padding-right: 2px
}

.box .box-category .icon {
  width: 23px;
  display: inline;
  vertical-align: text-bottom;
  margin-top: -3px;
  margin-right: 6px
}

.box .box-category .icon svg {
  width: 23px
}

.box .box-category .icon path {
  fill: #900
}

.box-primary .box-category {
  color: #fff;
  left: 25px;
  right: 25px;
  font-size: 18px;
  bottom: 25px
}

.box-primary .box-category a {
  color: #fff
}

.box-secondary .box-content {
  padding: 20px
}

.box-secondary h4 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px
}

.col-2of3 .box-no-image .box-content {
  padding: 30px 19px 51px
}

.callout, .widget .callout {
  background-color: #ffcd02;
  padding: 43px 33px;
  position: relative
}

.widget.multiline_cta {
  padding: 0
}

.col .callout {
  margin-bottom: 0
}

.callout h2 {
  font-size: 38px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.08;
  color: #900;
  vertical-align: middle
}

.callout h2 em {
  font-weight: 400
}

.callout .callout-image {
  margin: 0 35px 0 15px
}

.callout .callout-entry, .callout .callout-image {
  display: inline-block;
  vertical-align: middle
}

.callout .callout-content {
  float: left;
  padding-right: 140px
}

.callout .btn {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.callout.callout-wide .icon {
  max-width: 97px;
  display: inline-block
}

.callout.callout-wide .icon-giving {
  width: 97px;
  height: 57px
}

.section {
  padding-bottom: 20px;
  clear: both
}

.section~.section {
  padding-top: 40px
}

.section .section-head {
  margin-bottom: 15px;
  position: relative
}

.section .section-head h3 {
  font-family: national, serif;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -.03em;
  color: #900;
  font-weight: 900;
  border-bottom: 1px solid #767777;
  padding-bottom: 15px;
  padding-top: 15px
}

.section .section-head h3 a {
  color: #900
}

.section .section-head h3 span {
  font-weight: 400
}

.section .section-head h3 small {
  font-size: 50%
}

.section-head .section-image {
  background-color: #900;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.section-head .section-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 21px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.section .section-image path {
  fill: #fff !important
}

.section .section-head+.columns {
  padding-top: 25px
}

.post-type-archive-schedule .section .section-head {
  margin-bottom: 0
}

.section-box {
  background-size: cover;
  background-position: bottom;
  padding: 20px 45px 52px;
  font-family: national, serif;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #fff
}

.section-box.section-black {
  color: #000;
  background-position: top
}

.section-box .background {
  display: none
}

.section-box h3 {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -.01em;
  font-family: national, serif;
  font-weight: 600;
  padding-bottom: 30px
}

.section-box p {
  padding-bottom: 10px
}

.section-playlist .section-head {
  border-bottom: none
}

.section-playlist .accordion-top {
  border: none;
  background-color: #900;
  padding: 17px 15px 13px;
  margin-bottom: 0
}

.section-playlist .accordion-top h3 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  margin: 10px 0 0
}

.section-playlist .accordion-top i {
  float: right
}

.section-playlist .accordion-top a {
  font-size: 20px;
  color: #fff;
  float: right;
  line-height: 30px;
  padding-right: 50px
}

.section-playlist .accordion-top a i {
  float: none;
  width: 30px;
  height: 30px
}

.section-playlist .accordion-section:after {
  display: none
}

.section-playlist .paging {
  margin-top: 15px;
  padding-bottom: 40px;
  margin-bottom: 20px
}

.section-playlist .expanded .accordion-content {
  margin-bottom: 0;
  border: none
}

.section-playlist .accordion-body {
  margin-left: 0
}

.section-podcasts .section-head {
  margin-bottom: 30px
}

.section-podcasts .content {
  width: 66%;
  margin-bottom: 0
}

.paging {
  border-bottom: 1px solid #cdccca;
  margin-bottom: 18px
}

.paging a {
  display: inline-block;
  border: 1px solid #f2f2f1;
  text-align: center;
  padding: 18px 33px 10px;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #900;
  width: 49.25%;
  position: relative;
  transition: .5s
}

.paging a:hover {
  background-color: #900;
  color: #fff
}

.paging a.disabled, .paging a.disabled:hover {
  background-color: #f2f2f1;
  color: #d2d2cf
}

.paging i {
  font-weight: 400;
  position: absolute;
  top: 50%;
  font-size: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.paging .paging-prev {
  float: left
}

.paging .paging-prev i {
  left: 23px
}

.paging .paging-next {
  float: right
}

.paging .paging-next i {
  right: 23px
}

.paging-secondary {
  text-align: center;
  padding-bottom: 37px
}

.paging-secondary a, .paging-secondary span {
  padding: 17px 5px 9px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #900;
  color: #900;
  background-color: #fff;
  font-size: 30px;
  line-height: 1;
  width: 57px;
  text-align: center;
  margin: 4px;
  transition: .5s
}

.paging-secondary span {
  cursor: pointer
}

.paging-secondary a:hover, .paging-secondary span.current {
  color: #fff;
  background-color: #900
}

.paging-secondary a.page-numbers {
  padding-top: 20px
}

.section.section-socials .socials {
  float: right;
  padding-top: 9px;
  text-align: right
}

.section.section-socials .hide_on_socials_section {
  visibility: hidden
}

.section.section-socials ul {
  float: right
}

.socials ul {
  list-style-type: none
}

.socials li {
  float: left;
  margin-left: 13px
}

.socials li a {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #900;
  border-radius: 50%;
  font-size: 20px;
  color: #fff
}

.socials li a:hover {
  opacity: .7
}

.socials li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

/* FIXME change color of weekday li text when hovered over here */
.weekday :hover{
  color: #D57e2f !important;
  /* color: red !important; */
}

/* FIXME modify color of unselected text for days of the week here */
.nav-shows {
  border-bottom: 1px solid #767777;
  /* font-family: national, serif !important; */
  font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif !important;
  font-size: 26px;
  line-height: 1.19;
  /* color: #767777; */
  color: #314A8D;
  font-weight: 500
}

.nav-shows span {
  font-family: adobe_caslon_pro, serif;
  display: block;
  font-size: 15px;
  font-style: italic;
  line-height: 1.4
}

.nav-shows ul {
  display: table;
  width: 100%
}

.nav-shows ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f2f2f1
}

.nav-shows ul li:first-child {
  border-left: 1px solid #f2f2f1
}

/* FIXME modifies properties of schedule navigation header */
.nav-shows a {
  color: inherit;
  display: block;
  padding: 17px 10px;
  text-decoration: none !important;
}

#ltr-calendar-container{
  position: relative;
}

#timezone-selector {
  position: relative;
  width: 60%;
  top: 200px;
  left: 70px;
  /* padding-left: 73px; */
  z-index: 999;
}


/* FIXME this fixes a conflict between wordpress (theme) margins and semantic UI
that causes the hidden radio input (and thus the clickable area) to be offset from
the visible button representation. It may only work on the specific LTR theme */
.ui.checkbox input[type="radio"]{
  margin: 0 0 0 0 !important;
}

.timezone-text label{
  font-size: medium !important;
  color: #b3b3b3 !important;
}

.spacer {
  width: 20px;
}

/* FIXME modify current background/foreground color for highlited
day here */
.nav-shows .current_menu_item a, .nav-shows a:hover {
  /* background-color: #900; */
  background-color: #314A8D;
  color: #fff
}

/* FIXME edit spacing between programs here */
.accordion-head {
  margin-top: 30px;
}

.accordion-body {
  display: none
}

.accordion-body.accordion-body--open {
  display: block
}

.accordion-top {
  border-bottom: 1px solid #767777;
  padding: 15px 0;
  margin-bottom: 40px;
  background-color: #fff;
  overflow: hidden
}

/* FIXME change day schedule header here */
.accordion-top h3 {
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif !important;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #000;
  padding-left: 10px;
  line-height: 1.03;
  text-transform: none !important;
}

.accordion-top+.accordion-section .accordion-image:before {
  content: "";
  border-style: solid;
  border-width: 7px 7px 0;
  border-color: #767777 transparent transparent;
  position: absolute;
  top: -40px;
  /* left: 50%; */
  left: 28px;
  margin-left: -7px
}

.accordion-section:after {
  content: "";
  left: 28px;
  width: 1px;
  top: -40px;
  bottom: 0;
  display: inline-block;
  background-color: #767777;
  position: absolute
}

.accordion-section {
  position: relative
}

.accordion-section:last-child:before {
  content: "";
  /* background-color: #fff; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1
}

.accordion-image {
  float: left;
  margin-right: 15px;
  position: relative
}

.accordion-image img {
  max-width: 57px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 9
}

.accordion-image .default-avatar {
  background-color: #900;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  z-index: 9;
  position: relative
}

.default-avatar i {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 21px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.default-avatar path {
  fill: #fff !important
}

/* FIXME edit program title styles here */
/* .accordion-content h3{
  margin-top: 0px !important;
  margin-bottom: 0px !important; */


/* FIXME edit time pair styles here */
.accordion-content h4{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* FIXME edit spacing between programs here */
.accordion-content {
  cursor: pointer;
  border-bottom: 1px solid #d0cfce;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 18px;
  position: relative;
  z-index: 6
}

.accordion-content:after {
  content: "";
  background: url(../img/ico-arrow-right.png) no-repeat 0 0;
  width: 9px;
  height: 17px;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 25px;
  transition: .6s
}

.expanded .accordion-content:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

/* FIXME modify the color of the time block here */
.accordion-content h4 {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.33;
  /* color: #900; */
  color: #D57E2F;
  padding-left: 2px;
  padding-bottom: 5px
}

/* FIXME edit program title styles here */
.accordion-content h3 {
  font-family: national, serif;
  font-size: 33px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  text-transform: none;
}

.accordion-content h3 small {
  font-family: adobe_caslon_pro, sans-serif;
  font-style: italic;
  display: inline-block;
  vertical-align: bottom;
  font-size: 21px;
  line-height: 1;
  font-weight: 400
}

.accordion-body {
  position: relative;
  z-index: 6;
  margin-left: 73px;
  padding-bottom: 15px;
  font-size: 19px;
  line-height: 1.21;
  color: #000
}

.accordion-body p {
  padding-bottom: 22px;
  font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif !important;
}

.accordion-body a {
  color: #900
}

.accordion-body a:hover {
  text-decoration: underline
}

.accordion-body table {
  border-top: 1px solid #cdccca;
  border-bottom: 1px solid #cdccca;
  width: 100%
}

.accordion-body thead th {
  font-size: 19px;
  line-height: 1.4;
  font-family: national, serif;
  font-weight: 500;
  color: #767777;
  text-transform: uppercase
}

.accordion-body thead th i {
  display: block;
  margin: 0 auto;
  text-align: center
}

.accordion-body table td, .accordion-body table th {
  border-right: 1px solid #cdccca;
  padding: 15px;
  min-width: 100px
}

.accordion-body table td.spine, .accordion-body table th.spine {
  min-width: 130px
}

.accordion-body table th {
  text-align: left
}

.accordion-body table tbody th {
  text-align: center
}

.accordion-body table tbody td {
  text-align: left
}

.accordion-body table td:last-child, .accordion-body table th:last-child {
  border: none;
  text-align: center
}

.accordion-body tbody {
  font-size: 17px;
  line-height: 1.4;
  -webkit-font-smoothing: 600px;
  font-family: national, serif
}

.accordion-body tbody tr:nth-child(2n+2)>* {
  background-color: #fff
}

.accordion-body tbody tr>* {
  background-color: #f2f2f1
}

.accordion-body tbody .btn {
  font-style: normal;
  line-height: 1.5;
  font-family: adobe_caslon_pro, sans-serif
}

.day-schedule {
  display: none
}

.active-schedule {
  display: block
}

.content {
  width: 63.6%;
  float: left;
  margin-bottom: 40px
}

#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left
}

#wp-calendar a {
  display: block
}

#wp-calendar caption {
  text-align: center;
  width: 100%
}

#wp-calendar td, #wp-calendar th {
  padding: 3px 6%;
  text-align: center
}

.search-form label {
  width: 73%;
  display: inline-block
}

.search-form .search-field {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #900;
  font-size: 15px;
  line-height: 1.8;
  color: #900;
  width: 100%;
  text-overflow: ellipsis;
  background-color: transparent;
  padding-top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.search-form .search-field::-webkit-input-placeholder {
  color: #900;
  opacity: 1
}

.search-form .search-field::-moz-placeholder {
  color: #900;
  opacity: 1
}

.search-form .search-field:-ms-input-placeholder {
  color: #900;
  opacity: 1
}

.search-form .search-field:-moz-placeholder {
  color: #900;
  opacity: 1
}

.search-form .search-submit {
  vertical-align: bottom;
  max-width: 28%;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #900;
  border: 1px solid #900;
  background-color: transparent;
  padding: 9px 9px 5px;
  border-radius: 0;
  height: auto;
  line-height: 1.4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.sidebar {
  width: 32.3%;
  float: right;
  margin-bottom: 20px
}

.widgets {
  list-style-type: none
}

.widget {
  background-color: #ffcd02;
  margin-bottom: 20px;
  padding: 20px 18px;
  font-size: 15px;
  line-height: 1.2;
  color: #000
}

.widget:last-child {
  margin-bottom: 0
}

.widget h3 {
  font-size: 32px;
  line-height: 1;
  color: #900;
  font-family: national, serif;
  font-weight: 500;
  padding-bottom: 12px
}

.widget ul {
  list-style: none outside none;
  padding-left: 10px
}

.widget input[type=text]::-webkit-input-placeholder {
  color: #900;
  opacity: 1
}

.widget input[type=text]:-ms-input-placeholder {
  color: #900;
  opacity: 1
}

.widget input[type=text]::placeholder {
  color: #900;
  opacity: 1
}

.widget .gform_wrapper {
  position: relative
}

.widget .gform_wrapper:before {
  content: "";
  background: url(../img/email.png) no-repeat 0 0;
  width: 49px;
  height: 49px;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  background-size: 100%
}

.widget .gform_wrapper .gform_heading {
  padding-right: 60px;
  padding-bottom: 6px
}

.widget .gform_wrapper ul {
  list-style-type: none;
  padding-left: 0
}

.widget .gform_wrapper .gfield_label {
  display: none
}

.widget .gfield input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #900;
  font-size: 15px;
  line-height: 1.8;
  color: #900;
  width: 100%;
  text-overflow: ellipsis;
  background-color: transparent;
  padding-top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.widget .gfield input::-webkit-input-placeholder {
  color: #900;
  opacity: 1
}

.widget .gfield input:-moz-placeholder, .widget .gfield input::-moz-placeholder {
  color: #900;
  opacity: 1
}

.widget .gfield input:-ms-input-placeholder {
  color: #900;
  opacity: 1
}

.widget .gform_body {
  float: none;
  width: 100%;
  padding-right: 93px
}

.widget .gform_footer {
  position: absolute;
  right: 0;
  bottom: 0
}

.widget .gform_button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #900;
  border: 1px solid #900;
  background-color: transparent;
  padding: 9px 9px 5px;
  border-radius: 0;
  height: auto;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.widget .gform_button:hover {
  background-color: #900;
  color: #fff;
  transition: .5s
}

.col-size2 .widget .gform_wrapper .gform_heading {
  padding-right: 70px
}

.footer .widget .gfield input, .footer .widget .gform_button {
  border-color: #fff;
  color: #fff
}

.footer .widget .gform_button:hover {
  background-color: #fff;
  color: #900
}

.footer .widget .gfield input::-webkit-input-placeholder {
  color: #fff
}

.footer .widget .gfield input:-moz-placeholder, .footer .widget .gfield input::-moz-placeholder {
  color: #fff
}

.footer .widget .gfield input:-ms-input-placeholder {
  color: #fff
}

.footer .widget .gform_wrapper:before {
  background-image: url(../img/temp/footer-newsletter-icon.png)
}

.footer .widget .gform_wrapper .gform_heading {
  padding-bottom: 24px
}

.widget_text img {
  float: right;
  max-width: 91px;
  height: auto
}

.widget_text img.alignnone {
  float: none;
  display: block;
  width: 100%;
  height: auto
}

.widget_text h4 {
  font-size: 21px;
  line-height: 1.62;
  color: #900;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400
}

.widget_text h4 a {
  color: inherit
}

.widget_text p {
  padding-bottom: 17px;
  min-height: 37px
}

.widget_text p:last-child {
  padding-bottom: 0
}

.col-size1 .widget_text h3 {
  padding-bottom: 22px
}

.btn-appstore, .btn-gplay {
  display: inline-block;
  margin-right: 25px
}

.widget_gray {
  background-color: #f2f2f1
}

.widget_events {
  background-color: transparent;
  padding: 0
}

.widget_events ul {
  list-style-type: none;
  padding-left: 0
}

.widget_events li {
  margin-bottom: 15px;
  display: table;
  width: 100%
}

.widget_events li:last-child {
  margin-bottom: 0
}

.widget_events .event-date {
  display: table-cell;
  min-width: 73px;
  vertical-align: middle;
  background-color: #767777;
  text-align: center;
  min-height: 73px;
  padding: 6px 0 3px
}

.widget_events .event-date span {
  font-size: 17px;
  line-height: 1.29;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600
}

.widget_events .event-date strong {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  display: block
}

.widget_events a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  background-color: #f2f2f1;
  font-family: national, serif;
  font-weight: 900;
  color: #000;
  font-size: 19px;
  line-height: 1.16;
  padding: 10px 20px
}

.widget_facebook {
  background-color: transparent;
  padding: 0;
  overflow: hidden
}

.widget_facebook img {
  width: 100%;
  height: auto
}

.widget_twitter {
  background-color: #f2f2f1;
  position: relative;
  padding: 23px 25px 50px;
  min-height: 340px;
  font-size: 15px;
  line-height: 2.33;
  color: #000;
  font-style: italic
}

.widget_twitter a {
  color: inherit
}

.widget_twitter a:hover {
  text-decoration: underline
}

.widget_twitter h4 {
  font-size: 55px;
  color: #000;
  font-weight: 400;
  font-style: italic;
  line-height: 1.01;
  padding-bottom: 9px
}

.widget_twitter h4 a {
  color: #900
}

.widget_twitter h4 a:hover {
  text-decoration: underline
}

.widget_twitter .tweet_time {
  display: block;
  font-size: 15px
}

.widget_twitter .widget-bottom {
  position: absolute;
  bottom: 23px;
  left: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #900;
  line-height: 1
}

.widget_twitter .widget-bottom i {
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
  margin-top: -5px
}

.footer .widget.widget_nav {
  width: 33.33%;
  float: left;
  padding-right: 10px;
  background-color: transparent
}

.footer .widget.widget_nav ul {
  padding-left: 0
}

.widget_nav {
  background-color: transparent;
  padding: 0;
  font-family: national, serif;
  color: #fff;
  font-size: 13px;
  line-height: 1.54
}

.widget_nav ul {
  list-style-type: none
}

.widget_nav a {
  color: inherit
}

.widget_nav a:hover {
  text-decoration: underline
}

.widget_nav .widget-title {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 0
}

.footer {
  background-color: #900;
  padding: 33px 0 59px;
  margin-top: 57px
}

.footer .widget {
  background-color: #680000;
  color: #fff;
  height: 100%
}

.footer .widget h3 {
  color: #fff
}

.footer .footer-logo {
  display: block;
  margin-bottom: 25px;
  max-width: 100px
}

.footer .footer-logo i {
  max-width: 100%;
  height: auto
}

.footer .footer-logo path {
  fill: #fff
}

.footer .socials {
  float: right;
  width: 130px;
  margin-right: 0
}

.footer .socials a {
  background-color: #680000
}

.footer .socials li {
  margin: 0 8px 20px
}

.footer .buttons {
  width: 335px;
  float: left
}

.footer .btn {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 12px;
  font-size: 18px;
  padding: 15px 13px 12px;
  color: #fff;
  border-color: #fff
}

.footer .btn .icon {
  float: left
}

.footer .btn path {
  fill: #fff !important
}

.article {
  font-size: 19px;
  line-height: 1.29;
  color: #000
}

.article .article-head {
  padding-bottom: 15px
}

.article .article-title {
  font-family: national, serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -.03em;
  color: #900
}

.article .article-title a {
  color: inherit
}

.article .article-title a:hover {
  text-decoration: underline
}

.article .article-meta {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  color: #767777
}

.article .article-entry p {
  padding-bottom: 21px
}

.article .article-entry a {
  color: #900
}

.article .article-entry a:hover {
  text-decoration: underline
}

.article .article-entry .mejs-audio {
  margin-bottom: 21px
}

.article .article-entry .mejs-container {
  width: 100%
}

.article .article-entry p span small {
  font-family: national, serif;
  font-size: 19px
}

.article .article-entry ul {
  margin-left: 20px;
  padding-bottom: 14px
}

.article .article-entry hr {
  border: none;
  height: 1px;
  background-color: #f2f2f1;
  width: 100%;
  margin-bottom: 14px
}

.article .article-entry h1, .article .article-entry h2, .article .article-entry h3, .article .article-entry h4, .article .article-entry h5, .article .article-entry h6 {
  font-family: national, serif;
  color: #000;
  font-weight: 700;
  line-height: 1
}

.article .article-entry h1 {
  font-size: 30px;
  padding-bottom: 22px;
  letter-spacing: -.03em;
  line-height: 1.11
}

.article .article-entry h2 {
  font-size: 27px;
  padding-bottom: 22px
}

.article .article-entry h3 {
  font-size: 25px;
  padding-bottom: 22px
}

.article .article-entry h4 {
  font-size: 23px;
  padding-bottom: 22px
}

.article .article-entry h5 {
  font-size: 22px;
  padding-bottom: 22px
}

.article .article-entry h6 {
  font-size: 20px;
  padding-bottom: 22px
}

.article .article-entry h3.giga {
  font-size: 50px;
  padding-bottom: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #900
}

.article .article-entry img {
  margin-bottom: 40px;
  max-width: 100%;
  height: auto
}

.article .article-entry-secondary {
  margin-top: 50px
}

.article .article-entry-secondary h1 {
  font-size: 50px;
  color: #900
}

.article .article-entry-secondary h1 small {
  font-size: 50px;
  font-weight: 400
}

.article .article-images {
  background-color: #f2f2f1;
  padding: 40px 0;
  margin-bottom: 40px
}

.article .article-images img {
  margin: 0 40px;
  vertical-align: middle
}

.st_facebook_custom {
  background: #3b5998 url(../img/sharethis_fb.jpg) no-repeat 50%;
  width: 219px;
  height: 37px
}

.st_twitter_custom {
  background: #55acee url(../img/sharethis_twitter.jpg) no-repeat 50%;
  width: 219px;
  height: 37px
}

.st_sharethis_custom {
  background: #000 url(../img/sharethis.jpg) no-repeat 50%;
  width: 219px;
  height: 37px
}

.article-share {
  text-align: justify;
  margin-right: -30px;
  padding-bottom: 30px
}

.article-share span {
  display: inline-block;
  width: 31.7%;
  float: left;
  margin-right: 2.4%
}

.article-share span:nth-child(3n+3) {
  margin-right: 0
}

.article-author {
  margin-top: 20px;
  margin-bottom: 22px
}

.article-author img {
  float: left;
  margin-right: 20px;
  margin-bottom: 12px;
  margin-top: 9px
}

.article-author h4 {
  overflow: hidden;
  font-size: 20px;
  line-height: 1;
  padding-top: 5px
}

.article-author h4, .article-author p {
  width: auto;
  display: block;
  font-style: italic;
  color: #000;
  font-weight: 400
}

.article-author p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 12px
}

.article .gform_wrapper {
  padding-bottom: 10px
}

.article .gform_wrapper .gform_heading {
  display: none
}

.article .gform_wrapper ul {
  margin-left: 0;
  padding: 0;
  list-style-type: none
}

.article .gform_wrapper ul li {
  padding-left: 0;
  margin-bottom: 24px
}

.article .gform_wrapper ul li:before {
  display: none
}

.article .gform_wrapper .gfield_label {
  display: none;
  font-size: 30px;
  line-height: 1.13;
  color: #000;
  font-family: national, serif;
  font-weight: 300;
  letter-spacing: -.025em
}

.article .gform_wrapper .gfield input, .article .gform_wrapper textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #900;
  background-color: #f2f2f1;
  font-family: national, serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -.01em;
  line-height: 1;
  color: #000;
  padding: 2px 13px 5px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.article .gform_wrapper textarea {
  height: 137px;
  padding: 9px 12px
}

.article .gform_wrapper .gfield input::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

.article .gform_wrapper .gfield input:-moz-placeholder, .article .gform_wrapper .gfield input::-moz-placeholder {
  color: #000;
  opacity: 1
}

.article .gform_wrapper .gfield input:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

.article .gform_wrapper .gfield textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

.article .gform_wrapper .gfield textarea:-moz-placeholder, .article .gform_wrapper .gfield textarea::-moz-placeholder {
  color: #000;
  opacity: 1
}

.article .gform_wrapper .gfield textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

.gfield_description {
  font-size: 19px;
  line-height: 1;
  margin-top: 20px;
  padding-bottom: 20px
}

.article .gform_wrapper .gfield-checkbox {
  padding: 5px 12px 0
}

.article .gform_wrapper .gfield-checkbox .gfield_label {
  display: block;
  padding-bottom: 3px
}

.article .gform_wrapper .gfield_checkbox li {
  margin-bottom: 0
}

.article .gform_wrapper .gfield_checkbox input {
  display: none
}

.article .gform_wrapper .gfield_checkbox label {
  display: block;
  position: relative;
  padding-left: 20px;
  font-family: national, serif;
  font-size: 19px;
  line-height: 1.79;
  letter-spacing: -.01em;
  color: #900
}

.article .gform_wrapper .gfield_checkbox label:before {
  content: "\f096";
  display: inline-block;
  font: normal normal normal 19px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 9px;
  left: 0;
  color: #000
}

.article .gform_wrapper .gfield_checkbox input:checked~label:before {
  content: "\f046"
}

.article .gform_wrapper .gform_button {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #900;
  border: 1px solid #900;
  background-color: #fff;
  padding: 29px 73px 23px;
  margin-top: 10px;
  border-radius: 0;
  transition: .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.article .gform_wrapper .gform_button:hover {
  background-color: #900;
  color: #fff
}

.article .gform_wrapper .gform_footer {
  position: relative
}

.article .gform_wrapper .gform_ajax_spinner {
  position: absolute;
  bottom: -15px;
  left: 36%;
  width: 20px
}

.article .accordion {
  padding-top: 32px;
  margin-bottom: 20px
}

.article .accordion .accordion-head h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  padding-right: 25px
}

.article .accordion .accordion-head .btn+h3 {
  padding-left: 70px;
  padding-bottom: 0
}

.article .accordion .accordion-head h3 small {
  font-style: normal;
  font-size: 21px;
  vertical-align: initial
}

.article .accordion-section:first-child .accordion-content {
  border-top: 1px solid #f2f2f1;
  padding-top: 20px
}

.article .accordion-content {
  border-bottom: 1px solid #f2f2f1;
  margin-bottom: 0;
  padding-top: 20px
}

.article .accordion-content .btn {
  background-color: #ffcd02;
  padding: 10px 13px 5px;
  margin-right: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.article .accordion-content .btn:hover {
  background-color: #900;
  color: #ffcd02;
  text-decoration: none
}

.article .accordion-content:after {
  right: 5px
}

.article .accordion-section:after {
  display: none
}

.article .accordion-body {
  margin-left: 0;
  padding-top: 20px
}

.article .accordion-body h1 {
  font-size: 32px;
  padding-bottom: 0
}

.article .article-entry-secondary .accordion-head h3 {
  padding-left: 0
}

.global-ajax-loader {
  background: hsla(0, 0%, 100%, .5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999
}

.global-ajax-loader:after, .global-ajax-loader:before {
  content: "";
  background-color: #680000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.global-ajax-loader:before {
  -webkit-animation: loadingAnimation 2s ease-in-out infinite;
  animation: loadingAnimation 2s ease-in-out infinite
}

.global-ajax-loader:after {
  -webkit-animation: loadingAnimation 2s 1s ease-in-out infinite;
  animation: loadingAnimation 2s 1s ease-in-out infinite
}

@keyframes loadingAnimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@-webkit-keyframes loadingAnimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

.comments {
  list-style: none;
  margin-top: 40px;
  border-top: 1px dashed #ccc;
  padding: 40px 0
}

.comments>h3 {
  padding-bottom: 20px
}

.comments .commentlist {
  list-style: none;
  list-style-position: outside
}

.comments .commentlist li+li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccc
}

.comments .commentlist li .comment-author {
  padding-bottom: 5px
}

.comments .commentlist li .comment-author img.avatar {
  margin-right: 5px
}

.comments .commentlist li .comment-meta {
  padding-bottom: 5px
}

.comments .commentlist li .comment-text {
  padding-bottom: 10px
}

.comments .commentlist li .children {
  list-style: none;
  list-style-position: outside;
  padding: 20px 0 0 40px
}

.comments .commentlist li .children li {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  background: transparent
}

.comments em.moderation-notice {
  font-style: italic;
  color: red
}

.comments .comment-meta {
  font-size: 12px
}

.comments .commentlist+#respond {
  padding-top: 20px;
  border-top: 1px dashed #ccc;
  margin-top: 20px
}

.comments #respond h3#reply-title {
  font-family: national, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.03em;
  color: #900;
  padding-bottom: 20px
}

.comments #commentform p {
  padding-bottom: 10px
}

.comments #commentform p.comment-notes {
  padding-right: 0;
  padding-left: 0
}

.comments #commentform p.form-submit {
  padding: 10px 0 0
}

.comments #commentform label {
  display: block
}

.comments .comment-reply-link {
  float: right;
  font-family: national, sans-serif;
  font-size: 21px;
  color: #900;
  text-decoration: underline
}

.comments .comment-reply-link:hover {
  text-decoration: none
}

.comments .comment .children {
  list-style-position: outside;
  list-style: none;
  padding-left: 25px;
  padding-top: 20px
}

.comments .comment-author, .comments .comment-entry {
  padding-bottom: 15px
}

.comments .comment-meta {
  padding-bottom: 5px
}

.comments #commentform input[type=text], .comments #commentform textarea {
  width: 100%;
  box-sizing: border-box
}

.section-comments #respond label {
  display: block
}

.section-comments #respond p {
  font-family: national, serif;
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 10px
}

.section-comments #respond p input, .section-comments #respond textarea {
  width: 41%;
  border: none;
  border-bottom: 1px solid #900;
  background-color: #f2f2f1;
  font-family: national, serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -.01em;
  line-height: 1;
  color: #000;
  padding: 7px 13px;
  border-radius: 0;
  -webkit-appearance: none
}

.section-comments #respond textarea {
  width: 100%
}

.section-comments #respond h3#reply-title {
  font-family: national, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.03em;
  color: #900;
  padding-bottom: 20px
}

.comments #commentform textarea {
  resize: none
}

.section-comments #respond .add-comments {
  background: none;
  border-bottom: none;
  font-size: 0;
  padding: 0;
  font-family: inherit;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  border: 1px solid #900;
  display: block;
  width: 100%;
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  color: #900;
  background: #fff;
  padding: 10px 12px 5px;
  margin-top: 10px;
  transition: .5s
}

.section-comments #respond .add-comments i {
  float: right;
  margin-top: -1px
}

.section-comments #respond .add-comments:hover {
  color: #fff;
  background-color: #900
}

.history-boxes {
  border-top: 1px solid #767777;
  padding-top: 40px;
  list-style-type: none;
  position: relative;
  overflow: hidden
}

.history-boxes:before {
  border-style: solid;
  border-width: 6px 7px 0;
  border-color: #767777 transparent transparent;
  display: block;
  margin-left: -7px
}

.history-boxes:after, .history-boxes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%
}

.history-boxes:after {
  width: 1px;
  background-color: #767777;
  bottom: 0
}

.history-box {
  margin-bottom: 36px;
  border: 1px solid #767777;
  width: 44.9%;
  float: left;
  margin-right: 5.1%;
  min-height: 180px;
  position: relative
}

.history-box:after {
  content: "";
  background: url(../img/border-image.png) no-repeat 100%;
  width: 12.6%;
  height: 8px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -4px;
  display: inline-block
}

.history-box:nth-child(2n+2) {
  margin-right: 0;
  margin-left: 5.1%
}

.history-box:nth-child(2n+2):after {
  content: "";
  background: url(../img/border-left.png) no-repeat 0;
  left: auto;
  right: 100%;
  width: 12.1%
}

.history-box .history-image {
  min-height: 120px;
  background-color: #f1f1f1
}

.history-box .history-image img {
  width: 100%;
  height: auto
}

.history-box h1 {
  font-size: 175px;
  line-height: 1;
  letter-spacing: -.01em;
  color: #900;
  font-weight: 400;
  text-align: center;
  padding: 35px 0 25px
}

.history-box h1 small {
  display: block;
  font-family: national, serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2
}

.history-box .history-year {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border: 1px solid #767777;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -72.5px;
  margin-top: -77px
}

.history-box .history-year h3 {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #900;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  line-height: 144px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.history-box .history-actions {
  padding: 18px 22px;
  position: relative;
  min-height: 100px
}

.history-box .history-actions a {
  color: #900;
  font-size: 19px;
  line-height: 1.37;
  font-family: national, serif;
  float: left
}

.history-box .history-actions a.share {
  float: right
}

.history-box .history-entry {
  padding: 2px 22px;
  font-size: 19px;
  color: #000;
  line-height: 1.37
}

.history-box .history-entry p {
  padding-bottom: 20px
}

.history-box .share-container {
  float: right;
  display: none
}

.share-container path {
  fill: #900
}

.share-container svg {
  max-width: 100%
}

.history-box .history-actions .share-container a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px
}

.history-box .history-actions .share-container a:first-child {
  margin-left: 0
}

@media (max-width:480px) {
  .history-box .history-actions {
    text-align: center
  }

  .history-box .history-actions a {
    font-size: 14px
  }

  .history-box .history-actions .share-container a {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 10px
  }
}

.podcasts {
  list-style-type: none
}

.podcast {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f1;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.podcast .background {
  display: none
}

.podcast-featured {
  padding: 12px;
  border: none;
  background-color: #f2f2f1
}

.podcast .podcast-image {
  float: left;
  margin-right: 12px
}

.podcast .podcast-image img {
  max-width: 100%;
  height: auto
}

.podcast .podcast-content {
  overflow: hidden;
  width: auto;
  float: none;
  display: block
}

.podcast {
  font-size: 19px;
  line-height: 1.1;
  color: #000
}

.podcast h2 {
  font-family: national, sans-serif;
  font-size: 46px;
  color: #000;
  padding-bottom: 9px
}

.podcast h2, .podcast h4 {
  line-height: 1;
  font-weight: 500
}

.podcast h4 {
  font-size: 32px;
  font-family: national, serif;
  padding-bottom: 16px;
  color: #900
}

.podcast p {
  padding-bottom: 0;
  min-height: 32px
}

.podcast .podcast-description p {
  padding-bottom: 18px
}

.podcast .podcast-meta {
  font-size: 15px;
  line-height: 1.27;
  color: #000;
  padding-bottom: 20px;
  min-height: 1px
}

.podcast .podcast-meta:before {
  content: "\2013";
  display: block;
  font-family: national, serif;
  font-size: 32px;
  line-height: 1;
  color: #000;
  font-weight: 500
}

.podcast .podcast-meta strong {
  font-family: national, sans-serif;
  font-size: 19px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  margin-bottom: 6px
}

.podcast .btn {
  padding: 13px 13px 8px;
  min-width: 157px;
  text-align: center;
  font-size: 15px
}

.podcast .btn, .podcast .socials {
  display: inline-block;
  vertical-align: middle
}

.podcast .socials {
  float: none;
  padding-top: 0;
  margin-top: 0
}

.podcast .socials a {
  width: 41px;
  height: 41px;
  background-color: #680000;
  font-size: 16px
}

.podcast-featured {
  font-size: 21px;
  line-height: 1.19
}

.podcast-featured p {
  color: #900;
  padding-bottom: 37px;
  font-style: italic
}

.mejs-container+.btn {
  float: right
}

.podcasts-secondary .podcast {
  padding: 17px 16px 0;
  background-color: #f2f2f1;
  color: #900;
  font-size: 21px
}

.podcast-player audio {
  width: 100%
}

.podcast.podcast-white {
  border: none;
  padding: 30px 21px 0
}

.podcast.podcast-white .podcast-player {
  margin: 0 -21px;
  padding: 0 6px;
  background-color: #f2f1f1
}

.podcast.podcast-white .podcast-meta, .podcast.podcast-white .podcast-meta:before {
  color: #fff
}

.podcast.podcast-white .podcast-meta strong {
  display: block;
  color: #fff
}

.podcasts-secondary h5 {
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  color: #fff
}

.podcasts-secondary h4 {
  color: #000
}

.podcasts-secondary h2 {
  font-family: national, serif;
  font-size: 70px;
  font-weight: 500;
  line-height: .86;
  color: #fff
}

.podcasts-secondary .podcast-image {
  float: right;
  margin-left: 12px;
  margin-right: 0;
  width: 161px
}

.podcasts-secondary .podcast-image img {
  width: 100%;
  height: auto
}

.podcasts-secondary .podcast-meta {
  padding-bottom: 0
}

.podcasts-secondary .podcast-meta strong {
  display: block
}

.podcasts-secondary .podcast-bottom {
  padding-bottom: 20px
}

.podcasts-secondary .podcast-inner {
  padding-bottom: 16px
}

.podcast.podcast-white .podcast-inner {
  padding-bottom: 44px
}

.podcasts-secondary .podcast-actions {
  display: table;
  border-collapse: collapse;
  float: left
}

.podcasts-secondary .podcast-actions a {
  display: table-cell;
  border: 1px solid #000;
  background-color: #f2f2f1;
  font-size: 23px;
  color: #000;
  width: 40px;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  transition: .5s
}

.podcasts-secondary .podcast-actions a i {
  vertical-align: middle
}

.podcasts-secondary .podcast-actions a:hover {
  color: #fff;
  background-color: #000
}

.podcasts-secondary .podcast-episodes {
  width: 161px;
  float: right;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 5px 9px;
  transition: .5s
}

.podcasts-secondary .podcast-episodes i {
  vertical-align: middle;
  margin-top: -4px
}

.podcasts-secondary .podcast-episodes:hover {
  background-color: #000;
  color: #fff
}

.section-featured {
  position: relative;
  margin-bottom: 44px;
  background-color: #f2f2f1;
  padding: 55px;
  display: table;
  width: 100%;
  margin-top: 31px;
  background-size: cover
}

.section-featured .section-content, .section-featured .section-image {
  display: table-cell;
  vertical-align: middle
}

.section-featured .section-content {
  padding: 0 30px 0 80px
}

.section-featured h3 {
  font-family: national, serif;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: #900;
  font-weight: 600
}

.section-featured h2 {
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.08;
  margin: 30px 0;
  color: #900
}

.section-featured h2 strong {
  font-weight: 700;
  display: block
}

.section-featured p {
  margin-top: 12px
}

.section-featured.kusc-nag {
  display: none
}

.kusc-nag .close-btn {
  font-family: Arial, Baskerville, monospace;
  font-size: 30px;
  position: absolute;
  right: 21px;
  line-height: 1px;
  cursor: pointer;
  top: 30px
}

.section-featured.has-background {
  text-align: center
}

.section-featured.inverse, .section-featured.inverse .btn, .section-featured.inverse h1, .section-featured.inverse h2, .section-featured.inverse h3, .section-featured.inverse p {
  color: #fff
}

.section-featured.inverse .btn {
  border-color: #fff
}

.section-featured.inverse .btn.active, .section-featured.inverse .btn:hover {
  background-color: #fff;
  color: #900
}

.section-featured.inverse .section-content {
  padding-left: 0;
  padding-right: 0
}

.section-featured.xl p {
  font-family: national, sans-serif;
  margin-top: 12px
}

@media (min-width:768px) {
  .section-featured.xl {
    min-height: 480px
  }

  .section-featured.xl h3 {
    font-size: 46px
  }

  .section-featured.xl h3.giga {
    font-size: 66px
  }

  .section-featured.xl p {
    font-size: 24px;
    margin-top: 12px
  }

  .section-featured.xl p.actions {
    margin-top: 40px
  }

  .section-featured.xl .btn {
    font-size: 16px;
    padding: 16px 14px 9px
  }
}

.podcasts-secondary .mejs-container {
  width: 100% !important;
  padding: 0 7px
}

.podcast .mejs-container {
  float: left;
  width: calc(100% - 158px) !important;
  height: 41px !important
}

.mejs-controls .mejs-button button {
  z-index: 9
}

.mejs-container {
  background-color: #f2f2f1
}

.mejs-container .mejs-controls {
  background: #f2f2f1;
  bottom: 4px
}

.mejs-container .mejs-controls .mejs-time {
  color: #000;
  font-size: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #767777
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #000
}

.mejs-controls div.mejs-time-rail {
  padding-top: 4px
}

.mejs-controls .mejs-time-rail a, .mejs-controls .mejs-time-rail span {
  height: 13px;
  border-radius: 4px
}

.mejs-controls .mejs-button button {
  background-image: url(../img/custom-controls.png);
  background-repeat: no-repeat;
  display: block
}

.mejs-controls .mejs-pause button {
  width: 11px;
  height: 15px;
  background-position: 0 0
}

.mejs-controls .mejs-play button {
  width: 15px;
  height: 14px;
  background-position: -11px 0
}

.mejs-controls .mejs-unmute button {
  width: 10px;
  height: 16px;
  background-position: -11px -14px
}

.mejs-controls .mejs-mute button {
  width: 22px;
  height: 19px;
  margin: 5px 2px;
  background-position: -26px 0
}

.btn {
  font-family: adobe_caslon_pro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #900;
  color: #900;
  padding: 12px 14px 6px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  transition: .5s
}

.btn:hover {
  color: #fff;
  background-color: #900;
  text-decoration: none !important
}

.btn-lg {
  font-size: 19px;
  padding: 24px 13px 18px
}

.btn-block {
  width: 100%;
  display: block
}

.btn-block+.columns {
  padding-top: 46px
}

.btn-white {
  border-color: #900;
  color: #900;
  background-color: #fff
}

.btn-white:hover {
  color: #fff;
  background-color: #680000
}

.btn-brand {
  background-color: #ffcd02;
  color: #900
}

.btn-brand-alt, .btn-brand:hover {
  background-color: #900;
  color: #ffcd02
}

.btn-brand-alt:hover {
  background-color: #ffcd02;
  color: #900
}

.btn-black {
  color: #000;
  border-color: #000
}

.btn-black:hover {
  color: #fff;
  background-color: #000
}

.btn-black i {
  font-size: 11px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle
}

a.btn-entry.btn-block {
  font-size: 17px;
  line-height: 1.35;
  text-align: left;
  margin-bottom: 25px;
  padding: 13px 23px 7px 13px;
  position: relative
}

a.btn-entry.btn-block:after {
  content: "\f061";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:1100px) {
  .article .article-images img {
    display: block;
    margin: 0 auto 30px
  }
}

@media (max-width:1024px) {
  .header {
    margin-bottom: 20px
  }

  .callout .callout-image {
    margin: 0
  }

  .callout .callout-entry {
    display: inline-block;
    width: calc(100% - 110px);
    padding-left: 30px
  }

  .footer .socials {
    float: none;
    width: 100%;
    text-align: justify
  }

  .footer .socials ul {
    text-align: justify;
    height: 48px
  }

  .footer .socials ul:after {
    content: "";
    display: inline-block;
    width: 100%
  }

  .footer .socials li {
    display: inline-block;
    float: none;
    width: 48px;
    margin: 0
  }

  .footer .buttons {
    width: 100%;
    float: none
  }

  .history-box .history-year {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px
  }

  .history-box .history-year h3 {
    width: 80px;
    height: 80px;
    line-height: 90px;
    font-size: 35px
  }

  .history-box h1 {
    font-size: 130px
  }

  .section-featured {
    padding: 25px
  }

  .nav-shows {
    font-size: 22px
  }

  .podcast .podcast-image {
    max-width: 100px
  }

  .tab .socials {
    float: none;
    display: block;
    clear: both
  }

  .tab .socials li {
    margin-left: 0;
    margin-right: 13px;
    margin-top: 10px
  }

  .tab-bottom .gform_wrapper {
    position: relative;
    clear: both
  }

  .tab-actions a {
    font-size: 22px
  }
}

@media (max-width:767px) {
  .footer {
    padding: 20px 0 0;
    margin-top: 20px
  }

  .footer .btn {
    margin-bottom: 15px
  }

  .footer .col {
    width: 100%;
    float: none;
    padding-bottom: 20px
  }

  .footer .row {
    margin-bottom: 0
  }

  .footer .footer-logo {
    margin-bottom: 20px
  }

  .footer .widget.widget_nav {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #fff
  }

  .footer .widget.widget_nav:last-child {
    border-bottom: 1px solid #fff
  }

  .footer .widget.widget_nav ul {
    display: none;
    padding-bottom: 10px
  }

  .footer .widget.widget_nav.expanded ul {
    display: block
  }

  .footer .widget.widget_nav .widget-title {
    padding: 10px 0
  }

  .footer .widget.widget_nav .widget-title:after {
    content: "";
    background: url(../img/footer-widget-arrow.png) no-repeat 0 0;
    width: 10px;
    height: 18px;
    display: inline-block;
    float: right;
    background-size: contain;
    margin-right: 7px
  }

  .footer .widget.widget_nav.expanded .widget-title:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .col {
    width: 100%;
    float: none;
    margin-bottom: 20px
  }

  .row {
    margin-bottom: 0
  }

  .box {
    min-height: 1px !important
  }

  .box h2, .col-2of3 .box h2, .col-3of3 .box h2 {
    font-size: 45px !important
  }

  .box h2 {
    font-size: 35px
  }

  .box h3 {
    min-height: 1px
  }

  .box .box-content {
    padding: 8px 15px 50px
  }

  .box-primary .box-category {
    bottom: 15px;
    left: 17px
  }

  .box-secondary h4 {
    padding: 20px
  }

  .box-secondary .box-content {
    padding-bottom: 20px
  }

  .callout {
    margin-bottom: 20px;
    padding: 20px
  }

  .callout .callout-image {
    position: absolute;
    bottom: 20px;
    left: 20px
  }

  .callout .callout-image img {
    max-height: 30px;
    width: auto
  }

  .callout .callout-content {
    width: 100%;
    float: none;
    padding: 0
  }

  .callout .callout-entry {
    width: 100%;
    padding: 0 0 45px
  }

  .callout h2 {
    font-size: 18px
  }

  .callout .btn {
    bottom: 20px;
    right: 20px;
    top: auto;
    font-size: 12px;
    padding: 8px 12px 2px;
    -webkit-transform: none;
    transform: none
  }

  .section .section-head {
    min-height: 66px
  }

  .section .section-head h3 {
    font-size: 30px;
    padding-right: 55px
  }

  .home .section .section-head h3 {
    font-size: 42px
  }

  .article .article-entry h3.giga {
    font-size: 30px
  }

  .section~.section {
    padding-top: 0
  }

  .accordion-top {
    margin-bottom: 20px;
    display: none
  }

  .accordion-top h3 {
    font-size: 22px;
    padding-left: 10px;
  }


  .accordion-top+.accordion-section .accordion-image:before {
    display: none
  }

  .section-playlist .accordion-top {
    display: block
  }

  .accordion-section:after {
    display: none
  }

  .accordion-image {
    margin-right: 0
  }

  .accordion-image img {
    max-width: 40px
  }

  .accordion-image .default-avatar {
    width: 40px;
    height: 40px
  }

  .accordion-content {
    overflow: visible;
    padding-left: 47px;
    margin-bottom: 20px;
    padding-right: 24px
  }

  .accordion-content:after {
    right: 10px
  }

  .accordion-content h4 {
    font-size: 12px
  }

  .accordion-content h3 {
    font-size: 23px
  }

  .accordion-content h3 small {
    font-size: 18px
  }

  .accordion-body {
    margin-left: 0;
    font-size: 17px
  }

  .btn-block {
    font-size: 16px;
    padding: 11px 13px 7px
  }

  .btn-block+.columns {
    padding-top: 20px
  }

  .columns>h4 {
    padding-bottom: 20px
  }

  .widget-columns {
    margin-left: -20px
  }

  .widget-columns>.widget-column {
    width: 100% !important;
    float: none
  }

  .section-head .socials {
    padding-top: 5px;
    margin-left: -40px
  }

  .section-head .socials li a {
    width: 38px;
    height: 38px;
    font-size: 15px
  }

  .section-head .section-image {
    width: 36px;
    height: 36px
  }

  .section-head .section-image .icon-radio {
    width: 16px;
    height: 14px
  }

  .section-head .section-image .icon-culture {
    width: 19px;
    height: 14px
  }

  .section-head .section-image .icon-giving {
    width: 22px;
    height: 11px
  }

  .widget_events .event-date span {
    font-size: 15px
  }

  .widget_events .event-date strong {
    font-size: 29px
  }

  .widget_events a {
    font-size: 16px
  }

  .widget_twitter {
    padding: 20px 20px 50px;
    min-height: 270px
  }

  .widget_twitter h4 {
    font-size: 28px
  }

  .header {
    display: none
  }

  .header-mobile {
    display: block;
    z-index: 999;
    margin-bottom: 20px
  }

  .audio-player {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #900;
    color: #fff;
    max-width: 9999px;
    padding: 10px 0 10px 17px
  }

  .audio-player.active {
    display: block
  }

  .audio-player h5 {
    color: #fff;
    font-size: 13px
  }

  .audio-player a, .audio-player h4 span {
    color: #fff
  }

  .audio-player a:hover {
    text-decoration: underline;
    color: #fff
  }

  .audio-player .play-button {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 52px
  }

  .audio-player .audio-information {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    width: calc(100% - 60px);
    padding-left: 10px
  }

  .audio-player .play-button path, .audio-player .play-button polygon, .audio-player .play-button rect {
    fill: #fff !important
  }

  .audio-player .play-button circle, .audio-player .play-button line {
    stroke: #fff !important
  }

  .header-tabs {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #900;
    display: none
  }

  .header-tabs.active {
    display: block;
    height: calc(100vh - 63px)
  }

  .tabs-nav>ul {
    display: block
  }

  .tabs-nav>ul>li {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    clear: both;
    border-bottom: 1px solid #680000
  }

  .tabs-nav>ul>li>a {
    color: #fff;
    display: block;
    position: relative;
    padding: 21px 50px 15px;
    text-align: left
  }

  .tabs-nav>ul>li>a:after {
    content: "";
    background: url(../img/footer-widget-arrow.png) no-repeat 0 0;
    width: 8px;
    height: 15px;
    position: absolute;
    right: 8px;
    display: inline-block;
    background-size: contain;
    top: 50%;
    margin-top: -7px
  }

  .tabs-nav li.current>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .tabs-nav .icon, .tabs-nav i {
    position: absolute;
    top: 50%;
    left: 10px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .tabs-nav path {
    fill: #fff !important
  }

  .current .tab {
    display: block;
    position: static;
    padding: 0;
    height: calc(100vh - 286px);
    overflow: auto
  }

  .tab-social {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #900;
    padding: 0;
    display: block
  }

  .tab-actions {
    margin: 0 -10px 10px
  }

  .tab-actions a {
    width: 100%;
    margin: 0 0 3px;
    text-align: left;
    font-size: 14px;
    font-family: national, sans-serif;
    padding: 9px 20px 10px
  }

  .tabs-nav .tab-actions a:hover {
    color: #900
  }

  .tabs-nav .shell {
    padding: 0 10px
  }

  .header-mobile .socials {
    padding: 10px 15px;
    height: 68px
  }

  .header-mobile .socials a {
    background-color: #680000
  }

  .header-mobile .socials ul {
    text-align: justify;
    display: block
  }

  .header-mobile .socials li {
    padding: 0;
    display: inline-block;
    float: none;
    width: 48px;
    margin: 0
  }

  .header-mobile .socials ul:after {
    content: "";
    display: inline-block;
    width: 100%
  }

  .tab-middle {
    border: none;
    padding: 0;
    margin: 0
  }

  .nav {
    padding: 0
  }

  .nav a {
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px
  }

  .nav a, .nav li, .nav ul {
    display: block
  }

  .nav li {
    border: none !important;
    float: none;
    width: 100%;
    height: auto;
    text-align: left
  }

  .nav li:after {
    display: none
  }

  .nav-secondary {
    padding: 0;
    margin: 0;
    float: none
  }

  .nav-secondary ul {
    display: block;
    width: 100%;
    margin: 0
  }

  .nav-secondary ul li {
    border: none !important;
    display: block;
    height: auto;
    width: 100%;
    text-align: left;
    padding: 0;
    float: none
  }

  .nav-secondary ul li a {
    display: block;
    height: auto;
    color: #fff;
    padding-bottom: 10px
  }

  .tab-bottom {
    padding: 0
  }

  .tab-bottom .gform_wrapper {
    position: relative;
    margin: 20px 0;
    width: 100%
  }

  .tab-bottom .gform_wrapper li {
    height: auto;
    border: none !important
  }

  .ico-login {
    background: url(../img/ico-login-white.png) no-repeat 0 0;
    height: 18px;
    background-size: contain;
    width: 20px
  }

  .login-link a:after {
    display: none !important
  }

  #main {
    margin-top: 86px
  }

  body.no-scroll {
    overflow: hidden
  }

  .tab-bottom .gfield input {
    line-height: 2;
    padding: 0
  }

  .section-box {
    padding: 20px;
    font-size: 21px
  }

  .section-box br {
    display: none
  }

  .section-box h3 {
    font-size: 30px;
    padding-bottom: 15px
  }

  .history-box {
    width: 100%;
    background-color: #fff;
    margin: 0 0 20px !important;
    z-index: 2
  }

  .history-box:after {
    display: none !important
  }

  .history-box h1 {
    font-size: 80px
  }

  .history-box h1 small {
    font-size: 24px
  }

  .history-box .history-actions {
    min-height: 1px;
    padding: 20px 15px
  }

  .history-box .history-entry {
    padding: 2px 15px;
    font-size: 17px
  }

  .paging-secondary {
    padding-bottom: 0
  }

  .paging-secondary ul {
    display: inline
  }

  .paging-secondary ul a {
    padding: 11px 5px 5px
  }

  .paging-secondary a, .paging-secondary a.page-numbers, .paging-secondary span {
    vertical-align: top;
    padding: 2px 5px;
    width: 40px;
    padding-top: 15px
  }

  .content {
    margin-bottom: 0
  }

  .content, .sidebar {
    width: 100%;
    float: none
  }

  .article-share {
    margin-right: 0
  }

  .article-share span {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto 15px;
    background-position: 50%
  }

  .article {
    font-size: 17px
  }

  .article .article-title {
    font-size: 30px
  }

  .section-featured {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 0
  }

  .section-featured .section-image {
    width: 100%;
    display: block;
    text-align: center
  }

  .section-featured .section-image img {
    max-width: 100%;
    height: auto
  }

  .section-featured .section-content {
    display: block;
    padding: 20px 0 0
  }

  .section-featured h3 {
    font-size: 21px
  }

  .section-featured h2 {
    font-size: 28px
  }

  .section-featured .btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
  }

  .article .accordion {
    padding-top: 0
  }

  .article .accordion-section .accordion-content {
    padding-left: 0
  }

  .article .accordion .accordion-head h3 {
    font-size: 25px;
    padding-right: 0
  }

  .article .accordion .accordion-head h3 small {
    font-size: 20px
  }

  .article .accordion-body h1 {
    font-size: 28px
  }

  .article .article-entry img {
    margin-bottom: 20px
  }

  .article .article-entry-secondary {
    margin-top: 0
  }

  .article .article-entry-secondary h1, .article .article-entry-secondary h1 small {
    font-size: 30px
  }

  .article .article-images {
    padding: 20px 15px 1px;
    margin-bottom: 20px
  }

  .article .gform_wrapper .gfield_label, .article .gform_wrapper .gfield input, .article .gform_wrapper textarea {
    font-size: 23px
  }

  .gfield_description {
    padding-bottom: 0
  }

  .article .gform_wrapper .gform_button, .nav-shows {
    margin-bottom: 20px
  }

  .nav-shows ul {
    display: block
  }

  .nav-shows ul li {
    display: block;
    text-align: left;
    width: 100%;
    border: none !important;
    display: none
  }

  .nav-shows a {
    padding: 7px 10px
  }

  .nav-shows .current_menu_item {
    display: block
  }

  .accordion-body table {
    border: none
  }

  .accordion-body table thead {
    display: none
  }

  .accordion-body table tr {
    display: block;
    margin-bottom: 15px
  }

  .accordion-body table tr td, .accordion-body table tr th {
    display: block;
    border: none;
    width: 100%;
    background-color: #f2f2f1;
    border-bottom: 1px solid #fff
  }

  .accordion-body table tr td:last-child {
    padding: 0
  }

  .accordion-body table .btn {
    width: 100%;
    text-align: center;
    background-color: #900;
    color: #fff
  }

  .section-playlist .accordion-top h3 {
    font-size: 20px
  }

  .section-playlist .paging {
    padding-bottom: 20px
  }

  .paging a {
    padding: 13px 6px 5px;
    font-size: 15px
  }

  .paging .paging-prev i {
    left: 5px
  }

  .paging .paging-next i {
    right: 5px
  }

  .section-podcasts .content {
    width: 100%
  }

  .podcast .btn span {
    display: none
  }

  .mejs-container+.btn {
    min-width: 44px
  }

  .mejs-container {
    width: calc(100% - 48px) !important
  }

  .podcast, .podcasts-secondary .podcast {
    font-size: 17px
  }

  .podcast .podcast-image {
    float: none;
    max-width: 157px;
    margin-bottom: 10px;
    margin-left: 0
  }

  .podcast p {
    padding-bottom: 15px
  }

  .podcast-featured {
    font-size: 19px
  }

  .podcast h2 {
    font-size: 25px
  }

  .podcast h4 {
    font-size: 22px
  }

  .podcast .socials {
    display: block;
    margin-top: 10px
  }

  .podcast .socials li {
    margin-left: 0;
    margin-right: 10px
  }

  .podcasts-secondary .podcast-actions a {
    font-size: 20px;
    width: 32px;
    height: 32px
  }

  .podcasts-secondary .podcast-episodes {
    width: 124px;
    font-size: 13px;
    padding: 11px 5px 7px
  }

  .podcast.podcast-white {
    padding: 20px 13px 0
  }

  .podcast.podcast-white .podcast-player {
    margin: 0 -13px
  }

  .add-comments {
    margin-bottom: 20px
  }
}

.section.section_giving .columns {
  padding-top: 10px
}

.section.section_giving .columns .col {
  margin-top: 15px
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

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

#content[tabindex="-1"]:focus {
  outline: 0
}

.gallery {
  margin: 0 -1.1666667% 1.75em
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%
}

.gallery-columns-1 .gallery-item {
  max-width: 100%
}

.gallery-columns-2 .gallery-item {
  max-width: 50%
}

.gallery-columns-4 .gallery-item {
  max-width: 25%
}

.gallery-columns-5 .gallery-item {
  max-width: 20%
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%
}

.gallery-icon img {
  margin: 0 auto
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: .8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: .5384615385em
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none
}

@media screen and (max-width:782px) {
  body.logged-in.admin-bar .header-mobile {
    top: 46px !important
  }

  body.logged-in.admin-bar #main {
    margin-top: 90px !important
  }
}

.fb_iframe_widget, .fb_iframe_widget span {
  width: 100%
}

.fb_iframe_widget iframe {
  width: inherit
}

.playlist-search {
  margin-bottom: 15px
}

.playlist-search fieldset {
  border: none
}

.playlist-search form {
  background-color: #ebeae9;
  padding: 15px
}

.playlist-search .grid__item {
  margin-bottom: 15px
}

.playlist-search .grid__item input {
  width: 100%;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid #900;
  -webkit-appearance: none;
  overflow: overlay;
  display: inline-block;
  font-size: 20px;
  font-family: national, serif;
  font-weight: 100;
  line-height: 46px;
  height: 46px;
  border-radius: 0
}

.playlist-search input[type=date]::-webkit-calendar-picker-indicator {
  display: none
}

.playlist-search input[type=date]::-webkit-input-placeholder {
  visibility: hidden !important
}

.playlist-search button {
  height: 46px;
  background-color: #fff;
  color: #900
}

.playlist-search #endDate, .playlist-search #startDate {
  color: #999
}

.playlist-search #endDate:focus, .playlist-search #startDate:focus {
  color: #000
}

.playlist-search .form-group {
  display: inline-block;
  width: 49%
}

.playlist-search label {
  display: block;
  font-family: national, serif;
  font-weight: 100
}

.playlist-search .advanced {
  display: none
}

.playlist-search .search-advanced {
  font-family: national, serif;
  text-transform: uppercase;
  color: #900
}

.w-icon {
  position: relative;
  display: inline-block;
  padding-right: 16px
}

.w-icon.left {
  padding-right: 0;
  padding-left: 0
}

.w-icon i {
  right: 0
}

.w-icon.left i, .w-icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.w-icon.left i {
  right: auto;
  left: 0
}

.search-advanced i {
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  color: #000;
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.search-advanced.active i {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg)
}

@media only screen and (max-width:768px) {
  .section-playlist .accordion-top {
    padding: 15px 15px 6px
  }

  .section-playlist .accordion-top h3 {
    font-size: 18px;
    line-height: 38px;
    margin: 0
  }

  .section-playlist .accordion-top a {
    padding-right: 0;
    line-height: 38px
  }

  .section-playlist .accordion-top a i {
    padding-right: 0;
    -webkit-transform: initial;
    transform: none
  }
}

.gform_ajax_spinner {
  max-width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 6px
}

.kusc-theme .pika-table th, .kusc-theme .pika-week {
  color: #999
}

.kusc-theme .is-today .pika-button {
  color: #900;
  background: #ebeae9 !important
}

.kusc-theme .is-selected .pika-button {
  color: #fff;
  background: #900 !important;
  box-shadow: inset 0 1px 3px #999
}

.kusc-theme .is-disabled .pika-button {
  color: #999;
  opacity: .3
}

.kusc-theme .pika-button:hover {
  color: #999;
  background: #ebeae9 !important
}

.player-volume-section {
  display: inline-block;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  position: absolute;
  top: 50px;
  right: -20px
}

@media (max-width:767px) {
  .player-volume-section {
    display: none
  }
}

.player-volume-section [type=range] {
  -webkit-appearance: none;
  -webkit-border-radius: 50px;
  width: 76px
}

.player-volume-section [type=range]:focus {
  outline: 0
}

.player-volume-section [type=range]:focus::-webkit-slider-runnable-track {
  background: #b30000
}

.player-volume-section [type=range]:focus::-ms-fill-lower {
  background: #900
}

.player-volume-section [type=range]:focus::-ms-fill-upper {
  background: #b30000
}

.player-volume-section [type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 3px;
  transition: all .2s ease;
  width: 76px;
  background: #900;
  border: 1px solid #900;
  border-radius: 50px
}

.player-volume-section [type=range]::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .2), 0 0 4px hsla(0, 0%, 5%, .2);
  background: #fff;
  border: 2px solid #900;
  border-radius: 12px;
  cursor: pointer;
  height: 10px;
  width: 10px;
  -webkit-appearance: none;
  margin-top: -4.5px
}

@media (max-width:767px) {
  .player-volume-section [type=range]::-webkit-slider-thumb {
    background: #900;
    border: 2px solid #fff
  }
}

.player-volume-section [type=range]::-moz-range-track {
  cursor: pointer;
  height: 3px;
  transition: all .2s ease;
  width: 76px;
  background: #900;
  border: 1px solid #900;
  border-radius: 50px
}

.player-volume-section [type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .2), 0 0 4px hsla(0, 0%, 5%, .2);
  background: #fff;
  border: 2px solid #900;
  border-radius: 12px;
  cursor: pointer;
  height: 10px;
  width: 10px
}

@media (max-width:767px) {
  .player-volume-section [type=range]::-moz-range-thumb {
    background: #900;
    border: 2px solid #fff
  }
}

.player-volume-section [type=range]::-ms-track {
  cursor: pointer;
  height: 3px;
  transition: all .2s ease;
  width: 76px;
  background: transparent;
  border-color: transparent;
  border-width: 5px 0;
  color: transparent
}

.player-volume-section [type=range]::-ms-fill-lower {
  background: maroon;
  border: 1px solid #900;
  border-radius: 100px
}

.player-volume-section [type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .2), 0 0 1px hsla(0, 0%, 5%, .2);
  background: #900;
  border: 1px solid #900;
  border-radius: 100px
}

.player-volume-section [type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .2), 0 0 4px hsla(0, 0%, 5%, .2);
  background: #fff;
  border: 2px solid #900;
  border-radius: 12px;
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin-top: 0
}

@media (max-width:767px) {
  .player-volume-section [type=range]::-ms-thumb {
    background: #900;
    border: 2px solid #fff
  }
}

.audio-track-info {
  line-height: 26px
}

.audio-track-info .summary {
  display: inline-block;
  vertical-align: middle;
  max-width: 74%;
  margin-right: 5px
}

@media (max-width:767px) {
  .audio-track-info .summary {
    margin-right: 55px
  }
}

.audio-track-info .btn {
  font-family: national, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 14px;
  display: inline-block;
  vertical-align: text-bottom
}

@media (max-width:767px) {
  .audio-track-info .btn {
    padding: 4px 14px;
    border: 1px solid #fff;
    vertical-align: middle
  }
}

#zendesk-forms #zendesk_field_360007160833, #zendesk-forms #zrf-form {
  display: none
}

#zendesk-forms input[type=email], #zendesk-forms input[type=text], #zendesk-forms select, #zendesk-forms textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #900;
  background-color: #f2f2f1;
  font-family: national, sans-serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -.01em;
  line-height: 1;
  color: #000;
  border-radius: 0
}

#zendesk-forms select {
  padding: 2px 8px 5px
}

#zendesk-forms input[type=email], #zendesk-forms input[type=text], #zendesk-forms textarea {
  padding: 2px 13px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

#zendesk-forms input[type=submit] {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #900;
  border: 1px solid #900;
  background-color: #fff;
  padding: 29px 73px 23px;
  margin-top: 10px;
  border-radius: 0;
  transition: .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

#zendesk-forms input[type=submit]:hover {
  background-color: #900;
  color: #fff
}

#zendesk-forms .zrf_field_title {
  font-weight: 700
}

.player-spinner {
  padding: 0 3px;
  display: inline-block;
  vertical-align: top
}

.player-spinner.hidden {
  display: none
}

.player-spinner img {
  width: 22px;
  height: 22px
}

.nav-links.kusk-pagination, .page-template-events-calendar .nav-links {
  margin-left: 14px
}

.nav-links.kusk-pagination a, .page-template-events-calendar .nav-links a {
  width: 43px;
  padding: 12px 3px 4px 4px
}

.nav-links.kusk-pagination a:hover, .page-template-events-calendar .nav-links a:hover {
  color: #fff;
  text-decoration: none
}

.nav-links.kusk-pagination .next, .nav-links.kusk-pagination .prev, .page-template-events-calendar .nav-links .next, .page-template-events-calendar .nav-links .prev {
  padding-top: 7px;
  padding-bottom: 7px
}

.nav-links.kusk-pagination span, .page-template-events-calendar .nav-links span {
  padding: 12px 3px 4px 4px;
  width: 43px
}

@media (max-width:760px) {
  .nav-links.kusk-pagination, .page-template-events-calendar .nav-links {
    margin-left: 0
  }
}

.article-single.type-podcast .podcast-download-link, .section-podcasts ul.podcasts .podcast-download-link {
  float: left
}

.article-single.type-podcast .podcast-share-buttons, .section-podcasts ul.podcasts .podcast-share-buttons {
  float: right
}

.article-single.type-podcast ul.rrssb-buttons li, .section-podcasts ul.podcasts ul.rrssb-buttons li {
  width: 35px !important;
  height: 35px;
  margin-left: 5px
}

.article-single.type-podcast ul.rrssb-buttons li .rrssb-icon, .section-podcasts ul.podcasts ul.rrssb-buttons li .rrssb-icon {
  left: 9px
}

.article-single.type-podcast .podcast-meta {
  float: left
}

.article-single.type-podcast .podcasts-secondary {
  float: right;
  margin-top: 9px
}

.title_rec_news {
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: national, serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.03em;
  font-weight: 900;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #767777
}

.title_rec_news a {
  text-decoration: underline
}

.title_rec_news.red, .title_rec_news.red a, .title_rec_news.red span {
  color: #900
}

.title_rec_news.blue, .title_rec_news.blue a, .title_rec_news.blue span {
  color: #12738a
}

.series_title {
  font-family: national, serif;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -.03em;
  color: #900;
  font-weight: 900;
  padding-bottom: 15px;
  padding-top: 15px
}

.h4_widget_title {
  padding: 0 25px
}

/*# sourceMappingURL=main.css.map */
.section {
  /* background-color: white !important; */
  padding: 0 !important;
}

.section .nav-shows ul {
  margin: auto !important;
}

.accordion-top h3 {
  margin: auto !important;
}

.font-weight-light {
  font-weight: 400;
}

.series_title {
  border-bottom: 1px solid #767777;
}

.box.box-primary h2 {
  min-height: 195px;
}

.box.box-primary h2>a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: opacity .15s ease;
  padding: 15px 150px 30px 25px;
}

@media (min-width: 768px) {
  .box.box-primary h2 {
    min-height: 295px;
  }

  .box.box-primary h2>a {
    padding: 15px 250px 30px 25px;
  }
}
