@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;
  overflow: hidden;
}

/**
 * 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;
  font-weight: 100;
  /*margin: 0.67em 0;*/
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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;
}

p, .grid-8 li {
  text-align: justify;
}

/* 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: "brandon";
  line-height: 1.4;
  overflow-y: scroll;
  background: #fff;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

::selection {
  background: rgba(0, 0, 0, 0.2);
  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;
}

.sfeventDetails .sfeventTitle {
  border-bottom: 2px solid #1f4388;
  margin-top: 40px;
}

.sfTxtContent {
  font-size: 20px;
}

.sfeventContent {
  padding-left: 10px;
  border-left: 4px solid rgba(0,0,0,0.15);
  margin-bottom: 40px;
}

.sfeventDetails {
  margin-top: 40px;
}

.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;
}





/*!
 * 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: 767px) {
  .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: #1f4388;
  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: #1f4388;
  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: #fff;
  background: #1f4388;
  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;
}

.sfContentBlock.pad {
  padding: 1rem;
}

.container.pad-y {
  margin: 2rem 0;
}

@media screen and (max-width:766px){
  .container.pad, .pad.container-full {
    padding-top: 0px!important;
  }
}

.container.pad {
	padding: 30px;
}

.container-full.pad {
  padding: 30px;
}

.container-full {
  width: 100%;
}

.container-full .grid-4 {
  padding-left: 20px!important;
}

.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: 767px) {
  .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: 'brandon';
       src: url('../Fonts/brandon/brandon_reg-webfont.woff2') format('woff2'),
            url('../Fonts/brandon/brandon_reg-webfont.woff') format('woff'),
            url('../Fonts/brandon/brandon_reg.otf') format('otf');
       font-weight: normal;
       font-style: normal;
   }

h1 {
  margin: 0 0 0.25em;
  font-family: "brandon";
  font-size: 37px;
  color: #1f4388;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 1em;
  font-family: "brandon";
  font-size: 26px;
  color: #000000;
}

h3 {
  margin: 0 0 1em;
  font-family: "brandon";
  font-size: 22px;
  color: #000000;
}

h4 {
  margin: 0 0 .5em;
  font-family: "brandon";
  font-size: 20px;
  color: #707070;
  font-weight: bold;
}

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: #1f4388;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

table {
  margin: 1em 0;
  border: 1px solid #ccc;
}

tr th, tr td {
  border: 1px solid #ccc;
  padding: 0.2em 0.4em;
}

.ss-table tbody tr {
  background: #e6e6e6;
}

.ss-table tbody tr:nth-child(2n) {
  background: #fff;
}

.button, .sfcommentsSubmitBtnWrp [type="submit"] {
  display: inline-block;
  padding: 0.4em 1.5em;
  background: #1f4388;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-family: "brandon";
  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: #20b1e3;
}

.button-small, .module .back, .module-list .item .more {
  display: inline-block;
  padding: 0.3em 1em;
  background: #1f4388;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-family: "brandon";
  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: #20b1e3;
}
.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;
}

.button-style {
  text-align:left;
  margin: 10px 0px;
}

@media screen and (max-width: 767px){
  .button-style {
    text-align: center;
  }
  
}

button.button-style, .button-style a {
  display: inline-block;
  padding: 20px;
  background: #197fa9;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

/* ==========================================================================
   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(0, 0, 0, 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 li a, .module-list li span {
  display: table-cell;
}

.module-list li a {
  padding-left: 20px;
  text-align: left;
}

.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: #1f4388;
  color: #fff;
}
.module-rail .module-header .title a {
  color: #fff;
}
.module-rail > .list {
  padding: 10px;
}
.module-rail > .list .title {
  margin-bottom: 0;
}
.module-rail > .list .meta {
  font-size: 0.85em;
}

/* ==========================================================================
   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: #1f4388;
  color: #fff;
  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: "brandon";
  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: 767px) {
  .home-list-module {
    margin: 15px 0;
  }
}

/* ==========================================================================
   Callouts
   ========================================================================== */
@media (min-width: 0) and (max-width: 767px) {
  .calloutsField {
    margin: 15px 0;
  }
}

.calloutsHome {
  list-style: none;
  margin: 0;
  padding: 0;
}
.calloutsHome:after {
  content: "";
  display: table;
  clear: both;
}
.calloutsHome li {
  border: 2px solid #1f4388;
}
@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;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 7px 43px 7px 17px;
  height: 57px;
  width: 100%;
  z-index: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  transition: all, 0.3s, ease-in;
}
.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 #1f4388;
}
.calloutsHome a:hover:before, .calloutsHome a:focus:before {
  height: 100%;
}
.calloutsHome img {
  float: right;
  position: absolute;
  right: 17px;
  top: 10px;
  z-index: 1;
}

/* ==========================================================================
   Contact Info Rail
   ========================================================================== */
.contact-info-rail {
  margin-top: 35px;
}
.contact-info-rail h2 {
  color: #1f4388;
  text-transform: uppercase;
  font-family: "brandon";
  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: "brandon";
  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: "brandon";
  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: "brandon";
  color: #1f4388;
  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: #1f4388;
  text-transform: uppercase;
  font-family: "brandon";
  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: "brandon";
}
.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: 2px;
  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: 2px dashed #1f4388;
  /* box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #1f4388; */
}

input[type="submit"]:focus {
  outline: 2px dashed #1f4388;
}

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 #1f4388; */
}

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); */
  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 #1f4388; */
}

.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: #1f4388;
}

.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: #197fa9;
  padding: 20px;
  text-align: right;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .quicklinks-toggle {
    display: none;
  }
  .quicklinks {
    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!important;
  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: #1f4388;
}
.quicklinks-toggle .toggle.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
  background: #1f4388;
}
.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: #197fa9;
}
.quicklinks-toggle .toggle.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
  background: #197fa9;
}

