@charset "UTF-8";
/*!
 * SASS Concatenated
 * PLEASE NOTE:
 * If you update file directly, please delete/rename the sass folder so your
 * work does not get overwritten!
 */
/*
- - - - CSS SITEMAP - - - -
i01 - Base
i02 - Reset & Helpers
i03 - Grid
i04 - Typography
i05 - Forms
i06 - Filters
i07 - Dark
i08 - Header
i09 - Navigation
i10 - Billboard
i11 - Content
i12 - Monklets
i13 - Sections
i14 - Widgets
i15 - Footer
i16 - Articles 2
i17 - Sermons 4
i18 - Events 3
i19 - Blogs 2
i20 - Giving 1
i21 - Colorbox
i22 - Selectmenu
i23 - Cycle2
i24 - jqueryUI
i25 - Containers
i26 - Fullscreen Overlay
i27 - Tabs
i28 - Wardrobe Color Picker
*/
/* i01 - Base */
/* i02 - Reset & Helpers */
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; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden !important; }

body {
  width: 100%;
  overflow-x: hidden !important;
  font: 16px/1 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #343542; }

main {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
button {
  text-decoration: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; }

strong {
  font-weight: bold; }

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

:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.div-row::after, .div-row .div-col::after, .default .div-row::after, .full-width .div-row::after, .default .div-row .div-col::after, .full-width .div-row .div-col::after, .list-2::after,
.list-3::after,
.list-4::after,
.list-5::after,
.list-6::after, .filters::after, .container::after, .container-large::after, .container-wide::after, .container-full::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clear {
  clear: both; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

img {
  max-width: 100%;
  height: auto; }

img.responsive-image {
  display: block;
  height: auto;
  width: 100%; }

/* i03 - Grid */
.div-row {
  width: 100%;
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .div-row {
      margin-bottom: 1.5em; } }
  .div-row .div-col {
    float: none;
    width: 100%;
    margin: 0 0 2em 0;
    padding: 0; }
    @media (min-width: 769px) {
      .div-row .div-col {
        float: left;
        margin: 0 0 0 6%; } }
    @media (min-width: 1024px) {
      .div-row .div-col {
        float: left;
        margin: 0 0 0 10%; } }
    @media (min-width: 769px) {
      .div-row .div-col:first-child {
        margin-left: 0 !important; } }
    .div-row .div-col p:last-child {
      margin: 0; }

@media (min-width: 769px) {
  .div-row.one-half .div-col {
    width: 45%; } }

@media (min-width: 769px) {
  .div-row.one-third .div-col {
    width: 29.3333333%; } }
@media (min-width: 1024px) {
  .div-row.one-third .div-col {
    width: 26.666666%; } }

@media (min-width: 769px) {
  .div-row.one-fourth .div-col {
    width: 17.5%; } }

@media (min-width: 769px) {
  .div-row.two-third .div-col {
    width: 60%; } }
@media (min-width: 769px) {
  .div-row.two-third .div-col:first-child {
    width: 30%; } }

@media (min-width: 769px) {
  .div-row.two-third.right .div-col {
    width: 30%; } }
@media (min-width: 769px) {
  .div-row.two-third.right .div-col:first-child {
    width: 60%; } }

.default .div-row, .full-width .div-row {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
  margin-top: 1em; }
  @media (min-width: 769px) {
    .default .div-row, .full-width .div-row {
      margin-bottom: 1.5em; } }
  .default .div-row .div-col, .full-width .div-row .div-col {
    float: none;
    width: 100%;
    margin: 0 0 2em 0;
    padding: 0; }
    @media (min-width: 769px) {
      .default .div-row .div-col, .full-width .div-row .div-col {
        float: left;
        margin: 0 0 0 5%; } }
    @media (min-width: 1024px) {
      .default .div-row .div-col, .full-width .div-row .div-col {
        float: left;
        margin: 0 0 0 4%; } }
    @media (min-width: 769px) {
      .default .div-row .div-col:first-child, .full-width .div-row .div-col:first-child {
        margin-left: 0 !important; } }
    .default .div-row .div-col p:last-child, .full-width .div-row .div-col p:last-child {
      margin: 0; }
@media (min-width: 769px) {
  .default .div-row.one-half .div-col, .full-width .div-row.one-half .div-col {
    width: 47.5%; } }
@media (min-width: 1024px) {
  .default .div-row.one-half .div-col, .full-width .div-row.one-half .div-col {
    width: 48%; } }
@media (min-width: 769px) {
  .default .div-row.one-third .div-col, .full-width .div-row.one-third .div-col {
    width: 30%; } }
@media (min-width: 1024px) {
  .default .div-row.one-third .div-col, .full-width .div-row.one-third .div-col {
    width: 30.666666667%; } }
@media (min-width: 769px) {
  .default .div-row.one-fourth .div-col, .full-width .div-row.one-fourth .div-col {
    width: 21.25%; } }
@media (min-width: 1024px) {
  .default .div-row.one-fourth .div-col, .full-width .div-row.one-fourth .div-col {
    width: 22%; } }
@media (min-width: 769px) {
  .default .div-row.two-third .div-col, .full-width .div-row.two-third .div-col {
    width: 57%; } }
@media (min-width: 1024px) {
  .default .div-row.two-third .div-col, .full-width .div-row.two-third .div-col {
    width: 57.6%; } }
@media (min-width: 769px) {
  .default .div-row.two-third .div-col:first-child, .full-width .div-row.two-third .div-col:first-child {
    width: 38%; } }
@media (min-width: 1024px) {
  .default .div-row.two-third .div-col:first-child, .full-width .div-row.two-third .div-col:first-child {
    width: 38.4%; } }
@media (min-width: 769px) {
  .default .div-row.two-third.right .div-col, .full-width .div-row.two-third.right .div-col {
    width: 38%; } }
@media (min-width: 1024px) {
  .default .div-row.two-third.right .div-col, .full-width .div-row.two-third.right .div-col {
    width: 38.4%; } }
@media (min-width: 769px) {
  .default .div-row.two-third.right .div-col:first-child, .full-width .div-row.two-third.right .div-col:first-child {
    width: 57%; } }
@media (min-width: 1024px) {
  .default .div-row.two-third.right .div-col:first-child, .full-width .div-row.two-third.right .div-col:first-child {
    width: 57.6%; } }

.div-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .div-embed img {
    display: block;
    width: 100%;
    height: auto; }
  .div-embed iframe, .div-embed object, .div-embed embed, .div-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.list-2 article {
  margin-bottom: 2em; }
  @media (min-width: 769px) {
    .list-2 article {
      float: left;
      width: 48%;
      margin-left: 4%; } }
  .list-2 article:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }
.list-2.full article {
  margin: 0; }
  @media (min-width: 769px) {
    .list-2.full article {
      width: 50%;
      margin-left: 0; } }

@media (min-width: 769px) {
  .flexbox .list-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (min-width: 769px) {
  .flexbox .list-2 article {
    float: none; } }
.flexbox .list-2 article:nth-child(2n+1) {
  clear: none; }

.list-3 article {
  margin: 2em auto 4em;
  max-width: 500px;
  float: none; }
  @media (min-width: 769px) {
    .list-3 article {
      float: left;
      width: 29.33333333333333%;
      margin-left: 6%;
      margin-right: 0;
      margin-bottom: 2em;
      margin-top: 1em; } }
  .list-3 article:nth-child(3n+1) {
    clear: left; }
    @media (min-width: 769px) {
      .list-3 article:nth-child(3n+1) {
        margin-left: 0; } }
.list-3.full article {
  margin: 0; }
  @media (min-width: 769px) {
    .list-3.full article {
      width: 29.33333333333333%;
      margin-left: 0; } }

@media (min-width: 769px) {
  .flexbox .list-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (min-width: 769px) {
  .flexbox .list-3 article {
    float: none; } }
.flexbox .list-3 article:nth-child(3n+1) {
  clear: none; }

.list-4 article {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 2em; }
  @media (min-width: 769px) {
    .list-4 article {
      width: 23.5%; } }
  .list-4 article:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }
    @media (min-width: 769px) {
      .list-4 article:nth-child(2n+1) {
        clear: none;
        margin-left: 2%; } }
  @media (min-width: 769px) {
    .list-4 article:nth-child(4n+1) {
      clear: left;
      margin-left: 0; } }
.list-4.full article {
  margin: 0;
  width: 50%;
  margin-left: 0; }
  @media (min-width: 769px) {
    .list-4.full article {
      width: 25%;
      margin-left: 0; } }

.flexbox .list-4 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flexbox .list-4 article {
    float: none;
    width: 100%;
    margin: 0 auto 3em;
    max-width: 500px; }
  @media (min-width: 950px) {
    .flexbox .list-4 article {
      width: 22%;
      margin: 1em 1.5%;
    }
  }

.list-5 article {
  margin-bottom: 2em; }
  @media (min-width: 1024px) {
    .list-5 article {
      float: left;
      width: 18.4%;
      margin-left: 2%; } }
  .list-5 article:nth-child(5n+1) {
    clear: left;
    margin-left: 0; }
.list-5.full article {
  margin: 0; }
  @media (min-width: 1024px) {
    .list-5.full article {
      width: 20%;
      margin-left: 0; } }

@media (min-width: 1024px) {
  .flexbox .list-5 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (min-width: 1024px) {
  .flexbox .list-5 article {
    float: none; } }
.flexbox .list-5 article:nth-child(5n+1) {
  clear: none; }

.list-6 article {
  margin-bottom: 2em; }
  @media (min-width: 1024px) {
    .list-6 article {
      float: left;
      width: 15%;
      margin-left: 2%; } }
  .list-6 article:nth-child(5n+1) {
    clear: left;
    margin-left: 0; }
.list-6.full article {
  margin: 0; }
  @media (min-width: 1024px) {
    .list-6.full article {
      width: 16.66666666666667%;
      margin-left: 0; } }

@media (min-width: 1024px) {
  .flexbox .list-6 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (min-width: 1024px) {
  .flexbox .list-6 article {
    float: none; } }
.flexbox .list-6 article:nth-child(5n+1) {
  clear: none; }

@media (min-width: 1024px) {
  .flexbox .list-2.centered,
  .flexbox .list-3.centered,
  .flexbox .list-4.centered,
  .flexbox .list-5.centered,
  .flexbox .list-6.centered {
    justify-content: center; } }

/* i04 - Typography */
body,
table caption,
table th,
table td,
textarea {
  color: #343542;
  font-style: normal;
  font-weight: 400; }

blockquote {
  font-style: italic; }

a {
  color: #db6353;
  text-decoration: none;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out; }
  a:hover {
    color: #3a8799; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0 0 .25em 0; }
  h1 [class^="icon-"], h1 [class*=" icon-"],
  h2 [class^="icon-"],
  h2 [class*=" icon-"],
  h3 [class^="icon-"],
  h3 [class*=" icon-"],
  h4 [class^="icon-"],
  h4 [class*=" icon-"],
  h5 [class^="icon-"],
  h5 [class*=" icon-"],
  h6 [class^="icon-"],
  h6 [class*=" icon-"] {
    display: inline-block;
    font-size: .875em;
    vertical-align: -.01em;
    margin: 0 .125em; }

h1.sec-title,
h2.sec-title,
h3.sec-title,
h4.sec-title,
h5.sec-title,
h6.sec-title {
  margin-bottom: .5em;
  text-align: center;
  overflow: hidden;
  color: #3a8799; }
  h1.sec-title span,
  h2.sec-title span,
  h3.sec-title span,
  h4.sec-title span,
  h5.sec-title span,
  h6.sec-title span {
    display: inline-block;
    border: 3px solid #f2edd6;
    position: relative;
    padding: .25em .5em;
    line-height: 1em; }
    @media (min-width: 1024px) {
      h1.sec-title span,
      h2.sec-title span,
      h3.sec-title span,
      h4.sec-title span,
      h5.sec-title span,
      h6.sec-title span {
        padding: 0.35em 1em; } }
    h1.sec-title span:before,
    h2.sec-title span:before,
    h3.sec-title span:before,
    h4.sec-title span:before,
    h5.sec-title span:before,
    h6.sec-title span:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -300%;
      width: 300%;
      height: 2px;
      margin-left: -3px; }
    h1.sec-title span:after,
    h2.sec-title span:after,
    h3.sec-title span:after,
    h4.sec-title span:after,
    h5.sec-title span:after,
    h6.sec-title span:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -300%;
      width: 300%;
      height: 2px;
      margin-right: -3px; }
h1.sb-heading,
h2.sb-heading,
h3.sb-heading,
h4.sb-heading,
h5.sb-heading,
h6.sb-heading {
  text-align: center;
  margin-bottom: .5em;
  padding-bottom: .35em;
  border-bottom: 2px solid #f2edd6; }

h1, h2, h6 {
  text-transform: none; }

h3, h4, h5 {
  text-transform: uppercase; }

h1 {
  font-size: 2.916875em;
  font-weight: 400;
  color: #fafafa; }
  @media (min-width: 769px) {
    h1 {
      font-size: 1.875em; } }
  h1.headline {
    text-align: center;
    font-size: 2em; }
    @media (min-width: 769px) {
      h1.headline {
        font-size: 3.75em; } }

h2 {
  font-size: 1.625em;
  font-weight: 500;
  color: #3a8799; }

h3 {
  font-size: 1.375em;
  font-weight: 600;
  color: #db6353; }

h4 {
  font-size: 1em;
  font-weight: 600;
  color: #db6353;
  text-transform: uppercase; }

h5 {
  font-size: .875em;
  font-weight: 600;
  color: #db6353;
  text-transform: uppercase; }

h6 {
  font-size: .875em;
  font-weight: 400;
  color: #2c2d3a;
  text-transform: none; }

p {
  color: #343542;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 2em 0; }
  p [class^="icon-"], p [class*=" icon-"] {
    display: inline-block;
    vertical-align: -.01em;
    margin: 0; }

#content ul,
.content-section ul {
  margin: 0 0 2em 3em; }
  #content ul li,
  .content-section ul li {
    font-size: 1em;
    list-style: disc;
    line-height: 1.5;
    margin-bottom: .8em 0;
    padding-left: 1em; }
    #content ul li ul,
    .content-section ul li ul {
      margin: .5em 0 .5em 1em;
      border: 0;
      padding: 0; }
    #content ul li li,
    .content-section ul li li {
      font-size: 100%;
      margin-bottom: 0.5em; }
  #content ul ol,
  .content-section ul ol {
    margin: 1em 0 1em 1em; }
    #content ul ol li,
    .content-section ul ol li {
      list-style: decimal;
      margin-bottom: .5em; }
#content ul#subnav,
#content ul.media,
.content-section ul#subnav,
.content-section ul.media {
  margin: 0;
  overflow: hidden; }
  #content ul#subnav li,
  #content ul.media li,
  .content-section ul#subnav li,
  .content-section ul.media li {
    list-style: none;
    list-style-type: none;
    line-height: 1.2;
    margin: 0; }
  #content ul#subnav ul,
  #content ul.media ul,
  .content-section ul#subnav ul,
  .content-section ul.media ul {
    margin: 0; }
#content ol,
.content-section ol {
  margin: 0 0 2em 2.75em;
  font-weight: 400; }
  #content ol li,
  .content-section ol li {
    font-size: 1em;
    list-style: decimal;
    line-height: 1.5;
    margin-bottom: .8em 0;
    padding-left: 1em; }
    #content ol li ol,
    .content-section ol li ol {
      margin: .5em 0 .5em 1em;
      border: 0;
      padding: 0; }
      #content ol li ol li,
      .content-section ol li ol li {
        list-style: lower-alpha;
        margin-bottom: .5em; }
    #content ol li li,
    .content-section ol li li {
      font-size: 100%; }
  #content ol ul,
  .content-section ol ul {
    margin: 1em 0 1em 1em; }
    #content ol ul li,
    .content-section ol ul li {
      list-style: disc;
      margin-bottom: .5em; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: 700; }

pre, code {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 1em; }

ins {
  text-decoration: none; }

sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 0.8em; }

sub {
  top: 0.3em; }

dl {
  margin: 0 0 1.5em 0; }

dl dt {
  font-weight: normal; }

dd {
  margin-left: 1.5em; }

blockquote {
  position: relative;
  margin: 1em 0;
  padding: 0;
  text-align: left;
  font-size: 1.5em;
  color: #db6353;
  font-weight: 400;
  line-height: 1.5em;
  font-style: italic; }
  blockquote p {
    color: #db6353;
    display: inline;
    padding: 0;
    margin: 0;
    line-height: inherit;
    font-size: inherit; }

.content-section blockquote {
  text-align: center;
  font-size: 1.375em; }

[class^="button-"],
.rsvp a,
.monkForm input[type=submit] {
  display: block;
  max-width: 240px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: .8em 1.3em;
  margin: .5em auto 0 auto;
  line-height: 1.125em;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: none;
  background-color: transparent;
  border: 4px solid;
  border-radius: 0px; }
  @media (min-width: 769px) {
    [class^="button-"],
    .rsvp a,
    .monkForm input[type=submit] {
      max-width: none !important;
      display: inline-block;
      margin: .5em 0 0 1em; } }
  @media (min-width: 769px) {
    [class^="button-"]:first-child,
    .rsvp a:first-child,
    .monkForm input[type=submit]:first-child {
      margin-left: 0; } }

#sidebar [class^="button-"],
#sidebar .rsvp a,
#sidebar .monkForm input[type=submit] {
  display: block; }
  @media (min-width: 769px) {
    #sidebar [class^="button-"],
    #sidebar .rsvp a,
    #sidebar .monkForm input[type=submit] {
      display: block;
      margin: .5em 0 0 0; } }

.button-small,
.rsvp a {
  font-size: .75em;
  background-color: #343542;
  border: 1px solid #343542;
  color: #f2edd6;
  padding: .75em 1.25em;
  letter-spacing: .1em; }
  .button-small span.icon,
  .rsvp a span.icon {
    padding-right: .5em;
    font-size: 1em;
    vertical-align: 0; }
  .button-small:hover,
  .rsvp a:hover {
    background-color: #f2edd6;
    color: #343542;
    border-color: #343542; }

.button-medium {
  font-size: 1.09375em;
  color: #fafafa;
  background-color: #db6353;
  padding: .65em 1.5em;
  text-transform: none;
  font-weight: 400;
  border: none; }
  .button-medium span.icon {
    padding-right: .45em;
    vertical-align: -.065em; }
  .button-medium:hover {
    background-color: #343542;
    color: #fafafa;
    font-weight: 400;
    border: none; }

.button-large {
  font-size: 1em;
  text-transform: uppercase;
  padding: 1.15em 2em;
  font-weight: 600;
  color: #fafafa;
  border: none;
  background-color: #db6353;
  letter-spacing: .1em; }
  .button-large span.icon {
    font-size: 1.5em;
    padding-right: .4em;
    vertical-align: -.15em; }
  .button-large:hover {
    background-color: #343542;
    color: #fafafa; }

.button-fill,
.monkForm input[type=submit] {
  font-size: 14px;
  font-weight: 400;
  max-width: 244px;
  background-color: #db6353;
  color: #fafafa;
  border-color: transparent; }
  .button-fill:hover,
  .monkForm input[type=submit]:hover {
    border-color: #f2edd6;
    color: #fafafa; }

.button-more {
  font-size: 14px;
  font-weight: 400;
  max-width: 244px;
  color: #db6353;
  border-color: #f2edd6; }
  .button-more:hover {
    background-color: #db6353;
    color: #fafafa; }

hr {
  display: block;
  margin: 2em 0;
  padding: 0;
  width: 100%;
  height: 1px;
  border: 0;
  color: #343542;
  background-color: #343542;
  overflow: hidden; }

.div-callout {
  display: block;
  width: 100%;
  padding: 3em;
  background-color: #fafafa;
  text-align: center;
  margin: 1em 0 2em;
  box-sizing: border-box; }
  .div-callout p:last-child {
    margin-bottom: 0; }

table {
  margin: 0 0 2em 0;
  border-collapse: separate;
  width: 99%; }
  table caption {
    font-weight: 700;
    font-size: 1.5em;
    padding: .85em;
    text-align: left;
    background: none; }
  table th {
    font-weight: 400;
    font-size: 1.25em;
    padding: 1em;
    text-transform: uppercase; }
  table td {
    padding: 1em;
    line-height: 1.125em;
    background-color: transparent; }
    table td p {
      font-size: inherit;
      margin: 0; }

@media (max-width: 1024px) {
  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999; }

  .pinned table {
    margin: 0;
    border-right: none;
    border-left: none;
    width: 100%; }

  .pinned table caption {
    text-indent: -9999px; }

  .pinned table th, .pinned table td {
    white-space: nowrap; }

  .pinned td:last-child {
    border-bottom: 0; }

  .scrollable table {
    margin: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }

  div.table-wrapper div.scrollable {
    margin-left: 35%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }
#pagination,
.pagination {
  text-align: center;
  padding: 1em 0;
  line-height: 1; }
  #pagination a,
  .pagination a {
    display: inline-block;
    padding: 0;
    margin: 0 .25em;
    line-height: 1.3;
    font-weight: 700;
    padding: .125em; }
  #pagination #current,
  #pagination .current,
  .pagination #current,
  .pagination .current {
    color: #db6353; }
  #pagination #off,
  .pagination #off {
    cursor: default;
    color: #999999;
    border-color: #999999;
    font-weight: 400; }

.share {
  margin: 2em 0 0 0;
  text-align: right; }
  @media (min-width: 1024px) {
    .share {
      margin-top: 4em; } }
  .share h5 {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
  .share a {
    display: inline-block;
    vertical-align: middle;
    margin-left: .25em;
    margin-right: .25em;
    text-decoration: none;
    font-size: 1.125em; }

.insert-gallery {
  overflow: hidden; }
  .insert-gallery .photo {
    float: left;
    width: 20%;
    margin: 0 2.5% 1em 0; }
    .insert-gallery .photo img {
      display: block;
      width: 100%;
      height: auto; }

::-webkit-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

/* i05 - Forms */
.monkForm {
  margin: 1em 0;
  padding: 0 0 2em 0;
  overflow: hidden;
  color: #343542;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  font-size: 16px; }
  @media (min-width: 1024px) {
    .monkForm {
      margin: 2em 0; } }
  .monkForm p {
    margin: 0;
    font-size: 1em; }
    .monkForm p.error {
      font-size: .875em;
      color: #3a8799; }
    .monkForm p.errorSummary {
      margin-left: 1em;
      line-height: 1.3;
      color: #db6353;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: .5em;
      font-size: 1.5em;
      font-style: italic; }
  .monkForm fieldset > legend {
    display: block;
    position: relative;
    width: 100%;
    padding: 24px 0 24px 24px;
    font-size: 1.625em;
    font-weight: 500;
    color: #fafafa;
    background-color: #343542;
    text-align: left;
    border: none; }
    .monkForm fieldset > legend:before {
      display: none; }
    .monkForm fieldset > legend:after {
      display: none; }
  .monkForm fieldset fieldset > legend {
    display: block;
    width: 100%;
    line-height: 1;
    padding: 0 24px;
    margin-bottom: 0;
    font-size: 1.625em;
    font-weight: 500;
    text-transform: none;
    color: #3a8799;
    background-color: transparent !important;
    border-radius: 0;
    border: none;
    box-sizing: border-box; }
    .monkForm fieldset fieldset > legend:before, .monkForm fieldset fieldset > legend:after {
      display: none; }
  .monkForm .section {
    margin-bottom: 1em !important;
    padding: .5em 1.5em; }
    .monkForm .section p {
      font-size: .875em;
      font-weight: 400;
      color: #343542; }
  .monkForm .heading {
    display: block;
    margin-bottom: .5em;
    font-size: 1.25em;
    font-weight: 600;
    color: #db6353;
    text-align: left;
    text-transform: uppercase;
    border-bottom: none; }
  .monkForm p.description {
    font-size: 1em;
    color: #343542; }
  .monkForm div.divider {
    position: relative;
    margin-bottom: 2em;
    padding: 0 1.5em 1em;
    border-bottom: 2px solid #e8e8e8;
    text-align: left; }
    .monkForm div.divider .data .heading {
      font-size: 1.85em;
      text-transform: initial;
      margin-top: 1.25em; }
    .monkForm div.divider div.description {
      padding: 0; }
      .monkForm div.divider div.description p {
        font-size: 1em; }
  .monkForm .asterisk {
    color: #db6353; }
  .monkForm .section,
  .monkForm .text,
  .monkForm .textarea,
  .monkForm .email,
  .monkForm .name,
  .monkForm .phone,
  .monkForm .address,
  .monkForm .date,
  .monkForm .radio,
  .monkForm .checkbox,
  .monkForm .select,
  .monkForm .file {
    margin-bottom: 1.5em; }
  .monkForm div {
    text-align: left;
    padding: 0 1.5em 0 1.5em; }
    .monkForm div .heading {
      padding: 0; }
    .monkForm div input,
    .monkForm div textarea,
    .monkForm div select {
      display: inline-block !important;
      color: #343542;
      font-size: 1em;
      font-weight: 400;
      padding: .5em 1em;
      margin-bottom: .5em;
      outline: none;
      border: 1px solid #e8e8e8;
      border-radius: 0;
      box-shadow: none;
      width: 70%;
      background-color: #fafafa; }
      @media (min-width: 1024px) {
        .monkForm div input,
        .monkForm div textarea,
        .monkForm div select {
          width: auto; } }
    .monkForm div select {
      height: 36px; }
      .monkForm div select:hover {
        cursor: pointer; }
    .monkForm div input,
    .monkForm div textarea {
      background-color: #fafafa;
      border-radius: 0; }
  .monkForm .text input, .monkForm .text textarea,
  .monkForm .email input,
  .monkForm .email textarea,
  .monkForm .textarea input,
  .monkForm .textarea textarea {
    display: block;
    width: 90%; }
  .monkForm .phone input {
    width: auto; }
  .monkForm .address .ui-selectmenu-button {
    top: 1.125em; }
  .monkForm .address input {
    margin-bottom: 1em; }
  .monkForm .checkbox p,
  .monkForm .radio p {
    margin-bottom: .25em; }
  .monkForm .checkbox label,
  .monkForm .radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 1em;
    line-height: 20px; }
  .monkForm .checkbox input,
  .monkForm .radio input {
    width: auto;
    display: inline-block; }
  .monkForm .file label {
    display: none; }
  .monkForm .file input {
    font-weight: 400;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    border: 1px solid #e8e8e8; }
    @media (min-width: 769px) {
      .monkForm .file input {
        padding: 20px;
        background-color: #fafafa;
        font-size: 1em; } }
  .monkForm .ui-selectmenu-button {
    display: none !important;
    margin: 0; }
  .monkForm .date .ui-selectmenu-button {
    width: 100px !important; }
  .monkForm input[type=submit] {
    transition: .3s;
    cursor: pointer;
    background-color: #db6353;
    color: #fafafa;
    padding: .65em 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    margin: 1em 0 0 0;
    font-size: 1.09375em; }
    .monkForm input[type=submit]:hover {
      background-color: #343542; }
  .monkForm #formsubmit {
    padding: 0 1.5em 0 1.5em; }

/* i06 - Filters */
.filters {
  padding: 0;
  margin-bottom: 2em; }
  @media (min-width: 1024px) {
    .filters {
      text-align: center; } }
  .filters h5 {
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.1em; }
    @media (min-width: 1024px) {
      .filters h5 {
        display: inline-block;
        position: relative;
        margin: .5em .5em 0 0;
        vertical-align: top; } }
  .filters a {
    text-decoration: none; }
  .filters .ui-selectmenu-button {
    display: inline-block;
    margin: 0 auto 1em auto;
    text-align: left; }
    @media (min-width: 1024px) {
      .filters .ui-selectmenu-button {
        margin: 0 .5em; } }
  .filters select.sorter {
    display: block;
    float: none;
    font-size: 1em;
    width: 90%;
    padding: 4px;
    margin: 0 auto 1em auto;
    border: 1px solid #999999;
    color: #666666;
    box-sizing: border-box; }

#module-search,
#zip-search {
  border: 1px solid #999999;
  outline: none;
  width: 180px;
  margin: 1em auto 0 auto; }
  @media (min-width: 1024px) {
    #module-search,
    #zip-search {
      display: inline-block;
      margin: 0 0 0 1em; } }

#module-search fieldset,
#zip-search .zip-inner {
  position: relative;
  padding: .5em;
  border: 0;
  width: 100%;
  color: #000000;
  overflow: hidden;
  box-sizing: border-box; }

#module-search-term,
#zip-search-term {
  float: left;
  display: block;
  width: 75%;
  padding: 0;
  border: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  outline: none;
  color: #666666;
  outline: none !important;
  background-color: transparent;
  border-radius: 0; }

#module-search-submit,
#zip-search-submit {
  display: block;
  position: absolute;
  margin-top: 2px;
  right: 8px;
  font-size: 1em;
  vertical-align: middle;
  text-align: center;
  background: none;
  outline: none;
  border: 0;
  padding: 2px 0;
  cursor: pointer;
  color: #666666;
  transition: .3s; }
  #module-search-submit:hover,
  #zip-search-submit:hover {
    color: #db6353; }
  @media (min-width: 1024px) {
    #module-search-submit,
    #zip-search-submit {
      padding: 0; } }

.top-search {
  overflow: hidden;
  margin-bottom: 1em; }
  @media (min-width: 1024px) {
    .top-search {
      text-align: center;
      margin-bottom: 2em; } }
  @media (min-width: 1024px) {
    .top-search #module-search,
    .top-search #zip-search {
      width: 370px;
      margin: 0 auto; } }

/* i07 - Dark */
.dark {
  color: #fafafa; }
  .dark h1,
  .dark h2,
  .dark h3,
  .dark h4,
  .dark h5,
  .dark h6,
  .dark blockquote,
  .dark p {
    color: #fafafa; }
  .dark h1.sec-title span,
  .dark h2.sec-title span,
  .dark h3.sec-title span,
  .dark h4.sec-title span,
  .dark h5.sec-title span,
  .dark h6.sec-title span {
    border: 3px solid #f2edd6; }
    .dark h1.sec-title span:before,
    .dark h2.sec-title span:before,
    .dark h3.sec-title span:before,
    .dark h4.sec-title span:before,
    .dark h5.sec-title span:before,
    .dark h6.sec-title span:before {
      background-color: #fafafa; }
    .dark h1.sec-title span:after,
    .dark h2.sec-title span:after,
    .dark h3.sec-title span:after,
    .dark h4.sec-title span:after,
    .dark h5.sec-title span:after,
    .dark h6.sec-title span:after {
      background-color: #fafafa; }
  .dark a {
    color: #fafafa; }
    .dark a:hover {
      color: #fafafa; }
  .dark .button-small {
    color: #fafafa;
    border-color: rgba(250, 250, 250, 0.75); }
    .dark .button-small:hover {
      background-color: #2c2d3a;
      border-color: #2c2d3a;
      color: #fafafa; }
  .dark .button-medium {
    color: #fafafa;
    background-color: #2c2d3a; }
    .dark .button-medium:hover {
      background-color: #fafafa;
      color: #2c2d3a; }
  .dark .button-large {
    color: #fafafa;
    border-color: rgba(250, 250, 250, 0.75); }
    .dark .button-large:hover {
      background-color: #2c2d3a;
      border-color: #2c2d3a;
      color: #fafafa; }
  .dark .button-fill {
    background-color: #2c2d3a;
    color: #fafafa;
    border-color: transparent; }
    .dark .button-fill:hover {
      border-color: #fafafa;
      color: #fafafa; }
  .dark .button-more {
    color: #fafafa;
    border-color: #2c2d3a; }
    .dark .button-more:hover {
      background-color: #2c2d3a;
      color: #fafafa; }
  .dark .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    color: #2c2d3a;
    background-color: #fafafa; }
    .dark .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
      color: #fafafa;
      background-color: #2c2d3a; }
  .dark .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: #fafafa;
    background-color: #2c2d3a; }
  .dark .ui-tabs .ui-tabs-panel {
    color: #000000;
    background-color: #fafafa; }
  .dark .ui-accordion {
    border-color: #fafafa; }
  .dark .ui-accordion-header {
    color: #2c2d3a;
    background-color: #fafafa;
    border-color: #2c2d3a; }
    .dark .ui-accordion-header:hover {
      color: #000000; }
    .dark .ui-accordion-header.ui-accordion-header-active {
      color: #fafafa;
      background-color: #2c2d3a; }
  .dark .ui-accordion-content {
    background-color: #fafafa;
    color: #000000; }
    .dark .ui-accordion-content:after {
      background-color: #fafafa; }
  .dark .monkForm {
    color: #000000;
    background-color: #f2edd6;
    border-color: #fafafa; }
    .dark .monkForm p.error {
      color: #2c2d3a; }
    .dark .monkForm fieldset > legend {
      color: #fafafa;
      background-color: #2c2d3a; }
      .dark .monkForm fieldset > legend:before {
        background-color: #2c2d3a; }
      .dark .monkForm fieldset > legend:after {
        background-color: #2c2d3a; }
    .dark .monkForm fieldset fieldset > legend {
      color: #2c2d3a; }
    .dark .monkForm .section p {
      color: #000000; }
    .dark .monkForm .heading {
      color: #2c2d3a; }
    .dark .monkForm p.description {
      color: #000000; }
    .dark .monkForm div.divider {
      border-color: #f2edd6; }
      .dark .monkForm div.divider .heading {
        color: #2c2d3a; }
      .dark .monkForm div.divider div.description p {
        color: #000000; }
    .dark .monkForm .asterisk {
      color: #2c2d3a; }
    .dark .monkForm div input,
    .dark .monkForm div textarea,
    .dark .monkForm div select {
      color: #000000; }
    .dark .monkForm div input,
    .dark .monkForm div textarea {
      background-color: #fafafa; }
  .dark #newsletter fieldset {
    border-color: #f2edd6; }
  .dark #newsletter_text {
    color: #fafafa; }
  .dark #newsletter_submit {
    background-color: #fafafa;
    color: #2c2d3a; }
    .dark #newsletter_submit:hover {
      color: #fafafa;
      background-color: #2c2d3a; }

#billboard .dark .button-large {
  color: #2c2d3a;
  border-color: #fafafa;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6); }
  #billboard .dark .button-large:hover {
    background-color: #2c2d3a;
    border-color: #fafafa;
    color: #fafafa; }

/* i08 - Header */
#header {
  width: 100%;
  z-index: 1999;
  transition: .3s;
  display: none; }
  @media (min-width: 769px) {
    #header {
      display: block; } }
  @media (min-width: 769px) {
    #header.stuck {
      position: fixed;
      left: 0;
      top: 0; } }
  #header.hide-meta .metanav {
    height: 0;
    padding: 0; }

#metanav {
  display: none; }
  @media (min-width: 769px) {
    #metanav {
      display: block; } }

.metanav {
  position: relative;
  display: none;
  text-align: right;
  padding: .79em 0;
  background-color: #f2edd6;
  transition: .3s; }
  @media (min-width: 769px) {
    .metanav {
      display: block; } }
  .metanav .logo {
    float: left;
    padding: .5em 0; }
    .metanav .logo > a {
      display: block; }
      .metanav .logo > a img {
        max-width: 230px;
        max-height: 105px; }
  .metanav .header-links {
    display: none;
    margin-top: 1em; }
    @media (min-width: 769px) {
      .metanav .header-links {
        display: inline-block; } }
    .metanav .header-links li {
      display: inline-block;
      vertical-align: middle;
      border-right: 1px solid #666666;
      padding: 0 1.5em; }
      .metanav .header-links li a {
        text-transform: uppercase;
        letter-spacing: .15em;
        color: #666666;
        font-weight: 700;
        font-size: .75em;
        line-height: 1.5; }
      .metanav .header-links li a:hover {
        color: #db6353; }
  .metanav #searchForm {
    display: none;
    padding: 0 0 0 1.25em; }
    @media (min-width: 769px) {
      .metanav #searchForm {
        display: inline-block; } }
    .metanav #searchForm #search_term {
      color: #666666;
      font-weight: 600;
      font-size: .75em;
      letter-spacing: .15em;
      line-height: 1.5;
      padding: 0;
      text-align: left;
      text-transform: uppercase;
      float: left;
      width: 75px; }
      .metanav #searchForm #search_term:focus::-webkit-input-placeholder {
        color: transparent; }
      .metanav #searchForm #search_term:focus:-moz-placeholder {
        color: transparent; }
      .metanav #searchForm #search_term:focus::-moz-placeholder {
        color: transparent; }
      .metanav #searchForm #search_term:focus:-ms-input-placeholder {
        color: transparent; }
    .metanav #searchForm #search_go {
      color: #666666;
      font-weight: 600;
      font-size: .79em;
      line-height: 1.5;
      margin-left: 0; }
      .metanav #searchForm #search_go:hover {
        color: #db6353; }
  .metanav .header-social-links {
    display: block;
    width: 60%;
    float: right;
    margin: .79em 0 1em 0; }
    .metanav .header-social-links li {
      display: inline-block;
      vertical-align: middle; }
      .metanav .header-social-links li a {
        display: block;
        border-color: #999999;
        border-radius: 50%;
        margin-left: 1em;
        padding: 4px 5px;
        background-color: #999999; }
        .metanav .header-social-links li a span {
          color: #fafafa;
          font-size: .85em;
          vertical-align: top; }
          .metanav .header-social-links li a span .instagramSVG {
            margin-top: 2px; }
      .metanav .header-social-links li a:hover {
        border-color: #343542;
        background-color: #343542; }

.mobile-metanav {
  position: relative;
  width: 100%;
  transition: top 0.2s ease-in-out;
  display: block;
  text-align: right;
  padding: 1em 0;
  background-color: #f2edd6;
  z-index: 101;
  box-sizing: border-box; }
  @media (min-width: 769px) {
    .mobile-metanav {
      display: none; } }
  .mobile-metanav .mobile-social-links {
    display: block;
    margin: 0em .75em 1em 0;
    text-align: right; }
    @media (min-width: 425px) {
      .mobile-metanav .mobile-social-links {
        text-align: center;
        margin: .1em auto 1em; } }
    .mobile-metanav .mobile-social-links li {
      display: inline-block;
      vertical-align: middle; }
      .mobile-metanav .mobile-social-links li a {
        display: block;
        border-color: #999999;
        border-radius: 50%;
        margin: 0 .5em;
        padding: 4px 5px;
        background-color: #999999; }
        @media (min-width: 425px) {
          .mobile-metanav .mobile-social-links li a {
            margin: 0 .6em; } }
        .mobile-metanav .mobile-social-links li a span {
          color: #fafafa;
          font-size: .85em;
          vertical-align: top; }
      .mobile-metanav .mobile-social-links li a:hover {
        border-color: #343542;
        background-color: #343542; }
  .mobile-metanav .logo {
    text-align: center; }
    .mobile-metanav .logo > a {
      display: block; }
      .mobile-metanav .logo > a img {
        max-width: 230px;
        max-height: 105px; }

.mobile-metanav.hasalert{
  padding: 0 0 1em;
}

#mobile-toggle {
  display: block;
  background-color: #db6353;
  position: absolute;
  left: 0;
  top: 0;
  padding: .75em;
  color: #fafafa;
  z-index: 9999; }
#mobile-toggle
  @media (min-width: 769px) {
    #mobile-toggle {
      display: none; } }
  #mobile-toggle span {
    font-size: 2em;
    font-weight: 700; }
    #mobile-toggle span.initial {
      display: block; }
    #mobile-toggle span.clicked {
      display: none; }

.mobile-metanav.hasalert #mobile-toggle{
  top: 45%;
}

.show-mobile #mobile-toggle span.initial {
  display: none; }
.show-mobile #mobile-toggle span.clicked {
  display: block; }

#searchForm {
  display: inline-block;
  position: relative;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  width: auto;
  vertical-align: middle; }
  #searchForm fieldset {
    position: relative;
    padding: 0;
    border: 0;
    width: 100%;
    margin: 0; }
  #searchForm #search_term {
    display: block;
    width: 70px;
    float: right;
    padding: 0 8px;
    border: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: .875em;
    line-height: 1.125em;
    outline: none;
    font-weight: 400;
    color: #f2edd6;
    outline: none !important;
    border-radius: 0;
    background-color: transparent; }
  #searchForm #search_go {
    float: left;
    width: 24px;
    font-size: 16px;
    font-weight: normal;
    color: #f2edd6;
    text-align: center; }
    #searchForm #search_go:hover {
      color: #fafafa; }

#header .header {
  background-color: #343542;
  width: 100%;
  padding: 16px 0;
  transition: .3s; }
  @media (min-width: 769px) {
    #header .header {
      padding: 0;
      height: 55px; } }
  #header .header > .container {
    width: 98%; }
    @media (min-width: 1024px) {
      #header .header > .container {
        width: 95%; } }
    @media (min-width: 1100px) {
      #header .header > .container {
        width: 90%; } }
  #header .header .logo {
    width: 40%;
    min-height: 40px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 769px) {
      #header .header .logo {
        position: absolute;
        width: 16%;
        min-height: 70px;
        height: 100%;
        top: 1em; } }
    #header .header .logo a {
      position: relative;
      display: inline-block;
      margin: 0 auto;
      height: 100%; }
    #header .header .logo img {
      display: block;
      position: relative;
      max-height: 40px;
      vertical-align: middle; }
      @media (min-width: 1024px) {
        #header .header .logo img {
          max-height: 70px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }

#search-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fafafa;
  height: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    #search-toggle {
      display: none; } }
  #search-toggle i {
    font-size: 1.25em;
    line-height: 200%; }

/* i09 - Navigation */
nav.main {
  display: none; }
  @media (min-width: 769px) {
    nav.main {
      display: block; } }
  nav.main > ul {
    width: 100%;
    z-index: 9999;
    list-style: none;
    display: block;
    text-align: center;
    /* Special styles for Giving in main nav */ }
    nav.main > ul > li a.giving, nav.main > ul > li a.online-giving, nav.main > ul > li a.give-online, nav.main > ul > li a.donate, nav.main > ul > li a.give {
      background-color: #db6353; }
      nav.main > ul > li a.giving:hover, nav.main > ul > li a.online-giving:hover, nav.main > ul > li a.give-online:hover, nav.main > ul > li a.donate:hover, nav.main > ul > li a.give:hover {
        background-color: #db6353;
        color: #343542; }
    nav.main > ul > li {
      display: inline-block; }
      nav.main > ul > li > a {
        display: block;
        font-size: .79em;
        padding: 0 1em;
        line-height: 55px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .15em;
        color: #fafafa;
        text-align: center;
        position: relative; }
        @media (min-width: 1010px) {
          nav.main > ul > li > a {
            padding: 0 1.5em; } }
        @media (min-width: 1024px) {
          nav.main > ul > li > a {
            padding: 0 2.2em; } }
        @media (min-width: 1100px) {
          nav.main > ul > li > a {
            padding: 0 2.5em; } }
        nav.main > ul > li > a:hover {
          opacity: 1.0; }
        nav.main > ul > li > a .icon {
          font-size: 1.25em;
          padding-right: .5em; }
        nav.main > ul > li > a .icon-arrow_drop_down {
          position: absolute;
          top: 13px;
          font-size: 2em;
          padding-right: 0;
          right: -10px; }
          @media (min-width: 769px) {
            nav.main > ul > li > a .icon-arrow_drop_down {
              right: auto; } }
        nav.main > ul > li > a.hasMeganav:after {
          /* Use this for small arrow, pointing towards meganav */
          content: '';
          position: absolute;
          bottom: -16px;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 10px;
          height: 10px;
          transform: rotate(45deg);
          z-index: 10000;
          opacity: 0.0;
          visibility: hidden;
          box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
          background-color: #f2edd6;
          transition: opacity .2s ease-in-out;
          -moz-transition: opacity .2s ease-in-out;
          -webkit-transition: opacity .2s ease-in-out; }
      nav.main > ul > li > ul.meganav {
        display: block;
        position: absolute;
        left: 0;
        top: 50px;
        float: none;
        width: 100%;
        z-index: 9999;
        opacity: 0.0;
        padding-top: 1em;
        visibility: hidden;
        transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -webkit-transition: opacity .2s ease-in-out;
        background-color: transparent;
        overflow: hidden; }
        nav.main > ul > li > ul.meganav .meganav-inner {
          position: relative;
          display: block;
          width: 100%;
          padding: 3em 3em 2em 3em;
          box-sizing: border-box;
          background-color: #f2edd6;
          box-shadow: none;
          text-align: left; }
          nav.main > ul > li > ul.meganav .meganav-inner.no-image .text {
            width: 77.5%; }
          nav.main > ul > li > ul.meganav .meganav-inner section {
            float: left;
            display: block;
            margin: 0;
            vertical-align: top; }
          nav.main > ul > li > ul.meganav .meganav-inner .image {
            width: 25%;
            margin-right: 2.5%; }
          nav.main > ul > li > ul.meganav .meganav-inner .subnav {
            width: 20%;
            margin-right: 2.5%; }
          nav.main > ul > li > ul.meganav .meganav-inner .image img {
            padding-top: 5px;
            width: 100%;
            height: auto; }
          nav.main > ul > li > ul.meganav .meganav-inner .subnav ul {
            list-style: none;
            display: block;
            margin: 0 0 0 1em;
            padding: 0; }
            nav.main > ul > li > ul.meganav .meganav-inner .subnav ul li {
              display: block; }
              nav.main > ul > li > ul.meganav .meganav-inner .subnav ul li a {
                color: #666666;
                text-transform: uppercase;
                line-height: 1.45;
                padding: .35em 0;
                display: block;
                font-weight: 600; }
                nav.main > ul > li > ul.meganav .meganav-inner .subnav ul li a:hover {
                  color: #db6353; }
          nav.main > ul > li > ul.meganav .meganav-inner .text {
            width: 50%;
            margin: 0; }
            nav.main > ul > li > ul.meganav .meganav-inner .text h1, nav.main > ul > li > ul.meganav .meganav-inner .text h2, nav.main > ul > li > ul.meganav .meganav-inner .text h3, nav.main > ul > li > ul.meganav .meganav-inner .text h4, nav.main > ul > li > ul.meganav .meganav-inner .text h5 {
              text-transform: none;
              font-weight: 600;
              color: #db6353;
              line-height: 1.5; }
            nav.main > ul > li > ul.meganav .meganav-inner .text p {
              line-height: 1.75;
              font-weight: 500;
              letter-spacing: normal;
              color: #343542;
              margin-bottom: .5em; }
            nav.main > ul > li > ul.meganav .meganav-inner .text span {
              margin-right: .35em;
              font-size: 1.1em; }
    nav.main > ul > li:hover > a {
      color: #f1edc7; }
    nav.main > ul > li:hover > a.hasMeganav:after {
      opacity: 1;
      visibility: visible; }
    nav.main > ul > li:hover > ul.meganav {
      opacity: 1;
      visibility: visible;
      overflow: visible; }
      nav.main > ul > li:hover > ul.meganav .meganav-inner {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
  nav.main > ul > li > ul > li {
    text-align: left; }
    nav.main > ul > li > ul > li > a {
      display: block;
      font-size: .9125em;
      padding: 1em .5em 1em 1em;
      font-weight: 400;
      text-transform: uppercase;
      color: #fafafa;
      border-bottom: 1px solid #fafafa; }

ul#nav li.sermons {
  display: none;
}

nav#mobile {
  position: absolute;
  left: -110%;
  width: 80%;
  min-width: 320px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 2999;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.3); }
  @media (min-width: 1024px) {
    nav#mobile {
      display: none !important; } }

nav#mobile .mobile-inner {
  position: relative;
  width: 100%;
  height: 100%; }

nav#mobile .inner {
  background-color: #f2edd6;
  height: 100%; }

html.mobile-on {
  width: 100%;
  overflow: hidden !important; }

body.show-mobile {
  overflow: hidden !important;
  position: relative; }
  body.show-mobile nav#mobile {
    left: 0;
    opacity: 0.99; }

nav#mobile .mobile-header-links {
  text-align: left;
  padding: 1em 0 0; }
  nav#mobile .mobile-header-links li {
    display: block;
    border: none;
    text-align: left; }
    nav#mobile .mobile-header-links li a {
      display: block;
      position: relative;
      text-decoration: none;
      font-size: .79em;
      padding: 1em 7% .5em 7%;
      text-transform: uppercase;
      color: #666666;
      font-weight: 700;
      letter-spacing: 0.15em; }

/* Handle small arrows when 2nd level nav is present */
ul#mobilenav li.dropdown > a .icon.open {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  right: 20px;
  top: 5px;
  text-align: right;
  color: #fafafa;
  font-size: 2.25em; }

/* Mobile Nav Styles */
ul#mobilenav {
  background-color: #343542;
  text-align: left;
  padding: .5em 0 0; }
  ul#mobilenav > li > a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: .79em;
    padding: 0 7% 0 7%;
    text-transform: uppercase;
    color: #fafafa;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 43px; }
    ul#mobilenav > li > a.giving {
      background-color: #db6353; }
    ul#mobilenav > li > a span.icon {
      font-size: 1.15em;
      padding-right: .4em; }
  ul#mobilenav > li > ul.meganav {
    display: block;
    overflow-y: hidden;
    max-height: 0;
    box-sizing: border-box;
    padding: 0;
    background-color: #f2edd6;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out; }
    ul#mobilenav > li > ul.meganav .meganav-inner {
      padding: 2em 1em; }
      ul#mobilenav > li > ul.meganav .meganav-inner img {
        width: 100%; }
      ul#mobilenav > li > ul.meganav .meganav-inner .subnav ul {
        width: 100%;
        text-align: center;
        padding: 1em 0; }
        ul#mobilenav > li > ul.meganav .meganav-inner .subnav ul li a {
          text-transform: uppercase;
          color: #343542;
          line-height: 2;
          font-weight: 700; }
      ul#mobilenav > li > ul.meganav .meganav-inner .text h2 {
        font-weight: 600;
        color: #db6353;
        text-align: center; }
        ul#mobilenav > li > ul.meganav .meganav-inner .text h2 .icon {
          padding-right: .25em; }
      ul#mobilenav > li > ul.meganav .meganav-inner .text p {
        text-align: center;
        margin-bottom: 1em; }
        ul#mobilenav > li > ul.meganav .meganav-inner .text p .button-medium {
          box-sizing: border-box; }
  ul#mobilenav > li.active > a .icon.open {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari */
    transform: rotate(180deg);
    right: 22px;
    top: 4px; }
  ul#mobilenav > li.active > ul.meganav {
    display: block;
    max-height: 3000px; }

