@charset "UTF-8";
/*
- - - - CSS SITEMAP - - - -
i01 - Reset
i02 - Helpers
i03 - Plugins - Colorbox
i04 - Plugins - Selectmenu
i05 - Plugins - Cycle2
i06 - WYSIWYG Grid
i07 - Typography
i08 - Buttons
i09 - Tables
i10 - Forms
i11 - Filters
i12 - Mobile Nav
i13 - Desktop Nav
i14 - Header
i15 - Billboard
i16 - Content
i17 - Subnav
i18 - Widgets
i19 - Sections
i20 - Footer
i21 - Notice
i22 - Containers
*/
/* i01 - Reset */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* i02 - Helpers */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.after, .div-row:after, .div-row .div-col:after, #content #text .filters:after, #content #text .filters .filter-wrap:after, .container:after, .container-wide:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

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

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

/* i03 - Plugins - Colorbox */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

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

#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 14px;
  background: url(/_assets/img/colorbox/border.png) repeat-x top left;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
  height: 43px;
  background: url(/_assets/img/colorbox/border.png) repeat-x bottom left;
}

#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
  width: 14px;
  background: url(/_assets/img/colorbox/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
  width: 14px;
  background: url(/_assets/img/colorbox/controls.png) repeat-y -211px 0;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

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

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(/_assets/img/colorbox/loading_background.png) no-repeat center center;
}

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

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  right: 0;
  background-position: -100px -25px;
}

#cboxClose:hover {
  background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

/* i04 - Plugins - Selectmenu */
#content .filters a {
  text-decoration: none;
}

.ui-selectmenu-button {
  display: block;
  position: relative;
  width: 160px;
  height: auto;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid #e7e7e7;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.ui-selectmenu-button span.ui-icon {
  display: none !important;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  position: relative;
  display: block;
  line-height: 2.75em;
  padding: 0 1.75em 0 .5em;
  font-size: 1em;
  font-weight: 400;
  color: #464647;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.ui-selectmenu-button span.icon-arrow-down {
  color: #47ad4f;
  font-weight: normal;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  font-weight: normal !important;
}
.ui-selectmenu-button.ui-state-focus {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-selectmenu-button.ui-state-focus span.ui-selectmenu-text {
  color: #47ad4f;
}
.ui-selectmenu-button.ui-state-disabled {
  cursor: default;
  opacity: .5;
}
.ui-selectmenu-button.ui-state-disabled span.icon-menu4 {
  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%;
  max-width: 218px;
  max-height: 300px !important;
  list-style: none;
  background-color: white;
  border: 1px solid #e7e7e7;
}
.ui-selectmenu-menu .ui-menu li {
  margin: 0;
  padding: .5em;
  outline: none;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  list-style: none;
  cursor: pointer;
  color: #47ad4f;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.ui-selectmenu-menu .ui-menu li:hover {
  color: #464647;
  background-color: #f1f1f1;
  border-top-color: #e7e7e7;
  border-bottom-color: #e7e7e7;
}

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

/* i05 - Plugins - Selectmenu */
#cycle-ss,
.cycle-slideshow {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#cycle-ss .slide,
.cycle-slideshow .slide {
  width: 100%;
}

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

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

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

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

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  overflow: hidden;
  padding: 0;
  height: 24px;
  line-height: 24px;
}
@media (min-width: 69em) {
  .cycle-pager {
    height: 18px;
    line-height: 18px;
  }
}

.cycle-pager span {
  font-size: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #fafafa;
  cursor: pointer;
  margin: 0 4px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.cycle-pager span:hover {
  opacity: .6;
}

.cycle-pager span.cycle-pager-active {
  background-color: #47ad4f;
}

.cycle-pager > * {
  cursor: pointer;
}

.pager-prev, .pager-next {
  visibility: hidden;
  position: absolute;
  font-size: 1.5em;
  top: 25%;
  color: #fafafa;
  z-index: 500;
  cursor: pointer;
  opacity: .4;
}
@media (min-width: 69em) {
  .pager-prev, .pager-next {
    font-size: 2.5em;
    top: 50%;
    margin-top: -.5em;
  }
}
.pager-prev:hover, .pager-next:hover {
  opacity: 1;
}

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

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

.cycle-slideshow .pager, #cycle-ss .pager {
  display: none;
}
.cycle-slideshow:hover .pager, #cycle-ss:hover .pager {
  display: block;
}

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

