/*!
 * SASS CONCATENATED USING GULP AND LARAVEL ELIXIR
 *
 * If you have any questions, email or chat Scott Beatty - scott@monkdevelopment.com
 */
/*
- - - - CSS SITEMAP - - - -
i01 - Base
i02 - Reset & Helpers
i03 - Grid
i04 - Typography
i05 - Forms
i06 - Filters
i07 - Header
i08 - Nav
i09 - Billboard
i10 - Content
i11 - Sections
i12 - Widgets
i13 - Footer
i14 - Colorbox
i15 - Cycle2
i16 - jqueryUI
i17 - Containers
*/
/* i01 - Base */
/*
---note: these are common colors.  designer may use some one off colors in layouts, etc.

$white: #ffffff;
$black: #000000;
$dark: #181f2a;
$altdark: #212832;
$red: #dd4c1a;
$orange: #feae5d;
$lightorange: #f4c154;
$blue: #a9b4b8;
$light: #f1f6f8;

*/
/* 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%;
}

body {
  font: 16px/1 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body div#mcms_easy_edit_toggle {
  top: 75px !important; /* Moved down, beneath the main menu toggle */
}

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, .list-2::after,
.list-3::after,
.list-4::after,
.list-5::after,
.list-6::after, .filters::after, #header .header::after, .container::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: 768px) {
  .div-row {
    margin-bottom: 1.5em;
  }
}
.div-row .div-col {
  float: none;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
}
@media (min-width: 768px) {
  .div-row .div-col {
    float: left;
    margin: 0 0 0 4%;
  }
}
@media (min-width: 768px) {
  .div-row .div-col:first-child {
    margin-left: 0 !important;
  }
}
.div-row .div-col p:last-child {
  margin: 0;
}

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

@media (min-width: 768px) {
  .div-row.one-third .div-col {
    width: 30.66666666666667%;
  }
}

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

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

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

.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%;
}
.div-embed video {
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}

.list-2 article {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .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: 768px) {
  .list-2.full article {
    width: 50%;
    margin-left: 0;
  }
}

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

.list-3 article {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .list-3 article {
    float: left;
    width: 31.33333333333333%;
    margin-left: 3%;
  }
}
.list-3 article:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.list-3.full article {
  margin: 0;
}
@media (min-width: 768px) {
  .list-3.full article {
    width: 33.33333333333333%;
    margin-left: 0;
  }
}

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

.list-4 article {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .list-4 article {
    width: 22%;
    margin-left: 4%;
  }
}
@media (min-width: 768px) {
  .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: 768px) {
  .list-4.full article {
    width: 25%;
    margin-left: 0;
  }
}

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

.list-5 article {
  margin-bottom: 2em;
}
@media (min-width: 1028px) {
  .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: 1028px) {
  .list-5.full article {
    width: 20%;
    margin-left: 0;
  }
}

@media (min-width: 1028px) {
  .flexbox .list-5 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1028px) {
  .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: 1028px) {
  .list-6 article {
    float: left;
    width: 15%;
    margin-left: 2%;
  }
}
.list-6 article:nth-child(6n+1) {
  clear: left;
  margin-left: 0;
}
.list-6.full article {
  margin: 0;
}
@media (min-width: 1028px) {
  .list-6.full article {
    width: 16.66666666666667%;
    margin-left: 0;
  }
}

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

@media (min-width: 1028px) {
  .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: #000000;
  font-style: normal;
  font-weight: normal;
}

a {
  font-weight: 700;
  color: #dd4c1a;
  text-decoration: none;
}
a:hover {
  color: #f4c154;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181f2a;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 .4em 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: .75em;
  vertical-align: .06em;
  margin: 0 .02em;
}

h1 {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.125em;
  }
}

h2 {
  position: relative;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3.125em;
  }
}

h1,
h2 {
  margin-bottom: 1.5em;
}
h1:after,
h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.5em;
  width: 40px;
  height: 2px;
  background-color: #f4c154;
}
h1.sec-title,
h2.sec-title {
  text-align: center;
  margin-bottom: 1.5em;
}
h1.sec-title:after,
h2.sec-title:after {
  left: 50%;
  margin-left: -20px;
}
h1.nofancy,
h2.nofancy {
  margin-bottom: .4em;
}
h1.nofancy:after,
h2.nofancy:after {
  display: none;
}

h3 {
  font-size: 1.75em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2em;
  }
}

h4 {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.75em;
  }
}

h5 {
  font-size: 1.375em;
}

h6 {
  text-transform: uppercase;
  font-size: 1em;
}

p {
  line-height: 1.5em;
  margin: 0 0 2em 0;
}
@media (min-width: 768px) {
  p {
    font-size: 1.25em;
  }
}
p [class^="icon-"], p [class*=" icon-"] {
  display: inline-block;
  vertical-align: -.01em;
  margin: 0;
}
@media (min-width: 768px) {
  p.description {
    font-size: 1.125em;
  }
}

#content ul,
.content-section ul {
  margin: 0 0 1.5em 3em;
}
#content ul li,
.content-section ul li {
  list-style: disc;
  line-height: 1.2em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #content ul li,
  .content-section ul li {
    font-size: 1.25em;
  }
}
#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.media,
.content-section ul.media {
  margin: 0;
}
#content ul.media li,
.content-section ul.media li {
  list-style: none;
  list-style-type: none;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 768px) {
  #content ul.media li,
  .content-section ul.media li {
    display: inline-block;
    margin-right: .5em;
  }
}
#content ol,
.content-section ol {
  margin: 0 0 1.5em 3em;
}
#content ol li,
.content-section ol li {
  list-style: decimal;
  line-height: 1.2em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #content ol li,
  .content-section ol li {
    font-size: 1.25em;
  }
}
#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 {
  display: block;
  position: relative;
  margin: 1.75em 0;
  padding: 1em;
  text-align: center;
  font-size: 1.75em;
  color: #181f2a;
  font-weight: 700;
  line-height: 1.6em;
  font-style: normal;
  border: 0;
}
blockquote:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background-color: #f4c154;
}
blockquote p {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

.button,
[class^="button-"],
.rsvp a,
.monkForm input[type=submit],
.rotator-button,
#content ul.media li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: .8em 1em;
  margin: .5em 0 0 0;
  line-height: 1.125em;
  text-decoration: none !important;
  text-align: center;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  transition: .3s;
}
.button:hover,
[class^="button-"]:hover,
.rsvp a:hover,
.monkForm input[type=submit]:hover,
.rotator-button:hover,
#content ul.media li a:hover {
  border-radius: 1em 0 1em 0;
}
@media (min-width: 768px) {
  .button,
  [class^="button-"],
  .rsvp a,
  .monkForm input[type=submit],
  .rotator-button,
  #content ul.media li a {
    font-size: 20px;
    margin: .5em 0 0 1em;
  }
}
@media (min-width: 768px) {
  .button:first-child,
  [class^="button-"]:first-child,
  .rsvp a:first-child,
  .monkForm input[type=submit]:first-child,
  .rotator-button:first-child,
  #content ul.media li a:first-child {
    margin-left: 0;
  }
}
.button [class^="icon-"], .button [class*=" icon-"],
[class^="button-"] [class^="icon-"],
[class^="button-"] [class*=" icon-"],
.rsvp a [class^="icon-"],
.rsvp a [class*=" icon-"],
.monkForm input[type=submit] [class^="icon-"],
.monkForm input[type=submit] [class*=" icon-"],
.rotator-button [class^="icon-"],
.rotator-button [class*=" icon-"],
#content ul.media li a [class^="icon-"],
#content ul.media li a [class*=" icon-"] {
  display: inline-block;
  font-size: 16px;
  margin: 0 .35em;
  color: #dd4c1a;
}