#search {
  display: none;
  position: absolute;
  right: -110%;
  width: 320px;
  z-index: 2999;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }
  @media (min-width: 769px) {
    #search {
      display: block; } }

.csstransforms3d.csstransitions #search {
  right: 0;
  -webkit-transform: translate3d(110%, 0, 0);
  transform: translate3d(110%, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#search .inner {
  position: relative;
  text-align: center; }

body.show-search #search {
  right: 0;
  opacity: 1; }

.csstransforms3d.csstransitions body.show-search #search {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#searchForm2 {
  /* Mobile Search */
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
  vertical-align: middle;
  text-align: left; }
  #searchForm2 fieldset {
    position: relative;
    border: 0;
    width: 100%;
    margin: 0;
    padding: .5em 7% 1em 7%; }
  #searchForm2 #search_term {
    display: inline-block;
    padding: 0;
    border: 0;
    width: 80%;
    text-align: left;
    text-transform: uppercase;
    font-size: .79em;
    outline: none;
    font-weight: 700;
    color: #666666;
    outline: none !important;
    border-radius: 0;
    background-color: transparent;
    letter-spacing: .15em; }
  #searchForm2 #search_go {
    float: left;
    padding-right: .5em;
    padding-top: 5px;
    font-size: .79em;
    font-weight: 700;
    color: #666666; }

