/**
 * STYLES
 *
 * Main styles for Sherwood Baptist Church
 */
/* line 1, scss/partials/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 22, scss/partials/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 26, scss/partials/_reset.scss */
body {
  line-height: 1; }

/* line 29, scss/partials/_reset.scss */
body, html {
  width: 100%;
  overflow-x: hidden; }

/* line 33, scss/partials/_reset.scss */
ol, ul {
  list-style: none; }

/* line 36, scss/partials/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 39, scss/partials/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 44, scss/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 49, scss/partials/_reset.scss */
.cf {
  zoom: 1; }
  /* line 52, scss/partials/_reset.scss */
  .cf:after {
    clear: both; }
  /* line 56, scss/partials/_reset.scss */
  .cf:before, .cf:after {
    content: "";
    display: table; }

/* line 1, scss/partials/_typography.scss */
body {
  color: #555555;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1em;
  font-weight: 300; }

/* line 8, scss/partials/_typography.scss */
h1 {
  color: #968B76;
  font-family: "TradeGothicW01-BoldCn20 675334";
  font-size: 6.125em;
  text-transform: uppercase; }

/* line 15, scss/partials/_typography.scss */
h2 {
  color: #968B76;
  font-family: "Novecento Sans W01 Wd DmBd";
  font-size: 2.25em;
  margin: 0 0 20px;
  text-transform: uppercase; }

/* line 23, scss/partials/_typography.scss */
h3 {
  color: #968B76;
  font-family: "Novecento Sans W01 Wd Book";
  font-size: 1.3125em;
  margin: 0 0 1em;
  text-transform: uppercase; }

/* line 31, scss/partials/_typography.scss */
h4 {
  color: #333333;
  font-family: "TradeGothicW01-BoldCn20 675334";
  font-size: 1.5em;
  margin: 0 0 1em; }

/* line 38, scss/partials/_typography.scss */
h5 {
  color: #555555;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.3125em;
  margin: 0 0 1em; }

/* line 45, scss/partials/_typography.scss */
h6 {
  color: #146782;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.3125em;
  margin: 0 0 1em; }

/* line 52, scss/partials/_typography.scss */
p {
  line-height: 1.75em;
  margin: 0 0 2em; }
  /* line 56, scss/partials/_typography.scss */
  p strong {
    font-weight: 400; }

