@charset "UTF-8";
/*   
Theme Name: MHNE Template
Author: Vibrant Creative
Author URI: http://vibrantcompany.com
Version: 1
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
td {
  font-size: 1.1em;
}
* {
  margin: 0;
  padding: 0;
  outline: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ------------ Structure ------------ */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

/* ------------ Variables ------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

* {
  margin: 0;
  padding: 0;
  outline: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  font-family: 'Montserrat', sans-serif; }

body {
  background: #fff;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ------------ Globals ------------ */
header, section, footer {
  position: relative;
  width: 100%; }
  header article, section article, footer article {
    max-width: 1775px;
    width: 93%;
    position: relative;
    display: block;
    margin: 0 auto; }

header #mobileNav {
  background: #1f2656;
  padding: 10px 0;
  display: none; }
  header #mobileNav dl {
    display: table;
    width: 100%; }
    header #mobileNav dl dd {
      display: table-cell; }
      header #mobileNav dl dd.social {
        text-align: right; }
        header #mobileNav dl dd.social ul {
          list-style: none; }
          header #mobileNav dl dd.social ul li {
            display: inline-block;
            margin: 0 2px; }
            header #mobileNav dl dd.social ul li a {
              display: block;
              height: 35px;
              width: 35px;
              background: #fff;
              border-radius: 100px;
              color: #1f2656;
              text-align: center;
              line-height: 35px;
              font-size: 20px; }
      header #mobileNav dl dd.subscribe a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.3em; }
        header #mobileNav dl dd.subscribe a i {
          font-size: 25px; }
    

header #upperNav {
  background: #1f2656; }
  header #upperNav #close {
    color: #fff;
    font-size: 35px;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 10px;
    display: none; }
  header #upperNav ul {
    list-style: none; }
    header #upperNav ul li {
      display: inline-block;
      position: relative; }
      header #upperNav ul li a {
        color: #fff;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1em;
        margin: 0 30px;
        position: relative;
        height: 60px;
        line-height: 60px;
        cursor: pointer; }
        header #upperNav ul li:nth-child(8) {
          background: #2bc253; }
          header #upperNav ul .menu-item-has-children:after {
            font-family: 'Font Awesome 5 Free';
            content: "\f0d7";
            font-weight: 900;
            color: white;
            font-size: 24px;
            position: absolute;
            right: 5px;
            top: 15px;
			  display: none;
          }

        header #upperNav ul li a:hover {
          text-decoration: underline; }
        header #upperNav ul li a.search {
          text-decoration: none !important;
          padding: 0;
          margin: 0; }
          header #upperNav ul li a.search i {
            font-size: 1em; }
      header #upperNav ul li ul {
        position: absolute;
        background: #1f2656;
        z-index: 10;
        padding: 0px 20px 10px 20px;
        left: -20px;
        display: none; }
        header #upperNav ul li ul li a {
          height: auto;
          white-space: nowrap;
          line-height: 1;
          padding: 10px 0;
          font-size: 1em;
          /*opacity: .7;*/
          -webkit-transition: opacity .2s linear;
          -o-transition: opacity .2s linear;
          transition: opacity .2s linear; }
          header #upperNav ul li ul li a:hover {
            /*text-decoration: none;*/
            opacity: 1; }
      header #upperNav ul li:hover ul {
        display: block; }
    header #upperNav ul#primary {
      float: left; }
      header #upperNav ul#primary li:nth-child(1) a {
        /*margin-left: 0;*/ }
    header #upperNav ul#secondary {
      float: right; }
      header #upperNav ul#secondary li:nth-child(2) a {
        margin-right: 0; }

