/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
DEFAULTS
*********************/
.mobile {
  display: none;
}
.container {
  width: 100%;
  margin: 0 auto;
}
/*********************
COLORS
*********************/
/*********************
SHADOWS
*********************/
/*********************
 BREAKPOINTS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*declare in body*/
/*overrides*/
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.google {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.fa {
  font-family: 'FontAwesome';
}
.placeholder::-webkit-input-placeholder {
  color: #767676;
}
.placeholder::-moz-placeholder {
  color: #767676;
}
.placeholder:-moz-placeholder {
  color: #767676;
}
.placeholder:-ms-input-placeholder {
  color: #767676;
}
/*********************
ZINDEX
*********************/
/*********************
BORDER RADIUS
*********************/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/* .transition(all,4s); */
/* .transition(all,1s); */
.skew {
  height: 0px;
  background: transparent;
  bottom: 20px;
  width: 100%;
}
.skew:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 50%;
  height: 20px;
  top: 0;
  background-color: #fff;
  -webkit-transform: skew(44deg);
  -moz-transform: skew(44deg);
  -o-transform: skew(44deg);
  -ms-transform: skew(44deg);
  transform: skew(44deg);
}
.skew:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 50%;
  height: 20px;
  top: 0;
  background-color: #fff;
  -webkit-transform: skew(-44deg);
  -moz-transform: skew(-44deg);
  -o-transform: skew(-44deg);
  -ms-transform: skew(-44deg);
  transform: skew(-44deg);
}
.arrow-bottom {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
}
.arrow-top {
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
}
/* TRANSFORM SCALE */
.filter-btn {
  padding: 6px 16px !important;
  line-height: 24px !important;
}
/*********************
HELPERS
*********************/
/******************************************************************
Stylesheet: Grid Stylesheet
******************************************************************/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='col-'] {
  float: left;
  margin-bottom: 32px;
  padding-right: 32px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
.col-1-1 {
  width: 99.99%;
  margin-bottom: 0;
  padding-right: 0;
}
.col-1-2,
.col-2-4 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6 {
  width: 16.66%;
}
.right {
  float: right;
}
/******************************************************************
Site Name: City of Kelowna
Author: Upanup Studios
Stylesheet: Main Stylesheet for City of Kelowna
******************************************************************/
html {
  position: relative;
}
html.showMenu {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
body {
  position: relative;
  font: 18px/1.33em Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  width: 100%;
  right: 0;
  zoom: 1;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body.showMenu {
  right: 85% !important;
  overflow: hidden;
}
.container {
  max-width: 1600px;
}
.element-invisible {
  height: 0;
  margin: 0;
}
/*
 * RESETS
 */
#skip-link {
  margin: 0;
}
.hide {
  display: none;
}
.material-icons {
  vertical-align: text-bottom;
}
.not-logged-in #content .group-content-management,
.not-logged-in #content .group-notes {
  display: none;
}
.field-collection-container,
.field-collection-view {
  margin: 0;
  padding: 0;
  border: 0;
}
.field-collection-container .field-items .field-item,
.field-collection-view .field-items .field-item {
  margin: 0;
}
.parallax-mirror {
  margin: 0 auto;
}
.parallax-window {
  background: transparent;
}
.parallax-window .section-banner-images #block-cck-blocks-field-section-banner img {
  margin: 0 auto !important;
  max-width: 1920px !important;
  top: 112px !important;
  position: absolute !important;
  left: 0;
  right: 0;
}
.overlay {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(188, 203, 33, 0.9);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.overlay .trigger {
  opacity: 0;
  position: fixed;
  top: 16px;
  left: 0;
  width: 15%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.overlay .trigger .material-icons {
  color: #fff;
  font-size: 40px;
  line-height: 24px;
}
.overlay.active {
  opacity: 1;
  z-index: 1000;
  display: block;
}
.overlay.active .trigger {
  opacity: 1;
}
/*
 * ATOMS
 */
a {
  text-decoration: none;
  outline: none;
  color: #003a5d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:focus {
  outline: none;
}
a:hover {
  color: #237ac2;
}
a.icon i {
  font-size: inherit;
  padding: 0 2px;
  vertical-align: text-top;
}
#content .page-content .main-content a {
  color: #237ac2;
}
#content .page-content .main-content a:hover {
  color: #003a5d;
}
p,
ul,
table,
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 32px;
}
h1 {
  font: 30px/32px Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  color: #767676;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
}
.h2 {
  font: 24px/32px "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  color: #767676;
  margin: 0 0 32px;
}
h2,
h2 a {
  font: 24px/32px "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  color: #767676;
  margin: 0 0 32px;
}
h3 {
  font: 18px/18px Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  color: #767676;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
}
h4 {
  color: #767676;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
}
blockquote {
  font-style: italic;
  font-size: 22px;
  color: #767676;
  position: relative;
  margin: 60px 40px;
}
blockquote p {
  line-height: 1.3;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:before,
blockquote:after {
  display: block;
  font-size: 75px;
  opacity: 0.25;
  position: absolute;
  font-family: arial;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
blockquote:before {
  left: -50px;
  top: -10px;
  content: '\201C';
}
blockquote:after {
  right: -20px;
  bottom: -50px;
  content: '\201D';
}
@media only screen and (max-width: 500px) {
  blockquote {
    margin-left: 20px;
    margin-right: 20px;
  }
  blockquote:before,
  blockquote:after {
    font-size: 45px;
  }
  blockquote:before {
    top: 0;
    left: -35px;
  }
  blockquote:after {
    right: -40px;
    bottom: -25px;
  }
}
.label {
  font-weight: 700;
  padding-right: 4px;
}
img {
  max-width: 100%;
  height: auto;
}
img.img-left {
  margin: 16px 32px 16px -32px;
  float: left;
}
img.img-right {
  margin: -16px 16px 32px;
  float: right;
}
iframe {
  max-width: 100%;
}
table {
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  border: 0;
}
table caption {
  font: 24px/32px "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  color: #767676;
  margin: 0 0 32px;
  text-align: left;
}
table th {
  padding: 13px 16px;
  font-size: 17px;
  font-weight: bold;
  color: #003a5d;
  border: 0;
  background-color: #fff;
  border-bottom: 1px solid #CCC;
}
table th a {
  color: #fff;
}
table th a:hover {
  color: #237ac2;
}
table tbody {
  border: 0;
}
table tbody tr {
  padding: 4px;
}
table tbody tr td {
  padding: 13px 16px;
  border: 0;
  border-bottom: 1px solid #CCC;
}
.scrollable.has-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
  margin: 0 0 20px;
}
.scrollable.has-scroll table {
  margin: 0;
}
.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 0.2px 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: '';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable > div {
  overflow-x: auto;
}
.scrollable > div::-webkit-scrollbar {
  height: 12px;
}
.scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}
#content .view ul {
  list-style: none !important;
  margin-left: 0;
  padding-left: 0 !important;
}
#content ul:not(.menu):not(.dropdown) {
  list-style: disc outside;
  padding-left: 32px;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
}
#content ul:not(.menu):not(.dropdown) li {
  padding-bottom: 4px;
}
#content ul:not(.menu):not(.dropdown) ul {
  margin: 4px 0 0 24px;
}
#content ol {
  list-style: decimal;
  padding-left: 32px;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
}
#content ol li {
  padding-bottom: 4px;
}
#content ol ol {
  margin: 4px 0 0 24px;
}
.button,
a.btn,
h4 a,
input[type="submit"] {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 8px 0;
  padding: 12px 32px 13px !important;
  color: #003a5d !important;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #237ac2;
  font-size: 18px !important;
  line-height: 1.33em !important;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.button:hover,
a.btn:hover,
h4 a:hover,
input[type="submit"]:hover {
  color: #fff !important;
  background-color: #237ac2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
}
h1 a font,
h2 a font,
h3 a font,
h4 a font,
.button font,
a.btn font {
  color: inherit;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.region-search-bar .form-item,
.page-search .search-by-page-form .form-item,
.page-search .search-form.gss .form-item {
  margin: 0;
}
.region-search-bar input[type="text"],
.page-search .search-by-page-form input[type="text"],
.page-search .search-form.gss input[type="text"] {
  padding-right: 48px;
}
.region-search-bar input[type="text"]::-webkit-input-placeholder,
.page-search .search-by-page-form input[type="text"]::-webkit-input-placeholder,
.page-search .search-form.gss input[type="text"]::-webkit-input-placeholder {
  color: #767676;
}
.region-search-bar input[type="text"]::-moz-placeholder,
.page-search .search-by-page-form input[type="text"]::-moz-placeholder,
.page-search .search-form.gss input[type="text"]::-moz-placeholder {
  color: #767676;
}
.region-search-bar input[type="text"]:-moz-placeholder,
.page-search .search-by-page-form input[type="text"]:-moz-placeholder,
.page-search .search-form.gss input[type="text"]:-moz-placeholder {
  color: #767676;
}
.region-search-bar input[type="text"]:-ms-input-placeholder,
.page-search .search-by-page-form input[type="text"]:-ms-input-placeholder,
.page-search .search-form.gss input[type="text"]:-ms-input-placeholder {
  color: #767676;
}
.region-search-bar input[type="submit"],
.page-search .search-by-page-form input[type="submit"],
.page-search .search-form.gss input[type="submit"],
.region-search-bar .search-icon,
.page-search .search-by-page-form .search-icon,
.page-search .search-form.gss .search-icon {
  position: absolute;
  top: 2px;
  left: 100%;
  width: 48px;
  height: 48px;
  margin-left: -48px;
}
.region-search-bar input[type="submit"],
.page-search .search-by-page-form input[type="submit"],
.page-search .search-form.gss input[type="submit"] {
  z-index: 20;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 !important;
  font-size: 0;
  border: 0;
  background-color: transparent;
}
.region-search-bar input[type="submit"]:hover,
.page-search .search-by-page-form input[type="submit"]:hover,
.page-search .search-form.gss input[type="submit"]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.region-search-bar input[type="submit"]:focus,
.page-search .search-by-page-form input[type="submit"]:focus,
.page-search .search-form.gss input[type="submit"]:focus {
  outline: none;
}
.region-search-bar .search-icon,
.page-search .search-by-page-form .search-icon,
.page-search .search-form.gss .search-icon {
  z-index: 10;
  color: #bccb21;
  font-size: 32px;
  text-align: center;
  line-height: 48px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.region-search-bar .gss {
  position: relative;
  margin-bottom: 32px;
}
.not-front .form-item-search-block-form input[type="text"] {
  border: 2px solid #bccb21;
}
html.js .not-front .search-wrapper #block-search-form input.throbbing {
  background-size: 9.5%;
  background-position: 90% 34%;
}
html.js .not-front .search-wrapper #block-search-form .ui-autocomplete {
  left: auto !important;
  right: 0;
  max-height: 200px;
}
html.js .not-front #block-search-form .gss input.form-autocomplete {
  background-image: none;
}
html.js .not-front #block-search-form .gss ul[data-sa-theme="minimal"] .ui-autocomplete-fields {
  padding: 0;
}
html.js .not-front #block-search-form .gss input.throbbing {
  background-image: url(../images/ajax-loader.gif);
  background-size: 5%;
  background-position: 93.5% 35%;
}
html.js .not-front #block-search-form .gss .ui-autocomplete {
  width: 304px !important;
  max-height: 140px;
  overflow: scroll;
  border: 1px solid #ccc;
  box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  margin: 0;
}
html.js .not-front #block-search-form .gss .ui-autocomplete li {
  border-bottom: 1px solid #ccc;
}
html.js .not-front #block-search-form .gss .ui-autocomplete li:last-of-type {
  background: #237ac2;
  border-bottom: 0 !important;
  border-top: 0 !important;
}
html.js .not-front #block-search-form .gss .ui-autocomplete li:last-of-type a {
  display: block;
  padding: 8px;
}
html.js .not-front #block-search-form .gss .ui-autocomplete li:last-of-type .ui-autocomplete-field-label:before {
  content: '\f002';
  font-family: "FontAwesome";
  font-size: 12px;
  padding-right: 5px;
}
html.js .not-front #block-search-form .gss .ui-autocomplete li:last-of-type a {
  color: #fff;
}
html.js .not-front #block-search-form .gss .ui-autocomplete.ui-corner-all {
  border-radius: 0;
}
html.js .not-front #block-search-form .gss .ui-autocomplete a {
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
html.js .not-front #block-search-form .gss .ui-autocomplete a.ui-state-focus {
  border: 0 !important;
  border-radius: 0 !important;
  background: inherit;
}
html.js .not-front #block-search-form .gss .ui-autocomplete a.ui-corner-all {
  border-radius: 0;
}
html.js .not-front #block-search-form .gss .ui-autocomplete a.match {
  display: block;
  padding: 8px;
}
html.js .not-front #block-search-form .gss .ui-autocomplete a.match:hover {
  background: #eceff1;
  color: #424242;
}
html.js .not-front #block-search-form .gss .ui-autocomplete a.match span {
  font-style: italic;
  color: #767676;
}
html.js .not-front #block-search-form .gss .ui-autocomplete .ui-autocomplete-field-group {
  text-transform: uppercase;
  font-size: 12px;
}
html.js .not-front #block-search-form .gss .ui-widget-content {
  background: #fff;
}
html.js .not-front #block-search-form .gss ul[data-sa-theme="minimal"] .ui-menu-item-first {
  border: 0;
}
html.js .not-front #block-search-form .gss ul[data-sa-theme="minimal"].ui-menu .ui-menu-item a {
  margin: 0;
}
.region-search-bar .search-icon {
  color: #237ac2 !important;
}
.page-search .search-by-page-form .search-icon {
  color: #237ac2 !important;
}
form input[type="text"],
form .form-text {
  max-width: 100%;
  color: #767676;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  padding: 14px 16px;
  border: 1px solid #767676;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
form input[type="text"]:focus,
form .form-text:focus {
  outline: none;
}
form input[type="checkbox"] {
  display: none;
}
form input[type="checkbox"] + label {
  color: #237ac2;
}
form input[type="checkbox"] + label:before {
  color: #003a5d;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  content: '\e835';
  letter-spacing: 10px;
}
form input[type="checkbox"]:checked + label:before {
  content: '\e834';
}
form input[type="radio"] {
  display: none;
}
form input[type="radio"] + label {
  color: #237ac2;
}
form input[type="radio"] + label:before {
  color: #003a5d;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  content: '\e836';
  letter-spacing: 10px;
}
form input[type="radio"]:checked + label:before {
  content: '\e837';
}
form input[type="text"]:focus {
  outline: none;
}
form input[type="submit"] {
  white-space: normal;
}
form select {
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 32px;
  color: #237ac2;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  border: 1px solid #767676;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
form select:focus {
  outline: none;
}
form select:not([multiple]) {
  padding-right: 48px!important;
  background: url('../images/select_bg.png') no-repeat right center;
}
form select::-ms-expand {
  display: none;
}
form .webform-grid-question form input[type="radio"] + label:before {
  letter-spacing: 0;
}
.form-textarea-wrapper textarea {
  max-width: 100%;
  color: #767676;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  padding: 14px 16px;
  border: 1px solid #c9cbcd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-textarea-wrapper textarea:focus {
  outline: none;
}
.form-textarea-wrapper .grippie {
  display: none;
}
fieldset {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
fieldset legend {
  display: none;
}
/*
 * VIEW FILTERS
 */
.views-exposed-form label {
  margin-bottom: 8px;
}
.views-exposed-form .form-item input[type="text"] {
  padding: 8px 8px 9px;
  margin-top: 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 31px;
}
.view-filters .form-type-select select {
  -webkit-appearance: none;
  border: 1px solid #767676;
  padding: 6px 6px 9px;
  margin-top: 0;
  color: #237ac2;
  background-color: transparent;
  min-width: 128px;
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.view-filters .form-type-select select:focus {
  outline: none;
}
.view-filters .form-type-select i {
  font-size: 32px;
  position: relative;
  left: -42px;
  top: 12px;
  color: #237ac2;
  z-index: -1;
}
.view-filters input[type="submit"] {
  padding: 8px 16px;
}
.view-filters input[type="submit"]:focus {
  outline: none;
}
.view-filters input[type="text"] {
  border: 1px solid #767676;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #767676;
  padding: 16px;
  float: left;
  width: 300px;
  display: inline-block;
}
.view-filters input[type="text"]::-webkit-input-placeholder {
  color: #767676;
}
.view-filters input[type="text"]::-moz-placeholder {
  color: #767676;
}
.view-filters input[type="text"]:-moz-placeholder {
  color: #767676;
}
.view-filters input[type="text"]:-ms-input-placeholder {
  color: #767676;
}
.view-filters input[type="text"]:focus {
  outline: none;
}
.view-filters .search-icon {
  position: relative;
  left: -42px;
  top: 12px;
  font-size: 32px;
  color: #237ac2;
  cursor: pointer;
}
.view .pager .pager-current {
  display: none;
}
.view .pager .view-footer {
  display: inline-block;
}
.view .pager .first.pager-current,
.view .pager .last.pager-current {
  float: none;
}
/*
 * MOLECULES
 */
.field-name-field-last-updated {
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
}
.field-name-field-highlight {
  background: #eceff1;
  padding: 15px;
  margin: 30px 0;
  font-size: 14px;
}
.field-name-field-highlight:first-child {
  margin-top: 0;
}
.field-name-field-highlight p,
.field-name-field-highlight ul,
.field-name-field-highlight ol {
  margin-bottom: 15px;
  font-size: 14px !important;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif !important;
}
.field-name-field-highlight p:last-child,
.field-name-field-highlight ul:last-child,
.field-name-field-highlight ol:last-child {
  margin-bottom: 0;
}
.field-name-field-addthis {
  float: right;
}
@media only screen and (max-width: 500px) {
  .field-name-field-addthis {
    float: none;
    margin-bottom: 20px;
  }
}
.tabs-primary {
  position: relative;
  z-index: 10;
  padding: 0!important;
  list-style: none;
  zoom: 1;
}
.tabs-primary:before,
.tabs-primary:after {
  content: "";
  display: table;
}
.tabs-primary:after {
  clear: both;
}
.tabs-primary li {
  float: left;
  margin-right: 2px;
  list-style: none;
}
.tabs-primary li a {
  display: block;
  padding: 8px;
  color: #003a5d;
  background: #eceff1;
}
.tabs-primary li a:hover {
  color: #fff !important;
  background: #003a5d;
}
.tabs-primary li.is-active a,
.tabs-primary li:hover a {
  color: #fff !important;
  background: #237ac2;
}
.field-name-field-accordions {
  width: 100%;
  float: left;
}
.field-name-field-accordions > .field-items > .field-item {
  margin-bottom: 32px;
}
.field-name-field-section-title {
  margin-bottom: 20px;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
}
.field-name-field-accordion-title {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  font-size: 21px;
  font-weight: 300;
}
.field-name-field-accordion-title:hover {
  cursor: pointer;
}
.field-name-field-accordion-title .field-item {
  color: #003a5d;
}
.field-name-field-accordion-title .field-item:before {
  content: '\e145';
  margin-left: -32px;
  padding-right: 8px;
  font-size: 24px;
  color: #237ac2;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.field-name-field-accordion-title.active .field-item:before {
  content: '\e15b';
}
.field-name-field-accordion-body {
  display: none;
  padding-left: 11px;
}
.field-name-field-accordion-body > .field-items {
  border-left: 2px solid #CCC;
  padding-left: 21px;
}
/*
 * QUICKLINKS
 */
.quicklinks-wrapper > .container {
  position: relative;
}
.quicklinks-wrapper .flex-viewport:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
}
.quicklinks-wrapper:after {
  border-color: #fff transparent transparent transparent;
  z-index: 3;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
}
.quicklinks-wrapper ul {
  margin: 0;
}
.quicklinks-wrapper ul > li {
  margin-bottom: 0;
}
.quicklinks-wrapper ul > li.quicklink-item {
  border-left: 1px solid #c9cbcd;
  min-height: 256px;
  padding-right: 0;
}
.quicklinks-wrapper ul > li.quicklink-item:first-of-type {
  border-left: 0;
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper {
  max-width: 75%;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-icon {
  min-height: 80px;
  color: #237ac2;
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-icon i {
  font-size: 64px;
  -webkit-transform: scale(0.9);
  /* Saf3.1+, Chrome */
  -moz-transform: scale(0.9);
  /* FF3.5+ */
  -ms-transform: scale(0.9);
  /* IE9 */
  -o-transform: scale(0.9);
  /* Opera 10.5+ */
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-image img {
  -webkit-transform: scale(0.9);
  /* Saf3.1+, Chrome */
  -moz-transform: scale(0.9);
  /* FF3.5+ */
  -ms-transform: scale(0.9);
  /* IE9 */
  -o-transform: scale(0.9);
  /* Opera 10.5+ */
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-title {
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  font-size: 30px;
  line-height: 32px;
  padding-bottom: 16px;
  color: #767676;
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-body {
  height: 96px;
  overflow: hidden;
  font-size: 17px;
  color: #767676;
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-button {
  padding: 0 32px;
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-button .button {
  display: block;
  margin: 0;
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper a:hover .quicklink-title {
  color: #237ac2;
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper a:hover .quicklink-icon i {
  -webkit-transform: scale(1);
  /* Saf3.1+, Chrome */
  -moz-transform: scale(1);
  /* FF3.5+ */
  -ms-transform: scale(1);
  /* IE9 */
  -o-transform: scale(1);
  /* Opera 10.5+ */
  transform: scale(1);
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper a:hover .quicklink-image img {
  -webkit-transform: scale(1);
  /* Saf3.1+, Chrome */
  -moz-transform: scale(1);
  /* FF3.5+ */
  -ms-transform: scale(1);
  /* IE9 */
  -o-transform: scale(1);
  /* Opera 10.5+ */
  transform: scale(1);
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper a:hover .quicklink-button .button {
  color: #fff !important;
  background-color: #237ac2;
  -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
}
.quicklinks-wrapper .flex-direction-nav .flex-nav-prev,
.quicklinks-wrapper .flex-direction-nav .flex-nav-next {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -36px;
}
.quicklinks-wrapper .flex-direction-nav .flex-nav-prev i,
.quicklinks-wrapper .flex-direction-nav .flex-nav-next i {
  font-size: 72px;
  color: #237ac2;
}
.quicklinks-wrapper .flex-direction-nav .flex-nav-prev i:hover,
.quicklinks-wrapper .flex-direction-nav .flex-nav-next i:hover {
  color: #003a5d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.quicklinks-wrapper .flex-direction-nav .flex-nav-prev {
  left: 16px;
  margin-left: -16px;
}
.quicklinks-wrapper .flex-direction-nav .flex-nav-next {
  right: 16px;
  margin-right: -16px;
}
/*
 * STATSBAR QUICKLINKS
 */
#spaces .quicklinks-wrapper:after {
  border: none;
}
#statsbar > li.quicklink-item .quicklink-wrapper {
  padding-top: 25px;
  background: #424242;
}
#statsbar > li.quicklink-item .quicklink-wrapper i {
  position: absolute;
  bottom: -270px;
  left: 0;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.15);
}
#statsbar > li.quicklink-item .quicklink-wrapper .quicklink-number {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
}
#statsbar > li.quicklink-item .quicklink-wrapper .quicklink-title {
  padding-bottom: 10px;
}
#statsbar > li.quicklink-item .quicklink-wrapper .quicklink-title a {
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  color: #fff !important;
}
#statsbar > li.quicklink-item .quicklink-wrapper .quicklink-body {
  color: #fff !important;
  height: 48px;
  text-transform: lowercase;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
}
#statsbar > li.quicklink-item .quicklink-wrapper .quicklink-progress {
  height: 48px;
}
#statsbar > li progress {
  -webkit-appearance: none;
  appearance: none;
  font-size: 0.6em;
  line-height: 1.5em;
  text-indent: 0.5em;
  width: 15em;
  height: 1.8em;
  background: #fff;
}
#statsbar > li progress.progress-light {
  color: #00a700;
}
#statsbar > li progress.progress-light::-webkit-progress-value {
  background: #00a700;
}
#statsbar > li progress.progress-light::-moz-progress-bar {
  background: #00a700;
}
#statsbar > li progress.progress-warn {
  color: #ddb200;
}
#statsbar > li progress.progress-warn::-webkit-progress-value {
  background: #ddb200;
}
#statsbar > li progress.progress-warn::-moz-progress-bar {
  background: #ddb200;
}
#statsbar > li progress.progress-danger {
  color: #cc1643;
}
#statsbar > li progress.progress-danger::-webkit-progress-value {
  background: #cc1643;
}
#statsbar > li progress.progress-danger::-moz-progress-bar {
  background: #cc1643;
}
#pagestats {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 0;
  text-align: center;
}
#pagestats > li.pagestats-item {
  border-right: 1px solid #CCC;
  margin-top: 25px;
  margin-bottom: 25px;
}
#pagestats > li.pagestats-item:last-child {
  border-right: none;
}
#pagestats > li.pagestats-item .pagestats-wrapper .pagestats-number {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
}
#pagestats > li.pagestats-item .pagestats-wrapper .pagestats-title {
  padding-bottom: 10px;
}
#pagestats > li.pagestats-item .pagestats-wrapper .pagestats-title a {
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  font-size: 20px;
}
#pagestats > li.pagestats-item .pagestats-wrapper .pagestats-body {
  height: 48px;
  text-transform: lowercase;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
}
#pagestats > li.pagestats-item .pagestats-wrapper .pagestats-progress {
  height: 25px;
}
#pagestats > li progress {
  -webkit-appearance: none;
  appearance: none;
  font-size: 0.6em;
  line-height: 1.5em;
  text-indent: 0.5em;
  width: 15em;
  height: 1.8em;
  background: #fff;
}
#pagestats > li progress.progress-light {
  color: #00a700;
}
#pagestats > li progress.progress-light::-webkit-progress-value {
  background: #00a700;
}
#pagestats > li progress.progress-light::-moz-progress-bar {
  background: #00a700;
}
#pagestats > li progress.progress-warn {
  color: #ddb200;
}
#pagestats > li progress.progress-warn::-webkit-progress-value {
  background: #ddb200;
}
#pagestats > li progress.progress-warn::-moz-progress-bar {
  background: #ddb200;
}
#pagestats > li progress.progress-danger {
  color: #cc1643;
}
#pagestats > li progress.progress-danger::-webkit-progress-value {
  background: #cc1643;
}
#pagestats > li progress.progress-danger::-moz-progress-bar {
  background: #cc1643;
}
.breadcrumb-wrapper {
  margin-bottom: 48px;
  width: 100%;
}
.breadcrumb-wrapper.col-1-1 {
  margin-top: 0;
}
.breadcrumb-wrapper.col-1-1 .easy-breadcrumb {
  margin-left: 0;
  padding: 16px 32px 0 32px;
  border-left: 0;
}
.breadcrumb-wrapper .easy-breadcrumb {
  width: 100%;
  padding-left: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb-wrapper .easy-breadcrumb a {
  color: #237ac2;
}
.breadcrumb-wrapper .easy-breadcrumb .easy-breadcrumb_segment-title {
  font-weight: bold;
}
.breadcrumb-wrapper .easy-breadcrumb_segment-1,
.breadcrumb-wrapper .easy-breadcrumb_segment-2 {
  cursor: text;
}
.breadcrumb-wrapper .easy-breadcrumb_segment-separator {
  padding: 0 8px;
}
.breadcrumb-wrapper .easy-breadcrumb_segment-front:after {
  content: '\f015';
  font-family: 'FontAwesome';
}
.pager {
  padding: 32px 0 !important;
}
.pager .pager-next a:before,
.pager .pager-previous a:before,
.pager .pager-first a:before,
.pager .pager-last a:before,
.pager .pager-next a:after,
.pager .pager-previous a:after,
.pager .pager-first a:after,
.pager .pager-last a:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 32px;
}
.pager .pager-next a:before,
.pager .pager-previous a:before,
.pager .pager-first a:before,
.pager .pager-last a:before {
  padding-right: 32px;
}
.pager .pager-next a:after,
.pager .pager-previous a:after,
.pager .pager-first a:after,
.pager .pager-last a:after {
  padding-left: 32px;
}
.pager .pager-next a:after {
  content: '\e5cc';
}
.pager .pager-previous a:before {
  content: '\e5cb';
}
.pager li {
  padding: 0 !important;
  margin: 0 !important;
}
.pager li.first {
  float: left;
  margin-left: 0;
}
.pager li.last {
  float: right;
}
/*
 * MAPS
 */
#leaflet-map .leaflet-top,
#leaflet-map .leaflet-bottom {
  z-index: 5;
}
.ip-geoloc-map .leaflet-clickable {
  stroke: #c95100;
  fill: transparent;
  stroke-opacity: 0.8;
  stroke-width: 10;
}
#leaflet-map path {
  stroke: #c95100;
  stroke-opacity: 0.8;
  stroke-width: 10;
  fill: transparent;
}
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  width: 56px!important;
  height: 56px!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 58, 93, 0.4);
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  margin-top: 8px;
  margin-left: 8px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 21px;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #003a5d;
}
.marker-cluster-small div span,
.marker-cluster-medium div span,
.marker-cluster-large div span {
  line-height: 32px;
  vertical-align: middle;
}
.leaflet-top,
.leaflet-bottom {
  z-index: 401;
}
.leaflet-container {
  font: 17px/1.33em Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  z-index: 20;
}
.leaflet-container a.leaflet-popup-close-button {
  padding: 0;
  width: 24px;
  height: 24px;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 21px;
  line-height: 1em;
  background-color: #fff;
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.leaflet-popup-content-wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  -webkit-box-shadow: rgba(126, 126, 126, 0.4) 0 2px 3px;
  -moz-box-shadow: rgba(126, 126, 126, 0.4) 0 2px 3px;
  box-shadow: rgba(126, 126, 126, 0.4) 0 2px 3px;
}
.leaflet-popup-content {
  margin: 0;
  padding: 32px;
  width: 356px!important;
}
.leaflet-popup-content .btn {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.leaflet-popup-content img {
  max-width: 100%!important;
}
.content-map .leaflet-popup-content {
  width: 224px!important;
  padding: 16px;
  text-align: center;
}
.content-map .leaflet-popup-content .node-title {
  font-size: 21px;
}
/*
 * CALENDAR
 */
.calendar-calendar table tbody tr:nth-of-type(odd),
.calendar-calendar table tbody tr th {
  background-color: transparent;
}
.calendar-calendar th.days {
  padding: 8px 16px;
  font-size: 18px;
  text-transform: uppercase;
  color: #424242;
  border-color: #CCC;
  border-bottom-color: #eceff1;
  background-color: #eceff1;
}
.calendar-calendar td {
  border-color: #CCC;
}
.calendar-calendar td.empty {
  color: #424242;
}
.calendar-calendar td .inner div.day a {
  color: #003a5d;
  font-weight: 400;
}
.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 {
  display: inline-block;
  padding-left: 4px;
}
.calendar-calendar div.calendar {
  font-size: 12px;
  line-height: 1.2em;
}
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview,
.calendar-calendar .day-view .full div.single-day div.dayview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background-color: #fff;
}
.calendar-calendar td.no-date .all-day {
  display: none;
}
.calendar-calendar td.no-date .no-time {
  display: none;
}
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background-color: #237ac2;
}
.calendar-calendar .month-view .full td.multi-day div.monthview a:hover,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues a:hover,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff a:hover,
.calendar-calendar .week-view .full td.multi-day div.weekview a:hover,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues a:hover,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff a:hover,
.calendar-calendar .day-view .full td.multi-day div.dayview a:hover {
  color: #fff;
}
.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview {
  border-color: #CCC;
}
.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
  background-color: transparent;
}
.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full td.single-day.today,
.calendar-calendar .month-view .full td.date-box.today,
.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-color: #237ac2;
}
.calendar-calendar .month-view .full td.date-box.today {
  color: #237ac2;
}
.view-calendar.view .view-header {
  float: left;
  width: 100%;
  clear: both;
}
.view-calendar.view .view-header .rss {
  top: 5px;
  z-index: 5;
}
.addtocal {
  /*
  position:absolute;
  z-index:@zIndex-1;
  top:0;
  right:0;
  margin:0;
  display:inline-block;
  min-width:196px;
*/
  position: absolute;
  top: 0;
  right: 48px;
  padding: 10px 8px 11px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CCC;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.addtocal:before {
  content: '\E878';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  padding-right: 6px;
  font-size: 18px;
  line-height: 1em;
}
#content ul.addtocal_menu {
  /*
  z-index:@zIndex-1;
  top:46px!important;
  width:196px;
  */
  margin-top: 21px;
  padding: 0;
  list-style: none;
  border: 2px solid #CCC;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#content ul.addtocal_menu li {
  padding: 0;
}
#content ul.addtocal_menu li a {
  font-size: 18px;
  padding: 12px 16px;
}
#content ul.addtocal_menu li a:before {
  content: '\E147';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 17px;
  padding-right: 8px;
}
#content ul.addtocal_menu li a:hover {
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.date-nav-wrapper .item-list .pager {
  margin: 0;
  padding: 0!important;
}
.date-nav-wrapper .item-list .pager li {
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #237ac2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.date-nav-wrapper .item-list .pager li:hover {
  background-color: #237ac2;
}
.date-nav-wrapper .item-list .pager li.date-prev {
  border-right: 1px solid #237ac2;
}
.date-nav-wrapper .item-list .pager li.date-next {
  border-left: 1px solid #237ac2;
}
.date-nav-wrapper .item-list .pager li a {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #003a5d;
}
.date-nav-wrapper .item-list .pager li a:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 24px;
  line-height: 29px;
}
.date-nav-wrapper .item-list .pager li a:hover {
  color: #fff;
}
.view .date-nav-wrapper .date-prev a:before,
.view .date-nav-wrapper .date-prev a:before {
  content: '\E314';
}
.view .date-nav-wrapper .date-next a:before,
.view .date-nav-wrapper .date-next a:before {
  content: '\E315';
}
.block-views .view .date-nav-wrapper .date-prev {
  left: inherit;
  right: 32px;
}
#block-views-calendar-block-3 {
  display: none;
}
/*
 * SHARE ICONS
 */