.quicklinks {
  width: 100%;
  background: #197fa9;
  /*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: bold;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.quicklinks ul li .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.ql-active {
  background-color: #197fa9;
  color: #000000;
}

.search-bar .sfsearchBox .icon {
  font-family: "Fontawesome";
  font-size: 28px;
}

@media screen and (max-width: 959px) {
  .search-bar .sfsearchBox .icon {
    color: #fff;
  }
  .sfsearchBox .icon {
    right: 3px!important;
  }
}


@media (min-width: 0) and (max-width: 767px) {
  .quicklinks ul li {
    display: block;
    /*border-bottom: 1px solid #fff;*/
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .quicklinks ul li {
    /*display: list-item;*/
    border: 0;
  }
  /*.quicklinks ul li a {
    text-align: center;
  }*/
}
@media (min-width: 960px) {
  .quicklinks {
    display: none!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: #1f4388;
  }
  .quicklinks ul li a:hover .icon {
    fill: #1f4388;
  }
}
@media (min-width: 1152px) {
  .quicklinks ul li a span {
    display: inline;
  }
}

/* Main Menu
=============================*/
.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;
  /*width: 100%;*/
}
.menu li {
  display: block;
}

.deskNav {
  font-size: 14px;
}


.quicklinks ul li a[href="/how-do-i"],
.quicklinks ul li a[href="/how-do-i"] + ul li a:hover  {
  background: #ce4a3a;
}

div.deskNav > ul:first-of-type > li:last-child {
  background: #115875;
}

div.deskNav > ul:first-of-type > li:last-child a {
  color: #fff!important;
}



.menu a {
  display: block;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  /*color: #000;*/
}

.menu a.sfSel {
  /*color: #1f4388;*/
}
.menu > li {
  /*border-top: 1px solid #FFF;*/
}
.menu > li > a {
  /*font-weight: bold;*/
}
.menu > li > a.sfSel, .menu > li > a.active {
  /*background: #1f4388;*/
  font-weight: 100;
  /*color: #1f4388;*/
}
.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);
}

.quicklinks li > a.has-sub + ul li a {
  background: #20b1e3;
  padding-left: 20px;
}

@media (min-width: 960px) {
  .menu {
    display: table !important;
    max-width: 1120px;
    margin: auto;
    background: #ffffff;
    padding: 0 20px;
  }
  .menu a {
    /*padding: 10px 15px;*/
    text-align: center;
  }
  .menu > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    border: 0;
  }
  .menu > li:hover > a, .menu > li > a.active {
    /*background: #a8dede;
    color: #338787;*/
    /*border-bottom: 2px solid #dddddd;
    padding-top: 2px;*/
  }
  .menu > li > a.sfSel {
    /*background: #dff3f3;*/
    color: #000;
    /*border-bottom: 2px solid #197fa9;
    padding-top: 2px;*/
  }
  .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: #197fa9;
    content: "";
  }
  .menu > li > ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    background: #ffffff;
    padding-top: 6px;
    box-shadow: 3px 6px 9px rgba(0,0,0,0.25);
  }
  .menu > li > ul a {
    white-space: nowrap;
  }
  .menu > li:not(:last-child) > ul > li:hover > a, .menu > li > ul > li > a.active {
    background: #f2f2f2;
    color: #197fa9;
  }

  .menu > li:last-child > ul > li:hover > a, .menu > li > ul > li > a.active {
    background: #9a4435;
    color: #197fa9;
  }


  .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;
    left: 100%;
    background: #fff;
  }
  .menu > li > ul > li > ul a {
    white-space: nowrap;
  }
}
@media (min-width: 960px) {
  .menu {
    display: table !important;
    width: 100%;
  }
  .menu > li {
    display: table-cell;
  }
  .menu a {
    /* padding: 10px 20px; */
    padding: 10px;
  }
}

.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: 2px;
    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: #197fa9;
  }
  .rail-menu > li > a.sfSel, .rail-menu > li > a.active {
    background: #197fa9;
    color: #fff;
    font-weight: bold;
  }
  .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: #197fa9;
  }
/*}*/

/* ================================================================
   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: "brandon";
  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: '>';
  margin-top: -7.5px;
  margin-left: -2px;
  line-height: 1em;
  font-family: "brandon";
  color: #231f20;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem:last-child .rsmLink {
  color: #197fa9;
  cursor: default;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink {
  display: block;
  padding: 0;
  color: #000;
  font-family: "brandon";
  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 (min-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: "brandon";
}
@media (min-width: 0) and (max-width: 767px) {
  .banner .media {
    overflow: hidden;
  }
  .banner .media img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .banner img {
    width: 100%;
  }
}

.interiorBanner, .sliderContainer {
  margin-bottom: 45px;
}

/* ================================================================

#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: "brandon";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #197fa9;
}
.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: "brandon";
  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 #197fa9;
}
.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 #197fa9 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;
}

.sf_pagerNumeric a, .sf_pagerNumeric span {
  margin-right: 10px;
  padding: 5px 11px;
  border-radius: 4px;
}

.sf_pagerNumeric a.sf_PagerCurrent {
  background: #197fa9;
  color: #ffffff;
}

.sf_pagerNumeric a:hover {
  text-decoration: none;
  background: #abeaff;
  color: #20b1e3;
}

/* ================================================================
   Sitemap Styles
   ================================================================ */

