@charset "UTF-8";
/*!
 * SASS CONCATENATED USING GULP AND LARAVEL ELIXIR
 *
 * If you have any questions, email or chat Scott Beatty - scott@monkdevelopment.com
 */
/*
/*!
 * PLEASE NOTE
 *
 * If you update file directly please delete/rename the sass folder so your work does not get overwritten
 */
/*
- - - - CSS SITEMAP - - - -
i01 - Base
i02 - Reset & Helpers
i03 - Grid
i04 - Typography
i05 - Forms
i06 - Filters
i07 - Dark
i08 - Header
i09 - Navigation
i10 - Billboard
i11 - Content
i12 - Sections
i13 - Widgets
i14 - Footer
i15 - Colorbox
i16 - Selectmenu
i17 - Cycle2
i18 - jqueryUI
i19 - Containers
*/
/* i01 - Base */
/*

$black: #000000;
$white: #fafafa;
$purple: #432e3f;
$darkpurple: #271c25;
$green: #a19c49;
$beige: #e2dacb;
$light: #f6f4ef;

$lato: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;//300,400,700,900
$sans: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;//400,700

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

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, .container::after, .container-large::after, .container-wide::after, .container-full::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clear {
  clear: both; }

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

.ir br {
  display: none; }

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

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

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

.invisible {
  visibility: hidden; }

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

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

/* i03 - Grid */
.div-row {
  width: 100%;
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 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 3%; } }
    @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.5%; } }

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

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

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

.list-2 article {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .list-2 article {
      float: left;
      width: 49%;
      margin-left: 2%; } }
  .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: 2%; } }
  .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 {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .list-4 article {
      width: 23.5%;
      margin-left: 2%; } }
  .list-4 article:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }
    @media (min-width: 768px) {
      .list-4 article:nth-child(2n+1) {
        clear: none;
        margin-left: 2%; } }
  @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; } }

