/* Breakpoints */
/* Max width = 1220 + scrollbar */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
  height: auto;
}

/* Clearfix class for use with @extend */
.two-column-33-66,
.inner-two-column-50-50, .two-column-33-66__first,
.two-column-33-66__second,
.inner-two-column-50-50__first,
.inner-two-column-50-50__second, .three-column,
.three-column-no-wrap,
.inner-three-column,
.inner-three-column-6-3-3,
.vts-3-6-3, .three-column__first,
.three-column__second,
.three-column__third,
.three-column-no-wrap__first,
.three-column-no-wrap__second,
.three-column-no-wrap__third,
.inner-three-column__first,
.inner-three-column__second,
.inner-three-column__third,
.inner-three-column-6-3-3__first,
.inner-three-column-6-3-3__second,
.inner-three-column-6-3-3__third,
.vts-3-6-3__first,
.vts-3-6-3__second,
.vts-3-6-3__third, .four-column, .four-column__first,
.four-column__second,
.four-column__third,
.four-column__fourth, .six-column, .six-column__row-one,
.six-column__row-two, .six-column__first,
.six-column__second,
.six-column__third,
.six-column__fourth,
.six-column__fifth,
.six-column__sixth, #mini-panel-site_heading_with_menu #logo, #mini-panel-site_heading_with_menu .sf-menu, .pane-menu-citizen-action-center, .view-header, .view-business-directory .attachment, .view-business-directory.view--has-results > .business-directory-listing-content, .view-display-id-by_alpha > .business-directory-listing-content, .page-minutes-and-agendas, .events-by-day-row, .events-by-day h3, .tabs, #mini-panel-home_translate, .home-popular {
  *zoom: 1;
}
.two-column-33-66:after,
.inner-two-column-50-50:after, .two-column-33-66__first:after,
.two-column-33-66__second:after,
.inner-two-column-50-50__first:after,
.inner-two-column-50-50__second:after, .three-column:after,
.three-column-no-wrap:after,
.inner-three-column:after,
.inner-three-column-6-3-3:after,
.vts-3-6-3:after, .three-column__first:after,
.three-column__second:after,
.three-column__third:after,
.three-column-no-wrap__first:after,
.three-column-no-wrap__second:after,
.three-column-no-wrap__third:after,
.inner-three-column__first:after,
.inner-three-column__second:after,
.inner-three-column__third:after,
.inner-three-column-6-3-3__first:after,
.inner-three-column-6-3-3__second:after,
.inner-three-column-6-3-3__third:after,
.vts-3-6-3__first:after,
.vts-3-6-3__second:after,
.vts-3-6-3__third:after, .four-column:after, .four-column__first:after,
.four-column__second:after,
.four-column__third:after,
.four-column__fourth:after, .six-column:after, .six-column__row-one:after,
.six-column__row-two:after, .six-column__first:after,
.six-column__second:after,
.six-column__third:after,
.six-column__fourth:after,
.six-column__fifth:after,
.six-column__sixth:after, #mini-panel-site_heading_with_menu #logo:after, #mini-panel-site_heading_with_menu .sf-menu:after, .pane-menu-citizen-action-center:after, .view-header:after, .view-business-directory .attachment:after, .view-business-directory.view--has-results > .business-directory-listing-content:after, .view-display-id-by_alpha > .business-directory-listing-content:after, .page-minutes-and-agendas:after, .events-by-day-row:after, .events-by-day h3:after, .tabs:after, #mini-panel-home_translate:after, .home-popular:after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}

/* Mixins from Typeplate */
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, #home-button .icon, .print_html a, .print_mail a, .addthis_button, .flex-direction-nav a:before, .ctools-collapsible-container .pane-title:before, .facebook, .twitter, .google-plus, .linkedin, .pinterest, .facebook-square, .twitter-square, .front .fa-icon, .home-help-link-icon, .home-news .pane-title:before, .home-council .pane-title:before, .home-popular .pane-title:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x, #home-button .icon, .google-plus, .linkedin, .pinterest, .facebook-square, .twitter-square {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul, .home--icons-stacked {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li, .home--icons-stacked > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, #home-button .fa-pull-left.icon, .print_html a.fa-pull-left, .print_mail a.fa-pull-left, .fa-pull-left.addthis_button, .flex-direction-nav a.fa-pull-left:before, .ctools-collapsible-container .fa-pull-left.pane-title:before, .fa-pull-left.facebook, .fa-pull-left.twitter, .fa-pull-left.google-plus, .fa-pull-left.linkedin, .fa-pull-left.pinterest, .fa-pull-left.facebook-square, .fa-pull-left.twitter-square, .front .fa-pull-left.fa-icon, .fa-pull-left.home-help-link-icon, .home-news .fa-pull-left.pane-title:before, .home-council .fa-pull-left.pane-title:before, .home-popular .fa-pull-left.pane-title:before {
  margin-right: .3em;
}
.fa.fa-pull-right, #home-button .fa-pull-right.icon, .print_html a.fa-pull-right, .print_mail a.fa-pull-right, .fa-pull-right.addthis_button, .flex-direction-nav a.fa-pull-right:before, .ctools-collapsible-container .fa-pull-right.pane-title:before, .fa-pull-right.facebook, .fa-pull-right.twitter, .fa-pull-right.google-plus, .fa-pull-right.linkedin, .fa-pull-right.pinterest, .fa-pull-right.facebook-square, .fa-pull-right.twitter-square, .front .fa-pull-right.fa-icon, .fa-pull-right.home-help-link-icon, .home-news .fa-pull-right.pane-title:before, .home-council .fa-pull-right.pane-title:before, .home-popular .fa-pull-right.pane-title:before {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, #home-button .pull-left.icon, .print_html a.pull-left, .print_mail a.pull-left, .pull-left.addthis_button, .flex-direction-nav a.pull-left:before, .ctools-collapsible-container .pull-left.pane-title:before, .pull-left.facebook, .pull-left.twitter, .pull-left.google-plus, .pull-left.linkedin, .pull-left.pinterest, .pull-left.facebook-square, .pull-left.twitter-square, .front .pull-left.fa-icon, .pull-left.home-help-link-icon, .home-news .pull-left.pane-title:before, .home-council .pull-left.pane-title:before, .home-popular .pull-left.pane-title:before {
  margin-right: .3em;
}
.fa.pull-right, #home-button .pull-right.icon, .print_html a.pull-right, .print_mail a.pull-right, .pull-right.addthis_button, .flex-direction-nav a.pull-right:before, .ctools-collapsible-container .pull-right.pane-title:before, .pull-right.facebook, .pull-right.twitter, .pull-right.google-plus, .pull-right.linkedin, .pull-right.pinterest, .pull-right.facebook-square, .pull-right.twitter-square, .front .pull-right.fa-icon, .pull-right.home-help-link-icon, .home-news .pull-right.pane-title:before, .home-council .pull-right.pane-title:before, .home-popular .pull-right.pane-title:before {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

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

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

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

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

.fa-star:before, .home-popular .pane-title:before {
  content: "\f005";
}

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

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

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

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

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

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

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

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

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

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

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

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

.fa-home:before, #home-button .icon:before {
  content: "\f015";
}

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

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

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

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

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

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

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

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

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-print:before, .print_html a:before {
  content: "\f02f";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

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

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

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

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

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

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

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chevron-left:before, .flex-direction-nav a.flex-prev:before {
  content: "\f053";
}

.fa-chevron-right:before, .flex-direction-nav a.flex-next:before {
  content: "\f054";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-f:before,
.fa-facebook:before,
.facebook:before {
  content: "\f09a";
}

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

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

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

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

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

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-caret-down:before, .ctools-collapsible-container.ctools-collapsed .pane-title:before {
  content: "\f0d7";
}

.fa-caret-up:before, .ctools-collapsible-container .pane-title:before {
  content: "\f0d8";
}

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before, .print_mail a:before {
  content: "\f0e0";
}

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

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

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

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

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

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

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

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

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

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

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

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

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

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

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

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

.fa-microphone:before, .home-news .pane-title:before {
  content: "\f130";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

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

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

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

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

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

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

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

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .home-council .pane-title:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before, .addthis_button:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Fonts */
/**
 * Default data images.
 */
/* Help Center Button */
/* New Comment Indicator */
/**
 * Array of Subsites with custom colors.
 * Update color properties in _color.scss
 */
/* General Text */
/* Default Text Color */
/* h1, h2, h3 */
/* General Backgrounds */
/* Main Content Background */
/**
 * Regions
 */
/* Masthead */
/* Horizontal Navigation */
/* All level bgs need to be compatible. */
/* Mega Menu Drop-downs: Optional */
/* New! */
/* Footer Region */
/**
 * Blocks
 */
/* Home Icon */
/* Site Search Block */
/* Group Menu (Sidebar Persistent Links) */
/* Responsive Quick Tabs */
/**
 * Elements
 */
/* Tables */
/* Table heading background */
/* Table heading text */
/* Bottom border */
/* Odd rows */
/* Even rows */
/* Submit Buttons */
/**
 * Miscellaneous
 */
/* Mini Calendar Widget */
/* Full Calendar: Month */
/* Citizen Action Center Buttons */
/* Contact Info and Related Agendas Expand/Collapse */
/* Bottom Border */
/* Colors on Contact Info Headings: New and Optional */
/* Bulletin Overlay: Optional */
/**
 * Colors to be used as alternatives in subsites
 * Currently only supports pane headings
 * Comma separated list of variable: value
 * Variable name must be in the format [subsite]_[color_variable]
 * List of eligible subsites in _variables.scss
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Home Icon */
/* Site Search Submit */
#views-exposed-form-search-advanced-site-search .views-submit-button:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* height = ($base-line-height*2) + $base-font-size; fa font-size = 14 */
  top: 7px;
  right: 6px;
}

/* Print Icon */
/* Mail Icon */
/* Share Icon */
/* Expand/contract Icons on Group Menu */
.menu-block-vts-accordion .is-closed:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f13a";
  top: 9px;
  /* 14 = fa font size */
}

.menu-block-vts-accordion .is-open:before,
.menu-block-vts-accordion .is-active-parent:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f139";
  top: 9px;
  /* 14 = fa font size */
}

.flex-direction-nav a {
  height: 30px;
  width: 30px;
}
.flex-direction-nav a:before {
  font-size: 30px;
}

html {
  font-size: 100%;
  line-height: 0.375em;
}

h1, .alpha, h2, .beta, h3, .gamma, h4, .delta, h5, .epsilon {
  text-rendering: optimizeLegibility;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #444444;
}

p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

h1, h2, h3, h4, h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #7d0818;
}

