@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 - Forms
i10 - Tables
i11 - Filters
i12 - Dark
i13 - Mobile Nav
i14 - Header
i15 - Content
i16 - Subnav
i17 - Widgets
i18 - Sections
i19 - Footer
i20 - Notice
i21 - 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 {
  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;
  border: 1px solid #040d1d;
  background-color: #fafafa;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  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.75em;
  padding: 0 1.75em 0 .5em;
  font-size: 1em;
  font-weight: 400;
  color: #040d1d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.ui-selectmenu-button span.icon-arrow-down {
  color: #ad024c;
  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: #ad024c;
}
.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;
  border: 1px solid #040d1d;
  border-top: 0;
  background-color: #fafafa;
}
.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: #ad024c;
}
.ui-selectmenu-menu .ui-menu li:hover {
  color: #9bcf00;
}

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

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

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

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

.cycle-ss a,
.cycle-slideshow a {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

.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-content-wrap {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  background-color: black;
  margin-bottom: 2em;
}
.rotator-content-wrap .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -20px;
}
@media (min-width: 73.75em) {
  .rotator-content-wrap .loading {
    margin-top: -20px;
    margin-left: -35px;
    width: 70px;
  }
}

.rotator-content {
  position: relative;
}
.rotator-content .cycle-pager {
  position: absolute;
  left: 0;
  bottom: 1em;
}
@media (min-width: 73.75em) {
  .rotator-content .cycle-slideshow {
    min-height: 343px;
  }
}
.rotator-content .cycle-ss .cycle-ss .slide.first,
.rotator-content .cycle-slideshow .slide.first {
  display: block;
}

.js-rotator .rotator-content-wrap {
  min-height: 0;
}
.js-rotator .loading {
  display: none;
}
.js-rotator .cycle-ss {
  opacity: 1;
  visibility: visible;
}
.js-rotator .pager,
.js-rotator .pager-wrap {
  visibility: visible !important;
}

/* i06 - WYSIWYG Grid */
.div-row {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .div-row {
    margin-bottom: 2em;
  }
}
.div-row .div-col {
  float: none;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
}
@media (min-width: 48em) {
  .div-row .div-col {
    float: left;
    margin: 0 0 0 4%;
  }
}
@media (min-width: 48em) {
  .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: 48em) {
  .div-row.one-half .div-col {
    width: 48%;
  }
}

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

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

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

@media (min-width: 48em) {
  .div-row.two-third.right .div-col {
    width: 24%;
  }
}
@media (min-width: 48em) {
  .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: #fafafa;
}

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

body,
table caption,
table th,
table td,
textarea,
h1,
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: "PT Sans", sans-serif;
}

a {
  color: #ad024c;
  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: #9bcf00;
}

#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.sec-title,
h2.sec-title,
h3.sec-title,
h4.sec-title,
h5.sec-title,
h6.sec-title {
  margin-bottom: .65em;
  padding-bottom: .15em;
  border-bottom: 3px solid rgba(4, 13, 29, 0.4);
}

h1 {
  font-size: 2.375em;
  color: #9bcf00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: .125em;
}
@media (min-width: 48em) {
  h1 {
    font-size: 3.125em;
  }
}

h2 {
  font-size: 2em;
  color: #040d1d;
  font-weight: 400;
  line-height: 0.895;
}
@media (min-width: 48em) {
  h2 {
    font-size: 2.375em;
  }
}

h3 {
  font-size: 1.5em;
  color: #9bcf00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h3 {
    font-size: 1.875em;
  }
}

h4 {
  font-size: 1.375em;
  color: #040d1d;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h4 {
    font-size: 1.625em;
  }
}

h5 {
  font-size: 1.375em;
  color: #9bcf00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

h6 {
  font-size: 1.25em;
  color: #040d1d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

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

@media (min-width: 48em) {
  .large-text {
    font-size: 1.75em;
  }
}

#content ul {
  margin: 0 0 1.75em 3em;
}
#content ul li {
  font-size: 1.125em;
  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 {
  font-size: 1.125em;
  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;
  margin: .75em 0;
  padding: 2em 10%;
  text-align: center;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 700;
  color: #040d1d;
}
@media (min-width: 64em) {
  blockquote {
    font-size: 3em;
  }
}
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: #040d1d;
  background-color: #040d1d;
  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: #fafafa;
  background-color: #ad024c;
}
#pagination #off {
  visibility: hidden;
}

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

.share {
  text-align: right;
  margin-bottom: 1em;
}
.share a {
  display: inline-block;
  cursor: pointer;
}

.div-callout {
  background-color: #0e2338;
  padding: 3em 3em 1em 3em;
  margin: 4em 0;
  text-align: center;
}