.flexbox .list-4 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flexbox .list-4 article {
    float: none; }
    .flexbox .list-4 article:nth-child(2n+1) {
      clear: none; }
    @media (min-width: 768px) {
      .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(5n+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: 400; }

body,
blockquote,
table td,
textarea,
#search_term,
#search_term2,
#module-search-term,
#zip-search-term,
blockquote,
.ui-selectmenu-button,
.ui-selectmenu-menu .ui-menu,
select.sorter {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
table th,
[class^="button-"],
.rsvp a,
.monkForm input[type=submit],
#newsletter_text,
#newsletter_submit {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

a {
  color: #a19c49;
  text-decoration: none; }
  a:hover {
    color: #432e3f; }

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

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

h1 {
  font-size: 1.625em;
  font-weight: 400;
  color: #432e3f;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h1 {
      font-size: 1.875em; } }
  h1.headline {
    text-align: center;
    font-size: 2em; }
    @media (min-width: 768px) {
      h1.headline {
        font-size: 3.75em; } }

h2 {
  font-size: 1.625em;
  font-weight: 900;
  color: #432e3f; }

h3 {
  font-size: 1.375em;
  font-weight: 400;
  color: #432e3f;
  text-transform: uppercase; }

h4 {
  font-size: 1.125em;
  font-weight: 900;
  color: #a19c49;
  text-transform: uppercase; }

h5 {
  font-size: 1em;
  font-weight: 900;
  color: #432e3f; }

h6 {
  font-size: .875em;
  font-weight: 700;
  color: #a19c49; }

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

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

i, em {
  font-style: italic; }

b, strong {
  font-weight: 700; }

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

ins {
  text-decoration: none; }

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

sup {
  bottom: 0.8em; }

sub {
  top: 0.3em; }

dl {
  margin: 0 0 1.5em 0; }

dl dt {
  font-weight: normal; }

dd {
  margin-left: 1.5em; }

blockquote {
  position: relative;
  margin: 1.75em 0;
  padding: 0;
  text-align: left;
  font-size: 1.625em;
  color: #a19c49;
  font-weight: 400;
  line-height: 1.5em;
  font-style: normal; }
  blockquote p {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: inherit;
    font-size: inherit;
    font-family: inherit; }

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

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

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

.button-small,
.rsvp a {
  color: #432e3f;
  border-color: #432e3f; }
  .button-small:hover,
  .rsvp a:hover {
    background-color: #432e3f;
    color: #fafafa; }

.button-medium {
  font-size: 18px;
  color: #432e3f;
  border-color: #e2dacb; }
  .button-medium:hover {
    background-color: #e2dacb;
    color: #fafafa; }

.button-large {
  font-size: 20px;
  color: #a19c49;
  border-color: #a19c49; }
  @media (min-width: 768px) {
    .button-large {
      font-size: 22px; } }
  .button-large:hover {
    background-color: #a19c49;
    color: #fafafa; }

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

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

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

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 {
  text-align: center;
  padding: 1em 0;
  line-height: 1; }
  #pagination a,
  .pagination a {
    display: inline-block;
    padding: 0;
    margin: 0 .25em;
    line-height: 1.3;
    font-weight: 700;
    padding: .125em; }
  #pagination #current,
  #pagination .current,
  .pagination #current,
  .pagination .current {
    color: #432e3f; }
  #pagination #off,
  .pagination #off {
    cursor: default;
    color: #f6f4ef;
    border-color: #f6f4ef; }

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

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

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

:-moz-placeholder {
  opacity: 1; }

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

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

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

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

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

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

/* i05 - Forms */
.monkForm {
  margin: 1.5em 0;
  padding: 0 20px 2em 20px;
  overflow: hidden;
  color: #000000;
  background-color: #f6f4ef;
  border: 2px solid #e2dacb; }
  @media (min-width: 1028px) {
    .monkForm {
      margin: 2em 0; } }
  .monkForm p {
    margin: 0;
    font-size: 1em; }
    .monkForm p.error {
      font-size: .875em;
      color: #a19c49; }
  .monkForm fieldset > legend {
    display: block;
    position: relative;
    width: 100%;
    padding: 1.25em 0;
    font-size: 1.625em;
    font-weight: 900;
    color: #fafafa;
    background-color: #432e3f;
    text-align: left; }
    .monkForm fieldset > legend:before {
      content: "";
      position: absolute;
      left: -20px;
      width: 20px;
      top: 0;
      bottom: 0;
      background-color: #432e3f;
      z-index: 0; }
    .monkForm fieldset > legend:after {
      content: "";
      position: absolute;
      right: -20px;
      width: 20px;
      top: 0;
      bottom: 0;
      background-color: #432e3f;
      z-index: 0; }
  .monkForm fieldset fieldset > legend {
    display: block;
    width: 100%;
    line-height: 1.2;
    padding: 0;
    margin-bottom: .125em;
    font-size: 1em;
    font-weight: 900;
    color: #432e3f;
    background-color: transparent !important;
    border-radius: 0; }
    .monkForm fieldset fieldset > legend:before, .monkForm fieldset fieldset > legend:after {
      display: none; }
  .monkForm .section {
    margin-bottom: 1em !important;
    padding: 0; }
    .monkForm .section p {
      font-size: .875em;
      font-weight: 700;
      color: #a19c49; }
  .monkForm .heading {
    display: block;
    line-height: 1.125em;
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: 900;
    color: #432e3f;
    text-align: left; }
  .monkForm p.description {
    font-size: 1em;
    color: #000000; }
  .monkForm div.divider {
    position: relative;
    margin-bottom: 2em;
    padding: 1em 0;
    border-bottom: 2px solid #e2dacb;
    text-align: left; }
    .monkForm div.divider .heading {
      font-size: 1em;
      font-weight: 900;
      color: #432e3f; }
    .monkForm div.divider div.description {
      padding: 0; }
      .monkForm div.divider div.description p {
        font-size: 1em;
        color: #000000; }
  .monkForm .asterisk {
    color: #432e3f; }
  .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: .75em; }
  .monkForm div {
    text-align: left;
    padding: 0; }
    .monkForm div input,
    .monkForm div textarea,
    .monkForm div select {
      display: inline-block;
      color: #000000;
      font-size: 1em;
      font-weight: 400;
      padding: .65em .75em;
      margin-bottom: .5em;
      outline: none;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      width: 70%; }
      @media (min-width: 1028px) {
        .monkForm div input,
        .monkForm div textarea,
        .monkForm div select {
          width: auto; } }
    .monkForm div input,
    .monkForm div textarea {
      background-color: #fafafa;
      border-radius: 7px; }
  .monkForm .text input, .monkForm .text textarea,
  .monkForm .email input,
  .monkForm .email textarea,
  .monkForm .textarea input,
  .monkForm .textarea textarea {
    display: block;
    width: 90%; }
  .monkForm .phone input {
    width: auto; }
  .monkForm .address .ui-selectmenu-button {
    top: 1.125em; }
  .monkForm .address input {
    margin-bottom: 1em; }
  .monkForm .checkbox p,
  .monkForm .radio p {
    margin-bottom: .25em; }
  .monkForm .checkbox label,
  .monkForm .radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 1em;
    line-height: 20px; }
  .monkForm .checkbox input,
  .monkForm .radio input {
    width: auto;
    display: inline-block; }
  .monkForm .file label {
    display: none; }
  .monkForm .file input {
    font-weight: 400;
    border: 0;
    background-color: transparent;
    font-size: 12px; }
    @media (min-width: 768px) {
      .monkForm .file input {
        padding: 20px;
        background-color: #fafafa;
        font-size: 1em; } }
  .monkForm .ui-selectmenu-button {
    display: inline-block;
    margin: 0; }
  .monkForm .date .ui-selectmenu-button {
    width: 100px !important; }
  .monkForm input[type=submit] {
    transition: .3s;
    cursor: pointer;
    margin: 20px 0 !important; }

#newsletter {
  overflow: hidden;
  width: 100%; }
  #newsletter fieldset {
    width: 100%;
    overflow: hidden;
    border: 3px solid #e2dacb;
    box-sizing: border-box; }
  #newsletter label {
    display: block;
    margin-bottom: 1em; }

#newsletter_text {
  padding: 0 5%;
  width: 60%;
  float: left;
  border: 0;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  outline: none;
  border-radius: 0; }
  @media (min-width: 1028px) {
    #newsletter_text {
      width: 70%; } }

#newsletter_submit {
  width: 30%;
  float: right;
  font-size: .875em;
  font-weight: 900;
  line-height: 38px;
  height: 38px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  border: 0;
  background-color: #fafafa;
  color: #432e3f;
  border-radius: 0;
  transition: .3s;
  -webkit-appearance: none; }
  @media (min-width: 1028px) {
    #newsletter_submit {
      width: 20%; } }
  #newsletter_submit:hover {
    color: #fafafa;
    background-color: #432e3f; }

/* i06 - Filters */
.filters {
  padding: 0;
  margin-bottom: 2em; }
  @media (min-width: 1028px) {
    .filters {
      text-align: center; } }
  .filters h5 {
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.1em; }
    @media (min-width: 1028px) {
      .filters h5 {
        display: inline-block;
        position: relative;
        margin: .5em .5em 0 0;
        vertical-align: top; } }
  .filters a {
    text-decoration: none; }
  .filters .ui-selectmenu-button {
    display: inline-block;
    margin: 0 auto 1em auto;
    text-align: left; }
    @media (min-width: 1028px) {
      .filters .ui-selectmenu-button {
        margin: 0 .5em; } }
  .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: 180px;
  margin: 1em auto 0 auto; }
  @media (min-width: 1028px) {
    #module-search,
    #zip-search {
      display: inline-block;
      margin: 0 0 0 1em; } }

#module-search fieldset,
#zip-search .zip-inner {
  position: relative;
  padding: .5em 0;
  border: 0;
  width: 100%;
  color: #000000;
  overflow: hidden;
  border-bottom: 2px solid #f6f4ef; }

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

#module-search-submit,
#zip-search-submit {
  display: block;
  position: absolute;
  margin-top: 4px;
  right: 0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  background: none;
  outline: none;
  border: 0;
  padding: 2px 0;
  cursor: pointer;
  color: #a19c49;
  transition: .3s; }
  #module-search-submit:hover,
  #zip-search-submit:hover {
    color: #432e3f; }
  @media (min-width: 1028px) {
    #module-search-submit,
    #zip-search-submit {
      padding: 0; } }

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

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

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

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

@media (max-width: 1028px) {
  .sticky-wrapper {
    height: auto !important; } }
.metanav {
  position: relative;
  display: none;
  text-align: center;
  padding: .75em 0;
  background-color: #271c25;
  transition: .3s; }
  @media (min-width: 1028px) {
    .metanav {
      display: block; } }
  .metanav ul {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .metanav ul li {
      font-size: .875em;
      display: inline-block;
      margin: 0 .75em; }
      .metanav ul li a {
        display: block;
        color: #e2dacb;
        text-transform: uppercase; }
        .metanav ul li a i {
          margin-right: .25em; }
        .metanav ul li a:hover {
          color: #fafafa; }

/*account for header below billboard when metanav is split*/
body.splitnav #header {
  position: absolute;
  top: 0;
  height: 72px; }
  @media (min-width: 1028px) {
    body.splitnav #header {
      position: relative;
      height: auto; } }
  body.splitnav #header .metanav,
  body.splitnav #header .alertbar-wrap.alertB3 {
    display: none; }
  @media (min-width: 1028px) {
    body.splitnav #header.stuck {
      position: fixed;
      left: 0;
      top: 0; } }

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

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

/*default header is logo centered*/
#header .header .center {
  position: relative; }
  @media (min-width: 1028px) {
    #header .header .center .logo {
      text-align: center;
      left: 50%;
      margin: 0 0 0 -8%; } }
  #header .header .center .logo img {
    margin: 0 auto; }

/*option header logo left*/
#header .header .left {
  position: relative; }
  @media (min-width: 1028px) {
    #header .header .left .logo {
      text-align: left;
      left: 0;
      margin: 0; } }

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

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