.button-small,
.rotator-button {
  padding: 0;
  border-radius: 0 !important;
  color: #000000;
}
.button-small:hover,
.rotator-button:hover {
  color: #f4c154;
}

.button,
.rsvp a,
.monkForm input[type=submit],
#content ul.media li a {
  color: #ffffff;
  background-color: #feae5d;
}
.button:hover,
.rsvp a:hover,
.monkForm input[type=submit]:hover,
#content ul.media li a:hover {
  color: #ffffff;
  background-color: #f4c154;
}

.button-two {
  color: #ffffff;
  background-color: #dd4c1a;
}
.button-two:hover {
  color: #ffffff;
  background-color: #f4c154;
}

.button-three {
  color: #ffffff;
  background-color: #181f2a;
}
.button-three:hover {
  color: #ffffff;
  background-color: #f4c154;
}

.button-large {
  color: #ffffff;
  background-color: #feae5d;
  padding: 1.2em 1.45em;
}
@media (min-width: 768px) {
  .button-large {
    font-size: 22px;
  }
}
.button-large:hover {
  color: #ffffff;
  background-color: #f4c154;
}

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

.div-callout {
  text-align: center;
  padding: 1.5em;
  border-radius: 3em 0 3em 0;
  margin: 1.75em 0;
  background-color: #dd4c1a;
}
@media (min-width: 768px) {
  .div-callout {
    padding: 3em;
  }
}
.div-callout p:last-of-type {
  margin: 0;
}

table {
  margin: 0 0 40px 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: 1028px) {
  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 {
  clear: both;
  text-align: center;
  padding: 0;
  line-height: 1;
  margin: 2em 0;
}
#pagination a,
.pagination a {
  display: inline-block;
  margin: 0 .25em;
  line-height: 1.3;
  font-weight: 900;
  padding: .25em;
}
#pagination #current,
#pagination .current,
.pagination #current,
.pagination .current {
  color: #dd4c1a;
}
#pagination #off,
.pagination #off {
  cursor: default;
  opacity: .2;
  display: none;
}

.share {
  clear: both;
  padding: 2em 0;
  margin-top: 2em;
  text-align: right;
}
.share h5 {
  display: inline-block;
  margin: 0;
}
.share a {
  display: inline-block;
  margin: 0 .25em;
  color: #feae5d;
}
.share a:hover {
  color: #dd4c1a;
}
.share a span {
  font-size: 1.5em;
}

.loading {
  position: relative;
  min-height: 10em;
}
@media (min-width: 768px) {
  .loading {
    min-height: 15em;
  }
}
.loading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(/_assets/img/loaders/preloader.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px 64px;
}
.loading.transparent:after {
  background-color: transparent;
}

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

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

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

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

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;
}

.dark,
.div-callout {
  color: #ffffff;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark blockquote,
.div-callout h1,
.div-callout h2,
.div-callout h3,
.div-callout h4,
.div-callout h5,
.div-callout h6,
.div-callout blockquote {
  color: #ffffff;
}
.dark .button-small,
.dark .rotator-button,
.div-callout .button-small,
.div-callout .rotator-button {
  color: #ffffff;
}
.dark .button-small:hover,
.dark .rotator-button:hover,
.div-callout .button-small:hover,
.div-callout .rotator-button:hover {
  color: #f4c154;
}
.dark .button-three,
.div-callout .button-three {
  background-color: #212832;
}
.dark .button-three:hover,
.div-callout .button-three:hover {
  background-color: #f4c154;
}

/* i05 - Forms */
.monkForm {
  margin: 2em 0;
  padding: 0 40px 40px 40px;
  color: #000000;
  background-color: #f1f6f8;
}
.monkForm p {
  margin: 0;
  font-size: 1em;
}
.monkForm p.error {
  font-size: .875em;
  color: #dd4c1a;
}
.monkForm fieldset > legend {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 0;
  text-align: left;
  font-size: 2em;
  margin-bottom: .25em;
  background-color: #a9b4b8;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.75em;
}
@media (min-width: 768px) {
  .monkForm fieldset > legend {
    font-size: 2em;
  }
}
.monkForm fieldset > legend:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #a9b4b8;
}
.monkForm fieldset > legend:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #a9b4b8;
}
.monkForm fieldset fieldset > legend {
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 0;
  margin-bottom: .125em;
  border: 0;
  background-color: transparent !important;
  text-align: left;
  color: #181f2a;
  font-weight: 400;
  margin-bottom: .25em;
  font-size: 1.375em;
}
.monkForm fieldset fieldset > legend:after, .monkForm fieldset fieldset > legend:before {
  display: none;
}
.monkForm fieldset fieldset > legend:not(.heading) {
  text-align: left;
  font-weight: 400;
  font-size: 1.375em;
}
.monkForm .section {
  margin-bottom: 1.25em !important;
  padding: 0;
}
.monkForm .section p {
  text-transform: uppercase;
  font-size: 1em;
}
.monkForm .heading {
  display: block;
  line-height: 1.125em;
  margin-bottom: .5em;
  color: #181f2a;
  font-weight: 400 !important;
  font-size: 1.375em;
}
@media (min-width: 768px) {
  .monkForm p.description {
    font-size: 1.25em;
  }
}
.monkForm div.divider {
  position: relative;
  margin-bottom: 2em;
  padding: 1em 0;
  border-bottom: 2px solid #f1f6f8;
  text-align: left;
}
.monkForm div.divider .heading {
  color: #181f2a;
  font-weight: 400;
  font-size: 1.375em;
}
.monkForm div.divider div.description {
  padding: 0;
}
@media (min-width: 768px) {
  .monkForm div.divider div.description p {
    font-size: 1.25em;
  }
}
.monkForm .asterisk {
  color: #dd4c1a;
}
.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.25em;
}
.monkForm div {
  text-align: left;
  padding: 0;
}
.monkForm div input,
.monkForm div textarea,
.monkForm div select {
  display: inline-block;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  padding: .8em .75em;
  margin-bottom: .5em;
  outline: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 70%;
  vertical-align: baseline;
}
@media (min-width: 1028px) {
  .monkForm div input,
  .monkForm div textarea,
  .monkForm div select {
    width: auto;
  }
}
.monkForm div input,
.monkForm div textarea {
  color: #000000;
  background-color: #ffffff;
  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 {
  padding: 2px;
  width: auto;
}
@media (min-width: 1028px) {
  .monkForm .phone input {
    padding: .75em;
  }
}
.monkForm .address .ui-selectmenu-button {
  top: 1.125em;
}
.monkForm .address input {
  margin-bottom: 1em;
}
.monkForm .address input[id*="_zip"] {
  width: auto;
  display: inline-block;
  max-width: 90px;
}
.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 input {
  font-weight: 400;
  background-color: transparent !important;
  padding: 5px;
  font-size: .875em;
  border: 2px solid #a9b4b8;
}
@media (min-width: 768px) {
  .monkForm .file input {
    padding: 20px;
  }
}
.monkForm .ui-selectmenu-button {
  display: inline-block;
  margin: 0;
  vertical-align: baseline;
}
.monkForm .address .ui-selectmenu-button {
  display: inline-block;
  width: 100px !important;
  margin-bottom: 0;
}
@media (min-width: 1028px) {
  .monkForm .address .ui-selectmenu-button {
    display: inline-block;
    width: 125px !important;
    margin-bottom: 0;
  }
}
.monkForm .date .ui-selectmenu-button {
  width: 100px !important;
}
.monkForm input[type=submit] {
  transition: .3s;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  margin: 20px 0 !important;
}

#newsletter {
  border: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  background: none;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
}
#newsletter fieldset {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0 0 53px 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