.csstransforms .div-callout.skew {
  position: relative;
  padding-top: 160px;
  overflow: hidden;
}
/*.csstransforms .div-callout.skew:before {
  content: "";
  position: absolute;
  left: 0;
  top: -26px;
  width: 101%;
  height: 100px;
  -webkit-transform: skewY(9deg);
  -moz-transform: skewY(9deg);
  -ms-transform: skewY(9deg);
  -o-transform: skewY(9deg);
  transform: skewY(9deg);
}
.csstransforms .div-callout.skew:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 50px;
}
.csstransforms .div-callout.skew.switch:before {
  left: 0;
  top: -26px;
  -webkit-transform: skewY(-9deg);
  -moz-transform: skewY(-9deg);
  -ms-transform: skewY(-9deg);
  -o-transform: skewY(-9deg);
  transform: skewY(-9deg);
}
.csstransforms .div-callout.skew.switch:after {
  right: auto;
  left: 0;
}*/

.content-section/*,
.skew.skew-normal:before,
.skew.skew-normal:after*/ {
  background-color: #0e2338;
}

.skew.skew-normal .skew-help {
  background-color: #0e2338;
}
.skew.skew-normal .skew-help:before {
  background-color: #0e2338;
}
.content-section.skew-normal/*,
.skew.skew-dark:before,
.skew.skew-dark:after */{
  background-color: #040d1d;
}

.skew.skew-dark .skew-help {
  background-color: #040d1d;
}
.skew.skew-dark .skew-help:before {
  background-color: #040d1d;
}
/*
.skew.skew-light:before,
.skew.skew-light:after {
  background-color: #fafafa;
}

.skew-full .skew.skew-light:before,
.skew-full .skew.skew-light:after {
  background-color: #0e2338;
}*/

.skew.skew-light .skew-help {
  background-color: #fafafa;
}
.skew.skew-light .skew-help:before {
  background-color: #fafafa;
}

::-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(155, 207, 0, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(155, 207, 0, 0.4);
}

/* i08 - Buttons */
.rsvp a,
a.button-small,
p.button-small a,
a.button-medium,
p.button-medium a,
a.button-large,
p.button-large a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.6em;
  color: #040d1d;
  text-align: center;
  padding: 0 1.25em;
  margin: 0 0 1em 0;
  border: 1px solid #ad024c;
  text-transform: uppercase;
  text-decoration: none !important;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
@media (min-width: 48em) {
  .rsvp a,
  a.button-small,
  p.button-small a,
  a.button-medium,
  p.button-medium a,
  a.button-large,
  p.button-large a {
    display: inline-block;
    margin: 0 .5em .25em .5em;
  }
}
.rsvp a:after,
a.button-small:after,
p.button-small a:after,
a.button-medium:after,
p.button-medium a:after,
a.button-large:after,
p.button-large a:after {
  content: "\2B";
  display: inline-block;
  margin-left: 5px;
  color: #ad024c;
  -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;
}
.rsvp a:hover,
a.button-small:hover,
p.button-small a:hover,
a.button-medium:hover,
p.button-medium a:hover,
a.button-large:hover,
p.button-large a:hover {
  color: #040d1d;
  border-color: #9bcf00;
}
.rsvp a:hover:after,
a.button-small:hover:after,
p.button-small a:hover:after,
a.button-medium:hover:after,
p.button-medium a:hover:after,
a.button-large:hover:after,
p.button-large a:hover:after {
  color: #9bcf00;
}
@media (min-width: 48em) {
  .rsvp a:first-child,
  a.button-small:first-child,
  p.button-small a:first-child,
  a.button-medium:first-child,
  p.button-medium a:first-child,
  a.button-large:first-child,
  p.button-large a:first-child {
    margin-left: 0;
  }
}

a.button-medium,
p.button-medium a {
  line-height: 3.6em;
}

a.button-large,
p.button-large a {
  font-size: 16px;
  line-height: 3.6em;
}

/* Added 3/15 for Audio sermons - Dan */
.media-audio {
  background-position: center;
  background-size: cover;
  padding-top: 56.25%;
}
.media-audio > audio {
  width: 100%
}