/* i09 - Navigation */
nav.main-left,
nav.main-right,
nav.main {
  display: none; }
  @media (min-width: 1028px) {
    nav.main-left,
    nav.main-right,
    nav.main {
      display: block; } }
  nav.main-left > ul,
  nav.main-right > ul,
  nav.main > ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
    display: flex; }
    nav.main-left > ul > li,
    nav.main-right > ul > li,
    nav.main > ul > li {
      position: relative;
      text-align: center;
      -webkit-flex-grow: 1;
      flex-grow: 1; }
      nav.main-left > ul > li > a,
      nav.main-right > ul > li > a,
      nav.main > ul > li > a {
        display: inline-block;
        font-size: 1.125em;
        padding: 2.4em .25em;
        text-transform: uppercase;
        font-weight: 300;
        color: #fafafa; }
        nav.main-left > ul > li > a:after,
        nav.main-right > ul > li > a:after,
        nav.main > ul > li > a:after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: 0;
          width: 0;
          height: 0;
          margin-left: -5px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #fafafa;
          opacity: 0;
          visibility: visible;
          transition: opacity 0.2s ease-in-out; }
      nav.main-left > ul > li > ul,
      nav.main-right > ul > li > ul,
      nav.main > ul > li > ul {
        display: block;
        position: absolute;
        left: 0;
        float: none;
        width: 100%;
        min-width: 160px;
        z-index: 999;
        border-top: 1px solid #fafafa;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease-in-out; }
    nav.main-left > ul > li:hover > a:after,
    nav.main-right > ul > li:hover > a:after,
    nav.main > ul > li:hover > a:after {
      opacity: 1;
      visibility: visible; }
    nav.main-left > ul > li:hover > ul,
    nav.main-right > ul > li:hover > ul,
    nav.main > ul > li:hover > ul {
      opacity: 1;
      visibility: visible; }
  nav.main-left > ul > li > ul > li,
  nav.main-right > ul > li > ul > li,
  nav.main > ul > li > ul > li {
    text-align: left; }
    nav.main-left > ul > li > ul > li > a,
    nav.main-right > ul > li > ul > li > a,
    nav.main > ul > li > ul > li > a {
      display: block;
      font-size: .9125em;
      padding: 1em .5em 1em 1em;
      font-weight: 400;
      text-transform: uppercase;
      color: #fafafa;
      background-color: #432e3f;
      border-bottom: 1px solid #fafafa; }
      nav.main-left > ul > li > ul > li > a:hover,
      nav.main-right > ul > li > ul > li > a:hover,
      nav.main > ul > li > ul > li > a:hover {
        background-color: #271c25; }

/*account for reverse dropdown when metanav is split*/
body.splitnav #header:not(.stuck) nav.main-left > ul > li > a:after,
body.splitnav #header:not(.stuck) nav.main-right > ul > li > a:after,
body.splitnav #header:not(.stuck) nav.main > ul > li > a:after {
  top: 0;
  bottom: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #fafafa; }
body.splitnav #header:not(.stuck) nav.main-left > ul > li:hover > ul,
body.splitnav #header:not(.stuck) nav.main-right > ul > li:hover > ul,
body.splitnav #header:not(.stuck) nav.main > ul > li:hover > ul {
  bottom: 100%; }

/*account for logo size on the nav settings*/
nav.main-left {
  float: left;
  width: 40%; }

nav.main-right {
  float: right;
  width: 40%; }

nav.main {
  float: right;
  width: 80%; }

nav#mobile {
  position: absolute;
  left: -110%;
  width: 320px;
  height: 100%;
  z-index: 2999;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }
  @media (min-width: 1028px) {
    nav#mobile {
      display: none !important; } }

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