/* i10 - Billboard */
#billboard {
  position: relative;
  width: 100%;
  background-color: #343542;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 12em;
  overflow: hidden;
  transition: .3s; }
  @media (min-width: 1024px) {
    #billboard {
      min-height: 21.875em; } }
  #billboard > .container {
    position: relative;
    padding: 0;
    height: 350px; }
    #billboard > .container .page-title {
      position: absolute;
      bottom: .5em;
      font-size: 2.916875em;
      line-height: 1.3;
      margin: 0; }
  #billboard .text {
    position: relative;
    text-align: center;
    z-index: 200; }
    @media (min-width: 1024px) {
      #billboard .text {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-x: hide;
        overflow-y: auto; } }
    #billboard .text .container {
      padding: 4em 0; }
      @media (min-width: 1024px) {
        #billboard .text .container {
          display: block;
          position: relative;
          top: 50%;
          max-height: 100%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    #billboard .text h4 {
      color: #fafafa;
      margin: 1em 0; }
      @media (min-width: 769px) {
        #billboard .text h4 {
          font-size: 1.75em; } }
    #billboard .text p {
      margin: 1em 0 0 0; }

#billboard.hasbillboard .page-title {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

#billboard.hasvideo {
  height: auto;
  min-height: 0; }
  @media (min-width: 769px) {
    #billboard.hasvideo {
      padding-top: 42.918454936%;
      background-image: url(/_assets/img/loaders/svg-loaders-white/ball-triangle.svg) !important;
      background-size: auto; } }
  #billboard.hasvideo #bigvideo {
    display: none; }
    @media (min-width: 769px) {
      #billboard.hasvideo #bigvideo {
        display: block; } }
  #billboard.hasvideo .mobile-fallback {
    width: 100%;
    min-height: 12em;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 769px) {
      #billboard.hasvideo .mobile-fallback {
        display: none; } }

#billboard.hasrotator {
  min-height: 0;
  height: auto; }
  @media (min-width: 769px) {
    #billboard.hasrotator {
      min-height: 0;
      height: auto; } }
  @media (min-width: 1024px) {
    #billboard.hasrotator {
      min-height: 0;
      height: auto; } }
  #billboard.hasrotator .rotator .cycle-prev, #billboard.hasrotator .rotator .cycle-next {
    position: absolute;
    bottom: 8%;
    z-index: 101;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 0.95; }
    #billboard.hasrotator .rotator .cycle-prev svg .arrow, #billboard.hasrotator .rotator .cycle-next svg .arrow {
      fill: #343542;
      transition: fill .25s ease-in-out;
      -moz-transition: fill .25s ease-in-out;
      -webkit-transition: fill .25s ease-in-out; }
    #billboard.hasrotator .rotator .cycle-prev svg .circle, #billboard.hasrotator .rotator .cycle-next svg .circle {
      fill: #fafafa; }
    #billboard.hasrotator .rotator .cycle-prev:hover, #billboard.hasrotator .rotator .cycle-next:hover {
      opacity: 1.0;
      cursor: pointer; }
      #billboard.hasrotator .rotator .cycle-prev:hover svg .arrow, #billboard.hasrotator .rotator .cycle-next:hover svg .arrow {
        fill: #3a8799; }
    @media (min-width: 1024px) {
      #billboard.hasrotator .rotator .cycle-prev, #billboard.hasrotator .rotator .cycle-next {
        display: block;
        bottom: 48%; }
      #billboard.hasrotator .rotator .cycle-prev {
        left: 1.5em; }
      #billboard.hasrotator .rotator .cycle-next {
          right: 1.5em;} }
  #billboard.hasrotator .rotator .cycle-prev {
    left: 8px; }
  #billboard.hasrotator .rotator .cycle-next {
    right: 8px; }

#bigvideo {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  #bigvideo video {
    display: block;
    height: 100%;
    width: 100%; }

/* i11 - Content */
#text img {
  margin-bottom: .75em; }

#text p img {
  margin: 1em auto; }

#content {
  position: relative;
  overflow: hidden;
  padding: 2em 0;
  background-color: #f2edd6;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 769px) {
    #content {
      padding: 3em 0;
      border: 0; } }
  @media (min-width: 1024px) {
    #content {
      padding: 5em 0; } }
  #content #text .page-title {
    font-size: 3.25em;
    line-height: 1.3;
    color: #343542; }
  #content #text > blockquote {
    margin-top: 0;
    padding-top: 0; }
  @media (min-width: 1024px) {
    #content #text {
      float: left;
      width: 70%; } }
  @media (min-width: 1024px) {
    #content.fullwidth #text {
      float: none;
      width: 100%; } }

#sidebar {
  position: relative;
  background-color: transparent; }
  @media (min-width: 1024px) {
    #sidebar {
      float: right;
      width: 22%; } }
  #sidebar section {
    position: relative;
    margin-bottom: 2em;
    background-color: #fafafa; }
    @media (min-width: 1024px) {
      #sidebar section {
        margin-bottom: 3em; } }
    #sidebar section .sb-heading {
      margin-bottom: 0;
      border: none;
      text-align: left;
      padding: .5em 1em;
      display: block;
      background-color: #343542;
      text-transform: uppercase;
      color: #fafafa;
      font-weight: 400;
      font-size: 1.2em; }

#content nav.sidebar {
  background-color: #fafafa;
  margin-bottom: 2em; }
  @media (min-width: 1024px) {
    #content nav.sidebar {
      margin-bottom: 3em; } }
  #content nav.sidebar #subnav {
    padding: 0; }
    #content nav.sidebar #subnav li {
      padding: 0; }
    #content nav.sidebar #subnav > li > ul {
      margin-top: .5em;
      margin-bottom: .5em; }
  #content nav.sidebar .current > a {
    background-color: #343542;
    color: #fafafa;
    text-align: left;
    font-size: 1.25em;
    padding: .5em 1em;
    display: block;
    text-transform: uppercase;
    font-weight: 400; }
  #content nav.sidebar .current > ul {
    background-color: #fafafa;
    padding: 0; }
    #content nav.sidebar .current > ul li.current > a {
      background-color: transparent;
      color: #343542; }
    #content nav.sidebar .current > ul li a {
      color: #db6353;
      font-size: .875em;
      text-transform: none;
      padding: .75em 1em .75em 1.5em;
      display: block; }
      #content nav.sidebar .current > ul li a:hover {
        color: #db6353; }
    #content nav.sidebar .current > ul li > ul li.current > a {
      background-color: transparent;
      color: #343542; }
    #content nav.sidebar .current > ul li > ul li a {
      font-size: .75em;
      padding: .5em 1em .5em 2.5em; }
    #content nav.sidebar .current > ul li > ul li:first-child a {
      padding-top: .25em; }

/* i12 - Monklets */
/* STAFF MONKLET */
.staffMonklet .staffMonklet-member {
  margin-bottom: 2em; }
  .staffMonklet .staffMonklet-member .staffMonklet-member-image {
    float: left;
    margin-right: 1em; }
    .staffMonklet .staffMonklet-member .staffMonklet-member-image img {
      display: block;
      margin: 0 !important;
      padding: 0; }
  .staffMonklet .staffMonklet-member .staffMonklet-member-info {
    float: left; }
    .staffMonklet .staffMonklet-member .staffMonklet-member-info h3 {
      margin-bottom: .125em; }
    .staffMonklet .staffMonklet-member .staffMonklet-member-info h5 {
      line-height: 1;
      margin-bottom: 1em; }