header #lowerNav {
  padding: 0 20px; }
  header #lowerNav dl {
    display: table;
    width: 100%;
    height: 165px;
    table-layout: fixed; }
    header #lowerNav dl dd {
      display: table-cell;
      vertical-align: middle; }
      header #lowerNav dl dd.subscribe a {
        text-decoration: none;
        color: #1f2656;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.7em; }
        header #lowerNav dl dd.subscribe a i {
          font-size: 30px; }
      header #lowerNav dl dd.social {
        text-align: right; }
        header #lowerNav dl dd.social ul {
          list-style: none; }
          header #lowerNav dl dd.social ul li {
            display: inline-block;
            margin-left: 10px; }
            header #lowerNav dl dd.social ul li a {
              display: block;
              height: 40px;
              width: 40px;
              background: #1f2656;
              border-radius: 100px;
              color: #fff;
              text-align: center;
              line-height: 40px;
              font-size: 20px; }
      header #lowerNav dl dd.logo {
        width: 50%;
        max-width: 885px; }
        header #lowerNav dl dd.logo a {
          width: 100%;
          display: block; }
          header #lowerNav dl dd.logo a img {
            width: 100%;
            display: block; }
      header #lowerNav dl dd.naviconCell {
        text-align: right;
        display: none; }
        header #lowerNav dl dd.naviconCell #navicon {
          font-size: 40px;
          display: inline-block;
          padding: 10px 0px 10px 20px; }

#search {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(31, 38, 86, 0.95);
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none; }
  #search.open {
    display: table; }
  #search .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    #search .inner #close {
      color: #fff;
      position: fixed;
      top: 20px;
      right: 20px;
      font-size: 40px;
      line-height: 1;
      cursor: pointer; }
    #search .inner form {
      background: red;
      width: 95%;
      max-width: 700px;
      margin: 0 auto;
      position: relative;
      padding-right: 150px; }
      #search .inner form button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 70px;
        width: 150px;
        border: 0;
        background: #00a1d8;
        color: #fff;
        font-size: 1.4em;
        text-transform: uppercase;
        font-weight: 600; }
      #search .inner form input[type="text"] {
        height: 70px;
        width: 100%;
        padding-left: 15px;
        color: #000;
        font-size: 1.4em; }

#headerImages {
  background: #1f2656; }
  #headerImages #slides .slide {
    position: relative; }
    #headerImages #slides .slide a {
      color: #fff;
      text-decoration: none; }
      #headerImages #slides .slide a article {
        position: absolute;
        z-index: 2;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%; }
        #headerImages #slides .slide a article .caption {
          position: absolute;
          bottom: 9%;
          left: 0; }
          #headerImages #slides .slide a article .caption h2 {
            text-transform: uppercase;
            font-size: 2.5em;
            line-height: 1.1em;
            margin-bottom: 7px; }
          #headerImages #slides .slide a article .caption span.author {
            font-weight: 600;
            font-size: 1.7em;
            display: block;
            line-height: 1;
            margin-bottom: 10px; }
            #headerImages #slides .slide a article .caption span.author span {
              display: inline-block;
              margin-right: 3px; }
              #headerImages #slides .slide a article .caption span.author span:after {
                content: '/';
                padding-left: 8px;
                opacity: .4; }
              #headerImages #slides .slide a article .caption span.author span:last-of-type:after {
                display: none; }
          #headerImages #slides .slide a article .caption dl dd {
            display: inline-block;
            font-size: 1.6em;
            margin-right: 10px;
            letter-spacing: 1px;
            line-height: 1; }
            #headerImages #slides .slide a article .caption dl dd i {
              display: inline-block;
              margin-right: 3px; }
      #headerImages #slides .slide a img {
        width: 100% !important;
        position: relative;
        z-index: 1;
        display: block; }
  #headerImages #slides ul.slick-dots {
    position: absolute;
    bottom: 15px;
    right: 15px; }
    #headerImages #slides ul.slick-dots li {
      display: inline-block;
      width: 15px;
      height: 15px;
      background: #fff;
      border-radius: 10px;
      margin-left: 10px;
      opacity: .6; }
      #headerImages #slides ul.slick-dots li.slick-active {
        opacity: 1; }
      #headerImages #slides ul.slick-dots li button {
        opacity: 0;
        width: 15px;
        height: 15px; }

#headerImage img {
  display: block;
  width: 100%;
  height: auto; }

#intro {
  background: #00a1d8;
  color: #fff;
  text-align: center;
  padding: 40px 0; }
  #intro h3 {
    font-size: 2.45em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 700; }
  #intro p {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.7em; }
    #intro p a {
      color: inherit;
      font-weight: bold;
      text-decoration: none; }