/* i09 - Forms */
.monkForm {
  margin: 1.5em 0;
}
.monkForm p {
  margin: 0;
}
.monkForm p.error {
  font-size: .875em;
  color: #ad024c;
}
.monkForm > fieldset > legend {
  display: block;
  width: 100%;
  color: #040d1d;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.188;
  padding: 1em 0;
  margin-bottom: 1em;
  border-top: 1px solid #040d1d;
  border-bottom: 1px solid #040d1d;
}
.monkForm > fieldset > fieldset > legend {
  color: #040d1d;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.308;
}
.monkForm .section {
  padding-bottom: .25em;
  border-bottom: 4px solid #040d1d;
}
.monkForm .section p {
  color: #040d1d;
  font-style: italic;
}
.monkForm .heading {
  display: block;
  color: #040d1d;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.125em;
  margin-bottom: .5em;
}
.monkForm .asterisk {
  color: #ad024c;
}
.monkForm .section,
.monkForm .text,
.monkForm .textarea,
.monkForm .email,
.monkForm .name,
.monkForm .phone,
.monkForm .address,
.monkForm .date,
.monkForm .radio,
.monkForm .checkbox,
.monkForm .select,
.monkForm .file {
  margin-bottom: 1.25em;
}
.monkForm div input,
.monkForm div textarea,
.monkForm div select {
  display: inline-block;
  color: #040d1d;
  font-size: 18px;
  padding: .75em;
  margin-bottom: .5em;
  font-weight: 400;
  border: 1px solid #040d1d;
  outline: none;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: transparent;
  -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: 18px;
  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: "mk029";
  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 #000000;
  -webkit-box-shadow: inset 0 0 1px 0 #000000;
  box-shadow: inset 0 0 1px 0 #000000;
  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;
}
.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: #9bcf00;
}
.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: #9bcf00;
  font-weight: 400;
}
.monkForm .ui-selectmenu-button {
  display: inline-block;
  margin: 0;
}
.monkForm input[type=submit] {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.6em;
  color: #040d1d;
  text-align: center;
  padding: .25em 1.25em;
  background: none;
  border: 1px solid #ad024c;
  text-transform: uppercase;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.monkForm input[type=submit]:hover {
  color: #040d1d;
  border-color: #9bcf00;
}

/* i10 - Tables */
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.25em;
  background-color: transparent;
}
table td p {
  font-size: inherit;
  margin: 0;
}

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

  .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;
  }
}
/* i11 - Filters */
#content #text .filters {
  padding: 1em;
  margin-bottom: 3em;
  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: 90%;
  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 #040d1d;
  background-color: #fafafa;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  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: #040d1d;
  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: #ad024c;
  cursor: pointer;
  text-align: left;
}
#module-search-submit:hover {
  color: #9bcf00;
}

#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: 64em) {
  #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 - Dark */
.dark h1,
.dark blockquote {
  color: #fafafa;
}
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #9bcf00;
}
.dark a {
  color: #ad024c;
}
.dark a:hover {
  color: #9bcf00;
}
.dark a.button-small,
.dark p.button-small a,
.dark a.button-medium,
.dark p.button-medium a,
.dark a.button-large,
.dark p.button-large a {
  color: #fafafa;
  border-color: #fafafa;
  background-color: rgba(250, 250, 250, 0.15);
}
.dark a.button-small:after,
.dark p.button-small a:after,
.dark a.button-medium:after,
.dark p.button-medium a:after,
.dark a.button-large:after,
.dark p.button-large a:after {
  color: #ad024c;
}
.dark a.button-small:hover,
.dark p.button-small a:hover,
.dark a.button-medium:hover,
.dark p.button-medium a:hover,
.dark a.button-large:hover,
.dark p.button-large a:hover {
  color: #fafafa;
  border-color: #9bcf00;
}

/* i13 - Mobile Nav */
nav.mobile {
  position: absolute;
  width: 95%;
  z-index: 2999;
  opacity: 0;
  visibility: hidden;
  left: -999em;
  -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) {
  nav.mobile {
    display: none !important;
  }
}
nav.mobile.open {
  opacity: 1;
  visibility: visible;
  left: auto;
  right: 5%;
}
nav.mobile .mobile-inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fafafa;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.hasbillboard nav.mobile {
  height: 100%;
}

nav.mobile .mobile-inner > ul {
  padding: 1em;
}
nav.mobile .mobile-inner > ul > li > a {
  position: relative;
  display: block;
  font-size: .875em;
  font-weight: 700;
  text-transform: uppercase;
  color: #040d1d;
  padding: 1em 3.5em 1em 0;
}
nav.mobile .mobile-inner > ul > li > a div.more {
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 100%;
  z-index: 100;
  text-align: center;
}
nav.mobile .mobile-inner > ul > li > a div.more span {
  display: block;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
nav.mobile .mobile-inner > ul > li > ul {
  display: none;
}
nav.mobile .mobile-inner > ul > li.open > a {
  color: #9bcf00;
}

nav.mobile .mobile-inner > ul > li > ul {
  padding-left: 1.5em;
}
nav.mobile .mobile-inner > ul > li > ul > li > a {
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #040d1d;
  padding: .35em 0;
  line-height: 1.1em;
}
nav.mobile .mobile-inner > ul > li > ul > li > a:hover {
  color: #9bcf00;
}
nav.mobile .mobile-inner > ul > li > ul > li ul {
  display: none;
}

/* i14 - Header */
#header-wrap {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #0e2338;
}

