@charset "UTF-8";
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/*! 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;
}

p, li {
  font-weight: 500;
}

/* 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 {
  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 */
  /* 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: #000;
}

body {
  font-family: "avenir";
  line-height: 1.4;
  overflow-y: scroll;
  background: #fff;
  font-weight: 500;
}

::-moz-selection {
  background: rgba(94, 194, 194, 0.75);
  text-shadow: none;
}

::selection {
  background: rgba(94, 194, 194, 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%;
}

.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, .js .form-label-hide .sfTxtLbl {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .js .form-label-hide .focusable.sfTxtLbl:active,
.visuallyhidden.focusable:focus,
.js .form-label-hide .focusable.sfTxtLbl:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .sfcommentsFieldsList:before, .page-meta:before, .sfBreadcrumbWrp .RadSiteMap .rsmFlow:before, .sf_pagerNumeric:before, .clearfix:after, .sfcommentsFieldsList:after, .page-meta:after, .sfBreadcrumbWrp .RadSiteMap .rsmFlow:after, .sf_pagerNumeric:after {
  content: " ";
  display: table;
}
.clearfix:after, .sfcommentsFieldsList:after, .page-meta:after, .sfBreadcrumbWrp .RadSiteMap .rsmFlow:after, .sf_pagerNumeric: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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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);
  -ms-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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/fonts/slick.woff') format("woff"), url('/fonts/slick.ttf') format("truetype"), url('/fonts/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;
}

/* ================================================================
   Home Slider
   ================================================================ */
.sliderBanner img {
  max-width: none;
  width: 100%;
}
.sliderBanner .slick-dots {
  margin: 0;
}
.sliderBanner .slick-dots li {
  width: auto;
  height: auto;
}
.sliderBanner .slick-dots li button {
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
}
.sliderBanner .slick-dots li button:before {
  display: none;
}
.sliderBanner .slick-dots li.slick-active button {
  background: #5ec2c2;
}
.sliderBanner .slick-prev, .sliderBanner .slick-next {
  z-index: 9;
  overflow: hidden;
}
.sliderBanner .slick-prev:before, .sliderBanner .slick-next:before {
  content: "";
  display: block;
  position: relative;
  z-index: 7;
  width: inherit;
  height: inherit;
  background: url(../Images/layout/sliderArrow.png);
  background-size: 100% 200%;
}
.sliderBanner .slick-prev:hover:before, .sliderBanner .slick-prev:focus:before, .sliderBanner .slick-next:hover:before, .sliderBanner .slick-next:focus:before {
  background: url(../Images/layout/sliderArrowOver.png);
  background-size: 100% 200%;
}
.sliderBanner .slick-prev {
  left: 10%;
}
.sliderBanner .slick-prev:hover:before, .sliderBanner .slick-prev:focus:before {
  background-position: 0 bottom;
}
.sliderBanner .slick-prev:before {
  background-position: 0 bottom;
}
.sliderBanner .slick-next {
  right: 10%;
}
.sliderBanner .slick-next:hover:before, .sliderBanner .slick-next:focus:before {
  background-position: 0 top;
}
.sliderBanner .slick-next:before {
  background-position: 0 top;
}
.sliderBanner .content {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  z-index: 8;
  width: 100%;
}
.sliderBanner h2 {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
.sliderBanner p {
  color: #fff;
  margin: 0;
  display: inline;
}
.sliderBanner a {
  display: inline-block;
  text-transform: uppercase;
  color: #5ec2c2;
  font-weight: bold;
}

.sliderBanner .container p {
  margin-right: 20px;
}

@media (min-width: 0) and (max-width: 768px) {
  .sliderBanner img {
    min-width: 1255px;
  }
  .sliderBanner .container, .sliderBanner .container-full {
    padding: 0 20px;
  }
  .sliderBanner h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .sliderBanner p, .sliderBanner a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .sliderBanner .slick-dots {
    bottom: 10px;
  }
  .sliderBanner .content {
    padding: 15px 0 25px 0;
  }
  .sliderBanner .slick-prev, .sliderBanner .slick-next {
    top: 33%;
    height: 77px;
    width: 20px;
  }
}
@media (min-width: 768px) {
  .sliderBanner .content {
    padding: 15px 0 25px 0;
  }
  .sliderBanner .container, .sliderBanner .container-full {
    padding: 0 40px;
  }
  .sliderBanner .slick-dots {
    bottom: 8px;
  }
  .sliderBanner .slick-prev, .sliderBanner .slick-next {
    top: 33%;
    height: 50px;
    width: 14px;
  }
  .sliderBanner h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .sliderBanner p, .sliderBanner a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 960px) {
  .sliderBanner .slick-prev, .sliderBanner .slick-next {
    top: 35%;
    height: 70px;
    width: 17px;
  }
}
@media (min-width: 1152px) {
  .sliderBanner .container, .sliderBanner .container-full {
    padding: 0 110px;
  }
  .sliderBanner .slick-prev, .sliderBanner .slick-next {
    height: 90px;
    width: 17px;
  }
}
@media (min-width: 1344px) {
  .sliderBanner .content {
    padding: 35px 0;
  }
  .sliderBanner .container, .sliderBanner .container-full {
    padding: 0;
  }
  .sliderBanner .slick-dots {
    bottom: 16px;
  }
  .sliderBanner .slick-prev, .sliderBanner .slick-next {
    top: 33%;
    height: 149px;
    width: 29px;
  }
  .sliderBanner h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .sliderBanner p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .sliderBanner a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.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
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .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: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .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: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.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 .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;
}

/* RTL support */
.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;
}