.rotator {
  overflow: hidden;
  position: relative;
/*  min-height: 180px;*/
  background-color: #464647;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64em) {
  .rotator {
    min-height: 370px;
  }
}
.rotator .loading {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -20px;
}
@media (min-width: 69em) {
  .rotator .loading {
    margin-top: -20px;
    margin-left: -35px;
    width: 70px;
  }
}
.rotator .slide .caption {
  padding: 2em;
  text-align: center;
  color: #fafafa;
}
@media (min-width: 69em) {
  .rotator .slide .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
@media (min-width: 69em) {
  .rotator .slide .caption .caption-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.rotator .slide .caption .title {
  font-size: 2.375em;
  font-weight: bold;
  margin-bottom: .25em;
}
.rotator .slide .caption .desc {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.rotator .slide .caption .more {
  margin: 0;
}
.rotator .slide .caption .button-medium {
  color: #fafafa;
  background-color: rgba(250, 250, 250, 0.15);
  border: 1px solid #fafafa;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.rotator .slide .caption .button-medium:hover {
  color: #464647;
  background-color: #fafafa;
}

.js-rotator .loading {
  display: none;
}
.js-rotator #cycle-ss {
  opacity: 1;
}
.js-rotator .pager {
  visibility: visible !important;
}

/* i06 - WYSIWYG Grid */
.div-row {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 47.9375em) {
  .div-row {
    margin-bottom: 2em;
  }
}
.div-row .div-col {
  float: none;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
}
@media (min-width: 47.9375em) {
  .div-row .div-col {
    float: left;
    margin: 0 0 0 4%;
  }
}
@media (min-width: 47.9375em) {
  .div-row .div-col:first-child {
    margin-left: 0 !important;
  }
}
.div-row .div-col p:last-child {
  margin: 0;
}
.div-row .div-col p img,
.div-row .div-col div img,
.div-row .div-col p iframe,
.div-row .div-col div iframe,
.div-row .div-col p object,
.div-row .div-col div object,
.div-row .div-col p video,
.div-row .div-col div video {
  margin-bottom: 1em;
}

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

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

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

@media (min-width: 47.9375em) {
  .div-row.two-third .div-col {
    width: 72%;
  }
}
@media (min-width: 47.9375em) {
  .div-row.two-third .div-col:first-child {
    width: 24%;
  }
}

@media (min-width: 47.9375em) {
  .div-row.two-third.right .div-col {
    width: 24%;
  }
}
@media (min-width: 47.9375em) {
  .div-row.two-third.right .div-col:first-child {
    width: 72%;
  }
}

.div-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.div-embed img {
  display: block;
  width: 100%;
  height: auto;
}
.div-embed iframe, .div-embed object, .div-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* i07 - Typography */
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #464647;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

body,
table caption,
table th,
table td,
textarea {
  color: #464647;
  font-style: normal;
  font-weight: 400;
}

body,
table caption,
table th,
table td,
textarea,
h2,
h3,
h4,
h5,
h6,
.button-small,
.button-medium,
.button-large,
#search_term,
#search_term2,
blockquote
#module-search-term,
.ui-selectmenu,
.ui-selectmenu-menu,
.ui-selectmenu-button span.ui-selectmenu-text,
.ui-selectmenu-menu .ui-menu,
.monkForm,
.monkForm legend,
.monkForm input {
  font-family: "Rambla", sans-serif;
}

h1,
.share a {
  font-family: "Playfair Display", serif;
}

a {
  color: #47ad4f;
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a span {
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:hover {
  color: #d62660;
}

#content .monkForm input[type=submit] {
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .35em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit !important;
}

h1 {
  color: #464647;
  font-style: italic;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.095;
}

h2 {
  color: #464647;
  font-size: 2.375em;
  font-weight: 700;
  line-height: 1.188;
}

h3 {
  color: #092e43;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.308;
}

h4 {
  color: #464647;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.154em;
}

h5 {
  color: #092e43;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.375em;
}

h6 {
  color: #464647;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.375em;
}

.section-title {
  color: #000000;
  font-weight: 700;
  font-size: 1.625em;
  line-height: 1.154em;
  margin-bottom: 1em;
  text-align: center;
}
.section-title span {
  position: relative;
  display: block;
  margin-bottom: 3em;
}
.section-title span:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 25%;
  width: 50%;
  height: 14px;
  background-color: #d62660;
}

@media (min-width: 47.9375em) {
  .content-section .section-title span:after {
    left: 47.5%;
    width: 5%;
  }
}

p {
  line-height: 1.625em;
  margin-bottom: 1.75em;
}

#content ul {
  margin: 0 0 1.75em 3em;
}
#content ul li {
  list-style: disc;
  line-height: 1.625em;
}
#content ul li li {
  font-size: 100%;
}
#content #subnav {
  margin: 0;
}
#content #subnav li {
  list-style: none;
  line-height: 1;
  margin: 0;
}
#content .media,
#content .media-links,
#content .mcms_filter_list {
  margin: 0;
}
#content .media li,
#content .media-links li,
#content .mcms_filter_list li {
  list-style: none;
  line-height: 1;
  margin-bottom: .5em;
}
#content ol {
  margin: 0 0 1.75em 3em;
}
#content ol li {
  list-style: decimal;
  line-height: 1.625em;
}
#content ol li li {
  font-size: 100%;
}

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;
  width: 80%;
  margin: 1.25em 5%;
  padding: 2em 5%;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  color: white;
  background-color: #464647;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
blockquote p {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

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

#pagination {
  text-align: center;
  font-size: 1.125em;
  padding: 1em 0;
}
#pagination a {
  display: inline-block;
  padding: .1em .5em;
  margin: 0 .125em .125em .125em;
  font-weight: normal;
  text-decoration: none !important;
}
#pagination a:hover {
  text-decoration: underline;
}
#pagination #current {
  color: #d62660;
  background-color: #f1f1f1;
  border-bottom: 1px solid #e7e7e7;
}
#pagination #off {
  visibility: hidden;
}
#pagination #next {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e7e7e7;
}
#pagination #previous {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e7e7e7;
}

.share {
  text-align: right;
  margin-bottom: 1em;
}
.share a {
  font-size: 1.25em;
  display: inline-block;
  color: #464647;
}
.share a span {
  font-size: 1.25em;
  color: rgba(71, 173, 79, 0.5);
  margin-left: .25em;
  vertical-align: text-bottom;
}
.share a:hover span {
  color: #47ad4f;
}