.share42-wrap {
  position: relative;
  z-index: 10;
  text-align: right;
}
.share42-wrap .fa {
  font-size: 32px;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.share42-wrap .fa:hover {
  cursor: pointer;
}
.share42-wrap .share42init {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 40px;
  width: 120px;
  text-align: right;
}
.share42-wrap .share42init a {
  transform: scaleY(0.4) scaleX(0.4) translateY(0px) translateX(32px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.share42-wrap .share42init a:hover {
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.share42-wrap .share42init .share42-item:nth-child(1) a {
  transition-delay: 0.2s;
}
.share42-wrap .share42init .share42-item:nth-child(2) a {
  transition-delay: 0.15s;
}
.share42-wrap .share42init .share42-item:nth-child(3) a {
  transition-delay: 0.1s;
}
.share42-wrap.active .fa {
  opacity: 1;
}
.share42-wrap.active .share42init {
  display: block;
}
.share42-wrap.active .share42init a {
  transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
  opacity: 1;
}
.page-node .share42-wrap {
  float: right;
  margin-right: -32px;
  margin-bottom: -32px;
}
/*
 * AJAX
 */
.ajax-progress,
.ajax-progress-throbber {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  vertical-align: middle;
  text-align: center;
}
.ajax-progress {
  z-index: 600;
}
.ajax-progress .throbber {
  position: absolute;
  top: 40%;
  left: 48%;
  width: 160px;
  height: 160px;
  max-width: 100%;
  border-radius: 50%;
  background: url(../images/ajax-loader.gif) 50% 50% no-repeat #fff;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  z-index: 501;
}
@-moz-document url-prefix() {
  .home-search-wrap .home-form-wrap.active {
    margin-top: 84px;
  }
  .front #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu,
  .node-type-page-section-landing #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu,
  .node-type-section-landing-page #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
    top: 88px !important;
  }
  .front #header.shrunk #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu,
  .node-type-page-section-landing #header.shrunk #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu,
  .node-type-section-landing-page #header.shrunk #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
    top: 71px !important;
  }
}
/*
 * LOGGED IN
 */
.logged-in.node-type-page-section-landing #main.shrunk .section-banner-wrapper .section-banner .title,
.logged-in.node-type-section-landing-page #main.shrunk .section-banner-wrapper .section-banner .title {
  top: 109px;
}
.logged-in.node-type-page-section-landing #main,
.logged-in.node-type-section-landing-page #main {
  margin-top: 140px !important;
}
.logged-in.node-type-page-section-landing #main.shrunk,
.logged-in.node-type-section-landing-page #main.shrunk {
  margin-top: 60px !important;
}
.logged-in.node-type-page-section-landing #main.notice,
.logged-in.node-type-section-landing-page #main.notice {
  margin-top: 240px !important;
}
.logged-in.node-type-page-section-landing #main.shrunk.notice,
.logged-in.node-type-section-landing-page #main.shrunk.notice {
  margin-top: 200px !important;
}
/*
 * BANNER ------------------------------------/
 */
.flex-direction-nav .flex-disabled {
  display: none;
}
.front .banner-border {
  position: absolute;
  bottom: 0px !important;
}
.banner-border {
  position: relative;
  overflow: hidden;
  height: 20px !important;
  bottom: 48px !important;
}
/*
 * QUICKLINKS --------------------------------/
 */
.quicklinks-wrapper {
  padding: 64px 0 0 0 !important;
  position: relative;
}
.quicklinks-wrapper:before {
  border-color: #fff transparent transparent transparent;
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
}
.quicklinks-wrapper:after {
  border-color: #eceff1 transparent transparent transparent !important;
}
.quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-body {
  color: #424242 !important;
}
/*
 * TWITTER ---------------------------------------/
 */
#block-views-tweets-block-1 {
  padding: 32px 0 64px;
  width: 100%;
  float: left;
  clear: both;
}
#block-views-tweets-block-1 > .container {
  padding: 0;
}
#block-views-tweets-block-1 .title {
  margin-bottom: 32px;
  text-align: center;
  color: #424242;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
}
#block-views-tweets-block-1 .item-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-views-tweets-block-1 .item-list > ul > li {
  margin: 0;
  padding-right: 64px;
}
#block-views-tweets-block-1 .views-field-created-time {
  display: block;
  margin-bottom: -32px;
  color: #999;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  text-align: right;
}
#block-views-tweets-block-1 .twitter-status {
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  color: #767676;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#block-views-tweets-block-1 .twitter-status:hover {
  color: #424242;
}
#block-views-tweets-block-1 .twitter-status .name-handle {
  padding-right: 48px;
}
#block-views-tweets-block-1 .twitter-status .name-handle .name a {
  margin: 0;
}
#block-views-tweets-block-1 .twitter-status .timestamp {
  display: none;
}
#block-views-tweets-block-1 .twitter-status .actions {
  margin-top: 10px;
  margin-left: 60px;
  text-align: left;
  visibility: visible;
}
#block-views-tweets-block-1 .twitter-status .actions a {
  display: block;
  margin: 0 8px 0 0;
}
#block-views-tweets-block-1 .twitter-status .actions a:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  margin-right: 2px;
  font-size: 15px;
}
#block-views-tweets-block-1 .twitter-status .actions li:nth-child(1) a:before {
  content: '\E15E';
}
#block-views-tweets-block-1 .twitter-status .actions li:nth-child(1) a:hover {
  color: #237ac2;
}
#block-views-tweets-block-1 .twitter-status .actions li:nth-child(2) a:before {
  content: '\E040';
}
#block-views-tweets-block-1 .twitter-status .actions li:nth-child(2) a:hover {
  color: #bccb21;
}
#block-views-tweets-block-1 .twitter-status .actions li:nth-child(3) a {
  margin-right: 0;
}
#block-views-tweets-block-1 .twitter-status .actions li:nth-child(3) a:before {
  content: '\E87D';
}
#block-views-tweets-block-1 .twitter-status .actions li:nth-child(3) a:hover {
  color: #B71234;
}
#block-views-tweets-block-1 .twitter-status .material-icons {
  display: none;
}
/*
 * CALENDAR --------------------------------------/
 */
.date-nav-wrapper {
  z-index: 6;
}
.date-nav-wrapper .item-list .pager li a:hover:before {
  color: #fff;
}
.calendar-calendar .month-view .full td.multi-day a {
  color: #fff !important;
}
.calendar-calendar .month-view .full td.multi-day a:hover {
  text-decoration: underline;
}
.calendar-calendar .month-view .full td.multi-day .monthview,
.calendar-calendar .month-view .full td.multi-day .dayview {
  height: 48px !important;
}
.view-calendar.view .view-header .rss {
  z-index: 7 !important;
  width: 50%;
}
/*
 * RSS -----------------------------------------/
 */
.view .view-header {
  position: relative;
  margin-top: 32px;
}
.view .view-header > .rss {
  position: absolute;
  top: -32px;
  margin-bottom: 32px;
  width: 100%;
}
.view .view-header > .rss a {
  border: 1px solid #c95100;
  color: #c95100 !important;
  padding: 8px 16px 8px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.view .view-header > .rss a:hover {
  background: #c95100;
  color: #fff !important;
  -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
}
.breadcrumb {
  padding-top: 64px !important;
  padding-left: 136px !important;
}
/*
 * FOOTER
 */
#site-footer .container {
  max-width: 1280px;
}
#site-footer .footer-social {
  padding: 64px 0;
  background: #eceff1 url('../images/footer_bg_small_top.png') bottom repeat-x;
}
#site-footer .footer-social i {
  color: #237ac2;
}
#site-footer .footer-social .footer-social-icons {
  margin-bottom: 0;
  padding: 0 20px;
}
#site-footer .footer-social .footer-social-icons .tooltip {
  padding-right: 0;
}
#site-footer .footer-social .footer-social-icons i {
  font-size: 32px;
}
#site-footer .footer-social .footer-social-icons i:hover {
  color: #003a5d;
}
#site-footer .footer-social .footer-social-links {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 3%;
  text-align: right;
}
#site-footer .footer-social .footer-social-links ul {
  margin: 0;
}
#site-footer .footer-social .footer-social-links ul li {
  float: left;
  padding-right: 9.5%;
}
#site-footer .footer-social .footer-social-links ul li:last-child {
  padding-right: 0;
}
#site-footer .footer-social .footer-social-links ul li:first-of-type a:before {
  content: '\f0E6';
  font-family: 'FontAwesome';
}
#site-footer .footer-social .footer-social-links ul li:nth-of-type(2) a:before {
  content: '\f003';
  font-family: 'FontAwesome';
}
#site-footer .footer-social .footer-social-links ul li:last-of-type a:before {
  content: '\f1ea';
  font-family: 'FontAwesome';
}
#site-footer .footer-social .footer-social-links ul li a:before {
  padding-right: 8px;
  vertical-align: middle;
  font-size: 32px;
}
#site-footer .footer-social .footer-social-links ul li i {
  padding-right: 8px;
  vertical-align: middle;
  font-size: 32px;
}
#site-footer .footer-social .tooltip {
  position: relative;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
}
#site-footer .footer-social .tooltip .tooltip-text {
  visibility: hidden;
  width: 100px;
  background: #fff;
  color: #003a5d;
  text-align: center;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: -72px;
  left: -38px;
}
#site-footer .footer-social .tooltip .tooltip-text:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#site-footer .footer-social .tooltip:hover .tooltip-text {
  visibility: visible;
}
#site-footer .footer-bottom {
  padding: 64px 0 32px 0;
  background: #fff url('/sites/all/themes/kelowna/images/footer_bg_small_bottom.png') top repeat-x;
}
#site-footer .footer-bottom .footer-copy-menu {
  padding-right: 0;
  padding-left: 20px;
}
#site-footer .footer-bottom .footer-copyright {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 64px;
  font-size: 16px;
  color: #424242;
}
#site-footer .footer-bottom .footer-menu {
  display: inline-block;
  margin-bottom: 0;
  font-size: 17px;
}
#site-footer .footer-bottom .footer-menu .menu {
  margin: 0;
}
#site-footer .footer-bottom .footer-menu .menu li {
  display: inline-block;
  padding-right: 24px;
}
#site-footer .footer-bottom .footer-menu .menu li.last {
  padding-right: 0;
}
#site-footer .footer-bottom .footer-backtotop {
  position: relative;
  margin-bottom: 0;
  max-width: 80px;
  float: right;
  text-transform: uppercase;
  top: -28px;
}
#site-footer .footer-bottom .footer-backtotop a {
  display: block;
  padding-top: 32px;
}
#site-footer .footer-bottom .footer-backtotop a i {
  position: absolute;
  top: 4px;
  display: block;
  color: #237ac2;
  font-size: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#site-footer .footer-bottom .footer-backtotop a:hover i {
  top: 0;
}
/*
 * HOMEPAGE
 */
.front .homepage-banner .item-list li {
  margin: 0;
}
.front .logo-main {
  opacity: 1;
}
.front .logo-inside {
  opacity: 0;
}
.front #main .banner-wrap {
  height: 491px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}
.front #main .banner-wrap #banner {
  height: 100%;
  overflow: hidden;
}
.front #main .banner-wrap #banner .parallax-window {
  min-height: 529px;
}
.front #main .banner-wrap #banner .flex-control-nav {
  text-align: center;
  position: relative;
  z-index: 10;
  top: 350px;
}
.front #main .banner-wrap #banner .flex-control-nav li {
  display: inline-block;
  padding: 0 8px;
}
.front #main .banner-wrap #banner .flex-control-nav li a {
  color: #fff;
  cursor: pointer;
}
.front #main .banner-wrap #banner .flex-control-nav li a i {
  border: 3px solid #fff;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
}
.front #main .banner-wrap #banner .flex-control-nav li a.flex-active {
  color: #237ac2;
}
.front #main .banner-wrap #banner .flex-control-nav li a.flex-active i {
  background: #237ac2;
}
.front #main .banner-wrap #banner .item-list {
  height: 100%;
}
.front #main .banner-wrap #banner .item-list ul {
  margin: 0;
}
.front #main .banner-wrap #banner .item-list ul img {
  max-width: none;
  width: auto;
  height: 100%;
}
.front #main .banner-wrap .banner-border {
  z-index: 10;
  height: 0px;
  background: transparent;
  bottom: 20px;
  width: 100%;
}
.front #main .banner-wrap .banner-border:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 50%;
  height: 20px;
  top: 0;
  background-color: #fff;
  -webkit-transform: skew(44deg);
  -moz-transform: skew(44deg);
  -o-transform: skew(44deg);
  -ms-transform: skew(44deg);
  transform: skew(44deg);
}
.front #main .banner-wrap .banner-border:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 50%;
  height: 20px;
  top: 0;
  background-color: #fff;
  -webkit-transform: skew(-44deg);
  -moz-transform: skew(-44deg);
  -o-transform: skew(-44deg);
  -ms-transform: skew(-44deg);
  transform: skew(-44deg);
}
.front #main .quicklinks-wrapper {
  padding: 64px 0!important;
  background-color: #fff;
}
.front #main .quicklinks-wrapper .flex-viewport:before {
  background-color: #fff;
}
.front #main .quicklinks-wrapper:after {
  border-top-color: #fff !important;
}
.front #main .spotlights-news-wrapper {
  background: #eceff1;
  padding: 64px 0;
  position: relative;
}
.front #main .spotlights-news-wrapper .spotlights {
  width: 53%;
  margin-bottom: 0;
  padding-right: 0;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper {
  display: block;
  width: 100%;
  float: left;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul {
  height: 432px;
  margin: 0;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-1 {
  width: 100%;
  height: 100%;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-2 {
  width: 50%;
  height: 100%;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-2:first-of-type {
  float: left;
  padding-right: 8px;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-2:nth-of-type(2) {
  float: right;
  padding-left: 8px;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-3 {
  float: right;
  width: 50%;
  height: 50%;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-3:first-of-type {
  float: left;
  height: 100%;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-3:nth-of-type(2) {
  padding-bottom: 8px;
  padding-left: 16px;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-3:nth-of-type(3) {
  padding-top: 8px;
  padding-left: 16px;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-4 {
  width: 50%;
  height: 50%;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-4:nth-of-type(1),
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-4:nth-of-type(3) {
  float: left;
  padding-right: 8px;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-4:nth-of-type(2),
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-4:nth-of-type(4) {
  float: right;
  padding-left: 8px;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-4:nth-of-type(1),
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-4:nth-of-type(2) {
  padding-bottom: 8px;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-4:nth-of-type(3),
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-4:nth-of-type(4) {
  padding-top: 8px;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li .spotlight-item {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li .spotlight-item div {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li .spotlight-item span {
  z-index: 20;
  font-size: 21px;
  line-height: 1em;
  background: #fff;
  color: #003a5d;
  padding: 8px 8px 8px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li .spotlight-item span i {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #61aee1;
  font-size: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li .spotlight-item:hover div {
  -webkit-transform: scale(1.1);
  /* Saf3.1+, Chrome */
  -moz-transform: scale(1.1);
  /* FF3.5+ */
  -ms-transform: scale(1.1);
  /* IE9 */
  -o-transform: scale(1.1);
  /* Opera 10.5+ */
  transform: scale(1.1);
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li .spotlight-item:hover span {
  color: #fff;
  background: #237ac2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li .spotlight-item:hover span i {
  left: 8px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front #main .spotlights-news-wrapper .videos {
  margin-bottom: 0;
}
.front #main .spotlights-news-wrapper .videos .homepage-video {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 32px 32px 50% 32px;
}
.front #main .spotlights-news-wrapper .videos .homepage-video .video-content .video-title {
  padding: 8px 16px;
  background: #fff;
  color: #237ac2;
  position: absolute;
  bottom: 32px;
  left: 32px;
  font-size: 21px;
  margin-right: 32px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
.front #main .spotlights-news-wrapper .videos .homepage-video .video-content .popup-video i {
  position: absolute;
  top: 42%;
  left: 45%;
  font-size: 64px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front #main .spotlights-news-wrapper .videos .homepage-video .video-content .popup-video i:hover {
  color: #237ac2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front #main .spotlights-news-wrapper .news {
  width: 47%;
  margin-bottom: 0;
  padding-left: 52px;
}
.front #main .spotlights-news-wrapper .news .block-title {
  padding-left: 8px;
  font-size: 30px;
}
.front #main .spotlights-news-wrapper .news .view-news .view-content {
  padding-left: 8px;
}
.front #main .spotlights-news-wrapper .news .view-news .view-content .news-item {
  padding-bottom: 28px;
  padding-left: 32px;
  position: relative;
}
.front #main .spotlights-news-wrapper .news .view-news .view-content .news-item a:before {
  content: '\e5cc';
  font-size: 32px;
  color: #61aee1;
  position: absolute;
  left: -4px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front #main .spotlights-news-wrapper .news .view-news .view-content .news-item a:hover:before {
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front #main .spotlights-news-wrapper .news .view-news .view-content .news-item .title {
  font-size: 24px;
}
.front #main .spotlights-news-wrapper .news .view-news .view-footer {
  width: 100%;
  float: left;
  padding-top: 24px;
  font-size: 24px;
  border-top: 1px solid #c9cbcd;
}
.front #main .spotlights-news-wrapper .news .view-news .view-footer [class*="callout"] {
  padding-bottom: 16px;
}
.front #main .spotlights-news-wrapper .news .view-news .view-footer [class*="callout"] i {
  color: #61aee1;
  font-size: 32px;
  padding-right: 8px;
  vertical-align: middle;
}
.front #main .spotlights-news-wrapper:after {
  border-color: #eceff1 transparent transparent transparent;
  z-index: 2;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
}
.front #main .facts-wrapper {
  position: relative;
  padding: 32px 0;
  background: #237ac2;
}
.front #main .facts-wrapper:after {
  border-color: #237ac2 transparent transparent transparent;
  z-index: 1;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper {
  width: 100%;
  display: block;
  float: left;
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul {
  width: 100%;
  margin: 0;
  float: left;
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li {
  position: relative;
  margin-bottom: 0;
  padding: 0 32px;
  text-align: center;
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li:after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 32px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.28);
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li:last-of-type:after {
  display: none;
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li .fact {
  position: relative;
  padding: 24px;
  margin: 0 auto;
  min-height: 208px;
  max-width: 352px;
  background: #237ac2;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li .fact .fact-number,
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li .fact .fact-title {
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
  color: #fff;
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li .fact .fact-body {
  font-size: 21px;
  margin-top: 20px;
  color: #fff;
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li:hover .fact {
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li:hover .fact .fact-number,
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li:hover .fact .fact-title {
  color: #237ac2;
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li:hover .fact .fact-body {
  color: #767676;
}
.front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li:hover .fact:before {
  z-index: 3;
  border-color: #237ac2 transparent transparent transparent;
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
}
.front #main .promo-bg-wrapper {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.front #main .promo-bg-wrapper .promos-wrapper {
  min-height: 500px;
  padding: 64px 0;
  text-align: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
}
.front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view {
  position: relative;
}
.front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  padding: 0 9%;
}
.front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li {
  max-width: 352px;
  float: left;
  text-align: center;
  margin-bottom: 64px;
  padding: 0;
}
.front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li:last-of-type {
  float: right;
}
.front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li .promo-wrapper {
  background: #fff;
  padding: 32px 24px 48px;
  position: relative;
}
.front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li .promo-wrapper a {
  color: #424242;
}
.front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li .promo-wrapper .promo-title {
  font-size: 40px;
  line-height: 42px;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  padding: 0 0 16px;
}
.front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li .promo-wrapper .button {
  position: absolute;
  right: 16px;
  bottom: -32px;
  left: 16px;
  background-color: #fff;
}
.front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li:hover a {
  color: #fff;
}
.front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li:hover .button {
  color: #fff !important;
  background-color: #237ac2;
}
.front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li:hover .promo-wrapper {
  background: #003a5d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*
 * SECTION LANDING
 */
.safari-mac {
  /*.home-search-wrap .home-search {
    margin-left:30%;
  }*/
}
.chrome .node-type-page-section-landing #main .section-banner-wrapper,
.chrome .node-type-section-landing-page #main .section-banner-wrapper {
  overflow-y: visible;
  /*    .section-banner {
      overflow-y:visible;
    }*/
}
.parallax-mirror img {
  width: 100%;
  float: left;
}
#main {
  margin-top: 160px;
}
.notice:not(.closed-notice) #main {
  margin-top: 272px !important;
}
#main .section-banner-wrapper {
  position: relative;
  height: 264px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#main .section-banner-wrapper .section-banner {
  margin-bottom: 32px;
}
#main .section-banner-wrapper .section-banner.parallax-window {
  height: 100%;
}
#main .section-banner-wrapper .section-banner img {
  z-index: 1;
}
#main .section-banner-wrapper .section-banner .container {
  position: relative;
  z-index: 50;
}
#main .section-banner-wrapper .section-banner .search-block {
  position: relative;
  top: 48px;
  width: 380px;
  float: right;
  padding-right: 5%;
}
#main .section-banner-wrapper .section-banner .search-block .form-text {
  width: 100%;
  border: 2px solid #bccb21;
}
#main .section-banner-wrapper .section-banner .search-block .search-icon {
  left: inherit;
  right: 0;
}
#main .section-banner-wrapper .section-banner .search-block .views-exposed-widgets {
  margin: 0;
}
#main .section-banner-wrapper .section-banner .search-block .views-exposed-form .form-item input[type="text"] {
  padding: 8px 36px 9px 8px !important;
}
#main .section-banner-wrapper .section-banner .search-block .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}
#main .section-banner-wrapper .section-banner .title {
  position: relative;
  top: 110px;
  font-size: 30px;
  background: #fff;
  padding: 16px 32px;
  display: inline-block;
}
#main .section-banner-wrapper .banner-border {
  height: 0px;
  background: transparent;
  bottom: 20px;
  width: 100%;
}
#main .section-banner-wrapper .banner-border:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 50%;
  height: 20px;
  top: 0;
  background-color: #fff;
  -webkit-transform: skew(44deg);
  -moz-transform: skew(44deg);
  -o-transform: skew(44deg);
  -ms-transform: skew(44deg);
  transform: skew(44deg);
}
#main .section-banner-wrapper .banner-border:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 50%;
  height: 20px;
  top: 0;
  background-color: #fff;
  -webkit-transform: skew(-44deg);
  -moz-transform: skew(-44deg);
  -o-transform: skew(-44deg);
  -ms-transform: skew(-44deg);
  transform: skew(-44deg);
}
#main .container #content .page-content {
  border-left: 0 !important;
  padding: 0 32px !important;
}
.node-type-page-section-landing .view-section-links-field-collection-view,
.node-type-section-landing-page .view-section-links-field-collection-view {
  float: left;
  width: 100%;
  display: block;
  background: #fff;
  position: relative;
}
.node-type-page-section-landing .view-section-links-field-collection-view:after,
.node-type-section-landing-page .view-section-links-field-collection-view:after {
  border-color: #fff transparent transparent transparent;
  z-index: 2;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
}
.node-type-page-section-landing .view-section-links-field-collection-view .section-links-view-wrapper .section-link .section-link-description,
.node-type-section-landing-page .view-section-links-field-collection-view .section-links-view-wrapper .section-link .section-link-description {
  color: #767676;
}
.node-type-page-section-landing .view-section-links-field-collection-view .section-links-view-wrapper .section-link .section-link-url,
.node-type-section-landing-page .view-section-links-field-collection-view .section-links-view-wrapper .section-link .section-link-url {
  position: relative;
  margin-bottom: 0;
}
.node-type-page-section-landing .view-section-links-field-collection-view .section-links-view-wrapper .section-link .section-link-url a,
.node-type-section-landing-page .view-section-links-field-collection-view .section-links-view-wrapper .section-link .section-link-url a {
  color: #003a5d;
}
.node-type-page-section-landing .view-section-links-field-collection-view .section-links-view-wrapper .section-link .section-link-url:before,
.node-type-section-landing-page .view-section-links-field-collection-view .section-links-view-wrapper .section-link .section-link-url:before {
  opacity: 0;
  position: absolute;
  left: -32px;
  top: 0;
  content: '\E5CC';
  font-size: 32px;
  margin-left: -32px;
  color: #237ac2;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.node-type-page-section-landing .view-section-links-field-collection-view .section-links-view-wrapper .section-link:hover .section-link-url a,
.node-type-section-landing-page .view-section-links-field-collection-view .section-links-view-wrapper .section-link:hover .section-link-url a {
  color: #237ac2;
}
.node-type-page-section-landing .view-section-links-field-collection-view .section-links-view-wrapper .section-link:hover .section-link-url:before,
.node-type-section-landing-page .view-section-links-field-collection-view .section-links-view-wrapper .section-link:hover .section-link-url:before {
  opacity: 1;
  left: 0;
}
.node-type-page-section-landing .view-section-links-field-collection-view .section-links-view-wrapper .section-link:hover .section-link-description,
.node-type-section-landing-page .view-section-links-field-collection-view .section-links-view-wrapper .section-link:hover .section-link-description {
  color: #424242;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.node-type-page-section-landing .view-section-links-field-collection-view ul,
.node-type-section-landing-page .view-section-links-field-collection-view ul {
  list-style: none !important;
  padding-left: 0 !important;
}
.node-type-page-section-landing .view-section-links-field-collection-view ul li:nth-child(3n+4),
.node-type-section-landing-page .view-section-links-field-collection-view ul li:nth-child(3n+4) {
  clear: left;
}
.node-type-page-section-landing .quicklinks-wrapper,
.node-type-section-landing-page .quicklinks-wrapper {
  padding: 64px 0 32px!important;
  background-color: #eceff1;
}
.node-type-page-section-landing .quicklinks-wrapper .button,
.node-type-section-landing-page .quicklinks-wrapper .button {
  background-color: #fff;
}
.node-type-page-section-landing .quicklinks-wrapper .button:hover,
.node-type-section-landing-page .quicklinks-wrapper .button:hover {
  background-color: #237ac2;
}
.node-type-page-section-landing .quicklinks-wrapper .flex-viewport:before,
.node-type-section-landing-page .quicklinks-wrapper .flex-viewport:before {
  background-color: #eceff1;
}
.node-type-page-section-landing .section-footer-image-wrapper,
.node-type-section-landing-page .section-footer-image-wrapper {
  padding: 64px 0;
}
.node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper,
.node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper ul,
.node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper ul {
  margin-bottom: 0;
}
.node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image,
.node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image {
  position: relative;
}
.node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title,
.node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title {
  position: absolute;
  top: 5.5%;
  padding: 2.5% 5%;
}
.node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span,
.node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span {
  position: relative;
  z-index: 20;
  padding: 12px 24px;
  font-size: 30px;
  line-height: 1.75em;
  background: #fff;
  color: #003a5d;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span i,
.node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span i {
  color: #237ac2;
  font-size: 36px;
  line-height: 1.5em;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image:hover .section-footer-image-title span,
.node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image:hover .section-footer-image-title span {
  color: #fff;
  background: #237ac2;
}
.node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image:hover .section-footer-image-title span i,
.node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image:hover .section-footer-image-title span i {
  color: #fff;
}
/*
 * INSIDE PAGE
 */
#block-search-form .block-title {
  text-indent: -9999px;
  display: block;
  width: 0;
  position: absolute;
}
#block-search-form ul.ui-autocomplete {
  overflow-x: hidden !important;
  left: inherit !important;
  position: absolute;
  right: 0;
  padding-left: 0 !important;
  border: 2px solid #bccb21 !important;
}
#block-search-form ul.ui-autocomplete > li .ui-autocomplete-field-nothing a > span {
  display: none;
}
.not-front .banner-border {
  position: relative;
  height: 0px;
  background: transparent;
  bottom: 20px;
  width: 100%;
}
.not-front .banner-border:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 50%;
  height: 20px;
  top: 0;
  background-color: #fff;
  -webkit-transform: skew(44deg);
  -moz-transform: skew(44deg);
  -o-transform: skew(44deg);
  -ms-transform: skew(44deg);
  transform: skew(44deg);
}
.not-front .banner-border:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 50%;
  height: 20px;
  top: 0;
  background-color: #fff;
  -webkit-transform: skew(-44deg);
  -moz-transform: skew(-44deg);
  -o-transform: skew(-44deg);
  -ms-transform: skew(-44deg);
  transform: skew(-44deg);
}
.not-front .banner-border:before,
.not-front .banner-border:after {
  top: initial !important;
  bottom: 0;
}
.not-front #main .searchpage-search-wrapper .container .search-tips {
  float: left;
  color: #fff;
  margin-top: 53px;
  margin-left: 5px;
}
.not-front #main .searchpage-search-wrapper .container .search-tips a {
  color: #fff;
}
.not-front #main .container #content {
  /*
				 * IMAGE GALLERY
				 */
}
.not-front #main .container #content .block-views .block-title {
  margin-bottom: 0;
  color: #666;
  font-size: 0.94em;
  text-transform: uppercase;
}
.not-front #main .container #content .sidebar_first {
  position: relative;
  margin-right: -1px;
  margin-bottom: 0;
  padding: 0 32px;
  border-right: 1px solid #CCC;
}
.not-front #main .container #content .sidebar_first .block-title {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #CCC;
  color: #003a5d;
}
.not-front #main .container #content .sidebar_first .block-title:before {
  content: "";
  display: inline-block;
  height: 80px;
  width: 1%;
  margin-left: -1%;
  vertical-align: middle;
}
.not-front #main .container #content .sidebar_first .block-title a {
  display: inline-block;
  width: 99%;
  vertical-align: middle;
  padding: 0 14px;
  line-height: 1.2em;
  color: #003a5d;
}
.not-front #main .container #content .sidebar_first .block-title a:before {
  content: '\E5CB';
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -16px;
  color: #237ac2;
  font-size: 34px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.not-front #main .container #content .sidebar_first .block-title a:hover {
  color: #237ac2;
}
.not-front #main .container #content .sidebar_first .block-title a:hover:before {
  left: -32px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.not-front #main .container #content .sidebar_first ul.menu {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.not-front #main .container #content .sidebar_first ul.menu li {
  padding-bottom: 12px;
}
.not-front #main .container #content .sidebar_first ul.menu li a {
  display: block;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu {
  list-style: none !important;
  padding-left: 0;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li > a {
  padding-left: 30px;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li.expanded > a {
  position: relative;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li.expanded > a:before,
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li.expanded > a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  content: '';
  width: auto;
  height: auto;
  width: 14px;
  height: 2px;
  background: #237ac2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li.expanded > a:after {
  width: 2px;
  height: 14px;
  left: 6px;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li.expanded.open > a {
  color: #237ac2;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li.expanded.open > a:after {
  display: none;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li.is-active > a {
  color: #237ac2;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li.is-active-trail > ul {
  display: block;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li.is-active-trail > ul li.is-active-trail > ul {
  display: block;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li ul {
  margin-left: 45px;
  margin-top: 16px;
  margin-bottom: 0;
  display: none;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li ul ul {
  margin-left: 30px;
}
.not-front #main .container #content .sidebar_first .menu-block-wrapper > .menu > li ul a.active span {
  display: inline-block;
  border-bottom: 2px solid #237ac2;
}
.not-front #main .container #content .page-content {
  margin-bottom: 40px;
  padding: 0 80px 16px;
  border-left: 1px solid #CCC !important;
}
.not-front #main .container #content .page-content.col-1-1 {
  padding: 0 32px;
  border-left: none !important;
  margin-bottom: 20px;
}
.not-front #main .container #content .page-content .title-search-wrapper {
  position: relative;
  margin-bottom: 32px;
  padding: 0 208px 0 48px;
  border-bottom: 1px solid #CCC;
}
.not-front #main .container #content .page-content .title-search-wrapper:before {
  content: "";
  display: inline-block;
  height: 80px;
  width: 1px;
  margin-left: -1%;
  vertical-align: middle;
}
.not-front #main .container #content .page-content .title-search-wrapper h2.sub_title {
  position: absolute;
  top: 5px;
  left: 43px;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
}
@media only screen and (max-width: 1280px) {
  .not-front #main .container #content .page-content .title-search-wrapper h2.sub_title {
    left: 29px;
  }
}
@media only screen and (max-width: 1030px) {
  .not-front #main .container #content .page-content .title-search-wrapper h2.sub_title {
    left: 21px;
  }
}
@media only screen and (max-width: 800px) {
  .not-front #main .container #content .page-content .title-search-wrapper h2.sub_title {
    left: 12px;
    top: -13px;
  }
}
@media only screen and (max-width: 600px) {
  .not-front #main .container #content .page-content .title-search-wrapper h2.sub_title {
    left: 13px;
  }
}
@media only screen and (max-width: 400px) {
  .not-front #main .container #content .page-content .title-search-wrapper h2.sub_title {
    left: 15px;
  }
}
.not-front #main .container #content .page-content .title-search-wrapper .title {
  display: inline-block;
  width: 99%;
  vertical-align: middle;
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .not-front #main .container #content .page-content .title-search-wrapper .title {
    margin-top: 7px;
  }
}
.not-front #main .container #content .page-content .title-search-wrapper .search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 192px;
  margin-bottom: 0;
}
.not-front #main .container #content .page-content .inside-banner .region-inside-banner {
  z-index: -1;
}
.not-front #main .container #content .page-content .inside-banner .region-inside-banner .field-name-field-banner-image {
  margin: 0 0 32px;
}
.not-front #main .container #content .page-content .inside-banner .region-inside-banner > .block-cck-blocks {
  position: relative;
  margin-top: -17px;
  margin-bottom: 32px;
  width: 100%;
  float: left;
}
.not-front #main .container #content .page-content .inside-banner .region-inside-banner > .block-cck-blocks img {
  display: block;
}
.not-front #main .container #content .page-content .inside-banner .region-inside-banner > .block-cck-blocks .flex-control-nav {
  position: absolute;
  z-index: 20;
  bottom: 32px;
  width: 100%;
  margin: 0;
  padding-left: 0;
  text-align: center;
}
.not-front #main .container #content .page-content .inside-banner .region-inside-banner > .block-cck-blocks .flex-control-nav li {
  display: inline-block;
  padding: 0 6px;
}
.not-front #main .container #content .page-content .inside-banner .region-inside-banner > .block-cck-blocks .flex-control-nav li a i {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
}
.not-front #main .container #content .page-content .inside-banner .region-inside-banner > .block-cck-blocks .flex-control-nav li a.flex-active i {
  color: #bccb21;
  background: #bccb21;
  border: 1px solid #bccb21;
}
.not-front #main .container #content .page-content .inside-banner .region-inside-banner > .block-cck-blocks .flex-direction-nav {
  display: none;
}
.not-front #main .container #content .page-content .main-content {
  padding: 0 48px;
  margin-bottom: 40px;
}
.not-front #main .container #content .page-content .main-content img {
  height: auto !important;
}
.not-front #main .container #content .page-content .main-content img.img-left {
  margin-left: -32px;
}
.not-front #main .container #content .page-content .main-content img.img-right {
  margin-right: -32px;
}
.not-front #main .container #content .page-content .main-content img.img-center {
  display: block;
  margin: 0 auto;
}
.not-front #main .container #content .page-content fieldset.group-content-management {
  display: none;
}
.not-front #main .container #content .page-content .related-content {
  position: relative;
  margin-top: 80px;
}
.not-front #main .container #content .page-content .related-content .region-title {
  font: 24px/32px "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  color: #767676;
  text-transform: none;
}
.not-front #main .container #content .page-content .related-content .related-items {
  border-top: 1px solid #CCC;
  margin-top: 30px;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item {
  padding: 30px 0;
  border-bottom: 1px solid #CCC;
  font-size: 18px;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item ul {
  font-size: 18px !important;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif !important;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item .views-row {
  padding-top: 20px;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item .related-item-title {
  position: relative;
  z-index: 105;
  padding: 0 0 0 12px;
  font-weight: bold;
  font-size: 17px;
  color: #003a5d;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item .related-item-title i {
  width: 35px;
  vertical-align: middle;
  color: #237ac2;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item .related-item-content {
  padding-left: 45px;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item .item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item .item-list ul li {
  margin: 0;
  padding-left: 40px;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item.on {
  cursor: pointer;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item.on .related-item-content {
  visibility: visible;
  opacity: 1;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item.on .related-item-title {
  color: #237ac2;
  border-color: #237ac2;
  border-bottom-color: #fff;
}
.not-front #main .container #content .page-content .related-content .related-items .related-item.on .related-item-title i {
  color: #237ac2;
}
.not-front #main .container #content .page-content .related-content .related-contact a {
  color: #237ac2;
}
.not-front #main .container #content .page-content .related-content .related-contact .views-row {
  float: none !important;
}
.not-front #main .container #content .page-content .related-content .related-contact .views-field {
  position: relative;
  padding-left: 40px;
}
.not-front #main .container #content .page-content .related-content .related-contact .views-field:not(:last-child) {
  margin-bottom: 20px;
}
.not-front #main .container #content .page-content .related-content .related-contact .views-field .material-icons {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 25px;
  color: #237ac2;
}
.not-front #main .container #content .page-content .related-content .related-contact .field-name-field-phone-label,
.not-front #main .container #content .page-content .related-content .related-contact .field-name-field-contact-phone {
  display: inline-block;
}
.not-front #main .container #content .page-content .related-content .related-contact .field-name-field-phone-label {
  font-size: 18px;
  padding-right: 4px;
}
.not-front #main .container #content .page-content .related-content .related-address {
  zoom: 1;
}
.not-front #main .container #content .page-content .related-content .related-address:before,
.not-front #main .container #content .page-content .related-content .related-address:after {
  content: "";
  display: table;
}
.not-front #main .container #content .page-content .related-content .related-address:after {
  clear: both;
}
.not-front #main .container #content .page-content .related-content .related-address a {
  color: #237ac2;
}
.not-front #main .container #content .page-content .related-content .related-address .views-row {
  padding-top: 0 !important;
}
.not-front #main .container #content .page-content .related-content .related-address .address-details,
.not-front #main .container #content .page-content .related-content .related-address .address-map {
  margin-bottom: 0;
  padding-top: 20px;
}
.not-front #main .container #content .page-content .related-content .related-address .views-field-title {
  margin-bottom: 4px;
}
.not-front #main .container #content .page-content .related-content .related-address .views-field-field-city-facility-hours {
  margin-top: 16px;
}
.not-front #main .container #content .page-content .related-content .related-address .views-field-field-city-facility-hours :last-child {
  margin-bottom: 0;
}
.not-front #main .container #content .page-content .related-content .related-services .views-row {
  position: relative;
}
.not-front #main .container #content .page-content .related-content .related-services .views-row a {
  display: block;
  color: #666;
  position: relative;
}
.not-front #main .container #content .page-content .related-content .related-services .views-row a .doc-title {
  display: inline-block;
  color: #237ac2;
  line-height: 1em;
  padding-bottom: 8px;
}
.not-front #main .container #content .page-content .related-content .related-services .views-row a:before {
  opacity: 0;
  position: absolute;
  left: -32px;
  top: 16px;
  content: '\E315';
  color: #237ac2;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 36px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.not-front #main .container #content .page-content .related-content .related-services .views-row a .material-icons {
  position: absolute;
  left: -40px;
  top: 2px;
  color: #237ac2;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 21px;
}
.not-front #main .container #content .page-content .related-content .related-services .views-row a:hover {
  color: #000;
}
.not-front #main .container #content .page-content .related-content .related-services .views-row a:hover .doc-tile {
  color: #237ac2;
}
.not-front #main .container #content .page-content .related-content .related-bylaws .views-row {
  border: 0 !important;
}
.not-front #main .container #content .page-content .related-content .related-bylaws .views-row a {
  position: relative;
  display: block;
}
.not-front #main .container #content .page-content .related-content .related-bylaws .views-row a:before {
  position: absolute;
  top: 2px;
  left: -40px;
  font-size: 21px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  content: '\E157';
}
.not-front #main .container #content .page-content .related-content .related-bylaws .views-row a .related-url {
  display: inline-block;
  color: #767676;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.not-front #main .container #content .page-content .related-content .related-bylaws .views-row a:hover .related-url {
  color: #237ac2;
}
.not-front #main .container #content .page-content .related-content .related-links .view-related-links {
  margin-top: -1px;
}
.not-front #main .container #content .page-content .related-content .related-links .views-row a {
  position: relative;
  display: block;
  padding: 0 16px 0 0;
}
.not-front #main .container #content .page-content .related-content .related-links .views-row a:before {
  position: absolute;
  top: 2px;
  left: -40px;
  font-size: 21px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.not-front #main .container #content .page-content .related-content .related-links .views-row a .related-url {
  display: inline-block;
  color: #767676;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.not-front #main .container #content .page-content .related-content .related-links .views-row a:hover .related-url {
  color: #237ac2;
}
.not-front #main .container #content .page-content .related-content .related-links .view-display-id-block a:before {
  content: '\E157';
}
.not-front #main .container #content .page-content .related-content .related-links .view-display-id-block_1 a:before {
  content: '\E89E';
}
.not-front #main .container #content .page-content .related-content .related-docs .related-item-content {
  max-height: 352px;
  overflow: auto;
}
.not-front #main .container #content .page-content .related-content .related-docs .doc-title,
.not-front #main .container #content .page-content .related-content .related-docs .doc-download {
  margin-bottom: 0;
}
.not-front #main .container #content .page-content .related-content .related-docs .views-row {
  padding: 0;
}
.not-front #main .container #content .page-content .related-content .related-docs .views-row .doc-title {
  width: auto;
  float: none;
}
.not-front #main .container #content .page-content .related-content .related-docs .views-row .doc-title a {
  position: relative;
  display: block;
}
.not-front #main .container #content .page-content .related-content .related-docs .views-row .doc-title a .doc-type {
  display: inline-block;
  color: #767676;
}
.not-front #main .container #content .page-content .related-content .related-docs .views-row .doc-title a:hover .doc-type {
  color: #000;
}
.not-front #main .container #content .page-content .related-content .related-docs .views-row .doc-title a:before {
  position: absolute;
  top: 2px;
  left: -40px;
  font-size: 21px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.not-front #main .container #content .page-content .related-content .related-docs .views-row .doc-title a:hover .doc-type {
  color: #237ac2;
}
.not-front #main .container #content .page-content .related-content .related-docs .views-row .doc-download {
  max-width: 112px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  display: none;
}
.not-front #main .container #content .page-content .related-content .related-docs .views-row.type-pdf-document .doc-title a:before {
  content: '\E415';
}
.not-front #main .container #content .page-content .related-content .related-docs .views-row.type-online-form .doc-title a:before {
  content: '\E14F';
}
.not-front #main .container #content .page-content .related-content .related-docs .views-row.type-word-document .doc-title a:before {
  content: '\E02F';
}
.not-front #main .container #content .page-content .content-map-wrap {
  clear: both;
  margin: 0 -48px 32px;
  background-color: #eceff1;
}
.not-front #main .container #content .page-content .content-map-wrap > div {
  margin-bottom: 0;
  padding-right: 0;
}
.not-front #main .container #content .page-content .content-map-wrap .content-meta {
  padding: 24px 32px 24px 48px;
  color: #666;
}
.not-front #main .container #content .page-content .content-map-wrap .content-meta > div {
  margin-bottom: 0;
  padding-right: 16px;
}
.not-front #main .container #content .page-content .field-name-field-address,
.not-front #main .container #content .page-content .field-name-field-pub-art-location,
.not-front #main .container #content .page-content .field-name-field-rental-address {
  margin-bottom: 24px;
  font-size: 24px;
}
.not-front #main .container #content .image-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
.not-front #main .container #content .image-gallery > li {
  margin: 0;
  padding: 0 8px 8px 0;
}
.not-front #main .container #content .image-gallery > li a:hover {
  cursor: zoom-in;
}
.not-front.node-type-page-basic #block-search-form .gss input.throbbing {
  background-size: 8% !important;
  background-position: 89.5% 36% !important;
}
.not-front .view-current-developments .pager li {
  padding: 8px !important;
}
/*
 * BID OPPORTUNITIES --------------------------------------/
 */