h2, h3, h4 {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

section h2:first-child,
section h3:first-child,
section h4:first-child {
  margin-top: 0;
}

h1, .alpha {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 42px;
  line-height: 2.625rem;
}

h2, .beta {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
}

h3, .gamma {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
}

h4, .delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

h5, .epsilon {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp,
li {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

/* Re-add styles after reset */
dl {
  margin: 0 0 20px;
}

dl dd,
dl dl {
  margin-left: 20px;
  /* LTR */
  margin-bottom: 12px;
}

blockquote {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-left: 48px;
  margin-left: 3rem;
  margin-right: 48px;
  margin-right: 3rem;
}

u,
ins {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

s,
strike,
del {
  text-decoration: line-through;
}

big {
  font-size: larger;
}

small {
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}

hr {
  /* System.theme is frustrating */
  border-color: #ccc;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

pre {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  white-space: pre-wrap;
}

ul, ol {
  list-style-position: outside;
  margin-left: 24px;
  margin-left: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

ul {
  list-style-type: disc;
}
ul ul {
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
}
ol ol {
  margin-bottom: 0;
  list-style-type: lower-alpha;
}

li {
  margin-left: 1.5em;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
}

table {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  line-height: 1;
  background-color: white;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  /* Tables used for formatting only */
  /* Tables with borders */
}
table tbody {
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: #cccccc;
}
table p {
  margin-bottom: 0;
}
table tr.even {
  border: 0;
  padding: 0;
  background-color: #d3ddeb;
}
table tr.odd {
  border: 0;
  padding: 0;
  background-color: transparent;
}
table th, table td {
  padding: 5px 10px;
}
table th {
  border: 0;
  font-weight: bold;
  background-color: #617a9b;
  color: white;
}
table th a, table th a:visited, table th a.active {
  color: white;
}
table.sticky-header {
  background-color: transparent;
  display: block;
}
table.sticky-header tr {
  display: block;
  background-color: #617a9b;
  color: white;
}
table.sticky-header tr a, table.sticky-header tr a:visited, table.sticky-header tr a.active {
  color: white;
}
table.without-style {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
table.without-style tbody {
  border-bottom-width: 0;
}
table.without-style tr.even {
  background-color: transparent;
}
table.with-borders {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
table.with-borders tbody {
  border-bottom-width: 0;
}
table.with-borders td {
  border: 1px solid #444;
}

/* Tables do not play well with floated images */
article table {
  clear: both;
}

/* remove bottom margin from last element */
article > *:last-child,
article > *:last-child > *:last-child,
article > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

/* Compensate for odd Chrome select styles */
@supports (-webkit-appearance: none) {
  button, input[type="text"], input[type="submit"] {
    -webkit-appearance: none;
  }
}
button, input, select, textarea {
  font-size: 16px;
  line-height: 22px;
  padding: 3px 6px;
  margin: 0;
  vertical-align: baseline;
  max-width: 100%;
}

button, input, select:not([multiple="multiple"]) {
  height: 28px;
  /* (padding * 2) + line-height */
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 3px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 3px;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 3px;
}

input[type="submit"], .comment-add a, .comment-add a.active, .town-calendar-link, .business-listing-add-link {
  color: white;
  background-color: #0d204a;
  border: 1px solid #cccccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}
input[type="submit"]:visited, .comment-add a:visited, .town-calendar-link:visited, .business-listing-add-link:visited, input.active[type="submit"], .comment-add a.active, .active.town-calendar-link, .active.business-listing-add-link {
  color: white;
}
input[type="submit"]:hover, .comment-add a:hover, .town-calendar-link:hover, .business-listing-add-link:hover {
  color: white;
  background-color: #304168;
  text-decoration: none;
}

input[readonly="readonly"] {
  background-color: #fff;
  color: #888;
}

fieldset {
  padding: 24px;
  padding: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border: 1px solid #ccc;
  min-width: 0;
  max-width: 100%;
}

fieldset input {
  width: 100%;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  fieldset input {
    width: auto;
  }
}
legend {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

form .form-actions {
  margin-top: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
form .form-item {
  margin-top: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
form .form-item:last-child {
  margin-bottom: 0;
}
form .form-item:last-child table {
  margin-bottom: 0;
}

.webform-client-form label {
  font-weight: bold;
}
.webform-client-form label.option {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #0d41b5;
}
a:visited, a.active {
  color: #0d41b5;
}
a:hover {
  color: #0d204a;
  text-decoration: underline;
}

li a.active {
  color: #0d41b5;
  /* to cancel system CSS */
}

ul.links,
ul.pager,
ul.inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.links li,
ul.pager li,
ul.inline li {
  padding-right: 1em;
  /* LTR */
  margin: 0;
}

ul.inline li,
ul.pager li {
  display: inline;
}

ul.pager {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

ul.menu,
ul.slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.menu li,
ul.slides li {
  margin: 0;
}

.float-right, article .field-name-field-headshot,
article .field-name-field-listing-image,
article .field-name-field-node-image, .field-name-field-property-image {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: block;
}

.float-left, .view-group-news .field-name-field-node-image,
.view-town-news .field-name-field-node-image {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: block;
}

@media (min-width: 768px) {
  .float-right, article .field-name-field-headshot,
  article .field-name-field-listing-image,
  article .field-name-field-node-image, .field-name-field-property-image {
    float: right;
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }

  .float-left, .view-group-news .field-name-field-node-image,
  .view-town-news .field-name-field-node-image {
    float: left;
    margin-right: 24px;
    margin-right: 1.5rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }
}
.description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #999;
}

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Beauty tips */
.bt-content {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.bt-content ul {
  margin-bottom: 0;
  margin-left: 0;
}
.bt-content li:last-child {
  margin-bottom: 0;
}

/**
 * For WYSIWYG Editor Comments
 */
body.cke_editable_themed {
  background: transparent;
}

/* Grid Settings */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
}
@media (min-width: 768px) {
  .container {
    /* Add padding on tablet and desktop */
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Site Template with Sidebars */
/**
 * The layout with no sidebars.
 */
.no-sidebars {
  /* Mobile version - 2 column */
  /* Tablet version - 6 column */
  /* Desktop version - 12 column */
}
@media (min-width: 0px) {
  .no-sidebars {
    /* Span 2 columns, starting in 1st column from left. */
  }
  .no-sidebars #content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .no-sidebars {
    /* Span 6 columns, starting in 1st column from left. */
  }
  .no-sidebars #content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .no-sidebars {
    /* Span 12 columns, starting in 1st column from left. */
  }
  .no-sidebars #content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

/**
 * The layout when there is only one sidebar, the left one.
 */
.sidebar-first {
  /* Mobile version - 2 column */
  /* Tablet version - 6 column */
  /* Desktop version - 12 column */
}
@media (min-width: 0px) {
  .sidebar-first {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 1st column from left. */
  }
  .sidebar-first .region-sidebar-first {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .sidebar-first #content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sidebar-first {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 4 columns, starting in 3rd column from left. */
  }
  .sidebar-first .region-sidebar-first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .sidebar-first #content {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .sidebar-first {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 8 columns, starting in 5th column from left. */
  }
  .sidebar-first .region-sidebar-first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .sidebar-first #content {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

/**
 * The layout when there is only one sidebar, the right one.
 */
.sidebar-second {
  /* Mobile version - 2 column */
  /* Tablet version - 6 column */
  /* Desktop version - 12 column */
}
@media (min-width: 0px) {
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 1st column from left. */
  }
  .sidebar-second #content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .sidebar-second .region-sidebar-second {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 5th column from left. */
  }
  .sidebar-second #content {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .sidebar-second .region-sidebar-second {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .sidebar-second {
    /* Span 8 columns, starting in 1st column from left. */
    /* Span 4 columns, starting in 9th column from left. */
  }
  .sidebar-second #content {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .sidebar-second .region-sidebar-second {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

/**
 * The layout when there are two sidebars.
 */
.two-sidebars {
  /* Mobile version - 2 column */
  /* Tablet version - 6 column */
  /* Desktop version - 12 column */
}
@media (min-width: 0px) {
  .two-sidebars {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 1st column from left. */
  }
  .two-sidebars .region-sidebar-first {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: both;
  }
  .two-sidebars #content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: both;
  }
  .two-sidebars .region-sidebar-second {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .two-sidebars {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 4 columns, starting in 3rd column from left. */
    /* WRAPS: Span 6 columns, starting in 1st column from left. */
  }
  .two-sidebars .region-sidebar-first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .two-sidebars #content {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .two-sidebars .region-sidebar-second {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: both;
  }
}
@media (min-width: 960px) {
  .two-sidebars {
    /* Span 3 columns, starting in 1st column from left. */
    /* Span 6 columns, starting in 4st column from left. */
    /* Span 3 columns, starting in 10th column from left. */
  }
  .two-sidebars .region-sidebar-first {
    width: 25%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .two-sidebars #content {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 18px;
  }
  .two-sidebars .region-sidebar-second {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

/* Page with Sidebars */
/**
 * Nested Panels Page Grid - No Site Sidebars
 *
 * Generally this will be the Use Case.
 * Nested Page Sidebars behave exactly like site sidebars.
 */
.no-sidebars #content {
  /**
   * The layout with no sidebars.
   */
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /**
   * The layout when there is only one sidebar, the right one.
   */
  /**
   * The layout when there are two sidebars.
   */
}
.no-sidebars #content .page-no-sidebars {
  /* Mobile version - 2 column */
  /* Tablet version - 6 column */
  /* Desktop version - 12 column */
}
@media (min-width: 0px) {
  .no-sidebars #content .page-no-sidebars {
    /* Span 2 columns, starting in 1st column from left. */
  }
  .no-sidebars #content .page-no-sidebars .region-page-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .no-sidebars #content .page-no-sidebars {
    /* Span 6 columns, starting in 1st column from left. */
  }
  .no-sidebars #content .page-no-sidebars .region-page-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .no-sidebars #content .page-no-sidebars {
    /* Span 12 columns, starting in 1st column from left. */
  }
  .no-sidebars #content .page-no-sidebars .region-page-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
.no-sidebars #content .page-sidebar-first {
  /* Mobile version - 2 column */
  /* Tablet version - 6 column */
  /* Desktop version - 12 column */
}
@media (min-width: 0px) {
  .no-sidebars #content .page-sidebar-first {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 1st column from left. */
  }
  .no-sidebars #content .page-sidebar-first .region-page-sidebar-first {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .no-sidebars #content .page-sidebar-first .region-page-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .no-sidebars #content .page-sidebar-first {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 4 columns, starting in 3rd column from left. */
  }
  .no-sidebars #content .page-sidebar-first .region-page-sidebar-first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .no-sidebars #content .page-sidebar-first .region-page-content {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .no-sidebars #content .page-sidebar-first {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 8 columns, starting in 5th column from left. */
  }
  .no-sidebars #content .page-sidebar-first .region-page-sidebar-first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .no-sidebars #content .page-sidebar-first .region-page-content {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
.no-sidebars #content .page-sidebar-second {
  /* Mobile version - 2 column */
  /* Tablet version - 6 column */
  /* Desktop version - 12 column */
}
@media (min-width: 0px) {
  .no-sidebars #content .page-sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 1st column from left. */
  }
  .no-sidebars #content .page-sidebar-second .region-page-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .no-sidebars #content .page-sidebar-second .region-page-sidebar-second {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .no-sidebars #content .page-sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 5th column from left. */
  }
  .no-sidebars #content .page-sidebar-second .region-page-content {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .no-sidebars #content .page-sidebar-second .region-page-sidebar-second {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .no-sidebars #content .page-sidebar-second {
    /* Span 8 columns, starting in 1st column from left. */
    /* Span 4 columns, starting in 9th column from left. */
  }
  .no-sidebars #content .page-sidebar-second .region-page-content {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .no-sidebars #content .page-sidebar-second .region-page-sidebar-second {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
.no-sidebars #content .page-two-sidebars {
  /* Mobile version - 2 column */
  /* Tablet version - 6 column */
  /* Desktop version - 12 column */
}
@media (min-width: 0px) {
  .no-sidebars #content .page-two-sidebars {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 1st column from left. */
  }
  .no-sidebars #content .page-two-sidebars .region-page-sidebar-first {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: both;
  }
  .no-sidebars #content .page-two-sidebars .region-page-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: both;
  }
  .no-sidebars #content .page-two-sidebars .region-page-sidebar-second {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .no-sidebars #content .page-two-sidebars {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 4 columns, starting in 3rd column from left. */
    /* WRAPS into main content region: Span 4 columns, starting in 3rd column from left. */
  }
  .no-sidebars #content .page-two-sidebars .region-page-sidebar-first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .no-sidebars #content .page-two-sidebars .region-page-content {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .no-sidebars #content .page-two-sidebars .region-page-sidebar-second {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .no-sidebars #content .page-two-sidebars {
    /* Span 3 columns, starting in 1st column from left. */
    /* Span 6 columns, starting in 4st column from left. */
    /* Span 3 columns, starting in 10th column from left. */
  }
  .no-sidebars #content .page-two-sidebars .region-page-sidebar-first {
    width: 25%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .no-sidebars #content .page-two-sidebars .region-page-content {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 18px;
  }
  .no-sidebars #content .page-two-sidebars .region-page-sidebar-second {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

/**
 * Nested Panels Page Grid - with Single Site Sidebar
 *
 * Mobile: #content spans 2 of 2
 * Tablet: #content spans 4 of 6
 * Desktop: #content spans 8 of 12
 *
 */
.one-sidebar #content {
  /* Mobile version - 2 column */
  /* Tablet version - 4 column */
  /* Desktop version - 8 column */
}
@media (min-width: 0px) {
  .one-sidebar #content {
    /* Span 2 columns, starting in 1st column from left. */
  }
  .one-sidebar #content .panel-display .region {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .one-sidebar #content {
    /* Span 4 columns, starting in 1st column from left. */
  }
  .one-sidebar #content .panel-display .region {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
}
@media (min-width: 960px) {
  .one-sidebar #content {
    /* Span 8 columns, starting in 1st column from left. */
  }
  .one-sidebar #content .panel-display .region {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
}

/**
 * Nested Panels Page Grid - with Two Site Sidebars
 *
 * Reduce all panel page regions single column if there are two site sidebars.
 */
.two-sidebars #content {
  /* Mobile version - 2 column */
  /* Tablet version - 6 column */
  /* Desktop version - 12 column */
}
@media (min-width: 0px) {
  .two-sidebars #content {
    /* Span 2 columns, starting in 1st column from left. */
  }
  .two-sidebars #content .panel-display .region {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .two-sidebars #content {
    /* Span 6 columns, starting in 1st column from left. */
  }
  .two-sidebars #content .panel-display .region {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .two-sidebars #content {
    /* Span 12 columns, starting in 1st column from left. */
  }
  .two-sidebars #content .panel-display .region {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