/* line 61, scss/partials/_typography.scss */
a {
  color: #146782;
  text-decoration: none; }
  /* line 66, scss/partials/_typography.scss */
  a:hover {
    border-color: #146782; }

/* line 71, scss/partials/_typography.scss */
ul, ol {
  margin: 0 0 2em 2em; }
  /* line 73, scss/partials/_typography.scss */
  ul ul, ul ol, ol ul, ol ol {
    font-size: 0.875em; }

/* line 76, scss/partials/_typography.scss */
ul {
  list-style-type: disc; }

/* line 77, scss/partials/_typography.scss */
ol {
  list-style-type: decimal; }

/* line 79, scss/partials/_typography.scss */
li {
  line-height: 1.75em; }

/* line 83, scss/partials/_typography.scss */
hr {
  background-color: #EEEEEE;
  border: none;
  color: #EEEEEE;
  height: 1px;
  line-height: 1px;
  margin: 2.5em 0; }
  /* line 91, scss/partials/_typography.scss */
  hr.thick {
    height: 4px; }

/* line 96, scss/partials/_typography.scss */
blockquote {
  padding: 0 40px; }

/* line 100, scss/partials/_typography.scss */
table {
  margin: 0 0 40px;
  width: 100%; }
  /* line 104, scss/partials/_typography.scss */
  table caption {
    font-size: 0.875em;
    font-style: italic;
    padding: 0 0 20px; }
  /* line 110, scss/partials/_typography.scss */
  table th {
    border-bottom: 4px solid #EEEEEE;
    color: #968B76;
    font-weight: 400;
    padding: 0 0 20px;
    text-align: left; }
  /* line 118, scss/partials/_typography.scss */
  table td {
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
    vertical-align: middle; }

/* line 1, scss/partials/_forms.scss */
input, select, textarea {
  color: #333333;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1em;
  font-weight: 300; }

/* line 9, scss/partials/_forms.scss */
form.form_builder .formfield {
  margin-bottom: 20px; }
  /* line 12, scss/partials/_forms.scss */
  form.form_builder .formfield label {
    display: block;
    margin-bottom: 5px; }
  /* line 21, scss/partials/_forms.scss */
  form.form_builder .formfield input {
    padding: 5px 10px;
    width: 75%; }
    /* line 25, scss/partials/_forms.scss */
    form.form_builder .formfield input[type="checkbox"] {
      padding: 0;
      width: auto; }
    /* line 30, scss/partials/_forms.scss */
    form.form_builder .formfield input[type="radio"] {
      padding: 0;
      width: auto; }
  /* line 40, scss/partials/_forms.scss */
  form.form_builder .formfield textarea {
    height: 80px;
    padding: 10px;
    width: 75%;
    resize: none; }
  /* line 49, scss/partials/_forms.scss */
  form.form_builder .formfield.radio .radio_group .radio_item {
    margin-bottom: 10px; }
    /* line 52, scss/partials/_forms.scss */
    form.form_builder .formfield.radio .radio_group .radio_item label {
      display: inline;
      margin-left: 5px; }
  /* line 62, scss/partials/_forms.scss */
  form.form_builder .formfield.checkbox .checkbox_group .checkbox_item {
    margin-bottom: 10px; }
    /* line 65, scss/partials/_forms.scss */
    form.form_builder .formfield.checkbox .checkbox_group .checkbox_item label {
      display: inline;
      margin-left: 5px; }
  /* line 73, scss/partials/_forms.scss */
  form.form_builder .formfield .subfield {
    float: left;
    margin: 0 10px 10px 0;
    width: 50%; }
    /* line 78, scss/partials/_forms.scss */
    form.form_builder .formfield .subfield label {
      clear: both;
      font-size: 0.75em;
      font-style: italic;
      margin: 0; }
    /* line 85, scss/partials/_forms.scss */
    form.form_builder .formfield .subfield.short {
      width: 25%; }
    /* line 86, scss/partials/_forms.scss */
    form.form_builder .formfield .subfield.long {
      width: 100%; }
  /* line 91, scss/partials/_forms.scss */
  form.form_builder .formfield .name_group .subfield.short {
    width: 60px; }
  /* line 92, scss/partials/_forms.scss */
  form.form_builder .formfield .name_group .subfield.short input {
    width: 30px; }
  /* line 93, scss/partials/_forms.scss */
  form.form_builder .formfield .name_group .subfield.long {
    width: 240px; }
  /* line 94, scss/partials/_forms.scss */
  form.form_builder .formfield .name_group .subfield.long input {
    width: 210px; }
  /* line 98, scss/partials/_forms.scss */
  form.form_builder .formfield .info {
    clear: both;
    font-size: 0.75em;
    font-style: italic;
    margin: 0; }
/* line 107, scss/partials/_forms.scss */
form.form_builder .formbuilder_buttons input[type="submit"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  outline: none;
  border: none;
  cursor: pointer; }

/* line 1, scss/partials/_sidebar.scss */
.sidebar {
  height: 100%;
  width: 268px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  background: #3D3D3D;
  background: -webkit-linear-gradient(top, #3D3D3D, #1A1A1A);
  background: -moz-linear-gradient(top, #3D3D3D, #1A1A1A);
  background: -o-linear-gradient(top, #3D3D3D, #1A1A1A);
  background: linear-gradient(to bottom, #3D3D3D, #1A1A1A);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms; }
  /* line 11, scss/partials/_sidebar.scss */
  .sidebar .logo {
    background: url("../images/logo-sprite.png") no-repeat scroll 0 50% transparent;
    border: none;
    display: block;
    height: 164px;
    margin: 30px 0;
    text-decoration: none;
    text-indent: -9999px;
    width: 100%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms; }
  /* line 23, scss/partials/_sidebar.scss */
  .sidebar nav {
    margin: 0 0 40px; }
  /* line 25, scss/partials/_sidebar.scss */
  .sidebar nav ul#nav {
    list-style: none;
    margin: 0; }
    /* line 29, scss/partials/_sidebar.scss */
    .sidebar nav ul#nav li {
      border-top: 1px solid #2F2F2F;
      line-height: normal; }
      /* line 32, scss/partials/_sidebar.scss */
      .sidebar nav ul#nav li > ul ul {
        position: static;
        padding: 0 10px;
        display: block; }
      /* line 37, scss/partials/_sidebar.scss */
      .sidebar nav ul#nav li > ul {
        display: none; }
      /* line 41, scss/partials/_sidebar.scss */
      .sidebar nav ul#nav li a {
        border-top: 1px solid #3C3C3C;
        border-bottom: none;
        color: #FFFFFF;
        display: block;
        font-family: "Novecento Sans W01 Wd Book";
        font-size: 1.1em;
        height: 42px;
        letter-spacing: 0.06em;
        line-height: 42px;
        overflow: hidden;
        padding: 0 24px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -o-transition: all 200ms;
        -ms-transition: all 200ms;
        transition: all 200ms; }
        /* line 57, scss/partials/_sidebar.scss */
        .sidebar nav ul#nav li a span.icon {
          color: #C8B899;
          float: left;
          height: inherit;
          line-height: inherit;
          text-align: center;
          width: 56px;
          -webkit-transition: all 100ms;
          -moz-transition: all 100ms;
          -o-transition: all 100ms;
          -ms-transition: all 100ms;
          transition: all 100ms;
          /* transition: background-color .1s ease, color .1s ease; 
          -webkit-transition: background-color .1s ease, color .1s ease; 
          -moz-transition: background-color .1s ease, color .1s ease;
          -o-transition: background-color .1s ease, color .1s ease; */ }
        /* line 71, scss/partials/_sidebar.scss */
        .sidebar nav ul#nav li a span.text {
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -o-transition: all 200ms;
          -ms-transition: all 200ms;
          transition: all 200ms;
          /* transition: opacity .2s ease; 
          -webkit-transition: opacity .2s ease; 
          -moz-transition: opacity .2s ease;
          -o-transition: opacity .2s ease; */ }
        /* line 79, scss/partials/_sidebar.scss */
        .sidebar nav ul#nav li a span.icon-admissions:before {
          font-size: 13.4px; }
      /* line 85, scss/partials/_sidebar.scss */
      .sidebar nav ul#nav li ul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 20px;
        height: 100%;
        width: 172px;
        position: absolute;
        left: 56px;
        top: 0;
        z-index: 1001; }
        /* line 97, scss/partials/_sidebar.scss */
        .sidebar nav ul#nav li ul li {
          border: none;
          list-style: none; }
          /* line 101, scss/partials/_sidebar.scss */
          .sidebar nav ul#nav li ul li a {
            border: none;
            color: #695444;
            font-family: "Lato", Arial, sans-serif;
            font-size: 1em;
            height: auto;
            letter-spacing: 0;
            line-height: normal;
            margin: 8px 0;
            overflow: visible;
            padding: 0;
            text-transform: none;
            font-weight: 300; }
            /* line 115, scss/partials/_sidebar.scss */
            .sidebar nav ul#nav li ul li a:hover {
              color: #222222; }
          /* line 120, scss/partials/_sidebar.scss */
          .sidebar nav ul#nav li ul li.title a {
            color: #333333;
            font-family: "Novecento Sans W01 Wd Book";
            font-size: 1.125em;
            padding-top: 90px;
            text-transform: uppercase; }
        /* line 129, scss/partials/_sidebar.scss */
        .sidebar nav ul#nav li ul li:last-child {
          border: none; }
          /* line 131, scss/partials/_sidebar.scss */
          .sidebar nav ul#nav li ul li:last-child a {
            border: none; }
    /* line 136, scss/partials/_sidebar.scss */
    .sidebar nav ul#nav li:hover a span.icon,
    .sidebar nav ul#nav li.current a span.icon {
      background-color: #F3F3F3;
      color: #222222; }
    /* line 142, scss/partials/_sidebar.scss */
    .sidebar nav ul#nav > li:last-child {
      border-bottom: 1px solid #2F2F2F; }
      /* line 144, scss/partials/_sidebar.scss */
      .sidebar nav ul#nav > li:last-child > a {
        border-bottom: 1px solid #3C3C3C; }
  /* line 148, scss/partials/_sidebar.scss */
  .sidebar .home-cta {
    margin: 0 40px 20px;
    font-size: .8em; }
    /* line 152, scss/partials/_sidebar.scss */
    .sidebar .home-cta a {
      border: none; }
    /* line 156, scss/partials/_sidebar.scss */
    .sidebar .home-cta img {
      max-width: 100%;
      height: auto; }
  /* line 162, scss/partials/_sidebar.scss */
  .sidebar .social-media {
    margin-left: 33px;
    text-align: left; }
    /* line 166, scss/partials/_sidebar.scss */
    .sidebar .social-media a {
      border: none;
      margin: 0 4px 4px; }
  /* line 169, scss/partials/_sidebar.scss */
  .sidebar p.copyright {
    color: #777777;
    font-size: 0.75em;
    line-height: 1.25em;
    margin: 0;
    padding-left: 40px;
    max-width: 150px; }
  /* line 178, scss/partials/_sidebar.scss */
  .sidebar a.icon-am {
    color: #777777;
    display: block;
    float: right;
    height: 23px;
    margin: 2px 40px 0 0;
    overflow: hidden;
    text-decoration: none;
    width: 23px; }
    /* line 188, scss/partials/_sidebar.scss */
    .sidebar a.icon-am:before {
      display: inherit;
      font-size: 23px;
      height: inherit;
      width: inherit; }
  /* line 196, scss/partials/_sidebar.scss */
  .sidebar .home-cta, .sidebar .social-media, .sidebar p.copyright, .sidebar a.icon-am {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Default */
    opacity: 1;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms; }