#quicklinks dl dd {
  float: left;
  width: 33.333%;
  height: 400px;
  position: relative;
  overflow: hidden; }
  #quicklinks dl dd img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    top: 0;
    left: 0; }
  #quicklinks dl dd .caption {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 4%;
    text-align: center;
    color: #1f2656; }
    #quicklinks dl dd .caption h4 {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.5em;
      letter-spacing: 2px;
      margin-bottom: 15px; }
    #quicklinks dl dd .caption p {
      font-weight: 500;
      font-size: 1.1em;
      line-height: 1.4em; }
    #quicklinks dl dd .caption a.button {
      background: #1f2656;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.2em;
      text-decoration: none;
      height: 40px;
      display: inline-block;
      line-height: 40px;
      padding: 0 20px;
      white-space: nowrap;
      margin-top: 20px; }
  #quicklinks dl dd:nth-child(1) .caption {
    background: rgba(0, 161, 216, 0.95); }
    #quicklinks dl dd:nth-child(1) .caption p {
      color: #fff; }
  #quicklinks dl dd:nth-child(2) .caption {
    background: rgba(93, 204, 161, 0.95); }
  #quicklinks dl dd:nth-child(3) .caption {
    background: rgba(255, 220, 102, 0.9); }

#mainContent {
  padding: 1.5% 0; }
  #mainContent #tableWrap {
    display: table;
    width: 100%;
    table-layout: fixed; }
    #mainContent #tableWrap main, #mainContent #tableWrap aside {
      display: table-cell;
      vertical-align: top; }
    #mainContent #tableWrap aside {
      width: 32.1%;
      padding-left: 40px; }
      #mainContent #tableWrap aside hr {
        height: 1px;
        border: 0px;
        margin-bottom: 40px;
        background: #ccc; }
      #mainContent #tableWrap aside a.current {
        display: block;
        margin-bottom: 35px;
        background: #5dcca1;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.65em;
        padding: 15px; }
      #mainContent #tableWrap aside a#imageLink {
        display: block;
        width: 100%;
        margin-bottom: 20px; }
        #mainContent #tableWrap aside a#imageLink img {
          width: 100%;
          height: auto;
          display: block; }

.tribe-is-responsive #mainContent #tableWrap aside {
    display: none;
}

.tribe-is-responsive #mainContent #tableWrap #post #tribe-events {
    width: 75%;
    margin: 0 auto;
}
 .tribe-events-event-meta .tribe-events-meta-group {
    width: max-content;
}
        
    .clearfix, .tribe-clearfix {
        display: block;
        
    }
    .tribe-events-single-section {
      background: #fafafa;
    }

    .tribe-address {
      font-style: normal;
    }
    .tribe-events-cal-links {
        width: 100%;
    display: flex;
    margin-bottom: 40px;
    }

    .tribe-events-single-section {
  background: whitesmoke;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
  font-style: normal;
}

#tribe-events-footer .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav {
  display: none;
}


nav.pagination .nav-links ul.page-numbers li {
  display: inline-block; }
  nav.pagination .nav-links ul.page-numbers li a, nav.pagination .nav-links ul.page-numbers li span {
    display: block;
    color: #1f2656;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 500;
    border: 1px dotted #ccc;
    line-height: 1;
    padding: 10px;
    opacity: .6; }
    nav.pagination .nav-links ul.page-numbers li a.current, nav.pagination .nav-links ul.page-numbers li a.next, nav.pagination .nav-links ul.page-numbers li a.prev, nav.pagination .nav-links ul.page-numbers li span.current, nav.pagination .nav-links ul.page-numbers li span.next, nav.pagination .nav-links ul.page-numbers li span.prev {
      opacity: 1; }

#postHeader {
  padding: 70px 0 0px 0; }
  #postHeader h1 {
    color: #1f2656;
    font-size: 2.4em;
    margin: 0 0 10px 0;
    padding: 0; }
  #postHeader h2 {
    color: #00a1d8;
    font-size: 2.4em;
    margin: 0 0 10px 0;
    padding: 0; }
  #postHeader ul.tags {
    list-style: none;
    margin-bottom: 5px; }
    #postHeader ul.tags li {
      font-size: 1.2em;
      display: inline-block;
      font-weight: 500;
      margin: 0 12px 7px 0; }
      #postHeader ul.tags li i {
        margin-right: 5px; }
      #postHeader ul.tags li a {
        text-decoration: none;
        color: inherit; }
      #postHeader ul.tags li.author {
        display: block; }
        #postHeader ul.tags li.author a {
          display: inline-block;
          margin-right: 3px; }
          #postHeader ul.tags li.author a:after {
            content: '|';
            padding-left: 8px;
            color: #aaa; }
          #postHeader ul.tags li.author a:last-of-type:after {
            display: none; }