@media screen and (max-width: 767px){
  .home-events .sfimageWrp {
    display: none;
  }

  .home-events {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .home-events-calendar:before {
    display: block;
    text-align: center;
  }
}

.home-events {
  background-color: #fff0d8;
  /*margin-top: 30px;*/
}

.container-full.home-events, .home-events {
  max-width: initial;
}

.container-full.home-events .grid-12, .home-events .grid-4 {
    max-width: 1120px;
    float: none;
    margin: 0 auto;
    padding: 20px 0px;
}

.sitemap-section-heading, .sitemap > ul > li > a {
  display: block;
  padding: 0.5em 20px;
  margin-bottom: 0.5em;
  background: #197fa9;
  color: #fff;
  text-decoration: none;
}
.sitemap-section-heading:hover, .sitemap > ul > li > a:hover, .sitemap-section-heading:focus, .sitemap > ul > li > a:focus {
  background: #20b1e3;
  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
=============================*/



.grid-12.search-weather * {
  color: #197fa9;
  fill: #197fa9;
}

.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: #f2f2f2;
  height: 60px;
  padding: 0 70px 0 20px;
  font-size: 18px;
}
.sfsearchBox input[type="submit"] {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: #197fa9;
  /*color: #197fa9;*/
}

.sfsearchTxt {
  border: 1px solid #197fa9!important;
}

.sfsearchBox .icon {
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 14px;
  fill: #197fa9;
  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 TOWN OF SURFSIDE";
  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 (max-width: 959px) {
  .weatherContainer {
    display: block;
  }

  .grid-12.search-weather .weatherContainer {
    display:none;
  }

  .grid-12.search-weather {
    padding:0px;
    display: block;
  }
}

@media (min-width: 960px) {
  .grid-12.search-weather {
    position: absolute;
    top: 50px;
  }

  .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: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    pointer-events: all;
  }
  .sfsearchBox .icon {
    right: 370px;
    top: 12px;
    fill: #197fa9;
  }

  .sfsearchBox:after {
    left: auto;
    right: 180px;
    content: "TOWN OF SURFSIDE";
  }

  /*.search-weather * {
    color: #197fa9;
  }*/
}
@media /*(min-width: 768px)*/screen and (max-width: 960px) {
  .sfsearchBox {
    transition: all, 0.93s, ease-out;
  }
  .sfsearchBox.open {
    display: block;
    /*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;
  font-size: 14px;
  color: #20b2e4;
}
.sfsearchResultsWrp .sfsearchResultUrl a:before {
  content: '(';
}
.sfsearchResultsWrp .sfsearchResultUrl a:after {
  content: ')';
}

.searchResults {
  margin-bottom: 100px;
}

.searchResults .sfsearchResultStatistics * {
  display: block;
}

.searchResults .sfsearchResultStatistics strong {
  font-style: italic;
}

.searchResults .sfsearchResultStatistics {
  font-size: 1.25rem;
  text-transform: uppercase;
  background: #ce4a3a;
  color: #ffffff;
  padding: 20px;
}

.sfsearchResultsWrp .sfsearchResultTitle {
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin-top: 2.45rem;
}

.sfsearchResultsWrp .sfsearchResultSnippet {}

.sfsearchResultsWrp .sfsearchResultUrl {
  display: block;
}

.sfsearchResultsWrp .sfsearchResultHighLighter {
  padding-left: 10px;
  border-left: 4px solid rgba(0,0,0,0.15);
  font-size: 0.85rem;
  line-height: 1.45rem;
  margin-top: 10px;
}

.sfsearchResultsWrp .sfsearchResultHighLighter strong {
  color: #20b1e3;
  font-weight: 100;
}

/* 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: 960px) {
  header .logo {
    margin: 50px 0;
    text-align: left;
  }
}

nav {
  display: block;
  width: 100%;
  background: transparent;
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  nav {
    display: none;
  }
}

/* Main
=============================*/
.main {
  display: block;
}

/* Footer
=============================*/
footer {
  display: block;
  padding: 40px 0;
  /*margin-top: 30px;*/
  background: #197fa9;
  color: #fff;
  font-size: 16px;
  letter-spacing: initial;
}

footer a {
  color: aqua;
}

main .home-events + footer {
  margin-top: 0px;
}

.footer-contact ul {
  list-style-type: none;
}

.footer-disclaimer {
  /*font-size: .75rem;*/
}

footer .ethics h2 {
    color: #fff;
}

footer .ethics ul li a {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px){
  .ethics {
    margin: 50px 0px;
  }
}

.footer-location {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-logo {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
}

/*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: 767px) {

div, p {
  /*text-align: center;*/
}

h1 {
  text-align: left;
}

.footer-location, .footer-contact {
  text-align: center;
}

}

/* Interior
=============================*/
@media (min-width: 0) and (max-width: 1152px) {
  .interiorContainer {
    display: table;
    table-layout: fixed;
  }
  .interiorContainer .grid-4 {
    display: table-cell: ;
    float: none;
  }
  .interiorContainer .grid-8 {
    /*display: table-header-group;*/
    /*float: none;*/
    padding: 0 20px;
  }
}
@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: "brandon";
  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;
  }
}

.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;
}


.space-out { margin: 0 10px;}

.dept-links ul li a {
  font-size: .8rem;
}

.home-howdoi ul, .dept-links ul { display: block; }

.dept-links .sfNavVertical {
  margin: 0px!important;
}


.dept-links ul, .dept-links ul li {
  list-style-type: none;
  padding: 0;
  margin: 15px 0;
}