#newsletter_text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57.5%;
  padding: 0 5%;
  border: 0;
  text-align: left;
  font-size: 16px;
  height: 53px;
  line-height: 53px;
  outline: none !important;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
}

#newsletter_submit {
  display: block;
  outline: none;
  border: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  width: 32.5%;
  height: 53px;
  line-height: 53px;
  color: #dd4c1a;
  background-color: #feae5d;
  text-align: center;
  border-radius: 0 0 4px 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .3s;
}
#newsletter_submit i {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* i06 - Filters */
.filters {
  padding: 0;
  margin: 2em 0;
}
@media (min-width: 1028px) {
  .filters {
    text-align: center;
    margin: 3em 0;
  }
}
.filters a {
  text-decoration: none;
}
.filters .ui-selectmenu-button {
  margin: 0 auto 1em auto;
  text-align: left;
}
@media (min-width: 1028px) {
  .filters .ui-selectmenu-button {
    float: left;
    margin: 0 .5em 0 0;
  }
}
.filters select.sorter {
  display: block;
  float: none;
  font-size: 16px;
  width: 90%;
  padding: 2px;
  margin: 0 auto 1em auto;
}

#module-search,
#zip-search {
  border: 0;
  outline: none;
  width: 200px;
  margin: 0 auto 1em auto;
  padding: 0;
  line-height: 1;
  overflow: hidden;
}
@media (min-width: 1028px) {
  #module-search,
  #zip-search {
    float: right;
    margin: 0;
  }
}

#module-search fieldset,
#zip-search .zip-inner {
  position: relative;
  display: block;
  padding: 0 8px;
  margin: 0;
  line-height: 1;
  border: 0;
  color: #000000;
  background-color: #f1f6f8;
  border-radius: 0;
  overflow: hidden;
}

#module-search-term,
#zip-search-term {
  float: left;
  display: block;
  width: 80%;
  padding: 0 2.5%;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  height: 44px;
  outline: none;
  color: #000000;
  outline: none !important;
  background-color: transparent;
  border-radius: 0;
}

#module-search-submit,
#zip-search-submit,
#gF-filter-submit {
  display: block;
  position: absolute;
  top: 11px;
  right: 8px;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  background: none;
  outline: none;
  border: 0;
  padding: 2px 0;
  cursor: pointer;
  color: #dd4c1a;
  transition: .3s;
}
#module-search-submit:hover,
#zip-search-submit:hover,
#gF-filter-submit:hover {
  color: #f4c154;
}

#sidebar .filters {
  margin: 0;
}
@media (min-width: 1028px) {
  #sidebar .filters {
    margin: 0;
  }
}
#sidebar .filters .ui-selectmenu-button {
  margin: 0 auto 1em auto;
  text-align: left;
}
@media (min-width: 1028px) {
  #sidebar .filters .ui-selectmenu-button {
    float: none;
    margin: 0 0 .5em 0;
  }
}
@media (min-width: 1028px) {
  #sidebar .filters #module-search,
  #sidebar .filters #zip-search {
    float: none;
    margin: 0;
  }
}
#sidebar .filters #module-search fieldset,
#sidebar .filters #zip-search fieldset {
  background-color: #ffffff;
}

@media (min-width: 1028px) {
  html.flexbox #flex-filters.filters {
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 1028px) {
  html.flexbox #flex-filters.filters .ui-selectmenu-button {
    float: none;
    width: 100%;
    margin: 0;
    flex: 1 0;
    margin-right: 1%;
  }
}
@media (min-width: 1028px) {
  html.flexbox #flex-filters.filters #module-search,
  html.flexbox #flex-filters.filters #zip-search {
    float: none;
    width: 100%;
    flex: 1 0;
  }
}

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

/* i07 - Header */
/*if metanav is needed for content other than alert the container is setup, just style in additional content*/
@media (max-width: 1028px) {
  .sticky-wrapper {
    height: auto !important;
  }
}
#header {
  position: relative;
  width: 100%;
  top: auto;
  left: 0;
  z-index: 1999;
  background-color: #ffffff;
  transition: .3s;
}
#header .header {
  position: relative;
  padding: .75em 0;
  margin: 0 20px;
  transition: .3s;
}
@media (min-width: 1028px) {
  #header .header {
    margin: 0 40px;
  }
}
#header .logo {
  float: left;
  width: 200px;
}
@media (min-width: 768px) {
  #header .logo {
    width: 260px;
  }
}
@media (min-width: 1028px) {
  #header .logo {
    width: 35%;
    max-width: 370px;
  }
}
#header .logo a {
  display: block;
}
#header .logo a img {
  display: block;
  transition: .3s;
}
#header .metanav {
  display: none;
  transition: .3s;
}
@media (min-width: 1028px) {
  #header .metanav {
    float: left;
    width: 55%;
    display: block;
  }
}
#header .links {
  float: right;
  width: 40px;
  text-align: right;
  margin-top: 20px;
}
@media (min-width: 1028px) {
  #header .links {
    width: 10%;
  }
}
#header .links a {
  display: inline-block;
}

@media (min-width: 1028px) {
  html.flexbox #header .header {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1028px) {
  html.flexbox #header .header section {
    float: none !important;
    width: 100%;
  }
}
@media (min-width: 1028px) {
  html.flexbox #header .header .logo {
    width: 35%;
  }
}
@media (min-width: 768px) {
  html.flexbox #header .header .links {
    margin-top: 30px;
  }
}
@media (min-width: 1028px) {
  html.flexbox #header .header .links {
    width: 100%;
    max-width: 60px;
    margin-top: 0px;
  }
}

.alert {
  margin: 0;
  overflow: hidden;
}
@media (min-width: 1028px) {
  .alert {
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
  }
}
.alert span {
  display: block;
  padding-left: 56px;
}
@media (min-width: 1028px) {
  .alert span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
  }
}
.alert i {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #dd4c1a;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-right: .75em;
}
@media (min-width: 1028px) {
  .alert i {
    float: none;
  }
}
.alert a {
  display: inline-block;
}
.alert a b {
  color: #000000;
}
.alert a:after {
  font-family: "icons";
  content: "\ed5d";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
  font-size: 16px;
  margin-left: .75em;
}