.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-scrollbar {
  width: .75em;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: rgba(71, 173, 79, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(71, 173, 79, 0.4);
}

::-webkit-input-placeholder {
  color: #464647;
}

:-moz-placeholder {
  color: #464647;
}

::-moz-placeholder {
  color: #464647;
}

:-ms-input-placeholder {
  color: #464647;
}

/* i08 - Buttons */
.button-small,
p.button-small a {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 2.25em;
  color: #464647;
  text-align: center;
  padding: 0 1.25em;
  border: 1px solid #464647;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.button-small span,
p.button-small a span {
  display: inline-block;
  margin: 0 .25em;
}
.button-small:hover,
p.button-small a:hover {
  color: #47ad4f;
  border-color: #47ad4f;
}

.rsvp a,
.button-medium,
p.button-medium a {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 3em;
  text-transform: uppercase;
  color: #47ad4f;
  background-color: transparent;
  text-align: center;
  padding: 0 1.5em;
  border: 1px solid #47ad4f;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.rsvp a span,
.button-medium span,
p.button-medium a span {
  display: inline-block;
  margin: 0 .25em;
}
.rsvp a:hover,
.button-medium:hover,
p.button-medium a:hover {
  color: #fafafa;
  background-color: #47ad4f;
}

.button-large,
p.button-large a {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #fafafa;
  background-color: #47ad4f;
  text-align: center;
  padding: 0 1.5em;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.button-large span,
p.button-large a span {
  display: inline-block;
  margin: 0 .25em;
}
.button-large:hover,
p.button-large a:hover {
  color: #fafafa;
  background-color: #d62660;
}

#sidebar .button-small,
#sidebar .button-medium,
#sidebar .button-large {
  display: block;
}

/* i09 - Tables */
table {
  margin: 0 0 40px 0;
  border-collapse: separate;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
table caption {
  color: #464647;
  font-weight: 700;
  font-size: 1.5em;
  padding: .85em;
  text-align: left;
  background: none;
}
table th {
  color: #464647;
  font-weight: 400;
  font-size: 1.25em;
  padding: 1em;
  background-color: #f1f1f1;
  text-transform: uppercase;
}
table td {
  padding: 1em;
  line-height: 1.25em;
  background-color: transparent;
  border-right: 1px solid #e7e7e7;
}
table td p {
  font-size: inherit;
  margin: 0;
}
table td:first-child {
  border-left: 1px solid #e7e7e7;
}

@media (max-width: 69em) {
  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 #f1f1f1;
    border-left: 1px solid #f1f1f1;
  }

  .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;
  }
}
/* i10 - Forms */
.monkForm {
  margin: 1.5em 0;
}
.monkForm p {
  margin: 0;
}
.monkForm p.error {
  font-size: .875em;
  color: #d62660;
}
.monkForm > fieldset > legend {
  display: block;
  width: 100%;
  color: #464647;
  font-size: 2.375em;
  font-weight: 700;
  line-height: 1.188;
  padding: 1em 0;
  margin-bottom: 1em;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.monkForm > fieldset > fieldset > legend {
  color: #092e43;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.308;
}
.monkForm .section {
  padding-bottom: .25em;
  border-bottom: 4px solid #e7e7e7;
}
.monkForm .section p {
  color: #092e43;
  font-style: italic;
}
.monkForm .heading {
  display: block;
  color: #092e43;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.125em;
  margin-bottom: .5em;
}
.monkForm .asterisk {
  color: #d62660;
}
.monkForm .section,
.monkForm .text,
.monkForm .textarea,
.monkForm .email,
.monkForm .phone,
.monkForm .address,
.monkForm .date,
.monkForm .radio,
.monkForm .checkbox,
.monkForm .select,
.monkForm .file {
  margin-bottom: 1.25em;
}
.monkForm div input,
.monkForm div textarea,
.monkForm div select {
  display: inline-block;
  color: #464647;
  font-size: 1em;
  padding: .75em;
  margin-bottom: .5em;
  font-weight: 700;
  border: 1px solid #e7e7e7;
  outline: none;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #f1f1f1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.monkForm .text input, .monkForm .text textarea,
.monkForm .email input,
.monkForm .email textarea,
.monkForm .textarea input,
.monkForm .textarea textarea {
  display: block;
  width: 85%;
}
.monkForm .address .ui-selectmenu-button {
  top: 1.125em;
}
.monkForm .address input {
  margin-bottom: 1em;
}
.monkForm .checkbox label,
.monkForm .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 10px;
  font-size: 1em;
  line-height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.monkForm .checkbox label:after,
.monkForm .radio label:after {
  font-family: "mk028";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 12px;
  display: none;
  position: absolute;
  left: 4px;
  width: 20px;
  height: 20px;
  color: white;
  z-index: 100;
}
.monkForm .checkbox label:before,
.monkForm .radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 1px 0 #bcbcbc;
  -webkit-box-shadow: inset 0 0 1px 0 #bcbcbc;
  box-shadow: inset 0 0 1px 0 #bcbcbc;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -webkit-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: linear-gradient(to top, #f2f2f2, #ffffff);
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  background: #9e9e9e;
}
.monkForm .checkbox label:hover:before,
.monkForm .checkbox label:focus:before,
.monkForm .checkbox label:active:before,
.monkForm .radio label:hover:before,
.monkForm .radio label:focus:before,
.monkForm .radio label:active:before {
  -moz-box-shadow: inset 0 0 1px 0 black(0.8);
  -webkit-box-shadow: inset 0 0 1px 0 black(0.8);
  box-shadow: inset 0 0 1px 0 black(0.8);
}
.monkForm .checkbox input[type="checkbox"]:checked + label:before,
.monkForm .checkbox input[type="radio"]:checked + label:before,
.monkForm .radio input[type="checkbox"]:checked + label:before,
.monkForm .radio input[type="radio"]:checked + label:before {
  background: #47ad4f;
}
.monkForm .checkbox input[type="checkbox"]:checked + label:after,
.monkForm .checkbox input[type="radio"]:checked + label:after,
.monkForm .radio input[type="checkbox"]:checked + label:after,
.monkForm .radio input[type="radio"]:checked + label:after {
  display: inline-block;
}
.monkForm .checkbox input,
.monkForm .radio input {
  display: none;
}
.monkForm .radio label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.monkForm .file label {
  display: none;
}
.monkForm .file input {
  background-color: transparent !important;
  border-color: #47ad4f;
  font-weight: 400;
}
.monkForm .ui-selectmenu-button {
  display: inline-block;
  margin: 0;
}
.monkForm input[type=submit] {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: 3em;
  font-size: 1em;
  text-transform: uppercase;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: .25em 2em 0 2em;
  background-color: #47ad4f;
  border: 0;
  outline: none;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.monkForm input[type=submit]:hover {
  color: white;
  background-color: #d62660;
}

/* i11 - Forms */
#content #text .filters {
  padding: 1em;
  background-color: #f1f1f1;
  margin-bottom: 2em;
  text-align: center;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #text .filters h6 {
  margin-bottom: .75em;
  text-align: center;
  line-height: 1.1em;
}
@media (min-width: 64em) {
  #content #text .filters h6 {
    display: inline-block;
    position: relative;
    margin: .75em .5em 0 0;
    text-align: left;
    float: left;
  }
}
#content #text .filters a {
  text-decoration: none;
}
#content #text .filters .ui-selectmenu-button {
  width: 160px;
  display: inline-block;
  margin-right: .5em;
  text-align: left;
  float: left;
}
#content #text .filters select.sorter {
  display: block;
  float: none;
  width: 60%;
  margin: 0 auto 1em auto;
}