.dept-links ul li a {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

/* .home-news:before, */
/* .home-howdoi:before, */
.home-news h2,
.home-howdoi h2,
.home-events h2,
.home-events-title,
.home-events-calendar:before,
.dept-links:before,
.dept-links h2 {
  font-size: 37px;
  /*font-size: 2.3125rem;*/
  line-height: 44px;
  /*line-height: 2.3125rem;*/
  text-transform: uppercase;
  color: #1f4388;
}

/* .home-events-calendar:before {

} */

/* .home-news:before { content: "Town News"; } */
/* .home-howdoi:before { content: "How Do I"; } */
/* .home-events-calendar:before { content: "Calendar"; } */
/* .dept-links:before { content: "Department Links"} */

.home-howdoi ul, .home-news ul, .home-events-calendar ul {
  margin-top: 1.5rem;
}

.home-howdoi ul li {
    background: #ce4a3a;
    margin-bottom: 6px;
    /*line-height: 50px;
    padding-left: 20px;*/
    padding: 10px 14px;
    color: #ffffff!important;
}

.home-howdoi ul li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.quicklinks li > a[href="/how-do-i"].has-sub + ul li a  {
  background: #9a4435;
}

a[href="/how-do-i"] + ul {
    background: #ce4a3a;
    right: 0!important;
    left: inherit!important;
}

@media screen and (min-width: 768px){
  .dept-links + .home-howdoi {
    margin-top: 60px!important;
  }

  .dept-links[style*="display: none"] + .home-howdoi {
    margin-top: 0px!important;
  }
}

@media screen and (max-width: 767px){
  .home-events{
    /*margin-top: 10px;*/
    background-color: initial;
    width: 100%;
    padding: 0 20px;
  }

  .home-events div { background: #fff0d8; }

  .home-events-calendar:before, .home-events-title { padding: 20px 0; }

  .home-events .button-style {padding-bottom: 30px;}

  /*.home-events-calendar:after {
    content: ">";
    position: absolute;
    font-size: 40px;
    top: 0;
    right: 30px;
    line-height: 70px;
    color: #1f4388;
  }*/

}

.dept-links .sfNavVertical {
  list-style-type: initial;
  margin: 0px 20px;
}

.module-list {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 40px;
  padding-left: 20px;
}

.module-list li * {
  display: inline-block;
}

.sflist div fieldset legend {
  font-size: 16px;
  font-weight: 600;
}

.home-events-calendar .sflist div .sflistitem {
  font-size: initial;
  padding-bottom: initial;
}

.home-events-calendar .sflist > div:first-of-type {
  /*padding-bottom: 12px;*/
}

.home-events-calendar fieldset {
  padding-bottom: 8px;
}

.home-events-calendar .sfTxtContent {
  font-size: initial;
}

.sfeventTitle.sftitle a {
  display: inline-block;
}

li.sflistitem {
  border-bottom: 0px!important;
  margin-bottom: 0px!important;
}

h3.sflistItemTitle.sftitle {
  margin-top: 0px!important;
}

ul.sfnewsList {
  padding: 0px!important;
}

li.sfimagesTmb {
  margin: 7px 1%!important;
}

ul.sfdownloadList.sfListMode {
  padding-left: 0px;
  width: 100%;
}

.sfListMode li {
    /*width: 45%;
    float: left;*/
    margin-right: 5%;
    margin-bottom: 10px!important;
}

.sfListMode li a {
  display: block;
  padding: 0 0 10px 0;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 473px){
  .sfimagesTmbList {
    max-width:100%;
    margin: 0 auto;
  }

  .sfimagesTmbList li {
    float: none!important;
    min-width: 50%;
    text-align: center;
    margin: 0 auto!important;
  }

}

.sfLargeIcns .sfdownloadList .fa {
  font-size: 1.25em!important;
  color: #1f4388!important;
  float: left!important;
}

@media screen and (max-width: 959px) {
  .interiorBanner {
    display: none;
  }


}

.sfitemFieldLbl {
  float: left;
  /*padding-left: 15px;*/
}

.sfitemFieldLbl + div {
  margin-left: 80px;
}

.sfitemPositionWrp {
  margin-bottom: 20px;
}

.sfContactImg {
	display: inline-block;
	float: left;
}

.sfContactInfo {
	display: table;
	/*margin-left: 15px;*/
}

.contact-name {
  font-size: 24px;
  font-weight: 400;
}

@media screen and (min-width: 474px) {
  .sfdetails .headshotWrap {
    margin-right: 2rem;
  }

  .sfitemDetails.sfdetails > div:not(:first-of-type) {
    /* margin-left: 180px; */
  }

  .sfitemDetails div .grid {
    width: 160px;
    display: inline-block;
    float: left;
  }

  .sfitemDetails div .grid .grid-item {
    width: 100%;
  }

}


@media screen and (max-width: 473px) {

  .sfitemDetails .grid .grid-item {
    display: block;
    position: initial!important;
  }

  .contact-name {
    margin-top: 20px;
  }

  .sfitemDetails.sfdetails > div:first-child {
    margin-bottom: 20px;
  }

  .sfContactImg, .sfContactInfo {
    width: 100%;
  }
  .sfContactImg {
    width: auto;
    float: none;
    margin: 0 auto!important;
    display: table;
  }

  .sfitemFieldLbl {
    padding-left: 0px;
  }

  .contact-section {
    margin-top: 0px;
    padding: 0px 20px 30px!important;
  }


}

.page-title h1 {
  font-size: 3rem;
  line-height: 3.25rem;
}

.home-news ul li a {
  display: block;
}

@media screen and (max-width: 899px) {
  .page-title h1 {
    font-size: 2.5rem;
  }
}


@media screen and (min-width: 768px) {
  .home-news, .home-events, .home-howdoi {
    padding-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {

  .home-howdoi, .home-news, .home-events-calendar, .home-events-title { 
    margin-bottom: 30px!important;
    text-align:center;
  }

  .home-howdoi h2, .home-howdoi .sfContentBlock,
  .home-news h2, .home-news .sfContentBlock,
  .home-events h2, .home-events .sfContentBlock {
    margin-bottom: 0!important;
  }

  .home-howdoi ul {
    margin-top: 0px!important;
    display: none;
  }

  .home-howdoi ul li { margin-bottom: 0px!important; }

  .dept-links ul, .dept-links ul li { width: 100%; }

  .dept-links ul { display: none; }

  .home-news ul, .dept-links ul {
    display: none;
    /* border: 2px solid #20b1e3; */
    background: #ffffff;
    margin: 0px;
  }

  .home-news .sf_colsIn {
    border: 2px solid #20b1e3;
}

  .home-events-calendar ul, .home-events-calendar + div.button-style {
    display: none;
  }

  .home-news ul li {
    padding: 10px 24px 10px;
  }

  .dept-links ul li {
    padding: 5px 24px 5px;
  }

  .dept-links h2, .home-howdoi h2, .home-news h2 {
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
  }

  .home-events h2 {
    padding: 20px;
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
  }

  .dept-links h2 { background: #197fa9; margin-bottom: 0; }
  /* .dept-links:before { background: #197fa9; } */
  /* .home-howdoi:before { background: #ce4a3a; } */
  .home-howdoi h2 { background: #ce4a3a; }
  /* .home-news:before { background: #20b1e3; } */
  .home-news h2 { background: #20b1e3; }

  .dept-links .home-howdoi { margin-top: 0px!important; }

  .dept-links + .home-howdoi { margin-top: 20px; }

  .contact-section {
    margin-top: 0px;
    padding: 0px 20px 10px!important;
  }
}

.drop-down { display: block!important; }

.drop-off { display: none!important; }

.container-full.emergency {
  margin: 0!important;
  padding: 0!important;
  width: 100%!important;
  max-width: 100%;
}

.emergency-banner {
  background: red;
}

.emergency-banner ul li a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 20px 0;
}

.emergency-banner ul li.sflistitem {
  padding-bottom: 0px;
}

.hasEmergency {
  top: 140px!important;
}

.commission {
  padding: 0px!important;
}

.commission h2.com-title {
  font-size: 20px!important;
}

.com-email {
  margin-bottom: 1rem;
  display: block;
}

.com-email div, .com-summary div {
  font-size: 16px!important;
  margin-bottom: 16px;
  display: block;
}

.commission * {
  list-style-type: none;
}

.commission li.sflistitem {
  margin-bottom: 50px!important;
}

.commission li img {
  max-width: 180px;
  float: left;
  margin-right: 15px;
}

.sf-fieldWrp {
  display: block;
  clear:both;
  padding-top: 20px;
  width: 100%;
}

.sf-fieldWrp label {
  width: 20%;
}

.sf-fieldWrp input[data-sf-role="text-field-input"] {
  /*width: 80%;*/
}

.sflistExpandAllLnkWrp a {
  background: #20b1e3;
  padding: 5px 20px;
  border-radius: 15px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .85rem;
  margin-bottom: 20px;
}

.bigger {
  font-size: 2rem;
  margin: 0;
  padding: 10px 20px;
  background: #efefef;
}

.smallerTitle {
  font-size: 2rem!important;
  line-height: 2rem!important;
}
.linkList ul,
.galleryList ul,
.telList ul,
.locList ul,
.starList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.linkList ul li,
.galleryList ul li,
.telList ul li,
.locList ul li,
.starList ul li {
  margin-bottom: 26px;
  margin-left: 40px;
}

.linkList ul li:before,
.galleryList ul li:before,
.telList ul li:before,
.locList ul li:before,
.starList ul li:before {
  font-family: fontawesome;
  margin: 0 10px 0 -28px;
  font-size: 18px;
  color: #20b1e3;
}

.linkList ul li:before {content: "\f0c1";}

.galleryList ul li:before {content: "\f030";}

.telList ul li:before {content: "\f095";}

.locList ul li:before {content: "\f041";}

.starList ul li:before {content: "\f005";}


.linkList h2 {
  margin-top: 40px;
  padding: 10px 20px;
  background: #eee;
}


.locLink:before {
  content: "\f279";
  font-family: fontawesome;
  margin: 0 10px;
  font-size: 18px;
  color: #20b1e3;
}

.simpleTable {
  width: 100%;
}

.simpleTable tr:first-child td:first-child {
  width: 20%;
}


.breakout {
    background: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px 20px;
    margin: 0 0 30px 0;
    box-shadow: 0 8px 20px -4px rgba(0,0,0,0.2);
}

.emp-discounts .sflistItemContent:after {
  content: "The Town does not warrant any goods or services provided by any business providing discounts and/or promotions.  Remember that the final decisions about what programs are available to whom; rests with the people who manage those programs.  Any discounts offered through the Town of Surfside Employee Discount Program may be discontinued at any time without notice.";
  font-weight: bold;
  font-style: italic;
  display: block;
  padding-bottom: 40px;
}

a.link:before {
  content: "\f0c1";
  font-family: fontawesome;
  margin: 0 10px;
  font-size: 18px;
  color: #20b1e3;
}

a[href*="youtu"]:before, a.videoLink:before {
  content: "\f03d";
  font-family: fontawesome;
  margin: 0 10px;
  font-size: 18px;
  color: #20b1e3;
}

a[href*="goo.gl"]:before {
    content: "\f041";
    font-family: FontAwesome;
    margin-right: 10px;
}

.sfnewsletterSubmitBtnWrp input {
  border: 0px;
  padding: 20px;
  background: #20b1e3;
  color: #ffffff;
}

.sfnewsContent.sfcontent {
  margin-bottom: 50px;
}

.sfMessage span {
  display: block;
  padding: 20px;
}



.grid-item {
  width: 33%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.grid-item img {
  width: 100%;
  padding: 2px;
}

.sflistItemContent .grid {
  display: inline-block;
  margin-bottom: 20px!important;
}

.button-box-group {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

.button-box {
  display: inline-block;
  width: 50%;
  float: left;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.button-box:nth-child(2n+1){
  clear: both;
}

.button-box a {
  background: #20b1e3;
  color: #fff;
  display: block;
  width: 100%;
  /*height: 200px;*/
  padding: 50px 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.button-box a:hover {
  text-decoration: none;
  background: #1f4388;
}

.button-box a:before {
  font-family: fontawesome;
  display: block;
}

.button-box.gaz a:before { content: "\f1ea"; }
.button-box.arch a:before { content: "\f187"; }
.button-box.ads a:before { content: "\f02b"; }
.button-box.sub a:before { content: "\f1ea"; }

@media screen and (max-width: 767px) {
  .button-box { width: 100%; }

  .button-box a { height: auto; padding: 20px 0px; }
}

.sfcalendarWrp {
  width: 100%!important;
}


@media screen and (max-width: 473px) {
  h1 {
    font-size: 1.45rem;
  }
}

/*.banner .media:after, .slick-slide a:after {
  display: block;
  content: "photo credit to Jacober Creative";
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 0px 2px 6px #000;
  text-transform: capitalize;
  font-style: italic;
  font-size: 14px;
}*/

.nl-collapse > ul > li {
  border: 2px solid #ddd!important;
  padding: 20px;
  margin-bottom: 30px;
}

.nl-collapse h2 {
  margin-bottom: 0px;
  cursor: pointer;
}

.nl-collapse > ul li div.sfnewsContent {
  margin-top: 20px;
}


.nl-collapse ul li > h2:before, .dl-collapse h2:before {
  content: "\f0da";
  margin: 5px 10px;
  font-family: fontawesome;
}

.nl-collapse li.sfnewsListItem.sflistitem {
    margin-bottom: 20px!important;
}

.minus:before {
  content: "\f0d7"!important;
}

/*input[type="checkbox"] {
  opacity:0;
}*/

span.sfColorWrp {
  border: 2px solid grey;
  margin: 4px 0;
  display: inline-block;
}

/*input[checked="checked"]:before {
  content: "\f00c";
  display: block;
  color: #fff;
  visibility: initial;
  position: absolute;
  margin: 6px 4px;
  font-weight: bold;
  font-family: fontawesome;
}*/

.checkmark {
  background-color: transparent!important;
}

.contact-section .sfdetails:last-child {
  clear: both;
}

.contact-section div div:not(:first-child) div .sfdetails div ul .grid-item a img {
    /* background: yellow; */
    /*width: 70%;*/
    float: right;
}

.contact-section > div > div {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    background: white;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    overflow: auto;
}

@media screen and (min-width: 459px){

.contact-section div div:not(:first-child)
 div .sfdetails > div:not(:first-child) {
    margin-left: 10px;
}

.contact-section div div:not(:first-child) div ul {
    /* background: red; */
    float: right;
}
}

.rsAptSimple {
  height: 32px!important;
}

.rsWrap {
  height: 36px!important;
}

.rsContentWrapper {
  height: 100%;
}

.card {

  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  padding: 10px 20px;
  width: 100%;

}

.card .button-style a {
  width: 100%;
}

@media screen and (min-width: 960px){
  .grid-3 .card {
    flex: 0 1 100%!important;
  }

  .grid-12 .card {
    flex: 0 1 23%;
    margin: 0 1%;
  }
  
  .card .button-style a {
    width: 45%;
  }
}

.card .card-header {
  font-size: 1.75rem;
  color: rgb(31, 67, 136);
}

.card .card-body > * {
  margin: 1rem 0;
  display: block;
  width: 100%;
}
.sfvideosTmbList {
  display: flex;
  margin-bottom: 2rem;
}
.card .card-body a img {
  width: 100%;
}
.card.sfvideoTmb .card-body a {
  position: relative;
}

@media screen and (min-width: 768px){
  .card.sfvideoTmb .card-body a::after {
    opacity: 0;
  }
}

.card.sfvideoTmb .card-body a::after {
  content: "\F04B";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-weight: 900;
  font-size: 3rem;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  text-shadow: 0 5px 20px #000;
  transition: opacity .4s;
}

.card.sfvideoTmb .card-body a:hover::after {
  opacity: 1;
  transition: opacity .4s;
}

.linkList ul li:last-of-type {
  margin-bottom: 0px;
}

.sf-calendarList-item {
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid #428bca;
  display: inline-block;
  border-radius: 10px;
}

.sf-calendarList-item.active {
  color: #fff;
  background: #428bca;
}

.k-scheduler-mark {
  float: left;
}

ul.sfeventDatesLocationContacts li strong {
  display: none;
}

.breakout .sfnewsContent.sfcontent {
  margin-bottom: 0px!important;
}

h4.sf-calendarList-title {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0px;
}

.home-news ul.sflist {
  margin-bottom: 0;
}

.home-news ul.sflist:not(:first-child) {
  margin-top: 0;
}

.sfFormSubmit {
  margin: 1.5rem 0;
}

.rsbtn.rsdetached {
  top: 0!important;
  left: 0!important;
}

.sfContentBlock.rs-panel {

  position: fixed;
  width: 100%;
  max-width: 340px;
  top: 0;
  right: 15px;

}

/* iframe fluid sizing */

.iframeWrapper {
  position:relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  }
  
  .iframeWrapper iframe {
  position:absolute;
    top:0;
    left:0;
    width: 100%!important;
    height: 100%!important;
  }

  .accessibility {
    color: #ffffff;
    text-align: center;
  }

  .accessibility h2 {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
  }

  @media screen and (min-width: 768px) {
    div.deskNav > ul.menu > li > a {
      margin: 0 8px;
    }

    .menu a[href*="visitor"],
    .menu a[href*="report-an-issue"] {
      background: #ce4a3a;
      color: #fff;
      animation: 2s blink infinite ease-in-out alternate;
    }

    .menu a[href*="visitor"]:hover,
    .menu a[href*="report-an-issue"]:hover {
      animation: unset;
    }

  }

  @keyframes blink {
    0% {
      background: #ce4a3a;
      color: #fff;
    }

    100% {
      background: #fff;
      color: #ce4a3a;
    }
  }

  .sfmediaFieldTitle {
    cursor:pointer;
  }

  .sflist h2 {
    margin-bottom: 0;
  }

  .sflist ul {
    margin-bottom: 1rem;
  }

  .sflist h2.sftitle {
    margin: .6rem 0;
  }

  .newsitem > div {
    border: 2px solid #197fa9;
    padding: 14px 25px;
    margin-bottom: 20px;
  }

  /*# sourceMappingURL=main.css.map */


  .forum-registration {
      max-width: 500px;
      margin: 0 auto;
      padding: 20px;
      border: 1px solid #999;
  }

  .forum-registration input:not([type="submit"]) {
    width: 100% !important;
}

  .scriptfont input {
    font-family: Brush Script MT, serif;
    font-size: 2.25rem;
    line-height: 2rem;
    border: 0;
    border-bottom: 1px solid black;
}

.card-type {
 display: flex;
 flex-direction: column;
 margin: 1rem 0;
 text-align: center;
 border-radius: 10px;
 padding: 1rem;
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.card-type img {
  max-width: 80px;
  display: flex;
  margin: 0 auto;
}

.card-type a {
  background: #197fa9;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  padding: .5rem 1rem;
  margin-top: 2.5rem;
}

.checklist, .wronglist {
  list-style-type: none;
  margin: 30px !important;
}

.checklist li, .wronglist li {
    margin: 0 0 1rem;
    padding: 0 !important;
}

.checklist li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: 900;
  margin: 0 14px 0 -30px;
  color: green;
}

.wronglist li:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-weight: 900;
  margin: 0 14px 0 -30px;
  color: red;
}

.lead {
  font-size: 1.75rem;
  color: #197fa9;
  line-height: 2.25rem;
}


.vidoverlay {
  position: relative;
  display: inline-block;
}
.vidoverlay:before {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff !important;
  text-shadow: 0 4px 8px rgba(0,0,0,0.5);
  font-size: 32px !important;
}

.flex-section {
  display: flex;
  flex-direction: column;
}



@media screen and (min-width: 770px) {
  .flex-section {
    flex-direction: row;
  }
  .flex-section > a {
    flex-basis: calc((100%/3) - 2%);
  }
  
  .flex-section > a:not(:last-of-type) {
    margin-right: 1%;
  }
}

div.deskNav {
  font-size: 14px;
}

div.deskNav .menu a {
  padding: 10px;
}

.breadcrumb-simple .sfBreadcrumbNavigation a {
  color: #197fa9;
}

.breadcrumb-simple .sfBreadcrumbNavigation a:hover {
background-image: none!important;
border-color: transparent!important;
background-color: transparent!important;

color: #197fa9;
}

.sfNoBreadcrumbNavigation a:hover {
background-image: none!important;
border-color: transparent!important;
background-color: transparent!important;
cursor: default;
color: #767676;
}

.breadcrumb-simple .sfBreadcrumbNavigation:not(:last-child):after {
content: "/";
padding: 0 5px;
}



/* BEGIN FORUMS STYLES */

.sfforumReplyFormVisible {
  padding-bottom: 0!important;
}

.sfforumRssLnk {
  text-decoration: none!important;
}

.sfforumRssLnk:before {
  content: "\f09e";
  margin-right: 1rem;
  font-family: "FontAwesome";
  font-weight: 900;
}

.postDetailWrap {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #c0c0c0;
}

.postDetailWrap > :not(:last-child):after {
  content: "|";
  margin: 0 10px;
}

  .postDetailWrap .sfforumPostPermalink:before {
    content: "\f0c1";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 5px;
  }

  .postDetailWrap .sfEditBtn:before {
    content: "\f044";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 5px;
  }

  .postDetailWrap .sfforumReplyBtn {
    background: none;
    border: none;
    color: #3b43a5;
  }

  .postDetailWrap .sfforumReplyBtn:hover {
    text-decoration: underline;
  }

/* New Thread */
.sfforumNewThreadFormList li {
margin-bottom: 1rem;
}

.reWrapper table {
margin: 0;
}

h1.sfforumTitle, 
.sfforumsTitle, 
.sfforumsFilterWrp,
.sfforumPostTitle {
  background: #f0f0f0;
  padding: 1rem 2rem;
}

.sfforumsList, .sfforumThreadsList {
  width: 100%;
}

.sfforumsList td {
vertical-align: top;
}

.sfforumsList, .sfforumsList *,
.sfforumThreadsList, .sfforumThreadsList * {
border: none;
}
.forum-registration {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #999;
}

.sfforumSubscribeWrp {
display: inline-block;
margin-right: 20px;
}

.sfforumGroupTitle {
text-align: left;
font-size: 1.5rem;
}

.sfforumsList tr,
.sfforumThreadsList tr {
display: flex;
align-items: center;
}

.sfforumsList tr:not(:first-child) {
border-top: 2px solid #c0c0c0;
padding: 20px 0;
}

.sfforumThreadsCountWrp, .sfforumPostsCountWrp {
display: flex;
flex-direction: column;
}

.sfforumThreadPostsWrp, .sfforumThreadViewsWrp {
flex-basis: 8%;
}
.sfforumThreadLastPostWrp {
flex-basis: 20%;
}

.sfforumThreadsList tr th {
text-align: start;
}

.sfforumThreadsList tbody tr {
margin: 2rem 0;
border-top: 1px solid #c0c0c0;
}

@media screen and (max-width: 767px){
.sfforumsList tr {
  flex-direction: column;
  align-items: flex-start;
}
.sfforumThreadsCountWrp, .sfforumPostsCountWrp {
  flex-direction: row;
}
.sfforumThreadsCountWrp strong, .sfforumPostsCountWrp strong {
  margin-right: .5rem;
}


}

.sfforumLastPostWrp {
width: 25%;
}

.sfforumTitleWrp, .sfforumThreadWrp {
flex: 1 0 auto;
}


.sfforumNewThreadFormList,
.sfforumThreadPostList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sfforumThreadPostList .sfforumThreadPost {
border: 2px solid #c0c0c0;
margin: 1rem 0;
}

.sfforumThreadPostList .sfforumThreadPost > div {
padding: 8px;
}
.sfforumThreadPostUser {
background: #f0f0f0; 
/* border-right: 1px solid #767676; */
}

.sfforumNewThreadFormList > li,
.sfforumThreadPostList > li {
width: 100%;
}

.sfforumThreadPostList > li {
display: flex;
flex-direction: column;
}

.sfforumThreadPostList > li .sfforumThreadPostUser,
.sfforumThreadPostUser {
flex-basis: 20%;
}

.sfforumThreadPostList > li .sfforumThreadPostContentWrp {
flex-basis: 80%;
}

.sfforumReplyThreadContent {
flex: 1 0 auto;
}

.sfforumThreadPostContentWrp{
position: relative;
}

.sfforumPostIsFeaturedWrp {
position: absolute;
right: 10px;
top: 10px
}

.sfforumNewThreadContent .RadEditor {
width: 100%!important;
}

.forum-registration input:not([type="submit"]) {
width: 100% !important;
}

.login-header .sf_colsIn {
display: flex;
justify-content: flex-end;
}

.login-header .sf_colsIn div {
margin-bottom: 0;
}

.login-header .sf_colsIn :not(:first-child) {
margin: 0 0 0 20px!important;
}

.sfthreadsFilterList {
display: flex;
list-style-type: none;
margin: 0;
padding: 0;
}

.sfthreadsFilterList li:not(:last-child) {
margin-right: 20px;
}

.sfforumsFilterWrp, .sfforumNewThreadWrp {
margin-bottom: 4rem;
}

.sfforumPostReplyContainer .sfClose,
.sfSubmitBtnWrp > * { 
color: #fff;
border: none;
padding: 1rem;
}

.sfforumPostReplyContainer .sfforumPostReplyForm .sfClose {
background: #ce4a3a;
padding: 1rem;
margin: 10px 0;
display: none;
}

.sfSubmitBtnWrp .sfSubmitBtn {
background: #197fa9;
}

[id*="replyContainer"] {
margin-bottom: 4rem;
}

[id*="forumsFrontendPostsList"] .sfforumReplyPostWrp {
margin: 20px 0;
display: inline-block;
}

[id*="forumsFrontendPostsList"] .sfforumReplyPostWrp .sfforumReplyBtn {
background: none;
border: none;
color: #3b43a5!important;
}

[id*="forumsFrontendPostsList"] .sfforumReplyPostWrp .sfforumReplyBtn:hover {
text-decoration: underline;
}



.sfforumReplyThreadContent {
overflow: auto;
}

.sfforumReplyThreadContent .sfSubmitBtnWrp {
margin: 20px 0;
}

.sfforumReplyThreadContent .sfSubmitBtnWrp .sfCancel {
padding: 1rem;
background: #ce4a3a;
color: #ffffff;
}

.sfforumPostReplyForm .sfforumThreadPostUser {
display: flex;
align-items: center;
}

.sfforumPostReplyForm .sfforumThreadPostUser .sfforumUserAvatarWrp {
margin-left: 8px;
}

.sfforumPostReplyForm .sfforumThreadPostUser .sfforumUserPostsInfo {
margin-right: 8px;
}



.RadEditor, .reDropDownBody, .reDropDownBody *, .reDropDown, .reDropDown * {
box-sizing: border-box!important;
}

.sfregisterFormWrp {
margin-bottom: 4rem;
}

.sfregisterFormWrp .sfregisterLnkWrp .sfregisterSaveLnk {
border: none;
background: #197fa9;
color: #fff;
padding: 1rem;
}

/* Added 7-28-2020 Forum styling */


/* Single Post View Edit */

.sfforumPostReplyForm .sfforumUserAvatarWrp {
order: -1;
}

.sfforumUserPostsInfo br {
visibility: hidden;
}

.sfforumPostReplyForm .sfforumUserPostsInfo {
display: flex;
margin-left:auto;
}

.sfforumUserAvatarWrp {
display: flex;
align-items: center;
}

.sfforumUserAvatarWrp img {
max-width: 50px;
}

.sfforumUserAvatarWrp > * {
margin-right: 20px;
}

.sfforumUserPostsInfo {
font-style: italic;
}

.onePostThreadListHeader {
padding: 1rem;
background: #f0f0f0;
border-bottom: 2px solid #197fa9;
}

.sfforumPostTitleEdit {
text-decoration: underline;
cursor:pointer;
}

.sfforumPostTitleEdit:hover {
color: #197fa9;
}

#threadTitleText {
font-size: 3rem;
color: #197fa9;
text-transform: uppercase;
}

[id*="threadTitleEditBox"] {
font-size: 3rem;
height: 3.5rem;
margin-bottom: 1rem;
}

.sfforumPostTitleSaveEdit {
padding: 5px 10px;
background: #197fa9;
color: #ffffff;
border: none;
}

#cancelTitleChangesBtn {
padding: 5px 10px;
background: #ce4a3a;
color: #ffffff;
}

/* Profile Changes */

.sfprofileArticleLikeWrp {
display: flex;
flex-direction: row;
margin-bottom: 4rem;
}

[id*="userProfilesFrontendDetailsWrite"] fieldset,
.sfprofileChangePasswordFormWrp {
margin-bottom: 4rem;
}


.sfprofileSaveLnk, .sfprofileCancelLnk{
padding: 10px 20px;
border: none;
}

.sfprofileSaveLnk {
background: #197fa9;
color: #ffffff;
margin-right: 20px;
}

.sfprofileCancelLnk {
background: #ce4a3a;
color: #ffffff;
text-decoration: none!important;
}

.sfprofileFields {
width: 100%;
}

.sfprofileArticleLikeWrp .sfprofileFields > div > div {
display: inline;
}

.sfprofileArticleLikeWrp .sfprofileFields > div:before {
content: attr(data-label);
display: inline-block;
font-weight: bold;
min-width: 100px;
}

.sfprofileArticleLikeWrp > div {
padding: 20px;
}

.sfButtonArea > a {
margin-right: 20px;
}

.sfreContentArea {
min-width: 100%;
font-size: 1rem;
}


/* Business Widget */

.businessItem {
  display: flex;
  flex-direction: row;
}

.businessItem:not(:last-of-type) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1a1a1a;
}

.businessDesc {
  flex: 1 0 70%;
}  

.businessThumbImg {
  height: 90px;
  width: auto;
}

.businessThumb {
  margin-right: 2rem;
  overflow: hidden;
  flex-basis: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 10px 3px rgba(0,0,0,0.2);
  border-radius: 50%;
  border: 2px solid #fff;
  background: #f0f0f0;
}

:not(:last-of-type).businessItem {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1a1a1a;
}

/* Business : Special Promo */

.noPromos {
  background: #f0f0f0;
  border: 1px solid #888;
  padding: 10px;
  border-radius: 4px;
}

.specialItem {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.specialItem:not(:last-of-type) {
  border-bottom: 1px dashed #444;
}

.ImageGallery h2 {
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  color: #1f4388;
}

.businessDesc {
  text-align: justify;
}

.businessDetail {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

.businessDetailImage {
  overflow: hidden;
  max-height: 300px;
  margin: 2rem 0;
}

.businessDetailImage img {
  width: 100%;
}

@media screen and (max-width: 767px){
  .businessDetailImage img {
    /* transform: translateY(-30%); */
  }

}

@media screen and (min-width: 768px) {
  .businessDetail {
    flex-direction: row;
  }

  .businessDetailImage {
    flex-basis: 400px;
    height: initial;
    margin: 0 2rem 0 0;
  }
  
  .businessDetailDesc {
    flex: 1 0 60%;
  }
}


.businessNav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.businessNav ul li {
  flex: 1 0 23%;
  margin: 1%;
  height: 180px;
  border: 2px solid #1f4388;
}

.businessNav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  text-transform: uppercase;
  font-size: 1.5rem;
  background: #1f4388;
  color: #ffffff;
  text-align: center;
  transition: background .2s;
}

.businessNav ul li a:hover {
  text-decoration: none;
  background: #ffffff;
  color: #1f4388;
  transition: background .2s;
}

@media screen and (max-width: 500px) {
  .businessNav ul li {
    flex: 1 0 100%;
  }
}

.businessSpecialAd {
	padding: 20px;
	border-radius: 10px;
  border: 2px dashed #606060;
  margin: 2rem 0;
}

.businessSpecialAd::before {

	content: "Special Promotions";
	display: block;
	margin-bottom: 1rem;
	font-weight: bold;
	text-transform: uppercase;
}

.hotel {
  display: flex;
  flex-direction: column;
}

.hotel:not(:last-of-type) {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #f0f0f0;
}

@media screen and (min-width: 771px) {
  .hotel {
    flex-direction: row;  
  }

  .hotel:nth-child(:odd) {
    flex-direction: row-reverse;
  } 
  
  .hotelImage {
    flex: 1 0 450px;
    margin-right: 2rem;
  }
  
  .hotelInfo {
    flex: 0 1 auto;
  }
  
}

.hotelImage {
  margin-bottom: 1rem;
}

.hotelInfo .hotelName, 
.hotelInfo .hotelAddress {
  margin: 0;
  padding: 0;
}

.hotelInfo .hotelName {
  font-size: 2rem;
  font-weight: bold;
  color: #197fa9;
}

.hotelInfo .hotelDescription {
  margin: 2rem 0!important;
}