/* line 202, scss/partials/_sidebar.scss */
.sidebar.collapsed {
  width: 56px; }
  /* line 204, scss/partials/_sidebar.scss */
  .sidebar.collapsed .logo {
    background-position: -268px 50%; }
  /* line 205, scss/partials/_sidebar.scss */
  .sidebar.collapsed nav ul#nav li a {
    padding: 0; }
    /* line 207, scss/partials/_sidebar.scss */
    .sidebar.collapsed nav ul#nav li a span.text {
      display: none; }

/* line 211, scss/partials/_sidebar.scss */
.sidebar.hover {
  width: 56px; }
  /* line 214, scss/partials/_sidebar.scss */
  .sidebar.hover .logo {
    background-position: -268px 50%; }
  /* line 218, scss/partials/_sidebar.scss */
  .sidebar.hover nav {
    margin-bottom: 20px; }
    /* line 222, scss/partials/_sidebar.scss */
    .sidebar.hover nav ul#nav li a {
      padding: 0; }
      /* line 224, scss/partials/_sidebar.scss */
      .sidebar.hover nav ul#nav li a span.text {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
        /* Default */
        opacity: 0; }
  /* line 231, scss/partials/_sidebar.scss */
  .sidebar.hover .home-cta, .sidebar.hover .social-media, .sidebar.hover p.copyright, .sidebar.hover a.icon-am {
    display: none;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Default */
    opacity: 0; }

/* line 237, scss/partials/_sidebar.scss */
.sub-menu {
  background-color: #F3F3F3;
  height: 100%;
  width: 212px;
  position: fixed;
  left: -212px;
  top: 0;
  z-index: 1000;
  -webkit-transition: left 250ms;
  -moz-transition: left 250ms;
  -o-transition: left 250ms;
  -ms-transition: left 250ms;
  transition: left 250ms; }
  /* line 247, scss/partials/_sidebar.scss */
  .sub-menu.open {
    left: 56px; }

/* line 252, scss/partials/_sidebar.scss */
body.home .sub-menu {
  left: 56px; }

@media screen and (max-height: 820px) {
  /* line 256, scss/partials/_sidebar.scss */
  .sidebar nav {
    margin-bottom: 20px; }
  /* line 257, scss/partials/_sidebar.scss */
  .sidebar .home-cta {
    display: none; }
  /* line 258, scss/partials/_sidebar.scss */
  .sidebar .social-media {
    margin-bottom: 20px; } }
@media screen and (max-height: 738px) {
  /* line 264, scss/partials/_sidebar.scss */
  .sidebar, .sub-menu {
    position: absolute; } }
/* line 1, scss/partials/_topright.scss */
.top-right {
  width: 100%;
  max-width: 1975px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998; }
  /* line 9, scss/partials/_topright.scss */
  .top-right .top-right-inner {
    float: right; }
  /* line 13, scss/partials/_topright.scss */
  .top-right ul#quicklinks {
    float: left;
    margin: 0; }
    /* line 17, scss/partials/_topright.scss */
    .top-right ul#quicklinks li {
      line-height: normal;
      list-style: none outside none; }
      /* line 21, scss/partials/_topright.scss */
      .top-right ul#quicklinks li a {
        background-color: #146782;
        border: none;
        color: #FFFFFF;
        display: block;
        font-family: "Novecento Sans W01 Wd Md";
        height: 56px;
        letter-spacing: 0.06em;
        line-height: 56px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 200px; }
      /* line 36, scss/partials/_topright.scss */
      .top-right ul#quicklinks li ul {
        background: url("../images/dd-arrow.png") no-repeat scroll 90px 0 transparent;
        display: none;
        margin: -10px 0 0;
        padding: 10px 0 0;
        position: absolute;
        width: 256px;
        z-index: 999; }
        /* line 45, scss/partials/_topright.scss */
        .top-right ul#quicklinks li ul li {
          list-style: none outside none; }
          /* line 48, scss/partials/_topright.scss */
          .top-right ul#quicklinks li ul li a {
            background-color: #F3F3F3;
            color: #555555;
            display: block;
            font-family: "Lato", Arial, sans-serif;
            height: auto;
            letter-spacing: normal;
            line-height: normal;
            text-align: left;
            text-transform: none;
            width: auto;
            padding: 5px 20px;
            font-weight: 400;
            font-size: 16px; }
            /* line 63, scss/partials/_topright.scss */
            .top-right ul#quicklinks li ul li a:hover {
              color: #146782; }
        /* line 69, scss/partials/_topright.scss */
        .top-right ul#quicklinks li ul li:first-child a {
          padding-top: 20px; }
        /* line 73, scss/partials/_topright.scss */
        .top-right ul#quicklinks li ul li:last-child a {
          padding-bottom: 20px; }
      /* line 78, scss/partials/_topright.scss */
      .top-right ul#quicklinks li:hover ul {
        display: block; }
  /* line 84, scss/partials/_topright.scss */
  .top-right .search {
    float: left; }
    /* line 87, scss/partials/_topright.scss */
    .top-right .search a.icon-search {
      background-color: #222222;
      border: none;
      color: #FFFFFF;
      display: block;
      height: 56px;
      line-height: 56px;
      overflow: hidden;
      text-align: center;
      text-decoration: none;
      width: 56px; }
      /* line 99, scss/partials/_topright.scss */
      .top-right .search a.icon-search:before {
        display: inherit;
        height: inherit;
        width: inherit; }
    /* line 106, scss/partials/_topright.scss */
    .top-right .search .search-box {
      background: url("../images/dd-arrow.png") no-repeat scroll 218px -10px #F3F3F3;
      display: none;
      height: 56px;
      padding: 0 0 0 20px;
      position: absolute;
      right: 0;
      width: 236px;
      z-index: 999; }
      /* line 116, scss/partials/_topright.scss */
      .top-right .search .search-box a.icon-search {
        background-color: transparent;
        color: #146782;
        display: inline; }
      /* line 122, scss/partials/_topright.scss */
      .top-right .search .search-box input[type="text"] {
        background: none;
        color: #333333;
        border: none;
        float: left;
        margin-top: 17px;
        width: 180px;
        outline: none; }
      /* line 132, scss/partials/_topright.scss */
      .top-right .search .search-box input[type="submit"] {
        display: none; }
    /* line 137, scss/partials/_topright.scss */
    .top-right .search:hover .search-box, .top-right .search .search-box.open {
      display: block; }

