/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.site-width {
  width: 61.11111111em;
  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: 'proxima-nova', sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  background: #ffffff;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.125em;
  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;
  font-weight: 400;
}
/* ==========================================================================
   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: 'proxima-nova-condensed', 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.55555556em;
}
h2 {
  font-size: 1.33333333em;
}
h3 {
  font-size: 1.22222222em;
}
h4,
h5,
h6 {
  font-size: 1.11111111em;
}
@media screen and (min-width: 720px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.11111111em;
  }
  h3 {
    font-size: 1.33333333em;
  }
  h4,
  h5,
  h6 {
    font-size: 1.11111111em;
  }
}
.section-head {
  font-size: 1.55555556em;
}
/**
 * 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. */
}
@font-face {
  font-family: 'soc-circle-sm';
  src: url('https://www.jllawton.org/wp-content/themes/big_image_basic_1/css/../fonts/soc-circle-sm.eot?qqk0hu');
  src: url('https://www.jllawton.org/wp-content/themes/big_image_basic_1/css/../fonts/soc-circle-sm.eot?#iefixqqk0hu') format('embedded-opentype'), url('https://www.jllawton.org/wp-content/themes/big_image_basic_1/css/../fonts/soc-circle-sm.woff?qqk0hu') format('woff'), url('https://www.jllawton.org/wp-content/themes/big_image_basic_1/css/../fonts/soc-circle-sm.ttf?qqk0hu') format('truetype'), url('https://www.jllawton.org/wp-content/themes/big_image_basic_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;
  }
}
.txt-wrap p {
  margin-top: 0;
}
.txt-wrap p:last-child {
  margin-bottom: 0;
}
.img-wrap {
  -webkit-border-radius: 0.175em;
  -moz-border-radius: 0.175em;
  border-radius: 0.175em;
  -webkit-box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.4);
  box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.4);
}
.img-wrap img {
  display: block;
  -webkit-border-radius: 0.175em;
  -moz-border-radius: 0.175em;
  border-radius: 0.175em;
  width: 100%;
  height: auto;
}
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; .opacity(.25)}
.saturate{-webkit-filter: none; filter: none; .opacity(1);}