/* PHOTO GALLERY MONKLET */
.insert-gallery {
  width: 100%; }
  .insert-gallery .photo {
    width: 23.125%;
    margin: 0 2.5% 2.5% 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
    .insert-gallery .photo:hover {
      opacity: 0.85; }
  .insert-gallery .photo:nth-child(4n) {
    margin-right: 0; }

/* i13 - Sections */
.content-section {
  position: relative;
  background-color: #f2edd6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .content-section .mcms_form_thank_you {
    font-weight: 500;
    font-size: 1.75em; }
  .content-section.hasform.dark input[type='submit'] {
    background-color: #343542; }
    .content-section.hasform.dark input[type='submit']:hover {
      background-color: #fafafa;
      opacity: 0.8;
      color: #343542; }
  .content-section.hasform .content-section-inner {
    padding: 5em 0; }
  .content-section.hasform .form-desc {
    margin-bottom: 1em; }
  .content-section.hasform #newsletter {
    position: relative;
    z-index: 1; }
    .content-section.hasform #newsletter.movetofront {
      z-index: 9999; }
    .content-section.hasform #newsletter #newsletter_text {
      width: 80%;
      float: none;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1em;
      border: none;
      border-radius: 0;
      box-sizing: border-box;
      height: 40px;
      padding-left: 1em;
      padding-right: 1em; }
      @media (min-width: 768px) {
        .content-section.hasform #newsletter #newsletter_text {
          width: 38%;
          float: left;
          margin-left: 22%;
          margin-right: 2%;
          margin-bottom: 0; } }
    .content-section.hasform #newsletter #newsletter_submit {
      display: block;
      float: none;
      margin: 0 auto;
      width: 80%;
      padding: 0 1em;
      height: 40px;
      text-transform: none;
      box-sizing: border-box;  }
      @media (min-width: 768px) {
        .content-section.hasform #newsletter #newsletter_submit {
          float: left;
          width: 15%;
          margin: 0; } }
    .content-section.hasform #newsletter #newsletter_submit:hover {
      cursor: pointer;
    }
  .content-section.hasform #newsletter {
    background: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0; }
  .content-section.hasform #newsletter fieldset {
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    min-width: 0; }
  .content-section.hasform #newsletter div {
    text-align: center; }
  .content-section.hasform #newsletter legend.name {
    display: none; }
  .content-section.hasform #newsletter input {
    width: 30em;
    margin: auto;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 1em; }
  .content-section.hasform #newsletter input[type="submit"] {
    width: 10em;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 600; }
  .content-section.hasform #newsletter label.heading {
    display: none; }
  .content-section .content-section-tint {
    opacity: 0.0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .content-section.has-bg-tint .content-section-tint {
    opacity: 0.6; }
  .content-section .sec-title {
    font-size: 3em; }
  @media (min-width: 1024px) {
    .content-section.parallax {
      background-attachment: fixed; } }
  .content-section.dark {
    background-color: #000000; }
  .content-section .content-section-inner {
    text-align: center;
    padding: 2em 0;
    /* Section Monklet - Small Rotator */ }
    @media (min-width: 1024px) {
      .content-section .content-section-inner {
        padding: 3em 0; } }
    .content-section .content-section-inner .rotator-content {
      position: relative; }
    .content-section .content-section-inner .rotator-content .cycle-pager {
      position: absolute;
      left: 0;
      bottom: 1em; }
    @media (min-width: 73.75em) {
      .content-section .content-section-inner .rotator-content .cycle-slideshow {
        min-height: 343px; } }
    .content-section .content-section-inner .rotator-content .cycle-ss .cycle-ss .slide.first,
    .content-section .content-section-inner .rotator-content .cycle-slideshow .slide.first {
      display: block; }
    .content-section .content-section-inner .js-rotator .rotator-content-wrap {
      min-height: 0; }
    .content-section .content-section-inner .js-rotator .loading {
      display: none; }
    .content-section .content-section-inner .js-rotator .cycle-ss {
      opacity: 1;
      visibility: visible; }
    .content-section .content-section-inner .js-rotator .pager,
    .content-section .content-section-inner .js-rotator .pager-wrap {
      visibility: visible !important; }
  .content-section .text {
    position: relative; }
    .content-section .text .div-row:last-child {
      margin-bottom: 0; }
    .content-section .text p:last-child {
      margin: 0; }
  .content-section.map-container {
    height: 600px;
    opacity: 0.0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out; }
    .content-section.map-container.loaded {
      opacity: 1.0; }
    .content-section.map-container .church-pin {
      width: 1.5em;
      height: 2.25em;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 1;
      transform: translateY(-2.25em);
      overflow: visible; }
      .content-section.map-container .church-pin a {
        display: block; }
      .content-section.map-container .church-pin .church-details {
        visibility: hidden;
        position: absolute;
        top: 36px;
        left: 11px;
        width: 340px;
        text-align: left;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        box-sizing: border-box;
        padding: .5em 0; }
        .content-section.map-container .church-pin .church-details h5 {
          color: #fafafa;
          background-color: #343542;
          padding: .5em 1.5em;
          margin-bottom: 5px;
          text-transform: none;
          font-size: 1em;
          font-weight: 400;
          display: inline-block; }
          .content-section.map-container .church-pin .church-details h5 a {
            color: #fafafa;
            transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -webkit-transition: opacity .25s ease-in-out; }
            .content-section.map-container .church-pin .church-details h5 a:hover {
              opacity: 0.75; }
        .content-section.map-container .church-pin .church-details p {
          background-color: #343542;
          color: #fafafa;
          padding: .5em 1.5em;
          font-size: .85em;
          display: inline-block; }
          .content-section.map-container .church-pin .church-details p a.map-link {
            color: #fafafa;
            transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -webkit-transition: opacity .25s ease-in-out; }
            .content-section.map-container .church-pin .church-details p a.map-link:hover {
              opacity: 0.75; }
      .content-section.map-container .church-pin .church-details.show {
        visibility: visible; }
      .content-section.map-container .church-pin a:hover {
        opacity: 1.0;
        cursor: pointer; }
        .content-section.map-container .church-pin a:hover svg {
          fill: #fafafa; }
      .content-section.map-container .church-pin a.nolink:hover {
        opacity: 1.0;
        cursor: default; }
      .content-section.map-container .church-pin svg {
        width: 1.5em;
        height: 2.25em;
        padding-top: 2px;
        fill: #343542;
        -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
        transition: fill .25s ease-in-out;
        -moz-transition: fill .25s ease-in-out;
        -webkit-transition: fill .25s ease-in-out; }
    .content-section.map-container #churchMap {
      height: 600px;
      opacity: 0.95; }

.full-width .content-section .content-section-inner {
  padding-top: 5em;
  padding-bottom: 5em; }

/* i14 - Widgets */
.widget .featured-item, .widget .event-img, .widget .sermon-img, .widget .article-img {
  position: relative; }
  .widget .featured-item .ribbon, .widget .event-img .ribbon, .widget .sermon-img .ribbon, .widget .article-img .ribbon {
    position: absolute;
    bottom: 25px;
    left: -8px;
    padding: .5em 1.5em;
    background-color: #db6353;
    color: #fafafa;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    border-radius: 0; }
    .widget .featured-item .ribbon span, .widget .event-img .ribbon span, .widget .sermon-img .ribbon span, .widget .article-img .ribbon span {
      padding-right: 4px;
      vertical-align: -2px; }
  .widget .featured-item .image.hover, .widget .event-img .image.hover, .widget .sermon-img .image.hover, .widget .article-img .image.hover {
    border: 9px solid #fafafa;
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    position: relative; }
    .widget .featured-item .image.hover a, .widget .event-img .image.hover a, .widget .sermon-img .image.hover a, .widget .article-img .image.hover a {
      display: block;
      height: 100%; }
    .widget .featured-item .image.hover img, .widget .event-img .image.hover img, .widget .sermon-img .image.hover img, .widget .article-img .image.hover img {
      overflow: hidden; }
    .widget .featured-item .image.hover .tinted-overlay, .widget .event-img .image.hover .tinted-overlay, .widget .sermon-img .image.hover .tinted-overlay, .widget .article-img .image.hover .tinted-overlay {
      position: absolute;
      background-color: #343542;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
      opacity: 0.0;
      transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
  .widget .featured-item:hover .ribbon, .widget .event-img:hover .ribbon, .widget .sermon-img:hover .ribbon, .widget .article-img:hover .ribbon {
    background-color: #fafafa;
    color: #343542; }
  .widget .featured-item:hover .image.hover, .widget .event-img:hover .image.hover, .widget .sermon-img:hover .image.hover, .widget .article-img:hover .image.hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
    .widget .featured-item:hover .image.hover a, .widget .featured-item:hover .image.hover img, .widget .event-img:hover .image.hover a, .widget .event-img:hover .image.hover img, .widget .sermon-img:hover .image.hover a, .widget .sermon-img:hover .image.hover img, .widget .article-img:hover .image.hover a, .widget .article-img:hover .image.hover img {
      opacity: 1.0; }
    .widget .featured-item:hover .image.hover .tinted-overlay, .widget .event-img:hover .image.hover .tinted-overlay, .widget .sermon-img:hover .image.hover .tinted-overlay, .widget .article-img:hover .image.hover .tinted-overlay {
      opacity: 0.79; }

#content .widget.columns .image,
.content-section .widget.columns .image {
  margin-bottom: 1em; }
#content .widget.columns .info p,
.content-section .widget.columns .info p {
  margin: 0; }

.content-section .widget.articles article,
.content-section .widget.sermons article {
  text-align: center; }
  .content-section .widget.articles article .info h3,
  .content-section .widget.sermons article .info h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0;
    color: #f1edc7; }
    .content-section .widget.articles article .info h3 a,
    .content-section .widget.sermons article .info h3 a {
      color: #f1edc7; }
  .content-section .widget.articles article .info h4,
  .content-section .widget.sermons article .info h4 {
    font-size: 1em;
    margin-bottom: 1.5em;
    text-transform: none;
    margin-top: 10px; }
  .content-section .widget.articles article .info p,
  .content-section .widget.sermons article .info p {
    font-size: .85em;
    margin-bottom: 2em; }
  .content-section .widget.articles article .info .media,
  .content-section .widget.sermons article .info .media {
    margin: 1em auto;
    overflow: visible;
    text-align: center; }
    @media (min-width: 769px) {
      .content-section .widget.articles article .info .media,
      .content-section .widget.sermons article .info .media {
        text-align: center; } }
    .content-section .widget.articles article .info .media li,
    .content-section .widget.sermons article .info .media li {
      font-size: .875em;
      display: inline-block;
      margin: 0;
      padding: 0 1em; }
      .content-section .widget.articles article .info .media li a,
      .content-section .widget.sermons article .info .media li a {
        color: #f1edc7;
        position: relative;
        display: inline-block;
        margin: 1em;
        padding: 0;
        border: none;
        background: none;
        overflow: visible;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
        -webkit-tap-highlight-color: transparent; }
        .content-section .widget.articles article .info .media li a span,
        .content-section .widget.sermons article .info .media li a span {
          font-size: 2em; }
        .content-section .widget.articles article .info .media li a:focus,
        .content-section .widget.sermons article .info .media li a:focus {
          outline: none; }
        .content-section .widget.articles article .info .media li a .click-effect,
        .content-section .widget.sermons article .info .media li a .click-effect {
          outline: none;
          background: rgba(52, 53, 66, 0.4);
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -35px 0 0 -35px;
          width: 70px;
          height: 70px;
          border-radius: 50%;
          content: '';
          opacity: 0;
          pointer-events: none;
          -webkit-animation: media-click-fx 0.3s forwards;
          animation: media-click-fx 0.3s forwards; }
@-webkit-keyframes media-click-fx {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1); }
  25%, 50% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }
@keyframes media-click-fx {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1); }
  25%, 50% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }
  .content-section .widget.articles article .button-medium,
  .content-section .widget.sermons article .button-medium {
    margin: .5em auto; }

#content .widget.articles article,
#content .widget.sermons article {
  margin-bottom: 1.5em; }

.content-section .widget.articles .media,
.content-section .widget.sermons .media {
  text-align: left; }
  .content-section .widget.articles .media li,
  .content-section .widget.sermons .media li {
    font-size: 1em; }

#content.dark .widget.posts .info h3,
.content-section.dark .widget.posts .info h3 {
  color: #f1edc7; }
  #content.dark .widget.posts .info h3 a,
  .content-section.dark .widget.posts .info h3 a {
    color: #f1edc7; }
#content.dark .widget.posts .info h5,
.content-section.dark .widget.posts .info h5 {
  color: #fafafa; }
#content .widget.posts article .button-medium,
.content-section .widget.posts article .button-medium {
  margin: 0 auto;
  max-width: 190px; }
#content .widget.posts .image,
.content-section .widget.posts .image {
  margin-bottom: .75em; }
#content .widget.posts .info,
.content-section .widget.posts .info {
  min-height: 0; }
  @media (min-width: 769px) {
    #content .widget.posts .info,
    .content-section .widget.posts .info {
      min-height: 13em; } }
  #content .widget.posts .info h3,
  .content-section .widget.posts .info h3 {
    color: #3a8799;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0; }
  #content .widget.posts .info h5,
  .content-section .widget.posts .info h5 {
    margin-bottom: 1em;
    text-transform: none;
    color: #666666; }
    @media (min-width: 769px) {
      #content .widget.posts .info h5,
      .content-section .widget.posts .info h5 {
        margin-bottom: 1.75em; } }
    #content .widget.posts .info h5 .sep,
    .content-section .widget.posts .info h5 .sep {
      padding: 0 .5em; }
  #content .widget.posts .info p,
  .content-section .widget.posts .info p {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.5em; }

#content .widget.posts {
  margin-bottom: 1.5em; }
  #content .widget.posts article {
    margin-bottom: .75em; }

#content .widget.events h3,
.content-section .widget.events h3 {
  margin-top: 1.3em;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
#content .widget.events h5,
.content-section .widget.events h5 {
  text-transform: none;
  color: #666666;
  margin-bottom: 1.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
#content .widget.events .button-medium.view-calendar,
.content-section .widget.events .button-medium.view-calendar {
  margin: 1em auto .5em; }
#content .widget.events article,
.content-section .widget.events article {
  width: auto;
  margin: 2em auto 3em;
  display: block;
  max-width: 500px; }
  @media (min-width: 769px) {
    #content .widget.events article,
    .content-section .widget.events article {
      vertical-align: top;
      width: 29.333333333%;
      max-width: none;
      margin-left: 2%;
      margin-right: 2%;
      display: inline-block; } }
  #content .widget.events article .start-time,
  .content-section .widget.events article .start-time {
    margin-top: 1em;
    margin-bottom: -.5em; }
    #content .widget.events article .start-time span,
    .content-section .widget.events article .start-time span {
      padding-right: .5em;
      vertical-align: -1px; }

#upcoming-events-section-monklet {
  opacity: 0; }

#upcoming-events-section-monklet + .view-calendar {
  margin: 0 auto 2em; }
.widget.countdown,
.content-section .widget.countdown {
  padding: 2em 0; }
  @media (min-width: 769px) {
    .content-section .widget.countdown {
      display: flex;
      align-items: center; } }
  .widget.countdown #section-timer a,
  .content-section .widget.countdown #section-timer a {
    display: block; }
    .widget.countdown #section-timer a:hover,
    .content-section .widget.countdown #section-timer a:hover {
      cursor: pointer; }
  .widget.countdown h1.sec-title,
  .content-section .widget.countdown h1.sec-title {
    margin: 0 auto; }
  .widget.countdown h2,
  .content-section .widget.countdown h2 {
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1;
    font-size: 2em;
    font-weight: 600; }
    @media (min-width: 769px) {
      .widget.countdown h2,
      .content-section .widget.countdown h2 {
        font-size: 1.25em; } }
  .widget.countdown h3,
  .content-section .widget.countdown h3 {
    line-height: 1.3; }
  .widget.countdown .days, .widget.countdown .hours, .widget.countdown .minutes, .widget.countdown .seconds,
  .content-section .widget.countdown .days, .content-section .widget.countdown .hours, .content-section .widget.countdown .minutes, .content-section .widget.countdown .seconds {
    display: inline-block;
    margin: 0 .25em;
    text-align: center;
    color: #343542;
    font-weight: 700;
    font-size: 2em; }
    @media (min-width: 769px) {
      .widget.countdown .days, .widget.countdown .hours, .widget.countdown .minutes, .widget.countdown .seconds,
      .content-section .widget.countdown .days, .content-section .widget.countdown .hours, .content-section .widget.countdown .minutes, .content-section .widget.countdown .seconds {
        font-size: 1.75em; } }
    @media (min-width: 1024px) {
      .widget.countdown .days, .widget.countdown .hours, .widget.countdown .minutes, .widget.countdown .seconds,
      .content-section .widget.countdown .days, .content-section .widget.countdown .hours, .content-section .widget.countdown .minutes, .content-section .widget.countdown .seconds {
        font-size: 2.1875em; } }
  .widget.countdown .days span, .widget.countdown .hours span, .widget.countdown .minutes span, .widget.countdown .seconds span,
  .content-section .widget.countdown .days span, .content-section .widget.countdown .hours span, .content-section .widget.countdown .minutes span, .content-section .widget.countdown .seconds span {
    display: block;
    font-size: 16px;
    line-height: 25px; }
    @media (min-width: 769px) {
      .widget.countdown .days span, .widget.countdown .hours span, .widget.countdown .minutes span, .widget.countdown .seconds span,
      .content-section .widget.countdown .days span, .content-section .widget.countdown .hours span, .content-section .widget.countdown .minutes span, .content-section .widget.countdown .seconds span {
        font-size: 13px;
        line-height: 18px; } }

.dark.content-section .widget.countdown h2 {
  color: #f1edc7; }
.dark.content-section .widget.countdown .days, .dark.content-section .widget.countdown .hours, .dark.content-section .widget.countdown .minutes, .dark.content-section .widget.countdown .seconds {
  color: #fafafa; }

/* Sidebar Styles */
#sidebar .widget .image.hover span b {
  font-size: 1.125em; }

#sidebar .widget.posts h4 {
  color: #db6353;
  font-size: .875em;
  text-transform: none;
  padding: .75em 1em .75em 1.5em;
  display: block;
  font-weight: 400;
  margin-bottom: 0; }
  #sidebar .widget.posts h4:first-child {
    margin-top: .5em; }
  #sidebar .widget.posts h4:last-of-type {
    margin-bottom: .5em; }
#sidebar .widget.posts .button {
  width: 100%;
  text-align: center;
  font-size: 1em;
  text-transform: none;
  color: #fafafa;
  background-color: #db6353;
  display: block;
  padding: .65em 0;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out; }
  #sidebar .widget.posts .button:hover {
    background-color: #343542; }

#content #sidebar .widget.sermons article, #content #sidebar .widget.article article {
  width: 90%;
  margin: 0 auto; }
  #content #sidebar .widget.sermons article .sermon-img .image.hover, #content #sidebar .widget.sermons article .article-img .image.hover, #content #sidebar .widget.article article .sermon-img .image.hover, #content #sidebar .widget.article article .article-img .image.hover {
    width: 100%;
    border: none;
    margin: 1em auto .5em; }
    #content #sidebar .widget.sermons article .sermon-img .image.hover:hover, #content #sidebar .widget.sermons article .article-img .image.hover:hover, #content #sidebar .widget.article article .sermon-img .image.hover:hover, #content #sidebar .widget.article article .article-img .image.hover:hover {
      -webkit-transform: scale(1.115);
      transform: scale(1.115);
      box-shadow: none; }
  #content #sidebar .widget.sermons article .info, #content #sidebar .widget.article article .info {
    margin: 0 1em; }
    #content #sidebar .widget.sermons article .info h4, #content #sidebar .widget.article article .info h4 {
      line-height: 1.3;
      margin: .75em auto 0;
      text-align: left;
      text-transform: uppercase; }
    #content #sidebar .widget.sermons article .info .preacher-date, #content #sidebar .widget.sermons article .info .author-date, #content #sidebar .widget.article article .info .preacher-date, #content #sidebar .widget.article article .info .author-date {
      text-align: left;
      font-size: .85em;
      line-height: 1.3;
      margin-bottom: .5em; }
    #content #sidebar .widget.sermons article .info .details, #content #sidebar .widget.article article .info .details {
      text-align: left;
      font-weight: 600;
      margin-bottom: 1em; }
    #content #sidebar .widget.sermons article .info .media, #content #sidebar .widget.article article .info .media {
      text-align: left;
      margin: 1em auto;
      overflow: visible; }
    #content #sidebar .widget.sermons article .info .media li, #content #sidebar .widget.article article .info .media li {
      margin: 0;
      padding: 0 14% 0 0; }
      #content #sidebar .widget.sermons article .info .media li:last-child, #content #sidebar .widget.article article .info .media li:last-child {
        padding-right: 0; }
    #content #sidebar .widget.sermons article .info .media li a, #content #sidebar .widget.article article .info .media li a {
      margin: 0;
      color: #db6353; }
      #content #sidebar .widget.sermons article .info .media li a::after, #content #sidebar .widget.article article .info .media li a::after {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px; }
      #content #sidebar .widget.sermons article .info .media li a span, #content #sidebar .widget.article article .info .media li a span {
        font-size: 1.65em; }
#content #sidebar .widget.sermons .button, #content #sidebar .widget.article .button {
  width: 100%;
  text-align: center;
  font-size: 1em;
  text-transform: none;
  color: #fafafa;
  background-color: #db6353;
  display: block;
  padding: .65em 0;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out; }