/* Nested Mini-Panels */
.panel-inner-display {
 /*
* Mobile version - 2 column
* All regions span full width
*
* Span 2 columns, starting in 1st column from left.
*/
  /* Tablet version - 6 column */
  /* Desktop version - 12 column */
}
@media (min-width: 0px) {
  .panel-inner-display .region {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .panel-inner-display {
    /* Stay with 12 column grid for inner layouts */
    /* Span 8 columns, starting in 1st column from left. */
    /* Span 4 columns, starting in 9th column from left. */
    /* Span 9 columns, starting in 1st column from left. */
    /* Span 3 columns, starting in 10th column from left. */
  }
  .panel-inner-display .region-eight-col-left {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .panel-inner-display .region-four-col-right {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .panel-inner-display .region-nine-col-left {
    width: 75%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .panel-inner-display .region-three-col-right {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .panel-inner-display {
    /* Span 8 columns, starting in 1st column from left. */
    /* Span 4 columns, starting in 9th column from left. */
    /* Span 9 columns, starting in 1st column from left. */
    /* Span 3 columns, starting in 10th column from left. */
  }
  .panel-inner-display .region-eight-col-left {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .panel-inner-display .region-four-col-right {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .panel-inner-display .region-nine-col-left {
    width: 75%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .panel-inner-display .region-three-col-right {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

/* WYSIWYG Templates */
.template-columns {
  clear: both;
}
.template-columns .inner-two-column-50-50__first,
.template-columns .inner-two-column-50-50__second,
.template-columns .inner-three-column__first,
.template-columns .inner-three-column__second,
.template-columns .inner-three-column__third,
.template-columns .four-column__first,
.template-columns .four-column__second,
.template-columns .four-column__third,
.template-columns .four-column__fourth {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.template-columns p:last-child {
  margin-bottom: 0;
}

/* Additional Panels Layouts */
/* Mobile version */
/* Span full width. */
.two-column-33-66__first,
.two-column-33-66__second,
.inner-two-column-50-50__first,
.inner-two-column-50-50__second {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}

/* Tablet/Desktop version */
@media (min-width: 768px) {
  /* Span 4 columns starting with the 1st. */
  .two-column-33-66__first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 8 columns, starting in 5th column from left. */
  .two-column-33-66__second {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }

  .inner-two-column-50-50__first {
    /* Span 6 columns starting with the 1st. */
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }

  .inner-two-column-50-50__second {
    /* Span 6 columns starting with the 7th. */
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
/* Mobile version - 2 column */
/* Span 2 columns, starting in 1st column from left. */
.three-column__first,
.three-column__second,
.three-column__third,
.three-column-no-wrap__first,
.three-column-no-wrap__second,
.three-column-no-wrap__third,
.inner-three-column__first,
.inner-three-column__second,
.inner-three-column__third,
.inner-three-column-6-3-3__first,
.inner-three-column-6-3-3__second,
.inner-three-column-6-3-3__third,
.vts-3-6-3__first,
.vts-3-6-3__second,
.vts-3-6-3__third {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}

/* Tablet version - 6 column */
@media (min-width: 768px) and (max-width: 959px) {
  /* Separate and span 6 columns starting with the 1st. */
  .three-column__first,
  .inner-three-column-6-3-3__first {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: both;
    float: none;
  }

  /* Span 3 columns, starting in 1st column from left. */
  .three-column__second,
  .inner-three-column-6-3-3__second {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 3 columns, starting in 4th column from left. */
  .three-column__third,
  .inner-three-column-6-3-3__third {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }

  /* For mini-panel layout, put third column below other two */
  /* Span 3 columns, starting in 1st column from left. */
  .inner-three-column__first {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 3 columns, starting in 4th column from left. */
  .inner-three-column__second {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }

  /* Separate and span 6 columns starting with the 1st. */
  .inner-three-column__third {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: both;
    float: none;
  }

  /* For sidebar-like layout, make the 2nd column full width at tablet */
  /* Span 3 columns, starting in 1st column from left. */
  .vts-3-6-3__first {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }

  /* Separate and span 6 columns starting with the 1st. */
  .vts-3-6-3__second {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: both;
    float: none;
  }

  /* Span 3 columns, starting in 4th column from left. */
  .vts-3-6-3__third {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
/* Desktop version - 12 column */
@media (min-width: 960px) {
  /* Span 4 columns, starting in 1st column from left. */
  .three-column__first,
  .inner-three-column__first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 4 columns, starting in 5th column from left. */
  .three-column__second,
  .inner-three-column__second {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.33333%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 4 columns, starting in 9th column from left. */
  .three-column__third,
  .inner-three-column__third {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }

  /* Span 6 columns, starting in 1st column from left. */
  .inner-three-column-6-3-3__first {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 3 columns, starting in 7th column from left. */
  .inner-three-column-6-3-3__second {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 3 columns, starting in 10th column from left. */
  .inner-three-column-6-3-3__third {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }

  /* Sidebar layout */
  /* Span 3 columns, starting in 1st column from left. */
  .vts-3-6-3__first {
    width: 25%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 6 columns starting with the 4th. */
  .vts-3-6-3__second {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 3 columns, starting in 10th column from left. */
  .vts-3-6-3__third {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
/**
 * Keep 'no-wrap' version 3 columns at tablet.
 * Split the gutters so that columns are equal.
 */
@media (min-width: 768px) {
  .three-column-no-wrap {
    margin-left: -9px;
    margin-left: -0.5625rem;
    margin-right: -9px;
    margin-right: -0.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  /* Span 2 columns starting with the 1st. */
  .three-column-no-wrap__first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 2 columns, starting in 4th column from left. */
  .three-column-no-wrap__second {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.33333%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 2 columns, starting in 5th column from left. */
  .three-column-no-wrap__third {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (min-width: 960px) {
  /* Span 4 columns, starting in 1st column from left. */
  .three-column-no-wrap__first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 4 columns, starting in 5th column from left. */
  .three-column-no-wrap__second {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.33333%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 4 columns, starting in 9th column from left. */
  .three-column-no-wrap__third {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }
}
.four-column .panel-pane {
  clear: both;
}

/* Mobile version - 2 column */
/* Span 2 columns, starting in 1st column from left. */
.four-column__first,
.four-column__second,
.four-column__third,
.four-column__fourth {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}

/* Tablet version - 6 column */
@media (min-width: 768px) and (max-width: 959px) {
  /* Span 3 columns starting in 1st column from left. */
  .four-column__first {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 3 columns, starting in 4th column from left. */
  .four-column__second {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }

  /* Span 3 columns, starting in 1st column from left. */
  .four-column__third {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
    clear: left;
  }

  /* Span 3 columns, starting in 4th column from left. */
  .four-column__fourth {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: right;
  }
}
/* Desktop version - 12 column */
@media (min-width: 960px) {
  /* Span 3 columns, starting in 1st column from left. */
  .four-column__first {
    width: 25%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 3 columns, starting in 4th column from left. */
  .four-column__second {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 3 columns, starting in 7th column from left. */
  .four-column__third {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
    padding-right: 18px;
  }

  /* Span 3 columns, starting in 10th column from left. */
  .four-column__fourth {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
.six-column .panel-pane {
  clear: both;
}

/* Mobile version - 2 column */
/* Span 2 columns, starting in 1st column from left. */
.six-column__first,
.six-column__second,
.six-column__third,
.six-column__fourth,
.six-column__fifth,
.six-column__sixth {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}

/**
 * Tablet version - 6 column grid
 * Display 6 columns in 3 columns.
 */
@media (min-width: 768px) and (max-width: 959px) {
  .six-column__row-one,
  .six-column__row-two {
    clear: both;
  }

  /* Span 2 columns starting in 1st column from left. */
  .six-column__first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 2 columns, starting in 3rd column from left. */
  .six-column__second {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.33333%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 2 columns, starting in 5th column from left. */
  .six-column__third {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 2 columns, starting in 1st column from left. */
  .six-column__fourth {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 2 columns, starting in 3rd column from left. */
  .six-column__fifth {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.33333%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 2 columns, starting in 5th column from left. */
  .six-column__sixth {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }
}
/* Desktop version - 12 column */
@media (min-width: 960px) {
  /* Columns divided by 50% first */
  .six-column__row-one {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .six-column__row-two {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  /* Span 4 columns, starting in 1st column from left. */
  .six-column__first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 4 columns, starting in 5th column from left. */
  .six-column__second {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.33333%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 4 columns, starting in 9th column from left. */
  .six-column__third {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 4 columns, starting in 1st column from left. */
  .six-column__fourth {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 4 columns, starting in 5th column from left. */
  .six-column__fifth {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.33333%;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* Span 4 columns, starting in 9th column from left. */
  .six-column__sixth {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 9px;
    padding-right: 9px;
  }
}
/* Default bottom margin on panel panes */
.panel-pane {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

/* Default padding on optional inner region */
.pane-inner {
  padding: 24px;
  padding: 1.5rem;
}

/* Custom classes for padding */
.pane-padding-top-none .pane-inner {
  padding-top: 0;
}

.pane-padding-bottom-none .pane-inner {
  padding-bottom: 0;
}

/* Don't apply padding twice for nested mini panels */
.pane-panels-mini > .pane-inner {
  padding: 0;
}
.pane-panels-mini .panel-pane {
  margin-bottom: 0;
}

.menu-minipanel-panel .panel-pane {
  margin-bottom: 0;
}
.menu-minipanel-panel ul:last-child,
.menu-minipanel-panel p:last-child {
  margin-bottom: 0;
}

/* Non-node content needs padding */
.views-page #content,
.non-panels-page #content,
.page-comment #content {
  /* comment form */
  padding: 24px;
  padding: 1.5rem;
}

.pane-title {
  margin-top: 0;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

/* Panel Page Title/Breadcrumb No Title Bar */
.panels-page #content > #mini-panel-share_print_breadcrumbs {
  margin-bottom: 0;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.panels-page #content > #mini-panel-share_print_breadcrumbs .breadcrumb {
  margin-bottom: 0;
}
.panels-page #content .pane-page-title {
  margin-bottom: 0;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.with-heading .pane-title, .not-front .sidebar .panel-pane > .pane-title {
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  color: #444;
  background-color: #ccc;
  margin-bottom: 0;
}
.with-heading .pane-title a, .not-front .sidebar .panel-pane > .pane-title a {
  display: block;
  /* Remove pane-title margins */
  margin-right: -24px;
  margin-right: -1.5rem;
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-top: -6px;
  margin-top: -0.375rem;
  margin-bottom: -6px;
  margin-bottom: -0.375rem;
  /* Add padding to link */
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  color: #444;
}
.with-heading .pane-title a:hover, .not-front .sidebar .panel-pane > .pane-title a:hover {
  color: #444;
  background-color: #eee;
  text-decoration: none;
}

.with-heading .pane-inner .pane-title {
  margin-top: -24px;
  margin-top: -1.5rem;
  margin-right: -24px;
  margin-right: -1.5rem;
  margin-left: -24px;
  margin-left: -1.5rem;
}
.with-heading .pane-inner .pane-content {
  margin-top: 24px;
  margin-top: 1.5rem;
}

/* Pane Titles with no Padding */
/* With title/breadcrumb outside of content area */
#secondary-header #mini-panel-share_print_breadcrumbs,
#secondary-header .region-page-title,
#secondary-header .pane-page-title {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

/* Collapsible Panes */
.panel-pane-collapsible .pane-inner {
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}

.ctools-collapsible-container .ctools-toggle {
  display: none;
}
.ctools-collapsible-container .pane-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  cursor: n-resize;
}
.ctools-collapsible-container .pane-title:before {
  padding-right: 0.5em;
}
.ctools-collapsible-container.ctools-collapsed .pane-title {
  cursor: s-resize;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #content {
    min-height: 300px;
  }
}
.panel-inner-display .region-full-top {
  float: none;
}

/* Breakpoint Display Classes */
.display-on--tablet-size-up,
.display-on--desktop-size-up,
.display-on--tablet-size-only,
.display-on--desktop-size-only,
.display-on--full-size-only {
  display: none;
}

@media (min-width: 768px) {
  .display-on--tablet-size-up {
    display: block;
  }

  .display-on--mobile-size-only {
    display: none;
  }
}
@media (min-width: 960px) {
  .display-on--desktop-size-up {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .display-on--tablet-size-only {
    display: block;
  }
}
@media (min-width: 960px) and (max-width: 1234px) {
  .display-on--desktop-size-only {
    display: block;
  }
}
@media (min-width: 1235px) {
  .display-on--full-size-only {
    display: block;
  }
}
/**
 * Superfish Horizontal Top Menu
 */
/* Fix SuperFish for Chrome on Android */
body .sf-hidden {
  left: -99em !important;
  top: -99em !important;
}

/* Fix for SuperFish See https://www.drupal.org/node/2190799 */
@media (min-width: 768px) {
  .sf-menu .sf-navbar ul,
  .sf-menu ul {
    overflow: visible !important;
  }
}
/* Menu colors */
#navigation .container > .menu-block-wrapper > .menu,
.sf-menu {
  font-size: 0;
  color: #15171a;
}
#navigation .container > .menu-block-wrapper > .menu a,
.sf-menu a {
  color: #15171a;
  border-color: transparent;
}
#navigation .container > .menu-block-wrapper > .menu a:visited,
.sf-menu a:visited {
  color: #15171a;
}
#navigation .container > .menu-block-wrapper > .menu a:hover, #navigation .container > .menu-block-wrapper > .menu a:focus, #navigation .container > .menu-block-wrapper > .menu a:active,
.sf-menu a:hover,
.sf-menu a:focus,
.sf-menu a:active {
  background-color: #0d204a;
  color: white;
}
#navigation .container > .menu-block-wrapper > .menu li,
.sf-menu li {
  /* Prevent hyphenated wrapping in main menu */
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  font-size: 16px;
}
#navigation .container > .menu-block-wrapper > .menu > li,
.sf-menu > li {
  background-color: transparent;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1em;
}
#navigation .container > .menu-block-wrapper > .menu > li > a,
.sf-menu > li > a {
  display: block;
  text-decoration: none;
  padding: 0.75em 1em;
}
#navigation .container > .menu-block-wrapper > .menu > li > a.sf-with-ul,
.sf-menu > li > a.sf-with-ul {
  padding-right: 1.75em;
}
@media (min-width: 768px) {
  #navigation .container > .menu-block-wrapper > .menu > li > a,
  .sf-menu > li > a {
    padding-right: 0.75em;
    padding-left: 0.75em;
  }
}
@media (min-width: 1024px) {
  #navigation .container > .menu-block-wrapper > .menu > li > a,
  .sf-menu > li > a {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  #navigation .container > .menu-block-wrapper > .menu > li > a.sf-with-ul,
  .sf-menu > li > a.sf-with-ul {
    padding-right: 2em;
  }
}
#navigation .container > .menu-block-wrapper > .menu a.contextual-links-trigger,
.sf-menu a.contextual-links-trigger {
  display: none;
}
#navigation .container > .menu-block-wrapper > .menu ul.contextual-links li,
.sf-menu ul.contextual-links li {
  width: 12em;
}
#navigation .container > .menu-block-wrapper > .menu ul.contextual-links li a, #navigation .container > .menu-block-wrapper > .menu ul.contextual-links li a:hover,
.sf-menu ul.contextual-links li a,
.sf-menu ul.contextual-links li a:hover {
  /* Keep Drupal defaults for contextual links. */
  color: #ccc;
  background-color: #fff;
}

/* SuperFish cascading menus */
.sf-menu > li > ul > li[class*="sf-item"],
.sf-menu > li > ul > li li[class*="sf-item"],
.sf-menu li.sf-clone-parent {
  width: 100%;
}
.sf-menu > li > ul > li[class*="sf-item"] > a,
.sf-menu > li > ul > li li[class*="sf-item"] > a,
.sf-menu li.sf-clone-parent > a {
  display: block;
  text-decoration: none;
  padding: 0.5em 1em;
}
.sf-menu > li > ul > li[class*="sf-item"] > a.sf-with-ul,
.sf-menu > li > ul > li li[class*="sf-item"] > a.sf-with-ul,
.sf-menu li.sf-clone-parent > a.sf-with-ul {
  padding-right: 1.75em;
}
@media (min-width: 768px) {
  .sf-menu > li > ul > li[class*="sf-item"] > a,
  .sf-menu > li > ul > li li[class*="sf-item"] > a,
  .sf-menu li.sf-clone-parent > a {
    /* Make level 2+ smaller text */
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (min-width: 960px) {
  .sf-menu > li > ul > li[class*="sf-item"] > a.sf-with-ul,
  .sf-menu > li > ul > li li[class*="sf-item"] > a.sf-with-ul,
  .sf-menu li.sf-clone-parent > a.sf-with-ul {
    padding-right: 2em;
  }
}
.sf-menu > li > ul > li[class*="sf-item"],
.sf-menu li.sf-clone-parent {
  background-color: #dfdfdf;
}
.sf-menu > li > ul > li[class*="sf-item"] li[class*="sf-item"],
.sf-menu li.sf-clone-parent li[class*="sf-item"] {
  background-color: #bcbbbb;
}

/* Mini Panels in Mega Menu */
.menu-minipanel-panel {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  max-width: 100%;
  width: 100% !important;
  color: #cccccc;
  background-color: #0d204a;
  /* Hide cloned parent in accordion view */
}
.menu-minipanel-panel h2, .menu-minipanel-panel h3, .menu-minipanel-panel h4 {
  color: #d1a511;
}
.menu-minipanel-panel a {
  display: inline;
  color: white;
}
.menu-minipanel-panel a:visited, .menu-minipanel-panel a.active {
  color: white;
}
.menu-minipanel-panel a:hover, .menu-minipanel-panel a:focus {
  background-color: transparent;
  color: #667cac;
}
.menu-minipanel-panel .sf-clone-parent {
  display: none;
}
.menu-minipanel-panel .pane-content {
  /* Only add back bullets if not a menu or slideshow. */
  /* Remove styles from embedded menus. */
}
.menu-minipanel-panel .pane-content h2, .menu-minipanel-panel .pane-content h3, .menu-minipanel-panel .pane-content h4, .menu-minipanel-panel .pane-content p {
  /* Smaller margins on menu pane content */
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.menu-minipanel-panel .pane-content ul {
  /* Cancel out Superfish accordion styles */
  left: auto !important;
  position: relative;
  top: auto !important;
  display: block !important;
}
.menu-minipanel-panel .pane-content li {
  width: auto;
  float: none;
}
.menu-minipanel-panel .pane-content ul:not(.menu):not(.slides) {
  list-style-position: outside;
}
.menu-minipanel-panel .pane-content ul:not(.menu):not(.slides) li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.menu-minipanel-panel .pane-content ul.menu li.leaf {
  list-style: none;
  padding: 0;
  background-color: transparent;
}

/* Superfish Toggle Style */
.sf-accordion-toggle a {
  background-color: transparent;
  color: #15171a;
  border-color: transparent;
  display: block;
  text-align: center;
  padding: 6px 24px;
}
.sf-accordion-toggle a:hover, .sf-accordion-toggle a:active {
  background-color: #0d204a;
  color: white;
  text-decoration: none;
}

/* Accordion colors */
.sf-accordion.sf-hidden {
  display: none !important;
}
.sf-accordion .menu-minipanel-panel .menu {
  position: static;
  display: block !important;
}
.sf-accordion .sf-expanded {
  background-color: #dfdfdf;
}
.sf-accordion .sf-expanded > a {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.sf-accordion .inner-three-column__first,
.sf-accordion .inner-three-column__second,
.sf-accordion .four-column__first,
.sf-accordion .four-column__second,
.sf-accordion .four-column__third {
  /* Tighten pane spacing in accordion */
}
.sf-accordion .inner-three-column__first .pane-inner,
.sf-accordion .inner-three-column__second .pane-inner,
.sf-accordion .four-column__first .pane-inner,
.sf-accordion .four-column__second .pane-inner,
.sf-accordion .four-column__third .pane-inner {
  padding-bottom: 0;
}

/* Support Mega menu in Superfish at Tablet width */
@media (min-width: 768px) {
  #navigation .sf-menu {
    position: relative;
  }

  #mini-panel-site_heading_with_menu {
    position: relative;
  }
  #mini-panel-site_heading_with_menu li.sf-no-children.sfHover > ul {
    top: 144px;
  }

  .sf-menu li.sf-no-children,
  .sf-menu .menu-minipanel-panel li {
    position: static;
  }

  .menu-minipanel-panel ul {
    position: static;
    width: auto;
  }
}
/* Help Center Mega Menu Item */
@media (min-width: 960px) {
  .sf-menu > .decorative-menu-item > a {
    position: absolute;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: visible;
    font-size: 0;
    width: 175px;
    height: 77px;
    top: -20px;
    right: 0;
  }
  .sf-menu > .decorative-menu-item > a:hover {
    background-color: transparent;
  }
  .sf-menu > .decorative-menu-item .sf-sub-indicator {
    display: none;
  }
  .sf-menu > .decorative-menu-item .menu-minipanel-panel {
    width: 926px !important;
    /* adjusted desktop min-width */
  }
  .sf-menu > .decorative-menu-item:hover > ul, .sf-menu > .decorative-menu-item.sfHover > ul {
    left: auto;
    right: 0;
    top: 52px;
  }
}
/**
 * Breadcrumb navigation.
 */
.breadcrumb {
  clear: both;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 0;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .breadcrumb {
    /* Display breadcrumb in line with share/print */
    clear: none;
  }
}

/* Home Icon */
#home-button a {
  display: block;
  color: #15171a;
}
#home-button a:hover {
  color: #15171a;
}

/* Site Heading with Logo */
/* Site Heading with Menu */
#mini-panel-site_heading_logo_only, #mini-panel-site_heading_custom,
#mini-panel-site_heading_with_menu,
#mini-panel-site_heading_with_slideshow {
  text-align: center;
}
#mini-panel-site_heading_logo_only #home-button, #mini-panel-site_heading_custom #home-button,
#mini-panel-site_heading_with_menu #home-button,
#mini-panel-site_heading_with_slideshow #home-button {
  display: none;
}
#mini-panel-site_heading_logo_only #google_translate_element, #mini-panel-site_heading_custom #google_translate_element,
#mini-panel-site_heading_logo_only .custom-masthead-content,
#mini-panel-site_heading_custom .custom-masthead-content,
#mini-panel-site_heading_with_menu #google_translate_element,
#mini-panel-site_heading_with_menu .custom-masthead-content,
#mini-panel-site_heading_with_slideshow #google_translate_element,
#mini-panel-site_heading_with_slideshow .custom-masthead-content {
  min-height: 28px;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  #mini-panel-site_heading_logo_only, #mini-panel-site_heading_custom,
  #mini-panel-site_heading_with_menu,
  #mini-panel-site_heading_with_slideshow {
    min-height: 80px;
  }
  #mini-panel-site_heading_logo_only #logo, #mini-panel-site_heading_custom #logo,
  #mini-panel-site_heading_with_menu #logo,
  #mini-panel-site_heading_with_slideshow #logo {
    text-align: left;
  }
  #mini-panel-site_heading_logo_only #home-button, #mini-panel-site_heading_custom #home-button,
  #mini-panel-site_heading_with_menu #home-button,
  #mini-panel-site_heading_with_slideshow #home-button {
    margin-top: 24px;
    margin-top: 1.5rem;
    display: block;
    float: right;
    margin-left: 24px;
    margin-left: 1.5rem;
  }
  #mini-panel-site_heading_logo_only #google_translate_element, #mini-panel-site_heading_custom #google_translate_element,
  #mini-panel-site_heading_logo_only .custom-masthead-content,
  #mini-panel-site_heading_custom .custom-masthead-content,
  #mini-panel-site_heading_with_menu #google_translate_element,
  #mini-panel-site_heading_with_menu .custom-masthead-content,
  #mini-panel-site_heading_with_slideshow #google_translate_element,
  #mini-panel-site_heading_with_slideshow .custom-masthead-content {
    float: right;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #mini-panel-site_heading_with_menu {
    min-height: 144px;
  }
  #mini-panel-site_heading_with_menu #logo {
    float: left;
  }
  #mini-panel-site_heading_with_menu .sf-menu {
    clear: right;
    float: right;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  #mini-panel-site_heading_with_slideshow #logo {
    /* Compensate for search above masthead */
    margin-top: 3.5em;
  }
}

/* Site Search Block */
#views-exposed-form-search-advanced-site-search {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
#views-exposed-form-search-advanced-site-search label {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
#views-exposed-form-search-advanced-site-search label:active, #views-exposed-form-search-advanced-site-search label:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
#views-exposed-form-search-advanced-site-search input {
  max-width: 160px;
}
#views-exposed-form-search-advanced-site-search .views-exposed-widgets {
  margin: 0 auto;
  max-width: 192px;
  /* possibly temporary; used to center on mobile */
}
#views-exposed-form-search-advanced-site-search .views-exposed-widget {
  padding: 0;
}
#views-exposed-form-search-advanced-site-search .views-exposed-widget .form-submit {
  margin-top: 0;
}
@media (min-width: 768px) {
  #views-exposed-form-search-advanced-site-search {
    float: right;
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-bottom: 0;
  }
}
#views-exposed-form-search-advanced-site-search #edit-keywords {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#views-exposed-form-search-advanced-site-search .views-submit-button {
  position: relative;
  background-color: #7d0818;
  color: white;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#views-exposed-form-search-advanced-site-search .views-submit-button:hover {
  background-color: #0d204a;
  color: white;
}
#views-exposed-form-search-advanced-site-search .views-submit-button:before {
  position: absolute;
  pointer-events: none;
}
#views-exposed-form-search-advanced-site-search #edit-submit-search-advanced {
  text-indent: -9999px;
  background-color: transparent;
  width: 28px;
  border: 0;
}

/* Urgent Alerts */
.not-front #main .pane-vts-blocks-8,
.not-front #main .pane-group-alerts-panel-pane-1 {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.not-front #main .pane-vts-blocks-8 .pane-inner {
  border-bottom: 1px solid white;
}

.pane-vts-blocks-8.panel-pane div.pane-inner,
.pane-group-alerts-panel-pane-1.panel-pane div.pane-inner {
  border: 1px solid #ff0000;
  background-color: #cc0000;
  color: #ffffff;
  padding: 12px;
  padding: 0.75rem;
}
.pane-vts-blocks-8.panel-pane div.pane-inner a,
.pane-group-alerts-panel-pane-1.panel-pane div.pane-inner a {
  color: #ffffff;
}
.pane-vts-blocks-8.panel-pane div.pane-inner a:link, .pane-vts-blocks-8.panel-pane div.pane-inner a:visited, .pane-vts-blocks-8.panel-pane div.pane-inner a:active,
.pane-group-alerts-panel-pane-1.panel-pane div.pane-inner a:link,
.pane-group-alerts-panel-pane-1.panel-pane div.pane-inner a:visited,
.pane-group-alerts-panel-pane-1.panel-pane div.pane-inner a:active {
  color: #ffffff;
}
.pane-vts-blocks-8.panel-pane div.pane-inner a:hover, .pane-vts-blocks-8.panel-pane div.pane-inner a:focus,
.pane-group-alerts-panel-pane-1.panel-pane div.pane-inner a:hover,
.pane-group-alerts-panel-pane-1.panel-pane div.pane-inner a:focus {
  color: #ff3;
}

/**
 * Share and Print links.
 */
.pane-addthis-addthis-block,
.pane-print-print-links {
  float: right;
}

.pane-addthis-addthis-block {
  margin-left: 1em;
  max-width: 2em;
}

.panel-display .pane-addthis-addthis-block,
.panel-display .pane-print-print-links {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

/* Icons for share links */
.print_html a:hover, .print_mail a:hover {
  text-decoration: none;
}
.print_html a img, .print_mail a img {
  display: none;
}

.addthis_button img {
  visibility: hidden;
  width: 0;
  height: 0;
}
.addthis_button:hover {
  text-decoration: none;
}

/* Correct send to form */
label.printmail-label {
  float: none;
}

@media (min-width: 768px) {
  .form-item-txt-to-addrs .form-textarea-wrapper {
    margin-left: 175px;
  }

  label.printmail-label {
    float: left;
    width: 175px;
  }
}
/* VTS User Menu (Login Links) */
ul#vts-user-menu {
  margin-left: 0;
  display: inline-block;
}
ul#vts-user-menu li {
  display: inline-block;
  margin: 0;
}
ul#vts-user-menu li:before {
  padding-right: 0.5em;
  padding-left: 0.5em;
  content: '|';
}
ul#vts-user-menu li.first:before {
  padding: 0;
  content: none;
}

/*
 * Hide the mailto field on contact forms.
*/
#contact-personal-form #edit-to {
  display: none;
}

/* Site/Group Footer */
#footer {
  text-align: center;
}

/* Logo */
#logo {
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media (min-width: 768px) {
  #logo {
    padding-top: 0;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

/* Citizen Action Center Button Menu */
.pane-menu-citizen-action-center ul.menu li {
  margin: 0;
  float: left;
  width: 50%;
}
.pane-menu-citizen-action-center ul li.leaf {
  list-style: none;
  padding: 0;
}
.pane-menu-citizen-action-center li a {
  height: 56px;
  /* 2 lines of text + 2 lines of padding */
  margin-right: 12px;
  margin-right: 0.75rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  display: block;
  vertical-align: middle;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 6px;
  color: white;
  background-color: #7d0818;
  border: 1px solid transparent;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
}
.pane-menu-citizen-action-center li a:hover {
  text-decoration: none;
  color: white;
  background-color: #0d204a;
}
.pane-menu-citizen-action-center li:nth-child(odd) a {
  margin-left: 24px;
  margin-left: 1.5rem;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.pane-menu-citizen-action-center li:nth-child(even) a {
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-right: 24px;
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .pane-menu-citizen-action-center li:nth-child(odd) a {
    margin-right: 6px;
    margin-right: 0.375rem;
    margin-left: 0;
  }
  .pane-menu-citizen-action-center li:nth-child(even) a {
    margin-right: 0;
    margin-left: 6px;
    margin-left: 0.375rem;
  }
}
@media (min-width: 960px) {
  .pane-menu-citizen-action-center li:nth-child(odd) a {
    margin-right: 12px;
    margin-right: 0.75rem;
    margin-left: 0;
  }
  .pane-menu-citizen-action-center li:nth-child(even) a {
    margin-right: 0;
    margin-left: 12px;
    margin-left: 0.75rem;
  }
}

/* Home Page Button Menu */
.pane-menu-home-page-buttons ul.menu {
  text-align: center;
  margin-right: 24px;
  margin-right: 1.5rem;
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media (min-width: 768px) {
  .pane-menu-home-page-buttons ul.menu {
    margin-right: 0;
    margin-left: 0;
  }
}
.pane-menu-home-page-buttons ul.menu li {
  margin: 0;
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .pane-menu-home-page-buttons ul.menu li {
    display: inline-block;
    width: auto;
    margin-right: 1.5em;
    margin-bottom: 0;
  }
  .pane-menu-home-page-buttons ul.menu li.last {
    margin-right: 0;
  }
}
.pane-menu-home-page-buttons ul li.leaf {
  list-style: none;
  padding: 0;
}
.pane-menu-home-page-buttons li a {
  display: block;
}

/* Social Icons with Code Red */
.social-icons-pane {
  text-align: center;
}

ul.social-icons {
  margin-left: 0;
  list-style: none;
}
ul.social-icons li {
  display: inline-block;
  margin-left: 1.5em;
  text-align: center;
}
ul.social-icons li.first {
  margin-left: 0;
}

.code-red {
  margin: 0 auto;
  display: block;
  height: 35px;
  width: 190px;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/sites/all/themes/custom/vts_aurora/images/code_red.jpg");
}

.facebook {
  color: #fff;
  background-color: #3b5998;
  height: 36px;
  width: 36px;
  padding: 7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.facebook:before {
  font-size: 22px;
}
.facebook:visited {
  color: #fff;
}
.facebook:hover {
  color: #fff;
  text-decoration: none;
}

.twitter {
  color: #fff;
  background-color: #00aced;
  height: 36px;
  width: 36px;
  padding: 7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.twitter:before {
  font-size: 22px;
}
.twitter:visited {
  color: #fff;
}
.twitter:hover {
  color: #fff;
  text-decoration: none;
}

.google-plus {
  color: #dd4b39;
}
.google-plus:visited {
  color: #dd4b39;
}
.google-plus:hover {
  color: #dd4b39;
  text-decoration: none;
}

.linkedin {
  color: #007bb6;
}
.linkedin:visited {
  color: #007bb6;
}
.linkedin:hover {
  color: #007bb6;
  text-decoration: none;
}

.pinterest {
  color: #cb2027;
}
.pinterest:visited {
  color: #cb2027;
}
.pinterest:hover {
  color: #cb2027;
  text-decoration: none;
}

.facebook-square {
  color: #3b5998;
}
.facebook-square:visited {
  color: #3b5998;
}
.facebook-square:hover {
  color: #3b5998;
  text-decoration: none;
}

.twitter-square {
  color: #00aced;
}
.twitter-square:visited {
  color: #00aced;
}
.twitter-square:hover {
  color: #00aced;
  text-decoration: none;
}

/* Home page bulletin */
.resp-tab-content .flex-control-paging {
  bottom: -30px;
}
.resp-tab-content .flexslider {
  box-shadow: none;
  border: 0;
  margin-bottom: 24px;
}

/* Fix for ReCaptcha appearance */
table.recaptchatable {
  line-height: 0 !important;
}
table.recaptchatable input {
  height: auto;
  box-shadow: none;
}

.captcha {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.g-recaptcha {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* FAQs */
.quickview-block {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 100%;
}
.quickview-block .more-link {
  margin-right: 2em;
}
.quickview-block .quickview-inner {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  border-bottom: 1px dotted #444444;
}
@media (min-width: 768px) {
  .quickview-block {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .quickview-block:nth-child(odd) .quickview-inner {
    margin-right: 1.5em;
  }
  .quickview-block:nth-child(even) .quickview-inner {
    margin-left: 1.5em;
  }
}
@media (min-width: 960px) {
  .quickview-block:nth-child(odd) .quickview-inner {
    margin-right: 5em;
  }
  .quickview-block:nth-child(even) .quickview-inner {
    margin-left: 3em;
  }
}
.quickview-block.clear-all {
  clear: both;
}

/* Action Links on 404 Page */
ul.action-links {
  padding-top: 24px;
  padding-top: 1.5rem;
  margin-left: 0;
  padding-left: 24px;
  margin-bottom: 0;
  background-color: white;
}
ul.action-links li {
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}

/* Google Translate */
#google_translate_element .goog-te-combo {
  margin-top: 0;
}

.home--icons-stacked {
  margin-left: 0.5em;
  margin-bottom: 0;
}

.home--icon-links-inline {
  list-style: none;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .home--icon-links-inline {
    text-align: center;
  }
}
.home--icon-links-inline li {
  list-style: none;
  margin-left: none;
}
@media (min-width: 768px) {
  .home--icon-links-inline li {
    display: inline-block;
    margin: 0 0.75em;
  }
}
@media (min-width: 960px) {
  .home--icon-links-inline li {
    margin: 0 1em;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

.pane-masquerade-masquerade {
  margin-top: 24px;
  margin-top: 1.5rem;
}

#block-system-main {
  clear: both;
}

.profile {
  margin: 0;
}

.messages.notice {
  background-color: #fff;
}

/* Site Map */
.menu-block-site-map ul.menu {
  list-style-position: outside;
  margin-left: 24px;
  margin-left: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}
.menu-block-site-map ul.menu ul {
  margin-bottom: 0;
}
.menu-block-site-map ul.menu li {
  margin-left: 1.5em;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

/* Subscribe form labels */
#og-ms-subscribe-form .form-type-checkboxes > label {
  font-weight: bold;
}

body {
  background: #ececec;
}

/**
 * Background Image Container - Cover Style
 */
.bg-container {
  background-position: center top;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index: -9998;
  background-size: cover;
  min-height: 480px;
  position: fixed;
  background-attachment: scroll;
}

/* Optional Page Wrapper */
/* Add solid background color for readability */
.not-front .region-page-content .region-inner,
.panels-page #content > #mini-panel-share_print_breadcrumbs,
.panels-page #content > .pane-page-title,
.not-front .panels-page .pane-page-content .panel-1col,
.views-page #content,
.non-panels-page #content {
  /* Anything not using panels */
  background-color: white;
}

/* Solid background on panes in sidebar; allow bg image to show */
.sidebar .pane-inner,
.sidebar .panel-pane > .view .pager {
  background-color: #fff;
}

/* With Solid background in page content, remove some padding */
/* Leave these styles off home page */
.not-front .region-page-content {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  /* Reverse flexslider styles */
}
.not-front .region-page-content .pane-inner {
  /* Remove additional padding */
  padding: 0;
}
.not-front .region-page-content .region-inner {
  /* Add padding to top of region */
  padding-top: 24px;
  padding-top: 1.5rem;
}
.not-front .region-page-content .panel-pane,
.not-front .region-page-content #mini-panel-share_print_breadcrumbs {
  /* apply side padding to all panes */
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.not-front .region-page-content #mini-panel-share_print_breadcrumbs .panel-pane {
  /* Do not include padding on mini panels */
  padding: 0;
}
.not-front .region-page-content .flexslider {
  margin-bottom: 30px;
}
.not-front .region-page-content .flex-control-nav {
  background-color: transparent;
}

/**
 * Site Home Page
 * No background on content area, so add to node content.
 */
.front .pane-page-content {
  margin-top: 18px;
  margin-top: 1.125rem;
}
.front .pane-node-content {
  /* Note that this is hidden in CAC layout */
  background-color: white;
}

/* Don't need a nested margin */
.pane-page-content {
  margin-bottom: 0;
}

/**
 * Masthead
 */
.vts-masthead-full-bg #header,
.vts-masthead-container-bg #header .container {
  background-color: white;
}

/**
 * Navigation
 */
.vts-menu-full-bg #navigation,
.vts-menu-container-bg #navigation .container {
  background-color: white;
}

#navigation {
  color: #15171a;
}

/**
 * Secondary Header
 * Only used if title + breadcrumbs span full content region
 */
/**
 * Footer Region
 */
.vts-footer-full-bg #footer,
.vts-footer-container-bg #footer .container {
  background-color: #0d204a;
}

#footer {
  color: white;
}
#footer .container {
  padding: 24px;
  padding: 1.5rem;
}
#footer .pane-inner {
  /* Remove additional padding */
  padding: 0;
}
#footer a {
  color: #acacac;
}
#footer a:hover {
  color: #555555;
}
#footer h2, #footer h3 {
  color: white;
}

/**
 * Alternative Theme Settings
 */
/* Solid main page background */
.vts-solid-bg #main .container {
  background-color: white;
}
@media (min-width: 768px) {
  .vts-solid-bg #main .container {
    padding-left: 18px;
    padding-left: 1.125rem;
    padding-right: 18px;
    padding-right: 1.125rem;
  }
  .vts-solid-bg #view-contact-info-button h2,
  .vts-solid-bg #view-contact-info-button .field-group-format-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .vts-solid-bg.views-page #content, .vts-solid-bg.vts-custom #content, .vts-solid-bg.vts-form-page #content,
  .vts-solid-bg .region-page-content .panel-pane,
  .vts-solid-bg .region-page-content #mini-panel-share_print_breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
}

/**
 * Individual Possible Regions
 */
.pane-menu-citizen-action-center {
  background-color: white;
  color: inherit;
}
.pane-menu-citizen-action-center h2, .pane-menu-citizen-action-center h3, .pane-menu-citizen-action-center h4 {
  color: inherit;
}

/* Make unpublished more pronounced */
.node-unpublished {
  padding-top: 36px;
  padding-top: 2.25rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARAAAAAfCAYAAAAvK5J0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjE0NDNDODYyRjZEMTFFNUI1OURERTIwMkRGMUE1OTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjE0NDNDODcyRjZEMTFFNUI1OURERTIwMkRGMUE1OTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QjM3RTk3RjJGMDAxMUU1QjU5RERFMjAyREYxQTU5MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QjM3RTk4MDJGMDAxMUU1QjU5RERFMjAyREYxQTU5MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqp9yL4AAAYRSURBVHja7F0xVNs8EBY8pnp35t8znv+wkq6lU95rsgIrzQwzzEnXwpoMmeBfyb82zMnsznh3Vyo9Tq+ua58kW7Elet97en11gi2d7j7dnU7O3svLCyMQCIQ62CcREAiEujhoeoPlcklSJHSFiLeQt38K11NoGxIRjuFwaI9AOBn8h3z3kj8Mm5Ab3uKKz+a8LQrXRryNK75/z9utou9YXz8Yfr8KGW8Jb0+8PcL/yxDD+E36o9u3yxJDwGStMyZxvzVvK8v90oWpruQRgt70eQs0niXG+aDoq0/zV8QGnlFL13MOwEaSLrfzle7fuxrCfLQo4CYIoB9nvN3xNngDi04AxjfhbaZphK5AyP8L/Kvb7z4Y7Bn5GyhikOuEk8odb33fcyATx5Q7gD4N3pDSRGBcgSfk0UQnPoLXS1BDeHlXnESUpLvv+CBcnPBzz1ZtHRI58cBrOrdwnzHoFUGTdDmJDHwlkDZDmQRiQBkH6oQAriLNjWWjmafoO64H7xHSFvH6KeQpPrHXHAqGE+IFswWTk0gl6R54MADhtl6w6gSmDdwWDE2VVIuZOgHZFUSyd1FCelcIGUeO68Ah8tnXnG5kubGPkblzGaokclMIvX3O6UWsmP8AZDn10QORocyk5WduFAThmxssDOvB41UwUIRgZUZS5l2K9v0v9yhWQFCi3Q6Hw8/sdRcnq+Oh+lJI1u/AzX7+i5TK9XoJTLlvwLsa5MgkhZBGNGkgsk0pKvkdUJ5xjRE4D2NiX0OYfChzuuNQRtfVzTzTEbGCjxSrkstYKxaQ/AIj61y2vH1j6pyWDm5aHGvPIMySdUpWSISTRIp414dlC82BZ0YwUTClDchdCWwSE4fl9L6k77GCPHwgkFQzdAxyhHIGc/XQcIxt5k0GTL9UoKyIrAkSRMY9nzyQrCLulYqxtvw80xXGZYMLNQ1NGOTcA/KQ+nDN6tWsRLDwiEVh5jj5d40E8fRCn3IgC0Uo02UdxsqSW+wK2QQeKfdlAwKQRXMR8YQ97DusLHPERb3qsF9f3xB5iO25O4+MSshfJEWnNYmkS915k3A5B7IAdyrqOCaVuIc+uZ5AFd7Rc4nhRIhRiZX5wiPPSuZtBAkesdcEX6zpTYWQY3A1dNMt/mMuzJfrSdQZtDZWtqziuqgbWDN/dl4eK0LAEFbfqIJEKouFHCfLe2gyTDlmeOWqXIBMCKTJadw6BLLoSJ7GGwdFAskQwasSc9iE/Whg2KJKdNcnKW9Zs1oIFbmEyGoRNLy3ibEtEBfe1QrNCPr2rnAtgHlLCvqSwDi/IDpL52GqZW2khwclBlulSH2EtUPFw5tkvsXq8i9zuwRZNb6j3CpZJle2I9mZkJGrRjVCZHRcIZ8MPLExcYIelsvlSLGYPekQyAYjEHEyr+RlIzqJqaaVjlNYUVzeMcBkN4LPkxLGP9+h3IqweZDMJPH63CBe3yIEcsSq81K9lkjZd+IQOnuoINuU271WCLNS3Ei8bOSE/arD6DH1m6FsJKuk++3yS2FWCIEI+cxAbknOAPsa97QRxwZgbKFFozKZiyYHxL4hzxLjEQng6wJBqYqxtg7r0biG5/TB4Lt1qmorTzj/RiCcZVJOEKqy4chw9ZlbEqzroYxOtaTJmZ60AYHUkdH/jspVymGA6OMd+5UI72kQ5ZoRtMNz7BWH+xXhgq3E3ZzZ3Wqy2TfbyJjdXYxpy0b66LASzzXmXSZbVbmcGXGCPnkwRan8HwTC2SZj6uO9ui79YgeK7vJW48ZS/6asvROyKYQALm9T25h3SfCU/9DX5UvgA30CARIRQj6t6erJcwu7MvS14y6oIM7PNRVVVlq2UeSUwXMuPDGqNchmU9cYmB/nflzwOqacA5TkIbCn+mU6eJ2ZrPaTFY1ByQTJV+npFl3J7G+VEWKhj3g+tqNQ5vmojrPvoqpPyCqft4lLjFjWLmwNiHHA6m27yt9L0d0VsfVO2m3B8LH+bzVIIi/XsipbOUZxnycNggwZnnRdNJBTmW7VnT/d/pnO2w/IdRiT8x79tCWBQKgL+mlLAoFABEIgEIhACASCR/gpwADzfptns6eglgAAAABJRU5ErkJggg==");
}

.subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.submitted {
  text-transform: uppercase;
  color: #777;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

/* span being added by print module */
.print-link {
  display: none;
}

/* Create Inline Field Style */
.field-label-inline .field-label,
.field-label-inline .field-items,
.field-label-inline .field-item {
  display: inline;
}

.field-label-inline .field-item {
  margin-right: 1.5em;
}

.field-label-inline .field-label {
  margin-right: 0.25em;
}

/**
 * Departments
 */
/* Allow urgent alerts and slides to be flush at the top. */
.not-front.node-type-department .region-page-content .region-inner {
  padding-top: 0;
}

/* Add padding if breadcrumbs are in this region. */
.node-type-department .region-page-content #mini-panel-share_print_breadcrumbs {
  padding-top: 24px;
  padding-top: 1.5rem;
}

/* If the body is the first element, add padding. Otherwise, margin. */
.pane-node-content:first-child .node-department .field-name-field-description {
  padding-top: 24px;
  padding-top: 1.5rem;
  margin-top: 0;
}

.node-department .field-name-field-description {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.pane-node-field-dept-image {
  /* Hide on mobile and tablet */
  display: none;
}
@media (min-width: 960px) {
  .pane-node-field-dept-image {
    display: block;
  }
}
.pane-node-field-dept-image .flex-control-paging {
  display: none;
}
.pane-node-field-dept-image .flexslider {
  margin-bottom: 0;
}

.node-department section:first-of-type.inner-node-region {
  padding-top: 24px;
  padding-top: 1.5rem;
}

/* Group Bulletins */
.not-front .region-page-content .pane-group-slides-panel-pane-1 {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.pane-group-slides-panel-pane-1 .flex-caption {
  padding-top: 3px;
}
.pane-group-slides-panel-pane-1 .flex-control-nav {
  bottom: -36px;
}

/* Contact Info Button */
#view-contact-info-button {
  border-top: 1px solid white;
}
#view-contact-info-button h2 {
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-right: -24px;
  margin-right: -1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
#view-contact-info-button h2 a {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  background-color: #365680;
  color: white;
  display: block;
  cursor: n-resize;
}
#view-contact-info-button h2 a:after {
  font-size: 14px;
  content: ' \25B2';
  padding-left: 1em;
  position: absolute;
  top: 6px;
}
#view-contact-info-button h2 a:hover {
  text-decoration: none;
  color: white;
  background-color: #25456f;
}
#view-contact-info-button.collapsed h2 a {
  cursor: s-resize;
}
#view-contact-info-button.collapsed h2 a:after {
  content: ' \25BC';
}
#view-contact-info-button .field-group-format-wrapper {
  background-color: #e6edf8;
  color: inherit;
  border-bottom: 6px solid #cccccc;
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-right: -24px;
  margin-right: -1.5rem;
  padding: 24px;
  padding: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
#view-contact-info-button .field-group-format-wrapper div:first-child h3 {
  margin-top: 0;
}
#view-contact-info-button .field-group-format-wrapper .field-type-text {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

/* BAC import */
#bac-members {
  margin-top: 24px;
  margin-top: 1.5rem;
}

/* News, Blog, Event, FFD, Business, and People images */
.field-name-field-headshot,
.field-name-field-listing-image,
.field-name-field-node-image {
  background-color: #fff;
  border: 4px solid #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
}
.field-name-field-headshot img,
.field-name-field-listing-image img,
.field-name-field-node-image img {
  display: block;
  width: 100%;
}
.field-name-field-headshot figcaption,
.field-name-field-listing-image figcaption,
.field-name-field-node-image figcaption {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

/* Colors on Contact Info Headings */
.view-group-contact-info .field-label {
  color: #0d41b5;
}

/* Emergency Numbers */
.field-name-field-dept-emergency-phone .field-label {
  color: #cc0000 !important;
}

/**
 * Slides and Slideshows
 */
.hide-slide-controls .flex-control-paging,
.hide-slide-controls .flex-direction-nav {
  display: none !important;
}
.hide-slide-controls .panel-pane .flexslider {
  margin-bottom: 0;
}

/* Center captions on slides and slideshows */
.flex-caption {
  text-align: center;
}

article.node-slideshow .flexslider {
  margin-bottom: 30px;
}

.flex-direction-nav a {
  color: #fff;
  /* For small screens; % needs to be adjusted based on page image size. */
  top: 38%;
}
@media (min-width: 768px) {
  .flex-direction-nav a {
    top: 45%;
  }
}
.flex-direction-nav a:hover {
  text-decoration: none;
}

/* Comments */
.node-blog-entry ul.links {
  float: right;
}

.comment-add a, .comment-add a.active {
  display: block;
  padding: 3px 6px;
  margin-top: -24px;
  margin-top: -1.5rem;
}

.comment_forbidden {
  font-weight: bold;
}

.comment-form .filter-guidelines {
  display: none;
}

.comment {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding: 12px;
  padding: 0.75rem;
  background-color: white;
  color: #444444;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 6px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 6px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 6px 2px;
}
.comment.comment-new {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABBCAYAAABlwHJGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzU5NTY3NzUzNDIzMTFFNEE0N0FBNTYzNzUyOTMwRUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzU5NTY3NzQzNDIzMTFFNEE0N0FBNTYzNzUyOTMwRUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQjMxNzU3RDMyNzYxMUU0QTQ3QUE1NjM3NTI5MzBFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQjMxNzU3RTMyNzYxMUU0QTQ3QUE1NjM3NTI5MzBFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps1KNhQAAAWRSURBVHja7JprbBRVFMfPbtvUdtPasoVSoS1YSnExIDYIsVXxQzWaYKKJGmJiiSEx8S0CTQwhlRBN/aT4SCj4wNA00YiJAgKJ1mibGEi3EUmTUqA8SqCx62obWpuUjvO/7QwzuzOzd5Y7u7O7PckkO3Nnd+f87jn/e87d9UiSRNINL2W4zc14AoAgHx3eWQjUIR/LvbMQaDlOvLMQps07CyEzQRhCyDQQphAyCYQlhEwBERNCJoDggpDuILghpDOIeXYgpCsIQPjZDoR0BBEXhHQDETeEdAJxSxDSBcQtQ0gHEEIgpDoIYRBSGYRQCKkKQjgEWLZTT+vJmuK6r6Ghgfszjx/9yRyCdPPl5cFiunixiOrrB5IPQrTZgbCtaaU8E0S1tZcpL28yfVJjBgJX73DiRBmF/s6iUCiLjvy4NH00QgMhYHiDpD99/LEz5J9zg73e0ypDCflSH0RMCAaGVNi25ax63ro3MA1LioaWEiB4IYyPZ9N7Laup70ypem3VqkF6Yn2Yve74pVA3ZgbDm6oQAGB8LJt27lrNnH319bvp24MBdh224dk+NUW+3H9n6qUGL4S82yZpOFRAFy7kqtf37C2jzVvXsgjw+6/TxsYr7Hp3MJ86uxZbRoU35dJBdgIQYOULw6qzmP2H143QuXO5anQ8+MAA1d47xsY/+bRSjRZXRwTX6iBRlDOPPtLP9ABL5h1lE/TWm5cYFCU61j00zM4x/utvi80LQKf+H2GnsuRdIgEBmgDb2HieapYOqddf2FTPnG15t48qKsLUui/AtEOJFozB2g/8ztIGBZerQMjfbQsC8l2x5zb8Rc883cuWzJ6ehdT0dg1z+vN9nezasePVslAuUCHAED2vvBx0V2pYQtCs+3CoO1hOWzafYjqgWFv7XBYJEEIsmQADpz/7YoWaNh/vPql7zz0rw+5KjZgQZgxO7tw1vfwh/+EcVoWD31WooQ+Ds089eYk+2F3NBBMpAjiKAabPN2naiCUFhPx9pTMNFDcEhPz7LX+wlUI73ta+gDmuDf3vfyjWpcjNhyL3iKUoCFoz0gJVD14KxoSQcI0QAQFtNkpq7TKKdMHsI3W0hshg5bWHY+ISFRGWEDQgDCGUh9m4steAmYcwNj5/Kupj0G0eOlzFhHTH9vPcmzMJAREPBNhHH56mmpohtZBCgQQ9QLW4Y/tJy00XAPGXXHfPfgQvBFhl5T9qo6Q0S2islBrCDALKaUSL1uxAcDwi7ECI3GpThE/pFVBIGUHY/9UKlgZRguqx97xeN0SCdr8AjsAhJTIAAAfOUVAZQYAtWjRBJf7RuCA4CYIbAnQB3SKcMoOhOJqfP2EIQRcpnvge2JtMCLDDR+ar5bIVDEQFdAJ6IRqCExphWxPg2NffBFTHUCq/8VqPmgKRmqHtJEVBEA3CGgJZb56azrIBDNEQRKZGqd3d5khDcYQiKTINjNJEhZAvBgIsq7m5WZ6pd0RAuCvWjRDGTS/W0uCVEhob81FurkS3F/6naZGHaGqqgP487aOrV3Oov38e1d1/jXJypth9a9b8S6OjPmra2h1dTCU5NfghdOqrRrXwkWe5rm6EqpeMUiAwzGbfKk3MPUkeCD4IEpmKXlHxpK6FhlVVTdDa+0bo6LE5xqLoMhCxIXBUjWiKUFb39pZQ/9kC6uoqjGqltdtyRk2WKI2IB4StSOCBUV83oBsHmGBPkboDZRoRgiDEA4JbE6yWylgwtIZN2WXLrjkKwS4IfghxaIYVDCcB2K0jxEDQWGRtgBVF97NcAiHwghAOIW4YUvJAiEsHk/8nRMJAE2b1G6VTZqUR4iKBYyahGQfalugarkSmhxmI+TMNlJh0EBHSHmcjwigGxUJwOQAzEM5A8JDrzevaSEgSiIyGAPtfgAEA+59RoCNR0bYAAAAASUVORK5CYII=);
}
.comment.comment-unpublished {
  background-position: 6px bottom;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIkAAAASCAYAAABvhf1JAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTE5NjEzQjFBRjQ0MTFFNDkxMTBCOUEwNUIwQjZFRkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTE5NjEzQjJBRjQ0MTFFNDkxMTBCOUEwNUIwQjZFRkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMTk2MTNBRkFGNDQxMUU0OTExMEI5QTA1QjBCNkVGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMTk2MTNCMEFGNDQxMUU0OTExMEI5QTA1QjBCNkVGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plc3IQcAAAjbSURBVHja7FrLbhNLEHVMeEnxB8QfMPkArxG+YkkSJCTgxkgoC2LvQ/bBeyfrG0eIVRIJBBJxWIGURGwZ9vEHjD9ggnjDPWdunaHcHidXwDItNT3uR3V11anqqg4TP378KJ2Vs3JSKZ+J4KycVib5T7fbraJZnZiYyDqtPbp///46PzY3N+toFrQI4zHGuuifw89ZtyYmOXon81DZOtFFaaMmqE3UmltXcnO49hBND21qdLL5nOPmrWGsb98d1Iqj08ZYUtAf7sM5h2gP7Pe4vUSvFHje0+ZWTG51jEduHuUUY7zLMbQLAW874gllw8mdTYq6YnyceD7j4QjNOtpch2NkQZ72oNckBMmEDk0glMvlzrlz57g4RZ2/d+9eqomPHj1aRl8Dc5LFxcV59T9+/LiD/rrbdJ5C+v79e4kVZRlruI4A6UnQqLvoq2burFxex1oe5ir6CbyKAeSuaKFsY14maLQEYgZGjpky9tFPHvw+pL8r5aC22KJ/Bv1/o2b7gwaV1RXPmJPxZmvaBtjSt2/ftN9PV1wu70JmI3Mxr4K6YeDoY96a8Uej4hljjLeM1qr1cbxnQJOcaEwbtpb1LxkP1mfnc2M6X8WMt25gHNkHa3qYu4fPGYxlsrD9tqHf9RFPYotSAuTChQsltP07d+6kfiL6jsnM5OTkYIjA5GSfIOFaVjICYba+fv2aCRXlHcGFsYTrHXgGVATXgMaRs65jVFoohbyE2jY6KdfbPrGUxn0wJzVeOJZbPMYT4z2rWB/LaszCZKULBIrjeQBaVVuXaK/Pnz9nk21OphiMZ3O1t+OLNCOb85AyNWXGqDUHcLYDARlzBgbckvHD+dnZWGnAHOMe/nwcc+fj+ljeWqD2+5Bv8nLr1q34yZMnBDZlEWFOY3t7+7jRaHSLQFI6f/586eLFi1kduZf+E0IGIl/429amqBUKAMzXPn78GFOoRL07hA6X0+R6O7yElgHAflelOPZpf9JhIf1Pnz5lwhT/rFwrAHEd+wz8uZJNiKJVYd+XL1+yNZ43reE+sm4pV6DlvEuXLuVzja+azoHxis5vZcV7JlYzwJwGeeGe7GflHjo753OMc1ikN38+VHqblvPcI/uIn9u3b6cvXrxYoVcyMDWfPn26BwAlQyAxFOfMjES4RpwMBR5G6zYvX77Mq4WCZnwzL4adBxhZy8NJsVSQlGTXXq5sVs1nK+ugoCRIKZbrJECBhOs4zt9UIuhWHfgP2E/BCwyixbUCBWmGd76s3M+1fTOLt7EHaAmMxADfF8icR8oNRn0yDu2hs8vQtFfB+SJeqag98WnXaL4P1zjQlm7cuJG8fPmyj/HI5Fez+HE4u/GoHQlefrqpkX5T0DY2TsgswFKFZTUEAAHJ3Z05LVbNMQXMiCb6D0lDh5LLlccIaQooshTfrzXmtXj/duzMffS3/bin472QF2oos3Au6o7AgzNEqFv43cTeFXddFHol7121h+QkHsPzaX/jn9f1rPbxcZSnJUD6IFeygg6nR64br/DQWkKgjCsYWwcDHbP4JTDYk0WEdD1QMDZjh6B1L5n1ENUKAnNXKWCRZpFVF/Goc2HdWwnK5jE7almgPsSjW1O4VxFQNNd+8zprQxGrZgQMJpsYn4VXXMF5+vIUnC+PQQWjbeqKDs8tb+HP6QzurZNBHF6PFtTmZwsL+Br4K68QJAUp3lC/S22HirOMAwZa2KSGzSoQDlOumG7arxcNfYPpZZcdMRDeYRpo6d7IfM+DhCABFJ1BvxX905qpCMs8eA8z+u+7oHqEVrhnKJcxc3qWDjehlJopsopvBol3sVciBQowXMOsQ6AwI9qQJwvS1tAYWgaYpsDivYnANE6P1JNA6L3M5J94bPGZBq0H4Ni1+57MthVvSAEFhYeLJRQdQi5ZwWuI8F94LY5lleCNWcO+WXgHvM37QPJ3XqK992MmBv5baOdQlxnEWopKj9mWATlFM+uLdYXI8sddd0Xnw7o11BnPh0Bygg4o50iyxvrjPw4SpWy0HOba2KRhbndJFsDxk64IuW0fKCrjCC38V4r2psAtbU7srYYxSqSA8pQyZ16rN+769fJwZ+wBIMz0OoyzGBf5+f7q8PGaj1f+x3UvOfKq7vtrUtfWKXqMJHv3mDcUuHoBRQU0pqxNijaQUJg5oG5CuamlrVUFdEEaODaWIC3SQRqdV9A+cm5yJiBRcd+D8BoIPY+zsKrAx/eJMLAeowiCflaAHhfD8d0BSprTOT58+MDM6UAZj54alLGIThhHhJnMSSAOPQfqtr1/nAqwra2tmh4X6ZGuXLmSjIBkcXExtQetTOhv3rypBXTq1r47iUHL71MCRUj2kbfLYgoPx/US6vv377OWggZIDt29fTUAV91oJuNA7MFsHmrOvYvQTafuwWocQGr2AHjk3xrGAIXvJAzeKw4oNabYdnXuKZNRpiYaXpZK/0+5rkeMlSksasT3kpOCepZnz57xxXjVPFhqL8fFMQlfN1H/sefszv7+fu8YhYejcPiUe/369Tz3fv78Od20/nbT5FO5kM8rh2kYhBBJoM5lUoCREwppDHC4xHmjoYCLMQtfRfnQ456qqdwpu+/5IrsSeI1GII8Ns9SKXkPpQfm45bKZmsasPmD2Y/xHlqkc23wG6JHzQDwHX1ZTAw/ls8W/ieAsUwSmxUM9exYvmVzrjm/+LYfzE4vHmv6lmq/X/BOFTS88n8ktMhnopTfbx+mAvNZevXpVskQje6rH9/q1a9fSsSBZWFigFc6/fv2a9y7zZEbktDCmU2s3b97sBx5gmgfyCPVeAX0PIZi6MTlwcUHVshefIUwz2lccwupTRHutJQj3MG+W/BFsUFr2Byx8H1A57sWRPEyhv1uUiVBx+H6rPxK6zGmIN2+F2Ct/1rc+Cn5HV6jRZuZEkLQwX6+uBDWv3x1mgDhb310tlOEB+XdJwDRB4h4RuzIYGoXji9/jzhebZ4htL+qTMjoI03zod4cv0NBvWuhBz/4/yVk5+/8kZ+W3y78CDAAbYnX349g68QAAAABJRU5ErkJggg==");
}
.comment a {
  color: #0d41b5;
}
.comment a.permalink {
  color: #444444;
  float: right;
}
.comment .submitted {
  clear: both;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

/* Individual Node Fields */
.node-meeting-agenda-item .content:first-child h3.field-label {
  margin-top: 0;
}

.node-event .field-name-body,
.node-slide .field-name-body,
.node-file .field-name-body,
.node-private-file .field-name-body,
.field-name-field-listing-description {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.node-bulletin--with-background .field-name-body {
  margin-top: 0;
}

.field-name-person-email-link,
.field-name-field-staff-phone,
.field-name-field-staff-cv,
.field-name-field-agenda-file,
.field-name-field-minutes-file {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.field-name-field-meeting-date,
.field-name-field-agenda-date,
.field-name-field-related-event,
.field-name-field-listing-address {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.field-name-field-meeting-date .date-repeat-instance,
.field-name-field-agenda-date .date-repeat-instance {
  /* Fix broken inline field */
  display: inline;
}

.field-name-field-event-address,
.field-name-og-user-node {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* Clear floated images for video field */
.field-name-field-video-embed {
  clear: both;
}

/* Related Agenda on Events */
article.node-event .group-related-agenda:last-child {
  margin-bottom: -24px;
  margin-bottom: -1.5rem;
}

.field-name-field-date-and-time.field-label-inline .field-item {
  margin-right: 0;
}

.group-related-agenda {
  clear: both;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.group-related-agenda > h2,
.group-related-agenda .ctools-collapsible-handle > h2 {
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-right: -24px;
  margin-right: -1.5rem;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.group-related-agenda > h2 a,
.group-related-agenda .ctools-collapsible-handle > h2 a {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  background-color: #365680;
  color: white;
  display: block;
  cursor: n-resize;
}
.group-related-agenda > h2 a:after,
.group-related-agenda .ctools-collapsible-handle > h2 a:after {
  font-size: 14px;
  content: ' \25B2';
  padding-left: 1em;
  position: absolute;
  top: 6px;
}
.group-related-agenda > h2 a:hover,
.group-related-agenda .ctools-collapsible-handle > h2 a:hover {
  text-decoration: none;
  color: white;
  background-color: #25456f;
}
.group-related-agenda.collapsed > h2 a,
.group-related-agenda.collapsed .ctools-collapsible-handle > h2 a, .group-related-agenda.ctools-collapsed > h2 a,
.group-related-agenda.ctools-collapsed .ctools-collapsible-handle > h2 a {
  cursor: s-resize;
}
.group-related-agenda.collapsed > h2 a:after,
.group-related-agenda.collapsed .ctools-collapsible-handle > h2 a:after, .group-related-agenda.ctools-collapsed > h2 a:after,
.group-related-agenda.ctools-collapsed .ctools-collapsible-handle > h2 a:after {
  content: ' \25BC';
}
.group-related-agenda article h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.group-related-agenda .field-group-format-wrapper {
  background-color: #e6edf8;
  color: inherit;
  border-bottom: 6px solid #cccccc;
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-right: -24px;
  margin-right: -1.5rem;
  padding: 24px;
  padding: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.group-related-agenda .field-name-field-related-event {
  /* Do not repeat event */
  display: none;
}

/* Carousel-style Slideshow */
.slideshow-carousel .flex-viewport {
  margin-right: 49px;
  margin-left: 49px;
}
@media (min-width: 768px) {
  .slideshow-carousel .flex-viewport {
    margin-right: 54px;
    margin-left: 54px;
  }
}
.slideshow-carousel .slides > li {
  margin-left: 9px;
  margin-right: 9px;
}
.slideshow-carousel .flexslider {
  background: transparent;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slideshow-carousel .flex-direction-nav a {
  top: 55%;
  display: block;
  opacity: 1;
}
.slideshow-carousel .flex-direction-nav .flex-prev {
  left: 12px;
}
.slideshow-carousel .flex-direction-nav .flex-next {
  right: 12px;
}

.webform-confirmation .field-name-field-bid-file {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* Property Styles */
.node-property .field, .node-unit .field {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.node-property .field:last-child, .node-unit .field:last-child {
  margin-bottom: 0;
}
.node-property h3.field-label, .node-unit h3.field-label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #444444;
  margin-top: 0;
}
.node-property .horizontal-tabs fieldset.horizontal-tabs-pane, .node-unit .horizontal-tabs fieldset.horizontal-tabs-pane {
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .node-property .field-group-htabs-wrapper, .node-unit .field-group-htabs-wrapper {
    margin-left: -24px;
    margin-left: -1.5rem;
    margin-right: -24px;
    margin-right: -1.5rem;
  }
  .node-property .horizontal-tabs ul.horizontal-tabs-list li, .node-unit .horizontal-tabs ul.horizontal-tabs-list li {
    min-width: 3em;
  }
  .node-property .horizontal-tabs ul.horizontal-tabs-list li a,
  .node-property .horizontal-tabs ul.horizontal-tabs-list li.selected a, .node-unit .horizontal-tabs ul.horizontal-tabs-list li a,
  .node-unit .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

.field-name-field-property-image img {
  display: block;
  width: 100%;
}

.field-name-field-unit-related-property .field-item {
  margin-right: 0;
}
.field-name-field-unit-related-property .unit-subsidy {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.field-name-field-property-dhcd .field-item {
  margin-right: 0;
}
.field-name-field-property-dhcd .field-item:after {
  content: ', ';
}
.field-name-field-property-dhcd .field-item:last-child:after {
  content: '';
}

/**
 * General
 */
.more-link {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.view-title-only .views-row {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.view-title-only .views-row.views-row-last {
  margin-bottom: 0;
}

/* Make all form submit button top margins consistent with line height */
form .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 24px;
  margin-top: 1.5rem;
}

/* Styles for edit links in views */
.edit-link {
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.flexslider .edit-link {
  margin-right: 24px;
}

/* News */
.view-group-news .views-row,
.view-town-news .views-row {
  clear: both;
}
@media (min-width: 768px) {
  .view-group-news .field-name-field-node-image,
  .view-town-news .field-name-field-node-image {
    max-width: 140px;
  }
}

/* Contact Info */
.view-group-contact-info .field {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

/**
 * Calendars
 */
/* Undo default bold styling. */
.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  font-weight: normal;
}

/* thicker stripes for department colors */
.calendar-calendar .day-view td .stripe,
.calendar-calendar .month-view .full td .stripe,
.calendar-calendar .week-view .full td .stripe {
  height: 6px;
  /*
    @include border-radius(5px 5px 0px 0px);
    left: 0px;
    top: 0px;
    width: auto;
    height: 10px;
    z-index: 2;
    margin: 0 -3px !important;*/
}

.calendar-calendar .month-view .full td.multi-day div.monthview a,
.calendar-calendar .week-view .full td.multi-day div.weekview a,
.calendar-calendar .day-view .full td.multi-day div.dayview a {
  /* Defaults to blue background */
  color: #fff;
}

.day-view .date-repeat-instance,
.week-view .date-repeat-instance {
  display: none;
}

/* prevent day from wrapping */
.calendar-calendar div.day {
  padding: 0;
}

/* match heading to h3 margin in right sidebar */
.views-page .date-heading {
  margin-top: 24px;
  margin-top: 1.5rem;
}

/* Mini Calendars */
.mini-calendar table {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mini-calendar table tbody {
  border: 0;
}
.mini-calendar table td.mini,
.mini-calendar table.mini th,
.mini-calendar table.mini td.week {
  padding: 3px 5px 3px 0;
}
.mini-calendar table td.mini {
  text-align: center;
}
@media (min-width: 768px) {
  .mini-calendar table td.mini {
    text-align: right;
  }
}
.mini-calendar .view-header .date-nav-wrapper .date-prev {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  line-height: 30px;
  left: 0;
  right: auto;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  /* Make pagers more clickable */
}
.mini-calendar .view-header .date-nav-wrapper .date-prev a {
  margin-left: 0;
  padding-left: 0.5em;
  display: block;
  color: #0d204a;
}
.mini-calendar .view-header .date-nav-wrapper .date-next {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.mini-calendar .view-header .date-nav-wrapper .date-next a {
  margin-right: 0;
  padding-right: 0.5em;
  display: block;
  color: #0d204a;
}
.mini-calendar .view-header .date-nav-wrapper .date-heading h3 {
  background-color: white;
  color: #0d204a;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  line-height: 30px;
}
.mini-calendar .view-header .date-nav-wrapper .date-heading h3 a {
  color: #0d204a;
}
.mini-calendar .view-header .date-nav-wrapper .date-nav {
  margin-bottom: 0;
  min-height: 30px;
}
.mini-calendar .view-header .date-nav-wrapper .date-nav.item-list ul li {
  margin: 0;
}
.mini-calendar .date-nav ul.pager {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}
.mini-calendar .calendar-calendar th.days {
  background-color: #787679;
  color: white;
  border-color: #cccccc;
}

.date-nav-wrapper {
  clear: both;
}
.date-nav-wrapper .date-nav {
  padding-bottom: 0;
}

.date-nav ul.pager {
  position: relative;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
@media (min-width: 768px) {
  .date-nav ul.pager {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }
}

/* Calendar Legend */
/* unset all the nastiness from calendar module */
.calendar.legend {
  width: 100%;
}
.calendar .calendar-legend {
  background-color: white;
}
.calendar .calendar-legend td {
  padding: 5px 10px;
}
.calendar .calendar-legend th {
  background-color: #617a9b;
  color: white;
}

/* Calendar Today */
.mini-calendar tr td.today,
.mini-calendar tr.odd td.today,
.mini-calendar tr.even td.today {
  background-color: #a7d8e6;
  color: #15171a;
}
.mini-calendar tr td.today a,
.mini-calendar tr.odd td.today a,
.mini-calendar tr.even td.today a {
  color: #15171a;
}

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today,
.calendar-calendar .month-view .full td.date-box.today,
.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full tr td.multi-day.ends-today,
.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-color: #1666a5;
}

/* Exposed filter on town calendars */
.views-page .views-exposed-form .views-widget-filter-field_event_type_tid {
  padding-right: 0.5em;
}

/* Exposed date fields in views */
select.date-month,
select.date-day,
select.date-year {
  padding-right: 1.5em;
}

/* Don't let title headings add more top margin in responsive tabs */
@media (min-width: 768px) {
  .resp-tabs-container .views-row-first h3 {
    margin-top: 0;
  }

  .views-page .views-row-first h2,
  .views-page .views-row-first h3 {
    margin-top: 0;
  }
}
/* Client would probably object to default text size */
.resp-tabs-container h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/* Month pager doesn't work in responsive tabs */
.resp-tabs-container .date-nav ul.pager {
  display: none;
}

/* Upcoming and Past Event Lists */
.unformatted-list-view-page .views-row {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.town-calendar-link, .business-listing-add-link {
  border-color: #0d204a;
  padding: 3px 9px;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .town-calendar-link, .business-listing-add-link {
    float: right;
    margin-left: 24px;
  }
}

.view-header {
  clear: both;
}
.view-header .tabs {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .view-header .tabs {
    float: left;
  }
}

/* Calendar Week View */
.calendar-week-grouped .view-content h3 {
  border-bottom: 1px solid #ccc;
  padding: 6px 12px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#eeeeee, #dddddd);
  background-image: -webkit-linear-gradient(#eeeeee, #dddddd);
  background-image: linear-gradient(#eeeeee, #dddddd);
  margin-top: 0;
  margin-bottom: 0;
}
.calendar-week-grouped .view-content h3:first-child {
  border-top: 1px solid #ccc;
}
.calendar-week-grouped .views-row-odd, .calendar-week-grouped .views-row-even {
  padding: 6px 12px;
  border-bottom: 1px solid #ccc;
}

.calendar-day-list .views-row-first {
  border-top: 1px solid #ccc;
}
.calendar-day-list .views-row-odd, .calendar-day-list .views-row-even {
  padding: 6px 12px;
  border-bottom: 1px solid #ccc;
}

/* Search Page */
.page-advanced-search .views-row {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.page-advanced-search .form-type-date-popup label {
  /* Hide extra label from date popup */
  display: none;
}
.page-advanced-search .pane-search-advanced-search-api-results .pane-title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* Accordion Views */
.view-content.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

h3.ui-accordion-header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-accordion .ui-accordion-content {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
.ui-accordion .ui-accordion-content h3 {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.ui-accordion .ui-accordion-content .views-row-first h3 {
  margin-top: 0;
}
.ui-accordion .ui-accordion-content a {
  color: #0d41b5;
}

/* Where do I? */
.view-quickview-where .attachment-before {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* Meeting Agenda Items */
.view-meeting-agenda-items table th:first-child {
  width: 20%;
}

/* Fix for inline style applied if accordion view is loaded first */
.view-group-slides.resp-tab-content-active {
  overflow: visible !important;
}

/* Slideshow Views */
.view-town-slideshow .views-row, .view-group-slideshow .views-row {
  clear: both;
}
.view-town-slideshow .float-left, .view-group-slideshow .float-left {
  background-color: #fff;
  border: 4px solid #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
}
.view-town-slideshow .float-left img, .view-group-slideshow .float-left img {
  display: block;
  width: 100%;
}

/* Business Directory */
.view-business-directory .views-summary-unformatted {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.view-business-directory .attachment {
  clear: both;
}
.view-business-directory .views-row {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}
.view-business-directory .views-row h4 {
  margin-top: 0;
}
.view-business-directory .views-row-even {
  background-color: #d3ddeb;
}
.view-business-directory .views-row-odd {
  background-color: white;
}
.view-business-directory .views-row-first {
  border-top: 6px solid #d3ddeb;
}
.view-business-directory .views-row-last {
  border-bottom: 6px solid #d3ddeb;
}
.view-business-directory .field-name-field-listing-address {
  margin-bottom: 0;
}
.view-business-directory .view-content {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.view-business-directory .field-directory-image {
  float: left;
  margin-right: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) and (max-width: 959px) {
  .view-business-directory.view--has-results > .business-directory-listing-content, .view-display-id-by_alpha > .business-directory-listing-content {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
}
@media (min-width: 960px) {
  .view-business-directory.view--has-results > .business-directory-listing-content, .view-display-id-by_alpha > .business-directory-listing-content {
    width: 75%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
}
.view-business-directory.view--has-results .attachment-after, .view-display-id-by_alpha .attachment-after {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) and (max-width: 959px) {
  .view-business-directory.view--has-results .attachment-after, .view-display-id-by_alpha .attachment-after {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .view-business-directory.view--has-results .attachment-after, .view-display-id-by_alpha .attachment-after {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
.view-business-directory.view--has-results .attachment-after .views-summary-unformatted, .view-display-id-by_alpha .attachment-after .views-summary-unformatted {
  display: inline-block;
}
.view-business-directory.view--has-results .attachment-after .views-summary-unformatted:after, .view-display-id-by_alpha .attachment-after .views-summary-unformatted:after {
  content: ' - ';
}
.view-business-directory.view--has-results .attachment-after .views-summary-unformatted:last-child:after, .view-display-id-by_alpha .attachment-after .views-summary-unformatted:last-child:after {
  content: '';
}
@media (min-width: 768px) {
  .view-business-directory.view--has-results .attachment-after .views-summary-unformatted, .view-display-id-by_alpha .attachment-after .views-summary-unformatted {
    display: block;
  }
  .view-business-directory.view--has-results .attachment-after .views-summary-unformatted:after, .view-display-id-by_alpha .attachment-after .views-summary-unformatted:after {
    content: '';
  }
}

@media (min-width: 768px) {
  .view-business-directory.view--no-results .views-summary-unformatted {
    float: left;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .view-business-directory.view--no-results .views-summary-unformatted:last-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .view-business-directory.view--no-results .views-summary-unformatted {
    width: 33.33333%;
  }
}
@media (min-width: 960px) {
  .view-business-directory.view--no-results .views-summary-unformatted {
    width: 25%;
  }
}

.view-display-id-alpha_attachment {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.view-display-id-alpha_attachment .view-header {
  float: left;
  margin-right: 0.4em;
}

/* Group Tweets */
.view-group-tweets table {
  margin-top: 0;
  margin-bottom: 0;
}
.view-group-tweets td {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
.view-group-tweets .views-field-text {
  padding-left: 24px;
  padding-left: 1.5rem;
  /* Break long urls */
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.view-group-tweets .views-field-created-time {
  padding-right: 24px;
  padding-right: 1.5rem;
}
.view-group-tweets .pager {
  margin-top: 0;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

/* Bulletin Overlay View */
.slide-caption-overlay {
  background-color: rgba(21, 23, 56, 0.5);
  color: #fff;
  padding: 24px;
  padding: 1.5rem;
}
.slide-caption-overlay a, .slide-caption-overlay h2, .slide-caption-overlay h3, .slide-caption-overlay h4 {
  color: #fff;
}
.slide-caption-overlay a.bulletin-view-more-link {
  display: inline-block;
  border-bottom: 1px dotted #fff;
}
.slide-caption-overlay a.bulletin-view-more-link:hover {
  text-decoration: none;
  border-bottom-style: solid;
}
.slide-caption-overlay p {
  margin-bottom: 0;
}
.slide-caption-overlay > h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .slide-caption-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
    padding: 18px;
    padding: 1.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .slide-caption-overlay h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .slide-caption-overlay {
    width: 30%;
    padding: 24px;
    padding: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .slide-caption-overlay h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

.view-display-id-group_slides_with_overlay .flexslider {
  margin-bottom: 0;
}

/* Bulletins - slider with thumbnail pager */
#group-slides-with-thumbnails .flex-direction-nav a {
  top: 50%;
}

#group-slides-thumbnail-pager li {
  background-color: #fff;
  margin-right: 5px;
  -webkit-backface-visibility: hidden;
}
#group-slides-thumbnail-pager img {
  cursor: pointer;
  opacity: 0.5;
  /* TBD issue with Chrome */
}
#group-slides-thumbnail-pager img:hover, #group-slides-thumbnail-pager img.flex-active {
  opacity: 1;
}
#group-slides-thumbnail-pager img.flex-active {
  cursor: default;
}
#group-slides-thumbnail-pager .flex-direction-nav a {
  top: 50%;
}

/* Advertisements and masthead slideshow */
#header .flexslider, .view-sponsors .flexslider {
  margin-bottom: 0;
}

.view-group-slideshow {
  clear: both;
}

/* Minutes and Agendas */
@media (min-width: 768px) {
  .page-minutes-and-agendas .minutes-agendas-first-column {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 18px;
  }
  .page-minutes-and-agendas .minutes-agendas-second-column {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

.view-group-minutes .views-summary li,
.view-group-agenda .views-summary li,
.view-group-minutes-agendas .views-summary li {
  list-style: none;
  margin: 0 0 1px;
  padding: 0;
}
.view-group-minutes .views-summary li a,
.view-group-agenda .views-summary li a,
.view-group-minutes-agendas .views-summary li a {
  display: block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#fefefe, #dddddd);
  background-image: -webkit-linear-gradient(#fefefe, #dddddd);
  background-image: linear-gradient(#fefefe, #dddddd);
}
.view-group-minutes .views-summary li a:hover,
.view-group-agenda .views-summary li a:hover,
.view-group-minutes-agendas .views-summary li a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #fefefe));
  background-image: -moz-linear-gradient(#cccccc, #fefefe);
  background-image: -webkit-linear-gradient(#cccccc, #fefefe);
  background-image: linear-gradient(#cccccc, #fefefe);
  text-decoration: none;
}

.three-column-no-wrap .panel-row {
  clear: both;
}

.view-group-bulletins-responsive .flexslider {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.view-group-bulletins-responsive .responsive-bulletin-caption-overlay {
  padding: 12px;
  padding: 0.75rem;
}
.view-group-bulletins-responsive .responsive-bulletin-caption-overlay p {
  margin-bottom: 0;
}
.view-group-bulletins-responsive .responsive-bulletin-caption-overlay h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .view-group-bulletins-responsive .responsive-bulletin-caption-overlay {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 24px;
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .view-group-bulletins-responsive .responsive-bulletin-caption-overlay {
    max-width: 80%;
    left: 10%;
  }
}
@media (min-width: 1235px) {
  .view-group-bulletins-responsive .responsive-bulletin-caption-overlay {
    max-width: 70%;
    left: 15%;
  }
}

/* Events by Day View */
.events-by-day__image {
  border: 3px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  float: left;
  margin-right: 12px;
  overflow: hidden;
}
.events-by-day__image img {
  display: block;
  height: 90px;
  width: 144px;
  max-width: none;
}
@media (min-width: 0) and (max-width: 959px) {
  .events-by-day__image {
    max-width: 92px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .events-by-day__image {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
  }
}

.events-by-day-row {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.events-by-day .form-type-textfield {
  max-width: 150px;
}

.menu-block-vts-accordion .is-open,
.menu-block-vts-accordion .is-active-parent {
  position: relative;
  cursor: n-resize;
}
.menu-block-vts-accordion .is-open:before,
.menu-block-vts-accordion .is-active-parent:before {
  color: white;
  position: absolute;
  right: 24px;
}
.menu-block-vts-accordion .is-closed {
  position: relative;
  cursor: s-resize;
}
.menu-block-vts-accordion .is-closed:before {
  color: white;
  position: absolute;
  right: 24px;
}
.menu-block-vts-accordion a {
  padding: 6px 24px;
  text-decoration: none;
  display: block;
}
.menu-block-vts-accordion ul.menu li {
  list-style: none;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-block-vts-accordion .expanded > a {
  /* Give room to touch the expand/contract icon */
  margin-right: 44px;
  padding-right: 6px;
}
.menu-block-vts-accordion .menu > li {
  /* Level 1 */
  background-color: #394f7e;
  border-bottom: 1px solid #c1d2e3;
}
.menu-block-vts-accordion .menu > li:hover {
  background-color: #0d204a;
}
.menu-block-vts-accordion .menu > li > a {
  color: white;
}
.menu-block-vts-accordion .menu > li.is-closed:last-child > a, .menu-block-vts-accordion .menu > li.leaf:last-child > a {
  border-bottom: none;
}
.menu-block-vts-accordion .menu > li > ul > li {
  /* Level 2 */
  background-color: rgba(43, 66, 117, 0.9);
}
.menu-block-vts-accordion .menu > li > ul > li:hover {
  background-color: 1c 2d 53;
}
.menu-block-vts-accordion .menu > li > ul > li > a {
  color: white;
}
.menu-block-vts-accordion .menu > li > ul > li > ul > li {
  /* Level 3 */
  background-color: rgba(66, 90, 143, 0.9);
}
.menu-block-vts-accordion .menu > li > ul > li > ul > li:hover {
  background-color: #253863;
}
.menu-block-vts-accordion .menu > li > ul > li > ul > li > a {
  color: white;
}

/**
 * Responsive tabs to accordion
 */
.resp-tabs-list {
  /* This list ONLY displays on desktop. */
  display: none;
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none;
}
@media (min-width: 960px) {
  .resp-tabs-list {
    display: block;
  }
  .resp-tabs-list li {
    display: inline-block;
    margin: 0 1em 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border: 0;
  }
  .resp-tabs-list li.first {
    margin-left: 1.5em;
  }
  .resp-tabs-list li.resp-tab-active {
    background-color: transparent;
    z-index: 2;
    margin-bottom: -3px;
  }
  .resp-tabs-list li.resp-tab-active a {
    background-color: #0d204a;
    color: white;
    padding-bottom: 6px;
  }
  .resp-tabs-list li.resp-tab-active a:hover {
    background-color: #0d204a;
    color: white;
  }
  .resp-tabs-list li a {
    display: block;
    padding: 3px 1em;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 0 0;
    background-color: #57678b;
    color: white;
  }
  .resp-tabs-list li a:hover {
    text-decoration: none;
    background-color: #304168;
    color: white;
  }
}

h2.resp-accordion {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #57678b;
  color: white;
  border-bottom: 1px solid white;
  cursor: s-resize;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}
@media (min-width: 960px) {
  h2.resp-accordion {
    display: none;
  }
}
h2.resp-accordion:hover {
  background-color: #304168;
  color: white;
}
h2.resp-accordion:hover a {
  color: white;
}
h2.resp-accordion a {
  color: white;
}
h2.resp-accordion a:hover {
  text-decoration: none;
}
h2.resp-accordion .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  padding-right: 18px;
  margin-top: -2px;
}
h2.resp-accordion .resp-arrow:after {
  font-size: 14px;
  content: ' \25BC';
}
h2.resp-accordion.resp-tab-active {
  cursor: n-resize;
  background-color: #304168;
  color: white;
}
h2.resp-accordion.resp-tab-active a {
  color: white;
}
h2.resp-accordion.resp-tab-active .resp-arrow:after {
  content: ' \25B2';
}

.resp-tabs-container {
  clear: left;
}
.resp-tabs-container:last-child h2.resp-accordion {
  border-bottom: 0;
}
.resp-tabs-container .resp-tab-content {
  display: none;
}
.resp-tabs-container .resp-tab-content.resp-tab-content-active {
  display: block;
  border: 3px solid #0d204a;
  background: white;
  color: #444444;
}
@media (min-width: 960px) {
  .resp-tabs-container .resp-tab-content.resp-tab-content-active {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
}
.resp-tabs-container .resp-tab-content.resp-accordion-closed {
  display: none;
}
@media (min-width: 960px) {
  .resp-tabs-container .resp-tab-content.resp-accordion-closed {
    display: block;
  }
}
.resp-tabs-container .resp-tab-content > .pane-inner {
  padding: 24px;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .resp-tabs-container .resp-tab-content .region-six-col-left .region-inner {
    padding-right: 12px;
    padding-right: 0.75rem;
  }
  .resp-tabs-container .resp-tab-content .region-six-col-right .region-inner {
    padding-left: 12px;
    padding-left: 0.75rem;
  }
}

/* Primary/secondary tabs (Mostly Admin) */
/**
 * Tabs stolen from Seven.
 */
div.tabs {
  margin-top: 18px;
  margin-top: 1.125rem;
  border-bottom: 6px solid white;
}

#messages-help-wrapper ul.primary {
  float: right;
  /* LTR */
  text-transform: uppercase;
  height: 28px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  #messages-help-wrapper ul.primary {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
#messages-help-wrapper ul.primary li a:link,
#messages-help-wrapper ul.primary li a.active,
#messages-help-wrapper ul.primary li a:active,
#messages-help-wrapper ul.primary li a:visited,
#messages-help-wrapper ul.primary li a:hover, #messages-help-wrapper ul.primary li.active a {
  border-width: 1px 1px 0 1px;
  height: 28px;
  line-height: 28px;
  padding: 0 9px 6px;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-radius: 6px 6px 0 0;
}

ul.primary {
  border-bottom: none;
  margin: 0;
  padding-top: 0;
  padding-left: 2px;
}
ul.primary li {
  float: left;
  /* LTR */
  list-style: none;
  margin: 0 2px;
}
ul.primary li a:link,
ul.primary li a.active,
ul.primary li a:active,
ul.primary li a:visited,
ul.primary li a:hover, ul.primary li.active a {
  line-height: 1.5em;
  display: block;
  font-weight: bold;
  float: left;
  /* LTR */
  padding: 3px 9px;
  background-color: #bbbbbb;
  color: black;
  border-width: 1px;
  border-style: solid;
  border-color: #bbbbbb;
  margin-right: 2px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
ul.primary li.active a,
ul.primary li.active a.active,
ul.primary li.active a:active,
ul.primary li.active a:visited {
  background-color: white;
  border-color: #c9cac4;
}
ul.primary li.active a:hover {
  color: black;
}
ul.primary li a:hover {
  color: white;
}

.tabs-secondary {
  clear: both;
}

ul.secondary {
  width: 100%;
  float: right;
  /* LTR */
  font-size: 0.923em;
  padding: 3px 3px 3px;
  line-height: 1.385em;
  overflow: hidden;
  background-color: white;
  border-bottom: 0;
  margin: 0;
}

ul.secondary li {
  margin: 0 5px;
  float: none;
  /* LTR */
}

ul.secondary li a {
  color: black;
  display: inline-block;
}

ul.secondary li a,
ul.secondary li a:hover,
ul.secondary li.active a,
ul.secondary li.active a.active {
  padding: 2px 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

ul.secondary li a:hover,
ul.secondary li.active a,
ul.secondary li.active a.active {
  color: white;
  background-color: #aaaaaa;
}

/**
 * Hide Year Tab on Smaller Screens
 * Not ideal since it assumes certain tab order.
 */
/*
.views-page ul.primary li:nth-child(4) {
  display: none;
  @include breakpoint($tablet) {
    display: inline;
  }
}*/
.in-maintenance #page {
  max-width: 1200px;
  margin: 1em auto;
}
.in-maintenance #name-and-slogan {
  display: none;
}
.in-maintenance #main {
  margin-top: 24px;
  margin-top: 1.5rem;
}

/* Include just in case there is a load issue for views.css */
.views-exposed-form .views-exposed-widget {
  float: left;
}

/* Mini Calendar Customizations */
.calendar-calendar table.mini td.empty {
  background-color: #eeeeee;
  border-color: #c9c9c9;
}
.calendar-calendar .mini {
  border: 1px solid #c9c9c9;
}

.mini-calendar table td.mini,
.mini-calendar table.mini th,
.mini-calendar table.mini td.week {
  padding: 5px 5px 5px 0;
}

#mini-panel-site_heading_custom {
  /* Inherit Default Masthead Styles */
  min-height: 0;
}
#mini-panel-site_heading_custom #logo {
  margin-left: 12px;
  margin-right: 12px;
}
#mini-panel-site_heading_custom #logo a {
  display: inline-block;
}
#mini-panel-site_heading_custom #logo img {
  display: block;
}
#mini-panel-site_heading_custom #views-exposed-form-search-advanced-site-search,
#mini-panel-site_heading_custom #google_translate_element {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #mini-panel-site_heading_custom #views-exposed-form-search-advanced-site-search {
    margin-top: 12px;
    margin-left: 18px;
  }
  #mini-panel-site_heading_custom #home-button {
    margin-top: 10px;
    margin-left: 18px;
  }
  #mini-panel-site_heading_custom #home-button,
  #mini-panel-site_heading_custom #views-exposed-form-search-advanced-site-search {
    margin-bottom: 12px;
  }
  #mini-panel-site_heading_custom #google_translate_element {
    margin-top: 12px;
    margin-bottom: 0;
  }
  #mini-panel-site_heading_custom #logo {
    margin-top: 6px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Transparencies and Background Images */
.vts-masthead-full-bg #header,
.vts-masthead-container-bg #header .container,
.vts-menu-full-bg #navigation,
.vts-menu-container-bg #navigation .container {
  background-color: rgba(223, 223, 223, 0.7);
}

.menu-block-vts-accordion > .menu > li {
  background-color: rgba(13, 32, 74, 0.7);
}

.default-masthead .vts-menu-full-bg #navigation,
.default-masthead .vts-menu-container-bg #navigation .container {
  border-top: 2px solid #15171a;
}
.default-masthead .sf-accordion .sf-expanded > a {
  border: 0;
}
.default-masthead .sf-clone-parent {
  font-style: italic;
}
.default-masthead .sf-accordion > li.sf-expanded {
  border-bottom: 2px solid #fff;
}
.default-masthead #footer .container {
  padding-top: 12px;
  padding-bottom: 12px;
}
.default-masthead #footer p {
  margin-bottom: 12px;
}
.default-masthead #footer #vts-user-menu {
  margin-bottom: 0;
}
.default-masthead #footer a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .default-masthead .sf-menu > li > a.sf-with-ul {
    padding-right: 6px;
  }
  .default-masthead .sf-menu > li > a.sf-with-ul .sf-sub-indicator {
    display: none;
  }
  .default-masthead .sf-menu .find-it-menu-item {
    margin-top: 6px;
    margin-bottom: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .default-masthead .sf-menu .find-it-menu-item > a {
    padding: 6px 9px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    background-color: #7d0818;
    color: #fff;
  }
  .default-masthead .sf-menu .find-it-menu-item > a.sf-with-ul {
    padding-right: 9px;
  }
  .default-masthead .sf-menu .find-it-menu-item > a.active, .default-masthead .sf-menu .find-it-menu-item > a:visited {
    color: #fff;
  }
  .default-masthead .sf-menu .find-it-menu-item > a:focus, .default-masthead .sf-menu .find-it-menu-item > a:hover {
    background-color: #0d204a;
    color: #fff;
  }
  .default-masthead #main .container {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .default-masthead #footer p {
    margin-bottom: 0;
  }
  .default-masthead .menu-block-vts-accordion a {
    padding-left: 18px;
    padding-left: 1.125rem;
  }
  .default-masthead .with-heading .pane-inner .pane-content {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .default-masthead .with-heading .pane-inner .pane-title {
    margin-top: -18px;
    margin-top: -1.125rem;
    margin-left: -18px;
    margin-left: -1.125rem;
    margin-right: -18px;
    margin-right: -1.125rem;
    padding-left: 18px;
    padding-left: 1.125rem;
    padding-right: 18px;
    padding-right: 1.125rem;
  }
  .default-masthead .with-heading .pane-inner .pane-title a {
    margin-left: -18px;
    margin-left: -1.125rem;
    margin-right: -18px;
    margin-right: -1.125rem;
    padding-left: 18px;
    padding-left: 1.125rem;
    padding-right: 18px;
    padding-right: 1.125rem;
  }
  .default-masthead .sidebar .pane-inner {
    padding: 18px;
    padding: 1.125rem;
  }
  .default-masthead .sidebar .pane-inner .pane-title {
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: 1px solid #7d0818;
  }
  .default-masthead .sidebar .pane-inner .pane-title a {
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .default-masthead .sf-menu {
    text-align: center;
  }
  .default-masthead .sf-menu li {
    float: none;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .default-masthead #logo {
    margin-bottom: -50px;
  }
  .default-masthead .vts-menu-full-bg #navigation,
  .default-masthead .vts-menu-container-bg #navigation .container {
    border-top: 0;
  }
  .default-masthead #navigation {
    padding-bottom: 12px;
  }
  .default-masthead .sf-menu {
    text-align: right;
  }
  .default-masthead .sf-menu li {
    float: none;
    text-align: left;
  }
  .default-masthead.not-front .region-page-content {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .default-masthead .sf-menu > li > a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .default-masthead .sf-menu > li > a.sf-with-ul {
    padding-right: 1em;
  }
}

/* Home Page */
.front div.tabs {
  border-bottom: 0;
  margin-top: 12px;
}
.front .fa-icon {
  font-size: 36px;
  margin-left: 3px;
  margin-right: 3px;
  color: #7d0818;
}
.front .fa-icon:focus, .front .fa-icon:hover {
  color: #0d204a;
  text-decoration: none;
}
.front .home-plus-sign {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  margin-left: 3px;
  color: #7d0818;
}
.front .home-plus-sign:focus, .front .home-plus-sign:hover {
  color: #0d204a;
  text-decoration: none;
}
.front #content {
  min-height: 0;
}
.front #messages-help-wrapper ul.primary li a:link,
.front #messages-help-wrapper ul.primary li a.active,
.front #messages-help-wrapper ul.primary li a:active,
.front #messages-help-wrapper ul.primary li a:visited,
.front #messages-help-wrapper ul.primary li a:hover,
.front #messages-help-wrapper ul.primary li.active a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.front .panel-pane-collapsible {
  background-color: #fff;
}
.front .pane-page-content {
  margin-top: 0;
}
.front #secondary-header .goog-te-gadget,
.front #secondary-header .goog-logo-link,
.front #secondary-header .goog-logo-link:link,
.front #secondary-header .goog-logo-link:visited,
.front #secondary-header .goog-logo-link:hover,
.front #secondary-header .goog-logo-link:active {
  color: #fff;
}
.front .view-display-id-group_slideshow_responsive {
  /* Do not display at mobile widths */
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .front {
    background-image: url("../images/home-bg.jpg");
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .front #secondary-header {
    padding: 18px 0;
  }
  .front #main .container {
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .front .view-display-id-group_slideshow_responsive {
    display: block;
    position: absolute;
    z-index: -998;
    left: 0;
    overflow: hidden;
  }
  .front .view-display-id-group_slideshow_responsive .flexslider {
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .front #secondary-header {
    min-height: 260px;
  }
  .front #secondary-header .container {
    padding: 0;
  }
  .front .view-display-id-group_slideshow_responsive {
    height: 460px;
  }
}
@media (min-width: 960px) {
  .front #secondary-header {
    min-height: 360px;
  }
  .front .view-display-id-group_slideshow_responsive {
    height: 520px;
  }
}

#mini-panel-home_translate {
  text-align: center;
}
#mini-panel-home_translate p {
  margin-bottom: 6px;
}
#mini-panel-home_translate .inner-two-column-50-50 {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px;
}
@media (min-width: 768px) {
  #mini-panel-home_translate {
    text-align: left;
  }
  #mini-panel-home_translate p {
    margin-bottom: 0;
  }
  #mini-panel-home_translate .inner-two-column-50-50 {
    max-width: 340px;
    float: right;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 12px 18px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  #mini-panel-home_translate {
    margin-bottom: 60px;
  }
}
@media (min-width: 960px) {
  #mini-panel-home_translate {
    margin-bottom: 150px;
  }
}

#mini-panel-trending_search {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px;
}
#mini-panel-trending_search #views-exposed-form-search-advanced-site-search {
  margin-top: 0;
  margin-bottom: 6px;
}
#mini-panel-trending_search .pane-search-api-stats-block-solr-content-index {
  max-width: 295px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
#mini-panel-trending_search .pane-search-api-stats-block-solr-content-index .pane-title {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 0;
  vertical-align: middle;
  color: #acacac;
}
#mini-panel-trending_search .pane-search-api-stats-block-solr-content-index .search-api-stats-top-phrases {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
#mini-panel-trending_search .pane-search-api-stats-block-solr-content-index li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0 4px 0 6px;
  border-left: 1px solid #fff;
}
#mini-panel-trending_search .pane-search-api-stats-block-solr-content-index li.first {
  border-left: 0;
}
#mini-panel-trending_search .pane-search-api-stats-block-solr-content-index a, #mini-panel-trending_search .pane-search-api-stats-block-solr-content-index a.active, #mini-panel-trending_search .pane-search-api-stats-block-solr-content-index a:visited {
  color: #fff;
}
#mini-panel-trending_search .pane-search-api-stats-block-solr-content-index a:hover, #mini-panel-trending_search .pane-search-api-stats-block-solr-content-index a:focus {
  color: #acacac;
}
@media (min-width: 768px) {
  #mini-panel-trending_search {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
  }
  #mini-panel-trending_search #views-exposed-form-search-advanced-site-search {
    float: none;
    margin-left: 0;
  }
  #mini-panel-trending_search #views-exposed-form-search-advanced-site-search #edit-keywords {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 9px;
    height: 46px;
  }
  #mini-panel-trending_search #views-exposed-form-search-advanced-site-search .views-submit-button:before {
    font-size: 30px;
    right: 8px;
  }
  #mini-panel-trending_search #views-exposed-form-search-advanced-site-search #edit-submit-search-advanced {
    width: 46px;
    height: 46px;
  }
  #mini-panel-trending_search #views-exposed-form-search-advanced-site-search .form-text {
    width: 498px;
    max-width: none;
  }
  #mini-panel-trending_search #views-exposed-form-search-advanced-site-search .views-exposed-widgets {
    max-width: none;
  }
  #mini-panel-trending_search .pane-search-api-stats-block-solr-content-index {
    max-width: 376px;
  }
  #mini-panel-trending_search .search-api-stats-top-phrases {
    max-width: 239px;
  }
}

/* Home Icons */
.pane-home-linked-icons {
  background-color: white;
  margin-bottom: 0;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .pane-home-linked-icons {
    padding-bottom: 0;
  }
}

#mini-panel-home_linked_icons {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 960px) and (max-width: 1049px) {
  #mini-panel-home_linked_icons .six-column__first,
  #mini-panel-home_linked_icons .six-column__second,
  #mini-panel-home_linked_icons .six-column__third,
  #mini-panel-home_linked_icons .six-column__fourth,
  #mini-panel-home_linked_icons .six-column__fifth,
  #mini-panel-home_linked_icons .six-column__sixth {
    padding-left: 1px;
    padding-right: 1px;
  }
}

.home-help-link {
  display: block;
  color: #0d204a;
  margin-bottom: 12px;
  max-width: 270px;
}
.home-help-link.active, .home-help-link:visited {
  color: #0d204a;
}
.home-help-link:focus, .home-help-link:hover {
  text-decoration: none;
  color: #0d204a;
}
@media (min-width: 768px) {
  .home-help-link {
    max-width: none;
    text-align: center;
  }
}

.home-help-link-icon {
  background-color: #7d0818;
  color: white;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 22px;
  padding: 9px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 18px;
  margin-top: 12px;
}
.home-help-link-icon.fa-map-marker {
  padding-left: 11px;
}
@media (min-width: 768px) {
  .home-help-link-icon {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    width: 68px;
    height: 68px;
    font-size: 32px;
    padding: 18px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .home-help-link-icon.fa-laptop {
    padding-left: 16px;
  }
  .home-help-link-icon.fa-map-marker {
    padding-left: 21px;
  }
}

.home-help-link:hover .home-help-link-icon,
.home-help-link:focus .home-help-link-icon {
  background-color: #0d204a;
  background-image: none;
  color: white;
}

.home-help-link-caption {
  display: inline-block;
  padding-top: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .home-help-link-caption {
    padding-top: 6px;
  }
}

.pane-group-slides-group-slides-with-overlay {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}
.pane-group-slides-group-slides-with-overlay .flexslider {
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pane-group-slides-group-slides-with-overlay .slide-caption-overlay h3 {
  display: none;
}
.pane-group-slides-group-slides-with-overlay .flex-control-paging li a {
  background-color: #a1a1a1;
}
.pane-group-slides-group-slides-with-overlay .flex-control-paging li a:hover, .pane-group-slides-group-slides-with-overlay .flex-control-paging li a:focus, .pane-group-slides-group-slides-with-overlay .flex-control-paging li a.flex-active {
  background-color: #0d204a;
}
@media (min-width: 768px) {
  .pane-group-slides-group-slides-with-overlay .slide-caption-overlay {
    width: 100%;
    top: auto;
    height: auto;
    bottom: 0;
    padding: 12px 18px;
  }
}

.home-calendar-mini {
  padding: 18px;
  background-color: #fff;
}
.home-calendar-mini .view .date-nav-wrapper {
  margin-top: 0;
}
.home-calendar-mini .view .date-nav-wrapper .date-prev a, .home-calendar-mini .view .date-nav-wrapper .date-next a {
  font-size: 20px;
}
.home-calendar-mini h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home-events-twitter {
  background-color: #e1e1e1;
}
.home-events-twitter .vts-3-col-no-wrap {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .home-events-twitter .vts-3-col-no-wrap {
    padding: 18px 10px;
  }
}

#mini-panel-news_popular {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
#mini-panel-news_popular .pane-title {
  border-bottom: 1px solid #7d0818;
  padding: 0 12px 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  #mini-panel-news_popular {
    padding: 18px 10px;
  }
}

.home-news {
  padding: 0 18px;
}
.home-news .pane-title:before {
  padding-right: 12px;
}
.home-news .more-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.home-news .more-link:before {
  content: '+ ';
}
.home-news h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.home-council {
  padding: 0 18px;
}
.home-council .pane-title {
  margin-bottom: 18px;
}
.home-council .pane-title:before {
  padding-right: 12px;
}

.home-popular {
  padding: 0 18px;
}
.home-popular .pane-title {
  margin-bottom: 18px;
}
.home-popular .pane-title:before {
  padding-right: 12px;
}
.home-popular .views-field-counter {
  width: 1.5em;
  display: inline-block;
  float: left;
}
.home-popular .views-field-title {
  margin-left: 1.5em;
  display: block;
}
.home-popular .views-row {
  margin-bottom: 6px;
}
@media (min-width: 960px) {
  .home-popular .views-row {
    width: 50%;
    float: left;
  }
  .home-popular .views-field-title {
    margin-right: 1em;
  }
  .home-popular .views-row-odd {
    clear: left;
  }
}

#mini-panel-custom_home_page_quicktabs .resp-tabs-container > .panel-pane {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  #mini-panel-custom_home_page_quicktabs .resp-tabs-list li {
    margin-right: 0;
    margin-bottom: 0;
    width: 50%;
  }
  #mini-panel-custom_home_page_quicktabs .resp-tabs-list li.resp-tab-active {
    margin-bottom: 0;
  }
  #mini-panel-custom_home_page_quicktabs .resp-tabs-list li.first {
    margin-left: 0;
  }
  #mini-panel-custom_home_page_quicktabs .resp-tabs-list li a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 9px 12px;
    text-align: center;
  }
  #mini-panel-custom_home_page_quicktabs .resp-tabs-list li.last a {
    border-right: 0;
  }
  #mini-panel-custom_home_page_quicktabs .resp-tabs-container .resp-tab-content.resp-tab-content-active {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