/*! jQuery UI - v1.11.4 - 2016-01-04
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.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
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
.datepicker {
  margin-bottom: 15px;
}
@media (min-width: 0) and (max-width: 768px) {
  .datepicker {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .datepicker {
    max-width: none;
  }
}

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 100%;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .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:before,
.ui-datepicker .ui-datepicker-next:before {
  color: #5ec2c2;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "<";
}

.ui-datepicker .ui-datepicker-next:before {
  content: ">";
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus {
  text-decoration: none;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  text-align: right;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: #5ec2c2;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}

.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: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
  border: 0;
  table-layout: fixed;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: left;
  font-weight: 600;
  border: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}

.ui-datepicker tr {
  border-bottom: 1px solid #000;
}

.ui-datepicker td {
  border: 0;
  border-right: 1px solid #000;
  padding: 0;
  background: #fff;
}
.ui-datepicker td:first-child {
  border-left: 1px solid #000;
}

.ui-datepicker td.ui-datepicker-current-day a {
  color: #000;
  background: #5ec2c2;
  font-weight: 600;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 4px;
  text-align: left;
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) and (max-width: 960px) {
  .ui-datepicker td span,
  .ui-datepicker td a {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 15px 8px;
  }
}
@media (min-width: 960px) {
  .ui-datepicker td span,
  .ui-datepicker td a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px;
  }
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.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 .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;
}

/* RTL support */
.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;
}

/* ================================================================
   Grid Framework
   ================================================================ */
/* ================================================================
   Fluid Grid Styles
   ================================================================ */
.container, .container-full {
  position: relative;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  max-width: 1120px;
  /* transition: all 0.1s linear; */
}
.container:after, .container-full:after {
  content: "";
  display: table;
  clear: both;
}
.container.pad, .pad.container-full {
  padding-top: 30px;
}

.container-full {
  width: 100%;
}

.gutterless {
  padding: 0;
}

.gutterless > [class*="grid-"] {
  padding: 0;
}

[class*="grid-"] {
  padding: 0 20px;
}

[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%;
  }

  .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
   ================================================================ */
 @font-face {
 	font-family: "avenir";
 	src: url("../Fonts/avenir/avenir-next-regular.eot");
 	src: url('../Fonts/avenir/avenir-next-regular.eot?#iefix') format("embedded-opentype"), url('../Fonts/avenir/avenir-next-regular.ttf') format("truetype");
 	font-weight: normal;
 	font-style: normal;
 }

 @font-face {
 	font-family: "avenir";
 	src: url("../Fonts/avenir/avenir-next-bold.eot");
 	src: url('../Fonts/avenir/avenir-next-bold.eot?#iefix') format("embedded-opentype"), url('../Fonts/avenir/avenir-next-bold.ttf') format("truetype");
 	font-weight: bold;
 	font-style: normal;
 }

 @font-face {
 	font-family: "avenir";
 	src: url("../Fonts/avenir/avenirnextmedium.eot");
 	src: url('../Fonts/avenir/avenirnextmedium.eot?#iefix') format("embedded-opentype"), url('../Fonts/avenir/avenirnextmedium.ttf') format("truetype");
 	font-weight: 500;
 	font-style: normal;
 }

 @font-face {
 	font-family: "avenir";
 	src: url("../Fonts/avenir/avenirnextdemibold.eot");
 	src: url('../Fonts/avenir/avenirnextdemibold.eot?#iefix') format("embedded-opentype"), url('../Fonts/avenir/avenirnextdemibold.ttf') format("truetype");
 	font-weight: 600;
 	font-style: normal;
 }

 @font-face {
 	font-family: "Futura";
 	src: url("../Fonts/futura-bold/FuturaLT-Bold.eot");
 	src: url('../Fonts/futura-bold/FuturaLT-Bold.eot?#iefix') format("embedded-opentype"), url('../Fonts/futura-bold/FuturaLT-Bold.woff') format("woff"), url('../Fonts/futura-bold/FuturaLT-Bold.ttf') format("truetype");
 	font-weight: normal;
 	font-style: normal;
 }
h1 {
  margin: 0 0 1em;
  font-family: "Futura";
  font-size: 37px;
  font-size: 2.3125rem;
  color: #373737;
}

h2 {
  margin: 0 0 1em;
  font-family: "Futura";
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
}

h3 {
  margin: 0 0 1em;
  font-family: #000;
  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 #d9d9d9;
  padding-left: 1.5em;
  margin: 1em 1.5em;
}