/*desktop hidden with metanav*/
.alert-open {
  position: absolute;
  left: 1em;
  margin-top: 1em;
  z-index: 899;
}
@media (min-width: 1028px) {
  .alert-open {
    display: none !important;
  }
}
.alert-open i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #dd4c1a;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.alert-mobile {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
}
@media (min-width: 1028px) {
  .alert-mobile {
    display: none !important;
  }
}
.alert-mobile .inner {
  padding: 40px 40px 40px 20px;
}
.alert-mobile .alert-close {
  color: #a9b4b8;
  position: absolute;
  top: 40px;
  right: 20px;
}

#nav-toggle {
  font-size: 20px;
  color: #181f2a;
  transition: .3s;
}
@media (min-width: 1028px) {
  #nav-toggle {
    font-size: 36px;
  }
}

@media (min-width: 1028px) {
  #header.stuck {
    top: 0;
    position: fixed;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1028px) {
  #header.stuck .header {
    padding: .25em 0;
  }
}
#header.stuck .logo a img {
  display: block;
}
@media (min-width: 1028px) {
  #header.stuck .logo a img {
    max-height: 40px;
  }
}
@media (min-width: 1028px) {
  #header.stuck .metanav {
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1028px) {
  #header.stuck #nav-toggle {
    font-size: 24px;
  }
}

/* i08 - Nav */
nav.main {
  position: fixed;
  top: 0;
  right: -110%;
  width: 100%;
  height: 100%;
  z-index: 2999;
  overflow: hidden;
  background-color: transparent;
  transition: .3s;
}
nav.main .nav-container {
  float: right;
  width: 95%;
  height: 100%;
  max-width: 700px;
  background-color: #181f2a;
  border-radius: 2em 0 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 1028px) {
  nav.main .nav-container {
    width: 100%;
    border-radius: 4em 0 0 0;
  }
}
nav.main .nav-inner {
  position: relative;
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
}

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

body.show-nav nav.main {
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

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

#nav-close {
  position: absolute;
  right: 20px;
  top: .75em;
  z-index: 100;
}
@media (min-width: 1028px) {
  #nav-close {
    right: 40px;
    top: 1.5em;
  }
}
#nav-close i {
  font-size: 1.25em;
}
@media (min-width: 1028px) {
  #nav-close i {
    font-size: 2em;
  }
}

#nav li a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: .5em 0;
}
#nav li a i {
  color: #dd4c1a;
}
#nav li a:hover {
  color: #f4c154;
}
#nav li a:hover i {
  color: #f4c154;
}
#nav li li a {
  font-weight: 400;
}
#nav li ul {
  display: none;
  padding: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: left;
}

#nav {
  margin: 3.75em 0 2.5em 0;
}
@media (min-width: 1028px) {
  #nav {
    margin: 6.25em 0 2.5em 0;
  }
}
#nav > li > a {
  font-size: 1.25em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 1028px) {
  #nav > li > a {
    font-size: 1.625em;
  }
}
#nav > li > ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 1028px) {
  #nav > li > ul > li > a {
    font-size: 1.125em;
  }
}
#nav > li > ul > li ul {
  padding-left: 1.5em;
}
@media (min-width: 1028px) {
  #nav > li > ul > li li a {
    font-size: 1.125em;
  }
}

#nav li.dropdown > a,
#nav li#nav_home > a {
  position: relative;
  display: block;
}
#nav li.dropdown > a span,
#nav li#nav_home > a span {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: right;
}
#nav li.dropdown > a span i,
#nav li#nav_home > a span i {
  font-size: 16px;
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: color 0.3s ease-in-out;
}

#nav li#nav_home > a span i:before {
  font-family: "icons";
  content: "\e904";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
}

#nav li.dropdown > a span i:before {
  font-family: "icons";
  content: "\ed5d";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
}
#nav li.dropdown.active > a span i {
  color: #ffffff;
}
#nav li.dropdown.active > a span i:before {
  content: "\ed5e";
}

#searchForm {
  border: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  background: none;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
  margin: 0 auto 2.5em auto;
}
#searchForm fieldset {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ffffff;
  border-radius: 0;
}
#searchForm #search_term {
  display: block;
  width: 75%;
  float: left;
  padding: 0 5%;
  border: 0;
  text-align: left;
  font-size: 16px;
  line-height: 53px;
  outline: none !important;
  border-radius: 0;
  background-color: transparent;
  color: #000000;
}
#searchForm #search_go {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  width: 15%;
  height: 100%;
  color: #dd4c1a;
  background-color: #feae5d;
  text-align: center;
}
#searchForm #search_go:hover {
  background-color: #f4c154;
}
#searchForm #search_go:before {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav.main #searchForm,
nav.main #searchForm fieldset {
  overflow: visible;
}
nav.main #searchForm .mp_list {
  position: absolute;
  top: 48px;
  left: 0;
  font-size: 16px;
  line-height: 1.3rem;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  z-index: 500;
  border: 0;
}
nav.main #searchForm .mp_list.hasMore {
  padding-bottom: 0;
}
nav.main #searchForm .mp_list li {
  display: block;
  position: relative;
  margin: 0;
  list-style: none;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #ffffff;
  color: #2c2c2c;
  font-weight: 400;
  border-top: 1px solid rgba(0,0,0,.15);
  padding: 4px 0px;
}
nav.main #searchForm .mp_list li.mp_selectable {
  cursor: pointer;
}
nav.main #searchForm .mp_list li.mp_no_results {
  padding: .5rem;
}
nav.main #searchForm .mp_list li.mp_highlighted {
  background: #660ba2;
  color: #ffffff;
}
nav.main #searchForm .mp_list li .title {
  font-weight: 500;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
          flex: 1 0 65%;
  padding: 0 2.5%;
}
nav.main #searchForm .mp_list li .type {
  overflow: hidden;
  text-align: left;
  -webkit-box-flex: 1;
          flex: 1 0 25%;
  padding: .5rem 2.5%;
}
nav.main #searchForm .mp_list li.searching {
  background-color: #660ba2;
  color: #ffffff;
  padding: .5rem;
  text-align: center;
}
nav.main #searchForm .mp_list li.mp_show_more {
  width: 100%;
  float: none;
  color: #ffffff;
  background-color: #660ba2;
  text-align: center;
  padding: .35rem 0;
  font-size: 1rem;
}
nav.main #searchForm .mp_list li.mp_show_more .title {
  -webkit-box-flex: 1;
          flex: 1 0 95%;
}
nav.main #searchForm .mp_list li.mp_show_more .type {
  display: none;
}

nav.main [class^="button-"] {
  display: block;
  margin: 0 0 1em 0;
}
nav.main .button-three {
  background-color: #212832;
}
nav.main .button-three:hover {
  background-color: #f4c154;
}