nav#mobile .mobile-inner {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  min-height: 100%; }

nav#mobile .inner {
  background-color: #432e3f; }

body.show-mobile nav#mobile {
  left: 0;
  opacity: 1; }

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

nav#mobile .header-links {
  padding: 1em 5%;
  text-align: center;
  border-top: 2px solid rgba(250, 250, 250, 0.1);
  border-bottom: 2px solid rgba(250, 250, 250, 0.1); }
  nav#mobile .header-links li {
    display: inline-block;
    margin: 0 .5em; }
    nav#mobile .header-links li a {
      display: block;
      text-transform: uppercase;
      font-size: .875em;
      color: #e2dacb; }

#mobilenav li.dropdown > a span {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  text-align: right;
  color: #fafafa;
  font-size: 1.25em;
  width: 13%; }
  #mobilenav li.dropdown > a span i {
    display: inline-block;
    margin-top: .6em; }
    #mobilenav li.dropdown > a span i:before {
      font-family: "icons";
      content: "";
      font-size: 100%;
      font-weight: normal !important;
      font-style: normal !important;
      vertical-align: middle; }

#mobilenav > li.active > a > span i:before,
#mobilenav li > ul > li.active > a > span i:before {
  content: "\e3b4"; }

#mobilenav > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: .875em;
  padding: 1em 5% 1em 15%;
  text-transform: uppercase;
  color: #fafafa;
  border-bottom: 2px solid rgba(250, 250, 250, 0.1); }
#mobilenav > li > ul {
  display: none;
  padding: 1em 15%;
  background-color: #271c25; }
#mobilenav > li.active > ul {
  display: block; }

#mobilenav > li > ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: .875em;
  padding: .75em 0;
  text-transform: uppercase;
  color: #fafafa; }
  #mobilenav > li > ul li a span {
    display: none !important; }
#mobilenav > li > ul li ul {
  display: block;
  padding: 0 0 0 10%; }

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

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

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

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

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

