/* @override 
	http://trinityonline:8888/_assets/css/styles-duplicate.css?t=20170706134052 */

@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 - Navigation
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, .filters:after, .filters .filter-wrap:after, .container:after, .large-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 Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#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;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#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: 180px;
  height: auto;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #292929;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
}
.ui-selectmenu-button span.ui-icon {
  display: none !important;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  position: relative;
  display: block;
  line-height: 2.6em;
  padding: 0 2em 0 1em;
  font-size: 16px;
  font-weight: 200;
  color: #292929;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.ui-selectmenu-button span.icon-arrow-down {
  color: #292929;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px;
  font-weight: normal !important;
}
.ui-selectmenu-button.isopen {
  -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-disabled {
  cursor: default;
  opacity: .5;
}
.ui-selectmenu-button.ui-state-disabled span.icon-down {
  display: none;
}

.monkForm .ui-selectmenu-button {
  border: 0;
  background-color: #fafafa;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.monkForm .ui-selectmenu-button span.ui-selectmenu-text {
  line-height: 3.2em;
}
.monkForm .ui-selectmenu-button span.icon-arrow-down {
  color: #1da7b7;
}

.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: 260px;
  max-height: 300px !important;
  list-style: none;
  background-color: #292929;
  border: 0;
  border-top: 0;
  -moz-border-radius-bottomleft: 1em;
  -webkit-border-bottom-left-radius: 1em;
  border-bottom-left-radius: 1em;
  -moz-border-radius-bottomright: 1em;
  -webkit-border-bottom-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
.ui-selectmenu-menu .ui-menu li {
  margin: 0;
  padding: .5em 1em;
  outline: none;
  font-size: 16px;
  font-weight: 200;
  text-transform: none;
  list-style: none;
  cursor: pointer;
  color: #fafafa;
}
.ui-selectmenu-menu .ui-menu li:hover {
  background-color: #1da7b7;
}

.ui-selectmenu-open {
  display: block;
}

/* i05 - Plugins - Cycle2 */
.rotator {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.rotator .loading {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -20px;
}
@media (min-width: 66.25em) {
  .rotator .loading {
    margin-top: -20px;
    margin-left: -35px;
    width: 70px;
  }
}

#cycle-ss {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -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;
}

#cycle-ss .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#cycle-ss .slide .overlay {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 48em) {
  #cycle-ss .slide .overlay {
    bottom: auto;
    top: 50%;
  }
}
#cycle-ss .slide .overlay a {
  color: #fafafa;
  font-weight: 800;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 48em) {
  #cycle-ss .slide .overlay a {
    font-size: 2em;
  }
}

#cycle-ss .slide {
  display: none;
}

#cycle-ss .slide.first {
  display: block;
}

.js-rotator .loading {
  display: none;
}
.js-rotator #cycle-ss {
  opacity: 1;
}
.js-rotator .pager {
  visibility: visible !important;
}

@media (min-width: 64em) {
  .js-rotator .rotator .pager {
    display: none;
  }
}
.js-rotator .rotator:hover .pager {
  display: block;
}

#cycle-blog {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

#cycle-blog .slide {
  width: 100%;
}

#cycle-blog .slide {
  display: none;
}

#cycle-blog .slide.first {
  display: block;
}

.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

.rotator-blog {
  position: relative;
}
.rotator-blog .pager {
  visibility: hidden;
  position: absolute;
  font-size: 1em;
  top: 3.5em;
  color: #e7e7e7;
  z-index: 500;
  cursor: pointer;
  -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;
}
@media (min-width: 64em) {
  .rotator-blog .pager {
    font-size: 2em;
    top: 1.5em;
  }
}
.rotator-blog .pager:hover {
  color: #1da7b7;
}
.rotator-blog .pager-prev {
  left: -1em;
}
.rotator-blog .pager-next {
  right: -1em;
}
@media (min-width: 64em) {
  .rotator-blog .slide {
    max-height: 700px;
    overflow: hidden;
  }
}

.js-rotator-blog #cycle-blog {
  opacity: 1;
}
.js-rotator-blog .pager {
  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: #222222;
}

body,
table caption,
table th,
table td,
textarea {
  color: #292929;
  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,
#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,
#newsletter_text,
#newsletter_submit {
  font-family: "Martel Sans", sans-serif;
}

blockquote,
.share h3 {
  font-family: "Martel", serif;
}

a {
  color: #1da7b7;
  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,
a i {
  -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:hover {
  color: #0bcee5;
}

#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;
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .35em;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit !important;
}

h1 {
  font-size: 2.625em;
  color: #1da7b7;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: .5em;
}

h2 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.313;
}

h3 {
  font-size: 1.625em;
  font-weight: 800;
  line-height: 1.385;
}

h4 {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.455;
}

h5 {
  font-size: 1.25em;
  font-weight: 800;
  line-height: 1.4;
}

h6 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

p {
  line-height: 1.44;
  margin-bottom: 1.75em;
}

#content ul {
  margin: 0 0 1.75em 3em;
}
#content ul li {
  list-style: disc;
  line-height: 1.44em;
}
#content ul li li {
  font-size: 100%;
}
#content #subnav {
  margin: 0;
}
#content #subnav li {
  list-style: none;
  line-height: 1;
  margin: 0;
}
#content #subnav ul {
  padding: 0;
  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.2em;
}
#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: 2em 0;
  padding: 0 0 0 1em;
  text-align: left;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 400;
  color: #1da7b7;
  border-left: 1px solid #292929;
}
blockquote p {
  padding: 0 0 0 1em;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  border-left: 1px solid #292929;
}

#content hr {
  display: block;
  margin: 1.25em 0;
  padding: 0;
  width: 100%;
  height: 2px;
  border: 0;
  color: #292929;
  background-color: #292929;
  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: #1da7b7;
}
#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: center;
  clear: both;
  padding-top: 25px;
  padding-bottom: 25px;
}
.share h3 {
  font-weight: 400;
  display: inline-block;
  margin-right: .5em;
}
.share a {
  display: inline-block;
  font-size: 1.5em;
  margin: 0 .5em;
  cursor: pointer;
}

#sidebar .share {
  background-color: #1da7b7;
  padding: 1em;
  display: none;
}
@media (min-width: 64em) {
  #sidebar .share {
    display: block;
  }
}
#sidebar .share h3 {
  font-size: 1em;
  margin-bottom: 0;
  color: #fafafa;
}
#sidebar .share a {
  font-size: 1em;
  margin: 0 .5em;
  color: rgba(250, 250, 250, 0.25);
}
#sidebar .share a:hover {
  color: #fafafa;
}

.share-button a {
  display: block;
  background-color: #1da7b7;
  color: #fafafa;
  padding: .5em;
  font-weight: 200;
  text-align: center;
}
.share-button a i {
  display: block;
  margin-top: .25em;
  font-size: 1.5em;
  color: rgba(250, 250, 250, 0.25);
}
.share-button a:hover {
  color: #fafafa;
}
.share-button a:hover i {
  color: #fafafa;
}