.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: @display-font; text-transform: uppercase; .font-size(20,18); font-weight: 400; letter-spacing: .075em; line-height: 2; text-align: center; padding: .15em 1em 0; background: @btn-color; display: inline-block; color: #fff; .rounded(); .transition(); border-top: 1px solid lighten(@btn-color,10%); border-bottom: 1px solid darken(@btn-color,10%); .drop-shadow(0, .0375em, .0375em, .1); text-decoration: none !important;
	&:hover{color: #fff; background: @btn-hover-color; text-decoration: none; border-top: 1px solid lighten(@btn-hover-color,10%); border-bottom: 1px solid darken(@btn-hover-color,10%);}
	&.btn-small{.font-size(16,18);}
}
*/
section {
  padding: 1em 2em;
  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;
  zoom: 1;
}
section.home-content:before,
section.home-content:after {
  content: "";
  display: table;
}
section.home-content:after {
  clear: both;
}
section.home-content > .inner {
  padding-top: 0;
  font-size: 1em;
}
section.home-content > .inner h1 {
  font-size: 1.33333333em;
}
@media screen and (min-width: 940px) {
  section.home-content {
    padding-left: 0;
    padding-right: 0;
  }
  section.home-content > .inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
  }
}
.col-wrap {
  margin: 0 -1em;
  zoom: 1;
}
.col-wrap:before,
.col-wrap:after {
  content: "";
  display: table;
}
.col-wrap:after {
  clear: both;
}
.col-wrap > .column > .inner {
  margin: 0 1em;
}
.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: 'proxima-nova', sans-serif;
  font-size: 0.88888889em;
  padding: 0.125em 1em;
  background-color: #bc2031;
}
.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: #bc2031;
}
@media screen and (min-width: 720px) {
  .sup-header {
    padding: 0.125em 2em;
  }
}
@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 .head-cta li:last-child {
    margin-right: 0;
  }
  .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: 0.88888889em;
  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: 'proxima-nova', sans-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: 'proxima-nova-condensed', sans-serif;
  font-weight: 400;
  letter-spacing: .075em;
  background-color: #a61c2b;
  border-radius: 0 .125em .125em 0;
}
.site-search .search-form .search-submit:hover {
  background-color: #a61c2b;
  background-color: #901926;
}
@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: 'proxima-nova-condensed', sans-serif;
  color: #bc2031;
  font-size: 1.22222222em;
  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;
  }
}
.btn-menu,
.btn-search {
  height: 2em;
  width: 2em;
  display: block;
  float: right;
  position: relative;
}
.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.44444444em;
  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: #901926;
  background: #fef7f8;
}
.primary_on {
  color: #fff;
  background: #901926;
}
.primary_current {
  color: #fff;
  background: #901926;
}
#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;
  bottom: 0;
  background: #65111a;
  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.33333333em;
  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.75em;
  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.66666667em;
  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: #bc2031;
    line-height: 1em;
    font-size: 1.22222222em;
    text-decoration: none;
    font-weight: 400;
    padding: .35em .5em .25em;
    text-transform: uppercase;
    font-family: 'proxima-nova-condensed', sans-serif;
  }
  .main-header .main-navigation li.current-menu-item a,
  .main-header .main-navigation li.current-menu-ancestor a {
    background-color: #fef7f8;
    -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.88888889em;
    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: #901926;
    background: #fef7f8;
  }
  .main-header .main-navigation li:hover li.current-menu-item a {
    color: #fff;
    background: #901926;
  }
  .main-header .main-navigation li:hover li.current-menu-item a:hover {
    color: #fff;
    background: #901926;
  }
  .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: #901926;
  }
  .main-header .main-navigation li:hover li ul {
    display: none;
  }
  .main-header .main-navigation li:last-child:hover ul {
    right: 0;
  }
}
#branding {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 2em;
  padding-top: 25%;
  padding-bottom: 5%;
}
#branding > .inner .tagline {
  margin: 0;
  background-color: rgba(188, 32, 49, 0.75);
  position: relative;
  display: inline-block;
  -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;
  font-size: 1em;
  color: #fff;
}
#branding > .inner .tagline span {
  font-size: 1.66666667em;
  padding: .5em;
  display: block;
  line-height: 1.0;
}
#branding > .inner .tagline:after {
  content: '';
  display: block;
  background-color: rgba(188, 32, 49, 0.75);
  height: 100%;
  width: 100em;
  top: 0;
  left: 100%;
  position: absolute;
}
@media screen and (min-width: 720px) {
  #branding > .inner .tagline span {
    font-size: 2em;
  }
}
@media screen and (min-width: 940px) {
  #branding {
    padding-left: 0;
    padding-right: 0;
  }
  #branding > .inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto 2em;
  }
  #branding > .inner .tagline span {
    font-size: 2.33333333em;
  }
}
#com-imp {
  padding-top: 0;
}
#com-imp .main-story > .inner {
  border-bottom: 1px solid #ddd;
  zoom: 1;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#com-imp .main-story > .inner:before,