/* i09 - Billboard */
#billboard-wrap {
  position: relative;
  background-color: #181f2a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#billboard-wrap .text {
  position: relative;
}
#billboard-wrap .text .inner {
  padding: 1.5em 0;
}
@media (min-width: 1028px) {
  #billboard-wrap .text .inner {
    float: left;
    width: 65%;
    padding: 3em 0 4em 0;
  }
  #home #billboard-wrap .text .inner {
    float: left;
    width: 100%;
    padding: 3em 0 4em 0;
  }
}
@media (min-width: 1028px) {
  #billboard-wrap .text .inner h1,
  #billboard-wrap .text .inner h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 1028px) {
  #billboard-wrap .text #breadcrumbs {
    float: right;
    width: 27.5%;
    margin-left: 7.5%;
    padding: 3em 0 4em 0;
    line-height: 1.5em;
  }
}
#billboard-wrap .text h1,
#billboard-wrap .text h2 {
  margin-bottom: .5em;
  line-height: 1.05em;
}
@media (min-width: 1028px) {
  #billboard-wrap .text h1,
  #billboard-wrap .text h2 {
    margin-bottom: .5em;
  }
}
#billboard-wrap .text p:last-of-type {
  margin: 0;
}
#billboard-wrap .text #breadcrumbs {
  padding-bottom: 1.5em;
  font-weight: 700;
}
@media (min-width: 1028px) {
  #billboard-wrap .text #breadcrumbs {
    padding-bottom: 2em;
  }
}
@media (min-width: 1028px) {
  #billboard-wrap .text #breadcrumbs .breadcrumbs {
    font-size: 1.25em;
    padding-bottom: 1.5em;
  }
}
#billboard-wrap .text #breadcrumbs .delimiter {
  display: inline-block;
  margin: 0 .25em;
}
#billboard-wrap .text #breadcrumbs i {
  font-size: 91.25%;
  color: #dd4c1a;
}
#billboard-wrap.hastext .text h1,
#billboard-wrap.hastext .text h2 {
  margin-bottom: 1em;
}
@media (min-width: 1028px) {
  #billboard-wrap.hastext .text h1,
  #billboard-wrap.hastext .text h2 {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1028px) {
  #billboard-wrap.hasbillboard .text, #billboard-wrap.hasvideo .text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
#billboard-wrap.hasbillboard .text .inner, #billboard-wrap.hasvideo .text .inner {
  padding: 1.5em 0;
}
@media (min-width: 1028px) {
  #billboard-wrap.hasbillboard .text .inner, #billboard-wrap.hasvideo .text .inner {
    padding: 0 0 5em 0;
  }
}
@media (min-width: 1028px) {
  #billboard-wrap.hasbillboard .text #breadcrumbs, #billboard-wrap.hasvideo .text #breadcrumbs {
    padding: 0 0 3.5em 0;
  }
}

@media (min-width: 1028px) {
  html.flexbox #billboard-wrap .text .container {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1028px) {
  html.flexbox #billboard-wrap .text .inner {
    float: none;
  }
}
@media (min-width: 1028px) {
  html.flexbox #billboard-wrap .text #breadcrumbs {
    float: none;
  }
}

#billboard {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 1028px) {
  #billboard.parallax {
    background-attachment: fixed;
  }
}

/*overlay is not connected to color picker so black to match any site*/
#billboard.hasbillboard,
#billboard.hasvideo {
  padding-bottom: 56.25%;
}
@media (min-width: 1028px) {
  #billboard.hasbillboard,
  #billboard.hasvideo {
    height: 600px;
    padding-bottom: 0;
  }
}
#billboard.hasbillboard.overlay:before,
#billboard.hasvideo.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
}

#billboard.hasrotator {
  min-height: 0;
  height: auto;
}
@media (min-width: 768px) {
  #billboard.hasrotator {
    min-height: 0;
    height: auto;
  }
}
@media (min-width: 1028px) {
  #billboard.hasrotator {
    min-height: 0;
    height: auto;
  }
}

#bigvideo {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#bigvideo video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
#bigvideo iframe {
  display: block;
  height: 100%;
  width: 100%;
}

@media (min-width: 1028px) {
  html.csstransforms #bigvideo video {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* i10 - Content */
#content {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
#content #text {
  position: relative;
  padding: 3em 0;
}
@media (min-width: 1028px) {
  #content #text {
    float: left;
    width: 65%;
    padding: 5em 0;
  }
}
@media (min-width: 1028px) {
  #content.fullwidth #text {
    float: none;
    width: 100%;
  }
}

#sidebar {
  position: relative;
  padding: 3em 0;
}
@media (min-width: 1028px) {
  #sidebar {
    float: right;
    width: 27.5%;
    padding: 5em 0;
  }
}
#sidebar:before {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: 100%;
  background-color: #f1f6f8;
}
@media (min-width: 1028px) {
  #sidebar:before {
    left: -20px;
    width: 10000%;
    height: 10000%;
  }
}
@media (min-width: 1040px) {
  #sidebar:before {
    left: -40px;
  }
}
#sidebar section {
  position: relative;
  margin-bottom: 2em;
}
@media (min-width: 1028px) {
  #sidebar section {
    margin-bottom: 4em;
  }
}

@media (min-width: 1028px) {
  html.flexbox #content .container {
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 1028px) {
  html.flexbox #content #text {
    float: none;
  }
}
@media (min-width: 1028px) {
  html.flexbox #content #sidebar {
    float: none;
    margin-left: 7.5%;
  }
}
@media (min-width: 1028px) {
  html.flexbox #content.fullwidth .container {
    display: block;
  }
}

#content nav.sidebar {
  margin-bottom: 2em;
}
@media (min-width: 1028px) {
  #content nav.sidebar {
    margin-bottom: 4em;
  }
}
#content nav.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content nav.sidebar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content nav.sidebar ul li a {
  display: block;
  position: relative;
  color: #181f2a;
}
#content nav.sidebar ul li a i {
  color: #dd4c1a;
}
#content nav.sidebar ul li a:hover {
  color: #f4c154;
}
#content nav.sidebar ul li a:hover i {
  color: #f4c154;
}

#subnav > li {
  display: none;
}
#subnav > li > a {
  font-size: 1.25em;
  margin-bottom: .5em;
}
@media (min-width: 1028px) {
  #subnav > li > a {
    font-size: 1.625em;
  }
}
#subnav > li > a span {
  display: none !important;
}
#subnav > li.current {
  display: block;
}

#subnav > li ul li a {
  font-weight: 400;
  padding: .35em 0;
}
@media (min-width: 1028px) {
  #subnav > li ul li a {
    font-size: 1.125em;
  }
}
#subnav > li > ul ul {
  display: none;
  padding-left: 1.5em !important;
}

#subnav li.dropdown > a {
  line-height: 1.2;
  padding-right: 36px;
}
#subnav li.dropdown > a span {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 100%;
  text-align: right;
}
#subnav li.dropdown > a span i {
  font-size: 16px;
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#subnav li.dropdown > a span i:before {
  font-family: "icons";
  content: "\ed5d";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
}
#subnav li.dropdown.active > a span i {
  color: #f4c154;
}
#subnav li.dropdown.active > a span i:before {
  content: "\ed5e";
}
#subnav li.dropdown.active > ul {
  display: block;
}