.csstransforms #header-wrap.skew {
  position: relative;
  overflow: visible;
  padding-bottom: 240px;
}
@media (min-width: 64em) {
  .csstransforms #header-wrap.skew {
    padding-bottom: 90px;
  }
}/*
.csstransforms #header-wrap.skew:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 101%;
  height: 160px;
  -webkit-transform: skewY(-9deg);
  -moz-transform: skewY(-9deg);
  -ms-transform: skewY(-9deg);
  -o-transform: skewY(-9deg);
  transform: skewY(-9deg);
}
@media (min-width: 64em) {
  .csstransforms #header-wrap.skew:before {
    display: none;
  }
}
@media (min-width: 100em) {
  .csstransforms #header-wrap.skew:before {
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    transform: skewY(-6deg);
  }
}
@media (min-width: 125em) {
  .csstransforms #header-wrap.skew:before {
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
  }
}
.csstransforms #header-wrap.skew:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 100px;
}
@media (min-width: 64em) {
  .csstransforms #header-wrap.skew:after {
    display: none;
  }
}*/
.csstransforms #header-wrap.skew .skew-help {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 70px;
}
.csstransforms #header-wrap.skew .skew-help:before {
  display: none;
  content: "";
  position: absolute;
  left: -339px;
  top: 36px;
  width: 340px;
  height: 100%;
  -webkit-transform: skewY(-12deg);
  -moz-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  -o-transform: skewY(-12deg);
  transform: skewY(-12deg);
}
@media (min-width: 64em) {
  .csstransforms #header-wrap.skew .skew-help:before {
    display: block;
  }
}

#header-text {
  text-align: center;
  padding: 2em 0 0 0;
}
#header-text h3 {
  font-weight: 400;
}
#header-text p:last-child {
  margin: 0;
}

.csstransforms .skew-full #header-wrap.skew {
  padding-bottom: 240px;
}/*
.csstransforms .skew-full #header-wrap.skew:before {
  display: block;
}
.csstransforms .skew-full #header-wrap.skew:after {
  display: block;
}
.csstransforms .skew-full #header-wrap.skew.switch:before {
  left: 0;
  -webkit-transform: skewY(9deg);
  -moz-transform: skewY(9deg);
  -ms-transform: skewY(9deg);
  -o-transform: skewY(9deg);
  transform: skewY(9deg);
}
@media (min-width: 100em) {
  .csstransforms .skew-full #header-wrap.skew.switch:before {
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    transform: skewY(6deg);
  }
}
@media (min-width: 125em) {
  .csstransforms .skew-full #header-wrap.skew.switch:before {
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
  }
}
.csstransforms .skew-full #header-wrap.skew.switch:after {
  right: auto;
  left: 0;
}*/
.csstransforms .skew-full #header-wrap.skew .skew-help {
  display: none !important;
}

.hasbillboard #header-wrap {
  min-height: 230px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .hasbillboard #header-wrap {
    min-height: 246px;
  }
}
@media (min-width: 64em) {
  .hasbillboard #header-wrap {
    min-height: 246px;
  }
}
@media (min-width: 73.75em) {
  .hasbillboard #header-wrap {
    min-height: 246px;
  }
}

.hasbillboard #header-wrap.hastext {
  min-height: 0;
}
.hasbillboard #header-wrap.hastext #header-text {
  padding: 4em 0 0 0;
}
@media (min-width: 48em) {
  .hasbillboard #header-wrap.hastext #header-text {
    padding: 6em 0 2em 0;
  }
}
@media (min-width: 64em) {
  .hasbillboard #header-wrap.hastext #header-text {
    padding: 8em 0 5em 0;
    max-width: 74.40678%;
  }
}

#header {
  background-color: rgba(0, 0, 0, 0.8);
}
#header .logo {
  float: left;
  max-width: 70%;
  padding: .75em 0;
}
@media (min-width: 64em) {
  #header .logo {
    max-width: 30%;
  }
}
#header .logo a {
  display: block;
}
#header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

#menu-toggle {
  position: absolute;
  right: 0;
  height: 100%;
  cursor: pointer;
  padding: 0 1em;
  background-color: rgba(250, 250, 250, 0.25);
  -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: 64em) {
  #menu-toggle {
    display: none;
  }
}
#menu-toggle span {
  display: block;
  position: relative;
  font-size: 1.5em;
  color: #fafafa;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu-toggle.open {
  background-color: rgba(250, 250, 250, 0.85);
}

nav.desktop {
  display: none;
  max-width: 65%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 64em) {
  nav.desktop {
    display: block;
  }
}

nav.desktop > ul {
  float: right;
}
nav.desktop > ul > li {
  position: relative;
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 73.75em) {
  nav.desktop > ul > li {
    margin-left: 2.75em;
  }
}
nav.desktop > ul > li > a {
  display: block;
  font-size: .875em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fafafa;
  padding: .25em 0 1.25em 0;
}
nav.desktop > ul > li > a span {
  font-size: .8125em;
  margin-left: 1em;
}
nav.desktop > ul > li > ul {
  position: absolute;
  left: 0;
  width: 120px;
  padding: 1em 1.5em;
  background-color: #fafafa;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;
  z-index: 1999;
  margin-top: -3em;
  opacity: 0;
  visibility: hidden;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
  -moz-transition: margin 0s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: margin 0s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: margin 0s ease-in-out, opacity 0.2s ease-in-out;
  transition: margin 0s ease-in-out, opacity 0.2s ease-in-out;
}
nav.desktop > ul > li:first-child > a {
  margin-left: 0;
}