.node-type-bid-opportunity .field-name-field-bid-ops-public-opening .field-item {
  text-transform: capitalize;
}
#block-views-bid-opportunities-block-2 .view-filters #edit-submit-bid-opportunities {
  padding: 6px 16px !important;
  line-height: 24px !important;
}
#block-views-bid-opportunities-block-2 .view-content > .views-row {
  float: left;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #c9cbcd;
}
#block-views-bid-opportunities-block-2 .view-content > .views-row > div {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 16px;
}
#block-views-bid-opportunities-block-2 .view-content > .views-row > div:last-of-type {
  margin-bottom: 0;
}
#block-views-bid-opportunities-block-2 .view-content > .views-row .views-field-title {
  font-size: 24px;
}
#block-views-bid-opportunities-block-2 .view-content > .views-row .views-field-field-bid-ops-closing .label {
  font-weight: 700;
}
.node-type-bid-opportunity .node-bid-opportunity > .field {
  float: left;
  width: 100%;
}
.node-type-bid-opportunity .node-bid-opportunity .field-name-field-bid-ops-type {
  font-weight: 700;
}
.node-type-bid-opportunity .node-bid-opportunity .field-name-field-bid-ops-number {
  font-weight: 700;
}
.node-type-bid-opportunity .node-bid-opportunity .field-name-body {
  margin-top: 32px;
}
.node-type-bid-opportunity .node-bid-opportunity .contact-wrapper {
  padding: 16px 0;
}
.node-type-bid-opportunity .node-bid-opportunity .closing-wrapper {
  padding: 16px 0;
}
.node-type-bid-opportunity .node-bid-opportunity .field-name-field-bid-ops-documents {
  margin-top: 32px;
}
.node-type-bid-opportunity .node-bid-opportunity table {
  width: 100%;
}
/*
 * BUILDING PERMITS ---------------------------------------/
 */
.page-node-6718 .map-list-tab-switcher,
.page-node-128 .map-list-tab-switcher {
  top: 50px;
}
#block-views-building-permits-block-2 > .view > .view-content,
.view-building-permits.view-display-id-page_1 > .view > .view-content {
  margin-left: -48px;
}
#block-views-building-permits-block-2 .scrollable.has-scroll,
.view-building-permits.view-display-id-page_1 .scrollable.has-scroll {
  overflow: visible;
}
#block-views-building-permits-block-2 .scrollable.has-scroll:after,
.view-building-permits.view-display-id-page_1 .scrollable.has-scroll:after {
  display: none;
}
#block-views-building-permits-block-2 .scrollable > div,
.view-building-permits.view-display-id-page_1 .scrollable > div {
  overflow-x: visible;
}
#block-views-building-permits-block-2 table tbody tr td,
.view-building-permits.view-display-id-page_1 table tbody tr td {
  padding: 8px;
}
#block-views-building-permits-block-2 .building-permit-tooltip-wrapper .title,
.view-building-permits.view-display-id-page_1 .building-permit-tooltip-wrapper .title {
  line-height: 1em;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
#block-views-building-permits-block-2 .item-list.active,
.view-building-permits.view-display-id-page_1 .item-list.active {
  display: block;
}
#block-views-building-permits-block-2 #edit-submit-building-permits,
.view-building-permits.view-display-id-page_1 #edit-submit-building-permits {
  padding: 6px 16px !important;
  line-height: 24px !important;
}
.view-building-permits.view-display-id-page_1 > .view-content {
  visibility: hidden;
  height: 0;
  display: none;
}
.view-building-permits.view-display-id-page_1 > .view-content.active {
  visibility: visible;
  height: auto;
  display: block;
}
.js .page-homes-building-building-permits-inspections-approved-building-permits-page .main-content {
  opacity: 0;
}
/*
 * BUSINESS LICENSES -----------------------------------------/
 */
#block-views-business-licenses-block-1 .view .view-header {
  margin-top: 0;
}
#block-views-business-licenses-block-1 .view .view-header .results {
  border: 2px solid #237ac2;
  background: #eceff1;
  padding: 8px;
  display: block;
  margin: 16px 0;
  width: 100%;
  float: left;
}
#block-views-business-licenses-block-1 .view-filters .views-exposed-widget {
  float: left;
  display: inline-block;
  padding-right: 16px;
  max-width: 25%;
}
#block-views-business-licenses-block-1 .view-filters #edit-submit-business-licenses {
  padding: 6px 16px !important;
  line-height: 24px !important;
}
#block-views-business-licenses-block-1 .view-content .licence-wrapper {
  float: left;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #c9cbcd;
}
#block-views-business-licenses-block-1 .view-content .licence-wrapper .licence-top {
  float: left;
  width: 100%;
  padding: 0 16px;
}
#block-views-business-licenses-block-1 .view-content .licence-wrapper .licence-top > a {
  font-size: 24px;
  float: left;
  display: inline-block;
}
#block-views-business-licenses-block-1 .view-content .licence-wrapper .licence-top .licence-id {
  font-weight: 700;
  float: right;
}
#block-views-business-licenses-block-1 .view-content .licence-wrapper .licence-top .licence-id .label {
  font-weight: 400;
}
#block-views-business-licenses-block-1 .view-content .licence-wrapper .licence-bottom {
  float: left;
  width: 100%;
  padding: 0 16px;
}
#block-views-business-licenses-block-1 .view-content .licence-wrapper .licence-bottom .description {
  float: left;
  width: 100%;
  padding: 16px 0;
}
#block-views-business-licenses-block-1 .view-content .licence-wrapper .licence-bottom .description p {
  margin-bottom: 0;
}
.node-type-business-license .content-meta-right,
.node-type-business-license .content-meta-left {
  width: 100%;
}
.node-type-business-license .licence-info-map-wrapper {
  background: #eceff1;
}
.node-type-business-license .licence-info-map-wrapper .licence-info {
  margin-bottom: 0;
  padding: 16px;
}
.node-type-business-license .licence-info-map-wrapper .licence-info .views-label {
  font-weight: 700;
  padding-right: 8px;
  float: left;
  clear: both;
}
.node-type-business-license .licence-info-map-wrapper .licence-map {
  margin-bottom: 0;
}
/*
 * BYLAWS ----------------------------------------------/
 */
#block-views-bylaws-block-1 .view-header {
  margin-top: 56px;
}
.view-bylaws .views-exposed-widgets {
  margin-bottom: 16px;
}
.view-bylaws .views-exposed-widgets #edit-type-wrapper {
  margin-top: 24px;
}
.view-bylaws .views-exposed-widgets #edit-submit-bylaws {
  padding: 6px 16px !important;
  line-height: 24px !important;
}
.view-bylaws .bylaw-list .bylaw {
  margin: 0!important;
  list-style: none !important;
  padding-left: 0 !important;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper {
  margin-top: -3px;
  margin-right: 0;
  margin-left: -20px;
  padding-left: 20px;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:first-of-type .bylaw-content-wrapper {
  border-top: 1px solid #c9cbcd;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper {
  position: relative;
  padding: 24px 20px 24px 0;
  border-bottom: 1px solid #c9cbcd;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper > div {
  margin-bottom: 0;
  padding-right: 0;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-title {
  font-size: 21px;
  line-height: 1.2em;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-number {
  margin-left: 14px;
  padding-left: 14px;
  color: #666;
  border-left: 1px solid #999;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-contact,
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-body {
  padding-top: 8px;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper {
  position: absolute;
  right: 16px;
  bottom: 16px;
  text-align: right;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper .view-feature i {
  color: #bccb21;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper .view-feature i:before,
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper .view-feature i:after {
  color: #003a5d;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper .view-feature a:hover i:before {
  color: #237ac2;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper a {
  display: block;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9);
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper a i {
  padding: 0;
  font-size: 22px;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper a i:before,
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper a i:after {
  position: relative;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: super;
  padding-right: 8px;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper.type-bylaw .bylaw-links,
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper.type-policy .bylaw-links {
  height: 60px;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover {
  position: relative;
  color: #000;
  border-color: #237ac2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover .bylaw-content-wrapper {
  border-color: transparent;
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover .view-feature a i:before {
  content: 'Documents';
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover .view-pdf a i:before {
  content: 'View Details';
}
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover .download-pdf a i:before {
  content: 'Download PDF';
}
.view-bylaws .item-list .pager-current {
  display: none;
}
.view-bylaws .item-list .view-footer {
  display: inline-block;
}
.node-type-bylaw .field-name-field-bylaw-id {
  margin-bottom: 16px;
}
.node-type-bylaw .field-name-body {
  margin-top: 16px;
}
.node-type-bylaw .field-name-field-bylaw-pdf .btn {
  margin-top: 0;
  margin-bottom: 32px;
}
.node-type-bylaw-featured .field-name-field-bylaw-id {
  margin-bottom: 16px;
}
.node-type-bylaw-featured .field-name-field-bylaw-pdf .field-items .field-item {
  margin-bottom: 12px;
}
/*
 * CITY PROJECTS ----------------------------------------/
 */
.view-city-projects-map-main-data-overlay .view-header .projects-tab-switcher {
  text-align: right;
  padding-right: 12px;
  width: 100%;
  float: left;
}
.view-city-projects-map-main-data-overlay .view-header .projects-tab-switcher .project-tab {
  display: inline-block;
  padding-left: 16px;
  color: #003a5d;
}
.view-city-projects-map-main-data-overlay .view-header .projects-tab-switcher .project-tab:first-of-type {
  border-left: 1px solid #eceff1;
}
.view-city-projects-map-main-data-overlay .view-header .projects-tab-switcher .project-tab:before {
  content: '\e836';
  padding-right: 8px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.view-city-projects-map-main-data-overlay .view-header .projects-tab-switcher .project-tab.active:before {
  content: '\e837';
}
.view-city-projects-map-main-data-overlay .view-filters #edit-project-category-wrapper > label:before {
  content: 'Choices:';
  text-transform: uppercase;
  padding-right: 16px;
}
.view-city-projects-map-main-data-overlay > .view-content {
  width: 100%;
  float: left;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row {
  position: relative;
  z-index: 10;
  margin-top: -3px;
  margin-right: 0;
  margin-left: -20px;
  padding-left: 20px;
  border: 2px solid transparent;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row:first-of-type .project-content-wrapper {
  border-top: 1px solid #CCC;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row:hover {
  border: 2px solid #237ac2;
  color: #000;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row:hover a {
  color: #237ac2;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row:hover .project-category {
  color: #000;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row:hover .project-content-wrapper {
  border-color: transparent;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-content-wrapper {
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-content-wrapper > div {
  margin: 0;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-title {
  font-size: 21px;
  line-height: 1.2em;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-category {
  margin-left: 14px;
  padding-left: 14px;
  color: #666;
  border-left: 1px solid #999;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .featured {
  margin-left: 14px;
  padding-left: 14px;
  color: #bccb21;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 1px solid #999;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .featured i {
  vertical-align: bottom;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-body {
  float: left;
  width: 100%;
  padding: 8px 0;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-body p {
  margin-bottom: 0;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-cost,
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-start,
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-end {
  float: left;
  display: inline-block;
  padding-right: 16px;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-cost [class*="-label"],
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-start [class*="-label"],
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-end [class*="-label"] {
  font-weight: 700;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-target {
  text-align: right;
  text-transform: uppercase;
}
.view-city-projects-map-main-data-overlay > .view-content .views-row .project-target .project-link {
  position: absolute;
  right: 20px;
  bottom: 24px;
}
.view-city-projects-map-main-data-overlay .attachment-before {
  margin-top: 16px;
  margin-left: -128px;
  margin-right: -96px;
}
.view-city-projects-map-main-data-overlay .attachment-before .project-tooltip-wrapper {
  color: #767676;
}
.view-city-projects-map-main-data-overlay .attachment-before .project-tooltip-wrapper > div {
  margin-bottom: 4px;
}
.view-city-projects-map-main-data-overlay .attachment-before .project-tooltip-wrapper .label {
  padding-right: 16px;
}
.view-city-projects-map-main-data-overlay .attachment-before .project-tooltip-wrapper .project-row {
  display: table;
  width: 100%;
}
.view-city-projects-map-main-data-overlay .attachment-before .project-tooltip-wrapper .project-row .label {
  display: table-cell;
  width: 50%;
}
.view-city-projects-map-main-data-overlay .attachment-before .project-tooltip-wrapper .project-title {
  display: block;
  font-size: 21px;
  font-weight: 700;
  color: #237ac2;
  text-align: center;
}
.view-city-projects-map-main-data-overlay .attachment-before .project-tooltip-wrapper .project-body {
  margin: 6px 0 10px;
  line-height: 1.2em;
}
.view-city-projects-pdf-field-collection table {
  width: 100%;
}
.page-node-160 .map-list-tab-switcher {
  top: 48px;
}
#block-views-336a1317765aa867359c66b902f4bda1 {
  margin-top: 32px;
}
#block-views-336a1317765aa867359c66b902f4bda1 .view-filters .projects-filter-dropdown {
  cursor: pointer;
}
#block-views-336a1317765aa867359c66b902f4bda1 .view-filters .projects-filter-dropdown .filter-label {
  text-transform: uppercase;
}
#block-views-336a1317765aa867359c66b902f4bda1 .view-filters .projects-filter-dropdown .dropdown-label {
  display: inline-block;
  padding: 16px;
  margin: 0 8px;
  border: 1px solid #237ac2;
  color: #003a5d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#block-views-336a1317765aa867359c66b902f4bda1 .view-filters .projects-filter-dropdown .dropdown-label i {
  vertical-align: bottom;
}
#block-views-336a1317765aa867359c66b902f4bda1 .item-list,
#block-views-336a1317765aa867359c66b902f4bda1 .view-footer {
  visibility: hidden;
  height: 0;
  display: inline;
}
#block-views-336a1317765aa867359c66b902f4bda1 .item-list.active,
#block-views-336a1317765aa867359c66b902f4bda1 .view-footer.active {
  visibility: visible;
  height: auto;
  display: inline;
}
.node-type-city-project .content-meta-left {
  width: 100%;
}
.node-type-city-project .content-meta-left .block-cck-blocks {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}
.node-type-city-project .content-meta-left .block-cck-blocks .field-label {
  display: table-cell;
  width: 40%;
}
.node-type-city-project .content-meta-left .block-cck-blocks .field-items {
  display: table-cell;
  width: 60%;
}
/*
 * CONCESSION OPPORTUNITIES ----------------------------------------/
 */
#block-views-533737f21e805e126418254354a76ad9 {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
#block-views-533737f21e805e126418254354a76ad9 .view-header {
  margin: 0 0 32px;
  width: 100%;
  float: left;
  clear: both;
  padding: 0 0 16px;
  border-bottom: 1px solid #c9cbcd;
}
#block-views-533737f21e805e126418254354a76ad9 .view-content > .views-row {
  float: left;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #c9cbcd;
}
#block-views-533737f21e805e126418254354a76ad9 .view-content > .views-row > div {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 16px;
}
#block-views-533737f21e805e126418254354a76ad9 .view-content > .views-row > div:last-of-type {
  margin-bottom: 0;
}
#block-views-533737f21e805e126418254354a76ad9 .view-content > .views-row .views-field-title {
  font-size: 24px;
}
#block-views-533737f21e805e126418254354a76ad9 .view-content > .views-row .views-field-body p {
  margin-bottom: 0;
}
#block-views-533737f21e805e126418254354a76ad9 .view-content > .views-row .views-field-field-date .label {
  font-weight: 700;
}
#block-views-533737f21e805e126418254354a76ad9 .view-content > .views-row:first-of-type {
  padding-top: 0;
}
.node-type-concession-opportunity .field-name-field-documents {
  float: left;
  width: 100%;
  margin-top: 32px;
}
/*
 * CONTACTS -------------------------------------/
 */
.node-type-contact .field-name-field-phone-label,
.node-type-contact .field-name-field-contact-phone {
  display: inline-block;
}
.node-type-contact .field-name-field-phone-label {
  padding-right: 4px;
}
.view-contacts #edit-submit-contacts {
  padding: 6px 16px !important;
  line-height: 24px !important;
  line-height: 22px !important;
}
.view-contacts .view-content > .views-row {
  float: left;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #c9cbcd;
}
.view-contacts .view-content > .views-row .contact-wrapper {
  padding: 0 16px;
}
.view-contacts .view-content > .views-row .contact-wrapper .title {
  font-weight: 700;
  margin-bottom: 12px;
}
.view-contacts .view-content > .views-row .contact-wrapper > div {
  margin-bottom: 0;
}
.view-contacts .view-content > h3 {
  margin: 32px 0 16px 0;
  float: left;
  width: 100%;
  padding-left: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c9cbcd;
  font-weight: 300;
  font-size: 28px;
}
.view-contacts .pager .pager-current {
  display: none;
}
.view-contacts .view-footer {
  display: inline;
}
.oh-current-open {
  color: #bccb21;
}
.oh-current-close {
  color: #B71234;
}
/*
 * CURRENT DEVELOPMENTS ----------------------------------------/
 */
#block-views-current-developments-block-1 #edit-submit-current-developments {
  margin-top: 0;
  padding: 6px 16px !important;
  line-height: 24px !important;
}
#block-views-current-developments-block-1 .view-current-developments {
  position: relative;
}
#block-views-current-developments-block-1 .view-current-developments .view-filters {
  width: 100%;
  margin-bottom: 32px;
  /*> form {
				.filter-close {
					position: absolute;
					top: 16px;
					right: 16px;
					color: @blue-dark;
				}// .filter-close
				.developments-filters {
					display: none;
			    position: absolute;
			    border: 1px solid @grey-lightest;
			    background: @white;
			    padding: 32px;
			    left: 32px;
			    margin-top: 8px;
			    width:720px;
			    max-width:100%;
			    z-index: 1;
					.bef-checkboxes {
						> .form-item {line-height: 24px;}
					}// .bef-checkboxes
					.developments-filter {margin-bottom: 0;}
				}// .developments-filters
				.form-item {
					label {
						font-weight: @normal;
						font-size: 17px;
						color: @blue-dark;
					}// label
				}// .form-item
			}// form*/
}
#block-views-current-developments-block-1 .view-current-developments .view-filters .developments-filter-dropdown {
  float: left;
  width: auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding-top: 4px;
}
#block-views-current-developments-block-1 .view-current-developments .view-filters .developments-filter-dropdown .filter-label {
  text-transform: uppercase;
}
#block-views-current-developments-block-1 .view-current-developments .view-filters .developments-filter-dropdown .dropdown-label {
  display: inline-block;
  padding: 6px 16px;
  margin: 0 8px;
  border: 1px solid #237ac2;
  color: #003a5d;
  line-height: 24px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#block-views-current-developments-block-1 .view-current-developments .view-filters .developments-filter-dropdown .dropdown-label i {
  vertical-align: bottom;
}
#block-views-current-developments-block-1 .view-current-developments .view-filters > form {
  position: relative;
  z-index: inherit;
}
#block-views-current-developments-block-1 .view-current-developments .view-filters > form > div .views-exposed-widgets .views-exposed-widget {
  padding-top: 4px;
  padding-right: 8px;
}
#block-views-current-developments-block-1 .view-current-developments .view-filters > form > div .views-exposed-widgets .filter-close {
  cursor: pointer;
  float: right;
  position: relative;
  z-index: 20;
}
#block-views-current-developments-block-1 .view-current-developments .view-filters > form > div .views-exposed-widgets > .developments-filters {
  display: none;
  position: absolute;
  border: 1px solid #eceff1;
  background: #fff;
  padding: 32px;
  left: 32px;
  margin-top: 64px;
  width: 720px;
  max-width: 100%;
  z-index: 100;
}
#block-views-current-developments-block-1 .view-current-developments .view-filters > form > div #edit-application-type-wrapper {
  margin-bottom: 8px!important;
  padding-right: 0!important;
  float: left;
  width: 100%;
  margin-top: -24px;
}
#block-views-current-developments-block-1 .view-current-developments .view-filters > form > div .form-item label {
  font-weight: 300;
  font-size: 17px;
  color: #003a5d;
}
#block-views-current-developments-block-1 .view-current-developments .view-filters > form > div [class*="col-"] {
  margin-bottom: 0;
  padding-right: 8px;
}
.current-dev-wrap .tooltip-header {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.current-dev-wrap .tooltip-header .title {
  float: left;
  display: inline-block;
  font-weight: 700;
}
.current-dev-wrap .tooltip-header .date {
  float: right;
  display: inline-block;
}
.current-dev-wrap .dev-type {
  float: left;
  clear: left;
}
.current-dev-wrap .applicant {
  float: left;
  margin-bottom: 8px;
}
.current-dev-wrap .proposals {
  float: left;
  margin-bottom: 8px;
}
.current-dev-wrap .officer-name {
  float: left;
  margin-bottom: 8px;
}
#block-cck-blocks-field-development-progress {
  margin-bottom: 32px;
}
.field-name-field-development-progress > .field-items {
  width: 100%;
  max-width: 500px;
}
.field-name-field-development-progress > .field-items > .field-item {
  background: #fafafa;
  border-bottom: 1px solid #CCC;
}
.field-name-field-development-progress > .field-items > .field-item:nth-of-type(even) {
  background: #eceff1;
}
.field-name-field-development-progress > .field-items > .field-item .field {
  float: left;
  display: inline-block;
  padding: 8px 16px;
  width: 50%;
}
.field-name-field-development-progress > .field-items > .field-item .field.field-name-field-development-progress-date {
  text-align: right;
}
/*
 * DOCUMENTS ----------------------------------------/
 */
#block-views-documents-block-1 .views-table {
  width: 100%;
}
#block-views-documents-block-1 .document-wrapper {
  padding: 16px 0;
  border-bottom: 1px solid #c9cbcd;
}
#block-views-documents-block-1 .document-wrapper > .col-1-2 {
  margin-bottom: 0;
  padding: 0 16px !important;
}
#block-views-documents-block-1 .document-wrapper .title-type .doc-title {
  font-size: 24px;
  margin-bottom: 8px;
}
#block-views-documents-block-1 .document-wrapper .download-open a {
  float: right;
}
/*
 * EVENTS ----------------------------------------------/
 */
.is-active {
  display: block!important;
}
.view-calendar.view-display-id-page_4 > .view-header,
.view-calendar.view-display-id-page_4 > .view-filters,
.view-calendar.view-display-id-page_4 > .view-content {
  display: none;
}
.view-calendar.view-display-id-page_4.is-active > .view-header,
.view-calendar.view-display-id-page_4.is-active > .view-filters,
.view-calendar.view-display-id-page_4.is-active > .view-content {
  display: block;
}
#block-views-calendar-block-1 {
  display: none;
}
#block-views-calendar-block-1 #edit-submit-calendar {
  padding: 6px 16px !important;
  line-height: 24px !important;
  line-height: 22px !important;
}
.js .page-our-community-news-events-city-calendar .view-calendar {
  opacity: 0;
}
.view-calendar.view-display-id-block_3 {
  display: none;
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 24px;
}
.view-calendar.view-display-id-block_3 .view-header {
  margin-top: 0;
  border-bottom: 0;
}
.view-calendar.view-display-id-block_3 .view-header .date-nav-wrapper {
  border-top: 1px solid #CCC;
  border-bottom: 0;
}
.view-calendar.view-display-id-block_3 .view-footer {
  border-top: 0;
}
.view-calendar.view-display-id-block_3 .date-nav-wrapper {
  float: left;
  clear: left;
  margin-top: 0;
  padding: 16px;
  border: 1px solid #CCC;
  border-top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #eceff1;
}
.view-calendar.view-display-id-block_3 .date-nav-wrapper .date-nav {
  padding-bottom: 0;
}
.view-calendar.view-display-id-block_3 .date-nav-wrapper .date-heading {
  text-align: left;
}
.view-calendar.view-display-id-block_3 .date-nav-wrapper .date-heading h3 {
  color: #424242;
  font-size: 18px;
  font-weight: 400;
}
.view-calendar.view-display-id-block_3 .date-nav-wrapper .item-list .pager li {
  background-color: #fff;
}
.view-calendar.view-display-id-block_3 .date-nav-wrapper .item-list .pager li:hover {
  background-color: #237ac2;
}
.view-calendar.view-display-id-block_3 .view-content {
  width: 100%;
  float: left;
  clear: left;
}
.view-calendar.view-display-id-block_3 .views-row,
.view-calendar.view-display-id-block_3 .no-results {
  position: relative;
  z-index: 10;
  padding: 24px 16px;
  border-bottom: 1px solid #CCC;
}
.view-calendar.view-display-id-block_3 .views-row.views-row-first,
.view-calendar.view-display-id-block_3 .no-results.views-row-first {
  border-top: 1px solid #CCC;
}
.view-calendar.view-display-id-block_3 .no-results {
  width: 100%;
  float: left;
  clear: left;
  border-top: 1px solid #CCC;
}
.view-calendar.view-display-id-block_3 .views-field-title {
  font-size: 21px;
}
#block-views-calendar-block-3 {
  display: none;
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 24px;
}
#block-views-calendar-block-3 .view .view-header {
  margin-top: 0;
  border-bottom: 0;
}
#block-views-calendar-block-3 .view .view-header .date-nav-wrapper {
  border-top: 1px solid #CCC;
  border-bottom: 0;
}
#block-views-calendar-block-3 .view .view-footer {
  border-top: 0;
}
#block-views-calendar-block-3 .view .date-nav-wrapper {
  float: left;
  clear: left;
  margin-top: 0;
  padding: 16px;
  border: 1px solid #CCC;
  border-top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #eceff1;
}
#block-views-calendar-block-3 .view .date-nav-wrapper .date-nav {
  padding-bottom: 0;
}
#block-views-calendar-block-3 .view .date-nav-wrapper .date-heading {
  text-align: left;
}
#block-views-calendar-block-3 .view .date-nav-wrapper .date-heading h3 {
  color: #424242;
  font-size: 18px;
  font-weight: 400;
}
#block-views-calendar-block-3 .view .date-nav-wrapper .item-list .pager li {
  background-color: #fff;
}
#block-views-calendar-block-3 .view .date-nav-wrapper .item-list .pager li:hover {
  background-color: #237ac2;
}
#block-views-calendar-block-3 .view-content {
  width: 100%;
  float: left;
  clear: left;
}
#block-views-calendar-block-3 .views-row,
#block-views-calendar-block-3 .no-results {
  position: relative;
  z-index: 10;
  padding: 24px 16px;
  border-bottom: 1px solid #CCC;
}
#block-views-calendar-block-3 .views-row.views-row-first,
#block-views-calendar-block-3 .no-results.views-row-first {
  border-top: 1px solid #CCC;
}
#block-views-calendar-block-3 .no-results {
  width: 100%;
  float: left;
  clear: left;
  border-top: 1px solid #CCC;
}
#block-views-calendar-block-3 .views-field-title {
  font-size: 21px;
}
.node-type-event .main-content {
  position: relative;
}
.node-type-event .field-name-field-date .date-display-single {
  display: none;
}
.node-type-event .field-name-field-date .date-display-range {
  display: none;
}
.node-type-event #block-cck-blocks-field-date .field-name-field-date {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.33em;
}
.node-type-event #block-cck-blocks-field-date .field-name-field-date .date-display-single,
.node-type-event #block-cck-blocks-field-date .field-name-field-date .date-display-range {
  display: block;
}
.node-type-event #block-cck-blocks-field-date .field-name-field-date .field-items.multiple .field-item {
  display: none;
}
.node-type-event #block-cck-blocks-field-date .field-name-field-date .field-items.multiple .field-item:first-of-type {
  display: block;
}
.node-type-event #block-cck-blocks-field-date .more-link {
  margin-top: -8px;
  padding: 8px 16px;
}
.node-type-event .detail-date {
  font: 24px/32px "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  color: #767676;
}
.node-type-event .detail-date .date-display-range {
  display: inline-block;
  padding-left: 8px;
}
.node-type-event .field-name-field-presenter,
.node-type-event .field-name-field-event-location,
.node-type-event .field-name-field-price,
.node-type-event .field-name-field-ticket-information {
  margin: 0 -48px;
  padding: 0 48px;
  background-color: #eceff1;
}
.node-type-event .field-name-field-presenter:after,
.node-type-event .field-name-field-event-location:after,
.node-type-event .field-name-field-price:after,
.node-type-event .field-name-field-ticket-information:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  min-height: 40px;
  margin-left: -1%;
  vertical-align: middle;
}
.node-type-event .field-name-field-presenter > div,
.node-type-event .field-name-field-event-location > div,
.node-type-event .field-name-field-price > div,
.node-type-event .field-name-field-ticket-information > div {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.node-type-event .field-name-field-event-description {
  margin-top: 24px;
}
.node-type-event #block-views-events-block-1 {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
.node-type-event #block-views-events-block-1 > .view-events > .view-content {
  float: left;
  width: 100%;
}
.node-type-event #block-views-events-block-1 > .view-events > .view-content > .views-row.multiple {
  display: none;
}
.node-type-event #block-views-events-block-1 > .view-events > .view-content > .views-row.multiple:first-of-type {
  display: block;
}
.node-type-event #block-views-events-block-1 > .view-events > .view-content > .views-row h2 {
  margin-bottom: 0;
}
.node-type-event #block-views-events-block-1 > .view-events > .view-content .more-link {
  cursor: pointer;
}
.node-type-event article.node-event {
  float: left;
  width: 100%;
}
/*
 * FACILITIES ----------------------------------------/
 */