/* line 1, scss/partials/_content.scss */
html, body {
  height: 100%;
  width: 100%;
  min-height: 738px;
  min-width: 960px;
  position: relative; }

/* line 9, scss/partials/_content.scss */
.wrap {
  padding-left: 56px;
  position: relative; }
  /* line 15, scss/partials/_content.scss */
  .wrap .content .page-header {
    background-repeat: no-repeat;
    height: 540px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: -1; }
  /* line 24, scss/partials/_content.scss */
  .wrap .content > .text {
    background-color: #FFFFFF;
    background-position: right top;
    background-repeat: no-repeat;
    margin-top: 533px;
    min-height: 100px;
    padding: 0 0 80px 74px;
    position: relative; }
    /* line 33, scss/partials/_content.scss */
    .wrap .content > .text .page-title {
      color: #FFFFFF;
      margin-top: -84px;
      position: absolute; }
    /* line 39, scss/partials/_content.scss */
    .wrap .content > .text .page-content {
      padding-top: 60px;
      width: 830px; }
  /* line 45, scss/partials/_content.scss */
  .wrap .content footer {
    background-color: #F3F3F3;
    padding: 25px; }
    /* line 49, scss/partials/_content.scss */
    .wrap .content footer .social-media {
      float: left;
      margin-right: 12px; }
      /* line 53, scss/partials/_content.scss */
      .wrap .content footer .social-media a {
        border: none;
        float: left;
        margin-right: 8px; }
    /* line 60, scss/partials/_content.scss */
    .wrap .content footer .address {
      float: left; }
    /* line 64, scss/partials/_content.scss */
    .wrap .content footer p {
      color: #777777;
      font-size: 0.8125em;
      line-height: 32px;
      margin: 0; }
    /* line 71, scss/partials/_content.scss */
    .wrap .content footer p.copyright {
      float: right; }
    /* line 75, scss/partials/_content.scss */
    .wrap .content footer a.icon-am {
      border: none;
      color: #777777;
      display: block;
      float: right;
      height: 23px;
      margin-top: 5px;
      overflow: hidden;
      text-decoration: none;
      width: 23px;
      margin-left: 12px; }
      /* line 87, scss/partials/_content.scss */
      .wrap .content footer a.icon-am:before {
        display: inherit;
        font-size: 23px;
        height: inherit;
        width: inherit; }

/* line 98, scss/partials/_content.scss */
.light {
  background-color: #000000;
  height: 200%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -533px;
  z-index: 999;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  transition: opacity 200ms; }
  /* line 108, scss/partials/_content.scss */
  .light.on {
    display: block;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Default */
    opacity: 0.5; }
  /* line 113, scss/partials/_content.scss */
  .light.off {
    display: none;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Default */
    opacity: 0; }