#searchForm2 {
  border: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  background: none;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 2.5em auto;
}
#searchForm2 fieldset {
  position: relative;
  border: 1px solid #f1f6f8;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-radius: 0;
}
#searchForm2 #search_term2 {
  display: block;
  width: 75%;
  float: left;
  padding: 0 5%;
  border: 0;
  text-align: left;
  font-size: 16px;
  line-height: 53px;
  outline: none !important;
  border-radius: 0;
  background-color: transparent;
  color: #000000;
}
#searchForm2 #search_go2 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  width: 15%;
  height: 100%;
  color: #dd4c1a;
  background-color: #feae5d;
  text-align: center;
}
#searchForm2 #search_go2:hover {
  background-color: #f4c154;
}
#searchForm2 #search_go2:before {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* i11 - Sections */
.content-section .content-section-inner {
  position: relative;
  padding: 3em 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1028px) {
  .content-section .content-section-inner {
    padding: 7.5em 0;
  }
}
.content-section .content-section-inner.dark {
  background-color: #181f2a;
  background-size: cover !important;
}
@media (min-width: 1028px) {
  .content-section .content-section-inner.parallax {
    background-attachment: fixed !important;
  }
}
.content-section .content-section-inner.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 31, 42, 0.7);
}
.content-section .content-text {
  position: relative;
}
.content-section .content-text .div-row:last-child {
  margin-bottom: 0;
}
.content-section .content-text blockquote {
  margin-top: 0;
  padding-top: 0;
}
.content-section .content-text p:last-of-type {
  margin: 0;
}

/* i12 - Widgets */
.widget h6.meta span {
  display: inline-block;
  vertical-align: middle;
}
.widget h6.meta span.category {
  color: #feae5d;
}
.widget h6.meta i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .25em;
}

#content #sidebar .widget article {
  margin-bottom: 1em;
}
#content #sidebar .widget article:last-child {
  margin-bottom: 0;
}
#content #sidebar .widget .info {
  background-color: #ffffff;
  padding: 2em 1.25em;
  border-radius: 3em 0 0 0;
}
#content #sidebar .widget .info h2 {
  margin-bottom: .4em;
}
#content #sidebar .widget .info h2:after {
  display: none;
}
#content #sidebar .widget .info h4 {
  margin-bottom: .75em;
}
@media (min-width: 768px) {
  #content #sidebar .widget .info h4 {
    font-size: 1.625em;
  }
}
#content #sidebar .widget .info p {
  margin-bottom: 1em;
}
#content #sidebar .widget .rsvp a {
  display: block;
  margin: 0;
}

.staffMonklet .staffMonklet-member {
  margin-bottom: 2em;
  overflow: hidden;
}
.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;
}

.widget.col-article .image,
.widget.col-sermon .image,
.widget.col-post .image,
.widget.col-event .image {
  margin-bottom: 1em;
}
.widget.col-article .image a,
.widget.col-sermon .image a,
.widget.col-post .image a,
.widget.col-event .image a {
  display: block;
  position: relative;
}
.widget.col-article .image a:after,
.widget.col-sermon .image a:after,
.widget.col-post .image a:after,
.widget.col-event .image a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(24, 31, 42, 0.7),rgba(24, 31, 42, 0.7));
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.widget.col-article .image a:hover:after,
.widget.col-sermon .image a:hover:after,
.widget.col-post .image a:hover:after,
.widget.col-event .image a:hover:after {
  opacity: 1;
  visibility: visible;
}
.widget.col-article .info h5,
.widget.col-sermon .info h5,
.widget.col-post .info h5,
.widget.col-event .info h5 {
  margin-bottom: .75em;
}
.widget.col-article .info p,
.widget.col-sermon .info p,
.widget.col-post .info p,
.widget.col-event .info p {
  margin-bottom: 1em;
}

.widget.article-row article {
  position: relative;
  overflow: hidden;
  transition: .3s;
}
@media (min-width: 1028px) {
  .widget.article-row article:hover {
    border-radius: 3em 0 3em 0;
  }
}
@media (min-width: 1028px) {
  .widget.article-row article:hover .more {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1028px) {
  .widget.article-row article:hover .info {
    opacity: 0;
    visibility: hidden;
  }
}
.widget.article-row .info {
  transition: .3s;
  background-color: rgba(241, 246, 248, 0.9);
}
@media (min-width: 1028px) {
  .widget.article-row .info {
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.widget.article-row .info .info-inner {
  padding: 1em;
}
@media (min-width: 1028px) {
  .widget.article-row .info .info-inner {
    padding: 2em;
  }
}
.widget.article-row .info h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: .75em;
}
.widget.article-row .info h5 a {
  font-weight: 700;
}
.widget.article-row .info p {
  margin-bottom: 1em;
}
.widget.article-row .more {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  transition: .3s;
}
@media (min-width: 1028px) {
  .widget.article-row .more {
    display: block;
  }
}
.widget.article-row .more .button-small {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.widget.article-row .more .button-small span {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dark .widget.article-row .info {
  background-color: rgba(24, 31, 42, 0.9);
}

@media (min-width: 768px) {
  .widget.featured-sermon article,
  .widget.featured-article article {
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
}
.widget.featured-sermon .video-wrap,
.widget.featured-article .video-wrap {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .widget.featured-sermon .video-wrap,
  .widget.featured-article .video-wrap {
    margin: 0 2.5% 0 0;
    width: 47.5%;
  }
}
.widget.featured-sermon .info-wrap,
.widget.featured-article .info-wrap {
  background-color: #f1f6f8;
  border-radius: 3em 0 0 0;
}
@media (min-width: 768px) {
  .widget.featured-sermon .info-wrap,
  .widget.featured-article .info-wrap {
    margin-left: 2.5%;
    width: 47.5%;
  }
}
.widget.featured-sermon .info-wrap .info,
.widget.featured-article .info-wrap .info {
  padding: 2em;
}
.widget.featured-sermon .info-wrap .info h4,
.widget.featured-article .info-wrap .info h4 {
  margin-bottom: .5em;
}
.widget.featured-sermon .info-wrap .info p,
.widget.featured-article .info-wrap .info p {
  margin-bottom: 1em;
}

.dark .widget.featured-sermon .info-wrap,
.dark .widget.featured-article .info-wrap {
  background-color: #181f2a;
}

@media (min-width: 768px) {
  .widget.featured-event article {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
  }
}
.widget.featured-event .info {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .widget.featured-event .info {
    margin: 0;
    width: 65%;
  }
}
.widget.featured-event .info h2 {
  margin-bottom: .4em;
}
.widget.featured-event .info h2:after {
  display: none;
}
.widget.featured-event .info p {
  margin-bottom: 1em;
}
.widget.featured-event .date-wrap {
  background-color: #f1f6f8;
  border-radius: 3em 0 3em 0;
}
@media (min-width: 768px) {
  .widget.featured-event .date-wrap {
    margin-left: 5%;
    width: 30%;
  }
}
.widget.featured-event .date-wrap .date {
  padding: 2em;
}
.widget.featured-event .date-wrap .date h2 {
  margin-bottom: .4em;
}
.widget.featured-event .date-wrap .date h2:after {
  display: none;
}
.widget.featured-event .date-wrap .date h6 {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.widget.featured-event .date-wrap .date h6 a {
  display: block;
}
.widget.featured-event .date-wrap .rsvp a {
  display: block;
  margin: 0;
}

.dark .widget.featured-event .date-wrap {
  background-color: #181f2a;
}

.widget.featured-blog .blog-images {
  margin-bottom: 2em;
}
.widget.featured-blog .blog-images .image-1 {
  position: relative;
  display: block;
  width: 60%;
  border-radius: 3em 0 3em 0;
  margin-bottom: -2.5em;
  z-index: 100;
}
.widget.featured-blog .blog-images .image-2 {
  position: relative;
  display: block;
  width: 75%;
  margin-left: 5%;
}
.widget.featured-blog article .info h5 {
  margin-bottom: .75em;
}
.widget.featured-blog article .info p {
  margin-bottom: 1em !important;
}
.widget.featured-blog article .image {
  text-align: right;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .widget.featured-blog article .image {
    margin-top: 4em;
  }
}
.widget.featured-blog article .image img {
  display: block;
  width: 75%;
  margin-left: 25%;
  height: auto;
  border-radius: 3em 0 3em 0;
}

/* i13 - Footer */
#footer {
  position: relative;
  width: 100%;
}
#footer .footer-top {
  border-top: 2px solid #f4c154;
  background-color: #181f2a;
  padding: 3em 0;
}
#footer .footer-top p {
  margin-bottom: 1em;
}
#footer .footer-top p:last-of-type {
  margin-bottom: 0;
}
#footer .footer-top .div-callout {
  border-radius: 2em 0 0 0;
  margin: 0;
  padding: 2em 1.25em;
  text-align: left;
}
@media (min-width: 768px) {
  #footer .footer-top .container {
    display: table;
    table-layout: fixed;
  }
}
#footer .footer-top .container section {
  margin-bottom: 2em;
}
#footer .footer-top .container section:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #footer .footer-top .container section {
    display: table-cell;
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  html.flexbox #footer .footer-top .container {
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 768px) {
  html.flexbox #footer .footer-top .container section {
    display: block;
    flex: 1 0;
    padding-left: 2.5%;
  }
}
@media (min-width: 768px) {
  html.flexbox #footer .footer-top .container section:first-child {
    padding-left: 0;
  }
}