#content #sidebar .widget.events {
  padding-bottom: 0; }
  #content #sidebar .widget.events .button {
    width: 100%;
    text-align: center;
    font-size: 1em;
    text-transform: none;
    color: #fafafa;
    background-color: #db6353;
    display: block;
    padding: .65em 0;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out; }
  #content #sidebar .widget.events article {
    width: 100%;
    display: block;
    margin: 0 0 1.5em; }
    #content #sidebar .widget.events article:last-of-type {
      margin-bottom: .75em; }
  #content #sidebar .widget.events .event-img {
    transition: margin .25s ease-in-out;
    -moz-transition: margin .25s ease-in-out;
    -webkit-transition: margin .25s ease-in-out; }
    #content #sidebar .widget.events .event-img .image.hover {
      width: 90%;
      margin: 1em auto .5em;
      border: none; }
      #content #sidebar .widget.events .event-img .image.hover:hover {
        -webkit-transform: scale(1.115);
        transform: scale(1.115); }
    #content #sidebar .widget.events .event-img .ribbon {
      left: 0;
      bottom: 12px;
      border-radius: 0; }
    #content #sidebar .widget.events .event-img:hover .image.hover {
      transform: scale(1.115);
      -webkit-transform: scale(1.115);
      box-shadow: none; }
  #content #sidebar .widget.events h4 {
    padding-bottom: 0;
    line-height: 1.3;
    margin: 0 1.5em 0; }

#content #sidebar #upcoming-events-sidebar-monklet {
  opacity: 0.0; }

#content #upcoming-events-sidebar-monklet .start-time {
  margin: 1.5em 1.5em .5em; }

#content ul.media {
  overflow-y: visible; }
  @media (min-width: 769px) {
    #content ul.media {
      text-align: center; } }
  #content ul.media li {
    font-size: .875em;
    display: inline-block;
    margin: 0;
    padding: 0 1em; }
    #content ul.media li a {
      position: relative;
      display: inline-block;
      margin: 1em;
      padding: 0;
      border: none;
      background: none;
      overflow: visible;
      -webkit-transition: color 0.25s;
      transition: color 0.25s;
      -webkit-tap-highlight-color: transparent; }
      #content ul.media li a span {
        font-size: 1.75em; }
      #content ul.media li a:focus {
        outline: none; }
      #content ul.media li a .click-effect {
        outline: none;
        background: rgba(52, 53, 66, 0.4);
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        content: '';
        opacity: 0;
        pointer-events: none;
        -webkit-animation: media-click-fx 0.3s forwards;
        animation: media-click-fx 0.3s forwards; }
@-webkit-keyframes media-click-fx {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1); }
  25%, 50% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }
@keyframes media-click-fx {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1); }
  25%, 50% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }
/* i15 - Footer */
#footer {
  padding: 3.5em 0 1em;
  background-color: #343542;
  color: #fafafa; }
  #footer .div-row {
    display: block;
    width: 100%;
    text-align: left; }
    #footer .div-row .div-col h4 {
      font-weight: 600;
      font-size: .85em;
      text-align: center; }
      @media (min-width: 769px) {
        #footer .div-row .div-col h4 {
          text-align: left; } }
    #footer .div-row .div-col .logo {
      margin: 1em 0;
      text-align: center; }
      @media (min-width: 769px) {
        #footer .div-row .div-col .logo {
          text-align: left; } }
      #footer .div-row .div-col .logo a {
        display: block; }
        #footer .div-row .div-col .logo a img {
          max-width: 288px;
          height: auto;
          margin: 0 auto; }
    #footer .div-row .div-col .church-desc {
      font-size: .85em;
      font-weight: 600;
      line-height: 1.6;
      text-transform: none;
      text-align: center; }
      @media (min-width: 769px) {
        #footer .div-row .div-col .church-desc {
          text-align: left; } }
      #footer .div-row .div-col .church-desc p {
        color: rgba(255, 255, 255, 0.55);
        font-weight: 600;
        text-align: center; }
        @media (min-width: 769px) {
          #footer .div-row .div-col .church-desc p {
            text-align: left; } }
    #footer .div-row .div-col .footer-content {
      color: #fafafa;
      text-align: center; }
      @media (min-width: 769px) {
        #footer .div-row .div-col .footer-content {
          text-align: left; } }
      #footer .div-row .div-col .footer-content blockquote,
      #footer .div-row .div-col .footer-content p {
        color: rgba(255, 255, 255, 0.55); }
      #footer .div-row .div-col .footer-content p {
        font-weight: 600; }
      #footer .div-row .div-col .footer-content h1,
      #footer .div-row .div-col .footer-content h2,
      #footer .div-row .div-col .footer-content h3,
      #footer .div-row .div-col .footer-content h4,
      #footer .div-row .div-col .footer-content h5,
      #footer .div-row .div-col .footer-content h6 {
        color: #fafafa; }
      #footer .div-row .div-col .footer-content h1 {
        font-size: 2.25em; }
      #footer .div-row .div-col .footer-content h4 {
        font-size: 1em; }
      #footer .div-row .div-col .footer-content p {
        font-size: .85em;
        margin-top: 1em;
        margin-bottom: 1.5em; }
      #footer .div-row .div-col .footer-content a {
        color: #fafafa; }
        #footer .div-row .div-col .footer-content a:hover {
          color: #fafafa;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      #footer .div-row .div-col .footer-content .button-small {
        color: #2c2d3a;
        border-color: rgba(250, 250, 250, 0.75);
        background-color: #fafafa; }
        #footer .div-row .div-col .footer-content .button-small:hover {
          background-color: transparent;
          border-color: #fafafa;
          color: #fafafa;
          border-bottom: 1px solid #fafafa; }
      #footer .div-row .div-col .footer-content .button-medium {
        color: #fafafa;
        background-color: #db6353;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out; }
        #footer .div-row .div-col .footer-content .button-medium:hover {
          opacity: 0.8;
          border-bottom: none; }
      #footer .div-row .div-col .footer-content .button-large {
        color: #fafafa;
        background-color: #db6353;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out; }
        #footer .div-row .div-col .footer-content .button-large:hover {
          opacity: 0.8;
          border-bottom: none; }
      #footer .div-row .div-col .footer-content img {
        width: 100%;
        height: auto; }
    #footer .div-row .div-col .footer-content > *:first-child {
      margin-top: .65em; }
    #footer .div-row.single {
      text-align: center; }
      #footer .div-row.single .div-col {
        width: 100%;
        float: none;
        margin: 0 auto 2em !important;
        padding: 0;
        display: block;
        text-align: center; }
        @media (min-width: 769px) {
          #footer .div-row.single .div-col {
            width: 75%; } }
        @media (min-width: 1024px) {
          #footer .div-row.single .div-col {
            width: 50%; } }
        #footer .div-row.single .div-col h4, #footer .div-row.single .div-col .logo, #footer .div-row.single .div-col .church-desc {
          text-align: center; }
    #footer .div-row.halves .div-col {
      width: 100%;
      float: none;
      margin: 0 0 2em 0;
      padding: 0;
      display: block;
      text-align: left; }
      @media (min-width: 769px) {
        #footer .div-row.halves .div-col {
          width: 46%;
          margin: 0 0 0 7%;
          display: inline-block;
          vertical-align: top; } }
      @media (min-width: 1024px) {
        #footer .div-row.halves .div-col {
          width: 47%;
          margin: 0 0 0 5%;
          display: inline-block; } }
    #footer .div-row.halves .div-row .div-col:first-child {
      margin-left: 0 !important; }
    #footer .div-row.thirds .div-col {
      width: 100%;
      float: none;
      margin: 0 0 2em 0;
      padding: 0;
      display: block;
      text-align: left; }
      @media (min-width: 769px) {
        #footer .div-row.thirds .div-col {
          width: 28.333333333%;
          margin: 0 0 0 7%;
          display: inline-block;
          vertical-align: top; } }
      @media (min-width: 1024px) {
        #footer .div-row.thirds .div-col {
          width: 30%;
          margin: 0 0 0 4.5%;
          display: inline-block; } }
    #footer .div-row.thirds .div-row .div-col:first-child {
      margin-left: 0 !important; }
  #footer a {
    color: #fafafa; }
    #footer a:hover {
      color: #f2edd6; }
  #footer .halves h4, #footer .thirds h4 {
    text-align: center; }
    @media (min-width: 769px) {
      #footer .halves h4, #footer .thirds h4 {
        text-align: left; } }
  #footer .halves .logo, #footer .thirds .logo {
    text-align: center; }
    @media (min-width: 769px) {
      #footer .halves .logo, #footer .thirds .logo {
        text-align: left; } }
  #footer .halves .church-desc, #footer .thirds .church-desc {
    text-align: center; }
    @media (min-width: 769px) {
      #footer .halves .church-desc, #footer .thirds .church-desc {
        text-align: left; } }
    #footer .halves .church-desc p, #footer .thirds .church-desc p {
      text-align: center; }
      @media (min-width: 769px) {
        #footer .halves .church-desc p, #footer .thirds .church-desc p {
          text-align: left; } }
  #footer #cloud {
    margin-top: 1em;
    text-align: center; }
    @media (min-width: 769px) {
      #footer #cloud {
        text-align: left; } }
    #footer #cloud a {
      color: #fafafa;
      font-size: .85em;
      font-weight: 600;
      background-color: #db6353;
      opacity: 1.0;
      padding: .5em 1.1em;
      display: inline-block;
      margin: 0 .75em 1em 0;
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out; }
      #footer #cloud a:hover {
        opacity: 0.8;
        border: none; }
  #footer #twitter {
    text-align: center;
    margin-top: .75em; }
    @media (min-width: 769px) {
      #footer #twitter {
        text-align: left; } }
    #footer #twitter #tweets {
      text-align: center; }
      @media (min-width: 769px) {
        #footer #twitter #tweets {
          text-align: left; } }
      #footer #twitter #tweets .summary {
        font-size: .85em;
        font-weight: 600;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.55); }
        #footer #twitter #tweets .summary a {
          color: #f1edc7; }
        #footer #twitter #tweets .summary .date {
          font-size: .8em;
          font-style: italic; }
        #footer #twitter #tweets .summary .handle {
          color: #f1edc7;
          padding-right: .75em; }
          #footer #twitter #tweets .summary .handle a {
            color: #f1edc7; }
            #footer #twitter #tweets .summary .handle a span {
              font-size: 1.25em;
              vertical-align: top; }
  #footer .copyright {
    font-size: .85em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    text-align: center; }
    @media (min-width: 769px) {
      #footer .copyright {
        text-align: left; } }
    #footer .copyright p {
      color: rgba(255, 255, 255, 0.55);
      line-height: 30px;
      font-weight: 600;
      margin: 0; }
      @media (min-width: 769px) {
        #footer .copyright p {
          float: left;
          margin-bottom: 1.5em; } }
  #footer #vendor-tagline {
    float: none;
    opacity: 0.75; }
    #footer #vendor-tagline .e360 {
      min-width: 100px;
      height: 30px;
      vertical-align: -3px; }
    @media (min-width: 769px) {
      #footer #vendor-tagline {
        float: right; } }

/* i16 - Articles 2 */
#articles2 {
  /* Search */
  /* Articles */
  /* article detail */
  /*Featured*/
  /* Pagination */
  /* Filter */
  /* custom styles for selectmenu */
  /* =Override
  ---------------------------------------------------------------------
  */ }
  #articles2 .image-link {
    opacity: 1.0; }
    #articles2 .image-link:hover {
      opacity: 1.0; }
  #articles2 .image-link > img {
    opacity: 1.0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -webkit-backface-visibility: hidden; }
    #articles2 .image-link > img:hover {
      opacity: 0.85; }
  #articles2 form#article-search {
    border: 0;
    width: 190px; }
  #articles2 form#article-search fieldset {
    border: 0;
    width: 100%;
    padding: 0 .5em;
    background: #fafafa;
    overflow: hidden;
    box-sizing: border-box; }
  #articles2 form#article-search #article-search-term {
    float: left;
    width: 140px;
    line-height: 2.25;
    font-size: 1em;
    color: #666666;
    border: 0;
    padding: 0;
    background: none; }
  #articles2 form#article-search #article-search-submit {
    float: right; }
    #articles2 form#article-search #article-search-submit span {
      color: #2c2d3a;
      font-size: 1em;
      line-height: 2.25;
      font-weight: 600; }
  #articles2 .results {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb; }
  #articles2 .results h3 {
    margin-bottom: 0; }
  #articles2 .results h3 a {
    text-decoration: none; }
  #articles2 .results .meta {
    color: #666666;
    margin-bottom: 0; }
  #articles2 .results .summary {
    margin-bottom: 0; }
  #articles2 .items {
    overflow: hidden;
    padding-bottom: 2em; }
  #articles2 .items article {
    overflow: hidden;
    margin-bottom: 3em; }
  #articles2 article img {
    float: left;
    margin-right: 1em;
    max-width: none;
    width: 25%;
    min-width: 180px; }
  #articles2 article header {
    float: none;
    width: auto;
    overflow: hidden; }
    @media (min-width: 769px) {
      #articles2 article header {
        width: 72%;
        float: right; } }
  #articles2 .sub article h3 {
    margin-bottom: 5px;
    font-size: 1.8em; }
  #articles2 article h3 a {
    text-decoration: none;
    line-height: 1.3; }
  #articles2 article .meta {
    font-size: .85em;
    line-height: 1.3;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #666666; }
  #articles2 article .meta span {
    color: #666666; }
  #articles2 article .meta a {
    text-decoration: none; }
  #articles2 article .summary {
    margin-bottom: 0; }
  #articles2 .items article .media {
    float: right; }
  #articles2 article .media li {
    display: inline-block;
    padding: 0;
    margin: 0; }
  #articles2 article .media li a {
    margin: 1em .75em;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
    #articles2 article .media li a .click-effect {
      width: 40px;
      height: 40px;
      margin: -20px 0 0 -20px; }
  #articles2 article .media li a .icon {
    color: #db6353;
    font-size: 1.5em; }
  #articles2 article.detail .return {
    margin-bottom: 1em;
    float: right; }
    #articles2 article.detail .return span.icon {
      padding-right: .5em;
      vertical-align: -3px;
      font-size: 1.25em; }
  #articles2 article.detail {
    margin: 0; }
  #articles2 article.detail .title {
    padding: 0;
    /*left padding should match header left padding*/
    overflow: hidden;
    margin-bottom: 1em;
    float: left; }
  #articles2 article.detail .title h2 {
    display: block;
    margin: 0 0 .2em 0; }
  #articles2 article.detail .title h2 a {
    text-decoration: none; }
  #articles2 article.detail .meta {
    display: block;
    font-size: 1em;
    border-bottom: 0; }
  #articles2 article.detail header {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    /*content width less padding*/
    background: none;
    padding: 0;
    margin-bottom: 1em; }
  #articles2 article.detail header img {
    display: block;
    width: 100%;
    margin: 0 0 1em; }
  #articles2 article.detail header .media {
    display: block;
    float: none;
    margin-left: 0;
    clear: left;
    text-align: left; }
    #articles2 article.detail header .media li {
      padding: 0 1em 0 0; }
      #articles2 article.detail header .media li a:after {
        margin: -25px 0 0 -25px;
        width: 50px;
        height: 50px; }
      #articles2 article.detail header .media li a .icon {
        font-size: 2em; }
  #articles2 article.featured {
    border-bottom: 1px solid #343542;
    margin-bottom: 1em;
    padding-bottom: 1em; }
  #articles2 article.featured .title {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb; }
  #articles2 article.featured .title h2 {
    display: inline;
    float: left;
    width: 50%;
    margin: 0; }
  #articles2 article.featured .title h2 a {
    text-decoration: none; }
  #articles2 article.featured .meta {
    display: inline;
    float: right;
    border: 0;
    width: 45%;
    text-align: right;
    font-size: 1.1em;
    padding-top: 5px;
    margin: 0 0 0 5%; }
  #articles2 article.featured header {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    background: none;
    padding: 0;
    margin-bottom: 0; }
  #articles2 article.featured img {
    float: left;
    max-width: none !important;
    margin: 0 2em 1em 0;
    width: 33%;
    min-width: 230px; }
  #articles2 article.featured .summary {
    font-size: 1.25em; }
  #articles2 article.featured .media {
    text-align: left; }
    #articles2 article.featured .media li {
      padding: 0; }
      #articles2 article.featured .media li a {
        margin: 1em; }
        #articles2 article.featured .media li a:after {
          margin: -24px 0 0 -24px;
          width: 48px;
          height: 48px; }
        #articles2 article.featured .media li a .icon {
          font-size: 1.75em; }
  #articles2 #pagination {
    padding: 10px;
    background-color: #f1f1f1; }
  #articles2 #pagination a {
    padding: 5px 8px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #555555;
    margin-right: 3px; }
  #articles2 #pagination a:hover {
    color: #fafafa; }
  #articles2 #pagination a#current {
    color: #fffeff; }
  #articles2 #pagination a#off {
    color: #cccccc; }
  #articles2 #pagination a#off:hover {
    background-color: transparent;
    color: #cccccc; }
  #articles2 .filters {
    margin-bottom: 1.5em;
    overflow: hidden;
    padding: 1em;
    position: relative;
    z-index: 1;
    text-align: left; }
    #articles2 .filters .ui-selectmenu-button {
      display: block;
      float: left; }
  #articles2 .filters h6 {
    float: left;
    margin-right: .5em;
    margin-bottom: 0;
    color: #3a8799;
    font-size: 2em;
    font-weight: normal;
    padding-top: 0;
    margin-left: -12px; }
    @media (max-width: 768px) {
      #articles2 .filters h6 {
        margin-bottom: 1em; } }
  #articles2 .filters #article-search {
    float: right; }
  #articles2 .features h2, #articles2 .sub article h3, #articles2 .title h2, #articles2 .return, #articles2 .results h3 {
    font-weight: 500; }
  #articles2 h3.filter-label {
    margin-bottom: 1em; }
  #articles2 .ui-selectmenu-status {
    font-weight: 700; }
  #articles2 .ui-selectmenu:hover {
    background-color: #fafafa; }
  #articles2 ul.ui-selectmenu-menu-dropdown {
    padding: 0;
    margin: 0;
    width: 200px !important; }
  #articles2 .content.detail {
    width: 750px;
    padding: 0;
    border-left: 1px solid #ebebeb; }
  #articles2 .content.search {
    width: 735px;
    padding: 0 0 0 15px;
    border-left: 1px solid #ebebeb; }
  #articles2 aside.left {
    width: 150px;
    margin-right: 9px; }
  #articles2 #results > h3 {
    color: #343542;
    text-transform: none; }
  @media (max-width: 1060px) {
    #articles2 .filters h6 {
      float: none; }
    #articles2 .filters .ui-selectmenu-button {
      margin: .5em 2em 0 -12px; }
    #articles2 .filters #article-search {
      margin-top: .5em;
      width: 150px; }
      #articles2 .filters #article-search #article-search-term {
        width: 115px; } }
  @media (max-width: 910px) {
    #articles2 .filters #article-search {
      display: none; } }
  @media (max-width: 570px) {
    #articles2 .items {
      padding-bottom: 0; }
    #articles2 article.featured .title h2 {
      display: block;
      width: 100%;
      float: none; }
    #articles2 article.featured .meta {
      display: block;
      float: none;
      text-align: left;
      width: auto;
      margin: 0; }
    #articles2 article.featured img {
      width: 100%;
      display: block;
      float: none; }
    #articles2 article img {
      margin-bottom: 1em;
      width: 100%;
      display: block;
      float: none; } }