/* line 118, scss/partials/_content.scss */
.home-cta.wrap.content footer {
  background-color: #e0e0e0; }

/*
|---------------------------------------------------------------
| SHARE ICONS (ADDTHIS)
|---------------------------------------------------------------
*/
/* line 130, scss/partials/_content.scss */
div.text .addthis a {
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -khtml-border-radius: 24px;
  border-radius: 24px;
  margin: 0 16px 0 0;
  padding: 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -ms-transition: all 350ms;
  transition: all 350ms; }
  /* line 137, scss/partials/_content.scss */
  div.text .addthis a span {
    background: none !important;
    display: block;
    font-family: 'sherwood';
    height: 46px !important;
    line-height: 46px !important;
    text-align: center;
    width: 46px !important;
    text-indent: 0; }
    /* line 147, scss/partials/_content.scss */
    div.text .addthis a span:before {
      color: #FFFFFF;
      display: inherit;
      height: inherit;
      width: inherit;
      -webkit-transition: color 350ms;
      -moz-transition: color 350ms;
      -o-transition: color 350ms;
      -ms-transition: color 350ms;
      transition: color 350ms; }
    /* line 155, scss/partials/_content.scss */
    div.text .addthis a span span {
      display: none !important; }
  /* line 161, scss/partials/_content.scss */
  div.text .addthis a.addthis_button_facebook span:before {
    content: "\e617";
    font-size: 24px; }
  /* line 166, scss/partials/_content.scss */
  div.text .addthis a.addthis_button_facebook:hover {
    background-color: #3968B4;
    border-color: #3968B4; }
  /* line 173, scss/partials/_content.scss */
  div.text .addthis a.addthis_button_twitter span:before {
    content: "\e614";
    font-size: 20px; }
  /* line 178, scss/partials/_content.scss */
  div.text .addthis a.addthis_button_twitter:hover {
    background-color: #4FA5E5;
    border-color: #4FA5E5; }
  /* line 185, scss/partials/_content.scss */
  div.text .addthis a.addthis_button_email span:before {
    content: "\e605";
    font-size: 16px; }
  /* line 190, scss/partials/_content.scss */
  div.text .addthis a.addthis_button_email:hover {
    background-color: #146782;
    border-color: #146782; }

/*
|---------------------------------------------------------------
| FACEBOOK & TWITTER FEED TEMPLATES
|---------------------------------------------------------------
*/
/* line 205, scss/partials/_content.scss */
.social-follow {
  margin-bottom: 24px;
  text-align: right; }

/* line 210, scss/partials/_content.scss */
.social-feed {
  margin-bottom: 60px; }
  /* line 213, scss/partials/_content.scss */
  .social-feed ul {
    border-top: 4px solid #EEEEEE;
    list-style: none;
    margin: 0 0 30px; }
    /* line 218, scss/partials/_content.scss */
    .social-feed ul li {
      border-bottom: 1px solid #EEEEEE;
      padding: 30px 0; }
      /* line 222, scss/partials/_content.scss */
      .social-feed ul li:last-child {
        border-bottom: none; }
      /* line 226, scss/partials/_content.scss */
      .social-feed ul li .date {
        border-style: solid;
        border-width: 2px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -khtml-border-radius: 40px;
        border-radius: 40px;
        float: left;
        font-family: "TradeGothicW01-BoldCn20 675334";
        height: 75px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        width: 75px; }
        /* line 238, scss/partials/_content.scss */
        .social-feed ul li .date .day {
          display: block;
          font-size: 2em;
          padding-top: 18px; }
        /* line 244, scss/partials/_content.scss */
        .social-feed ul li .date .month {
          display: block;
          font-size: 1.125em; }
      /* line 250, scss/partials/_content.scss */
      .social-feed ul li .post {
        font-size: 0.875em;
        padding-left: 115px; }
        /* line 255, scss/partials/_content.scss */
        .social-feed ul li .post .post-time .user {
          color: #968B76; }
        /* line 261, scss/partials/_content.scss */
        .social-feed ul li .post .post-content p {
          margin: 0; }
  /* line 270, scss/partials/_content.scss */
  .social-feed.facebook h1, .social-feed.facebook h2, .social-feed.facebook h3, .social-feed.facebook h4, .social-feed.facebook h5, .social-feed.facebook h6, .social-feed.facebook a {
    color: #3968B4; }
  /* line 274, scss/partials/_content.scss */
  .social-feed.facebook a.button {
    background-color: #3968B4;
    color: #FFFFFF; }
  /* line 281, scss/partials/_content.scss */
  .social-feed.facebook ul li .date {
    border-color: #3968B4;
    color: #3968B4; }
  /* line 290, scss/partials/_content.scss */
  .social-feed.twitter h1, .social-feed.twitter h2, .social-feed.twitter h3, .social-feed.twitter h4, .social-feed.twitter h5, .social-feed.twitter h6, .social-feed.twitter a {
    color: #4FA5E5; }
  /* line 294, scss/partials/_content.scss */
  .social-feed.twitter a.button {
    background-color: #4FA5E5;
    color: #FFFFFF; }
  /* line 301, scss/partials/_content.scss */
  .social-feed.twitter ul li .date {
    border-color: #4FA5E5;
    color: #4FA5E5; }
  /* line 309, scss/partials/_content.scss */
  .social-feed a.button:hover {
    background-color: #10566d; }

/* line 314, scss/partials/_content.scss */
.related-feeds {
  border-top: 4px solid #EEEEEE;
  padding-top: 60px; }
  /* line 318, scss/partials/_content.scss */
  .related-feeds h4 {
    text-transform: uppercase; }
  /* line 322, scss/partials/_content.scss */
  .related-feeds ul {
    list-style: none;
    margin: 0 0 60px; }
    /* line 326, scss/partials/_content.scss */
    .related-feeds ul li {
      background-color: #ECE7DE;
      float: left;
      height: 200px;
      line-height: normal;
      margin: 0 10px 10px 0;
      width: 200px; }
      /* line 334, scss/partials/_content.scss */
      .related-feeds ul li:nth-child(4n+4) {
        margin-right: 0; }
      /* line 336, scss/partials/_content.scss */
      .related-feeds ul li a {
        border: none;
        display: block;
        height: 100%;
        position: relative;
        width: 100%; }
        /* line 343, scss/partials/_content.scss */
        .related-feeds ul li a img {
          height: 100%;
          width: 100%;
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          filter: grayscale(100%);
          filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
          filter: gray;
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 10 ")";
          /* IE 5-7 */
          filter: alpha(opacity=10);
          /* Netscape */
          -moz-opacity: 0.1;
          /* Safari 1.x */
          -khtml-opacity: 0.1;
          /* Default */
          opacity: 0.1;
          -webkit-transition: all 350ms;
          -moz-transition: all 350ms;
          -o-transition: all 350ms;
          -ms-transition: all 350ms;
          transition: all 350ms; }
        /* line 351, scss/partials/_content.scss */
        .related-feeds ul li a .label {
          position: absolute;
          text-align: center;
          top: 80px;
          width: 100%;
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
          /* IE 5-7 */
          filter: alpha(opacity=100);
          /* Netscape */
          -moz-opacity: 1;
          /* Safari 1.x */
          -khtml-opacity: 1;
          /* Default */
          opacity: 1;
          -webkit-transition: all 350ms;
          -moz-transition: all 350ms;
          -o-transition: all 350ms;
          -ms-transition: all 350ms;
          transition: all 350ms; }
          /* line 359, scss/partials/_content.scss */
          .related-feeds ul li a .label .name {
            font-size: 1.125em;
            font-weight: 400; }
          /* line 364, scss/partials/_content.scss */
          .related-feeds ul li a .label .username {
            font-size: 1em; }
        /* line 370, scss/partials/_content.scss */
        .related-feeds ul li a:hover img {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          filter: none;
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
          /* IE 5-7 */
          filter: alpha(opacity=100);
          /* Netscape */
          -moz-opacity: 1;
          /* Safari 1.x */
          -khtml-opacity: 1;
          /* Default */
          opacity: 1; }
        /* line 375, scss/partials/_content.scss */
        .related-feeds ul li a:hover .label {
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
          /* IE 5-7 */
          filter: alpha(opacity=0);
          /* Netscape */
          -moz-opacity: 0;
          /* Safari 1.x */
          -khtml-opacity: 0;
          /* Default */
          opacity: 0; }
  /* line 384, scss/partials/_content.scss */
  .related-feeds.facebook a {
    color: #3968B4; }
  /* line 388, scss/partials/_content.scss */
  .related-feeds.facebook .label {
    top: 90px; }
  /* line 394, scss/partials/_content.scss */
  .related-feeds.twitter a {
    color: #4FA5E5; }

/*
|---------------------------------------------------------------
| jQUERY UI
|---------------------------------------------------------------
*/
/* line 407, scss/partials/_content.scss */
.ui-helper-hidden {
  display: none; }

/* line 410, scss/partials/_content.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 420, scss/partials/_content.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

/* line 430, scss/partials/_content.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

/* line 436, scss/partials/_content.scss */
.ui-helper-clearfix:after {
  clear: both; }

/* line 439, scss/partials/_content.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

/* line 442, scss/partials/_content.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* line 452, scss/partials/_content.scss */
.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
/* line 459, scss/partials/_content.scss */
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
/* line 468, scss/partials/_content.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 480, scss/partials/_content.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 488, scss/partials/_content.scss */
.ui-tooltip {
  background-color: #968B76;
  color: #FFFFFF;
  font-size: 0.875em;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 1; }
  /* line 501, scss/partials/_content.scss */
  .ui-tooltip:after {
    border-color: #968B76 transparent transparent;
    border-style: solid solid none;
    border-width: 20px 20px 0;
    content: "";
    display: inline;
    margin: -10px auto 0; }

/* CSS Stylesheet */
/*
|---------------------------------------------------------------
| COMMON
|---------------------------------------------------------------
*/
/* line 9, scss/partials/_modules.scss */
.content > .text ul.module-filters {
  margin: 0 0 40px; }
  /* line 12, scss/partials/_modules.scss */
  .content > .text ul.module-filters li {
    background-color: #E6E6E6;
    float: left;
    list-style: none;
    margin: 0 0 0 9px; }
    /* line 18, scss/partials/_modules.scss */
    .content > .text ul.module-filters li a {
      border: none;
      color: #555555;
      display: block;
      font-family: "Lato", Arial, sans-serif;
      font-size: 0.875em;
      height: 42px;
      line-height: 42px;
      font-weight: 400; }
      /* line 28, scss/partials/_modules.scss */
      .content > .text ul.module-filters li a .icon, .content > .text ul.module-filters li a .text {
        float: left; }
      /* line 32, scss/partials/_modules.scss */
      .content > .text ul.module-filters li a .icon:before {
        line-height: 42px; }
    /* line 38, scss/partials/_modules.scss */
    .content > .text ul.module-filters li.view-toggle {
      margin: 0;
      width: 136px; }
      /* line 42, scss/partials/_modules.scss */
      .content > .text ul.module-filters li.view-toggle a {
        color: #999999;
        padding: 0 0 0 15px; }
        /* line 48, scss/partials/_modules.scss */
        .content > .text ul.module-filters li.view-toggle a .icon:before {
          font-size: 1.125em;
          margin-right: 10px; }
        /* line 54, scss/partials/_modules.scss */
        .content > .text ul.module-filters li.view-toggle a .text {
          font-weight: 500; }
      /* line 59, scss/partials/_modules.scss */
      .content > .text ul.module-filters li.view-toggle.active {
        background-color: #CACACA; }
        /* line 62, scss/partials/_modules.scss */
        .content > .text ul.module-filters li.view-toggle.active a {
          color: #555555; }
    /* line 69, scss/partials/_modules.scss */
    .content > .text ul.module-filters li.filter {
      width: 130px; }
      /* line 72, scss/partials/_modules.scss */
      .content > .text ul.module-filters li.filter a {
        padding: 0 13px 0 20px; }
        /* line 75, scss/partials/_modules.scss */
        .content > .text ul.module-filters li.filter a .icon {
          float: right;
          width: 13px; }
          /* line 79, scss/partials/_modules.scss */
          .content > .text ul.module-filters li.filter a .icon:before {
            color: #968B76;
            font-size: 7px; }
        /* line 85, scss/partials/_modules.scss */
        .content > .text ul.module-filters li.filter a .text {
          height: 42px;
          width: 84px;
          overflow: hidden;
          font-weight: 500; }
      /* line 93, scss/partials/_modules.scss */
      .content > .text ul.module-filters li.filter ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 130px;
        z-index: 9999;
        max-height: 150px;
        overflow-y: scroll; }
        /* line 103, scss/partials/_modules.scss */
        .content > .text ul.module-filters li.filter ul li {
          background-color: transparent;
          float: none;
          margin: 0; }
          /* line 108, scss/partials/_modules.scss */
          .content > .text ul.module-filters li.filter ul li a {
            background-color: #E6E6E6;
            height: auto;
            line-height: normal;
            padding: 5px 20px; }
            /* line 114, scss/partials/_modules.scss */
            .content > .text ul.module-filters li.filter ul li a:hover {
              background-color: #CACACA; }

/* line 124, scss/partials/_modules.scss */
.paging {
  margin: 40px 0 0; }
  /* line 127, scss/partials/_modules.scss */
  .paging a {
    border: none;
    color: #333333;
    font-family: "TradeGothicW01-BoldCn20 675334";
    font-size: 1.3125em;
    text-decoration: none;
    text-transform: uppercase; }
    /* line 135, scss/partials/_modules.scss */
    .paging a .icon {
      color: #333333;
      float: left;
      height: 21px;
      line-height: 21px;
      text-align: center;
      text-decoration: none;
      width: 21px; }
      /* line 144, scss/partials/_modules.scss */
      .paging a .icon:before {
        display: inherit;
        height: inherit;
        width: inherit; }
    /* line 151, scss/partials/_modules.scss */
    .paging a:hover {
      color: #146782; }
      /* line 154, scss/partials/_modules.scss */
      .paging a:hover .icon {
        color: #146782; }
    /* line 159, scss/partials/_modules.scss */
    .paging a.prev {
      float: left; }
      /* line 162, scss/partials/_modules.scss */
      .paging a.prev .text {
        float: left; }
      /* line 166, scss/partials/_modules.scss */
      .paging a.prev .icon {
        margin: 0 10px 0 0; }
    /* line 171, scss/partials/_modules.scss */
    .paging a.next {
      float: right; }
      /* line 174, scss/partials/_modules.scss */
      .paging a.next .text {
        float: left; }
      /* line 178, scss/partials/_modules.scss */
      .paging a.next .icon {
        margin: 0 0 0 10px; }
    /* line 184, scss/partials/_modules.scss */
    .paging a.current {
      color: #146782; }
  /* line 189, scss/partials/_modules.scss */
  .paging .numeric {
    text-align: center; }
    /* line 191, scss/partials/_modules.scss */
    .paging .numeric a {
      margin: 0 10px; }

/* line 195, scss/partials/_modules.scss */
a.back-to {
  border: none;
  color: #333333;
  font-family: "TradeGothicW01-BoldCn20 675334";
  font-size: 1.3125em;
  text-decoration: none;
  text-transform: uppercase; }
  /* line 203, scss/partials/_modules.scss */
  a.back-to .icon {
    color: #333333;
    float: left;
    height: 21px;
    line-height: 21px;
    margin: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 21px; }
    /* line 213, scss/partials/_modules.scss */
    a.back-to .icon:before {
      display: inherit;
      height: inherit;
      width: inherit; }
  /* line 220, scss/partials/_modules.scss */
  a.back-to .text {
    float: left; }
  /* line 224, scss/partials/_modules.scss */
  a.back-to:hover {
    color: #146782; }
    /* line 227, scss/partials/_modules.scss */
    a.back-to:hover .icon {
      color: #146782; }

/*
|---------------------------------------------------------------
| SERMONS
|---------------------------------------------------------------
*/
/* line 240, scss/partials/_modules.scss */
body.sermons .content > .text, body.sermons .page-header {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms; }

/* line 244, scss/partials/_modules.scss */
.sermon-details {
  margin-top: -443px;
  position: absolute;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms; }
  /* line 249, scss/partials/_modules.scss */
  .sermon-details .sermon-player {
    float: left;
    height: 324px;
    margin: 0 45px 0 0;
    width: 576px; }
    /* line 255, scss/partials/_modules.scss */
    .sermon-details .sermon-player .video {
      height: 100%;
      width: 100%; }
      /* line 259, scss/partials/_modules.scss */
      .sermon-details .sermon-player .video a.close_button {
        border: none;
        color: #FFFFFF;
        display: block;
        height: 21px;
        line-height: 21px;
        margin: -10px 0 0 562px;
        position: absolute;
        text-align: center;
        width: 21px;
        z-index: 999; }
        /* line 271, scss/partials/_modules.scss */
        .sermon-details .sermon-player .video a.close_button .icon {
          color: #FFFFFF; }
          /* line 274, scss/partials/_modules.scss */
          .sermon-details .sermon-player .video a.close_button .icon:before {
            display: inherit;
            font-size: 1.5em;
            height: inherit;
            width: inherit; }
    /* line 284, scss/partials/_modules.scss */
    .sermon-details .sermon-player .poster {
      height: 100%;
      width: 100%;
      box-shadow: 0px 16px 28px -7px #1a1a1a; }
      /* line 289, scss/partials/_modules.scss */
      .sermon-details .sermon-player .poster a.play_button {
        border: none;
        display: block;
        height: 54px;
        letter-spacing: 0.06em;
        line-height: 54px;
        margin: 135px 0 0 226px;
        position: absolute;
        text-align: center;
        width: 124px; }
        /* line 300, scss/partials/_modules.scss */
        .sermon-details .sermon-player .poster a.play_button .background {
          background-color: #146782;
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 90 ")";
          /* IE 5-7 */
          filter: alpha(opacity=90);
          /* Netscape */
          -moz-opacity: 0.9;
          /* Safari 1.x */
          -khtml-opacity: 0.9;
          /* Default */
          opacity: 0.9;
          display: block;
          height: inherit;
          width: inherit;
          position: absolute;
          z-index: 1;
          -webkit-transition: all 350ms;
          -moz-transition: all 350ms;
          -o-transition: all 350ms;
          -ms-transition: all 350ms;
          transition: all 350ms; }
        /* line 312, scss/partials/_modules.scss */
        .sermon-details .sermon-player .poster a.play_button:hover .background {
          background-color: #333333; }
        /* line 315, scss/partials/_modules.scss */
        .sermon-details .sermon-player .poster a.play_button .icon {
          color: #FFFFFF;
          position: relative;
          z-index: 2; }
        /* line 325, scss/partials/_modules.scss */
        .sermon-details .sermon-player .poster a.play_button .text {
          color: #FFFFFF;
          font-family: "Novecento Sans W01 Wd DmBd";
          font-size: 1.125em;
          margin-right: 10px;
          text-transform: uppercase;
          position: relative;
          z-index: 2; }
  /* line 338, scss/partials/_modules.scss */
  .sermon-details .sermon-info {
    color: #FFFFFF;
    display: table-cell;
    height: 324px;
    vertical-align: middle;
    width: 209px; }
    /* line 345, scss/partials/_modules.scss */
    .sermon-details .sermon-info h5.title {
      color: inherit;
      font-weight: 400;
      margin: 0 0 0.38095em; }
    /* line 351, scss/partials/_modules.scss */
    .sermon-details .sermon-info p.meta {
      font-size: 0.875em;
      line-height: 1.5em;
      margin: 0 0 1.5em;
      letter-spacing: 0.9px; }
    /* line 358, scss/partials/_modules.scss */
    .sermon-details .sermon-info ul.sermon-icons {
      list-style: none;
      margin: 0 0 40px; }
      /* line 362, scss/partials/_modules.scss */
      .sermon-details .sermon-info ul.sermon-icons li {
        float: left;
        margin-right: 1.5em; }
        /* line 366, scss/partials/_modules.scss */
        .sermon-details .sermon-info ul.sermon-icons li a {
          border: none;
          color: #FFFFFF;
          display: block;
          position: relative;
          z-index: 2; }
          /* line 373, scss/partials/_modules.scss */
          .sermon-details .sermon-info ul.sermon-icons li a .icon {
            color: inherit;
            display: block;
            font-size: 1.625em; }
            /* line 378, scss/partials/_modules.scss */
            .sermon-details .sermon-info ul.sermon-icons li a .icon:before {
              display: inherit;
              height: inherit;
              width: inherit; }
        /* line 386, scss/partials/_modules.scss */
        .sermon-details .sermon-info ul.sermon-icons li:last-child {
          margin-right: 0; }
    /* line 393, scss/partials/_modules.scss */
    .sermon-details .sermon-info .sermon-share .label {
      font-family: "Novecento Sans W01 Wd Book";
      margin-bottom: 16px;
      text-transform: uppercase;
      letter-spacing: 1.4px; }
  /* line 402, scss/partials/_modules.scss */
  .sermon-details .sermon-downloads {
    margin: 40px 0 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Default */
    opacity: 0;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms; }
    /* line 407, scss/partials/_modules.scss */
    .sermon-details .sermon-downloads .label {
      color: #FFFFFF;
      float: left;
      font-family: "Novecento Sans W01 Wd Book";
      height: 21px;
      line-height: 21px;
      margin-right: 30px;
      text-transform: uppercase; }
    /* line 417, scss/partials/_modules.scss */
    .sermon-details .sermon-downloads a {
      border: none;
      color: #FFFFFF;
      float: left;
      height: 21px;
      line-height: 21px;
      margin-right: 30px;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -o-transition: all 200ms;
      -ms-transition: all 200ms;
      transition: all 200ms; }
      /* line 426, scss/partials/_modules.scss */
      .sermon-details .sermon-downloads a .icon {
        float: left;
        font-size: 20px;
        margin-right: 10px; }
      /* line 432, scss/partials/_modules.scss */
      .sermon-details .sermon-downloads a:hover {
        color: #146782; }
    /* line 437, scss/partials/_modules.scss */
    .sermon-details .sermon-downloads.open {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
      /* IE 5-7 */
      filter: alpha(opacity=100);
      /* Netscape */
      -moz-opacity: 1;
      /* Safari 1.x */
      -khtml-opacity: 1;
      /* Default */
      opacity: 1; }

/* line 443, scss/partials/_modules.scss */
.series-item {
  float: left;
  margin: 0 16px 40px 0;
  width: 266px; }
  /* line 448, scss/partials/_modules.scss */
  .series-item.row-end {
    margin-right: 0; }
  /* line 450, scss/partials/_modules.scss */
  .series-item .image {
    margin: 0 0 10px; }
    /* line 452, scss/partials/_modules.scss */
    .series-item .image a {
      border: none; }
  /* line 455, scss/partials/_modules.scss */
  .series-item .title {
    font-weight: 400;
    line-height: 1.3125em;
    margin: 0 0 8px; }
    /* line 460, scss/partials/_modules.scss */
    .series-item .title a {
      color: #968B76; }
      /* line 462, scss/partials/_modules.scss */
      .series-item .title a:hover {
        border-color: #968B76; }
  /* line 466, scss/partials/_modules.scss */
  .series-item .range {
    font-size: 0.875em; }

/* line 471, scss/partials/_modules.scss */
.sermon-item {
  border-bottom: 4px solid #EEEEEE;
  margin: 0 0 20px;
  padding: 0 0 20px; }
  /* line 476, scss/partials/_modules.scss */
  .sermon-item .image {
    float: left;
    width: 322px; }
    /* line 479, scss/partials/_modules.scss */
    .sermon-item .image a {
      border: none; }
  /* line 482, scss/partials/_modules.scss */
  .sermon-item .info {
    display: table-cell;
    height: 150px;
    vertical-align: middle;
    width: 500px; }
    /* line 488, scss/partials/_modules.scss */
    .sermon-item .info a.title {
      color: #968B76;
      font-size: 1.3125em;
      font-weight: 400;
      line-height: 1.5em; }
      /* line 494, scss/partials/_modules.scss */
      .sermon-item .info a.title:hover {
        border-color: #968B76; }
    /* line 497, scss/partials/_modules.scss */
    .sermon-item .info p.meta {
      line-height: 1.5em;
      margin: 0; }

/* line 505, scss/partials/_modules.scss */
.sermons-table td.title {
  line-height: 1.5em; }
  /* line 508, scss/partials/_modules.scss */
  .sermons-table td.title a {
    color: #555555;
    font-size: 1.125em;
    font-weight: 400; }
    /* line 513, scss/partials/_modules.scss */
    .sermons-table td.title a:hover {
      border-color: #555555; }
  /* line 516, scss/partials/_modules.scss */
  .sermons-table td.title span.scripture {
    font-size: 0.875em; }

/* line 1, scss/partials/_misc.scss */
.clear {
  clear: both;
  display: block !important;
  float: none !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  width: 0 !important; }

/* line 12, scss/partials/_misc.scss */
.no_margin {
  margin: 0 !important; }

/* line 14, scss/partials/_misc.scss */
.left {
  float: left; }

/* line 15, scss/partials/_misc.scss */
.right {
  float: right; }

/* line 16, scss/partials/_misc.scss */
.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

/* line 17, scss/partials/_misc.scss */
.alignright {
  float: right;
  margin: 0 0 20px 20px; }

/* line 19, scss/partials/_misc.scss */
a.button, .button, form.form_builder .formbuilder_buttons input[type="submit"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #146782;
  border: none;
  color: #FFFFFF;
  font-family: "Novecento Sans W01 Wd DmBd";
  font-size: 0.875em;
  height: 54px;
  letter-spacing: 0.05em;
  line-height: 54px;
  padding: 0 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -ms-transition: all 350ms;
  transition: all 350ms; }
  /* line 34, scss/partials/_misc.scss */
  a.button:hover, .button:hover, form.form_builder .formbuilder_buttons input[type="submit"]:hover {
    background-color: #10566d; }
  /* line 38, scss/partials/_misc.scss */
  a.button.teal, .button.teal, form.form_builder .formbuilder_buttons input.teal[type="submit"] {
    background-color: #146782;
    color: #FFFFFFF; }
    /* line 41, scss/partials/_misc.scss */
    a.button.teal:hover, .button.teal:hover, form.form_builder .formbuilder_buttons input.teal[type="submit"]:hover {
      background-color: #333333; }
  /* line 44, scss/partials/_misc.scss */
  a.button.orange, .button.orange, form.form_builder .formbuilder_buttons input.orange[type="submit"] {
    background-color: #D67A0A;
    color: #FFFFFFF; }
    /* line 47, scss/partials/_misc.scss */
    a.button.orange:hover, .button.orange:hover, form.form_builder .formbuilder_buttons input.orange[type="submit"]:hover {
      background-color: #333333; }
  /* line 50, scss/partials/_misc.scss */
  a.button.brown, .button.brown, form.form_builder .formbuilder_buttons input.brown[type="submit"] {
    background-color: #968B76;
    color: #FFFFFFF; }
    /* line 53, scss/partials/_misc.scss */
    a.button.brown:hover, .button.brown:hover, form.form_builder .formbuilder_buttons input.brown[type="submit"]:hover {
      background-color: #333333; }

/*# sourceMappingURL=styles.css.map */