.socialMediaSharing ul {
  list-style: none; }
  .socialMediaSharing ul li {
    display: inline-block; }
    .socialMediaSharing ul li a {
      display: block;
      height: 32px;
      width: 32px;
      background: red;
      text-align: center;
      line-height: 32px;
      color: #fff; }
      .socialMediaSharing ul li a.facebook {
        background: #3b5998; }
      .socialMediaSharing ul li a.twitter {
        background: #1DA1F2; }
      .socialMediaSharing ul li a.google {
        background: #d34836; }
      .socialMediaSharing ul li a.linkedin {
        background: #0077B5; }
      .socialMediaSharing ul li a.email {
        background: #777; }

#postPreviews {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  column-gap: 80px;
  -webkit-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-right: 40px; }
  #postPreviews.full {
    -webkit-column-count: 1;
    column-count: 1; }
    #postPreviews.full dd:last-of-type {
      border-bottom: 0; }
  #postPreviews dd {
    margin-bottom: 100px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: inline-block; }
    #postPreviews dd:last-of-type, #postPreviews dd:nth-child(3) {
       }
    #postPreviews dd h3 {
      font-size: 2.1em;
      color: #1f2656;
      line-height: 1.2em;
      margin-bottom: 10px; }
      #postPreviews dd h3 a {
        color: inherit;
        text-decoration: none; }
        #postPreviews dd h3 a:hover {
          color: #00a1d8; }
    #postPreviews dd p {
      font-size: 1.4em;
      line-height: 1.5em;
      font-weight: 500;
      margin-bottom: 15px; }
    #postPreviews dd ul.tags {
      list-style: none;
      padding-left: 0 !important;
      margin-bottom: 10px; }
      #postPreviews dd ul.tags li {
        color: #000;
        font-size: 1.1em;
        font-weight: 500;
        margin-bottom: 6px; }
        #postPreviews dd ul.tags li a {
          color: #000;
          text-decoration: none; }
        #postPreviews dd ul.tags li i {
          margin-right: 5px;
          display: inline-block; }
        #postPreviews dd ul.tags li.author {
          display: block; }
          #postPreviews dd ul.tags li.author a:after {
            content: '|';
            padding-left: 8px;
            color: #aaa; }
          /*#postPreviews dd ul.tags li.author a:last-of-type:after {
            display: none; }*/
        #postPreviews dd ul.tags li.date {
          display: inline-block;
          margin-right: 10px; }
        #postPreviews dd ul.tags li.tags {
          display: inline-block; }

          

#post {
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc; }
  #post.noBorder {
    border-bottom: 0; }
  #post p {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 20px; }
    #post p img {
      display: block; }
      #post p img.size-large {
        width: 100%;
        height: auto; }
      #post p img.aligncenter {
        margin: 0 auto; }
        #post .aligncenter {
        margin: 0 auto; }
      #post p img.alignleft {
        float: left;
        margin-right: 20px; }
      #post p img.alignright {
        float: right;
        margin-left: 20px; }
  #post .wp-caption {
    text-align: center; }
    #post .wp-caption.alignleft {
      float: left;
      margin-right: 20px; }
    #post .wp-caption.alignright {
      float: right;
      margin-left: 20px; }
    #post .wp-caption p.wp-caption-text {
      font-size: .9em;
      text-align: center;
      color: #666; }
  #post strong {
    color: #1f2656;
    font-size: 1.1em; }
  #post a {
    color: #00a1d8;
    text-decoration: none; }
  #post ul, #post ol {
    padding-left: 18px;
    margin-bottom: 20px; }
    #post ul li, #post ol li {
      font-size: 1.1em;
      font-weight: 500;
      line-height: 1.5em;
      margin-bottom: 20px; }
  #post form ul {
    padding-left: 0px; }
  #post h1, #post h2, #post h3, #post h4, #post h5, #post h6 {
    color: #00a1d8;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif; }
  #post h2 {
    font-size: 1.68em; }
  #post .socialMediaSharing {
    padding-top: 20px; }
    #post .socialMediaSharing ul {
      padding-left: 0; }
      #post .socialMediaSharing ul li a {
        color: #fff; }