/* i17 - Sermons 4 */
#sermons4 {
  /* =Player
  ---------------------------------------------------------------------
  */
  /* =Sidebar
  ---------------------------------------------------------------------
  */
  /* Pagination */
  /* =Selectmenu
  ---------------------------------------------------------------------
  */
  /* =Accent color
  ---------------------------------------------------------------------
  */
  /* =Override
  ---------------------------------------------------------------------
  */ }
  #sermons4 #video-player video {
    width: 100%;
    height: auto; }
  #sermons4 aside.left h2 {
    height: 36px;
    line-height: 1;
    margin-bottom: 0; }
  #sermons4 aside .aside-image-link {
    margin-bottom: 1em;
    display: block; }
  #sermons4 .items .back {
    width: 100%;
    display: block;
    text-align: left;
    margin: 1.25em 0 0; }
  #sermons4 .items h2.groupby-heading {
    margin: 1em 0 .5em; }
  #sermons4 .items .series-desc p:last-child {
    margin-bottom: .5em; }
  #sermons4 .items article {
    border-bottom: #999999 solid 1px;
    height: 70px;
    padding-left: 1em; }
  #sermons4 .items article.odd {
    background: #fafafa; }
  #sermons4 .items article.last {
    border: 0; }
  #sermons4 article .meta {
    width: 100%;
    padding: .5em 0 1em;
    font-size: 1em;
    line-height: 1em; }
  #sermons4 article .meta p {
    margin-bottom: 15px; }
  #sermons4 article .meta span {
    font-weight: bold;
    color: #717171; }
  #sermons4 article.detail .meta span {
    width: 4.5em;
    display: inline-block; }
  #sermons4 article.detail .time {
    display: none; }
  #sermons4 article .meta a {
    text-decoration: none; }
  #sermons4 article .meta img {
    display: block;
    float: right;
    margin: 0 0 1em 1em; }
  #sermons4 article .highlight, #sermons4 aside ul[id*=list] .highlight, #sermons4 aside ul[class*=list] .highlight {
    border-radius: 0;
    color: #fafafa !important; }
  #sermons4 article h3 {
    font-size: 1em;
    float: left;
    display: inline-block;
    margin-bottom: 0;
    line-height: 70px; }
  #sermons4 article h2 {
    display: inline-block;
    line-height: 70px;
    margin-bottom: 0; }
  #sermons4 article h3 a {
    text-decoration: none;
    color: #666666;
    line-height: 1em;
    font-weight: bold !important; }
    #sermons4 article h3 a:hover {
      color: #db6353; }
  #sermons4 article h3 a:active {
    color: #333; }
  #sermons4 article .time {
    font-size: 1em;
    color: #999999;
    display: inline-block;
    font-weight: bold;
    float: left;
    margin-right: 1em;
    margin-left: 0;
    line-height: 70px;
    min-width: 5em; }
  #sermons4 article .media {
    float: right;
    margin: 0;
    padding: .5em 0; }
  #sermons4 article .media li {
    display: inline-block;
    float: left;
    padding: 0;
    margin-left: 5px;
    overflow: hidden; }
  #sermons4 article .media li.video {
    margin-right: 2px; }
  #sermons4 article .media li a {
    text-decoration: none;
    color: #db6353;
    text-transform: uppercase;
    display: block; }
    #sermons4 article .media li a.current {
      color: #2c2d3a; }
  #sermons4 article .media li a .click-effect {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }
  #sermons4 article.detail {
    border: 0; }
  #sermons4 article.detail .header {
    display: block;
    width: 100%;
    min-height: 2em; }
  #sermons4 article.detail .summary {
    font-size: 1.3em;
    line-height: 1.6em;
    color: #333333;
    margin-top: 25px; }
  #sermons4 .filters {
    margin-bottom: 0; }
  #sermons4 #video-wrap {
    margin-bottom: 1.5em;
    overflow: hidden;
    background: url(/_assets/img/layouts/sermons/ajax-loader.gif) no-repeat center center; }
  #sermons4 .paginate-label {
    float: left;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 1em;
    color: #343542;
    font-weight: bold; }
  #sermons4 #pagination a {
    padding: 5px 8px;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 3px; }
  #sermons4 #pagination a:hover {
    color: #fafafa; }
  #sermons4 #pagination a#current {
    color: #fafafa;
    background-color: #343542; }
  #sermons4 #pagination a#off {
    color: #cccccc; }
  #sermons4 #pagination a#off:hover {
    background-color: transparent;
    color: #cccccc; }
  #sermons4 .filters .ui-selectmenu-button {
    margin: 0 6px 0 0px; }
    #sermons4 .filters .ui-selectmenu-button:last-of-type {
      margin-right: 0; }
  #sermons4 article .highlight,
  #sermons4 aside ul[id*=list] .highlight,
  #sermons4 aside ul[class*=list] .highlight,
  #sermons4 #pagination a:hover,
  #sermons4 #pagination a#current {
    background-color: #666666; }
  #sermons4 aside.left {
    width: 180px;
    display: inline-block;
    margin: 0 2em 0 0;
    vertical-align: top; }
  #sermons4 .content {
    padding: .25em 0 0 0;
    display: inline-block;
    width: 790px;
    margin: 0; }
  @media (max-width: 1075px) {
    #sermons4 aside.left.column {
      display: none; }
    #sermons4 .content {
      width: 100%;
      padding: 1em 0 0; }
      #sermons4 .content .filters {
        text-align: left;
        margin-top: 1.5em; }
        #sermons4 .content .filters #preacher-sort-button {
          margin-right: 0; }
        #sermons4 .content .filters .ui-selectmenu-button {
          width: 165px !important; }
    #sermons4 .ui-selectmenu-menu .ui-menu {
      width: 165px !important; } }
  @media (max-width: 650px) {
    #sermons4 .items article {
      height: auto;
      padding: 1em 0 0 1em; }
      #sermons4 .items article .time {
        min-width: 4em; }
      #sermons4 .items article .time, #sermons4 .items article h3 {
        line-height: 1.3;
        float: none;
        margin-bottom: 5px; }
      #sermons4 .items article .media {
        display: block;
        float: none; }
    #sermons4 .items article.detail h2 {
      display: block;
      line-height: 1.3; }
    #sermons4 .items article.detail .meta img {
      float: none;
      display: block;
      margin: 0 0 1em; }
    #sermons4 .items article.detail .meta p {
      margin-bottom: .5em; } }

/* i18 - Events 3 */
#events3 {
  /*Controls - Controls are separate for cal/list views because they have very different markup */
  /* List controls */
  /* Calendar controls */
  /* List */
  /* Calendar */
  /* Featured Events */
  /* Filtering */
  /* Search Field */
  /* DETAIL PAGE */
  /* MOBILE STYLES */ }
  #events3 .push {
    clear: both; }
  #events3 .floatleft {
    float: left; }
  #events3 #content #event-nav {
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #eaeaea; }
  #events3 #content #event-nav ul {
    margin: 0;
    padding: 0;
    float: right; }
  #events3 #content #event-nav li {
    list-style: none;
    float: left;
    height: 68px;
    line-height: 68px;
    padding: 0 20px;
    margin: 0; }
  #events3 #content #event-nav li a {
    text-decoration: none; }
  #events3 #event-control-bar {
    position: relative;
    padding: .5em 0;
    height: auto;
    margin: 1em 0 0; }
  #events3 #event-control-bar h3 {
    margin: 0; }
  #events3 #event-control-bar .event-list-title {
    position: absolute;
    top: 26px;
    left: 30px;
    font-size: 1.375em;
    font-weight: 700;
    display: none; }
    @media (min-width: 769px) {
      #events3 #event-control-bar .event-list-title {
        display: block; } }
  #events3 .event-left {
    float: left; }
  #events3 .event-right {
    float: right; }
  #events3 .list-controls {
    float: left;
    position: relative;
    left: 20px;
    top: -53px;
    width: 30%;
    width: 221px;
    line-height: 30px;
    padding-right: 50px;
    text-align: left;
    display: none; }
    @media (min-width: 1024px) {
      #events3 .list-controls {
        text-align: center; } }
  #events3 .list-month-title {
    margin: 2px 25px 0 0;
    line-height: 40px;
    /* event-control-bar height */
    font-weight: 600;
    text-transform: uppercase; }
  #events3 .list-event-prev {
    float: left;
    position: absolute;
    right: 48px;
    top: 10px;
    font-size: 24px;
    display: none;
    font-weight: 600; }
    @media (min-width: 1024px) {
      #events3 .list-event-prev {
        right: 48px; } }
  #events3 .list-event-next {
    float: left;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 24px;
    display: none;
    font-weight: 600; }
  #events3 .list-event-prev.hasPrev {
    cursor: pointer;
    display: block; }
  #events3 .list-event-next.hasNext {
    cursor: pointer;
    display: block; }
  #events3 .calendar-month {
    display: block;
    width: 221px;
    float: left;
    margin: 0 0 0 0;
    line-height: 40px;
    /* event-control-bar height */
    position: relative;
    top: -48px;
    left: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    padding-right: 50px;
    text-align: center;
    *text-align: right;
    /*ie7 hack to make the layout at least look decent */ }
  #events3 .calendar-prev {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 38px;
    top: 2px;
    text-align: left;
    font-weight: 600;
    font-size: 22px; }
    #events3 .calendar-prev:hover {
      opacity: .6; }
    #events3 .calendar-prev .icon {
      font-size: 22px;
      font-weight: 600; }
  #events3 .calendar-next {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    text-align: left;
    font-size: 22px;
    font-weight: 600; }
    #events3 .calendar-next:hover {
      opacity: .6; }
    #events3 .calendar-next .icon {
      font-size: 22px;
      font-weight: 600; }
  #events3 .list-time {
    width: 60px;
    float: left;
    margin-right: -80px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3; }
  #events3 p.list-time-day,
  #events3 p.list-time-month {
    display: block;
    margin: 0;
    padding: 0; }
  #events3 p.list-time-day {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 600;
    border: 1px solid;
    border-top: 0; }
  #events3 p.list-time-month {
    text-transform: uppercase;
    font-size: 1.125em;
    border: 1px solid;
    border-bottom: 0;
    padding: 0; }
  #events3 .list-day-detail {
    padding-left: 80px; }
  #events3 .list-weekday {
    line-height: 1.1;
    font-size: 1.5em;
    color: #666666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 700; }
    @media (min-width: 1024px) {
      #events3 .list-weekday {
        font-size: 2.25em; } }
  #events3 .nrf-message {
    text-align: center; }
  #events3 .day-stage {
    margin-top: 20px; }
  #events3 #cal-responsive {
    display: none; }
    #events3 #cal-responsive h2 {
      font-style: italic;
      color: #2c2d3a; }
  #events3 .calendar {
    width: 100%;
    table-layout: fixed;
    border: 0;
    text-align: left; }
  #events3 .calendar th {
    text-align: center;
    padding: 10px;
    line-height: 1.1;
    font-weight: 600; }
  #events3 .calendar td {
    text-align: left;
    padding: 3px;
    height: 75px;
    /* will grow ... not sure how, but it does */
    border: 1px solid;
    border-left: 0;
    border-top: 0;
    vertical-align: top; }
  #events3 .calendar td:first-child {
    border-left: 1px solid #999999; }
  #events3 .calendar td > a {
    /* this is the clickable number */
    font-weight: 700;
    text-decoration: none;
    line-height: 1.1;
    display: block;
    padding: 3px;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 5px; }
  #events3 #content .calendar td ul {
    margin: 0 0 0 3px;
    padding: 0;
    clear: both; }
  #events3 #content .calendar td ul li {
    font-size: .875em;
    list-style: none;
    margin: 0 0 .5em 0;
    padding: 0;
    line-height: 1.1em; }
  #events3 #content .calendar td ul li:before {
    display: none; }
  #events3 #featured-events {
    margin: 3em 0; }
    @media (min-width: 769px) {
      #events3 #featured-events {
        margin: 2em 0 0; } }
    #events3 #featured-events h3 {
      margin-top: .5em; }
    #events3 #featured-events .list-3 {
      align-items: center; }
  #events3 .list-3 article {
    margin: 1em 1.6667% 2em;
    max-width: none;
    width: 90%; }
    @media (min-width: 769px) {
      #events3 .list-3 article {
        width: 45.3333%; } }
    @media (min-width: 1024px) {
      #events3 .list-3 article {
        width: 30%; } }
  #events3 .featured-item {
    position: relative; }
    #events3 .featured-item .text-only {
      text-align: center;
      padding: 0.5em .5em 1em;
      overflow: hidden; }
      #events3 .featured-item .text-only .start-time {
        margin-bottom: 1em; }
        #events3 .featured-item .text-only .start-time .icon-calendar-full {
          padding-right: .5em;
          vertical-align: -1px; }
      #events3 .featured-item .text-only h3 {
        margin-bottom: 0; }
      #events3 .featured-item .text-only .event-times {
        margin-bottom: 1em; }
      #events3 .featured-item .text-only .event-desc {
        font-size: .85em; }
    #events3 .featured-item .image.hover {
      border: 9px solid #fafafa;
      border-radius: 0;
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      position: relative; }
      #events3 .featured-item .image.hover a {
        display: block;
        height: 100%; }
      #events3 .featured-item .image.hover img {
        overflow: hidden;
        display: block;
        width: 100%;
        height: auto;
        float: none;
        min-width: 0;
        margin: 0; }
      #events3 .featured-item .image.hover .tinted-overlay {
        position: absolute;
        background-color: #343542;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        opacity: 0.0;
        transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    #events3 .featured-item .ribbon {
      position: absolute;
      bottom: 25px;
      left: -8px;
      padding: .5em 1.5em;
      background-color: #db6353;
      color: #fafafa;
      transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      border-radius: 0; }
      #events3 .featured-item .ribbon span {
        padding-right: 4px;
        vertical-align: -2px; }
    #events3 .featured-item:hover .ribbon {
      background-color: #fafafa;
      color: #343542; }
    #events3 .featured-item:hover .image.hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
      #events3 .featured-item:hover .image.hover a, #events3 .featured-item:hover .image.hover img {
        opacity: 1.0; }
      #events3 .featured-item:hover .image.hover .tinted-overlay {
        opacity: 0.79; }
  #events3 #event-control-bar .ui-selectmenu-button {
    float: left;
    margin-right: 1em;
    margin-top: 1em; }
  #events3 #category-selector,
  #events3 #event_categories div {
    float: left; }
  #events3 #module-search {
    float: right;
    margin: 1em 0 0;
    width: 150px;
    height: 36px; }
    @media (min-width: 1024px) {
      #events3 #module-search {
        float: right;
        width: 180px; } }
  #events3 a {
    text-decoration: none; }
  #events3 .event h4 {
    margin-bottom: .25em; }
  #events3 #content #event-nav li {
    font-size: 1.25em; }
  #events3 .list-month-title {
    font-size: 1.375em; }
  #events3 .list-month-search h4 {
    margin-bottom: .25em; }
  #events3 .calendar th {
    font-size: 1em; }
    @media (max-width: 865px) {
      #events3 .calendar th {
        font-size: .85em; } }
  #events3 .calendar td {
    font-size: .875em; }
  #events3 .calendar td ul li {
    font-size: .75em; }
  #events3 .calendar-month {
    font-size: 1.375em; }
  #events3 p.list-time-day {
    font-size: 1.5em; }
  #events3 #content .featured-description p {
    font-size: .875em;
    margin: 0 !important; }
  #events3 .featured-start {
    margin-bottom: 5px; }
  #events3 #event-control-bar h3,
  #events3 #event-control-bar .event-list-title,
  #events3 .calendar-month,
  #events3 .list-month-title,
  #events3 .calendar td > a,
  #events3 .list-event-prev,
  #events3 .list-event-next,
  #events3 .calendar-prev,
  #events3 .calendar-next,
  #events3 #event-control-bar h3 span,
  #events3 .featured-start {
    color: #db6353; }
  #events3 #content #event-nav li a:hover {
    color: #3a8799; }
  #events3 #content #event-nav li.active a {
    color: #666666; }
  #events3 p.list-time-day {
    color: #666666; }
  #events3 .calendar th,
  #events3 .calendar td > a:hover,
  #events3 p.list-time-month {
    background-color: #3a8799; }
  #events3 p.list-time-day,
  #events3 p.list-time-month {
    border-color: #3a8799; }
  #events3 #event-control-bar {
    background: none; }
  #events3 .calendar th,
  #events3 .calendar td > a:hover,
  #events3 .list-time-month,
  #events3 .featured-description:hover p {
    color: #fafafa; }
  #events3 #content #event-nav {
    background-color: #fff; }
  #events3 .calendar td {
    border-color: #999999; }
  #events3 article.event-detail #eventimg img {
    width: 100%;
    margin: 1em 0 2em; }
  #events3 article.event-detail .time {
    margin-bottom: .5em;
    line-height: 1.3; }
  #events3 article.event-detail .meta {
    font-size: 1.25em;
    margin-bottom: .5em; }
  @media (max-width: 768px) {
    #events3 #content #event-nav ul {
      float: none; }
    #events3 #content #event-nav li {
      height: auto;
      line-height: 1.3em;
      text-align: center;
      width: 45%;
      padding: 2.5%;
      padding-top: 3%; }
    #events3 #content #event-nav li.featured.active,
    #events3 #content #event-nav li.active {
      background: 0; }
    #events3 #content #event-nav li a {
      display: inline-block; }
    #events3 .list-controls {
      width: 33%;
      min-width: 280px;
      top: 0;
      left: 0;
      padding-right: 20px;
      box-sizing: border-box; }
    #events3 #cal-responsive {
      display: block; }
    #events3 #cal-wrap {
      display: none; }
    #events3 .featured-event {
      width: 40%;
      margin: 0 5% 2% 5%; }
    #events3 .featured-event.end {
      margin: 0 5% 2% 5%; }
    #events3 .featured-description {
      display: none; }
    #events3 #event-control-bar {
      height: auto; }
    #events3 .content.view-calendar #event-control-bar {
      display: none; }
    #events3 #event-control-bar .event-right {
      float: none;
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 40px; }
    #events3 #category-selector {
      float: left;
      width: 45%; }
    #events3 select.sorter {
      width: 100%;
      font-size: .85em;
      padding: .5em;
      border: 1px solid #999999;
      background-color: #fafafa;
      height: 36px; }
    #events3 #module-search {
      width: 45%;
      margin: 0;
      height: 34px; }
    #events3 #content #event-nav li:last-child {
      display: none; }
    #events3 .floatleft {
      float: none;
      margin-bottom: 10px; } }