#module-search {
  width: 150px;
  margin: 0 auto 1em auto;
  text-align: left;
}
@media (min-width: 64em) {
  #module-search {
    display: inline-block;
    border: 0;
    margin: 0;
    float: left;
  }
}

#module-search fieldset {
  border: 0;
  width: 138px;
  padding: 5px;
  border: 1px solid #e7e7e7;
  background-color: #f1f1f1;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  overflow: hidden;
}

#module-search-term {
  float: left;
  width: 100px;
  height: 34px;
  line-height: 34px;
  border: 0;
  padding: 0;
  font-size: .875em;
  font-weight: 400;
  color: #464647;
  background-color: transparent;
}

#module-search-submit {
  float: right;
  font-size: 1.125em;
  width: 24px;
  height: 34px;
  margin: 0;
  border: 0;
  outline: none;
  display: block;
  background: none;
  color: #47ad4f;
  cursor: pointer;
  text-align: left;
}
#module-search-submit:hover {
  color: #d62660;
}

#content #sidebar .filters {
  padding: 0;
  margin-bottom: 0;
}
#content #sidebar .filters .ui-selectmenu-button {
  width: 220px !important;
  float: none;
  margin-bottom: 1em;
}
#content #sidebar .filters select.sorter {
  display: block;
  float: none;
  width: 60%;
  margin: 0 auto 1em auto;
}
#content #sidebar .filters form#module-search {
  float: none;
  width: 208px;
  margin: 0 0 1em 0;
}
@media (min-width: 69em) {
  #content #sidebar .filters form#module-search {
    float: none;
    border: 0;
    margin: 0 0 1em 0;
  }
}
#content #sidebar .filters form#module-search fieldset {
  width: 208px;
}
#content #sidebar .filters form#module-search #module-search-term {
  width: 170px;
}

/* i12 - Mobile Nav */
nav.mobile {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #464647;
  z-index: 2999;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
@media (min-width: 69em) {
  nav.mobile {
    display: none !important;
  }
}
nav.mobile .mobile-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
nav.mobile.open {
  opacity: 1;
  visibility: visible;
}

#mobile-close {
  display: block;
  padding: .75em 1em;
  font-size: 1em;
  font-weight: 700;
  color: #464647;
  text-transform: uppercase;
  text-align: center;
  background-color: #dbdbdb;
}

#mobilenav li {
  line-height: 1;
}
#mobilenav li a {
  display: block;
  position: relative;
  font-size: 1em;
  font-weight: 400;
  color: #a2a2a3;
  text-transform: uppercase;
  padding: .75em 1em;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#mobilenav li a span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  padding: 0 .5em;
  color: #a2a2a3;
  text-align: center;
}
#mobilenav li a span i {
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  line-height: 2em;
}
#mobilenav li ul {
  display: none;
}
#mobilenav li.open > a {
  color: #fafafa;
}
#mobilenav li.open > a span:after {
  color: #47ad4f;
}

#mobilenav li li a,
#mobilenav li.open li a {
  text-transform: none;
  color: #464647;
  padding-left: 1.5em;
  background-color: #dbdbdb;
  border-bottom-color: #464647;
}
#mobilenav li li a span:after,
#mobilenav li.open li a span:after {
  color: #fafafa;
}
#mobilenav li.open li.open a {
  background-color: #47ad4f;
  color: #fafafa;
}

#mobilenav li li li a,
#mobilenav li.open li.open li a {
  color: #464647;
  padding-left: 2.5em;
  background-color: #dbdbdb;
  border-bottom: 0;
}
#mobilenav li li li a span:after,
#mobilenav li.open li.open li a span:after {
  color: #fafafa;
}
#mobilenav li.open li.open li.open a {
  background-color: #47ad4f;
  color: #fafafa;
}