.node-type-city-facility .content-meta-left {
  width: 100%;
}
.node-type-city-facility .content-meta-left .region-content-meta-left > div {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}
.node-type-city-facility .content-meta-left .region-content-meta-left > div .field-label,
.node-type-city-facility .content-meta-left .region-content-meta-left > div .field-items {
  display: table-cell;
}
.node-type-city-facility .content-meta-left .region-content-meta-left > div .field-label {
  width: 120px;
}
#block-views-city-facilities-block-4 {
  width: 100%;
  float: left;
  clear: left;
}
#block-views-city-facilities-block-4 .attachment {
  margin-top: 40px;
}
#block-views-city-facilities-block-4 .attachment .leaflet-popup-content .facility-title {
  line-height: 1em;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
#block-views-city-facilities-block-4 .attachment .leaflet-popup-content .facility-title a {
  color: #61aee1;
}
#block-views-city-facilities-block-4 .attachment .leaflet-popup-content .facility-address {
  text-align: center;
  margin-bottom: 12px;
}
/*
 * HERITAGE ----------------------------------------/
 */
#block-views-heritage-buildings-block-1 {
  margin: 16px -96px 32px -128px;
}
#block-views-heritage-buildings-block-1 .leaflet-popup-content {
  padding: 32px 0 24px;
  text-align: center;
  min-height: 300px;
}
#block-views-heritage-buildings-block-1 .leaflet-popup-content .heritage-wrap {
  padding: 0 32px;
}
#block-views-heritage-buildings-block-1 .leaflet-popup-content .heritage-photo {
  margin-bottom: 4px;
}
#block-views-heritage-buildings-block-1 .leaflet-popup-content .heritage-photo img {
  max-height: 178px!important;
}
#block-views-heritage-buildings-block-1 .leaflet-popup-content .heritage-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1em;
}
#block-views-heritage-buildings-block-1 .leaflet-popup-content .heritage-title a {
  color: #237ac2;
}
#block-views-heritage-buildings-block-1 .leaflet-popup-content .btn {
  margin-top: 16px;
}
.view-heritage-buildings.view .view-header .rss {
  top: -50px;
}
#block-views-heritage-buildings-block-4 #edit-submit-heritage-buildings {
  padding: 6px 16px !important;
  line-height: 24px !important;
}
#block-views-heritage-buildings-block-4 .views-row {
  position: relative;
  z-index: 10;
  margin-top: -3px;
  margin-right: 0;
  margin-left: -20px;
  padding-left: 20px;
  border: 2px solid transparent;
}
#block-views-heritage-buildings-block-4 .views-row .heritage-wrap {
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
}
#block-views-heritage-buildings-block-4 .views-row .heritage-wrap > div {
  margin-bottom: 0;
}
#block-views-heritage-buildings-block-4 .views-row:hover {
  color: #000;
  border-color: #237ac2;
}
#block-views-heritage-buildings-block-4 .views-row:hover a {
  color: #237ac2;
}
#block-views-heritage-buildings-block-4 .views-row:hover .heritage-wrap {
  border-color: transparent;
}
#block-views-heritage-buildings-block-4 .views-row .heritage-photo {
  padding-right: 0;
}
#block-views-heritage-buildings-block-4 .views-row .heritage-detail {
  padding-left: 24px;
}
#block-views-heritage-buildings-block-4 .views-row .heritage-title {
  font-size: 21px;
  line-height: 1.2em;
}
#block-views-heritage-buildings-block-4 .views-row .heritage-body {
  float: left;
  width: 100%;
  padding: 8px 0;
}
#block-views-heritage-buildings-block-4 .views-row .heritage-body p {
  margin-bottom: 8px;
}
#block-views-heritage-buildings-block-4 .views-row .heritage-body :last-child {
  margin-bottom: 0;
}
#block-views-heritage-buildings-block-4 .views-row .heritage-link {
  text-align: right;
  text-transform: uppercase;
}
#block-views-heritage-buildings-block-4 .views-row .heritage-link a {
  position: absolute;
  right: 20px;
  bottom: 24px;
}
#block-views-heritage-buildings-block-4 .leaflet-popup-content {
  padding: 32px 0 24px;
  text-align: center;
  min-height: 300px;
}
#block-views-heritage-buildings-block-4 .leaflet-popup-content .heritage-wrap {
  padding: 0 32px;
}
#block-views-heritage-buildings-block-4 .leaflet-popup-content .heritage-photo {
  margin-top: -32px !important;
  margin-bottom: 4px;
}
#block-views-heritage-buildings-block-4 .leaflet-popup-content .heritage-photo img {
  max-height: 178px!important;
}
#block-views-heritage-buildings-block-4 .leaflet-popup-content .heritage-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1em;
}
#block-views-heritage-buildings-block-4 .leaflet-popup-content .heritage-title a {
  color: #237ac2;
}
#block-views-heritage-buildings-block-4 .leaflet-popup-content .btn {
  margin-top: 16px;
}
#block-views-heritage-buildings-block-4 .attachment .leaflet-popup-content {
  padding: 32px 0 24px 0;
  text-align: center;
}
#block-views-heritage-buildings-block-4 .attachment .leaflet-popup-content .heritage-photo {
  margin-bottom: 4px;
  margin-top: 16px;
}
#block-views-heritage-buildings-block-4 .attachment .leaflet-popup-content .heritage-photo img {
  max-height: 178px !important;
}
#block-views-heritage-buildings-block-4 .attachment .leaflet-popup-content .heritage-wrap {
  padding: 0 32px;
}
#block-views-heritage-buildings-block-4 .attachment .leaflet-popup-content .heritage-wrap .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1em;
}
#block-views-heritage-buildings-block-4 .attachment .leaflet-popup-content .heritage-wrap .title a {
  color: #237ac2;
}
#block-views-heritage-buildings-block-4 .attachment .leaflet-popup-content .btn {
  margin-top: 16px;
}
#block-views-heritage-buildings-block-4 .item-list,
#block-views-heritage-buildings-block-4 .view-footer {
  visibility: hidden;
  height: 0;
  display: inline;
}
#block-views-heritage-buildings-block-4 .item-list.active,
#block-views-heritage-buildings-block-4 .view-footer.active {
  visibility: visible;
  height: auto;
  display: inline;
}
.node-type-heritage-building .content-map-wrap .content-meta .content-meta-left {
  width: 100%;
  font-size: 17px;
}
.node-type-heritage-building .content-map-wrap .content-meta .content-meta-left p:last-of-type {
  margin-bottom: 0;
}
/*
 * JOB POSTINGS ----------------------------------------/
 */
.node-type-job-posting .field-name-body {
  width: 100%;
  float: left;
  clear: left;
  margin-top: 12px;
}
#block-views-job-postings-block-1 #edit-submit-job-postings {
  padding: 6px 16px !important;
  line-height: 24px !important;
  line-height: 22px !important;
}
#block-views-job-postings-block-1 .job-wrapper {
  padding: 32px 0 16px 0;
  border-bottom: 1px solid #c9cbcd;
}
#block-views-job-postings-block-1 .job-wrapper .job-title {
  font-size: 24px;
  padding-bottom: 12px;
}
#block-views-job-postings-block-1 .job-wrapper .label {
  font-weight: 700;
}
#block-views-job-postings-block-1 .job-wrapper .department {
  padding-right: 16px;
}
#block-views-job-postings-block-1 .job-wrapper .job-description {
  float: left;
  width: 100%;
  padding-top: 12px;
}
#block-views-job-postings-block-1 .job-wrapper .job-description p {
  margin-bottom: 0;
}
#block-views-job-postings-block-1 .job-wrapper h4 {
  float: left;
  margin: 12px 0 0 0;
}
#block-views-job-postings-block-1 .job-wrapper .col-1-2 {
  margin-bottom: 0;
}
/*
 * MAP/LIST VIEWS ------------------------------------/
 */
.calendar-list-tab-switcher,
.map-list-tab-switcher {
  position: relative;
  z-index: 102;
  display: inline-block;
  padding-right: 12px;
  float: right;
  text-align: right;
}
.calendar-list-tab-switcher .tab,
.map-list-tab-switcher .tab {
  display: inline-block;
  padding-left: 16px;
  color: #003a5d;
}
.calendar-list-tab-switcher .tab:hover,
.map-list-tab-switcher .tab:hover {
  cursor: pointer;
}
.calendar-list-tab-switcher .tab:before,
.map-list-tab-switcher .tab:before {
  content: '\e836';
  padding-right: 8px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.calendar-list-tab-switcher .tab.active:before,
.map-list-tab-switcher .tab.active:before {
  content: '\e837';
}
.map-list-tab-switcher {
  margin-bottom: -40px;
}
.map-list-tab-switcher .tab:first-of-type {
  border-left: 1px solid #CCC;
}
.calendar-list-tab-switcher {
  margin-bottom: 16px;
}
.map-list .view-filters .views-exposed-widgets {
  padding-right: 168px;
}
.map-list .view-content {
  width: auto;
  float: none;
}
.map-list .view-content .views-row {
  zoom: 1;
  position: relative;
  z-index: 10;
  margin-top: -3px;
  margin-right: 0;
  margin-left: -20px;
  padding-left: 20px;
  border: 2px solid transparent;
}
.map-list .view-content .views-row:before,
.map-list .view-content .views-row:after {
  content: "";
  display: table;
}
.map-list .view-content .views-row:after {
  clear: both;
}
.map-list .view-content .views-row:hover {
  color: #000;
  border-color: #237ac2;
}
.map-list .view-content .views-row > div {
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
}
.map-list .view-content .views-row > div > div {
  margin-bottom: 0;
  padding-right: 0;
}
.map-list .view-content .views-row .node-title {
  font-size: 21px;
  color: #666;
}
.map-list .view-content .views-row .node-title span {
  margin-left: 12px;
  padding-left: 12px;
  font-size: 17px;
  border-left: 1px solid #CCC;
}
.map-list .view-content .views-row .node-body {
  margin-top: 8px;
}
.map-list .view-content .views-row .view-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 24px;
  padding-right: 16px;
  text-align: right;
  text-transform: uppercase;
}
.map-list .view-content .views-row.views-row-first > div {
  border-top: 1px solid #CCC;
}
.map-list > .view {
  float: left;
  width: 100%;
  position: relative;
}
.map-list > .view .view-header {
  margin-top: 0;
}
.map-list .attachment {
  visibility: hidden;
  margin-left: -80px;
  margin-right: -96px;
  height: 0;
  display: block;
}
.map-list .attachment.active {
  visibility: visible;
  height: auto;
}
.map-list > .view > .view-content {
  visibility: hidden;
  height: 0;
  display: none;
}
.map-list > .view > .view-content.active {
  visibility: visible;
  height: auto;
  display: block;
}
.map-list .item-list,
.map-list .view-footer {
  visibility: hidden;
  height: 0;
  display: inline;
}
.map-list .item-list.active,
.map-list .view-footer.active {
  visibility: visible;
  height: auto;
  display: inline;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .parks-filter-dropdown,
.map-list#block-views-parks-block-6 .parks-filter-dropdown {
  margin-top: -16px;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .parks-filter-dropdown .dropdown-label,
.map-list#block-views-parks-block-6 .parks-filter-dropdown .dropdown-label,
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .developments-filter-dropdown .dropdown-label,
.map-list#block-views-parks-block-6 .developments-filter-dropdown .dropdown-label,
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .projects-filter-dropdown .dropdown-label,
.map-list#block-views-parks-block-6 .projects-filter-dropdown .dropdown-label {
  cursor: pointer;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters .views-exposed-widgets,
.map-list#block-views-parks-block-6 .view-filters .views-exposed-widgets {
  padding-right: 0;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters .views-exposed-widget,
.map-list#block-views-parks-block-6 .view-filters .views-exposed-widget {
  padding: 0;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters .filter-close,
.map-list#block-views-parks-block-6 .view-filters .filter-close {
  cursor: pointer;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form,
.map-list#block-views-parks-block-6 .view-filters > form {
  position: relative;
  z-index: 500;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div,
.map-list#block-views-parks-block-6 .view-filters > form > div {
  display: none;
  position: absolute;
  border: 1px solid #eceff1;
  background: #fff;
  padding: 32px;
  left: 32px;
  margin-top: 8px;
  width: 720px;
  max-width: 100%;
  z-index: 1;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div .amenities-wrap,
.map-list#block-views-parks-block-6 .view-filters > form > div .amenities-wrap {
  margin-bottom: 8px!important;
  padding-right: 0!important;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div .form-item label,
.map-list#block-views-parks-block-6 .view-filters > form > div .form-item label {
  font-weight: 300;
  font-size: 17px;
  color: #003a5d;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div [class*="col-"],
.map-list#block-views-parks-block-6 .view-filters > form > div [class*="col-"] {
  margin-bottom: 0;
  padding-right: 8px;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div #edit-project-category-wrapper,
.map-list#block-views-parks-block-6 .view-filters > form > div #edit-project-category-wrapper {
  width: 100%;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div #edit-project-category-wrapper > label,
.map-list#block-views-parks-block-6 .view-filters > form > div #edit-project-category-wrapper > label {
  text-indent: -9999px;
  display: block;
  width: 0;
  position: absolute;
}
.map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div #edit-project-category-wrapper > label:before,
.map-list#block-views-parks-block-6 .view-filters > form > div #edit-project-category-wrapper > label:before {
  content: '';
}
/*
 * MEETINGS ---------------------------------------/
 */
.meetings.rss {
  width: 100%;
  float: left;
  clear: left;
  margin: 0 !important;
  position: relative !important;
}
.view-meetings table {
  width: 100%;
}
.view-meetings table caption {
  border: 1px solid #ccc;
  margin: 5px 0 0;
  padding: 16px 16px 16px 8px;
  font-size: 22px;
  text-align: left;
  cursor: pointer;
}
.view-meetings table caption::before {
  content: '\E5CC';
  font-size: 32px;
  color: #237ac2;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.view-meetings.view-display-id-block_1 table {
  margin-bottom: 0;
}
.view-meetings.view-display-id-block_1 table:last-child {
  margin-bottom: 32px;
}
.view-meetings.view-display-id-block_1 .views-field-field-date,
.view-meetings.view-display-id-block_1 .views-field-field-meeting-location {
  width: 35%;
}
.view-meetings.view-display-id-block_1 .views-field-nothing {
  width: 20%;
}
.view-meetings.view-display-id-block_1 .views-field-field-meeting-minutes-pdf {
  width: 10%;
}
.view-meetings .view-empty p {
  margin: 32px 0;
}
.js .view-meetings.view-display-id-block_1 table {
  margin-bottom: 0;
}
.js .view-meetings.view-display-id-block_1 table.active caption::before {
  content: '\E313';
}
.js .view-meetings.view-display-id-block_1 table.active thead,
.js .view-meetings.view-display-id-block_1 table.active tbody {
  display: table-header-group;
}
.js .view-meetings.view-display-id-block_1 table:last-child {
  margin-bottom: 32px;
}
.js .view-meetings.view-display-id-block_1 thead,
.js .view-meetings.view-display-id-block_1 tbody {
  display: none;
}
/*
 * NEWS ----------------------------------------/
 */
.view-news .news-current-listing .news-item,
.view-news .news-archive-listing .news-item {
  float: left;
  width: 100%;
  line-height: 24px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eceff1;
}
.view-news .news-current-listing .news-item .title,
.view-news .news-archive-listing .news-item .title {
  font-size: 20px;
  padding-bottom: 4px;
}
.view-news .news-current-listing .news-item .news-category,
.view-news .news-archive-listing .news-item .news-category {
  width: 100%;
  float: left;
  clear: both;
}
.view-news .news-current-listing .news-item .news-content-wrapper .news-date,
.view-news .news-archive-listing .news-item .news-content-wrapper .news-date {
  font-size: 14px;
  float: left;
  font-weight: 700;
}
.view-news .news-current-listing .news-item .news-content-wrapper .news-body,
.view-news .news-archive-listing .news-item .news-content-wrapper .news-body {
  padding-top: 16px;
}
.view-news .news-current-listing .news-item .news-content-wrapper .news-body p,
.view-news .news-archive-listing .news-item .news-content-wrapper .news-body p {
  margin-bottom: 0;
}
.view-news .news-current-listing .news-item .news-content-wrapper [class*='col-'],
.view-news .news-archive-listing .news-item .news-content-wrapper [class*='col-'] {
  margin-bottom: 0;
}
.view-news .item-list .pager-current {
  display: none;
}
.view-news .item-list .view-footer {
  display: inline-block;
}
.view-news #edit-category-wrapper label,
.view-news #edit-title-wrapper label {
  margin: 0 0 0 -10000px;
  position: absolute;
}
.view-news #edit-submit-news {
  padding: 6px 16px !important;
  line-height: 24px !important;
}
.view-news .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0px;
}
.news-item .news-category {
  width: 100%;
}
.node-type-news-release article.node-news-release {
  clear: both;
}
.node-type-news-release article.node-news-release .field-name-field-news-date,
.node-type-news-release article.node-news-release .field-name-field-news-category {
  margin-bottom: 32px;
}
.node-type-news-release .menu-mlid-7638 > a:before {
  content: '\E5CB';
  color: #237ac2;
  font-size: 28px;
  position: relative;
  margin-left: -32px;
  margin-right: 4px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  vertical-align: middle;
}
/*
 * NOTICES ------------------------------------------/
 */
body.closed-notice .emergency-notice {
  display: none;
  height: 0;
}
.emergency-notice {
  position: relative;
  opacity: 0;
  z-index: 100;
  display: block;
  background: #424242 url('/sites/all/themes/kelowna/images/bg-alert.png') bottom repeat-x;
  /*&.medium-alert {
		background: @orange url('/sites/all/themes/kelowna/images/bg-alert.png') bottom repeat-x;
		[id*="block-views-homepage-notices-"] {
			.view-homepage-notices {
				div.marquee {
					a {color: @white;text-decoration: underline;}
				}// div.marquee
				.marquee-wrapper {
					&:before {
						color: @white;
						background: @orange;
					}// &:before
				}// .marquee-wrapper
				i {
					color: @white;
					&.close-notice {background: @orange;}
				}// i
			}// .view-homepage-notices
		}// #block-views-homepage-notices-
	}// &.medium-alert
	&.high-alert {
		background: @summer url('/sites/all/themes/kelowna/images/bg-alert.png') bottom repeat-x;
		[id*="block-views-homepage-notices-"] {
			.view-homepage-notices {
				div.marquee {
					a {color: @white;text-decoration: underline;}
				}// div.marquee
				.marquee-wrapper {
					&:before {
						color: @white;
						background: @summer;
					}// &:before
				}// .marquee-wrapper
				i {
					color: @white;
					&.close-notice {background: @summer;}
				}// i
			}// .view-homepage-notices
		}// #block-views-homepage-notices-
	}// &.high-alert*/
}
.emergency-notice.normal-alert {
  background: #424242 url('/sites/all/themes/kelowna/images/bg-alert.png') bottom repeat-x;
}
.emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices {
  padding: 32px 0 12px 0;
}
.emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices div.marquee {
  white-space: no-wrap !important;
  overflow: hidden;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  padding-left: 32px;
  color: #fff;
}
.emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices div.marquee a {
  color: #bccb21;
}
.emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices div.marquee > .marquee-text {
  white-space: nowrap;
  display: inline;
  width: auto;
}
.emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices div.marquee > .marquee-text > .views-row {
  display: inline;
  padding-right: 10%;
  font-size: 22px;
}
.emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices .marquee-wrapper:before {
  content: '\E85A';
  font-size: 32px;
  vertical-align: middle;
  color: #bccb21;
  float: left;
  padding-right: 32px;
  position: absolute;
  background: #424242;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices i {
  color: #bccb21;
  font-size: 32px;
  vertical-align: middle;
}
.emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices i:first-of-type {
  padding-right: 16px;
}
.emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices i.close-notice {
  float: right;
  display: inline-block;
  position: relative;
  top: -28px;
  background: #424242;
  padding-left: 8px;
  cursor: pointer;
}
.emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices i.close-notice:before {
  content: 'Close';
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  vertical-align: super;
}
.emergency-notice {
  height: 112px;
}
.emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices {
  padding: 42px 0 32px 0;
}
/*
 * PARKING ----------------------------------------/
 */
#block-views-parking-block-1 {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
#block-views-parking-block-1 #edit-submit-parking {
  padding: 6px 16px !important;
  line-height: 24px !important;
  line-height: 22px !important;
}
#block-views-parking-block-1 .view-parking .view-content {
  margin-right: -96px;
}
#block-views-parking-block-1 .parking-row {
  display: table;
  width: 100%;
  margin-bottom: 4px;
}
#block-views-parking-block-1 .parking-row .label {
  display: table-cell;
  width: 40%;
}
#block-views-parking-block-1 .parking-title {
  line-height: 1em;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  color: #237ac2;
}
#block-views-parking-block-1 .parking-address {
  text-align: center;
  margin-bottom: 12px;
}
#block-views-parking-block-1 .parking-comment {
  margin-bottom: 8px;
}
#block-views-parking-block-1 .oh-display-label {
  width: inherit;
}
#block-views-parking-block-1 .btn {
  margin-top: 8px;
}
.node-type-parking .content-map-wrap .block-cck-blocks {
  margin-top: 10px;
}
.node-type-parking .content-map-wrap .field-name-field-parking-feature .field-item {
  margin-top: 10px;
  font-weight: 700;
}
.node-type-parking .content-map-wrap .oh-display-label {
  width: inherit!important;
  padding-right: 4px;
}
.node-type-parking .region-content-meta-right > div {
  display: table;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
}
.node-type-parking .region-content-meta-right > div .field-label {
  display: table-cell;
  width: 60%;
}
.node-type-parking .region-content-meta-right > div .field-items {
  display: table-cell;
  width: 40%;
}
.node-type-parking .region-content-meta-right > div .field-name-field-pay-hours .field-label,
.node-type-parking .region-content-meta-right > div .field-name-field-pay-hours .field-items {
  display: block;
  width: 100%;
}
.node-type-parking .node-parking {
  line-height: 1.6666em;
}
.node-type-parking .get-directions-button {
  margin-top: 16px;
  margin-bottom: 24px;
}
.node-type-parking .get-directions-button .button {
  width: 288px;
  max-width: 100%;
  text-align: center;
}
.node-type-parking .get-directions-button .btn {
  margin-right: 8px;
}
/*
 * PARKS ----------------------------------------/
 */
.page-node-194 #edit-amenities-wrapper > label:before,
.page-node-192 #edit-amenities-wrapper > label:before {
  content: '\e52d';
}
.page-node-194 #edit-dog-status-wrapper > label:before,
.page-node-192 #edit-dog-status-wrapper > label:before,
.page-node-194 #edit-dogs-status-wrapper > label:before,
.page-node-192 #edit-dogs-status-wrapper > label:before {
  content: '\e91d';
}
.page-node-194 #edit-park-status-wrapper > label:before,
.page-node-192 #edit-park-status-wrapper > label:before {
  content: '\e564';
}
.page-node-194 #edit-park-type-wrapper > label:before,
.page-node-192 #edit-park-type-wrapper > label:before {
  content: '\e407';
}
.page-node-194 #edit-title-wrapper > label:before,
.page-node-192 #edit-title-wrapper > label:before {
  content: '\E8B6';
}
.page-node-194 #edit-amenities-wrapper > label,
.page-node-192 #edit-amenities-wrapper > label,
.page-node-194 #edit-dog-status-wrapper > label,
.page-node-192 #edit-dog-status-wrapper > label,
.page-node-194 #edit-dogs-status-wrapper > label,
.page-node-192 #edit-dogs-status-wrapper > label,
.page-node-194 #edit-park-status-wrapper > label,
.page-node-192 #edit-park-status-wrapper > label,
.page-node-194 #edit-park-type-wrapper > label,
.page-node-192 #edit-park-type-wrapper > label,
.page-node-194 #edit-title-wrapper > label,
.page-node-192 #edit-title-wrapper > label {
  color: #767676;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 17px;
}
.page-node-194 #edit-amenities-wrapper > label:hover,
.page-node-192 #edit-amenities-wrapper > label:hover,
.page-node-194 #edit-dog-status-wrapper > label:hover,
.page-node-192 #edit-dog-status-wrapper > label:hover,
.page-node-194 #edit-dogs-status-wrapper > label:hover,
.page-node-192 #edit-dogs-status-wrapper > label:hover,
.page-node-194 #edit-park-status-wrapper > label:hover,
.page-node-192 #edit-park-status-wrapper > label:hover,
.page-node-194 #edit-park-type-wrapper > label:hover,
.page-node-192 #edit-park-type-wrapper > label:hover,
.page-node-194 #edit-title-wrapper > label:hover,
.page-node-192 #edit-title-wrapper > label:hover {
  color: #003a5d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-node-194 #edit-amenities-wrapper > label:before,
.page-node-192 #edit-amenities-wrapper > label:before,
.page-node-194 #edit-dog-status-wrapper > label:before,
.page-node-192 #edit-dog-status-wrapper > label:before,
.page-node-194 #edit-dogs-status-wrapper > label:before,
.page-node-192 #edit-dogs-status-wrapper > label:before,
.page-node-194 #edit-park-status-wrapper > label:before,
.page-node-192 #edit-park-status-wrapper > label:before,
.page-node-194 #edit-park-type-wrapper > label:before,
.page-node-192 #edit-park-type-wrapper > label:before,
.page-node-194 #edit-title-wrapper > label:before,
.page-node-192 #edit-title-wrapper > label:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.page-node-194 #edit-title-wrapper,
.page-node-192 #edit-title-wrapper {
  width: 100%;
  margin-top: 12px;
}
.page-node-194 #edit-submit-parks,
.page-node-192 #edit-submit-parks {
  padding: 6px 16px !important;
  line-height: 24px !important;
}
.page-node-194 .view-parks,
.page-node-192 .view-parks {
  position: relative;
}
.page-node-194 .view-parks .view-filters .parks-filter-dropdown,
.page-node-192 .view-parks .view-filters .parks-filter-dropdown {
  margin-bottom: 8px;
}
.page-node-194 .view-parks .view-filters .parks-filter-dropdown .filter-label,
.page-node-192 .view-parks .view-filters .parks-filter-dropdown .filter-label {
  text-transform: uppercase;
}
.page-node-194 .view-parks .view-filters .parks-filter-dropdown .dropdown-label,
.page-node-192 .view-parks .view-filters .parks-filter-dropdown .dropdown-label {
  display: inline-block;
  padding: 6px 16px;
  margin: 0 8px;
  border: 1px solid #237ac2;
  color: #003a5d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 24px;
}
.page-node-194 .view-parks .view-filters .parks-filter-dropdown .dropdown-label i,
.page-node-192 .view-parks .view-filters .parks-filter-dropdown .dropdown-label i {
  vertical-align: bottom;
}
.page-node-194 .view-parks .view-filters > form,
.page-node-192 .view-parks .view-filters > form {
  display: none;
  position: absolute;
  z-index: 20 !important;
  border: 1px solid #eceff1;
  z-index: 5;
  background: #fff;
  padding: 32px;
  right: 64px;
  left: 32px;
  margin-top: 8px;
}
.page-node-194 .view-parks .view-filters > form .amenities-wrap #edit-amenities-wrapper,
.page-node-192 .view-parks .view-filters > form .amenities-wrap #edit-amenities-wrapper {
  width: 100%;
}
.page-node-194 .view-parks .view-filters > form .amenities-wrap #edit-amenities-wrapper .amenity-wrap,
.page-node-192 .view-parks .view-filters > form .amenities-wrap #edit-amenities-wrapper .amenity-wrap {
  margin-bottom: 0;
}
.page-node-194 .view-parks .view-filters > form .amenities-wrap #edit-amenities-wrapper .amenity-wrap > .form-item,
.page-node-192 .view-parks .view-filters > form .amenities-wrap #edit-amenities-wrapper .amenity-wrap > .form-item {
  line-height: 24px;
}
.page-node-194 .view-parks .view-filters > form .filter-close,
.page-node-192 .view-parks .view-filters > form .filter-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #003a5d;
}
.page-node-194 .view-parks .view-filters > form .parks-filters #edit-dog-status-wrapper .bef-checkboxes > .form-item,
.page-node-192 .view-parks .view-filters > form .parks-filters #edit-dog-status-wrapper .bef-checkboxes > .form-item,
.page-node-194 .view-parks .view-filters > form .parks-filters #edit-park-status-wrapper .bef-checkboxes > .form-item,
.page-node-192 .view-parks .view-filters > form .parks-filters #edit-park-status-wrapper .bef-checkboxes > .form-item,
.page-node-194 .view-parks .view-filters > form .parks-filters #edit-park-type-wrapper .bef-checkboxes > .form-item,
.page-node-192 .view-parks .view-filters > form .parks-filters #edit-park-type-wrapper .bef-checkboxes > .form-item {
  line-height: 24px;
}
.page-node-194 .view-parks .view-filters > form .parks-filters .parks-filter,
.page-node-192 .view-parks .view-filters > form .parks-filters .parks-filter {
  margin-bottom: 0;
}
.page-node-194 .view-parks .view-filters > form .form-item label,
.page-node-192 .view-parks .view-filters > form .form-item label {
  font-weight: 400;
  font-size: 17px;
  color: #003a5d;
}
.page-node-194 .view-parks .view-filters > form,
.page-node-192 .view-parks .view-filters > form {
  display: inherit !important;
  z-index: 100 !important;
  border: inherit !important;
  background: inherit !important;
  padding: inherit !important;
  right: inherit !important;
  left: inherit !important;
  margin-top: inherit !important;
}
#block-views-parks-block-2 > .view-parks,
#block-views-parks-block-6 > .view-parks {
  position: relative;
  float: left;
  width: 100%;
}
#block-views-parks-block-2 > .view-parks > .view-footer,
#block-views-parks-block-6 > .view-parks > .view-footer {
  display: none;
}
#block-views-parks-block-2 > .view-parks .pager .pager-current,
#block-views-parks-block-6 > .view-parks .pager .pager-current {
  display: none;
}
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content {
  margin-top: 16px;
  color: #666;
}
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content br,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content br {
  display: none;
}
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .park-title,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .park-title {
  line-height: 1em;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  color: #237ac2;
}
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .park-address,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .park-address {
  text-align: center;
  margin-bottom: 12px;
}
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .park-amenities,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .park-amenities,
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .dogs-status,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .dogs-status,
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .park-type,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .park-type,
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .park-status,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .park-status {
  margin-bottom: 8px;
  line-height: 1em;
}
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .dogs-status,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .dogs-status,
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .park-type,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .park-type,
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .park-status,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .park-status {
  display: table;
  width: 100%;
}
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .dogs-status .label,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .dogs-status .label,
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .park-type .label,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .park-type .label,
#block-views-parks-block-2 > .view-parks > .attachment-before .view-content .park-status .label,
#block-views-parks-block-6 > .view-parks > .attachment-before .view-content .park-status .label {
  display: table-cell;
  width: 40%;
}
#block-views-parks-block-2 > .view-parks .parks-items,
#block-views-parks-block-6 > .view-parks .parks-items {
  display: none;
}
#block-views-parks-block-2 > .view-parks .parks-items.active,
#block-views-parks-block-6 > .view-parks .parks-items.active {
  display: block;
}
#block-views-parks-block-2 > .view-parks > .view-content .views-row,
#block-views-parks-block-6 > .view-parks > .view-content .views-row {
  position: relative;
  z-index: 10;
  margin-top: -3px;
  margin-right: 0;
  margin-left: -20px;
  padding-left: 20px;
  border: 2px solid transparent;
}
#block-views-parks-block-2 > .view-parks > .view-content .views-row.views-row-first .parks-wrap,
#block-views-parks-block-6 > .view-parks > .view-content .views-row.views-row-first .parks-wrap {
  border-top: 1px solid #CCC;
}
#block-views-parks-block-2 > .view-parks > .view-content .views-row .parks-wrap,
#block-views-parks-block-6 > .view-parks > .view-content .views-row .parks-wrap {
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
}
#block-views-parks-block-2 > .view-parks > .view-content .views-row:hover,
#block-views-parks-block-6 > .view-parks > .view-content .views-row:hover {
  color: #000;
  border-color: #237ac2;
}
#block-views-parks-block-2 > .view-parks > .view-content .views-row:hover a,
#block-views-parks-block-6 > .view-parks > .view-content .views-row:hover a {
  color: #237ac2;
}
#block-views-parks-block-2 > .view-parks > .view-content .views-row:hover span,
#block-views-parks-block-6 > .view-parks > .view-content .views-row:hover span {
  color: #000;
}
#block-views-parks-block-2 > .view-parks > .view-content .views-row:hover .parks-wrap,
#block-views-parks-block-6 > .view-parks > .view-content .views-row:hover .parks-wrap {
  border-color: transparent;
}
#block-views-parks-block-2 > .view-parks > .view-content .park-title,
#block-views-parks-block-6 > .view-parks > .view-content .park-title {
  font-size: 21px;
  color: #666;
}
#block-views-parks-block-2 > .view-parks > .view-content .park-title i,
#block-views-parks-block-6 > .view-parks > .view-content .park-title i {
  font-size: 17px;
  line-height: 24px;
  vertical-align: bottom;
}
#block-views-parks-block-2 > .view-parks > .view-content .park-title span,
#block-views-parks-block-6 > .view-parks > .view-content .park-title span {
  margin-left: 12px;
  padding-left: 12px;
  font-size: 17px;
  border-left: 1px solid #CCC;
}
#block-views-parks-block-2 > .view-parks > .view-content .park-body,
#block-views-parks-block-6 > .view-parks > .view-content .park-body {
  margin-top: 7px;
}
#block-views-parks-block-2 > .view-parks > .view-content .park-body :last-child,
#block-views-parks-block-6 > .view-parks > .view-content .park-body :last-child {
  margin-bottom: 0;
}
#block-views-parks-block-2 > .view-parks > .view-content .park-amenities,
#block-views-parks-block-6 > .view-parks > .view-content .park-amenities {
  margin-top: 16px;
  font-size: 17px;
}
#block-views-parks-block-2 > .view-parks > .view-content .park-amenities i,
#block-views-parks-block-6 > .view-parks > .view-content .park-amenities i {
  font-size: 17px;
  vertical-align: sub;
}
#block-views-parks-block-2 > .view-parks > .view-content .park-amenities span,
#block-views-parks-block-6 > .view-parks > .view-content .park-amenities span {
  font-weight: 700;
}
#block-views-parks-block-2 > .view-parks > .view-content .parks-item-content,
#block-views-parks-block-6 > .view-parks > .view-content .parks-item-content,
#block-views-parks-block-2 > .view-parks > .view-content .view-park-btn,
#block-views-parks-block-6 > .view-parks > .view-content .view-park-btn {
  margin-bottom: 0;
  padding-right: 0;
}
#block-views-parks-block-2 > .view-parks > .view-content .view-park-btn,
#block-views-parks-block-6 > .view-parks > .view-content .view-park-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 24px;
  padding-right: 16px;
  text-align: right;
  text-transform: uppercase;
}
#block-views-parks-block-2 > .view-parks > .item-list,
#block-views-parks-block-6 > .view-parks > .item-list {
  display: none;
}
#block-views-parks-block-2 > .view-parks > .item-list.active,
#block-views-parks-block-6 > .view-parks > .item-list.active {
  display: block;
}
#block-views-parks-block-2 .view-parks .view-filters .parks-filter-dropdown {
  cursor: pointer;
  float: left;
  width: auto;
  position: relative;
  z-index: 101;
}
#block-views-parks-block-2 .view-parks .view-filters > form {
  position: relative;
  z-index: 500;
}
#block-views-parks-block-2 .view-parks .view-filters > form > div .views-exposed-widgets .filter-close {
  cursor: pointer;
}
#block-views-parks-block-2 .view-parks .view-filters > form > div .views-exposed-widgets > .parks-checkboxes {
  display: none;
  position: absolute;
  border: 1px solid #eceff1;
  background: #fff;
  padding: 32px;
  left: 32px;
  margin-top: 64px;
  width: 720px;
  max-width: 100%;
  z-index: 100;
}
#block-views-parks-block-2 .view-parks .view-filters > form > div .amenities-wrap {
  margin-bottom: 8px!important;
  padding-right: 0!important;
}
#block-views-parks-block-2 .view-parks .view-filters > form > div .form-item label {
  font-weight: 300;
  font-size: 17px;
  color: #003a5d;
}
#block-views-parks-block-2 .view-parks .view-filters > form > div [class*="col-"] {
  margin-bottom: 0;
  padding-right: 8px;
}
#block-views-parks-block-2 .view-parks .view-filters > form > div #edit-project-category-wrapper {
  width: 100%;
}
#block-views-parks-block-2 .view-parks .view-filters > form > div #edit-project-category-wrapper > label {
  text-indent: -9999px;
  display: block;
  width: 0;
  position: absolute;
}
#block-views-parks-block-2 .view-parks .view-filters > form > div #edit-project-category-wrapper > label:before {
  content: '';
}
#block-views-parks-block-2 .view-parks .view-filters #edit-title-wrapper {
  width: auto;
  padding-right: 8px;
  margin-bottom: 8px;
}
#block-views-parks-block-2 .view-parks .view-filters #edit-title-wrapper label {
  display: none;
}
#block-views-parks-block-2 .view-parks .view-filters #edit-title-wrapper .views-widget {
  margin-top: -36px;
  display: inline-block;
}
#block-views-parks-block-2 .view-parks .view-filters #edit-title-wrapper .views-widget input {
  width: 200px;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
}
#block-views-parks-block-2 .view-parks .view-filters #edit-title-wrapper .views-widget input::-webkit-input-placeholder {
  color: #767676;
}
#block-views-parks-block-2 .view-parks .view-filters #edit-title-wrapper .views-widget input::-moz-placeholder {
  color: #767676;
}
#block-views-parks-block-2 .view-parks .view-filters #edit-title-wrapper .views-widget input:-moz-placeholder {
  color: #767676;
}
#block-views-parks-block-2 .view-parks .view-filters #edit-title-wrapper .views-widget input:-ms-input-placeholder {
  color: #767676;
}
#block-views-parks-block-2 .view-parks .view-filters .views-submit-button {
  padding-top: 0;
}
#block-views-parks-block-2 .view-parks .view-filters .views-submit-button input {
  margin-top: 0;
}
#block-views-parks-block-6 {
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 32px;
}
#block-views-parks-block-3 .block-title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1em;
}
#block-views-parks-block-3 .views-row {
  display: inline-block;
}
#block-views-parks-block-3 .views-row.views-row-last .field-content:after {
  content: "";
}
#block-views-parks-block-3 .views-row .field-content:after {
  content: ", ";
}
.node-type-park .field-name-field-park-amenities .field-item {
  margin-top: 10px;
}
.node-type-park .region-content-meta-right > div {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}
.node-type-park .region-content-meta-right > div .field-label,
.node-type-park .region-content-meta-right > div .field-items {
  display: table-cell;
  width: 50%;
}
.node-type-park .field-name-body {
  float: left;
  width: 100%;
  line-height: 1.6666em;
}
.node-type-park .get-directions-button {
  margin-bottom: 24px;
}
.node-type-park .get-directions-button .button {
  width: 288px;
  max-width: 100%;
  text-align: center;
}
#block-views-parks-block-6 .parks-checkboxes {
  display: block !important;
}
#block-views-parks-block-6 #edit-amenities-wrapper {
  width: 100%;
}
/*
 * PERMITS & APPLICATIONS - NODE 420 --------------------------/
 */
