﻿@charset "UTF-8";
/*! 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;
}

/* ================================================================
   Boilerplate - Base Styles 
   ================================================================ */
html, button, input, select, textarea {
  color: #444444;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  overflow-y: scroll;
  background: #fff;
  --samish-red: #6b0000;
  --samish-red-brightened: #a00000;
}

::-moz-selection {
  background: rgba(65, 64, 66, 0.75);
  text-shadow: none;
}

::selection {
  background: rgba(65, 64, 66, 0.75);
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

video {
  max-width: 100%;
}

.image-fluid, .image-fluid img {
  max-width: none;
  width: 100%;
  height: auto;
}

.image-fixed, .image-fixed img {
  max-width: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden, .gallery[data-style=thumbnails] .gallery-list-item img, .js .form-label-hide .sfTxtLbl, .js .form-label-hide .dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_length .js .form-label-hide label, .js .form-label-hide .dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_filter .js .form-label-hide label, .js .form-label-hide .dataTables_wrapper .dataTables_info, .dataTables_wrapper .js .form-label-hide .dataTables_info {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .gallery[data-style=thumbnails] .gallery-list-item img.focusable:active, .js .form-label-hide .focusable.sfTxtLbl:active, .js .form-label-hide .dataTables_wrapper .dataTables_length label.focusable:active, .dataTables_wrapper .dataTables_length .js .form-label-hide label.focusable:active, .js .form-label-hide .dataTables_wrapper .dataTables_filter label.focusable:active, .dataTables_wrapper .dataTables_filter .js .form-label-hide label.focusable:active, .js .form-label-hide .dataTables_wrapper .focusable.dataTables_info:active, .dataTables_wrapper .js .form-label-hide .focusable.dataTables_info:active,
.visuallyhidden.focusable:focus,
.gallery[data-style=thumbnails] .gallery-list-item img.focusable:focus,
.js .form-label-hide .focusable.sfTxtLbl:focus,
.js .form-label-hide .dataTables_wrapper .dataTables_length label.focusable:focus,
.dataTables_wrapper .dataTables_length .js .form-label-hide label.focusable:focus,
.js .form-label-hide .dataTables_wrapper .dataTables_filter label.focusable:focus,
.dataTables_wrapper .dataTables_filter .js .form-label-hide label.focusable:focus,
.js .form-label-hide .dataTables_wrapper .focusable.dataTables_info:focus,
.dataTables_wrapper .js .form-label-hide .focusable.dataTables_info:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .sf_pagerNumeric:before, .sfBreadcrumbWrp .RadSiteMap .rsmFlow:before, .page-meta:before, .sfcommentsFieldsList:before, .clearfix:after, .sf_pagerNumeric:after, .sfBreadcrumbWrp .RadSiteMap .rsmFlow:after, .page-meta:after, .sfcommentsFieldsList:after {
  content: " ";
  display: table;
}
.clearfix:after, .sf_pagerNumeric:after, .sfBreadcrumbWrp .RadSiteMap .rsmFlow:after, .page-meta:after, .sfcommentsFieldsList:after {
  clear: both;
}

.smallest {
  font-size: 0.8em;
}

.smaller {
  font-size: 0.9em;
}

.larger {
  font-size: 1.1em;
}

.largest {
  font-size: 1.2em;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.strike {
  text-decoration: line-through;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
}

.breakforprint {
  page-break-after: always;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.important {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body span.gc-cs-link {
  color: inherit;
}
body span.gc-cs-link:hover {
  text-decoration: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 120005;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 120004;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 120006;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "framework";
  src: url("../Fonts/framework/framework.eot?-jwry7e");
  src: url("../Fonts/framework/framework.eot?#iefix-jwry7e") format("embedded-opentype"), url("../Fonts/framework/framework.woff?-jwry7e") format("woff"), url("../Fonts/framework/framework.ttf?-jwry7e") format("truetype"), url("../Fonts/framework/framework.svg?-jwry7e#framework") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-] {
  font-family: "framework";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-comments, .gallery-list-item-comment:after {
  font-family: "framework";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f086";
}

.icon-comments:before {
  content: "\f086";
}

.iconfont-chevron-right, .module-list .item .more:after {
  font-family: "framework";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
}

.icon-chevron-right:before {
  content: "\f054";
}

.iconfont-chevron-left, .module .back:before {
  font-family: "framework";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
}

.icon-chevron-left:before {
  content: "\f053";
}

.iconfont-arrow-left {
  font-family: "framework";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f060";
}

.icon-arrow-left:before {
  content: "\f060";
}

.iconfont-search, .header .sfsearchBox .sfsearchSubmit:before {
  font-family: "framework";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
}

.icon-search:before {
  content: "\f002";
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-check:before {
  content: "\f00c";
}

.icon-times:before {
  content: "\f00d";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-dedent:before {
  content: "\f03b";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-picture-o:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-warning:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-bar-chart-o:before {
  content: "\f080";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before {
  content: "\f085";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-upload:before {
  content: "\f093";
}

.icon-lemon-o:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-flash:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-o:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-toggle-down:before {
  content: "\f150";
}

.icon-toggle-up:before {
  content: "\f151";
}

.icon-toggle-right:before {
  content: "\f152";
}

.icon-euro:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-cny:before {
  content: "\f157";
}

.icon-ruble:before {
  content: "\f158";
}

.icon-won:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-toggle-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-turkish-lira:before {
  content: "\f195";
}

.icon-plus-square-o:before {
  content: "\f196";
}

/*! jQuery UI - v1.11.4 - 2016-02-17
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
} /* ================================================================
   Custom Font 
   - Icomoon
   ================================================================ */
@font-face {
  font-family: "icomoon";
  src: url("../Fonts/icomoon/icomoon.eot");
  src: url("../Fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../Fonts/icomoon/icomoon.woff") format("woff"), url("../Fonts/icomoon/icomoon.ttf") format("truetype"), url("../Fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
}

[class*=icon-] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e900";
}

.icon-menu:before {
  content: "\e901";
}

.icon-circle-right:before {
  content: "\e905";
}

.icon-circle-left:before {
  content: "\e906";
}

.icon-facebook2:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-linkedin:before {
  content: "\e904";
}

/* ================================================================
   Grid Framework 
   ================================================================ */
/* ================================================================
   Fluid Grid Styles 
   ================================================================ */
.container, .container-full, .container-wide {
  position: relative;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  min-width: 16em;
  max-width: 960px;
  transition: all 0.1s linear;
}
.container:after, .container-full:after, .container-wide:after {
  content: "";
  display: table;
  clear: both;
}

.container-wide {
  max-width: 1280px;
}

.container-full {
  max-width: 100%;
}

.gutterless {
  padding: 0;
}

.gutterless > [class*=grid-] {
  padding: 0;
}

[class*=grid-] {
  padding: 0 10px;
}

[class*=grid-] [class*=grid-]:first-child {
  padding-left: 0;
}
[class*=grid-] [class*=grid-]:last-child {
  padding-right: 0;
}

@media (min-width: 0) {
  [class*=grid-] {
    position: relative;
    float: left;
    width: 100%;
    min-height: 0.001em;
  }
  .s-1half [class*=grid-] {
    width: 50%;
  }
  .s-full-grid[class*=grid-] {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .s-m-1half [class*=grid-] {
    width: 50%;
  }
  .s-m-1half [class*=push-] {
    left: 50%;
  }
  .s-m-1half [class*=pull-] {
    left: -50%;
  }
  .s-m-1third [class*=grid-] {
    width: 33.333%;
  }
  .s-m-1third [class*=push-] {
    left: 33.333%;
  }
  .s-m-1third [class*=pull-] {
    left: -33.333%;
  }
  .s-m-grid-2 {
    width: 16.666%;
  }
  .s-m-grid-4 {
    width: 33.333%;
  }
  .s-m-grid-5 {
    width: 41.666%;
  }
  .s-m-grid-6 {
    width: 50%;
  }
  .s-m-grid-7 {
    width: 58.333%;
  }
  .s-m-grid-8 {
    width: 66.666%;
  }
  .s-m-grid-10 {
    width: 83.333%;
  }
  [class*=grid-] [class*=grid-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .grid-1 {
    width: 8.333%;
  }
  .grid-2 {
    width: 16.666%;
  }
  .grid-3 {
    width: 25%;
  }
  .grid-4 {
    width: 33.333%;
  }
  .grid-5 {
    width: 41.666%;
  }
  .grid-6 {
    width: 50%;
  }
  .grid-7 {
    width: 58.333%;
  }
  .grid-8 {
    width: 66.666%;
  }
  .grid-9 {
    width: 75%;
  }
  .grid-10 {
    width: 83.333%;
  }
  .grid-11 {
    width: 91.666%;
  }
  .grid-12 {
    width: 100%;
  }
  .push-1 {
    left: 8.333%;
  }
  .push-2 {
    left: 16.666%;
  }
  .push-3 {
    left: 25%;
  }
  .push-4 {
    left: 33.333%;
  }
  .push-5 {
    left: 41.666%;
  }
  .push-6 {
    left: 50%;
  }
  .push-7 {
    left: 58.333%;
  }
  .push-8 {
    left: 66.666%;
  }
  .push-9 {
    left: 75%;
  }
  .push-10 {
    left: 83.333%;
  }
  .push-11 {
    left: 91.666%;
  }
  .push-12 {
    left: 100%;
  }
  .pull-1 {
    left: -8.333%;
  }
  .pull-2 {
    left: -16.666%;
  }
  .pull-3 {
    left: -25%;
  }
  .pull-4 {
    left: -33.333%;
  }
  .pull-5 {
    left: -41.666%;
  }
  .pull-6 {
    left: -50%;
  }
  .pull-7 {
    left: -58.333%;
  }
  .pull-8 {
    left: -66.666%;
  }
  .pull-9 {
    left: -75%;
  }
  .pull-10 {
    left: -83.333%;
  }
  .pull-11 {
    left: -91.666%;
  }
  .pull-12 {
    left: -100%;
  }
  .prefix-1 {
    margin-left: 8.333%;
  }
  .prefix-2 {
    margin-left: 16.666%;
  }
  .prefix-3 {
    margin-left: 25%;
  }
  .prefix-4 {
    margin-left: 33.333%;
  }
  .prefix-5 {
    margin-left: 41.666%;
  }
  .prefix-6 {
    margin-left: 50%;
  }
  .prefix-7 {
    margin-left: 58.333%;
  }
  .prefix-8 {
    margin-left: 66.666%;
  }
  .prefix-9 {
    margin-left: 75%;
  }
  .prefix-10 {
    margin-left: 83.333%;
  }
  .prefix-11 {
    margin-left: 91.666%;
  }
  .prefix-12 {
    margin-left: 100%;
  }
  .suffix-1 {
    margin-right: 8.333%;
  }
  .suffix-2 {
    margin-right: 16.666%;
  }
  .suffix-3 {
    margin-right: 25%;
  }
  .suffix-4 {
    margin-right: 33.333%;
  }
  .suffix-5 {
    margin-right: 41.666%;
  }
  .suffix-6 {
    margin-right: 50%;
  }
  .suffix-7 {
    margin-right: 58.333%;
  }
  .suffix-8 {
    margin-right: 66.666%;
  }
  .suffix-9 {
    margin-right: 75%;
  }
  .suffix-10 {
    margin-right: 83.333%;
  }
  .suffix-11 {
    margin-right: 91.666%;
  }
  .suffix-12 {
    margin-right: 100%;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .m-1half [class*=grid-] {
    width: 50%;
  }
  .m-1half [class*=push-] {
    left: 50%;
  }
  .m-1half [class*=pull-] {
    left: -50%;
  }
  .m-1third [class*=grid-] {
    width: 33.333%;
  }
  .m-1third [class*=push-] {
    left: 33.333%;
  }
  .m-1third [class*=pull-] {
    left: -33.333%;
  }
  .m-1fourth [class*=grid-] {
    width: 25%;
  }
  .m-1fourth [class*=push-] {
    left: 25%;
  }
  .m-1fourth [class*=pull-] {
    left: -25%;
  }
  .m-2thirds-left [class*=grid-] {
    width: 50%;
  }
  .m-2thirds-left [class*=grid-]:nth-child(2n) {
    width: 25%;
  }
  .m-2thirds-left [class*=grid-]:nth-child(2n+1) {
    width: 75%;
  }
  .m-2thirds-left [class*=push-] {
    left: 0;
  }
  .m-2thirds-left [class*=pull-] {
    left: 0;
  }
  .m-2thirds-right [class*=grid-] {
    width: 50%;
  }
  .m-2thirds-right [class*=grid-]:nth-child(2n) {
    width: 75%;
  }
  .m-2thirds-right [class*=grid-]:nth-child(2n+1) {
    width: 25%;
  }
  .m-2thirds-right [class*=push-] {
    left: 0;
  }
  .m-2thirds-right [class*=pull-] {
    left: 0;
  }
  .m-l-grid-6 {
    width: 50%;
  }
  .m-l-grid-12 {
    width: 100%;
  }
  .m-l-noleftpad {
    padding-left: 0;
  }
  .m-l-norightpad {
    padding-right: 0;
  }
}
/* ================================================================
   Typography Styles
   ================================================================ */
h1 {
  margin: 1em 0 0.2em;
  font-family: "EB Garamond", serif;
  font-size: 37px;
  font-size: 2.3125rem;
  color: #650706;
}

h2 {
  margin: 0 0 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
}

h3 {
  margin: 0 0 1em;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #707070;
}

p {
  margin: 0 0 20px;
}

.sfContentBlock ul, .sfContentBlock ol {
  padding-left: 1.5em;
  margin: 0 0 20px;
}

blockquote {
  border-left: 5px solid hsl(0deg, 0%, 85%);
  padding-left: 1.5em;
  margin: 1em 1.5em;
}

/*a {
	color: $color-primary;
	text-decoration: none;

	&:hover, &:focus {
		text-decoration: underline;
	}
}*/
table {
  margin: 1em 0;
  border: 1px solid #ccc;
}

td {
  border: 1px solid #ccc;
  background: hsl(0deg, 0%, 90%);
  padding: 0.2em 0.4em;
}

tr:nth-child(2n) td {
  background: #fff;
}

.button, .sfSearchButton, .sfcommentsSubmitBtnWrp [type=submit] {
  display: inline-block;
  padding: 0.4em 1.5em;
  background: #414042;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.button:hover, .sfSearchButton:hover, .sfcommentsSubmitBtnWrp [type=submit]:hover, .button:focus, .sfSearchButton:focus, .sfcommentsSubmitBtnWrp [type=submit]:focus {
  text-decoration: none;
  background: #282728;
}

.button-small, .module-list .item .more, .module .back {
  display: inline-block;
  padding: 0.3em 1em;
  background: #414042;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.button-small:before, .module-list .item .more:before, .module .back:before {
  position: relative;
  left: 0;
  padding-right: 5px;
  font-size: 10px;
  transition: left 0.2s ease-out;
}
.button-small:after, .module-list .item .more:after, .module .back:after {
  position: relative;
  right: 0;
  padding-left: 5px;
  font-size: 10px;
  transition: right 0.2s ease-out;
}
.button-small:hover, .module-list .item .more:hover, .module .back:hover, .button-small:focus, .module-list .item .more:focus, .module .back:focus {
  text-decoration: none;
  background: #282728;
}
.button-small:hover:before, .module-list .item .more:hover:before, .module .back:hover:before, .button-small:focus:before, .module-list .item .more:focus:before, .module .back:focus:before {
  left: -5px;
}
.button-small:hover:after, .module-list .item .more:hover:after, .module .back:hover:after, .button-small:focus:after, .module-list .item .more:focus:after, .module .back:focus:after {
  right: -5px;
}

/* ==========================================================================
   Global Modules
   - We define modules as larger content that usually have a listing and detailed view.
   - Examples: Events, News, Testimonials
   ========================================================================== */
/* Meta Content
   - This is content that extends or defines the content that it is pared with.
   - Examples: date, author, tag
   ========================================================================== */
.meta {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}

.meta-item {
  display: inline-block;
}
.meta-item:after {
  content: "•";
  display: inline-block;
  padding: 0 0.5em 0 0.2em;
}
.meta-item:last-child:after {
  display: none;
}

.sfTags {
  display: inline-block;
}

.sfTagsList {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.sfTagsList li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.sfTagsList span {
  display: inline-block;
  padding: 2px 6px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background: hsl(0deg, 0%, 90%);
  color: hsl(0deg, 0%, 50%);
  text-transform: uppercase;
  border-radius: 4px;
  vertical-align: text-bottom;
}
.sfTagsList span[data-tag=Featured] {
  background: #eea236;
  color: #fff;
}

/* Core Module Styles
   - Provides core styling for modules
   ========================================================================== */
.module {
  margin-bottom: 1em;
}
.module > .title {
  margin-bottom: 20px;
}
.module .summary {
  margin-bottom: 20px;
  font-weight: bold;
  font-style: italic;
}
.module .content {
  margin-bottom: 20px;
}
.module .back {
  text-transform: capitalize;
}
/* Core List Styles
   - Provides core styling for item list
   ========================================================================== */
.list {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
.list > .item {
  position: relative;
  display: block;
  padding: 0;
}
.list > .item + .item {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(65, 64, 66, 0.2);
}
.list > .item .aside {
  margin: 1em auto;
  max-width: 200px;
  max-height: 200px;
}
@media (min-width: 768px) {
  .list > .item .aside {
    display: table-cell;
    width: 125px;
    vertical-align: top;
  }
  .list > .item .aside .sfimageWrp {
    margin: 5px 15px 0 0;
  }
  .list > .item .aside + .item-content {
    display: table-cell;
    vertical-align: top;
  }
}

/* Module List
   - Provides core styling for Module Lists
   ========================================================================== */
.module-list .item .title {
  margin: 0 0 10px;
}
.module-list .item .title a {
  text-decoration: none;
}
.module-list .item .title a:hover, .module-list .item .title a:focus {
  text-decoration: underline;
}
.module-list .item .meta {
  margin-bottom: 10px;
  font-size: 0.85em;
}
.module-list .item .summary {
  margin-bottom: 10px;
}
.module-list .item .more {
  text-transform: capitalize;
}
/* Module Rail
   - Provides core styling for rail modules
   ========================================================================== */
.module-rail {
  margin-bottom: 1em;
  background: hsl(0deg, 0%, 95%);
}
.module-rail .module-header .title {
  margin: 0;
  padding: 10px;
  background: #414042;
  color: #fff;
}
.module-rail .module-header .title a {
  color: #fff;
}
.module-rail > .list {
  padding: 10px;
}
.module-rail > .list .title {
  margin-bottom: 0;
}
.module-rail > .list .meta {
  font-size: 0.85em;
}

/* ================================================================
   I Want To Module
   ================================================================ */
.sliderContainer {
  position: relative;
}
.sliderContainer .iwantto {
  position: absolute;
  bottom: 10%;
  right: 0;
  background: rgba(81, 57, 41, 0.5);
  width: 115px;
}
.sliderContainer .iwantto li {
  margin: 5px 0;
}
@media (min-width: 0) and (max-width: 960px) {
  .sliderContainer .iwantto {
    display: none;
  }
}
@media (min-width: 960px) {
  .sliderContainer .iwantto {
    display: block;
  }
}

.interiorBody .iwantto {
  background: #96877D;
  margin-bottom: 1em;
  padding: 10px 3px;
}
.interiorBody .iwantto h1 {
  font-size: 14px;
  font-size: 0.875rem;
}
.interiorBody .iwantto ul:after {
  content: "";
  display: table;
  clear: both;
}
.interiorBody .iwantto li {
  width: 50%;
  margin: 10px 0;
  float: left;
}

.iwantto h1 {
  color: #f2f2f2;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 10px;
  font-style: italic;
  font-size: 11px;
  font-size: 0.6875rem;
}
.iwantto a {
  color: #f2f2f2;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
}
.iwantto a.find:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.iwantto a.connect:before, .iwantto a.learn:before, .iwantto a.apply:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.iwantto a.connect:before {
  background: url(../Images/layout/icon1.png) no-repeat 0 0 transparent;
}
.iwantto a.learn:before {
  background: url(../Images/layout/icon2.png) no-repeat 0 0 transparent;
}
.iwantto a.apply:before {
  background: url(../Images/layout/icon3.png) no-repeat 0 0 transparent;
}
.iwantto ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}

/* ================================================================
   Timeline
   ================================================================ */
.timeline {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}
.timeline li {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.timeline .year {
  font-family: "EB Garamond", serif;
  margin: 0.5em 0 0.2em 0;
}
.timeline .overlay-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.timeline .overlay-item .dsc-cont {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 720px;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  transform: scale(1.5) translateX(-50%);
  transition: all, 0.2s, ease-in;
}
.timeline .overlay-item:before {
  content: "See More";
  position: absolute;
  z-index: 8;
  top: -55px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  width: 100%;
  left: 0;
  font-size: 20px;
  color: #fff;
  padding: 12px 0;
  max-width: 720px;
  left: 50%;
  transform: translateX(-50%);
  transition: all, 0.3s, ease-in;
}
.timeline .overlay-item:hover:before, .timeline .overlay-item:focus:before {
  top: 0;
}
.timeline .data-container {
  margin: 0 auto;
  max-width: 720px;
  position: relative;
  background: rgba(0, 0, 0, 0);
  transition: all, 0.3s, ease-in;
}
.timeline .data-container img {
  width: 100%;
  max-width: 720px;
  opacity: 1;
}
.timeline .data-container .sfrelatedItmWrp {
  position: relative;
  z-index: 2;
}
.timeline .data-container p {
  margin: 0;
}
.timeline .data-container p.img-dsc {
  color: #fff;
}
.timeline .data-container.active {
  background: black;
}
.timeline .data-container.active .overlay-item:before {
  top: -55px;
}
.timeline .data-container.active .overlay-item .dsc-cont {
  opacity: 1;
  transform: scale(1) translateX(-50%);
}
@media (min-width: 0) and (max-width: 768px) {
  .timeline {
    padding: 0 10px;
  }
  .timeline .year {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .timeline .data-container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .timeline .data-container p.img-dsc {
    color: #fff;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .timeline .year {
    font-size: 90px;
    font-size: 5.625rem;
  }
  .timeline .data-container p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .timeline .data-container p.img-dsc {
    color: #fff;
    padding: 30px 15px;
  }
}

/* ================================================================
   News
   ================================================================ */
.newsList {
  list-style: none;
  padding: 0;
}
.newsList li {
  margin-bottom: 20px;
}
.newsList .sftitle {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.newsList .sfsummary {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.newsList .sffullstory {
  color: #670c0c;
  font-size: 11px;
  font-size: 0.6875rem;
}

.newsRail {
  background: #d2d0c8;
  padding: 10px 7px;
  margin-bottom: 1em;
}
.newsRail li {
  margin: 20px 0 0 0;
}
.newsRail h2 {
  color: #67674e;
  border-bottom: 1px solid #67674e;
  padding: 0 4px 5px 4px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
.newsRail .railNewsList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsRail .sftitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 7px;
}
.newsRail .sfsummary {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0;
}
.newsRail .sffullstory {
  color: #9e6521;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.sfnewsLinksWrp .sfback {
  color: #670c0c;
  font-size: 11px;
  font-size: 0.6875rem;
}
.sfnewsLinksWrp .sfback:before {
  content: "";
  border-top: 5px solid transparent;
  border-left: 0 solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #670c0c;
  display: inline-block;
  margin-right: 7px;
}

.newsDetail .sftitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin: 1em 0;
}
.newsDetail .sfmetainfo {
  font-size: 12px;
  font-size: 0.75rem;
  color: #650706;
  margin: 10px 0;
}
.newsDetail .sfnewsSummary {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #414042;
  margin-bottom: 25px;
}
.newsDetail .sfcontent {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
}
.newsDetail .sfcommentsCounterWrp {
  font-size: 12px;
  font-size: 0.75rem;
  color: #650706;
  margin: 10px 0;
  display: inline-block;
}
.newsDetail .sfcommentsCounterWrp:before {
  content: "|";
  display: inline-block;
}

/* ================================================================
   Lists
   ================================================================ */
.sfsimpleListWrp, .sfexpandedListWrp, .sfexpandableListWrp, .sfanchorListWrp, .sfanchoredListWrp, .sfpagelistListWrp, .sflistItemDetails {
  margin-bottom: 20px;
}
.sfsimpleListWrp .sflistTitleS, .sfexpandedListWrp .sflistTitleS, .sfexpandableListWrp .sflistTitleS, .sfanchorListWrp .sflistTitleS, .sfanchoredListWrp .sflistTitleS, .sfpagelistListWrp .sflistTitleS, .sflistItemDetails .sflistTitleS {
  color: #414042;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}
.sfsimpleListWrp ul, .sfexpandedListWrp ul, .sfexpandableListWrp ul, .sfanchorListWrp ul, .sfanchoredListWrp ul, .sfpagelistListWrp ul, .sflistItemDetails ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.sfsimpleListWrp li, .sfexpandedListWrp li, .sfexpandableListWrp li, .sfanchorListWrp li, .sfanchoredListWrp li, .sfpagelistListWrp li, .sflistItemDetails li {
  margin: 20px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.sfsimpleListWrp li:last-child, .sfexpandedListWrp li:last-child, .sfexpandableListWrp li:last-child, .sfanchorListWrp li:last-child, .sfanchoredListWrp li:last-child, .sfpagelistListWrp li:last-child, .sflistItemDetails li:last-child {
  margin-bottom: 0;
}
.sfsimpleListWrp li:first-child, .sfexpandedListWrp li:first-child, .sfexpandableListWrp li:first-child, .sfanchorListWrp li:first-child, .sfanchoredListWrp li:first-child, .sfpagelistListWrp li:first-child, .sflistItemDetails li:first-child {
  margin-top: 0;
}
.sfsimpleListWrp .sflistItemTitle, .sfexpandedListWrp .sflistItemTitle, .sfexpandableListWrp .sflistItemTitle, .sfanchorListWrp .sflistItemTitle, .sfanchoredListWrp .sflistItemTitle, .sfpagelistListWrp .sflistItemTitle, .sflistItemDetails .sflistItemTitle {
  margin: 7px 0;
}
.sfsimpleListWrp .sflistExpandAllLnk, .sfsimpleListWrp .sflistCollapseAllLnk, .sfsimpleListWrp .sflistTopLnk, .sfexpandedListWrp .sflistExpandAllLnk, .sfexpandedListWrp .sflistCollapseAllLnk, .sfexpandedListWrp .sflistTopLnk, .sfexpandableListWrp .sflistExpandAllLnk, .sfexpandableListWrp .sflistCollapseAllLnk, .sfexpandableListWrp .sflistTopLnk, .sfanchorListWrp .sflistExpandAllLnk, .sfanchorListWrp .sflistCollapseAllLnk, .sfanchorListWrp .sflistTopLnk, .sfanchoredListWrp .sflistExpandAllLnk, .sfanchoredListWrp .sflistCollapseAllLnk, .sfanchoredListWrp .sflistTopLnk, .sfpagelistListWrp .sflistExpandAllLnk, .sfpagelistListWrp .sflistCollapseAllLnk, .sfpagelistListWrp .sflistTopLnk, .sflistItemDetails .sflistExpandAllLnk, .sflistItemDetails .sflistCollapseAllLnk, .sflistItemDetails .sflistTopLnk {
  font-size: 12px;
  font-size: 0.75rem;
}
.sfsimpleListWrp .sflistTopLnk, .sfexpandedListWrp .sflistTopLnk, .sfexpandableListWrp .sflistTopLnk, .sfanchorListWrp .sflistTopLnk, .sfanchoredListWrp .sflistTopLnk, .sfpagelistListWrp .sflistTopLnk, .sflistItemDetails .sflistTopLnk {
  color: #670c0c;
}

/* ================================================================
   Date Picker
   ================================================================ */
.datepickerContainer, .eventsListingContainer {
  height: 0;
  width: 0;
  overflow: hidden;
}

.datepickerContainer {
  position: relative;
}
.datepickerContainer .datepicker {
  background: #ddd7d3;
  border: 1px solid #bfb2a8;
}
.datepickerContainer .ui-datepicker {
  width: 100%;
  margin: 0;
}
.datepickerContainer .ui-datepicker table {
  border: 0;
  margin: 0;
}
.datepickerContainer .ui-datepicker table span, .datepickerContainer .ui-datepicker table a {
  color: #858689;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "EB Garamond", serif;
}
.datepickerContainer .ui-datepicker table a {
  font-family: "Montserrat", sans-serif;
}
.datepickerContainer .ui-datepicker th {
  padding: 0.3em;
  text-align: right;
}
.datepickerContainer .ui-datepicker tr td {
  background: transparent;
  text-align: right;
}
.datepickerContainer .ui-datepicker tr td a {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0.1em 0.3em;
  background: transparent;
  border-radius: 50%;
  text-align: center;
}
.datepickerContainer .ui-datepicker tr td.event a {
  color: #fff;
  background: #153afb;
}
.datepickerContainer .ui-datepicker tr td.ui-datepicker-today a {
  color: #fff;
  background: #fb3e15;
}
.datepickerContainer .ui-datepicker-title {
  margin: 0 1.3em;
}
.datepickerContainer .ui-datepicker-header {
  margin: 0 7px;
  border-bottom: 1px solid #67674e;
  padding: 0.2em 0;
}
.datepickerContainer .ui-datepicker-title {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 959px) {
  .datepickerContainer {
    display: none;
  }
}
@media (min-width: 960px) {
  .datepickerContainer.active {
    height: auto;
    width: auto;
    overflow: visible;
  }
}

.datepickerContainer .ui-datepicker-prev, .datepickerContainer .ui-datepicker-next, .eventsListingContainer .ui-datepicker-prev, .eventsListingContainer .ui-datepicker-next {
  width: 1.3em;
  height: 1.3em;
  cursor: pointer;
  text-align: center;
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
}
.datepickerContainer .ui-datepicker-prev:hover, .datepickerContainer .ui-datepicker-prev:focus, .datepickerContainer .ui-datepicker-next:hover, .datepickerContainer .ui-datepicker-next:focus, .eventsListingContainer .ui-datepicker-prev:hover, .eventsListingContainer .ui-datepicker-prev:focus, .eventsListingContainer .ui-datepicker-next:hover, .eventsListingContainer .ui-datepicker-next:focus {
  text-decoration: none;
  color: #670c0c;
}
.datepickerContainer .ui-datepicker-prev span, .datepickerContainer .ui-datepicker-next span, .eventsListingContainer .ui-datepicker-prev span, .eventsListingContainer .ui-datepicker-next span {
  display: none;
}
.datepickerContainer .ui-datepicker-prev:before,
.datepickerContainer .ui-datepicker-next:before, .eventsListingContainer .ui-datepicker-prev:before,
.eventsListingContainer .ui-datepicker-next:before {
  content: "<<";
  font-family: cursive;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  opacity: 1;
}
.datepickerContainer .ui-datepicker-next:before, .eventsListingContainer .ui-datepicker-next:before {
  content: ">>";
}

.datepickerContainer .ui-datepicker-prev, .datepickerContainer .ui-datepicker-next {
  float: left;
  position: static;
}
.datepickerContainer .ui-datepicker-next {
  float: right;
}

.eventsRailCalendar, .eventListing {
  background: #ddd7d3;
  border: 1px solid #bfb2a8;
  margin-top: 0;
  padding: 7px;
}
.eventsRailCalendar ul, .eventListing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eventsRailCalendar h2, .eventListing h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0.5em;
}
.eventsRailCalendar .sfeventMetaInfo, .eventListing .sfeventMetaInfo {
  font-size: 11px;
  font-size: 0.6875rem;
}
.eventsRailCalendar .eventsPagination > div + div, .eventListing .eventsPagination > div + div {
  margin: 10px 0;
}

.eventListing {
  padding-top: 35px;
}

@media (max-width: 959px) {
  .eventListing {
    display: block;
  }
}

@media (max-width: 959px) {
  .eventsRailCalendar {
    display: none;
  }
}

.ui-datepicker-calendar .ui-state-hover.active {
  background: darkred;
}

.eventListingView {
  padding: 0;
  list-style: none;
}
.eventListingView li {
  margin-bottom: 20px;
}
.eventListingView .sftitle {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.eventListingView .sfmetainfo {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.eventListingView .sffullstory {
  color: #670c0c;
  font-size: 11px;
  font-size: 0.6875rem;
}

.eventsRailCalendar {
  position: absolute;
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.eventsRailCalendar li {
  display: none;
}
.eventsRailCalendar li.active {
  display: block;
}

.eventsRailCalendar {
  display: none;
}
.eventsRailCalendar.active {
  display: block;
}

.eventsListingContainer.active {
  height: auto;
  width: auto;
  overflow: visible;
}
@media (min-width: 0) and (max-width: 960px) {
  .eventsListingContainer, .eventsListingContainer.active {
    height: auto;
    width: auto;
    overflow: visible;
    max-width: 100%;
  }
}

.calendarTabsContainer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media (min-width: 0) and (max-width: 768px) {
  .calendarTabsContainer {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
}

.toggleCalendar, .toggleEvents {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  border: 1px solid transparent;
  border-bottom: 0;
  position: relative;
  top: 1px;
  z-index: 1;
  text-align: center;
}
.toggleCalendar a, .toggleEvents a {
  color: #a7a9ac;
}
.toggleCalendar a:hover, .toggleCalendar a:focus, .toggleEvents a:hover, .toggleEvents a:focus {
  text-decoration: none;
}
.toggleCalendar.active, .toggleEvents.active {
  background: #ddd7d3;
  border-color: #bfb2a8;
}
.toggleCalendar.active a, .toggleEvents.active a {
  color: #401c00;
}

.toggleCalendar {
  padding: 1px 0;
  margin: 0;
  width: 40%;
}
@media (min-width: 0) and (max-width: 960px) {
  .toggleCalendar {
    display: none;
  }
}
@media (min-width: 960px) {
  .toggleCalendar {
    display: inline-block;
  }
}

.toggleEvents {
  padding: 1px 0;
  width: 60%;
}
@media (max-width: 959px) {
  .toggleEvents {
    background: #ddd7d3;
    border-color: #bfb2a8;
    width: 100%;
  }
  .toggleEvents a {
    color: #401c00;
  }
}
/* ================================================================
   Careers
   ================================================================ */
.careersDetails .row {
  margin: 1em 0;
}
.careersDetails .row:after {
  content: "";
  display: table;
  clear: both;
}
.careersDetails label {
  width: 140px;
  font-weight: bold;
}
.careersDetails ol, .careersDetails ul {
  padding: 0 0 0 1em;
}
@media (min-width: 768px) {
  .careersDetails {
    display: table;
  }
  .careersDetails .row {
    display: table-row;
  }
  .careersDetails label, .careersDetails p {
    display: table-cell;
    padding: 15px 5px;
  }
}

/* ================================================================
   Staff
   ================================================================ */
.staffList {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
.staffList:after {
  content: "";
  display: table;
  clear: both;
}
.staffList .staffItem {
  margin: 0;
}
.staffList .staffItem > div {
  position: relative;
}
.staffList .staffItem .sfrelatedItmWrp {
  width: 80%;
  position: relative;
  z-index: 1;
}
.staffList .staffItem .sfrelatedItmWrp img {
  max-width: 128px;
}
.staffList .staffItem .txt-container {
  display: inline-block;
  width: 128px;
}
.staffList .sfitemTitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
.staffList h4 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: italic;
  color: #414042;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
.staffList p {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #414042;
}
@media (min-width: 0) and (max-width: 960px) {
  .staffList .staffItem {
    width: 220px;
  }
}
@media (min-width: 960px) {
  .staffList {
    display: flex;
    flex-wrap: wrap;
  }
  .staffList .staffItem {
    width: 33%;
    margin: 15px 0;
  }
  .staffList .staffItem:first-child {
    text-align: center;
    width: 100%;
    box-shadow: none;
  }
  .staffList .staffItem:first-child > div {
    display: inline-block;
    width: 210px;
    text-align: left;
    width: 233.33px;
  }
}

/* ================================================================
   Meetings
   ================================================================ */
.meetings ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.meetings ul:after {
  content: "";
  display: table;
  clear: both;
}
.meetings ul.ths {
  background: #f2f2f2;
  display: none;
}
.meetings ul.meeting-table li li:nth-child(1), .meetings ul.meeting-table li li:nth-child(2) {
  font-size: 12px;
  font-size: 0.75rem;
}
.meetings ul.meeting-table li li:nth-child(3) {
  font-size: 13px;
  font-size: 0.8125rem;
}
.meetings ul.meeting-table li li:nth-child(4), .meetings ul.meeting-table li li:nth-child(5), .meetings ul.meeting-table li li:nth-child(6) {
  font-size: 11px;
  font-size: 0.6875rem;
}
.meetings ul.meeting-table li li a {
  color: #670c0c;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Montserrat", sans-serif;
}
.meetings ul.meeting-table > li {
  border-top: 2px dotted #96877D;
}
.meetings ul.meeting-table > li:last-child {
  border-bottom: 2px dotted #96877D;
}
.meetings h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  padding: 5px 17px;
  background: #96877D;
}
.meetings h4, .meetings h5 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #414042;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 5px;
  font-weight: 600;
}
.meetings h5 {
  margin: 0 0 0.5em 0;
  padding: 0;
}
.meetings p {
  margin: 0;
}
@media (min-width: 0) and (max-width: 960px) {
  .meetings .meeting-table {
    margin-bottom: 30px;
    padding: 10px;
  }
  .meetings .meeting-table > li {
    padding-top: 20px;
  }
  .meetings .meeting-table > li:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .meetings .meeting-table ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .meetings h5 {
    display: none;
  }
  .meetings ul {
    display: block;
  }
  .meetings ul.ths {
    display: flex;
  }
  .meetings ul.ths li, .meetings ul.meeting-table ul li {
    width: 25%;
  }
  .meetings ul.ths.active {
    display: flex;
  }
  .meetings ul.meeting-table ul {
    display: flex;
  }
  .meetings ul.meeting-table > li {
    padding: 6px 0;
  }
  .meetings ul.meeting-table > li li {
    padding: 0 5px;
  }
}

/* ================================================================
   Iframe videos
   ================================================================ */
.iframe-video {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1151px) {
  .iframe-video {
    max-width: 500px;
    height: 280px;
  }
}
@media (min-width: 1152px) {
  .iframe-video {
    max-width: 700px;
    height: 395px;
  }
}

/* ================================================================
   Forums
   ================================================================ */
.sfforumSubTitle, .sfforumNoThreadsWrp p, .sfforumsList .sfforumTitle, .sfforumsList .sfforumThreadTitle, .sfforumThreadsList .sfforumTitle, .sfforumThreadsList .sfforumThreadTitle {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.sfforumLink, .sfLeaveCommentLnk, .sfcommentsOrderFilterWrp a, .sfforumThreadPostList .sfforumPostPermalink, .sfforumNoThreadsWrp a, .sfforumsFilterWrp .sfthreadsFilterList li a, .sfforumsList .sfforumThreadLastPostWrp a, .sfforumThreadsList .sfforumThreadLastPostWrp a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #670c0c;
  font-weight: 600;
}

.sfforumsList, .sfforumThreadsList {
  width: 100%;
}
.sfforumsList, .sfforumsList td, .sfforumThreadsList, .sfforumThreadsList td {
  border-color: #670c0c;
  border-width: 2px;
}
.sfforumsList .sfforumGroupTitle, .sfforumThreadsList .sfforumGroupTitle {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0;
}
.sfforumsList .sfforumDescription, .sfforumsList .sfforumThreadAgeWrp, .sfforumsList .sfforumThreadsCountWrp, .sfforumsList .sfforumPostsCountWrp, .sfforumsList .sfforumLastPostWrp, .sfforumsList .sfforumThreadPostsWrp, .sfforumsList .sfforumThreadViewsWrp, .sfforumsList .sfforumThreadLastPostWrp, .sfforumThreadsList .sfforumDescription, .sfforumThreadsList .sfforumThreadAgeWrp, .sfforumThreadsList .sfforumThreadsCountWrp, .sfforumThreadsList .sfforumPostsCountWrp, .sfforumThreadsList .sfforumLastPostWrp, .sfforumThreadsList .sfforumThreadPostsWrp, .sfforumThreadsList .sfforumThreadViewsWrp, .sfforumThreadsList .sfforumThreadLastPostWrp {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.sfforumsList .sfforumImgWrp img, .sfforumThreadsList .sfforumImgWrp img {
  max-width: 35px;
}
.sfforumsList .sfforumThreadWrp, .sfforumsList .sfforumThreadPostsWrp, .sfforumsList .sfforumThreadViewsWrp, .sfforumsList .sfforumThreadLastPostWrp, .sfforumThreadsList .sfforumThreadWrp, .sfforumThreadsList .sfforumThreadPostsWrp, .sfforumThreadsList .sfforumThreadViewsWrp, .sfforumThreadsList .sfforumThreadLastPostWrp {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  padding: 0 10px;
}
.sfforumsList .sfforumGroupDescription, .sfforumThreadsList .sfforumGroupDescription {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0;
}
.sfforumsList tr td, .sfforumThreadsList tr td {
  background: #fff;
}
.sfforumsList tr:nth-child(2n) td, .sfforumThreadsList tr:nth-child(2n) td {
  background: #fbdddd;
}
.sfforumsList .sfforumThreadAnswered, .sfforumThreadsList .sfforumThreadAnswered {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
}
.sfforumsList .sfforumThreadAnswered:before, .sfforumThreadsList .sfforumThreadAnswered:before {
  content: " - ";
  display: inline-block;
}

@media (min-width: 0) and (max-width: 768px) {
  .sfforumsList, .sfforumThreadsList {
    border: 0;
  }
  .sfforumsList tr, .sfforumThreadsList tr {
    display: block;
    margin: 1em 0;
    border-bottom: 2px solid #670c0c;
  }
  .sfforumsList tr th, .sfforumThreadsList tr th {
    text-align: center;
    display: block;
  }
  .sfforumsList tr td, .sfforumThreadsList tr td {
    display: block;
    border-bottom: 0;
  }
  .sfforumsList tr td:empty, .sfforumsList tr td.sfforumImgWrp, .sfforumThreadsList tr td:empty, .sfforumThreadsList tr td.sfforumImgWrp {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .sfforumThreadsList thead {
    display: none;
  }
  .sfforumThreadsList tr td.cell:before {
    content: attr(data-cell-title);
    text-transform: uppercase;
    display: block;
  }
}

a.sfforumRssLnk, a.sfforumNewThreadLnk, .sfforumPostReplyForm .sfClose {
  color: #fff;
  background: #6a0808;
  padding: 3px 10px;
  text-align: center;
  border: 1px solid #a66b6b;
  border-right-color: #b7aaa0;
  border-bottom-color: #b7aaa0;
  font-weight: bold;
  min-width: 101px;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
}
a.sfforumRssLnk:hover, a.sfforumRssLnk:focus, a.sfforumNewThreadLnk:hover, a.sfforumNewThreadLnk:focus, .sfforumPostReplyForm .sfClose:hover, .sfforumPostReplyForm .sfClose:focus {
  text-decoration: none;
  background: #820a0a;
}

.sfforumsFilterWrp {
  margin: 20px 0;
}
.sfforumsFilterWrp .sfforumsFilterLbl {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  display: block;
}
.sfforumsFilterWrp .sfthreadsFilterList {
  list-style: none;
  padding: 0;
}
.sfforumsFilterWrp .sfthreadsFilterList:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0) and (max-width: 768px) {
  .sfforumsFilterWrp .sfthreadsFilterList li {
    margin: 10px 0;
  }
}
@media (min-width: 768px) {
  .sfforumsFilterWrp .sfthreadsFilterList li {
    float: left;
    border-left: 1px solid #670c0c;
    border-right: 1px solid #CC3838;
    padding: 0 10px;
  }
  .sfforumsFilterWrp .sfthreadsFilterList li:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .sfforumsFilterWrp .sfthreadsFilterList li:last-child {
    border-right: 0;
    padding-right: 0;
  }
}

.sfforumNewThreadFormList {
  list-style: none;
  padding: 0;
}
.sfforumNewThreadFormList .sfforumNewThreadContent {
  margin: 15px 0;
}
.sfforumNewThreadFormList .RadEditor, .sfforumNewThreadFormList .reLayoutWrapper {
  width: auto !important;
  height: auto !important;
}
.sfforumNewThreadFormList .RadEditor table.reLayoutWrapper, .sfforumNewThreadFormList .Default.RadEditor .reContentCell, .sfforumNewThreadFormList .Default.reColorPicker, .sfforumNewThreadFormList .Default.reInsertTable, .sfforumNewThreadFormList .Default.reDropDownBody {
  margin: 0;
  border: 2px solid #670c0c;
}
.sfforumNewThreadFormList input[type=text] {
  border: 2px solid #670c0c;
}
.sfforumNewThreadFormList .Default.reWrapper {
  border: 0;
}

.sfforumNewThreadWrp .sfSubmitBtnWrp {
  margin: 20px 0;
}
.sfforumNewThreadWrp .sfSubmitBtnWrp a {
  color: #fff;
  background: #6a0808;
  padding: 3px 10px;
  text-align: center;
  border: 1px solid #a66b6b;
  border-right-color: #b7aaa0;
  border-bottom-color: #b7aaa0;
  font-weight: bold;
  min-width: 101px;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  width: 71px;
}
.sfforumNewThreadWrp .sfSubmitBtnWrp a:hover, .sfforumNewThreadWrp .sfSubmitBtnWrp a:focus {
  text-decoration: none;
  background: #820a0a;
}

.sfforumSocialShareWrp {
  font-family: "Montserrat", sans-serif;
  border-top: 2px solid #670c0c;
  border-bottom: 2px solid #670c0c;
  margin: 20px 0;
  color: #000;
  padding: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.sfforumSubscribeWrp, .sfforumPostReplyContainer, .sfforumReplyPostWrp {
  display: inline-block;
}

.sfforumSubscribeWrp, .sfforumReplyPostWrp {
  margin-right: 15px;
}

.sfforumThreadPostList {
  padding: 0;
  margin: 2em 0;
  list-style: none;
}
.sfforumThreadPostList li {
  margin: 1em 0;
}
.sfforumThreadPostList .sfforumThreadPostUser strong {
  font-family: "EB Garamond", serif;
  color: #670c0c;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: capitalize;
}
.sfforumThreadPostList .sfforumThreadPostUser .sfforumUserAvatarWrp {
  margin: 15px 0;
}
.sfforumThreadPostList .sfforumThreadPostUser .sfforumUserPostsInfo {
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 15px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.sfforumThreadPostList .sfforumThreadPostUser .sfforumUserPostsInfo br {
  display: none;
}
.sfforumThreadPostList .sfforumThreadPostUser .sfforumUserPostsInfo p {
  margin: 0;
}
.sfforumThreadPostList .sfforumPostAge {
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 15px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.sfforumThreadPostList .sfforumThreadPostContent {
  margin: 20px 0;
}

.sfforumPostReplyContainer {
  height: auto !important;
  overflow: visible !important;
  margin-bottom: 2em;
}
.sfforumPostReplyContainer .sfforumUserAvatarWrp {
  margin: 15px 0;
}
.sfforumPostReplyContainer .RadEditor.Default.reWrapper {
  height: auto !important;
}
.sfforumPostReplyContainer .sfforumThreadPostUser .sfforumUserPostsInfo {
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 15px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.sfforumPostReplyContainer .sfforumThreadPostUser .sfforumUserPostsInfo br {
  display: none;
}
.sfforumPostReplyContainer .sfforumThreadPostUser .sfforumUserPostsInfo p {
  margin: 0;
}

.sfforumReplyFormVisible {
  padding-bottom: 0 !important;
}

/* ================================================================
   Data Tables
   ================================================================ */
.dataTables_wrapper {
  margin: 0 0 2em 0;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
  margin-bottom: 2em;
}
.dataTables_wrapper select {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  height: 25px;
  padding: 0 5px;
  border: 1px solid #a9a9a9;
}
.dataTables_wrapper .openingsTable {
  clear: both;
  border-collapse: collapse;
  margin: 2em 0;
}
.dataTables_wrapper .openingsTable, .dataTables_wrapper .openingsTable.no-footer {
  border: 2px solid #670c0c;
}
.dataTables_wrapper .openingsTable thead th {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  padding: 0 10px;
}
.dataTables_wrapper .openingsTable tr td {
  border: 2px solid #670c0c;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.dataTables_wrapper .openingsTable tr td:last-child {
  text-align: center;
}
.dataTables_wrapper .openingsTable tr td:last-child a {
  color: #fff;
  background: #6a0808;
  padding: 3px 10px;
  text-align: center;
  border: 1px solid #a66b6b;
  border-right-color: #b7aaa0;
  border-bottom-color: #b7aaa0;
  font-weight: bold;
  min-width: 101px;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
}
.dataTables_wrapper .openingsTable tr td:last-child a:hover, .dataTables_wrapper .openingsTable tr td:last-child a:focus {
  text-decoration: none;
  background: #820a0a;
}
.dataTables_wrapper .openingsTable tr.odd td {
  background: #fbdddd;
}
.dataTables_wrapper .openingsTable tr.even td {
  background: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .dataTables_wrapper .openingsTable.no-footer {
    border: 0;
  }
  .dataTables_wrapper .openingsTable tr {
    display: block;
    margin: 1em 0;
  }
  .dataTables_wrapper .openingsTable tr th {
    display: none;
  }
  .dataTables_wrapper .openingsTable tr td.cell {
    display: block;
    border-bottom: 0;
  }
  .dataTables_wrapper .openingsTable tr td.cell:last-child {
    border-bottom: 2px solid #670c0c;
  }
  .dataTables_wrapper .openingsTable tr td.cell:before {
    content: attr(data-cell-title);
    text-transform: uppercase;
    display: block;
  }
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff;
  background: #6a0808;
  padding: 3px 10px;
  text-align: center;
  border: 1px solid #a66b6b;
  border-right-color: #b7aaa0;
  border-bottom-color: #b7aaa0;
  font-weight: bold;
  min-width: 101px;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 0;
  padding: 10px;
  color: #fff;
  background: #f2f2f2;
  color: #000;
  border-color: #000;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  text-decoration: none;
  background: #820a0a;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  border-color: #670c0c;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #6a0808;
  border-color: #670c0c;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  color: #000 !important;
}

/* ================================================================
   Cards
   ================================================================ */
.cardElement {
  margin: 0 auto 20px auto;
  display: block;
  border: 2px solid #670c0c;
  max-width: 200px;
}
.cardElement a {
  display: block;
  position: relative;
  background: #ddd7d3;
  padding: 20px 20px 80px 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.cardElement a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  height: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(to bottom, rgba(221, 215, 211, 0.3) 0%, rgba(179, 47, 47, 0.7) 75%);
}
.cardElement a:hover:before, .cardElement a:focus:before {
  height: 80%;
}

/* ==========================================================================
   Banners
   - Basic styling for the Banner modules
   - Includes: Banner Single and Banner Rotator
   ========================================================================== */
/* Banner Single
   - Controls the basic style for a single banner.
   - Includes options for: Image and Text Overlay
   ========================================================================== */
.banner {
  display: block;
  position: relative;
  margin: 20px 0;
}
.banner .media {
  margin: 0;
  padding: 0;
}
.banner .media img {
  width: 100%;
  max-width: none;
}
.banner .content {
  width: 100%;
  padding: 10px;
  background: #d2d0c8;
  color: #414042;
  font-size: 14px;
  font-size: 0.875rem;
}
.banner .content h2 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
.banner .content a {
  display: block;
  margin-top: 10px;
  color: #9e6521;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.banner.hover-effect {
  overflow: hidden;
}
.banner.hover-effect .content {
  background: transparent;
  padding: 0 10px;
}
.banner.hover-effect .content:before {
  content: "";
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
}
.banner.hover-effect .content h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -50%, 0);
  padding: 0 10px;
}
.banner.hover-effect .content:before, .banner.hover-effect .content a, .banner.hover-effect .content .desc {
  transition: opacity 0.35s, transform 0.35s;
}
.banner.hover-effect .content .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  padding: 2em 10px;
  color: #fff;
}
.banner.hover-effect .content a {
  color: #fff;
}
.banner.hover-effect:hover .content h2 {
  color: #fff;
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.banner.hover-effect:hover .content:before, .banner.hover-effect:hover .content a, .banner.hover-effect:hover .content .desc {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ==========================================================================
   FAQ Modules
   ========================================================================== */
.faq-legend {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 2em;
  background: hsl(0deg, 0%, 95%);
  border: 1px solid hsl(0deg, 0%, 80%);
}
.faq-legend ol {
  margin: 0;
  padding: 0 0.5em 0 15px;
}
.faq-legend li {
  list-style-type: square;
}
.faq-legend li + li {
  margin-top: 0.2em;
}
.faq-legend li a {
  text-decoration: none;
}
.faq-legend li a:hover, .faq-legend li a:focus {
  text-decoration: underline;
}

.faq-details .module-list .item + .item {
  margin-top: 20px;
}
.faq-details .item .title {
  padding-right: 40px;
}
.faq-details .item .top {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  text-decoration: none;
  color: hsl(0deg, 0%, 80%);
}
.faq-details .item .top:hover, .faq-details .item .top:focus {
  text-decoration: underline;
}
.faq-details .item .top:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 4px;
  width: 0px;
  height: 0px;
  margin-right: 4px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent hsl(0deg, 0%, 80%) transparent;
}

/* ================================================================
   Generic Form Styles
   ================================================================ */
input[type=text],
input[type=password],
input[type=tel],
input[type=email] {
  border: 1px solid #726a65;
  border-radius: 0;
  height: 25px;
  height: 1.5625rem;
  padding: 2px 10px;
  background: #ffffff;
  vertical-align: top;
  box-shadow: inset 0 0 0 hsla(0deg, 0%, 0%, 0);
  font-size: 13px;
  font-size: 0.8125rem;
  transition: all 0.2s ease-out;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus {
  outline: none;
  box-shadow: inset 0 1px 4px hsla(10deg, 10%, 10%, 0.22), inset 0 0 0 1px #414042;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 2px;
  border-radius: 0;
  background: none;
}

select {
  border: 1px solid #726a65;
  border-radius: 0;
  background: #ffffff;
  box-shadow: inset 0 0 0 hsla(0deg, 0%, 0%, 0);
  padding: 2px 10px;
  vertical-align: top;
  height: 25px;
  height: 1.5625rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
select:focus {
  outline: none;
  box-shadow: inset 0 1px 4px hsla(10deg, 10%, 10%, 0.22), inset 0 0 0 1px #414042;
}

textarea {
  padding: 10px;
  border: 1px solid #726a65;
  border-radius: 0;
  min-height: 100px;
  background: #ffffff;
  box-shadow: inset 0 0 0 hsla(0deg, 0%, 0%, 0);
  transition: all 0.2s ease-out;
  width: 100%;
  max-width: 400px;
  resize: auto;
  font-size: 13px;
  font-size: 0.8125rem;
}
textarea:focus {
  outline: none;
  box-shadow: inset 0 1px 4px hsla(10deg, 10%, 10%, 0.22), inset 0 0 0 1px #414042;
}

textarea.rsTxtArea {
  max-width: 600px;
}

input.rsTextField {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 768px) {
  input.rsTextField {
    max-width: 300px;
  }
}

.sfreContentArea {
  padding: 2px 10px;
  background: none;
}

.sfFormsEditor {
  margin-bottom: 20px;
}
.sfFormsEditor .RadUpload {
  width: auto;
}
.sfFormsEditor .sfFormBlock, .sfFormsEditor .sfFormRadiolist, .sfFormsEditor .sfFormCheckboxlist, .sfFormsEditor .sfFormDropdown {
  margin: 20px 0;
}

.sfFormCaptcha .sfTxtLbl, .sfFormCaptcha .dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_length .sfFormCaptcha label, .sfFormCaptcha .dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_filter .sfFormCaptcha label, .sfFormCaptcha .dataTables_wrapper .dataTables_info, .dataTables_wrapper .sfFormCaptcha .dataTables_info {
  font-size: 15px;
  font-size: 0.9375rem;
}
.sfFormCaptcha .rcRefreshImage {
  font-size: 12px;
  font-size: 0.75rem;
  color: #670c0c;
}

input[type=submit], .sfcommentsSubmitBtnWrp [type=submit], button.btn {
  color: #fff;
  background: #6a0808;
  padding: 3px 10px;
  text-align: center;
  border: 1px solid #a66b6b;
  border-right-color: #b7aaa0;
  border-bottom-color: #b7aaa0;
  font-weight: bold;
  min-width: 101px;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
}
input[type=submit]:hover, input[type=submit]:focus, .sfcommentsSubmitBtnWrp [type=submit]:hover, .sfcommentsSubmitBtnWrp [type=submit]:focus, button.btn:hover, button.btn:focus {
  text-decoration: none;
  background: #820a0a;
}

/* ================================================================
   Sitefinity Form Styles
   ================================================================ */
.sfLoginFieldsWrp, .sfprofileFieldsList, .sfregisterFieldsList, .defaultForm {
  display: block;
  margin: 1em 0;
  padding: 0;
}
.sfLoginFieldsWrp li, .sfLoginFieldsWrp .row, .sfprofileFieldsList li, .sfprofileFieldsList .row, .sfregisterFieldsList li, .sfregisterFieldsList .row, .defaultForm li, .defaultForm .row {
  display: block;
  margin: 0;
  padding: 0;
}
.sfLoginFieldsWrp li + li, .sfLoginFieldsWrp li + .row, .sfLoginFieldsWrp .row + li, .sfLoginFieldsWrp .row + .row, .sfprofileFieldsList li + li, .sfprofileFieldsList li + .row, .sfprofileFieldsList .row + li, .sfprofileFieldsList .row + .row, .sfregisterFieldsList li + li, .sfregisterFieldsList li + .row, .sfregisterFieldsList .row + li, .sfregisterFieldsList .row + .row, .defaultForm li + li, .defaultForm li + .row, .defaultForm .row + li, .defaultForm .row + .row {
  margin-top: 1em;
}

.field-validation-error {
  display: block;
  color: #f00;
  font-size: 12px;
  font-size: 0.75rem;
}

.sfTxtLbl, .dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_info {
  font-weight: 700;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "EB Garamond", serif;
  color: #000;
  vertical-align: top;
}
.required > .sfTxtLbl:after, .dataTables_wrapper .dataTables_length .required > label:after, .dataTables_wrapper .dataTables_filter .required > label:after, .dataTables_wrapper .required > .dataTables_info:after {
  content: "*";
  color: #414042;
}
.sfTxtLbl.inlinesfTxtLbl, .dataTables_wrapper .dataTables_length label.inlinesfTxtLbl, .dataTables_wrapper .dataTables_filter label.inlinesfTxtLbl, .dataTables_wrapper .inlinesfTxtLbl.dataTables_info {
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  margin: 5px 0;
  width: 150px;
}
@media (min-width: 0) and (max-width: 768px) {
  .sfTxtLbl.inlinesfTxtLbl, .dataTables_wrapper .dataTables_length label.inlinesfTxtLbl, .dataTables_wrapper .dataTables_filter label.inlinesfTxtLbl, .dataTables_wrapper .inlinesfTxtLbl.dataTables_info {
    width: auto;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .sfTxtLbl.inlinesfTxtLbl, .dataTables_wrapper .dataTables_length label.inlinesfTxtLbl, .dataTables_wrapper .dataTables_filter label.inlinesfTxtLbl, .dataTables_wrapper .inlinesfTxtLbl.dataTables_info {
    width: 140px;
  }
}
.sfTxtLbl.blocksfTxtLbl, .dataTables_wrapper .dataTables_length label.blocksfTxtLbl, .dataTables_wrapper .dataTables_filter label.blocksfTxtLbl, .dataTables_wrapper .blocksfTxtLbl.dataTables_info {
  font-size: 17px;
  font-size: 1.0625rem;
  display: block;
  margin: 5px 0;
}
.applicationForm h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  margin: 1em 0;
}
@media (min-width: 768px) {
  .applicationForm .sidetextarea {
    margin-left: 154px;
  }
}

.sfFormsEditor textarea {
  margin: 5px 0 10px 0;
}

.Sitefinity.RadEditor td {
  background: none;
}
.Sitefinity.RadEditor .reTlbVertical:empty {
  display: none;
}
.Sitefinity.RadEditor .reLeftVerticalSide {
  display: none;
}
.Sitefinity.RadEditor .reContentCell {
  border: none;
}
.Sitefinity.RadEditor .reContentCell iframe {
  border: 1px solid #726a65;
  border-radius: 0;
  box-shadow: inset 0 0 0 hsla(0deg, 0%, 0%, 0);
  background: #ffffff;
}
.Sitefinity.RadEditor .reToolbarWrapper {
  position: absolute;
  top: -6px;
  right: 0;
  margin-right: 0 !important;
}
.Sitefinity.RadEditor .sfMoreTools {
  min-width: 0 !important;
}

.sfCheckListBox, .sfRadioList {
  display: block;
  margin-left: 1em;
}

.sfTxt {
  width: 100%;
}

.sfTxtBoxSmall .sfTxt,
.sfDdlSmall select {
  max-width: 120px;
}

.sfTxtBoxMedium .sfTxt,
.sfDdlMedium select {
  max-width: 300px;
}

.sfTxtBoxLarge .sfTxt,
.sfDdlLarge select {
  max-width: 400px;
}

.sfExample, .sfSmallInfo {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4em;
  margin: 0.5em 0 1em;
  color: #414042;
}

/* Error Message
   ========================================================================== */
.sfError {
  margin-top: 5px;
  padding: 10px 20px;
  background: red;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

/* Centered forms
   ========================================================================== */
.centeredForm:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0) and (max-width: 768px) {
  .centeredForm .s-m-grid-2 {
    width: 5%;
  }
  .centeredForm .s-m-grid-8 {
    width: 90%;
  }
}

/* ================================================================
   Photos Styles
   ================================================================ */
.gallery .gallery-list {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.gallery .gallery-list li {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 0;
}
.gallery[data-style=thumbnails] .gallery-list {
  margin: 0 -10px;
  text-align: left;
}
.gallery[data-style=thumbnails] .gallery-list li {
  margin: 10px;
}
.gallery[data-style=thumbnails] .gallery-list-item {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 25%;
  transition: all 0.2s ease-out;
  box-shadow: 0 0 0em #000;
}
.gallery[data-style=thumbnails] .gallery-list-item:hover, .gallery[data-style=thumbnails] .gallery-list-item:focus {
  box-shadow: 0 0 1em #000;
}
.gallery-list-item-comment {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  background-color: hsla(0deg, 0%, 0%, 0.5);
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 12px;
  line-height: 0.75rem;
  transition: all 0.2s ease-out;
}
.gallery-list-item-comment:after {
  display: inline-block;
  padding-left: 2px;
}
.gallery-list-item-comment:hover, .gallery-list-item-comment:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
}
.gallery-list-item-comment.sfcommentsEmpty {
  display: none;
}
[data-popup=true] + .gallery-list-item-comment {
  display: none;
}

/* Photo Gallery
   - Here are the styles to work with Owl Carousel in doing the gallery template
   ========================================================================== */
.gallery-slider-large .item {
  position: relative;
  text-align: center;
}
.gallery-slider-large .item .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: hsla(0deg, 0%, 0%, 0.5);
  color: #fff;
}

.gallery-slider-large img {
  max-height: 400px;
}

.gallery-slider-thumb .item {
  margin-right: 10px;
}
.gallery-slider-thumb .owl-prev, .gallery-slider-thumb .owl-next {
  font-size: 14px;
  font-size: 0.875rem;
}

.gallery-slider-thumb {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: hsla(0deg, 0%, 0%, 0.15);
}
.gallery-slider-thumb .owl-prev {
  left: 15px;
}
.gallery-slider-thumb .owl-next {
  right: 15px;
}

.gallery-slider-thumb-item {
  position: relative;
  padding-top: 100%;
}

.gallery-slider-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.gallery-slider-thumb-img:hover {
  box-shadow: inset 0 0 0 2px #414042;
}

/* ==========================================================================
   Comments - Styles
   ========================================================================== */
/* Comments
   ========================================================================== */
.sfcommentsWrp {
  border-top: 2px solid #670c0c;
  margin-top: 2em;
}

.sfcommentsTitle {
  margin-bottom: 10px;
}

.sfLeaveCommentLnk, .sfcommentsOrderFilterWrp a {
  cursor: pointer;
}

.sfcommentAuthorAvatar {
  display: none;
}

/* Comment List
   ========================================================================== */
.sfcommentsList {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
.sfcommentsList > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px;
  background: #f2f2f2;
}
.sfcommentsList > li + li {
  margin-top: 20px;
}
.sfcommentsList .post-data {
  font-size: 12px;
  font-size: 0.75rem;
  color: #670c0c;
  margin: 10px 0;
}
.sfcommentsList .sfcommentText {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
}

.sfcommentNumber {
  display: none;
}

.sfcommentDate:before {
  content: " - ";
}

/* Post Comment
   ========================================================================== */
.sfcommentsFieldsList {
  display: block;
  margin: 0;
  padding: 0;
}
.sfcommentsFieldsList > li {
  position: relative;
  display: block;
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .sfcommentsFieldsList > li {
    width: 33.33%;
    padding: 0 10px;
    float: left;
  }
  .sfcommentsFieldsList > li:nth-child(3n) {
    padding-right: 0;
  }
  .sfcommentsFieldsList > li:nth-child(3n-2) {
    padding-left: 0;
  }
}
.sfcommentsFieldsList > li.sfcommentEditor {
  float: none;
  width: auto;
  clear: both;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.sfcommentsFieldsList .sfTxt {
  width: 100%;
}
.sfcommentsFieldsList .sfTxtLbl, .sfcommentsFieldsList .dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_length .sfcommentsFieldsList label, .sfcommentsFieldsList .dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_filter .sfcommentsFieldsList label, .sfcommentsFieldsList .dataTables_wrapper .dataTables_info, .dataTables_wrapper .sfcommentsFieldsList .dataTables_info {
  font-weight: bold;
}
.sfcommentsFieldsList .sfNote {
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
}
.sfcommentsFieldsList table.k-editor, .sfcommentsFieldsList .k-editable-area {
  border: 2px solid #670c0c;
}

/* Events Comments
   ========================================================================== */
.sfeventDetails .sfcommentsCounterWrp {
  display: none;
}

/* Error Message
   ========================================================================== */
.sfError {
  margin-top: 5px;
  padding: 10px 20px;
  background: red;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

/* ================================================================
   STYLING FOR DOWNLOAD LISTS 
   ================================================================ */
ul.sfdownloadList.sfListMode {
  list-style: none;
  padding-left: 0em;
}
ul.sfdownloadList.sfListMode .sfMetaInfo {
  display: contents;
  color: darkgrey;
  font-style: italic;
}
ul.sfdownloadList.sfListMode .sfMetaInfo::before {
  content: "-";
  padding: 0 4px;
}

.nav-rail-list ul.sfdownloadList.sfListMode .sfMetaInfo {
  display: none;
}

/* ================================================================
Menu Styles
================================================================ */
.nav-menu .close-menu {
  display: inline-block;
  color: #fff;
  font-size: 0;
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 6px;
  float: right;
}
.nav-menu .close-menu:before, .nav-menu .close-menu:after {
  content: "";
  width: 25px;
  height: 1px;
  border-radius: 11px;
  display: inline-block;
  background: #fff;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  margin: -1.5px 0 0 -7.5px;
}
.nav-menu .close-menu:before {
  transform: rotate(45deg);
}
.nav-menu .close-menu:after {
  transform: rotate(135deg);
}
@media (min-width: 0) and (max-width: 960px) {
  .nav-menu {
    display: none;
    position: absolute;
    top: 0;
    background: #670c0c;
    width: 100%;
    z-index: 11;
  }
  .nav-menu.active {
    display: block;
  }
}
@media (min-width: 960px) {
  .nav-menu {
    position: static;
    width: auto;
    background: none;
    float: left;
    margin-top: 35px;
    padding-top: 10px;
  }
  .nav-menu, .nav-menu.active {
    display: block !important;
  }
  .nav-menu .close-menu {
    display: none;
  }
}

.expander-wrap {
  position: relative;
}

/* Menu Toggle Styles */
.menu-toggle {
  float: right;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  padding: 8px 15px;
  line-height: 14px;
}
.no-js .menu-toggle {
  display: none;
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  display: inline-block;
  vertical-align: middle;
}

/* Menu Core Styles */
.menu, .menu li, .menu ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.menu.active {
  display: block;
}
@media (min-width: 960px) {
  .menu.active {
    display: table;
  }
}
.menu a {
  position: relative;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.menu a:hover, .menu a:focus {
  text-decoration: none;
}
.menu ul {
  display: none;
}
@media (min-width: 0) and (max-width: 960px) {
  .menu ul.active {
    display: block;
  }
}

/* Menu Theme Styles */
@media (max-width: 959px) {
  .menu {
    clear: both;
  }
  .menu li.active > ul {
    display: block;
  }
  .menu li.active > .expander-wrap > .has-sub:before {
    transform: rotate(135deg);
  }
  .menu li.active > .expander-wrap > .has-sub:after {
    transform: rotate(45deg);
  }
  .menu a {
    padding: 1em 47px 1em 1em;
    color: #fff;
    background: transparent;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
  }
  .menu .has-sub {
    cursor: pointer;
    display: block;
    width: 47px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .menu .has-sub:before, .menu .has-sub:after {
    content: "";
    width: 15px;
    height: 1px;
    border-radius: 11px;
    display: inline-block;
    background: #fff;
    position: absolute;
    z-index: 12;
    top: 50%;
    right: 15px;
    margin: -1.5px 0 0 0;
    transition: all, 0.3s, ease-in;
  }
  .menu .has-sub:before {
    transform: rotate(0deg);
  }
  .menu .has-sub:after {
    transform: rotate(90deg);
  }
  .menu ul a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 1em 47px 1em 2em;
  }
  .menu ul ul a {
    padding: 1em 47px 1em 3em;
  }
}
@media (min-width: 960px) {
  .menu {
    display: table;
    width: 100%;
    position: static;
    background: transparent;
    /*li:hover {
    	> .menu-item-wrap > ul, // first level hover styles
    	> ul {
    		display: block;
    	}
    }*/
  }
  .menu > li {
    display: table-cell;
    position: static;
  }
  .menu > li > .expander-wrap a {
    padding: 0 5px 8px 5px;
    position: relative;
    text-transform: uppercase;
  }
  .menu > li > .expander-wrap a:hover:after, .menu > li > .expander-wrap a:focus:after {
    content: "";
    height: 6px;
    width: 65px;
    background: #4d4d4f;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -32.5px;
  }
  .menu > li:hover > .expander-wrap + ul, .menu > li:focus > .expander-wrap + ul {
    display: block;
  }
  .menu a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #414042;
    font-weight: 600;
  }
  .menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    padding: 10px 12px;
    width: 100%;
    min-width: 35em;
    background: rgba(255, 255, 255, 0.7);
  }
  .menu ul li {
    display: block;
    float: left;
    width: 25%;
    padding: 5px 8px;
    position: static;
  }
  .menu ul li:nth-child(4n) a {
    border-right: 0;
  }
  .menu ul li:nth-child(5):before, .menu ul li:nth-child(9):before, .menu ul li:nth-child(13):before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    background: #908985;
    display: block;
    background-clip: content-box;
    padding: 0 12px;
  }
  .menu ul li:nth-child(5):before {
    top: 48px;
  }
  .menu ul li:nth-child(9):before {
    top: 87px;
  }
  .menu ul li:nth-child(13):before {
    top: 126px;
  }
  .menu ul li a {
    padding: 7px 0;
    border-right: 1px solid #908985;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .menu ul li a:hover, .menu ul li a:focus {
    color: #6a0808;
  }
  .menu ul ul {
    display: none;
    top: 0;
    left: 100%;
  }
  .menu > li:last-child ul {
    right: 0;
    left: auto;
  }
  .menu > li:last-child ul ul {
    right: 100%;
  }
}

/* Nav Rail
   ================================================================ */
.nav-rail-heading, .nav-rail-list > li.active > a {
  display: block;
  padding: 0 0 0.2em;
  margin: 1.6em 0 0.2em;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-size: 1rem;
}
.nav-rail-heading:focus, .nav-rail-list > li.active > a:focus, .nav-rail-heading:hover, .nav-rail-list > li.active > a:hover {
  text-decoration: none;
}

.nav-rail {
  background: hsl(0deg, 0%, 95%);
  margin: 0 0 1em;
  padding: 11px;
}

div.sfContentBlock:first-child > .nav-rail-heading:first-child {
  margin-top: 0;
}

.nav-rail-list {
  display: block;
  margin: 0;
  padding: 0;
}
.nav-rail-list ul, .nav-rail-list li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-rail-list li {
  margin: 10px 0;
}
.nav-rail-list a {
  padding-right: 21px;
}
.nav-rail-list .has-sub {
  display: block;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-rail-list .has-sub:before, .nav-rail-list .has-sub:after {
  content: "";
  width: 15px;
  height: 3px;
  border-radius: 11px;
  display: inline-block;
  background: #414042;
  position: absolute;
  z-index: 12;
  top: 50%;
  right: 0;
  margin: -1.5px 0 0 0;
  transition: all, 0.3s, ease-in;
}
.nav-rail-list .has-sub:before {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.nav-rail-list .has-sub:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-rail-list .active > ul {
  display: block;
}
.nav-rail-list .active > .expander-wrap .has-sub:before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav-rail-list .active > .expander-wrap .has-sub:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-rail-list ul a {
  color: black;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
  transition: all 0.2s ease-out;
}
.nav-rail-list ul a.sfSel {
  color: #000;
  font-weight: 600;
}
.nav-rail-list ul a:hover, .nav-rail-list ul a:focus {
  color: #0e0e0e;
}
.nav-rail-list ul .active > a {
  color: #0e0e0e;
}
.nav-rail-list ul ul {
  display: none;
}
.nav-rail-list ul ul a {
  padding-left: 5.5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.nav-rail-list ul ul .has-sub:before, .nav-rail-list ul ul .has-sub:after {
  width: 14px;
  height: 2px;
}
.nav-rail-list ul ul ul a {
  padding-left: 14.3px;
}

/* ================================================================
   Page Meta Area
    - Breadcrumbs
    - Page Tools
   ================================================================ */
.page-meta {
  margin-bottom: 2em;
}

/* Page Tools (Print | Email | Share)
   ================================================================ */
.page-tools {
  display: none;
  float: right;
  padding-right: 1em;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .page-tools {
    display: block;
  }
}
.page-tools ul {
  display: block;
  margin: 0;
  padding: 0;
}
.page-tools li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.page-tools a {
  display: block;
  padding: 0 0.5em;
  line-height: 1em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "EB Garamond", serif;
  color: #231f20;
  font-size: 14px;
  font-size: 0.875rem;
}
.page-tools a:before {
  margin-right: 0.4em;
}
.page-tools a[title=Print]:before {
  content: "";
}
.page-tools a[title=Email]:before {
  content: "";
}
.page-tools a[title=Share]:before {
  content: "";
}

@media (max-width: 979px) {
  .addthis-smartlayers-desktop {
    display: none;
  }
}

@media (min-width: 980px) {
  .addthis-smartlayers-mobile {
    display: none;
  }
}

/* Breadcrumbs
   ================================================================ */
/* Instructions:

#Breadcrumbs

 - Make sure you remove the Separator (or "crumb") from the widget by removing all the contents from the widget's Advanced -> NodeSeperatorMarkup. There's almost never a time when we can't add the behavior we want to a :before state.
 - We have different crumb styles predefined. Currently we have [triangle, font] but will add [dot, line, image, none]

*/
.sfBreadcrumbWrp {
  float: left;
  font-size: 13px;
  font-size: 0.8125rem;
}
.sfBreadcrumbWrp .RadSiteMap {
  color: inherit;
  font-family: inherit;
}
.sfBreadcrumbWrp .RadSiteMap .rsmFlow {
  text-align: left;
  padding-bottom: 0;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem {
  position: relative;
  font-size: inherit;
  font-weight: normal;
  display: block;
  float: left;
  clear: none;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem {
  padding-left: 20px;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 0px;
  height: 0px;
  content: ">";
  margin-top: -7.5px;
  margin-left: -2px;
  line-height: 1em;
  font-family: "EB Garamond", serif;
  color: #231f20;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem:last-child .rsmLink {
  color: #414042;
  cursor: default;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink {
  display: block;
  padding: 0;
  color: #231f20;
  font-family: "EB Garamond", serif;
  font-size: 13px;
  font-size: 0.8125rem;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink:hover, .sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink:focus {
  border: none;
  background: none;
}

.sfBreadcrumbNodeSeparator {
  display: none;
}

/* ================================================================

#Pagination

Standard Sitefinity pager. Builds off of the format: 

`<div class="sf_pagerNumeric"><a class="sf_PagerCurrent" href="#">1</a><a href="#">2</a><a href="#">3</a><a href="#">4</a></div>`

   ================================================================ */
.sf_pagerNumeric {
  margin: 0 0 1em;
  text-align: right;
}
.sf_pagerNumeric a {
  display: inline-block;
  padding: 0 0.2em;
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #414042;
}
.sf_pagerNumeric a:hover, .sf_pagerNumeric a:focus {
  text-decoration: underline;
}
.sf_pagerNumeric a.disabled {
  color: hsl(0deg, 0%, 60%);
}
.sf_pagerNumeric a.disabled:hover, .sf_pagerNumeric a.disabled:focus {
  text-decoration: none;
}
.sf_pagerNumeric span {
  display: inline-block;
  padding: 0 0.2em;
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: hsl(0deg, 0%, 60%);
}
.sf_pagerNumeric .next:before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #414042;
}
.sf_pagerNumeric .next.disabled:before, .sf_pagerNumeric .next:hover:before, .sf_pagerNumeric .next:focus:before {
  border-color: transparent transparent transparent hsl(0deg, 0%, 60%);
}
.sf_pagerNumeric .prev:before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 5px 3px 0;
  border-color: transparent #414042 transparent transparent;
}
.sf_pagerNumeric .prev.disabled:before, .sf_pagerNumeric .prev:hover:before, .sf_pagerNumeric .prev:focus:before {
  border-color: transparent hsl(0deg, 0%, 60%) transparent transparent;
}
.sf_pagerNumeric .sf_PagerCurrent {
  color: hsl(0deg, 0%, 60%);
}
.sf_pagerNumeric .sf_PagerCurrent:hover, .sf_pagerNumeric .sf_PagerCurrent:focus {
  text-decoration: none;
}

/* ================================================================
   Tab Styles
   ================================================================ */
/* Responsive Tabs */
/* Mobile First */
.tab-section {
  background: #e8e8e8;
  border: 1px solid #222;
}

.tab-section + .tab-section {
  border-top-width: 0;
}

.tab-content {
  padding: 1em;
  background: #fff;
}

.js .tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-nav {
  display: none;
}

.tab-header {
  display: block;
  padding: 1em;
  color: #5a5a5a;
  cursor: pointer;
  text-decoration: none;
}

.tab-header:hover, .tab-header:focus {
  background: #dcdcdc;
  text-decoration: none;
}

.js .tab-header:before {
  content: "+ ";
}

.js .tab-header.active:before {
  content: "– ";
}

/* Large View - for most sites, min-width should be 60em or 40em, for this demo it's 30em */
@media (min-width: 30em) {
  .tab-nav {
    display: block;
  }
  .tab-nav a {
    display: block;
    padding: 0.5em 1.5em;
    float: left;
    background: #e8e8e8;
    color: #5a5a5a;
    text-decoration: none;
  }
  .tab-nav a:hover, .tab-nav a:focus {
    text-decoration: none;
    background: #fff;
  }
  .tab-nav a.active {
    background: #fff;
  }
  .tab-header {
    display: none;
  }
  .tab-content {
    padding: 1em;
  }
  .tab-section {
    display: none;
  }
  .tab-section + .tab-section {
    border-top-width: 1px;
  }
  .tab-section.active {
    display: block;
  }
  .tab-section.active .tab-content {
    display: block;
  }
  .no-js .tab-section {
    display: block;
  }
}
/* ================================================================
   Tile Links
   ================================================================ */
span.tilelink-title {
  display: block;
  font-weight: bold;
  margin: 0.4em;
}

div.tilelink {
  margin: 0 8px 20px;
  text-align: center;
  padding: 0;
  border-style: outset;
  border-radius: 4px;
}

/*
	tilelink-wrapper, tilelink-wrapper-small, and tilelink-wrapper-big
*/
div[class^=tilelink-wrapper]:hover {
  filter: brightness(80%);
}

div[class^=tilelink-wrapper] {
  max-width: 100%; /* mobile first */
  display: inline-block;
}

@media only screen and (min-width: 480px) {
  /* tilelink-wrapper-big retains max-width:100% */
  div.tilelink-wrapper {
    max-width: 49%;
  }
  div.tilelink-wrapper-small {
    max-width: 32%;
  }
}
/* ================================================================
   Profile Read/Edit Widgets
   ================================================================ */
/* mobile (default) settings */
.form-group.hidelabel label {
  display: none;
}

.form-group.firstname, .form-group.lastname {
  display: inline-block;
}

.sf-profile > div {
  margin: 1em 0;
  text-align: -webkit-center;
  text-align-last: center;
}

.sf-profile input, .sf-profile textarea {
  width: 100%;
  max-width: none;
}

/* bigger screens */
@media screen and (min-width: 420px) {
  .sf-profile > div {
    text-align: unset;
    text-align-last: unset;
  }
  .sf-profile .media-object div:last-child {
    text-align: center;
  }
  .profile-left {
    width: fit-content;
  }
}
/* control avatar height */
.profile-left img {
  max-height: 300px;
}

/* ================================================================
   Samish Words
   ================================================================ */
.samishwords ul {
  list-style-type: none;
  padding: 0;
}

/* Word block */
.samishword {
  text-align: center;
  background: #f7f7f7;
  margin: 1em 0;
  display: flow-root;
}

.samishwords .samishword {
  margin-top: 0;
}

/* Word block interior parts */
.wordinfo h2, .wordinfo h3, .wordinfo p {
  margin: 0;
}

.wordinfo h2, .wordinfo h3 {
  color: #1f1f1f;
}

.wordinfo p {
  color: #848484;
  font-style: italic;
}

.wordinfo {
  padding-top: 0.5em;
  transition: background 0.3s;
}

/* Style play button */
.samishword input[type=button] {
  border: none;
  padding: 0;
  width: 100%;
  padding: 0.3em 0;
  margin-top: 0.5em;
  transition: background 0.3s;
}

.samishword input[type=button]:hover, .samishword input[type=button]:active {
  background: #ebf7eb;
  transition: background 0s;
}

/* Unwrap play button on big screen */
@media screen and (min-width: 400px) {
  .samishword {
    display: flex;
    text-align: unset;
  }
  .wordinfo {
    flex: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0.25em 1em;
  }
  .samishword input[type=button] {
    margin: unset;
    padding: 0 1.5em;
    height: 100%;
    flex: 0 0 auto;
  }
}
/* Grid words on really big screen*/
@media only screen and (min-width: 700px) {
  .samishwords ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1em;
  }
}
/* Pretty Links */
.samishword a:hover, .samishword a:focus {
  text-decoration: none;
}

li.samishword .wordinfo:hover {
  background: #f2f2ff;
  transition: background 0s;
}

/* Pagination */
.samishwords ul.pagination {
  display: flex;
  justify-content: center;
}
.samishwords ul.pagination li.active a {
  color: #ffffff;
  border-radius: 0.25em;
  background-color: #005f96;
}

/* ================================================================
   Samish Word Libraries
   ================================================================ */
.samishlibrary h1, .samishlibrary h2, .samishlibrary p {
  margin: 0;
}

.samishlibrary p {
  color: #777777;
  font-style: italic;
}

.samishlibrary {
  margin: 1em 0;
  padding: 0.25em 0.75em;
  border: double;
  border-width: 3px 0px;
}

.samishlibraries .samishlibrary {
  margin: -3px 0;
  transition: background 0.3s;
}

.samishlibrary:hover, .samishlibrary:active {
  background: #fffaf6;
  transition: background 0s;
}

/* ================================================================
   Sitemap Styles
   ================================================================ */
.sitemap-section-heading, .sitemap > ul > li > a {
  display: block;
  padding: 0.5em 20px;
  margin-bottom: 0.5em;
  background: #414042;
  color: #fff;
  text-decoration: none;
}
.sitemap-section-heading:hover, .sitemap > ul > li > a:hover, .sitemap-section-heading:focus, .sitemap > ul > li > a:focus {
  background: #282728;
  text-decoration: none;
}

.sitemap ul, .sitemap li {
  display: block;
  margin: 0;
  padding: 0;
}
.sitemap a {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1.2em;
  padding: 4px 0;
}
.sitemap > ul > li {
  display: inline-block;
  width: 300px;
  margin-bottom: 2em;
  vertical-align: top;
}
.sitemap > ul > li ul {
  margin-left: 20px;
}
.sitemap > ul > li ul ul {
  margin-left: 10px;
}
.sitemap > ul > li ul ul a {
  font-size: 0.9em;
}
.sitemap > ul > li ul ul ul a {
  font-weight: normal;
  color: #000;
}
.sitemap > ul > li > ul > li {
  position: relative;
}
.sitemap > ul > li > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 2;
  height: 100%;
  width: 1px;
  background: #a0a0a1;
}
.sitemap > ul > li > ul > li:first-child:before {
  height: 100%;
  top: 1em;
}
.sitemap > ul > li > ul > li:last-child:before {
  height: 8px;
}
.sitemap > ul > li > ul > li:first-child:last-child:before {
  height: 0;
}
.sitemap > ul > li > ul > li > a:after {
  content: "";
  position: absolute;
  top: 1em;
  left: -14px;
  z-index: 3;
  height: 8px;
  width: 8px;
  margin-top: -6px;
  background: #a0a0a1;
  border-radius: 8px;
}

/* ==========================================================================
   Search
   - All search related styles will go here.
   - Examples: Header Search, Search details
   ========================================================================== */
/* Search Box Basic
   - Basic styling for the search box
   ========================================================================== */
.sfsearchTxt {
  max-width: 120px;
}

.searchBox .sfsearchBox {
  margin-right: 110px;
}
.searchBox .sfsearchBox input[type=text] {
  width: 100%;
  display: block;
  max-width: none;
}
.searchBox .sfsearchBox .sfsearchSubmit {
  position: absolute;
  right: 10px;
  top: 0;
}

/* Search Box Header
   - Styling for the search box found in the header
   ========================================================================== */
.header .sfsearchBox {
  float: right;
}
.header .sfsearchBox ::-webkit-input-placeholder {
  color: #414042;
}
.header .sfsearchBox :-moz-placeholder {
  color: #414042;
}
.header .sfsearchBox ::-moz-placeholder {
  color: #414042;
}
.header .sfsearchBox :-ms-input-placeholder {
  color: #414042;
}
.header .sfsearchBox ::-ms-input-placeholder {
  color: #414042;
}
.header .sfsearchBox :placeholder-shown {
  color: #414042;
}
.header .sfsearchBox input[type=text] {
  float: left;
  height: 19px;
  line-height: 18px;
  padding: 0 10px;
}
.header .sfsearchBox .sfsearchSubmit {
  position: relative;
  text-align: center;
  color: #fff;
  width: 19px;
  height: 19px;
  line-height: 16px;
  background: #000;
  float: left;
}
.header .sfsearchBox .sfsearchSubmit:hover, .header .sfsearchBox .sfsearchSubmit:focus {
  color: hsla(0deg, 0%, 100%, 0.75);
}
.header .sfsearchBox .sfsearchSubmit:before {
  font-size: 13px;
  font-size: 0.8125rem;
}
.header .sfsearchBox .sfSearchButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0;
  margin: 0;
  min-width: 0;
  opacity: 0;
}

/* ================================================================
   Search Results
   ================================================================ */
.sfsearchResultsWrp dd {
  margin-left: 0;
}
.sfsearchResultsWrp .sfsearchResultTitle {
  display: inline-block;
  margin-top: 1em;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  color: #650706;
  font-size: 20px;
  font-size: 1.25rem;
}
.sfsearchResultsWrp .sfsearchResultTitle:first-child {
  margin-top: 0;
}
.sfsearchResultsWrp .sfsearchResultTitle a:hover, .sfsearchResultsWrp .sfsearchResultTitle a:focus {
  text-decoration: none;
}
.sfsearchResultsWrp .sfsearchResultTitle a:link:hover, .sfsearchResultsWrp .sfsearchResultTitle a:link:focus {
  text-decoration: underline;
}
.sfsearchResultsWrp .sfsearchResultSnippet {
  display: none;
}
.sfsearchResultsWrp .sfsearchResultUrl {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
}
.sfsearchResultsWrp .sfsearchResultUrl a {
  display: inline-block;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  /*&:before {content: '(';}

  &:after {content: ')';}*/
}
.sfsearchResultsWrp .sfsearchResultHighLighter {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* Slider */
/*.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("../sass/ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("../sass/slick.eot");
        src: slick-font-url("../sass/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("../sass/slick.woff") format("woff"), slick-font-url("../sass/slick.ttf") format("truetype"), slick-font-url("../sass/slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ; /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Theme */
.slick {
  margin: 0;
}
.slick .slick-slide img {
  width: 100%;
  max-width: none;
}
@media (min-width: 0) and (max-width: 960px) {
  .slick .slick-slide .sfrelatedItmWrp {
    overflow: hidden;
  }
  .slick .slick-slide .sfrelatedItmWrp img {
    min-width: 390px;
  }
}
@media (min-width: 960px) {
  .slick .slick-slide .sfrelatedItmWrp {
    overflow: visible;
  }
  .slick .slick-slide .sfrelatedItmWrp img {
    min-width: 0;
  }
}
.slick .txtContainer {
  position: absolute;
  top: 166px;
  background: rgba(255, 255, 255, 0.7);
  width: 257px;
  left: 10px;
  padding: 15px 10px;
  /*@include x-rem(font-size,24px);*/
}
.slick .txtContainer a {
  display: block;
}
@media (min-width: 0) and (max-width: 960px) {
  .slick .txtContainer {
    display: none;
  }
}
@media (min-width: 960px) {
  .slick .txtContainer {
    display: block;
  }
}

.slick-dots {
  bottom: 15px;
  margin: 0;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.slick-dots button {
  width: inherit;
  height: inherit;
}
.slick-dots button:before {
  display: none;
}
@media (min-width: 0) and (max-width: 960px) {
  .slick-dots li {
    margin: 0 10px;
  }
}

/* Photo Gallery */
.photo-gallery-wrapper .photo-gallery .imgwrap {
  text-align: center;
}
.photo-gallery-wrapper .photo-gallery .imgwrap img {
  display: inline;
}
.photo-gallery-wrapper .slick-prev, .photo-gallery-wrapper .slick-next {
  height: 100%;
  width: 30px;
  z-index: 9;
  background: rgba(146, 0, 0, 0.7);
}
.photo-gallery-wrapper .slick-prev {
  left: 0;
}
.photo-gallery-wrapper .slick-prev:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  display: inline-block;
  vertical-align: middle;
}
.photo-gallery-wrapper .slick-next {
  right: 0;
}
.photo-gallery-wrapper .slick-next:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  display: inline-block;
  vertical-align: middle;
}
.photo-gallery-wrapper .photo-thumbnails img {
  cursor: pointer;
}

.photo-thumbnails .gallery-item .imgwrap {
  padding: 5px;
}
.photo-thumbnails .gallery-item .imgwrap img {
  width: auto !important;
}

/* Events pagination */
.eventListing .slick-slider {
  margin-bottom: 0;
}
.eventListing .slick-slider .slick-slide {
  width: 205px;
  padding: 0 5px;
}
.eventListing .slick-slider .slick-slide > div {
  margin: 10px 0;
}
.eventListing .slick-slider .slick-prev, .eventListing .slick-slider .slick-next {
  font-size: 0;
}
.eventListing .slick-slider .slick-prev:before, .eventListing .slick-slider .slick-next:before {
  font-size: 18px;
  font-size: 1.125rem;
}
.eventListing .slick-slider h3 {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 960px) {
  .eventListing .slick-slider .slick-track {
    max-width: 100%;
  }
  .eventListing .slick-slider .slick-slide {
    height: 0;
    overflow: hidden;
    opacity: 0;
    max-width: 100%;
  }
  .eventListing .slick-slider .slick-slide.slick-active {
    height: auto;
    overflow: visible;
    opacity: 1;
  }
}

.eventsListingContainer .ui-datepicker-prev, .eventsListingContainer .ui-datepicker-next {
  position: absolute;
  top: -23px;
  z-index: 9;
}
.eventsListingContainer .ui-datepicker-prev {
  left: 8px;
}
.eventsListingContainer .ui-datepicker-next {
  right: 22px;
}
.eventsListingContainer .slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  bottom: auto;
  top: -20px;
  padding: 0 30px;
}
.eventsListingContainer .slick-dots li {
  background: none;
  border-radius: 0;
  height: 12px;
  display: list-item;
}
.eventsListingContainer .slick-dots li.slick-active button {
  opacity: 0.25;
}
.eventsListingContainer .slick-dots li button {
  width: auto;
  height: auto;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  line-height: 12px;
}
@media (min-width: 0) and (max-width: 768px) {
  .eventsListingContainer {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
}

/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */
a {
  color: #0066d0;
  text-decoration: none;
  transition: all, 0.3s, ease-in;
}
a:hover, a:focus {
  text-decoration: underline;
}
a[target=_blank] {
  cursor: pointer;
}
a.rlink {
  color: #670c0c;
}

.btn {
  color: #fff;
  background: #6a0808;
  padding: 3px 10px;
  text-align: center;
  border: 1px solid #a66b6b;
  border-right-color: #b7aaa0;
  border-bottom-color: #b7aaa0;
  font-weight: bold;
  min-width: 101px;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  background: #820a0a;
}

/* ================================================================
   Header
   ================================================================ */
.header {
  --bg: rgba(255,255,255,.7);
  background: var(--bg);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.header .logo {
  display: inline-block;
  float: left;
  width: auto;
  padding: 0 10px;
  position: absolute;
  left: 10px;
  z-index: 10;
}
.header .logo h1 {
  margin: 0;
  position: relative;
  z-index: 2;
}
.header .logo:after {
  content: "";
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  z-index: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .header .logo h1 {
    width: 110px;
    margin-top: 15px;
  }
  .header .logo:after {
    height: 55px;
    top: 36px;
  }
}
@media (min-width: 768px) {
  .header .logo h1 {
    width: auto;
    margin-top: 0;
  }
  .header .logo:after {
    height: 120px;
    top: 36px;
  }
}
@media (min-width: 960px) {
  .header .logo:after {
    height: 80px;
    top: 71px;
  }
}
.header .grid-8 {
  float: right;
}
@media (min-width: 0) and (max-width: 960px) {
  .header .grid-8 {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .header .grid-8 {
    padding: 0 10px;
    width: 66.666%;
  }
}
.header .headerSide {
  width: auto;
}
.header .headerSide ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0.5em;
  text-align: right;
}
.header .headerSide ul li {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.header .headerSide ul li:last-child {
  border-left: 1px solid #414042;
}
.header .headerSide > div > div {
  text-align: right;
}
@media (min-width: 0) and (max-width: 960px) {
  .header .headerSide {
    display: none;
  }
}
@media (min-width: 960px) {
  .header .headerSide {
    display: block;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 15px 0 0 0;
  }
}

.sfPageEditorWrp .header {
  position: static;
  max-height: none;
}

/* ================================================================
   Main and Home
   ================================================================ */
@media (min-width: 768px) and (max-width: 959px) {
  .main {
    display: flex;
    flex-direction: column;
  }
  .main .homeMain, .main .homeMain > div, .main .homeMain .homeMainBottom {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
  }
  .main .homeMain .grid-3 {
    float: none;
    width: 100%;
  }
  .main .homeMain .homeMainBottom {
    justify-content: space-between;
  }
  .main .homeMain > div > div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}

.homeMain {
  background: #fff;
  padding: 10px 0;
}

.homeMainTop {
  background: url(../images/layout/Homepage-bg.jpg) repeat-x center 0 #6b1010;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
.homeMainTop p {
  margin: 0;
  font-family: "EB Garamond", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 0) and (max-width: 960px) {
  .homeMainTop {
    background-position: center bottom;
  }
  .homeMainTop p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .homeMainTop p br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .homeMainTop {
    padding: 30px 0;
  }
  .homeMainTop p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .homeMainTop {
    background-position: center 0;
  }
  .homeMainTop p {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .homeMainTop p br {
    display: inline;
  }
}

.homeMainBottom {
  padding-top: 25px;
  text-align: center;
}
.homeMainBottom h2 {
  color: #981b1e;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 19px;
  font-size: 1.1875rem;
}
.homeMainBottom p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  font-weight: 400;
}
.homeMainBottom p br {
  display: none;
}
.homeMainBottom a {
  color: #981b1e;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 0) and (max-width: 768px) {
  .homeMainBottom .grid-3 + .grid-3 {
    margin-top: 20px;
  }
  .homeMainBottom br {
    display: none;
  }
}
@media (min-width: 768px) {
  .homeMainBottom .grid-3 + .grid-3 {
    margin: 0;
  }
  .homeMainBottom .grid-3 + .grid-3 > div {
    position: relative;
  }
  .homeMainBottom .grid-3 + .grid-3 > div:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    border-left: 1px solid #b4b4b4;
    height: 100%;
  }
}
@media (min-width: 960px) {
  .homeMainBottom p br {
    display: block;
  }
}

/* ================================================================
   Interior Base
   ================================================================ */
.interiorHeader {
  position: relative;
}
.interiorHeader h1 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
}
.interiorHeader img {
  width: 100%;
}
.interiorHeader.noImgHeader {
  margin-top: 170px;
}
.interiorHeader.noImgHeader .interiorHeaderTitle {
  position: static;
}
@media (min-width: 0) and (max-width: 960px) {
  .interiorHeader .sfimageWrp {
    overflow: hidden;
  }
  .interiorHeader img {
    min-width: 500px;
  }
  .interiorHeader h1 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 0 10px;
    background: #920000;
  }
}
@media (min-width: 960px) {
  .interiorHeader .sfimageWrp {
    overflow: visible;
  }
  .interiorHeader h1 {
    position: absolute;
    bottom: 15px;
    font-size: 30px;
    font-size: 1.875rem;
    padding: 0 15px 0 40px;
    background: rgba(146, 0, 0, 0.7);
  }
}

.interiorBody {
  padding: 20px 0;
}

@media (min-width: 0) and (max-width: 768px) {
  .interiorBody .grid-3 {
    margin: 10px 0;
  }
}

.sfPageEditorWrp .interiorHeader h1 {
  position: static;
}

/* ================================================================
   Footer
   ================================================================ */
@media (min-width: 768px) and (max-width: 960px) {
  html, body, form {
    height: 100%;
  }
  .main {
    min-height: 100%;
    margin-bottom: -157px;
  }
  .main:after {
    content: "";
    display: block;
  }
  .footer, .main:after {
    height: 157px;
  }
}
.footer {
  --bg: #000;
  background: var(--bg);
  color: #fff;
  padding: 15px 0;
}
.footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer a, .footer li, .footer div, .footer p, .footer h2 {
  color: inherit;
}
.footer .socialNetworks li {
  display: inline-block;
}
.footer .socialNetworks a {
  font-size: 0;
}
.footer .socialNetworks a.linkedin, .footer .socialNetworks a.facebook, .footer .socialNetworks a.twitter {
  margin-right: 9px;
}
.footer .socialNetworks a.linkedin:before, .footer .socialNetworks a.facebook:before, .footer .socialNetworks a.twitter:before {
  font-size: 24px;
  font-size: 1.5rem;
}
.footer .socialNetworks a.linkedin:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  display: inline-block;
  vertical-align: middle;
}
.footer .socialNetworks a.facebook:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: inline-block;
  vertical-align: middle;
}
.footer .socialNetworks a.twitter:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  display: inline-block;
  vertical-align: middle;
}
.footer .socialNetworks a:hover.linkedin, .footer .socialNetworks a:hover.facebook, .footer .socialNetworks a:hover.twitter, .footer .socialNetworks a:focus.linkedin, .footer .socialNetworks a:focus.facebook, .footer .socialNetworks a:focus.twitter {
  color: #670c0c;
}
.footer .footerLinks {
  text-align: center;
  font-family: Myriad Pro, sans-serif;
}
.footer .footerLinks li, .footer .footerLinks a {
  font-family: inherit;
}
.footer .contactPhone h2, .footer .contactPhone p {
  margin: 0;
}
.footer .contactPhone h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer .contactPhone p {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 479px) {
  .footer .footerLinks li {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  .footer .footerLinks li, .footer .footerLinks li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 480px) {
  .footer .footerLinks li {
    display: inline-block;
    padding-left: 0;
    padding-right: 5px;
    text-align: left;
  }
  .footer .footerLinks li, .footer .footerLinks li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .footer .footerLinks li + li {
    border-left: 1px solid;
    padding: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .footer .footerLinks li, .footer .footerLinks li a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (min-width: 0) and (max-width: 960px) {
  .footer {
    padding: 20px 0 30px 0;
  }
  .footer .socialNetworks {
    text-align: center;
  }
  .footer .footerLinks {
    margin: 25px 0;
  }
  .footer .contactPhone {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .footer .socialNetworks {
    text-align: left;
    margin: 25px 0 0 0;
  }
  .footer .footerLinks {
    margin: 20px 0;
  }
  .footer .contactPhone {
    text-align: right;
  }
}

/* ================================================================
   Login Status
   ================================================================ */
.login-status {
  margin-top: 1.4em;
  font-size: 0.9em;
  /* white gives slight glow, var(--bg) blends into background. Makes header login-status links background more opaque for better visibility */
  text-shadow: 0 0 2px white, 0 0 5px var(--bg), 0 0 9px var(--bg);
}

.footer .login-status {
  text-align: center;
}

@media (min-width: 960px) {
  .footer .login-status {
    display: none;
  }
}
/* ================================================================
   Utility Classes
   ================================================================ */
ul.unadornedlist {
  padding-left: 0;
  list-style: none;
}

a.clean {
  color: unset;
}

a.clean:hover, a.clean:active {
  text-decoration: unset;
}

/* ================================================================
   Print Styles
   ================================================================ */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.Sitefinity.RadEditor, .Sitefinity.RadEditor * {
  font-family: inherit;
}

.RadDockZone .rdContent * {
  box-sizing: border-box;
}

.ZoneEditorToolboxContainer h2 {
  font-family: arial, sans-serif;
}

.sfLayoutPropsContainer .sfTxt {
  color: #000;
}

.sfPageEditor .addthis-smartlayers {
  display: none;
}

.sfTemplateEditor .sfLayoutWidthSlider,
.sfTemplateEditor #columnList {
  display: none !important;
}

.zeContentMode .sfPageContainer .RadDock_Sitefinity .rdContent {
  min-height: 15px;
}

#ZoneEditor {
  overflow: visible !important;
}