#searchForm2 {
  position: relative;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  width: 100%; }
  #searchForm2 fieldset {
    position: relative;
    padding: 0;
    border: 0;
    width: 100%;
    margin: 0;
    background-color: #fafafa; }
  #searchForm2 #search_term2 {
    display: block;
    width: 75%;
    float: left;
    padding: 0 5%;
    border: 0;
    text-align: left;
    font-size: 16px;
    line-height: 40px;
    color: #432e3f;
    outline: none;
    font-weight: 400;
    outline: none !important;
    border-radius: 0;
    background-color: transparent; }
  #searchForm2 #search_go2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    background-color: #e2dacb;
    color: #432e3f;
    text-align: center; }

/* i10 - Billboard */
#billboard {
  position: relative;
  width: 100%;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  transition: .3s;
  min-height: 180px !important;
  max-height: 420px !important; }

#billboard.full {
  max-height: none !important;
}

#billboard.hasgrid {
  min-height: 250px !important;
}

#billboard.hasgrid.full {
  min-height: 380px !important;
}

  #billboard .text {
    /*position: relative; */
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hide;
    overflow-y: auto;
    z-index: 200;
  }
    @media (min-width: 320px) { /* used to be 1028px */
      #billboard .text {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-x: hide;
        overflow-y: auto; } }
    #billboard .text .container {
      padding: 2em 0; }
      @media (min-width: 320px) { /* used to be 1028px */
        #billboard .text .container {
          display: block;
          position: relative;
          top: 50%;
          max-height: 100%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    #billboard .text h4 {
      color: #432e3f;
      margin: 1em 0; }
      @media (min-width: 768px) {
        #billboard .text h4 {
          font-size: 1.75em; } }
    #billboard .text p {
      margin: 1em 0 0 0; }

@media (min-width: 1028px) {
  #billboard.hasgrid {
    max-height: none !important;
    height: 31.25em;
    background-image: url(/_assets/img/loaders/svg-loaders-white/ball-triangle.svg) !important;
    background-size: auto; } }
#billboard.hasgrid ul.grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  display: flex; }
  #billboard.hasgrid ul.grid li {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    #billboard.hasgrid ul.grid li:before {
      content: "";
      position: absolute;
      left: -1px;
      top: 0;
      width: 2px;
      height: 100%;
      background-color: #fafafa; }
      @media (min-width: 1028px) {
        #billboard.hasgrid ul.grid li:before {
          width: 6px;
          left: -3px; } }
    #billboard.hasgrid ul.grid li:first-child:before {
      display: none; }

#billboard.hasrotator {
  min-height: 0;
  height: auto; }
#billboard.hastext.hasrotator .text {
  pointer-events:none;
}
  @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;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  overflow: hidden;
  transform: translateY(-50%);
}
#bigvideo video {
  display: block;
  height: 100%;
  width: 100%;
}

/* i11 - Content */
#breadcrumbs {
  background-color: #e2dacb;
  color: #432e3f;
  text-transform: uppercase;
  font-size: .75em;
  padding: .75em 0;
  margin-top: 2px; }
  @media (min-width: 1028px) {
    #breadcrumbs {
      margin-top: 4px;
      font-size: .875em; } }
  #breadcrumbs a {
    color: #432e3f; }
  #breadcrumbs span {
    display: inline-block;
    margin: 0 .5em; }

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

#sidebar {
  position: relative; }
  @media (min-width: 1028px) {
    #sidebar {
      float: right;
      width: 24%; } }
  #sidebar section {
    position: relative;
    margin-bottom: 2em; }
    @media (min-width: 1028px) {
      #sidebar section {
        margin-bottom: 4em; } }

#content nav.sidebar {
  margin-bottom: 2em; }
  @media (min-width: 1028px) {
    #content nav.sidebar {
      margin-bottom: 4em; } }
  #content nav.sidebar > ul > li > a {
    display: block;
    font-size: 1.375em;
    color: #432e3f;
    border-bottom: 2px solid #e2dacb;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: .5em;
    margin-bottom: .5em; }

#content nav.sidebar > ul > li > ul {
  text-align: center; }
  #content nav.sidebar > ul > li > ul > li > a {
    display: block;
    font-size: 1.125em;
    color: #fafafa;
    padding: .8em .25em;
    background-color: #432e3f;
    border-bottom: 2px solid rgba(250, 250, 250, 0.09); }
    #content nav.sidebar > ul > li > ul > li > a:hover {
      color: #e2dacb; }
  #content nav.sidebar > ul > li > ul > li > ul {
    display: none; }
  #content nav.sidebar > ul > li > ul > li.current > a {
    background-color: rgba(67, 46, 63, 0.91);
    border-bottom-color: transparent; }
  #content nav.sidebar > ul > li > ul > li.current > ul {
    display: block;
    padding: 0 0 0 1em;
    background-color: rgba(67, 46, 63, 0.91); }

#content nav.sidebar > ul > li > ul > li ul li a {
  display: block;
  color: #e2dacb;
  font-size: .875em;
  padding: .5em .25em; }
  #content nav.sidebar > ul > li > ul > li ul li a:hover {
    color: #fafafa; }