#form {
  margin-bottom: 70px; }
  #form h3 {
    text-transform: uppercase;
    color: #1f2656;
    font-size: 2.4em;
    margin: 0 0 25px 0; }
  #form form#commentform ul {
    list-style: none; }
    #form form#commentform ul li {
      margin-bottom: 20px; }
      #form form#commentform ul li input[type="text"], #form form#commentform ul li input[type="email"], #form form#commentform ul li textarea {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding-left: 20px;
        border: 0px;
        display: block;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #eee;
        color: #1f2656;
        font-size: 1.7em;
        font-weight: 500; }
        #form form#commentform ul li input[type="text"]::-webkit-input-placeholder, #form form#commentform ul li input[type="email"]::-webkit-input-placeholder, #form form#commentform ul li textarea::-webkit-input-placeholder {
          color: grey; }
        #form form#commentform ul li input[type="text"]:-moz-placeholder, #form form#commentform ul li input[type="email"]:-moz-placeholder, #form form#commentform ul li textarea:-moz-placeholder {
          color: grey; }
        #form form#commentform ul li input[type="text"]::-moz-placeholder, #form form#commentform ul li input[type="email"]::-moz-placeholder, #form form#commentform ul li textarea::-moz-placeholder {
          color: grey; }
        #form form#commentform ul li input[type="text"]:-ms-input-placeholder, #form form#commentform ul li input[type="email"]:-ms-input-placeholder, #form form#commentform ul li textarea:-ms-input-placeholder {
          color: grey; }
      #form form#commentform ul li textarea {
        height: 300px;
        padding: 20px;
        line-height: 1.5em; }
      #form form#commentform ul li.submitBttn input[type="submit"] {
        background: #1f2656;
        border: 0px;
        font-weight: 600;
        font-size: 1.5em;
        display: inline-block;
        padding: 0 25px;
        height: 60px;
        line-height: 60px;
        color: #fff;
        text-transform: uppercase;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0; }
  #form ol.commentlist {
    list-style: none; }
    #form ol.commentlist li {
      margin-bottom: 20px; }
      #form ol.commentlist li .comment-body {
        margin-bottom: 30px; }
        #form ol.commentlist li .comment-body .comment-author {
          margin-bottom: 15px;
          font-size: 1.3em;
          font-weight: 600;
          color: #1f2656; }
          #form ol.commentlist li .comment-body .comment-author img {
            display: inline-block;
            margin-right: 5px;
            vertical-align: bottom; }
          #form ol.commentlist li .comment-body .comment-author cite, #form ol.commentlist li .comment-body .comment-author .says {
            font-style: normal;
            display: inline-block;
            vertical-align: bottom; }
        #form ol.commentlist li .comment-body em.comment-awaiting-moderation {
          dipslay: block;
          color: #00a1d8;
          margin: 10px 0 0 0;
          display: block; }
        #form ol.commentlist li .comment-body .commentmetadata {
          margin-bottom: 10px; }
          #form ol.commentlist li .comment-body .commentmetadata a {
            text-decoration: none;
            color: #999;
            font-size: 1em;
            font-style: italic;
            font-weight: 500; }
        #form ol.commentlist li .comment-body p {
          font-size: 1.2em;
          line-height: 1.5em; }
        #form ol.commentlist li .comment-body .reply {
          padding-top: 20px; }
          #form ol.commentlist li .comment-body .reply a {
            text-decoration: none;
            background: #1f2656;
            font-weight: 600;
            font-size: 1.2em;
            display: inline-block;
            padding: 0 15px;
            height: 35px;
            line-height: 35px;
            color: #fff;
            text-transform: uppercase; }
      #form ol.commentlist li ul.children {
        list-style: none;
        padding-left: 30px;
        border-left: 5px solid #ccc; }
      #form ol.commentlist li #respond .cancel-comment-reply {
        margin-bottom: 30px; }
        #form ol.commentlist li #respond .cancel-comment-reply a {
          text-decoration: none;
          background: red;
          font-weight: 600;
          font-size: 1.2em;
          display: inline-block;
          padding: 0 15px;
          height: 35px;
          line-height: 35px;
          color: #fff;
          text-transform: uppercase; }

