@import 'css/unsemantic-grid-responsive-tablet-no-ie7.css';
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/**
* Theme Name: JVIM
* Author: ipsoCreative
* Author URI: http://www.ipsocreative.com
* Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.sprite,
.icon-prayer > a:before,
.icon-email > a:before,
.icon-search:before,
.icon-news:before,
.icon-youtube:before,
#masthead #side-menu .search-form .search-submit {
  background: transparent url(images/sprites.png) no-repeat 0 0;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.icon-prayer > a:before {
  width: 32px;
  height: 27px;
  background-position: 0 0;
}
.icon-email > a:before {
  width: 31px;
  height: 22px;
  background-position: 0 -50px;
}
.icon-search:before {
  width: 25px;
  height: 25px;
  background-position: 0 -100px;
}
.icon-news:before {
  width: 57px;
  height: 43px;
  background-position: 0 -150px;
}
.icon-youtube:before {
  width: 28px;
  height: 28px;
  background-position: 0 -200px;
}
.screen-reader-text {
  display: none;
}
.page-title {
  font-size: 35px;
  border-bottom: solid 1px #c9c9c9;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 60px;
  padding-top: 35px;
}
a {
  color: #0a4e6b;
}
.first-cell {
  padding-left: 0;
}
.last-cell {
  padding-right: 0;
}
img.respond {
  max-width: 100%;
  height: auto;
  display: block;
}
body .aligncenter {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
  display: block !important;
  float: none !important;
}
body .grid-row:after,
body .grid-row:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
body .alignleft {
  text-align: left;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
body .alignright {
  text-align: right;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.hide {
  display: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=search],
textarea,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  font-size: 18px;
  padding: 7px;
  outline: none;
  margin-bottom: 5px;
  border: none;
  max-width: 100%;
}
#primary-page input[type=text],
#primary-page input[type=email],
#primary-page input[type=tel],
#primary-page input[type=search],
#primary-page textarea,
#primary-page select {
  background: #f5f5f5;
  border: solid 1px #eaeaea;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
#primary-page .grid-100 input[type=text],
#primary-page .grid-50 input[type=text],
#primary-page .grid-33 input[type=text],
#primary-page .grid-25 input[type=text],
#primary-page .grid-100 input[type=email],
#primary-page .grid-50 input[type=email],
#primary-page .grid-33 input[type=email],
#primary-page .grid-25 input[type=email],
#primary-page .grid-100 input[type=tel],
#primary-page .grid-50 input[type=tel],
#primary-page .grid-33 input[type=tel],
#primary-page .grid-25 input[type=tel],
#primary-page .grid-100 input[type=search],
#primary-page .grid-50 input[type=search],
#primary-page .grid-33 input[type=search],
#primary-page .grid-25 input[type=search],
#primary-page .grid-100 textarea,
#primary-page .grid-50 textarea,
#primary-page .grid-33 textarea,
#primary-page .grid-25 textarea,
#primary-page .grid-100 select,
#primary-page .grid-50 select,
#primary-page .grid-33 select,
#primary-page .grid-25 select {
  width: 100%;
}
#primary-page label {
  text-transform: uppercase;
  color: #0a4e6b;
  display: block;
  padding-top: 10px;
}
select {
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAGCAMAAAD5Vz7oAAAADFBMVEUAAAAKTmsKTmv///+/oOaWAAAAAnRSTlMAf7YpoZUAAAAiSURBVAjXY2CCAwYYYISJMDKgiyGJQMVQRMBiaCJAMRQRABXzAEcOnIQmAAAAAElFTkSuQmCC) no-repeat right center;
  padding-right: 30px;
}
input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: solid 1px #858585;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  background: #858585;
}
input[type=submit],
input[type=button],
button,
.button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  color: #fff !important;
  font-size: 18px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background-color: #870000;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
}
input[type=submit].button-blue,
input[type=button].button-blue,
button.button-blue,
.button.button-blue {
  background-color: #0a4e6b;
}
input[type=submit].click-here-button,
input[type=button].click-here-button,
button.click-here-button,
.button.click-here-button {
  background-image: url(images/click-here.gif);
  background-position: center 90%;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}
.wpcf7-list-item {
  display: block;
}
.screen-reader-text {
  display: none;
}
body {
  font: 14px Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
  text-rendering: optimizeLegibility;
}
body #page {
  overflow: hidden;
}
body.page {
  background: #f2f2f2;
}
body.page-template-white-background,
body.page-template-no-title {
  background: #fff;
}
body.page-template-white-background #breadcrumbs,
body.page-template-no-title #breadcrumbs,
body.page-template-white-background #primary-page article header,
body.page-template-no-title #primary-page article header {
  background: #f2f2f2;
  position: relative;
  overflow: visible;
}
body.page-template-white-background #breadcrumbs:before,
body.page-template-no-title #breadcrumbs:before,
body.page-template-white-background #primary-page article header:before,
body.page-template-no-title #primary-page article header:before,
body.page-template-white-background #breadcrumbs:after,
body.page-template-no-title #breadcrumbs:after,
body.page-template-white-background #primary-page article header:after,
body.page-template-no-title #primary-page article header:after {
  content: '';
  background: #f2f2f2;
  width: 100%;
  top: -1px;
  bottom: 0;
  height: 100%;
  display: block;
  clear: both;
  position: absolute;
}
body.page-template-white-background #breadcrumbs:before,
body.page-template-no-title #breadcrumbs:before,
body.page-template-white-background #primary-page article header:before,
body.page-template-no-title #primary-page article header:before {
  right: 100%;
}
body.page-template-white-background #breadcrumbs:after,
body.page-template-no-title #breadcrumbs:after,
body.page-template-white-background #primary-page article header:after,
body.page-template-no-title #primary-page article header:after {
  left: 100%;
}
body.page-template-white-background #page-header {
  height: 415px;
}
section.white-background,
section.broadcast {
  background: #fff;
  position: relative;
  overflow: visible;
}
section.white-background:before,
section.broadcast:before,
section.white-background:after,
section.broadcast:after {
  content: '';
  background: #fff;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  display: block;
  clear: both;
  position: absolute;
}
section.white-background:before,
section.broadcast:before {
  right: 100%;
}
section.white-background:after,
section.broadcast:after {
  left: 100%;
}
section.broadcast {
  padding: 35px 0 25px;
  margin: 0 0 25px;
}
section.broadcast .download-links {
  margin-top: 50px;
}
section.broadcast .download-links a.button {
  margin-right: 10px;
  margin-bottom: 10px;
}
.grid-container {
  max-width: 1100px;
}
#masthead {
  background: transparent url(images/header-background.jpg) repeat-x center top;
  position: relative;
  padding-top: 8px;
}
#masthead .site-title {
  height: 136px;
  margin-right: 60px;
}
#masthead .site-title img {
  max-width: 100%;
  height: auto;
  display: block;
}
#masthead a {
  text-decoration: none;
}
#masthead #side-menu {
  position: absolute;
  right: 0;
  top: 20px;
  width: 215px;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
#masthead #side-menu .button-menu a {
  display: block;
  background: #807d69;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #000;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  margin-bottom: 5px;
}
#masthead #side-menu .button-menu a:before {
  margin-right: 10px;
}
#masthead #side-menu .search-form {
  padding-left: 15px;
}
#masthead #side-menu .search-form .search-submit {
  font-size: 0;
  text-indent: -1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  padding: 0;
  background-position: 0 -100px;
  display: block;
  float: left;
  border: none;
  position: relative;
  top: 4px;
}
#masthead #side-menu .search-form .search-field {
  width: 175px;
}
#masthead #side-menu .search-form input {
  background: transparent;
}
@media screen and (max-width: 767px) {
  #masthead #side-menu .search-form {
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: margin-left 0.5s ease;
    -moz-transition: margin-left 0.5s ease;
    -o-transition: margin-left 0.5s ease;
    transition: margin-left 0.5s ease;
  }
  #masthead #side-menu .search-form:before {
    width: 25px;
    height: 25px;
    background: transparent url(images/sprites.png) no-repeat 0 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-position: 0 -100px;
    float: left;
  }
  #masthead #side-menu .search-form input {
    visibility: hidden;
  }
  #masthead #side-menu .search-form.shown {
    margin-left: -100%;
  }
  #masthead #side-menu .search-form.shown:before {
    display: none;
  }
  #masthead #side-menu .search-form.shown input {
    visibility: visible;
  }
  #masthead #side-menu .search-form.shown .search-submit {
    float: none;
    display: inline-block;
    top: -2px;
  }
}
#masthead #primary-navigation {
  background: #0a4e6b;
  text-align: center;
}
#masthead #primary-navigation .nav-menu {
  white-space: nowrap;
}
#masthead #primary-navigation .nav-menu a {
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  text-transform: uppercase;
  font-size: 17px;
  padding: 10px 20px;
  display: block;
  white-space: nowrap;
  -webkit-transition: font-size 0.5s ease, padding 0.5s ease;
  -moz-transition: font-size 0.5s ease, padding 0.5s ease;
  -o-transition: font-size 0.5s ease, padding 0.5s ease;
  transition: font-size 0.5s ease, padding 0.5s ease;
}
#masthead #primary-navigation .nav-menu a:hover {
  color: #d0a200;
}
#masthead #primary-navigation .nav-menu li {
  display: inline-block;
  position: relative;
}
#masthead #primary-navigation .nav-menu li:hover {
  background: rgba(255, 255, 255, 0.17);
}
@media screen and (min-width: 768px) {
  #masthead #primary-navigation .nav-menu li:hover > .sub-menu {
    display: block;
  }
}
#masthead #primary-navigation .sub-menu {
  padding-top: 18px;
  padding-bottom: 18px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000;
}
#masthead #primary-navigation .sub-menu li {
  display: block;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #masthead #primary-navigation .nav-menu a {
    font-size: 12px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  #masthead #primary-navigation {
    position: relative;
  }
  #masthead #primary-navigation .nav-menu {
    position: absolute;
    display: none;
    z-index: 1000;
    background: #0a4e6b;
    left: 0;
    right: 0;
    top: 100%;
  }
  #masthead #primary-navigation .nav-menu li {
    display: block;
  }
  #masthead #primary-navigation .nav-menu .sub-menu {
    position: static;
  }
  #masthead #primary-navigation .nav-menu .sub-menu.expanded {
    display: block;
  }
  #masthead #primary-navigation .nav-menu.expanded {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #masthead #side-menu {
    right: -165px;
  }
  #masthead #side-menu .menu-menu a {
    text-indent: -10000px;
    font-size: 0;
  }
}
#primary-navigation .menu-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  #primary-navigation .menu-toggle {
    display: block;
    height: 26px;
    width: 33px;
    margin: 8px 18px;
    float: right;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAHElEQVQYV2P8////fwYiACPRCokwDKyEcQgoBAA90wgA1KDTHQAAAABJRU5ErkJggg==) repeat 0px 5px;
    text-indent: -10000px;
    overflow: hidden;
    font-size: 0;
  }
}
@media screen and (min-width: 1024px) {
  .divided-50-white {
    background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGUlEQVQYV2P89OnTfwYiAOOoQnyhRP3gAQBtAyZdwkrsvQAAAABJRU5ErkJggg==) repeat-y center top;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: solid 10px #f2f2f2;
    border-bottom: solid 10px #f2f2f2;
    position: relative;
  }
  .divided-50-white .grid-50 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .divided-50-white:before,
  .divided-50-white:after {
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    display: block;
    background: #fff;
    position: absolute;
  }
  .divided-50-white:before {
    right: 100%;
  }
  .divided-50-white:after {
    left: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .tablet-divided-50-white {
    background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGUlEQVQYV2P89OnTfwYiAOOoQnyhRP3gAQBtAyZdwkrsvQAAAABJRU5ErkJggg==) repeat-y center top;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: solid 10px #f2f2f2;
    border-bottom: solid 10px #f2f2f2;
    position: relative;
  }
  .tablet-divided-50-white .grid-50 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tablet-divided-50-white:before,
  .tablet-divided-50-white:after {
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    display: block;
    background: #fff;
    position: absolute;
  }
  .tablet-divided-50-white:before {
    right: 100%;
  }
  .tablet-divided-50-white:after {
    left: 100%;
  }
}
#colophon {
  background: #e0e0e0;
  padding-top: 35px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 16px;
}
#colophon a {
  color: #0a4e6b;
}
#colophon .menu a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 0 0 5px;
}
#colophon .menu > li {
  width: 50%;
  float: left;
}
#colophon h3 {
  color: #870000;
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 25px;
}
#colophon .grid-row {
  margin-right: -10px;
  margin-left: -10px;
}
#colophon input {
  font-size: 14px;
}
#colophon .first {
  padding-right: 5px;
}
#colophon .last {
  padding-left: 0px;
}
#colophon input[type=text],
#colophon input[type=email] {
  width: 100%;
}
#colophon input[type=submit] {
  background-color: #f9a22c;
  font-size: 18px;
  max-width: 170px;
}
#colophon .widget-title img {
  vertical-align: middle;
  margin-left: 10px;
}
form .grid-row {
  margin-left: -10px;
  margin-right: -10px;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.content-section {
  overflow: hidden;
  clear: both;
}
.content-section .grid-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
}
.content-section .the-content {
  position: relative;
  z-index: 10;
}
.content-section .background {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: auto;
  display: block;
  height: auto;
}
.content-section .background.content-left {
  left: 50%;
}
.content-section .background.content-right {
  right: 50%;
}
@media only screen and (max-width: 767px) {
  .content-section .background.mobile-content-overlay {
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
    top: auto;
  }
  .content-section .background.mobile-content-above {
    margin-bottom: -20px;
    margin-top: 20px;
  }
  .content-section .background.mobile-content-below {
    margin-top: -50px;
    margin-bottom: 50px;
  }
  .content-section .background.mobile-content-above,
  .content-section .background.mobile-content-below {
    position: static;
    height: auto;
  }
}
.content-section h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 35px;
}
.content-section p {
  padding-bottom: 2em;
  line-height: 20px;
}
.widget {
  overflow: hidden;
}
.recent-news {
  background: #d0a200;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 100px;
  padding-top: 5px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.recent-news .background {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
}
.recent-news:before,
.recent-news:after {
  background: #d0a200;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.recent-news:before {
  right: 100%;
}
.recent-news:after {
  left: 100%;
}
.recent-news h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin-left: -77px;
}
.recent-news h2:before {
  margin-right: 20px;
}
.recent-news .the-content {
  position: relative;
}
.recent-news li {
  padding-bottom: 20px;
}
.recent-news a {
  text-decoration: none;
}
.recent-news a .post-title {
  text-transform: uppercase;
}
.recent-news .post-date {
  color: #0a4e6b;
  font-size: 12px;
  text-transform: uppercase;
}
.recent-news .post-title {
  color: #000;
  font-size: 18px;
}
.recent-news .post-intro {
  color: #fff;
  font-size: 12px;
  width: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .recent-news .post-intro {
    width: 100%;
  }
}
.recent-news .button {
  background: #d0a200;
  border: solid 2px #fff;
}
@media screen and (max-width: 1199px) {
  .recent-news {
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 20px;
    background-size: cover;
  }
}
#banners {
  margin-right: -5px;
  margin-bottom: 5px;
}
#banners .banner {
  position: relative;
  color: #fff;
  height: 519px;
  background-position: center top;
  background-size: cover;
}
#banners .banner .video-link {
  display: block;
  width: 122px;
  height: 122px;
  background: transparent url(images/play-button.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -61px;
  margin-top: -61px;
  text-indent: -10000px;
  font-size: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #banners .banner .video-link {
    top: 20%;
  }
}
#banners .banner .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  z-index: 0;
  height: 100%;
}
#banners .banner .banner-content {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  padding: 10px 20px 0;
  background: rgba(0, 0, 0, 0.75);
}
#banners .banner .banner-content h1 {
  font-size: 30px;
  text-transform: capitalize;
}
#banners .banner .banner-content p {
  line-height: 20px;
  padding-bottom: 2em;
}
#primary-home .banner-row .widget {
  background: #fff;
  height: 257px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 5px;
}
#primary-home .grid-row {
  background: #f2f2f2;
}
#primary-home .grid-row .grid-66,
#primary-home .grid-row .grid-33 {
  padding-left: 5px;
  padding-right: 5px;
}
#primary-home .form-row {
  border-top: solid 5px #f2f2f2;
  border-bottom: solid 5px #f2f2f2;
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAE0lEQVQIW2P89OnTfwY0wDiUBQHvtCZdRLWZyAAAAABJRU5ErkJggg==) repeat-y center top;
}
#primary-home .form-row .widget {
  padding: 10px 15px;
  color: #444444;
}
#primary-home .form-row .widget h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #0a4e6b;
}
#primary-home .form-row .widget h3 {
  color: #870000;
  text-transform: uppercase;
  font-weight: bold;
}
#primary-home .form-row .widget a {
  color: #870000;
}
#primary-home .form-row .widget input[type=text],
#primary-home .form-row .widget input[type=email] {
  background: #f1f1f1;
  width: 100%;
  font-size: 12px;
  padding: 10px;
}
#primary-home .form-row .widget form {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  #primary-home .banner-row .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
  #primary-home .form-row {
    background: #fff;
    border-bottom: none;
  }
  #primary-home .form-row .grid-container {
    padding-left: 0;
    padding-right: 0;
    border-left: solid 5px #f2f2f2;
    border-right: solid 5px #f2f2f2;
  }
  #primary-home .form-row .widget {
    border-bottom: solid 5px #f2f2f2;
  }
}
#breadcrumbs {
  color: #949494;
  padding: 6px 0;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 12px;
}
#breadcrumbs a {
  color: #949494;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#page-header {
  height: 175px;
  background-position: center center;
  background-repeat: no-repeat;
}
#page-header a {
  display: block;
  width: 100%;
  height: 100%;
}
#primary-page article a,
#primary article a,
#primary-post article a {
  color: #0a4e6b;
}
#primary-page article h1,
#primary article h1,
#primary-post article h1 {
  font-size: 35px;
  border-bottom: solid 1px #c9c9c9;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 60px;
  padding-top: 35px;
}
#primary-page article h2,
#primary article h2,
#primary-post article h2 {
  font-size: 18px;
  color: #0a4e6b;
}
#primary-page article h3,
#primary article h3,
#primary-post article h3 {
  font-size: 16px;
  color: #870000;
}
#primary-page article ul,
#primary article ul,
#primary-post article ul {
  padding-left: 20px;
  list-style-type: disc;
}
#primary-page article i,
#primary article i,
#primary-post article i,
#primary-page article em,
#primary article em,
#primary-post article em {
  font-style: italic;
}
#primary-page article em,
#primary article em,
#primary-post article em,
#primary-page article strong,
#primary article strong,
#primary-post article strong {
  font-weight: bold;
}
#primary-page article p,
#primary article p,
#primary-post article p {
  line-height: 1.5em;
  padding-bottom: 2em;
}
#primary-page article dt,
#primary article dt,
#primary-post article dt {
  font-weight: bold;
  float: left;
}
#primary-page article dt:after,
#primary article dt:after,
#primary-post article dt:after {
  content: ':';
  padding-right: .5em;
}
#primary-page article dd,
#primary article dd,
#primary-post article dd {
  clear: right;
  padding-bottom: 2em;
}
#primary-page article blockquote,
#primary article blockquote,
#primary-post article blockquote {
  background: #f9a22c;
  color: #fff;
  font-size: 36px;
  font-weight: lighter;
  padding-top: 50px;
  padding-bottom: 55px;
  position: relative;
  margin-bottom: .5em;
}
#primary-page article blockquote p,
#primary article blockquote p,
#primary-post article blockquote p {
  line-height: 1;
  padding: 0;
}
#primary-page article blockquote:before,
#primary article blockquote:before,
#primary-post article blockquote:before,
#primary-page article blockquote:after,
#primary article blockquote:after,
#primary-post article blockquote:after {
  content: '';
  width: 100%;
  top: 0;
  bottom: 0;
  background: #f9a22c;
  position: absolute;
}
#primary-page article blockquote:before,
#primary article blockquote:before,
#primary-post article blockquote:before {
  right: 100%;
}
#primary-page article blockquote:after,
#primary article blockquote:after,
#primary-post article blockquote:after {
  left: 100%;
}
#primary-page article img,
#primary article img,
#primary-post article img {
  max-width: 100%;
  height: auto;
  display: block;
}
#primary {
  background: #f2f2f2;
}
#primary article .devotional-meta {
  font-size: 14px;
  color: #0a4e6b;
  font-weight: 400;
}
#primary article .devotional-meta .devotional-date,
#primary article .devotional-meta .devotional-verse {
  text-transform: uppercase;
}
#primary article .devotional-meta .share {
  float: right;
}
#primary article .devotional {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  background: #fff;
  position: relative;
  padding: 30px 0;
  top: -60px;
  color: #444444;
}
#primary article .devotional h3 {
  text-transform: uppercase;
  font-size: 12px;
}
#primary article .devotional:before,
#primary article .devotional:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
#primary article .devotional:before {
  right: 100%;
}
#primary article .devotional:after {
  left: 100%;
}
#primary .devotional-sets {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
}
#primary .devotional-sets .set-name {
  text-transform: uppercase;
  color: #870000;
  font-weight: bold;
  position: relative;
  margin-bottom: 3px;
  font-size: 12px;
  cursor: pointer;
}
#primary .devotional-sets .set-name:before {
  content: '';
  border: solid 1px #4b4b4b;
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#primary .devotional-sets .set-name.active:after {
  position: absolute;
  content: '';
  left: 2px;
  width: 20px;
  height: 20px;
  top: 2px;
  background: #0a4e6b;
}
#primary .devotional-index {
  border-top: solid 1px #000;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
  overflow: hidden;
}
#primary .devotional-set {
  display: none;
  color: #7b7b7b;
}
#primary .devotional-set .devotional-meta {
  color: #000;
}
#primary .devotional-set.active {
  display: block;
}
#primary .devotional-set article {
  padding: 10px;
}
#primary .devotional-set article.even {
  background: #fff;
}
#primary .devotional-set article header,
#primary .devotional-set article .verse {
  cursor: pointer;
}
#primary .devotional-set .devotional-content {
  display: none;
}
#primary .devotional-set .devotional-content.active {
  display: block;
}
#primary .callout {
  position: relative;
  background: #d0a200;
  clear: both;
  padding-top: 20px;
}
#primary .callout h1,
#primary .callout h2,
#primary .callout h3 {
  color: #870000;
}
#primary .callout h2 {
  font-size: 14px;
  text-transform: uppercase;
}
#primary .callout:before,
#primary .callout:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #d0a200;
}
#primary .callout:before {
  right: 100%;
}
#primary .callout:after {
  left: 100%;
}
#primary article.broadcast {
  padding-left: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent url(images/play-button-small.png) no-repeat 10px 5px;
}
#primary article.broadcast a {
  color: #000;
}
#primary article.broadcast p {
  color: #444444;
  padding-bottom: 0;
}
#primary article.broadcast.even {
  background-color: #fff;
}
.nav-links {
  margin-top: 20px;
  padding-top: 10px;
  border-top: solid 1px #E7E6E6;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-previous:before {
  content: '<';
  padding-right: 5px;
}
.nav-links .nav-next {
  float: right;
}
.nav-links .nav-next:after {
  content: '>';
  padding-left: 5px;
}
.nav-links a {
  text-decoration: none;
}
.nav-links a:hover {
  text-decoration: underline;
}
.article-title {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  padding-bottom: 8px;
}
.article-main {
  padding-top: 0;
  padding-bottom: 80px;
}
.post-list {
  padding-bottom: 80px;
}
.article-main,
.post-list article {
  color: #444444;
}
.article-main h2,
.post-list article h2 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  padding-bottom: 8px;
}
.article-main p,
.post-list article p {
  line-height: 20px;
  padding-bottom: 20px;
}
.article-main ul,
.post-list article ul {
  list-style-type: disc;
  padding-left: 20px;
  padding-bottom: 20px;
}
.pagination .page-numbers {
  padding-right: 1em;
  color: #0a4e6b;
}
#primary-post header,
.post-list article footer,
#primary-page header {
  font-size: 12px;
  border-top: solid 1px #e7e6e6;
  border-bottom: solid 1px #e7e6e6;
  padding: 0;
  color: #444444;
  overflow: hidden;
}
#primary-post header a,
.post-list article footer a,
#primary-page header a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
#primary-post header a:hover,
.post-list article footer a:hover,
#primary-page header a:hover {
  text-decoration: underline;
}
#primary-post header span:after,
.post-list article footer span:after,
#primary-page header span:after {
  content: '|';
  padding: 0px 2px;
}
#primary-post header span.last-element:after,
.post-list article footer span.last-element:after,
#primary-page header span.last-element:after {
  display: none;
}
#primary-post header .read-more-link,
.post-list article footer .read-more-link,
#primary-page header .read-more-link {
  float: right;
  text-transform: none;
}
#primary-post header .read-more-link:after,
.post-list article footer .read-more-link:after,
#primary-page header .read-more-link:after {
  content: ' >';
}
#primary-post header .post-date,
.post-list article footer .post-date,
#primary-page header .post-date,
#primary-post header .post-category,
.post-list article footer .post-category,
#primary-page header .post-category {
  padding: 12px 0;
  display: inline-block;
}
#primary-post article {
  clear: both;
}
.download-link {
  float: right;
  margin-bottom: 10px;
}
#primary-post {
  background: #f2f2f2;
}
#primary-page header {
  border-bottom: none;
}
.post-list article {
  margin-bottom: 30px;
}
.share {
  overflow: hidden;
  padding-bottom: 10px;
}
.share label {
  text-transform: uppercase;
  font-size: 11px;
  color: #444444;
  display: block;
  padding-bottom: 4px;
}
.share .icon {
  display: block;
  float: left;
  width: 27px;
  height: 26px;
  background: transparent url(images/share-icons.png) no-repeat 0 0;
  margin-right: 8px;
  text-indent: -10000px;
  font-size: 0;
  overflow: hidden;
}
.share .icon-facebook {
  background-position: 0 0;
}
.share .icon-google-plus {
  background-position: -34px 0;
}
.share .icon-email {
  background-position: -69px 0;
}
.share .icon-twitter {
  background-position: -106px 0;
}
.hidden {
  display: none;
}
.sidebar .widget-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0a4e6b;
  padding-bottom: 10px;
}
.sidebar .widget_archive a,
.sidebar .widget_categories a,
.sidebar .widget_tag_cloud a,
.sidebar .widget_nav_menu a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.sidebar .widget_archive a:hover,
.sidebar .widget_categories a:hover,
.sidebar .widget_tag_cloud a:hover,
.sidebar .widget_nav_menu a:hover {
  text-decoration: underline;
}
.sidebar .widget_archive .trigger,
.sidebar .widget_categories .trigger,
.sidebar .widget_tag_cloud .trigger,
.sidebar .widget_nav_menu .trigger {
  cursor: pointer;
}
.sidebar .widget_archive ul.children,
.sidebar .widget_categories ul.children,
.sidebar .widget_tag_cloud ul.children,
.sidebar .widget_nav_menu ul.children {
  padding-left: 10px;
  padding-bottom: 0;
}
.sidebar .current-cat a,
.sidebar .current-tag a {
  color: #0a4e6b;
}
.sidebar ul {
  padding-bottom: 30px;
}
.sidebar .widget_shortcode {
  background: #fff;
  padding: 20px 10px;
  color: #444444;
}
.sidebar .widget_shortcode h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
.sidebar .widget_shortcode h3 {
  color: #870000;
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar .widget_shortcode .button {
  font-size: 16px;
}
.sidebar .widget_shortcode p {
  padding-bottom: 1em;
}
.sidebar .widget_shortcode input[type=text],
.sidebar .widget_shortcode input[type=email] {
  background: #f1f1f1;
  width: 100%;
  font-size: 12px;
  padding: 10px;
}
.sidebar .widget_shortcode form {
  margin-left: -10px;
  margin-right: -10px;
}
.post-type-archive-qotw #primary-post article header {
  cursor: pointer;
  border-bottom: none;
  position: relative;
}
.post-type-archive-qotw #primary-post article header:hover:before {
  content: 'View Answer';
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  bottom: 5px;
  left: 50%;
  margin-left: -62px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center;
}
.post-type-archive-qotw #primary-post article header h2:before {
  content: 'Q:';
  float: left;
  display: block;
  margin-top: -2px;
  margin-right: .5em;
}
.post-type-archive-qotw #primary-post article section {
  display: none;
}
.post-type-archive-qotw #primary-post article section:before {
  content: 'A:';
  float: left;
  display: block;
  margin-top: 1px;
  margin-right: .5em;
}
.post-type-archive-qotw #primary-post article.expanded header {
  cursor: default;
}
.post-type-archive-qotw #primary-post article.expanded header:hover:before {
  display: none;
}
.post-type-archive-qotw #primary-post article.expanded section {
  display: block;
}
.post-type-archive-qotw.mobile #primary-post article section {
  display: block;
}
.post-type-archive-qotw.mobile #primary-post article header:hover:before {
  display: none;
}
#primary-post .category-links article {
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  float: left;
  width: 33.33333333%;
}
@media screen and (max-width: 1023px) {
  #primary-post .category-links article {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #primary-post .category-links article {
    width: 100%;
  }
}
#primary article #station_results h3 {
  color: #0a4e6b;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#primary article #station_results table {
  width: 100%;
  margin: 25px -4px;
}
#primary article #station_results th {
  color: #870000;
  text-align: left;
  padding: 2px 4px;
  font-weight: bold;
}
#primary article #station_results td {
  text-transform: uppercase;
  padding: 2px 4px;
}
#primary article #station_results tbody tr:nth-child(odd) td {
  background: #fff;
}
.broadcast-nav {
  border-top: solid 1px #870000;
  margin: 30px 0 10px;
  padding: 5px 0;
  font-size: 12px;
}
.broadcast-nav a {
  color: #494949;
}
.video-still {
  position: relative;
  display: block;
}
.video-still img {
  margin: 0 auto;
}
.video-still:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 122px;
  width: 122px;
  margin-left: -61px;
  margin-top: -61px;
  background: transparent url(images/play-button.png) no-repeat center center;
  display: block;
}
#media-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYV2NkYGA4w0AEYBxViC+UqB88AO/XCAPS/vxXAAAAAElFTkSuQmCC);
  background: rgba(0, 0, 0, 0.84);
  z-index: 10000;
}
#media-overlay .close-button {
  position: absolute;
  right: -7px;
  top: -32px;
  background: #2d2e4e;
  color: #fff;
  width: 30px;
  height: 25px;
  font-size: 20px;
  text-align: center;
}
#media-overlay .dialog-content {
  background: #f3f3f3;
  border: solid 7px #2d2e4e;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -235px;
  margin-left: -487.5px;
  width: 975px;
  padding: 10px;
}
#media-overlay .dialog-content .dialog-title {
  color: #2d2e4e;
  font-size: 15px;
  padding: 30px 0 25px;
}
#media-overlay .dialog-content .first-cell-parent .cell {
  margin-right: 10px;
}
#media-overlay .cell {
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gallery.gallery-columns-1 .gallery-item:nth-child(1n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .gallery.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 100%;
  }
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333333%;
}
@media screen and (min-width: 768px) {
  .gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 100%;
  }
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .gallery.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 100%;
  }
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .gallery.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 100%;
  }
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.66666667%;
}
@media screen and (min-width: 768px) {
  .gallery.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 100%;
  }
}
.gallery .gallery-item {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.gallery .gallery-item .gallery-icon img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.gallery .gallery-item figcaption {
  color: #0a4e6b;
}