#nav > li:hover > a {
  color: #9bcf00;
}
#nav > li:hover > ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

nav.desktop > ul > li > ul > li > a {
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #040d1d;
  padding: .35em 0;
  line-height: 1.1em;
}
nav.desktop > ul > li > ul > li > a:hover {
  color: #9bcf00;
}
nav.desktop > ul > li > ul > li ul {
  display: none;
}

/* i15 - Content */
#content {
  overflow: hidden;
  padding: 2em 0;
}
@media (min-width: 48em) {
  #content {
    padding: 4em 0 4em 0;
  }
}

@media (min-width: 64em) {
  #text {
    float: left;
    width: 74.40678%;
  }
}

@media (min-width: 64em) {
  #content.fullwidth #text {
    float: none;
    width: 100%;
  }
}

@media (min-width: 64em) {
  #sidebar {
    float: right;
    width: 23.22034%;
  }
}
#sidebar section {
  margin: 3em 0 0 0;
}
#sidebar section .sec-inner {
  background-color: #0e2338;
}
#sidebar section .sec-inner.sec-text {
  padding: 1.5em;
}

/* i16 - Subnav */
nav.sidebar {
  position: relative;
  overflow: hidden;
  margin-top: 2em;
}
@media (min-width: 64em) {
  nav.sidebar {
    margin-top: 0;
  }
}

.csstransforms nav.sidebar.skew {
  position: relative;
  margin: 2em 0 0 0;
  overflow: hidden;
}
@media (min-width: 64em) {
  .csstransforms nav.sidebar.skew {
    margin-top: 0;
  }
}/*
.csstransforms nav.sidebar.skew:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 101%;
  height: 100px;
  -webkit-transform: skewY(-9eg);
  -moz-transform: skewY(-9deg);
  -ms-transform: skewY(-9deg);
  -o-transform: skewY(-9deg);
  transform: skewY(-9deg);
}
.csstransforms nav.sidebar.skew:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 50px;
}
.csstransforms nav.sidebar.skew.switch:before {
  -webkit-transform: skewY(9eg);
  -moz-transform: skewY(9deg);
  -ms-transform: skewY(9deg);
  -o-transform: skewY(9deg);
  transform: skewY(9deg);
}
.csstransforms nav.sidebar.skew.switch:after {
  right: auto;
  left: 0;
}*/
.csstransforms nav.sidebar.skew > #subnav {
  padding-bottom: 140px !important;
}
.csstransforms #content #subnav {
  padding-bottom: 0;
}

#content #subnav {
  padding: 2em 1.25em 1em 1.25em;
  background-color: #0e2338;
}
#content #subnav > li > a {
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  color: #fafafa;
  text-transform: uppercase;
  margin-bottom: .5em;
}
#content #subnav ul, #content #subnav ul ul {
  padding: 0;
  margin: 0;
}
#content #subnav ul ul {
  display: none;
  padding-left: 1.25em;
}

#content #subnav > li > ul li a {
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #9bcf00;
  padding: .5em 0;
}
#content #subnav > li > ul li a:hover {
  color: #ad024c;
}
#content #subnav > li > ul li.current > a {
  color: #ad024c;
}
#content #subnav > li > ul li.current li.current a {
  color: #ad024c;
}
#content #subnav > li > ul li.current ul {
  display: block;
}

/* i17 - Widgets */
.sb-widget {
  overflow: hidden;
}
.sb-widget .image {
  position: relative;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 48em) {
  .sb-widget .image {
    height: 320px;
  }
}
@media (min-width: 64em) {
  .sb-widget .image {
    height: 220px;
  }
}
.sb-widget .info {
  padding: 1.5em;
}
.sb-widget .info .preview {
  margin-bottom: 1.25em;
}
.sb-widget .info .more {
  margin: 0;
}

.csstransforms .sb-widget .image.skew {
  overflow: hidden;
}/*
.csstransforms .sb-widget .image.skew:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 101%;
  height: 100px;
  -webkit-transform: skewY(9deg);
  -moz-transform: skewY(9deg);
  -ms-transform: skewY(9deg);
  -o-transform: skewY(9deg);
  transform: skewY(9deg);
}
.csstransforms .sb-widget .image.skew:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 50px;
}
.csstransforms .sb-widget .image.skew.switch:before {
  -webkit-transform: skewY(-9deg);
  -moz-transform: skewY(-9deg);
  -ms-transform: skewY(-9deg);
  -o-transform: skewY(-9deg);
  transform: skewY(-9deg);
}
.csstransforms .sb-widget .image.skew.switch:after {
  left: auto;
  right: 0;
  bottom: 0;
}*/

.section-widget .media {
  text-align: center;
}
.section-widget .media li {
  display: inline-block;
  margin: 0 .5em;
}
.section-widget .media li a {
  display: block;
  font-size: 1.6em;
}