#relatedArticles {
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  width: 100%;
  display: block;
  position: relative;
  width: calc(100% - 1px); }
  #relatedArticles h3 {
    text-transform: uppercase;
    color: #1f2656;
    font-size: 2.51em;
    margin: 0 0 20px 0; }
  #relatedArticles #slides {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 70px;
    left: -20px; }
    #relatedArticles #slides .slide {
      border-right: 1px solid #ccc;
      padding: 0 20px;
      min-height: 200px; }
      #relatedArticles #slides .slide h4 {
        color: #1f2656;
        font-size: 1.65em;
        line-height: 1.2em;
        margin: 0 0 15px 0; }
        #relatedArticles #slides .slide h4 a {
          color: inherit;
          text-decoration: none; }
      #relatedArticles #slides .slide p {
        line-height: 1.8em; }
    #relatedArticles #slides span.slick-arrow {
      background: #00a1d8;
      height: 48px;
      width: 48px;
      color: #fff;
      border-radius: 50px;
      position: absolute;
      bottom: 0px;
      cursor: pointer; }
      #relatedArticles #slides span.slick-arrow i {
        display: block;
        font-size: 32px; }
      #relatedArticles #slides span.slick-arrow.prev {
        left: 20px; }
        #relatedArticles #slides span.slick-arrow.prev i {
          margin: 10px 0 0 10px; }
      #relatedArticles #slides span.slick-arrow.next {
        right: -20px; }
        #relatedArticles #slides span.slick-arrow.next i {
          margin: 10px 0 0 16px; }

#articleList {
  margin-bottom: 40px; }
  #articleList h4 {
    color: #00a1d8;
    text-transform: uppercase;
    font-size: 1.67em;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 15px; }
  #articleList ol {
    list-style: none;
    counter-reset: counter; }
    #articleList ol li {
      color: #000;
      font-weight: 700;
      font-size: 1.38em;
      position: relative;
      padding-left: 25px;
      margin-bottom: 13px; }
      #articleList ol li span {
        position: absolute;
        top: 0;
        left: 0; }
        #articleList ol li span:before {
          content: counter(counter);
          counter-increment: counter; }
        #articleList ol li span:after {
          content: '.'; }
      #articleList ol li a {
        text-decoration: none;
        color: inherit; }
        #articleList ol li a:hover {
          color: #00a1d8; }
  #articleList ul {
    list-style: none; }
    #articleList ul li {
      color: #000;
      font-weight: 600;
      font-size: 1.38em;
      position: relative;
      padding-left: 25px;
      margin-bottom: 13px; }
      #articleList ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '●'; }
      #articleList ul li a {
        text-decoration: none;
        color: inherit; }
        #articleList ul li a:hover {
          color: #00a1d8; }

#partners {
  padding: 25px; }
  #partners h5 {
    font-size: 2.5em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #1f2656;
    font-weight: 700;
    margin-bottom: 50px; }


/*   #partners #partnerSlider {
    margin-bottom: 30px;
    display: table;
    width: 100%; } */


/* #partners #partnerSlider .slide {
	height: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: top; 
}
#partners #partnerSlider .slide a {
	display: block;
	text-align: center; 
}
#partners #partnerSlider .slide a img {
	display: block;
	max-height: 100px;
	margin: 0 auto; 
} */

#partners #partnerSlider {
    margin-bottom: 30px;
    display: flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:40px;
    width: 100%; 
}
#partners #partnerSlider .slide {
	text-align: center;
	display: block;
	vertical-align: top; 
}
#partners #partnerSlider .slide a {
	display: block;
	text-align: center; 
}
#partners #partnerSlider .slide a img {
	display: block;
	max-height: 100px;
	max-width:100%;
	width:100%;
	height:100%;
}

/* ------------ Variables ------------ */
@media only screen and (max-width: 1300px) {
	#partners #partnerSlider {
		padding: 5vw;
	}
	#partners #partnerSlider .slide a img {
		max-height: 80px;
	} 
}