#com-imp .main-story > .inner:after {
  content: "";
  display: table;
}
#com-imp .main-story > .inner:after {
  clear: both;
}
#com-imp .main-story .txt-wrap h1 {
  font-size: 1.55555556em;
  margin: .5em 0 .25em;
}
#com-imp .featured-stories .item {
  clear: both;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
  zoom: 1;
}
#com-imp .featured-stories .item:before,
#com-imp .featured-stories .item:after {
  content: "";
  display: table;
}
#com-imp .featured-stories .item:after {
  clear: both;
}
#com-imp .featured-stories .img-wrap {
  width: 35%;
  float: right;
  margin: 0 0 .75em .75em;
}
#com-imp .featured-stories .txt-wrap {
  line-height: 1.3;
}
#com-imp .featured-stories .txt-wrap h1 {
  margin: .25em 0 .25em;
}
@media screen and (min-width: 500px) {
  #com-imp .featured-stories .img-wrap {
    float: left;
    width: 25%;
    margin: 0;
  }
  #com-imp .featured-stories .txt-wrap {
    margin-left: -25%;
    float: left;
    width: 100%;
  }
  #com-imp .featured-stories .txt-wrap > .inner {
    margin-left: 25%;
    padding-left: .75em;
  }
}
@media screen and (min-width: 720px) {
  #com-imp {
    padding-left: 2em;
    padding-right: 2em;
  }
  #com-imp .main-story .img-wrap {
    width: 50%;
    float: left;
  }
  #com-imp .main-story .txt-wrap {
    width: 50%;
    float: left;
    padding-left: 1em;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #com-imp .featured-stories .row {
    zoom: 1;
    clear: left;
    margin: 0 -1em;
  }
  #com-imp .featured-stories .row:before,
  #com-imp .featured-stories .row:after {
    content: "";
    display: table;
  }
  #com-imp .featured-stories .row:after {
    clear: both;
  }
  #com-imp .featured-stories .item {
    width: 50%;
    float: left;
    clear: none;
    border-bottom: none;
  }
  #com-imp .featured-stories .item > .inner {
    margin: 0 1em;
  }
}
@media screen and (min-width: 940px) {
  #com-imp {
    padding: 0;
  }
  #com-imp .main-story {
    width: 50%;
    float: left;
  }
  #com-imp .main-story > .inner {
    border-bottom: none;
  }
  #com-imp .main-story .img-wrap {
    width: auto;
    float: none;
  }
  #com-imp .main-story .txt-wrap {
    width: auto;
    float: none;
    padding-left: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75em .75em .75em;
    border: 1px solid #ddd;
  }
  #com-imp .featured-stories {
    width: 50%;
    float: left;
  }
  #com-imp .featured-stories .row {
    clear: none;
    margin: 0;
  }
  #com-imp .featured-stories .item {
    width: auto;
    float: none;
  }
  #com-imp .featured-stories .item > .inner {
    margin: 0;
  }
  #com-imp .col-switch .column {
    float: right;
  }
}
#home-cta {
  background-color: #bc2031;
  padding-top: 2em;
  padding-bottom: 2em;
}
#home-cta .events {
  margin-bottom: 2em;
  color: #fff;
}
#home-cta .events .meta {
  color: inherit;
}
#home-cta .events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home-cta .events li {
  clear: both;
  margin-bottom: 1em;
  zoom: 1;
}
#home-cta .events li:before,
#home-cta .events li:after {
  content: "";
  display: table;
}
#home-cta .events li:after {
  clear: both;
}
#home-cta .events li:last-child {
  margin-bottom: 0;
}
#home-cta .events .evt-date {
  background-color: #bc2031;
  background-color: #a61c2b;
  display: inline-block;
  text-transform: uppercase;
  padding: .75em .5em .65em .5em;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 700;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 3em;
  line-height: 1.1;
  color: #666666;
  color: #fff;
  -webkit-border-radius: 0.175em;
  -moz-border-radius: 0.175em;
  border-radius: 0.175em;
  -webkit-box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.3);
  box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.3);
}
#home-cta .events .evt-date > span {
  display: block;
  font-size: 1.44444444em;
  line-height: 1.1;
}
#home-cta .events .evt-info {
  margin-left: -3em;
  line-height: 1.2;
  width: 100%;
  float: right;
}
#home-cta .events .evt-info > .inner {
  margin-left: 3em;
  padding-left: .75em;
}
#home-cta .events .evt-info h3 {
  margin-bottom: .25em;
  font-size: 1.11111111em;
  color: #fff;
  text-transform: uppercase;
}
#home-cta .events .evt-info h3 a {
  color: #fff;
}
#home-cta .events .evt-info p {
  margin: 0;
}
#home-cta .promo-section > .inner {
  background: #bc2031;
  background-color: #a61c2b;
  font-size: 1em;
  color: #fff;
  -webkit-border-radius: 0.175em;
  -moz-border-radius: 0.175em;
  border-radius: 0.175em;
  -webkit-box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.3);
  box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.3);
}
#home-cta .promo-section .txt-wrap {
  padding: 1em;
}
#home-cta .promo-section h1,
#home-cta .promo-section h2,
#home-cta .promo-section h3 {
  margin-top: .5em;
  font-size: 1.55555556em;
  color: #fff;
}
#home-cta .promo-section a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 640px) {
  #home-cta .column {
    float: left;
    width: 50%;
  }
  #home-cta .events {
    margin-bottom: 0;
  }
  #home-cta .events li {
    margin-bottom: 2em;
  }
  #home-cta .events .evt-date {
    width: 4em;
  }
  #home-cta .events .evt-info {
    margin-left: -4em;
  }
  #home-cta .events .evt-info > .inner {
    margin-left: 4em;
  }
  #home-cta .col-switch .column {
    float: right;
  }
}
@media screen and (min-width: 940px) {
  #home-cta .events {
    width: 40%;
  }
  #home-cta .promo-section {
    width: 60%;
  }
}
.site-footer {
  position: relative;
  z-index: 10;
}
.main-footer {
  width: 100%;
  overflow: hidden;
  padding: 0 2em 1em;
  background-color: #ffffff;
}
.main-footer > .inner {
  border-top: 1px solid #ddd;
  padding-top: 2em;
}
.sub-footer {
  background-color: #333333;
  padding: 1em 2em;
  overflow: hidden;
  clear: both;
  color: #eee;
  position: relative;
}
.sub-footer a {
  color: #fff;
  border-bottom: none;
}
.sub-footer > .inner {
  margin: 0 auto;
}
.sub-footer .legal {
  line-height: 1.2;
  font-size: 0.75em;
  margin-bottom: 0;
}
.sub-footer #dclogo {
  display: block;
  margin-top: 1em;
  width: 10em;
  height: 1.11111111em;
}
.sub-footer svg {
  margin-bottom: .5em;
  height: 1.4375em;
  width: 10em;
}
.sub-footer svg path {
  fill: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 720px) {
  .sub-footer .legal {
    float: right;
    text-align: right;
    font-size: 0.66666667em;
  }
  .sub-footer #dclogo {
    margin-top: 0;
    float: left;
  }
}
.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-wrap {
  zoom: 1;
  padding: 4em 2em 2em;
}
.content-wrap:before,
.content-wrap:after {
  content: "";
  display: table;
}
.content-wrap:after {
  clear: both;
}
.content-area {
  width: 100%;
}
.content-area .site-main {
  margin-bottom: 2em;
}
@media screen and (min-width: 720px) {
  .content-area .site-main {
    font-size: 1.11111111em;
    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: 2em;
    /*.font-size(18,18);*/
  }
  .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.3;
  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.1);
  padding: .75em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