.div-callout {
  background-color: #e7e7e7;
  padding: 3em 3em 1em 3em;
  margin: 2em 0;
  text-align: center;
}
.div-callout p {
  font-weight: 200;
}

::-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(29, 167, 183, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(29, 167, 183, 0.4);
}

/* i08 - Buttons */
a.button-small,
p.button-small a {
  display: block;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.25em;
  color: #292929;
  text-align: center;
  padding: .75em 1.5em .65em 1.5em;
  margin: 0 0 1em 0;
  border: 1px solid #292929;
  background: none;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  text-decoration: none !important;
  -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;
}
@media (min-width: 48em) {
  a.button-small,
  p.button-small a {
    display: inline-block;
    margin: 0 .5em .25em .5em;
  }
}
a.button-small:after,
p.button-small a:after {
  font-family: "mk030";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: .875em;
  margin-left: .5em;
  -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.button-small:hover,
p.button-small a:hover {
  color: #1da7b7;
  border-color: #1da7b7;
}
@media (min-width: 48em) {
  a.button-small:first-child,
  p.button-small a:first-child {
    margin-left: 0;
  }
}

a.button-icon,
p.button-icon a,
.media-links li a {
  display: block;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.125em;
  color: #292929;
  text-align: center;
  padding: .65em 1.5em;
  margin: 0 0 1em 0;
  border: 1px solid #292929;
  background: none;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  text-decoration: none !important;
  -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;
}
@media (min-width: 48em) {
  a.button-icon,
  p.button-icon a,
  .media-links li a {
    display: inline-block;
    margin: 0 .5em .25em .5em;
  }
}
a.button-icon i,
p.button-icon a i,
.media-links li a i {
  margin-right: .5em;
  vertical-align: -.125em;
}
a.button-icon:hover,
p.button-icon a:hover,
.media-links li a:hover {
  color: #1da7b7;
  border-color: #1da7b7;
}

@media (min-width: 48em) {
  #sidebar a.button-small,
  #sidebar p.button-small a,
  #sidebar a.button-icon,
  #sidebar p.button-icon a,
  #sidebar .media-links li a {
    display: block;
  }
}

.rsvp a,
a.button-medium,
p.button-medium a {
  display: block;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.125em;
  color: #fafafa;
  text-align: center;
  padding: .6em 2em;
  margin: 0 0 1em 0;
  border: 1px solid #292929;
  background-color: #292929;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  text-decoration: none !important;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 48em) {
  .rsvp a,
  a.button-medium,
  p.button-medium a {
    display: inline-block;
    margin: 0 .5em .25em .5em;
  }
}
.rsvp a:hover,
a.button-medium:hover,
p.button-medium a:hover {
  color: #292929;
  background-color: #fafafa;
}
@media (min-width: 48em) {
  .rsvp a:first-child,
  a.button-medium:first-child,
  p.button-medium a:first-child {
    margin-left: 0;
  }
}

a.button-large,
p.button-large a {
  display: block;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.125em;
  color: #fafafa;
  text-align: center;
  padding: .6em 2em;
  margin: 0 0 1em 0;
  border: 1px solid #1da7b7;
  background-color: #1da7b7;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  text-decoration: none !important;
  -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;
}
@media (min-width: 48em) {
  a.button-large,
  p.button-large a {
    display: inline-block;
    margin: 0 .5em .25em .5em;
    padding-left: 3.4em;
    padding-right: 3.4em;
  }
}
a.button-large:hover,
p.button-large a:hover {
  color: #1da7b7;
  background-color: #fafafa;
}
@media (min-width: 48em) {
  a.button-large:first-child,
  p.button-large a:first-child {
    margin-left: 0;
  }
}

#sidebar .return {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  #sidebar .return a.button-small,
  #sidebar .return p.button-small a,
  #sidebar .return a.button-medium,
  #sidebar .return p.button-medium a,
  #sidebar .return a.button-large,
  #sidebar .return p.button-large a {
    display: block;
  }
}

.div-callout a.button-large,
.div-callout p.button-large a {
  display: block;
  font-size: 32px;
  padding: .5em;
  border-color: #fafafa;
}

/* i09 - Forms */
.monkForm {
  display: block;
  margin: 1.5em 0;
  background-color: #e7e7e7;
}
@media (min-width: 64em) {
  .monkForm {
    padding: 0 2em 2em 2em;
    overflow: hidden;
  }
}
.monkForm p {
  margin: 0;
}
.monkForm p.errorSummary {
  color: #1da7b7;
  font-size: 1.25em;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: .5em;
}
.monkForm p.error {
  font-size: .875em;
  color: #1da7b7;
}
.monkForm > fieldset > legend {
  display: block;
  width: 100%;
  color: #fafafa;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.313;
  padding: 1em 0;
  background-color: #1da7b7;
  position: relative;
}
@media (min-width: 64em) {
  .monkForm > fieldset > legend {
    margin-bottom: 1em;
  }
}
.monkForm > fieldset > legend:before {
  content: "";
  display: none;
  position: absolute;
  left: -2em;
  top: 0;
  width: 2em;
  height: 100%;
  background-color: #1da7b7;
}
@media (min-width: 64em) {
  .monkForm > fieldset > legend:before {
    display: block;
  }
}
.monkForm > fieldset > legend:after {
  content: "";
  display: none;
  position: absolute;
  right: -2em;
  top: 0;
  width: 2em;
  height: 100%;
  background-color: #1da7b7;
}
@media (min-width: 64em) {
  .monkForm > fieldset > legend:after {
    display: block;
  }
}
.monkForm > fieldset > fieldset > legend {
  display: block;
  width: 96%;
  font-size: 1.625em;
  font-weight: 800;
  line-height: 1.385;
  background-color: #fafafa;
  padding: .5em 2% .25em 2%;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
  -moz-border-radius-topright: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.monkForm .section {
  padding: .5em 1em 1em 1em;
  background-color: #fafafa;
  -moz-border-radius-bottomleft: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.monkForm .section p {
  font-weight: 200;
}
.monkForm .heading {
  display: block;
  font-size: 1.25em;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: .5em;
}
.monkForm .asterisk {
  color: #1da7b7;
}
.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: 2em;
}
.monkForm div input,
.monkForm div textarea,
.monkForm div select {
  display: inline-block;
  color: #292929;
  font-size: 1em;
  padding: .25em;
  margin-bottom: .5em;
  font-weight: 200;
  border: 1px solid #d3d3d3;
  outline: none;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 64em) {
  .monkForm div input,
  .monkForm div textarea,
  .monkForm div select {
    border-color: transparent;
    padding: .75em;
  }
}
.monkForm .text input, .monkForm .text textarea,
.monkForm .email input,
.monkForm .email textarea,
.monkForm .textarea input,
.monkForm .textarea textarea {
  display: block;
  width: 85%;
}
@media (min-width: 64em) {
  .monkForm .text input, .monkForm .text textarea,
  .monkForm .email input,
  .monkForm .email textarea,
  .monkForm .textarea input,
  .monkForm .textarea textarea {
    width: 95%;
  }
}
.monkForm .address .ui-selectmenu-button {
  top: 1.125em;
}
.monkForm .address input {
  margin-bottom: 1em;
}
.monkForm .checkbox p,
.monkForm .radio p {
  margin-bottom: .25em;
}
.monkForm .checkbox label,
.monkForm .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  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: "mk030";
  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 #d3d3d3;
  -webkit-box-shadow: inset 0 0 1px 0 #d3d3d3;
  box-shadow: inset 0 0 1px 0 #d3d3d3;
  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: #1da7b7;
}
.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: 1px solid #292929;
  font-weight: 400;
}
.monkForm .ui-selectmenu-button {
  display: inline-block;
  margin: 0;
}
.monkForm input[type=submit] {
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.125em;
  color: #fafafa;
  text-align: center;
  padding: .75em 2em;
  margin: 0 0 1em 0;
  border: 1px solid #fafafa;
  background-color: #1da7b7;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  -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;
}
@media (min-width: 64em) {
  .monkForm input[type=submit] {
    font-size: 20px;
  }
}
.monkForm input[type=submit]:hover {
  color: #1da7b7;
  background-color: #fafafa;
}