#mobilenav li li li li a,
#mobilenav li.open li.open li.open li a {
  color: #464647;
  padding-left: 3.5em;
  background-color: #dbdbdb;
}
#mobilenav li li li li a span:after,
#mobilenav li.open li.open li.open li a span:after {
  color: #fafafa;
}
#mobilenav li li li li.current a,
#mobilenav li.open li.open li.open li.current a {
  color: #47ad4f;
}

/* i13 - Desktop Nav */
nav.desktop {
  display: none;
  position: relative;
  background-color: rgba(70, 70, 71, 0.9);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 1099;
}
@media (min-width: 69em) {
  nav.desktop {
    display: block;
  }
}

#nav {
  display: block;
  width: 100%;
  text-align: center;
}
#nav > li {
  display: inline-block;
  position: relative;
  line-height: 1;
  margin: 0 .5em;
}
#nav > li > a {
  position: relative;
  display: block;
  padding: 1em .5em;
 /* font-size: 1em;*/
  font-size: 1.3em;
  color: #a2a2a3;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .125em;
}
#nav > li > a span {
  font-size: .875em;
  margin-left: .5em;
}
#nav > li > ul {
  position: absolute;
  left: 0;
  width: 16em;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
#nav > li > ul > li > ul {
  display: none !important;
}

.csstransforms #nav > li > ul {
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.csstransforms #nav > li > ul li {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -o-transform: perspective(350px) rotateX(-90deg);
  transform: perspective(350px) rotateX(-90deg);
  -webkit-transition: 0.2s linear 0.3s;
  -o-transition: 0.2s linear 0.3s;
  transition: 0.2s linear 0.3s;
}

#nav > li:hover > a {
  color: #fafafa;
}
#nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.csstransforms #nav > li:hover > ul li {
  -webkit-transform: perspective(350px) rotateX(0deg);
  -o-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  -webkit-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
}

#nav li ul li a {
  display: block;
  padding: 1em;
  color: #464647;
  background-color: #dbdbdb;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #fafafa;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
#nav li ul li a:hover {
  background-color: #47ad4f;
  color: #fafafa;
  border-top-color: #464647;
  border-bottom-color: #464647;
}
#nav li ul li:first-child a {
  border-top: 0;
  -moz-box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.5);
}

/* i14 - Header */
#header {
  background-color: rgba(70, 70, 71, 0.75);
}
@media (min-width: 69em) {
  #header {
    padding: 3em 5%;
  }
}
@media (min-width: 69em) {
  #header {
    padding: 3em 0;
  }
}
#header .logo {
  padding: 2em 0;
  text-align: center;
}
@media (min-width: 69em) {
  #header .logo {
    float: left;
    width: 500px;
    padding: 0;
    text-align: left;
  }
}
#header .logo a {
  display: block;
  color: #fafafa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 3em;
}
#header .logo img {
  display: inline-block;
  max-width: 260px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 69em) {
  #header .logo img {
    max-width: 350px;
  }
}

#metanav {
  position: relative;
  background-color: rgba(70, 70, 71, 0.9);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
@media (min-width: 69em) {
  #metanav {
    background-color: transparent !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
    max-width: 500px;
  }
}
#metanav ul.social {
  float: right;
  padding: .5em 0 0 0;
  overflow: hidden;
}
@media (min-width: 69em) {
  #metanav ul.social {
    padding: .75em 0 0 0;
  }
}
#metanav ul.social li {
  float: left;
  margin-right: .75em;
}
@media (min-width: 69em) {
  #metanav ul.social li {
    font-size: 1.125em;
  }
}
#metanav ul.social li a {
  display: block;
  color: #464647;
  background-color: #a2a2a3;
  padding: .25em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#metanav ul.social li a:hover {
  background-color: #fafafa;
}

#mobile-open {
  float: right;
  cursor: pointer;
  padding: 1em;
  font-size: .875em;
  color: #fafafa;
  background-color: #47ad4f;
}
@media (min-width: 69em) {
  #mobile-open {
    display: none;
  }
}
#mobile-open span {
  display: block;
  text-transform: uppercase;
}

/* i15 - Billboard */
#billboard {
  position: relative;
}
#billboard:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.8);
}
#billboard .container-wide {
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#billboard h1 {
  margin: 0;
  padding: .75em 5%;
}
@media (min-width: 69em) {
  #billboard h1 {
    padding: 2em 0;
  }
}
@media (min-width: 69em) {
  #billboard.hasbg {
    background-color: transparent;
  }
  #billboard.hasbg:before {
    display: none;
  }
}
@media (min-width: 69em) {
  #billboard.hasbg .container-wide {
    height: 350px;
  }
}
#billboard.hasbg h1 {
  color: #fafafa;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
@media (min-width: 64em) {
  #billboard.hasbg h1 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 69em) {
  #billboard.hasbg h1 {
    padding-top: 5.25em;
    padding-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width: 68.938em) {
  #billboard.hasbg .container-wide {
    height: 246px;
  }


#billboard .container-wide {
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

}

@media (max-width: 60.625em) {
  #billboard.hasbg .container-wide {
    height: 230px;
  }

}

@media (max-width: 56.250em) {
  #billboard.hasbg .container-wide {
    height: 210px;
  }

}

@media (max-width: 51.563em) {
  #billboard.hasbg .container-wide {
    height: 190px;
  }

}

@media (max-width: 46.875em) {
  #billboard.hasbg .container-wide {
    height: 175px;
  }

}



@media (max-width: 43.125em) {
  #billboard.hasbg .container-wide {
    height: 160px;
  }

}

@media (max-width: 39.375em) {
  #billboard.hasbg .container-wide {
    height: 145px;
  }

}


