/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.site-width {
  width: 68.75em;
  margin: 0 auto;
  position: relative;
  zoom: 1;
  height: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.site-width:before,
.site-width:after {
  content: "";
  display: table;
}
.site-width:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'proxima-nova', sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  color: #444444;
  height: 100%;
  -ms-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-color: #f5f5f5;
}
@media screen and (min-width: 500px) {
  body {
    font-size: 1em;
  }
}
@media screen and (min-width: 940px) {
  body {
    font-size: 1.125em;
  }
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: #bc2031;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  color: #901926;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #545862;
  line-height: 1.1;
  margin: 0 0 .75em;
}
h1 {
  font-size: 1.25em;
}
h2 {
  font-size: 1.125em;
}
h3 {
  font-size: 1em;
}
h4,
h5,
h6 {
  font-size: 0.875em;
}
@media screen and (min-width: 760px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.625em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4,
  h5,
  h6 {
    font-size: 1.25em;
  }
}
/**
 * Home page typography.
 */
.branding {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.branding .txt-wrap {
  font-size: 1.125em;
}
.branding h1 {
  color: #fff;
  margin-bottom: .25em;
  font-size: 1.55555556em;
}
@media screen and (min-width: 500px) {
  .branding h1 {
    font-size: 1.77777778em;
  }
}
@media screen and (min-width: 760px) {
  .branding {
    font-size: 1.125em;
  }
  .branding h1 {
    font-size: 2.66666667em;
    font-weight: 100;
  }
}
@media screen and (min-width: 940px) {
  .branding h1 {
    font-size: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .branding .txt-wrap {
    font-size: 1.11111111em;
  }
  .branding .txt-wrap p {
    padding-right: 6em;
    padding-left: 6em;
  }
  .branding h1 {
    font-size: 3.1em;
  }
}
.main-section .txt-wrap {
  font-size: 0.875em;
  line-height: 1.2;
}
.main-section h1 {
  font-size: 1.42857143em;
  margin-bottom: .25em;
}
@media screen and (min-width: 500px) {
  .main-section .txt-wrap {
    font-size: 1em;
  }
  .main-section h1 {
    line-height: 1.1em;
    margin: 2% 0 .25em;
  }
}
@media screen and (min-width: 620px) {
  .main-section .btn-wrap {
    font-size: 0.88888889em;
  }
}
@media screen and (min-width: 760px) {
  .main-section h1 {
    font-size: 1.625em;
  }
}
@media screen and (min-width: 940px) {
  .main-section .txt-wrap {
    font-size: 0.9em;
  }
  .main-section h1 {
    font-weight: 300;
  }
}
@media screen and (min-width: 1200px) {
  .main-section .txt-wrap {
    font-size: 1em;
  }
}
.section-head {
  font-size: 1.625em;
}
@media screen and (min-width: 760px) {
  .section-head {
    font-size: 2em;
    font-weight: 300;
  }
}
.featured-posts article h1,
.featured-pages article h1 {
  font-size: 1.25em;
  margin-bottom: 0;
}
.featured-posts article .post-meta,
.featured-pages article .post-meta {
  font-size: 0.7em;
}
@media screen and (min-width: 760px) {
  .featured-posts article h1,
  .featured-pages article h1 {
    font-size: 1.5em;
  }
  .featured-posts article .post-meta,
  .featured-pages article .post-meta {
    font-size: 0.58333333em;
  }
}
.events .evt-date {
  font-size: 0.875em;
}
.events .evt-info h3 {
  margin-bottom: 0.25em;
  font-size: 1.25em;
}
@media screen and (min-width: 500px) {
  .events .evt-date {
    font-size: 1em;
  }
  .events .evt-date span {
    font-size: 2.11111111em;
  }
  .events .evt-info {
    font-size: 0.88888889em;
  }
  .events .evt-info h3 {
    font-size: 1.5em;
  }
}
.featured-section .txt-wrap {
  font-size: 1.125em;
}
.featured-section h1 {
  font-size: 1.44444444em;
}
@media screen and (min-width: 760px) {
  .featured-section h1 {
    font-size: 1.77777778em;
    font-weight: 300;
    margin-right: -0.88888889em;
    padding-right: 0.88888889em;
  }
}
@media screen and (min-width: 1200px) {
  .featured-section h1 {
    font-size: 2em;
  }
}
.site-footer {
  /*.sub-footer{
		>.inner{.font-size(12,16);}
	}*/
}
.site-footer h3 {
  font-size: 1.625em;
  margin-bottom: .5em;
}
.site-footer h4 {
  font-size: 1.25em;
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: .25em;
}
#mobile-nav .main-navigation {
  font-size: 1.5em;
  font-weight: 300;
}
#mobile-nav .main-navigation li {
  line-height: 1.8em;
}
#mobile-nav .main-navigation a {
  line-height: 1.6em;
}
#mobile-nav .main-navigation .sub-menu a {
  font-size: 0.8em;
}
#mobile-nav .main-navigation .sub-menu ul li a {
  font-size: 0.7em;
}
.site-header .main-navigation li a {
  font-size: 1.125em;
  font-weight: 400;
  padding: .25em .65em .15em;
  text-transform: uppercase;
}
.site-header .main-navigation li:hover li a {
  font-size: 0.875em;
  padding: .5em .75em;
  line-height: 1.2em;
  font-weight: 400;
}
.content-area .site-main {
  font-size: 1em;
  line-height: 1.6667;
}
@media screen and (min-width: 760px) {
  .content-area .site-main {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 940px) {
  .content-area .site-main {
    font-size: 1em;
  }
}
#sidebar h3,
#sidebar2 h3 {
  font-size: 1.375em;
  margin-top: .25em;
}
#sidebar .promo > .inner,
#sidebar2 .promo > .inner {
  font-size: 1em;
}
@media screen and (min-width: 940px) {
  #sidebar,
  #sidebar2 {
    width: 10em;
  }
  #sidebar .promo > .inner,
  #sidebar2 .promo > .inner {
    font-size: 0.88888889em;
  }
}
.entry-title,
.page-title,
.archive-title {
  font-weight: 300;
}
.entry-title .meta,
.page-title .meta,
.archive-title .meta {
  font-weight: 400;
  line-height: 1.6;
  font-family: 'proxima-nova', sans-serif;
  font-style: italic;
}
.entry-title,
.page-title {
  font-size: 2em;
}
.entry-title .meta,
.page-title .meta {
  font-size: 0.5625em;
}
.archive-title {
  font-size: 1.5em;
}
.archive-title .meta {
  font-size: 0.66666667em;
}
.category-events .archive-title {
  margin-bottom: .25em;
}
.entry-footer,
.archive-footer {
  font-size: 0.875em;
}
.widget_custom_menu_wizard a {
  font-size: 0.875em;
}
.widget_custom_menu_wizard a a {
  font-size: 0.75em;
}
.btn {
  font-family: 'proxima-nova-condensed', sans-serif;
  letter-spacing: 0.07em;
  font-weight: 300;
}
@media screen and (min-width: 760px) {
  .btn {
    font-size: 1.125em;
  }
}
.social-list li {
  font-size: 1em;
}
.social-list a {
  font-size: 2.5em;
}
@media screen and (min-width: 940px) {
  .social-list a {
    font-size: 1.5em;
  }
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
address {
  font-style: normal;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0 0 1em;
}
p:last-child,
pre:last-child {
  margin-bottom: 0;
}
p:first-child,
pre:first-child {
  margin-top: 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
dl {
  width: 100%;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2.5em;
}
dl dt,
dl dd {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 .25em;
  padding: .25em 0;
  border-top: 1px solid #ddd;
}
dl dt {
  width: 50%;
  float: left;
  padding-left: .25em;
  clear: both;
}
dl dd {
  width: 50%;
  float: right;
  margin-left: 0;
  padding-left: 2em;
  clear: right;
}
dl.short-term dt {
  width: 30%;
}
dl.short-term dd {
  width: 70%;
}
dl.short-description dt {
  width: 70%;
}
dl.short-description dd {
  width: 30%;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
/*most moved wp core styles moved to dc-wpstyles.css*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(https://www.jllansing.org/wp-content/themes/customizable_theme_1/css/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@font-face {
  font-family: 'soc-circle-sm';
  src: url('https://www.jllansing.org/wp-content/themes/customizable_theme_1/css/../fonts/soc-circle-sm.eot?qqk0hu');
  src: url('https://www.jllansing.org/wp-content/themes/customizable_theme_1/css/../fonts/soc-circle-sm.eot?#iefixqqk0hu') format('embedded-opentype'), url('https://www.jllansing.org/wp-content/themes/customizable_theme_1/css/../fonts/soc-circle-sm.woff?qqk0hu') format('woff'), url('https://www.jllansing.org/wp-content/themes/customizable_theme_1/css/../fonts/soc-circle-sm.ttf?qqk0hu') format('truetype'), url('https://www.jllansing.org/wp-content/themes/customizable_theme_1/css/../fonts/soc-circle-sm.svg?qqk0hu#soc-circle-sm') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="soc-"],
[class*=" soc-"] {
  font-family: 'soc-circle-sm';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.soc-facebook:before {
  content: "\e604";
}
.soc-twitter:before {
  content: "\e603";
}
.soc-linkedin:before {
  content: "\e607";
}
.soc-pinterest:before {
  content: "\e606";
}
.soc-instagram:before {
  content: "\e608";
}
.soc-youtube:before {
  content: "\e600";
}
.soc-flickr:before {
  content: "\e601";
}
.soc-vimeo:before {
  content: "\e602";
}
.soc-google-plus:before {
  content: "\e605";
}
.soc-rss:before {
  content: "\e900";
}
@media screen and (min-width: 940px) {
  .unfix {
    padding-top: 0 !important;
  }
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
img[src*=".svg"] {
  max-width: none;
}
iframe {
  max-width: 100%;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.screen-reader-text {
  display: none;
}
.inline-svg {
  display: none;
}
.btn-wrap {
  text-align: center;
  padding-top: 1em;
  width: 100%;
  clear: both;
}
.btn {
  background-color: #bc2031;
  line-height: 2em;
  display: inline-block;
  padding: 0 1.2em 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  text-decoration: none !important;
  -webkit-border-radius: 0.15em;
  -moz-border-radius: 0.15em;
  border-radius: 0.15em;
  -webkit-box-shadow: 0 0.05em 0.05em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.05em 0.05em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.05em 0.05em rgba(0, 0, 0, 0.2);
  border-color: #bc2031;
  /*&.btn-alt{background-color: @btn-color-alt; color: @secondary-color;
		&:hover{background-color: fadeout(@btn-color-alt,30%);}
	}*/
}
.btn:hover {
  background-color: #901926;
  border-color: #901926;
  color: #fff;
}
.gradient-overlay {
  content: '';
  width: 100%;
  height: 120%;
  display: block;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(72, 76, 84, 0.9)), color-stop(1, transparent));
  background: -ms-linear-gradient(bottom, rgba(72, 76, 84, 0.9), transparent);
  background: -moz-linear-gradient(center bottom, rgba(72, 76, 84, 0.9) 0%, transparent 100%);
  background: -o-linear-gradient(transparent, rgba(72, 76, 84, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(72, 76, 84, 0.9)', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 760px) {
  .gradient-overlay {
    height: 100%;
  }
}
.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  background-color: #fff;
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  -webkit-opacity: 0.15;
  opacity: 0.15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  filter: alpha(opacity=15);
}
.saturate {
  -webkit-filter: none;
  filter: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.dn-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .70em .70em 0 .70em;
  border-color: #fff transparent transparent transparent;
}
.prev-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em .5em .5em 0;
  border-color: transparent #fff transparent transparent;
}
.next-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em 0 .5em .5em;
  border-color: transparent transparent transparent #fff ;
}
section,
.split-wrap {
  padding: 2em 1em;
  width: 100%;
}
section .inner > section,
.split-wrap .inner > section {
  padding: 0;
}
section .inner > section:first-child,
.split-wrap .inner > section:first-child {
  padding-bottom: 2em;
}
@media screen and (min-width: 940px) {
  section > .inner,
  .split-wrap > .inner {
    width: 90%;
    margin: 0 auto;
    zoom: 1;
    max-width: 1260px;
  }
  section > .inner:before,
  .split-wrap > .inner:before,
  section > .inner:after,
  .split-wrap > .inner:after {
    content: "";
    display: table;
  }
  section > .inner:after,
  .split-wrap > .inner:after {
    clear: both;
  }
}
.col-wrap {
  max-width: 1260px;
  margin: 0 auto;
  zoom: 1;
}
.col-wrap:before,
.col-wrap:after {
  content: "";
  display: table;
}
.col-wrap:after {
  clear: both;
}
@media screen and (min-width: 760px) {
  .col-wrap .col {
    width: 33.3333%;
    float: left;
  }
}
.page-wrap {
  position: relative;
  min-height: 100%;
}
.site-header {
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.site-header .primary-header > .inner,
.site-header .head-actions > .inner,
.site-header .main-navigation > .inner {
  max-width: 1260px;
  margin: 0 auto;
  zoom: 1;
}
.site-header .primary-header > .inner:before,
.site-header .head-actions > .inner:before,
.site-header .main-navigation > .inner:before,
.site-header .primary-header > .inner:after,
.site-header .head-actions > .inner:after,
.site-header .main-navigation > .inner:after {
  content: "";
  display: table;
}
.site-header .primary-header > .inner:after,
.site-header .head-actions > .inner:after,
.site-header .main-navigation > .inner:after {
  clear: both;
}
.site-header .primary-header {
  background-color: #fff;
}
.site-header .primary-header .head-actions {
  display: none;
}
.site-header .secondary-header {
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.site-header #logo {
  font-size: 1em;
  line-height: 1;
  margin: 0;
  position: relative;
  z-index: 20;
  float: left;
  padding: .5em;
}
.site-header #logo a {
  display: block;
  zoom: 1;
}
.site-header #logo a:before,
.site-header #logo a:after {
  content: "";
  display: table;
}
.site-header #logo a:after {
  clear: both;
}
.site-header #logo a svg,
.site-header #logo a img {
  display: block;
  width: auto;
  height: 2.25em;
}
@media screen and (min-width: 760px) {
  .site-header #logo {
    font-size: 1.25em;
    padding: 1em;
  }
}
@media screen and (min-width: 940px) {
  .unfix .site-header {
    position: relative;
    top: auto;
  }
  .site-header #logo {
    font-size: 1.125em;
    float: left;
    margin-top: .25em;
    margin-left: .25em;
    padding: 1em 1em .45em;
  }
  .site-header #logo:not(.no-bg) {
    border: 1px solid #e8e8e8;
    border-bottom: none;
    margin-bottom: -1px;
    background: #fff;
  }
  .site-header .primary-header {
    background: #f5f5f5;
  }
  .site-header .primary-header .head-actions {
    display: block;
  }
  .site-header .primary-header .site-search {
    display: none;
  }
  .site-header .secondary-header .head-actions {
    display: none;
  }
  .site-header.allow-logo-overlap .primary-header {
    min-height: 4.5em;
  }
  .site-header.allow-logo-overlap .secondary-header {
    margin-top: -2.1em;
    height: 2.1em;
  }
  .site-header.allow-logo-overlap #logo {
    margin-bottom: 0;
  }
}
.admin-bar .site-header,
.admin-bar .sidr-inner {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header,
  .admin-bar .sidr-inner {
    top: 32px;
  }
}
@media screen and (min-width: 940px) {
  .admin-bar.unfix .site-header,
  .admin-bar.unfix .sidr-inner {
    top: auto;
  }
}
.sidr-inner {
  position: relative;
}
.admin-bar #wpadminbar {
  position: fixed;
}
.social-list {
  margin: 0;
  padding: 0 1em;
  list-style: none;
  overflow: hidden;
}
.social-list li {
  display: inline;
  text-align: center;
  margin-right: .25em;
}
.social-list a {
  height: 1em;
  width: 1em;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-top: 1px;
}
.social-list a span {
  visibility: hidden;
}
.social-list a:hover {
  color: #fff;
}
@media screen and (min-width: 940px) {
  .social-list a {
    color: rgba(0, 0, 0, 0.3);
  }
  .social-list .soc-facebook:hover {
    color: #3b5998;
  }
  .social-list .soc-twitter:hover {
    color: #00aced;
  }
  .social-list .soc-linkedin:hover {
    color: #007bb6;
  }
  .social-list .soc-pinterest:hover {
    color: #c92228;
  }
  .social-list .soc-instagram:hover {
    color: #663300;
  }
  .social-list .soc-youtube:hover {
    color: #bb0000;
  }
  .social-list .soc-flickr:hover {
    color: #ff0084;
  }
  .social-list .soc-vimeo:hover {
    color: #aad450;
  }
  .social-list .soc-google-plus:hover {
    color: #dd4b39;
  }
  .social-list .soc-rss:hover {
    color: #000000;
  }
}
.head-actions .social-list {
  display: none;
}
@media screen and (min-width: 940px) {
  .social-list {
    display: none;
  }
  .head-actions .social-list {
    display: block;
    float: right;
    padding: .35em;
  }
}
.site-search {
  width: 100%;
  padding: .5em;
  position: relative;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.site-search .search-form {
  height: 2em;
  background-color: #fff;
  clear: right;
  overflow: hidden;
  font-size: 1em;
  margin: 0 .5em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.site-search .search-form input {
  margin: 0;
  display: block;
}
.site-search .search-form .search-field {
  border: none;
  background-color: #fff;
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 2em;
  height: 2em;
  padding: 0 6.5em 0 .5em;
  color: #888;
  font-family: 'proxima-nova', sans-serif;
  font-style: italic;
  margin-right: -6em;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.site-search .search-form .search-submit {
  color: #fff;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  float: right;
  line-height: 2em;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  height: 100%;
  background-color: #bc2031;
  width: 6em;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 400;
  letter-spacing: .075em;
  border-radius: 0;
}
.site-search .search-form .search-submit:hover {
  background-color: #901926;
}
@media screen and (min-width: 760px) {
  .site-search .search-form .search-field {
    margin-right: -8em;
    padding-right: 8.5em;
  }
  .site-search .search-form .search-submit {
    width: 8em;
  }
}
@media screen and (min-width: 940px) {
  .site-search {
    border: none;
    background-color: none;
    display: block;
    float: right;
    width: 24em;
    font-size: 0.77777778em;
  }
  .site-search .search-form {
    height: 2em;
  }
  .site-search .search-form .search-field {
    line-height: 2em;
    height: 2em;
    margin-right: -6em;
    padding-right: 6.5em;
  }
  .site-search .search-form .search-submit {
    line-height: 2em;
    background-color: #ccc;
    width: 6em;
  }
  .site-search .search-form .search-submit:hover {
    background-color: #ccc;
  }
  .site-search .search-form .search-submit.search-ready {
    background-color: #bc2031;
  }
  .site-search .search-form .search-submit.search-ready:hover {
    background-color: #901926;
  }
}
.head-cta {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 90%;
  float: left;
}
.head-cta li:nth-child(n+2) a {
  background: #af1e2e;
}
.head-cta li:nth-child(n+2) a:hover {
  background: #831622;
}
.head-cta li:nth-child(n+3) a {
  background: #a21c2a;
}
.head-cta li:nth-child(n+3) a:hover {
  background: #76141f;
}
.head-cta li:nth-child(n+4) a {
  background: #951927;
}
.head-cta li:nth-child(n+4) a:hover {
  background: #69121b;
}
.head-cta a {
  width: 33.3333%;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #bc2031;
  line-height: 2em;
  font-family: 'proxima-nova-condensed', sans-serif;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.head-cta a:hover {
  background: #901926;
}
.head-cta.misc-cta-on a {
  width: 25%;
}
@media screen and (min-width: 940px) {
  .head-cta {
    width: auto;
    float: right;
    margin-bottom: 0;
  }
  .head-cta li {
    float: left;
  }
  .head-cta.misc-cta-on a,
  .head-cta a {
    width: 6em;
  }
}
.branding {
  background-color: #545862;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: cover;
}
.branding > .inner {
  padding-top: 20%;
}
.branding h1 {
  color: #ffffff;
}
.branding p {
  margin-top: 0;
}
.branding .btn-wrap {
  position: relative;
  z-index: 10;
}
.branding .txt-wrap {
  position: relative;
  z-index: 10;
  line-height: 1.2;
}
.branding.add-gradient:after {
  content: '';
  width: 100%;
  height: 120%;
  display: block;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(72, 76, 84, 0.9)), color-stop(1, transparent));
  background: -ms-linear-gradient(bottom, rgba(72, 76, 84, 0.9), transparent);
  background: -moz-linear-gradient(center bottom, rgba(72, 76, 84, 0.9) 0%, transparent 100%);
  background: -o-linear-gradient(transparent, rgba(72, 76, 84, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(72, 76, 84, 0.9)', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 760px) {
  .branding.add-gradient:after {
    height: 100%;
  }
}
@media screen and (min-width: 760px) {
  .branding > .inner {
    padding-top: 15%;
  }
}
@media screen and (min-width: 940px) {
  .branding > .inner {
    padding-top: 20%;
  }
}
.main-section {
  padding: 1em 1em;
  zoom: 1;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.main-section:before,
.main-section:after {
  content: "";
  display: table;
}
.main-section:after {
  clear: both;
}
.main-section .owl-buttons {
  position: absolute;
  left: -.5em;
  right: -.5em;
  top: 45%;
}
.main-section .owl-buttons .owl-prev,
.main-section .owl-buttons .owl-next {
  background: rgba(100, 100, 100, 0.8);
  padding: .5em;
  width: 2em;
  height: 2em;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-section .owl-buttons .owl-prev:hover,
.main-section .owl-buttons .owl-next:hover {
  cursor: pointer;
  background-color: #bc2031;
}
.main-section .owl-buttons .owl-prev:after,
.main-section .owl-buttons .owl-next:after {
  content: '';
  height: 1em;
  width: 1em;
  position: absolute;
  top: .5em;
}
.main-section .owl-buttons .owl-next {
  float: right;
}
.main-section .owl-buttons .owl-next:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em 0 .5em .5em;
  border-color: transparent transparent transparent #fff ;
  right: .65em;
}
.main-section .owl-buttons .owl-prev {
  float: left;
}
.main-section .owl-buttons .owl-prev:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em .5em .5em 0;
  border-color: transparent #fff transparent transparent;
  left: .65em;
}
.main-section .column {
  margin-bottom: 2em;
  width: 100%;
  zoom: 1;
  position: relative;
}
.main-section .column:before,
.main-section .column:after {
  content: "";
  display: table;
}
.main-section .column:after {
  clear: both;
}
.main-section .column:last-child {
  margin-bottom: 0;
}
.main-section .txt-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.main-section .txt-wrap > .inner {
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  padding: 1em;
}
.main-section .txt-wrap h1 {
  color: #fff;
}
.main-section .txt-wrap p {
  margin: 0;
}
.main-section .txt-wrap a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.main-section .btn-wrap {
  display: none;
}
.main-section .btn-wrap .btn,
.main-section .btn-wrap .btn:hover {
  color: #fff;
}
@media screen and (min-width: 500px) {
  .main-section {
    padding-bottom: 0;
  }
  .main-section .column {
    margin-bottom: 1em;
    border: 1px solid #ddd;
    background: rgba(51, 51, 51, 0.9);
  }
  .main-section .img-wrap {
    width: 33.3333%;
    float: left;
  }
  .main-section .txt-wrap {
    float: left;
    width: 100%;
    margin-left: -33.3333%;
    margin-top: 0;
    padding: 2% 0 0;
    line-height: 1.3;
    position: relative;
    left: auto;
    right: auto;
  }
  .main-section .txt-wrap > .inner {
    margin-left: 33.3333%;
    padding: 0 1em;
    background: none;
  }
}
@media screen and (min-width: 620px) {
  .main-section .btn-wrap {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 760px) {
  .main-section {
    padding: 1px 0 0;
  }
  .main-section .owl-buttons {
    left: .5em;
    right: .5em;
  }
  .main-section .owl-item {
    border-left: 1px solid #fff;
  }
  .main-section .owl-item:first-child {
    border-left: none;
  }
  .main-section .column {
    margin-bottom: 0;
    float: left;
    border: none;
  }
  .main-section .column:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .70em .70em 0 .70em;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -.7em;
  }
  .main-section .img-wrap {
    float: none;
    width: 100%;
    margin: 0;
    background: rgba(51, 51, 51, 0.9);
  }
  .main-section .img-wrap img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .main-section .txt-wrap {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 10% .5em 0;
    height: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .main-section .txt-wrap > .inner {
    margin: 0;
  }
  .main-section .txt-wrap h1 {
    text-align: center;
    color: #fff;
  }
  .main-section .btn-wrap {
    display: none;
  }
  .main-section .column {
    overflow: hidden;
    cursor: pointer;
  }
  .main-section .column .txt-wrap {
    position: absolute;
    top: -100%;
  }
  .main-section .column:hover .img-wrap img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    background-color: #fff;
    -moz-opacity: 0.15;
    -khtml-opacity: 0.15;
    -webkit-opacity: 0.15;
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity=15);
  }
  .main-section .column:hover .txt-wrap {
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-section .txt-wrap {
    padding-top: 15%;
  }
  .main-section .btn-wrap {
    display: block;
    text-align: center;
  }
}
.featured-posts,
.featured-pages {
  zoom: 1;
}
.featured-posts:before,
.featured-pages:before,
.featured-posts:after,
.featured-pages:after {
  content: "";
  display: table;
}
.featured-posts:after,
.featured-pages:after {
  clear: both;
}
.featured-posts article,
.featured-pages article {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
  zoom: 1;
}
.featured-posts article:before,
.featured-pages article:before,
.featured-posts article:after,
.featured-pages article:after {
  content: "";
  display: table;
}
.featured-posts article:after,
.featured-pages article:after {
  clear: both;
}
.featured-posts article .post-meta,
.featured-pages article .post-meta {
  display: block;
  text-transform: none;
  font-style: italic;
  font-family: 'proxima-nova', sans-serif;
  color: #888;
}
.featured-posts article p,
.featured-pages article p {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .featured-posts {
    width: 50%;
    float: left;
  }
  .featured-posts article {
    border-bottom: none;
  }
  .featured-posts article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 940px) {
  .featured-posts {
    width: 59.67741935%;
  }
}
.featured-pages article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.featured-pages .img-wrap {
  width: 20%;
  float: left;
}
.featured-pages .img-wrap img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.featured-pages .img-wrap.img-round img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.featured-pages .txt-wrap {
  float: left;
  width: 100%;
  margin-left: -20%;
}
.featured-pages .txt-wrap > .inner {
  margin-left: 20%;
  padding-left: 1em;
}
@media screen and (min-width: 760px) {
  .featured-pages {
    padding-bottom: 0;
  }
  .featured-pages article {
    width: 50%;
    float: left;
    border: none;
  }
  .featured-pages article:last-child {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .featured-pages article:nth-child(odd) {
    padding-left: 1em;
  }
  .featured-pages article:nth-child(even) {
    padding-right: 1em;
    clear: left;
  }
}
@media screen and (min-width: 940px) {
  .featured-pages .img-wrap {
    width: 33.3333%;
  }
  .featured-pages .txt-wrap {
    margin-left: -33.3333%;
  }
  .featured-pages .txt-wrap > .inner {
    margin-left: 33.3333%;
  }
}
@media screen and (min-width: 760px) {
  .events {
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 940px) {
  .events {
    width: 33.33333%;
  }
}
.evt-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.evt-list li {
  padding-bottom: 2em;
  border-top: 1px solid #545862;
  zoom: 1;
}
.evt-list li:before,
.evt-list li:after {
  content: "";
  display: table;
}
.evt-list li:after {
  clear: both;
}
.evt-list li:last-child {
  border-bottom: 1px solid #ddd;
}
.evt-list .evt-date {
  background-color: #545862;
  display: inline-block;
  color: #545862;
  text-transform: uppercase;
  padding: .2em .5em 0;
  margin-bottom: 1em;
  margin-left: -2em;
  margin-top: -1px;
  padding-left: 2em;
  color: #fff;
}
.evt-list .evt-date span {
  padding-left: .5em;
}
.evt-list .evt-info {
  line-height: 1.4;
}
.evt-list .evt-info p {
  margin: 0;
}
@media screen and (min-width: 500px) {
  .evt-list .evt-date {
    overflow: hidden;
    width: 20%;
    float: left;
    padding: 1em 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .evt-list .evt-date span {
    padding: 0;
    display: block;
    line-height: 1;
  }
  .evt-list .evt-info {
    float: left;
    width: 100%;
    margin-left: -20%;
    padding-top: 1em;
  }
  .evt-list .evt-info > .inner {
    margin-left: 20%;
    padding-left: 1em;
  }
}
@media screen and (min-width: 760px) {
  .evt-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .evt-list .evt-date {
    padding: 1em .25em 1.25em;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0.175em;
    -webkit-border-bottom-left-radius: 0.175em;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0.175em;
    -moz-border-radius-bottomleft: 0.175em;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.175em;
    border-bottom-left-radius: 0.175em;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.featured-section {
  background-color: #545862;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.featured-section .txt-wrap {
  position: relative;
  z-index: 10;
  padding-top: 4em;
  zoom: 1;
}
.featured-section .txt-wrap:before,
.featured-section .txt-wrap:after {
  content: "";
  display: table;
}
.featured-section .txt-wrap:after {
  clear: both;
}
.featured-section .btn-wrap {
  position: relative;
  z-index: 10;
}
.featured-section .btn-wrap .btn {
  background-color: #fff;
  color: #545862;
}
.featured-section .btn-wrap .btn:hover {
  color: #3c3f47;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.featured-section h1 {
  color: #fff;
  background-color: #545862;
  margin-left: -0.72727273em;
  padding: .4em 0;
  padding-left: 0.72727273em;
  margin-bottom: .25em;
}
.featured-section h1 a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.featured-section h1 a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  /*text-decoration: underline;*/
}
.featured-section p {
  margin-top: 0;
}
.featured-section.add-gradient:after {
  content: '';
  width: 100%;
  height: 120%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(72, 76, 84, 0.9)), color-stop(1, transparent));
  background: -ms-linear-gradient(bottom, rgba(72, 76, 84, 0.9), transparent);
  background: -moz-linear-gradient(center bottom, rgba(72, 76, 84, 0.9) 0%, transparent 100%);
  background: -o-linear-gradient(transparent, rgba(72, 76, 84, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(72, 76, 84, 0.9)', GradientType=0);
}
@media screen and (min-width: 760px) {
  .featured-section.add-gradient:after {
    height: 100%;
  }
}
.featured-section.add-gradient.section-bottom:after {
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(72, 76, 84, 0.9)), color-stop(1, transparent));
  background: -ms-linear-gradient(bottom, rgba(72, 76, 84, 0.9), transparent);
  background: -moz-linear-gradient(center bottom, rgba(72, 76, 84, 0.9) 0%, transparent 100%);
  background: -o-linear-gradient(transparent, rgba(72, 76, 84, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(72, 76, 84, 0.9)', GradientType=0);
}
@media screen and (min-width: 760px) {
  .featured-section .txt-wrap {
    width: 66.66667%;
  }
  .featured-section.section-bottom .txt-wrap {
    float: right;
  }
}
@media screen and (min-width: 940px) {
  .featured-section h1 {
    position: relative;
  }
  .featured-section h1:after {
    content: '';
    display: block;
    background-color: #545862;
    height: 100%;
    width: 50em;
    position: absolute;
    top: 0;
    right: 100%;
  }
  .featured-section .txt-wrap {
    width: 59.67741935%;
    padding-top: 20%;
  }
  .featured-section .btn-wrap {
    width: 59.67741935%;
  }
  .featured-section.section-bottom .txt-wrap,
  .featured-section.section-bottom .btn-wrap {
    width: 59.67741935%;
    float: right;
  }
  .featured-section.section-bottom h1:after {
    right: auto;
    left: 100%;
  }
}
.site-footer {
  color: #fff;
  padding-top: ;
  width: 100%;
  overflow: hidden;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
  color: #fff;
  text-align: center;
}
.site-footer h4,
.site-footer address {
  text-align: left;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.site-footer .col {
  background-color: #545862;
  padding: 2em 1em;
  text-align: center;
  position: relative;
}
.site-footer .col .inner {
  position: relative;
  z-index: 20;
}
.site-footer .col:nth-child(n+1):after {
  content: '';
  display: block;
  width: 50em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #545862;
}
.site-footer .col:nth-child(n+2) {
  background-color: #4d515a;
}
.site-footer .col:nth-child(n+3) {
  background-color: #464952;
}
.site-footer .col:nth-child(n+3):after {
  content: '';
  display: block;
  width: 50em;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  background-color: #464952;
}
.site-footer .btn {
  background-color: #fff;
  color: #545862;
  border-color: inherit;
}
.site-footer .btn:hover {
  color: #3c3f47;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
@media screen and (min-width: 760px) {
  .site-footer .col {
    height: 20em;
  }
  .site-footer .col .inner {
    height: 100%;
  }
  .site-footer .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 940px) {
  .site-footer .col {
    padding: 2em 2em;
  }
}
.site-footer .sub-footer {
  background-color: #111111;
  padding: 1em 1em;
  overflow: hidden;
  clear: both;
  color: #eee;
  position: relative;
}
.site-footer .sub-footer a {
  color: #fff;
  border-bottom: none;
}
.site-footer .sub-footer > .inner {
  margin: 0 auto;
}
.site-footer .sub-footer .legal {
  line-height: 1.2;
  font-size: 0.75em;
  margin-bottom: 0;
}
.site-footer .sub-footer #dclogo {
  display: block;
  margin-top: 1em;
  width: 11.25em;
  height: 1.25em;
}
.site-footer .sub-footer svg {
  margin-bottom: .5em;
  height: 1.4375em;
  width: 11.25em;
}
.site-footer .sub-footer svg path {
  fill: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 760px) {
  .site-footer .sub-footer .legal {
    float: right;
    text-align: right;
    font-size: 0.66666667em;
  }
  .site-footer .sub-footer #dclogo {
    margin-top: 0;
    float: left;
    width: 10em;
    height: 1.11111111em;
  }
  .site-footer .sub-footer svg {
    float: left;
    margin-bottom: 0;
    width: 10em;
    height: 1.11111111em;
  }
}
.btn-menu,
.btn-close,
.btn-search {
  height: 2em;
  width: 2em;
  display: block;
  float: right;
  padding: .25em;
}
.btn-menu svg,
.btn-close svg,
.btn-search svg {
  fill: rgba(0, 0, 0, 0.4);
}
#mobile-nav .btn-menu svg,
#mobile-nav .btn-close svg,
#mobile-nav .btn-search svg {
  fill: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 940px) {
  .btn-menu,
  .btn-close,
  .btn-search {
    display: none;
  }
}
.secondary-header {
  display: none;
  zoom: 1;
}
.secondary-header:before,
.secondary-header:after {
  content: "";
  display: table;
}
.secondary-header:after {
  clear: both;
}
@media screen and (min-width: 940px) {
  .secondary-header {
    display: block;
  }
  .secondary-header .head-actions {
    height: 4.5em;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
  }
}
.main-navigation {
  zoom: 1;
}
.main-navigation:before,
.main-navigation:after {
  content: "";
  display: table;
}
.main-navigation:after {
  clear: both;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.main-navigation ul:before,
.main-navigation ul:after {
  content: "";
  display: table;
}
.main-navigation ul:after {
  clear: both;
}
.main-navigation a {
  text-transform: uppercase;
  font-family: 'proxima-nova-condensed', sans-serif;
}
.primary_natural {
  color: #555;
  background: #fff;
}
.primary_hover {
  color: #901926;
  background: #eeeeee;
}
.primary_on {
  color: #fff;
  background: #901926;
}
.primary_current {
  color: #fff;
  background: #901926;
}
#mobile-nav {
  display: block;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 20em;
  overflow-x: none;
  overflow-y: auto;
  background: #545862;
}
#mobile-nav.left {
  left: -20em;
  right: auto;
}
#mobile-nav .menu-primary-navigation-container {
  padding: 1em;
}
#mobile-nav .main-navigation {
  clear: both;
}
#mobile-nav .main-navigation li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
#mobile-nav .main-navigation a,
#mobile-nav .main-navigation li li {
  font-size: 1em;
  color: #fff;
}
#mobile-nav .main-navigation .current-menu-item > a {
  color: #bc2031;
}
#mobile-nav .main-navigation .current-menu-item > .sub-menu {
  display: block;
}
#mobile-nav .main-navigation .current-menu-ancestor > .sub-menu {
  display: block;
}
#mobile-nav .main-navigation .sub-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}
#mobile-nav .main-navigation .sub-menu a {
  padding-left: 1em;
}
#mobile-nav .main-navigation .sub-menu li:last-child {
  border-bottom: none;
}
#mobile-nav .main-navigation .sub-menu ul li a {
  padding-left: 2em;
}
#mobile-nav .nav-toggle {
  position: absolute;
  right: 0;
  top: .125em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  text-indent: -50em;
  outline: none;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#mobile-nav .nav-toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: .4125em;
  right: .5375em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .35em .5em .35em 0;
  border-color: transparent #fff transparent transparent;
}
#mobile-nav .nav-toggle:hover {
  background-color: #901926;
}
#mobile-nav .nav-toggle.nav-open:after {
  border-width: .5em .35em 0 .35em;
  border-color: #fff transparent transparent transparent;
  top: .5375em;
  right: .4125em;
}
@media screen and (min-width: 940px) {
  .site-header .main-navigation .btn-close {
    display: none;
  }
  .site-header .main-navigation .menu-primary-navigation-container {
    float: right;
    padding: 0;
  }
  .site-header .main-navigation ul {
    margin: 0;
    padding: .25em 0;
    list-style: none;
    float: right;
  }
  .site-header .main-navigation li {
    float: left;
    padding: 0;
    margin: 0 .125em;
    position: relative;
  }
  .site-header .main-navigation li a {
    display: block;
    color: #888888;
    line-height: 1em;
    text-decoration: none;
    font-family: 'proxima-nova-condensed', sans-serif;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .site-header .main-navigation li a:hover {
    color: #901926;
  }
  .site-header .main-navigation li.current-menu-item a,
  .site-header .main-navigation li.current-menu-ancestor a {
    background-color: #eeeeee;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
  }
  .site-header .main-navigation li ul {
    display: none;
  }
  .site-header .main-navigation li:hover {
    /*li:hover{
					// third
					ul{display: block; left:11.875em; top: 0; font-size: 1em; margin-left: 0;}
					li{
						a{.primary_natural}
						&:hover a{.primary_hover}
						&.current-menu-item a{.primary_on}
						&.current-menu-ancestor a{.primary_current}
						ul{display: none}// not supporting 4 levels in primary nav
					}
				}*/
  }
  .site-header .main-navigation li:hover ul {
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    width: 12em;
    z-index: 5000;
    border: 1px solid #fff;
    border-bottom: none;
    -webkit-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.2);
    box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0;
  }
  .site-header .main-navigation li:hover li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
    float: none;
    width: 100%;
  }
  .site-header .main-navigation li:hover li a {
    margin: 0;
    color: #555;
    background: #fff;
    width: auto;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .site-header .main-navigation li:hover li:hover a {
    color: #901926;
    background: #eeeeee;
  }
  .site-header .main-navigation li:hover li.current-menu-item a {
    color: #fff;
    background: #901926;
  }
  .site-header .main-navigation li:hover li.current-menu-item a:hover {
    color: #fff;
    background: #901926;
  }
  .site-header .main-navigation li:hover li.current-menu-ancestor a,
  .site-header .main-navigation li:hover li.current-menu-ancestor a:hover {
    color: #fff;
    background: #901926;
  }
  .site-header .main-navigation li:hover li ul {
    display: none;
  }
  .site-header .main-navigation li:last-child:hover ul {
    right: 0;
  }
}
.content-wrap {
  zoom: 1;
}
.content-wrap:before,
.content-wrap:after {
  content: "";
  display: table;
}
.content-wrap:after {
  clear: both;
}
.content-wrap > .inner,
.vms-evt-page .container,
.feat-post-img .container-fluid {
  max-width: 1260px;
  margin: 0 auto;
  padding: 4em 1em 2em;
  zoom: 1;
}
.content-wrap > .inner:before,
.content-wrap > .inner:after {
  content: "";
  display: table;
}
.content-wrap > .inner:after {
  clear: both;
}
@media screen and (min-width: 760px) {
  .content-wrap > .inner,
  .vms-evt-page .container,
  .feat-post-img .container-fluid {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.content-area {
  width: 100%;
}
.content-area .site-main {
  margin-bottom: 2em;
}
@media screen and (min-width: 940px) {
  .content-area {
    float: right;
    margin-left: -25%;
    min-height: 15em;
  }
  .content-area .site-main {
    margin-left: 25%;
    padding-left: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .content-area {
    float: left;
    margin-left: -10em;
    margin-right: -25%;
  }
  .content-area .site-main {
    margin-left: 10em;
    padding-left: 2em;
    margin-right: 25%;
    padding-right: 4em;
  }
  .content-area.no-promo-sidebar .site-main {
    margin-right: 0;
    padding-right: 0;
  }
}
#sidebar {
  display: none;
}
#sidebar,
#sidebar2 {
  zoom: 1;
}
#sidebar:before,
#sidebar2:before,
#sidebar:after,
#sidebar2:after {
  content: "";
  display: table;
}
#sidebar:after,
#sidebar2:after {
  clear: both;
}
#sidebar section,
#sidebar2 section {
  padding: 0;
}
#sidebar aside,
#sidebar2 aside {
  margin-top: 0;
  margin-bottom: 2em;
  position: relative;
  z-index: 10;
}
#sidebar .promo,
#sidebar2 .promo {
  line-height: 1.4;
  zoom: 1;
}
#sidebar .promo:before,
#sidebar2 .promo:before,
#sidebar .promo:after,
#sidebar2 .promo:after {
  content: "";
  display: table;
}
#sidebar .promo:after,
#sidebar2 .promo:after {
  clear: both;
}
#sidebar .promo > .inner,
#sidebar2 .promo > .inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
#sidebar .promo blockquote,
#sidebar2 .promo blockquote {
  margin: 0;
}
#sidebar .promo.local > .inner,
#sidebar2 .promo.local > .inner {
  background-color: #545862;
  color: #fff;
}
#sidebar .promo.local h1,
#sidebar2 .promo.local h1,
#sidebar .promo.local h2,
#sidebar2 .promo.local h2,
#sidebar .promo.local h3,
#sidebar2 .promo.local h3 {
  color: #fff;
}
#sidebar .promo.local a,
#sidebar2 .promo.local a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#sidebar .promo:last-child,
#sidebar2 .promo:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  #sidebar > .inner,
  #sidebar2 > .inner {
    margin: 0 -0.25em;
  }
  #sidebar aside,
  #sidebar2 aside {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 940px) {
  #sidebar,
  #sidebar2 {
    width: 25%;
    float: left;
    display: block;
  }
  #sidebar > .inner,
  #sidebar2 > .inner {
    margin: 0;
  }
  #sidebar aside,
  #sidebar2 aside {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #sidebar,
  #sidebar2 {
    width: 10em;
    min-height: 1em;
  }
}
@media screen and (min-width: 1200px) {
  #sidebar2 {
    float: right;
    width: 25%;
  }
}
/*.single-post, .category{
	#sidebar{display: none;}
	.content-area{
		@media @break-xl{margin-left: 0;
			.site-main{margin-left: 0; padding-left: 0;}
		}
	}
}*/
.page-title {
  margin-top: 0;
}
.entry-header,
.archive-header {
  margin: 0 0 .5em;
  font-weight: 600;
}
.entry-header .entry-title,
.archive-header .entry-title,
.entry-header .archive-title,
.archive-header .archive-title {
  margin-bottom: 0;
}
.entry-header .meta,
.archive-header .meta {
  font-family: 'proxima-nova', sans-serif;
  font-style: italic;
  color: #888;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: .5em;
  font-size: 0.875em;
}
.entry-header .meta p,
.archive-header .meta p {
  margin: 0;
}
.archive-header .archive-title {
  font-size: 1.5em;
}
.archive-header .meta {
  font-size: 0.75em;
}
.entry-footer,
.archive-footer {
  font-size: 0.875em;
}
.archive .page-header,
.search .page-header {
  margin-bottom: 2em;
}
.archive article,
.search article {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.archive article:last-of-type,
.search article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.page-numbers {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: flex;
  flex-flow: row;
}
ul.page-numbers > li > a,
ul.page-numbers > li > span {
  display: block;
  border: 1px solid #ddd;
  margin-left: -1px;
  line-height: 1.25;
  padding: .25em .25em;
  width: 1.75em;
  text-align: center;
  transition: all .5s;
}
ul.page-numbers > li > a.current,
ul.page-numbers > li > span.current {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
ul.page-numbers > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
ul.page-numbers > li:first-child > a,
ul.page-numbers > li:first-child > span {
  border-radius: 0.25em 0 0 0.25em;
}
ul.page-numbers > li:last-child > a,
ul.page-numbers > li:last-child > span {
  border-radius: 0 0.25em 0.25em 0;
}
.secondary_natural {
  color: #848484;
}
.secondary_hover {
  color: #901926;
}
.secondary_on {
  color: #444444;
}
.secondary_current {
  color: #444444;
}
aside.widget {
  display: none;
  font-family: 'proxima-nova-condensed', sans-serif;
  /*Temp fix until all custom menu wizard plugins are removed*/
}
aside.widget.widget_custom_menu_wizard {
  display: none;
}
@media screen and (min-width: 940px) {
  aside.widget {
    margin-bottom: 2em;
    display: block;
  }
  aside.widget h3,
  aside.widget ul.menu > li > a {
    margin: 0 0 .5em;
    font-size: 1.375em;
    font-weight: 300;
  }
  aside.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  aside.widget ul ul ul {
    display: none;
  }
  aside.widget ul ul ul li {
    margin-left: 1rem;
  }
  aside.widget ul ul ul li ul li a {
    font-size: .875rem;
  }
  aside.widget ul .current-menu-item > ul,
  aside.widget ul .current-menu-ancestor > ul {
    display: block;
  }
  aside.widget li a {
    line-height: 1.2em;
    color: #848484;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: .5em;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  aside.widget li a:hover {
    color: #901926;
  }
  aside.widget li.current-menu-item > a {
    color: #444444;
  }
}
.evt > .inner {
  border-top: 1px solid #545862;
  zoom: 1;
  background: none;
}
.evt > .inner:before,
.evt > .inner:after {
  content: "";
  display: table;
}
.evt > .inner:after {
  clear: both;
}
.evt .evt-date {
  font-family: 'proxima-nova-condensed', sans-serif;
  background-color: #545862;
  display: inline-block;
  color: #545862;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  width: 20%;
  float: left;
  padding: 1em 0;
  margin-left: 0;
  text-align: center;
  margin-bottom: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.175rem;
  -webkit-border-bottom-left-radius: 0.175rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.175rem;
  -moz-border-radius-bottomleft: 0.175rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.175rem;
  border-bottom-left-radius: 0.175rem;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 5rem;
  max-width: 4rem;
}
.evt .evt-date .day {
  font-size: 2.1rem;
  line-height: 1.2;
}
.evt .evt-date .year {
  display: none;
}
.evt .evt-end-date .date-seperator {
  font-family: 'proxima-nova', sans-serif;
}
.evt .evt-tags > span {
  font-family: 'proxima-nova-condensed', sans-serif;
}
.evt .evt-txt {
  padding-left: 1rem;
}
.evt .evt-txt h3 {
  font-size: 1.5rem;
  margin-bottom: .25rem;
}
.evt .evt-txt h3,
.evt .evt-txt .evt-meta {
  font-family: 'proxima-nova-condensed', sans-serif;
}
.evt .evt-actions {
  background: rgba(0, 0, 0, 0.035);
  border-radius: 0 0 0.25rem 0.25rem;
}
.evt.multi-date .evt-date {
  height: 5.5em;
}
.evt.multi-date .evt-date > span {
  font-size: .875rem;
  display: inline-block;
}
.evt.multi-date .evt-date .month {
  margin-right: .25em;
}
.evt.multi-date .evt-date .year {
  display: none;
}
.evt.multi-date .evt-date .date-seperator {
  color: inherit;
  font-size: .5rem;
  margin: .5em 0;
}
.evt-search-filters .filter-toggle {
  font-family: 'proxima-nova-condensed', sans-serif;
}
.evt-filters .evt-filter label {
  font-family: 'proxima-nova-condensed', sans-serif;
}
.evt-filters .evt-filter .btn {
  line-height: 1;
  border-color: #bc2031;
}
.vms-evt-page .container {
  padding-top: 0;
  padding-bottom: 0;
}
.vms-evt-page .page-intro .page-header {
  margin-bottom: 0;
  font-size: 2rem;
}
.vms-evt-page .page-intro .date-info {
  display: none;
}
.evt-detail-header .evt {
  display: none;
}
.evt-detail-header .evt .evt-date {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .evt-detail-header .evt {
    display: block;
    min-width: 24rem;
  }
}
.post-type-archive-vms_event .evt > .inner {
  background: none;
}
.post-type-archive-vms_event .evt.img-on > .inner {
  background: #fff;
}
.post-type-archive-vms_event .evt.img-on .evt-date {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 .175rem 0;
}
.post-type-archive-vms_event .evt.img-on .evt-txt {
  padding: 1rem;
}
.post-type-archive-vms_event .evt.img-on .evt-actions {
  background: none;
}
.single-vms_event .evt .evt-txt {
  margin-bottom: 0;
}
@media screen and (min-width: 940px) {
  .single-vms_event .evt > .inner {
    background: #fff;
  }
  .single-vms_event .evt .evt-date {
    border-radius: 0 0 .175rem 0;
    padding-left: .5em;
    padding-right: .5em;
  }
}
section.events .evt {
  margin-bottom: 1.5rem;
}
.history-list {
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
}
.history-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.history-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.history-list h3 {
  font-size: 2em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: .25em;
  line-height: 1.1;
}
.history-list h3 > span {
  color: #fff;
  background-color: #545862;
  line-height: 1.75em;
  font-weight: 400;
  font-size: .75rem;
  position: relative;
  margin-left: 1.5rem;
  padding: 0 .5em;
  white-space: nowrap;
}
.history-list h3 > span:before,
.history-list h3 > span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}
.history-list h3 > span:before {
  border-width: .875em 0 .875em .875em;
  border-color: transparent transparent transparent #545862;
  left: 100%;
}
.history-list h3 > span:after {
  border-width: .875em .875em .875em 0;
  border-color: transparent #545862 transparent transparent;
  right: 100%;
}
.history-list figure {
  margin-top: 1rem;
  padding-bottom: .25rem;
  padding-right: .25rem;
}
.history-list figure img {
  box-shadow: 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.1);
}
.history-list figure figcaption {
  font-size: .875rem;
  font-style: italic;
  color: #888;
  margin: .25rem .25rem 0;
  line-height: 1.2;
}
@media screen and (min-width: 760px) {
  .no-promo-sidebar .history-list li {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .no-promo-sidebar .history-list li > .inner {
    display: flex;
    flex-flow: row nowrap;
  }
  .no-promo-sidebar .history-list figure {
    flex: 33.33333% 0 0;
    margin-left: 2rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 940px) {
  .history-list li > .inner {
    display: flex;
    flex-flow: row nowrap;
  }
  .history-list figure {
    flex: 33.33333% 0 0;
    margin-left: 2rem;
    margin-top: 0;
  }
  .no-promo-sidebar .history-list figure {
    flex: 25% 0 0;
  }
}
.feat-post-img {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 25vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.feat-post-img figcaption {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 700;
  color: #545862;
  line-height: 1.1;
}
.feat-post-img.lt-txt figcaption {
  color: #fff;
}
@media screen and (min-width: 760px) {
  .feat-post-img {
    height: 33.3333vh;
    max-height: 20rem;
  }
  .feat-post-img figcaption {
    font-size: 2rem;
    max-width: 66.66667%;
    margin-top: -3rem;
  }
}