@media (max-width: 64em) {
  .monkForm {
    background-color: transparent;
  }
}
#newsletter fieldset {
  overflow: hidden;
}
#newsletter label {
  display: block;
  margin-bottom: 1em;
}

#newsletter_text {
  padding: .4em 5%;
  width: 60%;
  float: left;
  border: 0;
  font-size: 20px;
  font-weight: 200;
  background: #fafafa;
  color: #292929;
  outline: none !important;
  -moz-border-radius-topleft: 1.5em;
  -webkit-border-top-left-radius: 1.5em;
  border-top-left-radius: 1.5em;
  -moz-border-radius-bottomleft: 1.5em;
  -webkit-border-bottom-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
}

#newsletter_submit {
  width: 30%;
  float: left;
  font-size: 20px;
  font-weight: 200;
  padding: .36em 0;
  text-transform: capitalize;
  text-align: center;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  border: 0;
  background: #1da7b7;
  color: #fafafa;
  -moz-border-radius-topright: 1.5em;
  -webkit-border-top-right-radius: 1.5em;
  border-top-right-radius: 1.5em;
  -moz-border-radius-bottomright: 1.5em;
  -webkit-border-bottom-right-radius: 1.5em;
  border-bottom-right-radius: 1.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;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #newsletter_submit {
    padding: .38em 0;
  }
}
#newsletter_submit:hover {
  color: #1da7b7;
  background-color: #fafafa;
}

/* 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: 66.25em) {
  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 #d3d3d3;
    border-left: 1px solid #d3d3d3;
  }

  .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 */
.filters {
  padding: 1em;
  margin-bottom: 3em;
  text-align: center;
  background-color: #e7e7e7;
}
.filters h4 {
  margin-bottom: .75em;
  text-align: center;
  line-height: 1.1em;
}
@media (min-width: 64em) {
  .filters h4 {
    display: inline-block;
    position: relative;
    margin: .5em .5em 0 0;
    text-align: left;
    float: left;
  }
}
.filters a {
  text-decoration: none;
}
.filters .ui-selectmenu-button {
  width: 180px;
  display: inline-block;
  margin-right: .5em;
  text-align: left;
  float: left;
}
.filters select.sorter {
  display: block;
  float: none;
  width: 90%;
  margin: 0 auto 1em auto;
}

#module-search {
  position: relative;
  width: 260px;
  margin: 0 auto 1em auto;
  text-align: left;
}
@media (min-width: 64em) {
  #module-search {
    display: inline-block;
    border: 0;
    margin: 0;
    float: right;
  }
}
#module-search:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.08);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 64em) {
  #module-search:before {
    left: 0;
    top: -1em;
    right: -1em;
    bottom: -1em;
  }
}

#module-search fieldset {
  border: 0;
  width: 238px;
  padding: 5px 5px 5px 15px;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

#module-search-term {
  float: left;
  width: 200px;
  height: 36px;
  line-height: 36px;
  border: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  color: #292929;
  background-color: transparent;
  outline: none !important;
}

#module-search-submit {
  float: right;
  font-size: 1.125em;
  width: 24px;
  height: 34px;
  margin: 0;
  border: 0;
  outline: none;
  display: block;
  background: none;
  color: #292929;
  cursor: pointer;
  text-align: left;
}
#module-search-submit:hover {
  color: #1da7b7;
}

#sidebar .filters {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
#sidebar .filters .ui-selectmenu-button {
  width: 260px;
  float: none;
  margin: 0 auto 1em auto;
}
#sidebar .filters select.sorter {
  display: block;
  float: none;
  width: 60%;
  margin: 0 auto 1em auto;
}
#sidebar .filters form#module-search {
  float: none;
  margin: 0 auto 1em auto;
}
@media (min-width: 64em) {
  #sidebar .filters form#module-search {
    display: block;
    float: none;
    margin: 0 auto 1em auto;
  }
}

/* i12 - Dark */
.dark {
  color: #fafafa;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark blockquote {
  color: #fafafa;
}
.dark a.button-small,
.dark p.button-small a {
  color: #fafafa;
  border-color: #fafafa;
}
.dark a.button-icon,
.dark p.button-icon a,
.dark .media-links li a {
  color: #fafafa;
  border-color: #fafafa;
}
.dark a.button-medium,
.dark p.button-medium a {
  color: #292929;
  border-color: #fafafa;
  background-color: #fafafa;
}
.dark a.button-medium:hover,
.dark p.button-medium a:hover {
  color: #fafafa;
  background-color: #292929;
  border-color: #fafafa;
}

/* i13 - Navigation */
nav#main {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #222222;
  z-index: 5999;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 64em) {
  nav#main {
    width: 52.25em;
    left: -52.25em;
    position: fixed;
  }
}

#nav-open {
  position: absolute;
  right: -42px;
  width: 42px;
  top: 32px;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  border: 0;
  padding: 1.5em 0;
  outline: none;
  background-color: #292929;
  color: #fafafa;
  text-align: center;
  z-index: 5999;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 64em) {
  #nav-open {
    right: -113px;
    width: 113px;
  }
}
#nav-open:hover {
  color: #0bcee5;
}
#nav-open i {
  display: block;
  font-size: 1.25em;
  margin-bottom: .25em;
}
@media (min-width: 64em) {
  #nav-open i {
    font-size: 2em;
  }
}
#nav-open span {
  display: block;
  font-size: .9125em;
  font-weight: 200;
  text-transform: uppercase;
}

body.show-nav nav#main {
  left: 0;
  z-index: 6999;
}
body.show-nav #nav-open {
  left: 0;
  right: auto;
  z-index: 6999;
}
@media (min-width: 64em) {
  body.show-nav #nav-open {
    right: -113px;
    left: auto;
  }
}

