/* @override http://bethanycentral.org.s3.amazonaws.com/wp-content/themes/bethany-bones/library/css/style.css */

@import "bootstrap.min.css";
@import "bootstrap-responsive.min.css";

.overlay {
  z-index: 99999;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  opacity: .3;
  display: none;
}
html,
body {
  height: 100%;
}
body {
  background-image: url('../images/body-bg.jpg');
  background-repeat: repeat;
  background-position: 0 0;
  font-weight: 200;
  font-size: 16px;
  font-family: "proxima-nova";
  line-height: 1.5;
}
.container{
  width: 940px;
}
.container{
  max-width: 940px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  body {
    background-size: 309px 255px;
    background-image: url('../images/body-bg@2x.jpg');
    background-position: 0 0;
  }
}
.wrapper {
  /* necessary for sticky footer */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -5.9em;
}
footer.global-footer,
.push {
  height: 8em;
}
@media all and (max-width: 640px){
  /* remove sticky footer on mobile */
  .wrapper{
    margin: 0 auto;
  }
  footer.global-footer,
  .push{
    height: auto;
  }
}
/* Typography */
a {
  color: #1e827e;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover {
  color: #145956;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Palatino", garamond, times, "times new roman", serif;
  font-weight: 600;
  margin: 20px 0;
  line-height: 1.3;
}
h1,
h2 {
  letter-spacing: -1px;
}
h1 span {
  font-size: 0.6em;
  font-weight: normal;
}
h1 a + span {
  color: #AAA;
}
h3 {
  margin-bottom: 5px;
}
h3 + h4 {
  margin-top: 0;
}
p,
ul,
ol,
blockquote {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.7;
  font-family: "Palatino", garamond, times, "times new roman", serif;
  font-size: 16px;
}
h3 + p,
h4 + p {
  margin-top: 5px;
}
p.lead {
  font-size: 22px;
  color: #6b6b6b;
}
img {
  border-radius: 2px;
}
blockquote {
  background-image: url("../images/ldquo.png");
  background-image: url('../images/ldquo.png');
  background-repeat: no-repeat;
  background-position: 0 3px;
  font-family: "Palatino", garamond, times, "times new roman", serif;
  color: #6b6b6b;
  line-height: 1.5;
  padding-left: 25px;
  padding-right: 25px;
  border-left: 0;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  blockquote {
    background-size: 15px 12px;
    background-image: url('../images/ldquo@2x.png');
    background-position: 0 3px;
  }
}
blockquote.pull-right {
  width: 25%;
  margin-left: 30px;
  padding-left: 25px;
}
hr {
  border-top-color: #ddd;
  border-top-color: rgba(160, 160, 161, 0.25);
  clear: both;
  margin: 30px 0;
}
code {
  color: #AF1B94;
  white-space: normal;
}
ul li,
ol li {
  margin: 5px 0;
}
ul.nobullets,
ol.nobullets {
  list-style: none;
  margin-left: 0;
}
ul.bullets,
ol.bullets {
  list-style: none;
  margin-left: 0;
}
ul.bullets li,
ol.bullets li {
  padding-left: 15px;
  background-image: url('../images/bullet-square.png');
  background-repeat: no-repeat;
  background-position: 0 6px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  ul.bullets li,
  ol.bullets li {
    background-size: 6px 6px;
    background-image: url('../images/bullet-square@2x.png');
    background-position: 0 6px;
  }
}
ul.bullets-white li,
ol.bullets-white li {
  background-image: url('../images/bullet-square-white.png');
  background-repeat: no-repeat;
  background-position: 0 6px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  ul.bullets-white li,
  ol.bullets-white li {
    background-size: 6px 6px;
    background-image: url('../images/bullet-square-white@2x.png');
    background-position: 0 6px;
  }
}
@media all and (min-width: 768px){
  ul.columns,
  ol.columns{
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  ul.columns > li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
  }
  ul.columns > li:first-of-type {
    margin-top: 0;
  }
}
.columns > li {
  margin: 20px 0;
}
.bullets li ul{
  margin-top: 0;
  margin-left: 0;
}
.bullets li ul li{
  list-style: none;
}
ol.no-numbers {
  margin-left: 0;
  list-style-type: none;
}
.pipe {
  margin: 0 7px;
  opacity: .75;
}
.pipe:after {
  content: "|";
}
i.fleuron {
  background: url("../images/fleuron.png") no-repeat 0 0;
  height: 11px;
  width: 22px;
  display: block;
  z-index: 2;
  position: relative;
  opacity: .3;
}
i.fleuron.top {
  top: -22px;
  left: 47%;
}
i.fleuron.btm {
  bottom: -22px;
  left: 47%;
}
.amp {
  font-family: "Palatino", garamond, times, "times new roman", serif;
  font-style: italic;
}
.right {
  float: right;
}
.left {
  float: left;
}
.icon-map {
  background: url("../images/icon-map.png");
  height: 19px;
  width: 13px !important;
  margin-right: 6px;
  margin-left: -6px;
}
.icon-faqs,
.icon-info {
  background: url("../images/icon-faqs.png") 0 0 !important;
  height: 21px !important;
  width: 20px !important;
  margin-top: -1px !important;
  margin-right: 6px;
  margin-left: -6px;
}
.icon-group {
  background: url("../images/icon-group.png");
  height: 20px;
  width: 30px !important;
  margin-top: -1px;
  margin-right: 6px;
  margin-left: -4px;
}
/* Components */
.page-navigation {
  text-align: center;
}
.page-navigation ol > li > a {
  padding: 6px 14px;
  background-color: white;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color: #383838;
}
.page-navigation ol > li > a:hover {
  color: #1e827e;
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f1f1f1, 0%, #eeeeee, 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffeeeeee', GradientType=0);
}
.page-navigation ol > li > a:hover,
.page-navigation ol > li > a:focus,
.page-navigation ol > .active > a,
.page-navigation ol > .active > span {
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.well {
  padding: 20px 50px;
}
.btn,
.sub .btn {
  border-radius: 2px;
  font-weight: 400;
  font-weight: 600;
  color: #6b6b6b;
  font-family: "proxima-nova" !important;
}
.btn-flat {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 5px 15px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-flat.btn-large {
  line-height: 40px;
/*   min-height: 40px; */
  padding: 10px 15px;
}
.btn-primary,
.sub .btn-primary {
  width: auto;
  display: inline-block;
  line-height: 41px;
  padding: 3px 18px 3px 18px;
  border-radius: 3px;
  border:  none;
  background-color: #246F66;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(29, 96, 88, 0.7)), to(rgba(33, 120, 110, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(29, 96, 88, 0.7), 0%, rgba(33, 120, 110, 0.7), 100%);
  background-image: -moz-linear-gradient(top, rgba(29, 96, 88, 0.7) 0%, rgba(33, 120, 110, 0.7) 100%);
  background-image: linear-gradient(to bottom, rgba(29, 96, 88, 0.7) 0%, rgba(33, 120, 110, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31d6058', endColorstr='#b321786e', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 0px #010000;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 0px #010000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0px 1px 1px 0px #010000;
/*   height: 41px; */
/*   min-height: 41px; */
  color: #BBC3C2;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 16px;
}
.btn-primary:hover,
.sub .btn-primary:hover,
.btn-primary:focus,
.sub .btn-primary:focus {
  background-color: #246F66;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1d6058), to(#21786e));
  background-image: -webkit-linear-gradient(top, #1d6058, 0%, #21786e, 100%);
  background-image: -moz-linear-gradient(top, #1d6058 0%, #21786e 100%);
  background-image: linear-gradient(to bottom, #1d6058 0%, #21786e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d6058', endColorstr='#ff21786e', GradientType=0);
  color: #fff;
}
.btn-hightlight,
.sub .btn-highlight {
  background: #4EB1A0;
  background-image: none;
  color: #fff;
}
.btn-hightlight:hover,
.sub .btn-highlight:hover {
  background: #57C5B3;
  background-image: none;
  color: #fff;
}
@media all and (max-width: 640px){
  .btn{
    margin-bottom: 3px;
  }
}
.nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
  z-index: 2;
  position: relative;
}
.nav-tabs > li > a {
  border: none;
  background-color: transparent;
}
.nav-tabs > li:first-child {
  margin-left: 30px;
}
.tab-content {
  margin-bottom: 50px;
  padding: 45px 30px 20px 30px;
  background-color: #FBFBFB;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 30px;
  margin: 0;
}
.sorry {
  text-align: center;
  margin: 0;
}
.media-links {
  text-align: center;
}
form#searchform {
  margin: 0 18px;
}
form#searchform input#s {
  margin-bottom: 0;
  box-sizing: border-box;
  height: 36px;
  width: 100%;
}
form#searchform input#searchsubmit {
  display: none;
}
form#searchform label {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Palatino", garamond, times, "times new roman", serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.table.table-bordered {
  border-radius: 2px;
}
.table td {
  font-family: "Palatino", garamond, times, "times new roman", serif;
  letter-spacing: normal;
  vertical-align: middle;
}
.table th {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 12px;
  padding-bottom: 10px;
  letter-spacing: normal;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: rgba(0, 0, 0, 0.045);
}
#comment-form-elements {
  list-style: none;
  margin-left: 0;
}
/* Drawer */
.drawer {
  background-color: #2D2929;
  background-image: url('../images/black_denim.png');
  background-repeat: repeat;
  background-position: 0 0;
  display: none;
  padding-bottom: 20px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .drawer {
    background-size: 145px 145px;
    background-image: url('../images/black_denim@2x.png');
    background-position: 0 0;
  }
}
.drawer ul {
  margin: 20px 0;
}
.drawer li {
  font-family: "proxima-nova";
}
.drawer li > a:hover {
  color: #fff;
}
.drawer .row > div {
  border-right: 1px dotted rgba(255, 255, 255, 0.09);
  box-sizing: border-box;
}
.drawer .row > div:last-child {
  border-right: none;
}
.drawer h3 {
  color: #eee;
  margin-bottom: 0;
  font-weight: 400;
}
/* Header */
header.global-header {
  background-color: #690004;
  background: url("../images/black_denim.png") repeat-x 0 -139px, url("../images/header-bg.jpg"), #690004;
  /* header.global-header .navbar-secondary */
}
header.global-header .container {
  position: relative;
}
header.global-header > a {
  color: #dae8e8;
}
header.global-header > a:hover {
  color: #f0f6f6;
}
header.global-header h1.logo {
  background-image: url('../images/logo-ribbon.png');
  background-repeat: no-repeat;
  background-position: 0 -5px;
  position: absolute;
  top: -19px !important;
  left: -3px !important;
  margin-left: 0;

  width: 242px;
  height: 209px !important;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  header.global-header h1.logo {
    background-size: 242px 209px;
    background-image: url('../images/logo-ribbon@2x.png');
    background-position: 0 -5px;
  }
}
header.global-header h1.logo a {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 226px;
  height: 130px;
  display: block;
  margin: 35px 0 0 30px;
  z-index: 1;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  header.global-header h1.logo a {
    background-size: 185px 112px;
    background-image: url('../images/logo@2x.png');
    background-position: 0 0;
  }
}
header.global-header .tagline {
  display: none;
}
header.global-header .navbar {
  margin-bottom: 0;
}
header.global-header .navbar-primary {
  margin-top: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 0 30px 0;
  text-align: right;
}
header.global-header .navbar > ul {
  margin: 0;
}
header.global-header .navbar ul > li {
  list-style: none;
}
header.global-header .navbar > ul > li > a {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 23px 16px;
  display: inline-block;
  border-radius: 3px;
  color: rgba(165, 214, 210, 0.85);
  -webkit-transition: all 0.3s, background-image 0s;
  transition: all 0.3s, background-image 0s;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: none;
}
@media all and (min-width: 640px) and (max-width: 1024px){
  header.global-header{
/*
    margin-left: -28px;
    margin-right: -28px;
    padding-left: 28px;
    padding-right: 28px;
*/
  }
  header.global-header .navbar > ul{
    margin-left: 40px;
  }
  header.global-header .navbar ul > li{
    font-size: .9em;
  }
  header.global-header .navbar > ul > li > a {
    font-size: 16px;
    padding: 23px 8px;
  }
}
header.global-header .navbar-primary ul li > a.active,
header.global-header .navbar-primary a:hover {
  color: white;
}
header.global-header .navbar-primary ul li:hover > a {
  background-image: url("../images/megamenu_arrow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
header.global-header .navbar-secondary {
  position: relative;
}
header.global-header .navbar-secondary .menu-secondary-navigation-container {
  float: right;
  padding-right: 110px;
}
header.global-header .navbar-secondary ul.menu {
  position: relative;
  z-index: 2;
  width: auto;
  margin-top: 0;
  background-color: none;
}
header.global-header .navbar-secondary ul.menu > li {
  display: inline-block;
  float: left;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #436362;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3px 3px 0 0;
}
header.global-header .navbar-secondary ul.menu > li > a {
  height: 16px;
  padding-left: 15px;
  padding-right: 17px;
  text-shadow: none;
  border-radius: 3px 3px 0 0;
}
header.global-header .navbar-secondary ul.menu > li:before {
  content: " | ";
}
header.global-header .navbar-secondary ul.menu > li:first-child:before {
  content: "";
}
header.global-header .navbar-secondary ul.menu > li > ul {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: none;
  position: absolute;
  top: 16px;
  left: 0;
  background-color: #f8f8f8;
  margin-left: 0;
  width: 180px;
  line-height: 1.3;
  border-radius: 0 3px 3px 3px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
header.global-header .navbar-secondary ul.menu > li > ul > li {
  display: block;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header.global-header .navbar-secondary ul.menu > li > ul > li > a {
  padding: 7px 15px;
  display: block;
  color: #1E827E;
  text-shadow: none;
}
header.global-header .navbar-secondary ul.menu > li > ul > li.menu-item-has-children {
  border-color: #000;
  border-style: solid;
  border-width: 0 0 0 6px;
}
header.global-header .navbar-secondary ul.menu > li.menu-item-has-children:hover {
  background-color: #f8f8f8 !important;
}
header.global-header .navbar-secondary ul.menu > li.menu-item-has-children:hover > a {
  color: #1E827E;
  text-shadow: none;
}
header.global-header .navbar-secondary ul.menu > li.menu-item-has-children:hover > ul {
  opacity: 100;
  filter: alpha(opacity=10000);
  display: block;
}
header.global-header .navbar-secondary ul.menu > li.menu-item-has-children:hover > ul a {
  text-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header.global-header .navbar-secondary ul.menu > li.menu-item-has-children:hover > ul a:hover {
  background-color: #ddd !important;
}
header.global-header .navbar-secondary .pulldown {
  position: absolute;
  right: 0;
  top: 0;
}
header.global-header .navbar-secondary .pulldown a {
  background-image: url('../images/black_denim.png');
  background-repeat: repeat;
  background-position: 0 0;
  display: inline-block;
  height: 16px;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0 0 4px 4px;
  margin-left: 10px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  header.global-header .navbar-secondary .pulldown a {
    background-size: 145px 145px;
    background-image: url('../images/black_denim@2x.png');
    background-position: 0 0;
  }
}
header.global-header .navbar-secondary a {
  color: #91bcba;
  display: inline-block;
  padding: 10px 5px;
  font-weight: 400;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}
header.global-header .navbar-secondary a:hover {
  color: white;
}
header.global-header .pipe {
  color: #9B8D8D;
}
header.global-header .header-search input[type="search"] {
  background-color: rgba(0, 0, 0, 0.19);
  background-image: url('../images/icon-search.png');
  background-repeat: no-repeat;
  background-position: 8px 5px;
  border: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  height: 24px;
  border-radius: 24px;
  height: 20px;
  line-height: 20px;
  padding: 3px 10px 3px 30px;
  float: right;
  position: absolute;
  right: 0;
  top: 59px;
  color: #fff;
  margin-bottom: 0;
  width: 160px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  header.global-header .header-search input[type="search"] {
    background-size: 15px 15px;
    background-image: url('../images/icon-search@2x.png');
    background-position: 8px 5px;
  }
}
header.global-header .header-search input[type="search"]::-webkit-input-placeholder {
  color: #6b6b6b;
}
header.global-header .header-search input[type="search"]:-moz-placeholder {
  color: #6b6b6b;
}
header.global-header .header-search input[type="search"]:-ms-input-placeholder {
  color: #6b6b6b;
}
header.global-header .header-search input[type="search"]:focus {
  width: 200px;
  background-color: rgba(0, 0, 0, 0.3);
}
body.connect header.global-header .navbar ul > li.connect > a,
body.im-new header.global-header .navbar ul > li.im-new > a,
body.parent-pageid-4822 header.global-header .navbar ul > li.im-new > a,
body.outreach header.global-header .navbar ul > li.outreach > a,
body.outreach header.global-header .navbar ul > li.proclaim > a,
body[class*="resource"] header.global-header .navbar ul > li.resources > a{
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  /*box-shadow: inset 0 1px 5px rgba(0,0,0,.3);*/
}
/* secondary nav */
body.calendar header.global-header .navbar-secondary a.calendar,
body.give header.global-header .navbar-secondary a.give,
body.resources header.global-header .navbar-secondary a.sermons {
  color: white;
}
/* Service Times */
.service-times-sermon {
  background: url(../images/drawing.png) no-repeat 100px -20px;
  background-color: rgba(0, 0, 0, 0.01);
  font-family: "Palatino", garamond, times, "times new roman", serif;
  padding: 30px 0 26px;
  margin: 50px 0 50px 0;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.1);
}
.service-times-sermon .amp {
  color: gray;
  display: inline;
}
.service-times-sermon h2 {
  font-size: 30px;
  margin: 10px 0;
  line-height: 1.25;
}
.service-times-sermon h4 {
  font-size: 30px;
  margin: 10px 0;
  line-height: 1.45;
}
.service-times-sermon h2 i {
  font-weight: normal;
  color: #949494;
}
.service-times-sermon p {
  font-size: 1.25em;
  margin-bottom: 0;
  line-height: 1.1;
}
.service-times-sermon i.fleuron.btm {
  bottom: -65px;
}
.service-times-sermon .btn-large.btn-flat {
  font-family: "proxima-nova";
  font-weight: 600;
  color: #525252;
  display: inline-block;
  margin: 10px;
  min-width: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 -1px 0px rgba(255, 255, 255, 0.3), 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0px rgba(255, 255, 255, 0.3), 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0px rgba(255, 255, 255, 0.3), 0 3px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  padding: 0;
  margin-right: 30px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.service-times-sermon .btn-large.btn-flat:hover {
  color: #1e827e;
  -webkit-box-shadow: inset 0 -1px 0px rgba(255, 255, 255, 0.2), 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 0px rgba(255, 255, 255, 0.2), 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0px rgba(255, 255, 255, 0.2), 0 4px 0 rgba(0, 0, 0, 0.2);
}
.sub .service-times-sermon {
  background: transparent;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
  font-style: italic;
  padding: 0;
}
.sub .service-times-sermon strong {
  color: #fff;
  font-style: normal;
}
/* Home customizations */
.home .service-times-sermon {
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.09);
  background-position: 10px -20px;
  padding: 0 0 10px;
  margin-top: 0;
  margin-bottom: 30px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  background: url(library/images/drawing.png) no-repeat 10px -20px;
  border-radius: 4px;
}
.home .service-times-sermon .span9 {
  padding-top: 20px;
}
.home .service-times-sermon .span3 {
  margin-left: 0;
  padding-top: 20px;
  padding-left: 20px;
}
.home .service-times-sermon .join-us h1 {
  color: #690000;
  font-size: 30px;
  margin-top: 48px;
  text-align: left;
  margin-left: 50px;
  line-height: 34px;
}
.home .service-times-sermon .join-us h1 a {
  color: #630205;
  text-shadow: 0 0 30px #ffffff, 0 1px 0 rgba(255, 255, 255, 0.8);
}
.home .service-times-sermon .service-times {
  padding: 32px 0 0;
  text-align: left;
}
.home .service-times-sermon .service-times h2 {
  margin: 18px 20px;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 33px;
  text-align: right;
  text-shadow: 0 0 30px #ffffff, 0 1px 0 rgba(255, 255, 255, 0.8);
}
.home .service-times-sermon .service-times h2 i {
  font-weight: normal;
  color: #949494;
}
.home .service-times-sermon .service-times p {
  font-size: 17px;
  line-height: 1.5;
  margin: 5px 0;
}
.home .service-times-sermon i.fleuron.btm {
  bottom: -39px;
}
.home .latest-sermon {
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  padding: 20px 40px 20px 20px;
  margin-top: 20px;
  margin-right: 20px;
  text-align: left;
  font-size: 14px;
  position: relative;
  min-height: 80px;
  border-radius: 3px;
  border: 1px solid white;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.home .latest-sermon:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.home .latest-sermon h1 {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #630205;
  display: inline-block;
  padding: 5px 7px 3px;
  color: #f9f9f9;
  text-shadow: none;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-size: 12px;
  font-weight: 600;
  margin: 0px 0 6px 0;
  letter-spacing: normal;
  border-radius: 2px;
}
.home .latest-sermon h2 {
  margin: 5px 0 3px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: normal;
  font-style: italic;
}
a.play {
  background-color: #1E827E;
  background-color: rgba(30, 130, 126, 0.5);
  border-radius: 24px;
  border: none;
  padding: 4px;
  height: 16px;
  width: 16px;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: -14px;
  opacity: .6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.play:hover {
  opacity: 1;
  background-color: #1E827E;
  background-color: #1e827e;
}
a.play i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  display: block;
  margin-top: -6px;
  margin-left: -4px;
  color: #fff;
  text-shadow: none;
}
.home .latest-sermon a.play {
  position: absolute;
  top: 50%;
  right: 15px;
}
.home .latest-sermon p.meta {
  font-size: 14px;
  margin: 0;
  text-align: left;
}
.home .latest-sermon p.meta .date {
  margin-left: 10px;
}
.home .mission-statement {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 30px;
  text-align: center;
}
.home section.content .shade-lt {
  left: -45px;
}
.home section.content .shade-rt {
  right: -45px;
}
/* Content */
section.content {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  position: relative;
  /* section.content .content-wrapper */
}
section.content > .container {
  position: relative;
}
section.content .main ul {
  list-style: none;
  margin-left: 0;
}
section.content .main ul li {
  padding-left: 25px;
  background-image: url('../images/bullet-square.png');
  background-repeat: no-repeat;
  background-position: 0 8px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  section.content .main ul li {
    background-size: 6px 6px;
    background-image: url('../images/bullet-square@2x.png');
    background-position: 0 8px;
  }
}
section.content .shade-lt {
  background-image: url('../images/shade_lt.png');
  background-repeat: no-repeat;
  background-position: -65px 0;
  width: 15px;
  height: 132px;
  position: absolute;
  z-index: 2;
  display: block;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  section.content .shade-lt {
    background-size: 15px 132px;
    background-image: url('../images/shade_lt@2x.png');
    background-position: -65px 0;
  }
}
section.content .shade-rt {
  background-image: url('../images/shade_rt.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/shade_rt.png");
  width: 15px;
  height: 132px;
  position: absolute;
  right: -65px;
  left: auto;
  z-index: 2;
  display: block;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  section.content .shade-rt {
    background-size: 15px 132px;
    background-image: url('../images/shade_rt@2x.png');
    background-position: 0 0;
  }
}

@media all and (max-width: 1024px){
  section.content .shade-rt,
  section.content .shade-lt{
    display: none;
  }
}
section.content .wooslider {
  background: #f9f9f9;
  padding: 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  border-radius: 2px;
  border: 1px solid white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 0 1px 0 #ffffff, 0 1px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
section.content .wooslider .slides {
  width: 78%;
  width: 75%;
  float:  left;
}
section.content .wooslider .slide-content {
  margin: 0;
}
section.content .wooslider .slide-content p {
  margin: 0;
}
section.content .wooslider .wooslider-direction-nav {
  display: none;
}
section.content .wooslider img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-shadow: none;
  border-radius: 2px;
  max-width: 100%;
}
section.content .wooslider .wooslider-control-nav {
  margin-top:  0 !important;
}
section.content .wooslider .wooslider-control-thumbs {
  float: right;
  width: 22%;
  width: 25%;
}
section.content .wooslider .wooslider-control-thumbs li {
  display: block;
  float: none;
  width:  auto !important;
}
section.content .wooslider .wooslider-control-thumbs li + li{
  margin-top: 9.5px;
}
section.content .wooslider .wooslider-control-thumbs img {
  opacity: .9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section.content .wooslider .wooslider-control-thumbs img:hover {
  opacity: 1;
}
section.content .card {
  padding: 45px 30px 20px 30px;
  background-color: #FBFBFB;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 50px;
  padding-bottom: 30px;
  margin-top: -35px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 50px;
  border-radius: 1px;
  position: relative;
}
section.content .card.has-label {
  padding-top: 40px;
}
section.content .card.has-thumbs {
  padding-bottom: 40px;
}
section.content .card h3 {
  position: absolute;
  top: 0;
  left: 50px;
  margin: 0;
  line-height: 1;
  text-shadow: none;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  color: #333333;
  letter-spacing: 1px;
}
section.content .card img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-shadow: none;
  border-radius: 2px;
}
section.content .card .thumb h4 {
  margin: 15px 0 0;
  font-family: "proxima-nova";
  font-size: 15px;
  font-weight: 400;
  color: #c7c7c7;
  letter-spacing: 1px;
}
section.content .card .thumb h4 a {
  color: #73afb2;
}
section.content .card .subscribe .btn {
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}
section.content .content-wrapper {
  background: #F4F4F4;
  padding: 45px 50px 40px;
  margin-top: -30px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
section.content h1.archive-title {
  background: url(../images/separator.png) no-repeat bottom center;
  font-size: 1.75em;
  font-style: italic;
  letter-spacing: 0;
  margin-top: 0;
  padding-bottom: 20px;
}
section.content h1.archive-title span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 0.5em;
  font-style: normal;
  text-transform: uppercase;
}
section.content h1.archive-title.no-separator {
  background: none;
  padding-bottom: 0;
}
section.content .section-header {
  font-size: 16px;
  font-weight: 500;
  font-family: "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-color: #1E8289;
  padding: 15px 50px 13px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  position: relative;
  margin-top: -45px;
  margin-left: -50px;
  margin-right: 50px;
  margin-bottom: 40px;
  width: 100%;
  display: block;
}
section.content .section-header a {
  color: #fff;
  display: block;
}

section.content .section-banner {
  background-position: center center;
  background-size: cover;
  height: 115px;
  margin: -45px 0 -70px -50px;
  padding-right: 100px;
  width: 100%;
}

section.content .section-banner + .row article header {
  background: rgba(255,255,255,.95);
  border-radius: 2px;
  margin-left: -30px;
  padding: 5px 0 0 30px;
}

@media (max-width: 430px) {
  .section-banner {
    display: none;
  }
  section.content .section-banner + .row article header {
    background: none;
  }
  section.content .section-header {
    margin-bottom: 15px !important;
  }
}

.page-template-page-feature .page-title {
  display: none;
}

.page-template-page-feature section.content .content-wrapper {
  border-radius: 5px; /* Prevents white aliasing from appearing around corners of feature image */
}

.content-banner {
  background-color: #111;
  border-radius: 3px 3px 0 0;
  display: table;
  height: 275px;
  margin: -45px 0 20px -50px;
  overflow: hidden;
  padding: 0 50px;
  position: relative;
  width: 100%;
}

.content-banner .content-banner-image {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.content-banner.shows-title .content-banner-image {
  opacity: 0.4;
}

.content-banner h1 {
  color: #FFF;
  display: table-cell;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  height: 100%;
  margin:  0;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .content-banner {
    border-radius: 0;
    height: auto;
    margin: -45px 0 0 0;
    padding: 10% 0;
  }
}

article.global-article header > h1 {
  font-family: "Palatino", garamond, times, "times new roman", serif;
  font-size: 37px;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 5px;
}
article.global-article header.article-header > .byline {
  margin: 0 0 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
article.global-article header.article-header > ul{
  margin-top: -4px;
}
article.global-article .article-body ol li {
  padding-left: 4px;
  line-height: 1.7;
}
article.global-article .article-body ul {
  margin-left: 1px;
}
article.global-article .article-body ul li {
  list-style: none;
  background-image: url('../images/bullet-square.png');
  background-repeat: no-repeat;
  background-position: 2px 8px;
  padding-left: 24px;
  line-height: 1.7;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  article.global-article .article-body ul li {
    background-size: 6px 6px;
    background-image: url('../images/bullet-square@2x.png');
    background-position: 2px 8px;
  }
}
article.global-article .article-body .gform_fields li{
  background: transparent;
  padding-left: 0;
}
article.global-article .article-body ul.nav li {
  background: none;
  padding-left: 0;
}
article.global-article .entry-content img {
  margin-bottom: 30px;
}
article.global-article .article-footer {
  background: transparent;
  color: #ccc;
  font-size: 13px;
}
.page-template-page-onecolumn-php article.global-article .article-body,
.page-template-page-onecolumn-events-php article.global-article .article-body {
  padding-right: 0;
}
aside.global-aside {
  margin-bottom: 50px;
  padding: 45px 30px 20px 30px;
  background-color: #FBFBFB;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
aside.global-aside .widget {
  margin-bottom: 30px;
  display: block;
}
aside.global-aside h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0x;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-align: left;
  color: #333;
  display: block;
  margin-bottom: 0px;
}
aside.global-aside h4 a {
  color: inherit;
}
aside.global-aside ul {
  list-style: none;
  margin: 0 0 30px 0;
}
aside.global-aside ul > li {
  padding: 0 20px;
  line-height: 1.35;
  margin-bottom: 5px;
}
aside.global-aside ul > li > a {
  padding: 5px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
aside.global-aside ul.menu {
  font-size: 16px;
}
aside.global-aside ul.menu ul.sub-menu {
  margin: 10px 0 50px 0;
  font-size: 15px;
  clear: both;
  display: none;
}
aside.global-aside ul.menu .current-menu-item .sub-menu,
aside.global-aside ul.menu .current-menu-ancestor .sub-menu,
aside.global-aside ul.menu .current-page-ancestor .sub-menu,
aside.global-aside ul.menu .current-page-parent .sub-menu{
  display: block;
}
aside.global-aside ul.menu ul.sub-menu > li {
  padding-left: 15px;
  padding-right: 5px;
  background-image: url('../images/bullet-square.png');
  background-repeat: no-repeat;
  background-position: 0 6px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  aside.global-aside ul.menu ul.sub-menu > li {
    background-size: 6px 6px;
    background-image: url('../images/bullet-square@2x.png');
    background-position: 0 6px;
  }
}
aside.global-aside ul.menu ul.sub-menu > li.current_page_item {
  border-width: 10px;
  border-color: transparent transparent transparent red;
}
aside.global-aside ul.menu ul.sub-menu > li.current_page_item a{
  color: #333333;
  cursor: default;
}
.page aside.global-aside ul:first-child > li,
.im-new aside.global-aside ul:first-child > li,
ul.categories > li
 {
  padding-left: 0;
  background-image: none;
}
.page aside.global-aside ul:first-child > li > a,
.im-new aside.global-aside ul:first-child > li > a,
ul.categories > li > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0x;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-align: left;
  color: #333;
  display: block;
}
.page aside.global-aside ul:first-child > li > a a,
.im-new aside.global-aside ul:first-child > li > a a {
  color: inherit;
}
aside.global-aside .widget > ul > li,
aside.global-aside ul.menu > li {
  background-image: url('../images/bullet-square.png');
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 15px;
  font-size: 15px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  aside.global-aside .widget > ul > li,
  aside.global-aside ul.menu > li {
    background-size: 6px 6px;
    background-image: url('../images/bullet-square@2x.png');
    background-position: 0 6px;
  }
}
aside.global-aside .widget_search form#searchform {
  margin: 0;
}
/* Homepage Features */
.feature {
  display: block;
  margin: 20px 0;
}
/* Pods */
.pods {
  margin-bottom: 10px;
}
.pods .pod {
  background-color: #DBDBDB;
  background-color: rgba(0, 0, 0, 0.05);
  min-height: 454px;
  position: relative;
  font-weight: 400;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.09);
}
.pods .pod h3 {
  background-color: rgba(0, 0, 0, 0.05);
  color: #525252;
  font-weight: 600;
  font-size: 18px;
  font-family: "proxima-nova";
  text-transform: uppercase;
  text-align: center;
  padding: 28px 0;
}
.pods .pod ul {
  margin-top: 0;
  padding: 0 30px 20px;
}
.pods .pod ul li {
  margin: 15px 0;
}

.pod-btn {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 25px;
}

.pod-btn {
  margin: 0 20px;
}

.pod-btn .btn {
  display: block;
  padding: 12px 10px;
}

.pods .pod.pod-need h3 {
  margin-bottom: 5px;
}
.pods .pod.pod-need ul {
  margin: 0;
  padding: 0;
}
.pods .pod.pod-need ul li {
  margin: 0;
}
.pods .pod.pod-need ul li:last-child article {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pods .pod.pod-need article {
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
}
.pods .pod.pod-need article h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
}
.pods .pod.pod-need article h4 .type {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  font-family: "proxima-nova";
  color: #383838;
  display: block;
  margin-bottom: 5px;
}
.pods .pod.pod-need article cite {
  font-size: 13px;
  display: block;
  margin-top: 3px;
  color: #9e9e9e;
  font-family: "proxima-nova";
}
.pods .pod.pod-need article cite:before {
  content: "by ";
}
.pods .pod.pod-events h3 {
  margin-bottom: 5px;
}
.pods .pod.pod-events .timely {
  margin-bottom: 0;
}
.pods .pod.pod-events .ai1ec-date-title {
  margin: 4px 4px 4px 12px;
}
.pods .pod.pod-events .pod-btn {
  bottom: 0;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  width: 100%;
}
.pods .pod.pod-events ul.calendar-list {
  padding: 0 0 80px 0;
  width: 100%;
}
.pods .pod.pod-events ul.calendar-list li {
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 4px;
  margin: 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.pods .pod.pod-events ul.calendar-list .date {
  display: block;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 10px;
}
.pods .pod.pod-events ul.calendar-list .date .month {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #9e9e9e;
  display: block;
  line-height: 1;
  margin-top: 7px;
}
.pods .pod.pod-events ul.calendar-list .date .day {
  font-size: 22px;
  font-family: "Palatino", garamond, times, "times new roman", serif;
  line-height: 1;
}
.pods .pod.pod-events ul.calendar-list .event-title a {
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 16px 16px 16px 50px;
  margin-left: 15px;
}
.pods .pod.pod-events .ai1ec-calendar-link{
  display: block;
  margin: 0 auto -.75em;
  margin: 0 auto -1px;
  float: none;
  clear: both;
  width: 9em;
}
.pods .pod.pod-events nav {
  padding: 20px 50px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pods .pod.pod-events nav .btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
}
/* Breadcrumb */
section.breadcrumb-wrap {
  background-color: #fbfbfb;
  background: rgba(0, 0, 0, 0.02);
  margin-top: 50px;
}
section.breadcrumb-wrap ul.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  margin-left: 15px;
}
section.breadcrumb-wrap ul.breadcrumb a {
  color: #383838;
}
section.breadcrumb-wrap ul.breadcrumb a:hover {
  color: #1e827e;
}
/* Contact Info */
.contact-info {
  background-color: #e5e5e4;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px 0 10px;
  overflow: hidden;
  font-weight: 400;
  font-family: ;
  color: #525252;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.contact-info p {
  margin: 0;
  font-size: 16px;
}
.contact-info p strong {
  font-weight: 600;
  margin-left: 20px;
}
/* Resources */
/* Footer Global */
footer.global-footer {
  background-color: #DFDFDF;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 22px 0 0;
  overflow: hidden;
  color: #525252;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
footer.global-footer a {
  color: #383838;
  font-weight: 400;
}
footer.global-footer a:hover {
  color: #1e827e;
}
footer.global-footer nav {
  margin-bottom: 20px;
  display: block;
  margin-left: -5px;
  text-align: center;
}
footer.global-footer nav a {
  display: inline-block;
  padding: 5px;
}
footer.global-footer p {
  margin-top: 0;
  font-size: 14px;
}
@media all and (max-width: 768px){
  footer.global-footer{
    font-size: 12px;
    padding: 0 1em;
  }
  footer.global-footer span{
    display: block;
    font-size: 12px;
    margin-left: 0;
  }
}
footer .credits {
  margin-left: 15px;
}
footer .credits a {
  padding: 0;
  font-weight: 400;
}
footer .social-buttons {
  font-family: "Palatino", garamond, times, "times new roman", serif;
  font-style: italic;
}
footer .social-buttons strong {
  font-weight: 600;
}
footer .social-buttons a {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
footer .social-buttons a.twitter {
  background-image: url('../images/icon-twitter-0.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  footer .social-buttons a.twitter {
    background-size: 41px 41px;
    background-image: url('../images/icon-twitter-0@2x.png');
    background-position: 0 0;
  }
}
footer .social-buttons a.twitter span {
  background-image: url('../images/icon-twitter-1.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  footer .social-buttons a.twitter span {
    background-size: 41px 41px;
    background-image: url('../images/icon-twitter-1@2x.png');
    background-position: 0 0;
  }
}
footer .social-buttons a.facebook {
  background-image: url('../images/icon-facebook-0.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  footer .social-buttons a.facebook {
    background-size: 41px 41px;
    background-image: url('../images/icon-facebook-0@2x.png');
    background-position: 0 0;
  }
}
footer .social-buttons a.facebook span {
  background-image: url('../images/icon-facebook-1.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  footer .social-buttons a.facebook span {
    background-size: 41px 41px;
    background-image: url('../images/icon-facebook-1@2x.png');
    background-position: 0 0;
  }
}
footer .social-buttons a.vimeo {
  background-image: url('../images/icon-vimeo-0.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  footer .social-buttons a.vimeo {
    background-size: 41px 41px;
    background-image: url('../images/icon-vimeo-0@2x.png');
    background-position: 0 0;
  }
}
footer .social-buttons a.vimeo span {
  background-image: url('../images/icon-vimeo-1.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  footer .social-buttons a.vimeo span {
    background-size: 41px 41px;
    background-image: url('../images/icon-vimeo-1@2x.png');
    background-position: 0 0;
  }
}
footer .social-buttons a.twitter,
footer .social-buttons a.facebook,
footer .social-buttons a.vimeo {
  height: 41px;
  width: 41px;
  display: inline-block;
  top: -25px;
  position: relative;
  margin-left: 3px;
  opacity: 1;
}
footer .social-buttons a.twitter span,
footer .social-buttons a.facebook span,
footer .social-buttons a.vimeo span {
  opacity: 0;
  height: 41px;
  width: 41px;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
footer .social-buttons a.twitter:hover span,
footer .social-buttons a.facebook:hover span,
footer .social-buttons a.vimeo:hover span {
  opacity: 1;
}

@media all and (max-width: 1024px){
  .global-footer{
    font-size: 12px;
/*
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
*/
    height: auto;
  }
}
.pagename-im-new article.global-article .global-aside {
  margin-top: 30px;
}
.pagename-im-new article.global-article address {
  font-family: "Palatino", garamond, times, "times new roman", serif;
  line-height: 1.5;
}
.pagename-im-new h1.page-title {
  position: absolute;
  left: -999em;
}
.pagename-im-new article.global-article {
  padding-bottom: 10px;
}
.pagename-im-new article .article-body {
  padding-bottom: 0;
  min-height: 0;
  padding-right: 0;
}
.pagename-im-new article .article-body h1 {
  margin-top: 30px;
  font-size: 35px !important;
  line-height: 1.1;
  margin-bottom: 10px;
}
.pagename-im-new .content-wrapper .span3 {
  margin-right: -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagename-im-new .service-times-sermon .row .span8 {
  margin-left: -20px;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}
.pagename-im-new .service-times-sermon .service-times .span4 {
  padding-top: 10px;
}
.im-new aside.global-aside ul.menu > li > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0x;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-align: left;
  padding-left: 0;
  display: block;
  color: #333;
}
.im-new aside.global-aside ul.menu > li > a a {
  color: inherit;
}
.dropdown-menu ul {
  float: left;
}
.dropdown-menu ul:first-of-type {
  padding-right: 20px;
}
#landing h3 {
  border-bottom: 1px solid #CCC;
  margin: 0;
}
#landing h3 a {
  color: rgb(51, 51, 51);
}
#landing .section img {
  margin-bottom: 10px;
  width: 100%;
}
#landing .section {
  display: -moz-inline-stack;
  display: inline-block;
  list-style: none;
  margin: 10px 10px 10px 0;
  max-width: 300px;
  padding-left: 0 !important;
  vertical-align: top;
  width: 100%;
  zoom: 1;
  *display: inline;
}
#landing .section h3{
  border-bottom: 0;
  margin-bottom: 0;
}
#landing .section p{
  margin: 0;
}
#landing .section ul {
  margin-top: 5px;
  margin-left: 0;
  margin: 0 0 10px;
}
#landing .section ul li{
  background: url('../images/bullet-square@2x.png') no-repeat left center;
  background-size: 4px 4px;
  display: block;
  list-style: none;
  margin-right: 4px;
  padding-left: 12px;
}

/* @group Accordions */
.accordion-title,
.accordion-content {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 6px 8px;
}
.accordion-title {
  background-image: url('../images/accordion-closed.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  cursor: pointer;
  font-size: 1.25em;
  margin-bottom: 0;
  padding-right: 40px;
}
.accordion-title.open {
  background-image: url('../images/accordion-open.png');
}
.feedback .accordion-title {
  background: none;
  box-shadow: none;
  color: #666;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  text-align: center;
}
.feedback .accordion-title:hover {
  text-decoration: underline;
}
.feedback .accordion-title.open {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
/* @end */

/* @group Content Boxes */
.box {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin: 15px 0;
  padding: 0px 8px;
  vertical-align: top;
  width: 320px;
}
.box:nth-child(even) {
  margin-left: 20px;
}
.box h3 {
  font-size: 1.5em;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 0;
}
.box h4 {
  color: #AAA;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  margin: 0;
  text-transform: uppercase;
}
.box h3.separator,
.box h4.separator {
  background: url(../images/separator.png) no-repeat bottom center;
  margin-bottom: 5px;
  padding-bottom: 25px;
}

@media all and (max-width: 720px){
  .box {
    width: 100%;
    margin-left: 0 !important;
  }
}
/* @end */

.resources-list{

}
.resource-listing{
  padding-top: .25em;
  margin-bottom: 1.5em;
  border-top: 1px solid #DCDCDC;
  font-weight: 500;
  overflow: hidden;
  color: #666;
}

.resources .buttons,
.archive .buttons {
  float: right;
}

.resource {
  border-top: 1px solid #E9E9E9;
  margin: 15px 0;
  padding-top: 15px;
}

.resource:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.resources-list h2,
.resources-list h4,
.resources-list p {
  margin: 0;
}

.resource h2 {
  line-height: 1.1em;
}

.resource.download-resource h2 a {
  background: url(../images/download.png) no-repeat right 8px;
  background-size: 15px 15px;
  padding-right: 24px;
}

.resources h2 .promotion,
.resources h1 .promotion {
  border: 2px solid #630205;
  border-radius: 2px;
  color: #630205;
  font: 600 12px proxima-nova;
  letter-spacing: normal;
  margin-left: 0.2em;
  padding: 3px 3px 1px;
  position: relative;
  text-shadow: none;
  text-transform: uppercase;
  top: -3px;
  vertical-align: middle;
}

.resources.today h2 .promotion,
.resources.today h1 .promotion,
#today-bar .promotion {
  background: #630205;
  color: #FFF;
}

.resource h4 {
  color: #AAA;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.resource .metadata {
  margin: 0;
}

.resource .metadata li {
  background: url('../images/bullet-square@2x.png') no-repeat left center;
  background-size: 4px 4px;
  display: inline;
  list-style: none;
  margin-right: 4px;
  padding-left: 12px;
  white-space: nowrap;
}

.resource .metadata li:first-child {
  background: none;
  padding-left: 0;
}

.resource .metadata a {
  color: #AAA;
}

.resource .author {
  font-size: 1.3em;
  font-style: italic;
}

.resource .excerpt p {
  color: #666;
  font-size: 0.9em;
  font-style: italic;
}

.resource.status-private * {
	color: #CCC !important;
}

.series-details {
  margin-bottom: 12px;
}
.series-details .archive-title {
  margin: 0;
}
.series-details .buttons {
  float: none;
  margin: 10px 0;
}
/***/

.resources header.article-header h1 {
  font-size: 30px;
  margin: 15px 0 10px;
}
.resources header.article-header.card h1 {
  font-style: italic;
  font-size: 34px;
  margin: 10px 0;
}
.resources header.article-header p.lead {
  margin: 10px 0;
  font-size: 18px;
  padding-right: 90px;
}
.resources .resource-promos .thumb {
  position: relative;
  background-color: #222;
  border-radius: 2px;
  overflow: hidden;
}
.resources .resource-promos .thumb img {
  width: 100%;
  height: auto;
}
.resources .resource-promos h4 {
  display: none;
  position: absolute;
  left: 0;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-weight: normal;
  font-family: "proxima-nova";
  font-weight: 200;
  font-size: 24px;
  bottom: 0;
  padding: 6px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  text-align: center;
  width: 200px;
}
.resources .resource-promos h4 a {
  color: #fff;
}
@media all and (max-width: 640px){
  .resource-promos{
    display: none;
  }
}
.article-body .navbar {
  margin: 10px 0;
  /* navbar */
}
.resources .article-body .navbar .navbar-inner {
  background-color: rgba(0, 0, 0, 0.08);
  background-image: none;
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2px 10px;
}
.resources .article-body .navbar .navbar-inner .dropdown-menu {
  padding: 18px 10px;
  background-image: url('../images/body-bg.jpg');
  background-repeat: repeat;
  background-position: 0 0;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .resources .article-body .navbar .navbar-inner .dropdown-menu {
    background-size: 309px 255px;
    background-image: url('../images/body-bg@2x.jpg');
    background-position: 0 0;
  }
}
.resources .article-body .navbar .navbar-inner .dropdown-menu h3 {
  margin: 0 0 0 9px;
  font-size: 20px;
}
.resources .article-body .navbar .navbar-inner .dropdown-menu ul {
  margin: 0;
}
.resources .article-body .navbar .navbar-inner .dropdown-menu li {
  background-image: none;
  padding-left: 0;
  margin-bottom: 0;
  font-family: "proxima-nova";
}
.resources .article-body .navbar .navbar-inner .dropdown-menu li a {
  text-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  display: block;
  padding: 2px 10px;
  color: #333;
}
.resources .article-body .navbar .navbar-inner .dropdown-menu li a:hover {
  background-color: #1e827e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1e827e), to(#0b2f2e));
  background-image: -webkit-linear-gradient(top, #1e827e, 0%, #0b2f2e, 100%);
  background-image: -moz-linear-gradient(top, #1e827e 0%, #0b2f2e 100%);
  background-image: linear-gradient(to bottom, #1e827e 0%, #0b2f2e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e827e', endColorstr='#ff0b2f2e', GradientType=0);
  color: #fff;
  background-image: none;
}
.resources .article-body .navbar .navbar-inner input[type="search"] {
  background-repeat: no-repeat;
  background-position: 8px 6px;
  padding-left: 14px;
  line-height: 18px;
  font-size: 15px;
  font-family: "proxima-nova";
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.resources .article-body .navbar .navbar-inner input[type="search"]::-webkit-input-placeholder {
  color: #ababab;
}
.resources .article-body .navbar .navbar-inner input[type="search"]:-moz-placeholder {
  color: #ababab;
}
.resources .article-body .navbar .navbar-inner input[type="search"]:-ms-input-placeholder {
  color: #ababab;
}
.navbar .sub {
  background-image: url('../images/megamenu_bg.jpg');
  background-repeat: repeat;
  background-position: 0 0;
  clear: both;
  top: 70px;
  position: absolute;
  text-align: left;
  color: #ddd;
  padding: 10px 55px 40px;
  margin-bottom: 80px;
  display: none;
  z-index: 5;
/*   width: 940px; */
  margin-left: -55px;
  margin-right: -55px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .navbar .sub {
    background-size: 160px 104px;
    background-image: url('../images/megamenu_bg@2x.jpg');
    background-position: 0 0;
  }
}
.navbar .sub,
#menu-proclaim-1 li {
  font-family: "proxima-nova", helvetica, arial;
  -webkit-font-smoothing: subpixel-antialiased;
}
.navbar .sub p a,
.navbar .sub li a {
  color:  #4E837B;
}
.navbar .sub p.lead {
  font-size: 16px;
  line-height: 1.7;
  padding-right: 30px;
  color: #aaa;
}
.navbar .sub.on {
  display: block;
}
.navbar .sub.off {
  display: none;
}
.navbar h3 {
  font-size: 32px;
  font-style: italic;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}
.navbar li.proclaim .sub ul:first-child > li > a,
.navbar .sub h4 {
  font-size: 22px;
  text-align: left;
  padding-bottom: 0;
  margin-top: 26px;
  margin-bottom: 26px;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;

}
.navbar .sub ul {
  margin-top: 0;
}
.navbar .sub ul li {
  font-weight: 400;
}
.navbar li.proclaim .sub ul:first-child > li {
  background: none;
  margin: 30px 0 24px;
}
.navbar li.connect .sub ul > li,
.navbar li.resources .sub ul > li {
  font-family: "proxima-nova";
}

.navbar li.proclaim .sub ul.sub-menu {
  margin: 27px 0 0 0;
  font-family: "proxima-nova";
}
.navbar .welcome h3 {
  font-size: 36px;
  margin-top: 20px;
}
.navbar .welcome .btn-primary {
  margin-right: 10px;
}
.navbar .btn-primary.btn-sm {
  padding: 9px 12px;
  line-height: 1.2em;
  height: auto;
}
/* Upcoming Events */
.sub .timely * {
  border:  none !important;
}
.sub .timely a span {
  color:  #4E837B;
}
.sub .timely .ai1ec-date {
  box-shadow: 0 1px 0 rgba(255,255,255,.09);
}
.sub .timely .ai1ec-date:last-child {
  box-shadow: none;
}

.sub .ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time {
  font-weight: normal;
  color:  #fff;
}

.ai1ec-agenda-widget-view .ai1ec-today .ai1ec-event .ai1ec-event-time {
  color: #000;
}

.sub .ai1ec-agenda-widget-view .ai1ec-date-title, .sub .ai1ec-agenda-view .ai1ec-date-title {
  border: none;
  margin-left:  0;
}
.sub .ai1ec-agenda-widget-view .ai1ec-date-events {
  margin:  0;
}
.sub .ai1ec-agenda-widget-view .ai1ec-event {
  margin-right: 0;
  margin-top: 0;
}

header.stream-header h1 {
  font-size: 16px;
  font-weight: 500;
  font-family: "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-color: #1E8289;
  padding: 15px 50px 13px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  margin-top: -45px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 35px;
}
@media all and (max-width: 640px){
  header.stream-header h1 {
    margin-right: 0;
  }
}
.stream section.stream-body {
  padding-left: 30px;
  padding-right: 30px;
}
.stream .article-header h1.h2 {
  font-size: 30px;
}
.stream .article-header p.byline {
  font-style: italic;
  color: #999;
  margin: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 4px 0;
}
.stream .article-footer {
  background-color: transparent;
  padding: 0;
}
.single article.post {
  padding-left: 30px;
  padding-right: 30px;
}
.single article.post .article-header h1 {
  line-height: 1.2;
}
.single article.post .article-header p.byline {
  font-style: italic;
  color: #999;
  margin: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 4px 0;
}
.single article.post h4 {
  color: #666;
  font-family: "proxima-nova";
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.timely {
  font-family: "proxima-nova" !important;
  margin-bottom: 30px;
}
.timely a {
  color: #1e827e;
}
.timely a:hover {
  color: #145956;
}
.timely p {
  font-family: "proxima-nova" !important;
  font-size: 14px;
  line-height: 1.5em;
  color: #222;
}
.timely a span {
  color: #333;
}
.timely .btn-mini {
  padding: 6px !important;
}
.timely h1,
.timely h2,
.timely h3,
.timely h4,
.timely h5,
.timely h6 {
  font-family: "proxima-nova" !important;
  letter-spacing: 0;
}
.timely .ai1ec-date {
  background: transparent;
  height: auto;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  padding: 2px 5px;
}
.popover-title a,
.timely a:hover span {
  color: #1e827e;
}
.ai1ec-agenda-widget-view .ai1ec-event > a {
  background: transparent;
  /*background: rgba(255,255,255,.5);*/
  border: none;
  border-radius: 3px;
}
.timely h2.ai1ec-calendar-title {
  margin-bottom: 10px !important;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333 !important;
  margin-left: 2px !important;
}
.timely .ai1ec-agenda-view .ai1ec-date {
  background-color: none;
  filter: none;
  background: rgba(0, 0, 0, 0.05);
  border-top: none;
  margin: 5px 0 !important;
}
.ai1ec-agenda-view .ai1ec-event {
  background: transparent !important;
  border: none !important;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
  color: #25828E !important;
}
.ai1ec-agenda-view .ai1ec-day {
  font-family: palatino;
}
.ai1ec-calendar-toolbar {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  float: right;
  position: absolute;
  right: 50px;
  top: 50px;
}
body:not(.calendar) .ai1ec-views-dropdown,
body:not(.calendar) #ai1ec-print-button {
  display: none;
}
article.global-article .article-body ul.ai1ec-dropdown-menu li {
  background: none;
  padding-left: 0;
}
.timely .btn {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timely .btn-group > .btn {
  border-radius: 2px;
}
.ai1ec-agenda-widget-view .ai1ec-date-title,
.ai1ec-agenda-view .ai1ec-date-title {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 7px 4px 7px 12px;
}
.ai1ec-agenda-widget-view .ai1ec-month,
.ai1ec-agenda-view .ai1ec-month {
  border-radius: 1px 1px 0 0;
  padding-top: 2px;
  background-color: #4E837B;
}
.ai1ec-posterboard-view .ai1ec-event-wrap {
  background-color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 30px 15px;
  font-size: 15px;
  margin: 0 5px 5px 0;
}
.ai1ec-posterboard-view .ai1ec-event-title {
  font-family: "Palatino", garamond, times, "times new roman", serif;
  display: inline;
  font-weight: 300;
  line-height: 1em;
}
.ai1ec-posterboard-view .ai1ec-event-title a {
  font-size: 25px;
}
.ai1ec-posterboard-view .ai1ec-event-title span {
  font-size: 17px;
  display: block;
}
.ai1ec-posterboard-view .ai1ec-event-description {
  font-size: 14px;
  font-weight: 400;
}
.ai1ec-posterboard-view .ai1ec-date-block-wrap {
  background: #1e827e;
}
.staff.staff-sr-pastor{
  clear: both;
}
.staff.staff-sm img {
  margin-bottom: 0 !important;
  max-width: 200px;
}
.staff.staff-sr-pastor .staff-name {
  margin-bottom: 0;
}
@media all and (max-width: 640px){
  .staff .staff-name{
    clear: both;
  }
}
.staff.staff-sr-pastor .staff-title {
  margin-top: 0;
  margin-bottom: 0;
}
.staff.staff-sr-pastor .staff-photo {
  margin: 4px 30px 30px 0;
}
/*
.page-id-320 section.content .content-wrapper {
  background-image: url('../images/header-biblestudies.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .page-id-320 section.content .content-wrapper {
    background-size: 1041px 171px;
    background-image: url('../images/header-biblestudies@2x.jpg');
    background-position: 0 0;
  }
}
*/
.page-navigation {
  margin: 20px 0;
}
.page-navigation ol {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.page-navigation ol > li > a:hover,
.page-navigation ol > li > a:focus {
  background-color: #f5f5f5;
}
.page-navigation ol .bpn-current,
.page-navigation ol .bpn.current > span {
  color: #999999;
  cursor: default;
}
.page-navigation ol > li {
  display: inline;
}
.page-navigation ol > li > a,
.page-navigation ol > li > span {
  float: left;
  padding: 4px 12px 3px;
  line-height: 25px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.page-navigation ol > li.bpn-current {
  float: left;
  padding: 4px 12px 3px;
  line-height: 25px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  display: inline-block;
  margin: 0;
}
.page-navigation ol > .disabled > span,
.page-navigation ol > .disabled > a,
.page-navigation ol > .disabled > a:hover,
.page-navigation ol > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.page-navigation ol > li:first-child > a,
.page-navigation ol > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.page-navigation ol > li:last-child > a,
.page-navigation ol > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.page-navigation-centered {
  text-align: center;
}
.page-navigation-right {
  text-align: right;
}
.page-navigation-large ol > li > a,
.page-navigation-large ol > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.page-navigation-large ol > li:first-child > a,
.page-navigation-large ol > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.page-navigation-large ol > li:last-child > a,
.page-navigation-large ol > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.page-navigation-mini ol > li:first-child > a,
.page-navigation-small ol > li:first-child > a,
.page-navigation-mini ol > li:first-child > span,
.page-navigation-small ol > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.page-navigation-mini ol > li:last-child > a,
.page-navigation-small ol > li:last-child > a,
.page-navigation-mini ol > li:last-child > span,
.page-navigation-small ol > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.page-navigation-small ol > li > a,
.page-navigation-small ol > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.page-navigation-mini ol > li > a,
.page-navigation-mini ol > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

@media all and (max-width: 768px) and (min-width: 641px){
  section.content .wooslider{
      min-height: 0;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: -15px;
      margin-right: -15px;
      border: 0;
    }
}

@media all and (max-width: 640px){
  /* basic body sizing */
    html, body{
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
      width: auto; }
    .row{
      margin-left: 0; }
    [class*="span"]{
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
  /* logo sizing */
    header.global-header h1.logo {
      width: 90px;
      background: transparent;
      background-size: 100% auto; }
      header.global-header h1.logo a{
        margin-top: 10px;
        margin-left: 10px;
        width: 100%;
        position: static;
        background-size: 100% auto; }
  /* better header sizing */
    header .navbar-secondary{
      display: none; }
    header.global-header{
      background-position: 0 -146px; }
    header.global-header .navbar{
      float: right; }
    header.global-header .navbar > ul > li > a {
      padding: 12px 6px;
      font-size: 14px; }
    header.global-header .navbar-primary{
      text-align: left;
      height: 90px;
      margin-top: 10px;
      margin-bottom: 10px;
      padding-bottom: 0;
      margin-left: 120px;
      width: 50%;
      background: transparent; }
    header.global-header .navbar-primary ul li{
      float: left;
      width: 50%; }
    header.global-header .navbar-primary ul li > a{
      display: inline;
      text-transform: none;
      padding: 0;
      padding: 3px 6px;
      font-size: 15px;
      margin: 0; }
    header.global-header .navbar-primary ul li:hover > a{
      background: transparent; }
    header.global-header .navbar-primary ul li > .sub{
      display: none !important; }
  /* home slider */
    section.content .wooslider{
      min-height: 0;
      max-width: 100%;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      border: 0; }
      section.content .wooslider img{
        border-radius: 0;
        width: 100%; }
        section.content .wooslider .slides{
          width: 100%; }
        section.content .wooslider .wooslider-control-thumbs{
          display: none; }
      section.content .shade-lt,
      section.content .shade-rt{
        display: none; }
  /* home components */
    .home .service-times-sermon .service-times{
      padding-top: 10px;
      padding-bottom: 10px; }
      .home .service-times-sermon .service-times h2{
        text-align: center; }
    .home .latest-sermon{
      margin: 10px; }
    .home .service-times-sermon .join-us h1{
      text-align: center;
      margin: 20px auto; }
    .home .mission-statement{
      padding: 0 10px; }
    section.content .section-header,
    header.stream-header{
      margin: 0;
      width: 100%;
      padding: 0 0; }
      section.content .section-header{
        margin-top: -45px;
        margin-bottom: 45px;
      }
      section.content .section-header a,
      header.stream-header h1{
        padding: 8px 0 8px 4em; }
        section.content .section-header a{
          padding: 8px 0 8px 1em; }

  aside.global-aside{
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    width: 100%;
  }

  section.content .content-wrapper{
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

  section.content .global-article{
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0 1em; }

  section.content .global-article + .index {
    padding: 0 1em;
  }

  section.content .stream {
    padding: 0 1em;
  }
  section.content .stream .global-article {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Embedded Media */
.embed {
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
}

.embed.video,
.wp-video {
  background-color: #2D2929;
  background-image: url("../images/black_denim.png");
  border-radius: 3px;
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.7);
}

.embed > iframe,
.embed > .video,
.embed > video,
.embed > div {
  height: 100% !important;
  left: 0;
  max-width: 100% !important;
  position: absolute;
  top: 0;
  width: 100%  !important;
}

/* Media Element responsive*/
/* Here be dragons....*/
.wp-video { 
  height: 0 !important;
  padding-bottom: 55%;
  position: relative;
  width: 100% !important; 
}

.wp-video > .mejs-container {
  height: 100% !important;
  position: absolute;
  width: 100% !important;
}

.wp-video .mejs-overlay,
.wp-video .me-plugin,
.wp-video video,
.wp-video embed {
  height: 100% !important;
  width: 100% !important;
}

.issuuembed span {
  display: none;
}

.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.visible-desktop{display:inherit!important}@media(min-width:768px) and (max-width:1200px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}}@media(max-width:767px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-phone{display:inherit!important}.hidden-phone{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:inherit!important}.hidden-print{display:none!important}}

/* @media(min-width:1200px){.row{margin-left:-30px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-left:1230px}.offset11{margin-left:1130px}.offset10{margin-left:1030px}.offset9{margin-left:930px}.offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-left:530px}.offset4{margin-left:430px}.offset3{margin-left:330px}.offset2{margin-left:230px}.offset1{margin-left:130px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.564102564102564%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%}.row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%}.row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%}.row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%}.row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%}.row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%}.row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%}.row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%}.row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%}.row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%}.row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%}.row-fluid .offset12{margin-left:105.12820512820512%;*margin-left:105.02182214948171%}.row-fluid .offset12:first-child{margin-left:102.56410256410257%;*margin-left:102.45771958537915%}.row-fluid .offset11{margin-left:96.58119658119658%;*margin-left:96.47481360247316%}.row-fluid .offset11:first-child{margin-left:94.01709401709402%;*margin-left:93.91071103837061%}.row-fluid .offset10{margin-left:88.03418803418803%;*margin-left:87.92780505546462%}.row-fluid .offset10:first-child{margin-left:85.47008547008548%;*margin-left:85.36370249136206%}.row-fluid .offset9{margin-left:79.48717948717949%;*margin-left:79.38079650845607%}.row-fluid .offset9:first-child{margin-left:76.92307692307693%;*margin-left:76.81669394435352%}.row-fluid .offset8{margin-left:70.94017094017094%;*margin-left:70.83378796144753%}.row-fluid .offset8:first-child{margin-left:68.37606837606839%;*margin-left:68.26968539734497%}.row-fluid .offset7{margin-left:62.393162393162385%;*margin-left:62.28677941443899%}.row-fluid .offset7:first-child{margin-left:59.82905982905982%;*margin-left:59.72267685033642%}.row-fluid .offset6{margin-left:53.84615384615384%;*margin-left:53.739770867430444%}.row-fluid .offset6:first-child{margin-left:51.28205128205128%;*margin-left:51.175668303327875%}.row-fluid .offset5{margin-left:45.299145299145295%;*margin-left:45.1927623204219%}.row-fluid .offset5:first-child{margin-left:42.73504273504273%;*margin-left:42.62865975631933%}.row-fluid .offset4{margin-left:36.75213675213675%;*margin-left:36.645753773413354%}.row-fluid .offset4:first-child{margin-left:34.18803418803419%;*margin-left:34.081651209310785%}.row-fluid .offset3{margin-left:28.205128205128204%;*margin-left:28.0987452264048%}.row-fluid .offset3:first-child{margin-left:25.641025641025642%;*margin-left:25.53464266230224%}.row-fluid .offset2{margin-left:19.65811965811966%;*margin-left:19.551736679396257%}.row-fluid .offset2:first-child{margin-left:17.094017094017094%;*margin-left:16.98763411529369%}.row-fluid .offset1{margin-left:11.11111111111111%;*margin-left:11.004728132387708%}.row-fluid .offset1:first-child{margin-left:8.547008547008547%;*margin-left:8.440625568285142%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:30px}input.span12,textarea.span12,.uneditable-input.span12{width:1156px}input.span11,textarea.span11,.uneditable-input.span11{width:1056px}input.span10,textarea.span10,.uneditable-input.span10{width:956px}input.span9,textarea.span9,.uneditable-input.span9{width:856px}input.span8,textarea.span8,.uneditable-input.span8{width:756px}input.span7,textarea.span7,.uneditable-input.span7{width:656px}input.span6,textarea.span6,.uneditable-input.span6{width:556px}input.span5,textarea.span5,.uneditable-input.span5{width:456px}input.span4,textarea.span4,.uneditable-input.span4{width:356px}input.span3,textarea.span3,.uneditable-input.span3{width:256px}input.span2,textarea.span2,.uneditable-input.span2{width:156px}input.span1,textarea.span1,.uneditable-input.span1{width:56px}.thumbnails{margin-left:-30px}.thumbnails>li{margin-left:30px}.row-fluid .thumbnails{margin-left:0}} */

@media(min-width:768px) and (max-width:979px){.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px}.span12{width:724px}.span11{width:662px}.span10{width:600px}.span9{width:538px}.span8{width:476px}.span7{width:414px}.span6{width:352px}.span5{width:290px}.span4{width:228px}.span3{width:166px}.span2{width:104px}.span1{width:42px}.offset12{margin-left:764px}.offset11{margin-left:702px}.offset10{margin-left:640px}.offset9{margin-left:578px}.offset8{margin-left:516px}.offset7{margin-left:454px}.offset6{margin-left:392px}.offset5{margin-left:330px}.offset4{margin-left:268px}.offset3{margin-left:206px}.offset2{margin-left:144px}.offset1{margin-left:82px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.7624309392265194%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%}.row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%}.row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%}.row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%}.row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%}.row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%}.row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%}.row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%}.row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%}.row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%}.row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%}.row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%}.row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%}.row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%}.row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%}.row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%}.row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%}.row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%}.row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%}.row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%}.row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%}.row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%}.row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%}.row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%}.row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%}.row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%}.row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%}.row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%}.row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%}.row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%}.row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%}.row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%}.row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%}.row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%}.row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:710px}input.span11,textarea.span11,.uneditable-input.span11{width:648px}input.span10,textarea.span10,.uneditable-input.span10{width:586px}input.span9,textarea.span9,.uneditable-input.span9{width:524px}input.span8,textarea.span8,.uneditable-input.span8{width:462px}input.span7,textarea.span7,.uneditable-input.span7{width:400px}input.span6,textarea.span6,.uneditable-input.span6{width:338px}input.span5,textarea.span5,.uneditable-input.span5{width:276px}input.span4,textarea.span4,.uneditable-input.span4{width:214px}input.span3,textarea.span3,.uneditable-input.span3{width:152px}input.span2,textarea.span2,.uneditable-input.span2{width:90px}input.span1,textarea.span1,.uneditable-input.span1{width:28px}}@media(max-width:767px){body{/* padding-right:20px;padding-left:20px */}.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-right:-20px;margin-left:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;width:auto;clear:none;text-align:left}.dl-horizontal dd{margin-left:0}.container{width:auto}.row-fluid{width:100%}.row,.thumbnails{margin-left:0}.thumbnails>li{float:none;margin-left:0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="offset"]:first-child{margin-left:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}.controls-row [class*="span"]+[class*="span"]{margin-left:0}.modal{position:fixed;top:20px;right:20px;left:20px;width:auto;margin:0}.modal.fade{top:-100px}.modal.fade.in{top:20px}}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.page-header h1 small{display:block;line-height:20px}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc}.form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left}.form-horizontal .controls{margin-left:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-right:10px;padding-left:10px}.media .pull-left,.media .pull-right{display:block;float:none;margin-bottom:10px}.media-object{margin-right:0;margin-left:0}.modal{top:10px;right:10px;left:10px}.modal-header .close{padding:10px;margin:-10px}.carousel-caption{position:static}}@media(max-width:979px){body{padding-top:0}.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:20px}.navbar-fixed-bottom{margin-top:20px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-right:10px;padding-left:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 10px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#777;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2}.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999}.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111}.nav-collapse.in .btn-group{padding:0;margin-top:5px}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;display:none;float:none;max-width:none;padding:0;margin:0 15px;background-color:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.nav-collapse .open>.dropdown-menu{display:block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0}.nav-collapse,.nav-collapse.collapse{height:0;overflow:hidden}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-right:10px;padding-left:10px}}@media(min-width:980px){.nav-collapse.collapse{height:auto!important;overflow:visible!important}}