@media (max-width: 35.500em) {
  #billboard.hasbg .container-wide {
    height: 130px;
  }

}


@media (max-width: 29.250em) {
  #billboard.hasbg .container-wide {
    height: 110px;
  }

} 



























/* i16 - Content */
#content {
  background-color: #fafafa;
  overflow: hidden;
}

#text {
  float: none;
  width: 90%;
  padding: 2em 5%;
}
@media (min-width: 69em) {
  #text {
    float: left;
    width: 68.84058%;
    padding: 2em 0;
  }
}
@media (min-width: 69em) {
  #text.fullwidth {
    float: none;
    width: 100%;
    padding: 2em 0;
  }
}

#sidebar {
  position: relative;
  float: none;
  width: 90%;
  padding: 2em 5%;
  z-index: 100;
  background-color: #f1f1f1;
}
@media (min-width: 69em) {
  #sidebar {
    float: right;
    width: 25%;
    padding: 0;
  }
}
#sidebar:before {
  display: none;
  content: "";
  position: absolute;
  right: -9.25em;
  top: 0;
  width: 9.25em;
  height: 100%;
  background-color: #f1f1f1;
}
@media (min-width: 69em) {
  #sidebar:before {
    display: block;
  }
}
#sidebar:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -7000px;
  width: 100%;
  height: 7000px;
  padding-right: 9.25em;
  background-color: #f1f1f1;
}
@media (min-width: 69em) {
  #sidebar:after {
    display: block;
  }
}
#sidebar section {
  margin: 2em 0 0 0;
}
@media (min-width: 69em) {
  #sidebar section {
    margin: 2em 0 0 2em;
  }
}

/* i17 - Subnav */
#content #subnav {
  display: none;
  margin-left: 2em;
}
@media (min-width: 69em) {
  #content #subnav {
    display: block;
  }
}
#content #subnav ul {
  margin: 0;
}
/*#content #subnav ul ul {
  display: none;
}*/
#content #subnav > li > a {
  display: block;
  font-size: 1.125em;
  padding: .75em;
  font-weight: 400;
  position: relative;
  color: #464647;
  background-color: #fafafa;
  cursor: default;
}
#content #subnav > li > a span {
  display: none;
}
#content #subnav li li a {
  display: block;
  position: relative;
  background-color: #464647;
  color: #a2a2a3;
  font-size: 1.125em;
  padding: .75em;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#content #subnav li li a span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5em;
  height: 100%;
  padding: 0 .5em;
  color: #a2a2a3;
  text-align: center;
}
#content #subnav li li a span i {
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  font-size: .75em;
  line-height: 3.5em;
}
#content #subnav li li a:hover {
  color: #fafafa;
  background-color: #47ad4f;
}
#content #subnav li li a:hover span i {
  color: #fafafa;
}
#content #subnav li li a {
  padding-left: 1.5em;
}
#content #subnav li li li a {
  padding-left: 2.5em;
}
#content #subnav li li li li a {
  padding-left: 3.5em;
}
#content #subnav li li.current > a {
  color: #fafafa;
}
#content #subnav li.open > a span {
  color: #fafafa;
}

/* i18 - Widgets */
.widget [class^="button-"], .widget [class*=" button-"] {
  display: block;
}

.widget.featured-links article {
  margin-bottom: 3em;
  text-align: center;
}

.widget.recommended-links article {
  margin-bottom: 3em;
  text-align: center;
}
.widget.recommended-links article img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.widget.recommended-links article h6 {
  margin-bottom: .5em;
}
.widget.recommended-links article p {
  display: none;
}

.widget.sermons article,
.widget.articles article {
  text-align: center;
}
.widget.sermons article h2,
.widget.articles article h2 {
  display: none;
}
.widget.sermons article img,
.widget.articles article img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.widget.sermons article p,
.widget.articles article p {
  margin-bottom: 0;
}
.widget.sermons article p a,
.widget.articles article p a {
  font-weight: 700;
}
.widget.sermons article p.play,
.widget.articles article p.play {
  display: none;
}
.widget.sermons article p.play a,
.widget.articles article p.play a {
  font-size: 1.25em;
}

