.container {
  padding: 0 2.5%;
}

nav.desktop .container {
  padding: 0;
}

#latest-sermon {
  position: relative;
  margin-top: 0;
  z-index: 1500;
}
#latest-sermon #series-bar {
  background: rgba(0, 0, 0, 0.75);
  min-height: 3em;
  height: auto;
  position: relative;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -ms-border-radius: 0 3px 0 0;
  -o-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#latest-sermon #series-bar .accordionstatus2 {
  position: absolute;
  right: 1.5em;
  top: 1em;
  color: #ffffff;
}
#latest-sermon #series-bar .accordionstatus2:before {
  font-family: "calvary";
  content: "\e620";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 1.2em;
  position: relative;
  top: -2px;
  right: 5px;
}
#latest-sermon #series-bar.active {
  background: #000;
}
#latest-sermon #series-bar.active .accordionstatus2:before {
  font-family: "calvary";
  content: "\e656";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 1em;
  position: relative;
  top: -1px;
  right: 5px;
}
#latest-sermon .series-left {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #7a5996), color-stop(100%, #684287));
  background-image: -webkit-linear-gradient(left, #7a5996, #684287);
  background-image: -moz-linear-gradient(left, #7a5996, #684287);
  background-image: -o-linear-gradient(left, #7a5996, #684287);
  background-image: linear-gradient(left, #7a5996, #684287);
  color: #ffffff;
  padding: 1em;
  display: block;
  width: 100%;
  line-height: 1em;
  position: relative;
  z-index: 1;
}
#latest-sermon .series-left::before {
  content: '';
  position: absolute;
  left: -4000%;
  width: 4000%;
  height: 100%;
  background: #684287;
  top: 0;
}
#latest-sermon .series-left::after {
  content: '';
  height: 1em;
  width: 1.8em;
  padding: 1em 0;
  background-color: #684287;
  position: absolute;
  z-index: 0;
  top: 0;
  right: -1.8em;
  transform: skewX(150deg);
  transform-origin: top;
  -webkit-transform: skewX(150deg);
  -webkit-transform-origin: 0 0;
}
@media (min-width: 48em) {
  #latest-sermon .series-left {
    background-color: #684287;
    background-image: none;
    display: initial;
    width: auto;
    float: left;
  }
}
#latest-sermon .series-right {
  float: left;
  padding: 1em 1em 1em 1em;
  width: 100%;
  display: block;
  background: #333;
  margin-bottom: 1.5em;
}
#latest-sermon .series-right a {
  color: #777777;
}
@media (min-width: 48em) {
  #latest-sermon .series-right {
    width: auto;
    padding: 1em 1em 1em 3em;
    display: initial;
    background: none;
    margin-bottom: 0;
  }
}
#latest-sermon .accordionbellow {
  background: rgba(0, 0, 0, 0.75);
  padding-bottom: 0;
}
#latest-sermon .series-detail {
  min-height: 240px;
  width: auto;
  clear: both;
  display: none;
  position: relative;
  @inlude transition(max-height .5s ease-in-out);
}
#latest-sermon .series-detail .series-detail-left {
  float: left;
  width: 15%;
  padding: 2.5%;
}
#latest-sermon .series-detail .series-detail-left .viewseries {
  background: #222;
  border: 1px solid #2A2A2A;
  color: #FFF;
  padding: .3em .25em;
  font-size: 1em;
  text-align: center;
  display: block;
  margin: 15px 0 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#latest-sermon .series-detail .series-detail-left .viewseries a {
  color: white;
  vertical-align: middle;
}
#latest-sermon .series-detail .series-detail-left .viewseries:before {
  font-family: "calvary";
  content: "\e61f";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
  right: 6px;
  font-size: 1.3em;
}
#latest-sermon .series-detail .series-detail-right {
  float: left;
  width: 77.5%;
  padding: 2.5% 2.5% 2.5% 0;
  color: white;
}
#latest-sermon #sermon-player {
  background: #050306;
  padding: 1.5em;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
@media (min-width: 62.5em) {
  #latest-sermon #sermon-player .sermon-info {
    float: left;
  }
}
#latest-sermon #sermon-player .jplayer-gui {
  width: 100%;
}
@media (min-width: 62.5em) {
  #latest-sermon #sermon-player .jplayer-gui {
    float: left;
    width: 600px;
  }
}
#latest-sermon #sermon-player .video {
  float: right;
  position: relative;
  padding-bottom: 56.25%;
  top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
#latest-sermon #sermon-player .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 62.5em) {
  #latest-sermon #sermon-player .video {
    padding-bottom: 0;
    padding-top: 0;
    width: 280px;
    height: 158px;
    top: 0;
    margin-bottom: 0;
  }
}
#latest-sermon #sermon-player:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#latest-sermon .container {
  padding: 0;
}
@media (min-width: 62.5em) {
  #latest-sermon {
    margin-top: -50px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition: margin-top 0.5s ease-in-out;
    -o-transition: margin-top 0.5s ease-in-out;
    transition: margin-top 0.5s ease-in-out;
  }
  #latest-sermon .container {
    padding: 0 2.5%;
  }
  #latest-sermon.moveUp {
    margin-top: -290px;
  }
}