/* i19 - Blogs 2 */
#blogs2 {
  /** Detail and List - very similar **/
  /** Comments **/
  /* Sidebar - Blog Feed Section */
  /* Overrides - includes some repeats from above */
  /* border and meta bg */ }
  #blogs2 #blog-stage .grouping {
    /* Title for when filters are applied */
    text-align: left;
    padding: 0;
    margin-bottom: 1em;
    font-style: italic;
    font-weight: 700; }
  #blogs2 .filters {
    text-align: left; }
    #blogs2 .filters .ui-selectmenu-button {
      margin: 0 .5em 0 0; }
  #blogs2 .back {
    display: block;
    margin-bottom: 1em; }
    #blogs2 .back span {
      padding-right: 3px;
      vertical-align: -3px;
      font-size: 18px; }
  #blogs2 article.detail-item,
  #blogs2 article.list-item {
    margin-bottom: 2em; }
  #blogs2 article.detail-item .detail-item-content,
  #blogs2 article.list-item .list-item-content {
    padding: 1em 1.5em;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    background: #fafafa; }
    #blogs2 article.detail-item .detail-item-content p:last-child,
    #blogs2 article.list-item .list-item-content p:last-child {
      margin-bottom: 1em; }
  #blogs2 article.detail-item .detail-item-content img,
  #blogs2 article.list-item .list-item-content img {
    max-width: 100%;
    width: 100%; }
  #blogs2 .detail-item-header,
  #blogs2 .list-item-header {
    display: block;
    padding: .5em 1.5em;
    background-color: transparent;
    font-size: .85em;
    line-height: 24px;
    height: 24px;
    overflow: hidden; }
    #blogs2 .detail-item-header a,
    #blogs2 .list-item-header a {
      color: #db6353; }
  #blogs2 .detail-item-header time,
  #blogs2 .list-item-header time {
    float: left;
    text-align: left; }
  #blogs2 .blog-category {
    margin-left: .25em;
    float: left; }
    @media (max-width: 768px) {
      #blogs2 .blog-category {
        max-width: 130px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; } }
  #blogs2 .blog-comments {
    float: right;
    overflow: hidden; }
  #blogs2 .blog-comments a {
    display: block; }
    #blogs2 .blog-comments a .icon {
      font-size: 1.25em;
      vertical-align: -3px;
      padding-left: 4px; }
  #blogs2 .blogpost-header-image {
    text-align: center;
    margin: 1em 0; }
  #blogs2 div.meta {
    overflow: hidden;
    padding: .5em 1.5em;
    font-size: .85em;
    height: 24px;
    line-height: 24px;
    background-color: transparent; }
  #blogs2 .meta-left {
    float: left; }
  #blogs2 .tags {
    float: right; }
  #blogs2 .tags a {
    margin-left: 5px; }
  #blogs2 .comment-intro {
    padding: 1em 0;
    margin-bottom: 5em; }
  #blogs2 .comment-intro h2 {
    font-size: 1.5em;
    color: #db6353;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
    position: relative; }
    #blogs2 .comment-intro h2 .icon {
      position: absolute;
      left: -37%;
      top: -56px;
      font-size: 6em;
      color: #000000;
      opacity: 0.05;
      -moz-transform: scale(1, -1);
      -o-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
      transform: scale(-1, 1); }
  #blogs2 .comments {
    display: block;
    margin-bottom: 2em;
    margin-top: 3em; }
  #blogs2 .comments h2,
  #blogs2 .comment-login {
    float: left;
    margin-right: 10px; }
  #blogs2 .comment-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 1em; }
    #blogs2 .comment-item:last-of-type {
      margin-bottom: 0; }
  #blogs2 .comment-login {
    line-height: 32px; }
  #blogs2 .commenter-thumb {
    width: 64px;
    height: 64px;
    overflow: hidden;
    float: left;
    margin-right: -64px;
    display: none; }
  #blogs2 .comment {
    margin-left: 0;
    margin-bottom: 1em; }
  #blogs2 .comment-login {
    font-size: .875em; }
  #blogs2 .comment-header {
    line-height: 1.3;
    font-size: 1em;
    font-weight: 600;
    padding: .5em 1em;
    color: #fafafa;
    border: none;
    border-radius: 0; }
  #blogs2 .comment-body {
    padding: .5em 1em;
    background-color: #fafafa;
    border: none;
    border-radius: 0;
    font-size: 1em; }
    #blogs2 .comment-body p {
      margin-bottom: 1em; }
  #blogs2 .comments form {
    margin-left: 0;
    margin-top: 2em; }
  #blogs2 .comments form label {
    display: block;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 600;
    color: #3a8799;
    margin-bottom: .5em; }
  #blogs2 .commentName {
    margin-bottom: 1em; }
  #blogs2 .commentName input {
    margin-left: 1em;
    padding: .25em .5em;
    font-size: 1em;
    color: #343542;
    border: 1px solid #fafafa;
    width: 40%;
    min-width: 203px; }
  #blogs2 .comments form textarea#comment {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 1em;
    border: 1px solid #fafafa;
    border-radius: 0;
    font-size: 1em;
    color: #343542; }
  #blogs2 #comment-submit {
    font-size: 1.09375em;
    color: #fafafa;
    background-color: #db6353;
    padding: .65em 1.5em;
    text-transform: none;
    font-weight: 400;
    border: none; }
    #blogs2 #comment-submit:hover {
      background-color: #343542;
      cursor: pointer; }
  #blogs2 #sidebar .blog-feed p {
    padding: 1em 1.25em;
    font-size: .875em;
    margin-bottom: 0; }
  #blogs2 #sidebar .blog-feed .button {
    width: 100%;
    text-align: center;
    font-size: 1em;
    text-transform: none;
    color: #fafafa;
    background-color: #db6353;
    display: block;
    padding: .65em 0;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out; }
    #blogs2 #sidebar .blog-feed .button .icon {
      vertical-align: -1px;
      padding-left: .5em;
      font-weight: 600; }
    #blogs2 #sidebar .blog-feed .button:hover {
      background-color: #343542; }
  #blogs2 .detail-item-header,
  #blogs2 .list-item-header {
    /*bar at top */
    background-color: transparent;
    /* text color */
    color: #343542;
    /* accent color */ }
  #blogs2 #content .detail-item-header a,
  #blogs2 #content .list-item-header a {
    /*bar at top */
    color: #db6353; }
    #blogs2 #content .detail-item-header a:hover,
    #blogs2 #content .list-item-header a:hover {
      color: #3a8799; }
  #blogs2 .comment-header {
    /* comment info */
    color: #fafafa;
    background-color: #3a8799;
    /* text color */ }
  #blogs2 .comment-header span.commenter-name {
    color: #fafafa;
    /* accent color */ }
  #blogs2 .comment-body,
  #blogs2 div.meta {
    /* meta bar at bottom */ }

/* i20 - Giving 1 */
#giving1 .wrap {
  overflow: hidden; }
#giving1 #welcome {
  margin-bottom: 2.5em;
  overflow: hidden;
  margin-top: 3em; }
#giving1 #welcomeLeft {
  display: inline;
  width: 46%;
  margin-right: 4%;
  float: left;
  padding: 0; }
#giving1 #welcomeRight {
  width: 45%;
  margin: 0;
  display: inline;
  float: right; }
#giving1 #welcomeBG {
  margin-top: 2em;
  padding: 2em;
  background-color: #fafafa; }
#giving1 #welcomeBG > *:last-of-type {
  margin-bottom: 0; }
#giving1 #moreinfo {
  background-color: #fafafa;
  padding: 2em;
  border: 1px solid #e8e8e8;
  margin-bottom: 2em; }
#giving1 #moreinfo::after {
  content: '';
  display: block;
  width: 100%;
  clear: both; }
#giving1 #moreinfo #visit {
  text-align: center; }
#giving1 #moreinfo #visit::after {
  content: '';
  display: block;
  width: 100%;
  clear: both; }
#giving1 #moreinfo #tabs {
  margin: 0;
  text-align: center; }
#giving1 #moreinfo #tabs li {
  list-style: none;
  display: block;
  width: 50%;
  min-width: 158px;
  border: none;
  padding: 1em 2em;
  margin: .5em auto;
  cursor: pointer;
  background-color: #db6353;
  color: #fafafa;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  letter-spacing: .1em;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  #giving1 #moreinfo #tabs li:hover {
    background-color: #343542; }
  #giving1 #moreinfo #tabs li.active {
    background-color: #343542; }
  @media (min-width: 769px) {
    #giving1 #moreinfo #tabs li {
      display: inline-block;
      width: auto;
      min-width: 0;
      margin: .5em .75em 0;
      max-width: 19%; } }
#giving1 #moreinfo .tabContent {
  display: none;
  padding-top: 2em; }
#giving1 #moreinfo .tabContent.active {
  display: block; }
#giving1 #moreinfo .tabContent::after {
  content: '';
  display: block;
  width: 100%;
  clear: both; }
@media (max-width: 768px) {
  #giving1 #welcomeLeft {
    display: block;
    width: 100%;
    float: none; }
  #giving1 #welcomeRight {
    width: 66%;
    margin: auto;
    display: block;
    float: none; } }

  #giving1 .optional-content {
    margin-top: 3em;
  }

/* i21 - Colorbox */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 5px solid #2d2d2d;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(/_assets/img/colorbox/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(/_assets/img/colorbox/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: bottom center; }

/* i22 - Selectmenu */
.filters a {
  text-decoration: none; }

.ui-selectmenu-button {
  display: block;
  position: relative;
  width: 190px;
  height: auto;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  background: #343542;
  border: 0;
  border: none;
  border-radius: 0; }
  .ui-selectmenu-button span.ui-icon {
    display: none !important; }
  .ui-selectmenu-button:after {
    content: "\e900";
    font-size: 1.75em;
    color: #fafafa;
    font-family: 'Linearicons-Free' !important;
    top: 5px;
    right: 5px;
    position: absolute; }
  .ui-selectmenu-button span.ui-selectmenu-text {
    position: relative;
    display: block;
    line-height: 2.4em;
    padding: 0 1.75em 0 1em;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #fafafa;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom; }
  .ui-selectmenu-button span.icon-menu10 {
    font-size: 1em;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -.5em; }
  .ui-selectmenu-button.ui-selectmenu-button-open:after {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  .ui-selectmenu-button.ui-state-disabled {
    cursor: default;
    opacity: .5; }
    .ui-selectmenu-button.ui-state-disabled span.icon-down {
      display: none; }

.ui-selectmenu-menu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1em 0 0 0;
  display: none;
  z-index: 999; }

.ui-selectmenu-menu .ui-menu {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  width: 190px;
  max-width: 190px;
  max-height: 300px !important;
  list-style: none;
  background-color: #2c2d3a;
  border: 0; }
  .ui-selectmenu-menu .ui-menu li {
    margin: 0;
    padding: .75em .25em .75em 1.125em;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    line-height: 1.25;
    cursor: pointer;
    color: #fafafa;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
    .ui-selectmenu-menu .ui-menu li:hover {
      background-color: rgba(250, 250, 250, 0.15); }

.ui-selectmenu-open {
  display: block; }

/* i23 - Cycle2 */
.cycle-ss {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }
  .cycle-ss .slide {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none; }
    .cycle-ss .slide.first {
      display: block; }
  .cycle-ss a {
    display: block;
    width: 100%; }
    .cycle-ss a:hover {
      opacity: 1.0; }
  .cycle-ss img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0; }
  .cycle-ss .disabled {
    opacity: .5;
    filter: alpha(opacity=50); }

.cycle-pager {
  position: absolute;
  bottom: .5em;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  padding: 0;
  height: 24px;
  line-height: 24px; }
  @media (min-width: 425px) {
    .cycle-pager {
      bottom: 1em; } }
  @media (min-width: 1024px) {
    .cycle-pager {
      bottom: 2em; } }
  .cycle-pager span {
    font-size: 0;
    width: 11px;
    height: 11px;
    display: inline-block;
    background-color: #343542;
    border: 0;
    cursor: pointer;
    margin: 0 4px;
    opacity: 0.95;
    border-radius: 50%;
    transition: .3s; }
    @media (min-width: 425px) {
      .cycle-pager span {
        width: 14px;
        height: 14px; } }
    .cycle-pager span:hover {
      opacity: .5; }
    .cycle-pager span.cycle-pager-active {
      background-color: #fafafa;
      opacity: 1; }

.pager {
  display: none;
  visibility: hidden;
  position: absolute;
  font-size: 2em;
  top: 50%;
  margin-top: -.5em;
  color: #fafafa;
  z-index: 100;
  cursor: pointer;
  opacity: .5;
  transition: .3s; }
  @media (min-width: 1024px) {
    .pager {
      font-size: 3em; } }
  .pager:hover {
    opacity: 1; }

.pager-prev {
  left: .5em; }

.pager-next {
  right: .5em; }

.rotator {
  overflow: hidden;
  position: relative;
  padding-top: 67%;
  background: #343542; }
  @media (min-width: 600px) {
    .rotator {
      padding-top: 55%; } }
  @media (min-width: 769px) {
    .rotator {
      padding-top: 49%; } }
  @media (min-width: 1024px) {
    .rotator {
      padding-top: 42.9184549%; } }
  .rotator .loading {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 1998;
    width: 80px;
    height: auto; }
  .rotator a {
    display: block;
    text-decoration: none; }
  .rotator .cycle-ss {
    position: absolute;
    top: 0;
    left: 0;
    width: 100;
    height: 100%; }
    .rotator .cycle-ss .slide {
      height: 100%;
      text-align: center; }
      .rotator .cycle-ss .slide.playing .caption {
        display: none; }
      .rotator .cycle-ss .slide .image-slide.nolink:hover {
        cursor: default; }
      .rotator .cycle-ss .slide img {
        object-fit: cover !important;
        height: 100%; }
      .rotator .cycle-ss .slide .video {
        width: 100%;
        height: 100%; }
        .rotator .cycle-ss .slide .video video, .rotator .cycle-ss .slide .video iframe {
          height: 100%;
          width: 100%; }
      .rotator .cycle-ss .slide .caption {
        padding: 3em 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: center; }
        .rotator .cycle-ss .slide .caption .container {
          position: relative;
          top: 50%;
          padding: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .rotator .cycle-ss .slide .caption h1 {
          font-size: 1.5em;
          color: #fafafa;
          text-transform: uppercase;
          font-weight: 600;
          letter-spacing: .05em;
          line-height: 1.1;
          margin: 0 auto .55em; }
          .rotator .cycle-ss .slide .caption h1:first-child {
            margin: .35em auto; }
          @media (min-width: 425px) {
            .rotator .cycle-ss .slide .caption h1 {
              font-size: 2.25em; } }
          @media (min-width: 769px) {
            .rotator .cycle-ss .slide .caption h1 {
              font-size: 4em;
              margin: 0 auto .35em; } }
        .rotator .cycle-ss .slide .caption h4 {
          color: #fafafa;
          margin: 0 auto .1em;
          text-transform: none;
          font-size: 1.35em; }
          @media (min-width: 425px) {
            .rotator .cycle-ss .slide .caption h4 {
              font-size: 2.15em; } }
          @media (min-width: 769px) {
            .rotator .cycle-ss .slide .caption h4 {
              font-size: 2.75em; } }
        .rotator .cycle-ss .slide .caption .button-rotator {
          padding: .35em 1.5em .45em;
          background-color: #343542;
          color: #fafafa;
          border-radius: 2px;
          transition: all .25s ease-in-out;
          -moz-transition: all .25s ease-in-out;
          -webkit-transition: all .25s ease-in-out;
          display: inline;
          margin: .5em auto;
          line-height: 1.3;
          font-size: .95em;
          text-transform: none;
          border: 0;
          font-weight: normal; }
          .rotator .cycle-ss .slide .caption .button-rotator:hover {
            background-color: #fafafa;
            color: #343542;
            cursor: pointer; }
          @media (min-width: 769px) {
            .rotator .cycle-ss .slide .caption .button-rotator {
              font-size: 1.166666667em;
              padding: .5em 1.75em .6em; } }

.js-rotator .loading {
  display: none; }
@media (min-width: 769px) {
  .js-rotator #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-prev, .js-rotator #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-next {
    display: block; } }
.js-rotator .rotator {
  min-height: 0;
  height: auto; }
.js-rotator .cycle-ss {
  opacity: 1; }
.js-rotator .pager {
  display: block; }

@media (min-width: 1024px) {
  #billboard.full .rotator,
  #billboard.full .cycle-ss,
  #billboard.full .rotator .slide {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important; } }

.content-section .rotator-content .cycle-ss {
  overflow: visible; }
  .content-section .rotator-content .cycle-ss .cycle-prev, .content-section .rotator-content .cycle-ss .cycle-next {
    position: absolute;
    display: none;
    top: 46%;
    font-weight: 700;
    font-size: 1.5em;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    opacity: 1.0; }
    @media (min-width: 769px) {
      .content-section .rotator-content .cycle-ss .cycle-prev, .content-section .rotator-content .cycle-ss .cycle-next {
        display: block; } }
    .content-section .rotator-content .cycle-ss .cycle-prev svg .circle, .content-section .rotator-content .cycle-ss .cycle-next svg .circle {
      fill: #fff; }
    .content-section .rotator-content .cycle-ss .cycle-prev svg .arrow, .content-section .rotator-content .cycle-ss .cycle-next svg .arrow {
      fill: #343542;
      transition: fill .25s ease-in-out;
      -moz-transition: fill .25s ease-in-out;
      -webkit-transition: fill .25s ease-in-out; }
    .content-section .rotator-content .cycle-ss .cycle-prev:hover, .content-section .rotator-content .cycle-ss .cycle-next:hover {
      opacity: 1.0;
      cursor: pointer; }
      .content-section .rotator-content .cycle-ss .cycle-prev:hover svg .arrow, .content-section .rotator-content .cycle-ss .cycle-next:hover svg .arrow {
        fill: #3a8799; }
  .content-section .rotator-content .cycle-ss .cycle-prev {
    left: -2em; }
  .content-section .rotator-content .cycle-ss .cycle-next {
    right: -2em; }
  .content-section .rotator-content .cycle-ss .slide {
    border: 9px solid #fafafa;
    border-radius: 0;
    box-sizing: border-box; }
    .content-section .rotator-content .cycle-ss .slide a {
      height: 100%;
      width: 100%;
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out; }
      .content-section .rotator-content .cycle-ss .slide a:hover {
        opacity: 0.8; }

#content .page-rotator-wrap {
  margin: 2em auto;
  width: 100%; }
  @media (min-width: 769px) {
    #content .page-rotator-wrap {
      width: 85%; } }
  #content .page-rotator-wrap img.loading {
    margin-bottom: 0 !important;
    height: 300px;
    width: 100%; }
  #content .page-rotator-wrap .rotator-content {
    position: relative; }
    #content .page-rotator-wrap .rotator-content .cycle-ss {
      overflow: visible; }
      #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-prev, #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-next {
        position: absolute;
        display: none;
        top: 48%;
        font-weight: 700;
        font-size: 1.5em;
        color: #3a8799;
        transition: color .25s ease-in-out;
        -moz-transition: color .25s ease-in-out;
        -webkit-transition: color .25s ease-in-out; }
        #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-prev svg .circle, #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-next svg .circle {
          fill: #fff; }
        #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-prev svg .arrow, #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-next svg .arrow {
          fill: #343542;
          transition: fill .25s ease-in-out;
          -moz-transition: fill .25s ease-in-out;
          -webkit-transition: fill .25s ease-in-out; }
        #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-prev:hover, #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-next:hover {
          cursor: pointer; }
          #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-prev:hover svg .arrow, #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-next:hover svg .arrow {
            fill: #3a8799; }
      #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-prev {
        left: -2.5em; }
      #content .page-rotator-wrap .rotator-content .cycle-ss .cycle-next {
        right: -2.5em; }
      #content .page-rotator-wrap .rotator-content .cycle-ss .slide {
        border: 9px solid #fafafa;
        border-radius: 0;
        box-sizing: border-box; }
        #content .page-rotator-wrap .rotator-content .cycle-ss .slide img {
          margin-bottom: 0 !important; }
        #content .page-rotator-wrap .rotator-content .cycle-ss .slide a {
          height: 100%;
          width: 100%;
          transition: opacity .25s ease-in-out;
          -moz-transition: opacity .25s ease-in-out;
          -webkit-transition: opacity .25s ease-in-out; }
          #content .page-rotator-wrap .rotator-content .cycle-ss .slide a:hover {
            opacity: 0.8; }
        #content .page-rotator-wrap .rotator-content .cycle-ss .slide a:not([href]):hover {
          opacity: 1.0; }
    #content .page-rotator-wrap .rotator-content .cycle-pager {
      bottom: 2em; }

/* i24 - jqueryUI */
#content .ui-tabs-nav,
.content-section .ui-tabs-nav {
  margin: 0; }
  #content .ui-tabs-nav li,
  .content-section .ui-tabs-nav li {
    list-style: none; }

.ui-tabs {
  position: relative;
  padding: 0;
  margin: 2em 0 2em; }

.ui-tabs .ui-tabs-nav {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: left;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .ui-tabs .ui-tabs-nav {
      display: table; } }

.ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 100;
  border-radius: 0;
  border-right: 2px solid #fafafa; }
  @media (min-width: 1024px) {
    .ui-tabs .ui-tabs-nav li {
      display: table-cell; } }
  .ui-tabs .ui-tabs-nav li:last-child {
    border-right: none; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #343542;
  padding: 16px 8px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 0; }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
    opacity: 0.8; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #db6353;
  background-color: #fafafa; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
  background-color: #fafafa;
  border-radius: 0; }
  .ui-tabs .ui-tabs-panel p:last-child {
    margin-bottom: 0; }

.ui-accordion {
  border: 1px solid #e8e8e8;
  margin: 2em 0 2em; }

.ui-accordion-header {
  position: relative;
  margin: 0;
  font-size: 1em;
  padding: 1em 1.5em;
  color: #db6353;
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  transition: .3s; }
  .ui-accordion-header:hover {
    background-color: #fff; }
  .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    right: 1em;
    top: 4px;
    font-size: 1.75em; }
    .ui-accordion-header .ui-accordion-header-icon:before {
      font-family: "Linearicons-Free";
      content: "";
      font-size: 100%;
      font-style: normal !important;
      vertical-align: middle;
      font-weight: 400; }
  .ui-accordion-header.ui-accordion-header-active {
    color: #fafafa;
    background-color: #db6353;
    border-bottom-color: transparent; }
    .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
      content: "\f0a2";
      font-weight: 400; }

.ui-accordion-content {
  position: relative;
  padding: 20px;
  background-color: #fafafa; }
  .ui-accordion-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 3px;
    background-color: #fafafa; }

/* i25 - Containers */
.container {
  position: relative;
  width: 90%;
  max-width: 1010px;
  margin: 0 auto; }

.container-large {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto; }

.container-wide {
  position: relative;
  width: 90%;
  margin: 0 auto; }

.container-full {
  position: relative;
  width: 100%; }

#wrap {
  overflow: hidden; }