.section-widget.articles article {
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .section-widget.articles article {
    float: left;
    width: 30.66666666666667%;
    margin: 0 0 0 4%;
  }
}
@media (min-width: 64em) {
  .section-widget.articles article:first-child {
    margin-left: 0;
  }
}
.section-widget.articles article .image {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}
.section-widget.articles article .image a {
  display: block;
}
.section-widget.articles article .image img {
  display: block;
  width: 100%;
  height: auto;
}
.section-widget.articles article .image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all .2s ease-in-out;
}
.section-widget.articles article .image .button-small {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  margin: -1em 0 0 -3em;
  transition: all .2s ease-in-out;
}
.section-widget.articles article .image:hover:before {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 64em) {
  .section-widget.articles article .image:hover .button-small {
    visibility: visible;
    opacity: 1;
  }
}
.section-widget.articles article .preview {
  margin-bottom: .5em;
}

.section-widget.events article {
  text-align: center;
  margin-bottom: 4em;
  transition: all .2s ease-in-out;
}
@media (min-width: 64em) {
  .section-widget.events article {
    float: left;
    width: 30%;
    padding: 0 1.5%;
    margin: 0;
  }
}
.section-widget.events article .time {
  color: rgba(250, 250, 250, 0.85);
}
.section-widget.events article .time span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.section-widget.events article .time span.day {
  font-size: 1.75em;
  letter-spacing: 6px;
  padding-bottom: 5px;
}
.section-widget.events article .time span.month {
  font-size: 3.125em;
}
.section-widget.events article .time span.number {
  font-size: 10em;
}
.section-widget.events article h5 {
  margin: 0;
}
@media (min-width: 64em) {
  .section-widget.events article:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.section-widget.events article:hover .time {
  color: #fafafa;
}

.section-widget.sermons article {
  overflow: hidden;
}
@media (min-width: 64em) {
  .section-widget.sermons article .image {
    float: left;
    width: 65.375854214123%;
    min-height: 373px;
  }
}
.section-widget.sermons article .image .div-embed {
  display: none;
}
.section-widget.sermons article .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 64em) {
  .section-widget.sermons article .info {
    float: right;
    width: 30%;
  }
}

.section-widget.posts {
  overflow: hidden;
}
.section-widget.posts article {
  overflow: hidden;
  position: relative;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: none;
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .section-widget.posts article {
    margin: 0;
    float: right;
    width: 31.20728929385%;
    height: 156px;
    margin-bottom: 1em;
  }
}
.section-widget.posts article .image {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .section-widget.posts article .image {
    height: 240px;
  }
}
@media (min-width: 64em) {
  .section-widget.posts article .image {
    display: none;
  }
}
@media (min-width: 64em) {
  .section-widget.posts article .info {
    position: relative;
    visibility: hidden;
    opacity: 0;
    padding: 0 1em;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all .2s ease-in-out;
  }
}
@media (min-width: 64em) {
  .section-widget.posts article .info h3 {
    margin-top: .25em;
  }
}
.section-widget.posts article .info .preview {
  margin: 0;
}
@media (min-width: 64em) {
  .section-widget.posts article .info .preview {
    display: none;
    margin-bottom: 5em;
  }
}
.section-widget.posts article .info .more {
  display: none;
  margin: 0;
  text-align: right;
}
@media (min-width: 64em) {
  .section-widget.posts article .info .more {
    display: block;
    margin-bottom: .5em;
  }
}
.section-widget.posts article:hover .info {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 64em) {
  .section-widget.posts article:first-child {
    float: left;
    width: 65.375854214123%;
    height: 328px;
    margin: 0;
  }
}
@media (min-width: 64em) {
  .section-widget.posts article:first-child .info .preview {
    display: block;
  }
}

@media (max-width: 64em) {
  .section-widget.posts article {
    background-image: none !important;
  }
}


/**New Event monklet from MK035**/
.widget.col-event .image {
  margin-bottom: 1em;
}

.widget.col-event .image a {
  display: block;
  position: relative;
}

.widget.col-event .image a div {
  background-size: cover;
}

.widget.col-event .image a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(24, 31, 42, 0.7),rgba(24, 31, 42, 0.7));
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.widget.col-event .image a:hover:after {
  opacity: 1;
  visibility: visible;
}

.widget.col-event .info h5 {
  margin-bottom: .75em;
}

.widget.col-event .info p {
  margin-bottom: 1em;
}
/**END Event monklet from MK035**/