a {
  color: #5ec2c2;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

table {
  margin: 1em 0;
  border: 1px solid #ccc;
}

td {
  border: 1px solid #ccc;
  background: #e6e6e6;
  padding: 0.2em 0.4em;
}

tr:nth-child(2n) td {
  background: #fff;
}

.button, .sfcommentsSubmitBtnWrp [type="submit"] {
  display: inline-block;
  padding: 0.4em 1.5em;
  background: #5ec2c2;
  color: #000;
  border: 0;
  border-radius: 4px;
  font-family: "avenir";
  text-decoration: none;
  /* transition: all 0.2s ease-out; */
}
.button:hover, .sfcommentsSubmitBtnWrp [type="submit"]:hover, .button:focus, .sfcommentsSubmitBtnWrp [type="submit"]:focus {
  text-decoration: none;
  background: #41acac;
}

.button-small, .module .back, .module-list .item .more {
  display: inline-block;
  padding: 0.3em 1em;
  background: #5ec2c2;
  color: #000;
  border: 0;
  border-radius: 4px;
  font-family: "avenir";
  font-size: 13px;
  text-decoration: none;
  /* transition: all 0.2s ease-out; */
}
.button-small:before, .module .back:before, .module-list .item .more:before {
  position: relative;
  left: 0;
  padding-right: 5px;
  font-size: 10px;
  transition: left 0.2s ease-out;
}
.button-small:after, .module .back:after, .module-list .item .more:after {
  position: relative;
  right: 0;
  padding-left: 5px;
  font-size: 10px;
  transition: right 0.2s ease-out;
}
.button-small:hover, .module .back:hover, .module-list .item .more:hover, .button-small:focus, .module .back:focus, .module-list .item .more:focus {
  text-decoration: none;
  background: #41acac;
}
.button-small:hover:before, .module .back:hover:before, .module-list .item .more:hover:before, .button-small:focus:before, .module .back:focus:before, .module-list .item .more:focus:before {
  left: -5px;
}
.button-small:hover:after, .module .back:hover:after, .module-list .item .more:hover:after, .button-small:focus:after, .module .back:focus:after, .module-list .item .more: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: '\2022';
  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: #e6e6e6;
  color: gray;
  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(94, 194, 194, 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 {
  margin: 0 0 10px 0;
}
.module-list .item .title {
  margin: 0 0 5px;
}
.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: 5px;
}
.module-list .item .more {
  text-transform: capitalize;
}

/* Module Rail
   - Provides core styling for rail modules
   ========================================================================== */
.module-rail {
  margin-bottom: 1em;
  background: #f2f2f2;
}
.module-rail .module-header .title {
  margin: 0;
  padding: 10px;
  background: #5ec2c2;
  color: #000;
}
.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;
}

/* ==========================================================================
   News and Events
   ========================================================================== */
@media (min-width: 768px) {
  .homeList .grid-4 {
    padding: 0 20px;
  }
  .homeList .grid-4:first-child {
    padding-left: 0;
  }
  .homeList .grid-4:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1152px) {
  .homeList .grid-4 {
    width: 25%;
  }
  .homeList .calloutsField {
    width: 50%;
  }
}