#nav-inner {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  min-height: 100%;
}

#nav-top .logo {
  text-align: center;
  padding: 2em 0;
  background-color: #393939;
}
#nav-top .logo img {
  max-width: 50%;
}
@media (min-width: 48em) {
  #nav-top .logo img {
    max-width: 65%;
  }
}
#nav-top ul {
  text-align: center;
  background-color: #e7e7e7;
  padding: 2em 5%;
}
@media (min-width: 64em) {
  #nav-top ul li {
    display: inline-block;
  }
}

#nav-menu {
  padding: 2em 5%;
}
@media (min-width: 64em) {
  #nav-menu {
    padding-bottom: 1em;
  }
}
#nav-menu > ul {
  overflow: hidden;
}
#nav-menu > ul > li {
  margin-bottom: 1.5em;
}
#nav-menu > ul > li > a {
  display: block;
  position: relative;
  font-size: 1.125em;
  color: #fafafa;
  font-weight: 800;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  padding: .35em 0;
  margin-bottom: .5em;
}
#nav-menu > ul > li > a span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: .875em;
  padding: .5em 1em;
}
@media (min-width: 64em) {
  #nav-menu > ul > li > a span {
    display: none !important;
  }
}
#nav-menu > ul > li > ul {
  display: none;
}
@media (min-width: 64em) {
  #nav-menu > ul > li > ul {
    display: block !important;
  }
}
#nav-menu > ul > li > ul > li {
  margin-bottom: .5em;
}
#nav-menu > ul > li > ul > li > a {
  display: block;
  font-weight: 200;
  color: #fafafa;
}
#nav-menu > ul > li > ul > li > a:hover {
  color: #0bcee5;
}
#nav-menu > ul > li > ul > li.current a {
  color: #0bcee5;
}
#nav-menu > ul > li.current > ul {
  display: block;
}

@media (min-width: 64em) {
  #nav-menu > ul > li {
    float: left;
    width: 47.5%;
    margin-left: 5%;
  }
}
@media (min-width: 64em) {
  #nav-menu > ul > li:nth-of-type(2n+1) {
    clear: left;
    margin-left: 0;
  }
}

#nav-sec {
  padding: 2em 5% 1em 5%;
  background-color: #292929;
  color: rgba(250, 250, 250, 0.85);
}
#nav-sec h2,
#nav-sec h3,
#nav-sec h4,
#nav-sec h5,
#nav-sec h6 {
  color: rgba(250, 250, 250, 0.75);
}
#nav-sec a {
  color: #0bcee5;
}
#nav-sec p {
  font-weight: 200;
  margin-bottom: .75em;
}

#nav-social {
  padding: 2em 0;
  background-color: #393939;
}
#nav-social ul {
  text-align: center;
}
#nav-social ul li {
  display: inline-block;
  margin: 0 .5em;
}
@media (min-width: 64em) {
  #nav-social ul li {
    margin: 0 1em;
  }
}
#nav-social ul li a {
  display: block;
  background-color: #fafafa;
  color: #393939;
  padding: .5em;
  -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;
}
@media (min-width: 64em) {
  #nav-social ul li a {
    font-size: 1.75em;
  }
}
#nav-social ul li a:hover {
  background-color: #1da7b7;
}

#search {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  padding: 2em 0;
  background-color: #393939;
  z-index: 5999;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 64em) {
  #search {
    position: fixed;
    width: 52.25em;
    right: -52.25em;
  }
}

#search-open {
  position: absolute;
  top: 32px;
  left: -42px;
  width: 42px;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  border: 0;
  padding: 1.5em 0;
  outline: none;
  background-color: #292929;
  color: #fafafa;
  text-align: center;
  z-index: 5999;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 64em) {
  #search-open {
    left: -113px;
    width: 113px;
  }
}
#search-open:hover {
  color: #0bcee5;
}
#search-open i {
  display: block;
  font-size: 1.25em;
  margin-bottom: .25em;
}
@media (min-width: 64em) {
  #search-open i {
    font-size: 2em;
  }
}
#search-open span {
  display: block;
  font-size: .9125em;
  font-weight: 200;
  text-transform: uppercase;
}

#searchForm {
  position: relative;
  border: 0;
  outline: none;
  padding: 0 42px 0 0;
}
@media (min-width: 64em) {
  #searchForm {
    padding-right: 82px;
  }
}
#searchForm fieldset {
  position: relative;
  padding: 0 1em;
  border: 0;
  color: #fafafa;
  overflow: hidden;
  background-color: transparent;
}
@media (min-width: 64em) {
  #searchForm fieldset {
    padding: 0 1em;
  }
}
#searchForm #search_term {
  position: relative;
  float: left;
  width: 75%;
  display: block;
  padding: 1em 5%;
  border: 0;
  font-size: 14px;
  line-height: 22px;
  outline: none;
  color: #fafafa;
  font-weight: 400;
  outline: none !important;
  background-color: rgba(255, 255, 255, 0.15);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 64em) {
  #searchForm #search_term {
    font-size: 1.25em;
    line-height: 1.35em;
  }
}
#searchForm #search_go {
  display: block;
  float: left;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fafafa;
  margin-left: 5%;
  margin-top: .5em;
}
@media (min-width: 64em) {
  #searchForm #search_go {
    font-size: 32px;
  }
}
#searchForm #search_go:hover {
  color: #1da7b7;
}

body.show-search #search {
  right: 0;
  z-index: 6999;
}
body.show-search #search-open {
  left: auto;
  right: 0;
  z-index: 6999;
}

/* i14 - Header */
#header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 10em;
  overflow: hidden;
}
@media (min-width: 48em) {
  #header {
    min-height: 16em;
  }
}
@media (min-width: 64em) {
  #header {
    min-height: 20em;
  }
}
@media (min-width: 80em) {
  #header {
    min-height: 24em;
  }
}
@media (min-width: 100em) {
  #header {
    min-height: 30em;
  }
}
#header .logo {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1999;
  -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;
}
#header .logo img {
  max-width: 65%;
}
@media (min-width: 48em) {
  #header .logo img {
    max-width: 50%;
  }
}

body.large-header #header {
  min-height: 12em;
  padding-top: 130px;
}
@media (min-width: 48em) {
  body.large-header #header {
    min-height: 24em;
  }
}
@media (min-width: 64em) {
  body.large-header #header {
    min-height: 52em;
    background-attachment: fixed;
  }
}
@media (min-width: 80em) {
  body.large-header #header {
    min-height: 52em;
  }
}
@media (min-width: 100em) {
  body.large-header #header {
    min-height: 60em;
  }
}

.show-nav #header .logo,
.show-search #header .logo {
  visibility: hidden;
  opacity: 0;
}

#bigvideo {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#bigvideo video {
  display: block;
  height: 100%;
  width: 100%;
}