/* i18 - Sections */
.content-section .content-text {
  padding: 2em 0;
}
@media (min-width: 64em) {
  .content-section .content-text {
    max-width: 74.40678%;
    padding: 2em 0;
  }
}
.content-section .title-wrap {
  position: relative;
  border-bottom: 3px solid rgba(250, 250, 250, 0.15);
  padding-bottom: .5em;
  margin-bottom: 6em;
}
@media (min-width: 64em) {
  .content-section .title-wrap {
    margin-bottom: 4em;
    overflow: hidden;
  }
}
.content-section .title-wrap h1 {
  margin: 0;
}
@media (min-width: 64em) {
  .content-section .title-wrap h1 {
    float: left;
    max-width: 70%;
  }
}
.content-section .title-wrap a {
  font-size: 1.6em;
  position: absolute;
  left: 0;
  bottom: -1.8em;
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1;
  background-color: transparent !important;
}
@media (min-width: 64em) {
  .content-section .title-wrap a {
    font-size: 2em;
    position: relative;
    float: right;
    bottom: auto;
    left: auto;
    margin-top: .65em;
    max-width: 25%;
  }
}

.csstransforms .content-section.skew {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}/*
.csstransforms .content-section.skew:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 101%;
  height: 160px;
  -webkit-transform: skewY(-9deg);
  -moz-transform: skewY(-9deg);
  -ms-transform: skewY(-9deg);
  -o-transform: skewY(-9deg);
  transform: skewY(-9deg);
}
@media (min-width: 100em) {
  .csstransforms .content-section.skew:before {
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    transform: skewY(-6deg);
  }
}
@media (min-width: 125em) {
  .csstransforms .content-section.skew:before {
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
  }
}
.csstransforms .content-section.skew:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 100px;
}

.csstransforms .content-section.skew.switch:before {
  left: 0;
  -webkit-transform: skewY(9deg);
  -moz-transform: skewY(9deg);
  -ms-transform: skewY(9deg);
  -o-transform: skewY(9deg);
  transform: skewY(9deg);
}
@media (min-width: 100em) {
  .csstransforms .content-section.skew.switch:before {
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    transform: skewY(6deg);
  }
}
@media (min-width: 125em) {
  .csstransforms .content-section.skew.switch:before {
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
  }
}
.csstransforms .content-section.skew.switch:after {
  right: auto;
  left: 0;
}*/

.sticky-wrapper {
  background: none;
  background-color: transparent;
  position: absolute;
  right: 5%;
}
@media (min-width: 100em) {
  .sticky-wrapper {
    right: 12.5%;
  }
}
@media (min-width: 125em) {
  .sticky-wrapper {
    right: 20%;
  }
}

#sticky-nav {
  display: none;
  position: absolute;
  right: 5%;
  width: 254px;
  padding-top: 1em;
  z-index: 2999;
  text-align: right;
}
@media (min-width: 64em) {
  #sticky-nav {
    display: block;
  }
}
@media (min-width: 100em) {
  #sticky-nav {
    right: 12.5%;
  }
}
@media (min-width: 125em) {
  #sticky-nav {
    right: 20%;
  }
}
#sticky-nav.stuck {
  top: 0;
  position: fixed;
}
#sticky-nav img {
  display: inline-block;
  max-width: 50%;
}
#sticky-nav ul {
  display: block;
  width: 100%;
  padding: 2em 0;
}
#sticky-nav ul li {
  position: relative;
  margin-bottom: 60px;
}
#sticky-nav ul li a {
  display: block;
  position: relative;
  color: #fafafa;
  font-size: 1.125em;
  text-transform: uppercase;
}
#sticky-nav ul li a span {
  margin-left: 1em;
}
#sticky-nav ul li a:after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: -50px;
  width: 2px;
  height: 40px;
  background-color: rgba(250, 250, 250, 0.5);
}
#sticky-nav ul li a.active {
  color: #ad024c;
}
#sticky-nav ul li a:hover {
  color: #9bcf00;
}
#sticky-nav ul li:last-child {
  margin-bottom: 0;
}
#sticky-nav ul li:last-child a:after {
  display: none;
}

/* i19 - Footer */
#footer {
  background-color: #040d1d;
  text-align: center;
}

.homepage #footer.change {
  background-color: #0e2338;
}

/*.csstransforms #footer.skew {
  position: relative;
  overflow: hidden;
  padding-top: 240px;
}
.csstransforms #footer.skew:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -26px;
  width: 101%;
  height: 160px;
  -webkit-transform: skewY(9deg);
  -moz-transform: skewY(9deg);
  -ms-transform: skewY(9deg);
  -o-transform: skewY(9deg);
  transform: skewY(9deg);
}
@media (min-width: 100em) {
  .csstransforms #footer.skew:before {
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    transform: skewY(6deg);
  }
}
@media (min-width: 125em) {
  .csstransforms #footer.skew:before {
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
  }
}
.csstransforms #footer.skew:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100px;
}
.csstransforms #footer.skew.switch:before {
  -webkit-transform: skewY(-9deg);
  -moz-transform: skewY(-9deg);
  -ms-transform: skewY(-9deg);
  -o-transform: skewY(-9deg);
  transform: skewY(-9deg);
}
@media (min-width: 100em) {
  .csstransforms #footer.skew.switch:before {
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    transform: skewY(-6deg);
  }
}
@media (min-width: 125em) {
  .csstransforms #footer.skew.switch:before {
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
  }
}
.csstransforms #footer.skew.switch:after {
  right: auto;
  left: 0;
  bottom: 0;
}*/