.home-list-module .heading {
  background: #5ec2c2;
  color: #000;
  padding: 12px 18px;
}
.home-list-module .heading:after {
  content: "";
  display: table;
  clear: both;
}
.home-list-module .heading h2, .home-list-module .heading a {
  color: inherit;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  font-family: "avenir";
  vertical-align: top;
}
.home-list-module .heading h2 {
  width: 70%;
}
.home-list-module .heading a {
  text-align: right;
  width: 25%;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 960px) {
  .home-list-module .heading h2, .home-list-module .heading a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.home-list-module .module-list {
  list-style: none;
  padding: 10px 20px;
  margin: 0;
  background: #f0f0f0;
}
.home-list-module .module-list h2 {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
  font-weight: 600;
}
.home-list-module .module-list a {
  color: inherit;
}
.home-list-module .module-list .readMore {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.home-list-module .module-list .summary {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 0) and (max-width: 768px) {
  .home-list-module {
    margin: 15px 0;
  }
}

/* ==========================================================================
   Callouts
   ========================================================================== */
@media (min-width: 0) and (max-width: 768px) {
  .calloutsField {
    margin: 15px 0;
  }
}

.calloutsHome {
  list-style: none;
  margin: 0;
  padding: 0;
}
.calloutsHome:after {
  content: "";
  display: table;
  clear: both;
}
.calloutsHome li {
  border: 2px solid #000;
}
@media (min-width: 0) and (max-width: 1152px) {
  .calloutsHome li + li {
    margin: 15px 0 0 0;
  }
}
@media (min-width: 1152px) {
  .calloutsHome li {
    float: left;
    width: 48%;
    margin: 0 1% 15px 1%;
  }
}
.calloutsHome a {
  /* border: 1px solid #fff; */
  background: #a8dede;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none!important;
  display: flex!important;
  /* position: relative; */
  padding: 7px;
  height: 57px;
  width: 100%;
  z-index: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  align-items: center;
  color: #000000;
  /* transition: all, 0.3s, ease-in; */
}

.calloutsHome li a:hover {
  color: #000!important
}

/* .calloutsHome a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: red;
  left: 0;
  top: 0;
  background: #dff3f3;
  transition: inherit;
} */
.calloutsHome a:hover, .calloutsHome a:focus {
  text-decoration: none;
  /* border: 1px solid #5ec2c2; */
}
/* .calloutsHome a:hover:before, .calloutsHome a:focus:before {
  height: 100%;
}
.calloutsHome img {
  float: right;
  position: absolute;
  right: 17px;
  top: 10px;
  z-index: 1;
} */

ul.calloutsHome li a {
  display: flex;
}

/* .calloutsHome em.icon {
  color: #5ec2c2;
  font-size: 32px;
  min-width: 40px;
  text-align: center;
} */

.calloutsHome a span {
  flex: 1 0 80%;
}

.calloutsHome a svg {
  flex: 1 0 20%;
  font-size: 30px;
}

.calloutsHome li:hover a {
  color: #000;
  background: #5ec2c2;
  transition: background .2s;
}


/* ==========================================================================
   Contact Info Rail
   ========================================================================== */
.contact-info-rail {
  margin-top: 35px;
}
.contact-info-rail h2 {
  color: #5ec2c2;
  text-transform: uppercase;
  font-family: "avenir";
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
.contact-info-rail h3, .contact-info-rail div {
  color: #000;
  text-transform: uppercase;
  font-family: "avenir";
  font-weight: 600;
  margin: 20px 0 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.contact-info-rail div {
  margin: 0;
  font-weight: normal;
}

/* ==========================================================================
   Council Module
   ========================================================================== */
.councilList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.councilList .img-container {
  float: left;
  margin-bottom: 15px;
}
.councilList .title-container {
  float: left;
  margin-left: 20px;
  text-transform: uppercase;
  color: #010101;
  font-family: "avenir";
  font-size: 14px;
  font-size: 0.875rem;
}
.councilList .title-container h2, .councilList .title-container p {
  margin: 0;
  font: inherit;
}
.councilList .title-container h2 {
  font-weight: 600;
}
.councilList .txt-container {
  clear: left;
  font-size: 14px;
  font-size: 0.875rem;
}
.councilList li {
  padding: 40px 10px;
}
.councilList li a {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  background: url(../Images/layout/envelope.png) no-repeat 0 0 transparent;
  padding-left: 35px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1152px) {
  .councilList li:nth-child(even) {
    padding-right: 0;
  }
  .councilList li:nth-child(odd) {
    padding-left: 0;
  }
}
@media (min-width: 960px) {
  .councilList:after {
    content: "";
    display: table;
    clear: both;
  }
  .councilList li {
    width: 50%;
    float: left;
    padding: 40px 20px;
  }
}

/* ==========================================================================
   Calendar and Events Modules
   ========================================================================== */
.eventsContainer .eventsTitle {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "avenir";
  color: #5ec2c2;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 0) and (max-width: 960px) {
  .eventsContainer {
    display: table;
  }
  .eventsContainer .grid-8, .eventsContainer .grid-4 {
    float: none;
    padding: 0 0 20px 0;
    width: 100%;
  }
  .eventsContainer .grid-8 {
    display: table;
  }
  .eventsContainer .grid-4 {
    display: table-header-group;
  }
  .eventsContainer .eventsTitle {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 960px) {
  .eventsContainer {
    display: block;
  }
  .eventsContainer .grid-8, .eventsContainer .grid-4 {
    float: left;
    padding: 0 10px;
    display: block;
  }
  .eventsContainer .grid-8 {
    width: 66.666%;
  }
  .eventsContainer .grid-4 {
    width: 33.333%;
  }
  .eventsContainer .eventsTitle {
    margin: 0 0 20px 0;
  }
}

.eventsList {
  padding: 0;
  list-style: none;
  margin: 0;
}
.eventsList li {
  padding: 20px 0;
}
.eventsList li.noEvents {
  display: none;
}
.eventsList li.noEvents.show {
  display: block;
}
.eventsList div {
  margin: 10px 0;
}
.eventsList .sfAddEventWrp {
  color: #5ec2c2;
  text-transform: uppercase;
  font-family: "avenir";
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 0 3px 25px;
  background: url(../Images/layout/calendar.png) no-repeat 0 0 transparent;
  background-size: 18px 20px;
}
.eventsList h2, .eventsList .sfmetainfo {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.eventsList h2 {
  font-weight: 600;
  margin: 0;
  font-family: "avenir";
}
.eventsList .sfmetainfo {
  margin: 0 0 15px 0;
}
.eventsList .sfmetainfo div {
  display: inline;
}
.eventsList.filter li {
  display: none;
}
.eventsList.filter li.show {
  display: block;
}

/* ================================================================
   Generic Form Styles
   ================================================================ */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  height: 30px;
  height: 1.875rem;
  padding: 5px 13px;
  background: #ffffff;
  vertical-align: top;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  font-size: 14px;
  font-size: 0.875rem;
  /* 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 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #5ec2c2;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 2px;
  border-radius: 0;
  background: none;
}

select {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  height: 30px;
  height: 1.875rem;
}
select:focus {
  outline: none;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #5ec2c2;
}

textarea {
  padding: 10px 13px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  min-height: 100px;
  background: #ffffff;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #5ec2c2;
  /* transition: all 0.2s ease-out; */
}
textarea:focus {
  outline: none;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #5ec2c2;
}

.sfreContentArea {
  padding: 10px 13px;
  background: none;
}

/* ================================================================
   Sitefinity Form Styles
   ================================================================ */
.sfLoginFieldsWrp, .sfprofileFieldsList, .sfregisterFieldsList {
  display: block;
  margin: 1em 0;
  padding: 0;
}
.sfLoginFieldsWrp li, .sfprofileFieldsList li, .sfregisterFieldsList li {
  display: block;
  margin: 0;
  padding: 0;
}
.sfLoginFieldsWrp li + li, .sfprofileFieldsList li + li, .sfregisterFieldsList li + li {
  margin-top: 1em;
}

.sfTxtLbl {
  font-weight: bold;
  display: block;
}
.required > .sfTxtLbl:after {
  content: '*';
  color: #5ec2c2;
}

.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 #d4d4d4;
  border-radius: 5px;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  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 {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0.5em 0 1em;
}

/* Error Message
   ========================================================================== */
.sfError {
  margin-top: 5px;
  padding: 10px 20px;
  background: red;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

/* ==========================================================================
   Comments - Styles
   ========================================================================== */
/* Comments
   ========================================================================== */
.sfcommentsFormWrp, .sfcommentsListWrp {
  margin-top: 2em;
}

.sfcommentsTitle {
  margin-bottom: 10px;
}

/* 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;
}

.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 {
  font-weight: bold;
}
.sfcommentsFieldsList .sfNote {
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
}

/* Error Message
   ========================================================================== */
.sfError {
  margin-top: 5px;
  padding: 10px 20px;
  background: red;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

/* Quick-Links
=============================*/
.quicklinks-toggle {
  width: 100%;
  background: #000;
  padding: 20px;
  text-align: right;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .quicklinks-toggle {
    display: none;
  }
}
.quicklinks-toggle .toggle {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 22px;
  position: relative;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: ease-in-out 0.5s;
  cursor: pointer;
  margin-top: 7px;
  text-decoration: none;
}
.quicklinks-toggle .toggle div {
  display: none;
}
.quicklinks-toggle .toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: ease-in-out 0.25s;
}
.quicklinks-toggle .toggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.quicklinks-toggle .toggle span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.quicklinks-toggle .toggle span:nth-child(1), .quicklinks-toggle .toggle span:nth-child(2) {
  top: 0;
}
.quicklinks-toggle .toggle span:nth-child(3), .quicklinks-toggle .toggle span:nth-child(4) {
  top: 8px;
}
.quicklinks-toggle .toggle span:nth-child(5), .quicklinks-toggle .toggle span:nth-child(6) {
  top: 16px;
}
.quicklinks-toggle .toggle.open span:nth-child(1), .quicklinks-toggle .toggle.open span:nth-child(6) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quicklinks-toggle .toggle.open span:nth-child(2), .quicklinks-toggle .toggle.open span:nth-child(5) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.quicklinks-toggle .toggle.open span:nth-child(1) {
  left: 5px;
  top: 7px;
  background: #5ec2c2;
}
.quicklinks-toggle .toggle.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
  background: #5ec2c2;
}
.quicklinks-toggle .toggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.quicklinks-toggle .toggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.quicklinks-toggle .toggle.open span:nth-child(5) {
  left: 5px;
  top: 12px;
  background: #5ec2c2;
}
.quicklinks-toggle .toggle.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
  background: #5ec2c2;
}

.quicklinks {
  width: 100%;
  background: #000;
  display: none;
}
.quicklinks ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
.quicklinks ul li a {
  display: block;
  padding: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.quicklinks ul li .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.quicklinks em.fas, .quicklinks em.fa, .quicklinks em.far {
  margin-right: 10px;
  font-size: 16px;
}

.ql-active {
  background-color: #5ec2c2;
  color: #000000;
}

.ql-active a {
  color: #000000!important;
}

@media (min-width: 0) and (max-width: 768px) {
  .quicklinks ul li {
    display: block;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .quicklinks ul li {
    display: inline-block;
    border: 0;
  }
}
@media (min-width: 960px) {
  .quicklinks {
    display: block !important;
  }
  .quicklinks ul {
    display: table;
  }
  .quicklinks ul li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    border: 0;
  }
  .quicklinks ul li a {
    padding: 20px 7px;
  }
  .quicklinks ul li a span {
    display: block;
  }
  .quicklinks ul li a:hover {
    color: #5ec2c2;
  }
  .quicklinks ul li a:hover .icon {
    fill: #5ec2c2;
  }
}
@media (min-width: 1152px) {
  .quicklinks ul li a span {
    display: inline;
  }
}

/* Main Menu
=============================*/

@media screen and (min-width: 769px) {
  .topnav {
    display: none;
  }
}


.menu-toggle {
  cursor: pointer;
}
/* .menu-toggle:before {
  display: block;
  padding: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  content: "MAIN MENU";
} */
.menu-toggle.active:before {
  content: "CLOSE MAIN MENU";
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  /* display: none; */
  text-align: left;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}
.menu li {
  display: block;
}
.menu a {
  display: block;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.menu a.sfSel {
  color: #5ec2c2;
}
.menu > li {
  border-top: 1px solid #FFF;
}
.menu > li > a {
  font-weight: bold;
}
.menu > li > a.sfSel, .menu > li > a.active {
  background: #5ec2c2;
  color: #000;
}
.menu > li > ul > li > a.has-sub {
  position: relative;
  padding-right: 45px;
}
.menu > li > ul > li > a.has-sub:after {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  content: ">";
  line-height: 40px;
  text-align: center;
}
.menu > li > ul > li > a.has-sub.active:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .menu {
    display: table !important;
    max-width: 1120px;
    margin: auto;
  }
  .menu a {
    padding: 10px 15px;
  }
  .menu > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    border: 0;
  }
  .menu > li:hover > a, .menu > li > a.active {
    background: #a8dede;
    color: #338787;
  }
  .menu > li > a.sfSel {
    background: #dff3f3;
    color: #000;
  }
  .menu > li > a.active:after, .menu > li > a.sfSel:after {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -6px;
    left: 0;
    height: 6px;
    width: 100%;
    background: #5ec2c2;
    content: "";
  }
  .menu > li > ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    background: #f2f2f2;
    padding-top: 6px;
  }
  .menu > li > ul a {
    white-space: nowrap;
  }
  .menu > li > ul li:hover > a, .menu > li > ul li > a.active {
    background: #cdecec;
    color: #000000;
  }
  .menu > li > ul > li:hover > a:after, .menu > li > ul > li > a.active:after {
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }
  .menu > li > ul > li > ul {
    position: absolute;
    z-index: 10;
    /* top: 0; */
    margin-top: -42px;
    left: 100%;
    background: #fff;
  }
  .menu > li > ul > li > ul a {
    white-space: nowrap;
  }
}
@media (min-width: 960px) {
  .menu {
    display: block !important;
  }
  .menu > li {
    display: inline-block;
  }
  .menu a {
    padding: 10px 20px;
  }
}

.rail-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}
 /* @media (min-width: 1152px) {*/
  .rail-menu {
    display: block;
  }
  .rail-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
  }
  .rail-menu a {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 12px;
  }
  .rail-menu a.has-sub {
    position: relative;
    padding-right: 45px;
  }
  .rail-menu a.has-sub:after {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    content: ">";
    line-height: 40px;
    text-align: center;
  }
  .rail-menu a.has-sub.active:after, .rail-menu a.has-sub.sfSel:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rail-menu > li {
    display: block;
    border-bottom: 2px solid #fff;
  }
  .rail-menu > li > a {
    padding: 10px 20px;
    background: #000;
    color: #fff;
  }
  .rail-menu > li > a:hover {
    background: #a8dede;
    color: #338787;
  }
  .rail-menu > li > a.sfSel, .rail-menu > li > a.active {
    background: #5ec2c2;
    color: #000;
    font-weight: 600;
  }
  .rail-menu > li > a.sfSel ~ ul {
    display: block;
  }
  .rail-menu > li > ul > li {
    display: block;
    border-bottom: 2px solid #FFF;
  }
  .rail-menu > li > ul > li > a {
    padding: 10px 20px;
    background: #f2f2f2;
    color: #000;
  }
  .rail-menu > li > ul > li > a:hover, .rail-menu > li > ul > li > a.active, .rail-menu > li > ul > li > a.sfSel {
    color: #5ec2c2;
  }
/*}*/

/* ================================================================
   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: "Futura";
  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: '';
}

/* 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 {
  padding: 0 10px;
  margin-bottom: 10px;
  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: '\f0da';
  margin-top: -7.5px;
  margin-left: -2px;
  line-height: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #231f20;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem:last-child .rsmLink {
  color: #5ec2c2;
  cursor: default;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink {
  display: block;
  padding: 0;
  color: #000;
  font-family: "avenir";
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink:hover, .sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink:focus {
  border: none;
  background: none;
}
@media (max-width: 768px) {
  .sfBreadcrumbWrp {
    display: none;
  }
}

.sfBreadcrumbNodeSeparator {
  display: none;
}

/* ==========================================================================
   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;
}
.banner .media {
  margin: 0;
  padding: 0;
}
.banner .media img {
  width: 100%;
  max-width: none;
}
.banner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.banner .content h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 12px 0 0 0;
  display: inline;
  color: inherit;
  font-weight: normal;
  font-family: "avenir";
}
@media (min-width: 0) and (max-width: 768px) {
  .banner .media {
    overflow: hidden;
  }
  .banner .media img {
    /* width: auto; */
  }
}
@media (min-width: 768px) {
  .banner img {
    width: 100%;
  }
}