/* i15 - Content */
#content {
  overflow: hidden;
  padding: 2em 0;
  background-color: #fafafa;
}
@media (min-width: 48em) {
  #content {
    padding: 4em 0;
  }
}

@media (min-width: 64em) {
  #text {
    float: left;
    width: 65.66038%;
  }
}

@media (min-width: 64em) {
  #content.fullwidth #text {
    float: none;
    width: 100%;
  }
}

#sidebar {
  border-top: 10px solid #1da7b7;
  padding-top: 2em;
}
@media (min-width: 64em) {
  #sidebar {
    float: right;
    width: 28.67925%;
    border: 0;
  }
}
#sidebar section {
  margin: 1em 0 0 0;
  padding: 1em 1em 0 1em;
  background-color: #e7e7e7;
  overflow: hidden;
}
#sidebar section.colored {
  background-color: #bce5ea;
}
#sidebar section .icons-wrap {
  text-align: center;
  margin-bottom: 2em;
}
#sidebar section .icons-wrap span {
  font-size: 3em;
  color: rgba(41, 41, 41, 0.15);
}
@media (min-width: 64em) {
  #sidebar section .icons-wrap span {
    font-size: 6em;
  }
}

/* i16 - Subnav */
nav.sidebar {
  position: relative;
  overflow: hidden;
}

#content #subnav {
  background-color: #292929;
  border: 3px solid rgba(250, 250, 250, 0.15);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
#content #subnav > li > a {
  display: block;
  color: #fafafa;
  font-weight: 800;
  font-size: 1.125em;
  padding: 1em 0 .5em 0;
  margin-bottom: .5em;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
}

#content #subnav > li > ul > li > a {
  display: block;
  font-weight: 200;
  padding: .5em 0;
  color: #fafafa;
}
#content #subnav > li > ul > li > a:hover {
  color: #0bcee5;
}
#content #subnav > li > ul > li > ul {
  display: none;
}
#content #subnav > li > ul > li.current > a {
  color: #0bcee5;
  position: relative;
}
#content #subnav > li > ul > li.current > a:before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0;
  margin-left: -3px;
  width: 3px;
  height: 100%;
  background-color: #0bcee5;
}
#content #subnav > li > ul > li.current > ul {
  display: block;
  padding: 0 1em;
  margin-bottom: 1em;
  background-color: rgba(250, 250, 250, 0.15);
}
#content #subnav > li > ul li ul li a {
  display: block;
  font-size: .875em;
  padding: .5em 0;
  color: #fafafa;
  font-weight: 200;
}
#content #subnav > li > ul li ul li a:hover {
  color: #1da7b7;
}
#content #subnav > li > ul li ul li li a {
  padding-left: 1em;
}

/* i17 - Widgets */
.widget .image {
  position: relative;
  margin-bottom: 2em;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.widget .image img {
  display: block;
  width: 100%;
  height: auto;
  -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;
}
.widget .image:hover img {
  opacity: .6;
}
.widget .image .comment {
  position: absolute;
  right: 1.25em;
  bottom: 1.25em;
}
.widget .image .comment span {
  position: relative;
  text-align: center;
}
.widget .image .comment span i {
  position: relative;
  display: inline-block;
  color: #fafafa;
  font-style: normal;
  width: 2em;
  z-index: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget .image .comment span:before {
  font-family: "mk030";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 2em;
  color: #1da7b7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.widget .image .date {
  position: absolute;
  bottom: 1em;
  left: 1em;
  padding: 1em .75em;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fafafa;
  text-align: center;
}
.widget .image .date span {
  display: block;
  padding-bottom: .25em;
  font-size: 1.25em;
  font-weight: 800;
}
.widget .image .date i {
  opacity: .75;
}
.widget .info h5 {
  margin-bottom: 1em;
}
.widget .widget-more {
  /* position: relative; */
  padding: 1em 0;
  /* background-color: rgba(0, 0, 0, 0.07); */
}
.widget .widget-more:before {
  content: "";
  /* position: absolute; */
  top: 0;
  left: -1em;
  width: 1em;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.07); */
}
.widget .widget-more:after {
  content: "";
  /* position: absolute; */
  top: 0;
  right: -1em;
  width: 1em;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.07); */
}

.widget.events .info h5,
.widget.articles .info h5 {
  margin-bottom: .5em;
  padding-bottom: .25em;
  border-bottom: 1px solid rgba(41, 41, 41, 0.25);
}
.widget.events .info h6,
.widget.articles .info h6 {
  font-weight: 200;
  margin-bottom: 1em;
}
.widget.events .more,
.widget.articles .more {
  text-align: center;
  margin-top: 1em;
}
.widget.events .media-links li,
.widget.articles .media-links li {
  margin-bottom: .5em;
}
@media (min-width: 64em) {
  .widget.events .media-links li,
  .widget.articles .media-links li {
    display: inline-block;
    margin: 0 .5em .5em 0;
  }
}
.widget.events .media-links li a,
.widget.articles .media-links li a {
  display: block;
  margin: 0;
}

.widget.grid.three article {
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .widget.grid.three article {
    float: left;
    width: 30.66666666666667%;
    margin-left: 4%;
    margin-bottom: 0;
  }
}
.widget.grid.three article:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