#footer-top {
  padding: 2em 0;
}
@media (min-width: 48em) {
  #footer-top {
    padding: 4em 0;
  }
}
#footer-top .icons-wrap {
  margin-bottom: 3em;
}
#footer-top .icons-wrap span {
  font-size: 4em;
}
@media (min-width: 48em) {
  #footer-top .icons-wrap span {
    font-size: 6em;
  }
}
@media (min-width: 48em) {
  #footer-top .tagline {
    padding: 0 8em;
  }
}
#footer-top h3 {
  font-weight: 400;
}

#footer-btm {
  padding: 2em 0;
}
#footer-btm .logo {
  margin-bottom: 1.5em;
}
#footer-btm .logo a {
  display: block;
}
#footer-btm .logo img {
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 48em) {
  #footer-btm .logo img {
    max-width: 50%;
  }
}
#footer-btm .social {
  margin-bottom: 1.5em;
  text-align: center;
}
#footer-btm .social li {
  display: inline-block;
  margin: 0 1em;
}
#footer-btm .social li a {
  font-size: 1.75em;
  display: block;
}
#footer-btm p.church {
  font-size: 1em;
}
#footer-btm p.church span {
  margin-left: 1em;
  display: block;
}
@media (min-width: 48em) {
  #footer-btm p.church span {
    display: inline;
    margin-left: 1em;
  }
}
#footer-btm .credits {
  margin: 0;
}
#footer-btm .credits a {
  font-size: 1.5em;
}

@media (min-width: 64em) {
  .homepage #footer-top,
  .homepage #footer-btm {
    max-width: 74.40678%;
  }
}
.homepage #footer-top .tagline,
.homepage #footer-btm .tagline {
  padding: 0;
}

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

/* i21 - Containers */
.container {
  position: relative;
  width: 90%;
  max-width: 73.75em;
  margin: 0 auto;
}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* Landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
  .section-widget.events article .time span.day,
  .section-widget.events article .time span.month{ font-size: 1.5em;}

  .section-widget.events article .time span.number{ font-size: 5em;}
}


.r_grid{width:100%;margin:1em 0;clear:both}.r_grid .r_row{width:100%;margin-bottom:1em}.r_grid .r_row.omega{margin-bottom:0}.r_grid .clearfix:before,.r_grid .clearfix:after{content:" ";display:table}.r_grid .clearfix:after{clear:both}.r_grid .full,.r_grid .one-half,.r_grid .one-third,.r_grid .one-fourth,.r_grid .two-third,.r_grid .three-fourth,.r_grid .one-half.omega,.r_grid .one-third.omega,.r_grid .two-third.omega,.r_grid .one-fourth.omega,.r_grid .three-fourth.omega{padding-left:2.60281%;padding-right:2.60281%;width:94.79438%;float:right;margin-right:0;*margin-left:-1.66em;display:inline}.r_grid img{display:block;width:100%;height:auto;min-width:100%;max-width:100%;line-height:0;padding:0;margin:0}@media (max-width: 61.5em){.r_grid .full,.r_grid .one-half,.r_grid .one-third,.r_grid .one-fourth,.r_grid .two-third,.r_grid .three-fourth,.r_grid .one-half.omega,.r_grid .one-third.omega,.r_grid .two-third.omega,.r_grid .one-fourth.omega,.r_grid .three-fourth.omega{margin-bottom:1em}.r_grid .r_row{margin-bottom:0}}@media (min-width: 61.5em){.r_grid .full{width:100%;padding-left:0;padding-right:0;margin-left:0;margin-right:0;float:left}.r_grid .one-half{padding-left:0;padding-right:0;width:48.94268%;float:left;margin-right:2.11465%}.r_grid .one-third{padding-left:0;padding-right:0;width:31.92357%;float:left;margin-right:2.11465%}.r_grid .one-fourth{padding-left:0;padding-right:0;width:23.41401%;float:left;margin-right:2.11465%}.r_grid .two-third{padding-left:0;padding-right:0;width:65.96178%;float:left;margin-right:2.11465%}.r_grid .three-fourth{padding-left:0;padding-right:0;width:74.47134%;float:left;margin-right:2.11465%}.r_grid .one-half.omega{padding-left:0;padding-right:0;width:48.94268%;float:right;margin-right:0}.r_grid .one-third.omega{padding-left:0;padding-right:0;width:31.92357%;float:right;margin-right:0}.r_grid .one-fourth.omega{padding-left:0;padding-right:0;width:23.41401%;float:right;margin-right:0}.r_grid .two-third.omega{padding-left:0;padding-right:0;width:65.96178%;float:right;margin-right:0}.r_grid .three-fourth.omega{padding-left:0;padding-right:0;width:74.47134%;float:right;margin-right:0}}