/* i26 - Fullscreen Overlay */
#fullscreen-overlay {
  opacity: 0.0;
  background: #171719;
  width: 100%;
  height: 100%;
  z-index: 9998;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  visibility: hidden;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out; }
  #fullscreen-overlay.showit {
    visibility: visible;
    opacity: 0.75; }

/* i27 - Tabs (AJAX approach) */
/*TABS SECTION*/
.section-tabs {
  overflow: hidden; }

#content .section-tabs nav ul {
  margin: 0; }

#content .section-tabs nav ul li {
  list-style: none; }

@media (min-width: 64em) {
  .section-tabs nav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; } }
.section-tabs nav ul li {
  position: relative;
  margin-bottom: 0px !important;
  padding-left: 0 !important; }
  .section-tabs nav ul li:last-of-type a {
    border-right: none !important;
    border-bottom: none !important; }

@media (min-width: 64em) {
  .section-tabs nav ul li {
    margin-bottom: 0 !important;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
.section-tabs nav ul li a {
  display: block;
  position: relative;
  padding: 1em .5em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.05);
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box; }

@media (min-width: 64em) {
  .section-tabs nav ul li a {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none; } }
.section-tabs nav ul li a span {
  position: relative;
  z-index: 100; }

.section-tabs nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

@media (min-width: 64em) {
  .section-tabs nav ul li a:before {
    display: none !important; } }
.section-tabs nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -200%;
  width: 100%;
  height: 100%;
  z-index: 1;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: auto;
  bottom: 0px; }

@media (min-width: 64em) {
  .section-tabs nav ul li a:after {
    top: auto;
    bottom: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%; } }
.section-tabs nav ul li a.active:after {
  height: 100%;
  top: auto;
  bottom: 0px; }

@media (min-width: 64em) {
  .section-tabs nav ul li a.active:after {
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg); } }
.section-tabs .section-tabs-wrap.loading {
  background-image: url(/_assets/img/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 350px; }

.section-tabs .section-tabs-wrap section {
  display: none;
  padding: 2em 1em; }

@media (min-width: 64em) {
  .section-tabs .section-tabs-wrap section {
    padding: 2em; } }
.section-tabs .section-tabs-wrap section .div-row {
  margin: 0; }

.section-tabs .section-tabs-wrap section p:last-child {
  margin-bottom: 0px; }

.section-tabs {
  margin: 2em 0; }

/*ACCORDION*/
.accordiontrigger {
  cursor: pointer; }

.js .accordionbellow {
  display: none;
  position: relative;
  -webkit-transition: max-height 700ms ease;
  -moz-transition: max-height 700ms ease;
  -o-transition: max-height 700ms ease;
  padding-bottom: 7px;
  border: none; }

.js .accordionbellow.active {
  border-bottom: 1px solid #e8e8e8; }

.accordiontrigger .accordionstatus {
  float: right; }

.accordiontrigger {
  padding: 1em 1.5em;
  margin: 0;
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1em; }

.accordiontrigger:last-of-type {
  margin-bottom: 2em; }

.accordiontrigger.active:last-of-type {
  margin-bottom: 0; }

.accordiontrigger.active {
  color: #fafafa;
  background-color: #db6353;
  border: none; }

.js .accordionbellow {
  padding: 1.5em;
  margin: 0;
  background-color: #fafafa; }

.accordiontrigger .accordionstatus > span {
  margin-top: -.5em;
  font-size: 1.5em;
  vertical-align: middle; }

.js .accordionbellow p:last-child {
  margin-bottom: 0px; }

.accordiontrigger .accordionstatus {
  margin-top: 5px; }

.accordiontrigger.active:last-of-type + .accordionbellow.active {
  margin-bottom: 2em; }

/*Gallert Monklet*/
.insert-gallery a { position: relative; display: block; overflow: hidden; background-color: #252525; }

.insert-gallery a:after { font-family: "Linearicons-Free"; content: "\e827"; display: inline-block; font: normal normal normal 14px/1 Linearicons-Free; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; left: 50%; top: 50%; font-size: 24px; margin-left: -12px; margin-top: -12px; color: #fff; transition: .3s; opacity: 0; visibility: hidden; }

.insert-gallery a:hover:after { opacity: 1; visibility: visible; }

.insert-gallery a:hover img { opacity: .25; -webkit-transform: scale(1.1); transform: scale(1.1); }

.insert-gallery a img { margin: 0!important; display: block; width: 100%; height: auto; opacity: 1; transition: .3s; -webkit-transform: scale(1); transform: scale(1); }

/*! lightgallery - v1.6.0 - 2017-08-08 http://sachinchoolur.github.io/lightGallery/ Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face { font-family: 'lg'; src: url("/_assets/fonts/lightgallery/fonts/lg.eot?n1z373"); src: url("/_assets/fonts/lightgallery/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/_assets/fonts/lightgallery/fonts/lg.woff?n1z373") format("woff"), url("/_assets/fonts/lightgallery/fonts/lg.ttf?n1z373") format("truetype"), url("/_assets/fonts/lightgallery/fonts/lg.svg?n1z373#lg") format("svg"); font-weight: normal; font-style: normal; }

.lg-icon { font-family: 'lg'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev { background-color: rgba(0, 0, 0, 0.45); border-radius: 2px; color: #999; cursor: pointer; display: block; font-size: 22px; margin-top: -10px; padding: 8px 10px 9px; position: absolute; top: 50%; z-index: 6080; border: none; outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled { pointer-events: none; opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover { color: #FFF; }

.lg-actions .lg-next { right: 20px; }

.lg-actions .lg-next:before { content: "\e095"; }

.lg-actions .lg-prev { left: 20px; }

.lg-actions .lg-prev:after { content: "\e094"; }

@-webkit-keyframes lg-right-end { 0% { left: 0; }
  50% { left: -30px; }
  100% { left: 0; } }

@keyframes lg-right-end { 0% { left: 0; }
  50% { left: -30px; }
  100% { left: 0; } }

@-webkit-keyframes lg-left-end { 0% { left: 0; }
  50% { left: 30px; }
  100% { left: 0; } }

@keyframes lg-left-end { 0% { left: 0; }
  50% { left: 30px; }
  100% { left: 0; } }

.lg-outer.lg-right-end .lg-object { -webkit-animation: lg-right-end 0.3s; animation: lg-right-end 0.3s; position: relative; }

.lg-outer.lg-left-end .lg-object { -webkit-animation: lg-left-end 0.3s; animation: lg-left-end 0.3s; position: relative; }

.lg-toolbar { z-index: 6082; left: 0; position: absolute; top: 0; width: 100%; background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon { color: #999; cursor: pointer; float: right; font-size: 24px; height: 47px; line-height: 27px; padding: 10px 0; text-align: center; width: 50px; text-decoration: none !important; outline: medium none; transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover { color: #FFF; }

.lg-toolbar .lg-close:after { content: "\e070"; }

.lg-toolbar .lg-download:after { content: "\e0f2"; }

.lg-sub-html { background-color: rgba(0, 0, 0, 0.45); bottom: 0; color: #EEE; font-size: 16px; left: 0; padding: 10px 40px; position: fixed; right: 0; text-align: center; z-index: 6080; }

.lg-sub-html h4 { margin: 0; font-size: 13px; font-weight: bold; }

.lg-sub-html p { font-size: 12px; margin: 5px 0 0; }

#lg-counter { color: #999; display: inline-block; font-size: 16px; padding-left: 20px; padding-top: 12px; vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next { opacity: 1; transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev { opacity: 0; -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next { opacity: 0; -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar { opacity: 0; -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object { -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); opacity: 0; transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important; transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }

.lg-outer .lg-thumb-outer { background-color: #0D0A0A; bottom: 0; position: absolute; width: 100%; z-index: 6080; max-height: 350px; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item { cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item { cursor: move; cursor: -webkit-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb { transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer { -webkit-transform: translate3d(0, 0%, 0); transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb { padding: 10px 0; height: 100%; margin-bottom: -5px; }

.lg-outer .lg-thumb-item { border-radius: 5px; cursor: pointer; float: left; overflow: hidden; height: 100%; border: 2px solid #FFF; border-radius: 4px; margin-bottom: 5px; }

@media (min-width: 1025px) { .lg-outer .lg-thumb-item { transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #a90707; }

.lg-outer .lg-thumb-item img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item { padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item { padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html { transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html { bottom: 100px; }

.lg-outer .lg-toogle-thumb { background-color: #0D0A0A; border-radius: 2px 2px 0 0; color: #999; cursor: pointer; font-size: 24px; height: 39px; line-height: 27px; padding: 5px 0; position: absolute; right: 20px; text-align: center; top: -39px; width: 50px; }

.lg-outer .lg-toogle-thumb:after { content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover { color: #FFF; }

.lg-outer .lg-video-cont { display: inline-block; vertical-align: middle; max-width: 1140px; max-height: 100%; width: 100%; padding: 0 5px; }

.lg-outer .lg-video { width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative; }

.lg-outer .lg-video .lg-object { display: inline-block; position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

.lg-outer .lg-video .lg-video-play { width: 84px; height: 59px; position: absolute; left: 50%; top: 50%; margin-left: -42px; margin-top: -30px; z-index: 6080; cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play { background: url("/_assets/img/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play { background: url("/_assets/img/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play { background: transparent url("/_assets/img/lightgallery/video-play.png") no-repeat scroll 0 0; height: 64px; margin-left: -32px; margin-top: -32px; width: 64px; opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play { opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play { background: url("/_assets/img/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play { background: url("/_assets/img/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }

.lg-outer .lg-has-video .lg-video-object { visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play { display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object { visibility: visible; }

.lg-progress-bar { background-color: #333; height: 5px; left: 0; position: absolute; top: 0; width: 100%; z-index: 6083; opacity: 0; transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress { background-color: #a90707; height: 5px; width: 0; }

.lg-progress-bar.lg-start .lg-progress { width: 100%; }

.lg-show-autoplay .lg-progress-bar { opacity: 1; }

.lg-autoplay-button:after { content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after { content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image { transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important; transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important; transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

#lg-zoom-in:after { content: "\e311"; }

#lg-actual-size { font-size: 20px; }

#lg-actual-size:after { content: "\e033"; }

#lg-zoom-out { opacity: 0.5; pointer-events: none; }

#lg-zoom-out:after { content: "\e312"; }

.lg-zoomed #lg-zoom-out { opacity: 1; pointer-events: auto; }

.lg-outer .lg-pager-outer { bottom: 60px; left: 0; position: absolute; right: 0; text-align: center; z-index: 6080; height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont { overflow: visible; }

.lg-outer .lg-pager-cont { cursor: pointer; display: inline-block; overflow: hidden; position: relative; vertical-align: top; margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager { box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont { background-color: #fff; color: #FFF; bottom: 100%; height: 83px; left: 0; margin-bottom: 20px; margin-left: -60px; opacity: 0; padding: 5px; position: absolute; width: 120px; border-radius: 3px; transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s; transition: opacity 0.15s ease 0s, transform 0.15s ease 0s; transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s; -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img { width: 100%; height: 100%; }

.lg-outer .lg-pager { background-color: rgba(255, 255, 255, 0.5); border-radius: 50%; box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset; display: block; height: 12px; transition: box-shadow 0.3s ease 0s; width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus { box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px dashed; bottom: -10px; display: inline-block; height: 0; left: 50%; margin-left: -5px; position: absolute; vertical-align: middle; width: 0; }

.lg-fullscreen:after { content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after { content: "\e20d"; }

.lg-outer #lg-dropdown-overlay { background-color: rgba(0, 0, 0, 0.25); bottom: 0; cursor: default; left: 0; position: fixed; right: 0; top: 0; z-index: 6081; opacity: 0; visibility: hidden; transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay { transition-delay: 0s; -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1; visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share { color: #FFF; }

.lg-outer .lg-dropdown { background-color: #fff; border-radius: 2px; font-size: 14px; list-style-type: none; margin: 0; padding: 10px 0; position: absolute; right: 0; text-align: left; top: 50px; opacity: 0; visibility: hidden; -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after { content: ""; display: block; height: 0; width: 0; position: absolute; border: 8px solid transparent; border-bottom-color: #FFF; right: 16px; top: -16px; }

.lg-outer .lg-dropdown > li:last-child { margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon { color: #333; }

.lg-outer .lg-dropdown a { color: #333; display: block; white-space: pre; padding: 4px 12px; font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; }

.lg-outer .lg-dropdown a:hover { background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text { display: inline-block; line-height: 1; margin-top: -3px; vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon { color: #333; display: inline-block; float: none; font-size: 20px; height: auto; line-height: 1; margin-right: 8px; padding: 0; vertical-align: middle; width: auto; }

.lg-outer #lg-share { position: relative; }

.lg-outer #lg-share:after { content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon { color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after { content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon { color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after { content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon { color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after { content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon { color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after { content: "\e903"; }

.lg-group:after { content: ""; display: table; clear: both; }

.lg-outer { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999; text-align: left; opacity: 0; transition: opacity 0.15s ease 0s; }

.lg-outer * { box-sizing: border-box; }

.lg-outer.lg-visible { opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current { transition-duration: inherit !important; transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current { transition-duration: 0s !important; opacity: 1; }

.lg-outer.lg-grab img.lg-object { cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }

.lg-outer.lg-grabbing img.lg-object { cursor: move; cursor: -webkit-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; }

.lg-outer .lg { height: 100%; width: 100%; position: relative; overflow: hidden; margin-left: auto; margin-right: auto; max-width: 100%; max-height: 100%; }

.lg-outer .lg-inner { width: 100%; height: 100%; position: absolute; left: 0; top: 0; white-space: nowrap; }

.lg-outer .lg-item { background: url("/_assets/img/lightgallery/loading.gif") no-repeat scroll center center transparent; display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide { display: inline-block !important; }

.lg-outer.lg-css .lg-current { display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap { display: inline-block; text-align: center; position: absolute; width: 100%; height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

.lg-outer .lg-img-wrap { position: absolute; padding: 0 5px; left: 0; right: 0; top: 0; bottom: 0; }

.lg-outer .lg-item.lg-complete { background-image: none; }

.lg-outer .lg-item.lg-current { z-index: 6060; }

.lg-outer .lg-image { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; width: auto !important; height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play { opacity: 0; transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play { opacity: 1; }

.lg-outer .lg-empty-html { display: none; }

.lg-outer.lg-hide-download #lg-download { display: none; }

.lg-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; background-color: #000; opacity: 0; transition: opacity 0.15s ease 0s; }

.lg-backdrop.in { opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current { transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item { -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item { -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item { opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current { opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current { transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item { opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current { transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item { opacity: 0; position: absolute; left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide { left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide { left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current { left: 0; opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current { transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }


/*Grid System for Gallery Plugin*/
.row { display: -webkit-box; display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }

@media (min-width: 576px) { .row { margin-right: -15px; margin-left: -15px; } }

@media (min-width: 768px) { .row { margin-right: -15px; margin-left: -15px; } }

@media (min-width: 992px) { .row { margin-right: -15px; margin-left: -15px; } }

@media (min-width: 1200px) { .row { margin-right: -15px; margin-left: -15px; } }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }

@media (min-width: 576px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } }

@media (min-width: 768px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } }

@media (min-width: 992px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } }

@media (min-width: 1200px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } }

.col { flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -webkit-box-flex: 0; flex: 0 0 auto; width: auto; }

.col-1 { -webkit-box-flex: 0; flex: 0 0 8.33333%; max-width: 8.33333%; }

.col-2 { -webkit-box-flex: 0; flex: 0 0 16.66667%; max-width: 16.66667%; }

.col-3 { -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }

.col-4 { -webkit-box-flex: 0; flex: 0 0 33.33333%; max-width: 33.33333%; }

.col-5 { -webkit-box-flex: 0; flex: 0 0 41.66667%; max-width: 41.66667%; }

.col-6 { -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }

.col-7 { -webkit-box-flex: 0; flex: 0 0 58.33333%; max-width: 58.33333%; }

.col-8 { -webkit-box-flex: 0; flex: 0 0 66.66667%; max-width: 66.66667%; }

.col-9 { -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }

.col-10 { -webkit-box-flex: 0; flex: 0 0 83.33333%; max-width: 83.33333%; }

.col-11 { -webkit-box-flex: 0; flex: 0 0 91.66667%; max-width: 91.66667%; }

.col-12 { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }

@media (min-width: 576px) { .col-sm { flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -webkit-box-flex: 0; flex: 0 0 auto; width: auto; }
  .col-sm-1 { -webkit-box-flex: 0; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-sm-2 { -webkit-box-flex: 0; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-sm-3 { -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -webkit-box-flex: 0; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-sm-5 { -webkit-box-flex: 0; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-sm-6 { -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -webkit-box-flex: 0; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-sm-8 { -webkit-box-flex: 0; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-sm-9 { -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -webkit-box-flex: 0; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-sm-11 { -webkit-box-flex: 0; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-sm-12 { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) { .col-md { flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -webkit-box-flex: 0; flex: 0 0 auto; width: auto; }
  .col-md-1 { -webkit-box-flex: 0; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-md-2 { -webkit-box-flex: 0; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-md-3 { -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -webkit-box-flex: 0; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-md-5 { -webkit-box-flex: 0; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-md-6 { -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -webkit-box-flex: 0; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-md-8 { -webkit-box-flex: 0; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-md-9 { -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -webkit-box-flex: 0; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-md-11 { -webkit-box-flex: 0; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-md-12 { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .col-lg { flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -webkit-box-flex: 0; flex: 0 0 auto; width: auto; }
  .col-lg-1 { -webkit-box-flex: 0; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-lg-2 { -webkit-box-flex: 0; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-lg-3 { -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -webkit-box-flex: 0; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-lg-5 { -webkit-box-flex: 0; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-lg-6 { -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -webkit-box-flex: 0; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-lg-8 { -webkit-box-flex: 0; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-lg-9 { -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -webkit-box-flex: 0; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-lg-11 { -webkit-box-flex: 0; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-lg-12 { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 1200px) { .col-xl { flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -webkit-box-flex: 0; flex: 0 0 auto; width: auto; }
  .col-xl-1 { -webkit-box-flex: 0; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-xl-2 { -webkit-box-flex: 0; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-xl-3 { -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -webkit-box-flex: 0; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-xl-5 { -webkit-box-flex: 0; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-xl-6 { -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -webkit-box-flex: 0; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-xl-8 { -webkit-box-flex: 0; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-xl-9 { -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -webkit-box-flex: 0; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-xl-11 { -webkit-box-flex: 0; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-xl-12 { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }
/*END Grid System for Gallery Plugin*/

/*******************************
 * ALERT BAR 2
 *******************************/
 
.alertbar-wrap.alertB3 {
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 0 5%;
}

@media only screen and (max-width: 768px) {
  .alertbar-wrap.alertB3 {
    margin-bottom: 1em;
  }
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-desc,
.alertB3 .alertbar-link {
  margin: .5rem 0;
}

@media only screen and (min-width: 960px) {
  .alertB3 .alertbar-title,
  .alertB3 .alertbar-desc,
  .alertB3 .alertbar-link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5rem;
  }
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-link {
  font-weight: 700;
}

.alertB3 .alertbar-title i {
  display: inline-block;
  margin-right: .5rem;
}

.alertB3 .alertbar-title span {
  display: inline-block;
}

.alertB3 .alertbar-link a {
  transition: .3s;
}

/*overrides*/
.alertbar-wrap.alertB3 {
  background-color: #1293aa;
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-link {
  color: #efa837;
}

.alertB3 .alertbar-desc {
  color: #ffffff !important;/*may not need important, but used for layout site..try and use your site defaults*/
}

.alertB3 .alertbar-link a:hover {
  color: #ffffff;
}

.alertbar-wrap.alertB3 > a {
  display: block;
  width: 100%;
  padding: .5rem 0;
}

/* homepage */
.content-section.hasform #newsletter fieldset,
#csec-home-newsletter-signup .monkForm fieldset {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
#csec-home-newsletter-signup .monkForm fieldset p.data {
    display: flex;
}
#csec-home-newsletter-signup .monkForm fieldset input {
    width: initial;
}