@media (min-width: 64em) {
  .flexbox .widget.grid.three {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 64em) {
  .flexbox .widget.grid.three article {
    float: none;
  }
}
.flexbox .widget.grid.three article:nth-child(3n+1) {
  clear: none;
}

.section-widget {
  background-color: #fafafa;
}

@media (min-width: 64em) {
  .section-widget.sermon article .image {
    display: none;
  }
}
.section-widget.sermon article .image img {
  display: block;
  width: 100%;
  height: auto;
}
.section-widget.sermon article .info {
  text-align: center;
  padding: 2em 0;
}
@media (min-width: 64em) {
  .section-widget.sermon article .info {
    padding: 4em 0;
  }
}
.section-widget.sermon article .info h6 {
  margin-bottom: 1em;
}
@media (min-width: 64em) {
  .section-widget.sermon article .media-links li {
    display: inline-block;
  }
}
.section-widget.sermon article .media-links li a {
  display: block;
}
.section-widget.sermon article .media-links li.all i {
  margin-left: .5em;
}

.section-widget.sermon article.dark {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 0;
  -o-background-size: 0;
  -webkit-background-size: 0;
  background-size: 0;
}
@media (min-width: 64em) {
  .section-widget.sermon article.dark {
    padding-top: 40em;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.section-widget.sermon article.dark .info {
  background-color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 64em) {
  .section-widget.sermon article.dark .info {
    background-color: rgba(0, 0, 0, 0.65);
  }
}

@media (min-width: 64em) {
  .section-widget.posts {
    display: table;
    width: 100%;
  }
}
.section-widget.posts .blog-left {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 10em 0 0 0;
}
@media (min-width: 64em) {
  .section-widget.posts .blog-left {
    display: table-cell;
    width: 50%;
    padding: 0;
  }
}
.section-widget.posts .blog-left .share-button {
  position: absolute;
  right: 0;
  top: 3em;
}
@media (min-width: 64em) {
  .section-widget.posts .blog-left .share-button {
    top: 50%;
    margin-top: -.5em;
  }
}
.section-widget.posts .blog-left .buttons {
  text-align: center;
  padding: 1.5em 5% 1em 5%;
  background-color: #000000;
}
@media (min-width: 64em) {
  .section-widget.posts .blog-left .buttons {
    background-color: transparent !important;
    margin-bottom: 2em;
  }
}
@media (min-width: 64em) {
  .section-widget.posts .blog-right {
    display: table-cell;
    width: 50%;
  }
}
.section-widget.posts .blog-right .blog-right-inner {
  padding: 2em 5%;
}
@media (min-width: 64em) {
  .section-widget.posts .blog-right .blog-right-inner {
    max-width: 420px;
    padding-top: 4em;
    margin-left: 6.875em;
    padding: 4em 0 0 0;
  }
}
.section-widget.posts .blog-right h2 {
  text-align: center;
}
.section-widget.posts .blog-right h5 {
  text-align: center;
  margin-bottom: .125em;
}
.section-widget.posts .blog-right h6 {
  display: none;
  text-align: center;
  font-weight: 200;
  margin-bottom: 1.5em;
}
@media (min-width: 64em) {
  .section-widget.posts .blog-right h6 {
    display: block;
  }
}
.section-widget.posts .blog-right .comment-wrap {
  display: none;
  text-align: center;
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .section-widget.posts .blog-right .comment-wrap {
    display: block;
  }
}
.section-widget.posts .blog-right .comment-wrap .comment span {
  position: relative;
  text-align: center;
  padding-top: .125em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .section-widget.posts .blog-right .comment-wrap .comment span {
    padding-top: .25em;
  }
}
.section-widget.posts .blog-right .comment-wrap .comment span i {
  position: relative;
  display: inline-block;
  color: #fafafa;
  font-style: normal;
  width: 2em;
  z-index: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-widget.posts .blog-right .comment-wrap .comment span:before {
  font-family: "mk030";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 2em;
  color: #1da7b7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.section-widget.posts .blog-right .details {
  display: none;
}
@media (min-width: 64em) {
  .section-widget.posts .blog-right .details {
    display: block;
  }
}

#smart-content {
  position: static;
}
@media (min-width: 64em) {
  #smart-content {
    position: relative;
  }
}

.smart-content {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -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;
}
@media (min-width: 64em) {
  .smart-content {
    position: absolute;
    left: 0;
    top: -320px;
    height: 340px;
    z-index: 999;
  }
}
.smart-content.active {
  opacity: 1;
  visibility: visible;
}
.smart-content .smart-content-inner {
  position: relative;
  padding: 2em 5% 1em 5%;
  background-color: #fafafa;
}
@media (min-width: 64em) {
  .smart-content .smart-content-inner {
    width: 100%;
    max-width: 66.25em;
    margin: 0 auto;
    padding: 2em 0 1em 0;
    max-height: 272px;
    overflow-y: auto;
  }
}

/* i18 - Sections */
.content-section .content-section-inner {
  padding: 4em 0 2em 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fafafa;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 64em) {
  .content-section .content-section-inner {
    padding: 6em 0;
  }
}
@media (min-width: 64em) {
  .content-section .content-section-inner.parallax {
    background-attachment: fixed;
  }
}
.content-section .featured {
  background-color: rgba(250, 250, 250, 0.85);
  text-align: center;
  padding: 2em 5%;
  margin-top: 8em;
}
@media (min-width: 64em) {
  .content-section .featured {
    max-width: 40%;
    margin: 12em auto 0 auto;
    padding: 3em 5em 2em 5em;
  }
}
.content-section .text h2 {
  font-weight: 200;
  margin-bottom: .75em;
}
.content-section .text p:last-child {
  margin: 0;
}
.content-section.dark .content-section-inner {
  background-color: #000000 !important;
}
.content-section.dark .featured {
  background-color: rgba(0, 0, 0, 0.85);
}

.content-section-columns {
  overflow: hidden;
}
@media (min-width: 64em) {
  .content-section-columns {
    display: table;
    width: 100%;
  }
}
.content-section-columns .column {
  background-color: #e7e7e7;
  overflow: hidden;
}
@media (min-width: 64em) {
  .content-section-columns .column {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
}
.content-section-columns .column.colored {
  background-color: #bce5ea;
}
.content-section-columns .column .icons-wrap {
  margin-bottom: 2em;
}
.content-section-columns .column .icons-wrap span {
  font-size: 4em;
  color: rgba(41, 41, 41, 0.15);
}
@media (min-width: 64em) {
  .content-section-columns .column .icons-wrap span {
    font-size: 8em;
  }
}
.content-section-columns .column .column-inner {
  padding: 3em 5%;
  text-align: center;
}
@media (min-width: 64em) {
  .content-section-columns .column .column-inner {
    padding: 10em 0;
    max-width: 450px;
    margin-left: 6.5em;
  }
}
@media (min-width: 64em) {
  .content-section-columns .column:first-child .column-inner {
    float: right;
    margin-left: 0;
    margin-right: 6.5em;
  }
}

#stickysections-nav {
  display: none;
  position: absolute;
  left: .25em;
  top: 6em;
  z-index: 5899;
}
@media (min-width: 64em) {
  #stickysections-nav {
    display: block;
    position: fixed;
    top: 8em;
    left: 2em;
  }
}
#stickysections-nav li {
  margin-bottom: .5em;
}
#stickysections-nav li a {
  display: block;
  width: 8px;
  height: 8px;
  /* background-color: rgba(250, 250, 250, 0.15); */
  /* border: 1px solid rgba(250, 250, 250, 0.5); */
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  /* -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
  -moz-border-radius: 50%;
  /* -webkit-border-radius: 50%; */
  /* border-radius: 50%; */
}
#stickysections-nav li a.active, #stickysections-nav li a:hover {
  background-color: #1da7b7;
}
@media (min-width: 64em) {
  #stickysections-nav li a {
    width: 12px;
    height: 12px;
  }
}

/* i19 - Footer */
#footer {
  position: relative;
  padding: 6em 0 2em;
  background-color: #292929;
  border-top: 10px solid #1da7b7;
  color: rgba(250, 250, 250, 0.75);
}
@media (min-width: 64em) {
  #footer {
    padding: 2em 0;
  }
}
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #fafafa;
}
#footer p {
  font-weight: 200;
  margin-bottom: .75em;
}
#footer .div-row {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  #footer .div-row .div-col {
    float: right;
  }
}
#footer .div-row .div-col img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 48em) {
  #footer .div-row .div-col img {
    margin: 0;
  }
}

