@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Social media related colours */
@font-face {
  font-family: 'boycottregular';
  src: url("../fonts/BOYCOTT_-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.sass-col-sm-12 .grid-row, .left-sidebar-layout .grid-row {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }

.sass-container::after {
  clear: both;
  content: "";
  display: block; }

.grid-row::after {
  clear: both;
  content: "";
  display: block; }

.sass-col-sm-1 {
  width: calc(8.3333333333% - 21.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-1 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-1 {
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-1 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-2 {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-2 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-2 {
  left: calc(16.6666666667% - 23.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-2 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-3 {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-3 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-3 {
  left: calc(25% - 25px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-3 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-4 {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-4 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-4 {
  left: calc(33.3333333333% - 26.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-4 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-5 {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-5 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-5 {
  left: calc(41.6666666667% - 28.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-5 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-6 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-6 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-6 {
  left: calc(50% - 30px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-6 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-7 {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-7 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-7 {
  left: calc(58.3333333333% - 31.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-7 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-8 {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-8 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-8 {
  left: calc(66.6666666667% - 33.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-8 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-9 {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-9 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-9 {
  left: calc(75% - 35px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-9 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-10 {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-10 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-10 {
  left: calc(83.3333333333% - 36.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-10 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-11 {
  width: calc(91.6666666667% - 38.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-11 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-11 {
  left: calc(91.6666666667% - 38.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-11 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-12 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-12 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-12 {
  left: calc(100% - 40px + 20px);
  position: relative; }
  @media only screen and (max-width: 912px) {
    .sass-col-sm-offset-12 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-1 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-2 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-3 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-4 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-5 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-6 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-7 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-8 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-9 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-10 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-11 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-12 {
  min-height: 100px; }

.wrapper > .main::after, .wrapper > div > .main::after, .fullwidth .ccm-area-block-list > div > .main::after {
  clear: both;
  content: "";
  display: block; }

/* #Hidden element styles
================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

body {
  background-color: black; }

.ccm-page {
  /* Social media related colours */ }
  .ccm-page a {
    color: #d92f31;
    text-decoration: none; }
    .ccm-page a:hover {
      text-decoration: underline; }
  .ccm-page h1 {
    font-family: 'boycottregular';
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 45px;
    color: #efefef;
    font-weight: normal; }
    .ccm-page h1 a {
      color: white; }
    @media only screen and (max-width: 912px) {
      .ccm-page h1 {
        font-size: 30px;
        line-height: 35px; } }
  .ccm-page h2 {
    font-family: 'boycottregular';
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
    color: #efefef;
    font-weight: normal; }
    @media only screen and (max-width: 912px) {
      .ccm-page h2 {
        font-size: 30px;
        line-height: 35px; } }
  .ccm-page h3 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #efefef;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 912px) {
      .ccm-page h3 {
        font-size: 18px;
        line-height: 24px; } }
  .ccm-page h4 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #efefef;
    font-weight: 400; }
  .ccm-page p, .ccm-page li {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #efefef;
    font-weight: 400; }
  .ccm-page li {
    margin-bottom: 5px; }
  .ccm-page ul, .ccm-page ol {
    margin: 0;
    padding: 0;
    margin-left: 15px; }
  .ccm-page .btn-red a {
    color: white !important;
    background-color: #6A0B07;
    display: inline-block;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    max-width: 300px;
    text-align: center;
    clear: both;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    text-transform: uppercase;
    margin-top: 40px; }
    .ccm-page .btn-red a:hover {
      background-color: #9a100a !important;
      text-decoration: none; }
    @media only screen and (max-width: 1050px) {
      .ccm-page .btn-red a {
        display: block;
        margin: 0 auto;
        margin-top: 40px; } }
  .ccm-page hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f6f6f6;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
  .ccm-page img[style*="left"] {
    margin-right: 10px;
    margin-bottom: 10px; }
  .ccm-page img[style*="right"] {
    margin-left: 10px;
    margin-bottom: 10px; }
  .ccm-page img, .ccm-page video {
    max-width: 100%;
    height: auto !important; }
  .ccm-page .googleMapCanvas img {
    max-width: none; }

.mfp-container figure {
  margin: 0; }

.page-template-home .banner-wrapper {
  background-size: cover;
  height: 40vw;
  background-position: center; }

.page-template-home .main-wrapper .btn-red a, .page-template-home .main-wrapper-lower .btn-red a {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px; }

.header-wrapper {
  min-height: 50px;
  background-color: black; }

.banner-wrapper h2 {
  font-size: 35px;
  line-height: 45px; }
  @media only screen and (max-width: 1050px) {
    .banner-wrapper h2 {
      font-size: 25px;
      line-height: 35px; } }

.banner-wrapper-inner {
  min-height: 300px;
  background-position: center top; }
  @media only screen and (max-width: 1050px) {
    .banner-wrapper-inner {
      min-height: 100px; } }

.header-container, .sass-container, .footer-container, .sidebar-container, .banner-container, .main-container {
  max-width: 1200px;
  margin: 0 auto; }
  .header-container::after, .sass-container::after, .footer-container::after, .sidebar-container::after, .banner-container::after, .main-container::after {
    clear: both;
    content: "";
    display: block; }

.sitelogo a {
  background-image: url("../images/EMPtrans1.png");
  width: 250px;
  height: 250px;
  display: block;
  margin-top: 0;
  margin-left: 20px;
  outline: none;
  background-size: 250px 250px;
  background-repeat: no-repeat;
  font-size: 0;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1190px) {
    .sitelogo a {
      background-size: auto 200px;
      height: 200px; } }
  @media only screen and (max-width: 1050px) {
    .sitelogo a {
      margin-top: -20px;
      background-size: auto 150px;
      height: 150px;
      margin-left: 0; } }

@media only screen and (max-width: 1050px) {
  .sitelogo {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; } }

.banner-content {
  margin-top: 100px; }
  @media only screen and (max-width: 1050px) {
    .banner-content {
      margin-top: 0;
      padding-bottom: 30px; } }

.navigation {
  width: calc(95.8333333333% - 39.1666666667px);
  float: left;
  margin-left: 20px;
  left: calc(0% - 20px + 20px);
  position: relative; }
  @media only screen and (max-width: 1050px) {
    .navigation {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative;
      width: 100%;
      margin-left: 0; } }

.social-links {
  width: calc(4.1666666667% - 20.8333333333px);
  float: left;
  margin-left: 20px;
  left: calc(0% - 20px + 20px);
  position: relative;
  margin-top: 10px;
  border-left: solid 1px white;
  padding-left: 5px; }
  @media only screen and (max-width: 1050px) {
    .social-links {
      display: none; } }
  .social-links .ccm-block-social-links {
    float: right; }
    .social-links .ccm-block-social-links ul {
      list-style-type: none; }
    .social-links .ccm-block-social-links li {
      margin-bottom: 0; }
      .social-links .ccm-block-social-links li a {
        color: white;
        font-size: 20px; }
        .social-links .ccm-block-social-links li a:hover {
          color: #d92f31; }

.page-template-left-sidebar .sidebar-main {
  left: calc(33.3333333333% - 26.6666666667px + 20px);
  position: relative; }

.page-template-left-sidebar .sidebar {
  left: calc(-66.6666666667% - 6.6666666667px + 20px);
  position: relative; }

.main-wrapper {
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 40px; }

.main-wrapper-middle {
  min-height: 400px;
  background-image: url("../images/feature_banner.jpg");
  background-position: center top;
  padding-top: 40px;
  padding-bottom: 40px;
  background-repeat: no-repeat; }

.main-wrapper-lower {
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 40px; }

.sidebar-main {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px; }

.sidebar {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px; }

.footer-wrapper {
  min-height: 200px;
  background-color: black;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: solid 1px #333; }
  @media only screen and (max-width: 1050px) {
    .footer-wrapper img {
      display: block;
      margin: 0 auto; } }

.footer-content {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 1050px) {
    .footer-content {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      width: 100%;
      margin-left: 0; } }

.footer-content-right {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 1050px) {
    .footer-content-right {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      width: 100%;
      margin-left: 0; } }
  .footer-content-right p {
    font-size: 12px;
    text-align: right; }
    @media only screen and (max-width: 1050px) {
      .footer-content-right p {
        text-align: center; } }

.ccm-block-social-links {
  float: right; }
  @media only screen and (max-width: 1050px) {
    .ccm-block-social-links {
      float: none;
      text-align: center; } }
  .ccm-block-social-links ul {
    list-style-type: none; }
  .ccm-block-social-links li a {
    color: white;
    font-size: 40px; }
    .ccm-block-social-links li a:hover {
      color: #d92f31; }

time {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #efefef;
  font-weight: 700; }

.news-image {
  position: relative;
  text-align: center; }
  .news-image a .fa {
    opacity: 0.6; }
  .news-image a:hover .fa {
    opacity: 1; }
  .news-image .fa-play {
    font-size: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.news-list {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }
  .news-list::after {
    clear: both;
    content: "";
    display: block; }

.news-wrapper {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px; }
  .news-wrapper a {
    color: white; }
  @media only screen and (max-width: 1050px) {
    .news-wrapper {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      .news-wrapper h3, .news-wrapper p {
        text-align: center; } }
  .news-wrapper h3 {
    text-transform: uppercase;
    margin-bottom: 0; }
  .news-wrapper img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
  .news-wrapper .date {
    font-weight: 700; }
  .news-wrapper .btn-more {
    font-weight: 700; }

.news-list-inner {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }
  .news-list-inner::after {
    clear: both;
    content: "";
    display: block; }

.news-wrapper-inner {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px; }
  .news-wrapper-inner:nth-child(2n + 1) {
    clear: left; }
  .news-wrapper-inner a {
    color: white; }
  @media only screen and (max-width: 1050px) {
    .news-wrapper-inner {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      .news-wrapper-inner:nth-child(1n + 1) {
        clear: left; }
      .news-wrapper-inner h3, .news-wrapper-inner p {
        text-align: center; } }
  .news-wrapper-inner h3 {
    text-transform: uppercase;
    margin-bottom: 0; }
  .news-wrapper-inner img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
  .news-wrapper-inner .date {
    font-weight: 700; }
  .news-wrapper-inner .btn-more {
    font-weight: 700; }

@media only screen and (max-width: 1050px) {
  .main-content {
    width: 100%;
    margin-left: 0; } }

.title-wrapper {
  padding-top: 40px;
  padding-bottom: 0; }

.page-template-full .main-wrapper {
  padding-top: 10px; }

.page-template-news .main-wrapper, .page-template-podcast .main-wrapper {
  padding-top: 10px; }

.page-template-news .title-content, .page-template-podcast .title-content {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  .page-template-news .title-content h1, .page-template-podcast .title-content h1 {
    margin-bottom: 0; }

.main-content-news {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 1050px) {
    .main-content-news {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.news-sidebar {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 1050px) {
    .news-sidebar {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.ccm-block-express-form fieldset {
  border: none;
  padding: 0; }

.ccm-block-express-form label {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: white;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif; }

.ccm-block-express-form input, .ccm-block-express-form textarea {
  border: solid 1px #ccc;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px; }

.ccm-block-express-form select {
  box-sizing: border-box; }

.ccm-block-express-form .btn-primary {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  background-color: #6A0B07;
  color: white;
  padding: 5px;
  width: 150px;
  margin-bottom: 30px;
  border: solid 1px #6A0B07; }
  .ccm-block-express-form .btn-primary:hover {
    background-color: #9a100a !important; }

.ccm-block-express-form .text-muted {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #d92f31; }

.staff_block {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #6A0B07;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }
  .staff_block::after {
    clear: both;
    content: "";
    display: block; }

.staff_image_wrapper {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 1050px) {
    .staff_image_wrapper {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }

.staff_summary_wrapper {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px; }
  .staff_summary_wrapper h2, .staff_summary_wrapper h3, .staff_summary_wrapper p {
    margin-bottom: 0; }
    @media only screen and (max-width: 1050px) {
      .staff_summary_wrapper h2, .staff_summary_wrapper h3, .staff_summary_wrapper p {
        text-align: center; } }
  .staff_summary_wrapper h2 {
    color: #efefef;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 35px; }
    @media only screen and (max-width: 1050px) {
      .staff_summary_wrapper h2 {
        text-align: center;
        font-size: 35px;
        line-height: 30px; } }
  @media only screen and (max-width: 1050px) {
    .staff_summary_wrapper {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }
  .staff_summary_wrapper p {
    margin-bottom: 5px; }

.staff_bio_wrapper {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px; }

@media only screen and (max-width: 1050px) {
  .staff_image img {
    display: block;
    margin: 0 auto;
    float: none;
    max-width: 230px;
    margin-bottom: 20px; } }

.staff_bio {
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #efefef; }
  @media only screen and (max-width: 912px) {
    .staff_bio {
      font-size: 15px;
      text-align: center; } }

.fc-left .fc-today-button {
  background-color: #6A0B07 !important;
  border: none;
  color: white !important;
  padding: 5px !important; }

.fc-button-group .fc-prev-button {
  background-color: #6A0B07;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-next-button {
  background-color: #6A0B07;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-month-button {
  background-color: #6A0B07;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-listMonth-button {
  background-color: #6A0B07;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-basicWeek-button {
  background-color: #6A0B07;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-basicDay-button {
  background-color: #6A0B07;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-state-active {
  background-color: #d92f31; }

.fc-event {
  border: 1px solid #6A0B07 !important; }

.fc-view td, .fc-view td {
  color: white;
  font-family: 'Montserrat', sans-serif; }

.fc-unthemed td.fc-today {
  background-color: #d92f31 !important; }

.event-manager-event-home {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  border: solid 1px #181818; }
  @media only screen and (max-width: 1050px) {
    .event-manager-event-home {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.event-list-heading {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  text-align: center;
  padding-top: 10px; }
  .event-list-heading a {
    color: white; }

.event-image {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
  padding-top: 10px; }
  @media only screen and (max-width: 1050px) {
    .event-image {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      .event-image img {
        margin-bottom: 20px;
        display: block;
        margin: 0 auto; } }

.event-summary {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px;
  padding: 10px;
  box-sizing: border-box; }
  .event-summary a {
    color: white; }
  @media only screen and (max-width: 1050px) {
    .event-summary {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      .event-summary p, .event-summary h3 {
        text-align: center; } }

.event-left, .event-right {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 1050px) {
    .event-left, .event-right {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.event-full {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  clear: both; }

.event-manager-event-list-home {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }
  .event-manager-event-list-home::after {
    clear: both;
    content: "";
    display: block; }
  .event-manager-event-list-home h3, .event-manager-event-list-home p, .event-manager-event-list-home a {
    margin-bottom: 0; }

.event-manager-event-home {
  margin-bottom: 20px; }

.event-manager-event-list .event-manager-details {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }
  .event-manager-event-list .event-manager-details::after {
    clear: both;
    content: "";
    display: block; }

.event-manager-event-list .event-manager-event {
  border-bottom: solid 1px #c2c2c2;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .event-manager-event-list .event-manager-event .event-manager-event-when {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
    @media only screen and (max-width: 1190px) {
      .event-manager-event-list .event-manager-event .event-manager-event-when {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
  .event-manager-event-list .event-manager-event h3 {
    font-size: 18px; }
  .event-manager-event-list .event-manager-event .em-day {
    display: block;
    background-color: #d92f31;
    color: white;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 34px; }
  .event-manager-event-list .event-manager-event .em-month {
    display: block;
    background-color: #6A0B07;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase; }
  .event-manager-event-list .event-manager-event .detail-wrap {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }
    @media only screen and (max-width: 1190px) {
      .event-manager-event-list .event-manager-event .detail-wrap {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    .event-manager-event-list .event-manager-event .detail-wrap p {
      font-size: 14px;
      color: #efefef;
      margin-top: 0;
      margin-bottom: 10px;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
      line-height: 24px; }

.blog-page-list-pages {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }

.standard-list-page-entry {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden; }
  .standard-list-page-entry .summary-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    padding-bottom: 5px;
    box-sizing: border-box;
    position: absolute;
    top: 80%;
    right: 0;
    left: 0;
    transition: all 0.5s ease;
    max-width: 100%;
    margin: 0 auto;
    max-width: 300px; }
    .standard-list-page-entry .summary-wrapper .ccm-block-page-list-description, .standard-list-page-entry .summary-wrapper .btn-standard {
      display: none; }
  .standard-list-page-entry:hover .summary-wrapper {
    top: 40px; }
    .standard-list-page-entry:hover .summary-wrapper .ccm-block-page-list-description, .standard-list-page-entry:hover .summary-wrapper .btn-standard {
      height: auto;
      display: block; }
  .standard-list-page-entry .btn-standard a {
    font-size: 12pt; }
  .standard-list-page-entry h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 24px; }
    @media only screen and (max-width: 1050px) {
      .standard-list-page-entry h3 {
        font-size: 20px; } }
    .standard-list-page-entry h3 a {
      color: white;
      padding: 7px; }
  .standard-list-page-entry a {
    color: white; }
  .standard-list-page-entry p {
    color: white;
    font-size: 12pt;
    line-height: 18pt;
    color: white; }
    @media only screen and (max-width: 1190px) {
      .standard-list-page-entry p {
        font-size: 10pt;
        line-height: 16pt; } }
  .standard-list-page-entry img {
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 912px) {
    .standard-list-page-entry {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      margin-bottom: 13px; } }
  @media only screen and (max-width: 500px) {
    .standard-list-page-entry {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      margin-bottom: 13px; } }

.standard-list-page-entry-inner {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden; }
  .standard-list-page-entry-inner .summary-wrapper-inner {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    padding-bottom: 5px;
    box-sizing: border-box;
    position: absolute;
    top: 80%;
    right: 0;
    left: 0;
    transition: all 0.5s ease;
    max-width: 100%;
    margin: 0 auto;
    max-width: 400px; }
    .standard-list-page-entry-inner .summary-wrapper-inner .ccm-block-page-list-description, .standard-list-page-entry-inner .summary-wrapper-inner .btn-standard {
      display: none; }
  .standard-list-page-entry-inner:hover .summary-wrapper-inner {
    top: 40px; }
    .standard-list-page-entry-inner:hover .summary-wrapper-inner .ccm-block-page-list-description, .standard-list-page-entry-inner:hover .summary-wrapper-inner .btn-standard {
      height: auto;
      display: block; }
  .standard-list-page-entry-inner .btn-standard a {
    font-size: 12pt; }
  .standard-list-page-entry-inner h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 24px; }
    @media only screen and (max-width: 1050px) {
      .standard-list-page-entry-inner h3 {
        font-size: 20px; } }
    .standard-list-page-entry-inner h3 a {
      color: white;
      padding: 7px; }
  .standard-list-page-entry-inner a {
    color: white; }
  .standard-list-page-entry-inner p {
    color: white;
    font-size: 12pt;
    line-height: 18pt;
    color: white; }
    @media only screen and (max-width: 1190px) {
      .standard-list-page-entry-inner p {
        font-size: 10pt;
        line-height: 16pt; } }
  .standard-list-page-entry-inner img {
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 912px) {
    .standard-list-page-entry-inner {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      margin-bottom: 13px; } }
  @media only screen and (max-width: 500px) {
    .standard-list-page-entry-inner {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      margin-bottom: 13px; } }

.magnific-gallery {
  list-style-type: none;
  margin: 0 auto !important;
  padding: 0;
  background-color: black; }
  .magnific-gallery li {
    padding: 0;
    margin: 0;
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    margin-bottom: 30px;
    float: left; }
    @media only screen and (max-width: 912px) {
      .magnific-gallery li {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
  .magnific-gallery a {
    display: block; }
  .magnific-gallery img {
    display: block; }
    @media only screen and (max-width: 912px) {
      .magnific-gallery img {
        margin: 0 auto; } }

.ccm-block-file i {
  color: #d92f31; }

.ccm-block-file a {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #d92f31;
  text-decoration: none;
  font-weight: 400; }

.ccm-block-file:hover {
  text-decoration: none; }

.youtubeBlockResponsive16by9, .youtubeBlockResponsive4by3 {
  position: relative;
  height: 0; }

.youtubeBlockResponsive16by9 iframe, .youtubeBlockResponsive4by3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.youtubeBlockResponsive16by9 {
  padding-bottom: 56.25%; }

.youtubeBlockResponsive4by3 {
  padding-bottom: 75%; }

.ccm-edit-mode-disabled-item.youtubeBlockResponsive16by9 {
  padding-top: 28.125%;
  padding-bottom: 28.125%; }

.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3 {
  padding-top: 37.5%;
  padding-bottom: 37.5%; }

.sitenavigation .sub-trigger {
  display: none !important; }

.sitenavigation .nav > .nav-first {
  display: none; }
  @media only screen and (max-width: 912px) {
    .sitenavigation .nav > .nav-first {
      display: block; } }

.sitenavigation ul {
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  margin-top: 12px; }

.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 30px;
  font-size: 14px;
  line-height: 20px; }
  @media only screen and (max-width: 1190px) {
    .sitenavigation li {
      margin-right: 20px;
      font-size: 13px; } }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: black !important;
    color: #d92f31; }
  .sitenavigation li.nav-last {
    margin-right: 0; }
  .sitenavigation li > a {
    box-sizing: border-box;
    color: #efefef;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    display: block;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    text-transform: uppercase; }
    .sitenavigation li > a.nav-path-selected, .sitenavigation li > a.linkclicked {
      background-color: black;
      text-decoration: none; }
    .sitenavigation li > a.nav-selected {
      background-color: black;
      color: #d92f31;
      text-decoration: none; }
    .sitenavigation li > a:hover {
      background-color: black;
      color: #d92f31;
      text-decoration: none; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #0d0d0d;
    min-width: 200px;
    max-width: 700px;
    margin: 0;
    padding: 10px;
    padding-top: 10px;
    margin-left: -15px; }
    .sitenavigation li ul a {
      font-size: 90%;
      padding: 5px; }
      .sitenavigation li ul a:hover {
        background-color: #0d0d0d;
        color: #d92f31; }
      .sitenavigation li ul a.nav-last {
        border-bottom: none; }
      .sitenavigation li ul a.nav-path-selected, .sitenavigation li ul a.linkclicked {
        background-color: #0d0d0d;
        color: #d92f31; }
      .sitenavigation li ul a.nav-selected {
        background-color: #0d0d0d;
        color: #d92f31; }
    .sitenavigation li ul li {
      float: none;
      margin: 0;
      display: block;
      padding-top: 0;
      padding-bottom: 0; }
    .sitenavigation li ul ul {
      margin-top: 0; }
      .sitenavigation li ul ul a {
        background-color: black; }

.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: black; }

.no-js .sitenavigation li:hover > ul {
  display: block !important; }

.menu-icon {
  display: none; }

@media only screen and (max-width: 1050px) {
  body {
    overflow-x: hidden; }
  .menu-icon {
    position: absolute;
    z-index: 10000;
    display: block;
    top: 20px;
    right: 20px;
    -webkit-tap-highlight-color: transparent !important;
    outline: none; }
    .menu-icon:hover, .menu-icon:active {
      -webkit-tap-highlight-color: transparent !important; }
  .ccm-toolbar-visible .menu-icon {
    top: 68px; }
  .sitenavigation.is-tapped .menu-icon {
    -webkit-tap-highlight-color: transparent; }
  .sitenavigation.is-tapped ul.nav {
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.3); }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: white; }
  .sitenavigation ul {
    display: none;
    max-width: none !important;
    margin-top: 0; }
  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border-right: none; }
  .sitenavigation > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    left: 0;
    top: 75px;
    z-index: 10000;
    padding: 0;
    height: 100vh;
    overflow-y: auto; }
    .sitenavigation > ul a {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: #000;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: white;
      float: none;
      font-size: 14px;
      line-height: 20px;
      font-family: "Montserrat", sans-serif;
      min-height: 40px;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
    .sitenavigation > ul li {
      clear: both;
      width: 100%;
      background-color: #0d0d0d;
      border-bottom: solid 1px white;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul li li {
        background-color: #0d0d0d; }
        .sitenavigation > ul li li li {
          background-color: #0d0d0d; }
    .sitenavigation > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important;
      margin-top: 0;
      left: 0;
      text-align: left; }
      .sitenavigation > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation > ul ul li {
        border-bottom: solid 1px white;
        padding-top: 0;
        padding-bottom: 0; }
        .sitenavigation > ul ul li li a {
          background-color: #0d0d0d;
          padding-left: 30px; }
        .sitenavigation > ul ul li li li a {
          background-color: #0d0d0d;
          padding-left: 40px; }
      .sitenavigation > ul ul a {
        background-color: #0d0d0d;
        font-size: 80%;
        padding-left: 20px;
        padding-top: 7px; }
        .sitenavigation > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #AAA;
          font-family: Arial; }
    .sitenavigation > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation > ul .sub-trigger {
      width: 20% !important;
      display: block !important;
      background-color: transparent !important;
      float: right;
      position: absolute;
      opacity: 0.001;
      right: 0;
      z-index: 10000; }
      .sitenavigation > ul .sub-trigger:hover {
        background-color: transparent !important; }
    .sitenavigation > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #666666;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -28px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }
    .sitenavigation > ul li.expanded:after {
      display: none; }
    .sitenavigation > ul li.expanded:before {
      content: '▲' !important;
      position: absolute;
      color: #666666;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: 12px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }
  #nav .nav {
    display: none; }
  .menu-shroud {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    opacity: 0; }
  .csstransforms3d #nav .nav {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 280px;
    transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    top: 0 !important;
    display: block; }
  .csstransforms3d .sitenavigation.is-tapped .nav {
    display: block !important; }
  .csstransforms3d.off-canvas-triggered .page {
    height: 100vh;
    overflow: hidden; }
  .csstransforms3d.off-canvas-triggered .menu-shroud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 1;
    height: 100%;
    height: 100vh;
    z-index: 10; }
    .csstransforms3d.off-canvas-triggered .menu-shroud:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5 !important;
      content: '';
      z-index: 1;
      height: 100%;
      height: 100vh;
      background-color: white;
      display: block; }
  .csstransforms3d.off-canvas-triggered #nav .nav {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    top: 0 !important; }
  .csstransforms3d.ccm-toolbar-visible #nav .nav {
    top: 48px !important; } }