#block-views-permits-applications-block-1 .view-content > .views-row {
  padding: 32px 0;
  border-bottom: 1px solid #c9cbcd;
}
#block-views-permits-applications-block-1 .view-content > .views-row .views-field-title {
  font-size: 24px;
  padding: 0 16px;
  margin-bottom: 12px;
}
#block-views-permits-applications-block-1 .view-content > .views-row .views-field-body {
  padding: 0 16px;
}
#block-views-permits-applications-block-1 .view-content > .views-row .views-field-body p {
  margin-bottom: 0;
}
/*
 * PROPERTIES --------------------------------------------/
 */
#block-views-properties-block-1 .views-field-path {
  text-align: right;
}
#block-views-properties-block-1 .view-filters {
  margin-bottom: 32px;
}
#block-views-properties-block-1 .view-filters input[type="text"] {
  width: 200px;
}
#block-views-properties-block-1 .view-content table {
  width: 100%;
}
.node-type-property .views-field-field-property-service-url .views-label {
  font-weight: 700;
  padding-right: 8px;
  float: left;
  clear: both;
}
.ptform .fifteen-inputs {
  margin-bottom: 16px;
  float: left;
  width: 100%;
}
.ptform .tax-label {
  float: left;
  display: inline-block;
  line-height: 2.5em;
  padding-right: 16px;
}
.ptform .tax-input {
  float: left;
  display: inline-block;
}
.page-node-144843 table {
  width: 100%;
}
.page-node-144843 table td {
  padding: 8px;
}
/*
 * PUBLIC ART ----------------------------------------/
 */
.node-type-public-art .content-meta-left {
  width: 100%;
}
.node-type-public-art .content-meta-left .block-cck-blocks {
  margin-bottom: 8px;
}
.node-type-public-art .field-name-body {
  line-height: 1.6666em;
}
.node-type-public-art .field-name-field-pub-art-link .button {
  width: 288px;
  max-width: 100%;
  text-align: center;
}
#block-views-public-art-block-3 #edit-submit-public-art {
  padding: 6px 16px !important;
  line-height: 24px !important;
  line-height: 22px !important;
}
#block-views-public-art-block-3 .view-public-art .attachment {
  margin: 16px -96px 32px -128px;
}
#block-views-public-art-block-3 .view-public-art .attachment .leaflet-popup-content {
  padding: 32px 0 24px;
  min-height: 400px;
}
#block-views-public-art-block-3 .view-public-art .attachment .leaflet-popup-content .art-wrap {
  padding: 0 32px;
}
#block-views-public-art-block-3 .view-public-art .attachment .leaflet-popup-content .art-photo {
  margin-top: 16px!important;
  margin-bottom: 4px;
}
#block-views-public-art-block-3 .view-public-art .attachment .leaflet-popup-content .art-photo img {
  max-height: 178px!important;
}
#block-views-public-art-block-3 .view-public-art .attachment .leaflet-popup-content .art-title {
  line-height: 1em;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
#block-views-public-art-block-3 .view-public-art .attachment .leaflet-popup-content .art-title a {
  color: #237ac2;
}
#block-views-public-art-block-3 .view-public-art .attachment .leaflet-popup-content .art-location {
  text-align: center;
  margin-bottom: 12px;
}
#block-views-public-art-block-3 .view-public-art .attachment .leaflet-popup-content .art-row {
  display: table;
  width: 100%;
  margin-bottom: 4px;
}
#block-views-public-art-block-3 .view-public-art .attachment .leaflet-popup-content .art-row .label {
  display: table-cell;
  width: 25%;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row {
  position: relative;
  z-index: 10;
  margin-top: -3px;
  margin-right: 0;
  margin-left: -20px;
  padding-left: 20px;
  border: 2px solid transparent;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-wrap {
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-wrap > div {
  margin-bottom: 0;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row:hover {
  color: #000;
  border-color: #237ac2;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row:hover a {
  color: #237ac2;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row:hover .art-wrap {
  border-color: transparent;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-photo {
  padding-right: 0;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-detail {
  padding-left: 24px;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-title {
  font-size: 21px;
  line-height: 1.2em;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-snippet {
  float: left;
  width: 100%;
  padding: 8px 0;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-snippet p {
  margin-bottom: 8px;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-snippet :last-child {
  margin-bottom: 0;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-year,
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-artist {
  display: inline-block;
  padding-right: 16px;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-link {
  text-align: right;
  text-transform: uppercase;
}
#block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-link a {
  position: absolute;
  right: 20px;
  bottom: 24px;
}
#block-views-public-art-block-3 .pager-current {
  display: none;
}
#block-views-public-art-block-3 .view-footer {
  display: inline;
}
/*
 * RECREATION PROGRAMS ----------------------------------------/
 */
#block-views-programs-block-2 .view-filters {
  margin-bottom: 24px;
}
#block-views-programs-block-2 .view-filters #edit-combine-wrapper {
  width: 100%;
}
#block-views-programs-block-2 .view-filters #edit-submit-programs {
  padding: 6px 16px !important;
  line-height: 24px !important;
  line-height: 22px !important;
}
#block-views-programs-block-2 .view-content .views-row {
  position: relative;
  z-index: 10;
  margin-top: -3px;
  margin-right: 0;
  margin-left: -20px;
  padding-left: 20px;
  border: 2px solid transparent;
}
#block-views-programs-block-2 .view-content .views-row .program-wrap {
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
}
#block-views-programs-block-2 .view-content .views-row:hover {
  color: #000;
  border-color: #237ac2;
}
#block-views-programs-block-2 .view-content .views-row:hover a {
  color: #237ac2;
}
#block-views-programs-block-2 .view-content .views-row:hover span {
  color: #000;
}
#block-views-programs-block-2 .view-content .views-row:hover .program-wrap {
  border-color: transparent;
}
#block-views-programs-block-2 .view-content .program-title {
  font-size: 21px;
  color: #666;
}
#block-views-programs-block-2 .view-content .program-body {
  margin-top: 7px;
}
#block-views-programs-block-2 .view-content .program-body :last-child {
  margin-bottom: 0;
}
#block-views-programs-block-2 .view-content .program-ages {
  margin-top: 16px;
  font-size: 17px;
}
#block-views-programs-block-2 .view-content .program-ages i {
  font-size: 17px;
  vertical-align: sub;
}
#block-views-programs-block-2 .view-content .program-ages span {
  font-weight: 700;
}
#block-views-programs-block-2 .view-content .program-item-content,
#block-views-programs-block-2 .view-content .view-program-btn {
  margin-bottom: 0;
  padding-right: 0;
}
#block-views-programs-block-2 .view-content .view-program-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 24px;
  padding-right: 16px;
  text-align: right;
  text-transform: uppercase;
}
.block-daily-view,
.block-weekly-view {
  float: left;
  width: 100%;
}
.block-daily-view h2.block-title,
.block-weekly-view h2.block-title {
  display: none;
}
.block-daily-view .view-content,
.block-weekly-view .view-content,
.block-daily-view .days.tabs,
.block-weekly-view .days.tabs,
.block-daily-view .no-results,
.block-weekly-view .no-results {
  display: none;
}
.block-daily-view.active .view-content,
.block-weekly-view.active .view-content,
.block-daily-view.active .days.tabs,
.block-weekly-view.active .days.tabs,
.block-daily-view.active .no-results,
.block-weekly-view.active .no-results {
  display: block;
}
.block-daily-view .tabs-list,
.block-weekly-view .tabs-list {
  z-index: 10;
  float: left;
  width: 100%;
  padding-left: 0 !important;
  list-style: none;
  margin-bottom: 16px;
}
.block-daily-view .tabs-list li,
.block-weekly-view .tabs-list li {
  float: left;
  margin-right: 2px;
  list-style: none;
  padding: 8px;
  cursor: pointer;
  color: #237ac2;
  background: #eceff1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block-daily-view .tabs-list li:hover,
.block-weekly-view .tabs-list li:hover,
.block-daily-view .tabs-list li.active,
.block-weekly-view .tabs-list li.active {
  color: #fff;
  background: #003a5d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.view-program-schedules {
  padding: 0 0 32px;
}
.view-program-schedules .view-header,
.view-program-schedules .view-content {
  width: 100%;
  float: left;
  clear: both;
}
.view-program-schedules .no-results {
  padding: 32px 0 0;
}
.view-program-schedules .view-content {
  position: relative;
}
.view-program-schedules .view-content .views-row {
  border: 1px solid #ccc;
  margin: 5px 0;
  overflow: auto;
  padding-top: 10px;
}
.view-program-schedules .view-content .views-row .views-field-nothing {
  text-align: center;
  line-height: 18px;
}
.view-program-schedules .view-content .views-row .views-field-nothing span {
  display: block;
}
.view-program-schedules .view-content .view-group {
  display: none;
  margin-top: -56px;
  background: #fff;
}
.view-program-schedules .view-content .view-group.active {
  display: block;
}
.view-program-schedules .view-content .view-group a span {
  color: #424242;
}
.view-program-schedules .view-content .view-group .views-field [class*='col-'] {
  margin-bottom: 16px;
}
.view-program-schedules .view-content .view-group .views-field:first-child .field-content {
  border-right: 1px solid #ccc;
}
.view-program-schedules .view-content .view-group .views-field.views-field-title .field-content {
  padding: 6px 0 0 32px;
  font-weight: 700;
}
.view-program-schedules .view-content .view-group .views-field.views-field-title .field-content span {
  color: #767676;
  font-weight: 400;
}
.node-type-program .prog-meta {
  background: #eceff1;
  padding: 24px 16px 12px 48px;
  color: #666;
  margin: 0 -48px 32px;
}
.node-type-program .prog-meta div {
  padding: 0 0 12px;
}
.node-type-program .prog-meta .col-1-2 {
  margin-bottom: 0;
}
.node-type-program .prog-meta span:not(.date-display-single) {
  font-weight: 700;
  float: left;
  clear: left;
  width: 160px;
}
.node-type-program #block-views-programs-block-1 .views-row {
  border: 1px solid #ccc;
  margin: 5px 0;
  overflow: auto;
  padding: 16px;
}
.node-type-program #block-views-programs-block-1 .views-row .date-display-range {
  display: inline-block;
}
.node-type-program #block-views-programs-block-1 .views-row .date-display-single {
  font-weight: 700;
  padding-bottom: 8px;
}
.block-weekly-view .view-program-schedules .view-content .view-group {
  display: block;
  margin-top: 0;
}
.block-weekly-view .view-program-schedules .view-content .view-group > h3 {
  margin: 16px 0;
}
.block-daily-view .view-program-schedules .view-content .view-group > h3 {
  display: none;
}
.not-front .tabs {
  margin-left: 0 !important;
}
.not-front .tabs:not(.tabs-primary) {
  z-index: 10;
  float: left;
  width: 100%;
  padding-left: 0 !important;
  list-style: none;
  margin-bottom: 0;
}
.not-front .tabs:not(.tabs-primary).days li a {
  text-align: center;
  width: 60px;
  color: #fff;
}
.not-front .tabs:not(.tabs-primary) li {
  float: left;
  margin-right: 2px;
  list-style: none;
}
.not-front .tabs:not(.tabs-primary) li a {
  display: block;
  padding: 8px;
  color: #237ac2;
  background: #eceff1;
}
.not-front .tabs:not(.tabs-primary) li a:hover {
  color: #fff !important;
  background: #003a5d;
}
.not-front .tabs:not(.tabs-primary) li a.active {
  color: #fff !important;
  background: #237ac2;
}
/*
 * RENTAL PROPERTIES ----------------------------------------/
 */
.node-type-rental-property .content-meta-left {
  width: 100%;
}
.node-type-rental-property .field-name-body {
  margin-top: 32px;
}
#block-views-rental-properties-block-1 {
  margin-left: -128px;
  margin-right: -96px;
  margin-bottom: 32px;
}
#block-views-rental-properties-block-1 .leaflet-popup-content .rental-title {
  line-height: 1em;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
#block-views-rental-properties-block-1 .leaflet-popup-content .rental-title a {
  color: #237ac2;
}
#block-views-rental-properties-block-1 .leaflet-popup-content .rental-address {
  text-align: center;
  margin-bottom: 12px;
}
#block-views-rental-properties-block-2 {
  float: left;
  width: 100%;
  margin: 32px 0;
}
#block-views-rental-properties-block-2 .attachment {
  margin-top: 16px;
  margin-bottom: 16px;
}
#block-views-rental-properties-block-2 .views-row {
  position: relative;
  z-index: 10;
  margin-top: -3px;
  margin-right: 0;
  margin-left: -20px;
  padding-left: 20px;
  border: 2px solid transparent;
}
#block-views-rental-properties-block-2 .views-row .rental-wrap {
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
}
#block-views-rental-properties-block-2 .views-row .rental-wrap > div {
  margin-bottom: 0;
}
#block-views-rental-properties-block-2 .views-row:hover {
  color: #000;
  border-color: #237ac2;
}
#block-views-rental-properties-block-2 .views-row:hover a {
  color: #237ac2;
}
#block-views-rental-properties-block-2 .views-row:hover .rental-wrap {
  border-color: transparent;
}
#block-views-rental-properties-block-2 .views-row .rental-photo {
  padding-right: 0;
}
#block-views-rental-properties-block-2 .views-row .rental-detail {
  padding-left: 24px;
}
#block-views-rental-properties-block-2 .views-row .rental-title {
  font-size: 21px;
  line-height: 1.2em;
}
#block-views-rental-properties-block-2 .views-row .rental-body {
  float: left;
  width: 100%;
  padding: 8px 0;
}
#block-views-rental-properties-block-2 .views-row .rental-body p {
  margin-bottom: 8px;
}
#block-views-rental-properties-block-2 .views-row .rental-body :last-child {
  margin-bottom: 0;
}
#block-views-rental-properties-block-2 .views-row .rental-link {
  text-align: right;
  text-transform: uppercase;
}
#block-views-rental-properties-block-2 .views-row .rental-link a {
  position: absolute;
  right: 20px;
  bottom: 24px;
}
/*
 * ROAD REPORTS --------------------------------------------/
 */
.page-node-387 .map-list-tab-switcher {
  top: 56px;
}
#block-views-road-reports-block-1 #edit-submit-road-reports {
  padding: 6px 16px !important;
  line-height: 24px !important;
  line-height: 22px !important;
}
#block-views-road-reports-block-1 .ip-geoloc-map .leaflet-popup-pane .leaflet-popup-content {
  background: none;
  padding: 0;
}
#block-views-road-reports-block-1 .ip-geoloc-map .leaflet-popup-pane .leaflet-popup-content .road-report-tooltip {
  padding: 32px;
  background: #fff;
}
#block-views-road-reports-block-1 .ip-geoloc-map .leaflet-popup-pane .leaflet-popup-content .road-report-tooltip .title {
  line-height: 1em;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
#block-views-road-reports-block-1 .ip-geoloc-map .leaflet-popup-pane .leaflet-popup-content .road-report-tooltip > div {
  margin-bottom: 12px;
  text-align: center;
}
#block-views-road-reports-block-1 .road-report {
  padding: 24px;
}
#block-views-road-reports-block-1 .road-report .road-report-listing-wrapper .title-wrapper,
#block-views-road-reports-block-1 .road-report .road-report-listing-wrapper .date-wrapper {
  margin-bottom: 8px;
}
#block-views-road-reports-block-1 .road-report .road-report-listing-wrapper .date-wrapper {
  font-weight: 700;
}
#block-views-road-reports-block-1 .road-report .road-report-listing-wrapper .road-email {
  word-break: break-word;
}
#block-views-road-reports-block-1 .road-report .road-report-listing-wrapper > a,
#block-views-road-reports-block-1 .road-report .road-report-listing-wrapper > div {
  float: left;
  margin-bottom: 0;
}
#block-views-road-reports-block-1 .road-report .road-report-listing-wrapper > a > div,
#block-views-road-reports-block-1 .road-report .road-report-listing-wrapper > div > div {
  margin-bottom: 0;
}
#block-views-road-reports-block-1 .road-report .road-report-listing-wrapper .title {
  font-size: 21px;
}
#block-views-road-reports-block-1 .road-report .road-report-listing-wrapper .btn-wrapper {
  text-align: right;
  text-transform: uppercase;
}
#block-views-road-reports-block-1 .road-report:last-of-type {
  border-bottom: 1px solid #c9cbcd;
}
#block-views-road-reports-block-1 .view-content .views-row > div {
  padding: 0 !important;
  border-bottom: 0 !important;
}
#block-views-road-reports-block-1 .view-content .views-row.views-row-first > div {
  border-top: 0 !important;
}
/*
 * SEARCH PAGE -----------------------------------/
 */
.page-search .search-form.gss {
  float: left;
  width: 100%;
}
.page-search .search-form.gss > div > .form-wrapper {
  position: relative;
  float: left;
  width: 100%;
  max-width: 395px;
}
.page-search .search-form.gss > div > .form-wrapper label {
  float: left;
  width: 100%;
}
.page-search .search-form.gss > div > .form-wrapper #edit-submit {
  position: absolute;
  right: 8px;
  left: inherit;
  top: 24px;
}
.page-search .search-form.gss > div > .form-wrapper i {
  top: 24px;
}
.page-search .google-search-results {
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.page-search .google-search-results .gss-result {
  padding-bottom: 16px !important;
  border-bottom: 1px solid #c9cbcd;
  float: left;
  width: 100%;
  display: block;
}
.page-search .google-search-results .gss-result i {
  vertical-align: middle !important;
}
.page-search .google-search-results .gss-result:last-of-type {
  border-bottom: 0;
}
.page-search .google-search-results .gss-result .gss-thumbnail-image {
  float: left;
  padding-right: 16px;
  max-height: 152px;
  display: inline-block;
}
.page-search .google-search-results .gss-result .gss-title {
  font-size: 20px;
  line-height: 24px;
}
.page-search .google-search-results .gss-result .gss-search-snippet-info {
  padding-left: 0;
}
.page-search .google-search-results .gss-result .gss-search-snippet-info p {
  margin-bottom: 0;
}
.page-search .google-search-results .gss-result .gss-search-snippet-info .gss-search-snippet {
  margin: 8px 0;
}
.page-search .google-search-results .gss-result .gss-search-snippet-info .gss-search-url {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.page-search .google-search-results .gss-result .gss-info {
  display: none;
}
.page-search .google-search-pager .pager-item,
.page-search .google-search-pager .pager-current {
  padding: 0 5px !important;
}
/*
 * SECTION LANDING ----------------------------------------------/
 */
.node-type-page-section-landing .field-name-body {
  margin-top: -16px;
}
.node-type-page-section-landing .field-name-field-landing-page-intro,
.node-type-section-landing-page .field-name-field-landing-page-intro {
  font: 24px/32px "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  color: #767676;
  margin-bottom: 42px;
}
.node-type-page-section-landing .section-link,
.node-type-section-landing-page .section-link {
  margin-bottom: 42px;
}
.node-type-page-section-landing .view-section-links-field-collection-view ul,
.node-type-section-landing-page .view-section-links-field-collection-view ul {
  margin: 0 !important;
}
/*
 * SERVICES ----------------------------------------------/
 */
.page-node-58 .main-content article h2 {
  color: #000;
  margin-bottom: 16px;
}
#block-views-services-block-1 .view-header {
  text-align: left;
  margin-bottom: 8px;
  zoom: 1;
}
#block-views-services-block-1 .view-header:before,
#block-views-services-block-1 .view-header:after {
  content: "";
  display: table;
}
#block-views-services-block-1 .view-header:after {
  clear: both;
}
#block-views-services-block-1 .view-header p {
  float: left;
  clear: left;
}
#block-views-services-block-1 .view-header h2 {
  float: left;
  clear: left;
  margin: 0;
}
#block-views-services-block-1 .view-header h5 {
  float: right;
  margin: 8px 0;
}
#block-views-services-block-1 .view-services .view-filters .form-submit {
  margin-top: 0;
  padding: 7px 38px 7px 16px !important;
}
#block-views-services-block-1 .view-services .view-filters .form-submit:hover ~ i {
  color: #fff;
}
#block-views-services-block-1 .view-services .view-filters .views-submit-button {
  width: auto;
  padding: 0px;
  position: relative;
}
#block-views-services-block-1 .view-services .view-filters .views-submit-button i {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 32px;
  color: #237ac2;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#block-views-services-block-1 .view-services .view-filters input#edit-combine {
  margin: 0 8px 8px 0;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper {
  width: 100%;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper .form-type-bef-checkbox {
  display: block;
  float: left;
  width: 33.33%;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-wrapper {
  width: 33.3%;
  clear: both;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper,
#block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-wrapper {
  padding: 1em;
  background: #f0f1f3;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper .form-item,
#block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-wrapper .form-item {
  display: block;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper .form-item label,
#block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-wrapper .form-item label {
  display: inline-block;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  margin: 0 4px 8px 4px;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper .form-item label:before,
#block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-wrapper .form-item label:before {
  display: none;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper .form-item label:before,
#block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-wrapper .form-item label:before {
  font-family: FontAwesome;
  display: block;
  float: left;
  margin-bottom: 1px;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper .form-item input[type=checkbox] + label:before,
#block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-wrapper .form-item input[type=checkbox] + label:before {
  color: #237ac2;
  content: "\f096";
  letter-spacing: 10px;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper .form-item input[type=checkbox]:checked + label:before,
#block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-wrapper .form-item input[type=checkbox]:checked + label:before {
  content: "\f14a";
  letter-spacing: 5px;
  margin-right: 3px;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper > label,
#block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-wrapper > label,
#block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-m-wrapper > label,
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-m-wrapper > label,
#block-views-services-block-1 .view-services .view-filters #edit-combine-wrapper > label {
  color: #000;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 17px;
}
#block-views-services-block-1 .view-services .view-filters #edit-combine-wrapper > label {
  font-size: 24px;
}
#block-views-services-block-1 .view-services .view-filters .services-filter-dropdown .filter-label {
  text-transform: uppercase;
}
#block-views-services-block-1 .view-services .view-filters .services-filter-dropdown .dropdown-label {
  display: inline-block;
  padding: 16px;
  margin: 0 8px;
  border: 1px solid #fff;
  color: #003a5d;
}
#block-views-services-block-1 .view-services .view-filters .services-filter-dropdown .dropdown-label i {
  vertical-align: bottom;
}
#block-views-services-block-1 .view-services .view-filters .services-filter-dropdown .dropdown-label:hover,
#block-views-services-block-1 .view-services .view-filters .services-filter-dropdown .dropdown-label.active {
  border-color: #eceff1;
}
#block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-m-wrapper,
#block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-m-wrapper {
  display: none;
}
#block-views-services-block-1 .view-content {
  margin-top: 8px;
}
#block-views-services-block-1 .view-content .views-row {
  position: relative;
  z-index: 10;
  margin-top: -3px;
  margin-right: 0;
  margin-left: -20px;
  padding-left: 20px;
  border: 2px solid transparent;
}
#block-views-services-block-1 .view-content .views-row.views-row-first .service-wrap {
  border-top: 1px solid #CCC;
}
#block-views-services-block-1 .view-content .views-row .service-wrap {
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
}
#block-views-services-block-1 .view-content .views-row:hover {
  color: #000;
  border-color: #237ac2;
}
#block-views-services-block-1 .view-content .views-row:hover a {
  color: #237ac2;
}
#block-views-services-block-1 .view-content .views-row:hover span {
  color: #000;
}
#block-views-services-block-1 .view-content .views-row:hover .service-wrap {
  border-color: transparent;
}
#block-views-services-block-1 .view-content .service-title {
  font-size: 21px;
}
#block-views-services-block-1 .view-content .service-body {
  margin-top: 7px;
}
#block-views-services-block-1 .view-content .service-body :last-child {
  margin-bottom: 0;
}
#block-views-services-block-1 .view-content .service-location {
  margin-top: 16px;
  font-size: 17px;
}
#block-views-services-block-1 .view-content .service-location i {
  font-size: 17px;
  vertical-align: sub;
}
#block-views-services-block-1 .view-content .service-location span {
  font-weight: 700;
}
#block-views-services-block-1 .view-content .service-item-content,
#block-views-services-block-1 .view-content .view-service-btn {
  margin-bottom: 0;
  padding-right: 0;
}
#block-views-services-block-1 .view-content .view-service-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 24px;
  padding-right: 16px;
  text-align: right;
  text-transform: uppercase;
}
#block-views-services-block-4 h3 {
  margin-bottom: 16px;
}
#block-views-services-block-4 .service-locations .item-list ul li,
#block-views-services-block-4 .service-categories .item-list ul li {
  margin-left: 0;
}
#block-views-services-block-4 .service-locations ul,
#block-views-services-block-4 .service-categories ul {
  list-style-type: disc !important;
  margin: 0 0 32px 32px;
}
#block-views-service-locations-block-1 h2 {
  font-weight: 700;
  text-transform: none !important;
}
#block-views-service-locations-block-1 .view-service-locations > .view-content > .views-row {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
#block-views-service-locations-block-2 {
  float: left;
  width: 100%;
}
#block-views-service-locations-block-2 ul {
  margin-bottom: 0;
}
#block-views-service-locations-block-2 ul li {
  margin-left: 0;
  margin-bottom: 0;
}
#services-search-page form {
  position: relative;
}
#services-search-page form input[type="text"] {
  width: 100%;
}
#services-search-page form .search-icon {
  z-index: 10;
  color: #237ac2;
  font-size: 32px;
  text-align: center;
  line-height: 48px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 2px;
  right: 5px;
  width: 48px;
  height: 48px;
}
#services-search-page .services-search-page-results {
  margin-top: 32px;
}
.node-type-service .content-meta-left {
  width: 100%;
}
/*
 * SPORTS LEAGUES - LIST VIEW -----------------------------------/
 */
#block-views-sports-leagues-block-1 .view-content .sports-league-wrapper .acc-trigger {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  font-size: 21px;
  font-weight: 300;
}
#block-views-sports-leagues-block-1 .view-content .sports-league-wrapper .acc-trigger:before {
  content: '\e145';
  margin-left: -32px;
  padding-right: 8px;
  font-size: 24px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
#block-views-sports-leagues-block-1 .view-content .sports-league-wrapper .acc-trigger.active:before {
  content: '\e15b';
}
#block-views-sports-leagues-block-1 .view-content .sports-league-wrapper .acc-container {
  padding-left: 11px;
  display: none;
}
#block-views-sports-leagues-block-1 .view-content .sports-league-wrapper .acc-container .league-content {
  border-left: 2px solid #c9cbcd;
  padding-left: 21px;
}
.view-sports-leagues {
  width: 100%;
  float: left;
  clear: both;
}
.view-sports-leagues .views-row a {
  border: 1px solid #ccc;
  margin: 5px 0;
  overflow: auto;
  padding: 16px;
  display: block;
  font-size: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.view-sports-leagues .views-row a:hover {
  background: #eceff1;
}
/*
 * SURVEYS ------------------------------------------------------/
 */
#block-views-surveys-block-1 .survey-row {
  padding: 32px 0;
  border-bottom: 1px solid #c9cbcd;
  font-size: 21px;
}
#block-views-surveys-block-1 .survey-row a {
  padding-left: 16px;
}
/*
 * WEBFORMS ------------------------------------------------------/
 */