.widget.events article {
  text-align: center;
  margin-bottom: 2em;
  overflow: hidden;
}
.widget.events article h5 {
  font-weight: 700;
}
.widget.events article p {
  margin: 0;
}
.widget.events article p.event-times {
  font-size: 1.125em;
}
.widget.events article .article-inner {
  position: relative;
  background-color: #464647;
  margin-bottom: 1em;
  overflow: hidden;
}
.widget.events article .article-inner img {
  display: block;
  width: 100%;
  height: auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget.events article .article-inner .date {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 95%;
  padding-top: 7.5%;
  color: #fafafa;
  background-color: #47ad4f;
}
.widget.events article .article-inner .date span {
  display: block;
  padding-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
}
.widget.events article .article-inner .date span.month {
  letter-spacing: 2px;
}
.widget.events article .article-inner .date span.day {
  font-size: 2.4em;
}
.widget.events article .article-inner p {
  position: absolute;
  display: block;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0.6);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget.events article .article-inner p span {
  display: block;
  padding: 1em 1em 0 1em;
}
.widget.events article .article-inner a {
  display: block;
  position: relative;
  min-height: 100px;
  overflow: hidden;
}
@media (min-width: 69em) {
  .widget.events article .article-inner a:hover img {
    transform: scale(1.1);
  }
  .widget.events article .article-inner a:hover p {
    bottom: 0;
  }
}

@media (min-width: 69em) {
  .content-section .widget {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -2.5%;
  }
}
@media (min-width: 69em) {
  .content-section .widget article {
    flex: 0 0 auto;
    margin-bottom: 2em;
    padding: 0 2.5%;
  }
}
@media (min-width: 69em) {
  .content-section .widget.featured-links article {
    width: calc(33.33% - 5%);
  }
}
@media (min-width: 69em) {
  .content-section .widget.recommended-links article {
    width: calc(33.33% - 5%);
  }
}
.content-section .widget.recommended-links article p {
  display: block;
}
.content-section .widget.sermons article h2,
.content-section .widget.articles article h2 {
  display: block;
}
@media (min-width: 69em) {
  .content-section .widget.sermons article h2,
  .content-section .widget.articles article h2 {
    display: inline-block;
    float: left;
    margin-right: 16px;
  }
}
.content-section .widget.sermons article img,
.content-section .widget.articles article img {
  display: none;
}
.content-section .widget.sermons article p,
.content-section .widget.articles article p {
  margin-bottom: 0;
}
@media (min-width: 69em) {
  .content-section .widget.sermons article p,
  .content-section .widget.articles article p {
    padding-top: .75em;
    display: inline-block;
    float: left;
    font-size: 1.125em;
  }
}
@media (min-width: 69em) {
  .content-section .widget.sermons article p:before,
  .content-section .widget.articles article p:before {
    content: "|";
    margin-right: 16px;
    padding-left: 16px;
  }
}
.content-section .widget.sermons article p a,
.content-section .widget.articles article p a {
  font-weight: 700;
}
.content-section .widget.sermons article p.play,
.content-section .widget.articles article p.play {
  display: block;
}
@media (min-width: 69em) {
  .content-section .widget.sermons article p.play,
  .content-section .widget.articles article p.play {
    display: inline-block;
    float: left;
    margin: 0 16px;
  }
}
.content-section .widget.sermons article p.play:before,
.content-section .widget.articles article p.play:before {
  display: none;
}
@media (min-width: 69em) {
  .content-section .widget.events article {
    width: calc(33.33% - 5%);
    min-width: 280px;
  }
}
.content-section .widget.events article .article-inner .date {
  position: absolute;
  right: 0;
  top: 1em;
  width: auto;
  height: auto;
  padding: .5em 1.25em;
  z-index: 500;
}
@media (min-width: 69em) {
  .content-section .widget.events article .article-inner p span {
    padding-top: 7em;
  }
}
@media (min-width: 69em) {
  .content-section .widget.events article a {
    max-height: 200px;
  }
}
.content-section .widget.events article:hover .article-inner .date {
  color: #d62660;
  background-color: #fafafa;
}

#features {
  overflow: hidden;
  position: relative;
  background-color: rgba(71, 173, 79, 0.7);
}
#features section {
  position: relative;
}
@media (min-width: 69em) {
  #features.two section {
    float: right;
    width: 60%;
  }
}
@media (min-width: 69em) {
  #features.two section:first-child {
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

.featured-icons {
  padding: 1em 0;
  overflow: hidden;
}
@media (min-width: 69em) {
  .featured-icons {
    padding: 0 4em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.featured-icons article {
  text-align: center;
}
.featured-icons article a {
  position: relative;
  display: inline-block;
  padding: 1em;
  color: rgba(250, 250, 250, 0.7);
}
.featured-icons article a:hover {
  color: #fafafa;
}
.featured-icons article span {
  position: relative;
  display: block;
  margin-bottom: .25em;
  font-size: 3em;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.featured-icons article span:after {
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.featured-icons article p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 69em) {
  .featured-icons article p {
    font-size: 1.5em;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 69em) {
  .featured-icons article:hover span {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
.featured-icons article.pos-1,
.featured-icons article.pos-3,
.featured-icons article.pos-5 {
  clear: both;
  float: left;
  width: 50%;
}
.featured-icons article.pos-2,
.featured-icons article.pos-4,
.featured-icons article.pos-6 {
  float: right;
  width: 50%;
}

/* i19 - Sections */
.content-section {
  position: relative;
  background-color: #f1f1f1;
  padding: 2em 5%;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 69em) {
  .content-section {
    padding: 6em 5% 5em;
    background-attachment: fixed;
  }
}
.content-section.thin:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(214, 38, 96, 0.1);
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 69em) {
  .content-section.thin {
    padding: 3em 5% 2em;
  }
}
.content-section.thin:hover:before {
  display: block;
}
.content-section.top .div-col h1 {
  margin: 0;
  padding-top: .25em;
}
.content-section.top .div-col .button-small,
.content-section.top .div-col .button-medium,
.content-section.top .div-col .button-large {
  display: block;
}
.content-section.dark h2, .content-section.dark h3, .content-section.dark h4, .content-section.dark h5, .content-section.dark h6, .content-section.dark p, .content-section.dark .section-title {
  color: #fafafa;
}
.content-section.dark a {
  color: #fafafa;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.content-section.dark a:hover {
  opacity: .5;
}
.content-section.dark .button-small {
  color: #fafafa;
  border: 1px solid #fafafa;
  opacity: 1;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.content-section.dark .button-small:hover {
  opacity: 1;
  color: #464647;
  border-color: #fafafa;
  background-color: #fafafa;
}
.content-section.dark .button-medium {
  color: #fafafa;
  background-color: rgba(250, 250, 250, 0.15);
  border: 1px solid #fafafa;
  opacity: 1;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.content-section.dark .button-medium:hover {
  opacity: 1;
  color: #464647;
  background-color: #fafafa;
}
.content-section.dark .button-large {
  color: #fafafa;
  background-color: rgba(250, 250, 250, 0.15);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  opacity: 1;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.content-section.dark .button-large:hover {
  opacity: 1;
  color: #464647;
  background-color: #fafafa;
}

/* i20 - Footer */
#search {
  background-color: #47ad4f;
  padding: 1.5em 5%;
}
@media (min-width: 64em) {
  #search {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
#search .scrolltop {
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 64em) {
  #search .scrolltop {
    float: left;
    width: 10%;
    margin: 0;
  }
}
#search .scrolltop a {
  display: inline-block;
  font-size: 3em;
  color: rgba(250, 250, 250, 0.5);
  text-align: left;
}
@media (min-width: 64em) {
  #search .scrolltop a {
    font-size: 5em;
  }
}
#search .scrolltop a:hover {
  color: #fafafa;
}

#searchForm {
  float: none;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 64em) {
  #searchForm {
    float: right;
    width: 87.5%;
  }
}

#searchForm fieldset {
  width: 90%;
  padding: 1em 5%;
  border: 0;
  background-color: rgba(250, 250, 250, 0.2);
  border-bottom: 0 solid rgba(250, 250, 250, 0.2);
  overflow: hidden;
}
@media (min-width: 64em) {
  #searchForm fieldset {
    width: 100%;
    padding: 1em 0;
    background-color: transparent !important;
    border-bottom-width: 10px;
  }
}