/* i12 - Sections */
.content-section {
  position: relative;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important; }
  @media (min-width: 1028px) {
    .content-section.parallax {
      background-attachment: fixed; } }
  .content-section.dark {
    background-color: #000000; }
  .content-section .content-section-inner {
    padding: 3em 0; }
    @media (min-width: 1028px) {
      .content-section .content-section-inner {
        padding: 5em 0; } }
  .content-section .text {
    position: relative; }
    .content-section .text .div-row:last-child {
      margin-bottom: 0; }
    .content-section .text p:last-child {
      margin: 0; }

/* i13 - Widgets */
.widget .image.hover {
  position: relative;
  overflow: hidden; }
  .widget .image.hover a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden; }
    @media (min-width: 1028px) {
      .widget .image.hover a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
    .widget .image.hover a:hover span {
      background-color: rgba(67, 46, 63, 0.65); }
    .widget .image.hover a:hover span:before {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .widget .image.hover a:hover span b {
      opacity: 1; }
  .widget .image.hover img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    overflow: hidden; }
    @media (min-width: 1028px) {
      .widget .image.hover img {
        -webkit-transform: scale(1);
        transform: scale(1); } }
  .widget .image.hover span {
    display: none;
    color: #fafafa;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden; }
    @media (min-width: 1028px) {
      .widget .image.hover span {
        display: block; } }
    .widget .image.hover span:before {
      content: "";
      position: absolute;
      top: 20px;
      right: 20px;
      bottom: 20px;
      left: 20px;
      border: 1px solid #fff;
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .widget .image.hover span b {
      display: block;
      position: relative;
      font-size: 1.375em;
      font-weight: 300;
      text-transform: uppercase;
      text-align: center;
      margin: 0 30px;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      top: 50%;
      max-height: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 1028px) {
        .widget .image.hover span b {
          font-size: 2em; } }

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

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

#content .widget.articles .image,
#content .widget.sermons .image,
.content-section .widget.articles .image,
.content-section .widget.sermons .image {
  margin-bottom: .75em; }
#content .widget.articles .info p,
#content .widget.sermons .info p,
.content-section .widget.articles .info p,
.content-section .widget.sermons .info p {
  font-size: .8125em;
  margin-bottom: .75em; }
@media (min-width: 1028px) {
  #content .widget.articles .media,
  #content .widget.sermons .media,
  .content-section .widget.articles .media,
  .content-section .widget.sermons .media {
    text-align: center; } }
#content .widget.articles .media li,
#content .widget.sermons .media li,
.content-section .widget.articles .media li,
.content-section .widget.sermons .media li {
  font-size: .875em;
  display: inline-block;
  margin-left: .5em;
  padding-left: .5em;
  border-left: 1px solid #432e3f; }
  #content .widget.articles .media li a,
  #content .widget.sermons .media li a,
  .content-section .widget.articles .media li a,
  .content-section .widget.sermons .media li a {
    color: #432e3f; }
    #content .widget.articles .media li a:hover,
    #content .widget.sermons .media li a:hover,
    .content-section .widget.articles .media li a:hover,
    .content-section .widget.sermons .media li a:hover {
      color: rgba(67, 46, 63, 0.7); }
  #content .widget.articles .media li:first-child,
  #content .widget.sermons .media li:first-child,
  .content-section .widget.articles .media li:first-child,
  .content-section .widget.sermons .media li:first-child {
    border: 0;
    margin-left: 0;
    padding-left: 0; }

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

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

#content .widget.posts .image,
.content-section .widget.posts .image {
  margin-bottom: .75em; }
#content .widget.posts .info h4,
.content-section .widget.posts .info h4 {
  margin-bottom: .125em; }
#content .widget.posts .info p,
.content-section .widget.posts .info p {
  margin-bottom: 0; }

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

#content .widget.events .image,
.content-section .widget.events .image {
  margin-bottom: .75em; }
  #content .widget.events .image a,
  .content-section .widget.events .image a {
    display: block;
    position: relative;
    min-height: 72px; }
    #content .widget.events .image a:after,
    .content-section .widget.events .image a:after {
      display: none;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(67, 46, 63, 0.65);
      transition: .3s; }
      @media (min-width: 1028px) {
        #content .widget.events .image a:after,
        .content-section .widget.events .image a:after {
          display: block; } }
    #content .widget.events .image a:hover:after,
    .content-section .widget.events .image a:hover:after {
      background-color: transparent !important; }
  #content .widget.events .image .date,
  .content-section .widget.events .image .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 56px;
    padding: 8px 0;
    background-color: #a19c49;
    color: #fafafa;
    text-align: center;
    text-transform: uppercase;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #content .widget.events .image .date span,
    .content-section .widget.events .image .date span {
      display: block; }
      #content .widget.events .image .date span.day,
      .content-section .widget.events .image .date span.day {
        font-size: 2em;
        font-weight: 900; }
      #content .widget.events .image .date span.month,
      .content-section .widget.events .image .date span.month {
        font-size: 1.125em; }
#content .widget.events .info h4,
.content-section .widget.events .info h4 {
  margin-bottom: .125em; }
#content .widget.events .info p,
.content-section .widget.events .info p {
  margin-bottom: .25em; }

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

@media (max-width: 1028px) {
  .content-section .widget.events.carousel:not(.has-carousel) article:nth-child(n+5) {
    display: none; } }

  /* Hides the default image, IF it comes right after the "actual" image (i.e. - when an actual event image exists) */
  .content-section .widget.events article .image .actual + .default {
    display: none;
  }

/* i14 - Footer */
#footer {
  text-align: center; }

#footer .top {
  padding: 2em 0;
  background-color: #432e3f;
  color: #fafafa; }
  #footer .top a {
    color: #fafafa; }
    #footer .top a:hover {
      color: #e2dacb; }
  #footer .top .logo {
    margin-bottom: 1em; }
    #footer .top .logo a {
      display: inline-block; }
      #footer .top .logo a img {
        display: inline-block;
        max-width: 288px;
        height: auto;
        margin: 0 auto; }
  #footer .top .social {
    text-align: center;
    margin-bottom: 1em; }
    #footer .top .social li {
      display: inline-block;
      margin: 0 .35em;
      vertical-align: top; }
      #footer .top .social li a {
        display: block;
        background-color: #e2dacb;
        padding: .5em;
        height: 32px;
        width: 32px;
        box-sizing: border-box; }
        #footer .top .social li a:hover {
          background-color: #fafafa; }
        #footer .top .social li a i {
          color: #432e3f; }
  #footer .top .contact p {
    margin: 0;
    font-size: .8125em;
    text-transform: uppercase; }
    @media (min-width: 1028px) {
      #footer .top .contact p {
        font-size: .875em; } }
  #footer .top .contact b {
    display: block;
    height: 1px;
    font-size: 0px;
    visibility: hidden; }
    @media (min-width: 1028px) {
      #footer .top .contact b {
        display: inline-block;
        visibility: visible;
        font-weight: 400;
        font-size: 1em;
        margin: 0 .5em; } }