#credits {
  padding: 1em 0;
  color: rgba(250, 250, 250, 0.75);
  text-align: center;
}
#credits .credits-inner {
  margin-bottom: .5em;
  font-size: .875em;
}
@media (min-width: 64em) {
  #credits .credits-inner {
    margin-bottom: 0;
    padding-right: 3em;
  }
}
#credits .credits-inner > div {
  display: block;
  vertical-align: middle;
  margin: 1.25em 0;
}
@media (min-width: 64em) {
  #credits .credits-inner > div {
    display: inline-block;
    margin: 0 1.25em 0 0;
  }
}
#credits .credits-inner > div:last-of-type {
  margin: 0;
}
#credits .credits-inner p {
  margin-bottom: 0;
}

.scrolltop {
  position: absolute;
  right: 0;
  top: 1em;
  width: 42px;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  border: 0;
  padding: 1em 0;
  outline: none;
  background-color: #222222;
  text-align: center;
}
@media (min-width: 64em) {
  .scrolltop {
    width: 82px;
    top: 2em;
  }
}
.scrolltop a {
  color: rgba(250, 250, 250, 0.75);
}
.scrolltop a:hover {
  color: #1da7b7;
}
.scrolltop i {
  font-size: 1.25em;
}
.scrolltop span {
  display: block;
  font-size: .75em;
}

/* 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: 66.25em;
  margin: 0 auto;
}

.large-container {
  position: relative;
  width: 100%;
  max-width: 80em;
  margin: 0 auto;
}

#wrap {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

#inner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

ul#overlay li {
    display: inline-block;
    text-align: center;
    padding:1.25%;
    width: 20%;
    margin:1%;
    background-color: rgba(250, 250, 250, 0.15);
    border: 1px solid rgba(250, 250, 250, 0.5);
    font-weight: 400;
    text-transform:uppercase;
    font-size:20px;
    line-height:22.5px;
    color:white;
    transition: background-color 0.5s ease;
}

ul#overlay li:hover{
    background-color:#f26722;
}
/* ul#overlay { */
/*     position: absolute; */
/*     bottom: 30%; */
/*     left: 20%; */
/*     width: 60%; */
/*     text-align: center; */
/* } */

ul#overlay{
    width: 100%;
    max-width: 66.25em;
    margin: 0 auto;
    padding: 2em 0 1em 0;
    max-height: 272px;
    overflow-y: auto;
    text-align:center;
}

#overlay-container{
    position: absolute;
    left: 0;
    top: 65%;
    height: 340px;
    z-index: 999;
    width:100%;
    overflow:hidden;
}

#overlay-container-mobile{
    display:none;
    background:#292929;
    width:100%;
}

@media (max-width:1000px){
    #overlay-container-mobile{
        display:block;
        margin-bottom:2.5%;
    }
    #overlay-container{
        display:none;
    }
}

@media (max-width:600px){
    #overlay-container-mobile{
        
    } 

    ul#overlay li{
        display:block;
        width:80%;
        margin:auto;
        margin-bottom:6%;
        line-height:1em;
        padding:2%;
    }
}

#latest-footer{
    background:white;
}
#feat-sermon{
    background:white;
}
#featured-links{
    background:white;
}

#page-wrap{
    background:white;
}

/* #latest-footer { */
/*     padding: 3em 0 3em 0; */
/* } */




/* #latest-footer .item, #latest-footer .post { */
/*     clear: both; */
/*     overflow: hidden; */
/*     margin-bottom: 1.2em; */
/* } */

/* .module .details { */
/*     float: left; */
/* } */
/* #latest-footer p.preview { */
/*     font-size: 1.1em; */
/*     line-height: 1.5em; */
/* } */

#feat-sermon {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    margin: 3em 0;
}

#feat-sermon .title, #feat-sermon .meta, #feat-sermon ul {
    display: block;
    margin-top: 23px;
    text-align: center;
}
#feat-sermon ul {
    display: table;
    margin: 20px auto;
}
#feat-sermon ul li {
    float: left;
    text-transform: uppercase;
    margin-right: 25px;
}
#featured-links {
    overflow: hidden;
    padding: 3em 0 0 0;
}

#featured-links li {
    width: 100%;
    margin-bottom: 20px;
}
@media (min-width: 37.5em){
    #featured-links {
        padding: 3em 0;
    }
}

@media (min-width: 61.5em){
#featured-links li {
float: left;
margin-right: 2.33%;
margin-left: 0;
width: 23%;
}
}
@media (min-width: 37.5em){
#featured-links li {
float: left;
margin-right: 2.33%;
margin-left: 2.33%;
width: 45%;
}
}

@media (min-width: 61.5em){
#feat-sermon .title, #feat-sermon .meta, #feat-sermon ul {
float: left;
text-align: left;
}
}

@media (min-width: 61.5em){
#feat-sermon ul {
float: right;
}
}

#feat-sermon h3 {
display: inline-block;
width: 100%;
text-align: center;
}

@media (min-width: 61.5em){
#feat-sermon h3 {
margin-right: 30px;
text-align: left;
float: left;
width: 12%;
}
}
#feat-sermon .title, #feat-sermon .meta, #feat-sermon ul {
display: block;
margin-top: 20px;
text-align: center;
}


@media (min-width: 61.5em){
#feat-sermon .title, #feat-sermon .meta, #feat-sermon ul {
float: left;
text-align: left;
}
}
/* @media (min-width: 61.5em){ */
/* #featured-links { */
/* padding: 3em 0 1em 0; */
/* } */

/* } */

#feat-sermon .title, #feat-sermon .meta, #feat-sermon ul {
    display: block;
    margin-top: 20px;
    text-align: center;
}
#feat-sermon ul {
    display: table;
    margin: 20px auto;
}
#feat-sermon .title, #feat-sermon .meta, #feat-sermon ul {
    /* display: block; */
    margin-top: 20px;
    text-align: center;
}


#feat-sermon a {
font-size: 1.5em;
font-weight: 700;
vertical-align: middle;
padding-bottom: 1px;
}

span.meta{
    margin-left: 5px;
    margin-top: 23px;
}
@media (min-width: 61.5em){
#feat-sermon .title, #feat-sermon .meta, #feat-sermon ul {
float: left;
text-align: left;
}
}
@media (min-width: 61.5em){
#feat-sermon ul {
float: right;
}
}
@media (min-width: 61.5em){
#feat-sermon .title, #feat-sermon .meta, #feat-sermon ul {
/* float: left; */
text-align: left;
}
}


/* FROM MK021 THEME */

.module p {
  line-height: 1.1em;
}
.module img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}
.module .thumb {
  float: left;
  margin-bottom: 1.5em;
  width: 100%;
  padding-bottom: 6px;
}
@media (min-width: 37.5em) {
  .module .thumb {
    margin-bottom: 0;
  }
}
.module .thumb img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.module .details {
  float: left;
}
.module .details h3 {
  font-size: 1.3em;
  padding-top: 0.2em;
}
.module .details h3 a {
  font-weight: 200;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}