#footer .footer-btm {
  position: relative;
  background-color: #212832;
  padding: 1.25em 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
}
#footer .footer-btm a {
  color: rgba(255, 255, 255, 0.25);
}
#footer .footer-btm a:hover {
  color: #f4c154;
}
#footer ul li {
  display: inline-block;
  margin: .5em;
}
#footer ul li a {
  font-weight: 700;
}
@media (min-width: 1028px) {
  #footer ul.social {
    float: left;
    width: 50%;
    text-align: left;
  }
}
#footer ul.social li {
  font-size: 1.25em;
}
@media (min-width: 1028px) {
  #footer ul.social li {
    margin-right: 0 .35em 0 0;
    font-size: 1.5em;
  }
}
#footer ul.social li a {
  color: #f4c154;
}
#footer ul.social li a:hover {
  color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 1028px) {
  #footer ul.links {
    float: right;
    width: 50%;
    text-align: right;
    padding-top: 1.25em;
  }
}
@media (min-width: 1028px) {
  #footer ul.links li {
    margin: 0 0 0 .75em;
  }
}

#vendor-tagline {
  clear: both;
  padding: .5em 0;
}

/* i14 - 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 #000;
  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;
}

/* i15 - Cycle2 */
.cycle-ss,
.cycle-slideshow {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.cycle-ss .slide,
.cycle-slideshow .slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cycle-ss .slide,
.cycle-slideshow .slide {
  display: none;
}

.cycle-ss .slide.first,
.cycle-slideshow .slide.first {
  display: block;
}

.cycle-ss a,
.cycle-slideshow a {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
}
.div-col .cycle-slideshow a {
  position: relative;
}

.cycle-ss img,
.cycle-slideshow img {
  display: block;
  width: 100%;
  height: auto;
}

.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

.cycle-pager {
  position: absolute;
  bottom: 1em;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 500;
  overflow: hidden;
  padding: 0;
  height: 24px;
  line-height: 24px;
}
@media (min-width: 1028px) {
  .cycle-pager {
    bottom: 2em;
  }
}

.cycle-pager span {
  font-size: 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #ffffff;
  border: 0;
  cursor: pointer;
  margin: 0 4px;
  opacity: 1;
  border-radius: 50%;
  transition: .3s;
}
.cycle-pager span:hover {
  opacity: .5;
}

.cycle-pager span.cycle-pager-active {
  background-color: #dd4c1a;
  opacity: 1;
}

.pager {
  display: none;
  position: absolute;
  top: 15%;
  color: #dd4c1a;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  z-index: 500;
  cursor: pointer;
  opacity: 1;
  transition: .3s;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 1028px) {
  .pager {
    margin-top: -.5em;
    visibility: hidden;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
.pager:hover {
  color: #f4c154;
}
.pager i {
  display: block;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 1028px) {
  .pager i {
    font-size: 1.25em;
    line-height: 50px;
  }
}

.pager-prev {
  left: .5em;
}
@media (min-width: 1028px) {
  .pager-prev {
    left: 1em;
  }
}

.pager-next {
  right: .5em;
}
@media (min-width: 1028px) {
  .pager-next {
    right: 1em;
  }
}

.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

/*overlay is not connected to color picker so black to match any site*/
.rotator {
  overflow: hidden;
  position: relative;
  min-height: 400px;
  background-color: #181f2a;
}
@media (min-width: 1028px) {
  .rotator {
    min-height: 600px;
  }
}
.rotator .loading-rotator {
  display: inline-block;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -25px;
}
@media (min-width: 1028px) {
  .rotator .loading-rotator {
    margin-top: -20px;
    margin-left: -35px;
    width: 70px;
  }
}
.rotator .slide {
  width: 100%;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #181f2a;
  background-size: cover !important;
}
@media (min-width: 1028px) {
  .rotator .slide {
    height: 600px;
    background-size: cover !important;
  }
}

@media (min-width: 1800px) {
  /* Something extra for the big-screen crowd */
  .rotator .slide {
    height: 800px;
    background-size: cover !important;
  }
}
.rotator .slide.overlay:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
}
@media (min-width: 1028px) {
  .rotator .slide.overlay:before {
    display: block;
  }
}
@media (min-width: 1028px) {
  .rotator .slide img {
    display: none !important;
  }
}
.rotator .slide p {
  font-weight: 400;
}
/* @media (min-width: 1028px) { */
  .rotator .caption {
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
/* } */
.rotator .caption .inner {
  padding: 1.5em 0;
}
@media (min-width: 1028px) {
  .rotator .caption .inner {
    float: left;
    width: 65%;
    padding: 0 0 5em 0;
  }
}
.rotator .caption p {
  color: #ffffff;
  margin-bottom: 1em;
}
.rotator .caption p:last-of-type {
  margin: 0;
}
.rotator:hover .pager {
  visibility: visible;
}

.rotator .slide .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181f2a;
  z-index: 100;
}
.rotator .slide .video video,
.rotator .slide .video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.rotator .slide.playing .caption {
  opacity: 0;
  visibility: hidden;
}

.js-rotator .loading-rotator {
  display: none;
}
.js-rotator .rotator {
  min-height: 400px;
  height: auto;
}

@media (min-width: 1028px) {
  .js-rotator .rotator {
    min-height: 600px;
  }
}
.js-rotator .cycle-ss {
  opacity: 1;
}

@media (min-width:1028px) {
  .js-rotator .pager {
    display: block;
  }
}

.rotator-content {
  position: relative;
  padding-bottom: 40px;
}
.rotator-content .image {
  margin-bottom: 1em;
}
.rotator-content .image a {
  display: block;
  position: relative;
}
.rotator-content .image a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 31, 42, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.rotator-content .image a:hover:after {
  opacity: 1;
  visibility: visible;
}
.rotator-content .info h5 {
  margin-bottom: 0;
}
.rotator-content .cycle-pager {
  bottom: 0;
  left: 0;
  text-align: left;
}
.rotator-content .cycle-pager span {
  background-color: #181f2a;
}
.rotator-content .cycle-pager span.cycle-pager-active {
  background-color: #f4c154;
}

/* i16 - 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;
}

.tabs,
.tabs-linklist {
  display: none;
}
.tabs.ui-tabs,
.tabs-linklist.ui-tabs {
  display: block;
}

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

.ui-tabs .ui-tabs-nav,
#content .module-tabs,
.content-section .module-tabs {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #f1f6f8;
}
@media (min-width: 1028px) {
  .ui-tabs .ui-tabs-nav,
  #content .module-tabs,
  .content-section .module-tabs {
    display: -webkit-flex;
    display: flex;
  }
}

.ui-tabs .ui-tabs-nav li,
#content .module-tabs li,
.content-section .module-tabs li {
  position: relative;
  top: auto;
  margin-bottom: 5px !important;
  border: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 100;
  border-radius: 0;
}
@media (min-width: 1028px) {
  .ui-tabs .ui-tabs-nav li,
  #content .module-tabs li,
  .content-section .module-tabs li {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1028px) {
  .ui-tabs .ui-tabs-nav li:last-child,
  #content .module-tabs li:last-child,
  .content-section .module-tabs li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1028px) {
  .ui-tabs.equal .ui-tabs-nav li,
  #content .module-tabs.equal li,
  .content-section .module-tabs.equal li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor,
#content .module-tabs li a,
.content-section .module-tabs li a {
  display: block;
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 18px;
  padding: 1em .25em;
  border: 0;
  color: #181f2a;
  border-bottom: 2px solid transparent;
}
@media (min-width: 1028px) {
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
  #content .module-tabs li a,
  .content-section .module-tabs li a {
    padding: 1em 0;
    margin: 0 .75em;
  }
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover,
#content .module-tabs li a:hover,
.content-section .module-tabs li a:hover {
  color: #dd4c1a;
}

.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,
#content .module-tabs li a.active,
.content-section .module-tabs li a.active {
  font-weight: 700;
  border-bottom-color: #dd4c1a;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 3em 0;
  background: none;
  line-height: 1.5em;
  border-radius: 0;
  border-bottom: 2px solid #feae5d;
}
.ui-tabs .ui-tabs-panel p:last-child {
  margin-bottom: 0;
}

.accordion {
  display: none;
  margin: 1.75em 0;
}
.accordion.ui-accordion {
  display: block;
}

.ui-accordion-header {
  position: relative;
  margin: 0;
  font-weight: 700;
  padding: 1em 40px 1em 1em;
  cursor: pointer;
  background-color: #f1f6f8;
  border-bottom: 1px solid #a9b4b8;
  text-transform: none;
  transition: .3s;
}
.ui-accordion-header:hover {
  color: #dd4c1a;
}
.ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 1em;
  top: 14px;
  font-size: 16px;
  color: #dd4c1a;
  font-weight: normal;
}
.ui-accordion-header .ui-accordion-header-icon:before {
  font-family: "icons";
  content: "\ed5d";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
}
.ui-accordion-header.ui-accordion-header-active {
  font-weight: 400;
  background-color: transparent;
  border: 0;
}
.ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
  content: "\ed5e";
  color: #f4c154;
}

.ui-accordion-content {
  position: relative;
  padding: 1.5em;
  line-height: 1.5em;
}

.dark .ui-tabs .ui-tabs-nav,
#content .dark .module-tabs,
.content-section .dark .module-tabs {
  background-color: #181f2a;
}

.dark .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
#content .dark .module-tabs li a,
.content-section .dark .module-tabs li a {
  color: #ffffff;
}
.dark .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover,
#content .dark .module-tabs li a:hover,
.content-section .dark .module-tabs li a:hover {
  color: #dd4c1a;
}

.dark .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
#content .dark .module-tabs li a.active,
.content-section .dark .module-tabs li a.active {
  color: #ffffff;
  border-bottom-color: #dd4c1a;
}

.dark .ui-accordion-header {
  color: #ffffff;
  background-color: #181f2a;
  border-bottom-color: #000000;
}
.dark .ui-accordion-header:hover {
  color: #f4c154;
}
.dark .ui-accordion-header.ui-accordion-header-active {
  color: #ffffff;
}

.ui-selectmenu-button {
  display: block;
  position: relative;
  width: 200px;
  height: auto;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  background-color: #feae5d;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
}
.ui-selectmenu-button span.ui-icon {
  display: none !important;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  position: relative;
  display: block;
  line-height: 44px;
  padding: 0 38px 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.ui-selectmenu-button span.icon-plus3 {
  position: absolute;
  right: 10px;
  top: 15px;
  text-align: right;
  color: #dd4c1a;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
  -ms-transform-duration: 0.3s;
  transition-duration: 0.3s;
}
.ui-selectmenu-button.ui-selectmenu-button-open {
  background-color: #f4c154;
}
.ui-selectmenu-button.ui-selectmenu-button-open span.ui-selectmenu-text {
  color: #ffffff;
}
.ui-selectmenu-button.ui-selectmenu-button-open span.icon-plus3:before {
  content: "\ed5e";
}
.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: 10px 0 0 0;
  display: none;
  z-index: 999;
}

.ui-selectmenu-menu .ui-menu {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  margin: 0 !important;
  width: 100%;
  max-width: 200px;
  max-height: 300px !important;
  list-style: none;
  background-color: #181f2a;
  border: 0;
  border-radius: 0;
  text-align: left;
  list-style: none !important;
}
.ui-selectmenu-menu .ui-menu li {
  margin: 0 !important;
  padding: 12px 4px 12px 18px;
  outline: none;
  font-size: 16px !important;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  color: #ffffff;
  list-style: none !important;
  transition: .3s;
}
.ui-selectmenu-menu .ui-menu li:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.ui-menu li:first-child {
  display: none !important;
}

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

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

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

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

#wrap {
  position: relative;
  overflow: hidden;
}


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

.insert-gallery a:after { font-family: "icons"; content: "\e93c"; display: inline-block; font: normal normal normal 14px/1 icons; 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 { 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%;
}

.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;
  }
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-link {
  font-weight: 700;
  margin: 0 .5rem;
}

.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;
  transition: .3s;
}

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

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


aside#sidebar .widget.article .image a,
aside#sidebar .widget.sermon .image a,
aside#sidebar .widget.post .image a,
aside#sidebar .widget.event .image a {
  position: relative;
  display: block;
}
aside#sidebar .widget.article .image a:after,
aside#sidebar .widget.sermon .image a:after,
aside#sidebar .widget.post .image a:after,
aside#sidebar .widget.event .image a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
aside#sidebar .widget.article .image a:hover:after,
aside#sidebar .widget.sermon .image a:hover:after,
aside#sidebar .widget.post .image a:hover:after,
aside#sidebar .widget.event .image a:hover:after {
  opacity: 1;
  visibility: visible;
}

#pagination a > span,
.pagination a > span,
#pagination a > span, 
.pagination a > span {
  font-size: 16px !important;
}