#sidebar .promo h3,
#sidebar2 .promo h3 {
  margin: 0 0 .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.5em;
  }
  #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;
  }
}
@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,
.page-header {
  margin: 0 0 .5em;
  font-weight: 600;
}
.entry-header .entry-title,
.archive-header .entry-title,
.page-header .entry-title,
.entry-header .archive-title,
.archive-header .archive-title,
.page-header .archive-title {
  margin-bottom: 0;
}
.entry-header .meta,
.archive-header .meta,
.page-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,
.page-header .meta p {
  margin: 0;
}
.archive-header .archive-title {
  font-size: 1.33333333em;
}
.archive-header .meta {
  font-size: 0.75em;
}
.entry-footer,
.archive-footer {
  font-size: 0.77777778em;
}
.archive .page-header,
.search .page-header {
  margin-bottom: 2em;
}
.archive article,
.search article {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.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: '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: #040404;
  }
  aside.widget li.current-menu-item > a {
    color: #444444;
  }
}
@media screen and (min-width: 940px) {
  .main-header,
  .sup-header,
  .main-footer,
  .sub-footer,
  .feat-post-img,
  .content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .main-header > .inner,
  .sup-header > .inner,
  .main-footer > .inner,
  .sub-footer > .inner,
  .feat-post-img > .inner,
  .content-wrap > .inner,
  .vms-evt-page .container {
    max-width: 1280px;
    margin: 0 auto;
    zoom: 1;
    width: 90%;
  }
  .main-header > .inner:before,
  .sup-header > .inner:before,
  .main-footer > .inner:before,
  .sub-footer > .inner:before,
  .feat-post-img > .inner:before,
  .content-wrap > .inner:before,
  .main-header > .inner:after,
  .sup-header > .inner:after,
  .main-footer > .inner:after,
  .sub-footer > .inner:after,
  .feat-post-img > .inner:after,
  .content-wrap > .inner:after {
    content: "";
    display: table;
  }
  .main-header > .inner:after,
  .sup-header > .inner:after,
  .main-footer > .inner:after,
  .sub-footer > .inner:after,
  .feat-post-img > .inner:after,
  .content-wrap > .inner:after {
    clear: both;
  }
}
.evt > .inner {
  border-radius: .25rem;
}
.evt .evt-date {
  background-color: #bc2031;
  display: inline-block;
  text-transform: uppercase;
  padding: .75em .5em .65em .5em;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 700;
  text-align: center;
  width: 5em;
  height: 4em;
  color: #666666;
  color: #fff;
  -webkit-border-radius: 0.175em;
  -moz-border-radius: 0.175em;
  border-radius: 0.175em;
  -webkit-box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.3);
  box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.3);
  margin: .5rem 0 .5rem.5rem;
}
.evt .evt-date .day {
  display: block;
  font-size: 1.44444444em;
  line-height: 1.1;
}
.evt .evt-date .year {
  display: none !important;
}
.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-info > .inner {
  padding-left: .75em;
}
.evt .evt-txt h3,
.evt .evt-txt .evt-meta {
  font-family: 'proxima-nova-condensed', sans-serif;
}
.evt.multi-date .evt-date {
  height: 7em;
}
.evt.multi-date .evt-date .date-seperator {
  color: inherit;
  font-size: .75rem;
  margin: .25rem;
}
.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;
}
.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;
}
.vms-evt-page .btn-primary {
  color: #fff;
  background-color: #bc2031;
  border-color: #bc2031;
}
.vms-evt-page .btn-primary:hover {
  background-color: #901926;
  border-color: #901926;
}
@media screen and (min-width: 720px) {
  .vms-evt-page .page-intro .page-header {
    font-size: 2em;
  }
}
@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 {
  padding: .75em .5em .65em .5em;
}
.evt-detail-header .evt .evt-info {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .evt-detail-header .evt {
    display: block;
  }
}
#home-cta .events .evt > .inner {
  padding: 0;
  background: none;
}
#home-cta .events .evt .evt-date .month {
  font-size: 1rem;
}
#home-cta .events .evt .evt-meta {
  color: #fff;
}
#home-cta .events .evt .evt-txt {
  padding-left: 0;
}
#home-cta .events .evt .evt-actions {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 .25rem .25rem;
}
#home-cta .events .evt .evt-actions a,
#home-cta .events .evt .evt-actions i {
  color: #fff;
  text-decoration: underline;
  text-decoration: none;
}
.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 {
  border-radius: 0.175em;
  box-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.4);
}
.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: 'proxima-nova-condensed', 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;
  }
}