.module .details h3 a:hover {
  text-decoration: underline;
}
.module .meta,
.module .dateTime,
.module .dateTime span {
  font-style: italic;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.module .continue-link {
  font-size: 1.4em;
  width: 5em;
  display: table;
  margin: 1.3em auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0;
}

#latest-footer {
  padding: 3em 0 3em 0;
}
#latest-footer .module.omega {
  margin-right: 0;
}
#latest-footer .module:last-child {
  margin-right: 0;
}
#latest-footer .item,
#latest-footer .post {
  clear: both;
  overflow: hidden;
  margin-bottom: 1.2em;
}
#latest-footer .thumb {
  margin-bottom: 1.8em;
}
#latest-footer h5 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 1.2em;
  font-weight: 700;
}
#latest-footer h4 {
  font-size: 1.59em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1em;
}
#latest-footer h4 a:hover {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: -1px;
}
#latest-footer p.preview {
  font-size: 1.1em;
  line-height: 1.5em;
}

#featured-links {
  overflow: hidden;
  padding: 3em 0 0 0;
}
@media (min-width: 37.5em) {
  #featured-links {
    padding: 3em 0;
  }
}
@media (min-width: 61.5em) {
  #featured-links {
    padding: 3em 0 1em 0;
    text-align:center;
  }
}
#featured-links li {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 37.5em) {
  #featured-links li {
    float: left;
    margin-right: 2.33%;
    margin-left: 2.33%;
    width: 45%;
  }
}
@media (min-width: 61.5em) {
  #featured-links li {
    float: left;
    margin-right: 2.33%;
    margin-left: 0;
    width: 23%;
  }
}
#featured-links li a {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0;
  font-weight: 400;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}
a.large-btn{
    display: inline-block;
    outline: none;
    text-decoration: none;
    margin: 0 0.3em;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    -ms-border-radius: 0.15em;
    -o-border-radius: 0.15em;
    border-radius: 0.15em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.1em 0.1em inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.1em 0.1em inset;
    box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.1em 0.1em inset;
    padding: 0.4em 1em !important;
    font-size: 16px;
    line-height: 2.2em;
    text-transform: uppercase;
}

a.large-btn:hover{
    text-decoration: none !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.2em 0.1em inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.2em 0.1em inset;
    box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.2em 0.1em inset;
}
#featured-links li span.bg {
  position: absolute;
  font-size: 3.2em;
  right: 5px;
  color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#featured-links li.pos-1 .bg, #featured-links li.pos-3 .bg {
  margin-top: -2px;
}
#featured-links li.pos-1:hover .bg, #featured-links li.pos-3:hover .bg {
  margin-top: 5px;
}
#featured-links li.pos-2 .bg, #featured-links li.pos-4 .bg {
  margin-top: -21px;
}
#featured-links li.pos-2:hover .bg, #featured-links li.pos-4:hover .bg {
  margin-top: -14px;
}
#featured-links li.pos-4 {
  margin-right: 0;
}

#feat-footer {
  padding: 1.1% 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#feat-footer .featured-item {
  margin: 0;
  text-align: center;
  padding-top: 2.4em;
  padding-bottom: 2.4em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
}
@media (min-width: 37.5em) {
  #feat-footer .featured-item {
    margin: 0 1% 0 0;
  }
}
#feat-footer .featured-item:hover {
  background: rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: 0 0 3em 0.4em rgba(0, 0, 0, 0.07) inset;
  -moz-box-shadow: 0 0 3em 0.4em rgba(0, 0, 0, 0.07) inset;
  box-shadow: 0 0 3em 0.4em rgba(0, 0, 0, 0.07) inset;
}
#feat-footer .featured-item.omega {
  margin-right: 0;
}
#feat-footer .featured-item:last-child {
  margin-right: 0;
}
#feat-footer .featured-item.pos-3 {
  margin-right: 0;
}
#feat-footer .featured-item a {
  text-decoration: none;
}
#feat-footer .featured-item p {
  font-size: 1.17em;
  line-height: 1.5em;
  margin-bottom: 1.7em;
}
#feat-footer .featured-item .thumb {
  width: 80%;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: table;
  margin: 0 auto;
}
@media (min-width: 37.5em) {
  #feat-footer .featured-item .thumb {
    width: 100%;
  }
}
#feat-footer .featured-item img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}
#feat-footer .featured-item h4 {
  display: block;
  margin-bottom: 1em;
  font-size: 1.41em;
  line-height: 1.2em;
  font-weight: 700;
}


#latest-footer .module {
    padding-left: 2.41656%;
    padding-right: 2.41656%;
    width: 45.16687%;
    float: right;
    margin-right: 0;
    display: inline;
}


@media (min-width: 37.5em){
    #latest-footer .module {
        padding-left: 0.61177%;
        padding-right: 0.61177%;
        width: 23.43277%;
        float: left;
    }
}

#featured-links li a{
    transition: opacity 0.2s ease-in-out, color 0.1s ease-in-out, background-color 0.2s ease-in-out;
    text-transform:uppercase;
    color:white;
    height:auto;
}

li{
    /* padding:1%; */
    border-radius:1.5em !important;
}
#feat-sermon ul{
    line-height:1.5;
}

#featured-links .pos-1 a{
    background:#f8c259;
    
}
#featured-links .pos-2 a{
    background:#70cff6;
    
}
#featured-links .pos-3 a{
    background:#f75050;
    
}
#featured-links .pos-4 a{
    background:#97da7d;
    
}


@media (max-width:500px){
    #feat-sermon ul li{
        font-size:12px;
    }
}
#feat-sermon > span.title, #feat-sermon > span.meta {
  margin-top: 20px;
  flex: 1;
  text-align: center;
}
#feat-sermon > ul {
  flex: 1;
  display: flex;
  width: 90%;
  margin-top: 40px;
}
#feat-sermon > ul > li {
  margin: 0;
  flex: 1;
  position: relative;
  text-align: center;
}
@media (min-width: 1000px) {
  #feat-sermon {
    flex-direction: row;
    align-items: center;
    align-content: space-between;
  }
  #feat-sermon > img {
    flex: 1;
    max-width: 250px;
  }
  #feat-sermon > span.title, #feat-sermon > span.meta {
    margin: 0;
    flex: 1;
    text-align: center;
  }
  #feat-sermon > span.meta {
    text-align: left;
  }
  #feat-sermon > ul {
    flex: 2;
    display: flex;
  }
  #feat-sermon > ul > li {
    margin: 5px;
    flex: 1;
  }
}

#feat-sermon > ul > li > a > span {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}

#footer .social-links {
    margin-bottom: 2em;
    text-align: center;
}

#footer .social-links li {
    margin: 0 1em;
    display: inline-block;
}

#footer .social-links li a {
    display: block;
    font-size: 1.8em;
}
@media screen and (max-width: 960px) and (min-width:300px){

    #latest-footer .module {
        padding-left: 2.41656%;
        padding-right: 2.41656%;
        width: 45.16687%;
        float: right;
        margin-right: 0;
        display: inline;
    }
}
CL8KC7i0oFSu3llbZmQe
