/*---------------------------------------------------
    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;
}
/********** color vars **********/
/********** non color vars **********/
/*! 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: 'adelle', serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  background: #f5f5f5;
  font-family: 'adelle', serif;
  font-size: 1em;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  color: #444444;
  height: 100%;
  -ms-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 1.125em;
  }
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: #bc2031;
  text-decoration: 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;
}
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: 'pt-sans', sans-serif;
  font-weight: 600;
  color: #666666;
  line-height: 1.1;
  margin: 0 0 .75em;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: #666666;
}
h1 {
  font-size: 1.625em;
}
h2 {
  font-size: 1.375em;
}
h3 {
  font-size: 1.25em;
}
h4,
h5,
h6 {
  font-size: 1.125em;
}
@media screen and (min-width: 720px) {
  h1 {
    font-size: 2.125em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4,
  h5,
  h6 {
    font-size: 1.25em;
  }
}
.section-head {
  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 1em;
}
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 1em;
}
/**
 * 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 */
  height: auto;
}
/**
 * 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. */
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.jlaugusta.org/wp-content/themes/modular_theme_1/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
@font-face {
  font-family: 'soc-circle-sm';
  src: url('https://www.jlaugusta.org/wp-content/themes/modular_theme_1/css/../fonts/soc-circle-sm.eot?qqk0hu');
  src: url('https://www.jlaugusta.org/wp-content/themes/modular_theme_1/css/../fonts/soc-circle-sm.eot?#iefixqqk0hu') format('embedded-opentype'), url('https://www.jlaugusta.org/wp-content/themes/modular_theme_1/css/../fonts/soc-circle-sm.woff?qqk0hu') format('woff'), url('https://www.jlaugusta.org/wp-content/themes/modular_theme_1/css/../fonts/soc-circle-sm.ttf?qqk0hu') format('truetype'), url('https://www.jlaugusta.org/wp-content/themes/modular_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-wrap img {
  display: block;
}
img {
  max-width: 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;
}
.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.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.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;
}
.left-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em .5em .5em 0;
  border-color: transparent #fff transparent transparent;
}
.right-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em 0 .5em .5em;
  border-color: transparent transparent transparent #fff ;
}
.btn-wrap {
  margin-top: 1em;
}
.btn {
  font-family: 'pt-sans', sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: .075em;
  line-height: 2;
  text-align: center;
  padding: .15em 1em 0;
  background: #bc2031;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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;
  border-color: #bc2031;
  border-top: 1px solid #dc3345;
  border-bottom: 1px solid #901926;
  -webkit-box-shadow: 0 0.0375em 0.0375em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.0375em 0.0375em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.0375em 0.0375em rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
}
.btn:hover {
  color: #fff;
  background: #a61c2b;
  text-decoration: none;
  border-color: #a61c2b;
  border-top: 1px solid #d22437;
  border-bottom: 1px solid #7b1520;
}
.btn.btn-small {
  font-size: 0.875em;
}
.home-box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  padding: 1em 1em;
}
section {
  padding: 1em 1em;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.home-content {
  line-height: 1.6;
  width: 100%;
  clear: left;
}
section.home-content > .inner {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  padding: 1em 1em;
  padding-top: 0;
  font-size: 1em;
}
section.home-content > .inner h1 {
  font-size: 1.375em;
}
section.home-content > .inner .section-head {
  background: #bc2031;
  line-height: 2em;
  margin-top: -1px;
  padding-top: .25em;
  padding-left: 1em;
  margin-left: -1em;
  -webkit-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #a61c2b;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #fff;
}
section.home-content > .inner .section-head a {
  color: #fff;
  text-decoration: underline;
}
.secondary-col-wrap {
  zoom: 1;
}
.secondary-col-wrap:before,
.secondary-col-wrap:after {
  content: "";
  display: table;
}
.secondary-col-wrap:after {
  clear: both;
}
@media screen and (min-width: 720px) {
  .secondary-col-wrap {
    margin: 0 -1em;
    padding: 0 1em;
  }
  .secondary-col-wrap > .secondary-col {
    width: 50%;
    float: left;
    zoom: 1;
  }
  .secondary-col-wrap > .secondary-col:before,
  .secondary-col-wrap > .secondary-col:after {
    content: "";
    display: table;
  }
  .secondary-col-wrap > .secondary-col:after {
    clear: both;
  }
  .secondary-col-wrap > .secondary-col > .inner {
    margin: 0 1em;
  }
  .secondary-col-wrap > .secondary-col.col-main {
    width: 60%;
  }
  .secondary-col-wrap > .secondary-col.col-second {
    width: 40%;
  }
  .secondary-col-wrap .home-content {
    padding: 1em 0;
  }
}
@media screen and (min-width: 940px) {
  .secondary-col-wrap {
    margin: 0;
    padding: 0;
  }
  .secondary-col-wrap > .secondary-col,
  .secondary-col-wrap > .secondary-col.col-main,
  .secondary-col-wrap > .secondary-col.col-second {
    width: 100%;
  }
  .secondary-col-wrap > .secondary-col > .inner,
  .secondary-col-wrap > .secondary-col.col-main > .inner,
  .secondary-col-wrap > .secondary-col.col-second > .inner {
    margin: 0;
  }
  .secondary-col-wrap .home-content {
    padding: 0;
  }
}
.main-col-wrap {
  clear: both;
}
@media screen and (min-width: 940px) {
  .main-col-wrap > .inner {
    zoom: 1;
  }
  .main-col-wrap > .inner:before,
  .main-col-wrap > .inner:after {
    content: "";
    display: table;
  }
  .main-col-wrap > .inner:after {
    clear: both;
  }
  .main-col-wrap > .inner > .main-col {
    width: 50%;
    float: left;
    zoom: 1;
  }
  .main-col-wrap > .inner > .main-col:before,
  .main-col-wrap > .inner > .main-col:after {
    content: "";
    display: table;
  }
  .main-col-wrap > .inner > .main-col:after {
    clear: both;
  }
  .main-col-wrap > .inner > .main-col.col-main {
    width: 66.65%;
    margin-top: 1em;
  }
  .main-col-wrap > .inner > .main-col.col-second {
    width: 33.35%;
  }
  .main-col-wrap > .inner > .main-col:nth-child(1) {
    padding-right: 0.5em;
  }
  .main-col-wrap > .inner > .main-col:nth-child(2) {
    padding-left: 0.5em;
  }
  .main-col-wrap > .inner .home-content {
    padding: 1em 0;
  }
  .main-col-wrap.col-switch > .inner > .main-col {
    float: right;
  }
  .main-col-wrap.col-switch > .inner > .main-col:nth-child(1) {
    padding-left: 0.5em;
    padding-right: 0;
  }
  .main-col-wrap.col-switch > .inner > .main-col:nth-child(2) {
    padding-right: 0.5em;
    padding-left: 0;
  }
}
.feed-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feed-list li {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  zoom: 1;
  clear: both;
}
.feed-list li:before,
.feed-list li:after {
  content: "";
  display: table;
}
.feed-list li:after {
  clear: both;
}
.feed-list li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
/*.col-wrap{max-width: @max-width; margin: 0 auto; .clearfix;
	@media @break-md {
		.col{width: 33.3333%; float: left;}
	}
}*/
.page-wrap {
  position: relative;
  overflow: hidden;
  /*padding-top: 3.75em;
	@media @break-lg{}*/
}
.site-header {
  background: #fff;
  zoom: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.site-header:before,
.site-header:after {
  content: "";
  display: table;
}
.site-header:after {
  clear: both;
}
@media screen and (min-width: 940px) {
  .unfix .site-header {
    position: relative;
    top: auto;
  }
}
.sup-header {
  zoom: 1;
  font-family: 'adelle', serif;
  font-size: 0.875em;
  padding: 0.125em 1em;
  background-color: #555555;
}
.sup-header:before,
.sup-header:after {
  content: "";
  display: table;
}
.sup-header:after {
  clear: both;
}
.sup-header .head-actions {
  float: right;
}
.sup-header .head-cta {
  float: right;
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: 2em;
}
.sup-header .head-cta li {
  display: inline-block;
  margin-right: 1em;
}
.sup-header .head-cta a {
  color: #fff;
  text-decoration: underline;
  text-decoration: none;
  font-style: italic;
}
.sup-header .site-search,
.sup-header .social-list {
  display: none;
  background-color: #555555;
}
@media screen and (min-width: 940px) {
  .sup-header {
    padding: .25em 0;
    font-size: 1em;
  }
  .sup-header .inner {
    zoom: 1;
  }
  .sup-header .inner:before,
  .sup-header .inner:after {
    content: "";
    display: table;
  }
  .sup-header .inner:after {
    clear: both;
  }
  .sup-header .inner > .btn-menu,
  .sup-header .inner > .btn-search {
    display: none;
  }
  .sup-header .head-cta {
    margin-left: 2em;
  }
  .sup-header .site-search,
  .sup-header .social-list {
    display: block;
  }
}
.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;
}
.site-search {
  float: right;
  margin-top: .25em;
  width: 100%;
  padding: 1em 0;
  position: relative;
}
.site-search .search-form {
  height: 2em;
  clear: right;
  overflow: hidden;
  font-size: 1em;
  border-radius: .125em 0 0 .125em;
}
.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: 99%;
  line-height: 2em;
  height: 2em;
  padding: 0 6.5em 0 .5rem;
  color: #888;
  font-family: 'adelle', serif;
  font-style: italic;
  margin-right: -6em;
}
.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: 1;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  height: 100%;
  background-color: #bc2031;
  width: 6em;
  font-family: 'pt-sans', sans-serif;
  font-weight: 400;
  letter-spacing: .075em;
  border-radius: 0 .125em .125em 0;
}
.site-search .search-form .search-submit:hover {
  background-color: #a61c2b;
}
@media screen and (min-width: 720px) {
  .site-search .search-form .search-field {
    margin-right: -8em;
  }
  .site-search .search-form .search-submit {
    width: 8em;
  }
}
@media screen and (min-width: 940px) {
  .site-search {
    padding: 0;
    width: auto;
  }
  .site-search .search-form {
    width: 20em;
    height: 1.71428571em;
    font-size: 0.875em;
  }
  .site-search .search-form .search-submit {
    width: 6em;
  }
  .site-search .search-form .search-field {
    line-height: 2em;
    height: 1.71428571em;
    width: 14em;
    margin-right: 0;
    padding-right: .5em;
  }
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation ul ul {
  display: none;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  font-family: 'pt-sans', sans-serif;
  color: #555555;
  font-size: 1.25em;
  line-height: 1.2;
}
.main-header {
  padding: 0 0 .5em;
  border-bottom: 1px solid #ddd;
  zoom: 1;
  position: relative;
}
.main-header:before,
.main-header:after {
  content: "";
  display: table;
}
.main-header:after {
  clear: both;
}
.main-header > .inner {
  position: relative;
  text-align: center;
}
.main-header #logo {
  margin: 1em 0 0 0;
  display: inline-block;
  font-size: 1em;
}
.main-header #logo a {
  display: block;
}
.main-header #logo svg,
.main-header #logo img {
  width: auto;
  height: 3em;
  display: block;
}
.main-header #navigation {
  display: none;
}
@media screen and (min-width: 940px) {
  .main-header > .inner {
    text-align: left;
  }
  .main-header #logo {
    float: left;
    font-size: 1.125em;
  }
  .main-header #navigation {
    display: block;
  }
  .main-header .social-list {
    display: none;
  }
}
.content-wrap {
  padding-top: 4em;
  padding-bottom: 2em;
}
.main-header,
.sup-header,
.main-footer,
.sub-footer,
.main-col-wrap,
.vms-evt-page .page-intro,
.vms-evt-page .page-main,
.content-wrap {
  zoom: 1;
  padding-left: 1em;
  padding-right: 1em;
}
.main-header:before,
.sup-header:before,
.main-footer:before,
.sub-footer:before,
.main-col-wrap:before,
.vms-evt-page .page-intro:before,
.vms-evt-page .page-main:before,
.content-wrap:before,
.main-header:after,
.sup-header:after,
.main-footer:after,
.sub-footer:after,
.main-col-wrap:after,
.vms-evt-page .page-intro:after,
.vms-evt-page .page-main:after,
.content-wrap:after {
  content: "";
  display: table;
}
.main-header:after,
.sup-header:after,
.main-footer:after,
.sub-footer:after,
.main-col-wrap:after,
.vms-evt-page .page-intro:after,
.vms-evt-page .page-main:after,
.content-wrap:after {
  clear: both;
}
@media screen and (min-width: 720px) {
  .main-header,
  .sup-header,
  .main-footer,
  .sub-footer,
  .main-col-wrap,
  .vms-evt-page .page-intro,
  .vms-evt-page .page-main,
  .content-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
  .main-header > .inner,
  .sup-header > .inner,
  .main-footer > .inner,
  .sub-footer > .inner,
  .main-col-wrap > .inner,
  .vms-evt-page .page-intro > .inner,
  .vms-evt-page .page-main > .inner,
  .content-wrap > .inner,
  .main-header > .container,
  .sup-header > .container,
  .main-footer > .container,
  .sub-footer > .container,
  .main-col-wrap > .container,
  .vms-evt-page .page-intro > .container,
  .vms-evt-page .page-main > .container,
  .content-wrap > .container,
  .main-header.container,
  .sup-header.container,
  .main-footer.container,
  .sub-footer.container,
  .main-col-wrap.container,
  .vms-evt-page .page-intro.container,
  .vms-evt-page .page-main.container,
  .content-wrap.container,
  .vms-evt-page .container {
    max-width: 1280px;
    margin: 0 auto;
    zoom: 1;
    /*width: 1080px;*/
  }
  .main-header > .inner:before,
  .sup-header > .inner:before,
  .main-footer > .inner:before,
  .sub-footer > .inner:before,
  .main-col-wrap > .inner:before,
  .vms-evt-page .page-intro > .inner:before,
  .vms-evt-page .page-main > .inner:before,
  .content-wrap > .inner:before,
  .main-header > .container:before,
  .sup-header > .container:before,
  .main-footer > .container:before,
  .sub-footer > .container:before,
  .main-col-wrap > .container:before,
  .vms-evt-page .page-intro > .container:before,
  .vms-evt-page .page-main > .container:before,
  .content-wrap > .container:before,
  .main-header.container:before,
  .sup-header.container:before,
  .main-footer.container:before,
  .sub-footer.container:before,
  .main-col-wrap.container:before,
  .vms-evt-page .page-intro.container:before,
  .vms-evt-page .page-main.container:before,
  .content-wrap.container:before,
  .main-header > .inner:after,
  .sup-header > .inner:after,
  .main-footer > .inner:after,
  .sub-footer > .inner:after,
  .main-col-wrap > .inner:after,
  .vms-evt-page .page-intro > .inner:after,
  .vms-evt-page .page-main > .inner:after,
  .content-wrap > .inner:after,
  .main-header > .container:after,
  .sup-header > .container:after,
  .main-footer > .container:after,
  .sub-footer > .container:after,
  .main-col-wrap > .container:after,
  .vms-evt-page .page-intro > .container:after,
  .vms-evt-page .page-main > .container:after,
  .content-wrap > .container:after,
  .main-header.container:after,
  .sup-header.container:after,
  .main-footer.container:after,
  .sub-footer.container:after,
  .main-col-wrap.container:after,
  .vms-evt-page .page-intro.container:after,
  .vms-evt-page .page-main.container:after,
  .content-wrap.container:after {
    content: "";
    display: table;
  }
  .main-header > .inner:after,
  .sup-header > .inner:after,
  .main-footer > .inner:after,
  .sub-footer > .inner:after,
  .main-col-wrap > .inner:after,
  .vms-evt-page .page-intro > .inner:after,
  .vms-evt-page .page-main > .inner:after,
  .content-wrap > .inner:after,
  .main-header > .container:after,
  .sup-header > .container:after,
  .main-footer > .container:after,
  .sub-footer > .container:after,
  .main-col-wrap > .container:after,
  .vms-evt-page .page-intro > .container:after,
  .vms-evt-page .page-main > .container:after,
  .content-wrap > .container:after,
  .main-header.container:after,
  .sup-header.container:after,
  .main-footer.container:after,
  .sub-footer.container:after,
  .main-col-wrap.container:after,
  .vms-evt-page .page-intro.container:after,
  .vms-evt-page .page-main.container:after,
  .content-wrap.container:after {
    clear: both;
  }
}
.fixed-width .main-header > .inner,
.fixed-width .sup-header > .inner,
.fixed-width .main-footer > .inner,
.fixed-width .sub-footer > .inner,
.fixed-width .main-col-wrap > .inner,
.fixed-width .vms-evt-page .page-intro > .inner,
.fixed-width .vms-evt-page .page-main > .inner,
.fixed-width .content-wrap > .inner {
  width: 1080px;
}
.btn-menu,
.btn-search {
  height: 2em;
  width: 2em;
  display: block;
  float: right;
}
.btn-menu svg,
.btn-search svg {
  fill: #fff;
}
.social-list {
  margin: .25em 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: left;
}
.social-list li {
  display: block;
  float: left;
  margin-right: .25em;
  line-height: 1;
}
.social-list a {
  height: 1em;
  width: 1em;
  font-size: 1.5em;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  -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;
  /*&.soc-facebook{
			&:hover{color: #3b5998;}
		}
		&.soc-twitter{
			&:hover{color: #00aced;}
		}
		&.soc-linkedin{
			&:hover{color: #007bb6;}
		}
		&.soc-pinterest{
			&:hover{color: #c92228;}
		}
		&.soc-instagram{
			&:hover{color: #663300;}
		}
		&.soc-youtube{
			&:hover{color: #bb0000;}
		}
		&.soc-flickr{
			&:hover{color: #ff0084;}
		}
		&.soc-vimeo{
			&:hover{color: #aad450;}
		}
		&.soc-google-plus{
			&:hover{color: #dd4b39;}
		}*/
}
.social-list a span {
  visibility: hidden;
}
.social-list a:hover {
  color: #ffffff;
}
.primary_natural {
  color: #555;
  background: #fff;
}
.primary_hover {
  color: #3b3b3b;
  background: #e1e1e1;
}
.primary_on {
  color: #fff;
  background: #3b3b3b;
}
.primary_current {
  color: #fff;
  background: #3b3b3b;
}
#navigation {
  zoom: 1;
}
#navigation:before,
#navigation:after {
  content: "";
  display: table;
}
#navigation:after {
  clear: both;
}
#mobile-nav {
  display: block;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 20em;
  overflow-x: none;
  overflow-y: auto;
  background: #222222;
  padding: 0 2em 2em;
}
#mobile-nav.left {
  left: -20em;
  right: auto;
}
#mobile-nav .btn-close {
  margin: 1em 0 2em;
  height: 2em;
  width: 2em;
  display: block;
  float: right;
}
#mobile-nav .btn-close svg {
  fill: #eee;
}
#mobile-nav .main-navigation {
  margin-bottom: 2em;
}
#mobile-nav .main-navigation ul {
  clear: right;
}
#mobile-nav .main-navigation li {
  line-height: 1.8em;
  font-size: 1.375em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#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 {
  font-size: 0.8em;
  padding-left: 1em;
}
#mobile-nav .main-navigation .sub-menu li:last-child {
  border-bottom: none;
}
#mobile-nav .main-navigation .sub-menu ul li a {
  font-size: 0.7em;
  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) {
  .main-header .main-navigation {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .main-header .main-navigation .btn-close {
    display: none;
  }
  .main-header .main-navigation > .inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .main-header .main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-header .main-navigation li {
    float: left;
    padding: 0;
    margin: 0 .125em;
    position: relative;
  }
  .main-header .main-navigation li a {
    display: block;
    color: #555555;
    line-height: 1em;
    font-size: 1.25em;
    text-decoration: none;
    font-weight: 400;
    padding: .5em .65em .25em;
    text-transform: uppercase;
    font-family: 'pt-sans', sans-serif;
  }
  .main-header .main-navigation li.current-menu-item a,
  .main-header .main-navigation li.current-menu-ancestor a {
    background-color: #e1e1e1;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
  }
  .main-header .main-navigation li ul {
    display: none;
  }
  .main-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
					}
				}*/
  }
  .main-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-left: 0em;
  }
  .main-header .main-navigation li:hover li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
    float: none;
    width: 100%;
  }
  .main-header .main-navigation li:hover li a {
    font-size: 0.875em;
    margin: 0;
    padding: .75em .9em;
    color: #555;
    background: #fff;
    line-height: 1.2em;
    width: auto;
    font-weight: 400;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .main-header .main-navigation li:hover li:hover a {
    color: #3b3b3b;
    background: #e1e1e1;
  }
  .main-header .main-navigation li:hover li.current-menu-item a {
    color: #fff;
    background: #3b3b3b;
  }
  .main-header .main-navigation li:hover li.current-menu-item a:hover {
    color: #fff;
    background: #3b3b3b;
  }
  .main-header .main-navigation li:hover li.current-menu-ancestor a,
  .main-header .main-navigation li:hover li.current-menu-ancestor a:hover {
    color: #fff;
    background: #3b3b3b;
  }
  .main-header .main-navigation li:hover li ul {
    display: none;
  }
  .main-header .main-navigation li:last-child:hover ul {
    right: 0;
  }
}
.featured-section {
  padding: 0;
  overflow: hidden;
}
.featured-section .owl-item {
  z-index: 10;
  /* flickering img bug fix */
}
.featured-section > .item {
  position: relative;
}
.featured-section h1 {
  margin: 0 0 .25em;
  font-size: 1.375em;
}
.featured-section img {
  display: block;
  height: auto;
}
.featured-section a.img-wrap {
  display: block;
  background: #555555;
}
.featured-section a.img-wrap img {
  -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;
}
.featured-section a.img-wrap:hover 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.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.featured-section a.img-wrap:hover ~ .txt-wrap {
  background-color: #901926;
}
.featured-section .txt-wrap {
  padding: 1em 1em 1.5em;
  background-color: #666666;
  position: relative;
  -webkit-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.featured-section .txt-wrap * {
  color: inherit;
}
.featured-section .txt-wrap:after {
  content: '';
  display: block;
  background: #bc2031;
  width: 100%;
  height: .5em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.featured-section .txt-wrap.with-url:hover {
  background-color: #901926;
}
.featured-section .owl-nav > div {
  position: absolute;
  top: 30%;
  margin-top: -1em;
  background-color: rgba(102, 102, 102, 0.8);
  padding: .75em .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;
}
.featured-section .owl-nav > div:after {
  font-size: 1.5em;
  content: '';
  display: block;
}
.featured-section .owl-nav > div.owl-prev {
  left: 0;
  padding-right: 1em;
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-bottomright: 0.25em;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.featured-section .owl-nav > div.owl-prev:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em .5em .5em 0;
  border-color: transparent #fff transparent transparent;
}
.featured-section .owl-nav > div.owl-next {
  right: 0;
  padding-left: 1em;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.featured-section .owl-nav > div.owl-next:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em 0 .5em .5em;
  border-color: transparent transparent transparent #fff ;
}
.featured-section .owl-nav > div:hover {
  background-color: #bc2031;
  -webkit-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 640px) {
  .featured-section .txt-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(77, 77, 77, 0.8);
  }
  .featured-section .owl-nav > div {
    top: 50%;
  }
}
@media screen and (min-width: 940px) {
  .featured-section .item {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .featured-section .owl-nav > div {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
  }
  .featured-section .owl-nav > div:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
.main-section h1 {
  margin: .5em 0 .25em;
}
.main-section .read-more {
  display: none;
}
.main-section .post-edit-link {
  font-size: 0.75em;
  position: absolute;
  right: .35em;
  top: 0;
  background: #bc2031;
  color: #fff;
  padding: .5em .5em .5em 1em;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 10;
  display: none;
}
.main-section .post-edit-link:hover {
  color: #fff;
  background: #901926;
}
.main-section .col-wrap {
  margin: 0 -0.25em;
}
.main-section .column {
  margin-bottom: 1em;
}
.main-section .column h1 {
  display: inline-block;
  -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;
  font-size: 1.375em;
}
.main-section .column h1 > a {
  display: block;
  text-decoration: none;
}
.main-section .column > .inner {
  margin: 0 0.25em 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  color: inherit;
  -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 .column .img-wrap {
  background: #555555;
  display: block;
}
.main-section .column .img-wrap img {
  -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;
  width: 100%;
}
.main-section .column .img-wrap:hover 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.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.main-section .column .img-wrap:hover ~ .txt-wrap h1 > a {
  color: #901926;
}
.main-section .column .txt-wrap {
  padding: 1em;
  background: #fff;
}
.main-section .column .txt-wrap > .inner > * {
  -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 .column:last-child > .inner {
  margin-bottom: 0;
}
.main-section .column.no-img .txt-wrap {
  background: #eeeeee;
}
.main-section .btn-wrap {
  text-align: center;
}
@media screen and (min-width: 500px) {
  .main-section .column {
    width: 50%;
  }
  .main-section .column > .inner {
    margin-bottom: .5em;
  }
}
/*.latest-posts, .events{
	.meta{color: #888; display: block; font-size:.875em; font-family: @body-font;  font-style: italic; text-transform: none; font-weight: 400; letter-spacing: none; margin-top: .5em;}
	p{margin: 0;}
}*/
.events .evt-date {
  background-color: #bc2031;
  display: inline-block;
  text-transform: uppercase;
  margin-left: -1.25em;
  padding: .75em .75em .65em 1.25em;
  font-family: 'pt-sans', sans-serif;
  font-weight: 700;
  text-align: center;
  width: 4.25em;
  line-height: 1.1;
  color: #666666;
  color: #fff;
}
.events .evt-date span {
  display: block;
  font-size: 1.5em;
  line-height: 1.1;
}
.events .evt-info {
  margin-left: -3em;
  line-height: 1.4;
  width: 100%;
  float: right;
}
.events .evt-info > .inner {
  margin-left: 3em;
  padding-left: .75em;
}
.events .evt-info h3 {
  margin-bottom: .25em;
  font-size: 1.25em;
}
.events .evt-info p {
  margin: 0;
}
.promo-section.home-content > .inner {
  background: #bc2031;
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
}
.promo-section h1,
.promo-section h2,
.promo-section h3 {
  margin-top: 1.5em;
  font-size: 1.25em;
  color: #fff;
}
.promo-section a {
  color: #fff;
  text-decoration: underline;
}
.promo-section .btn-wrap {
  margin: 1em -0.25em 0;
  text-align: center;
}
.promo-section .btn {
  margin: 0 .25em .25em;
  width: 100%;
  max-width: 15em;
  background-color: #a61c2b;
}
.promo-section .btn:hover {
  background-color: #901926;
}
.site-footer {
  position: relative;
  z-index: 10;
}
.site-footer .main-footer {
  width: 100%;
  overflow: hidden;
  background: #555555;
  padding: 2em 1em 1em;
  color: #fff;
}
.site-footer .main-footer h1,
.site-footer .main-footer h2,
.site-footer .main-footer h3 {
  color: #fff;
}
.site-footer .main-footer a {
  color: #fff;
  text-decoration: underline;
}
.site-footer .sub-footer {
  background-color: #3b3b3b;
  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: 720px) {
  .site-footer .sub-footer .legal {
    float: right;
    text-align: right;
  }
  .site-footer .sub-footer #dclogo {
    margin-top: 0;
    float: left;
  }
  .site-footer .sub-footer svg {
    float: left;
    margin-bottom: 0;
  }
}
.page-wrap {
  min-height: 100%;
}
.site-footer {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-area {
  width: 100%;
}
.content-area .site-main {
  margin-bottom: 2em;
}
@media screen and (min-width: 720px) {
  .content-area .site-main {
    font-size: 1.125em;
    line-height: 1.6667;
  }
}
@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: 1280px) {
  .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;
    font-size: 1em;
  }
  .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 {
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  padding: 1em 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#sidebar .promo h3,
#sidebar2 .promo h3 {
  margin-top: .25em;
}
#sidebar .promo blockquote,
#sidebar2 .promo blockquote {
  margin: 0;
}
#sidebar .promo.local > .inner,
#sidebar2 .promo.local > .inner {
  background-color: #bc2031;
  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;
  text-decoration: underline;
}
#sidebar .promo:last-child,
#sidebar2 .promo:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 720px) {
  #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;
    clear: left;
  }
  #sidebar > .inner,
  #sidebar2 > .inner {
    margin: 0;
  }
  #sidebar aside,
  #sidebar2 aside {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  #sidebar,
  #sidebar2 {
    width: 10em;
    min-height: 1em;
  }
  #sidebar .promo > .inner,
  #sidebar2 .promo > .inner {
    font-size: 0.88888889em;
  }
}
@media screen and (min-width: 1280px) {
  #sidebar2 {
    clear: none;
    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: 'adelle', 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;
}
.entry-footer,
.archive-footer {
  font-size: 0.875em;
}
.archive .page-header,
.search .page-header {
  margin-bottom: 2em;
}
.archive article,
.search article {
  margin-bottom: 1.33333333em;
  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: #040404;
}
.secondary_on {
  color: #444444;
}
.secondary_current {
  color: #444444;
}
aside.widget {
  display: none;
  font-family: 'pt-sans', 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: #040404;
  }
  aside.widget li.current-menu-item > a {
    color: #444444;
  }
}
.evt > .inner {
  overflow: visible;
}
.evt .evt-date {
  background-color: #bc2031;
  display: inline-block;
  text-transform: uppercase;
  margin-left: -.25rem;
  padding: .75em .75em .65em .75em;
  font-family: 'pt-sans', sans-serif;
  font-weight: 700;
  text-align: center;
  width: 4.25em;
  height: 4rem;
  line-height: 1.1;
  color: #666666;
  color: #fff;
  margin-top: 1rem;
}
.evt .evt-date .day {
  display: block;
  font-size: 1.5em;
  line-height: 1.1;
}
.evt .evt-date .year {
  display: none;
}
.evt .evt-end-date .date-seperator {
  font-family: 'adelle', serif;
}
.evt .evt-tags > span {
  font-family: 'pt-sans', sans-serif;
}
.evt .evt-info > .inner {
  padding-left: .75em;
}
.evt .evt-txt h3,
.evt .evt-txt .evt-meta {
  font-family: 'pt-sans', sans-serif;
  margin-bottom: .25rem;
}
.evt .evt-txt h3 {
  font-size: 1.25rem;
}
.evt.multi-date .evt-date {
  height: 5em;
  padding: .5em .125em;
}
.evt.multi-date .evt-date .day {
  font-size: .875rem;
  display: inline-block;
}
.evt.multi-date .evt-date .month {
  margin-right: .25em;
  font-size: .875rem;
  display: inline-block;
}
.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: 'pt-sans', sans-serif;
}
.evt-filters .evt-filter label {
  font-family: 'pt-sans', sans-serif;
}
.evt-filters .evt-filter .btn {
  line-height: 1;
}
.vms-evt-page .page-intro .page-header {
  font-size: 1.55555556em;
  margin-bottom: 0;
}
.vms-evt-page .page-intro .date-info {
  display: none;
}
.vms-evt-page .month-header {
  font-size: 1.5rem;
}
@media screen and (min-width: 720px) {
  .vms-evt-page .page-intro .page-header {
    font-size: 2em;
  }
  .vms-evt-page .evt evt-txt h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 940px) {
  .vms-evt-page .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.evt-detail-header .evt {
  display: none;
}
.evt-detail-header .evt .evt-date {
  width: 5rem;
}
.evt-detail-header .evt .evt-info {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .evt-detail-header .evt {
    display: block;
  }
}
.home-content.events .evt {
  border-bottom: 1px solid #ddd;
}
.home-content.events .evt:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.home-content.events .evt > .inner {
  padding: 0;
}
.home-content.events .evt .evt-date {
  margin-left: -1.25em;
  margin-top: 0;
}
.home-content.events .evt .evt-date .month {
  font-size: 1rem;
}
.home-content.events .evt .evt-txt {
  padding-left: 0;
  padding-top: 0;
}
.home-content.events .evt.multi-date .evt-date .month {
  font-size: .875rem;
}
.post-type-archive-vms_event .evt > .inner {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
}
.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: #bc2031;
  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 #bc2031;
  left: 100%;
}
.history-list h3 > span:after {
  border-width: .875em .875em .875em 0;
  border-color: transparent #bc2031 transparent transparent;
  right: 100%;
}
.history-list figure {
  margin-top: 1rem;
}
.history-list figure img {
  box-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.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: 720px) {
  .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: 'pt-sans', sans-serif;
  font-weight: 700;
  color: #666666;
  line-height: 1.1;
}
.feat-post-img.lt-txt figcaption {
  color: #fff;
}
@media screen and (min-width: 720px) {
  .feat-post-img {
    height: 33.3333vh;
    max-height: 20rem;
  }
  .feat-post-img figcaption {
    font-size: 2rem;
    max-width: 66.66667%;
    margin-top: -3rem;
  }
}