.interiorBanner {
  margin-bottom: 15px;
}

/* ================================================================

#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: "Futura";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #5ec2c2;
}
.sf_pagerNumeric a:hover, .sf_pagerNumeric a:focus {
  text-decoration: underline;
}
.sf_pagerNumeric a.disabled {
  color: #999999;
}
.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: "Futura";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #999999;
}
.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 #5ec2c2;
}
.sf_pagerNumeric .next.disabled:before, .sf_pagerNumeric .next:hover:before, .sf_pagerNumeric .next:focus:before {
  border-color: transparent transparent transparent #999999;
}
.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 #5ec2c2 transparent transparent;
}
.sf_pagerNumeric .prev.disabled:before, .sf_pagerNumeric .prev:hover:before, .sf_pagerNumeric .prev:focus:before {
  border-color: transparent #999999 transparent transparent;
}
.sf_pagerNumeric .sf_PagerCurrent {
  color: #999999;
}
.sf_pagerNumeric .sf_PagerCurrent:hover, .sf_pagerNumeric .sf_PagerCurrent:focus {
  text-decoration: none;
}

/* ================================================================
   Sitemap Styles
   ================================================================ */
.sitemap-section-heading, .sitemap > ul > li > a {
  display: block;
  padding: 0.5em 20px;
  margin-bottom: 0.5em;
  background: #5ec2c2;
  color: #000;
  text-decoration: none;
}
.sitemap-section-heading:hover, .sitemap > ul > li > a:hover, .sitemap-section-heading:focus, .sitemap > ul > li > a:focus {
  background: #41acac;
  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: #aee0e0;
}
.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: #aee0e0;
  border-radius: 8px;
}