#lost {
  height: 650px;
  background: #00a1d8;
  position: relative; }
  #lost .box {
    color: #fff;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #lost .box h1 {
      font-size: 10em;
      line-height: 1;
      margin: 0;
      padding: 0; }
    #lost .box p {
      font-size: 1.5em;
      font-weight: 700;
      margin-bottom: 20px; }
    #lost .box a {
      display: inline-block;
      background: #fff;
      color: #00a1d8;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1.8em;
      line-height: 1;
      padding: 14px 30px;
      border-radius: 30px; }

#pageList {
  margin: 40px 0 90px 0; }
  #pageList article ul {
    list-style: none; }
    #pageList article ul li {
      font-size: 1.3em;
      color: #1f2656;
      margin-bottom: 10px; }
      #pageList article ul li:before {
        content: '- ';
        font-weight: bold; }
      #pageList article ul li a {
        color: #00a1d8;
        text-decoration: none;
        font-weight: 600; }
        #pageList article ul li a:hover {
          color: #1f2656;
          text-decoration: underline; }

footer {
  background: #1f2656; }
  footer article {
    padding: 65px 0; }
    footer article dl {
      display: table;
      width: 100%; }
      footer article dl dd {
        display: table-cell;
        vertical-align: top;
        color: #fff;
        font-size: 1.25em;
        font-weight: 500; }
        footer article dl dd a {
          color: #fff;
          text-decoration: none; }
        footer article dl dd h5 {
          margin-bottom: 15px;
          text-transform: uppercase;
          font-size: 1.3em; }
        footer article dl dd#info a {
          display: block;
          width: 100%;
          max-width: 311px;
          margin-bottom: 65px; }
          footer article dl dd#info a img {
            width: 100%;
            height: auto;
            display: block; }
        footer article dl dd#info p {
          line-height: 1.6em; }
        footer article dl dd#contact ul {
          list-style: none; }
          footer article dl dd#contact ul li {
            position: relative;
            margin-bottom: 15px;
            padding-left: 27px;
            line-height: 1.4em; }
            footer article dl dd#contact ul li i {
              position: absolute;
              top: 2px;
              left: 0;
              line-height: 1; }
        footer article dl dd#links ul {
          list-style: none; }
          footer article dl dd#links ul li {
            margin-bottom: 8px; }
        footer article dl dd#social ul {
          list-style: none; }
          footer article dl dd#social ul li {
            display: inline-block;
            margin-right: 20px; }
            footer article dl dd#social ul li a {
              display: block;
              height: 43px;
              width: 43px;
              background: #fff;
              border-radius: 100px;
              color: #1f2656;
              text-align: center;
              line-height: 45px;
              font-size: 30px; }

#ctct-submitted {
      padding: 10px 15px;
    border-radius: 10px;
}

.ctct-form-wrapper span.ctct-label-left {
  width: 12% !important;
  min-width: 55px !important;
}

.ctct-disclosure {
  display: none;
}

.meta_container {
	background-color: #fafafa;
	padding: 25px 0;
	border: 1px solid #eee;
}
.tribe-venue {
	margin-bottom: 8px;
}
.meta_container .tribe-events-single-section-title {
	color: #1f2656 !important;
	font-size: 18px !important;
}
.tribe-event-url, .tribe-events-single-event-title {
	color: #1f2656 !important;
}
.meta_container .tribe-google-map {
	display: block !important;
	clear: both !important;
	width: 100% !important;
}
#postPreviews .tags .views {
	display: inline-block;
}
#postPreviews .tags .tags {
	margin-right: 7px;
}
.meta_wrapper {
	background: #fafafa;
	border: 1px solid #eee;
	margin: 30px 0;
	padding: 20px;
}
.tribe-events-event-meta .tribe-events-meta-group {
	margin: 8px 0 20px !important;
}

#post .wp-caption img {
    max-width: 100%;
    height: auto;
}

#post .wp-caption {
  width: auto !important;
}

.bannerAd {
  width: 100%;
  text-align: center;
}

.bannerAd {
  width: inherit;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.ad {
  text-align: center;
  width: 100%;
  
}
.ad img {
  width: 100%;
  height: auto;
    max-width: 728px;
    margin-bottom: 20px;
}
.fullWidth {
  width: 100%;
  height: auto;
}

.responsiveImage {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */


#mainContent article #tableWrap aside{
    display:none;
}