.webform-progressbar .webform-progressbar-outer {
  height: 8px;
  background: #c9cbcd;
  border: 0;
}
.webform-progressbar .webform-progressbar-outer .webform-progressbar-inner {
  height: 4px;
}
.webform-progressbar .webform-progressbar-outer .webform-progressbar-page {
  width: 16px;
  height: 16px;
  margin: -9px -4px;
  border: 1px solid #c9cbcd;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.webform-progressbar .webform-progressbar-outer .webform-progressbar-page.current {
  background-color: #bccb21;
  border-color: #bccb21;
}
.webform-progressbar .webform-progressbar-outer .webform-progressbar-page.current:hover {
  background-color: #ccdc29;
  border-color: #ccdc29;
}
.webform-progressbar .webform-progressbar-outer .webform-progressbar-page:hover {
  background-color: #bccb21;
  border-color: #bccb21;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.webform-progressbar .webform-progressbar-outer .webform-progressbar-page:hover .webform-progressbar-page-label {
  top: 15px;
}
.webform-progressbar .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label {
  top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*
 * HEADER
 */
#header {
  position: fixed;
  z-index: 200;
  height: 160px;
  background: #fff;
}
#header .header-logo {
  padding-left: 3%;
}
#header .container > div {
  margin-bottom: 0;
}
.notice:not(.closed-notice) #header {
  height: 272px !important;
}
.notice:not(.closed-notice) #header.shrunk {
  height: 192px !important;
}
.header-menu-wrapper {
  background: #fff;
}
.front #header .header-logo,
.node-type-page-section-landing #header .header-logo,
.node-type-section-landing-page #header .header-logo {
  width: 20%;
}
.front #header .nav-wrap,
.node-type-page-section-landing #header .nav-wrap,
.node-type-section-landing-page #header .nav-wrap {
  width: 80%;
}
#header .header-logo {
  width: 25%;
  padding-top: 24px;
  padding-left: 1%;
}
#header .header-logo img {
  max-width: 131px;
  width: 100%;
}
#header .nav-wrap {
  width: 75%;
}
#header #nav {
  margin-top: 0;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item {
  padding-right: 6.5%;
  height: 90px;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > a {
  padding-top: 12px;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
  top: 89px;
}
#header #top-nav {
  display: block;
}
#top-nav {
  display: none;
}
#top-nav ul {
  float: right;
  margin-bottom: 23px;
}
#top-nav ul li {
  float: left;
  border-bottom: 1px solid #CCC;
}
#top-nav ul li:last-of-type a {
  padding-right: 32px;
}
#top-nav ul li a {
  display: block;
  padding-left: 32px;
  font-size: 17px;
  line-height: 46px;
}
#top-nav ul li a .material-icons {
  padding-right: 6px;
  color: rgba(201, 203, 205, 0.5);
  font-size: 21px;
  line-height: 46px;
  vertical-align: middle;
}
#top-nav ul li a:hover i {
  color: #237ac2;
}
.header-menu-wrapper {
  background: #fff;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
  top: 89px;
}
#header.shrunk #nav .desktop .menu-block-wrapper > .menu > .menu__item > a {
  padding-top: 0;
}
#header.shrunk #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
  top: 72px;
}
.ie #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
  top: 88px;
}
.ie #header.shrunk #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
  top: 72px;
}
.js .nav-wrap #nav {
  opacity: 0;
}
#header #nav .desktop .menu-block-wrapper > .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item {
  position: relative;
  height: 64px;
  float: left;
  padding-right: 6%;
  font-size: 21px;
  line-height: 1em;
  text-transform: uppercase;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item:last-of-type {
  padding-right: 0!important;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item:last-of-type > .menu {
  right: 0;
  margin-right: -32px;
  margin-left: 0;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item:last-of-type .view-menu-highlight,
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item:nth-last-child(2) .view-menu-highlight {
  left: -100%;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item:last-of-type > .menu,
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item:nth-last-child(2) > .menu {
  margin-right: 0 !important;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item:last-of-type > .menu > .menu__item,
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item:nth-last-child(2) > .menu > .menu__item {
  border-right: 0;
  border-left: 1px solid #c9cbcd;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > a {
  position: relative;
  display: block;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003a5d;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item:hover > a,
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item.on > a,
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item.is-active-item > a,
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item.is-active-trail > a {
  color: #237ac2;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item:hover > a:after,
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item.on > a:after,
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item.is-active-item > a:after,
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item.is-active-trail > a:after {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  background-color: #237ac2;
}
html.sub-menu-open #header #nav .desktop .menu-block-wrapper > .menu > .menu__item.is-active-trail > a {
  color: #003a5d !important;
}
html.sub-menu-open #header #nav .desktop .menu-block-wrapper > .menu > .menu__item.is-active-trail > a:after {
  opacity: 0 !important;
}
html.sub-menu-open #header #nav .desktop .menu-block-wrapper > .menu > .menu__item.is-active-item.is-active-trail > a {
  color: #237ac2 !important;
}
html.sub-menu-open #header #nav .desktop .menu-block-wrapper > .menu > .menu__item.is-active-item.is-active-trail > a:after {
  opacity: 1 !important;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  background-color: #237ac2;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  right: 0;
  border-top: 1px solid #c9cbcd;
  height: 100%;
  background: #eceff1;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links a {
  color: #003a5d;
  text-transform: none;
  font: 21px/1.2em Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links a:hover {
  color: #237ac2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links .views-field-field-menu-highlight-image img {
  border: 1px solid #c9cbcd;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links > .view-content {
  padding: 32px 32px 0 32px;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links > .view-footer {
  padding: 0 32px 32px 32px;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links > .view-footer .views-row {
  border-bottom: 1px solid #c9cbcd;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links > .view-footer .views-row:last-of-type {
  border-bottom: 0;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links .views-field-field-menu-highlight-link .view-menu-highlight-field-collection-view > .view-content > .views-row {
  padding: 16px 0;
  border-bottom: 1px solid #c9cbcd;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links .views-field-field-menu-highlight-link .view-menu-highlight-field-collection-view > .view-content > .views-row:last-of-type {
  border-bottom: 0;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links .views-field-field-menu-highlight-link .view-menu-highlight-field-collection-view > .view-content > .views-row > .views-field {
  margin-left: 24px;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links .views-field-field-menu-highlight-link .view-menu-highlight-field-collection-view > .view-content > .views-row > .views-field:before {
  content: '\E5CC';
  display: inline;
  position: absolute;
  margin-left: -32px;
  color: #003a5d;
  font-size: 32px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links .views-field-field-menu-highlight-link .view-menu-highlight-field-collection-view > .view-content > .views-row:hover a {
  color: #237ac2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item .menu-highlight-links .views-field-field-menu-highlight-link .view-menu-highlight-field-collection-view > .view-content > .views-row:hover > .views-field:before {
  margin-left: -28px;
  color: #237ac2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
  display: none;
  position: absolute;
  z-index: 10;
  top: 67px;
  width: 288px;
  margin-left: -32px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item {
  font-size: 17px;
  text-transform: none;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item:hover {
  border-left: 0;
  border-right: 0;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item a {
  position: relative;
  display: block;
  padding: 15px 32px;
  border: 2px solid transparent;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item a:before {
  content: '\E5CC';
  opacity: 0;
  margin-top: -4px;
  margin-left: -32px;
  height: 20px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 32px;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item a:hover {
  border-color: #237ac2;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item a:hover:before {
  opacity: 1;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu {
  display: none;
}
#header #nav .desktop .menu-block-wrapper > .menu > .menu__item.on > .menu {
  display: block;
}
.sub-menus {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
  position: fixed;
  background: linear-gradient(180deg, #0077BE 0%, rgba(93, 172, 224, 0.9) 100%);
  height: calc(100% - 160px);
  z-index: 200;
  width: 100%;
  top: 160px;
}
.shrunk .sub-menus {
  height: calc(100% - 80px);
  top: 80px;
}
.sub-menus .close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 0 0 0;
  font-size: 15px;
  text-transform: uppercase;
  background: none;
  border: none;
  color: #fff;
  text-align: center;
}
.sub-menus .close:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: auto;
  height: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #fff transparent transparent transparent;
}
.shrunk .sub-menus .close:before {
  border-top-color: #eceff1;
}
.sub-menus .container {
  max-width: 1000px;
  margin-top: 120px;
  position: relative;
}
.sub-menus .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-menus .sub-menu .menu-block-wrapper ul.menu {
  width: 320px;
}
.sub-menus .sub-menu .menu-block-wrapper ul.menu li:not(:last-child) {
  margin-bottom: 2px;
}
.sub-menus .sub-menu .menu-block-wrapper ul.menu li.is-active-item > a,
.sub-menus .sub-menu .menu-block-wrapper ul.menu li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.sub-menus .sub-menu .menu-block-wrapper ul.menu li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  padding: 8px 20px;
  position: relative;
}
.sub-menus .sub-menu .menu-block-wrapper > ul.menu {
  position: relative;
}
.sub-menus .sub-menu .menu-block-wrapper > ul.menu > li > a {
  padding-left: 45px;
}
.sub-menus .sub-menu .menu-block-wrapper > ul.menu > li > a.has-third:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: auto;
  height: auto;
  content: '\E5CC';
  color: #fdb408;
  font-size: 32px;
}
.sub-menus .sub-menu .menu-block-wrapper > ul.menu > li > .third-level {
  position: absolute;
  top: 0;
  left: 340px;
  display: none;
  width: 320px;
}
.sub-menus .sub-menu .menu-block-wrapper > ul.menu > li > .third-level .left {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 40px;
  width: 360px;
}
.sub-menus .sub-menu .menu-block-wrapper > ul.menu > li > .third-level .title {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  padding: 5px 20px 15px;
  line-height: 1.25;
}
.sub-menus .sub-menu .menu-block-wrapper > ul.menu > li > .third-level .quick-links {
  padding-left: 65px;
  width: 260px;
  position: absolute;
  right: -300px;
  top: 5px;
}
.sub-menus .sub-menu .menu-block-wrapper > ul.menu > li > .third-level .quick-links h5 {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  font-size: 15px;
  padding: 0;
  margin: 0 0 30px 0;
}
.sub-menus .sub-menu .menu-block-wrapper > ul.menu > li > .third-level .quick-links .view-menu-highlight .view-content > .views-row:not(:last-child) {
  margin-bottom: 20px;
}
.sub-menus .sub-menu .menu-block-wrapper > ul.menu > li > .third-level .quick-links .view-menu-highlight .view-content > .views-row a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 18px;
  padding: 0;
}
.sub-menus .sub-menu .menu-block-wrapper > ul.menu > li > .third-level .quick-links .view-menu-highlight .view-content > .views-row a:hover {
  color: rgba(255, 255, 255, 0.6);
  background: none;
}
#header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-menu-wrapper {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header #top-nav {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header.shrunk {
  height: 80px !important;
  background: #eceff1;
  overflow: hidden;
}
#header.shrunk .header-menu-wrapper {
  background: #eceff1;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header.shrunk .header-menu-wrapper #nav {
  margin-top: 17px;
}
#header.shrunk .header-menu-wrapper .logo-main {
  opacity: 0 !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header.shrunk .header-menu-wrapper .logo-inside {
  opacity: 1 !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-top: 20px;
}
#header.shrunk .header-menu-wrapper #top-nav {
  opacity: 0;
  margin-top: -100px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header.shrunk .header-menu-wrapper .header-logo {
  padding-top: 8px;
}
#main {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.node-type-page-section-landing .content-wrap,
.node-type-section-landing-page .content-wrap {
  background: #fff;
}
.node-type-page-section-landing .content-wrap .cut,
.node-type-section-landing-page .content-wrap .cut {
  position: relative;
  z-index: 10;
  padding-top: 20px;
  margin-top: -50px;
  height: 20px;
  background: url(../images/cut.png) no-repeat top center;
  border-bottom: 48px solid #fff;
}
.node-type-page-section-landing #main,
.node-type-section-landing-page #main {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.node-type-page-section-landing #main.shrunk,
.node-type-section-landing-page #main.shrunk {
  margin-top: 78px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.node-type-page-section-landing #main.shrunk .section-banner-wrapper,
.node-type-section-landing-page #main.shrunk .section-banner-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
        .section-banner {
          .title {
            position:fixed;
            top: 80px;
            box-shadow:@box-shadow;
            .transition-fast;
            -webkit-transform: translateZ(0);}
        }// .section-banner
        */
}
.node-type-page-section-landing #main .section-banner-wrapper,
.node-type-section-landing-page #main .section-banner-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.node-type-page-section-landing .parallax-mirror,
.node-type-section-landing-page .parallax-mirror {
  height: 320px !important;
}
.parallax-mirror {
  margin-top: -32px !important;
}
.parallax-mirror.shrunk {
  height: 320px;
}
.parallax-mirror.shrunk .section-banner-images #block-cck-blocks-field-section-banner img {
  top: 109px !important;
}
.parallax-mirror {
  height: 605px !important;
}
.parallax-mirror.shrunk {
  margin-top: -56px;
}
.header-logo {
  position: relative;
}
.header-logo .logo-main img {
  max-width: 106px;
}
.header-logo .logo-inside {
  opacity: 0;
  position: absolute;
  left: 16px;
  margin-top: 26px;
}
.header-logo .logo-inside img {
  max-width: 176px !important;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.node-type-page-section-landing #main .section-banner-wrapper .section-banner .search-block .form-text,
.node-type-section-landing-page #main .section-banner-wrapper .section-banner .search-block .form-text {
  width: auto;
}
.node-type-page-section-landing #main .section-banner-wrapper .section-banner .search-block .form-text,
.node-type-section-landing-page #main .section-banner-wrapper .section-banner .search-block .form-text {
  width: auto;
}
input#edit-submit-views-search-api {
  margin-top: 0px;
  left: auto;
  right: 0;
}
.node-type-page-section-landing #main .section-banner-wrapper .section-banner .search-block .search-icon,
.node-type-section-landing-page #main .section-banner-wrapper .section-banner .search-block .search-icon {
  left: inherit;
  right: 0;
  padding-left: 0;
  line-height: 40px;
}
html.js input.form-autocomplete {
  background-image: none;
}
.search-block .views-exposed-form {
  position: relative;
}
.search-block .views-exposed-form .views-exposed-widget {
  position: absolute;
  right: 0;
  float: none;
  padding: 0;
}
.region-search-bar .search-icon {
  padding-left: 0;
  line-height: 55px;
}
.region-search-bar .views-exposed-form .views-exposed-widget {
  float: none;
  padding-right: 0;
}
.region-search-bar .views-exposed-form .views-submit-button {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
}
body input#edit-query-solr::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.page-search input#edit-query-solr::-ms-clear {
  display: none;
}
#autocomplete ul {
  list-style-type: none;
  padding-left: 0 !important;
  width: 100%;
}
.front #autocomplete {
  width: 640px !important;
  border: 2px solid #bccb21 !important;
  border-top: none !important;
  max-width: 99%;
}
.page-search #autocomplete {
  width: 582px !important;
  border: 2px solid #bccb21 !important;
  border-top: none !important;
  max-width: 99%;
}
.section-banner-wrapper #autocomplete {
  width: 100% !important;
  border: 2px solid #bccb21 !important;
  border-top: none !important;
}
#autocomplete ul li {
  padding: 5px 15px;
  list-style-type: none;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
 * WORKBENCH ------------------------------------/
 */
div.workbench-info-block {
  padding: 16px;
  line-height: 32px;
  margin-bottom: 32px;
  background: #eceff1;
  border-color: #eceff1;
  color: #000;
}
#content .workbench-moderation-moderate-form {
  display: none;
}
.front .search {
  margin: -580px auto 0;
  position: relative;
}
@-moz-document url-prefix() {
  .front .search {
    margin: -579px auto 0;
  }
}
.front.notice .home-search-wrap .home-form-wrap.active.notice {
  margin-top: 200px !important;
}
.front.notice .home-search-wrap .home-results.active {
  top: 274px !important;
}
.home-search-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.home-search-wrap label {
  opacity: 0;
  font-size: 0;
  height: 0;
  width: 0;
  text-indent: -9999px;
}
.home-search-wrap .home-form-wrap {
  margin: 320px auto 0 auto;
  position: relative;
  width: 100%;
  padding: 16px 0;
}
.home-search-wrap .home-form-wrap .close {
  display: none;
  opacity: 0;
  padding: 12px 0 0 64px;
}
.home-search-wrap .home-form-wrap .close a {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
}
.home-search-wrap .home-form-wrap .close a i {
  padding-left: 16px;
  font-size: 26px;
}
.home-search-wrap .home-form-wrap .close a:hover {
  opacity: 0.75;
}
.home-search-wrap .home-form-wrap.active {
  position: fixed;
  z-index: 2;
  margin-top: 88px;
  background: #666;
  height: 82px;
}
.home-search-wrap .home-form-wrap.active .close {
  display: block;
  opacity: 1;
}
.home-search-wrap .home-form-wrap.active .search-icon {
  opacity: 0;
}
.home-search-wrap .home-form-wrap.active.notice {
  margin-top: 176px;
}
.home-search-wrap .home-form-wrap.active .home-search #edit-keys-label {
  opacity: 0;
  width: 0;
  height: 0;
  font: 0;
}
.home-search-wrap .home-form-wrap.active .form-text {
  padding: 9px 16px 9px 12px;
  width: 71.5%;
}
.home-search-wrap .home-form-wrap .home-search {
  position: relative;
}
.home-search-wrap .home-form-wrap .form-text {
  color: #767676;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
  padding: 18px 48px 18px 32px;
  border: 2px solid #bccb21;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 50%;
  float: right;
}
.home-search-wrap .home-form-wrap .form-text::-webkit-input-placeholder {
  color: #767676;
}
.home-search-wrap .home-form-wrap .form-text::-moz-placeholder {
  color: #767676;
}
.home-search-wrap .home-form-wrap .form-text:-moz-placeholder {
  color: #767676;
}
.home-search-wrap .home-form-wrap .form-text:-ms-input-placeholder {
  color: #767676;
}
.home-search-wrap .home-form-wrap .form-text::-webkit-input-placeholder {
  color: #aaa;
}
.home-search-wrap .home-form-wrap .form-text::-moz-placeholder {
  color: #aaa;
}
.home-search-wrap .home-form-wrap .form-text:-moz-placeholder {
  color: #aaa;
}
.home-search-wrap .home-form-wrap .form-text:-ms-input-placeholder {
  color: #aaa;
}
.home-search-wrap .home-form-wrap .form-submit {
  z-index: 20;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 2px;
  height: 65px;
  width: 65px;
  top: 2px;
  opacity: 0;
}
.home-search-wrap .home-form-wrap .form-submit:hover {
  box-shadow: 0 0 0;
}
.home-search-wrap .home-form-wrap .search-icon {
  z-index: 10;
  color: #237ac2;
  font-size: 40px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  top: 10px;
  left: 100%;
  width: 48px;
  height: 48px;
  margin-left: -56px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-search-wrap .home-results {
  display: none;
  opacity: 0;
  height: 0;
  width: 100%;
  background: white;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.home-search-wrap .home-results.active {
  display: block;
  opacity: 1;
  height: auto;
  position: fixed;
  top: 240px;
  z-index: 1;
}
.home-search-wrap .home-results.active.notice {
  top: 248px !important;
}
.home-search-wrap .home-results .container {
  max-width: 1248px;
}
.home-search-wrap .home-results .tabs {
  margin: 0;
  padding: 16px 0;
  float: left;
  width: 100%;
  max-width: 956px;
}
.home-search-wrap .home-results .tabs li {
  float: left;
  width: 33%;
  padding: 12px 16px 12px 0;
}
.home-search-wrap .home-results .tabs li a {
  border: 2px solid #237ac2;
  text-transform: uppercase;
  padding: 12px 12px 12px 16px;
  font-size: 22px;
  width: 100%;
  position: relative;
  display: block;
  color: #237ac2;
}
.home-search-wrap .home-results .tabs li a:hover {
  color: #fff;
  background: #237ac2;
}
.home-search-wrap .home-results .tabs li a i {
  position: absolute;
  top: 10px;
  right: 5%;
  font-size: 24px;
}
.home-search-wrap .home-results .tabs li a.active {
  background: #237ac2;
  color: #fff;
}
.home-search-wrap .home-results .tabs li.tPages a i {
  font-size: 33px;
  top: 7px;
  right: 3%;
}
.home-search-wrap .home-results .tabs li.tForms {
  padding-right: 0;
}
.home-search-wrap .home-results .tabs li.tServices a {
  background: url(../images/icon-services-blue.png) 95% no-repeat #fff;
  background-size: 12%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.home-search-wrap .home-results .tabs li.tServices.active a,
.home-search-wrap .home-results .tabs li.tServices:hover a {
  background: url(../images/icon-services-white.png) 95% no-repeat #237ac2;
  background-size: 12%;
}
.home-search-wrap .results-wrap {
  background: #fff;
  height: 404px;
  padding: 0 30px !important;
}
.home-search-wrap .results-wrap .searched-terms {
  font-weight: 700;
}
.home-search-wrap .panel-wrap {
  border-top: 1px solid #c9cbcd;
}
.home-search-wrap .panel {
  display: none;
}
.home-search-wrap .home-results-footer {
  box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  background: #eceff1;
  padding: 38px 0 12px;
  border-top: 1px solid #c9cbcd;
}
.home-search-wrap .home-results-footer .container {
  padding: 0 30px;
}
.home-search-wrap .home-results-footer .container a {
  color: #237ac2;
}
.home-search-wrap .home-results-footer .container a:hover {
  color: #003a5d;
}
.home-search-wrap #rPages,
.home-search-wrap #rForms {
  height: 404px;
}
.home-search-wrap #rServices {
  position: relative;
}
.home-search-wrap .services-list {
  height: 404px;
  overflow-y: scroll;
}
.home-search-wrap .services-list .views-row {
  border-bottom: 1px solid #ccc;
  background: #fff;
  position: relative;
}
.home-search-wrap .views-row#hovered .service-result .service-match a {
  border: 2px solid #237ac2;
  color: #000;
}
.home-search-wrap .views-row#hovered .service-result .service-match a span.natlang {
  color: #237ac2;
}
.home-search-wrap .views-row#hovered .service-result .service-match a i {
  opacity: 1;
}
.home-search-wrap .service-result {
  width: 100%;
  display: block;
  overflow: auto;
}
.home-search-wrap .service-result .service-match {
  width: 100%;
}
.home-search-wrap .service-result .service-match a {
  padding: 12px 16px 12px 8px;
  border: 2px solid transparent;
  color: #767676;
  width: 100%;
  display: block;
  float: left;
  line-height: 26px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-search-wrap .service-result .service-match a span {
  display: block;
  float: right;
  width: 96%;
}
.home-search-wrap .service-result .service-match a span.tags {
  display: none;
}
.home-search-wrap .service-result .service-match a span.natlang {
  color: #003a5d;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-search-wrap .service-result .service-match a i {
  float: left;
  width: 3%;
  color: #237ac2;
  font-size: 38px;
  line-height: 26px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-search-wrap .service-result .service-match a.pdf i {
  font-size: 26px;
}
.home-search-wrap .service-result .service-match a:hover {
  border: 2px solid #237ac2;
  color: #000;
}
.home-search-wrap .service-result .service-match a:hover span.natlang {
  color: #237ac2;
}
.home-search-wrap .service-result .service-match a:hover i {
  opacity: 1;
}
.home-search-wrap .service-result .service-location {
  position: absolute;
  height: 404px;
  overflow: hidden;
  top: 0;
  right: 0;
  max-width: 230px;
  width: 100%;
  background: #fff;
  padding: 24px 0 0 16px;
  color: #000;
  font: 16px/22px "Open Sans", 'Helvetica Neue', Arial, sans-serif;
}
.home-search-wrap .service-result .service-location p {
  margin-bottom: 0;
}
.home-search-wrap .service-result .service-location .also {
  margin-top: 10px;
  font-size: 14px;
}
.home-search-wrap .service-result .service-location .map-link {
  padding-top: 5px;
}
.home-search-wrap .service-result .service-location .map-link span {
  color: #237ac2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-search-wrap .service-result .service-location .map-link span:hover {
  color: #003a5d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-search-wrap .service-result .service-location .map-hide {
  display: none;
}
.home-search-wrap .service-result .service-location .phone-link {
  font-size: 16px;
  margin-top: 5px;
}
.home-search-wrap .service-result .service-location .map-link a,
.home-search-wrap .service-result .service-location .phone-link a {
  color: #237ac2;
}
.home-search-wrap .service-result .service-location .map-link a:hover,
.home-search-wrap .service-result .service-location .phone-link a:hover {
  color: #003a5d;
}
.home-search-wrap .service-result .service-location .map-link a {
  font-weight: 700;
}
.home-search-wrap .service-result .service-location .iframe {
  height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-search-wrap .service-result .service-location .iframe.active {
  height: 250px;
}
.home-search-wrap .service-result .service-location .location-title {
  font-size: 20px;
  font-weight: 700;
}
.home-search-wrap .service-result .service-location .hours {
  margin-top: 10px;
  font-size: 14px;
}
.home-search-wrap .service-result .service-location .hours .title {
  font-weight: bold;
  font-size: 16px;
}
.region-home-services-search .view-filters {
  display: none;
}
.region-home-services-search .view-content {
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
}
.region-home-services-search .view-footer {
  padding: 32px 0;
  max-width: 832px;
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
}
.region-home-services-search .view-footer h4 {
  max-width: 225px;
}
.services-locations .views-row.hide {
  display: none !important;
}
#main.shrunk .home-search-wrap .home-results.active {
  top: 160px;
}
.admin-menu #main.shrunk .home-search-wrap .home-results.active {
  top: 190px;
}
#main:not(.shrunk) .home-search-wrap .home-results {
  top: 208px !important;
}
@media only screen and (max-height: 750px) {
  .home-search-wrap .services-list,
  .home-search-wrap #rPages,
  .home-search-wrap #rForms,
  .home-search-wrap .results-wrap,
  .home-search-wrap .service-result .service-location {
    height: 50vh;
  }
  .home-search-wrap #rPages iframe,
  .home-search-wrap #rForms iframe {
    height: 50vh !important;
  }
  .home-search-wrap .home-results-footer {
    padding: 20px 0 0;
  }
  .home-search-wrap .home-results-footer p {
    margin-bottom: 20px;
  }
  .home-search-wrap .service-result .service-location {
    padding-top: 12px;
  }
  .home-search-wrap .home-results .tabs {
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-height: 650px) {
  .home-search-wrap .services-list,
  .home-search-wrap #rPages,
  .home-search-wrap #rForms,
  .home-search-wrap .results-wrap,
  .home-search-wrap .service-result .service-location {
    height: 40vh;
  }
  .home-search-wrap #rPages iframe,
  .home-search-wrap #rForms iframe {
    height: 40vh !important;
  }
}
@media only screen and (max-height: 550px) {
  .home-search-wrap .services-list,
  .home-search-wrap #rPages,
  .home-search-wrap #rForms,
  .home-search-wrap .results-wrap,
  .home-search-wrap .service-result .service-location {
    height: 32vh;
  }
  .home-search-wrap #rPages iframe,
  .home-search-wrap #rForms iframe {
    height: 32vh !important;
  }
}
.chrome .home-search-wrap .home-results .tabs {
  background: #fff;
}
.chrome .region-home-services-search .view-content {
  height: 400px;
  position: relative;
  overflow-y: scroll;
  padding-right: 16px;
}
.chrome .region-home-services-search .view-footer {
  padding-right: 32px;
}
.chrome .home-search-wrap .services-list {
  padding-right: 0;
  overflow: hidden;
}
.chrome .home-search-wrap .services-list .views-row {
  position: initial;
}
@media only screen and (max-height: 750px) {
  .chrome .region-home-services-search .view-content {
    height: 50vh;
  }
}
@media only screen and (max-height: 650px) {
  .chrome .region-home-services-search .view-content {
    height: 40vh;
  }
}
@media only screen and (max-height: 550px) {
  .chrome .region-home-services-search .view-content {
    height: 32vh;
  }
}
/*
*custom css added
*apache solr search form
*/
input#edit-submit-views-search-api {
  margin-top: 0px;
  left: auto;
}
input#edit-query-solr {
  border: 2px solid #bccb21;
}
/* Homepage Search. */
.front .home-search-wrap .home-form-wrap form#views-exposed-form-views-search-api-page {
  position: relative;
  margin: 0 15px;
  padding: 0;
}
.front .home-form-wrap .views-exposed-form {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 640px;
}
.front .home-form-wrap .views-exposed-form .views-exposed-widget {
  float: none;
  margin: 0;
  padding: 0;
}
.front .home-form-wrap .views-exposed-form .form-item {
  margin: 0;
  padding: 0;
}
/* Form input. */
.front .home-form-wrap .views-exposed-form .views-exposed-widget #edit-query-solr {
  float: none;
  margin: 0;
  padding: 0 60px 0px 15px;
  width: 100%;
  height: 65px;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
  color: #767676;
  background: #fff;
  border-radius: 2px;
  border: 2px solid #bccb21;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