/* Search Box
=============================*/
.sfsearchBox {
  position: relative;
  display: none;
  width: 100%;
  box-sizing: border-box;
}
.sfsearchBox input {
  -webkit-appearance: none;
  display: block;
  box-sizing: border-box;
  box-shadow: none !important;
  border-radius: 0;
  outline: 0 !important;
  border: 0;
}
.sfsearchBox input[type="text"] {
  width: 100%;
  background: #e0e0e0;
  height: 60px;
  padding: 0 70px 0 20px;
}
.sfsearchBox input[type="submit"] {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: #5ec2c2;
  color: #5ec2c2;
}
.sfsearchBox .icon {
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 17px;
  fill: #fff;
  width: 25px;
  height: 25px;
  pointer-events: none;
}
.sfsearchBox:after {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "SEARCH BAL HARBOUR VILLAGE";
  pointer-events: none;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 1;
  /*transition: all, 0.4s;*/
}
.sfsearchBox.focus:after {
  opacity: 0;
}
@media (min-width: 768px) {
  .sfsearchBox {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
    max-width: 1120px;
    text-align: right;
    pointer-events: none;
  }
  .sfsearchBox input[type="text"] {
    display: inline-block;
    height: 50px;
    width: 390px !important;
    padding-left: 60px;
    pointer-events: all;
  }
  .sfsearchBox input[type="submit"] {
    right: 20px;
    width: 110px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    pointer-events: all;
  }
  .sfsearchBox .icon {
    right: 370px;
    top: 12px;
    fill: #666;
  }
  .sfsearchBox:after {
    left: auto;
    right: 180px;
    content: "BAL HARBOUR VILLAGE";
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .sfsearchBox {
    /* transition: all, 0.93s, ease-out; */
  }
  .sfsearchBox.open {
    top: 220px;
  }
}

/* Search Results
=============================*/
.sfsearchResultsWrp dd {
  margin-left: 0;
}
.sfsearchResultsWrp .sfsearchResultTitle {
  display: inline-block;
  margin-top: 1em;
}
.sfsearchResultsWrp .sfsearchResultTitle:first-child {
  margin-top: 0;
}
.sfsearchResultsWrp .sfsearchResultSnippet {
  display: none;
}
.sfsearchResultsWrp .sfsearchResultUrl {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
.sfsearchResultsWrp .sfsearchResultUrl a {
  display: inline-block;
  font-weight: normal;
}
.sfsearchResultsWrp .sfsearchResultUrl a:before {
  content: '(';
}
.sfsearchResultsWrp .sfsearchResultUrl a:after {
  content: ')';
}

/* Header
=============================*/
header {
  display: block;
  width: 100%;
}
header .logo {
  display: block;
  margin: 30px 0;
  text-align: center;
}
header .logo a {
  display: inline-block;
}
header .logo img {
  border: 0;
}
@media (min-width: 768px) {
  header .logo {
    margin: 50px 0;
    text-align: left;
  }
}

nav {
  display: block;
  width: 100%;
  background: #f2f2f2;
}

/* Main
=============================*/
.main {
  display: block;
}

/* Footer
=============================*/
footer {
  display: block;
  padding: 40px 0;
  margin-top: 30px;
  background: #000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}
footer .legal {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  letter-spacing: normal;
}
footer .social {
  text-align: right;
  margin-bottom: 25px;
}
footer .social a {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
footer .social a .icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  footer .social {
    text-align: left;
  }
  footer .social a {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 0) and (max-width: 1152px) {
  footer .social a:last-child {
    display: none;
  }
}

/* Interior
=============================*/
@media (min-width: 0) and (max-width: 1152px) {
  .interiorContainer {
    display: table;
    table-layout: fixed;
  }
  .interiorContainer .grid-4 {
    display: table;
    float: none;
  }
  .interiorContainer .grid-8 {
    display: table-header-group;
    float: none;
    padding: 0;
  }
}
@media (min-width: 0) and (max-width: 1152px) {
  .interiorContainer .interiorContent {
    padding: 0 10px;
  }
}

@media (min-width: 0) and (max-width: 960px) {
  .oneColBannerContainer .grid-12 {
    padding: 0;
  }
}
@media (min-width: 960px) {
  .oneColBannerContainer .grid-12 {
    padding: 0 10px;
  }
}

	/* ==========================================================================
   Weather widget
   ========================================================================== */
@font-face {
  font-family: 'weather';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  color: #fff;
  font-family: weather;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  height: 15px;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .icon{
    line-height: 0.7;
    margin-right: 10px;
    font-size: 55px;
  }

}

.icon .icon-0:before {
  content: ":";
}
.icon .icon-1:before {
  content: "p";
}
.icon .icon-2:before {
  content: "S";
}
.icon .icon-3:before {
  content: "Q";
}
.icon .icon-4:before {
  content: "S";
}
.icon .icon-5:before {
  content: "W";
}
.icon .icon-6:before {
  content: "W";
}
.icon .icon-7:before {
  content: "W";
}
.icon .icon-8:before {
  content: "W";
}
.icon .icon-9:before {
  content: "I";
}
.icon .icon-10:before {
  content: "W";
}
.icon .icon-11:before {
  content: "I";
}
.icon .icon-12:before {
  content: "I";
}
.icon .icon-13:before {
  content: "I";
}
.icon .icon-14:before {
  content: "I";
}
.icon .icon-15:before {
  content: "W";
}
.icon .icon-16:before {
  content: "I";
}
.icon .icon-17:before {
  content: "W";
}
.icon .icon-18:before {
  content: "U";
}
.icon .icon-19:before {
  content: "Z";
}
.icon .icon-20:before {
  content: "Z";
}
.icon .icon-21:before {
  content: "Z";
}
.icon .icon-22:before {
  content: "Z";
}
.icon .icon-23:before {
  content: "Z";
}
.icon .icon-24:before {
  content: "E";
}
.icon .icon-25:before {
  content: "E";
}
.icon .icon-26:before {
  content: "3";
}
.icon .icon-27:before {
  content: "a";
}
.icon .icon-28:before {
  content: "A";
}
.icon .icon-29:before {
  content: "a";
}
.icon .icon-30:before {
  content: "A";
}
.icon .icon-31:before {
  content: "6";
}
.icon .icon-32:before {
  content: "1";
}
.icon .icon-33:before {
  content: "6";
}
.icon .icon-34:before {
  content: "1";
}
.icon .icon-35:before {
  content: "W";
}
.icon .icon-36:before {
  content: "1";
}
.icon .icon-37:before {
  content: "S";
}
.icon .icon-38:before {
  content: "S";
}
.icon .icon-39:before {
  content: "S";
}
.icon .icon-40:before {
  content: "M";
}
.icon .icon-41:before {
  content: "W";
}
.icon .icon-42:before {
  content: "I";
}
.icon .icon-43:before {
  content: "W";
}
.icon .icon-44:before {
  content: "a";
}
.icon .icon-45:before {
  content: "S";
}
.icon .icon-46:before {
  content: "U";
}
.icon .icon-47:before {
  content: "S";
}

.weather {
  color: #fff;
  font-family: "avenir";
  text-transform: uppercase;
  text-align: right;
}
.weather .forecast, .weather .icon {
  display: inline-block;
}
.weather .icon {
  text-align: left;
  vertical-align: top;
}
.weather .forecast h2, .weather .forecast p {
  margin: 0;
  color: inherit;
  font-weight: 500;
  font-family: inherit;
  font-size: 13px;
  font-size: 0.8125rem;
}
.weather .temperature {
  display: block;
  color: inherit;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 19px;
  font-size: 1.1875rem;
}

.sliderContainer {
  position: relative;
}
.sliderContainer .weatherContainer {
  position: absolute;
  bottom: 30px;
  right: 5%;
}
@media (min-width: 0) and (max-width: 960px) {
  .sliderContainer {
    display: none;
  }
}
@media (min-width: 960px) {
  .sliderContainer {
    display: block;
  }
}

.sliderContainer .content .container a {
  text-decoration: none!important;
  color: #5ec2c2!important;
}

.quicklinks-toggle .weatherContainer {
  float: left;
}
.quicklinks-toggle .forecast {
  display: none;
}
.quicklinks-toggle .weather {
  text-align: left;
}
.quicklinks-toggle .weather .icon {
  float: left;
  text-align: left;
}
.quicklinks-toggle .weather .icon span:before {
  vertical-align: top;
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
.quicklinks-toggle .temperature {
  float: left;
  margin-left: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.quicklinks-toggle .temperature span {
  display: block;
}

.interiorBanner .weatherContainer {
  float: right;
}
.interiorBanner .weatherContainer h2, .interiorBanner .weatherContainer p {
  font-size: 12px;
  font-size: 0.75rem;
}
.interiorBanner .weatherContainer .temperature {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 0) and (max-width: 960px) {
  .interiorBanner .weatherContainer {
    display: none;
  }
}
@media (min-width: 960px) {
  .interiorBanner .weatherContainer {
    display: block;
  }
}

/* ================================================================
   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;
}

.sfPageEditor .quicklinks-toggle {
  display: block !important;
}
.sfPageEditor .sfsearchBox {
  position: relative !important;
  left: auto;
  right: auto;
  top: auto;
}
.sfPageEditor .sfsearchBox > span {
  width: 100% !important;
}
.sfPageEditor .sfsearchBox input[type="text"] {
  width: 100%;
  max-width: none;
}

.sfPageEditorWrp .zeToolboxItem {
  position: relative;
}
.sfPageEditorWrp .cl:after {
  color: #A0A0A0;
  font-size: 10px;
  left: 68px;
  position: absolute;
  top: 24px;
}
.sfPageEditorWrp .cl-padded, .sfPageEditorWrp .grid100, .sfPageEditorWrp .grid2575, .sfPageEditorWrp .grid4060, .sfPageEditorWrp .grid5050, .sfPageEditorWrp .grid6040, .sfPageEditorWrp .grid7525, .sfPageEditorWrp .grid33x3, .sfPageEditorWrp .grid25x4, .sfPageEditorWrp .grid20x5 {
  background-image: url("../Images/static/thumbnails/layout-thumbs.png") !important;
}
.sfPageEditorWrp .grid100 {
  background-position: 0 0 !important;
}
.sfPageEditorWrp .grid2575 {
  background-position: 0 -100px !important;
}
.sfPageEditorWrp .grid4060 {
  background-position: 0 -200px !important;
}
.sfPageEditorWrp .grid5050 {
  background-position: 0 -300px !important;
}
.sfPageEditorWrp .grid6040 {
  background-position: 0 -400px !important;
}
.sfPageEditorWrp .grid7525 {
  background-position: 0 -500px !important;
}
.sfPageEditorWrp .grid33x3 {
  background-position: 0 -600px !important;
}
.sfPageEditorWrp .grid25x4 {
  background-position: 0 -700px !important;
}
.sfPageEditorWrp .grid20x5 {
  background-position: 0 -800px !important;
}

.dl-collapse h2:before {
  content: "\f0da";
  margin: 5px 10px;
  font-family: fontawesome;
}

.minus:before {
  content: "\f0d7"!important;
}

.oneColContent {
  margin-top: 30px;
}

.capitalProgram {
  margin: 40px 0;
}

.capitalProgram a span {
  padding: 20px;
  display: inline-block;
  background: #5ec2c2;
  color: #000;
  font-weight: bold;
  margin: 10px 0;
}
.capitalProgram img {
  width: 100% !important;
}

/* NAVIGATION NEW LOOK */

.deskNav .menu .sfSel {
  background: #5ec2c2!important;
  color: #000!important;
}

.menu > li > ul {
  padding-top: 0!important;
}

.menu > li:hover > a, .menu > li > a.active {
  color: unset!important;
}

/* .menu > li > ul > li:hover > a, .menu > li > ul > li > a.active {
  color: unset!important;
} */

.deskNav .menu li {
  position: relative!important;
}

.quicklinks svg {
  margin-right: 1rem;
}

@media screen and (max-width: 960px){
  .quicklinks a:hover:not(.sfSel):not(.active) {
    color: #5ec2c2!important;
  }
}

#main .grid-8 a, #main .grid-12 a {
  color: #000;
  /* padding: 0 5px; */
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #5ec2c2;
  transition: background .2s;
}

#main .grid-8 a:hover, #main .grid-12 a:hover {
  background: #5ec2c2;
  transition: background .2s;
}

#main .btn a {
  color: #000!important;
  border: 2px solid #000!important;
  transition: background .2s;
  padding: 10px;
}

#main .btn a {
  text-decoration: none !important;
}

#main .btn a:hover {
  background: #5ec2c2!important;
  transition: background .2s;
}

#main .sfBreadcrumbWrp a {
  background: transparent!important;
}

#main .sfBreadcrumbNavigation a, #main .sfNoBreadcrumbNavigation a {
	text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