#buttons {
  padding: 2.5em 0;
}
#buttons a {
  color: #000000;
  width: 100%;
  margin: 10px 0 0 0%;
  padding: 1.5em 0;
  background: #f1f1f2;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 48em) {
  #buttons a {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
}
#buttons a.pos-1:before {
  font-family: "calvary";
  content: "\e62a";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  color: #0eb48d;
  font-size: 2em;
  line-height: .4em;
  top: -2px;
  position: relative;
}
#buttons a.pos-1:hover {
  background: #0eb48d;
  color: white;
}
#buttons a.pos-1:hover:before {
  color: white;
  opacity: .2;
  font-size: 6em;
  position: absolute;
  left: 10px;
  top: 15px;
}
#buttons a.pos-2:before {
  font-family: "calvary";
  content: "\e628";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  color: #f58233;
  font-size: 2em;
  line-height: .4em;
  top: -2px;
  right: 4px;
  position: relative;
}
#buttons a.pos-2:hover {
  background: #f58233;
  color: white;
}
#buttons a.pos-2:hover:before {
  color: white;
  opacity: .2;
  font-size: 6em;
  position: absolute;
  left: -60%;
  top: 20px;
}
#buttons a.pos-3 {
  margin-right: 0;
}
#buttons a.pos-3:before {
  font-family: "calvary";
  content: "\e660";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  color: #e7b220;
  font-size: 2em;
  line-height: .4em;
  top: -2px;
  right: 2px;
  position: relative;
}
#buttons a.pos-3:hover {
  background: #e7b220;
  color: white;
}
#buttons a.pos-3:hover:before {
  color: white;
  opacity: .2;
  font-size: 6em;
  position: absolute;
  left: -60%;
  top: 20px;
}

#featured-links {
  min-height: 200px;
  padding: 90px 0;
}
#featured-links a {
  margin: 15px auto 0 auto;
  padding: 0 1px;
  max-width: 380px;
  display: block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0eb48d), color-stop(100%, #684287));
  background-image: -webkit-linear-gradient(top, #0eb48d, #684287);
  background-image: -moz-linear-gradient(top, #0eb48d, #684287);
  background-image: -o-linear-gradient(top, #0eb48d, #684287);
  background-image: linear-gradient(top, #0eb48d, #684287);
  border-top: 1px solid #0eb48d;
  border-bottom: 1px solid #684287;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 62.5em) {
  #featured-links a {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    margin-left: -3px;
  }
}
#featured-links a:before, #featured-links a:after {
  content: "";
  position: absolute;
}
#featured-links a:before {
  left: -1px;
}
#featured-links a:after {
  right: -1px;
}
#featured-links a:first-child {
  margin-top: 0;
}
@media (min-width: 62.5em) {
  #featured-links a:first-child {
    margin-top: 15px;
  }
}
#featured-links img {
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 62.5em) {
  #featured-links .pos-1 {
    margin-left: 0;
  }
}
@media (min-width: 62.5em) {
  #featured-links .pos-3 {
    margin-right: 0;
  }
}

#quote-bar {
  background: #e2e2e2;
  padding: 20px;
}
#quote-bar h4 {
  text-align: center;
  vertical-align: top;
  margin: 0;
  color: #58585a;
  font-weight: 400;
}
@media (min-width: 62.5em) {
  #quote-bar h4 {
    float: left;
  }
}
#quote-bar .cycle-slideshow {
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
  left: 0;
}
@media (min-width: 62.5em) {
  #quote-bar .cycle-slideshow {
    width: 65%;
    float: right;
    margin-right: 20px;
  }
}
#quote-bar .cycle-slideshow ul {
  margin: 0;
}
#quote-bar .cycle-slideshow li {
  list-style: none;
  margin-top: 3px;
  padding-right: 5px;
  font-weight: 300;
  width: 100%;
  text-align: center;
  line-height: 1.6em;
}
@media (min-width: 62.5em) {
  #quote-bar .cycle-slideshow li {
    width: auto;
    text-align: left;
    line-height: 1em;
  }
}
#quote-bar .cycle-slideshow:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#quote-bar #next-quote {
  display: block;
}
#quote-bar #next-quote:before {
  font-family: "calvary";
  content: "\e61c";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  color: #a2a2a2;
  margin: 20px auto 0 auto;
  display: block;
}
@media (min-width: 62.5em) {
  #quote-bar #next-quote:before {
    position: absolute;
    right: 30px;
    top: 4px;
    margin: 0;
  }
}