/* Form submit. */
.front .home-form-wrap .views-exposed-form .views-exposed-widget input#edit-submit-views-search-api {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  display: block;
  margin: 0;
  padding: 0 !important;
  width: 60px;
  height: 50px;
  text-align: center;
}
.front .home-form-wrap .views-exposed-form .views-exposed-widget input#edit-submit-search {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  display: block;
  margin: 0;
  padding: 0 !important;
  width: 60px;
  height: 50px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .home-search-wrap .home-form-wrap .views-exposed-form .form-text {
    font-size: 20px;
    padding: 14px 40px 14px 12px;
  }
  .front .home-form-wrap .views-exposed-form .views-exposed-widget input#edit-submit-views-search-api {
    top: 2px;
    right: -4px;
  }
  .front .home-form-wrap .views-exposed-form .views-exposed-widget input#edit-submit-search {
    top: 2px;
    right: -4px;
  }
}
.paragraphs-items .field-name-field-page-content > .field-items > .field-item:not(:last-child) {
  margin-bottom: 50px;
}
.paragraphs-items .field-name-field-heading {
  font: 24px/32px "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  color: #767676;
  margin: 0 0 32px;
}
.paragraphs-items .caption {
  font-style: italic;
  color: #424242;
  padding: 10px 20px;
}
@media only screen and (max-width: 800px) {
  .paragraphs-items .caption {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.paragraphs-items .paragraphs-item-full-width-image .caption {
  padding-left: 47px;
}
@media only screen and (max-width: 1280px) {
  .paragraphs-items .paragraphs-item-full-width-image .caption {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1030px) {
  .paragraphs-items .paragraphs-item-full-width-image .caption {
    padding-left: 3.75%;
  }
}
@media only screen and (max-width: 500px) {
  .paragraphs-items .paragraphs-item-image-aside-copy .caption {
    padding-left: 0;
    padding-right: 0;
  }
}
.paragraphs-items .paragraphs-item-image-aside-copy > .content {
  zoom: 1;
}
.paragraphs-items .paragraphs-item-image-aside-copy > .content:before,
.paragraphs-items .paragraphs-item-image-aside-copy > .content:after {
  content: "";
  display: table;
}
.paragraphs-items .paragraphs-item-image-aside-copy > .content:after {
  clear: both;
}
.paragraphs-items .paragraphs-item-image-aside-copy > .content > * {
  width: 50%;
  float: left;
}
.paragraphs-items .paragraphs-item-image-aside-copy > .content > :first-child {
  padding-right: 25px;
}
.paragraphs-items .paragraphs-item-image-aside-copy > .content > :nth-child(2) {
  padding-left: 25px;
}
@media only screen and (max-width: 800px) {
  .paragraphs-items .paragraphs-item-image-aside-copy > .content > * {
    float: none !important;
    width: auto;
  }
  .paragraphs-items .paragraphs-item-image-aside-copy > .content > :first-child,
  .paragraphs-items .paragraphs-item-image-aside-copy > .content > :nth-child(2) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .paragraphs-items .paragraphs-item-image-aside-copy > .content > :not(:last-child) {
    margin-bottom: 40px;
  }
}
.paragraphs-items .paragraphs-item-image-aside-copy.align-right > .content > :first-child {
  float: right;
  padding-left: 25px;
  padding-right: 0;
}
.paragraphs-items .paragraphs-item-image-aside-copy.align-right > .content > :nth-child(2) {
  padding-right: 25px;
  padding-left: 0;
}
.paragraphs-items .paragraphs-item-full-width-image {
  margin-left: -47px;
}
@media only screen and (max-width: 1280px) {
  .paragraphs-items .paragraphs-item-full-width-image {
    margin-left: -32px;
  }
}
@media only screen and (max-width: 1030px) {
  .paragraphs-items .paragraphs-item-full-width-image {
    margin-left: -3.75%;
  }
}
@media only screen and (max-width: 800px) {
  .paragraphs-items .paragraphs-item-full-width-image {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.paragraphs-items .paragraphs-item-full-width-image img {
  width: 100%;
}
.paragraphs-items .paragraphs-item-promo-block {
  margin-left: -47px;
  background: #ECEFF1;
  padding: 40px;
}
@media only screen and (max-width: 1280px) {
  .paragraphs-items .paragraphs-item-promo-block {
    margin-left: -32px;
  }
}
@media only screen and (max-width: 1030px) {
  .paragraphs-items .paragraphs-item-promo-block {
    margin-left: -3.75%;
  }
}
@media only screen and (max-width: 800px) {
  .paragraphs-items .paragraphs-item-promo-block {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.paragraphs-items .paragraphs-item-promo-block .content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.paragraphs-items .paragraphs-item-promo-block .content .field-name-field-heading {
  margin-bottom: 20px;
}
.paragraphs-items .paragraphs-item-promo-block .content .quicklink-icon {
  min-height: 80px;
  color: #237ac2;
}
.paragraphs-items .paragraphs-item-promo-block .content .quicklink-icon i {
  font-size: 64px;
}
.paragraphs-items .paragraphs-item-promo-block .content .field-name-field-link {
  margin-top: 40px;
}
.paragraphs-items .paragraphs-item-promo-block .content .field-name-field-link a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 8px 0;
  padding: 12px 32px 13px !important;
  color: #003a5d !important;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #237ac2;
  font-size: 18px !important;
  line-height: 1.33em !important;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}
.paragraphs-items .paragraphs-item-promo-block .content .field-name-field-link a:hover {
  color: #fff !important;
  background-color: #237ac2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
}
.paragraphs-items .paragraphs-item-promo-block .content .field-name-field-link a:hover {
  color: #fff !important;
  background-color: #237ac2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
}
.paragraphs-items .paragraphs-item-promo-block .content .field-name-field-link a i {
  display: none !important;
}
.paragraphs-items .paragraphs-item-accordion-item .field-name-field-heading {
  position: relative;
  margin-bottom: 14px;
  padding-left: 32px;
  font: 21px/1.33em Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
}
.paragraphs-items .paragraphs-item-accordion-item .field-name-field-heading:hover {
  cursor: pointer;
}
.paragraphs-items .paragraphs-item-accordion-item .field-name-field-heading .field-item {
  color: #003a5d;
}
.paragraphs-items .paragraphs-item-accordion-item .field-name-field-heading .field-item:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  content: '\e145';
  margin-left: -32px;
  padding-right: 8px;
  font-size: 24px;
  color: #237ac2;
}
.paragraphs-items .paragraphs-item-accordion-item .field-name-field-heading.active .field-item:before {
  content: '\e15b';
}
.paragraphs-items .paragraphs-item-accordion-item .field-name-field-copy {
  padding-left: 11px;
  display: none;
}
.paragraphs-items .paragraphs-item-accordion-item .field-name-field-copy .field-items {
  border-left: 2px solid #CCC;
  padding-left: 21px;
}
/* APPLY ADDITIONAL DESIGN SPECIFIC BREAKPOINTS AS NEEDED*/
/*
DESKTOP SMALL
*/
@media only screen and (max-width: 1600px) {
  .container {
    padding: 0 16px;
  }
  .region-search-bar .container {
    padding: 0;
  }
  #header #nav .desktop .menu-block-wrapper > .menu > .menu__item {
    padding-right: 4.6%;
  }
  .front #header #nav .desktop .menu-block-wrapper > .menu > .menu__item,
  .node-type-page-section-landing #header #nav .desktop .menu-block-wrapper > .menu > .menu__item,
  .node-type-section-landing-page #header #nav .desktop .menu-block-wrapper > .menu > .menu__item {
    padding-right: 4.6%;
  }
  #block-views-services-block-1 .view-services .views-row .service-available {
    padding-left: 24px;
  }
  #block-views-services-block-1 .view-services .views-row .service-available h4 a {
    display: block;
    width: 100%;
    padding: 10px 0 11px;
    font-size: 16px;
    text-align: center;
  }
  #block-views-services-block-1 .view-services .views-row .service-available .location {
    font-size: 18px;
  }
  #block-views-services-block-1 .view-services .views-row .service-available p.in-person {
    margin-left: 0;
  }
  #block-views-building-permits-block-2 .scrollable.has-scroll {
    overflow: hidden;
  }
  #block-views-building-permits-block-2 .scrollable.has-scroll:after {
    display: block;
  }
  #block-views-building-permits-block-2 .scrollable > div {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 1406px) {
  .container {
    padding: 0;
    max-width: 1280px;
  }
  /*
 * NAVIGATION
 */
  .notice:not(.closed-notice) #main {
    margin-top: 250px !important;
  }
  .notice:not(.closed-notice) #header {
    height: 250px !important;
  }
  #header.shrunk .header-menu-wrapper #nav {
    margin-top: 22px;
  }
  #header #nav .desktop .menu-block-wrapper > .menu > .menu__item {
    font-size: 17px;
    padding-right: 6%;
    height: 58px;
  }
  #header #nav .desktop .menu-block-wrapper > .menu > .menu__item:nth-last-child(3) .view-menu-highlight {
    left: -100%;
  }
  #header #nav .desktop .menu-block-wrapper > .menu > .menu__item:nth-last-child(3) > .menu {
    margin-right: 0 !important;
  }
  #header #nav .desktop .menu-block-wrapper > .menu > .menu__item:nth-last-child(3) > .menu > .menu__item {
    border-right: 0;
    border-left: 1px solid #c9cbcd;
  }
  .not-front:not(.node-type-page-section-landing) #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
    top: 57px;
  }
  /*
 * HOMEPAGE / SECTION LANDING HEADER
 */
  .front .header-menu-wrapper,
  .node-type-page-section-landing .header-menu-wrapper,
  .node-type-section-landing-page .header-menu-wrapper {
    height: 128px;
  }
  .front #header .container .header-logo img,
  .node-type-page-section-landing #header .container .header-logo img,
  .node-type-section-landing-page #header .container .header-logo img {
    max-width: 110px;
  }
  .front #header #nav .desktop .menu-block-wrapper > .menu > .menu__item,
  .node-type-page-section-landing #header #nav .desktop .menu-block-wrapper > .menu > .menu__item,
  .node-type-section-landing-page #header #nav .desktop .menu-block-wrapper > .menu > .menu__item {
    padding-right: 5.9%;
    height: 58px;
  }
  .front #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > a,
  .node-type-page-section-landing #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > a,
  .node-type-section-landing-page #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > a {
    padding-top: 0;
  }
  .front #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu,
  .node-type-page-section-landing #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu,
  .node-type-section-landing-page #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
    top: 58px!important;
  }
  .ie .front #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu,
  .ie .node-type-page-section-landing #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu,
  .ie .node-type-section-landing-page #header #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
    top: 56px!important;
  }
  .ie .front #header.shrunk #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu,
  .ie .node-type-page-section-landing #header.shrunk #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu,
  .ie .node-type-section-landing-page #header.shrunk #nav .desktop .menu-block-wrapper > .menu > .menu__item > .menu {
    top: 58px!important;
  }
  /*
 * HOMEPAGE
 */
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper {
    padding: 0 2.5%;
  }
  .front #main .spotlights-news-wrapper .spotlights {
    width: 66.66%;
    max-width: 848px;
  }
  .front #main .spotlights-news-wrapper .videos {
    width: 66.66%;
    max-width: 848px;
  }
  .front #main .spotlights-news-wrapper .news {
    width: 33.33%;
  }
  .front #main .spotlights-news-wrapper .news .view-news .view-content .news-item .title,
  .front #main .spotlights-news-wrapper .news .view-news .view-footer {
    font-size: 21px;
  }
  .home-search-wrap .home-form-wrap .form-text {
    width: 60%;
    margin-right: -5%;
  }
  .home-search-wrap .home-form-wrap .search-icon {
    margin-left: -10px;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-button {
    padding: 0;
  }
  /*
 * SECTION LANDING PAGE
 */
  /*
 * VIEWS
 */
  .view-city-projects-map-main-data-overlay > .view-content .views-row .featured {
    display: block;
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    border-left: 0;
  }
  /*
 * SITE FOOTER
 */
  #site-footer .footer-social .footer-social-icons {
    padding-left: 32px;
  }
}
/*
BIGGER TABLET LANDSCAPE
*/
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 16px;
  }
  .addtocal {
    right: 32px;
  }
  .map-list .attachment,
  #block-views-parking-block-1 .view-parking .view-content,
  #block-views-public-art-block-3 .view-public-art .attachment {
    margin-right: -32px;
  }
  /*
 * MAIN MENU
 */
  #header #nav .desktop .menu-block-wrapper > .menu > .menu__item {
    padding-right: 5%;
  }
  /*
 * HOMEPAGE
 */
  .section-banner-wrapper img,
  .front #main .banner-wrap #banner .item-list ul img {
    position: relative;
    max-width: none;
    width: auto!important;
    margin-left: 50%;
  }
  .front #main .banner-wrap #banner .item-list ul img {
    height: 560px;
    margin-left: -714px;
  }
  .section-banner-wrapper img {
    height: 248px;
    margin-left: -680px;
  }
  .home-search-wrap {
    z-index: 30;
  }
  .home-search-wrap .home-search {
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .home-search-wrap .home-results .tabs {
    max-width: 100%;
    padding: 16px 8px 16px 16px;
  }
  .home-search-wrap .home-results .tabs li {
    width: 33%;
  }
  .home-search-wrap .services-list {
    width: 75%;
  }
  .home-search-wrap .service-result .service-location {
    width: 100%;
    max-width: 25%;
    font-size: 18px;
  }
  .node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span,
  .node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span {
    font-size: 24px;
  }
  .node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span i,
  .node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span i {
    font-size: 32px;
  }
  /*
 * INTERNAL
 */
  .not-front #main .container #content .sidebar_first {
    padding-left: 16px;
  }
  .not-front #main .container #content .page-content {
    padding: 0 5% 16px 6.5%;
  }
  .not-front #main .container #content .page-content .main-content {
    padding: 0 32px;
  }
  .not-front #main .container #content .page-content .title-search-wrapper {
    padding-left: 32px;
  }
  .not-front #main .container #content .page-content .related-content .related-items .related-item .related-item-title {
    padding: 8px;
  }
  .not-front #main .container #content .page-content .content-map-wrap {
    margin: 0 -32px 32px;
  }
  .breadcrumb-wrapper .easy-breadcrumb {
    padding-left: 0;
  }
  /*
 * VIEWS
 */
  .map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div,
  .map-list#block-views-parks-block-2 .view-filters > form > div,
  .map-list#block-views-parks-block-3 .view-filters > form > div {
    left: 0;
  }
  .map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div .amenity-wrap,
  .map-list#block-views-parks-block-2 .view-filters > form > div .amenity-wrap,
  .map-list#block-views-parks-block-3 .view-filters > form > div .amenity-wrap,
  .map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div .parks-filter,
  .map-list#block-views-parks-block-2 .view-filters > form > div .parks-filter,
  .map-list#block-views-parks-block-3 .view-filters > form > div .parks-filter {
    width: 50%;
    padding-right: 16px;
    margin-bottom: 8px;
  }
  .map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div .amenity-wrap:last-of-type,
  .map-list#block-views-parks-block-2 .view-filters > form > div .amenity-wrap:last-of-type,
  .map-list#block-views-parks-block-3 .view-filters > form > div .amenity-wrap:last-of-type,
  .map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div .parks-filter:last-of-type,
  .map-list#block-views-parks-block-2 .view-filters > form > div .parks-filter:last-of-type,
  .map-list#block-views-parks-block-3 .view-filters > form > div .parks-filter:last-of-type {
    clear: left;
  }
  .map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div .amenity-wrap:last-of-type,
  .map-list#block-views-parks-block-2 .view-filters > form > div .amenity-wrap:last-of-type,
  .map-list#block-views-parks-block-3 .view-filters > form > div .amenity-wrap:last-of-type {
    float: right;
  }
  #block-views-business-licenses-block-1 .view-content .licence-wrapper .licence-top > a {
    width: 75%;
    padding-right: 16px;
  }
  #block-views-business-licenses-block-1 .view-content .licence-wrapper .licence-top .licence-id {
    width: 25%;
    text-align: right;
  }
  .node-type-city-project .content-meta-left .block-cck-blocks .field-label,
  .node-type-city-project .content-meta-left .block-cck-blocks .field-items {
    display: inline-block;
    width: inherit;
  }
  #block-views-heritage-buildings-block-4 .views-row .heritage-wrap .heritage-link {
    width: 100%;
    text-align: left;
    padding-left: 25%;
  }
  #block-views-heritage-buildings-block-4 .views-row .heritage-wrap .heritage-link a {
    position: relative;
    right: inherit;
    bottom: inherit;
    padding-left: 24px;
  }
  #block-views-heritage-buildings-block-4 .views-row .heritage-wrap .heritage-photo {
    width: 25%;
  }
  #block-views-heritage-buildings-block-4 .views-row .heritage-wrap .heritage-detail {
    width: 75%;
  }
  #block-views-parks-block-2 > .view-parks > .view-content .park-title a {
    display: block;
    padding-bottom: 8px;
  }
  #block-views-parks-block-2 > .view-parks > .view-content .park-title span:first-of-type {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  #block-views-parks-block-2 > .view-parks > .view-content .parks-item-content,
  #block-views-parks-block-2 > .view-parks > .view-content .view-park-btn {
    width: 100%;
  }
  #block-views-parks-block-2 > .view-parks > .view-content .view-park-btn {
    position: relative;
    right: inherit;
    bottom: inherit;
    padding-top: 16px;
    padding-bottom: 0;
    text-align: left;
  }
  #block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-photo {
    width: 25%;
  }
  #block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-link {
    width: 75%;
    padding: 8px 32px 0 24px;
    float: right;
    text-align: left;
  }
  #block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-link a {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
  #block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-detail {
    width: 75%;
  }
  #block-views-rental-properties-block-2 .views-row .rental-photo {
    width: 25%;
  }
  #block-views-rental-properties-block-2 .views-row .rental-detail {
    width: 75%;
  }
  #block-views-rental-properties-block-2 .views-row .rental-link {
    width: 75%;
    float: right;
    padding: 8px 32px 0 24px;
    text-align: left;
  }
  #block-views-rental-properties-block-2 .views-row .rental-link a {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
}
@media only screen and (max-width: 1200px) {
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper {
    padding: 0;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-title {
    font-size: 24px;
  }
  /*
 * HOMEPAGE
 */
  .front #main .spotlights-news-wrapper .news {
    padding-left: 40px;
  }
  .front #main .spotlights-news-wrapper .homepage-video .video-content .video-title {
    bottom: 16px;
    left: 16px;
    font-size: 18px;
    margin-right: 16px;
  }
  /*
 * MAIN NAV
 */
  .front #header #nav .desktop .menu-block-wrapper > .menu > .menu__item,
  .node-type-page-section-landing #header #nav .desktop .menu-block-wrapper > .menu > .menu__item,
  .node-type-section-landing-page #header #nav .desktop .menu-block-wrapper > .menu > .menu__item {
    padding-right: 4.9%;
  }
  #header #nav .desktop .menu-block-wrapper > .menu > .menu__item {
    padding-right: 4%;
  }
  /*
 * INTERNAL
 */
  .not-front #main .container #content .page-content .related-content .region-title {
    margin-top: -21px;
    font-size: 16px;
    line-height: 1em;
  }
  .not-front #main .container #content .page-content .related-content .related-items {
    margin-left: -12px;
  }
  .not-front #main .container #content .page-content .related-content .related-contact .views-field {
    padding-left: 40px;
  }
  .not-front #main .container #content .page-content .related-content .related-contact .views-field .material-icons {
    left: 12px;
    font-size: 21px;
  }
  .not-front #main .container #content .page-content .related-content .related-contact .views-field-field-phone-1 .contact-info,
  .not-front #main .container #content .page-content .related-content .related-contact .views-field-field-fax .contact-info {
    font-size: 21px;
  }
  .not-front #main .container #content .page-content .related-content .related-address .address-details,
  .not-front #main .container #content .page-content .related-content .related-address .address-map {
    width: 50%;
  }
  .not-front #main .container #content .page-content .related-content .related-address .address-details {
    padding-left: 32px;
  }
  #statsbar > li.quicklink-item .quicklink-wrapper i {
    display: none;
  }
  #block-views-tweets-block-1 .item-list > ul > li {
    padding-right: 32px;
  }
  .node-type-page-section-landing .view-section-links-field-collection-view .section-links-view-wrapper .section-link .section-link-url a,
  .node-type-section-landing-page .view-section-links-field-collection-view .section-links-view-wrapper .section-link .section-link-url a {
    display: block;
    font-size: 21px;
    line-height: 1.3333em;
  }
  /*
 * FOOTER
 */
  #site-footer .footer-social .footer-social-icons {
    padding: 0 2% 0 32px;
  }
  #site-footer .footer-social .footer-social-links li {
    padding-right: 6.5%;
  }
}
/*
/*
SMALLER TABLET LANDSCAPE
*/
@media only screen and (max-width: 1100px) {
  /*
 * MAIN NAV
 */
  .front #header #nav .desktop .menu-block-wrapper > .menu > .menu__item,
  .node-type-page-section-landing #header #nav .desktop .menu-block-wrapper > .menu > .menu__item,
  .node-type-section-landing-page #header #nav .desktop .menu-block-wrapper > .menu > .menu__item {
    padding-right: 3.9%;
  }
  #nav .desktop .menu-block-wrapper > .menu > .menu__item:nth-last-child(4) .view-menu-highlight {
    left: -100%;
  }
  #nav .desktop .menu-block-wrapper > .menu > .menu__item:nth-last-child(4) > .menu {
    margin-right: 0 !important;
  }
  #nav .desktop .menu-block-wrapper > .menu > .menu__item:nth-last-child(4) > .menu > .menu__item {
    border-right: 0;
    border-left: 1px solid #c9cbcd;
  }
  .home-search-wrap .home-form-wrap.active .form-text {
    width: 80%;
    float: left;
    margin-left: 32px;
    margin-right: 0;
  }
  .home-search-wrap .home-form-wrap .form-text {
    width: 70%;
    margin-right: -10%;
  }
  .home-search-wrap .home-form-wrap .search-icon {
    margin-left: 1%;
  }
  #header #nav .desktop .menu-block-wrapper > .menu > .menu__item {
    padding-right: 3%;
  }
  /*
 * FOOTER
 */
  #site-footer .footer-social .footer-social-icons {
    padding: 0 1% 0 32px;
  }
  #site-footer .footer-social .footer-social-links li {
    padding-right: 3.5%;
  }
  /*
 * VIEWS
 */
  .view-contacts .view-content > .views-row .contact-wrapper .details-1,
  .view-contacts .view-content > .views-row .contact-wrapper .details-2 {
    width: 50%;
  }
  .page-node-6718 .views-widget .form-item div.date-month,
  .page-node-6718 .views-widget .form-item div.date-year {
    margin: 0 4px 4px 0;
  }
}
@media only screen and (max-width: 1030px) {
  #main {
    position: relative;
  }
  .notice:not(.closed-notice) #main {
    margin-top: 260px;
  }
  /*
 * GLOBAL
 */
  .views-exposed-form .views-exposed-widget {
    width: 100%;
  }
  .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
  }
  .views-exposed-form .views-exposed-widgets > div {
    width: 100%;
    max-width: none!important;
  }
  .addtocal {
    right: 3.75%;
  }
  .map-list .attachment,
  #block-views-parking-block-1 .view-parking .view-content,
  #block-views-public-art-block-3 .view-public-art .attachment {
    margin-right: -3.5%;
  }
  .page-node .share42-wrap {
    margin: 0;
  }
  /*
 * HEADER
 */
  #header .container .header-logo {
    width: 40%;
  }
  #header .container .nav-wrap {
    width: 60%;
  }
  #header.shrunk #nav .mobile > .region-navigation {
    top: 80px;
  }
  .parallax-slider {
    width: 140% !important;
    top: -100px !important;
    left: -25% !important;
  }
  .not-front .parallax-slider {
    width: 210% !important;
    left: -50% !important;
  }
  /*
 * MAIN MENU
 */
  #nav .desktop {
    display: none;
  }
  #nav .mobile {
    display: block;
  }
  #nav .mobile > .region-navigation {
    position: fixed;
    width: 85%;
    height: 100%;
    top: 0!important;
    right: -85%;
    bottom: 0;
    z-index: 150;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid #CCC;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -ms-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
  }
  #nav .mobile > .region-navigation.showMenu {
    right: 0;
  }
  #nav .mobile .menu-block-wrapper > .menu {
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff;
  }
  #nav .mobile .menu-block-wrapper > .menu .menu {
    display: none;
    margin-bottom: 0;
  }
  #nav .mobile .menu-block-wrapper > .menu .menu__item {
    position: relative;
    font-size: 17px;
    border-bottom: 1px solid #CCC;
  }
  #nav .mobile .menu-block-wrapper > .menu .menu__item.on.is-expanded > .menu__link {
    color: #237ac2;
    border-bottom: 1px solid #CCC;
  }
  #nav .mobile .menu-block-wrapper > .menu .menu__item.on.is-expanded > .menu > .menu__item:last-of-type {
    border-bottom: 0;
  }
  #nav .mobile .menu-block-wrapper > .menu .menu__item .menu__link {
    position: relative;
    display: block;
    padding: 11px 56px 11px 25px;
    line-height: 1em;
    cursor: pointer;
  }
  #nav .mobile .menu-block-wrapper > .menu .menu__item .rmm-expand {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48px;
    text-align: center;
  }
  #nav .mobile .menu-block-wrapper > .menu .menu__item .rmm-expand .material-icons {
    display: inline;
    font-size: 20px;
    line-height: 40px;
  }
  #nav .mobile .menu-block-wrapper > .menu .menu__item .rmm-expand .icon-collapse {
    opacity: 0;
    margin-left: -20px;
  }
  #nav .mobile .menu-block-wrapper > .menu .menu__item .rmm-expand:hover {
    cursor: pointer;
    color: #237ac2;
  }
  #nav .mobile .menu-block-wrapper > .menu .menu__item .rmm-expand.on .icon-collapse {
    opacity: 1;
  }
  #nav .mobile .menu-block-wrapper > .menu .menu__item .rmm-expand.on .icon-expand {
    opacity: 0;
  }
  #nav .mobile .menu-block-wrapper > .menu > .menu__item > .menu__link {
    text-transform: uppercase;
  }
  #nav .mobile .menu-block-wrapper > .menu > .menu__item > .menu {
    background-color: #eceff1;
  }
  #nav .mobile .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu__link {
    padding-left: 35px;
  }
  #nav .mobile .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu {
    background-color: #dde3e6;
  }
  #nav .mobile .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu__link {
    padding-left: 45px;
    border-bottom: 0;
  }
  #nav .mobile .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu__link .rmm-expand {
    border-left: 1px solid #CCC;
  }
  #nav .mobile .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu {
    display: none;
    border-top: 1px solid #CCC;
  }
  #nav .mobile .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu__link {
    padding-left: 55px;
    padding-right: 25px;
  }
  .node-type-page-section-landing #main,
  .node-type-section-landing-page #main {
    overflow-x: hidden;
  }
  .node-type-page-section-landing .view-section-links-field-collection-view ul li,
  .node-type-section-landing-page .view-section-links-field-collection-view ul li {
    width: 50%;
  }
  .node-type-page-section-landing .view-section-links-field-collection-view ul li:nth-child(3n+4),
  .node-type-section-landing-page .view-section-links-field-collection-view ul li:nth-child(3n+4) {
    clear: none;
  }
  .node-type-page-section-landing .view-section-links-field-collection-view ul li:nth-child(2n+3),
  .node-type-section-landing-page .view-section-links-field-collection-view ul li:nth-child(2n+3) {
    clear: left;
  }
  .node-type-page-section-landing .section-footer-image-wrapper,
  .node-type-section-landing-page .section-footer-image-wrapper {
    padding: 48px 0 32px;
  }
  .node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span,
  .node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span {
    padding-left: 20px;
    font-size: 21px;
  }
  .node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span i,
  .node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span i {
    font-size: 28px;
  }
  #block-views-tweets-block-1 .item-list > ul > li {
    width: 50%;
    margin-bottom: 24px;
  }
  #block-views-tweets-block-1 .item-list > ul > li:last-of-type {
    clear: left;
  }
  #m-trigger {
    position: relative;
    padding-right: 32px;
    color: #003a5d;
    font-size: 21px;
    line-height: 1em;
    text-align: right;
    text-transform: uppercase;
  }
  #m-trigger .material-icons {
    padding-right: 12px;
    color: #bccb21;
    font-size: 40px;
    line-height: 24px;
  }
  #m-trigger .icon-close {
    opacity: 0;
    margin-left: -52px;
    margin-bottom: -4px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #m-trigger:hover {
    cursor: pointer;
  }
  #m-trigger.active {
    opacity: 0;
  }
  .front #main .banner-wrap #banner .item-list ul img {
    height: 404px;
    margin-left: -564px;
  }
  /*
 * HOMEPAGE
 */
  .front .container.search {
    margin-top: -454px;
  }
  .front #main .banner-wrap {
    height: 320px;
  }
  .front #main .banner-wrap #banner .flex-control-nav {
    display: none;
  }
  .front #main .quicklinks-wrapper {
    padding: 16px 0 32px!important;
  }
  .front #main .spotlights-news-wrapper {
    padding: 32px 0 0;
  }
  .front #main .spotlights-news-wrapper:after {
    display: none;
  }
  .front #main .spotlights-news-wrapper > .container {
    padding: 0;
  }
  .front #main .spotlights-news-wrapper .videos {
    width: 100%;
    padding-right: 0;
    padding: 32px;
  }
  .front #main .spotlights-news-wrapper .videos .homepage-video .video-content .video-title {
    bottom: 32px;
    left: 32px;
    font-size: 21px;
    margin-right: 32px;
  }
  .front #main .spotlights-news-wrapper .spotlights {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 0 16px 32px 16px;
  }
  .front #main .spotlights-news-wrapper .spotlights:after {
    border-color: #eceff1 transparent transparent transparent;
    z-index: 2;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border-width: 20px;
    border-style: solid;
  }
  .front #main .spotlights-news-wrapper .news {
    width: 100%;
    padding: 32px 16px 12px;
    background-color: #fff;
  }
  .front #main .spotlights-news-wrapper .news .block-title {
    padding-left: 38px;
  }
  .front #main .spotlights-news-wrapper .news .view-news .view-footer [class*="callout"] {
    width: 50%;
    float: left;
    padding-left: 38px;
  }
  .front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li {
    width: 50%;
  }
  .front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li.views-row-2:after,
  .front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li.views-row-3 {
    display: none;
  }
  .front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-3:first-of-type {
    padding-right: 16px;
  }
  .front.notice .home-search-wrap .home-form-wrap {
    margin-top: 371px !important;
  }
  .front.notice .home-search-wrap .home-form-wrap.active.notice {
    margin-top: 371px !important;
  }
  .front.notice .home-search-wrap .home-results.active {
    top: 274px !important;
  }
  .home-search-wrap .home-form-wrap {
    margin-top: 350px;
  }
  .home-search-wrap .home-form-wrap.active {
    margin-top: 258px;
  }
  .home-search-wrap .home-form-wrap.active.notice {
    margin-top: 346px;
  }
  .home-search-wrap .home-form-wrap .form-text {
    width: 80%;
    margin-right: -15%;
  }
  .home-search-wrap .home-form-wrap .search-icon {
    margin-left: 5%;
  }
  .home-search-wrap .home-search.active {
    margin-top: 181px;
  }
  .home-search-wrap .home-results .tabs li {
    padding-right: 8px;
  }
  .home-search-wrap .home-results .tabs li.active a.active {
    padding-bottom: 0;
  }
  .home-search-wrap .home-results .tabs li.close a {
    padding-right: 16px;
  }
  .home-search-wrap .home-results .tabs li.close a i {
    font-size: 18px;
  }
  .home-search-wrap .home-results .tabs li a {
    height: 48px;
    padding: 16px 16px 0;
    font-size: 18px;
    line-height: 1em;
  }
  .home-search-wrap .service-result .service-match a span {
    width: 100%;
  }
  .home-search-wrap .service-result .service-match a i {
    display: none;
  }
  .home-search-wrap .services-list {
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 0;
    padding-right: 0;
  }
  .home-search-wrap .services-list.ajax {
    background: url(../images/ajax-loader.gif) 50% 48px no-repeat;
  }
  .home-search-wrap .services-list.ajax .region-home-services-search {
    opacity: 0;
  }
  .home-search-wrap .services-locations {
    display: none;
  }
  .home-search-wrap .results-wrap {
    height: inherit;
  }
  .home-search-wrap #rServices {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .home-search-wrap #rPages,
  .home-search-wrap #rForms {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 8px;
  }
  .home-search-wrap #rPages iframe,
  .home-search-wrap #rForms iframe {
    width: 100%;
    height: 100%;
  }
  .region-home-services-search .view-footer {
    max-width: none;
  }
  .chrome .home-search-wrap .services-list,
  .chrome .home-search-wrap #rServices {
    overflow: hidden;
  }
  /*
 * INTERNAL
 */
  .not-front #main .container #content .sidebar_first {
    width: 30%;
  }
  .not-front #main .container #content .sidebar_first .block-title a {
    font-size: 21px;
    line-height: 1;
  }
  .not-front #main .container #content .page-content.col-3-4 {
    width: 70%;
    padding-right: 16px;
    padding-left: 40px;
  }
  .not-front #main .container #content .page-content {
    /*.related-content {
			.region-title {display:none;}
			.related-items {
				float:none;
				margin:0 -16px;
				.related-item {
					.related-item-title {
						padding:32px 0 12px;
						line-height:1em;
						text-align:center;
						-webkit-justify-content: center;
      			-ms-justify-content: center;
						justify-content: center;
						display: block;
						i {
							position:absolute;
							top:4px;
							left:0;
							width:100%;
							padding-right:0;
							text-align:center;
						}
					}//.related-item-title
				}//.related-item
			}//.related-items
			.related-contact {
				.views-field {
					width:100%;
					border-right:0;
					border-bottom:1px solid @border;
					&:first-of-type {border-top:1px solid @border;}
					&:first-of-type&:last-of-type {border-top:0;}
				}
			}//.related-contact
		}//.related-content*/
  }
  .not-front #main .container #content .page-content .title-search-wrapper {
    padding-right: 48px;
    margin-bottom: 16px!important;
    padding-left: 24px;
  }
  .not-front #main .container #content .page-content .title-search-wrapper .title {
    font-size: 24px;
    line-height: 1em;
  }
  .not-front #main .container #content .page-content .title-search-wrapper .search-wrapper {
    width: inherit;
  }
  .not-front #main .container #content .page-content .title-search-wrapper .search-wrapper input[type="text"] {
    position: absolute;
    right: 0;
    z-index: 30;
    width: 48px;
    padding: 14px 24px !important;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .not-front #main .container #content .page-content .title-search-wrapper .search-wrapper input[type="text"]:focus {
    width: 100%;
    z-index: 10;
    background-color: #fff;
  }
  .not-front #main .container #content .page-content .title-search-wrapper .search-wrapper .views-exposed-widgets {
    margin: 0;
  }
  .not-front #main .container #content .page-content .title-search-wrapper .search-wrapper .views-exposed-widgets .views-exposed-widget {
    padding: 0;
  }
  .not-front #main .container #content .page-content .title-search-wrapper .search-wrapper .search-icon {
    line-height: 48px;
  }
  .not-front #main .container #content .page-content .main-content {
    padding: 0 3.75%;
  }
  .not-front #main .container #content .page-content .content-map-wrap {
    margin: 0 -3.75% 32px;
  }
  .not-front #main .container #content .page-content .content-map-wrap .content-meta,
  .not-front #main .container #content .page-content .content-map-wrap .content-map {
    width: 50%;
  }
  .not-front #main .container #content .page-content .content-map-wrap .content-meta {
    padding: 24px 16px 24px 32px;
  }
  .not-front #main .container #content .page-content .content-map-wrap .content-meta > div {
    width: 100%;
  }
  .region-search-bar .gss {
    margin-bottom: 0;
  }
  .safari-mac .parallax-window .section-banner-images #block-cck-blocks-field-section-banner img {
    top: 0 !important;
    margin-left: 0 !important;
  }
  .safari-mac .front #main .banner-wrap #banner .item-list ul img {
    margin-left: 0!important;
  }
  .parallax-mirror .section-banner-images #block-cck-blocks-field-section-banner img,
  .parallax-mirror.shrunk .section-banner-images #block-cck-blocks-field-section-banner img {
    top: 0 !important;
  }
  .section-banner-wrapper #autocomplete {
    width: 50% !important;
  }
  .node-type-page-section-landing #main .section-banner-wrapper,
  .node-type-section-landing-page #main .section-banner-wrapper {
    height: 194px;
  }
  .node-type-page-section-landing #main .section-banner-wrapper .section-banner img,
  .node-type-section-landing-page #main .section-banner-wrapper .section-banner img {
    max-height: 194px;
  }
  .node-type-page-section-landing #main .section-banner-wrapper .section-banner .title,
  .node-type-section-landing-page #main .section-banner-wrapper .section-banner .title {
    top: 64px;
  }
  .node-type-page-section-landing #main .section-banner-wrapper .section-banner .search-block,
  .node-type-section-landing-page #main .section-banner-wrapper .section-banner .search-block {
    width: inherit;
    top: 8px;
    background-color: #fff;
  }
  .node-type-page-section-landing #main .section-banner-wrapper .section-banner .search-block input[type="text"],
  .node-type-section-landing-page #main .section-banner-wrapper .section-banner .search-block input[type="text"] {
    position: absolute;
    right: 0;
    z-index: 30;
    width: 48px;
    height: 48px;
    padding: 22px !important;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .node-type-page-section-landing #main .section-banner-wrapper .section-banner .search-block input[type="text"]:focus,
  .node-type-section-landing-page #main .section-banner-wrapper .section-banner .search-block input[type="text"]:focus {
    width: 50%;
    z-index: 10;
    background-color: #fff;
  }
  .node-type-page-section-landing #main .section-banner-wrapper .section-banner .search-block .search-icon,
  .node-type-section-landing-page #main .section-banner-wrapper .section-banner .search-block .search-icon {
    top: 0;
    width: 46px;
    line-height: 45px;
    border-top: 2px solid #bccb21;
    border-right: 2px solid #bccb21;
    border-bottom: 2px solid #bccb21;
    background-color: #fff;
  }
  .node-type-page-section-landing #main .section-banner-wrapper .section-banner .search-block .search-icon.hover,
  .node-type-section-landing-page #main .section-banner-wrapper .section-banner .search-block .search-icon.hover {
    background: #bccb21;
    color: #fff;
  }
  .node-type-page-section-landing #main.shrunk .section-banner-wrapper .section-banner .title,
  .node-type-section-landing-page #main.shrunk .section-banner-wrapper .section-banner .title {
    top: 64px !important;
  }
  #block-search-by-page-1 .block-title {
    overflow: hidden;
  }
  .breadcrumb-wrapper {
    width: 70%;
  }
  /*
 * FOOTER
 */
  #site-footer .footer-social .footer-social-icons,
  #site-footer .footer-social .footer-social-links {
    width: 50%;
  }
  #site-footer .footer-social .footer-social-links li {
    display: none;
  }
  #site-footer .footer-social .footer-social-links li:first-child {
    display: list-item;
    width: 100%;
    text-align: center;
  }
  /*
 * VIEWS
 */
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-meta,
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-links {
    width: 100%;
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper.type-bylaw .bylaw-links {
    height: inherit;
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper {
    position: relative;
    right: inherit;
    bottom: inherit;
    text-align: left;
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper a {
    padding: 16px 0 0;
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper a i:before {
    padding: 0;
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper a i:after {
    padding: 0 0 0 8px;
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .view-feature a i:after {
    content: 'Documents';
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .view-pdf {
    display: inline-block;
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .view-pdf a i:after {
    content: 'View Details';
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .download-pdf {
    display: inline-block;
    padding-left: 12px;
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .download-pdf a i:after {
    content: 'Download PDF';
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover .view-feature a i:before,
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover .view-pdf a i:before,
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover .download-pdf a i:before {
    content: '';
  }
  .map-list-tab-switcher {
    padding-right: 0;
  }
  .map-list-tab-switcher .tab:first-of-type {
    border-left: 0;
  }
  #block-views-parks-block-2 {
    padding-top: 48px;
  }
  .view-city-projects-map-main-data-overlay > .view-content .views-row .project-title {
    font-size: 18px;
  }
  .view-city-projects-map-main-data-overlay > .view-content .views-row .project-content-wrapper > div {
    width: 100%;
    padding-right: 0;
  }
  .view-city-projects-map-main-data-overlay > .view-content .views-row .project-target {
    padding-top: 12px;
    text-align: left;
  }
  .view-city-projects-map-main-data-overlay > .view-content .views-row .project-target .project-link {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
  #block-views-job-postings-block-1 .job-wrapper .col-1-2 {
    width: 100%;
    padding-right: 0;
  }
  .node-type-program .prog-meta {
    margin: 0 -5% 32px -6.5%;
  }
  .node-type-program .prog-meta .col-1-2 {
    width: 100%;
    padding-bottom: 0;
  }
  #block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper .form-type-bef-checkbox {
    width: 50%;
  }
  #block-views-services-block-1 .view-services .views-row {
    padding: 16px 12px;
  }
  #block-views-services-block-1 .view-services .views-row .service-result,
  #block-views-services-block-1 .view-services .views-row .service-available {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  #block-views-services-block-1 .view-services .views-row .service-available {
    border-left: 0;
  }
  #block-views-services-block-1 .view-services .views-row .service-available h4 a {
    display: inline-block;
    width: inherit;
    padding: 10px 24px 11px;
  }
  #block-views-services-block-1 .view-services .views-row:hover .service-available {
    border-left: 0;
  }
  #block-views-services-block-1 .view-content .service-wrap {
    padding: 12px 0 !important;
  }
  #block-views-services-block-1 .view-content .service-item-content {
    float: left;
    width: 100%;
  }
  #block-views-services-block-1 .view-content .view-service-btn {
    position: relative;
    float: right;
    padding-bottom: 0;
    padding-top: 16px;
    width: 100%;
  }
  #block-views-parks-block-2 .view-parks .view-filters > form > div .parks-checkboxes {
    width: 100% !important;
  }
  .view-road-reports .road-report .road-report-span > .col-1-4,
  .view-road-reports .road-report .road-report-contact > .col-1-4 {
    float: left;
    width: auto;
    margin-bottom: 8px !important;
  }
}
/*
BIGGER AND SMALLER TABLET PORTRAIT
*/
@media only screen and (max-width: 800px) {
  table.views-table {
    width: 100%;
  }
  table.views-table thead {
    display: none;
  }
  table.views-table tr {
    border-bottom: 0!important;
  }
  table.views-table tr td:first-child {
    color: #fff;
    font-weight: 700;
    background: #003a5d;
  }
  table.views-table tr td:first-child a {
    color: #6aade4 !important;
  }
  table.views-table tr td:first-child a:hover {
    color: #fff !important;
  }
  table.views-table tbody td {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: right!important;
  }
  table.views-table tbody td.webform-grid-option label {
    text-align: right;
  }
  table.views-table tbody td:before {
    content: attr(data-th);
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.2em;
  }
  .addtocal {
    right: 16px;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-title {
    font-size: 18px;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-button .button {
    font-size: 16px;
    padding: 12px;
  }
  .map-list .attachment,
  #block-views-parking-block-1 .view-parking .view-content,
  #block-views-public-art-block-3 .view-public-art .attachment {
    margin-right: 0;
    margin-left: 0;
  }
  #main {
    margin-top: 170px;
  }
  .notice:not(.closed-notice) #main {
    margin-top: 260px !important;
  }
  /*
 * HOMEPAGE
 */
  .front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li .spotlight-item {
    padding: 24px 48px 0 32px;
  }
  .front #main .spotlights-news-wrapper .news .view-news .view-footer [class*="callout"] {
    padding-left: 24px;
  }
  .front #main .facts-wrapper .container {
    padding: 0;
  }
  .front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li {
    width: 100%;
  }
  .front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li .fact {
    min-height: inherit;
  }
  .front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li:after {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 50%;
    width: 352px;
    height: 1px;
    margin-left: -176px;
  }
  .front #main .promo-bg-wrapper .promos-wrapper {
    padding: 32px 0;
  }
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li {
    width: 100%;
    max-width: 472px;
    float: none!important;
    margin: 0 auto 64px;
  }
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li .promo-wrapper .promo-title {
    font-size: 32px;
    line-height: 1em;
  }
  .home-search-wrap .home-form-wrap.active .form-text {
    margin-left: 26px;
  }
  .parallax-slider {
    width: 180% !important;
    left: -40% !important;
  }
  .not-front .parallax-slider {
    width: 180% !important;
    left: -40% !important;
    top: 0 !important;
  }
  .gsc-control-cse .gsc-table-result {
    display: none;
  }
  .home-search-wrap .service-result .service-match a span.text {
    display: none;
  }
  .home-search-wrap .home-results .tabs {
    padding: 4px 4px 4px 12px;
  }
  .home-search-wrap .home-results .tabs li a {
    font-size: 16px;
    padding: 16px 12px 0;
    text-align: center;
  }
  .home-search-wrap .home-results .tabs li a .tab-hide {
    display: none;
  }
  .home-search-wrap .home-results .tabs li.tServices a {
    background: #fff;
  }
  .home-search-wrap .home-results .tabs li.tServices.active a,
  .home-search-wrap .home-results .tabs li.tServices:hover a {
    background: #237ac2;
  }
  .home-search-wrap .home-form-wrap.active .close {
    padding: 16px 0 0 0;
    text-align: right;
  }
  .home-search-wrap .home-form-wrap.active .close a {
    padding-right: 32px;
  }
  .front .container.search {
    z-index: 20;
  }
  .front .container.search .ui-autocomplete-field-view_node {
    display: none;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete {
    width: 100% !important;
    max-height: 140px;
    overflow: scroll;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
    margin: 0;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete li {
    border-bottom: 1px solid #ccc;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete li:last-of-type {
    background: #237ac2;
    border-bottom: 0 !important;
    border-top: 0 !important;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete li:last-of-type a {
    display: block;
    padding: 8px;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete li:last-of-type .ui-autocomplete-field-label:before {
    content: '\f002';
    font-family: "FontAwesome";
    font-size: 12px;
    padding-right: 5px;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete li:last-of-type a {
    color: #fff;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete.ui-corner-all {
    border-radius: 0;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete a {
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete a.ui-state-focus {
    border: 0 !important;
    border-radius: 0 !important;
    background: inherit;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete a.ui-corner-all {
    border-radius: 0;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete a.match {
    display: block;
    padding: 8px;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete a.match:hover {
    background: #eceff1;
    color: #424242;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete a.match span {
    font-style: italic;
    color: #767676;
  }
  .front .container.search #block-search-form .gss .ui-autocomplete .ui-autocomplete-field-group {
    text-transform: uppercase;
    font-size: 12px;
  }
  /*
 * INTERNAL
 */
  .not-front #main .searchpage-search-wrapper .container .search-tips {
    display: none;
  }
  .not-front #main .container #content .sidebar_first {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .not-front #main .container #content .sidebar_first.mobile {
    display: block;
    z-index: 10;
  }
  .not-front #main .container #content .sidebar_first.mobile #s-trigger {
    margin-top: 0;
  }
  .not-front #main .container #content .sidebar_first .block-title {
    padding-bottom: 8px;
  }
  .not-front #main .container #content .sidebar_first .block-title:before {
    height: inherit;
  }
  .not-front #main .container #content .page-content {
    padding: 0!important;
    /*.related-content {
        .related-items {
          margin:0 -8px;
          .related-item .related-item-content {
            right:-20px;
            left:-20px;
          }
        }//.related-items
        .related-address .address-details {padding-left:16px;}
      }//.related-content*/
  }
  .not-front #main .container #content .page-content .main-content {
    padding: 0 16px;
  }
  .not-front #main .container #content .page-content .main-content img.img-left {
    margin-left: 0;
  }
  .not-front #main .container #content .page-content .main-content img.img-right {
    margin-right: 0;
  }
  .not-front #main .container #content .page-content .title-search-wrapper {
    padding-bottom: 24px;
    padding-left: 16px;
  }
  .not-front #main .container #content .page-content .title-search-wrapper:before {
    height: inherit;
  }
  .not-front #main .container #content .page-content .content-map-wrap {
    margin: 0 -16px 32px;
  }
  .not-front #main .container #content .page-content.col-3-4 {
    width: 100%;
    border-left: none !important;
  }
  .not-front #main .container #content .page-content.col-3-4 .title-search-wrapper .search-wrapper {
    top: -10px;
  }
  .node-type-page-section-landing #main .container #content .page-content,
  .node-type-section-landing-page #main .container #content .page-content {
    padding: 0 16px!important;
  }
  .node-type-page-section-landing .content-wrap .cut,
  .node-type-section-landing-page .content-wrap .cut {
    border-bottom: 32px solid #fff;
  }
  .node-type-page-section-landing .view-section-links-field-collection-view ul li,
  .node-type-section-landing-page .view-section-links-field-collection-view ul li {
    padding-right: 16px;
  }
  .node-type-page-section-landing .field-name-field-landing-page-intro,
  .node-type-section-landing-page .field-name-field-landing-page-intro {
    margin-bottom: 32px;
    font-size: 21px;
    line-height: 1.3333em;
  }
  .node-type-section-landing-page #main .container #content .sidebar_first .block-title {
    display: none;
  }
  #block-views-tweets-block-1 .twitter-status .avatar {
    display: none;
  }
  #block-views-tweets-block-1 .twitter-status .name-handle,
  #block-views-tweets-block-1 .twitter-status .text,
  #block-views-tweets-block-1 .twitter-status .actions {
    margin-left: 0;
  }
  #block-menu-block-1,
  #block-menu-block-7 {
    display: none;
    margin: 0 -16px;
    padding: 8px 32px 0;
    background: #f5f8fa;
  }
  .breadcrumb-wrapper {
    width: 100%;
  }
  .breadcrumb-wrapper .easy-breadcrumb {
    padding: 16px 24px 0 0!important;
    border: 0;
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
  }
  /*
 * VIEWS
 */
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper {
    margin-left: 0;
    padding-left: 0;
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper {
    padding: 16px;
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-number {
    display: block;
    margin: 0;
    padding: 0;
    color: #424242;
    font-size: 18px;
    border-left: 0;
  }
  .tabs.days > li {
    width: 14.285%;
    margin-right: 0!important;
    padding-right: 2px;
  }
  .tabs.days > li a {
    width: 100%!important;
  }
  .tabs.days > li:last-of-type {
    padding-right: 0;
  }
  .view-program-schedules {
    width: 100%;
    float: left;
  }
  .view-program-schedules .tabs {
    margin-bottom: 32px!important;
  }
  .view-program-schedules .view-content {
    margin-bottom: 32px;
    background-color: #fff;
  }
  .view-program-schedules .view-content .view-group {
    margin-top: -32px;
  }
  .view-program-schedules .no-results {
    margin-bottom: -56px;
    padding-top: 0;
  }
  .block-weekly-view {
    margin-top: 0;
  }
  .node-type-program .prog-meta {
    margin: 0 -16px 32px;
    padding: 24px 24px 16px;
  }
  #block-views-public-art-block-3 .view-public-art > .view-content .views-row {
    margin-left: 0;
    padding-left: 0;
  }
  #block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-wrap {
    padding: 16px;
  }
  #block-views-rental-properties-block-2 .views-row {
    margin-left: 0;
    padding-left: 0;
  }
  #block-views-rental-properties-block-2 .views-row .rental-wrap {
    padding: 16px;
  }
  #block-views-meetings-block-1 table.views-table thead {
    display: none;
  }
  #block-views-meetings-block-1 table.views-table tr td {
    width: 100%;
  }
}
/*
BIGGER AND SMALLER MOBILE LANDSCAPE
*/
@media only screen and (max-width: 600px) {
  form input[type="text"],
  form input[type="email"],
  form textarea,
  form select {
    width: 100%;
  }
  table.views-table tbody td {
    text-align: left!important;
  }
  table.views-table tbody td.webform-grid-option label {
    width: 100%;
    float: left;
    text-align: center;
  }
  table.views-table tbody td:before {
    width: 100%;
    font-size: 0.8em;
  }
  .addtocal {
    position: relative;
    right: inherit;
    margin: 16px 8px;
    float: none;
  }
  .quicklinks-wrapper .flex-viewport {
    overflow: visible!important;
  }
  .quicklinks-wrapper .flex-direction-nav {
    display: none;
  }
  .quicklinks-wrapper ul {
    width: 100%!important;
    padding-top: 24px;
    border-top: 1px solid #CCC;
    transform: inherit!important;
  }
  .quicklinks-wrapper ul > li.quicklink-item {
    display: none!important;
    width: 100%!important;
    min-height: inherit;
    margin-bottom: 12px;
    border-left: 0;
  }
  .quicklinks-wrapper ul > li.quicklink-item:nth-child(-n+4) {
    display: block!important;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper {
    max-width: none;
    padding: 0;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper > a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 8px 0;
    padding: 12px 32px 13px !important;
    color: #003a5d !important;
    font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #237ac2;
    font-size: 18px !important;
    line-height: 1.33em !important;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    margin: 0;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper > a:hover {
    color: #fff !important;
    background-color: #237ac2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper > a:hover {
    color: #fff !important;
    background-color: #237ac2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper > a:hover .quicklink-icon {
    color: #fff;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper > a:hover .quicklink-button .button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-icon {
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-icon i {
    font-size: 24px;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-image {
    display: none;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-title,
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-body {
    display: none;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-button {
    display: inline-block;
    vertical-align: middle;
  }
  .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-button .button {
    padding: 0!important;
    font-size: 18px;
    border: 0;
    background: transparent!important;
  }
  #statsbar {
    width: 100%!important;
    padding-top: 15px;
    border-top: 1px solid #CCC;
    transform: inherit!important;
  }
  #statsbar > li.quicklink-item {
    width: 100%!important;
    min-height: inherit;
    margin-bottom: 12px;
    border-left: 0;
  }
  #statsbar > li.quicklink-item .quicklink-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 0 15px 0;
    color: #003a5d !important;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    font-size: 18px !important;
    line-height: 1.33em !important;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    margin: 0;
    background: #fff;
    max-width: none;
  }
  #statsbar > li.quicklink-item .quicklink-wrapper i {
    display: none;
    /*
					position: relative;
					font-size:18px;
					color:@blue-dark;
					margin-right:5px;
					left:0!important;
					bottom:0;	
					display:inline-block;*/
  }
  #statsbar > li.quicklink-item .quicklink-wrapper .quicklink-progress {
    height: 18px;
    margin-top: 10px;
  }
  #statsbar > li.quicklink-item .quicklink-wrapper .quicklink-number {
    margin-right: 5px;
  }
  #statsbar > li.quicklink-item .quicklink-wrapper .quicklink-number,
  #statsbar > li.quicklink-item .quicklink-wrapper .quicklink-body {
    font-size: 22px;
    font-weight: normal;
  }
  #statsbar > li.quicklink-item .quicklink-wrapper .quicklink-number,
  #statsbar > li.quicklink-item .quicklink-wrapper .quicklink-title,
  #statsbar > li.quicklink-item .quicklink-wrapper .quicklink-body {
    display: inline;
    color: #003a5d !important;
    font-size: 18px!important;
    line-height: 18px;
  }
  #statsbar > li.quicklink-item .quicklink-wrapper .quicklink-number a,
  #statsbar > li.quicklink-item .quicklink-wrapper .quicklink-title a,
  #statsbar > li.quicklink-item .quicklink-wrapper .quicklink-body a {
    color: #003a5d !important;
  }
  #pagestats {
    width: 100%!important;
    padding-top: 15px;
    border-top: 1px solid #CCC;
    border-bottom: none;
    transform: inherit!important;
    text-align: left;
  }
  #pagestats > li.pagestats-item {
    width: 100%!important;
    min-height: inherit;
    margin-bottom: 12px;
    margin-top: 0;
    border-bottom: 1px solid #CCC;
    border-right: none;
    padding-right: 0;
    border-left: 0;
  }
  #pagestats > li.pagestats-item .pagestats-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 0 15px 0;
    color: #003a5d !important;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px !important;
    line-height: 1.33em !important;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    margin: 0;
    background: #fff;
    max-width: none;
  }
  #pagestats > li.pagestats-item .pagestats-wrapper .pagestats-progress {
    height: 18px;
    margin-top: 10px;
  }
  #pagestats > li.pagestats-item .pagestats-wrapper .pagestats-number {
    margin-right: 5px;
  }
  #pagestats > li.pagestats-item .pagestats-wrapper .pagestats-number,
  #pagestats > li.pagestats-item .pagestats-wrapper .pagestats-body {
    font-size: 22px;
    font-weight: normal;
  }
  #pagestats > li.pagestats-item .pagestats-wrapper .pagestats-number,
  #pagestats > li.pagestats-item .pagestats-wrapper .pagestats-title,
  #pagestats > li.pagestats-item .pagestats-wrapper .pagestats-body {
    display: inline;
    color: #003a5d !important;
    font-size: 18px!important;
    line-height: 18px;
  }
  #pagestats > li.pagestats-item .pagestats-wrapper .pagestats-number a,
  #pagestats > li.pagestats-item .pagestats-wrapper .pagestats-title a,
  #pagestats > li.pagestats-item .pagestats-wrapper .pagestats-body a {
    color: #003a5d !important;
  }
  /*
 * HEADER
 */
  .notice:not(.closed-notice) #header {
    height: 210px !important;
  }
  #header .container {
    padding: 0;
  }
  #header .container .header-logo {
    width: 60%;
    padding-left: 32px;
  }
  #header .container .nav-wrap {
    width: 40%;
    height: 80px;
    padding: 12px 0;
  }
  #header.shrunk .header-menu-wrapper #nav {
    padding-top: 0;
  }
  #header.shrunk #m-trigger {
    padding-top: 0;
  }
  #header.shrunk #m-trigger .material-icons {
    font-size: 32px;
    padding-bottom: 4px;
  }
  #header.shrunk #m-trigger .icon-close {
    margin-top: -28px;
    margin-bottom: 0;
  }
  .header-logo .logo-main img {
    max-width: 88px!important;
    margin-top: -8px;
  }
  #header,
  #header .header-menu-wrapper,
  #header .container .nav-wrap {
    height: 96px;
  }
  #header.shrunk {
    height: 80px;
  }
  #header.shrunk .header-menu-wrapper #nav {
    margin-top: 0;
  }
  #header.shrunk #m-trigger {
    height: 48px;
    padding-top: 0;
  }
  #header #top-nav {
    display: none;
  }
  #header #m-trigger {
    height: 64px;
    overflow: hidden;
    padding-right: 0;
    padding-top: 12px;
    text-align: center;
    border-left: 1px solid #CCC;
  }
  #header #m-trigger .material-icons {
    display: block;
    padding-right: 0;
    padding-bottom: 8px;
  }
  #header #m-trigger .icon-close {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: -32px;
  }
  #main {
    margin-top: 120px;
  }
  .notice:not(.closed-notice) #main {
    margin-top: 220px !important;
  }
  .front .search {
    margin: -224px 0 0 0 !important;
  }
  .front .parallax-slider {
    width: 150% !important;
    left: -25% !important;
    top: -5% !important;
  }
  .front #main .promo-bg-wrapper .promos-wrapper {
    background-image: none!important;
    min-height: inherit;
    padding: 32px 0 0;
  }
  .front #main .promo-bg-wrapper .promos-wrapper .container {
    padding: 0 16px;
  }
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper {
    padding: 0;
  }
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul {
    margin: 0;
  }
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li {
    margin-bottom: 16px;
    padding: 0;
  }
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li .promo-wrapper {
    padding: 0;
    max-width: none;
  }
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li .promo-wrapper .promo-title,
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li .promo-wrapper .promo-body {
    display: none;
  }
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li .promo-wrapper .button {
    position: relative;
    right: inherit;
    left: inherit;
    bottom: inherit;
    display: block;
    top: inherit;
    color: #003a5d;
    font-size: 16px;
  }
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li:hover .promo-wrapper {
    background-color: transparent;
  }
  .front #main .promo-bg-wrapper .promos-wrapper .view-promos-field-collection-view .promos-view-wrapper > ul > li:hover .button {
    color: #fff;
    background-color: #003a5d;
  }
  .home-search-wrap .service-result .service-match a span.natlang {
    font-size: 16px;
  }
  .safari-mac .front #main .banner-wrap #banner .item-list ul img {
    height: 235px;
    margin-left: -25% !important;
    margin-top: -10%;
  }
  .mobile.search-wrapper form {
    max-width: none;
    margin-top: 191px;
  }
  .mobile.search-wrapper form .form-text {
    padding: 12px 32px;
  }
  .mobile.search-wrapper form .form-submit {
    width: 56px;
    height: 56px;
  }
  .mobile.search-wrapper .search-icon {
    top: 4px;
  }
  .node-type-page-section-landing .parallax-slider,
  .node-type-section-landing-page .parallax-slider {
    width: 270% !important;
    margin-left: -50% !important;
  }
  .node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title,
  .node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title {
    position: relative;
    padding: 0 0 0 8px;
  }
  .node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span,
  .node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image .section-footer-image-title span {
    display: block;
    line-height: 1.2em;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  .node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image:hover .section-footer-image-title span,
  .node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image:hover .section-footer-image-title span {
    color: #237ac2;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  .node-type-page-section-landing .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image:hover .section-footer-image-title span i,
  .node-type-section-landing-page .section-footer-image-wrapper .section-footer-image-view-wrapper .section-footer-image:hover .section-footer-image-title span i {
    color: #237ac2;
  }
  #block-views-tweets-block-1 .item-list > ul > li {
    width: 100%;
    padding-right: 0;
  }
  /*
 * MAIN MENU
 */
  #nav {
    margin-top: 0;
  }
  .front #nav,
  .node-type-section-landing-page #nav,
  .node-type-page-section-landing #nav {
    margin-top: 0;
  }
  .front #nav .mobile > .region-navigation,
  .node-type-section-landing-page #nav .mobile > .region-navigation,
  .node-type-page-section-landing #nav .mobile > .region-navigation {
    top: 96px;
  }
  .front.notice .home-search-wrap .home-form-wrap {
    margin-top: 174px !important;
  }
  .front.notice .home-search-wrap .home-form-wrap.active.notice {
    margin-top: 124px !important;
  }
  /*
 * HOMEPAGE
 */
  .home-search-wrap .home-form-wrap {
    margin-top: 174px !important;
  }
  .home-search-wrap .home-form-wrap.active {
    margin-top: 12px !important;
  }
  .home-search-wrap .home-form-wrap .close a {
    font-size: 18px;
    padding-right: 24px;
  }
  .home-search-wrap .home-form-wrap .close a i {
    font-size: 22px;
    padding-left: 0;
  }
  .home-search-wrap .home-form-wrap.active {
    margin-top: 10px;
  }
  .home-search-wrap .home-form-wrap.active.notice {
    margin-top: 98px;
  }
  .home-search-wrap .home-form-wrap.active .home-search {
    width: 66.66%;
    padding: 0;
  }
  .home-search-wrap .home-form-wrap .home-search {
    width: 100%;
    padding: 0 16px;
  }
  .home-search-wrap .home-form-wrap .form-text {
    padding: 16px 40px 16px 16px;
    margin-right: 0;
    width: 100%;
  }
  .home-search-wrap .home-form-wrap .search-icon {
    margin-left: -64px;
  }
  .home-search-wrap .results-wrap {
    padding: 0 !important;
  }
  .front #main {
    margin-top: 102px;
  }
  .front #main .banner-wrap {
    height: 176px;
  }
  .front #main .banner-wrap .banner-border {
    display: none;
  }
  .front #main .spotlights-news-wrapper .videos .homepage-video .video-content .video-title {
    bottom: 16px;
    left: 16px;
    font-size: 18px;
    margin-right: 16px;
  }
  .front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul {
    height: 368px;
  }
  .front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li {
    width: 100%!important;
    padding: 0 0 16px!important;
  }
  .front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-3,
  .front #main .spotlights-news-wrapper .spotlights .view-spotlights-field-collection-view .spotlights-view-wrapper > ul > li.spotlights-4 {
    height: 228px;
  }
  .front #main .spotlights-news-wrapper .news .view-news .view-footer [class*="callout"] {
    width: 100%;
    padding-bottom: 8px;
    padding-left: 0;
  }
  .front #main .quicklinks-wrapper {
    padding: 48px 0 16px!important;
  }
  #main.shrunk {
    margin-top: 116px !important;
  }
  .node-type-page-section-landing #main,
  .node-type-section-landing-page #main {
    margin-top: 96px!important;
  }
  .node-type-page-section-landing .quicklinks-wrapper ul,
  .node-type-section-landing-page .quicklinks-wrapper ul {
    padding-top: 0;
    border-top: 0;
  }
  .node-type-page-section-landing .view-section-links-field-collection-view ul li,
  .node-type-section-landing-page .view-section-links-field-collection-view ul li {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0;
  }
  /*
 * INTERNAL
 */
  .not-front #main .container #content .page-content .content-map-wrap .content-meta,
  .not-front #main .container #content .page-content .content-map-wrap .content-map {
    width: 100%;
  }
  .not-front #main .container #content .page-content .content-map-wrap .content-map .leaflet-container {
    height: 232px;
  }
  .not-front #main .container #content .page-content .related-content .related-items .related-item {
    padding: 20px 0;
  }
  .not-front #main .container #content .page-content .related-content .related-items .related-item .related-item-content {
    padding-left: 20px;
  }
  .not-front #main .container #content .page-content .related-content .related-items .related-item .views-row {
    padding-top: 10px;
  }
  .not-front #main .container #content .page-content .related-content .related-address .address-details {
    padding-left: 20px;
  }
  .not-front #main .container #content .page-content .related-content .related-address .address-details,
  .not-front #main .container #content .page-content .related-content .related-address .address-map {
    float: none;
    width: 100%;
  }
  /*
 * FOOTER
 */
  #site-footer .footer-social {
    padding: 32px 0;
  }
  #site-footer .footer-social .footer-social-icons {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #site-footer .footer-social .footer-social-icons > li {
    margin-bottom: 20px;
  }
  #site-footer .footer-social .footer-social-links {
    display: none;
  }
  #site-footer .footer-social .tooltip:hover .tooltip-text {
    visibility: hidden;
  }
  #site-footer .footer-bottom .footer-copyright,
  #site-footer .footer-bottom .footer-menu,
  #site-footer .footer-bottom .footer-backtotop,
  #site-footer .footer-bottom .footer-copy-menu {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #site-footer .footer-bottom .footer-copyright {
    font-size: 21px;
    margin-bottom: 16px;
  }
  #site-footer .footer-bottom .footer-menu .menu li {
    font-size: 16px;
    padding-right: 12px;
  }
  #site-footer .footer-bottom .footer-backtotop {
    max-width: none;
  }
  #site-footer .footer-bottom .footer-backtotop a i {
    left: 50%;
    margin-left: -16px;
  }
  /*
 * VIEWS
 */
  #block-views-business-licenses-block-1 .view-content .licence-wrapper .licence-top > a {
    width: 100%;
    padding-right: 0;
  }
  #block-views-business-licenses-block-1 .view-content .licence-wrapper .licence-top .licence-id {
    width: 100%;
    text-align: left;
  }
  .node-type-heritage-building .image-gallery .col-1-4 {
    width: 50%;
  }
  .map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div,
  .map-list#block-views-parks-block-2 .view-filters > form > div {
    right: -168px;
    left: 0;
  }
  .map-list#block-views-336a1317765aa867359c66b902f4bda1 .view-filters > form > div [class*="col-"],
  .map-list#block-views-parks-block-2 .view-filters > form > div [class*="col-"] {
    width: 100%;
    padding-right: 0;
  }
  .view-city-projects-map-main-data-overlay > .view-filters {
    padding-right: 168px;
  }
  .view-city-projects-map-main-data-overlay > .view-content .views-row {
    margin-left: 0;
    padding-left: 0;
  }
  .view-city-projects-map-main-data-overlay > .view-content .views-row .project-content-wrapper {
    padding: 24px 16px;
  }
  .view-city-projects-map-main-data-overlay > .view-content .views-row .project-title a {
    display: block;
  }
  .view-city-projects-map-main-data-overlay > .view-content .views-row .project-category {
    display: block;
    margin-left: 0;
    padding-left: 0;
    padding-top: 4px;
    font-weight: 600;
    border-left: 0;
  }
  #block-views-heritage-buildings-block-4 .views-row {
    margin-left: 0;
    padding-left: 0;
  }
  #block-views-heritage-buildings-block-4 .views-row .heritage-wrap {
    padding: 24px 16px;
  }
  .view-contacts .view-content > .views-row .contact-wrapper .details-1,
  .view-contacts .view-content > .views-row .contact-wrapper .details-2 {
    width: 100%;
    padding-right: 0;
  }
  .view-contacts .view-content > .views-row .contact-wrapper .details-1 {
    padding-bottom: 16px;
  }
  #block-views-road-reports-block-1 .road-report {
    padding: 16px 0;
  }
  #block-views-road-reports-block-1 .road-report .category {
    font-weight: 600;
  }
  #block-views-road-reports-block-1 .road-report .road-report-listing-wrapper > div {
    width: 100%;
    padding: 0;
  }
  #block-views-road-reports-block-1 .road-report .road-report-listing-wrapper .btn-wrapper {
    padding-top: 8px;
    text-align: left;
  }
  #block-views-calendar-block-1 {
    display: none!important;
  }
  #block-views-calendar-block-3 {
    display: block!important;
  }
  .view-calendar.view-display-id-page_4 > .view-header,
  .view-calendar.view-display-id-page_4 > .view-filters,
  .view-calendar.view-display-id-page_4 > .view-content {
    display: none !important;
  }
  .view-calendar.view-display-id-block_3 {
    display: block !important;
  }
  .calendar-list-tab-switcher {
    display: none!important;
  }
  .emergency-notice [id*="block-views-homepage-notices-"] .view-homepage-notices i.close-notice:before {
    display: none;
  }
  .emergency-notice .marquee-wrapper:before {
    padding: 0 8px 0 16px;
  }
  .emergency-notice .marquee > .marquee-text {
    left: 24px;
    white-space: inherit;
    left: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .node-type-page-section-landing #main .section-banner-wrapper .section-banner .search-block input[type="text"]:focus,
  .node-type-section-landing-page #main .section-banner-wrapper .section-banner .search-block input[type="text"]:focus {
    width: 100%;
    padding: 22px 16px;
  }
  .node-type-page-section-landing #autocomplete,
  .node-type-section-landing-page #autocomplete {
    width: 100% !important;
  }
  .front #main .spotlights-news-wrapper .videos {
    margin-bottom: 32px;
  }
  .front #main .spotlights-news-wrapper .videos .homepage-video .video-content .video-title {
    bottom: -32px;
  }
  .front #main .spotlights-news-wrapper .videos .homepage-video .video-content .video-title .popup-video i {
    top: 38%;
    left: 42%;
  }
  .home-search-wrap .home-results .tabs li a {
    font-size: 13px;
    padding: 8px;
    height: 42px;
    line-height: inherit;
  }
  /*
 * INTERNAL
 */
  .not-front #main .container #content .page-content {
    /*.related-content {
				.related-items {
					margin:0 -16px;
					display: block;
					.related-item {
						width:100%;
						height:48px;
						overflow:hidden;
						.item-list ul li {padding-left:32px;}
						.related-item-title {
							padding:0 16px;
							text-align:left;
							line-height:48px;
							border-bottom:0;
							j-webkit-justify-content: flex-start;
							-ms-justify-content: flex-start;
									justify-content: flex-start;
							i {
								position:relative;
								top:inherit;
								width:inherit;
								padding-right:8px;
							}
						}//.related-item-title
						.related-item-content {
							position:relative;
							top:inherit;
							right:inherit;
							left:inherit;
							float:left;                           
							width:100%;
							max-height:none;
							margin-top:0; 
							padding-top:8px;
							visibility: visible;
							opacity: 1;
							border-top:0;
						}//.related-item-content
						&.on {
							height:inherit;
						}
					}//.related-item
				}//.related-items
				.related-address {
					.views-field-title {margin-top:0;}
					.address-details,
					.address-map {
						width:100%;
						padding:0;
					}
				}//.related-address
				.related-services {
					.views-row {
						padding-left:0!important;
						a {
							font-size:16px;
							&:before {display:none;}
							.doc-title {font-size:18px;}
						}
					}
				}//.related-services
				.related-links .views-row a {
					font-size:18px;
					&:before {left:-28px;}
				}
				.related-docs {
					.doc-title,
					.doc-download {
						width:100%;
					}
					.views-row {
						.doc-title {
							padding-right:0;
							a {
								font-size:18px;
								&:before {left:-28px;}
							}
						}//.doc-title
						.doc-download {
							float:left;
							margin-left:-4px;
							text-align:left;
							padding-top:8px;
							br {display:none;}
						}//.doc-download
					}//.views-row
				}//.related-docs
			}//.related-content */
  }
  /*
 * VIEWS
 */
  .map-list-tab-switcher {
    margin-bottom: 0;
  }
  .map-list .view-filters .views-exposed-widgets {
    padding-right: 0;
  }
  .page-node-6718 .map-list-tab-switcher {
    top: 0;
    margin-bottom: 0;
  }
  .page-node-194 .view-parks .view-filters .parks-filter-dropdown .filter-label {
    display: none;
  }
  .page-node-194 .view-parks .view-filters .parks-filter-dropdown .dropdown-label {
    margin: 0 8px 0 0;
  }
  #block-views-current-developments-block-1 .view-current-developments .view-filters {
    margin-top: 32px;
  }
  #block-views-current-developments-block-1 .map-list .view-filters .views-exposed-widgets {
    padding-right: 0;
  }
  #block-views-336a1317765aa867359c66b902f4bda1 .view-filters .projects-filter-dropdown .filter-label {
    display: none;
  }
  .view-city-projects-map-main-data-overlay > .view-filters {
    padding-right: 0;
  }
  .page-node-160 .map-list-tab-switcher,
  .page-node-131 .map-list-tab-switcher,
  .page-node-387 .map-list-tab-switcher {
    top: 0;
  }
  #block-views-public-art-block-3,
  #block-views-road-reports-block-1 {
    padding-top: 32px;
  }
  #block-views-heritage-buildings-block-4 .views-row .heritage-wrap .heritage-photo,
  #block-views-heritage-buildings-block-4 .views-row .heritage-wrap .heritage-detail {
    width: 100%;
    padding: 0;
  }
  #block-views-heritage-buildings-block-4 .views-row .heritage-wrap .heritage-link {
    padding-left: 0;
  }
  #block-views-heritage-buildings-block-4 .views-row .heritage-wrap .heritage-link a {
    padding-left: 0;
  }
  #block-views-parks-block-2 > .view-parks > .view-content .park-title span {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .view-program-schedules .view-content .views-row {
    font-size: 16px;
    line-height: 1.2em;
  }
  .view-program-schedules .view-content .view-group .views-field:first-child .field-content {
    width: 88px;
  }
  .view-program-schedules .view-content .view-group .views-field.views-field-title .field-content {
    display: block;
    width: 100%;
    padding: 0 8px 0 104px;
    float: none;
  }
  .node-type-program .prog-meta span:not(.date-display-single) {
    display: block;
    width: 100%;
  }
  #block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-photo {
    width: 100%;
  }
  #block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-link,
  #block-views-public-art-block-3 .view-public-art > .view-content .views-row .art-detail {
    width: 100%;
    padding: 0;
  }
  #block-views-services-block-1 .view-header h5 {
    float: left;
    clear: left;
    display: block;
  }
  #block-views-rental-properties-block-2 .views-row .rental-photo {
    width: 100%;
  }
  #block-views-rental-properties-block-2 .views-row .rental-detail,
  #block-views-rental-properties-block-2 .views-row .rental-link {
    width: 100%;
    padding: 0;
  }
  .webform-progressbar .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label {
    display: inline-block;
    max-width: 90px;
    height: 24px;
    overflow: hidden;
  }
  .webform-datepicker div.form-item {
    display: block;
  }
  .webform-datepicker div.form-item select {
    width: 100%;
  }
  .leaflet-popup-content {
    width: 240px !important;
    padding: 16px;
  }
}
/*
BIGGER AND SMALLER MOBILE PORTRAIT
*/
@media only screen and (max-width: 400px) {
  /*
 * HEADER
 */
  .header-logo {
    padding: 8px 0 0 0;
  }
  .header-logo .logo-inside img {
    max-width: 144px !important;
    width: 100%;
    padding-right: 8px;
  }
  .parallax-window .section-banner-images #block-cck-blocks-field-section-banner img {
    top: 0 !important;
    height: 164px;
  }
  .node-type-page-section-landing .parallax-slider,
  .node-type-section-landing-page .parallax-slider {
    width: 340% !important;
    margin-left: -100% !important;
  }
  /*
 * HOMEPAGE
 */
  .front #main .facts-wrapper {
    padding: 16px 0;
  }
  .front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li {
    padding: 0 16px;
  }
  .front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li:after {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li .fact .fact-title,
  .front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li .fact .fact-number {
    font-size: 32px;
    line-height: 1em;
  }
  .front #main .facts-wrapper .view-facts-field-collection-view .facts-view-wrapper > ul > li .fact .fact-body {
    font-size: 18px;
  }
  /*
 * INTERNAL
 */
  .not-front .tabs:not(.tabs-primary) li a {
    padding: 8px 0;
    font-size: 15px;
  }
  .tab-wrap .tabs li a {
    padding: 8px !important;
  }
  /*
 * VIEWS
 */
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .view-pdf,
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .download-pdf {
    display: block;
  }
  .view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .download-pdf {
    padding-left: 0;
  }
  #block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-wrapper,
  #block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-wrapper {
    display: none;
  }
  #block-views-services-block-1 .view-services .view-filters #edit-field-service-type-tid-m-wrapper,
  #block-views-services-block-1 .view-services .view-filters #edit-field-service-category-tid-m-wrapper {
    display: block;
  }
  /*
 * SITE FOOTER
 */
  #site-footer .footer-bottom .footer-menu .menu li {
    width: 100%;
    padding: 0;
    margin-bottom: 4px;
  }
  .home-search-wrap .close {
    padding-top: 10px !important;
  }
  .home-search-wrap .close .close-hide {
    display: none;
  }
  .home-search-wrap .close a i {
    font-size: 32px !important;
  }
  .home-search-wrap .home-results .tabs li.active a.active {
    padding-bottom: 8px;
  }
  .home-search-wrap .home-results .tabs li a {
    font-size: 11px;
    height: auto;
    line-height: 1.2em;
  }
}