.home-social-icons {
  padding: 18px;
}
@media (min-width: 768px) {
  .home-social-icons {
    padding: 0;
  }
}

.home-map-links-pane {
  background-color: #fff;
  margin-bottom: 0;
}
.home-map-links-pane .home-map-links {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 18px;
  list-style: none;
}
.home-map-links-pane li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-map-links-pane .home-map-link:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.home-map-links-pane .home-map-link--darkblue:before {
  background-color: #001547;
}
.home-map-links-pane .home-map-link--green:before {
  background-color: #3bb429;
}
.home-map-links-pane .home-map-link--red:before {
  background-color: #ee4629;
}
.home-map-links-pane .home-map-link--lightblue:before {
  background-color: #2989c5;
}
@media (min-width: 768px) {
  .home-map-links-pane .home-map-links {
    padding: 18px 10px;
    text-align: center;
  }
  .home-map-links-pane li {
    margin-left: 12px;
    margin-right: 12px;
    display: inline-block;
  }
}

.view-group-news.view-display-id-page_1 h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/*
 * Include in most site themes
 */
/* Footer */
#footer h2, #footer h3, #footer h4, #footer h5 {
  color: white;
}

/* Add back drop-shadow on mini-calendars */
.mini-calendar table {
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
}

.menu-block-vts-accordion .menu > li.last {
  border-bottom: 0;
}

.pane-vts-blocks-5 {
  margin-bottom: 0;
}
.pane-vts-blocks-5 p:last-child {
  margin-bottom: 0;
}

.page-404-page-not-found #content .pane-inner {
  background-color: white;
}

.date-display-single .date-display-range {
  display: inline;
}

.view-group-news.view-display-id-page_1 .views-row {
  margin-bottom: 24px;
}
.view-group-news.view-display-id-page_1 p:last-child {
  margin-bottom: 0;
}
