/*
Theme Name: Classical Action
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Updated compatibility with PHP 8+.
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: ca-paaa
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Classical Action is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/
/*-------------------------------------------- */
/** LESS Hat Vendor Lib */
/*-------------------------------------------- */
/**
 * Less Hat contains many useful mixins including CSS 3 properties that require prefixes. 
 * See https://github.com/csshat/lesshat/blob/master/README.md for your options.
 */
/*-------------------------------------------- */
/** Clearless Vendor Lib */
/*-------------------------------------------- */
/**
 * Clearless contains some useful helper mixins including .font-size-rems(), .clearfix etc. 
 * See vendor/clearless/* for your options.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*-------------------------------------------- */
/** Reset (Normalize ) */
/*-------------------------------------------- */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*-------------------------------------------- */
/** Vendor supporting files */
/*-------------------------------------------- */
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts//flexslider-icon.eot');
  src: url('../fonts//flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts//flexslider-icon.woff') format('woff'), url('../fonts//flexslider-icon.ttf') format('truetype'), url('../fonts//flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) '';
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) '';
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) '';
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: transparent;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  width: 40px;
  height: 40px;
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(250, 250, 250, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background: #a2a2a2;
  text-align: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  top: 40%;
  left: 10px;
}
.flex-direction-nav .flex-next {
  top: 40%;
  right: 10px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*-------------------------------------------- */
/** Import supporting files */
/*-------------------------------------------- */
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * BASE VARIABLES
 * 
 * Define any base variables below. These should only be variables that
 * are global in scope and apply to high level elements.

 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-------------------------------------------- */
/** Vendor Specific Variables */
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Paths */
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Colors - descriptive color variables */
/*-------------------------------------------- */
/* .eg */
/* @red: red; */
/* @dark-red: brickred; */
/*-------------------------------------------- */
/** Boilerplate Variables
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Layout/Base Boilerplate Variables */
/**
/** These should be used primarily in base.less
/** and layout.less during initial setup.  Avoid
/** use of them in modules/page files, as they are 
/** intended for use in top-level, global settings. */
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Typography */
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Common Library variables */
/*-------------------------------------------- */
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * SITE VARIABLES
 * 
 * Define any custom site-wide variables below. These should only be variables that
 * are global in scope and apply to high level elements.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- 
 *
 * Z-INDEX DEFINITIONS
 * 
 * Use the Z Indices variables below instead of hard coded values.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-------------------------------------------- */
/** Base Styles */
/*-------------------------------------------- */
/*-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- 
 *
 * BASE
 * 
 * Global element styles only (i.e. h1-h6, p, a, ul, li)
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
body {
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
h1,
.h1 {
  color: #000000;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
h2,
.h2 {
  color: #000000;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}
h3,
.h3 {
  color: #000000;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
h4,
.h4 {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
h5,
.h5 {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
h6,
.h6 {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
p {
  margin-bottom: 20px;
}
a {
  color: #404040;
  text-decoration: none;
}
a:hover {
  color: #d8292f;
  text-decoration: underline;
}
a.active {
  color: #d8292f;
}
strong {
  font-weight: 700;
}
lesshat-selector {
  -lh-property: 0; } 
::selection{color: #ffffff; background: #999999}
::-moz-selection{color: #ffffff; background: #999999;
}
/*-------------------------------------------- */
/** Typography */
/*-------------------------------------------- */
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * TYPOGRAPHY
 * 
 * Define any @font-face declarations below. 
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
/*-------------------------------------------- */
/** Layout Styles */
/*-------------------------------------------- */
/*-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- 
 *
 * LAYOUT 
 * 
 * Major layout container components (i.e. header, main content containers, 
 * footer, sidebar/aside)
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/**
 * Apply to any element that will be the outmost container of site content to contain
 * the width to @page-container-width
 */
.page-container {
  width: 1024px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}
/**
 * Apply to any element that will be the outmost container of site content to contain
 * the width to @page-container-width but allow the container to flex down in size
 * (responsive sites)
 */
.page-container-flex {
  max-width: 1024px;
  margin: 0 auto;
  background: #ffffff;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 668px) {
  .page-container-flex {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-content {
  padding-top: 36px;
}
/*-------------------------------------------- */
/** Library Styles */
/*-------------------------------------------- */
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * LIBRARY
 * 
 * Global library type styles (i.e. .btn, .error, .warning). These styles 
 * are always classes and are never prefixed by a location specific selector.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/**
 * Apply to list elements that will have a custom style applied via other classes 
 * to remove default bullets and margin
 */
.ui-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/**
 * General button style. Modify as needed.
 */
.btn {
  display: inline-block;
  padding: 5px 15px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3;
}
.btn.primary-btn {
  background: limegreen;
}
.btn.secondary-btn {
  background: limegreen;
}
.no-margin {
  margin: 0 !important;
}
.to-upper {
  text-transform: uppercase;
}
@media screen and (max-width: 668px) {
  .mobile-none {
    display: none;
  }
}
.screen-reader-text {
  display: none;
}
.blue-borders {
  padding: 10px 0;
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999;
}
.blue-border-bottom {
  padding: 10px 0;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
}
/* -------------- FACEBOOK SHARE BUTTON RESIZE ------------------ */
.fb-share-button {
  transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  -o-transform: scale(3);
  -moz-transform: scale(3);
}
/*-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- 
 *
 * Layouts
 * 
 * Import layout specific styles only. This section should remain small as 
 * most styles should target modules instead.
 *  
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
.content-container {
  position: relative;
  left: 160px;
  -lh-property: 0;
width:-webkit-calc(100% - 160px);
width:-moz-calc(100% - 160px);
width:calc(100% - 160px);
;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.content-wrapper {
  margin: 30px auto 0 auto;
  *zoom: 1;
}
.content-wrapper:before,
.content-wrapper:after {
  content: "";
  display: table;
}
.content-wrapper:after {
  clear: both;
}
.content-wrapper:before,
.content-wrapper:after {
  content: "";
  display: table;
}
.content-wrapper:after {
  clear: both;
}
.content-wrapper:before,
.content-wrapper:after {
  content: "";
  display: table;
}
.content-wrapper:after {
  clear: both;
}
.content-wrapper:before,
.content-wrapper:after {
  content: "";
  display: table;
}
.content-wrapper:after {
  clear: both;
}
.content-wrapper .sidebar {
  width: 27%;
  margin: 10px 3% 0 15px;
  float: left;
}
.content-wrapper .content-area {
  float: right;
  margin-bottom: 50px;
  -lh-property: 0;
width:-webkit-calc(70% - 15px);
width:-moz-calc(70% - 15px);
width:calc(70% - 15px);
;
}
.content-wrapper.right .sidebar {
  float: right;
  margin: 0;
}
.content-wrapper.right .content-area {
  float: left;
  margin: 0 3% 0 15px;
}
.content-wrapper.full-width .content-area {
  float: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content-wrapper .sidebar,
  .content-wrapper .content-area {
    margin: 0;
    float: none;
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * MODULES
 * 
 * Import discrete page components (i.e. navigations, carousels, dialogs, 
 * widgets etc.). Modules should be able to be moved to different parts of 
 * layout without breaking.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
.menu {
  width: 100%;
}
#primary-menu .menu-item {
  font-weight: 400;
  display: table;
  text-align: left;
  width: 100%;
  line-height: 1 !important;
}
#primary-menu .menu-item a {
  font-family: Lato, sans-serif !important;
  height: 50px;
  padding: 0 0 0 15px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1 !important;
}
.menu-item.active,
.menu-item:hover {
  background: #606060;
}
.menu-item.active a,
.menu-item:hover a {
  text-decoration: none;
}
.affiliate-nav .menu-item a {
  text-transform: none;
}
.menu-item a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
}
.sub-menu {
  display: none;
}
.site-nav {
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  z-index: 1000;
  width: 160px;
  padding-top: 90px;
  margin: 0 15px 0 0;
  color: #ffffff;
  background: #000000;
  height: 100%;
}
.sub-menu-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 160px;
  z-index: 90;
  height: 100%;
  color: #ffffff;
  background: #606060;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
  padding-top: 90px;
}
.sub-menu-wrapper.is-open {
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
  left: 160px;
}
.sub-menu-wrapper .sub-menu-content-container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-menu-wrapper img {
  max-width: 100%;
}
.sub-menu-content {
  max-height: 100%;
}
.sub-menu-content .menu-item {
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sub-menu-content .menu-item a {
  color: #c0c0c0;
}

.sub-menu-content .menu-item a:hover {
  color: #ffffff;
}


.sub-menu-content .menu-item:hover {
  background: #606060;
}
.sub-menu-content i.secondary-nav-container {
  max-width: 100%;
}
.menu-item.menu-item-has-children:after {
  content: '\f054';
  display: inline-block;
  margin-top: 17px;
  padding-right: 15px;
  font-size: 18px;
  font-size: 1.125rem;
}
.menu-item.menu-item-has-children.fa:before {
  display: none;
}
.menu-primary-navigation-container .menu {
  max-height: 100%;
}
@media screen and (min-width: 0) {
  .site-nav {
    width: 125px;
    left: -125px;
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
  }
  .site-nav.is-open {
    left: 0;
  }
  .sub-menu-wrapper {
    width: 125px;
    left: -125px;
  }
  .sub-menu-wrapper.is-open {
    left: 125px;
  }
  .content-container {
    width: 100%;
    left: 0;
  }
  .content-container.nav-is-open {
    left: 125px;
  }
  .content-container.nav-is-open.submenu-is-open {
    left: 250px;
  }
  .js-page-container.nav-is-open {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 375px) {
  .site-nav {
    width: 160px;
    left: -160px;
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
  }
  .site-nav.is-open {
    left: 0;
  }
  .sub-menu-wrapper {
    width: 160px;
    left: -160px;
  }
  .sub-menu-wrapper.is-open {
    left: 160px;
  }
  .content-container {
    width: 100%;
    left: 0;
  }
  .content-container.nav-is-open {
    left: 160px;
  }
  .content-container.nav-is-open.submenu-is-open {
    left: 320px;
  }
  .js-page-container.nav-is-open {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 800px) {
  .site-nav {
    width: 160px;
    left: 0;
  }
  .sub-menu-wrapper {
    width: 160px;
    left: 0;
  }
  .sub-menu-wrapper.is-open {
    left: 160px;
  }
  .content-container {
    -lh-property: 0;
width:-webkit-calc(100% - 160px);
width:-moz-calc(100% - 160px);
width:calc(100% - 160px);
;
    left: 160px;
  }
  .content-container.submenu-is-open {
    left: 320px;
  }
  .js-page-container.nav-is-open {
    overflow-x: hidden;
  }
}
.textwidget {
  padding: 10px;
}
.site-logo-wrapper {
  position: absolute;
  z-index: 90;
  top: 0px;
  left: 40px;
  -webkit-transition: top 0.25s ease-out;
  -moz-transition: top 0.25s ease-out;
  -o-transition: top 0.25s ease-out;
  transition: top 0.25s ease-out;
}
.site-logo-wrapper.scroll-away {
  top: -185px;
}
.site-logo {
  width: 99px;
  height: 185px;
  margin: 0 auto;
  display: block;
  text-indent: -100%;
  overflow: hidden;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: #ffffff url('assets/img/classical-action-logo.png') no-repeat center center;
}
@media screen and (max-width: 768px) {
  .site-logo {
    width: 67px;
    height: 125px;
    -webkit-background-size: 70%;
    background-size: 70%;
  }
}
@media screen and (max-widht: 400px) {
  .site-logo {
    width: 59px;
    height: 110px;
    -webkit-background-size: 70%;
    background-size: 70%;
  }
}
.secondary-nav-container {
  display: table;
  width: 100%;
  color: #000000;
  background: #404040 url('assets/img/nav-stripes-bg.png') repeat center;
}
@media screen and (max-width: 668px) {
  .secondary-nav-container {
    display: none;
  }
}
.secondary-nav,
.menu-secondary-navigation-container {
  height: 42px;
  *zoom: 1;
}
.secondary-nav:before,
.menu-secondary-navigation-container:before,
.secondary-nav:after,
.menu-secondary-navigation-container:after {
  content: "";
  display: table;
}
.secondary-nav:after,
.menu-secondary-navigation-container:after {
  clear: both;
}
.secondary-nav:before,
.menu-secondary-navigation-container:before,
.secondary-nav:after,
.menu-secondary-navigation-container:after {
  content: "";
  display: table;
}
.secondary-nav:after,
.menu-secondary-navigation-container:after {
  clear: both;
}
.secondary-nav:before,
.menu-secondary-navigation-container:before,
.secondary-nav:after,
.menu-secondary-navigation-container:after {
  content: "";
  display: table;
}
.secondary-nav:after,
.menu-secondary-navigation-container:after {
  clear: both;
}
.secondary-nav:before,
.menu-secondary-navigation-container:before,
.secondary-nav:after,
.menu-secondary-navigation-container:after {
  content: "";
  display: table;
}
.secondary-nav:after,
.menu-secondary-navigation-container:after {
  clear: both;
}
.secondary-nav .menu,
.menu-secondary-navigation-container .menu {
  float: right;
  width: auto;
}
.secondary-nav .menu li,
.menu-secondary-navigation-container .menu li {
  display: table;
  float: left;
  margin: 0 25px 0 0;
  padding: 0 15px;
}
.secondary-nav .menu li a,
.menu-secondary-navigation-container .menu li a {
  display: table-cell;
  vertical-align: middle;
  height: 42px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
}
.secondary-nav .menu li.donate-btn,
.menu-secondary-navigation-container .menu li.donate-btn {
  width: auto;
  margin: 0 25px 0 0;
  background: #ed1c24;
}
.secondary-nav .menu li.donate-btn a,
.menu-secondary-navigation-container .menu li.donate-btn a {
  padding: 0 15px;
}
.secondary-nav .menu li.donate-btn:hover,
.menu-secondary-navigation-container .menu li.donate-btn:hover {
  background: #606060;
}
.secondary-nav .menu li.donate-btn:hover a,
.menu-secondary-navigation-container .menu li.donate-btn:hover a {
  color: #ffffff;
}
.secondary-nav a,
.menu-secondary-navigation-container a {
  color: #ffffff;
}
.secondary-nav-container.mobile-only {
  margin-top: -5px;
  display: none;
}
.secondary-nav-container.mobile-only .menu-mobile-nav-container {
  height: 42px;
  *zoom: 1;
}
.secondary-nav-container.mobile-only .menu-mobile-nav-container:before,
.secondary-nav-container.mobile-only .menu-mobile-nav-container:after {
  content: "";
  display: table;
}
.secondary-nav-container.mobile-only .menu-mobile-nav-container:after {
  clear: both;
}
.secondary-nav-container.mobile-only .menu-mobile-nav-container:before,
.secondary-nav-container.mobile-only .menu-mobile-nav-container:after {
  content: "";
  display: table;
}
.secondary-nav-container.mobile-only .menu-mobile-nav-container:after {
  clear: both;
}
.secondary-nav-container.mobile-only .menu-mobile-nav-container:before,
.secondary-nav-container.mobile-only .menu-mobile-nav-container:after {
  content: "";
  display: table;
}
.secondary-nav-container.mobile-only .menu-mobile-nav-container:after {
  clear: both;
}
.secondary-nav-container.mobile-only .menu-mobile-nav-container:before,
.secondary-nav-container.mobile-only .menu-mobile-nav-container:after {
  content: "";
  display: table;
}
.secondary-nav-container.mobile-only .menu-mobile-nav-container:after {
  clear: both;
}
.secondary-nav-container.mobile-only .menu {
  width: auto;
}
.secondary-nav-container.mobile-only .menu li {
  display: table;
  float: left;
  margin: 0 !important;
  width: 33.33333333% !important;
  text-align: center;
}
.secondary-nav-container.mobile-only .menu li a {
  display: table-cell;
  vertical-align: middle;
  height: 42px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.secondary-nav-container.mobile-only .menu li.donate-btn {
  width: auto;
  margin: 0 25px 0 0;
}
.secondary-nav-container.mobile-only .menu li.donate-btn a {
  padding: 0 15px;
}
.secondary-nav-container.mobile-only a {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .secondary-nav-container.mobile-only {
    display: block;
  }
  .secondary-nav-container {
    display: none;
  }
}


/* ------------- Nav Styles End --------------*/



.global-header {
  line-height: 1;
  background: url('assets/img/global-header-bg.png') repeat-x top;
  text-align: right;
  height: 36px;
  *zoom: 1;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  -lh-property: 0;
width:-webkit-calc(100% - 160px);
width:-moz-calc(100% - 160px);
width:calc(100% - 160px);
;
  position: fixed;
  left: 160px;
  z-index: 9999;
}
.global-header:before,
.global-header:after {
  content: "";
  display: table;
}
.global-header:after {
  clear: both;
}
.global-header:before,
.global-header:after {
  content: "";
  display: table;
}
.global-header:after {
  clear: both;
}
.global-header:before,
.global-header:after {
  content: "";
  display: table;
}
.global-header:after {
  clear: both;
}
.global-header:before,
.global-header:after {
  content: "";
  display: table;
}
.global-header:after {
  clear: both;
}
.global-header .social-btn-container {
  float: right;
  margin: 5px 20px 0 0;
}
.global-header .search-container {
  float: right;
  margin: 5px 60px 0 0;
}
.global-header .menu-btn,
.global-header .top-btn {
  float: left;
  margin: 5px;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
}
.global-header .top-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .global-header {
    width: 100%;
    left: 0;
  }
  .global-header.nav-is-open {
    left: 160px;
  }
  .global-header.submenu-is-open {
    left: 320px !important;
  }
  .global-header.fixed {
    width: 100%;
    left: 0;
  }
  .global-header.fixed.nav-is-open {
    left: 160px;
  }
  .global-header.fixed.submenu-is-open {
    left: 320px !important;
  }
  .global-header .search-container {
    margin: 5px 5px 0 0;
  }
}
.search-form .screen-reader-text {
  display: none;
}
.submenu-is-open .global-header {
  left: 320px;
}
.slides {
  position: relative;
  *zoom: 1;
}
.slides:before,
.slides:after {
  content: "";
  display: table;
}
.slides:after {
  clear: both;
}
.slides:before,
.slides:after {
  content: "";
  display: table;
}
.slides:after {
  clear: both;
}
.slides:before,
.slides:after {
  content: "";
  display: table;
}
.slides:after {
  clear: both;
}
.slides:before,
.slides:after {
  content: "";
  display: table;
}
.slides:after {
  clear: both;
}
.site-title {
  position: absolute;
  text-shadow: 0px 0px 15px #000000;
  top: 20px;
  left: 150px;
  z-index: 90;
}
.site-title .big-top {
  top: 50px;
}
.site-title h1,
.site-title h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.site-title h1 {
  font-size: 20px;
  font-size: 1.25rem;
}
.site-title h2 {
  font-size: 12px;
  font-size: 0.75rem;
}
.slider-item {
  width: 100%;
  position: relative;
}
.slider-item img {
  height: auto;
}
.slider-item-content {
  position: absolute;
  bottom: 50px;
  left: 0;
}
.share-this {
  display: inline-block;
  background-color: #dcd00f;
  padding: 5px;
  margin: 0 0 5px 0;
}
.share-this a {
  text-decoration: none;
}
.more-info {
  display: inline-block;
  background-color: #808080;
  padding: 5px;
  margin: 0 0 5px 0;
}
.more-info a {
  text-decoration: none;
}
.slider-hd {
  heigth: 72px;
  margin: 0 0 0 20px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.25);
}
.slider-hd h2,
.slider-hd h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #ffffff;
  font-size: 26px;
  font-size: 1.625rem;
  text-transform: uppercase;
}
.slider-hd h3 {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
.four-up {
  margin: 30px auto 0 auto;
  width: 100%;
  *zoom: 1;
}
.four-up:before,
.four-up:after {
  content: "";
  display: table;
}
.four-up:after {
  clear: both;
}
.four-up:before,
.four-up:after {
  content: "";
  display: table;
}
.four-up:after {
  clear: both;
}
.four-up:before,
.four-up:after {
  content: "";
  display: table;
}
.four-up:after {
  clear: both;
}
.four-up:before,
.four-up:after {
  content: "";
  display: table;
}
.four-up:after {
  clear: both;
}
.four-up a {
  display: block;
}
.four-up.not-slider .four-up-item {
  float: left;
  margin: 0 25px 0 0;
  -lh-property: 0;
width:-webkit-calc(25% - 25px);
width:-moz-calc(25% - 25px);
width:calc(25% - 25px);
;
}
.four-up.not-slider .four-up-item:last-child {
  margin: 0 0 0 0;
}
.four-up-item {
  position: relative;
}
.four-up-item img {
  width: 100%;
}
@media screen and (max-width: 668px) {
  .four-up {
    margin: 30px 0 0 0;
  }
  .four-up-item {
    width: 100% !important;
    float: none !important;
    margin: 15px 0 !important;
  }
}
.four-up-content {
  height: 78px;
  width: 100%;
  padding: 7px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('assets/img/four-up-content-bg.png') repeat top left;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.four-up-content h2 {
  margin: 0;
  padding: 0 7px 3px 7px;
  line-height: 1.15;
  font-size: 14px;
  font-size: 1.15rem;
  color: #ffffff;
  text-transform: none;
}
@media screen and (max-width 800px) {
  .four-up-content h2 {
    line-height: 1.35;
    font-size: 14px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width 668px) {
  .four-up-content h2 {
    line-height: 1.35;
    font-size: 14px;
    font-size: 1.15rem;
  }
}
.four-up-content h4 {
  margin: 0;
  padding: 0 7px;
  font-size: 9px;
  font-size: 0.5625rem;
  color: #ffffff;
}
.four-up-content .more-link {
  position: absolute;
  right: 35px;
  bottom: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 700px;
}
.four-up-slider .four-up-item .banner-hd {
  padding: 7px 0;
  text-align: center;
  background: #ff0000;
  color: #ffffff;
  font-size: 0.8125rem;
}
.four-up-slider .four-up-item .intro {
  font-size: 13px;
  font-size: 0.8125rem;
}
.four-up-slider .four-up-item .learn-more {
  font-weight: 700;
}
.four-up-auction .four-up-item {
  text-align: center;
}
.four-up-auction .four-up-item img {
  border-right: 2px solid #ff0000;
}
.four-up-auction .four-up-item:last-child img {
  border-right: none;
}
.four-up-auction .four-up-item h3 {
  margin: 0;
  padding: 0;
  color: #071028;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 668px) {
  .four-up-auction .four-up-item {
    width: 100%;
    float: none;
    margin: 15px 0;
  }
  .four-up-auction .four-up-item img {
    border-right: none;
  }
}
.owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-controls .owl-next {
  position: absolute;
  top: 0;
  right: -35px;
}
.owl-controls .owl-prev {
  position: absolute;
  top: 0;
  left: -35px;
}
@media screen and (max-width: 668px) {
  .owl-controls .owl-next {
    position: absolute;
    top: 0;
    right: -20px;
  }
  .owl-controls .owl-prev {
    position: absolute;
    top: 0;
    left: -20px;
  }
}
.owl-controls .owl-next,
.owl-controls .owl-prev {
  color: #d8292f;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  padding: 3px 5px;
  border-radius: 5px;
}
.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover {
  color: #d4d4d4;
}
.grantee-carousel .owl-controls .owl-next {
  top: -130px;
}
.grantee-carousel .owl-controls .owl-prev {
  top: -130px;
}
@media screen and (max-width: 668px) {
  .grantee-carousel .owl-controls .owl-next {
    top: -100px;
  }
  .grantee-carousel .owl-controls .owl-prev {
    top: -100px;
  }
}
.mantle {
  margin: 30px 0;
  padding: 30px 15px;
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999;
  text-align: center;
  color: #888888;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
}
.mantle .royal-blue {
  color: #d8292f;
  font-weight: 600;
}
.mantle p {
  margin: 0;
}
@media screen and (max-width: 668px) {
  .mantle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.two-up {
  margin: 30px 0;
  *zoom: 1;
}
.two-up:before,
.two-up:after {
  content: "";
  display: table;
}
.two-up:after {
  clear: both;
}
.two-up:before,
.two-up:after {
  content: "";
  display: table;
}
.two-up:after {
  clear: both;
}
.two-up:before,
.two-up:after {
  content: "";
  display: table;
}
.two-up:after {
  clear: both;
}
.two-up:before,
.two-up:after {
  content: "";
  display: table;
}
.two-up:after {
  clear: both;
}
.two-up-item {
  position: relative;
  float: left;
  margin: 0 3% 0 0;
  width: 47%;
}
.two-up-item:last-child {
  margin: 0 0 0 0;
}
.two-up-item img {
  width: 100%;
}
@media screen and (max-width: 668px) {
  .two-up-item.mobile-full {
    width: 100%;
    float: none;
    margin: 0 0 25px 0;
  }
}
.two-up-content h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  text-transform: uppercase;
}
.two-up-content h4 {
  margin: 0;
  padding: 0;
  font-size: 9px;
  font-size: 0.5625rem;
  color: #000000;
}
.archive-links.latest-news {
  margin: 30px 6% 0 0;
  -lh-property: 0;
width:-webkit-calc(60% - 15px);
width:-moz-calc(60% - 15px);
width:calc(60% - 15px);
 !important;
  float: left;
}
.archive-links.events {
  margin: 30px 0 0 0;
  width: 32%;
  float: right;
}
.archive-links.auctions {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 668px) {
  .archive-links.events,
  .archive-links.latest-news,
  .archive-links.auctions {
    float: none;
    margin: 15px 0 25px 0;
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.archive-links-header {
  border-bottom: 1px solid #888888;
  margin: 0 0 15px 0;
  *zoom: 1;
}
.archive-links-header:before,
.archive-links-header:after {
  content: "";
  display: table;
}
.archive-links-header:after {
  clear: both;
}
.archive-links-header:before,
.archive-links-header:after {
  content: "";
  display: table;
}
.archive-links-header:after {
  clear: both;
}
.archive-links-header:before,
.archive-links-header:after {
  content: "";
  display: table;
}
.archive-links-header:after {
  clear: both;
}
.archive-links-header:before,
.archive-links-header:after {
  content: "";
  display: table;
}
.archive-links-header:after {
  clear: both;
}
.archive-links-header h3 {
  margin: 0;
  padding: 0;
  float: left;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  color: #888888;
  font-weight: 300;
}
.archive-links-header .archive-link {
  color: #ff0000;
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}
.archive-link-list {
  *zoom: 1;
}
.archive-link-list:before,
.archive-link-list:after {
  content: "";
  display: table;
}
.archive-link-list:after {
  clear: both;
}
.archive-link-list:before,
.archive-link-list:after {
  content: "";
  display: table;
}
.archive-link-list:after {
  clear: both;
}
.archive-link-list:before,
.archive-link-list:after {
  content: "";
  display: table;
}
.archive-link-list:after {
  clear: both;
}
.archive-link-list:before,
.archive-link-list:after {
  content: "";
  display: table;
}
.archive-link-list:after {
  clear: both;
}
.archive-link-list li {
  float: left;
  -lh-property: 0;
width:-webkit-calc(50% - 15px);
width:-moz-calc(50% - 15px);
width:calc(50% - 15px);
;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  font-weight: 700;
}
.archive-link-list li:before {
  content: '●';
  margin: 0 5px 0 0;
  color: #888888;
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
}
.archive-link-list li:nth-child(odd) {
  margin-right: 30px;
}
.archive-link-list li a {
  color: #ff0000;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 668px) {
  .archive-link-list li {
    float: none;
    width: 100%;
  }
}
.event-link-item {
  margin-bottom: 20px;
}
.event-link-item a {
  color: #d8292f;
}
.event-link-item h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #d8292f;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.event-link-item h4 {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #d8292f;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
.shortcut-links {
  -lh-property: 0;
width:-webkit-calc(80% - 15px);
width:-moz-calc(80% - 15px);
width:calc(80% - 15px);
;
  margin: 0 0 0 15px;
  float: left;
  *zoom: 1;
}
.shortcut-links:before,
.shortcut-links:after {
  content: "";
  display: table;
}
.shortcut-links:after {
  clear: both;
}
.shortcut-links:before,
.shortcut-links:after {
  content: "";
  display: table;
}
.shortcut-links:after {
  clear: both;
}
.shortcut-links:before,
.shortcut-links:after {
  content: "";
  display: table;
}
.shortcut-links:after {
  clear: both;
}
.shortcut-links:before,
.shortcut-links:after {
  content: "";
  display: table;
}
.shortcut-links:after {
  clear: both;
}
.shortcut-links li {
  margin: 0 10px 0 0;
  padding: 0 5px;
  display: table;
  height: 38px;
  float: left;
  background: #0b193e url('assets/img/nav-stripes-bg.png') repeat-x center;
  width: 25%;
  text-align: center;
  position: relative;
  margin-left: 20px;
}
.shortcut-links li:before {
  content: '';
  position: absolute;
  background: #0b193e url('assets/img/nav-stripes-bg.png') repeat-x center;
  top: 0;
  left: -10px;
  bottom: 0;
  width: 20px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
.shortcut-links li:after {
  content: '';
  position: absolute;
  background: #0b193e url('assets/img/nav-stripes-bg.png') repeat-x center;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 40px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
.shortcut-links a {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #ed1c24;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  position: relative;
  z-index: 9999;
  font-weight: 400;
}
.shortcut-links a:hover {
  text-decoration: none;
  color: #ffffff;
}
.accredited-charity {
  width: 20%;
  float: right;
}
.partner-links {
  -lh-property: 0;
width:-webkit-calc(80% - 20px);
width:-moz-calc(80% - 20px);
width:calc(80% - 20px);
;
  margin: 0 0 0 15px;
  float: left;
  color: #888888;
}
.partner-links ul {
  *zoom: 1;
}
.partner-links ul:before,
.partner-links ul:after {
  content: "";
  display: table;
}
.partner-links ul:after {
  clear: both;
}
.partner-links ul:before,
.partner-links ul:after {
  content: "";
  display: table;
}
.partner-links ul:after {
  clear: both;
}
.partner-links ul:before,
.partner-links ul:after {
  content: "";
  display: table;
}
.partner-links ul:after {
  clear: both;
}
.partner-links ul:before,
.partner-links ul:after {
  content: "";
  display: table;
}
.partner-links ul:after {
  clear: both;
}
.partner-links li {
  float: left;
  margin: 0 10px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.partner-links a {
  display: block;
  width: 100%;
  height: 100%;
}
.partner-links .ny-times {
  display: block;
  text-indent: -100%;
  overflow: hidden;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  padding-top: 3px;
  width: 104px;
  height: 17px;
  background: transparent url('assets/img/nyt-logo.png') no-repeat center;
}
.partner-links .united {
  display: block;
  text-indent: -100%;
  overflow: hidden;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 90px;
  height: 16px;
  background: transparent url('assets/img/united-logo.png') no-repeat center;
}
.footer-social-links {
  width: 20%;
  float: right;
}
.main-footer {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  background: #404040;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}
.main-footer .three-up-unit {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-footer .page-container-flex {
  background: #404040;
}
.main-footer .main-footer-hd {
  display: block;
  margin: 15px 0;
}
.main-footer a {
  color: #ffffff;
}
.quick-links {
  *zoom: 1;
}
.quick-links:before,
.quick-links:after {
  content: "";
  display: table;
}
.quick-links:after {
  clear: both;
}
.quick-links:before,
.quick-links:after {
  content: "";
  display: table;
}
.quick-links:after {
  clear: both;
}
.quick-links:before,
.quick-links:after {
  content: "";
  display: table;
}
.quick-links:after {
  clear: both;
}
.quick-links:before,
.quick-links:after {
  content: "";
  display: table;
}
.quick-links:after {
  clear: both;
}
.quick-links li {
  float: left;
  width: 50%;
}
.quick-links li a {
  display: block;
  width: 100%;
  text-transform: none;
}
.contact-details {
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
}
.contact-details .name {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
.contact-details address {
  font-style: normal;
  margin-bottom: 20px;
}
.contact-details .phone,
.contact-details .email {
  display: block;
}
.credits {
  color: #888888;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
}
.credits span {
  display: block;
}
.credits .dev-credit {
  font-size: 10px;
  font-size: 0.625rem;
}
.credits .dev-credit a {
  color: #888888;
}
.top-footer {
  margin: 25px auto 15px auto;
}
@media screen and (max-width: 668px) {
  .top-footer {
    display: none;
  }
  .main-footer {
    width: 100%;
    margin: 15px 0;
  }
}
.three-up {
  *zoom: 1;
}
.three-up:before,
.three-up:after {
  content: "";
  display: table;
}
.three-up:after {
  clear: both;
}
.three-up:before,
.three-up:after {
  content: "";
  display: table;
}
.three-up:after {
  clear: both;
}
.three-up:before,
.three-up:after {
  content: "";
  display: table;
}
.three-up:after {
  clear: both;
}
.three-up:before,
.three-up:after {
  content: "";
  display: table;
}
.three-up:after {
  clear: both;
}
.three-up .three-up-unit {
  float: left;
  width: 33.33333333%;
}
@media screen and (max-width: 668px) {
  .three-up .three-up-unit {
    float: none;
    width: 100%;
  }
}
.sidebar-module {
  margin: 0 0 15px 0;
  overflow: hidden;
}
.sidebar-module:before {
  content: '';
  display: block;
  height: 25px;
  width: 100%;
  background-color: #404040;
  margin: 0 0 15px 0;
}
.sidebar-links li {
  margin: 15px 15px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.sidebar-img img {
  width: 100%;
}
.sidebar-img h3 {
  margin-left: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
.sidebar-img .details {
  margin: 0 15px;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}
.sidebar-events .archive-links.events {
  width: 100%;
  margin: 0 15px;
  float: none;
}
.content-header,
.page-header {
  border-bottom: 1px solid #999999;
  margin: 0 0 15px 0;
}
.content-header h1,
.page-header h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
  padding: 0;
  color: #d8292f;
}
.content-area h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  color: #d8292f;
}
.content-area .archive-links.latest-news {
  margin: 30px 0;
  float: none;
  width: 100%;
}
.featured-img {
  position: relative;
}
.featured-img img {
  width: 100%;
  margin: 0;
}
.share-btn-bar {
  z-index: 9999;
  *zoom: 1;
}
.share-btn-bar:before,
.share-btn-bar:after {
  content: "";
  display: table;
}
.share-btn-bar:after {
  clear: both;
}
.share-btn-bar:before,
.share-btn-bar:after {
  content: "";
  display: table;
}
.share-btn-bar:after {
  clear: both;
}
.share-btn-bar:before,
.share-btn-bar:after {
  content: "";
  display: table;
}
.share-btn-bar:after {
  clear: both;
}
.share-btn-bar:before,
.share-btn-bar:after {
  content: "";
  display: table;
}
.share-btn-bar:after {
  clear: both;
}
.share-btn-bar li {
  float: left;
}
.share-btn-bar li.margins {
  margin: 0 5px;
}
.share-btn-bar.top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.share-btn {
  text-align: center;
  padding: 2px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  background: #ff0000;
  color: #ffffff;
  display: block;
  line-height: 1;
}
.share-btn.event {
  padding: 4px 0 0 0;
}
@media screen and (max-width: 668px) {
  .share-btn.event {
    width: 35px;
    height: 35px;
    font-size: 20px;
    padding: 6px 0 0 0;
  }
}
.share-btn.icon-padding i {
  padding-top: 3px;
  font-weight: 400 !important;
}
.share-btn:hover {
  color: #ffffff;
}
.share-btn.opacity-hover {
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.share-btn.opacity-hover:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #ffffff;
}
.share-btn.tumblr {
  background: #35465c;
}
.share-btn.facebook {
  background: #3b5998;
}
.share-btn.twitter {
  background: #55acee;
}
.share-btn.linkedin {
  background: #0976b4;
}
.share-btn.pinterest {
  background: #cc2127;
}
.share-btn.youtube {
  background: #b31217;
}
.share-btn.instagram {
  background: #3f729b;
}
.share-btn.search-open {
  position: relative;
  background: url('assets/img/global-header-bg.png') repeat-x top;
}
.share-btn.search-submit {
  background: #ed1c24;
}
.navigation.pagination {
  text-align: right;
}
.navigation .page-numbers {
  border: 1px solid #000000;
  padding: 0 5px;
}
.navigation .page-numbers:hover {
  background: #606060;
  color: #ffffff;
  text-decoration: none;
}
.navigation .page-numbers.current {
  font-weight: 700;
}
.navigation .page-numbers.current:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
.featured-img-content {
  position: absolute;
  bottom: 5px;
  left: 0;
}
.featured-img-hd {
  margin: 0 0 0 20px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.25);
}
.featured-img-hd h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #ffffff;
  font-size: 36px;
  font-size: 2.25rem;
  text-transform: uppercase;
}
.featured-img-hd h3 {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 33px;
  font-size: 2.0625rem;
}
.featured-img {
  position: relative;
  max-height: 580px;
  overflow: hidden;
}
.featured-img.sm {
  max-height: 230px;
  overflow: hidden;
}
.featured-img.no-max {
  max-height: none;
}
.accordion {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
}
.accordion-title {
  border-top: 1px solid #f0f0f0;
  margin: 0 0 -20px 0;
  padding: 10px 0 0 0;
  cursor: pointer;
}
.accordion-title:hover {
  color: #606060;
}
.accordion-title:first-child {
  border: none;
}
.accordion-title.open {
  cursor: default;
}
.accordion-content {
  padding-bottom: 20px;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
p img {
  max-width: 100%;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.on-mobile {
  display: none;
}
@media screen and (max-width: 668px) {
  .on-mobile {
    display: block !important;
  }
}
.on-desktop {
  display: block;
}
@media screen and (max-width: 668px) {
  .on-desktop {
    display: none !important;
  }
}
.event-landing {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #d8292f;
}
.event-landing .entry-header {
  border-bottom: none;
}
.event-landing .entry-title a {
  color: #d8292f;
}
.event-landing img {
  width: 100%;
}
.event-landing .entry-summary {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.event-landing .details li {
  display: inline;
  padding: 0 5px 0 2px;
  text-align: center;
  border-right: 2px solid #888888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
.event-landing .details li:last-child {
  border-right: none;
}
@media screen and (max-width: 668px) {
  .event-landing .details li {
    display: block;
    border-right: none;
    text-align: right;
    line-height: 1.5;
  }
}
.event-landing .thumbnail-wrapper {
  position: relative;
}
.event-landing .thumbnail-wrapper .share-this {
  position: absolute;
  bottom: 15px;
  left: 0;
}
.event-landing .thumbnail-wrapper .share-this i {
  color: #ed1c24;
}
.event-landing .thumbnail-wrapper .more-info {
  position: absolute;
  bottom: 50px;
  left: 0;
}
.event-landing .thumbnail-wrapper .more-info a {
  color: #ffffff;
}
.event-landing .thumbnail-wrapper .more-info i {
  color: #dcd00f;
}
.post-search {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #999999;
  *zoom: 1;
}
.post-search:before,
.post-search:after {
  content: "";
  display: table;
}
.post-search:after {
  clear: both;
}
.post-search:before,
.post-search:after {
  content: "";
  display: table;
}
.post-search:after {
  clear: both;
}
.post-search:before,
.post-search:after {
  content: "";
  display: table;
}
.post-search:after {
  clear: both;
}
.post-search:before,
.post-search:after {
  content: "";
  display: table;
}
.post-search:after {
  clear: both;
}
.post-search .left {
  width: 34.48275862%;
  max-width: 180px;
  margin: 0 15px 0 0;
  float: left;
}
.post-search .left img {
  width: 100%;
}
.post-search .right {
  float: left;
  -lh-property: 0;
max-width:-webkit-calc(100% - 195px);
max-width:-moz-calc(100% - 195px);
max-width:calc(100% - 195px);
;
}
.post-search .entry-header {
  border-bottom: none;
}
.post-search .entry-header a {
  color: #d8292f;
}
@media screen and (max-width: 668px) {
  .post-search .left {
    display: none;
  }
  .post-search .right {
    float: none;
    width: 100%;
    max-width: none;
  }
}
.cat-links,
.tags-links,
.edit-link,
.posted-on,
.byline {
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
.cat-links a,
.tags-links a,
.edit-link a,
.posted-on a,
.byline a {
  color: #888888 !important;
}
.search-wrapper {
  overflow: hidden;
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.search-input {
  position: absolute;
  right: -155px;
  width: 150px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.search-open,
.search-submit {
  padding: 0;
  border: none !important;
}
.search-submit {
  display: none;
  position: absolute;
  right: 0;
}
.button {
  width: 40%;
  margin: 10px 1%;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  background: #404040;
  *zoom: 1;
}
.button:before,
.button:after {
  content: "";
  display: table;
}
.button:after {
  clear: both;
}
.button:before,
.button:after {
  content: "";
  display: table;
}
.button:after {
  clear: both;
}
.button:before,
.button:after {
  content: "";
  display: table;
}
.button:after {
  clear: both;
}
.button:before,
.button:after {
  content: "";
  display: table;
}
.button:after {
  clear: both;
}
.button:hover {
  background: #606060;
  color: #ffffff;
  text-decoration: none;
}
.donate-btn {
  display: table;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.donate-btn a {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  background: #ed1c24;
  text-transform: uppercase;
  width: 100%;
  height: 30px;
}
.donate-btn a:hover {
  background: #606060;
  color: #ffffff;
  text-decoration: none;
}
.tixbutton {
  width: 50%;
  margin: 0;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  background: #404040;
  *zoom: 1;
}
.tixbutton:hover {
  background: #606060;
  color: #ffffff;
  text-decoration: none;
}
.go-top {
  position: fixed;
  bottom: 0.75em;
  left: 10.5em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  padding: 10px;
  display: none;
  margin: 0;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-decoration: none;
}
.submenu-is-open .go-top {
  left: 20.5em;
}
/*--------------TABLES----------------*/
table.fundraising-table td {
  padding: 10px;
  border-bottom: 1px solid #efefef;
}
table.general-table td {
  padding: 10px;
  border-right: 1px solid #fff0f0;
}
table.general-table td:last-child {
  border: none;
}
table.general-table tr {
  border-bottom: 1px dashed #f0f0ff;
}
table.general-table tr:last-child {
  border-bottom: none;
}

/*-----------Get Tickets Main Sub-Menu Yellow Button-----------*/
.sub-menu-content .menu-item-1563 {
  background: #dcd00f !important;
  color: #000000;
}
.sub-menu-content .menu-item-1563:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.sub-menu-content .menu-item-1563 a {
  color: inherit !important;
}
.sub-menu-content .menu-item-1563 a:hover {
  color: inherit !important;
}
.sub-menu-content .menu-item-1563 i {
  color: #ed1c24 !important;
}
/*------------White on White Images Shadow Border Fix ---------*/
.whiteImageBorder img{
	-webkit-box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.25);
}