#footer .btm {
  padding: .65em 0;
  background-color: #271c25;
  color: #e2dacb; }
#footer p {
  text-transform: uppercase;
  font-size: .875em;
  margin: 0; }
  #footer p b {
    display: inline-block;
    font-weight: 400;
    margin: 0 .5em; }
#footer .icon-ekk-logo {
  color: #e2dacb;
  font-size: 1em;
  margin-left: .5em;
  vertical-align: middle; }
  #footer .icon-ekk-logo:hover {
    color: #1293aa !important; }

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

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

.ui-selectmenu-button {
  display: block;
  position: relative;
  width: 190px;
  height: auto;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  background: #fafafa;
  border: 0;
  border: 2px solid #e2dacb;
  border-radius: 0; }
  .ui-selectmenu-button span.ui-icon {
    display: none !important; }
  .ui-selectmenu-button span.ui-selectmenu-text {
    position: relative;
    display: block;
    line-height: 2.6em;
    padding: 0 2.6em 0 1em;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    color: #432e3f;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom; }
  .ui-selectmenu-button span.icon-menu10 {
    font-size: 1em;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -.5em; }
  .ui-selectmenu-button.ui-selectmenu-button-open {
    border-radius: 0;
    border-bottom-color: #432e3f; }
  .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;
  padding: 0;
  width: 100%;
  width: 190px;
  max-width: 190px;
  max-height: 300px !important;
  list-style: none;
  background-color: #432e3f;
  border: 0; }
  .ui-selectmenu-menu .ui-menu li {
    margin: 0;
    padding: .75em .25em .75em 1.125em;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    cursor: pointer;
    color: #fafafa;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
    .ui-selectmenu-menu .ui-menu li:hover {
      background-color: rgba(250, 250, 250, 0.15); }

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

/* i17 - 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 {
  display: block;
  width: 100%; }

.cycle-ss .slide a.nolink:hover {
  cursor: default;
}

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

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

.cycle-pager {
  position: absolute;
  bottom: .5em;
  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: 14px;
  height: 14px;
  display: inline-block;
  background-color: #fafafa;
  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: #432e3f;
  opacity: 1; }

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

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

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

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

.rotator {
/*  overflow: hidden;
  position: relative;*/
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 10em;
  background: #000000; }
  @media (min-width: 1028px) {
    .rotator {
      min-height: 14em; } }
  .rotator .loading {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -20px; }
    @media (min-width: 1028px) {
      .rotator .loading {
        margin-top: -20px;
        margin-left: -35px;
        width: 70px; } }
  .rotator a {
    display: block;
    text-decoration: none; }
  .rotator .slide {
    /*min-height: 18em;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center; }
    @media (min-width: 1028px) {
      .rotator .slide {
        height: 31.25em; } }
  .rotator .caption {
    padding: 3em 0; }
    @media (min-width: 320px) { /* Used to be 1028px */
      .rotator .caption {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto; } }
    .rotator .caption .container {
      position: relative; }
      @media (min-width: 320px) { /* Used to be 1028px */
        .rotator .caption .container {
          top: 50%;
          padding: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    @media (min-width: 1028px) {
      .rotator .caption h1 {
        font-size: 3em; } }
    .rotator .caption h4 {
      color: #432e3f;
      margin: 1em 0; }
      @media (min-width: 768px) {
        .rotator .caption h4 {
          font-size: 1.75em; } }
  .rotator:hover .pager {
    visibility: visible; }

.js-rotator .loading {
  display: none; }
.js-rotator .rotator {
  min-height: 0;
  height: auto; }
.js-rotator .cycle-ss {
  opacity: 1; }
.js-rotator .pager {
  display: block; }

@media (min-width: 320px) { /* used to be 1028px */
  #billboard.full .rotator,
  #billboard.full .cycle-ss,
  #billboard.full .rotator .slide,
  #billboard .rotator,
  #billboard .cycle-ss,
  #billboard .rotator .slide {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}

.has-carousel {
  position: relative;
  padding: 0;
  margin: 1.5em 0; }
  .has-carousel .carousel-next {
    position: absolute;
    top: 10%;
    right: -5%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #432e3f;
    border: 2px solid #e2dacb;
    cursor: pointer;
    z-index: 500;
    text-align: center;
    border-radius: 50%;
    transition: .3s; }
    @media (min-width: 1028px) {
      .has-carousel .carousel-next {
        top: 20%;
        right: -50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 30px; } }
    @media (min-width: 1100px) {
      .has-carousel .carousel-next {
        right: -70px; } }
    .has-carousel .carousel-next:hover {
      background-color: #e2dacb; }
  .has-carousel .carousel-prev {
    position: absolute;
    top: 10%;
    left: -5%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #432e3f;
    border: 2px solid #e2dacb;
    cursor: pointer;
    z-index: 500;
    text-align: center;
    border-radius: 50%;
    transition: .3s; }
    @media (min-width: 1028px) {
      .has-carousel .carousel-prev {
        top: 20%;
        left: -50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 30px; } }
    @media (min-width: 1100px) {
      .has-carousel .carousel-prev {
        left: -70px; } }
    .has-carousel .carousel-prev:hover {
      background-color: #e2dacb; }

.section-carousel {
  padding: 0; }
  @media (min-width: 1028px) {
    .section-carousel {
      min-height: 260px; } }
  .section-carousel article,
  .section-carousel .slide {
    padding: 0 10px;
    white-space: normal;
    vertical-align: top; }
    @media (min-width: 1028px) {
      .section-carousel article,
      .section-carousel .slide {
        min-height: 260px; } }
    .section-carousel article p,
    .section-carousel .slide p {
      visibility: hidden; }
      @media (min-width: 1028px) {
        .section-carousel article p,
        .section-carousel .slide p {
          visibility: visible; } }

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

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

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

.ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 0;
  margin: 0;
  border: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 100;
  border-radius: 0; }
  @media (min-width: 1028px) {
    .ui-tabs .ui-tabs-nav li {
      display: table-cell; } }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #432e3f;
  padding: 16px 8px;
  background-color: #fafafa;
  border: 0;
  border-radius: 0; }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
    color: #a19c49; }

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

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

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #a19c49;
  background-color: #f6f4ef; }

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

.ui-accordion {
  border: 1px solid #f6f4ef; }

.ui-accordion-header {
  position: relative;
  margin: 0;
  font-size: 1em;
  padding: 14px 50px 14px 20px;
  color: #432e3f;
  background-color: #fafafa;
  border-bottom: 1px solid #f6f4ef;
  cursor: pointer;
  transition: .3s; }
  .ui-accordion-header:hover {
    color: #a19c49; }
  .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 16px; }
    .ui-accordion-header .ui-accordion-header-icon:before {
      font-family: "icons";
      content: "";
      font-size: 100%;
      font-weight: normal !important;
      font-style: normal !important;
      vertical-align: middle; }
  .ui-accordion-header.ui-accordion-header-active {
    color: #a19c49;
    background-color: #f6f4ef;
    border-bottom-color: transparent; }
    .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
      content: "\e3c1"; }

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

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

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

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

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

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

/*account for header below billboard when metanav is split*/
body.splitnav #wrap {
  padding-top: 72px; }
  @media (min-width: 1028px) {
    body.splitnav #wrap {
      padding-top: 0; } }


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

.insert-gallery a:after { font-family: "icons"; content: "\e02c"; 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,
.alertB3 > a > i {
  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,
.alertB3 > a > i {
  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,
.alertB3 > a > i {
  color: #efa837;
  transition: .3s;
}

.alertbar-wrap.alertB3 > a:hover,
.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*/
}

@media (max-width: 1024px) {
  body.splitnav #header .alertbar-wrap.alertB3 {
    display: block;
  }
}

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