#search_term {
  float: left;
  width: 75%;
  border: 0;
  padding: 0;
  line-height: 1;
  font-size: 1.5em;
  font-weight: 400;
  font-style: italic;
  color: #fafafa;
  background-color: transparent;
  outline: none;
  outline-width: 0;
}
@media (min-width: 64em) {
  #search_term {
    font-size: 2em;
  }
}
#search_term:focus {
  outline: none;
  outline-width: 0;
  font-style: normal;
}

#search_term::-webkit-input-placeholder {
  color: #fafafa;
}

#search_term:-moz-placeholder {
  color: #fafafa;
}

#search_term::-moz-placeholder {
  color: #fafafa;
}

#search_term:-ms-input-placeholder {
  color: #fafafa;
}

#search_go {
  float: right;
  font-size: 1.5em;
  width: 20%;
  margin: 0;
  border: 0;
  outline: none;
  display: block;
  background: none;
  color: rgba(250, 250, 250, 0.5);
  cursor: pointer;
  text-align: right;
}
@media (min-width: 64em) {
  #search_go {
    font-size: 2em;
  }
}
#search_go:hover {
  color: #fafafa;
}

#footer {
  padding: 1em 5%;
  color: #a2a2a3;
  text-align: center;
  background-color: rgba(70, 70, 71, 0.75);
}
@media (min-width: 64em) {
  #footer {
    padding: 1em 0;
  }
}
#footer a {
  color: #a2a2a3;
}
#footer a:hover {
  color: #fafafa;
}
#footer p {
  margin: 0;
}
#footer p span {
  display: block;
  font-size: 0;
  height: 1px;
  overflow: hidden;
  margin-bottom: 1em;
}
@media (min-width: 64em) {
  #footer p span {
    display: inline;
    font-size: inherit;
    height: auto;
    margin: 0 .75em;
  }
}
#footer .icon-ekk-logo {
  display: inline-block;
  font-size: 1.5em;
  color: #fafafa;
  vertical-align: text-bottom;
  margin-top: .5em;
}
@media (min-width: 64em) {
  #footer .icon-ekk-logo {
    margin-top: 0;
  }
}
#footer .icon-ekk-logo:hover {
  color: #1293aa !important;
}

/* i21 - Notice */
.notice {
  position: fixed;
  z-index: 5000;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  background: #1293aa;
  background: rgba(18, 147, 170, 0.94);
  width: 100%;
  left: 0;
}
.notice.pos-top {
  top: 0;
}
.notice.pos-bottom {
  bottom: 0;
}
.notice:hover {
  background: #1ea0b6;
  background: rgba(18, 147, 170, 0.98);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.notice p, .notice a {
  position: relative;
  color: #fcfcfc;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}
.notice:hover p {
  color: #fff;
}
.notice a.notice-link {
  display: inline-block;
  padding: 5px 10px;
}
.notice a.notice-link:hover {
  color: #fff;
}
.notice a.notice-link:active {
  top: 1px;
}
.notice a.notice-close {
  display: block;
  position: absolute;
  top: 25%;
  right: 5%;
  float: right;
  text-align: left;
  text-indent: -999em;
  width: 25px;
  height: 50%;
  background: url(/_assets/img/close-white.png) no-repeat center center;
}
@media (min-width: 61.5em) {
  .notice {
    width: 33%;
    left: 33%;
  }
  .notice.pos-top {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .notice.pos-bottom {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .notice a.notice-close {
    display: none;
  }
  .notice:hover a.notice-close {
    display: block;
  }
}

/* i22 - Containers */
.container {
  position: relative;
  width: 100%;
  max-width: 69em;
  margin: 0 auto;
}

.container-wide {
  position: relative;
  width: 100%;
  max-width: 87.5em;
  margin: 0 auto;
}

#wrap {
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
}

@media only screen and (max-width: 700px) {
  .content-section .widget.events article,
  #sidebar .widget.events article{
    width: calc(100% - 5%) !important;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 945px) {
  .content-section .widget.events article,
  #sidebar .widget.events article{
    width: calc(50% - 5%) !important;
    min-width: auto !important;
  }
}


/* Landscape tablets */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

  .content-section .widget.events article {
      width: calc(33.33% - 5%) !important;
      min-width: 250px !important;
    }
}

video{
      object-fit: cover !important;
}